From 5feb6ffe346c141130cf7693e176cbcc59f72e04 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sat, 26 Feb 2022 10:51:54 +0100 Subject: [PATCH] Adds DFs --- spec/fixtures/db/dynamic_finders.yml | 2067 ++++++- spec/fixtures/dynamic_finders/expected.yml | 972 ++- .../languages/academy-starter-templates.pot | 622 ++ .../composer_file/package.json | 35 + .../advanced-quiz/change_log/changelog.txt | 4 + .../agnoplay/translation_file/languages/nl.po | 47 + .../composer_file/package.json | 18 + .../change_log/changelog.txt | 7 + .../languages/arvancloud-cdn.pot | 230 + .../change_log/CHANGELOG.md | 7 + .../languages/auto-category-for-posts.pot | 53 + .../translation_file/languages/aiu.pot | 43 + .../bertha-ai-free/change_log/CHANGELOG.txt | 156 + .../blaze-checkout/composer_file/package.json | 12 + .../lang/block-editor-gallery-slider.pot | 14 + .../lang/block-editor-navigator.pot | 14 + .../lang/block-editor-search-replace.pot | 14 + .../composer_file/package.json | 16 + .../languages/bp-search-block-fr_FR.po | 60 + .../languages/bps-slider-block.pot | 136 + .../languages/classic-and-block-widgets.pot | 47 + .../composer_file/package.json | 26 + .../custom-help/change_log/changelog.txt | 4 + .../languages/dark-mode-toggle.pot | 346 ++ .../translation_file/languages/mfb.pot | 139 + .../composer_file/package.json | 39 + .../change_log/changelog.txt | 37 + .../enqueueror/change_log/CHANGELOG.md | 19 + .../languages/free-product-sample.pot | 936 +++ .../change_log/changelog.md | 5 + .../composer_file/package.json | 31 + .../gpls-issl-images-subsizes-list.pot | 267 + .../translation_file/languages/ibic.pot | 84 + .../inquirer/composer_file/package.json | 17 + .../languages/integrate-google-drive.pot | 1093 ++++ .../j2t-rewardpoints-woocommerce.pot | 406 ++ .../composer_file/package.json | 28 + .../composer_file/package.json | 24 + .../languages/motopress-appointment.pot | 5395 +++++++++++++++++ .../translation_file/languages/mpwizard.pot | 455 ++ .../translation_file/languages/mew.pot | 331 + .../myschedulr/change_log/CHANGELOG.md | 5 + .../order-delivery-date-and-time.pot | 418 ++ .../paym8-gateway/change_log/changelog.txt | 4 + .../paytomorrow/change_log/changelog.txt | 58 + .../languages/peachpay-for-woocommerce.pot | 684 +++ .../change_log/CHANGELOG.md | 36 + .../query_parameter_passive_all.html | 350 ++ .../languages/quick-demo-import.pot | 641 ++ .../translation_file/languages/quickpost.pot | 46 + .../quote-requests-for-woocommerce.pot | 2217 +++++++ .../rc-post-rating/change_log/changelog.txt | 9 + ...dule-delivery-for-woocommerce-products.pot | 470 ++ .../translation_file/languages/sellkit.pot | 2085 +++++++ .../change_log/changelog.txt | 17 + .../languages/social-sharing-block.pot | 164 + .../translation_file/languages/stalkfish.pot | 1317 ++++ .../change_log/changelog.txt | 11 + .../languages/superlist-block.pot | 127 + .../languages/sweet-glossary.pot | 96 + .../languages/taxonomy-terms-list-block.pot | 73 + .../languages/useful-tab-block-ja.po | 255 + .../change_log/changelog.txt | 31 + .../change_log/CHANGELOG.txt | 8 + .../learndash-reports-by-wisdmlabs.pot | 1732 ++++++ .../plugin_version/xpath_passive_all.html | 4 + .../zephr/composer_file/package.json | 126 + 67 files changed, 25233 insertions(+), 7 deletions(-) create mode 100644 spec/fixtures/dynamic_finders/plugin_version/academy-starter-templates/translation_file/languages/academy-starter-templates.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/admin-color-schemes/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/advanced-quiz/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/agnoplay/translation_file/languages/nl.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/ajax-search-bar/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/allada-tshirt-designer-for-woocommerce/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/arvancloud-cdn/translation_file/languages/arvancloud-cdn.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/atom-featured-image/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/auto-category-for-posts/translation_file/languages/auto-category-for-posts.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/automatic-image-uploader/translation_file/languages/aiu.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/bertha-ai-free/change_log/CHANGELOG.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/blaze-checkout/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/block-editor-gallery-slider/translation_file/lang/block-editor-gallery-slider.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/block-editor-navigator/translation_file/lang/block-editor-navigator.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/block-editor-search-replace/translation_file/lang/block-editor-search-replace.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/block-xray-attributes/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/bp-search-block/translation_file/languages/bp-search-block-fr_FR.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/bps-splide-slider-block/translation_file/languages/bps-slider-block.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/classic-widgets-with-block-based-widgets/translation_file/languages/classic-and-block-widgets.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/cooking-recipe-block/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/custom-help/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/dark-mode-toggle/translation_file/languages/dark-mode-toggle.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/display-a-meta-field-as-block/translation_file/languages/mfb.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/driveworks-block-form-embed/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/eazyfilter-for-woocommerce/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/enqueueror/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/free-product-sample/translation_file/languages/free-product-sample.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/global-styles-mods/change_log/changelog.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/grainy-gradient-block/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/image-sizes-controller/translation_file/languages/gpls-issl-images-subsizes-list.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/in-browser-image-compression/translation_file/languages/ibic.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/inquirer/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/integrate-google-drive/translation_file/languages/integrate-google-drive.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/j2t-reward-points-for-woocommerce/translation_file/j2t-rewardpoints-woocommerce.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/kokku-cookie-banner/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/math-input-with-mathquill/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/motopress-appointment-lite/translation_file/languages/motopress-appointment.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/mpwizard/translation_file/languages/mpwizard.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/muxemail-for-woocommerce/translation_file/languages/mew.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/myschedulr/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/order-delivery-date-and-time/translation_file/languages/order-delivery-date-and-time.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/paym8-gateway/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/paytomorrow/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/peachpay-for-woocommerce/translation_file/languages/peachpay-for-woocommerce.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/plug-payments-gateway/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/quick-demo-import/translation_file/languages/quick-demo-import.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/quickpost/translation_file/languages/quickpost.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/quote-requests-for-woocommerce/translation_file/src/languages/quote-requests-for-woocommerce.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/rc-post-rating/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/schedule-product-delivery-date-for-woocommerce/translation_file/languages/schedule-delivery-for-woocommerce-products.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/sellkit/translation_file/languages/sellkit.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/simple-scss-compiler/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/social-sharing-block/translation_file/languages/social-sharing-block.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/stalkfish/translation_file/languages/stalkfish.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/startklar-elmentor-forms-extwidgets/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/superlist-block/translation_file/languages/superlist-block.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/sweet-glossary/translation_file/languages/sweet-glossary.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/taxonomy-terms-list-block/translation_file/languages/taxonomy-terms-list-block.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/useful-tab-block-responsive-amp-compatible/translation_file/languages/useful-tab-block-ja.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wc-epayco-payment-gateway/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/webpos-point-of-sale-for-woocommerce/change_log/CHANGELOG.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wisdm-reports-for-learndash/translation_file/languages/learndash-reports-by-wisdmlabs.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/zephr/composer_file/package.json diff --git a/spec/fixtures/db/dynamic_finders.yml b/spec/fixtures/db/dynamic_finders.yml index 882f5acc..9ed627eb 100644 --- a/spec/fixtures/db/dynamic_finders.yml +++ b/spec/fixtures/db/dynamic_finders.yml @@ -531,6 +531,14 @@ plugins: version: true Readme: path: readme.txt + 3d-image-gallery: + QueryParameter: + files: + - dist/style.css + - dist/script.js + version: true + Readme: + path: readme.txt 3d-menu-awesome: QueryParameter: files: @@ -734,6 +742,9 @@ plugins: 51degrees-optimize-by-device-location: Readme: path: readme.txt + 51la-analysis: + Readme: + path: readme.txt 59sec-lite-contact-form-7-push-notifications-on-ios-and-android: Readme: path: readme.txt @@ -1228,6 +1239,17 @@ plugins: academy: Readme: path: readme.txt + academy-elementor-addons: + Readme: + path: readme.txt + academy-starter-templates: + TranslationFile: + class: BodyPattern + path: languages/academy-starter-templates.pot + pattern: !ruby/regexp '/t\-Id\-Version: Academy Starter Templates (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt acc-conditional-typo: QueryParameter: files: @@ -1378,6 +1400,9 @@ plugins: version: true Readme: path: README.txt + accessibility-statement: + Readme: + path: readme.txt accessibility-task-manager: Readme: path: readme.txt @@ -2244,6 +2269,12 @@ plugins: acymailing-integration-for-contact-form-7: Readme: path: readme.txt + acymailing-integration-for-easy-digital-downloads: + Readme: + path: readme.txt + acymailing-integration-for-eventon: + Readme: + path: readme.txt acymailing-integration-for-events-manager: Readme: path: readme.txt @@ -2548,6 +2579,9 @@ plugins: add-ids-to-header-tags: Readme: path: readme.txt + add-image-to-feed: + Readme: + path: readme.txt add-image-to-post: Readme: path: readme.txt @@ -2659,6 +2693,9 @@ plugins: add-posts-to-pages: Readme: path: readme.txt + add-profile-nicename: + Readme: + path: readme.txt add-rel-lightbox: Readme: path: readme.txt @@ -2972,6 +3009,9 @@ plugins: addremove-form-outlines: Readme: path: readme.txt + address-autocomplete-anything: + Readme: + path: readme.txt address-autocomplete-contact-form-7: Readme: path: readme.txt @@ -3267,6 +3307,11 @@ plugins: admin-color-schemes: Readme: path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true admin-colors-plus-visited: Readme: path: readme.txt @@ -3760,6 +3805,9 @@ plugins: adsenseoptimizer: Readme: path: readme.txt + adservice-affiliate-network-tracking: + Readme: + path: README.txt adshares: ChangeLog: class: BodyPattern @@ -4384,6 +4432,9 @@ plugins: advanced-post-image: Readme: path: readme.txt + advanced-post-password: + Readme: + path: readme.txt advanced-posts-per-page: Readme: path: readme.txt @@ -4404,6 +4455,18 @@ plugins: version: true Readme: path: README.txt + advanced-quiz: + QueryParameter: + files: + - css/wpAdvQuiz_front.min.css + version: true + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi + version: true advanced-random-posts: Readme: path: readme.txt @@ -4480,6 +4543,9 @@ plugins: advanced-sticky-posts: Readme: path: readme.txt + advanced-store-control-for-woocommerce: + Readme: + path: readme.txt advanced-table-rate-shipping-for-woocommerce: Readme: path: readme.txt @@ -4694,6 +4760,9 @@ plugins: adzan-and-iqamah-times-a-simple-reminder: Readme: path: readme.txt + adzapier: + Readme: + path: readme.txt ae-connect: QueryParameter: files: @@ -5116,6 +5185,19 @@ plugins: path: languages/agile_whatsapp_share.po pattern: !ruby/regexp '/"Project\-Id\-Version: Whatsapp Share v(?\d+\.[\.\d]+)/i' version: true + agnoplay: + QueryParameter: + files: + - public/css/agnoplay-wordpress-public.css + - public/js/agnoplay-wordpress-public.js + version: true + TranslationFile: + class: BodyPattern + path: languages/nl.po + pattern: !ruby/regexp '/Project\-Id\-Version: agnoplay wordpress v(?\d+\.[\.\d]+)/i' + version: true + Readme: + path: README.md agnosia-bootstrap-carousel: Readme: path: @@ -5263,6 +5345,8 @@ plugins: files: - assets/css/aio-tools-public.css - assets/js/aio-tools-public.js + - "/public/assets/css/aio-tools-public.css" + - "/public/assets/js/aio-tools-public.js" version: true Readme: path: readme.txt @@ -5334,6 +5418,9 @@ plugins: aistore-contest-system: Readme: path: readme.txt + aistore-invoicing-software: + Readme: + path: readme.txt aistore-multi-vendor-store: Readme: path: readme.txt @@ -5536,6 +5623,14 @@ plugins: ajax-search: Readme: path: readme.txt + ajax-search-bar: + Readme: + path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true ajax-search-for-woocommerce: Readme: path: readme.txt @@ -6017,6 +6112,13 @@ plugins: xpath: //comment()[contains(., "All In One WP Solution")] pattern: !ruby/regexp /by All In One WP Solution Plugin v(?\d+\.[\.\d]+)/i version: true + all-in-one-wp-sticky-anything: + QueryParameter: + files: + - assets/js/main.js + version: true + Readme: + path: readme.txt all-in-one-wpml-crowdfunding-campaigns: Readme: path: readme.txt @@ -6029,6 +6131,9 @@ plugins: all-pages-in-customize: Readme: path: readme.txt + all-post-listing-block: + Readme: + path: readme.txt all-posts-page-link: Readme: path: readme.txt @@ -6059,6 +6164,24 @@ plugins: all-your-stack-posts: Readme: path: readme.txt + allaccessible: + Readme: + path: README.txt + allada-tshirt-designer-for-woocommerce: + QueryParameter: + files: + - public/css/atd-public.css + - includes/skins/default/assets/css/modal.min.css + - public/js/atd-public.js + - includes/skins/default/assets/js/modal/modal.min.js + version: true + Readme: + path: README.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i + version: true allegrato: Readme: path: readme.txt @@ -6126,6 +6249,8 @@ plugins: - public/css/allow-webp-image-public.css - public/js/allow-webp-image-public.js version: true + Readme: + path: README.txt allow-wordpowerpoint-file-uploads: Readme: path: readme.txt @@ -6269,6 +6394,15 @@ plugins: als-twoinfo-imagetexe: Readme: path: readme.txt + alsatpardakht-payment-gateway-for-contact-forms-7: + Readme: + path: readme.txt + alsatpardakht-payment-gateway-for-easy-digital-downloads: + Readme: + path: readme.txt + alsatpardakht-payment-gateway-for-woocommerce: + Readme: + path: readme.txt also-in-this-series: Readme: path: readme.txt @@ -7168,6 +7302,9 @@ plugins: any-word-search: Readme: path: README.txt + anychat-widget: + Readme: + path: readme.txt anyclip-media: Readme: path: readme.txt @@ -7410,6 +7547,9 @@ plugins: api2cart-live-shipping-4-woocommerce: Readme: path: readme.txt + api2cart-webhook-helper: + Readme: + path: readme.txt apijoin-gumroad: Readme: path: readme.txt @@ -7537,6 +7677,9 @@ plugins: appendad: Readme: path: readme.txt + apperr: + Readme: + path: readme.txt appexperts: Readme: path: readme.txt @@ -7757,6 +7900,9 @@ plugins: ar-magic: Readme: path: readme.txt + ar-model-viewer-for-elementor: + Readme: + path: readme.txt ar-php: Readme: path: readme.txt @@ -8140,6 +8286,14 @@ plugins: arukereso-for-woocommerce: Readme: path: readme.txt + arvancloud-cdn: + TranslationFile: + class: BodyPattern + path: languages/arvancloud-cdn.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: ArvanCloud CDN (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: README.txt arvancloud-object-storage: Readme: path: README.txt @@ -8227,9 +8381,20 @@ plugins: files: - css/asd-fastbuild-widgets.css version: true + asemt-leadform-hook: + Readme: + path: readme.txt asesor-cookies-para-la-ley-en-espana: Readme: path: readme.txt + asf-allow-svg-files: + QueryParameter: + files: + - public/css/asfwp-allow-svg-files-public.css + - public/js/asfwp-allow-svg-files-public.js + version: true + Readme: + path: README.txt asgard: Readme: path: readme.txt @@ -8602,6 +8767,14 @@ plugins: atom-appointment-management: Readme: path: readme.txt + atom-featured-image: + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /^\#+ (?\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi + version: true + Readme: + path: readme.txt atom-publishing-protocol: Readme: path: readme.txt @@ -8811,6 +8984,10 @@ plugins: audio-player-block: Readme: path: readme.txt + QueryParameter: + files: + - dist/style.css + version: true audio-player-widget: Readme: path: readme.txt @@ -9216,6 +9393,16 @@ plugins: auto-category: Readme: path: readme.txt + auto-category-for-posts: + TranslationFile: + class: BodyPattern + path: languages/auto-category-for-posts.pot + pattern: !ruby/regexp '/ect\-Id\-Version: Auto Category for Posts (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: + - readme.txt + - readme.md auto-change-post-title: Readme: path: readme.txt @@ -9239,6 +9426,9 @@ plugins: version: true Readme: path: readme.txt + auto-delete-unattached-media: + Readme: + path: readme.txt auto-describe-taxonomies: Readme: path: readme.txt @@ -9397,12 +9587,18 @@ plugins: auto-poster: Readme: path: readme.txt + auto-prefetch-url-in-viewport: + Readme: + path: readme.txt auto-product-after-upload-image: Readme: path: readme.txt auto-product-restock: Readme: path: readme.txt + auto-publish-drafts: + Readme: + path: readme.txt auto-redirect-404: Readme: path: readme.txt @@ -9552,6 +9748,9 @@ plugins: autoads-premiere: Readme: path: readme.txt + autoblog-wpmagic: + Readme: + path: readme.txt autocap: Readme: path: readme.txt @@ -9702,6 +9901,9 @@ plugins: automatic-featured-image-posts: Readme: path: readme.txt + automatic-file-renamer: + Readme: + path: readme.txt automatic-footer-copyright: Readme: path: readme.txt @@ -9711,6 +9913,11 @@ plugins: automatic-image-uploader: Readme: path: readme.txt + TranslationFile: + class: BodyPattern + path: languages/aiu.pot + pattern: !ruby/regexp '/ct\-Id\-Version: Automatic Image Uploader (?\d+\.[\.\d]+)/i' + version: true automatic-links: Readme: path: readme.txt @@ -10040,6 +10247,9 @@ plugins: autopilot: Readme: path: README.txt + autopostcode: + Readme: + path: readme.txt autoptimize: Readme: path: readme.txt @@ -10694,6 +10904,9 @@ plugins: axedit-seasons: Readme: path: readme.txt + axio-core: + Readme: + path: readme.txt axokey-gateway: Readme: path: readme.txt @@ -11021,6 +11234,9 @@ plugins: path: languages/backdrop-post-types.pot pattern: !ruby/regexp '/Project\-Id\-Version: Backdrop Post Types (?\d+\.[\.\d]+)/i' version: true + backend-qr-code-post-link: + Readme: + path: readme.txt backend-redirect: Readme: path: README.txt @@ -12325,6 +12541,9 @@ plugins: beerxml-shortcode: Readme: path: readme.txt + beetexting-texting-widget: + Readme: + path: readme.txt beevi: Readme: path: readme.txt @@ -12413,6 +12632,9 @@ plugins: belgo-meteo: Readme: path: readme.txt + belingocredit: + Readme: + path: readme.txt belirli-gun-ve-haftalar: Readme: path: readme.txt @@ -12467,6 +12689,14 @@ plugins: berri-technorati-reactions-on-dashboard: Readme: path: readme.txt + bertha-ai-free: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: CHANGELOG.txt + pattern: !ruby/regexp /^v(?\d+\.[\.\d]+)/i + version: true besan-block: Readme: path: readme.txt @@ -12658,6 +12888,9 @@ plugins: better-blogroll: Readme: path: readme.txt + better-category-selector-for-woocommerce: + Readme: + path: readme.txt better-click-to-tweet: Readme: path: readme.txt @@ -13063,6 +13296,9 @@ plugins: bh-wp-autologin-urls: Readme: path: README.txt + bharatx-pay-in-3: + Readme: + path: README.txt bhim-upi-pay-by-formalx: Readme: path: readme.txt @@ -13264,6 +13500,9 @@ plugins: bigsendgrid: Readme: path: readme.txt + bigvu-embed: + Readme: + path: readme.txt bike-rental: QueryParameter: files: @@ -13794,6 +14033,14 @@ plugins: blaster-slider: Readme: path: readme.txt + blaze-checkout: + Readme: + path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true blaze-insights: Readme: path: readme.txt @@ -13949,6 +14196,41 @@ plugins: block-editor-for-woocommerce: Readme: path: readme.txt + block-editor-gallery-slider: + QueryParameter: + files: + - assets/build/css/block-editor-gallery-slider-front.min.css + - assets/build/js/block-editor-gallery-slider-front.min.js + version: true + Readme: + path: + - readme.txt + - README.md + TranslationFile: + class: BodyPattern + path: lang/block-editor-gallery-slider.pot + pattern: !ruby/regexp '/Id\-Version: Block Editor Gallery Slider (?\d+\.[\.\d]+)/i' + version: true + block-editor-navigator: + Readme: + path: + - readme.txt + - README.md + TranslationFile: + class: BodyPattern + path: lang/block-editor-navigator.pot + pattern: !ruby/regexp '/ject\-Id\-Version: Block Editor Navigator (?\d+\.[\.\d]+)/i' + version: true + block-editor-search-replace: + Readme: + path: + - readme.txt + - README.md + TranslationFile: + class: BodyPattern + path: lang/block-editor-search-replace.pot + pattern: !ruby/regexp '/ct\-Id\-Version: Block Search and Replace (?\d+\.[\.\d]+)/i' + version: true block-editor-taxonomy-description: Readme: path: readme.txt @@ -14093,6 +14375,14 @@ plugins: block-visibility: Readme: path: readme.txt + block-xray-attributes: + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true + Readme: + path: README.md blockalyzer-adblock-counter: QueryParameter: files: @@ -14320,12 +14610,18 @@ plugins: blog-layouts: Readme: path: readme.txt + blog-manager-wp: + Readme: + path: readme.txt blog-metrics: Readme: path: readme.txt blog-newsletter: Readme: path: readme.txt + blog-page-editor-for-elementor: + Readme: + path: readme.txt blog-pages-sitemap: Readme: path: readme.txt @@ -15430,6 +15726,9 @@ plugins: - public/css/boost360-for-doctors-public.css - public/js/boost360-for-doctors-public.js version: true + booster-blocks: + Readme: + path: readme.txt booster-extension: Readme: path: readme.txt @@ -15792,6 +16091,9 @@ plugins: bp-custom-menu: Readme: path: readme.txt + bp-custom-order-status-for-woocommerce: + Readme: + path: readme.txt bp-custom-pages: Readme: path: readme.txt @@ -16062,6 +16364,14 @@ plugins: bp-search: Readme: path: readme.txt + bp-search-block: + TranslationFile: + class: BodyPattern + path: languages/bp-search-block-fr_FR.po + pattern: !ruby/regexp '/"Project\-Id\-Version: BP Search Block (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt bp-security-check: TranslationFile: class: BodyPattern @@ -16180,6 +16490,14 @@ plugins: path: composer.json key: version version: true + bps-splide-slider-block: + TranslationFile: + class: BodyPattern + path: languages/bps-slider-block.pot + pattern: !ruby/regexp '/\-Version: BPS Slider Block Using Splide (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: README.txt bpwp-cleaner: Readme: path: readme.txt @@ -16829,6 +17147,9 @@ plugins: btcnew: Readme: path: readme.txt + btcpay-greenfield-for-woocommerce: + Readme: + path: readme.txt btcpaywall: Readme: path: readme.txt @@ -17551,6 +17872,9 @@ plugins: path: lang/bulk-edit-events.pot pattern: !ruby/regexp '/ct\-Id\-Version: WP Sheet Editor \- Events (?\d+\.[\.\d]+)/i' version: true + bulk-edit-for-learndash: + Readme: + path: readme.txt bulk-edit-post-titles: QueryParameter: files: @@ -17794,6 +18118,14 @@ plugins: burnzone-commenting: Readme: path: readme.txt + burst-statistics: + QueryParameter: + files: + - helpers/timeme/timeme.min.js + - assets/js/burst.min.js + version: true + Readme: + path: readme.txt buscape-tracker: Readme: path: readme.txt @@ -18052,6 +18384,9 @@ plugins: bw-less-css: Readme: path: readme.txt + bw-portfolio: + Readme: + path: readme.txt bw-post-grid: Readme: path: readme.txt @@ -18605,6 +18940,9 @@ plugins: version: true Readme: path: readme.txt + campation-postoffice: + Readme: + path: readme.txt campay-edd-payment-gateway: Readme: path: README.txt @@ -19010,6 +19348,9 @@ plugins: cart-conversion-rate-calculator: Readme: path: readme.txt + cart-drawer-for-wc: + Readme: + path: readme.txt cart-favicon: Readme: path: readme.txt @@ -19135,6 +19476,9 @@ plugins: cashenvoy-woocommerce-payment-gateway: Readme: path: readme.txt + cashflows-payments-by-ideal-checkout: + Readme: + path: readme.txt cashfree-gravity-forms: Readme: path: readme.txt @@ -19167,6 +19511,9 @@ plugins: castmyblog: Readme: path: readme.txt + cat-block: + Readme: + path: readme.txt cat-game: Readme: path: readme.txt @@ -20096,6 +20443,9 @@ plugins: centangle-team: Readme: path: readme.txt + centaursoftware-eservices: + Readme: + path: readme.txt centedi-catalog-addon: Readme: path: readme.txt @@ -20632,6 +20982,8 @@ plugins: - public/css/change-font-size-color-public.css - public/js/change-font-size-color-public.js version: true + Readme: + path: README.txt change-howdy: Readme: path: readme.txt @@ -20852,6 +21204,9 @@ plugins: chartblocks: Readme: path: readme.txt + charterpad-widgets: + Readme: + path: readme.txt chartlocal: Readme: path: README.txt @@ -20916,6 +21271,9 @@ plugins: chat-forms: Readme: path: readme.txt + chat-life-telegram: + Readme: + path: readme.txt chat-lite: Readme: path: readme.txt @@ -21117,6 +21475,9 @@ plugins: checkout-for-paypal: Readme: path: readme.txt + checkout-mestres-do-wp-addon-juno: + Readme: + path: readme.txt checkout-mestres-do-wp-addon-mercado-pago: Readme: path: readme.txt @@ -21151,6 +21512,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ version: true + checkpay-payment-gateway-for-woocommerece: + Readme: + path: readme.txt checkrobin: Readme: path: readme.txt @@ -21331,6 +21695,14 @@ plugins: chimney-rock-order-barcodes: Readme: path: readme.txt + chimney-rock-support-tickets: + QueryParameter: + files: + - assets/css/frontend.css + - assets/js/frontend.js + version: true + Readme: + path: readme.txt chimpmate: QueryParameter: files: @@ -21736,6 +22108,9 @@ plugins: classic-image-button: Readme: path: readme.txt + classic-menu-block: + Readme: + path: readme.md classic-plus: Readme: path: readme.txt @@ -21760,6 +22135,14 @@ plugins: classic-widgets: Readme: path: readme.txt + classic-widgets-with-block-based-widgets: + TranslationFile: + class: BodyPattern + path: languages/classic-and-block-widgets.pot + pattern: !ruby/regexp /lassic Widgets with Block\-based Widgets (?\d+\.[\.\d]+)/i + version: true + Readme: + path: readme.txt classic-widgets-wp: Readme: path: readme.txt @@ -22082,6 +22465,9 @@ plugins: click-to-donate: Readme: path: readme.txt + click-to-map-for-elementor: + Readme: + path: readme.txt click-to-print: Readme: path: readme.txt @@ -22497,6 +22883,9 @@ plugins: clp-custom-login-page: Readme: path: readme.txt + cls-lcp-issues-fix: + Readme: + path: readme.txt clubmember: Readme: path: readme.txt @@ -22599,6 +22988,9 @@ plugins: cm-video-lesson-manager: Readme: path: readme.txt + cm4all-wp-impex: + Readme: + path: readme.txt cmb2: TranslationFile: class: BodyPattern @@ -22934,6 +23326,11 @@ plugins: codecolorer-tinymce-button: Readme: path: readme.txt + codecorun-coupon-discount-rules: + Readme: + path: + - readme.txt + - README.md coded-hero-image-lite: QueryParameter: files: @@ -22970,6 +23367,9 @@ plugins: - public/js/isotope.min.js - public/js/advanced-portfolio-public.js version: true + codeless-page-builder: + Readme: + path: README.txt codelibs: Readme: path: readme.txt @@ -23410,6 +23810,19 @@ plugins: coming-soon: Readme: path: README.txt + coming-soon-by-boomdevs: + QueryParameter: + files: + - public/css/bootstrap.min.css + - public/css/style.min.css + - public/css/responsive.min.css + - public/js/bootstrap.min.js + - public/js/popper.min.js + - public/js/jquery.countdown.min.js + - public/js/csts-public.min.js + version: true + Readme: + path: readme.txt coming-soon-by-supsystic: QueryParameter: files: @@ -23716,6 +24129,9 @@ plugins: comment-url-control: Readme: path: readme.txt + comment-validation-computy: + Readme: + path: readme.txt comment-validation-reloaded: Readme: path: readme.txt @@ -24295,6 +24711,9 @@ plugins: path: languages/conformis-en_GB.po pattern: !ruby/regexp '/ect\-Id\-Version: Conformis Cookie Banner (?\d+\.[\.\d]+)/i' version: true + connatix-video-embed: + Readme: + path: readme.txt connect-contact-form-7-to-constant-contact-v3: Readme: path: README.txt @@ -24423,6 +24842,9 @@ plugins: path: - readme.txt - README.md + constellation-client-portal: + Readme: + path: README.txt consume-this: Readme: path: readme.txt @@ -24797,6 +25219,12 @@ plugins: path: languages/contact-list.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Contact List (?\d+\.[\.\d]+)/i' version: true + contact-manager-for-pipedrive: + Readme: + path: README.txt + contact-manager-for-sendgrid: + Readme: + path: README.txt contact-me: Readme: path: readme.txt @@ -24938,6 +25366,9 @@ plugins: content-holders: Readme: path: readme.txt + content-hubs: + Readme: + path: readme.txt content-icons: Readme: path: readme.txt @@ -25173,12 +25604,28 @@ plugins: continuous-rss-scrolling: Readme: path: readme.txt + contractor-commerce-integration: + QueryParameter: + files: + - public/css/contractor-commerce-public.css + - public/js/contractor-commerce-public.js + version: true + Readme: + path: README.txt contributer: QueryParameter: files: - "/assets/css/main.css" - "/assets/js/login.js" version: true + contributor: + QueryParameter: + files: + - public/css/contributor-public.css + - public/js/contributor-public.js + version: true + Readme: + path: README.txt contributor-notifications: Readme: path: readme.txt @@ -25461,6 +25908,9 @@ plugins: - public/css/coii-public.css - public/js/coii-public.js version: true + cookie-panda: + Readme: + path: README.md cookie-panel: Readme: path: readme.txt @@ -25565,6 +26015,18 @@ plugins: cookiescan: Readme: path: README.md + cooking-recipe-block: + QueryParameter: + files: + - assets/js/slickerslider.js + version: true + Readme: + path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true cooksnaps: Readme: path: readme.txt @@ -25705,6 +26167,9 @@ plugins: copygram-widget: Readme: path: readme.txt + copymatic: + Readme: + path: readme.txt copyright-editor-easy: Readme: path: readme.txt @@ -26212,6 +26677,9 @@ plugins: - public/css/sfwd-lms-course-migration-public.css - public/js/sfwd-lms-course-migration-public.js version: true + course-product-type-only: + Readme: + path: readme.txt course-scheduler-for-learndash: ChangeLog: class: BodyPattern @@ -26360,6 +26828,17 @@ plugins: version: true Readme: path: readme.txt + cozy-essential-addons: + QueryParameter: + files: + - public/css/cozy-essential-style.css + - public/js/cozy-essential-addons-public.js + version: true + Readme: + path: README.txt + cp-blocks: + Readme: + path: README.txt cp-companion: Readme: path: readme.txt @@ -26913,6 +27392,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi version: true + crumblo-for-woocommerce: + Readme: + path: readme.txt crunchbase-api-widget: Readme: path: readme.txt @@ -26938,6 +27420,15 @@ plugins: path: lang/Cryptex.pot pattern: !ruby/regexp /Project\-Id\-Version:\ Cryptex (?\d+\.[\.\d]+)/i version: true + crypto: + QueryParameter: + files: + - public/css/crypto-public.css + - public/css/flexi-public-min.css + - public/js/crypto-public.js + version: true + Readme: + path: README.txt crypto-com-pay-checkout-for-woocommerce: Readme: path: readme.txt @@ -26970,6 +27461,17 @@ plugins: path: lang/Crypto-Payments-Woo.pot pattern: !ruby/regexp '/Project\-Id\-Version: Crypto Payments Woo (?\d+\.[\.\d]+)/i' version: true + crypto-price-widgets: + QueryParameter: + files: + - public/css/wx-crypto-shortcodes-public.css + - public/css/datatables.min.css + - public/js/datatables.js + - public/js/apexcharts.js + - public/js/wx-crypto-shortcodes-public.js + version: true + Readme: + path: README.txt crypto-prices: QueryParameter: files: @@ -27011,6 +27513,9 @@ plugins: version: true Readme: path: readme.txt + cryptocurrency-mining-pools: + Readme: + path: readme.txt cryptocurrency-payments-using-metamask-for-woocommerce: Readme: path: readme.txt @@ -27254,6 +27759,9 @@ plugins: path: package.json key: version version: true + cta-builder: + Readme: + path: readme.txt cta-section-custom-gb-block: Readme: path: README.md @@ -27296,6 +27804,9 @@ plugins: ctrlenter-publishes-comments: Readme: path: readme.txt + ctrlsfix-hide-login: + Readme: + path: readme.txt cts-infusionsoft-form-shortcode: Readme: path: readme.txt @@ -27334,7 +27845,9 @@ plugins: path: readme.txt cubicfusion-admin-enhancer: Readme: - path: readme.txt + path: + - readme.txt + - README.md ChangeLog: class: BodyPattern path: CHANGELOG.txt @@ -27658,6 +28171,9 @@ plugins: custom-code: Readme: path: readme.txt + custom-code-keeper: + Readme: + path: readme.txt custom-codes: Readme: path: readme.txt @@ -27768,6 +28284,9 @@ plugins: custom-currency-for-woocommerce: Readme: path: readme.txt + custom-cursor-for-wp: + Readme: + path: readme.txt custom-dashboard-background: Readme: path: README.txt @@ -27940,6 +28459,14 @@ plugins: custom-headers-and-footers: Readme: path: readme.txt + custom-help: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi + version: true custom-html-block-extension: Readme: path: readme.txt @@ -28114,6 +28641,9 @@ plugins: custom-order-status-for-woocommerce: Readme: path: readme.txt + custom-order-statuses-for-woocommerce: + Readme: + path: readme.txt custom-page-extensions: TranslationFile: class: BodyPattern @@ -28196,6 +28726,9 @@ plugins: custom-post-type-creator: Readme: path: readme.txt + custom-post-type-filters-for-users-insights: + Readme: + path: readme.txt custom-post-type-gui: Readme: path: readme.txt @@ -28279,6 +28812,9 @@ plugins: custom-private-post: Readme: path: readme.txt + custom-product-builder-for-woocommerce: + Readme: + path: README.md custom-product-stock-statuses-for-woocommerce: Readme: path: readme.txt @@ -28731,6 +29267,9 @@ plugins: customize-sitemap: Readme: path: readme.txt + customize-tawk-to-widget: + Readme: + path: readme.txt customize-wc-checkout: Readme: path: readme.txt @@ -28832,12 +29371,18 @@ plugins: cute-animals: Readme: path: readme.txt + cute-mediainfo: + Readme: + path: readme.txt cute-news-ticker: Readme: path: readme.txt cute-scroll-to-top: Readme: path: readme.txt + cutzy-url-shortener: + Readme: + path: readme.txt cuusoo-list: Readme: path: readme.txt @@ -28849,6 +29394,9 @@ plugins: version: true Readme: path: readme.txt + cvmh-simple-slideshow: + Readme: + path: readme.txt cvw-pb-animation: Readme: path: readme.txt @@ -29076,6 +29624,9 @@ plugins: - public/js/scripts.js - public/js/readmore_v2.2.0.min.js version: true + daily-bible-verse: + Readme: + path: readme.txt daily-christian-bible-verses: Readme: path: readme.txt @@ -29232,6 +29783,19 @@ plugins: path: languages/dark_mode_lite.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Dark Mode Lite (?\d+\.[\.\d]+)/i' version: true + dark-mode-toggle: + QueryParameter: + files: + - assets/js/darkmode-js.min.js + - assets/js/dmtg.min.js + version: true + TranslationFile: + class: BodyPattern + path: languages/dark-mode-toggle.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Dark Mode Toggle (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt dark-site: Readme: path: readme.txt @@ -29293,6 +29857,9 @@ plugins: dashboard-custom-feed-admin: Readme: path: readme.txt + dashboard-feeds-dashboard-widget: + Readme: + path: readme.txt dashboard-for-beginer: Readme: path: readme.txt @@ -29697,6 +30264,9 @@ plugins: dbview: Readme: path: readme.txt + dbviewer: + Readme: + path: README.txt dbwd-bookmark-page: Readme: path: readme.txt @@ -29723,6 +30293,9 @@ plugins: dcj-search-autocomplete: Readme: path: readme.txt + dd-admin-theme: + Readme: + path: README.txt dd-contact-form: Readme: path: readme.txt @@ -29987,6 +30560,9 @@ plugins: decode-reply-tool: Readme: path: readme.txt + decoding-async: + Readme: + path: readme.txt decorative-caps-with-series: Readme: path: readme.txt @@ -30326,6 +30902,9 @@ plugins: delivery-date-time-for-woocommerce: Readme: path: README.txt + delivery-date-time-picker-for-woocommerce: + Readme: + path: README.txt delivery-drivers-for-vendors: Readme: path: README.txt @@ -30972,6 +31551,9 @@ plugins: diablo-3-tooltip: Readme: path: readme.txt + diagnoseo: + Readme: + path: readme.txt diagnosis: Readme: path: readme.txt @@ -31156,6 +31738,12 @@ plugins: diigorss: Readme: path: readme.txt + dikitale-core: + Readme: + path: readme.md + dikitale-elementor: + Readme: + path: readme.md diller-app: Readme: path: readme.txt @@ -31333,6 +31921,13 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ version: true + disable-browser-devtool: + QueryParameter: + files: + - assets/script.min.js + version: true + Readme: + path: readme.txt disable-browser-telephone-format-detection: Readme: path: readme.txt @@ -31508,6 +32103,12 @@ plugins: disable-lazy-loading-for-iframes: Readme: path: README.md + disable-login-language-selector: + Readme: + path: readme.txt + disable-login-language-switcher: + Readme: + path: README.md disable-magpie-rss-cache: Readme: path: readme.txt @@ -31685,6 +32286,9 @@ plugins: disable-unsplash-cdn: Readme: path: readme.txt + disable-unused-block-editor-blocks: + Readme: + path: readme.txt disable-unused-features: Readme: path: readme.txt @@ -31812,6 +32416,11 @@ plugins: discounts-for-thecartpress: Readme: path: readme.txt + discountx: + Readme: + path: + - readme.txt + - README.md discourage-search-engines-dashboard-notification: Readme: path: readme.txt @@ -31868,6 +32477,14 @@ plugins: - public/css/wpd-tinctures-public.css - public/js/wpd-tinctures-public.js version: true + display-a-meta-field-as-block: + TranslationFile: + class: BodyPattern + path: languages/mfb.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Meta Field Block (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt display-all-image-file-path: Readme: path: readme.txt @@ -31889,6 +32506,9 @@ plugins: display-cpg-thumbnails: Readme: path: readme.txt + display-current-wp-version: + Readme: + path: readme.txt display-custom-fields: Readme: path: readme.txt @@ -32185,6 +32805,14 @@ plugins: version: true Readme: path: README.txt + dj-accessibility: + QueryParameter: + files: + - module/assets/css/accessibility.css + - module/assets/js/accessibility.min.js + version: true + Readme: + path: readme.txt dj-email-publish: Readme: path: readme.txt @@ -32344,6 +32972,9 @@ plugins: do-shortcodes-for-all-in-one-seo-pack: Readme: path: readme.txt + do-we-have-testing-kits: + Readme: + path: readme.txt do-you-read-widget: Readme: path: readme.txt @@ -32706,6 +33337,9 @@ plugins: doorhub-sameday: Readme: path: readme.txt + doorlin-whiteboard: + Readme: + path: readme.txt dop-player: Readme: path: readme.txt @@ -32773,6 +33407,9 @@ plugins: path: languages/double-image.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Double Image (?\d+\.[\.\d]+)/i' version: true + double-opt-in-for-cf7: + Readme: + path: readme.txt double-opt-in-for-download: QueryParameter: files: @@ -32826,6 +33463,9 @@ plugins: download-html-tinymce-button: Readme: path: readme.txt + download-list-block-with-icons: + Readme: + path: readme.txt download-manager: MetaGenerator: class: Xpath @@ -33166,6 +33806,20 @@ plugins: drip-feed-content-extended-for-learndash: Readme: path: readme.txt + drip-payments: + Readme: + path: readme.txt + driveworks-block-form-embed: + Readme: + path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true + driveworks-shortcode-form-embed: + Readme: + path: readme.txt drm-protected-video-streaming: Readme: path: readme.txt @@ -33254,6 +33908,9 @@ plugins: droppa-shipping: Readme: path: readme.txt + droppx-delivery: + Readme: + path: readme.txt dropship-me: Readme: path: readme.txt @@ -33640,6 +34297,9 @@ plugins: dx-auto-save-images: Readme: path: readme.txt + dx-category-reports: + Readme: + path: readme.txt dx-contribute: Readme: path: readme.txt @@ -33685,6 +34345,9 @@ plugins: dx-watermark: Readme: path: readme.txt + dx-webp-picture-tag-image-wrapper: + Readme: + path: readme.txt dxtag-auto-listings: TranslationFile: class: BodyPattern @@ -33825,6 +34488,9 @@ plugins: dynamic-product-titles-for-variant-options: Readme: path: readme.txt + dynamic-qr-code: + Readme: + path: readme.txt dynamic-robots-txt: Readme: path: readme.txt @@ -33911,6 +34577,9 @@ plugins: dynauthor: Readme: path: readme.txt + dyno-sections-dynamic-sections-based-on-get-or-post-parameters: + Readme: + path: readme.txt dynowidg: Readme: path: readme.txt @@ -33986,6 +34655,9 @@ plugins: e-unlocked-student-result: Readme: path: readme.txt + e-youbica: + Readme: + path: readme.txt e107-importer: Readme: path: readme.txt @@ -34295,6 +34967,9 @@ plugins: easy-content-templates: Readme: path: readme.txt + easy-cookie-consent: + Readme: + path: readme.txt easy-cookie-law: Readme: path: readme.txt @@ -35658,12 +36333,20 @@ plugins: eazyfilter-for-woocommerce: Readme: path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ + version: true eazygrid-for-elementor: Readme: path: readme.txt eazypay: Readme: path: readme.txt + eazytemplate-template-library: + Readme: + path: readme.txt ebanqo-widget: TranslationFile: class: BodyPattern @@ -36453,6 +37136,9 @@ plugins: eh-wordpress-totals: Readme: path: readme.txt + ehw-random-bible-verse: + Readme: + path: readme.txt eid-easy-qualified-electonic-signature: Readme: path: readme.txt @@ -36500,6 +37186,14 @@ plugins: version: true Readme: path: readme.txt + eimskip: + QueryParameter: + files: + - public/css/eimskip-public.css + - public/js/eimskip-public.js + version: true + Readme: + path: README.txt einsatzberichte-oo: Readme: path: readme.txt @@ -36546,6 +37240,9 @@ plugins: elander: Readme: path: readme.txt + elash-slider: + Readme: + path: README.md elastic-email-sender: Readme: path: readme.txt @@ -36858,6 +37555,9 @@ plugins: elex-usps-shipping-method: Readme: path: readme.txt + elex-woo-dhl-express-shipping: + Readme: + path: readme.txt elex-woo-flexible-pricing: Readme: path: readme.txt @@ -36910,6 +37610,9 @@ plugins: elite-accordion: Readme: path: readme.txt + elite-licenser-lite: + Readme: + path: readme.txt elite-notification: QueryParameter: files: @@ -37134,6 +37837,9 @@ plugins: email-me: Readme: path: readme.txt + email-no-bot: + Readme: + path: readme.txt email-notification-on-comment-approval: Readme: path: readme.txt @@ -37700,6 +38406,9 @@ plugins: xpath: //meta[@name="generator"]/@content version: true pattern: !ruby/regexp /empty framework (?\d+\.[\.\d]+)/i + empty-meta-cleanup-for-wp-job-manager: + Readme: + path: readme.txt empty-p-tag: Readme: path: readme.txt @@ -37917,6 +38626,9 @@ plugins: enhanced-ecommerce-datalayer: Readme: path: readme.txt + enhanced-ecommerce-plus-easy-digital-downloads: + Readme: + path: readme.txt enhanced-emails: Readme: path: readme.txt @@ -38034,6 +38746,11 @@ plugins: enqueueror: Readme: path: readme.txt + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ + version: true enquir3-case-studies: Readme: path: readme.txt @@ -38066,6 +38783,9 @@ plugins: path: CHANGELOG.MD pattern: !ruby/regexp /\#\# \[(?\d+\.[\.\d]+)\]/ version: true + entity-viewer: + Readme: + path: readme.txt entregalo-ecommerce-wordpress-for-woocommerce: Readme: path: readme.md @@ -38331,6 +39051,9 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ version: true + epizy-easy-testimonials: + Readme: + path: readme.txt epoch: QueryParameter: files: @@ -38698,6 +39421,9 @@ plugins: eu-vat-redirect: Readme: path: readme.txt + eu-vat-reports-for-woocommerce: + Readme: + path: readme.txt euf-elementor-used-forms: Readme: path: readme.txt @@ -38944,6 +39670,27 @@ plugins: evento: Readme: path: readme.txt + eventon-lite: + QueryParameter: + files: + - assets/css/eventon_styles.css + - assets/fonts/all.css + - assets/css/eventon_dynamic_styles.css + - assets/js/maps/eventon_gen_maps.js + - assets/js/eventon_functions.js + - assets/js/lib/handlebars.js + - assets/js/lib/jquery.mobile.min.js + - assets/js/lib/moment.min.js + - assets/js/lib/jquery.mousewheel.min.js + - assets/js/eventon_script.js + version: true + MetaTag: + class: Xpath + xpath: //meta[@name="generator"]/@content + version: true + pattern: !ruby/regexp /EventON (?\d+\.[\.\d]+)/i + Readme: + path: readme.txt eventon-promote: QueryParameter: files: @@ -38995,7 +39742,12 @@ plugins: files: - js/jquery-select2/select2-4.0.4/dist/js/select2.min.js - js/eme.js + - js/jquery-timepicker/jquery.timepicker.min.js + - js/fdatepicker/js/fdatepicker.min.js + - js/jquery-select2/select2-4.1.0-rc.0/dist/js/select2.min.js version: true + Readme: + path: readme.txt events-maker: Readme: path: readme.txt @@ -39438,9 +40190,15 @@ plugins: expandoo: Readme: path: readme.txt + experience-activities-booking-system: + Readme: + path: readme.txt expert-email-validator: Readme: path: readme.txt + expertflow-hybrid-chat: + Readme: + path: readme.txt expertflowhybirdchat: Readme: path: readme.txt @@ -39582,6 +40340,9 @@ plugins: export-wp-users-xml-csv: Readme: path: readme.txt + exportex: + Readme: + path: readme.txt exportyourstore: Readme: path: readme.txt @@ -39729,6 +40490,11 @@ plugins: path: package.json key: version version: true + extended-trial-coupon-for-wc-subscription: + Readme: + path: + - readme.txt + - readme.md extended-user-info: Readme: path: readme.txt @@ -39951,6 +40717,9 @@ plugins: extreme-admin-dashboard-theme: Readme: path: readme.txt + extreme-blocks: + Readme: + path: README.txt exxica-social-marketing: QueryParameter: files: @@ -40355,6 +41124,9 @@ plugins: facturis-online-sync: Readme: path: readme.txt + facturozor: + Readme: + path: readme.txt factuursturen-integration: Readme: path: readme.txt @@ -40744,6 +41516,14 @@ plugins: faq-with-accordion: Readme: path: readme.txt + faq-with-categories: + QueryParameter: + files: + - includes/display.css + - includes/client.js + version: true + Readme: + path: readme.txt faqz: Readme: path: readme.txt @@ -41220,6 +42000,7 @@ plugins: path: - readme.txt - readme.md + - README.md featured-image-reminder: Readme: path: readme.txt @@ -41447,6 +42228,13 @@ plugins: feedaggregator: Readme: path: readme.txt + feedaty-rating-for-woocommerce: + QueryParameter: + files: + - public/css/feedaty-rating-for-woocommerce-public.css + version: true + Readme: + path: README.txt feedback-champuru: Readme: path: readme.txt @@ -41654,6 +42442,9 @@ plugins: - public/css/fibotalk-live-chat-public.css - public/js/fibotalk-live-chat-public.js version: true + fibrojedi-sticky-preview-publish-buttons: + Readme: + path: readme.txt fidgetr: Readme: path: readme.txt @@ -41751,6 +42542,9 @@ plugins: filerobot-digital-asset-management-and-acceleration: Readme: path: README.txt + files-download-delay: + Readme: + path: readme.txt files-mash-optimizer: Readme: path: readme.txt @@ -42077,6 +42871,9 @@ plugins: first-name-and-last-name-on-registration-page: Readme: path: readme.txt + first-order-coupon-manager-for-woocommerce: + Readme: + path: readme.txt first-order-discount-woocommerce: Readme: path: readme.txt @@ -42092,6 +42889,9 @@ plugins: first-visitor-message: Readme: path: readme.txt + firstchoice-integration: + Readme: + path: readme.txt firstform: TranslationFile: class: BodyPattern @@ -42155,6 +42955,9 @@ plugins: fix-admin-contrast: Readme: path: readme.txt + fix-alt-text: + Readme: + path: readme.txt fix-and-flip-calculator: Readme: path: README.txt @@ -42436,6 +43239,9 @@ plugins: - assets/css/flat-preloader-public.css - assets/js/flat-preloader.js version: true + flat-shipping-rate-by-city-for-woocommerce: + Readme: + path: README.txt flat-twitter: QueryParameter: files: @@ -42601,6 +43407,14 @@ plugins: flexible-recent-posts: Readme: path: readme.txt + flexible-scroll-top: + QueryParameter: + files: + - public/css/flexible-scroll-top-public.css + - public/js/flexible-scroll-top-public.js + version: true + Readme: + path: README.txt flexible-shipping: Readme: path: readme.txt @@ -42858,6 +43672,12 @@ plugins: path: languages/fswb.pot pattern: !ruby/regexp '/Id\-Version: Flight Search Widget Blocks (?\d+\.[\.\d]+)/i' version: true + flinque-web-analyse: + Readme: + path: readme.txt + flip-box-block: + Readme: + path: readme.txt flip-box-carousel: QueryParameter: files: @@ -42957,6 +43777,9 @@ plugins: floating-awesome-button: Readme: path: readme.txt + floating-cart-for-woo: + Readme: + path: readme.txt floating-click-to-chat: QueryParameter: files: @@ -43224,6 +44047,9 @@ plugins: fluxlive: Readme: path: readme.txt + fluxtore: + Readme: + path: readme.txt flv-embed: Readme: path: readme.txt @@ -43951,6 +44777,9 @@ plugins: - assets/css/frontend-form-print-pay.css - assets/js/form-pay.js version: true + form-to-chat: + Readme: + path: readme.txt form-to-json: Readme: path: readme.txt @@ -44158,6 +44987,9 @@ plugins: fortunekookie: Readme: path: readme.txt + fortvision-platform-without-ecommerce: + Readme: + path: readme.txt fortysix-mobile: Readme: path: readme.txt @@ -44349,6 +45181,9 @@ plugins: version: true Readme: path: README.txt + frakt123: + Readme: + path: readme.txt frame-breaker-removes-digg-bar-owly-bar-facebook-bar-etc: Readme: path: readme.txt @@ -44430,6 +45265,14 @@ plugins: free-product-for-woocommerce: Readme: path: readme.txt + free-product-sample: + TranslationFile: + class: BodyPattern + path: languages/free-product-sample.pot + pattern: !ruby/regexp /Advanced Product Sample for WooCommerce (?\d+\.[\.\d]+)/i + version: true + Readme: + path: README.txt free-product-table-for-woocommerce: Readme: path: readme.txt @@ -44823,6 +45666,9 @@ plugins: - public/js/frontend_posts-public.js - public/js/jQuery.Validate.min.js version: true + frontend-product-editor: + Readme: + path: readme.txt frontend-publisher-for-user-profiles-made-easy: ChangeLog: class: BodyPattern @@ -45076,6 +45922,9 @@ plugins: fun-facts: Readme: path: readme.txt + funbutler-booking: + Readme: + path: readme.txt functionscapacitor: Readme: path: readme.txt @@ -45615,12 +46464,18 @@ plugins: gamipress-button: Readme: path: readme.txt + gamipress-divi-integration: + Readme: + path: readme.txt gamipress-edd-points-per-purchase-total: Readme: path: readme.txt gamipress-elementor-forms-integration: Readme: path: readme.txt + gamipress-fluent-support-integration: + Readme: + path: readme.txt gamipress-fluentcrm-integration: Readme: path: readme.txt @@ -45988,6 +46843,9 @@ plugins: - public/css/gdpr-personal-data-reports-public.css - public/js/gdpr-personal-data-reports-public.js version: true + gdpr-press: + Readme: + path: readme.txt gdpr-request-form: QueryParameter: files: @@ -46137,6 +46995,9 @@ plugins: generate-wordpress-entities: Readme: path: readme.txt + generate-wpgraphql-image-dataurl: + Readme: + path: readme.txt generateblocks: Readme: path: readme.txt @@ -46962,6 +47823,9 @@ plugins: gf-multi-uploader: Readme: path: readme.txt + gf-no-duplicates: + Readme: + path: readme.txt gf-prevent-duplicates: Readme: path: readme.txt @@ -47136,6 +48000,9 @@ plugins: - assets/js/jquery.steps.min.js - assets/js/voucher-script.js version: true + gift-wrapping-for-woocommerce: + Readme: + path: readme.txt gifted-testimonials: Readme: path: README.txt @@ -47173,6 +48040,9 @@ plugins: gigatools-widget: Readme: path: readme.txt + gigl-delivery: + Readme: + path: readme.txt gigpress: Comment: xpath: //comment()[contains(., "GigPress")] @@ -47316,6 +48186,13 @@ plugins: give-a-beer: Readme: path: readme.txt + give-as-you-live: + QueryParameter: + files: + - admin/css/gayl.css + version: true + Readme: + path: readme.txt give-coupon-to-friend: Readme: path: readme.txt @@ -47414,6 +48291,14 @@ plugins: global-settings: Readme: path: readme.txt + global-styles-mods: + ChangeLog: + class: BodyPattern + path: changelog.md + pattern: !ruby/regexp /^\#+ (?\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi + version: true + Readme: + path: readme.txt global-threat-activity-level-widget: Readme: path: readme.txt @@ -48885,6 +49770,14 @@ plugins: version: true Readme: path: readme.txt + grainy-gradient-block: + Readme: + path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true grand-job: Readme: path: @@ -48953,6 +49846,12 @@ plugins: grassblade-xapi-lifterlms: Readme: path: readme.txt + grassblade-xapi-masterstudy: + Readme: + path: readme.txt + grassblade-xapi-tutorlms: + Readme: + path: readme.txt grassblade-xapi-wp-courseware: Readme: path: readme.txt @@ -49582,6 +50481,9 @@ plugins: greenrope-analytics: Readme: path: readme.txt + greenshift-animation-and-page-builder-blocks: + Readme: + path: readme.txt greenstory-for-woocommerce: Readme: path: readme.txt @@ -50097,6 +50999,9 @@ plugins: guestchat-bot: Readme: path: readme.txt + guestofy-restaurant-reservations: + Readme: + path: readme.txt guestplan-booking-widget: Readme: path: README.txt @@ -50142,6 +51047,16 @@ plugins: gumlet: Readme: path: readme.txt + gumpress: + QueryParameter: + files: + - assets/css/gumpress.css + - assets/js/gumpress.js + version: true + Readme: + path: + - readme.txt + - readme.md gumroad-shortcode: Readme: path: README.txt @@ -50205,6 +51120,17 @@ plugins: gutentor: Readme: path: readme.txt + gutenverse: + QueryParameter: + files: + - assets/fontawesome/css/all.min.css + - assets/gtnicon/gtnicon.css + - assets/css/frontend-block.css + - assets/frontend/react-player/ReactPlayer.standalone.js + - assets/js/frontend.js + version: true + Readme: + path: readme.txt guto-toolkit: QueryParameter: files: @@ -50282,6 +51208,9 @@ plugins: h-gallery: Readme: path: readme.txt + h2-to-metadescription: + Readme: + path: readme.txt h5p: QueryParameter: files: @@ -50329,6 +51258,9 @@ plugins: hal-html-widget: Readme: path: readme.txt + halloween-countdown: + Readme: + path: readme.txt halloween-countdown-widget: Readme: path: readme.txt @@ -50426,6 +51358,9 @@ plugins: handtalk: Readme: path: readme.txt + handy-addons: + Readme: + path: readme.txt handygebuehren-german: Readme: path: readme.txt @@ -50513,6 +51448,9 @@ plugins: has-more: Readme: path: readme.txt + hash-coupon: + Readme: + path: README.md hash-hash-tags: TranslationFile: class: BodyPattern @@ -50576,6 +51514,9 @@ plugins: hatena-star: Readme: path: readme.txt + hawkvision: + Readme: + path: readme.txt haxtheweb: Readme: path: readme.txt @@ -50999,6 +51940,9 @@ plugins: help-desk-9-by-developry: Readme: path: readme.txt + help-manager: + Readme: + path: README.txt helpdeskwp: Readme: path: readme.txt @@ -51370,6 +52314,9 @@ plugins: hide-it: Readme: path: README.txt + hide-language-switcher: + Readme: + path: readme.txt hide-link: Readme: path: readme.txt @@ -51442,6 +52389,9 @@ plugins: hide-price-until-login: Readme: path: readme.txt + hide-product-image-for-woocommerce: + Readme: + path: readme.txt hide-related-posts: Readme: path: readme.txt @@ -51506,6 +52456,9 @@ plugins: hide-wordpress-version: Readme: path: readme.txt + hide-wp-admin-wp-login-php: + Readme: + path: readme.txt hide-wp-login: Readme: path: readme.txt @@ -51704,6 +52657,9 @@ plugins: historical-comment-count: Readme: path: readme.txt + history-log-by-click5: + Readme: + path: readme.txt history-timeline: Readme: path: readme.txt @@ -51747,6 +52703,9 @@ plugins: hivepress-paid-listings: Readme: path: readme.txt + hiver-chat: + Readme: + path: readme.md hivista-youtube: Readme: path: readme.txt @@ -51787,6 +52746,9 @@ plugins: hk-idram-payment-gateway: Readme: path: readme.txt + hk-payment-gateway-for-converse: + Readme: + path: readme.txt hk-shortcode: Readme: path: readme.txt @@ -52088,6 +53050,17 @@ plugins: horizontal-slider: Readme: path: readme.txt + horizontal-slider-with-scroll: + QueryParameter: + files: + - assets/css/front.css + - assets/css/app.css + - assets/js/libs.js + - assets/js/front.js + - assets/js/app.js + version: true + Readme: + path: readme.txt horizontal-tabs: Readme: path: readme.txt @@ -53104,6 +54077,9 @@ plugins: version: true Readme: path: readme.txt + ic-importer: + Readme: + path: readme.txt icafe-library: Readme: path: readme.txt @@ -53731,6 +54707,9 @@ plugins: version: true Readme: path: README.txt + image-annotation: + Readme: + path: readme.txt image-annotations: Readme: path: readme.txt @@ -53995,6 +54974,14 @@ plugins: image-size-type-control: Readme: path: readme.txt + image-sizes-controller: + TranslationFile: + class: BodyPattern + path: languages/gpls-issl-images-subsizes-list.pot + pattern: !ruby/regexp /Image Sizes Controller \[\[GrandPlugins\]\] (?\d+\.[\.\d]+)/i + version: true + Readme: + path: readme.txt image-slider-pearlbells: Readme: path: readme.txt @@ -54045,6 +55032,11 @@ plugins: image-teleporter: Readme: path: readme.txt + image-text-slider-block: + Readme: + path: + - readme.txt + - README.md image-text-widget: Readme: path: readme.txt @@ -54491,6 +55483,9 @@ plugins: - public/css/import-vk-comments-public.css - public/js/import-vk-comments-public.js version: true + important-dates-dashboard-widget: + Readme: + path: readme.txt importify: Readme: path: readme.txt @@ -54576,6 +55571,14 @@ plugins: version: true Readme: path: readme.txt + in-browser-image-compression: + TranslationFile: + class: BodyPattern + path: languages/ibic.pot + pattern: !ruby/regexp '/d\-Version: In Browser Image Compression (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt in-category-order: Readme: path: readme.txt @@ -54811,6 +55814,9 @@ plugins: indypress-events: Readme: path: readme.txt + inesonic-speedsentry: + Readme: + path: readme.txt inespay-payment: TranslationFile: class: BodyPattern @@ -54823,6 +55829,9 @@ plugins: infinidesk: Readme: path: readme.txt + infinite-notification: + Readme: + path: readme.txt infinite-product-scroll: Readme: path: readme.txt @@ -55199,6 +56208,14 @@ plugins: input-scanner: Readme: path: readme.txt + inquirer: + Readme: + path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true inqwise-shortcode: Readme: path: readme.txt @@ -55529,6 +56546,9 @@ plugins: insults: Readme: path: readme.txt + insurify: + Readme: + path: readme.txt integracao-entre-eduzz-e-wc-powers: Readme: path: readme.txt @@ -55605,15 +56625,24 @@ plugins: files: - dist/css/frontend.css - dist/js/frontend.min.js + - dist/js/frontend.js version: true Readme: path: readme.txt + TranslationFile: + class: BodyPattern + path: languages/integrate-google-drive.pot + pattern: !ruby/regexp '/ject\-Id\-Version: Integrate Google Drive (?\d+\.[\.\d]+)/i' + version: true integrate-polarsteps: TranslationFile: class: BodyPattern path: languages/integrate-polarsteps.pot pattern: !ruby/regexp /ject\-Id\-Version:\ Polarsteps Integration (?\d+\.[\.\d]+)/i version: true + integrate-razorpay-contact-form-7: + Readme: + path: readme.txt integrate-sharpspring-and-gravity-forms: Readme: path: readme.txt @@ -55666,11 +56695,26 @@ plugins: integration-for-contact-form-7-and-pipedrive: Readme: path: readme.txt + integration-for-elementor-forms-asana: + Readme: + path: + - readme.txt + - README.md + integration-for-elementor-forms-clickup: + Readme: + path: + - readme.txt + - README.md integration-for-elementor-forms-cookies: Readme: path: - readme.txt - README.md + integration-for-elementor-forms-flexmail: + Readme: + path: + - readme.txt + - README.md integration-for-elementor-forms-mollie: Readme: path: @@ -55738,6 +56782,9 @@ plugins: integration-of-zoho-crm-and-wpforms: Readme: path: readme.txt + integration-qr-code-payment-gateway: + Readme: + path: readme.txt integration-with-mautic-for-wp: QueryParameter: files: @@ -55818,6 +56865,9 @@ plugins: version: true Readme: path: readme.txt + intense-kargo-kurtarma-modu-for-woocommerce: + Readme: + path: readme.txt intense-turkiye-il-ilce-eklentisi-for-woocommerce: Readme: path: readme.txt @@ -56257,6 +57307,9 @@ plugins: version: true Readme: path: readme.txt + ip-address-shortcode: + Readme: + path: readme.txt ip-blacklist-cloudflare: Readme: path: readme.txt @@ -56471,6 +57524,9 @@ plugins: irate: Readme: path: readme.txt + irdinmo-para-inmovilla: + Readme: + path: readme.txt irecord-form: Readme: path: readme.txt @@ -56871,6 +57927,14 @@ plugins: j14-updates: Readme: path: readme.txt + j2t-reward-points-for-woocommerce: + TranslationFile: + class: BodyPattern + path: j2t-rewardpoints-woocommerce.pot + pattern: !ruby/regexp '/sion: J2T Reward Points for Woocommerce (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: README.txt j7-beaver-headers-footers: Readme: path: readme.txt @@ -57112,6 +58176,9 @@ plugins: - css/wpoh-public-faq.css - js/wpoh-public-faq.js version: true + jda-login-page: + Readme: + path: readme.txt je-suis-charlie: Readme: path: readme.txt @@ -57489,6 +58556,9 @@ plugins: jinshuju: Readme: path: readme.txt + jinx-fast-cache: + Readme: + path: readme.txt jinx-the-javascript-includer: Readme: path: readme.txt @@ -57647,6 +58717,13 @@ plugins: joblookup-jobbox: Readme: path: readme.txt + jobpress: + QueryParameter: + files: + - assets/public/css/jobpress-style-v1.css + version: true + Readme: + path: readme.txt jobs-af: Readme: path: readme.txt @@ -58529,6 +59606,9 @@ plugins: k2-blocks: Readme: path: readme.txt + k2-core-block-image-styles: + Readme: + path: readme.txt k2-essentials: Readme: path: readme.txt @@ -59005,6 +60085,9 @@ plugins: kernel-booking: Readme: path: README.txt + kernel-video-sharing: + Readme: + path: README.txt ketno-lazy-page-loader: QueryParameter: files: @@ -59705,6 +60788,9 @@ plugins: ko-fi-button: Readme: path: Readme.txt + koalamint: + Readme: + path: readme.txt koalendar-free-booking-widget: Readme: path: readme.txt @@ -59740,6 +60826,19 @@ plugins: koha-search-widget: Readme: path: readme.txt + kokku-cookie-banner: + QueryParameter: + files: + - public/css/main.css + - public/js/main.js + version: true + Readme: + path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true koko-analytics: QueryParameter: files: @@ -59874,6 +60973,9 @@ plugins: kostenlose-immobilienbewertung-lead-generator: Readme: path: readme.txt + kotobee: + Readme: + path: readme.txt kouguu-fb-like: Comment: pattern: !ruby/regexp /kouguu_fb_like (?\d+\.[\.\d]+)/i @@ -60654,6 +61756,9 @@ plugins: version: true Readme: path: readme.txt + layers: + Readme: + path: readme.txt LayerSlider: QueryParameter: files: @@ -61625,6 +62730,9 @@ plugins: files: - assets/libs/jquery-ui/jquery-ui.css version: true + liffery: + Readme: + path: README.txt lift-trail-status: QueryParameter: files: @@ -61745,6 +62853,16 @@ plugins: lightbulb-save-and-close: Readme: path: readme.txt + lightgallerywp: + QueryParameter: + files: + - assets/plugins/video/lg-video.css + - assets/css/lightgallery.css + - assets/js/lightgallery.min.js + - assets/plugins/video/lg-video.min.js + version: true + Readme: + path: readme.txt lightning-payment-gateway-lnbits: Readme: path: readme.txt @@ -62484,6 +63602,14 @@ plugins: list-authors: Readme: path: readme.txt + list-categories-widget: + QueryParameter: + files: + - public/css/category-widget-public.css + - public/js/category-widget-public.js + version: true + Readme: + path: README.txt list-category: Readme: path: readme.txt @@ -62622,6 +63748,9 @@ plugins: litpay-payment-gateway: Readme: path: readme.txt + litprotocol-wp-lit-gated: + Readme: + path: readme.txt little-free-archive-freshener: Readme: path: readme.txt @@ -62983,6 +64112,9 @@ plugins: lj-xp: Readme: path: readme.txt + ljpc-easy-login-client: + Readme: + path: readme.txt ljpl-armored-robotstxt: Readme: path: readme.txt @@ -63020,6 +64152,9 @@ plugins: version: true Readme: path: readme.txt + lms-chat: + Readme: + path: readme.txt lmwd-ziptree: Readme: path: readme.txt @@ -63508,6 +64643,9 @@ plugins: login-page: Readme: path: readme.txt + login-page-logo-change: + Readme: + path: readme.txt login-page-style: Readme: path: readme.txt @@ -63989,6 +65127,9 @@ plugins: path: - readme.txt - README.md + love-brave-browser: + Readme: + path: readme.txt love-button: Readme: path: readme.txt @@ -64267,6 +65408,9 @@ plugins: - public/js/core.min.js - public/js/ltd.lib.js version: true + lti-tool: + Readme: + path: readme.txt ltl-freight-quotes-abf-freight-edition: Readme: path: readme.txt @@ -64404,6 +65548,12 @@ plugins: lunapay-givewp: Readme: path: readme.txt + lunar-payments-for-woocommerce: + Readme: + path: readme.txt + lunasolcal-sun-info-widget: + Readme: + path: readme.txt lunite-tunnel: Readme: path: README.txt @@ -64780,6 +65930,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^Version:? (?\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi version: true + magic-tooltips-for-contact-form-7: + Readme: + path: readme.txt magic-wp-coupons: Readme: path: readme.txt @@ -65230,6 +66383,9 @@ plugins: maintenance-mode-for-woocommerce: Readme: path: readme.txt + maintenance-mode-with-timer: + Readme: + path: readme.txt maintenance-mode-z: QueryParameter: files: @@ -65485,6 +66641,8 @@ plugins: files: - public//css/public.css - public//js/public.js + - public/css/public.css + - public/js/public.js version: true Readme: path: README.txt @@ -65982,6 +67140,14 @@ plugins: math-captcha-spam-protection: Readme: path: readme.txt + math-input-with-mathquill: + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true + Readme: + path: readme.md mathml-block: ComposerFile: class: ConfigParser @@ -66182,6 +67348,10 @@ plugins: mdl-shortcodes: Readme: path: readme.txt + QueryParameter: + files: + - assets/style.css + version: true mdsco-sms: Readme: path: readme.txt @@ -66336,6 +67506,14 @@ plugins: mediabay-lite: Readme: path: readme.txt + mediajel-tracker: + QueryParameter: + files: + - public/css/mj-tracker-public.css + - public/js/mj-tracker-public.js + version: true + Readme: + path: README.txt mediamatic: Readme: path: readme.txt @@ -66902,6 +68080,9 @@ plugins: metform: Readme: path: readme.txt + metizpay-payment-gateway-for-woocommerce: + Readme: + path: readme.txt metomic-for-cookies: QueryParameter: files: @@ -67255,6 +68436,9 @@ plugins: mini-preview: Readme: path: readme.txt + mini-wp-gdpr: + Readme: + path: readme.txt miniclip-games: Readme: path: readme.txt @@ -67394,6 +68578,9 @@ plugins: path: languages/missing-product-shipping-info-tool-el.po pattern: !ruby/regexp '/ion: Missing_Product_Shipping_Info_tool (?\d+\.[\.\d]+)/i' version: true + missing-widgets-for-elementor: + Readme: + path: readme.txt missive-live-chat: Readme: path: readme.txt @@ -68095,6 +69282,9 @@ plugins: morpcs-air-quality-widget: Readme: path: readme.txt + morphii: + Readme: + path: readme.txt mortgage: Readme: path: readme.txt @@ -68142,6 +69332,20 @@ plugins: motivation-for-woocommerce: Readme: path: readme.txt + motopress-appointment-lite: + QueryParameter: + files: + - assets/css/public.min.css + - assets/js/public.min.js + - assets/js/divi-modules.min.js + version: true + TranslationFile: + class: BodyPattern + path: languages/motopress-appointment.pot + pattern: !ruby/regexp '/Project\-Id\-Version: Appointment Booking (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt motopress-content-editor-lite: QueryParameter: files: @@ -68222,6 +69426,9 @@ plugins: path: languages/bbpress-ms-move-en_US.po pattern: !ruby/regexp /ject\-Id\-Version:\ bbPress Multisite Move (?\d+\.[\.\d]+)/i version: true + move-orders-on-hold-to-processing-if-successfull-authorize-net-payment: + Readme: + path: readme.txt move-user-roles: Readme: path: readme.txt @@ -68364,6 +69571,14 @@ plugins: version: true Readme: path: readme.txt + mpwizard: + TranslationFile: + class: BodyPattern + path: languages/mpwizard.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: MPWizard (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt mq-woocommerce-products-price-bulk-edit: TranslationFile: class: BodyPattern @@ -68385,6 +69600,14 @@ plugins: ms-subscriber-subscribe-to-news: Readme: path: readme.txt + msfc-wc-frontend-manager: + QueryParameter: + files: + - public/css/msfc-wfm.css + - public/js/msfc-wfm.js + version: true + Readme: + path: readme.txt msit-corona-virus-live-update-widgets: Readme: path: README.txt @@ -68686,6 +69909,9 @@ plugins: - public/css/multisites-in-link-search-public.css - public/js/multisites-in-link-search-public.js version: true + multisites-superlist: + Readme: + path: readme.txt multislot-business-hours-for-dokan-vendor: Readme: path: readme.txt @@ -68732,6 +69958,9 @@ plugins: music-store-stripe-add-on: Readme: path: readme.txt + musician-press: + Readme: + path: readme.txt muslim-prayer-time-bd: QueryParameter: files: @@ -68757,6 +69986,14 @@ plugins: muvi-media-connect: Readme: path: readme.txt + muxemail-for-woocommerce: + TranslationFile: + class: BodyPattern + path: languages/mew.pot + pattern: !ruby/regexp '/\-Version: WooCommerce \- MuxEmail Add\-on (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt muzaara-micosoft-bing-product-data-feed: Readme: path: readme.txt @@ -69232,6 +70469,9 @@ plugins: my-schedule: Readme: path: readme.txt + my-security: + Readme: + path: readme.txt my-slider: Readme: path: readme.txt @@ -69272,6 +70512,9 @@ plugins: my-wp-ab-testing: Readme: path: readme.txt + my-wp-brand: + Readme: + path: readme.txt my-wp-glossary: Readme: path: readme.txt @@ -69286,6 +70529,9 @@ plugins: version: true Readme: path: readme.txt + my-wpdb: + Readme: + path: readme.txt my-youtube-recommendation: Readme: path: readme.txt @@ -69545,6 +70791,17 @@ plugins: mypay-payment-gateway-for-woocommerce: Readme: path: readme.txt + myschedulr: + Readme: + path: + - src/blocks/myschedulr/readme.txt + - readme.txt + - README.md + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /^\#+ (?\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi + version: true myscrollbar: Readme: path: readme.txt @@ -69850,6 +71107,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ version: true + near-pay: + Readme: + path: readme.txt nearby-locations: QueryParameter: files: @@ -69903,6 +71163,9 @@ plugins: path: languages/nelio-featured-posts.pot pattern: !ruby/regexp /roject\-Id\-Version:\ Nelio Featured Posts (?\d+\.[\.\d]+)/i version: true + nelio-forms: + Readme: + path: readme.txt nelio-maps: TranslationFile: class: BodyPattern @@ -69920,12 +71183,24 @@ plugins: nelio-unlocker: Readme: path: readme.txt + nemesis-all-in-one: + Readme: + path: readme.txt neo-bootstrap-carousel: QueryParameter: files: - public/css/neo-bootstrap-carousel-public.css - public/js/neo-bootstrap-carousel-public.js version: true + neon-product-designer-for-woocommerce: + QueryParameter: + files: + - public/css/neon-product-designer-public.css + - public/js/modal/modal.css + - public/js/neon-product-designer-public.js + version: true + Readme: + path: README.txt neoship: TranslationFile: class: BodyPattern @@ -70365,6 +71640,21 @@ plugins: nf-finnish-ssn-field: Readme: path: readme.txt + nft-gallery: + Readme: + path: readme.txt + nft-login: + QueryParameter: + files: + - public/css/nft-login-public.css + - public/js/nft-login-module.js + - public/js/evm-chains-0.2.0-index.min.js + - public/js/formatic-2.0.6.js + - public/js/web3-provider-1.2.1-index.min.js + - public/js/webmodal-1.9.0-index.js + version: true + Readme: + path: README.txt nftndx-io-embed: Readme: path: readme.txt @@ -70738,6 +72028,9 @@ plugins: version: true Readme: path: readme.txt + nm-gift-registry-and-wishlist-crowdfunding: + Readme: + path: readme.txt nm-gift-registry-and-wishlist-lite: Readme: path: readme.txt @@ -70922,6 +72215,9 @@ plugins: - public/css/notes-widget-wrapper-public.css - public/js/notes-widget-wrapper-public.js version: true + noti-activity-notification: + Readme: + path: readme.txt notibar: QueryParameter: files: @@ -70968,6 +72264,8 @@ plugins: - public/css/notification-bar-on-footer-public.css - public/js/notification-bar-on-footer-public.js version: true + Readme: + path: README.txt notification-box-lite: QueryParameter: files: @@ -71213,6 +72511,9 @@ plugins: files: - js/numb-main.js version: true + number-chat: + Readme: + path: readme.txt number-counter: Readme: path: readme.txt @@ -71527,6 +72828,9 @@ plugins: octolio: Readme: path: readme.txt + octopush-marketing-solutions: + Readme: + path: readme.txt octrace-support: Readme: path: readme.txt @@ -71709,7 +73013,9 @@ plugins: path: readme.txt oktium-face2-widget: Readme: - path: README.txt + path: + - README.txt + - readme.txt oktopost-future-posts: Readme: path: readme.txt @@ -71917,6 +73223,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ version: true + oneid: + Readme: + path: readme.txt onepay-for-woocommerce: Readme: path: readme.txt @@ -72529,6 +73838,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi version: true + order-auto-complete-for-woocommerce: + Readme: + path: README.txt order-barcode-for-woocommerce: QueryParameter: files: @@ -72540,6 +73852,14 @@ plugins: order-categories-for-woocommerce: Readme: path: readme.txt + order-delivery-date-and-time: + TranslationFile: + class: BodyPattern + path: languages/order-delivery-date-and-time.pot + pattern: !ruby/regexp '/d\-Version: Order Delivery Date and Time (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt order-export-for-woocommerce: Readme: path: readme.txt @@ -72631,6 +73951,15 @@ plugins: orders-to-route4me-for-woocommerce: Readme: path: readme.txt + oreka-search: + QueryParameter: + files: + - theme/css/forms.css + - theme/js/vue.min.js + - theme/js/form.js + version: true + Readme: + path: readme.txt orens-unsplash-widget: QueryParameter: files: @@ -72964,6 +74293,9 @@ plugins: oxygridlayout-by-oxyninja: Readme: path: readme.txt + oxyplug-prefetch: + Readme: + path: readme.txt oxyplug-preload: Readme: path: readme.txt @@ -73303,6 +74635,9 @@ plugins: paid-pages-with-woocommerce: Readme: path: readme.txt + paidvideocall-widget: + Readme: + path: readme.txt paidy-wc: Readme: path: readme.txt @@ -73353,6 +74688,11 @@ plugins: pandasms-for-woocommerce: Readme: path: readme.txt + pandora-fms-wp: + Readme: + path: + - readme.txt + - README.md pangu: Readme: path: readme.txt @@ -73440,6 +74780,14 @@ plugins: path: lang/parallax_scrolling_enllax-hu_HU.po pattern: !ruby/regexp /d\-Version:\ Parallax Scrolling Enllax\.js (?\d+\.[\.\d]+)/i version: true + parallax-section: + QueryParameter: + files: + - dist/style.css + - dist/script.js + version: true + Readme: + path: readme.txt parallax-slider: Readme: path: readme.txt @@ -73583,6 +74931,9 @@ plugins: path: - readme.txt - README.md + passwordless-authentication: + Readme: + path: readme.txt passwords-manager: Readme: path: readme.txt @@ -73790,6 +75141,14 @@ plugins: paylink: Readme: path: readme.txt + paym8-gateway: + Readme: + path: README.md + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i + version: true paymaya-checkout-for-woocommerce: Readme: path: readme.txt @@ -73822,6 +75181,9 @@ plugins: payment-gateway-for-idbank: Readme: path: readme.txt + payment-gateway-for-telcell: + Readme: + path: readme.txt payment-gateway-for-visa-for-woocommerce: Readme: path: readme.md @@ -73924,6 +75286,9 @@ plugins: - public/css/paypal-wp-button-manager-public.css - public/js/paypal-wp-button-manager-public.js version: true + paypecker-omni-sync: + Readme: + path: readme.txt payplug: TranslationFile: class: BodyPattern @@ -74003,6 +75368,14 @@ plugins: paytm-payments: Readme: path: readme.txt + paytomorrow: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ + version: true paytr-sanal-pos-woocommerce-iframe-api: Readme: path: readme.txt @@ -74208,6 +75581,9 @@ plugins: pdpa-thailand: Readme: path: readme.txt + pdq-csv: + Readme: + path: readme.txt pe-theme-elements-info: QueryParameter: files: @@ -74216,6 +75592,11 @@ plugins: peachpay-for-woocommerce: Readme: path: readme.txt + TranslationFile: + class: BodyPattern + path: languages/peachpay-for-woocommerce.pot + pattern: !ruby/regexp /ay for WooCommerce \| One\-Click Checkout (?\d+\.[\.\d]+)/i + version: true pearl-header-builder: Readme: path: readme.txt @@ -74801,6 +76182,9 @@ plugins: picksell-pay-for-woocommerce: Readme: path: readme.txt + pickup-and-delivery-from-customer-locations-for-woocommerce: + Readme: + path: README.txt pics-payment-gateway: Readme: path: readme.txt @@ -74848,6 +76232,9 @@ plugins: path: package.json key: version version: true + pin-generator: + Readme: + path: readme.txt pinboard-bookmarks: TranslationFile: class: BodyPattern @@ -75120,6 +76507,9 @@ plugins: plataya-pagos-gateway: Readme: path: readme.txt + platforminfo: + Readme: + path: readme.txt platformly: Readme: path: readme.txt @@ -75213,6 +76603,14 @@ plugins: files: - plinks.css version: true + plug-payments-gateway: + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /^\#+ (?\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi + version: true + Readme: + path: README.md plugin-99-minutos: Readme: path: readme.txt @@ -75950,6 +77348,9 @@ plugins: post-and-page-protect-azure: Readme: path: readme.txt + post-block: + Readme: + path: README.txt post-bookmarks: QueryParameter: files: @@ -76198,6 +77599,14 @@ plugins: post-plus: Readme: path: readme.txt + post-rating-and-review: + QueryParameter: + files: + - "/includes/css/prar-front-style.css" + - includes/js/post-rating-and-review.js + version: true + Readme: + path: readme.txt post-ratings: QueryParameter: files: @@ -76801,6 +78210,9 @@ plugins: powerup-for-woocommerce: Readme: path: readme.txt + powerwaf-cdn: + Readme: + path: readme.txt powerx-addons-for-elementor: Readme: path: readme.txt @@ -77339,6 +78751,9 @@ plugins: - public/css/primer-by-chloedigital-public.css - public/js/primer-by-chloedigital-public.js version: true + primer-mydata: + Readme: + path: README.txt print-label-and-tracking-code-for-dpd: Readme: path: readme.txt @@ -77394,6 +78809,9 @@ plugins: privado-gdpr-ccpa-cookie-consent: Readme: path: README.txt + private-comment: + Readme: + path: readme.txt private-content: ChangeLog: class: BodyPattern @@ -77613,6 +79031,9 @@ plugins: product-delivery-date-time-for-woocommerce: Readme: path: readme.txt + product-editor: + Readme: + path: README.txt product-expiry-for-woocommerce: Readme: path: readme.txt @@ -77913,6 +79334,9 @@ plugins: - assets/stylesheets/pcf-front-response.css - assets/scripts/pcf-front.js version: true + professional-login-and-registration-page-style: + Readme: + path: readme.txt profile-builder: QueryParameter: files: @@ -77986,6 +79410,14 @@ plugins: - assets/styles/ui.min.css - assets/scripts/ui.min.js version: true + project-cost-calculator: + QueryParameter: + files: + - public/css/project_rate_calculator-public.css + - public/css/project_rate_calculator-public_custom.css + version: true + Readme: + path: README.txt project-donations: QueryParameter: files: @@ -78248,6 +79680,9 @@ plugins: version: true Readme: path: README.md + proxy-ip-addresses-for-cloudfront-with-wordfence: + Readme: + path: readme.txt pryc-wp-add-custom-content-to-bottom-of-post: Readme: path: readme.txt @@ -78257,6 +79692,9 @@ plugins: pryc-wp-remove-languages-for-divi: Readme: path: readme.txt + pryc-wp-tinymce-more-buttons: + Readme: + path: readme.txt pryce-app: Readme: path: readme.txt @@ -78954,6 +80392,17 @@ plugins: qube-tools: Readme: path: readme.txt + qubik-envios: + Readme: + path: readme.txt + qubotchat: + QueryParameter: + files: + - qubot/css/qubot.css + - qubot/qubot.js + version: true + Readme: + path: readme.txt queerify: Readme: path: README.txt @@ -79045,6 +80494,14 @@ plugins: quick-create-pages: Readme: path: readme.txt + quick-demo-import: + TranslationFile: + class: BodyPattern + path: languages/quick-demo-import.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Quick Demo Import (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt quick-download-button: TranslationFile: class: BodyPattern @@ -79212,6 +80669,14 @@ plugins: quickpop-popup-builder: Readme: path: readme.txt + quickpost: + TranslationFile: + class: BodyPattern + path: languages/quickpost.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: QuickPost (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt quickseo-by-squirrly: Comment: xpath: //comment()[contains(., "Quick SEO")] @@ -79284,12 +80749,23 @@ plugins: quotation-manager: Readme: path: readme.txt + quote-of-the-day-by-forameal: + Readme: + path: readme.txt quote-of-the-day-by-libquotes: Readme: path: readme.txt quote-press: Readme: path: readme.txt + quote-requests-for-woocommerce: + TranslationFile: + class: BodyPattern + path: src/languages/quote-requests-for-woocommerce.pot + pattern: !ruby/regexp '/Version: Quote Requests for WooCommerce (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt quotes-collection: QueryParameter: files: @@ -79537,6 +81013,9 @@ plugins: path: languages/random-quote-of-the-day.pot pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?\d+\.[\.\d]+)/i' version: true + randomrss: + Readme: + path: README.txt rank-my-wp: Readme: path: readme.txt @@ -79574,6 +81053,9 @@ plugins: files: - js/rate.js version: true + rate-limiting-for-contact-form-7: + Readme: + path: readme.txt rate-my-stuff: Readme: path: readme.txt @@ -79633,6 +81115,9 @@ plugins: razorpay-payment-button-elementor: Readme: path: readme.txt + razorpay-payment-button-for-siteorigin: + Readme: + path: readme.txt razorpay-subscription-button: Readme: path: readme.txt @@ -79657,6 +81142,14 @@ plugins: version: true Readme: path: readme.txt + rc-post-rating: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ + version: true rc-site-map: ChangeLog: class: BodyPattern @@ -79686,6 +81179,9 @@ plugins: rd-add-palecolors: Readme: path: readme.txt + rd-fontawesome: + Readme: + path: readme.txt rd-products-no-api-for-amazon: Readme: path: readme.txt @@ -80020,6 +81516,9 @@ plugins: rebranded-pro-the-agency-toolkit: Readme: path: readme.txt + rebrandly-domain-redirect: + Readme: + path: README.txt recaptcha-for-asgaros-forum: Readme: path: readme.txt @@ -80165,6 +81664,9 @@ plugins: recently-purchased-products-for-woo: Readme: path: readme.txt + recently-updated-pages-and-posts: + Readme: + path: readme.txt recently-viewed-products-woocommerce: Readme: path: readme.txt @@ -80219,6 +81721,9 @@ plugins: path: includes/assets/languages/menu-page-ru_RU.po pattern: !ruby/regexp '/"Project\-Id\-Version: Listable (?\d+\.[\.\d]+)/i' version: true + recommat: + Readme: + path: readme.txt recommend: Readme: path: README.txt @@ -80384,6 +81889,9 @@ plugins: path: CHANGELOG.txt pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i version: true + redolance-wpml-easy-access: + Readme: + path: readme.txt redpen-web-widget: Readme: path: readme.txt @@ -80499,6 +82007,9 @@ plugins: version: true Readme: path: readme.txt + registre-rgpd-cvmh: + Readme: + path: readme.txt relais-2fa: Readme: path: readme.txt @@ -80594,6 +82105,14 @@ plugins: relevanssi-light: Readme: path: readme.txt + relevanssi-live-ajax-search: + QueryParameter: + files: + - assets/styles/style.css + - assets/javascript/dist/script.min.js + version: true + Readme: + path: readme.txt relevanzz: Readme: path: readme.txt @@ -80702,6 +82221,9 @@ plugins: remove-category-url: Readme: path: readme.txt + remove-comment-url: + Readme: + path: readme.txt remove-core-editor-google-font: Readme: path: readme.txt @@ -80767,6 +82289,9 @@ plugins: remove-product-data-tabs: Readme: path: readme.txt + remove-profile-dropdown-in-admin-bar: + Readme: + path: readme.txt remove-projects-in-divi: TranslationFile: class: BodyPattern @@ -80886,6 +82411,9 @@ plugins: rental: Readme: path: readme.txt + rentpress-for-websites: + Readme: + path: readme.txt repack-for-woocommerce: Readme: path: README.txt @@ -81551,6 +83079,9 @@ plugins: restriction: Readme: path: readme.txt + restriction-on-cart: + Readme: + path: readme.txt restropress: QueryParameter: files: @@ -81827,6 +83358,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^Version:? (?\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi version: true + reviews-up: + Readme: + path: readme.txt reviews-widgets: Readme: path: readme.txt @@ -82062,6 +83596,14 @@ plugins: files: - includes/riloadr.wp.jquery.min.js version: true + rimplates: + QueryParameter: + files: + - public/css/rimplates-public.css + - public/js/rimplates-public.js + version: true + Readme: + path: README.txt rimplenet: QueryParameter: files: @@ -82438,6 +83980,9 @@ plugins: - public/assets/css/public.css - public/assets/js/public.js version: true + rs-wp-themes-one-click-demo-content: + Readme: + path: readme.txt rselements-lite: Readme: path: readme.txt @@ -82502,6 +84047,9 @@ plugins: rss-news-display: Readme: path: readme.txt + rss-only-posts: + Readme: + path: readme.txt rss-post-importer: Readme: path: readme.txt @@ -82530,6 +84078,9 @@ plugins: files: - owl.carousel.min.js version: true + rsvpify-oembed: + Readme: + path: readme.txt rsvpmaker: TranslationFile: class: BodyPattern @@ -82911,6 +84462,13 @@ plugins: sakolawp-lite: Readme: path: readme.txt + QueryParameter: + files: + - public/css/sakolawp-public-rtl.css + - public/css/sakolawp-public.css + - public/css/sakolawp-responsive.css + - public/js/sakolawp-public.js + version: true saksh-callback-request-form: Readme: path: readme.txt @@ -83388,6 +84946,14 @@ plugins: version: true Readme: path: readme.txt + schedule-product-delivery-date-for-woocommerce: + TranslationFile: + class: BodyPattern + path: languages/schedule-delivery-for-woocommerce-products.pot + pattern: !ruby/regexp /e Product Delivery Date for WooCommerce (?\d+\.[\.\d]+)/i + version: true + Readme: + path: readme.txt scheduled-content-by-sizeable: Readme: path: readme.txt @@ -83547,6 +85113,9 @@ plugins: files: - assets/css/main.css version: true + screen-reader-with-fontsize: + Readme: + path: readme.txt screening-questions-for-wp-job-manager: QueryParameter: files: @@ -83620,6 +85189,9 @@ plugins: scroll-progress: Readme: path: readme.txt + scroll-rec: + Readme: + path: readme.txt scroll-rss-excerpt: Readme: path: readme.txt @@ -83721,6 +85293,9 @@ plugins: path: - readme.txt - README.md + scss-wp-editor: + Readme: + path: README.txt scuolasemplice-contacts: Readme: path: readme.txt @@ -83822,6 +85397,8 @@ plugins: files: - css/codepeople_shearch_in_place.css - js/codepeople_shearch_in_place.js + - css/codepeople_shearch_in_place.min.css + - js/codepeople_shearch_in_place.min.js version: true Readme: path: README.txt @@ -83894,6 +85471,14 @@ plugins: search-with-google: Readme: path: readme.txt + search-with-typesense: + QueryParameter: + files: + - includes/Frontend/css/algolia-satelite.min.css + - includes/Frontend/js/lib/style.css + version: true + Readme: + path: readme.txt search-wpml-algolia: Readme: path: readme.txt @@ -83957,6 +85542,9 @@ plugins: version: true Readme: path: README.txt + secqure-login: + Readme: + path: readme.txt secret-image-slide-and-tune: Readme: path: readme.txt @@ -83969,6 +85557,17 @@ plugins: - build/block.css - build/background-position-events.min.js version: true + section-builder-block: + Readme: + path: readme.txt + section-separator: + QueryParameter: + files: + - dist/style.css + - dist/script.js + version: true + Readme: + path: readme.txt sectionly: Readme: path: readme.txt @@ -84224,6 +85823,14 @@ plugins: version: true Readme: path: readme.txt + sellkit: + TranslationFile: + class: BodyPattern + path: languages/sellkit.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Sellkit (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt selz-ecommerce: QueryParameter: files: @@ -84580,6 +86187,9 @@ plugins: seo-optimizer: Readme: path: readme.txt + seo-pack: + Readme: + path: readme.txt seo-rank-breadcrumbs: Readme: path: readme.txt @@ -85255,6 +86865,9 @@ plugins: shift8-portfolio: Readme: path: readme.txt + shift8-push: + Readme: + path: readme.txt shift8-zoom: Readme: path: readme.txt @@ -85371,6 +86984,9 @@ plugins: shipping-pincodes: Readme: path: Readme.txt + shipping-rates-by-zipcode-woocommerce: + Readme: + path: readme.txt shipping-rates-cities-woocommerce: Readme: path: readme.txt @@ -85498,6 +87114,12 @@ plugins: - assets/css/main.css - assets/js/main.js version: true + shopex: + Readme: + path: readme.txt + shopinext-for-woocommerce: + Readme: + path: readme.txt shopizi: Readme: path: readme.txt @@ -85541,6 +87163,9 @@ plugins: shordio: Readme: path: readme.txt + short-url-fe: + Readme: + path: readme.txt shortbuild: Readme: path: readme.txt @@ -85580,6 +87205,9 @@ plugins: shortcode-in-menus: Readme: path: readme.txt + shortcode-remover: + Readme: + path: readme.txt shortcode-revolution: Readme: path: readme.txt @@ -85803,6 +87431,9 @@ plugins: show-preview-for-revision: Readme: path: readme.txt + show-product-review-and-ratings: + Readme: + path: readme.txt show-product-variations-for-woocommerce: QueryParameter: files: @@ -85824,6 +87455,9 @@ plugins: show-shipping-class-in-product-page: Readme: path: readme.txt + show-state-field-for-woocommerce: + Readme: + path: readme.txt show-temperature-for-switchbot-meter: Readme: path: readme.txt @@ -86103,6 +87737,9 @@ plugins: simple-admin-branding: Readme: path: readme.txt + simple-affiliate-for-woocommerce: + Readme: + path: readme.txt simple-age-restriction-warning: QueryParameter: files: @@ -86360,6 +87997,9 @@ plugins: simple-disable-rest-api: Readme: path: readme.txt + simple-discord-sso: + Readme: + path: readme.txt simple-discount-badge: Readme: path: readme.txt @@ -86422,6 +88062,9 @@ plugins: simple-exit-popup: Readme: path: readme.txt + simple-expand: + Readme: + path: readme.txt simple-expires: TranslationFile: class: BodyPattern @@ -86915,6 +88558,9 @@ plugins: simple-regenerate-slug: Readme: path: readme.txt + simple-relative-urls: + Readme: + path: readme.txt simple-responsive-images: QueryParameter: files: @@ -86929,6 +88575,9 @@ plugins: simple-reuseblock-widget: Readme: path: readme.txt + simple-sale-countdown-by-13node: + Readme: + path: readme.txt simple-sales-tax: TranslationFile: class: BodyPattern @@ -86951,6 +88600,14 @@ plugins: simple-scroll-up-button: Readme: path: README.txt + simple-scss-compiler: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ + version: true simple-security: Readme: path: readme.txt @@ -87121,6 +88778,8 @@ plugins: - public/css/simple-stopwatch-public.css - public/js/simple-stopwatch-public.js version: true + Readme: + path: README.txt simple-stripe: Readme: path: readme.txt @@ -87359,6 +89018,9 @@ plugins: simpleshib: Readme: path: readme.txt + simplesocial: + Readme: + path: readme.txt simplest-gallery: Comment: xpath: //comment()[contains(., "Simplest Gallery")] @@ -87408,6 +89070,9 @@ plugins: simply-change-author-url: Readme: path: README.txt + simply-disable-password-reset: + Readme: + path: readme.txt simply-event-blog: QueryParameter: files: @@ -87591,6 +89256,9 @@ plugins: site2crm: Readme: path: readme.txt + site3d-configurator: + Readme: + path: README.txt sitebuilder-dynamic-components: QueryParameter: files: @@ -87768,6 +89436,9 @@ plugins: skt-maintenance: Readme: path: readme.txt + skt-paypal-for-woocommerce: + Readme: + path: readme.txt skt-skill-bar: QueryParameter: files: @@ -87787,6 +89458,9 @@ plugins: skt-themes-demo-importer: Readme: path: readme.txt + sku-generator: + Readme: + path: readme.txt sku-search: Readme: path: readme.txt @@ -87870,6 +89544,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ version: true + sleek-author-box: + Readme: + path: readme.txt sliced-invoices-formidable-forms: Readme: path: README.txt @@ -88267,6 +89944,9 @@ plugins: files: - public/css/egoi-for-wp-public.css version: true + smart-menupad: + Readme: + path: readme.txt smart-navbar: QueryParameter: files: @@ -88732,6 +90412,9 @@ plugins: smtp-yandex-mail-server: Readme: path: README.txt + smtpcom: + Readme: + path: README.txt smurfify: QueryParameter: files: @@ -88746,6 +90429,9 @@ plugins: files: - css/retioSlider.css version: true + snack-ads: + Readme: + path: readme.txt snack-ads-txt: Readme: path: readme.txt @@ -88821,6 +90507,9 @@ plugins: version: true Readme: path: readme.txt + snow-in-my-web: + Readme: + path: README.txt snow-monkey-editor: Readme: path: readme.txt @@ -88874,6 +90563,21 @@ plugins: version: true Readme: path: readme.txt + soccer-engine-lite: + QueryParameter: + files: + - public/assets/css/general.css + - public/assets/css/paginated-table.css + - public/assets/css/match-commentary.css + - public/assets/css/match-score.css + - public/assets/css/match-visual-lineup.css + - public/assets/css/person-summary.css + - public/assets/js/paginated-table-class.js + - public/assets/js/event-tooltip-handler.js + - public/assets/js/match-visual-lineup.js + version: true + Readme: + path: readme.txt soccer-formation-ve: QueryParameter: files: @@ -89222,6 +90926,14 @@ plugins: social-sharing-9: Readme: path: readme.txt + social-sharing-block: + TranslationFile: + class: BodyPattern + path: languages/social-sharing-block.pot + pattern: !ruby/regexp '/roject\-Id\-Version: Social Sharing Block (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt social-sharing-buttons-and-counters: QueryParameter: files: @@ -89558,6 +91270,9 @@ plugins: files: - css/public.css version: true + source-global-cdn: + Readme: + path: readme.txt sourceknowledge-shopping-ads: TranslationFile: class: BodyPattern @@ -89575,6 +91290,14 @@ plugins: sovereign-crypto-payments: Readme: path: readme.txt + sovratec-return-exchange: + QueryParameter: + files: + - public/css/woo-return-exchange-public.css + - public/js/woo-return-exchange-public.js + version: true + Readme: + path: README.txt sozlesmeler: Readme: path: readme.txt @@ -89665,6 +91388,9 @@ plugins: spam-free-wordpress: Readme: path: readme.txt + spam-ip-export: + Readme: + path: readme.txt spam-protection-antispam-for-contact-form-7: Readme: path: readme.txt @@ -89836,6 +91562,12 @@ plugins: path: changelog.txt pattern: !ruby/regexp /\#\# \[(?\d+\.[\.\d]+)\]/ version: true + speedship-myunishippers-rating: + Readme: + path: readme.txt + speedup-optimization: + Readme: + path: readme.txt speedy-video: QueryParameter: files: @@ -89857,6 +91589,9 @@ plugins: spice-post-slider: Readme: path: readme.txt + spice-starter-sites: + Readme: + path: readme.txt spicebox: Readme: path: readme.txt @@ -90111,6 +91846,14 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + spruce-api-extension: + QueryParameter: + files: + - public/css/spruce_api_extension-public.css + - public/js/spruce_api_extension-public.js + version: true + Readme: + path: README.txt sprucejoy-membership: Readme: path: @@ -90328,6 +92071,14 @@ plugins: path: languages/stagtools.pot pattern: !ruby/regexp '/"Project\-Id\-Version: StagTools (?\d+\.[\.\d]+)/i' version: true + stalkfish: + TranslationFile: + class: BodyPattern + path: languages/stalkfish.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Stalkfish (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt stamped-io-loyalty-rewards: Readme: path: readme.txt @@ -90429,6 +92180,14 @@ plugins: version: true Readme: path: readme.txt + startklar-elmentor-forms-extwidgets: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/ + version: true startup-agency-core: Readme: path: readme.txt @@ -90479,6 +92238,9 @@ plugins: statify: Readme: path: readme.txt + statistics-123: + Readme: + path: readme.txt stats4wp: Readme: path: readme.txt @@ -90617,6 +92379,9 @@ plugins: version: true Readme: path: README.txt + sticky: + Readme: + path: readme.txt sticky-action-buttons: Readme: path: readme.txt @@ -90744,6 +92509,13 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /\#\# \[(?\d+\.[\.\d]+)\]/ version: true + sticky-toc-advance-table-of-contents: + QueryParameter: + files: + - assets/js/script.js + version: true + Readme: + path: readme.txt sticky-topbar: Readme: path: readme.txt @@ -90780,6 +92552,9 @@ plugins: version: true Readme: path: readme.txt + stimasoft-slider: + Readme: + path: readme.txt stock-count-report-for-woocommerce: Readme: path: README.txt @@ -90813,6 +92588,9 @@ plugins: files: - assets/stockdio-wp.js version: true + stock-notifier-for-woocommerce: + Readme: + path: readme.txt stock-quotes-list: Readme: path: readme.txt @@ -91529,6 +93307,14 @@ plugins: files: - css/superior-faq.css version: true + superlist-block: + TranslationFile: + class: BodyPattern + path: languages/superlist-block.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Super List Block (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt superoffice: Readme: path: readme.txt @@ -91844,6 +93630,21 @@ plugins: - public/css/sweet-energy-efficiency-public.css - public/js/sweet-energy-efficiency-public.js version: true + Readme: + path: README.txt + sweet-glossary: + QueryParameter: + files: + - public/css/sweet-glossary-public.css + - public/js/sweet-glossary-public.js + version: true + TranslationFile: + class: BodyPattern + path: languages/sweet-glossary.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: Sweet Glossary (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: README.txt sweet-woocommerce: Readme: path: readme.txt @@ -91910,6 +93711,9 @@ plugins: swipe: Readme: path: readme.txt + swipecart: + Readme: + path: readme.txt swiper-js-slider: QueryParameter: files: @@ -92619,6 +94423,12 @@ plugins: version: true Readme: path: readme.txt + tavakal-destroy-user-sessions: + Readme: + path: readme.txt + tavakal-disk-monitoring: + Readme: + path: readme.txt tawkto-live-chat: Comment: xpath: //comment()[contains(., "Tawk.to")] @@ -92628,6 +94438,10 @@ plugins: taximap-integration: Readme: path: readme.txt + QueryParameter: + files: + - taximap.js + version: true taxjar-simplified-taxes-for-woocommerce: ChangeLog: class: BodyPattern @@ -92685,6 +94499,14 @@ plugins: version: true Readme: path: README.txt + taxonomy-terms-list-block: + TranslationFile: + class: BodyPattern + path: languages/taxonomy-terms-list-block.pot + pattern: !ruby/regexp '/t\-Id\-Version: Taxonomy Terms List Block (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt taxonomy-terms-order: Readme: path: readme.txt @@ -92787,6 +94609,14 @@ plugins: path: i18n/languages/team-members-for-elementor.pot pattern: !ruby/regexp '/\-Id\-Version: Team Members for Elementor (?\d+\.[\.\d]+)/i' version: true + team-section: + QueryParameter: + files: + - dist/style.css + - dist/script.js + version: true + Readme: + path: readme.txt team-showcase-awesome: Readme: path: README.txt @@ -92810,6 +94640,9 @@ plugins: team-with-skills-and-slider: Readme: path: readme.txt + teamlinkt-sports-league-club-and-association-manager: + Readme: + path: README.txt teampresslite: QueryParameter: files: @@ -92827,6 +94660,9 @@ plugins: - public/js/teamstuff-calendar.js - public/js/teamstuff-calendar-public.js version: true + tec-elementor-single-builder: + Readme: + path: readme.txt tec-subscriber-addons: Readme: path: readme.txt @@ -92836,6 +94672,13 @@ plugins: techopialabs-backups: Readme: path: readme.txt + tecslider: + QueryParameter: + files: + - includes/blocks/tec-slider-editor.js + version: true + Readme: + path: readme.txt teduca-palettes: Readme: path: readme.txt @@ -93069,6 +94912,9 @@ plugins: terms-order: Readme: path: README.txt + terms-order-wp: + Readme: + path: README.txt terms-popup-on-user-login: Readme: path: README.txt @@ -93144,6 +94990,9 @@ plugins: text-attributes-for-woocommerce: Readme: path: README.txt + text-captcha-contact-form-7: + Readme: + path: readme.txt text-carousel-block: Readme: path: readme.txt @@ -93202,6 +95051,14 @@ plugins: text-styler: Readme: path: readme.txt + text-typing: + QueryParameter: + files: + - dist/style.css + - dist/script.js + version: true + Readme: + path: readme.txt text-united-translation: QueryParameter: files: @@ -93912,6 +95769,9 @@ plugins: path: languages/uk_UA.po pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?\d+\.[\.\d]+)/i' version: true + three-object-viewer: + Readme: + path: readme.txt threepress: Readme: path: readme.txt @@ -93938,6 +95798,9 @@ plugins: thueapi-thanh-toan-don-gian-voi-he-thong-tu-dong: Readme: path: readme.txt + thumber-ru: + Readme: + path: readme.txt thumbnail-crop-position: TranslationFile: class: BodyPattern @@ -94202,6 +96065,9 @@ plugins: timeline-for-wp-elementor: Readme: path: readme.txt + timeline-slider: + Readme: + path: readme.txt timeline-twitter-feed: QueryParameter: files: @@ -94242,6 +96108,9 @@ plugins: timify: Readme: path: readme.txt + tims-nextcloud-sso-oauth2: + Readme: + path: README.txt timthumb-vulnerability-scanner: Readme: path: readme.txt @@ -94302,6 +96171,9 @@ plugins: tiny-url: Readme: path: readme.txt + tiny-video-gallery: + Readme: + path: readme.txt tiny-youtube-post-widget: QueryParameter: files: @@ -94477,6 +96349,9 @@ plugins: tock-widget: Readme: path: readme.txt + todo-block: + Readme: + path: readme.txt todo-list-block: Readme: path: readme.txt @@ -94686,6 +96561,12 @@ plugins: tor-router: Readme: path: readme.txt + torknado-page-excerpt: + Readme: + path: readme.txt + tornevalls-resurs-bank-payment-gateway-for-woocommerce: + Readme: + path: readme.txt torro-forms: QueryParameter: files: @@ -94849,6 +96730,9 @@ plugins: tourfic: Readme: path: readme.txt + toursys-connect: + Readme: + path: readme.txt toxic-links-scanner: Readme: path: readme.txt @@ -95136,6 +97020,9 @@ plugins: path: languages/trail-manager.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Trail Manager (?\d+\.[\.\d]+)/i' version: true + trail-status: + Readme: + path: readme.txt trailblaze: ChangeLog: class: BodyPattern @@ -95841,6 +97728,9 @@ plugins: xpath: //meta[@name="twitvid"]/@content version: true pattern: !ruby/regexp /twitvid\/(?\d+\.[\.\d]+)/i + two-factor-provider-webauthn: + Readme: + path: readme.txt twoja-gielda-zaufana-firma: Readme: path: readme.txt @@ -97075,6 +98965,9 @@ plugins: unlimited-blocks: Readme: path: readme.txt + unlimited-elementor-inner-sections-by-boomdevs: + Readme: + path: README.txt unlimited-elementor-inner-sections-by-taspristudio: Readme: path: readme.txt @@ -97163,6 +99056,9 @@ plugins: files: - script.js version: true + unwrap-shortlinks: + Readme: + path: readme.md unyson: Readme: path: readme.txt @@ -97264,6 +99160,9 @@ plugins: upi-qr-code-payment-gateway: Readme: path: readme.txt + uplatnica: + Readme: + path: README.txt upload-add-on-for-woocommerce: Readme: path: readme.txt @@ -97282,6 +99181,9 @@ plugins: upload-multiple-media-by-api: Readme: path: readme.txt + upload-tracker: + Readme: + path: readme.txt uploadcare: ChangeLog: class: BodyPattern @@ -97426,6 +99328,14 @@ plugins: useful-blocks: Readme: path: readme.txt + useful-tab-block-responsive-amp-compatible: + TranslationFile: + class: BodyPattern + path: languages/useful-tab-block-ja.po + pattern: !ruby/regexp /b Block [^R]+Responsive & AMP\-Compatible (?\d+\.[\.\d]+)/i + version: true + Readme: + path: readme.txt useinfluence: QueryParameter: files: @@ -97910,6 +99820,9 @@ plugins: version: true Readme: path: readme.txt + vandapardakht-payment-for-woocommerce: + Readme: + path: readme.txt vandar-for-restrict-content-pro: Readme: path: readme.txt @@ -97927,6 +99840,9 @@ plugins: vanilla-pdf-embed: Readme: path: readme.txt + vaocher-app: + Readme: + path: README.txt vaptcha: Readme: path: readme.txt @@ -98030,6 +99946,9 @@ plugins: vconnect-postnord-delivery-checkout: Readme: path: readme.txt + vcx3-heatmap: + Readme: + path: readme.txt vd-my-header-footer: QueryParameter: files: @@ -98176,6 +100095,9 @@ plugins: verge3d: Readme: path: readme.txt + verification-sms-targetsms: + Readme: + path: readme.txt verify-customers-licenses-gumroad: Readme: path: readme.txt @@ -98491,6 +100413,15 @@ plugins: - templates/default/js/plugins.min.js - templates/default/js/main.min.js version: true + video-chat-for-cisco-and-fusionpbx-callcenters: + QueryParameter: + files: + - assets/js/app.js + - assets/js/sipcontrol.js + - assets/js/sip-0.15.11.js + version: true + Readme: + path: readme.txt video-comments-webcam-recorder: Readme: path: readme.txt @@ -98500,6 +100431,9 @@ plugins: video-conferencing-with-bbb: Readme: path: README.txt + video-connect: + Readme: + path: readme.txt video-destacado: ComposerFile: class: ConfigParser @@ -98539,6 +100473,14 @@ plugins: video-metabox-aoc: Readme: path: readme.txt + video-player-block: + QueryParameter: + files: + - dist/style.css + - dist/script.js + version: true + Readme: + path: readme.txt video-player-for-wpbakery: TranslationFile: class: BodyPattern @@ -98927,6 +100869,9 @@ plugins: visma-pay-payment-gateway: Readme: path: readme.txt + visual-email-builder: + Readme: + path: readme.txt visual-football-formation-ve: QueryParameter: files: @@ -99039,6 +100984,9 @@ plugins: vk-poster-group: Readme: path: readme.txt + vkcommerce: + Readme: + path: readme.txt vkshop-for-edd: Readme: path: readme.txt @@ -99434,6 +101382,9 @@ plugins: wanderlust-oca-e-pak-shipping-rates: Readme: path: readme.txt + wanderlust-packgo: + Readme: + path: readme.txt wany-chat: Readme: path: readme.txt @@ -99554,6 +101505,9 @@ plugins: - assets/js/modalEffects.js - assets/js/custom.js version: true + wavy-divider: + Readme: + path: readme.txt waxu-payment-gateway-for-woocommerce: Readme: path: readme.txt @@ -99744,6 +101698,9 @@ plugins: wc-cart-ajax-simple-and-variation: Readme: path: README.txt + wc-cart-automation: + Readme: + path: README.txt wc-carta-docente: TranslationFile: class: BodyPattern @@ -99904,6 +101861,14 @@ plugins: wc-easypost-shipping: Readme: path: readme.txt + wc-epayco-payment-gateway: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /[\d\.]{8,} \- Version\s+(?\d+\.[\.\d]+)/i + version: true wc-essential-addons: Readme: path: @@ -99946,6 +101911,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i version: true + wc-forestcoin-payment-gateway: + Readme: + path: README.txt wc-free-shipping: Readme: path: readme.txt @@ -100683,6 +102651,9 @@ plugins: wcpscr-product-search-category-redirect: Readme: path: readme.txt + wcs-custom-spinner: + Readme: + path: README.txt wcsdm: Readme: path: README.txt @@ -101210,6 +103181,14 @@ plugins: webplus-liqpay-woocommerce: Readme: path: readme.txt + webpos-point-of-sale-for-woocommerce: + Readme: + path: readme.txt + ChangeLog: + class: BodyPattern + path: CHANGELOG.txt + pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ + version: true webpushr-web-push-notifications: Readme: path: readme.txt @@ -101656,6 +103635,9 @@ plugins: what-the-file: Readme: path: readme.txt + whatconverts: + Readme: + path: readme.txt whats-going-on: Readme: path: @@ -101781,6 +103763,9 @@ plugins: path: languages/plugin-name.pot pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?\d+\.[\.\d]+)/i' version: true + whole-cart-enquiry: + Readme: + path: readme.txt wholesale: Readme: path: readme.txt @@ -101843,6 +103828,9 @@ plugins: wideo: Readme: path: readme.txt + widg-net-cookies: + Readme: + path: readme.txt widget-alias: TranslationFile: class: BodyPattern @@ -102151,6 +104139,18 @@ plugins: wirtualna-polska-pixel: Readme: path: readme.txt + wisdm-reports-for-learndash: + QueryParameter: + files: + - assets/css/style.css + version: true + TranslationFile: + class: BodyPattern + path: languages/learndash-reports-by-wisdmlabs.pot + pattern: !ruby/regexp '/rsion: WISDM Reports for LearnDash FREE (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt wishfinity: Readme: path: readme.txt @@ -103819,6 +105819,9 @@ plugins: woo-tikkie-fast-checkout: Readme: path: readme.txt + woo-tipdonation: + Readme: + path: readme.txt woo-to-erply: Readme: path: readme.txt @@ -104988,6 +106991,9 @@ plugins: xpath: //comment()[contains(., "wordlift")] pattern: !ruby/regexp /\/wordlift\-(?:create\-entity\-btn|classification\-box)\.html\?ver=(?\d+\.[\.\d]+)/i version: true + wordlift-add-on-for-wp-all-import: + Readme: + path: readme.txt wordloader: Readme: path: readme.txt @@ -105450,6 +107456,9 @@ plugins: wp-adf-ly-dashboard-and-integration: Readme: path: README.txt + wp-admin-audit: + Readme: + path: readme.txt wp-admin-bar-hide-mh: Readme: path: readme.txt @@ -107989,6 +109998,9 @@ plugins: wp-imagezoom: Readme: path: readme.txt + wp-immo: + Readme: + path: readme.txt wp-immo-manager: Readme: path: README.txt @@ -110118,6 +112130,9 @@ plugins: wp-scraper: Readme: path: readme.txt + wp-scrive: + Readme: + path: readme.txt wp-scroll: QueryParameter: files: @@ -112010,6 +114025,9 @@ plugins: - assets/css/wpbooklist-posts-pages-default.css - assets/js/wpbooklist_frontend.min.js version: true + wpbot: + Readme: + path: readme.txt wpbred-examples: Readme: path: README.txt @@ -112465,6 +114483,9 @@ plugins: wpem-divi-elements: Readme: path: readme.txt + wpem-rest-api: + Readme: + path: readme.txt wpematico: Readme: path: readme.txt @@ -112994,6 +115015,9 @@ plugins: path: languages/wpo365-login-nl_NL.po pattern: !ruby/regexp '/"Project\-Id\-Version: WPO365 Pot v(?\d+\.[\.\d]+)/i' version: true + wpo365-msgraphmailer: + Readme: + path: README.txt wpo365-samesite: Readme: path: README.txt @@ -113715,6 +115739,9 @@ plugins: version: true Readme: path: readme.txt + wpzoom-portfolio: + Readme: + path: readme.txt wr-age-verification: Readme: path: README.txt @@ -114097,6 +116124,9 @@ plugins: xpress-legend-logistic: Readme: path: readme.txt + xpresspay-payment-gateway: + Readme: + path: readme.txt xpro-addons-beaver-builder-elementor: Readme: path: readme.txt @@ -114147,6 +116177,9 @@ plugins: xt-woo-variation-swatches: Readme: path: readme.txt + xtoool-redirecter: + Readme: + path: readme.txt xumm-payments-for-woocommerce: Readme: path: readme.txt @@ -114349,6 +116382,9 @@ plugins: yektanet-affiliate: Readme: path: readme.txt + yektanet-ecommerce: + Readme: + path: readme.txt yellow-pencil-visual-theme-customizer: Readme: path: readme.txt @@ -114420,6 +116456,13 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^(?\d+\.[\.\d]+)(?!.*\d+\.[\.\d]+)/mi version: true + yext-ai-search: + QueryParameter: + files: + - dist/css/style.css + version: true + Readme: + path: readme.txt yext-answers: Readme: path: readme.txt @@ -114548,6 +116591,9 @@ plugins: yoonde: Readme: path: readme.txt + yottapay-payment-gateway: + Readme: + path: readme.txt yottie-lite: QueryParameter: files: @@ -114701,6 +116747,9 @@ plugins: yoycol-print-on-demand: Readme: path: readme.txt + yps-invoiceplane-for-woocommerce: + Readme: + path: readme.txt yt-channel-subscribe: Readme: path: readme.txt @@ -114804,6 +116853,9 @@ plugins: version: true Readme: path: README.txt + zanjir-cryptocurrency-payment-gateway-for-woocommerce: + Readme: + path: readme.txt zanto-country-detector: TranslationFile: class: BodyPattern @@ -114907,6 +116959,14 @@ plugins: path: zenost-shortcodes.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Zenost Shortcodes (?\d+\.[\.\d]+)/i' version: true + zephr: + Readme: + path: readme.txt + ComposerFile: + class: ConfigParser + path: package.json + key: version + version: true zephyr-modern-admin-theme: Readme: path: readme.txt @@ -115083,6 +117143,9 @@ plugins: zigzag-delivery-for-woocommerce: Readme: path: readme.txt + zilla-payment-gateway: + Readme: + path: readme.txt zim-airtime: QueryParameter: files: diff --git a/spec/fixtures/dynamic_finders/expected.yml b/spec/fixtures/dynamic_finders/expected.yml index f10a1ba3..6a2f526c 100644 --- a/spec/fixtures/dynamic_finders/expected.yml +++ b/spec/fixtures/dynamic_finders/expected.yml @@ -307,6 +307,14 @@ plugins: - http://wp.lab/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/themify-icons.min.css?ver=1.3.11 - http://wp.lab/wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dflip.min.css?ver=1.3.11 - http://wp.lab/wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dflip.min.js?ver=1.3.11 + 3d-image-gallery: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/3d-image-gallery/dist/style.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/3d-image-gallery/dist/script.js?ver=1.0.1 + confidence: 20 3d-menu-awesome: QueryParameter: number: 1.0.0 @@ -606,6 +614,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/academic-bloggers-toolkit/academic-bloggers-toolkit.pot, Match: ''ght (C) 2018 Academic Blogger''s Toolkit 4.13.0''' + academy-starter-templates: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/academy-starter-templates/languages/academy-starter-templates.pot, + Match: ''t-Id-Version: Academy Starter Templates 1.0.0''' acc-conditional-typo: QueryParameter: number: 1.0.0 @@ -1566,6 +1581,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/admin-category-filter/languages/post-category-filter.pot, Match: ''Project-Id-Version: Post Category Filter 1.6.0''' + admin-color-schemes: + ComposerFile: + number: 3.0.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/admin-color-schemes/package.json, Match: + ''3.0.0''' admin-dashboard-last-edits: ChangeLog: number: 1.1.3 @@ -2024,6 +2046,19 @@ plugins: - http://wp.lab/wp-content/plugins/advanced-product-wishlist-for-woo/public/css/advanced-product-wishlist-for-woocomerce-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/advanced-product-wishlist-for-woo/public/js/advanced-product-wishlist-for-woocomerce-public.js?ver=1.0.0 confidence: 20 + advanced-quiz: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/advanced-quiz/css/wpAdvQuiz_front.min.css?ver=1.0.0 + confidence: 10 + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/advanced-quiz/changelog.txt, Match: ''= + 1.0.0''' advanced-random-posts-widget: TranslationFile: number: 2.2.0 @@ -2407,6 +2442,20 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/agile-whatsapp-share/languages/agile_whatsapp_share.po, Match: ''"Project-Id-Version: Whatsapp Share v1.0''' + agnoplay: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/agnoplay/public/css/agnoplay-wordpress-public.css?ver=1.0.2 + - http://wp.lab/wp-content/plugins/agnoplay/public/js/agnoplay-wordpress-public.js?ver=1.0.2 + confidence: 20 + TranslationFile: + number: 1.0.2 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/agnoplay/languages/nl.po, Match: ''Project-Id-Version: + agnoplay wordpress v1.0.2''' agy-verification: TranslationFile: number: 1.0.0 @@ -2486,7 +2535,9 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/aio-tools/assets/css/aio-tools-public.css?ver=1.0 - http://wp.lab/wp-content/plugins/aio-tools/assets/js/aio-tools-public.js?ver=1.0 - confidence: 20 + - http://wp.lab/wp-content/plugins/aio-tools//public/assets/css/aio-tools-public.css?ver=1.0 + - http://wp.lab/wp-content/plugins/aio-tools//public/assets/js/aio-tools-public.js?ver=1.0 + confidence: 40 airstory: TranslationFile: number: 1.1.4 @@ -2584,6 +2635,12 @@ plugins: confidence: 10 interesting_entries: - http://wp.lab/wp-content/plugins/ajax-read-more/ajax-read-more.js?ver=2.1.1 + ajax-search-bar: + ComposerFile: + number: 1.0.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/ajax-search-bar/package.json, Match: ''1.0.0''' ajax-search-lite: QueryParameter: number: 4.7.10 @@ -2824,6 +2881,29 @@ plugins: found_by: Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''by All In One WP Solution Plugin v3.2.9.6''' + all-in-one-wp-sticky-anything: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/all-in-one-wp-sticky-anything/assets/js/main.js?ver=1.0.0 + confidence: 10 + allada-tshirt-designer-for-woocommerce: + QueryParameter: + number: '1.1' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/allada-tshirt-designer-for-woocommerce/public/css/atd-public.css?ver=1.1 + - http://wp.lab/wp-content/plugins/allada-tshirt-designer-for-woocommerce/includes/skins/default/assets/css/modal.min.css?ver=1.1 + - http://wp.lab/wp-content/plugins/allada-tshirt-designer-for-woocommerce/public/js/atd-public.js?ver=1.1 + - http://wp.lab/wp-content/plugins/allada-tshirt-designer-for-woocommerce/includes/skins/default/assets/js/modal/modal.min.js?ver=1.1 + confidence: 40 + ChangeLog: + number: '1.1' + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/allada-tshirt-designer-for-woocommerce/changelog.txt, + Match: ''Version 1.1''' alligator-popup: QueryParameter: number: 1.2.0 @@ -3831,6 +3911,13 @@ plugins: - http://wp.lab/wp-content/plugins/article/assets/css/articleapp_main.css?ver=1.0 - http://wp.lab/wp-content/plugins/article/assets/js/articleapp_main.js?ver=1.0 confidence: 20 + arvancloud-cdn: + TranslationFile: + number: 0.0.2 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/arvancloud-cdn/languages/arvancloud-cdn.pot, + Match: ''"Project-Id-Version: ArvanCloud CDN 0.0.2''' arya-license-manager: TranslationFile: number: 1.0.0 @@ -3897,6 +3984,14 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/asd-fastbuild-widgets/css/asd-fastbuild-widgets.css?ver=2.201808201 confidence: 10 + asf-allow-svg-files: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/asf-allow-svg-files/public/css/asfwp-allow-svg-files-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/asf-allow-svg-files/public/js/asfwp-allow-svg-files-public.js?ver=1.0.0 + confidence: 20 asgaros-forum: QueryParameter: number: 1.6.4 @@ -4043,6 +4138,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/atlas-specialist/public/css/atlas-specialist.min.css?ver=1.1.9 - http://wp.lab/wp-content/plugins/atlas-specialist/public/js/atlas-specialist.min.js?ver=1.1.9 + atom-featured-image: + ChangeLog: + number: 1.0.1 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/atom-featured-image/CHANGELOG.md, Match: + ''### 1.0.1''' atomic-blocks: TranslationFile: number: 1.5.5 @@ -4130,6 +4232,13 @@ plugins: - http://wp.lab/wp-content/plugins/auctions-near-me/assets/css/auctions-near-me-font.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/auctions-near-me/assets/css/auctions-near-me.css?ver=1.0.0 confidence: 20 + audio-player-block: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/audio-player-block/dist/style.css?ver=1.0.1 + confidence: 10 audio-player-with-playlist-ultimate: QueryParameter: number: '1.1' @@ -4284,6 +4393,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/auto-animateimage/languages/animateimage-ja.po, Match: ''Project-Id-Version: Auto AnimateImage 0.6''' + auto-category-for-posts: + TranslationFile: + number: 1.0.2 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/auto-category-for-posts/languages/auto-category-for-posts.pot, + Match: ''ect-Id-Version: Auto Category for Posts 1.0.2''' auto-delete-applications-add-on-for-wp-job-openings: TranslationFile: number: 1.0.0 @@ -4439,6 +4555,13 @@ plugins: confidence: 10 interesting_entries: - http://wp.lab/wp-content/plugins/automatic-copyright-year/script.js?ver=1.0 + automatic-image-uploader: + TranslationFile: + number: 1.2.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/automatic-image-uploader/languages/aiu.pot, + Match: ''ct-Id-Version: Automatic Image Uploader 1.2.1''' automatic-post-categories: TranslationFile: number: '1.0' @@ -5757,6 +5880,12 @@ plugins: confidence: 10 interesting_entries: - http://wp.lab/wp-content/plugins/bern-badge-for-bernie-sanders/bern-badge.css?ver=1.1.5 + bertha-ai-free: + ChangeLog: + number: 1.8.3 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/bertha-ai-free/CHANGELOG.txt, Match: ''V1.8.3''' best-restaurant-menu-by-pricelisto: ComposerFile: number: 1.0.0 @@ -6333,6 +6462,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/blank-footnotes/changelog.txt, Match: ''version 1.6.3''' + blaze-checkout: + ComposerFile: + number: 1.0.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/blaze-checkout/package.json, Match: ''1.0.0''' blend-photos: QueryParameter: number: 1.0.0 @@ -6386,6 +6521,34 @@ plugins: - http://wp.lab/wp-content/plugins/block-conditions/public/css/block-conditions-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/block-conditions/public/js/block-conditions-public.js?ver=1.0.0 confidence: 20 + block-editor-gallery-slider: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/block-editor-gallery-slider/assets/build/css/block-editor-gallery-slider-front.min.css?ver=1.0 + - http://wp.lab/wp-content/plugins/block-editor-gallery-slider/assets/build/js/block-editor-gallery-slider-front.min.js?ver=1.0 + confidence: 20 + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/block-editor-gallery-slider/lang/block-editor-gallery-slider.pot, + Match: ''Id-Version: Block Editor Gallery Slider 1.0''' + block-editor-navigator: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/block-editor-navigator/lang/block-editor-navigator.pot, + Match: ''ject-Id-Version: Block Editor Navigator 1.0''' + block-editor-search-replace: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/block-editor-search-replace/lang/block-editor-search-replace.pot, + Match: ''ct-Id-Version: Block Search and Replace 1.0''' block-fancy-list-item: QueryParameter: number: 1.0.0 @@ -6450,6 +6613,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/block-spammers/languages/wbs.pot, Match: ''Project-Id-Version: Block Spammers 0.3''' + block-xray-attributes: + ComposerFile: + number: 1.1.1 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/block-xray-attributes/package.json, Match: + ''1.1.1''' blockalyzer-adblock-counter: QueryParameter: number: '1.3' @@ -7513,6 +7683,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/bp-reactions/languages/bp-reactions.pot, Match: ''Project-Id-Version: BP Reactions 1.0.1''' + bp-search-block: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/bp-search-block/languages/bp-search-block-fr_FR.po, + Match: ''"Project-Id-Version: BP Search Block 1.0.0''' bp-security-check: TranslationFile: number: 3.2.1 @@ -7603,6 +7780,13 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/bpost-shipping/composer.json, Match: ''2.2.12''' + bps-splide-slider-block: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/bps-splide-slider-block/languages/bps-slider-block.pot, + Match: ''-Version: BPS Slider Block Using Splide 1.0''' br-knowledge-base: QueryParameter: number: 1.0.0 @@ -8325,6 +8509,14 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/bunnycdnbunnyapi/changelog.txt, Match: ''=1.0.0=''' + burst-statistics: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/burst-statistics/helpers/timeme/timeme.min.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/burst-statistics/assets/js/burst.min.js?ver=1.0.1 + confidence: 20 buscape-wp-related-products: TranslationFile: number: '1.0' @@ -10112,6 +10304,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/chillpay-payment-gateway/CHANGELOG.md, Match: ''2.0.0''' + chimney-rock-support-tickets: + QueryParameter: + number: 1.2.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/chimney-rock-support-tickets/assets/css/frontend.css?ver=1.2.2 + - http://wp.lab/wp-content/plugins/chimney-rock-support-tickets/assets/js/frontend.js?ver=1.2.2 + confidence: 20 chimpmate: QueryParameter: number: 1.3.1 @@ -10271,6 +10471,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/classic-style/style.css?ver=0.1.1 confidence: 10 + classic-widgets-with-block-based-widgets: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/classic-widgets-with-block-based-widgets/languages/classic-and-block-widgets.pot, + Match: ''lassic Widgets with Block-based Widgets 1.0''' classified: QueryParameter: number: 2.0.5 @@ -11083,6 +11290,19 @@ plugins: found_by: Meta Tag (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''1.14''' + coming-soon-by-boomdevs: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/coming-soon-by-boomdevs/public/css/bootstrap.min.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/coming-soon-by-boomdevs/public/css/style.min.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/coming-soon-by-boomdevs/public/css/responsive.min.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/coming-soon-by-boomdevs/public/js/bootstrap.min.js?ver=1.0.0 + - http://wp.lab/wp-content/plugins/coming-soon-by-boomdevs/public/js/popper.min.js?ver=1.0.0 + - http://wp.lab/wp-content/plugins/coming-soon-by-boomdevs/public/js/jquery.countdown.min.js?ver=1.0.0 + - http://wp.lab/wp-content/plugins/coming-soon-by-boomdevs/public/js/csts-public.min.js?ver=1.0.0 + confidence: 70 coming-soon-by-supsystic: QueryParameter: number: 1.3.9 @@ -11828,6 +12048,14 @@ plugins: - http://wp.lab/wp-content/plugins/continue-shopping-anywhere-for-woocommerce/public/css/continue-shopping-anywhere-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/continue-shopping-anywhere-for-woocommerce/public/js/continue-shopping-anywhere-public.js?ver=1.0.0 confidence: 20 + contractor-commerce-integration: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/contractor-commerce-integration/public/css/contractor-commerce-public.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/contractor-commerce-integration/public/js/contractor-commerce-public.js?ver=1.0.1 + confidence: 20 contributer: QueryParameter: number: '1.0' @@ -11836,6 +12064,14 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/contributer//assets/css/main.css?ver=1.0 - http://wp.lab/wp-content/plugins/contributer//assets/js/login.js?ver=1.0 + contributor: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/contributor/public/css/contributor-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/contributor/public/js/contributor-public.js?ver=1.0.0 + confidence: 20 contributor-role-for-approved-comments: TranslationFile: number: 0.0.1 @@ -12053,6 +12289,19 @@ plugins: - http://wp.lab/wp-content/plugins/cookies-for-leadhub/assets/js/jquery.cookie.min.js?ver=1.0 - http://wp.lab/wp-content/plugins/cookies-for-leadhub/assets/js/front-end.js?ver=1.0 confidence: 20 + cooking-recipe-block: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/cooking-recipe-block/assets/js/slickerslider.js?ver=1.0.0 + confidence: 10 + ComposerFile: + number: 1.0.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/cooking-recipe-block/package.json, Match: + ''1.0.0''' cool-admin-theme-lite-for-wp: TranslationFile: number: 1.0.0 @@ -12420,6 +12669,14 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/coyote/changelog.txt, Match: ''= 1.0.0''' + cozy-essential-addons: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/cozy-essential-addons/public/css/cozy-essential-style.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/cozy-essential-addons/public/js/cozy-essential-addons-public.js?ver=1.0.1 + confidence: 20 cpf-e-cnpj-para-contact-form-7: QueryParameter: number: '1.0' @@ -12674,6 +12931,15 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/cryptex/lang/Cryptex.pot, Match: ''Project-Id-Version: Cryptex 6.0''' + crypto: + QueryParameter: + number: '1.7' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/crypto/public/css/crypto-public.css?ver=1.7 + - http://wp.lab/wp-content/plugins/crypto/public/css/flexi-public-min.css?ver=1.7 + - http://wp.lab/wp-content/plugins/crypto/public/js/crypto-public.js?ver=1.7 + confidence: 30 crypto-live: QueryParameter: number: 1.0.0 @@ -12688,6 +12954,17 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/crypto-payments-woo/lang/Crypto-Payments-Woo.pot, Match: ''Project-Id-Version: Crypto Payments Woo 1.1''' + crypto-price-widgets: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/crypto-price-widgets/public/css/wx-crypto-shortcodes-public.css?ver=1.0.2 + - http://wp.lab/wp-content/plugins/crypto-price-widgets/public/css/datatables.min.css?ver=1.0.2 + - http://wp.lab/wp-content/plugins/crypto-price-widgets/public/js/datatables.js?ver=1.0.2 + - http://wp.lab/wp-content/plugins/crypto-price-widgets/public/js/apexcharts.js?ver=1.0.2 + - http://wp.lab/wp-content/plugins/crypto-price-widgets/public/js/wx-crypto-shortcodes-public.js?ver=1.0.2 + confidence: 50 crypto-prices: QueryParameter: number: 1.0.0 @@ -13047,6 +13324,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/custom-header-extended/changelog.md, Match: ''## [1.0.0]''' + custom-help: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/custom-help/changelog.txt, Match: ''= 1.0.0''' custom-importer-exporter: TranslationFile: number: '1.0' @@ -13484,6 +13767,20 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/dark-mode-lite/languages/dark_mode_lite.pot, Match: ''"Project-Id-Version: Dark Mode Lite 1.0''' + dark-mode-toggle: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/dark-mode-toggle/assets/js/darkmode-js.min.js?ver=1.0.2 + - http://wp.lab/wp-content/plugins/dark-mode-toggle/assets/js/dmtg.min.js?ver=1.0.2 + confidence: 20 + TranslationFile: + number: 1.0.2 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/dark-mode-toggle/languages/dark-mode-toggle.pot, + Match: ''"Project-Id-Version: Dark Mode Toggle 1.0.2''' darklooks-dark-mode-switcher: QueryParameter: number: 1.0.0 @@ -14207,6 +14504,13 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/disable-blog/CHANGELOG.md, Match: ''## 0.4.4''' + disable-browser-devtool: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/disable-browser-devtool/assets/script.min.js?ver=1.0.0 + confidence: 10 disable-directory-listings: TranslationFile: number: '2.0' @@ -14334,6 +14638,13 @@ plugins: - http://wp.lab/wp-content/plugins/dispensary-tinctures/public/css/wpd-tinctures-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/dispensary-tinctures/public/js/wpd-tinctures-public.js?ver=1.0.0 confidence: 20 + display-a-meta-field-as-block: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/display-a-meta-field-as-block/languages/mfb.pot, + Match: ''"Project-Id-Version: Meta Field Block 1.0.0''' display-featured-image-genesis: TranslationFile: number: 2.6.3 @@ -14427,6 +14738,14 @@ plugins: - http://wp.lab/wp-content/plugins/diyva-voice-survey/public/css/diyva-voice-survey-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/diyva-voice-survey/public/js/diyva-voice-survey-public.js?ver=1.0.0 confidence: 20 + dj-accessibility: + QueryParameter: + number: '1.02' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/dj-accessibility/module/assets/css/accessibility.css?ver=1.02 + - http://wp.lab/wp-content/plugins/dj-accessibility/module/assets/js/accessibility.min.js?ver=1.02 + confidence: 20 dk-pdf: QueryParameter: number: 1.9.6 @@ -14858,6 +15177,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/drim-share/public/css/drim-share.min.css?ver=1.1.0 confidence: 10 + driveworks-block-form-embed: + ComposerFile: + number: 1.0.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/driveworks-block-form-embed/package.json, + Match: ''1.0.0''' drm-protected-video-streaming: QueryParameter: number: 1.0.4 @@ -16030,6 +16356,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/eazy-ad-unblocker/languages/eazy-ad-unblocker-de_DE.po, Match: ''"Project-Id-Version: Eazy Ad Unblocker 1.0''' + eazyfilter-for-woocommerce: + ChangeLog: + number: 1.0.5 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/eazyfilter-for-woocommerce/changelog.txt, + Match: ''= 1.0.5''' ebanqo-widget: TranslationFile: number: 0.0.1 @@ -16436,6 +16769,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/eighties-bbpress/languages/eighties-bbpress-en_US.pot, Match: ''t-Id-Version: Eighties Add-on - bbPress 1.0.0''' + eimskip: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/eimskip/public/css/eimskip-public.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eimskip/public/js/eimskip-public.js?ver=1.0.1 + confidence: 20 einsatzverwaltung: QueryParameter: number: 1.3.3 @@ -17138,6 +17479,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/enlighter/lang/Enlighter.pot, Match: ''"Project-Id-Version: Enlighter 3.5''' + enqueueror: + ChangeLog: + number: 1.1.1 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/enqueueror/CHANGELOG.md, Match: ''## 1.1.1''' entego-n11: TranslationFile: number: 1.0.2 @@ -17693,6 +18040,27 @@ plugins: - http://wp.lab/wp-content/plugins/eventilla-events/public/css/eventilla-wp-public.css?ver=1.1.0 - http://wp.lab/wp-content/plugins/eventilla-events/public/js/eventilla-wp-public.js?ver=1.1.0 confidence: 20 + eventon-lite: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/eventon-lite/assets/css/eventon_styles.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eventon-lite/assets/fonts/all.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eventon-lite/assets/css/eventon_dynamic_styles.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eventon-lite/assets/js/maps/eventon_gen_maps.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eventon-lite/assets/js/eventon_functions.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eventon-lite/assets/js/lib/handlebars.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eventon-lite/assets/js/lib/jquery.mobile.min.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eventon-lite/assets/js/lib/moment.min.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eventon-lite/assets/js/lib/jquery.mousewheel.min.js?ver=1.0.1 + - http://wp.lab/wp-content/plugins/eventon-lite/assets/js/eventon_script.js?ver=1.0.1 + confidence: 100 + MetaTag: + number: 1.0.1 + found_by: Meta Tag (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''EventON 1.0.1''' eventon-promote: QueryParameter: number: 1.0.0 @@ -17743,7 +18111,10 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/events-made-easy/js/jquery-select2/select2-4.0.4/dist/js/select2.min.js?ver=2.0.68 - http://wp.lab/wp-content/plugins/events-made-easy/js/eme.js?ver=2.0.68 - confidence: 20 + - http://wp.lab/wp-content/plugins/events-made-easy/js/jquery-timepicker/jquery.timepicker.min.js?ver=2.0.68 + - http://wp.lab/wp-content/plugins/events-made-easy/js/fdatepicker/js/fdatepicker.min.js?ver=2.0.68 + - http://wp.lab/wp-content/plugins/events-made-easy/js/jquery-select2/select2-4.1.0-rc.0/dist/js/select2.min.js?ver=2.0.68 + confidence: 50 events-manager-add-on-multisite-mail-settings: TranslationFile: number: '3.0' @@ -18652,6 +19023,14 @@ plugins: - http://wp.lab/wp-content/plugins/faq-wd/css/default.css?ver=1.0.34_5a2c0f2729647 - http://wp.lab/wp-content/plugins/faq-wd/js/vote.js?ver=1.0.34_5a2c0f2729647 - http://wp.lab/wp-content/plugins/faq-wd/js/faq_wd_front_end.js?ver=1.0.34_5a2c0f2729647 + faq-with-categories: + QueryParameter: + number: 1.1.5 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/faq-with-categories/includes/display.css?ver=1.1.5 + - http://wp.lab/wp-content/plugins/faq-with-categories/includes/client.js?ver=1.1.5 + confidence: 20 fast-fancy-filter-3f: QueryParameter: number: 1.0.0 @@ -18918,6 +19297,13 @@ plugins: - http://wp.lab/wp-content/plugins/feed-them-social/feeds/js/powered-by.js?ver=2.6.9 - http://wp.lab/wp-content/plugins/feed-them-social/feeds/js/fts-global.js?ver=2.6.9 confidence: 30 + feedaty-rating-for-woocommerce: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/feedaty-rating-for-woocommerce/public/css/feedaty-rating-for-woocommerce-public.css?ver=1.0.2 + confidence: 10 feedback-modal-for-website: QueryParameter: number: 1.0.0 @@ -19384,6 +19770,14 @@ plugins: - http://wp.lab/wp-content/plugins/flexia-core/public/css/flexia-core-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/flexia-core/public/js/flexia-core-public.js?ver=1.0.0 confidence: 20 + flexible-scroll-top: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/flexible-scroll-top/public/css/flexible-scroll-top-public.css?ver=1.0.2 + - http://wp.lab/wp-content/plugins/flexible-scroll-top/public/js/flexible-scroll-top-public.js?ver=1.0.2 + confidence: 20 flexible-shipping-usps: TranslationFile: number: 1.0.1 @@ -20268,6 +20662,13 @@ plugins: - http://wp.lab/wp-content/plugins/fraudradar/public/css/fraudradar-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/fraudradar/public/js/fraudradar-public.js?ver=1.0.0 confidence: 20 + free-product-sample: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/free-product-sample/languages/free-product-sample.pot, + Match: ''Advanced Product Sample for WooCommerce 1.0.0''' free-shipping-label: TranslationFile: number: 2.0.1 @@ -21499,6 +21900,13 @@ plugins: found_by: Javascript Var (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''"2","give_version":"1.8.16","magnific_options"''' + give-as-you-live: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/give-as-you-live/admin/css/gayl.css?ver=1.0.2 + confidence: 10 gl-facebook-likebox: QueryParameter: number: 1.0.8 @@ -21527,6 +21935,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/global-notification-bar/js/front.min.js?ver=1.0.0 confidence: 10 + global-styles-mods: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/global-styles-mods/changelog.md, Match: + ''## 1.0.0''' globalizeit-translate: QueryParameter: number: 1.0.0 @@ -22070,6 +22485,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/gragrid/languages/gragrid.pot, Match: ''sion: Gragrid: Gravity Forms + SendGrid 1.0.0''' + grainy-gradient-block: + ComposerFile: + number: 1.0.1 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/grainy-gradient-block/package.json, Match: + ''1.0.1''' grand-media: Comment: number: 1.11.4 @@ -22813,6 +23235,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/guillotheme/languages/guillotheme.pot, Match: ''"Project-Id-Version: Guillotheme 1.0.0''' + gumpress: + QueryParameter: + number: 1.2.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/gumpress/assets/css/gumpress.css?ver=1.2.0 + - http://wp.lab/wp-content/plugins/gumpress/assets/js/gumpress.js?ver=1.2.0 + confidence: 20 guten-editor-blocks: TranslationFile: number: 1.0.0 @@ -22832,6 +23262,17 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/gutenberg/changelog.txt, Match: ''= 3.9.0''' + gutenverse: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/gutenverse/assets/fontawesome/css/all.min.css?ver=1.0.2 + - http://wp.lab/wp-content/plugins/gutenverse/assets/gtnicon/gtnicon.css?ver=1.0.2 + - http://wp.lab/wp-content/plugins/gutenverse/assets/css/frontend-block.css?ver=1.0.2 + - 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 guto-toolkit: QueryParameter: number: 1.0.0 @@ -23616,6 +24057,17 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/horizontal-scroll-google-picasa-images/changelog.txt, Match: ''********************************Version 1.6************************************************************''' + horizontal-slider-with-scroll: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/horizontal-slider-with-scroll/assets/css/front.css?ver=1.0 + - http://wp.lab/wp-content/plugins/horizontal-slider-with-scroll/assets/css/app.css?ver=1.0 + - http://wp.lab/wp-content/plugins/horizontal-slider-with-scroll/assets/js/libs.js?ver=1.0 + - http://wp.lab/wp-content/plugins/horizontal-slider-with-scroll/assets/js/front.js?ver=1.0 + - http://wp.lab/wp-content/plugins/horizontal-slider-with-scroll/assets/js/app.js?ver=1.0 + confidence: 50 horizontal-widget-most-recent-viewed-posts: QueryParameter: number: 0.1.0 @@ -24387,6 +24839,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/image-size-selection-for-divi/languages/en_US.po, Match: ''-Version: Image Size Selection for Divi 1.0.0''' + image-sizes-controller: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/image-sizes-controller/languages/gpls-issl-images-subsizes-list.pot, + Match: ''Image Sizes Controller [[GrandPlugins]] 1.0.0''' image-source-control-isc: QueryParameter: number: 1.8.11.2 @@ -24642,6 +25101,13 @@ plugins: - http://wp.lab/wp-content/plugins/imu-calculator/includes/stylesheet/imu_calculator.css?ver=1.1.5 - http://wp.lab/wp-content/plugins/imu-calculator/includes/js/imu_calculator.js?ver=1.1.5 confidence: 20 + in-browser-image-compression: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/in-browser-image-compression/languages/ibic.pot, + Match: ''d-Version: In Browser Image Compression 1.0.0''' inaccessibility-checker: TranslationFile: number: 0.0.3 @@ -24918,6 +25384,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/inperks-abandoned-cart-recovery/i18n/languages/inperks-abandoned-cart-recovery.pot, Match: ''art recovery for WooCommerce by Inperks 1.0.0''' + inquirer: + ComposerFile: + number: 0.1.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/inquirer/package.json, Match: ''0.1.0''' insecure-content-warning: TranslationFile: number: 1.0.0 @@ -25164,7 +25636,14 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/integrate-google-drive/dist/css/frontend.css?ver=1.0.1 - http://wp.lab/wp-content/plugins/integrate-google-drive/dist/js/frontend.min.js?ver=1.0.1 - confidence: 20 + - http://wp.lab/wp-content/plugins/integrate-google-drive/dist/js/frontend.js?ver=1.0.1 + confidence: 30 + TranslationFile: + number: 1.0.9 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/integrate-google-drive/languages/integrate-google-drive.pot, + Match: ''ject-Id-Version: Integrate Google Drive 1.0.9''' integrate-polarsteps: TranslationFile: number: 0.3.0 @@ -25687,6 +26166,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/ivycat-ajax-testimonials/languages/ivycat-ajax-testimonials.pot, Match: ''ct-Id-Version: IvyCat AJAX Testimonials 1.5.1''' + j2t-reward-points-for-woocommerce: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/j2t-reward-points-for-woocommerce/j2t-rewardpoints-woocommerce.pot, + Match: ''sion: J2T Reward Points for Woocommerce 1.0.0''' jade-gdpr: QueryParameter: number: 2.0.0 @@ -25995,6 +26481,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/jobboardwp/languages/jobboardwp-en_US.po, Match: ''"Project-Id-Version: JobBoardWP 1.0.0''' + jobpress: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/jobpress/assets/public/css/jobpress-style-v1.css?ver=1.0.0 + confidence: 10 jobsoid: QueryParameter: number: 1.0.0 @@ -26967,6 +27460,20 @@ plugins: - http://wp.lab/wp-content/plugins/kodmi-age-validator/public/css/kodmi-age-validator-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/kodmi-age-validator/public/js/kodmi-age-validator-public.js?ver=1.0.0 confidence: 20 + kokku-cookie-banner: + QueryParameter: + number: 1.8.6 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/kokku-cookie-banner/public/css/main.css?ver=1.8.6 + - http://wp.lab/wp-content/plugins/kokku-cookie-banner/public/js/main.js?ver=1.8.6 + confidence: 20 + ComposerFile: + number: 1.8.6 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/kokku-cookie-banner/package.json, Match: + ''1.8.6''' koko-analytics: QueryParameter: number: '1.0' @@ -27856,6 +28363,16 @@ plugins: - http://wp.lab/wp-content/plugins/lightbox-responsive-images/js/lri.js?ver=0.1.2 - http://wp.lab/wp-content/plugins/lightbox-responsive-images/js/jquery.touchSwipe.min.js?ver=0.1.2 confidence: 20 + lightgallerywp: + QueryParameter: + number: 1.0.3 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/lightgallerywp/assets/plugins/video/lg-video.css?ver=1.0.3 + - http://wp.lab/wp-content/plugins/lightgallerywp/assets/css/lightgallery.css?ver=1.0.3 + - http://wp.lab/wp-content/plugins/lightgallerywp/assets/js/lightgallery.min.js?ver=1.0.3 + - http://wp.lab/wp-content/plugins/lightgallerywp/assets/plugins/video/lg-video.min.js?ver=1.0.3 + confidence: 40 lightning-paywall: ComposerFile: number: 1.0.0 @@ -28154,6 +28671,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/liquid-speech-balloon/package.json, Match: ''1.0.3''' + list-categories-widget: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/list-categories-widget/public/css/category-widget-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/list-categories-widget/public/js/category-widget-public.js?ver=1.0.0 + confidence: 20 listen2it: QueryParameter: number: 1.0.0 @@ -29664,7 +30189,9 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/map-my-locations/public//css/public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/map-my-locations/public//js/public.js?ver=1.0.0 - confidence: 20 + - http://wp.lab/wp-content/plugins/map-my-locations/public/css/public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/map-my-locations/public/js/public.js?ver=1.0.0 + confidence: 40 mapfit: QueryParameter: number: 1.0.0 @@ -30071,6 +30598,13 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/materializer/package.json, Match: ''0.2.0''' + math-input-with-mathquill: + ComposerFile: + number: 0.2.3 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/math-input-with-mathquill/package.json, + Match: ''0.2.3''' mathml-block: ComposerFile: number: 1.0.0 @@ -30184,6 +30718,13 @@ plugins: - http://wp.lab/wp-content/plugins/mcw-pwa/scripts/performance.js?ver=0.2.3 - http://wp.lab/wp-content/plugins/mcw-pwa/scripts/node_modules/tti-polyfill/tti-polyfill.js?ver=0.2.3 confidence: 30 + mdl-shortcodes: + QueryParameter: + number: 1.1.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/mdl-shortcodes/assets/style.css?ver=1.1.0 + confidence: 10 media-credit: QueryParameter: number: 3.1.7 @@ -30281,6 +30822,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/media2post/languages/media2post-nl.po, Match: ''"Project-Id-Version: media2post 1.0''' + mediajel-tracker: + QueryParameter: + number: 1.1.3 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/mediajel-tracker/public/css/mj-tracker-public.css?ver=1.1.3 + - http://wp.lab/wp-content/plugins/mediajel-tracker/public/js/mj-tracker-public.js?ver=1.1.3 + confidence: 20 mediamodifier-for-woocommerce: TranslationFile: number: '1.0' @@ -31580,6 +32129,21 @@ plugins: - http://wp.lab/wp-content/plugins/motion/stylesheets/app.css?ver=0.5 - http://wp.lab/wp-content/plugins/motion/js/app.js?ver=0.5 confidence: 20 + motopress-appointment-lite: + QueryParameter: + number: 1.4.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/motopress-appointment-lite/assets/css/public.min.css?ver=1.4.1 + - http://wp.lab/wp-content/plugins/motopress-appointment-lite/assets/js/public.min.js?ver=1.4.1 + - http://wp.lab/wp-content/plugins/motopress-appointment-lite/assets/js/divi-modules.min.js?ver=1.4.1 + confidence: 30 + TranslationFile: + number: 1.4.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/motopress-appointment-lite/languages/motopress-appointment.pot, + Match: ''Project-Id-Version: Appointment Booking 1.4.1''' motopress-content-editor-lite: QueryParameter: number: 2.5.1 @@ -31780,6 +32344,13 @@ plugins: - http://wp.lab/wp-content/plugins/mplus-intercom-subscription/assets/css/mplus-intercom-subscription-public.css?ver=1.0.18 - http://wp.lab/wp-content/plugins/mplus-intercom-subscription/assets/js/mplus-intercom-subscription-public.js?ver=1.0.18 confidence: 20 + mpwizard: + TranslationFile: + number: 1.0.3 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/mpwizard/languages/mpwizard.pot, Match: + ''"Project-Id-Version: MPWizard 1.0.3''' mq-woocommerce-products-price-bulk-edit: TranslationFile: number: '2.0' @@ -31795,6 +32366,14 @@ plugins: - http://wp.lab/wp-content/plugins/ms-registration/public/css/ms-registration-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/ms-registration/public/js/ms-registration-public.js?ver=1.0.0 confidence: 20 + msfc-wc-frontend-manager: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/msfc-wc-frontend-manager/public/css/msfc-wfm.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/msfc-wc-frontend-manager/public/js/msfc-wfm.js?ver=1.0.0 + confidence: 20 mslsselect: QueryParameter: number: '1.3' @@ -32053,6 +32632,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/mutual-buddies/i18n/languages/mutual-buddies.pot, Match: ''"Project-Id-Version: Mutual Buddies 2.1.1''' + muxemail-for-woocommerce: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/muxemail-for-woocommerce/languages/mew.pot, + Match: ''-Version: WooCommerce - MuxEmail Add-on 1.0.0''' mw-auto-download: ChangeLog: number: 1.0.0 @@ -32593,6 +33179,12 @@ plugins: - http://wp.lab/wp-content/plugins/mygdex-prime-for-woocommerce/public/css/gdex-prime-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/mygdex-prime-for-woocommerce/public/js/gdex-prime-public.js?ver=1.0.0 confidence: 20 + myschedulr: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/myschedulr/CHANGELOG.md, Match: ''#### 1.0.0''' myspeakingpage: QueryParameter: number: 1.0.3 @@ -32895,6 +33487,15 @@ plugins: - http://wp.lab/wp-content/plugins/neo-bootstrap-carousel/public/css/neo-bootstrap-carousel-public.css?ver=1.3.1 - http://wp.lab/wp-content/plugins/neo-bootstrap-carousel/public/js/neo-bootstrap-carousel-public.js?ver=1.3.1 confidence: 20 + neon-product-designer-for-woocommerce: + QueryParameter: + number: 2.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/neon-product-designer-for-woocommerce/public/css/neon-product-designer-public.css?ver=2.0.0 + - http://wp.lab/wp-content/plugins/neon-product-designer-for-woocommerce/public/js/modal/modal.css?ver=2.0.0 + - http://wp.lab/wp-content/plugins/neon-product-designer-for-woocommerce/public/js/neon-product-designer-public.js?ver=2.0.0 + confidence: 30 neoship: TranslationFile: number: 1.0.0 @@ -33215,6 +33816,18 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/neykane-viral-list-posts/languages/neykane-viral-list-posts.pot, Match: ''ct-Id-Version: Neykane Viral List Posts 1.0.0''' + nft-login: + QueryParameter: + number: 1.1.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/nft-login/public/css/nft-login-public.css?ver=1.1.1 + - http://wp.lab/wp-content/plugins/nft-login/public/js/nft-login-module.js?ver=1.1.1 + - http://wp.lab/wp-content/plugins/nft-login/public/js/evm-chains-0.2.0-index.min.js?ver=1.1.1 + - http://wp.lab/wp-content/plugins/nft-login/public/js/formatic-2.0.6.js?ver=1.1.1 + - http://wp.lab/wp-content/plugins/nft-login/public/js/web3-provider-1.2.1-index.min.js?ver=1.1.1 + - http://wp.lab/wp-content/plugins/nft-login/public/js/webmodal-1.9.0-index.js?ver=1.1.1 + confidence: 60 ng-lazyload: QueryParameter: number: '1.1' @@ -34589,6 +35202,13 @@ plugins: - http://wp.lab/wp-content/plugins/order-barcode-for-woocommerce/css/woobar-main.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/order-barcode-for-woocommerce/js/woobar-main.js?ver=1.0.0 confidence: 20 + order-delivery-date-and-time: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/order-delivery-date-and-time/languages/order-delivery-date-and-time.pot, + Match: ''d-Version: Order Delivery Date and Time 1.0.0''' order-on-mobile-for-woocommerce: QueryParameter: number: 1.0.1 @@ -34611,6 +35231,15 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/order-tip-woo/changelog.txt, Match: ''= 1.0.0''' + oreka-search: + QueryParameter: + number: 1.5.5 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/oreka-search/theme/css/forms.css?ver=1.5.5 + - http://wp.lab/wp-content/plugins/oreka-search/theme/js/vue.min.js?ver=1.5.5 + - http://wp.lab/wp-content/plugins/oreka-search/theme/js/form.js?ver=1.5.5 + confidence: 30 orens-unsplash-widget: QueryParameter: number: 1.0.0 @@ -35178,6 +35807,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/parallax-scrolling-enllax-js/lang/parallax_scrolling_enllax-hu_HU.po, Match: ''d-Version: Parallax Scrolling Enllax.js 0.0.5''' + parallax-section: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/parallax-section/dist/style.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/parallax-section/dist/script.js?ver=1.0.1 + confidence: 20 parcelware: TranslationFile: number: 1.0.1 @@ -35362,6 +35999,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/paygate-payweb-for-woocommerce/changelog.txt, Match: ''= 1.4.4''' + paym8-gateway: + ChangeLog: + number: '1.0' + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/paym8-gateway/changelog.txt, Match: ''version + 1.0''' paymendo-bank-transfer: TranslationFile: number: '1.0' @@ -35467,6 +36111,12 @@ plugins: - http://wp.lab/wp-content/plugins/paytium/public/js/parsley.min.js?ver=2.0.6 - http://wp.lab/wp-content/plugins/paytium/public/js/public.js?ver=2.0.6 confidence: 30 + paytomorrow: + ChangeLog: + number: 2.1.3 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/paytomorrow/changelog.txt, Match: ''= 2.1.3''' payware-mobile-payments-for-woocommerce: TranslationFile: number: 1.0.0 @@ -35586,6 +36236,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/pe-theme-elements-info/css/pe-theme-elements-info.css?ver=1.0 confidence: 10 + peachpay-for-woocommerce: + TranslationFile: + number: 1.63.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/peachpay-for-woocommerce/languages/peachpay-for-woocommerce.pot, + Match: ''ay for WooCommerce | One-Click Checkout 1.63.1''' peepso-core: QueryParameter: number: 1.9.1 @@ -36270,6 +36927,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/plinks/plinks.css?ver=1.0.0 confidence: 10 + plug-payments-gateway: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/plug-payments-gateway/CHANGELOG.md, Match: + ''### 1.0.0''' plugin-bundles: QueryParameter: number: '0.1' @@ -37003,6 +37667,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/post-notif/languages/post-notif-de_DE_formal.po, Match: ''"Project-Id-Version: Post Notif 1.2.0''' + post-rating-and-review: + QueryParameter: + number: 1.1.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/post-rating-and-review//includes/css/prar-front-style.css?ver=1.1.1 + - http://wp.lab/wp-content/plugins/post-rating-and-review/includes/js/post-rating-and-review.js?ver=1.1.1 + confidence: 20 post-ratings: QueryParameter: number: '3.0' @@ -38327,6 +38999,14 @@ plugins: - http://wp.lab/wp-content/plugins/progressive-wp/assets/styles/ui.min.css?ver=0.2.0 - http://wp.lab/wp-content/plugins/progressive-wp/assets/scripts/ui.min.js?ver=0.2.0 confidence: 20 + project-cost-calculator: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/project-cost-calculator/public/css/project_rate_calculator-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/project-cost-calculator/public/css/project_rate_calculator-public_custom.css?ver=1.0.0 + confidence: 20 project-donations: QueryParameter: number: 1.0.0 @@ -38990,6 +39670,14 @@ plugins: - http://wp.lab/wp-content/plugins/quatriceps/quatriceps.css?ver=1.1.3 - http://wp.lab/wp-content/plugins/quatriceps/quatriceps.js?ver=1.1.3 confidence: 20 + qubotchat: + QueryParameter: + number: 1.0.61 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/qubotchat/qubot/css/qubot.css?ver=1.0.61 + - http://wp.lab/wp-content/plugins/qubotchat/qubot/qubot.js?ver=1.0.61 + confidence: 20 quenso-asgaros-forum-frontend-utilities: QueryParameter: number: 1.1.0 @@ -39057,6 +39745,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/quick-count/languages/quick-count.pot, Match: ''"Project-Id-Version: Quick Count 3.00''' + quick-demo-import: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/quick-demo-import/languages/quick-demo-import.pot, + Match: ''"Project-Id-Version: Quick Demo Import 1.0.0''' quick-download-button: TranslationFile: number: 1.0.0 @@ -39151,6 +39846,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/quickpick/languages/quickpick.pot, Match: ''"Project-Id-Version: QuickPick 1.0.0''' + quickpost: + TranslationFile: + number: 0.1.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/quickpost/languages/quickpost.pot, Match: + ''"Project-Id-Version: QuickPost 0.1.0''' quickseo-by-squirrly: Comment: number: 1.1.008 @@ -39179,6 +39881,13 @@ plugins: - http://wp.lab/wp-content/plugins/quizmaster-progress-bar/css/progress-bar.css?ver=0.0.1 - http://wp.lab/wp-content/plugins/quizmaster-progress-bar/js/progress_bar.js?ver=0.0.1 confidence: 20 + quote-requests-for-woocommerce: + TranslationFile: + number: 1.0.2 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/quote-requests-for-woocommerce/src/languages/quote-requests-for-woocommerce.pot, + Match: ''Version: Quote Requests for WooCommerce 1.0.2''' quotes-collection: QueryParameter: number: 2.0.9 @@ -39403,6 +40112,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/rc-geo-access/changelog.txt, Match: ''## 1.42''' + rc-post-rating: + ChangeLog: + number: 1.0.5 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/rc-post-rating/changelog.txt, Match: ''## + 1.0.5''' rc-site-map: ChangeLog: number: '1.2' @@ -40074,6 +40790,14 @@ plugins: - http://wp.lab/wp-content/plugins/relations-lite/assets/public/css/relations.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/relations-lite/assets/public/js/relations.js?ver=1.0.0 confidence: 20 + relevanssi-live-ajax-search: + QueryParameter: + number: 1.1.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/relevanssi-live-ajax-search/assets/styles/style.css?ver=1.1.0 + - http://wp.lab/wp-content/plugins/relevanssi-live-ajax-search/assets/javascript/dist/script.min.js?ver=1.1.0 + confidence: 20 relic-sales-motivator-woocommerce-lite: QueryParameter: number: 1.0.0 @@ -41068,6 +41792,14 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/riloadr-for-wordpress/includes/riloadr.wp.jquery.min.js?ver=1.2.1 confidence: 10 + rimplates: + QueryParameter: + number: 1.0.4 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/rimplates/public/css/rimplates-public.css?ver=1.0.4 + - http://wp.lab/wp-content/plugins/rimplates/public/js/rimplates-public.js?ver=1.0.4 + confidence: 20 rimplenet: QueryParameter: number: 1.0.0 @@ -41711,6 +42443,16 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/sailthru-widget/changelog.md, Match: ''## v3.2.2''' + sakolawp-lite: + QueryParameter: + number: 1.0.8 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/sakolawp-lite/public/css/sakolawp-public-rtl.css?ver=1.0.8 + - http://wp.lab/wp-content/plugins/sakolawp-lite/public/css/sakolawp-public.css?ver=1.0.8 + - http://wp.lab/wp-content/plugins/sakolawp-lite/public/css/sakolawp-responsive.css?ver=1.0.8 + - http://wp.lab/wp-content/plugins/sakolawp-lite/public/js/sakolawp-public.js?ver=1.0.8 + confidence: 40 sales-booster-gd-for-woocommerce: QueryParameter: number: 1.0.0 @@ -42002,6 +42744,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/schedule-content-block/package.json, Match: ''1.0.0''' + schedule-product-delivery-date-for-woocommerce: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/schedule-product-delivery-date-for-woocommerce/languages/schedule-delivery-for-woocommerce-products.pot, + Match: ''e Product Delivery Date for WooCommerce 1.0.0''' scheduled-notification-bar: QueryParameter: number: 1.0.0 @@ -42299,7 +43048,9 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/search-in-place/css/codepeople_shearch_in_place.css?ver=1.0.36 - http://wp.lab/wp-content/plugins/search-in-place/js/codepeople_shearch_in_place.js?ver=1.0.36 - confidence: 20 + - http://wp.lab/wp-content/plugins/search-in-place/css/codepeople_shearch_in_place.min.css?ver=1.0.36 + - http://wp.lab/wp-content/plugins/search-in-place/js/codepeople_shearch_in_place.min.js?ver=1.0.36 + confidence: 40 search-live: QueryParameter: number: 1.8.2 @@ -42343,6 +43094,14 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/search-with-azure/public/css/azure-search-public.css?ver=1.1.1 confidence: 10 + search-with-typesense: + QueryParameter: + number: 1.2.3 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/search-with-typesense/includes/Frontend/css/algolia-satelite.min.css?ver=1.2.3 + - http://wp.lab/wp-content/plugins/search-with-typesense/includes/Frontend/js/lib/style.css?ver=1.2.3 + confidence: 20 searchie: QueryParameter: number: 1.8.5 @@ -42400,6 +43159,14 @@ plugins: - http://wp.lab/wp-content/plugins/section-block/build/block.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/section-block/build/background-position-events.min.js?ver=1.0.0 confidence: 20 + section-separator: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/section-separator/dist/style.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/section-separator/dist/script.js?ver=1.0.1 + confidence: 20 secure-copy-content-protection: QueryParameter: number: 1.0.2 @@ -42561,6 +43328,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/selleradise-widgets/composer.json, Match: ''1.2.1''' + sellkit: + TranslationFile: + number: 1.1.3 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/sellkit/languages/sellkit.pot, Match: ''"Project-Id-Version: + Sellkit 1.1.3''' selz-ecommerce: QueryParameter: number: 1.7.0 @@ -44433,6 +45207,13 @@ plugins: found_by: Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''Simple Scroll To Top 1.0 by''' + simple-scss-compiler: + ChangeLog: + number: '1.0' + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/simple-scss-compiler/changelog.txt, Match: + ''= 1.0''' simple-sermon-media-podcast: QueryParameter: number: 1.0.12 @@ -45833,6 +46614,21 @@ plugins: - http://wp.lab/wp-content/plugins/soccer-action/public/assets/css/public.css?ver=1.04 - http://wp.lab/wp-content/plugins/soccer-action/public/assets/js/public.js?ver=1.04 confidence: 20 + soccer-engine-lite: + QueryParameter: + number: '1.07' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/soccer-engine-lite/public/assets/css/general.css?ver=1.07 + - http://wp.lab/wp-content/plugins/soccer-engine-lite/public/assets/css/paginated-table.css?ver=1.07 + - http://wp.lab/wp-content/plugins/soccer-engine-lite/public/assets/css/match-commentary.css?ver=1.07 + - http://wp.lab/wp-content/plugins/soccer-engine-lite/public/assets/css/match-score.css?ver=1.07 + - http://wp.lab/wp-content/plugins/soccer-engine-lite/public/assets/css/match-visual-lineup.css?ver=1.07 + - http://wp.lab/wp-content/plugins/soccer-engine-lite/public/assets/css/person-summary.css?ver=1.07 + - http://wp.lab/wp-content/plugins/soccer-engine-lite/public/assets/js/paginated-table-class.js?ver=1.07 + - http://wp.lab/wp-content/plugins/soccer-engine-lite/public/assets/js/event-tooltip-handler.js?ver=1.07 + - http://wp.lab/wp-content/plugins/soccer-engine-lite/public/assets/js/match-visual-lineup.js?ver=1.07 + confidence: 90 soccer-formation-ve: QueryParameter: number: '1.00' @@ -46070,6 +46866,13 @@ plugins: - http://wp.lab/wp-content/plugins/social-share-like/public/css/tfsfl-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/social-share-like/public/js/tfsfl-public.js?ver=1.0.0 confidence: 20 + social-sharing-block: + TranslationFile: + number: 0.4.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/social-sharing-block/languages/social-sharing-block.pot, + Match: ''roject-Id-Version: Social Sharing Block 0.4.0''' social-sharing-buttons-and-counters: QueryParameter: number: 1.1.5 @@ -46327,6 +47130,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/sourceknowledge-shopping-ads/languages/sourceknowledge-shopping-ads.pot, Match: ''d-Version: SourceKnowledge Shopping Ads 1.0.0''' + sovratec-return-exchange: + QueryParameter: + number: 1.1.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/sovratec-return-exchange/public/css/woo-return-exchange-public.css?ver=1.1.0 + - http://wp.lab/wp-content/plugins/sovratec-return-exchange/public/js/woo-return-exchange-public.js?ver=1.1.0 + confidence: 20 sp-blog-designer: QueryParameter: number: 1.0.0 @@ -46723,6 +47534,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/sprout-invoices/changelog.txt, Match: ''= 19.7.5''' + spruce-api-extension: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/spruce-api-extension/public/css/spruce_api_extension-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/spruce-api-extension/public/js/spruce_api_extension-public.js?ver=1.0.0 + confidence: 20 spyr-bar: QueryParameter: number: 1.0.1 @@ -46888,6 +47707,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/stagtools/languages/stagtools.pot, Match: ''"Project-Id-Version: StagTools 2.2.5''' + stalkfish: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/stalkfish/languages/stalkfish.pot, Match: + ''"Project-Id-Version: Stalkfish 1.0.0''' stan-easy-connect: QueryParameter: number: 0.1.0 @@ -46939,6 +47765,13 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/starterblocks/composer.json, Match: ''1.0.2''' + startklar-elmentor-forms-extwidgets: + ChangeLog: + number: '1.2' + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/startklar-elmentor-forms-extwidgets/changelog.txt, + Match: ''= 1.2''' statbadge: MetaTag: number: '1.3' @@ -47154,6 +47987,13 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/sticky-tax/CHANGELOG.md, Match: ''## [1.0.0]''' + sticky-toc-advance-table-of-contents: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/sticky-toc-advance-table-of-contents/assets/js/script.js?ver=1.0.0 + confidence: 10 sticky-video-free-edition: ChangeLog: number: 2.1.0 @@ -47744,6 +48584,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/superior-faq/css/superior-faq.css?ver=1.0.2 confidence: 10 + superlist-block: + TranslationFile: + number: 0.1.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/superlist-block/languages/superlist-block.pot, + Match: ''"Project-Id-Version: Super List Block 0.1.0''' superpack: QueryParameter: number: 0.3.1 @@ -47986,6 +48833,20 @@ plugins: - http://wp.lab/wp-content/plugins/sweet-energy-efficiency/public/css/sweet-energy-efficiency-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/sweet-energy-efficiency/public/js/sweet-energy-efficiency-public.js?ver=1.0.0 confidence: 20 + sweet-glossary: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/sweet-glossary/public/css/sweet-glossary-public.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/sweet-glossary/public/js/sweet-glossary-public.js?ver=1.0.0 + confidence: 20 + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/sweet-glossary/languages/sweet-glossary.pot, + Match: ''"Project-Id-Version: Sweet Glossary 1.0.0''' swfput: QueryParameter: number: 3.0.8 @@ -48570,6 +49431,13 @@ plugins: tawkto-live-chat: Comment: found_by: Comment (Passive Detection) + taximap-integration: + QueryParameter: + number: 1.1.10 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/taximap-integration/taximap.js?ver=1.1.10 + confidence: 10 taxjar-simplified-taxes-for-woocommerce: ChangeLog: number: 2.0.1 @@ -48605,6 +49473,13 @@ plugins: - http://wp.lab/wp-content/plugins/taxonomy-terms-grid/public/css/taxonomy-terms-grid-public.css?ver=1.0.1 - http://wp.lab/wp-content/plugins/taxonomy-terms-grid/public/js/taxonomy-terms-grid-public.js?ver=1.0.1 confidence: 20 + taxonomy-terms-list-block: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/taxonomy-terms-list-block/languages/taxonomy-terms-list-block.pot, + Match: ''t-Id-Version: Taxonomy Terms List Block 1.0.0''' tcard-wp: QueryParameter: number: 1.8.0 @@ -48671,6 +49546,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/team-members-for-elementor/i18n/languages/team-members-for-elementor.pot, Match: ''-Id-Version: Team Members for Elementor 1.0.0''' + team-section: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/team-section/dist/style.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/team-section/dist/script.js?ver=1.0.0 + confidence: 20 team-ultimate: QueryParameter: number: 1.0.0 @@ -48717,6 +49600,13 @@ plugins: - http://wp.lab/wp-content/plugins/teamstuff-calendar/public/js/teamstuff-calendar.js?ver=1.1.0 - http://wp.lab/wp-content/plugins/teamstuff-calendar/public/js/teamstuff-calendar-public.js?ver=1.1.0 confidence: 30 + tecslider: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/tecslider/includes/blocks/tec-slider-editor.js?ver=1.0.0 + confidence: 10 teg-twitter-api: QueryParameter: number: 1.2.4 @@ -48916,6 +49806,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/text-modules/languages/text-modules-de_DE.po, Match: ''"Project-Id-Version: Text Modules v1.0.1''' + text-typing: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/text-typing/dist/style.css?ver=1.0.0 + - http://wp.lab/wp-content/plugins/text-typing/dist/script.js?ver=1.0.0 + confidence: 20 text-united-translation: QueryParameter: number: 1.0.0 @@ -51997,6 +52895,13 @@ plugins: - http://wp.lab/wp-content/plugins/used-media-identifier/public/css/used-media-identifier-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/used-media-identifier/public/js/used-media-identifier-public.js?ver=1.0.0 confidence: 20 + useful-tab-block-responsive-amp-compatible: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - !binary |- + aHR0cDovL3dwLmxhYi93cC1jb250ZW50L3BsdWdpbnMvdXNlZnVsLXRhYi1ibG9jay1yZXNwb25zaXZlLWFtcC1jb21wYXRpYmxlL2xhbmd1YWdlcy91c2VmdWwtdGFiLWJsb2NrLWphLnBvLCBNYXRjaDogJ2IgQmxvY2sg4oCTIFJlc3BvbnNpdmUgJiBBTVAtQ29tcGF0aWJsZSAxLjAuMCc= useinfluence: QueryParameter: number: 1.0.0 @@ -52678,6 +53583,15 @@ plugins: - http://wp.lab/wp-content/plugins/video-central/templates/default/js/plugins.min.js?ver=1.3.0 - http://wp.lab/wp-content/plugins/video-central/templates/default/js/main.min.js?ver=1.3.0 confidence: 70 + video-chat-for-cisco-and-fusionpbx-callcenters: + QueryParameter: + number: '1.1' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/video-chat-for-cisco-and-fusionpbx-callcenters/assets/js/app.js?ver=1.1 + - http://wp.lab/wp-content/plugins/video-chat-for-cisco-and-fusionpbx-callcenters/assets/js/sipcontrol.js?ver=1.1 + - http://wp.lab/wp-content/plugins/video-chat-for-cisco-and-fusionpbx-callcenters/assets/js/sip-0.15.11.js?ver=1.1 + confidence: 30 video-destacado: ComposerFile: number: 1.4.0 @@ -52707,6 +53621,14 @@ plugins: - http://wp.lab/wp-content/plugins/video-gallery-playlist/public/css/wpgp-youtube-gallery-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/video-gallery-playlist/public/js/wpgp-youtube-gallery-public.js?ver=1.0.0 confidence: 20 + video-player-block: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/video-player-block/dist/style.css?ver=1.0.1 + - http://wp.lab/wp-content/plugins/video-player-block/dist/script.js?ver=1.0.1 + confidence: 20 video-player-for-wpbakery: TranslationFile: number: 1.0.0 @@ -53611,6 +54533,13 @@ 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-epayco-payment-gateway: + ChangeLog: + number: 1.0.3.1 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/wc-epayco-payment-gateway/changelog.txt, + Match: ''2022.02.24 - version 1.0.3.1''' wc-essential-addons: ComposerFile: number: 1.0.0 @@ -54384,6 +55313,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/webpage-custom-schema-schema-org-json-ld/languages/webpage-schema.pot, Match: ''"Project-Id-Version: WebPage-Schema 1.0.0''' + webpos-point-of-sale-for-woocommerce: + ChangeLog: + number: 1.0.2 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/webpos-point-of-sale-for-woocommerce/CHANGELOG.txt, + Match: ''1.0.2''' webshare: QueryParameter: number: 1.2.7 @@ -55045,6 +55981,19 @@ plugins: - http://wp.lab/wp-content/plugins/wireless-butler/public/js/wireless-butler-public.js?ver=1.0.1 - http://wp.lab/wp-content/plugins/wireless-butler/public/js/dropzone.min.js?ver=1.0.1 confidence: 40 + wisdm-reports-for-learndash: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/wisdm-reports-for-learndash/assets/css/style.css?ver=1.0.2 + confidence: 10 + TranslationFile: + number: 1.0.2 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/wisdm-reports-for-learndash/languages/learndash-reports-by-wisdmlabs.pot, + Match: ''rsion: WISDM Reports for LearnDash FREE 1.0.2''' wishful-companion: QueryParameter: number: 1.0.1 @@ -64728,6 +65677,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/yetix-request-form/changelog.txt, Match: ''1.0.1''' + yext-ai-search: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/yext-ai-search/dist/css/style.css?ver=1.0.1 + confidence: 10 yikes-inc-easy-mailchimp-extender: TranslationFile: number: 6.3.29 @@ -65069,6 +66025,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/zenost-shortcodes/zenost-shortcodes.pot, Match: ''"Project-Id-Version: Zenost Shortcodes 1.0''' + zephr: + ComposerFile: + number: 1.0.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/zephr/package.json, Match: ''1.0.0''' zero-bs-crm: QueryParameter: number: 2.26.1 diff --git a/spec/fixtures/dynamic_finders/plugin_version/academy-starter-templates/translation_file/languages/academy-starter-templates.pot b/spec/fixtures/dynamic_finders/plugin_version/academy-starter-templates/translation_file/languages/academy-starter-templates.pot new file mode 100644 index 00000000..2e0f4235 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/academy-starter-templates/translation_file/languages/academy-starter-templates.pot @@ -0,0 +1,622 @@ +# Copyright (C) 2022 AcademyLMS +# This file is distributed under the GPL-3.0+. +msgid "" +msgstr "" +"Project-Id-Version: Academy Starter Templates 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/academy-starter-templates\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: 2022-02-20T16:36:06+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: academy-starter-templates\n" + +#. Plugin Name of the plugin +msgid "Academy Starter Templates" +msgstr "" + +#. Plugin URI of the plugin +msgid "http://demo.academylms.net" +msgstr "" + +#. Description of the plugin +msgid "Demo importer plugin for academy lms." +msgstr "" + +#. Author of the plugin +msgid "AcademyLMS" +msgstr "" + +#. Author URI of the plugin +msgid "http://academylms.net" +msgstr "" + +#: includes/hooks.php:183 +msgid "No relevent plugin for this demo." +msgstr "" + +#: includes/library/customizer-importer.php:38 +#: includes/library/customizer-importer.php:45 +msgid "Importing customizer settings" +msgstr "" + +#: includes/library/customizer-importer.php:43 +msgid "Customizer settings import finished!" +msgstr "" + +#. translators: %s - file path +#: includes/library/customizer-importer.php:73 +msgid "Error: The customizer import file is missing! File path: %s" +msgstr "" + +#: includes/library/customizer-importer.php:93 +msgid "Error: The customizer import file is not in a correct format. Please make sure to use the correct customizer import file." +msgstr "" + +#: includes/library/customizer-importer.php:99 +msgid "Error: The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme." +msgstr "" + +#: includes/library/downloader.php:59 +msgid "Missing URL for downloading a file!" +msgstr "" + +#. translators: %1$s and %3$s - strong HTML tags, %2$s - file URL, %4$s - br HTML tag, %5$s - error code, %6$s - error message. +#: includes/library/downloader.php:77 +msgid "An error occurred while fetching file from: %1$s%2$s%3$s!%4$sReason: %5$s - %6$s." +msgstr "" + +#. translators: %1$s - br HTML tag, %2$s - file path +#: includes/library/helpers.php:196 +#: includes/library/helpers.php:239 +msgid "An error occurred while writing file to your server! Tried to write a file to: %1$s%2$s." +msgstr "" + +#. translators: %1$s - br HTML tag, %2$s - file path +#: includes/library/helpers.php:273 +msgid "An error occurred while reading a file from your server! Tried reading file from path: %1$s%2$s." +msgstr "" + +#. translators: %1$s and %2$s - strong HTML tags, %3$s - HTML link to a doc page. +#: includes/library/helpers.php:296 +msgid "This WordPress page does not have %1$sdirect%2$s write file access. This plugin needs it in order to save the demo import xml file to the upload directory of your site. You can change this setting with these instructions: %3$s." +msgstr "" + +#: includes/library/helpers.php:313 +msgid "An error occurred while retrieving reading/writing permissions to your server (could not retrieve WP filesystem credentials)!" +msgstr "" + +#: includes/library/helpers.php:321 +msgid "Your WordPress login credentials don't allow to use WP_Filesystem!" +msgstr "" + +#: includes/library/helpers.php:361 +msgid "Academy Starter Templates - " +msgstr "" + +#. translators: %1$s - opening div and paragraph HTML tags, %2$s - closing div and paragraph HTML tags. +#: includes/library/helpers.php:395 +msgid "%1$sYour user role isn't high enough. You don't have permission to import demo data.%2$s" +msgstr "" + +#: includes/library/helpers.php:428 +msgid "No file provided." +msgstr "" + +#. translators: %s - the error message. +#: includes/library/helpers.php:456 +msgid "Content file was not uploaded. Error: %s" +msgstr "" + +#: includes/library/helpers.php:460 +#: includes/library/helpers.php:476 +#: includes/library/helpers.php:492 +#: includes/library/helpers.php:503 +#: includes/library/helpers.php:522 +#: includes/library/helpers.php:530 +msgid "Upload files" +msgstr "" + +#. translators: %s - the error message. +#: includes/library/helpers.php:472 +msgid "Widget file was not uploaded. Error: %s" +msgstr "" + +#. translators: %s - the error message. +#: includes/library/helpers.php:488 +msgid "Customizer file was not uploaded. Error: %s" +msgstr "" + +#: includes/library/helpers.php:501 +msgid "Missing Redux option name! Please also enter the Redux option name!" +msgstr "" + +#. translators: %s - the error message. +#: includes/library/helpers.php:518 +msgid "Redux file was not uploaded. Error: %s" +msgstr "" + +#: includes/library/helpers.php:528 +msgid "The import files were successfully uploaded!" +msgstr "" + +#. translators: %s - the max execution time. +#: includes/library/helpers.php:554 +msgid "Initial max execution time = %s" +msgstr "" + +#. translators: %1$s - new line break, %2$s - the site URL, %3$s - the file path for content import, %4$s - the file path for widgets import, %5$s - the file path for widgets import, %6$s - the file path for redux import. +#: includes/library/helpers.php:558 +msgid "Files info:%1$sSite URL = %2$s%1$sData file = %3$s%1$sWidget file = %4$s%1$sCustomizer file = %5$s%1$sRedux files:%1$s%6$s" +msgstr "" + +#: includes/library/helpers.php:561 +#: includes/library/helpers.php:562 +#: includes/library/helpers.php:563 +#: includes/library/helpers.php:564 +msgid "not defined!" +msgstr "" + +#: includes/library/helpers.php:735 +#: includes/library/helpers.php:736 +msgid "Academy Starter" +msgstr "" + +#: includes/library/importer.php:175 +msgid "New AJAX call!" +msgstr "" + +#: includes/library/one-click-demo-import.php:215 +msgid "No preview image defined for this import." +msgstr "" + +#: includes/library/one-click-demo-import.php:216 +msgid "Are you sure?" +msgstr "" + +#: includes/library/one-click-demo-import.php:217 +msgid "Cancel" +msgstr "" + +#: includes/library/one-click-demo-import.php:218 +msgid "Yes, import!" +msgstr "" + +#: includes/library/one-click-demo-import.php:219 +msgid "Selected demo import:" +msgstr "" + +#: includes/library/one-click-demo-import.php:220 +msgid "Installing..." +msgstr "" + +#: includes/library/one-click-demo-import.php:221 +#: includes/library/wpcli-commands.php:154 +msgid "Importing..." +msgstr "" + +#: includes/library/one-click-demo-import.php:222 +msgid "Successfully Imported!" +msgstr "" + +#: includes/library/one-click-demo-import.php:223 +msgid "Install Plugin" +msgstr "" + +#: includes/library/one-click-demo-import.php:224 +msgid "Installed" +msgstr "" + +#: includes/library/one-click-demo-import.php:225 +msgid "Import Failed" +msgstr "" + +#: includes/library/one-click-demo-import.php:226 +msgid "Whoops, there was a problem importing your content." +msgstr "" + +#: includes/library/one-click-demo-import.php:227 +msgid "Looks like some of the plugins failed to install. Please try again. If this issue persists, please manually install the failing plugins and come back to this step to import the theme demo data." +msgstr "" + +#: includes/library/one-click-demo-import.php:228 +msgid "Invalid file type detected! Please select an XML file for the Content Import." +msgstr "" + +#: includes/library/one-click-demo-import.php:229 +msgid "Invalid file type detected! Please select a JSON or WIE file for the Widgets Import." +msgstr "" + +#: includes/library/one-click-demo-import.php:230 +msgid "Invalid file type detected! Please select a DAT file for the Customizer Import." +msgstr "" + +#: includes/library/one-click-demo-import.php:231 +msgid "Invalid file type detected! Please select a JSON file for the Redux Import." +msgstr "" + +#: includes/library/one-click-demo-import.php:248 +msgid "Manual import files are missing! Please select the import files and try again." +msgstr "" + +#: includes/library/one-click-demo-import.php:263 +#: includes/library/one-click-demo-import.php:308 +msgid "Manually uploaded files" +msgstr "" + +#: includes/library/one-click-demo-import.php:320 +#: includes/library/one-click-demo-import.php:331 +msgid "Downloaded files" +msgstr "" + +#. translators: %s - the name of the selected import. +#: includes/library/one-click-demo-import.php:327 +msgid "The import files for: %s were successfully downloaded!" +msgstr "" + +#: includes/library/one-click-demo-import.php:335 +msgid "No import files specified!" +msgstr "" + +#: includes/library/one-click-demo-import.php:452 +#: views/import.php:118 +msgid "Import Complete!" +msgstr "" + +#: includes/library/one-click-demo-import.php:453 +#: views/import.php:121 +msgid "Congrats, your demo was imported successfully. You can now begin editing your site." +msgstr "" + +#: includes/library/one-click-demo-import.php:454 +msgid "Successful Import" +msgstr "" + +#: includes/library/one-click-demo-import.php:457 +msgid "Your import completed, but some things may not have imported properly." +msgstr "" + +#. translators: %s - link to the log file. +#: includes/library/one-click-demo-import.php:461 +msgid "

View error log for more information.

" +msgstr "" + +#: includes/library/plugin-installer.php:86 +msgid "WPForms" +msgstr "" + +#: includes/library/plugin-installer.php:87 +msgid "Join 4,000,000+ professionals who build smarter forms and surveys with WPForms." +msgstr "" + +#: includes/library/plugin-installer.php:93 +msgid "All in One SEO" +msgstr "" + +#: includes/library/plugin-installer.php:94 +msgid "Use All in One SEO Pack to optimize your WordPress site for SEO." +msgstr "" + +#: includes/library/plugin-installer.php:100 +msgid "MonsterInsights" +msgstr "" + +#: includes/library/plugin-installer.php:101 +msgid "The #1 Google Analytics Plugin for WordPress that’s easy and powerful." +msgstr "" + +#: includes/library/plugin-installer.php:107 +msgid "Custom Landing Pages by SeedProd" +msgstr "" + +#: includes/library/plugin-installer.php:108 +msgid "Work on your site in private while visitors see a \"Coming Soon\" or \"Maintenance Mode\" page." +msgstr "" + +#: includes/library/plugin-installer.php:113 +msgid "Smash Balloon Social Photo Feed" +msgstr "" + +#: includes/library/plugin-installer.php:114 +msgid "Display beautifully clean, customizable, and responsive Instagram feeds." +msgstr "" + +#: includes/library/plugin-installer.php:119 +msgid "WP Mail SMTP" +msgstr "" + +#: includes/library/plugin-installer.php:120 +msgid "Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, Mailgun, and more." +msgstr "" + +#: includes/library/plugin-installer.php:225 +msgid "Could not install the plugin. You don't have permission to install plugins." +msgstr "" + +#: includes/library/plugin-installer.php:231 +msgid "Could not install the plugin. Plugin slug is missing." +msgstr "" + +#: includes/library/plugin-installer.php:236 +msgid "Plugin is already installed and activated!" +msgstr "" + +#: includes/library/plugin-installer.php:244 +msgid "Plugin was already installed! We activated it for you." +msgstr "" + +#: includes/library/plugin-installer.php:252 +msgid "Could not install the plugin. Don't have file permission." +msgstr "" + +#: includes/library/plugin-installer.php:292 +msgid "Plugin installed and activated succesfully." +msgstr "" + +#: includes/library/plugin-installer.php:299 +msgid "Could not install the plugin. WP Plugin installer could not retrieve plugin information." +msgstr "" + +#: includes/library/view-helpers.php:20 +msgid "Academy Starter Templates" +msgstr "" + +#: includes/library/view-helpers.php:22 +msgid "Questionmark icon" +msgstr "" + +#: includes/library/view-helpers.php:53 +msgid "Theme screenshot" +msgstr "" + +#: includes/library/widget-importer.php:41 +#: includes/library/widget-importer.php:52 +msgid "Importing widgets" +msgstr "" + +#: includes/library/widget-importer.php:88 +msgid "Error: Widget import file could not be found." +msgstr "" + +#: includes/library/widget-importer.php:118 +msgid "Error: Widget import data could not be read. Please try a different file." +msgstr "" + +#: includes/library/widget-importer.php:156 +msgid "Sidebar does not exist in theme (moving widget to Inactive)" +msgstr "" + +#: includes/library/widget-importer.php:177 +msgid "Site does not support widget" +msgstr "" + +#: includes/library/widget-importer.php:210 +msgid "Widget already exists" +msgstr "" + +#: includes/library/widget-importer.php:275 +msgid "Imported" +msgstr "" + +#: includes/library/widget-importer.php:278 +msgid "Imported to Inactive" +msgstr "" + +#: includes/library/widget-importer.php:284 +msgid "No Title" +msgstr "" + +#: includes/library/widget-importer.php:331 +msgid "No results for widget import!" +msgstr "" + +#: includes/library/wpcli-commands.php:35 +msgid "There are no predefined demo imports for currently active theme!" +msgstr "" + +#: includes/library/wpcli-commands.php:38 +msgid "Here are the predefined demo imports:" +msgstr "" + +#: includes/library/wpcli-commands.php:72 +msgid "At least one of the possible options should be set! Check them with --help" +msgstr "" + +#: includes/library/wpcli-commands.php:123 +msgid "The \"predefined\" parameter should be a number (an index of the OCDI predefined demo import)!" +msgstr "" + +#: includes/library/wpcli-commands.php:129 +msgid "The supplied predefined index does not exist! Please take a look at the available predefined demo imports:" +msgstr "" + +#: includes/library/wpcli-commands.php:136 +msgid "Predefined demo import started! All other parameters will be ignored!" +msgstr "" + +#. translators: %s - the name of the selected demo import. +#: includes/library/wpcli-commands.php:141 +msgid "Selected predefined demo import: %s" +msgstr "" + +#: includes/library/wpcli-commands.php:144 +msgid "Preparing the demo import files..." +msgstr "" + +#: includes/library/wpcli-commands.php:149 +msgid "Demo import files could not be retrieved!" +msgstr "" + +#: includes/library/wpcli-commands.php:152 +msgid "Demo import files retrieved successfully!" +msgstr "" + +#: includes/library/wpcli-commands.php:174 +msgid "Predefined import finished!" +msgstr "" + +#: includes/library/wpcli-commands.php:186 +msgid "Content import file provided does not exist! Skipping this import!" +msgstr "" + +#: includes/library/wpcli-commands.php:195 +msgid "Importing content (this might take a while)..." +msgstr "" + +#: includes/library/wpcli-commands.php:197 +msgid "Importing content" +msgstr "" + +#: includes/library/wpcli-commands.php:202 +msgid "Content import finished!" +msgstr "" + +#: includes/library/wpcli-commands.php:204 +msgid "There were some issues while importing the content!" +msgstr "" + +#: includes/library/wpcli-commands.php:223 +msgid "Widgets import file provided does not exist! Skipping this import!" +msgstr "" + +#: includes/library/wpcli-commands.php:227 +msgid "Importing widgets..." +msgstr "" + +#: includes/library/wpcli-commands.php:232 +msgid "Widgets imported successfully!" +msgstr "" + +#: includes/library/wpcli-commands.php:234 +msgid "There were some issues while importing widgets!" +msgstr "" + +#: includes/library/wpcli-commands.php:253 +msgid "Customizer import file provided does not exist! Skipping this import!" +msgstr "" + +#: includes/library/wpcli-commands.php:257 +msgid "Importing customizer settings..." +msgstr "" + +#: includes/library/wpcli-commands.php:262 +msgid "Customizer settings imported successfully!" +msgstr "" + +#: includes/library/wpcli-commands.php:264 +msgid "There were some issues while importing customizer settings!" +msgstr "" + +#. translators: %s - the name of the executing action. +#: includes/library/wpcli-commands.php:284 +msgid "Executing action: %s ..." +msgstr "" + +#: views/import.php:28 +msgid "Before We Import Your Demo" +msgstr "" + +#: views/import.php:30 +msgid "To ensure the best experience, installing the following plugins is strongly recommended, and in some cases required." +msgstr "" + +#: views/import.php:43 +msgid "All required/recommended plugins are already installed. You can import your demo content." +msgstr "" + +#: views/import.php:56 +#: views/import.php:89 +msgid "Star icon" +msgstr "" + +#: views/import.php:71 +#: views/install-plugins.php:49 +msgid "Checkmark icon" +msgstr "" + +#: views/import.php:73 +msgid "Lock icon" +msgstr "" + +#: views/import.php:75 +#: views/install-plugins.php:50 +msgid "Loading..." +msgstr "" + +#: views/import.php:85 +msgid "The plugins with %1$s are recommended by Academy Starter Templates plugin to help you grow your website. They are not required for the %2$s theme to work." +msgstr "" + +#: views/import.php:98 +#: views/install-plugins.php:57 +msgid "Back icon" +msgstr "" + +#: views/import.php:98 +#: views/install-plugins.php:57 +msgid "Go Back" +msgstr "" + +#: views/import.php:99 +msgid "Continue & Import" +msgstr "" + +#: views/import.php:108 +msgid "Importing Content" +msgstr "" + +#: views/import.php:109 +msgid "Please sit tight while we import your content. Do not refresh the page or hit the back button." +msgstr "" + +#: views/import.php:112 +msgid "Importing animation" +msgstr "" + +#: views/import.php:129 +msgid "Theme Settings" +msgstr "" + +#: views/import.php:130 +msgid "Visit Site" +msgstr "" + +#: views/install-plugins.php:25 +msgid "Install Recommended Plugins" +msgstr "" + +#: views/install-plugins.php:27 +msgid "Want to use the best plugins for the job? Here is the list of awesome plugins that will help you achieve your goals." +msgstr "" + +#: views/install-plugins.php:58 +msgid "Install & Activate" +msgstr "" + +#. translators: %1$s - the opening div and paragraph HTML tags, %2$s and %3$s - strong HTML tags, %4$s - the closing div and paragraph HTML tags. +#: views/plugin-page.php:27 +msgid "%1$sWarning: your server is using %2$sPHP safe mode%3$s. This means that you might experience server timeout errors.%4$s" +msgstr "" + +#: views/plugin-page.php:50 +msgid "All Demos" +msgstr "" + +#: views/plugin-page.php:63 +msgid "Search Demos..." +msgstr "" + +#: views/plugin-page.php:86 +msgid "No preview image." +msgstr "" + +#: views/plugin-page.php:93 +msgid "Preview Demo" +msgstr "" + +#: views/plugin-page.php:95 +msgid "Import Demo" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/admin-color-schemes/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/admin-color-schemes/composer_file/package.json new file mode 100644 index 00000000..6022f17a --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/admin-color-schemes/composer_file/package.json @@ -0,0 +1,35 @@ +{ + "name": "Admin-Color-Schemes", + "slug": "admin-color-schemes", + "description": "WordPress dashboard color schemes", + "version": "3.0.0", + "devDependencies": { + "@wordpress/env": "4.2.0", + "@wordpress/stylelint-config": "19.1.0", + "gulp": "4.0.2", + "gulp-concat": "2.6.1", + "gulp-csso": "4.0.1", + "gulp-dart-sass": "1.0.2", + "gulp-rename": "2.0.0", + "gulp-rtlcss": "1.4.2", + "stylelint": "13.13.1" + }, + "stylelint": { + "extends": [ + "@wordpress/stylelint-config/scss" + ], + "rules": { + "no-descending-specificity": null + }, + "ignoreFiles": [ + "_*.scss", + "editor.css" + ] + }, + "scripts": { + "wp-env": "wp-env", + "start": "gulp", + "build": "gulp build", + "lint": "stylelint */*.scss" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/advanced-quiz/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/advanced-quiz/change_log/changelog.txt new file mode 100644 index 00000000..2f8c3cc5 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/advanced-quiz/change_log/changelog.txt @@ -0,0 +1,4 @@ += 1.0.0 = +* WordPress 5.9 and PHP 8.0 ready + + diff --git a/spec/fixtures/dynamic_finders/plugin_version/agnoplay/translation_file/languages/nl.po b/spec/fixtures/dynamic_finders/plugin_version/agnoplay/translation_file/languages/nl.po new file mode 100644 index 00000000..c09a4ae5 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/agnoplay/translation_file/languages/nl.po @@ -0,0 +1,47 @@ +msgid "" +msgstr "" +"Project-Id-Version: agnoplay wordpress v1.0.2\n" +"Report-Msgid-Bugs-To: Translator Name \n" +"POT-Creation-Date: 2021-08-04 11:36+0200\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: Egeniq \n" +"Language: nl\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 2.3\n" +"X-Poedit-SearchPath-0: .\n" + +#: agnoplay-wordpress.php:98 agnoplay-wordpress.php:99 +#: agnoplay-wordpress.php:167 +msgid "Agnoplay settings" +msgstr "Agnoplay instellingen" + +#: agnoplay-wordpress.php:120 +msgid "Videoplayer brand ID" +msgstr "Videospeler merk ID" + +#: agnoplay-wordpress.php:128 +msgid "Liveplayer brand ID" +msgstr "Livespeler merk ID" + +#: agnoplay-wordpress.php:136 +msgid "Audioplayer brand ID" +msgstr "Audiospeler merk ID" + +#: agnoplay-wordpress.php:160 +msgid "" +"Enter the brand ID of your players, including the equivalent license keys. " +"Please contact Agnoplay for the correct values" +msgstr "" +"Voer het merk ID van uw spelers in, inclusief de bijbehorende " +"licentiesleutels. Neem contact op met Agnoplay voor de correcte waarden" diff --git a/spec/fixtures/dynamic_finders/plugin_version/ajax-search-bar/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/ajax-search-bar/composer_file/package.json new file mode 100644 index 00000000..45853486 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/ajax-search-bar/composer_file/package.json @@ -0,0 +1,18 @@ +{ + "name": "mysearchplugin", + "version": "1.0.0", + "description": "this is search plugin", + "main": "index.js", + "scripts": { + "build": "wp-scripts build", + "start": "wp-scripts start", + "dev": "wp-scripts start", + "devFast": "wp-scripts start", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "@wordpress/scripts": "*" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/allada-tshirt-designer-for-woocommerce/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/allada-tshirt-designer-for-woocommerce/change_log/changelog.txt new file mode 100644 index 00000000..a9575cff --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/allada-tshirt-designer-for-woocommerce/change_log/changelog.txt @@ -0,0 +1,7 @@ +Version 1.1 - February 18, 2022 +-Change Tutorial link +-Fixed Bug related to Team configuration +-Change the tested up + +Version 1.0 - December 30, 2021 + \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/arvancloud-cdn/translation_file/languages/arvancloud-cdn.pot b/spec/fixtures/dynamic_finders/plugin_version/arvancloud-cdn/translation_file/languages/arvancloud-cdn.pot new file mode 100644 index 00000000..4653e902 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/arvancloud-cdn/translation_file/languages/arvancloud-cdn.pot @@ -0,0 +1,230 @@ +# Copyright (C) 2022 Khorshid, ArvanCloud +# This file is distributed under the GPL-3.0+. +msgid "" +msgstr "" +"Project-Id-Version: ArvanCloud CDN 0.0.2\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/temp-git\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: 2022-02-17T17:05:53+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: arvancloud-cdn\n" + +#. Plugin Name of the plugin +#: wp-arvancloud-cdn.php:29 +msgid "ArvanCloud CDN" +msgstr "" + +#. Plugin URI of the plugin +#. Author URI of the plugin +msgid "https://www.arvancloud.com/en/products/cdn" +msgstr "" + +#. Description of the plugin +msgid "ArvanCloud CDN service caches your website content. Using this plugin, you will be able to purge and update the cached version, either manually or automatically, so that your users visit the latest version of your website at any time." +msgstr "" + +#. Author of the plugin +msgid "Khorshid, ArvanCloud" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:113 +msgid "Please Wait" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:114 +msgid "Request sent." +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:115 +msgid "Updated" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:116 +msgid "Update failed" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:142 +#: admin/class-wp-arvancloud-cdn-admin.php:143 +#: admin/partials/wp-arvancloud-cdn-settings-display.php:8 +msgid "CDN General Settings" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:151 +#: admin/partials/wp-arvancloud-cdn-about-us-display.php:2 +msgid "About ArvanCloud" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:152 +msgid "About" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:181 +#: admin/class-wp-arvancloud-cdn-admin.php:184 +msgid "Clear Cache" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:287 +msgid "Active" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:290 +msgid "Pending" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:293 +msgid "Pending DNS changes" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:296 +msgid "Pending CDN" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:299 +msgid "Disable" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:318 +msgid "Basic" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:321 +msgid "Growth" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:324 +msgid "Professional" +msgstr "" + +#: admin/class-wp-arvancloud-cdn-admin.php:327 +msgid "Enterprise" +msgstr "" + +#: admin/inc/class-request-handler.php:47 +msgid "There was a problem. please try again later." +msgstr "" + +#: admin/inc/class-request-handler.php:73 +#: admin/inc/class-request-handler.php:162 +#: admin/inc/class-request-handler.php:268 +msgid "ArvanCloud is not responding right now. please try again later." +msgstr "" + +#: admin/inc/class-request-handler.php:79 +#: admin/inc/class-request-handler.php:170 +#: admin/inc/class-request-handler.php:270 +msgid "ArvanCloud API key is invalid. Please try again." +msgstr "" + +#: admin/inc/class-request-handler.php:87 +msgid "Purging CDN cache request sent successfully" +msgstr "" + +#: admin/inc/class-request-handler.php:195 +#: admin/partials/wp-arvancloud-cdn-settings-display.php:15 +msgid "-- not shown --" +msgstr "" + +#: admin/inc/class-request-handler.php:198 +msgid "Enter your API key" +msgstr "" + +#: admin/inc/class-request-handler.php:217 +msgid "settings saved." +msgstr "" + +#: admin/inc/class-request-handler.php:237 +msgid "Invalid security token sent." +msgstr "" + +#: admin/inc/class-request-handler.php:245 +msgid "Invalid item sent." +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-about-us-display.php:6 +msgid "ArvanCloud, an international cloud services provider in Germany, offers various effective solutions for its customers worldwide. As one of the fastest-growing cloud solutions providers in the market, with an exceptional team, cutting-edge technologies and equipment, ArvancCloud aims to become a leader in the cloud industry.
Equipped with a globally distributed network of more than 40 PoPs, ArvanCloud prides itself on innovative cloud solutions at the best price and highest quality. With ArvanCloud solutions, every customer can enjoy a fast, secure, reliable, and affordable cloud service.
ArvanCloud has always provided the broadest set of services possible, to make a significant difference in the cloud services industry. Currently, its portfolio includes numerous cloud products, such as Cloud CDN, Manage DNS, Cloud Security, Video Streaming, Live Streaming Platform, Cloud Object Storage, and Platform as a service." +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-footer.php:5 +msgid "CDN Plans" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-footer.php:6 +msgid "Support" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-footer.php:7 +msgid "Email Us" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-header.php:6 +msgid "Status: " +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-header.php:33 +msgid "Change API Key" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-header.php:37 +msgid "Back to options" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-header.php:43 +msgid "ArvanCloud panel →" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-options-display.php:18 +msgid "CDN Options" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-options-display.php:27 +msgid "Purge Cache" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-options-display.php:28 +msgid "This will help you to get the full version of the new data from your web server by clearing the cache data from Arvan servers." +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-options-display.php:37 +msgid "Always Online" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-options-display.php:38 +msgid "After activating of this feature, in case of website or webserver time out, the last saved version in arvancloud will be shown to the user. Arvancloud can only show the main page or dynamic pages if it has the permission to cache." +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-options-display.php:47 +msgid "Development Mode" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-options-display.php:48 +msgid "Activating Development Mode will temporarily stop caching so that developers can work easier. Web optimization will also be disabled." +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-options-display.php:57 +msgid "Automatic cleaning" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-options-display.php:58 +msgid "Automatically clear cache when a post or page or custom post type is edited or created or deleted." +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-settings-display.php:10 +msgid "Configure CDN API" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-settings-display.php:18 +msgid "Get API Key" +msgstr "" + +#: admin/partials/wp-arvancloud-cdn-settings-display.php:20 +msgid "Save" +msgstr "" + +#: wp-arvancloud-cdn.php:30 +msgid "wp-arvancloud-cdn" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/atom-featured-image/change_log/CHANGELOG.md b/spec/fixtures/dynamic_finders/plugin_version/atom-featured-image/change_log/CHANGELOG.md new file mode 100644 index 00000000..3b3cd34b --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/atom-featured-image/change_log/CHANGELOG.md @@ -0,0 +1,7 @@ +## Changelog ## + +### 1.0 ### +* Initial Release + +### 1.0.1 ### +* Link to settings page now available in list of installed plugins diff --git a/spec/fixtures/dynamic_finders/plugin_version/auto-category-for-posts/translation_file/languages/auto-category-for-posts.pot b/spec/fixtures/dynamic_finders/plugin_version/auto-category-for-posts/translation_file/languages/auto-category-for-posts.pot new file mode 100644 index 00000000..5866b9db --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/auto-category-for-posts/translation_file/languages/auto-category-for-posts.pot @@ -0,0 +1,53 @@ +# Copyright (C) 2022 Thomas Zwirner +# This file is distributed under the GPL-2.0-or-later. +msgid "" +msgstr "" +"Project-Id-Version: Auto Category for Posts 1.0.2\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/auto-category-for-posts\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: 2022-02-09T15:01:42+01:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.6.0\n" +"X-Domain: auto-category-for-posts\n" + +#. Plugin Name of the plugin +msgid "Auto Category for Posts" +msgstr "" + +#. Description of the plugin +msgid "Automatically add a default-category to each new post before it is first saved." +msgstr "" + +#. Author of the plugin +msgid "Thomas Zwirner" +msgstr "" + +#. Author URI of the plugin +msgid "https://www.thomaszwirner.de" +msgstr "" + +#: auto-category-for-posts.php:97 +#: admin/js.js:24 +msgid "Set as default" +msgstr "" + +#: auto-category-for-posts.php:100 +#: admin/js.js:26 +msgid "Default category" +msgstr "" + +#: auto-category-for-posts.php:153 +msgid "Error on saving new settings for default category." +msgstr "" + +#: auto-category-for-posts.php:184 +msgid "Given category does not exists." +msgstr "" + +#: auto-category-for-posts.php:188 +msgid "No new category-id given." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/automatic-image-uploader/translation_file/languages/aiu.pot b/spec/fixtures/dynamic_finders/plugin_version/automatic-image-uploader/translation_file/languages/aiu.pot new file mode 100644 index 00000000..f797f7a2 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/automatic-image-uploader/translation_file/languages/aiu.pot @@ -0,0 +1,43 @@ +# Copyright (c) $(date +'%Y') Automatic Image Uploader. +msgid "" +msgstr "" +"Project-Id-Version: Automatic Image Uploader 1.2.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/automatic-image-uploader\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: 2022-02-21T05:53:35+01:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: aiu\n" + +#. Plugin Name of the plugin +msgid "Automatic Image Uploader" +msgstr "" + +#. Plugin URI of the plugin +#. Author URI of the plugin +msgid "http://www.iranimij.com" +msgstr "" + +#. Description of the plugin +msgid "Upload your images automatically." +msgstr "" + +#. Author of the plugin +msgid "Iman Heydari" +msgstr "" + +#: automatic-image-uploader.php:263 +msgid "Automatic image uploader" +msgstr "" + +#: automatic-image-uploader.php:264 +msgid "AIU" +msgstr "" + +#: includes/class.php:101 +msgid "The data has been saved." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/bertha-ai-free/change_log/CHANGELOG.txt b/spec/fixtures/dynamic_finders/plugin_version/bertha-ai-free/change_log/CHANGELOG.txt new file mode 100644 index 00000000..f6380507 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/bertha-ai-free/change_log/CHANGELOG.txt @@ -0,0 +1,156 @@ + Changelog + +V1.8.3 + - Added Tutorial Videos for All Templates to help you use Bertha so much better. An Inbuilt Academy is now on every template. + - Added Avoid Duplication Setting for Ideas. Bertha now learns much quicker as to what you require. + - Improved UI - We made Bertha prettier and easier to navigate. + - Fixed Empty Ideas. Bertha thinks harder now before producing content. + - Fixed Long Form Notice. The notice was appearing out of context. + - Fixed Template Redirection Issue. Sometimes a user was running out of words and being sent to the wrong upgrade page. This has now been fixed. + +V1.8.2 + - Added Lazy Load Effect for History, Favourite and Draft Tabs + - Added Redo Button to Long Form Content + - Updated Security + - Improved UI + - Fixed Divi Tinymce Double Icon Issue + - Fixed Gutenberg Title Block + +V1.8.1 + - Fixed Minor Bugs + +V1.8.0 +- Improved UI +- Added Report +- Added Word Limit for Specific Site +- Fixed Bertha Icon Click Issue +- Fixed Search Icon in Long Form +- Changed Descriptions for templates and Categories +- Added Header to all Bertha Pages +- Fixed Category button conflict with Atarim +- Fixed Empty Long Form Content +- Fixed Minor Bugs + + +V1.7.1 +- Improved UI +- Fixed Bertha Icons for Elementor and Visual Composer +- Fixed Notice if Cursor is not in focus in any input field while clicking Idea for Divi, Elementor and Visual Composer +- Fixed Paragrapg Generator Taxonomies and History Filter + +V1.7.0 +- Added Compatibility with Atarim +- Added Frontend Bertha +- Updated Icons UI +- Fixed Minor Bugs + +V1.6.0 +- Improved UI +- Improved long form content +- Fixed Compatibility issue with Divi Latest Version +- Fixed Compatibility issue with Yoast SEO +- Added Bertha Icons on Every Admin Page +- Modified Edit Draft Flow +- Added Template Sorting Categories +- Changed Blurb Generator Name +- Added Trash +- Added AIDA Marketing Framework Template +- Added SEO City Based Pages Template +- Added Business or Product Name Template +- Added Before, After and Bridge Template +- Added PAS Framework Template +- Added FAQs List Template +- Added FAQ Answers Template +- Added Content Summary Template +- Added Contact Form Blurb Template +- Added SEO Keyword Suggestions Template +- Added Evil Bertha Template + +V1.5.0 +- Added Bertha Long Form Content +- Fixed Launch Bertha Notice Text +- Fixed Minor Bugs +- Added new Icon styling and Improved UI + +V1.4.0 +- Added Bertha Everywhere +- Added Seo Title Tag Template +- Added Seo Description Tag Template +- Added Additional Title Type for Section Title Generator Template + +V1.3.0 +- Added Copy & Favourites +- Fixed License Activation Flow +- Fixed Idea CPT Visibility from SEO Plugins +- Added Notice if Cursor is not in focus in any input field while clicking Idea + +V1.2.0 +- Updated Full-on About Us Page Template +- Added Company Mission & Vision Template + +V1.1.2 +- Modified compatibility issue with Visual Composer +- Fixed structural bugs + +V1.1.1 +- Fixed Idea CPT Visibility Issue +- Fixed License Redirection Modal Issue +- Fixed Exclude Idea CPT from Search +- Fixed Backslash Issue with Idea Generation +- Fixed Divi Compatibility Issue + +V1.1.0 +- Fixed Empty Idea Generation +- Fixed bootstrap compatibility issues + +V1.0.9 +- Fixed bootstrap compatibility issues + +V1.0.8 + - Added partial compatibility with Thrive Architect + - Added Monthly Reset Token + - Fixed Zapier Email event for 95% word Limit + - Fixed compatibility with Beaver Builder + - Fixed Redirection Flow after License Activation + - Minor Bug Fixes + +V1.0.7 + - Fixed Tooltips + - Added partial compatibility with Beaver Builder + - Added partial compatibility with Visual Composer + - Added partial compatibility with Oxygen Builder + - Minor Bug Fixes + + + V1.0.6 + - Fixed Premium Tag Flow + - Fixed Live Search Filter Flow + - Added Placeholder for Live Search Filter + - Added Character Limit for All Bertha AI Inputs + - Fixed Descriptions hide issue while Back Flow + - Modified Redirection Flow After Onboarding Process + - Added Zapier Email Event for 1% and 95% Word Limit + - Fixed Visibility of Upgrade Now button in General Setting + - Changed Join The Facebook Community Button Link + - Changed Become Bertha's Partner Button Link + - Changed Post a Review Button Link + - Added Latest Vesion in License Page + - Fixed Bertha AI Menu Blank Redirection + - Fixed Word Limit Restriction for templates + - Fixed Buy Url for Limit Exceed + - Added Redirect Url to Ran Out of Words Page for Limit Exceeded Templates + - Added Notification for Empty History Filter Result + - Fixed Suggest a Template Hide from Live Search + + + V1.0.5 + - Added Template Access for Free & Pro Version Respectively + - Added Live Search Filter for template Selection + - Fixed Empty Ideas + - Fixed Syntax Errors + - Added Class to Upgrade Button + - Changed Upgrade button Link + - Added Notice for Empty History Tab + - Added Premium Tag for Premium Templates + - Changed Premium Templates Notice for Free Version + diff --git a/spec/fixtures/dynamic_finders/plugin_version/blaze-checkout/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/blaze-checkout/composer_file/package.json new file mode 100644 index 00000000..6fb22251 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/blaze-checkout/composer_file/package.json @@ -0,0 +1,12 @@ +{ + "name": "blaze-woocommerce-plugin", + "version": "1.0.0", + "main": "index.js", + "repository": "git@github.com:Bureau-Inc/blaze-woocommerce-plugin", + "author": "Blaze ", + "license": "MIT", + "devDependencies": { + "@prettier/plugin-php": "^0.17.6", + "prettier": "^2.5.1" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/block-editor-gallery-slider/translation_file/lang/block-editor-gallery-slider.pot b/spec/fixtures/dynamic_finders/plugin_version/block-editor-gallery-slider/translation_file/lang/block-editor-gallery-slider.pot new file mode 100644 index 00000000..590d016e --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/block-editor-gallery-slider/translation_file/lang/block-editor-gallery-slider.pot @@ -0,0 +1,14 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Block Editor Gallery Slider 1.0\n" +"Report-Msgid-Bugs-To: hello@krasenslavov.com \n" +"Last-Translator: Krasen Slavov \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2022-02-14 10:44+0000\n" +"X-Generator: Loco https://localise.biz/" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/block-editor-navigator/translation_file/lang/block-editor-navigator.pot b/spec/fixtures/dynamic_finders/plugin_version/block-editor-navigator/translation_file/lang/block-editor-navigator.pot new file mode 100644 index 00000000..32404759 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/block-editor-navigator/translation_file/lang/block-editor-navigator.pot @@ -0,0 +1,14 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Block Editor Navigator 1.0\n" +"Report-Msgid-Bugs-To: hello@krasenslavov.com \n" +"Last-Translator: Krasen Slavov \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2022-02-14 10:44+0000\n" +"X-Generator: Loco https://localise.biz/" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/block-editor-search-replace/translation_file/lang/block-editor-search-replace.pot b/spec/fixtures/dynamic_finders/plugin_version/block-editor-search-replace/translation_file/lang/block-editor-search-replace.pot new file mode 100644 index 00000000..077f97ed --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/block-editor-search-replace/translation_file/lang/block-editor-search-replace.pot @@ -0,0 +1,14 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Block Search and Replace 1.0\n" +"Report-Msgid-Bugs-To: hello@krasenslavov.com \n" +"Last-Translator: Krasen Slavov \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2022-02-14 10:44+0000\n" +"X-Generator: Loco https://localise.biz/" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/block-xray-attributes/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/block-xray-attributes/composer_file/package.json new file mode 100644 index 00000000..a81fd3db --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/block-xray-attributes/composer_file/package.json @@ -0,0 +1,16 @@ +{ + "name": "block-xray-attributes", + "version": "1.1.1", + "description": "Shows the attributes of the current Gutenberg block in the Document sidebar.", + "main": "build/index.js", + "scripts": { + "build": "wp-scripts build", + "dev": "wp-scripts start", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Sal Ferrarello", + "license": "GPL-2.0-or-later", + "devDependencies": { + "@wordpress/scripts": "^20.0.1" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/bp-search-block/translation_file/languages/bp-search-block-fr_FR.po b/spec/fixtures/dynamic_finders/plugin_version/bp-search-block/translation_file/languages/bp-search-block-fr_FR.po new file mode 100644 index 00000000..20fac7ac --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/bp-search-block/translation_file/languages/bp-search-block-fr_FR.po @@ -0,0 +1,60 @@ +msgid "" +msgstr "" +"Project-Id-Version: BP Search Block 1.0.0\n" +"Report-Msgid-Bugs-To: https://github.com/buddypress/bp-blocks/issues\n" +"Last-Translator: imath \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2021-12-30T15:46:43+00:00\n" +"PO-Revision-Date: 2021-12-30 16:49+0100\n" +"Language: fr\n" +"X-Generator: Poedit 2.3.1\n" +"X-Domain: bp-search-block\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Plugin Name of the plugin +msgid "BP Search Block" +msgstr "BP Search Block" + +#. Plugin URI of the plugin +msgid "https://github.com/buddypress/bp-blocks" +msgstr "https://github.com/buddypress/bp-blocks" + +#. Description of the plugin +msgid "Help the visitors or members of your BuddyPress powered community site to find the posts, the sites, the activities, the members or the groups they are looking for." +msgstr "Aidez les visiteur·se·s ou membres de votre site communautaire motorisé par BuddyPress à trouver les articles, les sites, les activités, les membres ou les groupes qu’ils·elles recherchent." + +#. Author of the plugin +msgid "The BuddyPress Community" +msgstr "La communauté BuddyPress" + +#. Author URI of the plugin +msgid "https://buddypress.org" +msgstr "https://buddypress.org" + +#: block.json +msgctxt "block title" +msgid "Community Search" +msgstr "Recherche communautaire" + +#: block.json +msgctxt "block description" +msgid "A Block to search for posts, sites, activities, members or groups from any post, page or widget of your BuddyPress powered community site!" +msgstr "Un bloc pour rechercher des articles, des sites, des activités, des membres ou des groupes depuis n’importe quel article, page ou widget de votre site communautaire motorisé par BuddyPress !" + +#: block.json +msgctxt "block keyword" +msgid "BuddyPress" +msgstr "BuddyPress" + +#: block.json +msgctxt "block keyword" +msgid "search" +msgstr "recherche" + +#: block.json +msgctxt "block keyword" +msgid "community" +msgstr "communauté" diff --git a/spec/fixtures/dynamic_finders/plugin_version/bps-splide-slider-block/translation_file/languages/bps-slider-block.pot b/spec/fixtures/dynamic_finders/plugin_version/bps-splide-slider-block/translation_file/languages/bps-slider-block.pot new file mode 100644 index 00000000..c469c02a --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/bps-splide-slider-block/translation_file/languages/bps-slider-block.pot @@ -0,0 +1,136 @@ +# Copyright (C) 2022 BPS +# This file is distributed under the same license as the BPS Slider Block Using Splide plugin. +msgid "" +msgstr "" +"Project-Id-Version: BPS Slider Block Using Splide 1.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bps-splide-slider-block\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: 2022-02-24T13:41:53+01:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: bps-slider-block\n" + +#. Plugin Name of the plugin +msgid "BPS Slider Block Using Splide" +msgstr "" + +#. Description of the plugin +msgid "Custom block for Splide slider with customizable parameters" +msgstr "" + +#. Author of the plugin +msgid "BPS" +msgstr "" + +#: index.php:96 +#: index.php:299 +msgid "Settings" +msgstr "" + +#: index.php:104 +msgid "Image width in px" +msgstr "" + +#: index.php:107 +msgid "Image height in px" +msgstr "" + +#: index.php:110 +msgid "Type" +msgstr "" + +#: index.php:113 +msgid "Rewind" +msgstr "" + +#: index.php:116 +#: index.php:131 +msgid "Height ratio" +msgstr "" + +#: index.php:119 +#: index.php:134 +msgid "Gap in px" +msgstr "" + +#: index.php:122 +#: index.php:137 +msgid "Padding in %" +msgstr "" + +#: index.php:126 +msgid "Optional breakpoint settings" +msgstr "" + +#: index.php:128 +msgid "Breakpoint in px" +msgstr "" + +#: index.php:178 +msgid "Don't forget to regenerate thumbnails to apply the width change to existing images" +msgstr "" + +#: index.php:182 +msgid "Image width value must be a number between 100 and 1000" +msgstr "" + +#: index.php:190 +msgid "Don't forget to regenerate thumbnails to apply the height change to existing images" +msgstr "" + +#: index.php:194 +msgid "Image height value must be a number between 100 and 1000" +msgstr "" + +#: index.php:201 +msgid "Invalid type value" +msgstr "" + +#: index.php:218 +msgid "Height ratio value must be a number between 0 and 1" +msgstr "" + +#: index.php:227 +#: index.php:281 +msgid "Gap value must be a number between 0 and 100" +msgstr "" + +#: index.php:236 +msgid "Padding value must be a number between 0 and 30" +msgstr "" + +#: index.php:263 +msgid "Breakpoint value must be a number between 100 and 1500 or leave the field empty if you don't want a breakpoint" +msgstr "" + +#: index.php:272 +msgid "Breakpoint height ratio value must be a number between 0 and 1" +msgstr "" + +#: index.php:290 +msgid "Breakpoint padding value must be a number between 0 and 30" +msgstr "" + +#: build/block.js:3494 +msgid "slider" +msgstr "" + +#: build/block.js:3537 +msgid "Select image" +msgstr "" + +#: build/block.js:3545 +msgid "Remove image" +msgstr "" + +#: build/block.js:3563 +msgid "Slider images" +msgstr "" + +#: build/block.js:3577 +msgid "Add image" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/classic-widgets-with-block-based-widgets/translation_file/languages/classic-and-block-widgets.pot b/spec/fixtures/dynamic_finders/plugin_version/classic-widgets-with-block-based-widgets/translation_file/languages/classic-and-block-widgets.pot new file mode 100644 index 00000000..a4c83d98 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/classic-widgets-with-block-based-widgets/translation_file/languages/classic-and-block-widgets.pot @@ -0,0 +1,47 @@ +# Copyright (C) 2022 5um17 +# This file is distributed under the same license as the Classic Widgets with Block-based Widgets package. +msgid "" +msgstr "" +"Project-Id-Version: Classic Widgets with Block-based Widgets 1.0\n" +"Report-Msgid-Bugs-To: " +"https://wordpress.org/support/plugin/classic-and-block-widgets\n" +"POT-Creation-Date: 2022-02-23 20:46:12+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"X-Generator: grunt-wp-i18n 1.0.3\n" + +#: build/classic-and-block-widgets.php:40 +#: build/classic-and-block-widgets.php:81 classic-and-block-widgets.php:40 +#: classic-and-block-widgets.php:81 +msgid "Classic Widgets" +msgstr "" + +#: build/classic-and-block-widgets.php:66 classic-and-block-widgets.php:66 +msgid "More Plugins" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Classic Widgets with Block-based Widgets" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://www.secretsofgeeks.com/" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Restore the classic widgets screen as a new menu item without replacing new " +"block-based widgets." +msgstr "" + +#. Author of the plugin/theme +msgid "5um17" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://www.secretsofgeeks.com" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/cooking-recipe-block/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/cooking-recipe-block/composer_file/package.json new file mode 100644 index 00000000..8ad46d96 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/cooking-recipe-block/composer_file/package.json @@ -0,0 +1,26 @@ +{ + "name": "gutenberg-receipe-block", + "version": "1.0.0", + "description": "A learning plugin for gutenberg", + "main": "index.js", + "scripts": { + "start": "wp-scripts start", + "build": "wp-scripts build" + }, + "author": "Rajan Panchal", + "license": "Creole", + "devDependencies": { + "@wordpress/scripts": "^19.2.1" + }, + "dependencies": { + "@wordpress/block-editor": "^8.0.3", + "@wordpress/blocks": "^11.1.4", + "@wordpress/components": "^19.0.3", + "@wordpress/create-block": "^2.7.0", + "@wordpress/i18n": "^4.2.4", + "@wordpress/icons": "^6.1.1", + "classnames": "^2.3.1", + "react-slick": "^0.28.1", + "save": "^2.4.0" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/custom-help/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/custom-help/change_log/changelog.txt new file mode 100644 index 00000000..8b3aeb27 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/custom-help/change_log/changelog.txt @@ -0,0 +1,4 @@ +== Changelog == + += 1.0.0 = +* Initial release. diff --git a/spec/fixtures/dynamic_finders/plugin_version/dark-mode-toggle/translation_file/languages/dark-mode-toggle.pot b/spec/fixtures/dynamic_finders/plugin_version/dark-mode-toggle/translation_file/languages/dark-mode-toggle.pot new file mode 100644 index 00000000..4b3121ed --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/dark-mode-toggle/translation_file/languages/dark-mode-toggle.pot @@ -0,0 +1,346 @@ +# Copyright (C) 2022 ScriptsTown +# This file is distributed under the same license as the Dark Mode Toggle plugin. +msgid "" +msgstr "" +"Project-Id-Version: Dark Mode Toggle 1.0.2\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/dark-mode-toggle\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: 2022-02-25T06:47:11+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: dark-mode-toggle\n" + +#. Plugin Name of the plugin +#: inc/settings/index.php:16 +msgid "Dark Mode Toggle" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://scriptstown.com/wordpress-plugins/dark-mode-toggle/" +msgstr "" + +#. Description of the plugin +msgid "Bring dark mode toggle switch to your WordPress website. A simple switch to turn on and off the dark mode. Fast and easy to use." +msgstr "" + +#. Author of the plugin +msgid "ScriptsTown" +msgstr "" + +#. Author URI of the plugin +msgid "https://scriptstown.com/" +msgstr "" + +#: core/Admin/Menu.php:51 +msgctxt "Page title" +msgid "Dark Mode Toggle" +msgstr "" + +#: core/Admin/Menu.php:52 +msgctxt "Menu title" +msgid "Dark Mode" +msgstr "" + +#: core/Admin/Menu.php:104 +msgid "Settings" +msgstr "" + +#: core/Admin/Menu.php:107 +msgid "Get Premium" +msgstr "" + +#. translators: %s: Settings page link. +#: core/Admin/Menu.php:126 +msgid "To get started with Dark Mode Toggle, visit our settings page." +msgstr "" + +#: core/Admin/Menu.php:140 +msgid "Dark Mode Toggle Settings" +msgstr "" + +#: core/Admin/Settings.php:75 +#: core/Admin/Settings.php:115 +msgid "Settings saved successfully!" +msgstr "" + +#: core/Admin/Settings.php:134 +msgid "Dismiss feedback alert." +msgstr "" + +#: core/Admin/Settings.php:164 +msgid "Settings reset successfully!" +msgstr "" + +#: core/Utility.php:140 +msgid "Toggle dark mode" +msgstr "" + +#: inc/pro.php:13 +msgid "Upgrade to Dark Mode Toggle Pro" +msgstr "" + +#: inc/pro.php:16 +msgid "Upgrade to Pro Version" +msgstr "" + +#: inc/pro.php:17 +msgid "Buy Now" +msgstr "" + +#: inc/pro.php:18 +msgid "More Detail" +msgstr "" + +#: inc/settings/advanced.php:25 +msgid "Transition time:" +msgstr "" + +#: inc/settings/advanced.php:27 +msgid "Example: 0.5" +msgstr "" + +#: inc/settings/advanced.php:28 +msgid "seconds" +msgstr "" + +#: inc/settings/advanced.php:31 +msgid "Set transition time in seconds." +msgstr "" + +#. translators: %s: Transition time +#: inc/settings/advanced.php:32 +msgctxt "Transition time" +msgid "Default: %s" +msgstr "" + +#: inc/settings/advanced.php:38 +msgid "Hide Toggle Button on Mobile" +msgstr "" + +#: inc/settings/advanced.php:42 +msgid "Whether to hide toggle button on small-screen mobile devices." +msgstr "" + +#: inc/settings/advanced.php:48 +msgid "Allow CSS Overrides on Front Pages" +msgstr "" + +#: inc/settings/advanced.php:52 +msgid "For advanced users only. A CSS class \"darkmode--activated\" is added to the tag. If you check this option, then you will have to manually override some styles using CSS rules based on your theme." +msgstr "" + +#: inc/settings/advanced.php:55 +msgid "For example:
.darkmode--activated p, .darkmode--activated li { color: #000; } .darkmode--activated .logo { mix-blend-mode: difference; }
" +msgstr "" + +#: inc/settings/advanced.php:63 +msgid "Also, you can apply the class \"darkmode-ignore\" to any HTML tag where you don't want to apply darkmode." +msgstr "" + +#: inc/settings/advanced.php:77 +#: inc/settings/front.php:196 +msgid "Save Settings" +msgstr "" + +#: inc/settings/front.php:26 +msgid "Enable Toggle Button on Front" +msgstr "" + +#: inc/settings/front.php:35 +msgid "Position for Toggle Button:" +msgstr "" + +#: inc/settings/front.php:41 +msgid "Bottom - Left" +msgstr "" + +#: inc/settings/front.php:50 +msgid "Bottom - Right" +msgstr "" + +#: inc/settings/front.php:59 +msgid "Top - Left" +msgstr "" + +#: inc/settings/front.php:68 +msgid "Top - Right" +msgstr "" + +#: inc/settings/front.php:76 +msgid "Default: Bottom - Left" +msgstr "" + +#: inc/settings/front.php:77 +msgid "Select position for toggle button." +msgstr "" + +#: inc/settings/front.php:82 +msgid "Position from Bottom:" +msgstr "" + +#: inc/settings/front.php:84 +#: inc/settings/front.php:96 +#: inc/settings/front.php:108 +#: inc/settings/front.php:120 +msgid "Example: 32" +msgstr "" + +#: inc/settings/front.php:85 +#: inc/settings/front.php:97 +#: inc/settings/front.php:109 +#: inc/settings/front.php:121 +#: inc/settings/front.php:152 +#: inc/settings/front.php:164 +#: inc/settings/front.php:176 +msgid "pixels" +msgstr "" + +#: inc/settings/front.php:88 +msgid "Set position from bottom in pixels." +msgstr "" + +#. translators: %s: Position from Bottom +#: inc/settings/front.php:89 +msgctxt "Position from Bottom" +msgid "Default: %s" +msgstr "" + +#: inc/settings/front.php:94 +msgid "Position from Top:" +msgstr "" + +#: inc/settings/front.php:100 +msgid "Set position from top in pixels." +msgstr "" + +#. translators: %s: Position from Top +#: inc/settings/front.php:101 +msgctxt "Position from Top" +msgid "Default: %s" +msgstr "" + +#: inc/settings/front.php:106 +msgid "Position from Left:" +msgstr "" + +#: inc/settings/front.php:112 +msgid "Set position from left in pixels." +msgstr "" + +#. translators: %s: Position from Left +#: inc/settings/front.php:113 +msgctxt "Position from Left" +msgid "Default: %s" +msgstr "" + +#: inc/settings/front.php:118 +msgid "Position from Right:" +msgstr "" + +#: inc/settings/front.php:124 +msgid "Set position from right in pixels." +msgstr "" + +#. translators: %s: Position from Right +#: inc/settings/front.php:125 +msgctxt "Position from Right" +msgid "Default: %s" +msgstr "" + +#: inc/settings/front.php:140 +msgid "Enqueue Scripts in the Head" +msgstr "" + +#: inc/settings/front.php:144 +msgid "This is performance related option. Whether to enqueue scripts in the tag instead of before tag." +msgstr "" + +#: inc/settings/front.php:149 +msgid "Width for Toggle Button:" +msgstr "" + +#: inc/settings/front.php:151 +#: inc/settings/front.php:163 +#: inc/settings/front.php:175 +msgid "Example: 48" +msgstr "" + +#: inc/settings/front.php:155 +msgid "Set width for toggle button in pixels." +msgstr "" + +#. translators: %s: Width for Toggle Button +#: inc/settings/front.php:156 +msgctxt "Width for Toggle Button" +msgid "Default: %s" +msgstr "" + +#: inc/settings/front.php:161 +msgid "Height for Toggle Button:" +msgstr "" + +#: inc/settings/front.php:167 +msgid "Set height for toggle button in pixels." +msgstr "" + +#. translators: %s: Height for Toggle Button +#: inc/settings/front.php:168 +msgctxt "Height for Toggle Button" +msgid "Default: %s" +msgstr "" + +#: inc/settings/front.php:173 +msgid "Border Radius for Toggle Button:" +msgstr "" + +#: inc/settings/front.php:179 +msgid "Set border radius for toggle button in pixels." +msgstr "" + +#. translators: %s: Border Radius for Toggle Button +#: inc/settings/front.php:180 +msgctxt "Border Radius for Toggle Button" +msgid "Default: %s" +msgstr "" + +#: inc/settings/index.php:22 +msgid "Front Settings" +msgstr "" + +#: inc/settings/index.php:23 +msgid "Advanced Settings" +msgstr "" + +#: inc/settings/index.php:24 +#: inc/settings/reset.php:37 +#: inc/settings/reset.php:63 +msgid "Reset Settings" +msgstr "" + +#: inc/settings/reset.php:23 +msgid "Reset the plugin settings to the default state." +msgstr "" + +#: inc/settings/reset.php:45 +msgid "Reload to view default state." +msgstr "" + +#: inc/settings/reset.php:49 +msgid "Reload" +msgstr "" + +#: inc/settings/reset.php:59 +msgid "Confirm Reset" +msgstr "" + +#: inc/settings/reset.php:60 +msgid "Are you sure to reset the plugin settings to the default state?" +msgstr "" + +#: inc/settings/reset.php:62 +msgid "Cancel" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/display-a-meta-field-as-block/translation_file/languages/mfb.pot b/spec/fixtures/dynamic_finders/plugin_version/display-a-meta-field-as-block/translation_file/languages/mfb.pot new file mode 100644 index 00000000..9e51c723 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/display-a-meta-field-as-block/translation_file/languages/mfb.pot @@ -0,0 +1,139 @@ +# Copyright (C) 2022 Phi Phan +# This file is distributed under the GPL-2.0-or-later. +msgid "" +msgstr "" +"Project-Id-Version: Meta Field Block 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/meta-field-block\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: 2022-02-22T02:07:53+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: mfb\n" + +#. Plugin Name of the plugin +msgid "Meta Field Block" +msgstr "" + +#. Description of the plugin +msgid "Display a meta field as a block on frontend, support ACF fields." +msgstr "" + +#. Author of the plugin +msgid "Phi Phan" +msgstr "" + +#. Author URI of the plugin +msgid "https://boldblocks.net" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:110 +msgid "Default 'meta'" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:112 +msgid "ACF - Advanced Custom Fields" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:115 +msgid "Custom field" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:120 +msgid "Please input \"Field Name\"" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:154 +#: src/edit.js:163 +#: src/edit.js:172 +msgid "Fields are registered with " +msgstr "" + +#: build/index.js:1 +#: src/edit.js:158 +msgid " and 'show_in_rest' setting is enable." +msgstr "" + +#: build/index.js:1 +#: src/edit.js:167 +msgid " and 'Show in REST API' setting is ON." +msgstr "" + +#: build/index.js:1 +#: src/edit.js:176 +msgid "The 'rest field' and the 'custom field' should be the same name. Or adding a filter for the hook `apply_filters( 'meta_field_block_get_block_content', $content, $attributes, $block )` to get value for front end." +msgstr "" + +#: build/index.js:1 +#: src/edit.js:185 +msgid "Input the meta field name." +msgstr "" + +#: build/index.js:1 +#: src/edit.js:190 +#: src/edit.js:200 +msgid "Suggest values: " +msgstr "" + +#: build/index.js:1 +#: src/edit.js:221 +msgid "Meta field settings" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:223 +msgid "Field type" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:229 +msgid "Choose a meta type" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:234 +msgid "Field name" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:240 +msgid "Prefix" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:243 +msgid "Display before the field value." +msgstr "" + +#: build/index.js:1 +#: src/edit.js:246 +msgid "Suffix" +msgstr "" + +#: build/index.js:1 +#: src/edit.js:249 +msgid "Display after the field value." +msgstr "" + +#: build/index.js:1 +#: src/edit.js:255 +msgid "HTML element" +msgstr "" + +#: block.json +msgctxt "block title" +msgid "Meta Field Block" +msgstr "" + +#: block.json +msgctxt "block description" +msgid "Display a meta field as a block on frontend, supporting ACF fields." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/driveworks-block-form-embed/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/driveworks-block-form-embed/composer_file/package.json new file mode 100644 index 00000000..8be5a8a8 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/driveworks-block-form-embed/composer_file/package.json @@ -0,0 +1,39 @@ +{ + "name": "driveworks-block-form-embed", + "version": "1.0.0", + "description": "Use Gutenberg blocks to quickly embed DriveWorks content e.g. Projects and DriveApps.", + "author": "DriveWorks Ltd", + "license": "GPL-2.0-or-later", + "keywords": [ + "WordPress", + "DriveWorks", + "DriveWorks Live", + "Embed", + "DriveApp", + "Project", + "Form", + "Block", + "Gutenberg", + "Integration Theme", + "Integration" + ], + "homepage": "https://www.driveworks.co.uk/", + "main": "build/index.js", + "dependencies": { + "@wordpress/block-editor": "^7.0.3", + "@wordpress/blocks": "^11.1.1", + "@wordpress/i18n": "^4.2.3" + }, + "devDependencies": { + "@wordpress/scripts": "^18.1.0", + "lodash": "^4.17.21" + }, + "scripts": { + "build": "wp-scripts build", + "format": "wp-scripts format", + "lint:css": "wp-scripts lint-style", + "lint:js": "wp-scripts lint-js", + "start": "wp-scripts start", + "packages-update": "wp-scripts packages-update" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/eazyfilter-for-woocommerce/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/eazyfilter-for-woocommerce/change_log/changelog.txt new file mode 100644 index 00000000..07537f8e --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/eazyfilter-for-woocommerce/change_log/changelog.txt @@ -0,0 +1,37 @@ += 1.0.5 = + +- New: Elementor widget compatible with WPML +- Tweak: Newly created filter on elementor editor will be selected automatically on filter choose dropdown +- Tweak: Add loader animation on setup wizard on load +- Tweak: Add animation on the grid after clicking filter to get filtered product +- Tweak: Warning message for required field on filter create form +- Tweak: Warning for unsaved state on filter create form +- Fix: Product counter fixed +- Fix: Customized term initial load fixed on editing filter + += 1.0.4 = + +- Improve UI/ UX +- Quick view fix on product grid +- Pagination default style and style control added on product grid +- Automacally filter type choose based on widget +- Product count added on filter +- Color name enable for color control + += 1.0.3 = + +- Improve UI/ UX + += 1.0.2 = + +- Improve UI/ UX +- Improve product grid widget +- Include uncheck all filter by one click + += 1.0.1 = + +- Optimized and improved code base + += 1.0.0 = + +- Initial release diff --git a/spec/fixtures/dynamic_finders/plugin_version/enqueueror/change_log/CHANGELOG.md b/spec/fixtures/dynamic_finders/plugin_version/enqueueror/change_log/CHANGELOG.md new file mode 100644 index 00000000..c9be5b71 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/enqueueror/change_log/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 1.1.1 - January 19, 2022 + +### Fixed +- Handling of multiple dependencies. + +## 1.1.0 - January 15, 2022 + +### Added +- Introduced support for header in assets. +- Introduced support for asset dependencies. + +### Fixed +- Asset order rules not always respected. +- Error if WPML is activated but not set up. + +## 1.0.0 - January 9, 2022 +First release. \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/free-product-sample/translation_file/languages/free-product-sample.pot b/spec/fixtures/dynamic_finders/plugin_version/free-product-sample/translation_file/languages/free-product-sample.pot new file mode 100644 index 00000000..cf197fb7 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/free-product-sample/translation_file/languages/free-product-sample.pot @@ -0,0 +1,936 @@ +# Copyright (C) 2022 theDotstore +# This file is distributed under the same license as the Product Sample for WooCommerce package. +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Advanced Product Sample for WooCommerce 1.0.0\n" +"Report-Msgid-Bugs-To: https://www.multidots.com/contact/\n" +"POT-Creation-Date: 2022-02-08 17:06+0530\n" +"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n" +"Last-Translator: Sagar Jariwala \n" +"Language-Team: Sagar Jariwala \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-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-Textdomain-Support: yes\n" +"X-Generator: Poedit 3.0.1\n" +"X-Poedit-SearchPath-0: .\n" + +#: admin/class-free-product-sample-for-woocommer-admin.php:120 +msgid "DotStore Plugins" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:133 +msgid "Product Sample for WooCommerce Pro" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:145 +#: admin/class-free-product-sample-for-woocommer-admin.php:158 +#: free-product-sample.php:185 +msgid "Product Sample for WooCommerce" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:170 +#: admin/partials/dsfps-get-started-page.php:15 +#: admin/partials/header/plugin-header.php:112 +msgid "Getting Started" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:181 +#: admin/partials/dsfps-information-page.php:25 +#: admin/partials/header/plugin-header.php:113 +msgid "Quick info" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:244 +#, php-format +msgid "" +"If you like Product Sample for WooCommerce plugin, please leave " +"us ★★★★★ ratings on DotStore." +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:335 +#: admin/class-free-product-sample-for-woocommer-admin.php:341 +#: admin/class-free-product-sample-for-woocommer-admin.php:361 +#: admin/class-free-product-sample-for-woocommer-admin.php:367 +#: admin/class-free-product-sample-for-woocommer-admin.php:373 +msgid "Sample Product" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:395 +#: admin/partials/dsfps-admin-settings-page.php:442 +#: admin/partials/dsfps-admin-settings-page.php:477 +#: admin/partials/dsfps-admin-settings-page.php:481 +#: admin/partials/dsfps-admin-settings-page.php:486 +msgid "0.00" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:396 +msgid "Sample Price (" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:397 +msgid "The price of sample product for this product in currency format." +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:406 +msgid "Manage Stock?" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:413 +msgid "Stock quantity" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:415 +msgid "Manage the sample products stock quantity." +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:428 +msgid "Weight" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:431 +msgid "Weight in decimal form" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:444 +msgid "Length" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:445 +msgid "Width" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:446 +msgid "Height" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:448 +msgid "LxWxH in decimal form" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:458 +#: admin/partials/dsfps-admin-settings-page.php:728 +msgid "No shipping class" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:467 +msgid "Shipping class" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:469 +msgid "" +"Shipping classes are used by certain shipping methods to group similar products." +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:479 +#: admin/partials/dsfps-admin-settings-page.php:800 +msgid "Standard" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:488 +msgid "None" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:497 +msgid "Tax class" +msgstr "" + +#: admin/class-free-product-sample-for-woocommer-admin.php:500 +msgid "" +"Choose a tax class for this product. Tax classes are used to apply different tax " +"rates specific to certain types of product." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:40 +msgid "Sample product settings saved succesfully" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:43 +msgid "" +"Category wise feature is only available on Premium version. Please upgrade to " +"use it." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:44 +msgid "" +"Percentage price feature is only available on Premium version. Please upgrade to " +"use it." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:48 +msgid "Basic Configuration" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:54 +#: admin/partials/dsfps-admin-settings-page.php:852 +msgid "Save Changes" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:62 +msgid "Enable/Disable" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:73 +msgid "Enable this option to configure the Product Sample." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:80 +msgid "Button Label" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:84 +msgid "Order a Sample" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:88 +msgid "Set your product sample's add to cart button label here." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:99 +#: admin/partials/dsfps-admin-settings-page.php:103 +#: admin/partials/dsfps-admin-settings-page.php:108 +msgid "Sample Product Type Title" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:119 +#: admin/partials/dsfps-admin-settings-page.php:126 +#: admin/partials/dsfps-admin-settings-page.php:134 +msgid "Prefix" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:120 +#: admin/partials/dsfps-admin-settings-page.php:127 +#: admin/partials/dsfps-admin-settings-page.php:135 +msgid "Suffix" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:143 +msgid "" +"Select sample product type title. For example, If you have selected prefix " +"option and added title like Sample. Then it's display your prefix on the cart " +"page like this :- Sample - \"Your product name\"." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:154 +#: admin/partials/dsfps-admin-settings-page.php:158 +#: admin/partials/dsfps-admin-settings-page.php:163 +msgid "Prefix Title" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:173 +#: admin/partials/dsfps-admin-settings-page.php:177 +#: admin/partials/dsfps-admin-settings-page.php:182 +#: admin/partials/dsfps-admin-settings-page.php:204 +#: public/class-free-product-sample-for-woocommer-public.php:1484 +msgid "Sample" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:189 +msgid "Set your product sample's prefix title. For example :- \"Sample\"." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:200 +msgid "Suffix Title" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:208 +msgid "Set your product sample's suffix title. For example :- \"Sample\"." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:219 +msgid "Hide on Shop Page" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:233 +msgid "Enable this option if you want to hide sample button from the shop page." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:240 +msgid "Hide on Categories Page" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:254 +msgid "" +"Enable this option if you want to hide sample button from the categories page." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:261 +msgid "Include on Store Menu" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:275 +msgid "" +"If enabled then it will showcase the menu item on primary menu and showcase all " +"the sample products in list." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:284 +msgid "Product Specific" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:291 +msgid "Enable Type" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:296 +msgid "Product Wise" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:297 +msgid "Category Wise" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:302 +msgid "Select enable type option for product or category." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:309 +msgid "Select Products" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:313 +msgid "Select a Product" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:339 +msgid "" +"Select products if you want to a add sample button to the specific products." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:350 +#: admin/partials/dsfps-admin-settings-page.php:354 +#: admin/partials/dsfps-admin-settings-page.php:359 +msgid "Select Categories" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:369 +#: admin/partials/dsfps-admin-settings-page.php:389 +#: admin/partials/dsfps-admin-settings-page.php:396 +msgid "Select a Category" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:404 +msgid "" +"Select categories if you want to add a sample button to the specific categories." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:413 +msgid "Price Adjustment" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:420 +msgid "Price Type" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:425 +msgid "Flat" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:426 +msgid "Percentage" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:431 +msgid "Select price type option for add sample product price." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:438 +msgid "Add Flat Price" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:446 +msgid "Set your sample product's flat or fixed price." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:457 +#: admin/partials/dsfps-admin-settings-page.php:462 +#: admin/partials/dsfps-admin-settings-page.php:467 +msgid "Add Percentage Price" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:493 +msgid "Set your sample product's pertcentage price." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:502 +msgid "Quantity Adjustment" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:509 +msgid "Maximum Quantity Type" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:514 +#: admin/partials/dsfps-admin-settings-page.php:527 +msgid "Per Sample Quantity" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:515 +#: admin/partials/dsfps-admin-settings-page.php:542 +msgid "Per Order Quantity" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:520 +msgid "Select maximum quantity type for your sample products." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:531 +#: admin/partials/dsfps-admin-settings-page.php:546 +msgid "5" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:535 +msgid "" +"Set maximum quantity for per sample products. Leave empty if you don't want to " +"add any maximum limit." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:550 +msgid "" +"Set maximum quantity for per sample product's order. Leave empty if you don't " +"want to add any maximum limit." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:557 +#: admin/partials/dsfps-admin-settings-page.php:572 +msgid "Maximum Quantity Message" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:561 +#: public/class-free-product-sample-for-woocommer-public.php:968 +#: public/class-free-product-sample-for-woocommer-public.php:1063 +msgid "Sorry! you reached maximum sample limit for this product!" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:565 +msgid "" +"Add your custom message here for per sample quantity limitation. Use {PRODUCT} " +"and {QTY} for dynamic content." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:576 +msgid "" +"The maximum allows order quantity is {MAX_QTY} for sample product and you have " +"{CART_QTY} in your cart." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:580 +msgid "" +"Add your custom message here for per order quantity limitation. Use {MAX_QTY} " +"and {CART_QTY} for dynamic content." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:589 +msgid "User Specific" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:596 +msgid "User Based" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:600 +msgid "Select a User" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:617 +msgid "Select users if you want to enable sample button for specific users." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:628 +#: admin/partials/dsfps-admin-settings-page.php:632 +#: admin/partials/dsfps-admin-settings-page.php:637 +msgid "User Role Based" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:647 +#: admin/partials/dsfps-admin-settings-page.php:667 +#: admin/partials/dsfps-admin-settings-page.php:674 +msgid "Select a User Role" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:682 +msgid "" +"Select user roles if you want to enable sample button for specific user roles." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:691 +msgid "Shipping & Tax Class Specific" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:702 +#: admin/partials/dsfps-admin-settings-page.php:706 +#: admin/partials/dsfps-admin-settings-page.php:711 +msgid "Shipping Class" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:738 +#: admin/partials/dsfps-admin-settings-page.php:747 +#: admin/partials/dsfps-admin-settings-page.php:754 +msgid "No Shipping Class" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:762 +msgid "Select a shipping class which you want to apply on sample products." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:773 +#: admin/partials/dsfps-admin-settings-page.php:777 +#: admin/partials/dsfps-admin-settings-page.php:782 +msgid "Tax Class" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:810 +#: admin/partials/dsfps-admin-settings-page.php:815 +#: admin/partials/dsfps-admin-settings-page.php:824 +#: admin/partials/dsfps-admin-settings-page.php:831 +msgid "No Tax Class" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:839 +msgid "Select a tax class which you want to apply on sample products." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:866 +#: admin/partials/dsfps-admin-settings-page.php:899 +msgid "Subscribe to use this feature" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:869 +#: admin/partials/dsfps-admin-settings-page.php:902 +msgid "Try Product Sample Pro for free" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:870 +#: admin/partials/dsfps-admin-settings-page.php:903 +msgid "" +"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Impedit eum delectus, " +"libero, accusantium dolores inventore obcaecati placeat cum sapiente vel " +"laboriosam.." +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:872 +#: admin/partials/dsfps-admin-settings-page.php:905 +#: admin/partials/header/plugin-sidebar.php:33 +#: admin/partials/header/plugin-sidebar.php:57 +msgid "Set prefix/suffix title for sample products" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:873 +#: admin/partials/dsfps-admin-settings-page.php:906 +#: admin/partials/header/plugin-sidebar.php:34 +#: admin/partials/header/plugin-sidebar.php:58 +msgid "Set product's categories specific sample button" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:874 +#: admin/partials/dsfps-admin-settings-page.php:907 +#: admin/partials/header/plugin-sidebar.php:35 +#: admin/partials/header/plugin-sidebar.php:59 +msgid "Set user roles specific sample button" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:875 +#: admin/partials/dsfps-admin-settings-page.php:908 +#: admin/partials/header/plugin-sidebar.php:36 +#: admin/partials/header/plugin-sidebar.php:60 +msgid "Select shipping & tax class for sample produts" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:876 +#: admin/partials/dsfps-admin-settings-page.php:909 +#: admin/partials/header/plugin-sidebar.php:37 +#: admin/partials/header/plugin-sidebar.php:61 +msgid "Manage individual sample products prices" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:877 +#: admin/partials/dsfps-admin-settings-page.php:910 +#: admin/partials/header/plugin-sidebar.php:38 +#: admin/partials/header/plugin-sidebar.php:62 +msgid "Manage sample products stocks" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:878 +#: admin/partials/dsfps-admin-settings-page.php:911 +#: admin/partials/header/plugin-sidebar.php:39 +#: admin/partials/header/plugin-sidebar.php:63 +msgid "Manage sample products weight" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:879 +#: admin/partials/dsfps-admin-settings-page.php:912 +#: admin/partials/header/plugin-sidebar.php:40 +#: admin/partials/header/plugin-sidebar.php:64 +msgid "Manage sample products dimensions" +msgstr "" + +#: admin/partials/dsfps-admin-settings-page.php:883 +#: admin/partials/dsfps-admin-settings-page.php:916 +msgid "Try it free for 14 days" +msgstr "" + +#: admin/partials/dsfps-get-started-page.php:10 +msgid "Thanks For Installing Product Sample for WooCommerce" +msgstr "" + +#: admin/partials/dsfps-get-started-page.php:17 +msgid "This plugin allows users to buy or order a product as a product sample." +msgstr "" + +#: admin/partials/dsfps-get-started-page.php:23 +msgid "" +"Step 1: Enable this option to configure the product sample and " +"other settings." +msgstr "" + +#: admin/partials/dsfps-get-started-page.php:29 +msgid "Step 2: Set sample button to the specific products." +msgstr "" + +#: admin/partials/dsfps-get-started-page.php:35 +msgid "Step 3: Add to cart or Order a sample product." +msgstr "" + +#: admin/partials/dsfps-information-page.php:12 +msgid "Premium Version" +msgstr "" + +#: admin/partials/dsfps-information-page.php:14 +#: admin/partials/dsfps-information-page.php:17 +#: admin/partials/header/plugin-header.php:14 +#: admin/partials/header/plugin-header.php:17 +msgid "Free Version" +msgstr "" + +#: admin/partials/dsfps-information-page.php:29 +msgid "Product Type" +msgstr "" + +#: admin/partials/dsfps-information-page.php:30 +msgid "WooCommerce Plugin" +msgstr "" + +#: admin/partials/dsfps-information-page.php:33 +msgid "Product Name" +msgstr "" + +#: admin/partials/dsfps-information-page.php:37 +msgid "Installed Version" +msgstr "" + +#: admin/partials/dsfps-information-page.php:41 +msgid "License & Terms of use" +msgstr "" + +#: admin/partials/dsfps-information-page.php:42 +msgid "Click here" +msgstr "" + +#: admin/partials/dsfps-information-page.php:42 +msgid " to view license and terms of use." +msgstr "" + +#: admin/partials/dsfps-information-page.php:45 +msgid "Help & Support" +msgstr "" + +#: admin/partials/dsfps-information-page.php:48 +msgid "Quick Start" +msgstr "" + +#: admin/partials/dsfps-information-page.php:49 +msgid "Guide Documentation" +msgstr "" + +#: admin/partials/dsfps-information-page.php:51 +msgid "Support Forum" +msgstr "" + +#: admin/partials/dsfps-information-page.php:56 +msgid "Localization" +msgstr "" + +#: admin/partials/dsfps-information-page.php:57 +msgid "German, French, Polish, Spanish" +msgstr "" + +#: admin/partials/header/plugin-header.php:12 +msgid "Pro Version" +msgstr "" + +#: admin/partials/header/plugin-header.php:35 +msgid "" +"An easy way to handle the free product samples. Free Product Sample for " +"WooCommerce does one thing, and it does it well. It lets you order a product as " +"a product sample." +msgstr "" + +#: admin/partials/header/plugin-header.php:46 +msgid "Quick Support" +msgstr "" + +#: admin/partials/header/plugin-header.php:55 +msgid "Documentation" +msgstr "" + +#: admin/partials/header/plugin-header.php:67 +msgid "My Account" +msgstr "" + +#: admin/partials/header/plugin-header.php:74 +#: admin/partials/header/plugin-header.php:82 +msgid "Upgrade To Pro" +msgstr "" + +#: admin/partials/header/plugin-header.php:107 +msgid "Sample Product Settings" +msgstr "" + +#: admin/partials/header/plugin-header.php:110 +msgid "About Plugin" +msgstr "" + +#: admin/partials/header/plugin-header.php:117 +msgid "Dotstore" +msgstr "" + +#: admin/partials/header/plugin-header.php:119 +msgid "WooCommerce Plugins" +msgstr "" + +#: admin/partials/header/plugin-header.php:120 +msgid "Wordpress Plugins" +msgstr "" + +#: admin/partials/header/plugin-header.php:121 +msgid "Contact Support" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:29 +#: admin/partials/header/plugin-sidebar.php:53 +msgid "Upgrade to Product Sample Pro" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:43 +#: admin/partials/header/plugin-sidebar.php:67 +msgid "Get Premium Now »" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:76 +msgid "Like This Plugin?" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:90 +msgid "Your Review is very important to us as it helps us to grow more." +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:96 +msgid "Free vs Pro Feature" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:99 +msgid "" +"Here’s an at a glance view of the main differences between Premium and free " +"plugin features." +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:100 +msgid "Click here »" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:106 +msgid "Suggest A Feature" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:109 +msgid "Let us know how we can improve the plugin experience." +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:110 +msgid "Do you have any feedback & feature requests?" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:111 +msgid "Submit Request »" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:117 +msgid "Changelog" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:120 +msgid "" +"We improvise our products on a regular basis to deliver the best results to " +"customer satisfaction." +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:121 +msgid "Visit Here »" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:129 +msgid "Our Popular Plugins" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:135 +msgid "Flat Rate Shipping Plugin for WooCommerce" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:139 +msgid "Extra Fees Plugin for WooCommerce" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:143 +msgid "Product Size Charts Plugin For WooCommerce" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:147 +msgid "Fraud Prevention Plugin for WooCommerce" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:151 +msgid "Hide Shipping Method For WooCommerce" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:155 +msgid "Advance Menu Manager for WordPress" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:160 +msgid "VIEW ALL" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:167 +msgid "Five Star Support" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:170 +msgid "" +"Got a question? Get in touch with theDotstore developers. We are happy to help!" +msgstr "" + +#: admin/partials/header/plugin-sidebar.php:171 +msgid "Submit a Ticket »" +msgstr "" + +#: free-product-sample.php:186 +msgid "WooCommerce" +msgstr "" + +#: free-product-sample.php:191 +#, php-format +msgid "%1$s requires %2$s to be installed & activated!" +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:834 +msgid "Please choose product options…" +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:865 +#, php-format +msgid "Invalid value posted for %s" +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:873 +#, php-format +msgid "%s is a required field" +msgid_plural "%s are required fields" +msgstr[0] "" +msgstr[1] "" + +#: public/class-free-product-sample-for-woocommer-public.php:934 +#: public/class-free-product-sample-for-woocommer-public.php:940 +#: public/class-free-product-sample-for-woocommer-public.php:1033 +#: public/class-free-product-sample-for-woocommer-public.php:1039 +#: public/class-free-product-sample-for-woocommer-public.php:1080 +#: public/class-free-product-sample-for-woocommer-public.php:1086 +#: public/class-free-product-sample-for-woocommer-public.php:1345 +#: public/class-free-product-sample-for-woocommer-public.php:1353 +#: public/class-free-product-sample-for-woocommer-public.php:1409 +#: public/class-free-product-sample-for-woocommer-public.php:1415 +msgid " - " +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:936 +#: public/class-free-product-sample-for-woocommer-public.php:945 +#: public/class-free-product-sample-for-woocommer-public.php:948 +#: public/class-free-product-sample-for-woocommer-public.php:951 +#: public/class-free-product-sample-for-woocommer-public.php:1035 +#: public/class-free-product-sample-for-woocommer-public.php:1044 +#: public/class-free-product-sample-for-woocommer-public.php:1047 +#: public/class-free-product-sample-for-woocommer-public.php:1050 +#: public/class-free-product-sample-for-woocommer-public.php:1082 +#: public/class-free-product-sample-for-woocommer-public.php:1091 +#: public/class-free-product-sample-for-woocommer-public.php:1094 +#: public/class-free-product-sample-for-woocommer-public.php:1097 +#: public/class-free-product-sample-for-woocommer-public.php:1347 +#: public/class-free-product-sample-for-woocommer-public.php:1360 +#: public/class-free-product-sample-for-woocommer-public.php:1365 +#: public/class-free-product-sample-for-woocommer-public.php:1370 +#: public/class-free-product-sample-for-woocommer-public.php:1411 +#: public/class-free-product-sample-for-woocommer-public.php:1420 +#: public/class-free-product-sample-for-woocommer-public.php:1423 +#: public/class-free-product-sample-for-woocommer-public.php:1426 +msgid "Sample - " +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:942 +#: public/class-free-product-sample-for-woocommer-public.php:1041 +#: public/class-free-product-sample-for-woocommer-public.php:1088 +#: public/class-free-product-sample-for-woocommer-public.php:1355 +#: public/class-free-product-sample-for-woocommer-public.php:1417 +msgid " - Sample" +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:986 +msgid "You cannot add that amount to the cart — we have " +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:1100 +msgid "Sorry, we do not have enough \"" +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:1119 +#, php-format +msgid "" +"The maximum allows order quantity is %s for sample product and you have %s in " +"your cart." +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:1350 +#: public/class-free-product-sample-for-woocommer-public.php:1358 +#: public/class-free-product-sample-for-woocommer-public.php:1362 +#: public/class-free-product-sample-for-woocommer-public.php:1367 +#: public/class-free-product-sample-for-woocommer-public.php:1372 +#, php-format +msgctxt "Item name in quotes" +msgid "“%s”" +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:1380 +#, php-format +msgid "%s has been added to your cart." +msgid_plural "%s have been added to your cart." +msgstr[0] "" +msgstr[1] "" + +#: public/class-free-product-sample-for-woocommer-public.php:1383 +msgid "View cart" +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:1505 +msgid "Sample Products" +msgstr "" + +#: public/class-free-product-sample-for-woocommer-public.php:1654 +#: public/class-free-product-sample-for-woocommer-public.php:1662 +msgid "No product matching your criteria." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/global-styles-mods/change_log/changelog.md b/spec/fixtures/dynamic_finders/plugin_version/global-styles-mods/change_log/changelog.md new file mode 100644 index 00000000..64bb545a --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/global-styles-mods/change_log/changelog.md @@ -0,0 +1,5 @@ +# Global Styles Mods + +## 1.0.0, 20220211 + +- Initial release. diff --git a/spec/fixtures/dynamic_finders/plugin_version/grainy-gradient-block/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/grainy-gradient-block/composer_file/package.json new file mode 100644 index 00000000..13ac37e2 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/grainy-gradient-block/composer_file/package.json @@ -0,0 +1,31 @@ +{ + "name": "grainy-gradient-block", + "version": "1.0.1", + "description": "", + "author": "Kelly Dwan", + "license": "GPL-2.0-or-later", + "main": "build/index.js", + "scripts": { + "build": "wp-scripts build", + "format": "wp-scripts format src", + "lint:css": "wp-scripts lint-style src/**/*.scss", + "lint:js": "wp-scripts lint-js src", + "start": "wp-scripts start", + "packages-update": "wp-scripts packages-update" + }, + "dependencies": { + "@wordpress/block-editor": "8.0.13", + "@wordpress/blocks": "11.1.5", + "@wordpress/components": "19.2.0", + "@wordpress/data": "6.1.5", + "@wordpress/element": "4.0.4", + "@wordpress/i18n": "4.2.4", + "@wordpress/primitives": "3.0.4" + }, + "devDependencies": { + "@wordpress/eslint-plugin": "9.3.0", + "@wordpress/prettier-config": "1.1.1", + "@wordpress/scripts": "19.2.2" + }, + "prettier": "@wordpress/prettier-config" +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/image-sizes-controller/translation_file/languages/gpls-issl-images-subsizes-list.pot b/spec/fixtures/dynamic_finders/plugin_version/image-sizes-controller/translation_file/languages/gpls-issl-images-subsizes-list.pot new file mode 100644 index 00000000..b8b0d6d2 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/image-sizes-controller/translation_file/languages/gpls-issl-images-subsizes-list.pot @@ -0,0 +1,267 @@ +# Copyright (C) 2022 GrandPlugins +# This file is distributed under the same license as the Image Sizes Controller [[GrandPlugins]] plugin. +msgid "" +msgstr "" +"Project-Id-Version: Image Sizes Controller [[GrandPlugins]] 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gpls-issl-images-subsizes-list\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: 2022-01-18T12:14:00+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: gpls-issl-images-subsizes-list\n" + +#. Plugin Name of the plugin +msgid "Image Sizes Controller [[GrandPlugins]]" +msgstr "" + +#. Description of the plugin +msgid "Create custom image sizes, disable image sizes, List All image created subsizes, Fix missing image subsizes and more." +msgstr "" + +#. Author of the plugin +msgid "GrandPlugins" +msgstr "" + +#. Author URI of the plugin +msgid "https://grandplugins.com" +msgstr "" + +#: includes/ImageSizes.php:215 +msgid "You are about to delete this image size. proceed ?" +msgstr "" + +#: includes/ImageSizes.php:216 +msgid "Create size" +msgstr "" + +#: includes/ImageSizes.php:217 +#: includes/ImageSizes.php:539 +msgid "Edit size" +msgstr "" + +#: includes/ImageSizes.php:267 +#: includes/ImageSizes.php:268 +msgid "Image Sizes Controller" +msgstr "" + +#: includes/ImageSizes.php:301 +msgid "Settings have been saved successfully!" +msgstr "" + +#: includes/ImageSizes.php:357 +msgid "subsize image has been created successfully!" +msgstr "" + +#: includes/ImageSizes.php:400 +msgid "subsize image has been updated successfully!" +msgstr "" + +#: includes/ImageSizes.php:433 +msgid "Image size has been removed successfully!" +msgstr "" + +#: includes/ImageSizes.php:464 +#: includes/ImageSizes.php:474 +msgid "Selected sizes have been disabled successfully!" +msgstr "" + +#: includes/ImageSizes.php:528 +msgid "Yes" +msgstr "" + +#: includes/ImageSizes.php:530 +msgid "No" +msgstr "" + +#: includes/ImageSizes.php:540 +msgid "Delete size" +msgstr "" + +#: includes/ImageSizes.php:570 +msgid "Delete" +msgstr "" + +#: includes/ImageSizes.php:573 +#: templates/image-sizes-template.php:135 +#: templates/image-sizes-template.php:174 +msgid "Changes not saved" +msgstr "" + +#: includes/ImageSizes.php:609 +#: templates/image-sizes-template.php:102 +msgid "No crop" +msgstr "" + +#: includes/ImageSizes.php:610 +#: templates/image-sizes-template.php:103 +msgid "Left Top" +msgstr "" + +#: includes/ImageSizes.php:611 +#: templates/image-sizes-template.php:104 +msgid "Center Top" +msgstr "" + +#: includes/ImageSizes.php:612 +#: templates/image-sizes-template.php:105 +msgid "Right Top" +msgstr "" + +#: includes/ImageSizes.php:613 +#: templates/image-sizes-template.php:106 +msgid "Left Center" +msgstr "" + +#: includes/ImageSizes.php:614 +#: templates/image-sizes-template.php:107 +msgid "Center Center" +msgstr "" + +#: includes/ImageSizes.php:615 +#: templates/image-sizes-template.php:108 +msgid "Right Center" +msgstr "" + +#: includes/ImageSizes.php:616 +#: templates/image-sizes-template.php:109 +msgid "Left Bottom" +msgstr "" + +#: includes/ImageSizes.php:617 +#: templates/image-sizes-template.php:110 +msgid "Center Bottom" +msgstr "" + +#: includes/ImageSizes.php:618 +#: templates/image-sizes-template.php:111 +msgid "Right Bottom" +msgstr "" + +#: includes/ImageSizes.php:624 +msgid "Update" +msgstr "" + +#: includes/ImageSubsizes.php:123 +msgid "image mime type is not supported" +msgstr "" + +#: includes/ImageSubsizes.php:136 +msgid "subsize image has been generated successfully!" +msgstr "" + +#: includes/ImageSubsizes.php:271 +msgid "Subsizes List" +msgstr "" + +#: includes/ImageSubsizes.php:320 +msgid "Subsize image is missing" +msgstr "" + +#: includes/ImageSubsizes.php:323 +msgid "Create subsize image" +msgstr "" + +#: includes/ImageSubsizes.php:339 +msgid "Delete size (Pro)" +msgstr "" + +#: includes/ImageSubsizes.php:426 +msgid "Failed sizes to fix: " +msgstr "" + +#: includes/ImageSubsizes.php:478 +msgid "Subsize is bigger than the original image" +msgstr "" + +#: includes/ImageSubsizes.php:482 +msgid "Create subsize" +msgstr "" + +#: includes/Utils.php:86 +msgid "Dimensions" +msgstr "" + +#: includes/Utils.php:87 +msgid "Size" +msgstr "" + +#: templates/image-sizes-template.php:19 +msgid "Registered Sizes" +msgstr "" + +#: templates/image-sizes-template.php:22 +msgid "Sizes created by the WordPress core or by the theme and other plugins" +msgstr "" + +#: templates/image-sizes-template.php:25 +msgid "Size Name" +msgstr "" + +#: templates/image-sizes-template.php:26 +msgid "Width" +msgstr "" + +#: templates/image-sizes-template.php:27 +msgid "Height" +msgstr "" + +#: templates/image-sizes-template.php:28 +msgid "Crop" +msgstr "" + +#: templates/image-sizes-template.php:46 +msgid "New sizes" +msgstr "" + +#: templates/image-sizes-template.php:49 +msgid "New sizes list" +msgstr "" + +#: templates/image-sizes-template.php:63 +msgid "Create new size" +msgstr "" + +#: templates/image-sizes-template.php:68 +msgid "Size name" +msgstr "" + +#: templates/image-sizes-template.php:118 +msgid "Create Subsize" +msgstr "" + +#: templates/image-sizes-template.php:131 +msgid "Disabled Sizes" +msgstr "" + +#: templates/image-sizes-template.php:138 +msgid "Check sizes to disable them. disabled sizes will not be created for new uploaded images" +msgstr "" + +#: templates/image-sizes-template.php:146 +#: templates/image-sizes-template.php:197 +msgid "Save" +msgstr "" + +#: templates/image-sizes-template.php:158 +msgid "Conditional Apply" +msgstr "" + +#: templates/image-sizes-template.php:161 +msgid "Create sizes only if the uploaded image meets selected filters" +msgstr "" + +#: templates/image-sizes-template.php:171 +msgid "Additional Settings" +msgstr "" + +#: templates/image-subsizes-list-template.php:30 +msgid "Missing sizes" +msgstr "" + +#: templates/image-subsizes-list-template.php:35 +msgid "No missing sizes" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/in-browser-image-compression/translation_file/languages/ibic.pot b/spec/fixtures/dynamic_finders/plugin_version/in-browser-image-compression/translation_file/languages/ibic.pot new file mode 100644 index 00000000..ea6b5000 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/in-browser-image-compression/translation_file/languages/ibic.pot @@ -0,0 +1,84 @@ +# Copyright (C) 2022 Stéphane Taurand +# This file is distributed under the GPLv2 or later. +msgid "" +msgstr "" +"Project-Id-Version: In Browser Image Compression 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/develop\n" +"POT-Creation-Date: 2022-02-16 13:27:52+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2022-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/compatibility.php:43 +msgid "" +"The IBIC plugin requires the Apache module \"mod_rewrite\" and https, " +"please contact your administrator or hosting provider." +msgstr "" + +#: includes/compatibility.php:79 +msgid "IBIC plugin" +msgstr "" + +#: includes/compatibility.php:82 +msgid "The server supports URL rewriting" +msgstr "" + +#: includes/compatibility.php:83 includes/compatibility.php:87 +msgid "Yes" +msgstr "" + +#: includes/compatibility.php:83 includes/compatibility.php:87 +msgid "No" +msgstr "" + +#: includes/compatibility.php:86 +msgid "The site is secured (https enabled)" +msgstr "" + +#: includes/compatibility.php:90 +msgid "Wasm file mime type" +msgstr "" + +#: includes/compatibility.php:91 +msgid "Correct" +msgstr "" + +#: includes/compatibility.php:91 +msgid "Wrong" +msgstr "" + +#: includes/media.php:180 +#. translators: %s: file path +msgid "Could not write file %s" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "In Browser Image Compression" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://github.com/staurand/ibic-wp-plugin" +msgstr "" + +#. Description of the plugin/theme +msgid "Compress your images in your browser!" +msgstr "" + +#. Author of the plugin/theme +msgid "Stéphane Taurand" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/inquirer/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/inquirer/composer_file/package.json new file mode 100644 index 00000000..5d1ada58 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/inquirer/composer_file/package.json @@ -0,0 +1,17 @@ + +{ + "name": "inquirer", + "version": "0.1.0", + "main": "Gruntfile.js", + "author": "Sergio Scabuzzo", + "scripts" : { + "start" : "grunt default" , + "readme" : "grunt readme", + "i18n" : "grunt i18n" + }, + "devDependencies": { + "grunt": "~0.4.5", + "grunt-wp-i18n": "~0.5.0", + "grunt-wp-readme-to-markdown": "~1.0.0" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/integrate-google-drive/translation_file/languages/integrate-google-drive.pot b/spec/fixtures/dynamic_finders/plugin_version/integrate-google-drive/translation_file/languages/integrate-google-drive.pot new file mode 100644 index 00000000..c02a0302 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/integrate-google-drive/translation_file/languages/integrate-google-drive.pot @@ -0,0 +1,1093 @@ +# Copyright (C) 2022 Prince +# This file is distributed under the same license as the Integrate Google Drive plugin. +msgid "" +msgstr "" +"Project-Id-Version: Integrate Google Drive 1.0.9\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/integrate-google-drive\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: 2022-02-20T08:34:24+01:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.6.0\n" +"X-Domain: integrate-google-drive\n" + +#. Plugin Name of the plugin +#: block/class-block.php:23 +#: includes/class-admin.php:31 +#: includes/elementor/class-elementor.php:33 +msgid "Integrate Google Drive" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://wpmilitary.com/integrate-google-drive" +msgstr "" + +#. Description of the plugin +msgid "Complete Google Drive solution for WordPress to integrate, embed, display, play, share and download the documents and media files directly from your Google Drive into your WordPress website." +msgstr "" + +#. Author of the plugin +msgid "Prince" +msgstr "" + +#. Author URI of the plugin +msgid "https://wpmilitary.com/" +msgstr "" + +#: app/class-client.php:156 +msgid "Error communicating with API:" +msgstr "" + +#: app/class-private-folders.php:52 +msgid "Guest Users" +msgstr "" + +#: app/class-private-folders.php:53 +msgid "Default folders for guests and non-linked users" +msgstr "" + +#: app/class-private-folders.php:110 +msgctxt "No user roles" +msgid "None" +msgstr "" + +#: includes/class-admin.php:31 +msgid "Google Drive" +msgstr "" + +#: includes/class-admin.php:43 +msgid "Private Folders" +msgstr "" + +#: includes/class-admin.php:50 +msgid "Getting Started" +msgstr "" + +#: includes/class-admin.php:57 +#: dist/js/admin.js:32356 +#: dist/js/admin.js:33187 +msgid "Settings" +msgstr "" + +#: includes/class-hooks.php:70 +msgid "Integrate Google Drive Synchronize Interval" +msgstr "" + +#: includes/elementor/class-elementor-module-widget.php:17 +#: includes/elementor/class-elementor-module-widget.php:43 +#: dist/js/admin.js:32368 +#: dist/js/admin.js:32373 +#: dist/js/elementor.js:31539 +msgid "Google Drive Module" +msgstr "" + +#: includes/elementor/class-elementor-module-widget.php:49 +msgid "Module Data" +msgstr "" + +#: includes/elementor/class-elementor-shortcodes-widget.php:17 +#: dist/js/admin.js:32368 +#: dist/js/admin.js:32373 +#: dist/js/tinymce.js:16843 +msgid "Module Shortcodes" +msgstr "" + +#: includes/elementor/class-elementor-shortcodes-widget.php:43 +msgid "Module Shortcode" +msgstr "" + +#: includes/elementor/class-elementor-shortcodes-widget.php:50 +msgid "Select Shortcode Module" +msgstr "" + +#: includes/elementor/class-elementor-shortcodes-widget.php:67 +msgid "Please select a shortcode module." +msgstr "" + +#: plugin.php:17 +msgid "You can't access this page" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:29477 +#: dist/js/edd.js:14223 +#: dist/js/elementor.js:29350 +#: dist/js/frontend.js:19857 +#: dist/js/tinymce.js:13745 +#: dist/js/woocommerce.js:14223 +msgid "File size exceeds the maximum upload size." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:29479 +#: dist/js/edd.js:14225 +#: dist/js/elementor.js:29352 +#: dist/js/frontend.js:19859 +#: dist/js/tinymce.js:13747 +#: dist/js/woocommerce.js:14225 +msgid "This file type is not allowed" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:29511 +#: dist/js/edd.js:14257 +#: dist/js/elementor.js:29384 +#: dist/js/frontend.js:19891 +#: dist/js/tinymce.js:13779 +#: dist/js/woocommerce.js:14257 +msgid "File extension error." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:29559 +#: dist/js/edd.js:14305 +#: dist/js/elementor.js:29432 +#: dist/js/frontend.js:19939 +#: dist/js/tinymce.js:13827 +#: dist/js/woocommerce.js:14305 +msgid "Upload Files" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:29565 +#: dist/js/edd.js:14311 +#: dist/js/elementor.js:29438 +#: dist/js/frontend.js:19945 +#: dist/js/tinymce.js:13833 +#: dist/js/woocommerce.js:14311 +msgid "Drop files or folder here" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:29567 +#: dist/js/edd.js:14313 +#: dist/js/elementor.js:29440 +#: dist/js/frontend.js:19947 +#: dist/js/tinymce.js:13835 +#: dist/js/woocommerce.js:14313 +msgid "OR" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:29578 +#: dist/js/edd.js:14324 +#: dist/js/elementor.js:29451 +#: dist/js/frontend.js:19958 +#: dist/js/tinymce.js:13846 +#: dist/js/woocommerce.js:14324 +msgid "Browse Files" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:29587 +#: dist/js/admin.js:35647 +#: dist/js/edd.js:14333 +#: dist/js/edd.js:16850 +#: dist/js/elementor.js:29460 +#: dist/js/elementor.js:33445 +#: dist/js/frontend.js:19967 +#: dist/js/tinymce.js:13855 +#: dist/js/tinymce.js:16372 +#: dist/js/woocommerce.js:14333 +#: dist/js/woocommerce.js:16850 +msgid "Upload Folder" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:27381 +#: dist/js/edd.js:12127 +#: dist/js/elementor.js:27254 +#: dist/js/frontend.js:17761 +#: dist/js/tinymce.js:11649 +#: dist/js/woocommerce.js:12127 +msgid "You didn't add any account yet." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:27383 +#: dist/js/edd.js:12129 +#: dist/js/elementor.js:27256 +#: dist/js/frontend.js:17763 +#: dist/js/tinymce.js:11651 +#: dist/js/woocommerce.js:12129 +msgid "Please link to a Google Drive account to continue." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:27392 +#: dist/js/edd.js:12138 +#: dist/js/elementor.js:27265 +#: dist/js/frontend.js:17772 +#: dist/js/tinymce.js:11660 +#: dist/js/woocommerce.js:12138 +msgid "Add account" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:33685 +#: dist/js/elementor.js:31724 +#: dist/js/frontend.js:22128 +msgid "No embedded files found" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35825 +#: dist/js/elementor.js:33623 +msgid "Module Type" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35825 +#: dist/js/elementor.js:33623 +msgid "Select the module type that you want to use." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35837 +#: dist/js/elementor.js:33635 +msgid "Upgrade to PRO to use" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35642 +#: dist/js/edd.js:16845 +#: dist/js/elementor.js:33440 +#: dist/js/tinymce.js:16367 +#: dist/js/woocommerce.js:16845 +msgid "Source Folders & Files" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35644 +#: dist/js/edd.js:16847 +#: dist/js/elementor.js:33442 +#: dist/js/tinymce.js:16369 +#: dist/js/woocommerce.js:16847 +msgid "Select the folders & files from which the folders & files will be displayed." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35648 +#: dist/js/edd.js:16851 +#: dist/js/elementor.js:33446 +#: dist/js/tinymce.js:16373 +#: dist/js/woocommerce.js:16851 +msgid "Select the folder where the files will be uploaded." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35652 +#: dist/js/edd.js:16855 +#: dist/js/elementor.js:33450 +#: dist/js/tinymce.js:16377 +#: dist/js/woocommerce.js:16855 +msgid "Select Folders & Files" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35653 +#: dist/js/edd.js:16856 +#: dist/js/elementor.js:33451 +#: dist/js/tinymce.js:16378 +#: dist/js/woocommerce.js:16856 +msgid "Select the folders & files to embed." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35683 +#: dist/js/edd.js:16886 +#: dist/js/elementor.js:33481 +#: dist/js/tinymce.js:16408 +#: dist/js/woocommerce.js:16886 +msgid "All Folders & Files :" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35696 +#: dist/js/edd.js:16899 +#: dist/js/elementor.js:33494 +#: dist/js/tinymce.js:16421 +#: dist/js/woocommerce.js:16899 +msgid "If turned ON, users can navigate through all the folders & files of all the linked Google Drive accounts." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35696 +#: dist/js/edd.js:16899 +#: dist/js/elementor.js:33494 +#: dist/js/tinymce.js:16421 +#: dist/js/woocommerce.js:16899 +msgid "Otherwise, to select specific folders & files turn off this option." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35700 +#: dist/js/edd.js:16903 +#: dist/js/elementor.js:33498 +#: dist/js/tinymce.js:16425 +#: dist/js/woocommerce.js:16903 +msgid "Use Private Folders:" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35713 +#: dist/js/edd.js:16916 +#: dist/js/elementor.js:33511 +#: dist/js/tinymce.js:16438 +#: dist/js/woocommerce.js:16916 +msgid "If turned ON, users can only navigate through the folders, that are linked to their account." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35713 +#: dist/js/edd.js:16916 +#: dist/js/elementor.js:33511 +#: dist/js/tinymce.js:16438 +#: dist/js/woocommerce.js:16916 +msgid "For non-linked users, they can navigate the guest folders." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35735 +#: dist/js/edd.js:16938 +#: dist/js/elementor.js:33533 +#: dist/js/tinymce.js:16460 +#: dist/js/woocommerce.js:16938 +msgid "Selected Files" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35746 +#: dist/js/edd.js:16949 +#: dist/js/elementor.js:33544 +#: dist/js/tinymce.js:16471 +#: dist/js/woocommerce.js:16949 +msgid "Remove all" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35779 +#: dist/js/admin.js:35925 +#: dist/js/edd.js:16982 +#: dist/js/elementor.js:33577 +#: dist/js/tinymce.js:16504 +#: dist/js/woocommerce.js:16982 +msgid "No files selected" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35781 +#: dist/js/edd.js:16984 +#: dist/js/elementor.js:33579 +#: dist/js/tinymce.js:16506 +#: dist/js/woocommerce.js:16984 +msgid "You can select only one upload folder where the files will be uploaded." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35783 +#: dist/js/edd.js:16986 +#: dist/js/elementor.js:33581 +#: dist/js/tinymce.js:16508 +#: dist/js/woocommerce.js:16986 +msgid "To select different folder first remove the selected folder and select the different folder again." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35785 +#: dist/js/edd.js:16988 +#: dist/js/elementor.js:33583 +#: dist/js/tinymce.js:16510 +#: dist/js/woocommerce.js:16988 +msgid "If any folder is selected, then all the files of the folder will be embedded." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35787 +#: dist/js/edd.js:16990 +#: dist/js/elementor.js:33585 +#: dist/js/tinymce.js:16512 +#: dist/js/woocommerce.js:16990 +msgid "Embed files must be public (with link)." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35789 +#: dist/js/edd.js:16992 +#: dist/js/elementor.js:33587 +#: dist/js/tinymce.js:16514 +#: dist/js/woocommerce.js:16992 +msgid "Select the folders to perform search on the selected folders." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35791 +#: dist/js/edd.js:16994 +#: dist/js/elementor.js:33589 +#: dist/js/tinymce.js:16516 +#: dist/js/woocommerce.js:16994 +msgid "If no folders selected, search will be performed all over the drive." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35101 +#: dist/js/elementor.js:32899 +msgid "Exclude files and folders by extensions and names." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35104 +#: dist/js/elementor.js:32902 +msgid "Restrict file upload by extension" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:32353 +#: dist/js/admin.js:34643 +#: dist/js/admin.js:35113 +#: dist/js/elementor.js:32441 +#: dist/js/elementor.js:32911 +msgid "Excludes" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35117 +#: dist/js/elementor.js:32915 +msgid "Show Files" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35128 +#: dist/js/elementor.js:32926 +msgid "If turned off, files won't show." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35132 +#: dist/js/elementor.js:32930 +msgid "Show Folders" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35143 +#: dist/js/elementor.js:32941 +msgid "If turned off, folders won't show." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35147 +#: dist/js/elementor.js:32945 +msgid "Exclude Extensions" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35169 +#: dist/js/admin.js:35218 +#: dist/js/elementor.js:32967 +#: dist/js/elementor.js:33016 +msgid "Exclude All :" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35180 +#: dist/js/admin.js:35229 +#: dist/js/admin.js:35524 +#: dist/js/elementor.js:32978 +#: dist/js/elementor.js:33027 +#: dist/js/elementor.js:33322 +msgid "Except" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35196 +#: dist/js/elementor.js:32994 +msgid "Exclude Names" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35241 +#: dist/js/elementor.js:33039 +msgid "When turned ON, Only the exceptions will show." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34836 +#: dist/js/elementor.js:32634 +msgid "Name" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34837 +#: dist/js/elementor.js:32635 +msgid "Size" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34838 +#: dist/js/elementor.js:32636 +msgid "Uploaded Date" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34839 +#: dist/js/elementor.js:32637 +msgid "Modified Date" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34842 +#: dist/js/elementor.js:32640 +msgid "Ascending" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34843 +#: dist/js/elementor.js:32641 +msgid "Descending" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34871 +#: dist/js/elementor.js:32669 +msgid "Advanced Settings" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34875 +#: dist/js/elementor.js:32673 +msgid "Browser View" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34903 +#: dist/js/elementor.js:32701 +msgid "Select the file browser view." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34907 +#: dist/js/elementor.js:32705 +msgid "Show Search" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34918 +#: dist/js/elementor.js:32716 +msgid "Show/ hide the header search bar & refresh button at the top of the file browser." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34922 +#: dist/js/elementor.js:32720 +msgid "Show Breadcrumbs" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34933 +#: dist/js/elementor.js:32731 +msgid "Show/ hide the breadcrumbs folder navigation." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34937 +#: dist/js/elementor.js:32735 +msgid "Show File Name" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34948 +#: dist/js/elementor.js:32746 +msgid "Show/ hide the file name at the top of the file." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34952 +#: dist/js/elementor.js:32750 +msgid "File Numbers" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34967 +#: dist/js/elementor.js:32765 +msgid "Enter the number of how many files want to show. Enter -1 or leave empty to show all files." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34971 +#: dist/js/elementor.js:32769 +msgid "Sorting" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34977 +#: dist/js/elementor.js:32775 +msgid "SORT BY" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34996 +#: dist/js/elementor.js:32794 +msgid "SORT DIRECTION" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35013 +#: dist/js/elementor.js:32811 +msgid "Select file sorting and direction." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35017 +#: dist/js/elementor.js:32815 +msgid "Max File Size (MB)" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35031 +#: dist/js/elementor.js:32829 +msgid "Enter the maximum file size in MB for uploading. Leave empty to upload all sizes." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35035 +#: dist/js/elementor.js:32833 +msgid "Enable Folder Upload" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35046 +#: dist/js/elementor.js:32844 +msgid "Allow users to upload folders. A folder upload button will be added." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35050 +#: dist/js/elementor.js:32848 +msgid "Open in new tab" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35061 +#: dist/js/elementor.js:32859 +msgid "Open a new tab for viewing the file." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35327 +#: dist/js/admin.js:35463 +#: dist/js/elementor.js:33125 +#: dist/js/elementor.js:33261 +msgid "Everyone" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35349 +#: dist/js/elementor.js:33147 +msgid "User Permissions Settings" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35355 +#: dist/js/elementor.js:33153 +msgid "File Manipulation" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35359 +#: dist/js/elementor.js:33157 +msgid "Upload" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35370 +#: dist/js/elementor.js:33168 +msgid "Allow users to upload files." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35374 +#: dist/js/elementor.js:33172 +msgid "Download" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35385 +#: dist/js/elementor.js:33183 +msgid "Allow users to download files." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35389 +#: dist/js/elementor.js:33187 +msgid "New Folder" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35400 +#: dist/js/elementor.js:33198 +msgid "Allow users to create new folders." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35404 +#: dist/js/elementor.js:33202 +msgid "Rename" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35415 +#: dist/js/elementor.js:33213 +msgid "Allow users to rename files and folders." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35419 +#: dist/js/elementor.js:33217 +msgid "Move/ Copy" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35430 +#: dist/js/elementor.js:33228 +msgid "Allow users to move/ copy files and folders." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35434 +#: dist/js/elementor.js:33232 +msgid "Delete" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35445 +#: dist/js/elementor.js:33243 +msgid "Allow users to delete files and folders." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35447 +#: dist/js/elementor.js:33245 +msgid "User Permissions" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35451 +#: dist/js/elementor.js:33249 +msgid "Display for" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35471 +#: dist/js/elementor.js:33269 +msgid "Logged In" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35479 +#: dist/js/elementor.js:33277 +msgid "Logged Out" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35481 +#: dist/js/elementor.js:33279 +msgid "Select who can see the module." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35485 +#: dist/js/elementor.js:33283 +msgid "Filter users & roles" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35505 +#: dist/js/elementor.js:33303 +msgid "Select the users and user roles who can see the module." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35513 +#: dist/js/elementor.js:33311 +msgid "Everyone :" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:35544 +#: dist/js/elementor.js:33342 +msgid "When turned on, the module will be displayed for the selected exceptions." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:32353 +#: dist/js/admin.js:34641 +#: dist/js/elementor.js:32439 +msgid "Types" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:32353 +#: dist/js/admin.js:34642 +#: dist/js/elementor.js:32440 +msgid "Sources" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:32353 +#: dist/js/admin.js:32358 +#: dist/js/admin.js:33143 +#: dist/js/admin.js:34644 +#: dist/js/elementor.js:32442 +msgid "Advanced" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:32353 +#: dist/js/admin.js:34645 +#: dist/js/elementor.js:32443 +msgid "Permissions" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34668 +#: dist/js/admin.js:35997 +#: dist/js/elementor.js:32466 +msgid "Shortcode copied to clipboard." +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34782 +#: dist/js/admin.js:35909 +#: dist/js/elementor.js:32580 +msgid "Back" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:33197 +#: dist/js/admin.js:34792 +#: dist/js/admin.js:35941 +#: dist/js/elementor.js:32590 +msgid "Save Changes" +msgstr "" + +#: block/build/index.js:1 +#: dist/js/admin.js:34806 +#: dist/js/elementor.js:32604 +msgid "Next" +msgstr "" + +#: dist/js/admin.js:32338 +msgid "Introduction" +msgstr "" + +#: dist/js/admin.js:32342 +msgid "What's new?" +msgstr "" + +#: dist/js/admin.js:32346 +msgid "Basic Usage" +msgstr "" + +#: dist/js/admin.js:32351 +#: dist/js/admin.js:35897 +msgid "Shortcode Builder" +msgstr "" + +#: dist/js/admin.js:32358 +#: dist/js/admin.js:33139 +msgid "Accounts" +msgstr "" + +#: dist/js/admin.js:32358 +#: dist/js/admin.js:33147 +msgid "Synchronization" +msgstr "" + +#: dist/js/admin.js:32361 +msgid "Integrations" +msgstr "" + +#: dist/js/admin.js:32363 +msgid "WooCommerce" +msgstr "" + +#: dist/js/admin.js:32363 +msgid "Easy Digital Downloads" +msgstr "" + +#: dist/js/admin.js:32366 +msgid "Gutenberg Blocks" +msgstr "" + +#: dist/js/admin.js:32371 +msgid "Elementor Widgets" +msgstr "" + +#: dist/js/admin.js:32376 +msgid "Classic Editor" +msgstr "" + +#: dist/js/admin.js:32380 +msgid "Create Own Google App" +msgstr "" + +#: dist/js/admin.js:32384 +msgid "FAQ" +msgstr "" + +#: dist/js/admin.js:33197 +msgid "Saving..." +msgstr "" + +#: dist/js/admin.js:33317 +msgid "Refresh" +msgstr "" + +#: dist/js/admin.js:33318 +msgid "Remove account" +msgstr "" + +#: dist/js/admin.js:33340 +msgid "You didn't add any Google account." +msgstr "" + +#: dist/js/admin.js:33342 +msgid "Link a Google account to continue." +msgstr "" + +#: dist/js/admin.js:33343 +msgid "Multiple Accounts - PRO" +msgstr "" + +#: dist/js/admin.js:33348 +msgid "Upgrade to PRO to add multiple accounts" +msgstr "" + +#: dist/js/admin.js:33356 +msgid "Add Account" +msgstr "" + +#: dist/js/admin.js:33372 +msgid "See what happens with your data when you authorize?" +msgstr "" + +#: dist/js/admin.js:33422 +msgid "Link Own Google App" +msgstr "" + +#: dist/js/admin.js:33433 +msgid "Use your own app instead of using the plugin default app." +msgstr "" + +#: dist/js/admin.js:33496 +msgid "Delete Data on Uninstall" +msgstr "" + +#: dist/js/admin.js:33507 +msgid "Delete the plugin data (settings, cache, accounts) on the uninstallation." +msgstr "" + +#: dist/js/admin.js:33544 +msgid "Synchronization Interval :" +msgstr "" + +#: dist/js/admin.js:33586 +msgid "Select the automatic cloud files synchronization interval." +msgstr "" + +#: dist/js/admin.js:35922 +#: dist/js/admin.js:36195 +msgid "Preview" +msgstr "" + +#: dist/js/admin.js:35925 +msgid "Preview Shortcode" +msgstr "" + +#: dist/js/admin.js:35951 +#: dist/js/admin.js:36166 +msgid "Add new shortcode" +msgstr "" + +#: dist/js/admin.js:36010 +msgid "Title" +msgstr "" + +#: dist/js/admin.js:36012 +msgid "Type" +msgstr "" + +#: dist/js/admin.js:36014 +msgid "Status" +msgstr "" + +#: dist/js/admin.js:36016 +msgid "Shortcode" +msgstr "" + +#: dist/js/admin.js:36018 +msgid "Created at" +msgstr "" + +#: dist/js/admin.js:36020 +msgid "Actions" +msgstr "" + +#: dist/js/admin.js:36050 +msgid "Status set to" +msgstr "" + +#: dist/js/admin.js:36156 +msgid "You didn't create any shortcode yet!" +msgstr "" + +#: dist/js/elementor.js:31550 +msgid "Update & Preview" +msgstr "" + +#: dist/js/elementor.js:31554 +msgid "Edit Module" +msgstr "" + +#: dist/js/tinymce.js:16805 +msgid "Select shortcode:" +msgstr "" + +#: dist/js/tinymce.js:16845 +msgid "Insert module shortcode built with shortcode builder." +msgstr "" + +#: dist/js/tinymce.js:16848 +msgid "Embed Documents" +msgstr "" + +#: dist/js/tinymce.js:16850 +msgid "Embed any documents to your page/ post content." +msgstr "" + +#: dist/js/tinymce.js:16853 +msgid "Download Link" +msgstr "" + +#: dist/js/tinymce.js:16855 +msgid "Insert links to download files." +msgstr "" + +#: dist/js/tinymce.js:16858 +msgid "View Link" +msgstr "" + +#: dist/js/tinymce.js:16860 +msgid "Insert links to view the files." +msgstr "" + +#: dist/js/tinymce.js:16869 +msgid "Select Module Type" +msgstr "" + +#: dist/js/tinymce.js:16869 +msgid "Select the module type that you want to insert." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/j2t-reward-points-for-woocommerce/translation_file/j2t-rewardpoints-woocommerce.pot b/spec/fixtures/dynamic_finders/plugin_version/j2t-reward-points-for-woocommerce/translation_file/j2t-rewardpoints-woocommerce.pot new file mode 100644 index 00000000..3683b1c0 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/j2t-reward-points-for-woocommerce/translation_file/j2t-rewardpoints-woocommerce.pot @@ -0,0 +1,406 @@ +# Copyright (C) 2021 J2T Design +# This file is distributed under the same license as the J2T Reward Points for Woocommerce plugin. +msgid "" +msgstr "" +"Project-Id-Version: J2T Reward Points for Woocommerce 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/j2t-rewardpoints-woocommerce\n" +"Last-Translator: Jon contact@j2t-design.net\n" +"Language-Team: LANGUAGE contact@j2t-design.net\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2021-08-24T07:53:41+00:00\n" +"PO-Revision-Date: 2021-08-24T07:53:41+00:00\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: j2treward\n" + +#. Plugin Name of the plugin +msgid "J2T Reward Points for Woocommerce" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://wordpress.org/plugins/j2t-rewardpoints-woocommerce/" +msgstr "" + +#. Description of the plugin +msgid "Rewardpoint engine for woocommerce. This module will allow your customers to gather points while placing an order. You can also decide to give them points for their birthday." +msgstr "" + +#. Author of the plugin +msgid "J2T Design" +msgstr "" + +#. Author URI of the plugin +msgid "https://www.j2t-design.net" +msgstr "" + +#: AdminList.php:114 +msgid "Error while processing the query." +msgstr "" + +#: AdminList.php:147 +msgid "Browse rewardpoints here." +msgstr "" + +#: AdminList.php:200 +msgid "Point History" +msgstr "" + +#: AdminList.php:207 +#: AdminList.php:410 +msgid "Add/Remove Points" +msgstr "" + +#: AdminList.php:248 +msgid "Export Data" +msgstr "" + +#: AdminList.php:370 +#: AdminList.php:607 +msgid "No rewardpoints found." +msgstr "" + +#: AdminList.php:378 +msgid "Customer" +msgstr "" + +#: AdminList.php:379 +msgid "Email" +msgstr "" + +#: AdminList.php:380 +msgid "Available Points" +msgstr "" + +#: AdminList.php:381 +#: j2t-rewardpoints-woocommerce.php:778 +msgid "Used Points" +msgstr "" + +#: AdminList.php:382 +msgid "Collected Points" +msgstr "" + +#: AdminList.php:391 +msgid "Points & Rewards Statistic" +msgstr "" + +#: AdminList.php:478 +msgid "Related to order #%s" +msgstr "" + +#: AdminList.php:483 +#: AdminList.php:630 +#: j2t-rewardpoints-woocommerce.php:804 +msgid "NA" +msgstr "" + +#: AdminList.php:615 +msgid "Type of points" +msgstr "" + +#: AdminList.php:616 +msgid "Gathered points" +msgstr "" + +#: AdminList.php:617 +msgid "Used points" +msgstr "" + +#: AdminList.php:618 +#: j2t-rewardpoints-woocommerce.php:779 +msgid "Insertion Date" +msgstr "" + +#: AdminList.php:619 +msgid "Description" +msgstr "" + +#: AdminList.php:632 +msgid "%s %s (%s)" +msgstr "" + +#: AdminList.php:635 +msgid "Points & Rewards History for user : %s" +msgstr "" + +#: AdminList.php:636 +msgid "Back" +msgstr "" + +#: emails/class-wc-rewardpoints-birthday.php:18 +msgid "Rewardpoints Birthday Email" +msgstr "" + +#: emails/class-wc-rewardpoints-birthday.php:19 +msgid "An email sent to the customer giving them points for their birthday." +msgstr "" + +#: emails/class-wc-rewardpoints-birthday.php:21 +msgid "You received some points for your birthday." +msgstr "" + +#: emails/class-wc-rewardpoints-birthday.php:22 +msgctxt "default email subject for cancelled emails sent to the customer" +msgid "[%s] A Special Gift For Your Birthday!" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:489 +#: j2t-rewardpoints-woocommerce.php:490 +#: j2t-rewardpoints-woocommerce.php:509 +#: j2t-rewardpoints-woocommerce.php:512 +msgid "Date of Birth" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:497 +msgid "Please provide a valid birth date" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:528 +#: j2t-rewardpoints-woocommerce.php:548 +msgid "Facebook Like points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:529 +#: j2t-rewardpoints-woocommerce.php:550 +msgid "Pinterest points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:530 +#: j2t-rewardpoints-woocommerce.php:551 +msgid "Twitter points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:531 +#: j2t-rewardpoints-woocommerce.php:549 +msgid "Google Plus points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:532 +#: j2t-rewardpoints-woocommerce.php:552 +msgid "Birthday points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:533 +msgid "Required points usage" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:534 +#: j2t-rewardpoints-woocommerce.php:553 +msgid "Review points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:535 +#: j2t-rewardpoints-woocommerce.php:554 +msgid "Event points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:536 +#: j2t-rewardpoints-woocommerce.php:555 +msgid "Newsletter points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:537 +#: j2t-rewardpoints-woocommerce.php:556 +msgid "Poll points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:538 +#: j2t-rewardpoints-woocommerce.php:557 +msgid "Tag points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:539 +#: j2t-rewardpoints-woocommerce.php:558 +msgid "Admin gift" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:540 +#: j2t-rewardpoints-woocommerce.php:560 +msgid "Registration points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:541 +#: j2t-rewardpoints-woocommerce.php:561 +msgid "Referral registration points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:559 +msgid "Points used on products" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:610 +#: j2t-rewardpoints-woocommerce.php:616 +#: j2t-rewardpoints-woocommerce.php:650 +#: j2t-rewardpoints-woocommerce.php:656 +msgid "With this product, you will collect between %s and %s points." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:620 +#: j2t-rewardpoints-woocommerce.php:660 +msgid "With this product, you will collect %s points." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:665 +msgid "If you purchase this product as per your selection, you will collect %s points." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:674 +msgid "When you register on this store, you will get %s point(s)." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:692 +#: j2t-rewardpoints-woocommerce.php:1254 +#: j2t-rewardpoints-woocommerce.php:1255 +#: j2t-rewardpoints-woocommerce.php:1283 +msgid "Reward Points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:694 +msgid "In this area, you can review your point history." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:732 +msgid "%s spent on this site will allow you to gather %s point(s)." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:735 +msgid "When using %s point(s), you will get %s discount." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:739 +msgid "For your birthday, we'll give you %s point(s)." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:751 +msgid "Summary" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:755 +msgid "Your Points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:756 +msgid "Accumulated Points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:757 +msgid "Points Spent" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:772 +msgid "History" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:776 +msgid "Type Of Points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:777 +msgid "Gathered Points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:857 +msgid "%s point(s) collected on this order" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:876 +#: j2t-rewardpoints-woocommerce.php:885 +msgid "Rewardpoint Information" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:879 +#: j2t-rewardpoints-woocommerce.php:886 +msgid "Gathered Points: %s" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:880 +#: j2t-rewardpoints-woocommerce.php:887 +msgid "Used Points: %s" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1150 +msgid "Points (%s used)" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1257 +#: j2t-rewardpoints-woocommerce.php:1304 +msgid "Points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1258 +#: j2t-rewardpoints-woocommerce.php:1305 +msgid "Apply Points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1260 +#: j2t-rewardpoints-woocommerce.php:1307 +msgid "Remove Points" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1264 +#: j2t-rewardpoints-woocommerce.php:1311 +msgid "You currently have %s point(s)" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1268 +#: j2t-rewardpoints-woocommerce.php:1315 +msgid "With this shopping cart, you will gather %s point(s)." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1273 +#: j2t-rewardpoints-woocommerce.php:1320 +msgid "You are currently using %s point(s)." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1286 +#: j2t-rewardpoints-woocommerce.php:1330 +msgid "You must be logged in order to gather or use points." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1343 +msgid "Unable to apply points for the moment." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1348 +msgid "Points removed with success." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1377 +msgid "Points applied with success." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1381 +msgid "%s point(s) applied with success." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1388 +#: j2t-rewardpoints-woocommerce.php:1389 +msgid "Unable to apply points." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1402 +msgid "Points removed from cart with success." +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1412 +msgid "J2T Points & Rewards" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1422 +#: j2t-rewardpoints-woocommerce.php:1432 +msgid "General" +msgstr "" + +#: j2t-rewardpoints-woocommerce.php:1423 +#: j2t-rewardpoints-woocommerce.php:1433 +msgid "Birthday Points" +msgstr "" + +#: templates/emails/plain/wc-rewardpoints-birthday.php:9 +msgid "We are pleased to inform you that we offered #%d points for your birthday." +msgstr "" + +#: templates/emails/wc-rewardpoints-birthday.php:15 +msgid "We are pleased to inform you that we offered %s points for your birthday." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/kokku-cookie-banner/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/kokku-cookie-banner/composer_file/package.json new file mode 100644 index 00000000..0e53b68c --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/kokku-cookie-banner/composer_file/package.json @@ -0,0 +1,28 @@ +{ + "name": "kokku-cookie-banner", + "version": "1.8.6", + "private": true, + "repository": "git@github.com:Kokku/kokku-cookie-banner.git", + "author": "Kokku ", + "license": "MIT", + "scripts": { + "prod": "NODE_ENV=production webpack", + "dev": "NODE_ENV=development webpack" + }, + "devDependencies": { + "clean-webpack-plugin": "^4.0.0", + "css-loader": "^6.5.1", + "mini-css-extract-plugin": "^2.5.3", + "node-sass": "^7.0.1", + "postcss-loader": "^6.2.1", + "sass-loader": "^12.4.0", + "webpack": "^5.67.0", + "webpack-cli": "^4.9.2" + }, + "dependencies": { + "js-cookie": "^3.0.1" + }, + "prettier": { + "tabWidth": 4 + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/math-input-with-mathquill/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/math-input-with-mathquill/composer_file/package.json new file mode 100644 index 00000000..65878339 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/math-input-with-mathquill/composer_file/package.json @@ -0,0 +1,24 @@ +{ + "name": "math-input-with-mathquill", + "version": "0.2.3", + "description": "Type math expressions directly into your page with MathQuill/LaTeX.", + "author": "eoghanmcilwaine", + "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": "^20.0.2" + }, + "dependencies": { + "@edtr-io/mathquill": "^0.11.0", + "react-mathquill": "^1.0.2" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/motopress-appointment-lite/translation_file/languages/motopress-appointment.pot b/spec/fixtures/dynamic_finders/plugin_version/motopress-appointment-lite/translation_file/languages/motopress-appointment.pot new file mode 100644 index 00000000..99835f8f --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/motopress-appointment-lite/translation_file/languages/motopress-appointment.pot @@ -0,0 +1,5395 @@ +# Copyright (C) 2021 MotoPress +# This file is distributed under the same license as the Appointment Booking plugin. +msgid "" +msgstr "" +"Project-Id-Version: Appointment Booking 1.4.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/Appointment Booking\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: 2021-07-20T14:23:55+03:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.4.0\n" +"X-Domain: motopress-appointment\n" + +#. Plugin Name of the plugin +#: includes/functions/plugin.php:128 +msgid "Appointment Booking" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://motopress.com/products/appointment-booking/" +msgstr "" + +#. Description of the plugin +msgid "MotoPress Appointment Booking makes it easy for time and service-based businesses to accept bookings and appointments online." +msgstr "" + +#. Author of the plugin +msgid "MotoPress" +msgstr "" + +#. Author URI of the plugin +msgid "https://motopress.com/" +msgstr "" + +#: includes/admin-pages/custom/AppointmentMenuPage.php:31 +#: includes/admin-pages/custom/AppointmentMenuPage.php:41 +msgid "Appointments" +msgstr "" + +#: includes/admin-pages/custom/HelpPage.php:43 +#: includes/admin-pages/custom/HelpPage.php:53 +msgid "Help" +msgstr "" + +#: includes/admin-pages/custom/SettingsPage.php:210 +msgid "Settings saved." +msgstr "" + +#: includes/admin-pages/custom/SettingsPage.php:229 +msgid "Save Changes" +msgstr "" + +#: includes/admin-pages/custom/SettingsPage.php:310 +#: includes/admin-pages/custom/SettingsPage.php:320 +#: includes/elementor/widgets/AppointmentFormWidget.php:69 +#: includes/elementor/widgets/EmployeeAdditionalInfoWidget.php:62 +#: includes/elementor/widgets/EmployeeContactsWidget.php:62 +#: includes/elementor/widgets/EmployeeContentWidget.php:62 +#: includes/elementor/widgets/EmployeeImageWidget.php:62 +#: includes/elementor/widgets/EmployeeScheduleWidget.php:62 +#: includes/elementor/widgets/EmployeeServicesListWidget.php:62 +#: includes/elementor/widgets/EmployeesListWidget.php:62 +#: includes/elementor/widgets/EmployeeSocialNetworksWidget.php:62 +#: includes/elementor/widgets/EmployeeTitleWidget.php:62 +#: includes/elementor/widgets/LocationsListWidget.php:62 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:62 +#: includes/elementor/widgets/ServicesListWidget.php:62 +#: assets/blocks/appointment-form/inspector.js:100 +#: assets/blocks/employee-additional-information/inspector.js:37 +#: assets/blocks/employee-contacts/inspector.js:37 +#: assets/blocks/employee-content/inspector.js:37 +#: assets/blocks/employee-image/inspector.js:37 +#: assets/blocks/employee-schedule/inspector.js:37 +#: assets/blocks/employee-services-list/inspector.js:37 +#: assets/blocks/employee-social-networks/inspector.js:37 +#: assets/blocks/employee-title/inspector.js:37 +#: assets/blocks/employees-list/inspector.js:51 +#: assets/blocks/locations-list/inspector.js:48 +#: assets/blocks/service-categories/inspector.js:51 +#: assets/blocks/services-list/inspector.js:54 +#: assets/js/gutenberg-blocks.js:488 +#: assets/js/gutenberg-blocks.js:878 +#: assets/js/gutenberg-blocks.js:1138 +#: assets/js/gutenberg-blocks.js:1398 +#: assets/js/gutenberg-blocks.js:1658 +#: assets/js/gutenberg-blocks.js:1918 +#: assets/js/gutenberg-blocks.js:2178 +#: assets/js/gutenberg-blocks.js:2438 +#: assets/js/gutenberg-blocks.js:2698 +#: assets/js/gutenberg-blocks.js:3016 +#: assets/js/gutenberg-blocks.js:3497 +#: assets/js/gutenberg-blocks.js:3921 +#: assets/js/gutenberg-blocks.js:4387 +msgid "Settings" +msgstr "" + +#: includes/admin-pages/manage/ManageBookingsPage.php:34 +#: includes/fields/complex/LicenseSettingsField.php:79 +msgid "Status" +msgstr "" + +#: includes/admin-pages/manage/ManageBookingsPage.php:35 +#: includes/list-tables/emails/CustomerEmailsListTable.php:34 +msgid "Customer" +msgstr "" + +#: includes/admin-pages/manage/ManageBookingsPage.php:36 +#: includes/admin-pages/manage/ManageServicesPage.php:24 +#: includes/divi/modules/ServicesListModule.php:162 +#: includes/elementor/widgets/ServicesListWidget.php:220 +#: includes/functions/entity.php:296 +#: includes/metaboxes/service/ServiceSettingsMetabox.php:37 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:54 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:56 +#: templates/private/fields/reserved-services.php:20 +#: templates/private/fields/service-variations-field.php:36 +#: templates/service/price.php:19 +#: assets/blocks/services-list/inspector.js:169 +#: assets/js/divi-modules.js:3417 +#: assets/js/edit-post.js:3558 +#: assets/js/elementor-widgets.js:3215 +#: assets/js/gutenberg-blocks.js:4547 +#: assets/js/gutenberg-blocks.js:7675 +#: assets/js/public.js:3190 +msgid "Price" +msgstr "" + +#: includes/admin-pages/manage/ManageBookingsPage.php:37 +#: includes/admin-pages/manage/ManageEmployeesPage.php:24 +#: includes/divi/modules/ServicesListModule.php:100 +#: includes/elementor/widgets/ServicesListWidget.php:140 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:63 +#: includes/post-types/ServicePostType.php:48 +#: includes/post-types/ServicePostType.php:89 +#: assets/blocks/services-list/inspector.js:105 +#: assets/js/gutenberg-blocks.js:4446 +msgid "Services" +msgstr "" + +#: includes/admin-pages/manage/ManageBookingsPage.php:37 +#: includes/divi/modules/AppointmentFormModule.php:75 +#: includes/divi/modules/AppointmentFormModule.php:115 +#: includes/elementor/widgets/AppointmentFormWidget.php:124 +#: includes/elementor/widgets/AppointmentFormWidget.php:188 +#: includes/metaboxes/shortcode/AppointmentFormDefaultsMetabox.php:50 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:48 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:49 +#: includes/post-types/ServicePostType.php:58 +#: includes/shortcodes/AppointmentFormShortcode.php:67 +#: includes/widgets/AppointmentFormWidget.php:115 +#: includes/widgets/AppointmentFormWidget.php:116 +#: includes/widgets/AppointmentFormWidget.php:158 +#: templates/private/fields/reserved-services.php:17 +#: templates/shortcodes/booking/step-service-form.php:92 +#: assets/blocks/appointment-form/inspector.js:137 +#: assets/blocks/appointment-form/inspector.js:189 +#: assets/js/divi-modules.js:3416 +#: assets/js/edit-post.js:3557 +#: assets/js/elementor-widgets.js:3214 +#: assets/js/gutenberg-blocks.js:530 +#: assets/js/gutenberg-blocks.js:591 +#: assets/js/gutenberg-blocks.js:7674 +#: assets/js/public.js:3189 +msgid "Service" +msgstr "" + +#: includes/admin-pages/manage/ManageBookingsPage.php:38 +#: includes/divi/modules/EmployeesListModule.php:90 +#: includes/divi/modules/ServicesListModule.php:106 +#: includes/elementor/widgets/EmployeesListWidget.php:130 +#: includes/elementor/widgets/ServicesListWidget.php:150 +#: includes/metaboxes/service/ServicePerformersMetabox.php:36 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:62 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:57 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:69 +#: includes/post-types/EmployeePostType.php:24 +#: includes/post-types/EmployeePostType.php:55 +#: assets/blocks/employees-list/inspector.js:95 +#: assets/blocks/services-list/inspector.js:113 +#: assets/js/gutenberg-blocks.js:3067 +#: assets/js/gutenberg-blocks.js:4455 +msgid "Employees" +msgstr "" + +#: includes/admin-pages/manage/ManageBookingsPage.php:38 +#: includes/admin-pages/manage/ManageSchedulesPage.php:24 +#: includes/divi/modules/AppointmentFormModule.php:89 +#: includes/divi/modules/AppointmentFormModule.php:131 +#: includes/elementor/widgets/AppointmentFormWidget.php:146 +#: includes/elementor/widgets/AppointmentFormWidget.php:210 +#: includes/metaboxes/schedule/ScheduleSettingsMetabox.php:36 +#: includes/metaboxes/shortcode/AppointmentFormDefaultsMetabox.php:62 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:62 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:63 +#: includes/metaboxes/shortcode/AppointmentFormMetabox.php:53 +#: includes/post-types/EmployeePostType.php:34 +#: includes/shortcodes/AppointmentFormShortcode.php:79 +#: includes/widgets/AppointmentFormWidget.php:98 +#: includes/widgets/AppointmentFormWidget.php:127 +#: includes/widgets/AppointmentFormWidget.php:128 +#: includes/widgets/AppointmentFormWidget.php:170 +#: templates/private/fields/reserved-services.php:18 +#: templates/private/fields/service-variations-field.php:35 +#: templates/shortcodes/booking/step-service-form.php:144 +#: assets/blocks/appointment-form/inspector.js:155 +#: assets/blocks/appointment-form/inspector.js:207 +#: assets/js/gutenberg-blocks.js:550 +#: assets/js/gutenberg-blocks.js:617 +msgid "Employee" +msgstr "" + +#: includes/admin-pages/manage/ManageBookingsPage.php:39 +#: templates/private/fields/reserved-services.php:22 +msgid "Time" +msgstr "" + +#: includes/admin-pages/manage/ManageBookingsPage.php:40 +#: templates/private/fields/reserved-services.php:23 +msgid "Clients" +msgstr "" + +#: includes/admin-pages/manage/ManageSchedulesPage.php:25 +#: includes/divi/modules/AppointmentFormModule.php:82 +#: includes/divi/modules/AppointmentFormModule.php:123 +#: includes/elementor/widgets/AppointmentFormWidget.php:135 +#: includes/elementor/widgets/AppointmentFormWidget.php:199 +#: includes/fields/complex/TimetableField.php:279 +#: includes/metaboxes/shortcode/AppointmentFormDefaultsMetabox.php:56 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:55 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:56 +#: includes/metaboxes/shortcode/AppointmentFormMetabox.php:52 +#: includes/post-types/LocationPostType.php:51 +#: includes/shortcodes/AppointmentFormShortcode.php:73 +#: includes/widgets/AppointmentFormWidget.php:97 +#: includes/widgets/AppointmentFormWidget.php:121 +#: includes/widgets/AppointmentFormWidget.php:122 +#: includes/widgets/AppointmentFormWidget.php:164 +#: templates/private/fields/reserved-services.php:19 +#: templates/shortcodes/booking/step-service-form.php:120 +#: assets/blocks/appointment-form/inspector.js:146 +#: assets/blocks/appointment-form/inspector.js:198 +#: assets/js/gutenberg-blocks.js:540 +#: assets/js/gutenberg-blocks.js:604 +msgid "Location" +msgstr "" + +#: includes/admin-pages/manage/ManageServicesPage.php:25 +#: includes/functions/entity.php:303 +#: includes/metaboxes/service/ServiceSettingsMetabox.php:41 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:55 +#: templates/private/fields/service-variations-field.php:37 +msgid "Duration" +msgstr "" + +#: includes/admin-pages/manage/ManageShortcodesPage.php:36 +#: includes/metaboxes/shortcode/ShortcodeExampleMetabox.php:33 +#: includes/post-types/ShortcodePostType.php:34 +#: templates/private/pages/shortcodes-list.php:23 +msgid "Shortcode" +msgstr "" + +#: includes/admin-pages/traits/ShortcodeTitleActions.php:37 +#: includes/fields/complex/AttributesField.php:122 +msgid "Add New" +msgstr "" + +#: includes/bundles/CountriesBundle.php:77 +msgid "Afghanistan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:78 +msgid "Åland Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:79 +msgid "Albania" +msgstr "" + +#: includes/bundles/CountriesBundle.php:80 +msgid "Algeria" +msgstr "" + +#: includes/bundles/CountriesBundle.php:81 +msgid "American Samoa" +msgstr "" + +#: includes/bundles/CountriesBundle.php:82 +msgid "Andorra" +msgstr "" + +#: includes/bundles/CountriesBundle.php:83 +msgid "Angola" +msgstr "" + +#: includes/bundles/CountriesBundle.php:84 +msgid "Anguilla" +msgstr "" + +#: includes/bundles/CountriesBundle.php:85 +msgid "Antarctica" +msgstr "" + +#: includes/bundles/CountriesBundle.php:86 +msgid "Antigua and Barbuda" +msgstr "" + +#: includes/bundles/CountriesBundle.php:87 +msgid "Argentina" +msgstr "" + +#: includes/bundles/CountriesBundle.php:88 +msgid "Armenia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:89 +msgid "Aruba" +msgstr "" + +#: includes/bundles/CountriesBundle.php:90 +msgid "Australia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:91 +msgid "Austria" +msgstr "" + +#: includes/bundles/CountriesBundle.php:92 +msgid "Azerbaijan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:93 +msgid "Bahamas" +msgstr "" + +#: includes/bundles/CountriesBundle.php:94 +msgid "Bahrain" +msgstr "" + +#: includes/bundles/CountriesBundle.php:95 +msgid "Bangladesh" +msgstr "" + +#: includes/bundles/CountriesBundle.php:96 +msgid "Barbados" +msgstr "" + +#: includes/bundles/CountriesBundle.php:97 +msgid "Belarus" +msgstr "" + +#: includes/bundles/CountriesBundle.php:98 +msgid "Belgium" +msgstr "" + +#: includes/bundles/CountriesBundle.php:99 +msgid "Belau" +msgstr "" + +#: includes/bundles/CountriesBundle.php:100 +msgid "Belize" +msgstr "" + +#: includes/bundles/CountriesBundle.php:101 +msgid "Benin" +msgstr "" + +#: includes/bundles/CountriesBundle.php:102 +msgid "Bermuda" +msgstr "" + +#: includes/bundles/CountriesBundle.php:103 +msgid "Bhutan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:104 +msgid "Bolivia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:105 +msgid "Bonaire, Saint Eustatius and Saba" +msgstr "" + +#: includes/bundles/CountriesBundle.php:106 +msgid "Bosnia and Herzegovina" +msgstr "" + +#: includes/bundles/CountriesBundle.php:107 +msgid "Botswana" +msgstr "" + +#: includes/bundles/CountriesBundle.php:108 +msgid "Bouvet Island" +msgstr "" + +#: includes/bundles/CountriesBundle.php:109 +msgid "Brazil" +msgstr "" + +#: includes/bundles/CountriesBundle.php:110 +msgid "British Indian Ocean Territory" +msgstr "" + +#: includes/bundles/CountriesBundle.php:111 +msgid "British Virgin Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:112 +msgid "Brunei" +msgstr "" + +#: includes/bundles/CountriesBundle.php:113 +msgid "Bulgaria" +msgstr "" + +#: includes/bundles/CountriesBundle.php:114 +msgid "Burkina Faso" +msgstr "" + +#: includes/bundles/CountriesBundle.php:115 +msgid "Burundi" +msgstr "" + +#: includes/bundles/CountriesBundle.php:116 +msgid "Cambodia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:117 +msgid "Cameroon" +msgstr "" + +#: includes/bundles/CountriesBundle.php:118 +msgid "Canada" +msgstr "" + +#: includes/bundles/CountriesBundle.php:119 +msgid "Cape Verde" +msgstr "" + +#: includes/bundles/CountriesBundle.php:120 +msgid "Cayman Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:121 +msgid "Central African Republic" +msgstr "" + +#: includes/bundles/CountriesBundle.php:122 +msgid "Chad" +msgstr "" + +#: includes/bundles/CountriesBundle.php:123 +msgid "Chile" +msgstr "" + +#: includes/bundles/CountriesBundle.php:124 +msgid "China" +msgstr "" + +#: includes/bundles/CountriesBundle.php:125 +msgid "Christmas Island" +msgstr "" + +#: includes/bundles/CountriesBundle.php:126 +msgid "Cocos (Keeling) Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:127 +msgid "Colombia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:128 +msgid "Comoros" +msgstr "" + +#: includes/bundles/CountriesBundle.php:129 +msgid "Congo (Brazzaville)" +msgstr "" + +#: includes/bundles/CountriesBundle.php:130 +msgid "Congo (Kinshasa)" +msgstr "" + +#: includes/bundles/CountriesBundle.php:131 +msgid "Cook Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:132 +msgid "Costa Rica" +msgstr "" + +#: includes/bundles/CountriesBundle.php:133 +msgid "Croatia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:134 +msgid "Cuba" +msgstr "" + +#: includes/bundles/CountriesBundle.php:135 +msgid "Curaçao" +msgstr "" + +#: includes/bundles/CountriesBundle.php:136 +msgid "Cyprus" +msgstr "" + +#: includes/bundles/CountriesBundle.php:137 +msgid "Czech Republic" +msgstr "" + +#: includes/bundles/CountriesBundle.php:138 +msgid "Denmark" +msgstr "" + +#: includes/bundles/CountriesBundle.php:139 +msgid "Djibouti" +msgstr "" + +#: includes/bundles/CountriesBundle.php:140 +msgid "Dominica" +msgstr "" + +#: includes/bundles/CountriesBundle.php:141 +msgid "Dominican Republic" +msgstr "" + +#: includes/bundles/CountriesBundle.php:142 +msgid "Ecuador" +msgstr "" + +#: includes/bundles/CountriesBundle.php:143 +msgid "Egypt" +msgstr "" + +#: includes/bundles/CountriesBundle.php:144 +msgid "El Salvador" +msgstr "" + +#: includes/bundles/CountriesBundle.php:145 +msgid "Equatorial Guinea" +msgstr "" + +#: includes/bundles/CountriesBundle.php:146 +msgid "Eritrea" +msgstr "" + +#: includes/bundles/CountriesBundle.php:147 +msgid "Estonia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:148 +msgid "Ethiopia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:149 +msgid "Falkland Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:150 +msgid "Faroe Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:151 +msgid "Fiji" +msgstr "" + +#: includes/bundles/CountriesBundle.php:152 +msgid "Finland" +msgstr "" + +#: includes/bundles/CountriesBundle.php:153 +msgid "France" +msgstr "" + +#: includes/bundles/CountriesBundle.php:154 +msgid "French Guiana" +msgstr "" + +#: includes/bundles/CountriesBundle.php:155 +msgid "French Polynesia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:156 +msgid "French Southern Territories" +msgstr "" + +#: includes/bundles/CountriesBundle.php:157 +msgid "Gabon" +msgstr "" + +#: includes/bundles/CountriesBundle.php:158 +msgid "Gambia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:159 +msgid "Georgia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:160 +msgid "Germany" +msgstr "" + +#: includes/bundles/CountriesBundle.php:161 +msgid "Ghana" +msgstr "" + +#: includes/bundles/CountriesBundle.php:162 +msgid "Gibraltar" +msgstr "" + +#: includes/bundles/CountriesBundle.php:163 +msgid "Greece" +msgstr "" + +#: includes/bundles/CountriesBundle.php:164 +msgid "Greenland" +msgstr "" + +#: includes/bundles/CountriesBundle.php:165 +msgid "Grenada" +msgstr "" + +#: includes/bundles/CountriesBundle.php:166 +msgid "Guadeloupe" +msgstr "" + +#: includes/bundles/CountriesBundle.php:167 +msgid "Guam" +msgstr "" + +#: includes/bundles/CountriesBundle.php:168 +msgid "Guatemala" +msgstr "" + +#: includes/bundles/CountriesBundle.php:169 +msgid "Guernsey" +msgstr "" + +#: includes/bundles/CountriesBundle.php:170 +msgid "Guinea" +msgstr "" + +#: includes/bundles/CountriesBundle.php:171 +msgid "Guinea-Bissau" +msgstr "" + +#: includes/bundles/CountriesBundle.php:172 +msgid "Guyana" +msgstr "" + +#: includes/bundles/CountriesBundle.php:173 +msgid "Haiti" +msgstr "" + +#: includes/bundles/CountriesBundle.php:174 +msgid "Heard Island and McDonald Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:175 +msgid "Honduras" +msgstr "" + +#: includes/bundles/CountriesBundle.php:176 +msgid "Hong Kong" +msgstr "" + +#: includes/bundles/CountriesBundle.php:177 +msgid "Hungary" +msgstr "" + +#: includes/bundles/CountriesBundle.php:178 +msgid "Iceland" +msgstr "" + +#: includes/bundles/CountriesBundle.php:179 +msgid "India" +msgstr "" + +#: includes/bundles/CountriesBundle.php:180 +msgid "Indonesia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:181 +msgid "Iran" +msgstr "" + +#: includes/bundles/CountriesBundle.php:182 +msgid "Iraq" +msgstr "" + +#: includes/bundles/CountriesBundle.php:183 +msgid "Ireland" +msgstr "" + +#: includes/bundles/CountriesBundle.php:184 +msgid "Isle of Man" +msgstr "" + +#: includes/bundles/CountriesBundle.php:185 +msgid "Israel" +msgstr "" + +#: includes/bundles/CountriesBundle.php:186 +msgid "Italy" +msgstr "" + +#: includes/bundles/CountriesBundle.php:187 +msgid "Ivory Coast" +msgstr "" + +#: includes/bundles/CountriesBundle.php:188 +msgid "Jamaica" +msgstr "" + +#: includes/bundles/CountriesBundle.php:189 +msgid "Japan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:190 +msgid "Jersey" +msgstr "" + +#: includes/bundles/CountriesBundle.php:191 +msgid "Jordan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:192 +msgid "Kazakhstan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:193 +msgid "Kenya" +msgstr "" + +#: includes/bundles/CountriesBundle.php:194 +msgid "Kiribati" +msgstr "" + +#: includes/bundles/CountriesBundle.php:195 +msgid "Kuwait" +msgstr "" + +#: includes/bundles/CountriesBundle.php:196 +msgid "Kyrgyzstan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:197 +msgid "Laos" +msgstr "" + +#: includes/bundles/CountriesBundle.php:198 +msgid "Latvia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:199 +msgid "Lebanon" +msgstr "" + +#: includes/bundles/CountriesBundle.php:200 +msgid "Lesotho" +msgstr "" + +#: includes/bundles/CountriesBundle.php:201 +msgid "Liberia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:202 +msgid "Libya" +msgstr "" + +#: includes/bundles/CountriesBundle.php:203 +msgid "Liechtenstein" +msgstr "" + +#: includes/bundles/CountriesBundle.php:204 +msgid "Lithuania" +msgstr "" + +#: includes/bundles/CountriesBundle.php:205 +msgid "Luxembourg" +msgstr "" + +#: includes/bundles/CountriesBundle.php:206 +msgid "Macao S.A.R., China" +msgstr "" + +#: includes/bundles/CountriesBundle.php:207 +msgid "Macedonia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:208 +msgid "Madagascar" +msgstr "" + +#: includes/bundles/CountriesBundle.php:209 +msgid "Malawi" +msgstr "" + +#: includes/bundles/CountriesBundle.php:210 +msgid "Malaysia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:211 +msgid "Maldives" +msgstr "" + +#: includes/bundles/CountriesBundle.php:212 +msgid "Mali" +msgstr "" + +#: includes/bundles/CountriesBundle.php:213 +msgid "Malta" +msgstr "" + +#: includes/bundles/CountriesBundle.php:214 +msgid "Marshall Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:215 +msgid "Martinique" +msgstr "" + +#: includes/bundles/CountriesBundle.php:216 +msgid "Mauritania" +msgstr "" + +#: includes/bundles/CountriesBundle.php:217 +msgid "Mauritius" +msgstr "" + +#: includes/bundles/CountriesBundle.php:218 +msgid "Mayotte" +msgstr "" + +#: includes/bundles/CountriesBundle.php:219 +msgid "Mexico" +msgstr "" + +#: includes/bundles/CountriesBundle.php:220 +msgid "Micronesia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:221 +msgid "Moldova" +msgstr "" + +#: includes/bundles/CountriesBundle.php:222 +msgid "Monaco" +msgstr "" + +#: includes/bundles/CountriesBundle.php:223 +msgid "Mongolia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:224 +msgid "Montenegro" +msgstr "" + +#: includes/bundles/CountriesBundle.php:225 +msgid "Montserrat" +msgstr "" + +#: includes/bundles/CountriesBundle.php:226 +msgid "Morocco" +msgstr "" + +#: includes/bundles/CountriesBundle.php:227 +msgid "Mozambique" +msgstr "" + +#: includes/bundles/CountriesBundle.php:228 +msgid "Myanmar" +msgstr "" + +#: includes/bundles/CountriesBundle.php:229 +msgid "Namibia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:230 +msgid "Nauru" +msgstr "" + +#: includes/bundles/CountriesBundle.php:231 +msgid "Nepal" +msgstr "" + +#: includes/bundles/CountriesBundle.php:232 +msgid "Netherlands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:233 +msgid "New Caledonia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:234 +msgid "New Zealand" +msgstr "" + +#: includes/bundles/CountriesBundle.php:235 +msgid "Nicaragua" +msgstr "" + +#: includes/bundles/CountriesBundle.php:236 +msgid "Niger" +msgstr "" + +#: includes/bundles/CountriesBundle.php:237 +msgid "Nigeria" +msgstr "" + +#: includes/bundles/CountriesBundle.php:238 +msgid "Niue" +msgstr "" + +#: includes/bundles/CountriesBundle.php:239 +msgid "Norfolk Island" +msgstr "" + +#: includes/bundles/CountriesBundle.php:240 +msgid "Northern Mariana Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:241 +msgid "North Korea" +msgstr "" + +#: includes/bundles/CountriesBundle.php:242 +msgid "Norway" +msgstr "" + +#: includes/bundles/CountriesBundle.php:243 +msgid "Oman" +msgstr "" + +#: includes/bundles/CountriesBundle.php:244 +msgid "Pakistan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:245 +msgid "Palestinian Territory" +msgstr "" + +#: includes/bundles/CountriesBundle.php:246 +msgid "Panama" +msgstr "" + +#: includes/bundles/CountriesBundle.php:247 +msgid "Papua New Guinea" +msgstr "" + +#: includes/bundles/CountriesBundle.php:248 +msgid "Paraguay" +msgstr "" + +#: includes/bundles/CountriesBundle.php:249 +msgid "Peru" +msgstr "" + +#: includes/bundles/CountriesBundle.php:250 +msgid "Philippines" +msgstr "" + +#: includes/bundles/CountriesBundle.php:251 +msgid "Pitcairn" +msgstr "" + +#: includes/bundles/CountriesBundle.php:252 +msgid "Poland" +msgstr "" + +#: includes/bundles/CountriesBundle.php:253 +msgid "Portugal" +msgstr "" + +#: includes/bundles/CountriesBundle.php:254 +msgid "Puerto Rico" +msgstr "" + +#: includes/bundles/CountriesBundle.php:255 +msgid "Qatar" +msgstr "" + +#: includes/bundles/CountriesBundle.php:256 +msgid "Reunion" +msgstr "" + +#: includes/bundles/CountriesBundle.php:257 +msgid "Romania" +msgstr "" + +#: includes/bundles/CountriesBundle.php:258 +msgid "Russia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:259 +msgid "Rwanda" +msgstr "" + +#: includes/bundles/CountriesBundle.php:260 +msgid "Saint Barthélemy" +msgstr "" + +#: includes/bundles/CountriesBundle.php:261 +msgid "Saint Helena" +msgstr "" + +#: includes/bundles/CountriesBundle.php:262 +msgid "Saint Kitts and Nevis" +msgstr "" + +#: includes/bundles/CountriesBundle.php:263 +msgid "Saint Lucia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:264 +msgid "Saint Martin (French part)" +msgstr "" + +#: includes/bundles/CountriesBundle.php:265 +msgid "Saint Martin (Dutch part)" +msgstr "" + +#: includes/bundles/CountriesBundle.php:266 +msgid "Saint Pierre and Miquelon" +msgstr "" + +#: includes/bundles/CountriesBundle.php:267 +msgid "Saint Vincent and the Grenadines" +msgstr "" + +#: includes/bundles/CountriesBundle.php:268 +msgid "San Marino" +msgstr "" + +#: includes/bundles/CountriesBundle.php:269 +msgid "São Tomé and Príncipe" +msgstr "" + +#: includes/bundles/CountriesBundle.php:270 +msgid "Saudi Arabia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:271 +msgid "Senegal" +msgstr "" + +#: includes/bundles/CountriesBundle.php:272 +msgid "Serbia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:273 +msgid "Seychelles" +msgstr "" + +#: includes/bundles/CountriesBundle.php:274 +msgid "Sierra Leone" +msgstr "" + +#: includes/bundles/CountriesBundle.php:275 +msgid "Singapore" +msgstr "" + +#: includes/bundles/CountriesBundle.php:276 +msgid "Slovakia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:277 +msgid "Slovenia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:278 +msgid "Solomon Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:279 +msgid "Somalia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:280 +msgid "South Africa" +msgstr "" + +#: includes/bundles/CountriesBundle.php:281 +msgid "South Georgia/Sandwich Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:282 +msgid "South Korea" +msgstr "" + +#: includes/bundles/CountriesBundle.php:283 +msgid "South Sudan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:284 +msgid "Spain" +msgstr "" + +#: includes/bundles/CountriesBundle.php:285 +msgid "Sri Lanka" +msgstr "" + +#: includes/bundles/CountriesBundle.php:286 +msgid "Sudan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:287 +msgid "Suriname" +msgstr "" + +#: includes/bundles/CountriesBundle.php:288 +msgid "Svalbard and Jan Mayen" +msgstr "" + +#: includes/bundles/CountriesBundle.php:289 +msgid "Swaziland" +msgstr "" + +#: includes/bundles/CountriesBundle.php:290 +msgid "Sweden" +msgstr "" + +#: includes/bundles/CountriesBundle.php:291 +msgid "Switzerland" +msgstr "" + +#: includes/bundles/CountriesBundle.php:292 +msgid "Syria" +msgstr "" + +#: includes/bundles/CountriesBundle.php:293 +msgid "Taiwan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:294 +msgid "Tajikistan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:295 +msgid "Tanzania" +msgstr "" + +#: includes/bundles/CountriesBundle.php:296 +msgid "Thailand" +msgstr "" + +#: includes/bundles/CountriesBundle.php:297 +msgid "Timor-Leste" +msgstr "" + +#: includes/bundles/CountriesBundle.php:298 +msgid "Togo" +msgstr "" + +#: includes/bundles/CountriesBundle.php:299 +msgid "Tokelau" +msgstr "" + +#: includes/bundles/CountriesBundle.php:300 +msgid "Tonga" +msgstr "" + +#: includes/bundles/CountriesBundle.php:301 +msgid "Trinidad and Tobago" +msgstr "" + +#: includes/bundles/CountriesBundle.php:302 +msgid "Tunisia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:303 +msgid "Turkey" +msgstr "" + +#: includes/bundles/CountriesBundle.php:304 +msgid "Turkmenistan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:305 +msgid "Turks and Caicos Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:306 +msgid "Tuvalu" +msgstr "" + +#: includes/bundles/CountriesBundle.php:307 +msgid "Uganda" +msgstr "" + +#: includes/bundles/CountriesBundle.php:308 +msgid "Ukraine" +msgstr "" + +#: includes/bundles/CountriesBundle.php:309 +msgid "United Arab Emirates" +msgstr "" + +#: includes/bundles/CountriesBundle.php:310 +msgid "United Kingdom (UK)" +msgstr "" + +#: includes/bundles/CountriesBundle.php:311 +msgid "United States (US)" +msgstr "" + +#: includes/bundles/CountriesBundle.php:312 +msgid "United States (US) Minor Outlying Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:313 +msgid "United States (US) Virgin Islands" +msgstr "" + +#: includes/bundles/CountriesBundle.php:314 +msgid "Uruguay" +msgstr "" + +#: includes/bundles/CountriesBundle.php:315 +msgid "Uzbekistan" +msgstr "" + +#: includes/bundles/CountriesBundle.php:316 +msgid "Vanuatu" +msgstr "" + +#: includes/bundles/CountriesBundle.php:317 +msgid "Vatican" +msgstr "" + +#: includes/bundles/CountriesBundle.php:318 +msgid "Venezuela" +msgstr "" + +#: includes/bundles/CountriesBundle.php:319 +msgid "Vietnam" +msgstr "" + +#: includes/bundles/CountriesBundle.php:320 +msgid "Wallis and Futuna" +msgstr "" + +#: includes/bundles/CountriesBundle.php:321 +msgid "Western Sahara" +msgstr "" + +#: includes/bundles/CountriesBundle.php:322 +msgid "Samoa" +msgstr "" + +#: includes/bundles/CountriesBundle.php:323 +msgid "Yemen" +msgstr "" + +#: includes/bundles/CountriesBundle.php:324 +msgid "Zambia" +msgstr "" + +#: includes/bundles/CountriesBundle.php:325 +msgid "Zimbabwe" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:63 +msgid "Before" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:64 +msgid "After" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:65 +msgid "Before with space" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:66 +msgid "After with space" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:105 +msgid "Euro" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:106 +msgid "United States (US) dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:107 +msgid "Pound sterling" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:108 +msgid "United Arab Emirates dirham" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:109 +msgid "Afghan afghani" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:110 +msgid "Albanian lek" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:111 +msgid "Armenian dram" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:112 +msgid "Netherlands Antillean guilder" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:113 +msgid "Angolan kwanza" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:114 +msgid "Argentine peso" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:115 +msgid "Australian dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:116 +msgid "Aruban florin" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:117 +msgid "Azerbaijani manat" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:118 +msgid "Bosnia and Herzegovina convertible mark" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:119 +msgid "Barbadian dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:120 +msgid "Bangladeshi taka" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:121 +msgid "Bulgarian lev" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:122 +msgid "Bahraini dinar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:123 +msgid "Burundian franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:124 +msgid "Bermudian dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:125 +msgid "Brunei dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:126 +msgid "Bolivian boliviano" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:127 +msgid "Brazilian real" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:128 +msgid "Bahamian dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:129 +msgid "Bitcoin" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:130 +msgid "Bhutanese ngultrum" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:131 +msgid "Botswana pula" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:132 +msgid "Belarusian ruble (old)" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:133 +msgid "Belarusian ruble" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:134 +msgid "Belize dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:135 +msgid "Canadian dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:136 +msgid "Congolese franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:137 +msgid "Swiss franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:138 +msgid "Chilean peso" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:139 +msgid "Chinese yuan" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:140 +msgid "Colombian peso" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:141 +msgid "Costa Rican colón" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:142 +msgid "Cuban convertible peso" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:143 +msgid "Cuban peso" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:144 +msgid "Cape Verdean escudo" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:145 +msgid "Czech koruna" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:146 +msgid "Djiboutian franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:147 +msgid "Danish krone" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:148 +msgid "Dominican peso" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:149 +msgid "Algerian dinar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:150 +msgid "Egyptian pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:151 +msgid "Eritrean nakfa" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:152 +msgid "Ethiopian birr" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:153 +msgid "Fijian dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:154 +msgid "Falkland Islands pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:155 +msgid "Georgian lari" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:156 +msgid "Guernsey pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:157 +msgid "Ghana cedi" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:158 +msgid "Gibraltar pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:159 +msgid "Gambian dalasi" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:160 +msgid "Guinean franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:161 +msgid "Guatemalan quetzal" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:162 +msgid "Guyanese dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:163 +msgid "Hong Kong dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:164 +msgid "Honduran lempira" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:165 +msgid "Croatian kuna" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:166 +msgid "Haitian gourde" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:167 +msgid "Hungarian forint" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:168 +msgid "Indonesian rupiah" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:169 +msgid "Israeli new shekel" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:170 +msgid "Manx pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:171 +msgid "Indian rupee" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:172 +msgid "Iraqi dinar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:173 +msgid "Iranian rial" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:174 +msgid "Iranian toman" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:175 +msgid "Icelandic króna" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:176 +msgid "Jersey pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:177 +msgid "Jamaican dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:178 +msgid "Jordanian dinar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:179 +msgid "Japanese yen" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:180 +msgid "Kenyan shilling" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:181 +msgid "Kyrgyzstani som" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:182 +msgid "Cambodian riel" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:183 +msgid "Comorian franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:184 +msgid "North Korean won" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:185 +msgid "South Korean won" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:186 +msgid "Kuwaiti dinar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:187 +msgid "Cayman Islands dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:188 +msgid "Kazakhstani tenge" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:189 +msgid "Lao kip" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:190 +msgid "Lebanese pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:191 +msgid "Sri Lankan rupee" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:192 +msgid "Liberian dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:193 +msgid "Lesotho loti" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:194 +msgid "Libyan dinar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:195 +msgid "Moroccan dirham" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:196 +msgid "Moldovan leu" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:197 +msgid "Malagasy ariary" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:198 +msgid "Macedonian denar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:199 +msgid "Burmese kyat" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:200 +msgid "Mongolian tögrög" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:201 +msgid "Macanese pataca" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:202 +msgid "Mauritanian ouguiya" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:203 +msgid "Mauritian rupee" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:204 +msgid "Maldivian rufiyaa" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:205 +msgid "Malawian kwacha" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:206 +msgid "Mexican peso" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:207 +msgid "Malaysian ringgit" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:208 +msgid "Mozambican metical" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:209 +msgid "Namibian dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:210 +msgid "Nigerian naira" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:211 +msgid "Nicaraguan córdoba" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:212 +msgid "Norwegian krone" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:213 +msgid "Nepalese rupee" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:214 +msgid "New Zealand dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:215 +msgid "Omani rial" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:216 +msgid "Panamanian balboa" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:217 +msgid "Sol" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:218 +msgid "Papua New Guinean kina" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:219 +msgid "Philippine peso" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:220 +msgid "Pakistani rupee" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:221 +msgid "Polish złoty" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:222 +msgid "Transnistrian ruble" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:223 +msgid "Paraguayan guaraní" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:224 +msgid "Qatari riyal" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:225 +msgid "Romanian leu" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:226 +msgid "Serbian dinar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:227 +msgid "Russian ruble" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:228 +msgid "Rwandan franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:229 +msgid "Saudi riyal" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:230 +msgid "Solomon Islands dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:231 +msgid "Seychellois rupee" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:232 +msgid "Sudanese pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:233 +msgid "Swedish krona" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:234 +msgid "Singapore dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:235 +msgid "Saint Helena pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:236 +msgid "Sierra Leonean leone" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:237 +msgid "Somali shilling" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:238 +msgid "Surinamese dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:239 +msgid "South Sudanese pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:240 +msgid "São Tomé and Príncipe dobra" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:241 +msgid "Syrian pound" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:242 +msgid "Swazi lilangeni" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:243 +msgid "Thai baht" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:244 +msgid "Tajikistani somoni" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:245 +msgid "Turkmenistan manat" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:246 +msgid "Tunisian dinar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:247 +msgid "Tongan paʻanga" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:248 +msgid "Turkish lira" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:249 +msgid "Trinidad and Tobago dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:250 +msgid "New Taiwan dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:251 +msgid "Tanzanian shilling" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:252 +msgid "Ukrainian hryvnia" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:253 +msgid "Ugandan shilling" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:254 +msgid "Uruguayan peso" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:255 +msgid "Uzbekistani som" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:256 +msgid "Venezuelan bolívar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:257 +msgid "Bolívar soberano" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:258 +msgid "Vietnamese đồng" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:259 +msgid "Vanuatu vatu" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:260 +msgid "Samoan tālā" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:261 +msgid "Central African CFA franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:262 +msgid "East Caribbean dollar" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:263 +msgid "West African CFA franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:264 +msgid "CFP franc" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:265 +msgid "Yemeni rial" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:266 +msgid "South African rand" +msgstr "" + +#: includes/bundles/CurrenciesBundle.php:267 +msgid "Zambian kwacha" +msgstr "" + +#: includes/bundles/SettingsBundle.php:40 +msgid "General" +msgstr "" + +#: includes/bundles/SettingsBundle.php:41 +msgid "Emails" +msgstr "" + +#: includes/bundles/SettingsBundle.php:46 +msgid "License" +msgstr "" + +#: includes/bundles/SettingsBundle.php:95 +msgid "Default Time Step" +msgstr "" + +#: includes/bundles/SettingsBundle.php:96 +msgid "Default length of the time slot step, which is used for the business hours and appointment durations." +msgstr "" + +#: includes/bundles/SettingsBundle.php:103 +msgid "Default Appointment Status" +msgstr "" + +#: includes/bundles/SettingsBundle.php:104 +msgid "Select status for newly booked appointments." +msgstr "" + +#: includes/bundles/SettingsBundle.php:106 +#: includes/post-types/statuses/BookingStatuses.php:32 +msgctxt "Booking status" +msgid "Pending" +msgstr "" + +#: includes/bundles/SettingsBundle.php:107 +#: includes/post-types/statuses/BookingStatuses.php:62 +msgctxt "Booking status" +msgid "Confirmed" +msgstr "" + +#: includes/bundles/SettingsBundle.php:114 +msgid "Allow Multibooking" +msgstr "" + +#: includes/bundles/SettingsBundle.php:115 +msgid "Allow clients to book more than one service at a time." +msgstr "" + +#: includes/bundles/SettingsBundle.php:122 +msgid "Misc" +msgstr "" + +#: includes/bundles/SettingsBundle.php:126 +msgid "Currency" +msgstr "" + +#: includes/bundles/SettingsBundle.php:133 +msgid "Currency Position" +msgstr "" + +#: includes/bundles/SettingsBundle.php:140 +msgid "Decimal Separator" +msgstr "" + +#: includes/bundles/SettingsBundle.php:146 +msgid "Thousand Separator" +msgstr "" + +#: includes/bundles/SettingsBundle.php:152 +msgid "Number of Decimals" +msgstr "" + +#: includes/bundles/SettingsBundle.php:170 +msgid "Admin Emails" +msgstr "" + +#: includes/bundles/SettingsBundle.php:180 +msgid "Customer Emails" +msgstr "" + +#: includes/bundles/SettingsBundle.php:190 +msgid "Email Sender" +msgstr "" + +#: includes/bundles/SettingsBundle.php:194 +msgid "Administrator Email" +msgstr "" + +#: includes/bundles/SettingsBundle.php:200 +msgid "From Email" +msgstr "" + +#: includes/bundles/SettingsBundle.php:207 +msgid "From Name" +msgstr "" + +#: includes/bundles/SettingsBundle.php:216 +msgid "Email Template" +msgstr "" + +#: includes/bundles/SettingsBundle.php:220 +msgid "Logo URL" +msgstr "" + +#: includes/bundles/SettingsBundle.php:221 +msgid "URL to an image you want to show in the email header." +msgstr "" + +#: includes/bundles/SettingsBundle.php:228 +msgid "Footer Text" +msgstr "" + +#: includes/bundles/SettingsBundle.php:229 +msgid "Text applied to the footer of all emails." +msgstr "" + +#: includes/bundles/SettingsBundle.php:237 +msgid "Template Parts" +msgstr "" + +#: includes/bundles/SettingsBundle.php:244 +msgid "Styles" +msgstr "" + +#: includes/bundles/SettingsBundle.php:248 +msgid "Base Color" +msgstr "" + +#: includes/bundles/SettingsBundle.php:253 +msgid "Background Color" +msgstr "" + +#: includes/bundles/SettingsBundle.php:258 +msgid "Body Background Color" +msgstr "" + +#: includes/bundles/SettingsBundle.php:263 +msgid "Body Text Color" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:22 +#: includes/elementor/widgets/AppointmentFormWidget.php:39 +#: includes/metaboxes/shortcode/AppointmentFormMetabox.php:31 +#: includes/shortcodes/AppointmentFormShortcode.php:31 +#: includes/widgets/AppointmentFormWidget.php:31 +#: includes/widgets/AppointmentFormWidget.php:89 +#: assets/blocks/appointment-form/index.js:22 +#: assets/js/gutenberg-blocks.js:296 +msgid "Appointment Form" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:28 +#: includes/elementor/widgets/AppointmentFormWidget.php:64 +#: includes/gutenberg/Init.php:64 +#: includes/metaboxes/shortcode/AppointmentFormDefaultsMetabox.php:38 +#: includes/metaboxes/shortcode/AppointmentFormDefaultsMetabox.php:39 +#: includes/widgets/AppointmentFormWidget.php:82 +#: includes/widgets/AppointmentFormWidget.php:83 +msgid "— Unselected —" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:32 +#: includes/elementor/widgets/AppointmentFormWidget.php:77 +#: assets/blocks/appointment-form/inspector.js:102 +#: assets/js/gutenberg-blocks.js:491 +msgid "Show Category?" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:33 +#: includes/elementor/widgets/AppointmentFormWidget.php:78 +#: includes/shortcodes/AppointmentFormShortcode.php:44 +#: assets/blocks/appointment-form/inspector.js:103 +#: assets/js/gutenberg-blocks.js:492 +msgid "Show the service category field in the form." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:37 +#: includes/divi/modules/AppointmentFormModule.php:48 +#: includes/divi/modules/AppointmentFormModule.php:59 +#: includes/divi/modules/EmployeesListModule.php:34 +#: includes/divi/modules/EmployeesListModule.php:44 +#: includes/divi/modules/EmployeesListModule.php:54 +#: includes/divi/modules/EmployeesListModule.php:64 +#: includes/divi/modules/EmployeesListModule.php:74 +#: includes/divi/modules/EmployeesListModule.php:84 +#: includes/divi/modules/LocationsListModule.php:34 +#: includes/divi/modules/LocationsListModule.php:44 +#: includes/divi/modules/LocationsListModule.php:54 +#: includes/divi/modules/ServiceCategoriesModule.php:34 +#: includes/divi/modules/ServiceCategoriesModule.php:44 +#: includes/divi/modules/ServiceCategoriesModule.php:54 +#: includes/divi/modules/ServiceCategoriesModule.php:82 +#: includes/divi/modules/ServicesListModule.php:34 +#: includes/divi/modules/ServicesListModule.php:44 +#: includes/divi/modules/ServicesListModule.php:54 +#: includes/divi/modules/ServicesListModule.php:64 +#: includes/divi/modules/ServicesListModule.php:74 +#: includes/divi/modules/ServicesListModule.php:84 +#: includes/divi/modules/ServicesListModule.php:94 +#: includes/list-tables/emails/EmailsListTable.php:64 +msgid "Yes" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:38 +#: includes/divi/modules/AppointmentFormModule.php:49 +#: includes/divi/modules/AppointmentFormModule.php:60 +#: includes/divi/modules/EmployeesListModule.php:35 +#: includes/divi/modules/EmployeesListModule.php:45 +#: includes/divi/modules/EmployeesListModule.php:55 +#: includes/divi/modules/EmployeesListModule.php:65 +#: includes/divi/modules/EmployeesListModule.php:75 +#: includes/divi/modules/EmployeesListModule.php:85 +#: includes/divi/modules/LocationsListModule.php:35 +#: includes/divi/modules/LocationsListModule.php:45 +#: includes/divi/modules/LocationsListModule.php:55 +#: includes/divi/modules/ServiceCategoriesModule.php:35 +#: includes/divi/modules/ServiceCategoriesModule.php:45 +#: includes/divi/modules/ServiceCategoriesModule.php:55 +#: includes/divi/modules/ServiceCategoriesModule.php:83 +#: includes/divi/modules/ServicesListModule.php:35 +#: includes/divi/modules/ServicesListModule.php:45 +#: includes/divi/modules/ServicesListModule.php:55 +#: includes/divi/modules/ServicesListModule.php:65 +#: includes/divi/modules/ServicesListModule.php:75 +#: includes/divi/modules/ServicesListModule.php:85 +#: includes/divi/modules/ServicesListModule.php:95 +#: includes/list-tables/emails/EmailsListTable.php:64 +msgid "No" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:43 +#: includes/elementor/widgets/AppointmentFormWidget.php:88 +#: assets/blocks/appointment-form/inspector.js:110 +#: assets/js/gutenberg-blocks.js:500 +msgid "Show Location?" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:44 +#: includes/elementor/widgets/AppointmentFormWidget.php:89 +#: includes/shortcodes/AppointmentFormShortcode.php:49 +#: assets/blocks/appointment-form/inspector.js:111 +#: assets/js/gutenberg-blocks.js:501 +msgid "Show the location field in the form." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:54 +#: includes/elementor/widgets/AppointmentFormWidget.php:99 +#: assets/blocks/appointment-form/inspector.js:118 +#: assets/js/gutenberg-blocks.js:509 +msgid "Show Employee?" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:55 +#: includes/elementor/widgets/AppointmentFormWidget.php:100 +#: includes/shortcodes/AppointmentFormShortcode.php:54 +#: assets/blocks/appointment-form/inspector.js:119 +#: assets/js/gutenberg-blocks.js:510 +msgid "Show the employee field in the form." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:65 +#: includes/elementor/widgets/AppointmentFormWidget.php:110 +#: assets/blocks/appointment-form/inspector.js:126 +#: assets/js/gutenberg-blocks.js:518 +msgid "Category Field Label" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:68 +#: includes/divi/modules/AppointmentFormModule.php:107 +#: includes/elementor/widgets/AppointmentFormWidget.php:113 +#: includes/elementor/widgets/AppointmentFormWidget.php:176 +#: includes/metaboxes/shortcode/AppointmentFormDefaultsMetabox.php:44 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:41 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:42 +#: includes/metaboxes/shortcode/AppointmentFormMetabox.php:51 +#: includes/post-types/ServicePostType.php:122 +#: includes/shortcodes/AppointmentFormShortcode.php:61 +#: includes/widgets/AppointmentFormWidget.php:96 +#: includes/widgets/AppointmentFormWidget.php:109 +#: includes/widgets/AppointmentFormWidget.php:110 +#: includes/widgets/AppointmentFormWidget.php:152 +#: templates/shortcodes/booking/step-service-form.php:69 +#: assets/blocks/appointment-form/inspector.js:128 +#: assets/blocks/appointment-form/inspector.js:180 +#: assets/js/gutenberg-blocks.js:520 +#: assets/js/gutenberg-blocks.js:578 +msgid "Service Category" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:69 +#: includes/elementor/widgets/AppointmentFormWidget.php:114 +#: includes/shortcodes/AppointmentFormShortcode.php:59 +#: assets/blocks/appointment-form/inspector.js:127 +#: assets/js/gutenberg-blocks.js:519 +msgid "Custom label for the service category field." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:72 +#: includes/elementor/widgets/AppointmentFormWidget.php:121 +#: assets/blocks/appointment-form/inspector.js:135 +#: assets/js/gutenberg-blocks.js:528 +msgid "Service Field Label" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:76 +#: includes/elementor/widgets/AppointmentFormWidget.php:125 +#: includes/shortcodes/AppointmentFormShortcode.php:65 +#: assets/blocks/appointment-form/inspector.js:136 +#: assets/js/gutenberg-blocks.js:529 +msgid "Custom label for the service field." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:79 +#: includes/elementor/widgets/AppointmentFormWidget.php:132 +#: assets/blocks/appointment-form/inspector.js:144 +#: assets/js/gutenberg-blocks.js:538 +msgid "Location Field Label" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:83 +#: includes/elementor/widgets/AppointmentFormWidget.php:136 +#: includes/shortcodes/AppointmentFormShortcode.php:71 +#: assets/blocks/appointment-form/inspector.js:145 +#: assets/js/gutenberg-blocks.js:539 +msgid "Custom label for the location field." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:86 +#: includes/elementor/widgets/AppointmentFormWidget.php:143 +#: assets/blocks/appointment-form/inspector.js:153 +#: assets/js/gutenberg-blocks.js:548 +msgid "Employee Field Label" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:90 +#: includes/elementor/widgets/AppointmentFormWidget.php:147 +#: includes/shortcodes/AppointmentFormShortcode.php:77 +#: assets/blocks/appointment-form/inspector.js:154 +#: assets/js/gutenberg-blocks.js:549 +msgid "Custom label for the employee field." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:93 +#: includes/elementor/widgets/AppointmentFormWidget.php:154 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:69 +#: includes/widgets/AppointmentFormWidget.php:133 +#: assets/blocks/appointment-form/inspector.js:162 +#: assets/js/gutenberg-blocks.js:558 +msgid "Unselected Service" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:96 +#: includes/elementor/widgets/AppointmentFormWidget.php:157 +#: includes/functions/misc.php:37 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:71 +#: includes/shortcodes/AppointmentFormShortcode.php:85 +#: includes/widgets/AppointmentFormWidget.php:135 +#: assets/blocks/appointment-form/inspector.js:164 +#: assets/js/gutenberg-blocks.js:560 +msgid "— Select —" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:97 +#: includes/elementor/widgets/AppointmentFormWidget.php:158 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:70 +#: includes/shortcodes/AppointmentFormShortcode.php:83 +#: includes/widgets/AppointmentFormWidget.php:134 +#: assets/blocks/appointment-form/inspector.js:163 +#: assets/js/gutenberg-blocks.js:559 +msgid "Custom label for the unselected service field." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:100 +#: includes/elementor/widgets/AppointmentFormWidget.php:165 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:77 +#: includes/widgets/AppointmentFormWidget.php:140 +#: assets/blocks/appointment-form/inspector.js:171 +#: assets/js/gutenberg-blocks.js:568 +msgid "Unselected Option" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:103 +#: includes/elementor/widgets/AppointmentFormWidget.php:168 +#: includes/functions/misc.php:21 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:79 +#: includes/shortcodes/AppointmentFormShortcode.php:91 +#: includes/widgets/AppointmentFormWidget.php:142 +#: assets/blocks/appointment-form/inspector.js:173 +#: assets/js/gutenberg-blocks.js:570 +msgid "— Any —" +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:104 +#: includes/divi/modules/ServicesListModule.php:121 +#: includes/elementor/widgets/ServicesListWidget.php:173 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:82 +#: includes/shortcodes/ServicesListShortcode.php:94 +#: assets/blocks/services-list/inspector.js:130 +#: assets/js/gutenberg-blocks.js:4474 +msgid "Comma-separated slugs or IDs of tags that will be shown." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:108 +#: includes/elementor/widgets/AppointmentFormWidget.php:177 +#: includes/shortcodes/AppointmentFormShortcode.php:95 +#: assets/blocks/appointment-form/inspector.js:181 +#: assets/js/gutenberg-blocks.js:579 +msgid "Slug of the selected service category." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:116 +#: includes/elementor/widgets/AppointmentFormWidget.php:189 +#: includes/shortcodes/AppointmentFormShortcode.php:101 +#: assets/blocks/appointment-form/inspector.js:190 +#: assets/js/gutenberg-blocks.js:592 +msgid "ID of the selected service." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:124 +#: includes/elementor/widgets/AppointmentFormWidget.php:200 +#: includes/shortcodes/AppointmentFormShortcode.php:107 +#: assets/blocks/appointment-form/inspector.js:199 +#: assets/js/gutenberg-blocks.js:605 +msgid "ID of the selected location." +msgstr "" + +#: includes/divi/modules/AppointmentFormModule.php:132 +#: includes/elementor/widgets/AppointmentFormWidget.php:211 +#: includes/shortcodes/AppointmentFormShortcode.php:113 +#: assets/blocks/appointment-form/inspector.js:208 +#: assets/js/gutenberg-blocks.js:618 +msgid "ID of the selected employee." +msgstr "" + +#: includes/divi/modules/EmployeeAdditionalInfoModule.php:22 +#: includes/elementor/widgets/EmployeeAdditionalInfoWidget.php:33 +#: includes/shortcodes/single-employee/EmployeeAdditionalInfoShortcode.php:31 +#: assets/js/gutenberg-blocks.js:773 +msgid "Employee Additional Information" +msgstr "" + +#: includes/divi/modules/EmployeeAdditionalInfoModule.php:30 +#: includes/divi/modules/EmployeeContactsModule.php:30 +#: includes/divi/modules/EmployeeContentModule.php:30 +#: includes/divi/modules/EmployeeImageModule.php:30 +#: includes/divi/modules/EmployeeScheduleModule.php:30 +#: includes/divi/modules/EmployeeServicesListModule.php:30 +#: includes/divi/modules/EmployeeSocialNetworksModule.php:30 +#: includes/divi/modules/EmployeeTitleModule.php:30 +#: includes/elementor/widgets/EmployeeAdditionalInfoWidget.php:70 +#: includes/elementor/widgets/EmployeeContactsWidget.php:70 +#: includes/elementor/widgets/EmployeeContentWidget.php:70 +#: includes/elementor/widgets/EmployeeImageWidget.php:70 +#: includes/elementor/widgets/EmployeeScheduleWidget.php:70 +#: includes/elementor/widgets/EmployeeServicesListWidget.php:70 +#: includes/elementor/widgets/EmployeeSocialNetworksWidget.php:70 +#: includes/elementor/widgets/EmployeeTitleWidget.php:70 +#: assets/blocks/employee-additional-information/inspector.js:39 +#: assets/blocks/employee-contacts/inspector.js:39 +#: assets/blocks/employee-content/inspector.js:39 +#: assets/blocks/employee-image/inspector.js:39 +#: assets/blocks/employee-schedule/inspector.js:39 +#: assets/blocks/employee-services-list/inspector.js:39 +#: assets/blocks/employee-social-networks/inspector.js:39 +#: assets/blocks/employee-title/inspector.js:39 +#: assets/js/gutenberg-blocks.js:881 +#: assets/js/gutenberg-blocks.js:1141 +#: assets/js/gutenberg-blocks.js:1401 +#: assets/js/gutenberg-blocks.js:1661 +#: assets/js/gutenberg-blocks.js:1921 +#: assets/js/gutenberg-blocks.js:2181 +#: assets/js/gutenberg-blocks.js:2441 +#: assets/js/gutenberg-blocks.js:2701 +msgid "ID" +msgstr "" + +#: includes/divi/modules/EmployeeAdditionalInfoModule.php:33 +#: includes/divi/modules/EmployeeContactsModule.php:33 +#: includes/divi/modules/EmployeeContentModule.php:33 +#: includes/divi/modules/EmployeeImageModule.php:33 +#: includes/divi/modules/EmployeeScheduleModule.php:33 +#: includes/divi/modules/EmployeeServicesListModule.php:33 +#: includes/divi/modules/EmployeeSocialNetworksModule.php:33 +#: includes/divi/modules/EmployeeTitleModule.php:33 +#: includes/elementor/widgets/EmployeeAdditionalInfoWidget.php:73 +#: includes/elementor/widgets/EmployeeContactsWidget.php:73 +#: includes/elementor/widgets/EmployeeContentWidget.php:73 +#: includes/elementor/widgets/EmployeeImageWidget.php:73 +#: includes/elementor/widgets/EmployeeScheduleWidget.php:73 +#: includes/elementor/widgets/EmployeeServicesListWidget.php:73 +#: includes/elementor/widgets/EmployeeSocialNetworksWidget.php:73 +#: includes/elementor/widgets/EmployeeTitleWidget.php:73 +#: includes/shortcodes/single-employee/AbstractSingleEmployeeShortcode.php:26 +#: assets/blocks/employee-additional-information/inspector.js:40 +#: assets/blocks/employee-contacts/inspector.js:40 +#: assets/blocks/employee-content/inspector.js:40 +#: assets/blocks/employee-image/inspector.js:40 +#: assets/blocks/employee-schedule/inspector.js:40 +#: assets/blocks/employee-services-list/inspector.js:40 +#: assets/blocks/employee-social-networks/inspector.js:40 +#: assets/blocks/employee-title/inspector.js:40 +#: assets/js/gutenberg-blocks.js:882 +#: assets/js/gutenberg-blocks.js:1142 +#: assets/js/gutenberg-blocks.js:1402 +#: assets/js/gutenberg-blocks.js:1662 +#: assets/js/gutenberg-blocks.js:1922 +#: assets/js/gutenberg-blocks.js:2182 +#: assets/js/gutenberg-blocks.js:2442 +#: assets/js/gutenberg-blocks.js:2702 +msgid "Post ID of an employee to display content from. Note: this parameter automatically uses the current post ID when a shortcode is inside the employee's post and is required otherwise." +msgstr "" + +#: includes/divi/modules/EmployeeContactsModule.php:22 +#: includes/elementor/widgets/EmployeeContactsWidget.php:33 +#: includes/shortcodes/single-employee/EmployeeContactsShortcode.php:31 +#: assets/js/gutenberg-blocks.js:1033 +msgid "Employee Contact Information" +msgstr "" + +#: includes/divi/modules/EmployeeContentModule.php:22 +#: includes/elementor/widgets/EmployeeContentWidget.php:33 +#: includes/shortcodes/single-employee/EmployeeContentShortcode.php:31 +#: assets/js/gutenberg-blocks.js:1293 +msgid "Employee Content" +msgstr "" + +#: includes/divi/modules/EmployeeImageModule.php:22 +#: includes/elementor/widgets/EmployeeImageWidget.php:33 +#: includes/shortcodes/single-employee/EmployeeImageShortcode.php:31 +#: assets/js/gutenberg-blocks.js:1553 +msgid "Employee Image" +msgstr "" + +#: includes/divi/modules/EmployeeScheduleModule.php:22 +#: includes/elementor/widgets/EmployeeScheduleWidget.php:33 +#: includes/shortcodes/single-employee/EmployeeScheduleShortcode.php:31 +#: assets/js/gutenberg-blocks.js:1813 +msgid "Employee Schedule" +msgstr "" + +#: includes/divi/modules/EmployeeServicesListModule.php:22 +#: includes/elementor/widgets/EmployeeServicesListWidget.php:33 +#: includes/shortcodes/single-employee/EmployeeServicesListShortcode.php:31 +#: assets/js/gutenberg-blocks.js:2073 +msgid "Employee Services List" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:22 +#: includes/elementor/widgets/EmployeesListWidget.php:33 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:31 +#: includes/shortcodes/EmployeesListShortcode.php:31 +#: assets/js/gutenberg-blocks.js:2896 +msgid "Employees List" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:30 +#: includes/divi/modules/LocationsListModule.php:30 +#: includes/divi/modules/ServiceCategoriesModule.php:30 +#: includes/divi/modules/ServicesListModule.php:30 +#: includes/elementor/widgets/EmployeesListWidget.php:70 +#: includes/elementor/widgets/LocationsListWidget.php:70 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:70 +#: includes/elementor/widgets/ServicesListWidget.php:70 +#: includes/shortcodes/EmployeesListShortcode.php:44 +#: includes/shortcodes/LocationsListShortcode.php:44 +#: includes/shortcodes/ServiceCategoriesShortcode.php:44 +#: includes/shortcodes/ServicesListShortcode.php:44 +#: assets/blocks/employees-list/inspector.js:53 +#: assets/blocks/locations-list/inspector.js:50 +#: assets/blocks/service-categories/inspector.js:53 +#: assets/blocks/services-list/inspector.js:56 +#: assets/js/gutenberg-blocks.js:3019 +#: assets/js/gutenberg-blocks.js:3500 +#: assets/js/gutenberg-blocks.js:3924 +#: assets/js/gutenberg-blocks.js:4390 +msgid "Show featured image." +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:40 +#: includes/divi/modules/LocationsListModule.php:40 +#: includes/divi/modules/ServicesListModule.php:40 +#: includes/elementor/widgets/EmployeesListWidget.php:80 +#: includes/elementor/widgets/LocationsListWidget.php:80 +#: includes/elementor/widgets/ServicesListWidget.php:80 +#: includes/shortcodes/EmployeesListShortcode.php:49 +#: includes/shortcodes/LocationsListShortcode.php:49 +#: includes/shortcodes/ServicesListShortcode.php:49 +#: assets/blocks/employees-list/inspector.js:60 +#: assets/blocks/locations-list/inspector.js:57 +#: assets/blocks/services-list/inspector.js:63 +#: assets/js/gutenberg-blocks.js:3027 +#: assets/js/gutenberg-blocks.js:3508 +#: assets/js/gutenberg-blocks.js:4398 +msgid "Show post title." +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:50 +#: includes/divi/modules/LocationsListModule.php:50 +#: includes/divi/modules/ServicesListModule.php:50 +#: includes/elementor/widgets/EmployeesListWidget.php:90 +#: includes/elementor/widgets/LocationsListWidget.php:90 +#: includes/elementor/widgets/ServicesListWidget.php:90 +#: includes/shortcodes/EmployeesListShortcode.php:54 +#: includes/shortcodes/LocationsListShortcode.php:54 +#: includes/shortcodes/ServicesListShortcode.php:54 +#: assets/blocks/employees-list/inspector.js:67 +#: assets/blocks/locations-list/inspector.js:64 +#: assets/blocks/services-list/inspector.js:70 +#: assets/js/gutenberg-blocks.js:3035 +#: assets/js/gutenberg-blocks.js:3516 +#: assets/js/gutenberg-blocks.js:4406 +msgid "Show post excerpt." +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:60 +#: includes/elementor/widgets/EmployeesListWidget.php:100 +#: includes/shortcodes/EmployeesListShortcode.php:59 +#: assets/blocks/employees-list/inspector.js:74 +#: assets/js/gutenberg-blocks.js:3043 +msgid "Show contact information." +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:70 +#: includes/elementor/widgets/EmployeesListWidget.php:110 +#: includes/shortcodes/EmployeesListShortcode.php:64 +#: assets/blocks/employees-list/inspector.js:81 +#: assets/js/gutenberg-blocks.js:3051 +msgid "Show social networks." +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:80 +#: includes/elementor/widgets/EmployeesListWidget.php:120 +#: includes/shortcodes/EmployeesListShortcode.php:69 +#: assets/blocks/employees-list/inspector.js:88 +#: assets/js/gutenberg-blocks.js:3059 +msgid "Show additional information." +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:93 +#: includes/elementor/widgets/EmployeesListWidget.php:133 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:63 +#: includes/shortcodes/EmployeesListShortcode.php:74 +#: assets/blocks/employees-list/inspector.js:96 +#: assets/js/gutenberg-blocks.js:3068 +msgid "Comma-separated slugs or IDs of employees that will be shown." +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:96 +#: includes/divi/modules/LocationsListModule.php:60 +#: includes/elementor/widgets/EmployeesListWidget.php:140 +#: includes/elementor/widgets/LocationsListWidget.php:100 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:68 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:59 +#: includes/post-types/LocationPostType.php:41 +#: includes/post-types/LocationPostType.php:82 +#: assets/blocks/employees-list/inspector.js:103 +#: assets/blocks/locations-list/inspector.js:71 +#: assets/js/gutenberg-blocks.js:3076 +#: assets/js/gutenberg-blocks.js:3524 +msgid "Locations" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:99 +#: includes/elementor/widgets/EmployeesListWidget.php:143 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:69 +#: includes/shortcodes/EmployeesListShortcode.php:79 +#: assets/blocks/employees-list/inspector.js:104 +#: assets/blocks/locations-list/inspector.js:72 +#: assets/js/gutenberg-blocks.js:3077 +#: assets/js/gutenberg-blocks.js:3525 +msgid "Comma-separated slugs or IDs of locations." +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:102 +#: includes/divi/modules/LocationsListModule.php:72 +#: includes/divi/modules/ServicesListModule.php:124 +#: includes/elementor/widgets/EmployeesListWidget.php:150 +#: includes/elementor/widgets/LocationsListWidget.php:120 +#: includes/elementor/widgets/ServicesListWidget.php:180 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:74 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:71 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:87 +#: assets/blocks/employees-list/inspector.js:111 +#: assets/blocks/locations-list/inspector.js:87 +#: assets/blocks/services-list/inspector.js:137 +#: assets/js/gutenberg-blocks.js:3085 +#: assets/js/gutenberg-blocks.js:3542 +#: assets/js/gutenberg-blocks.js:4482 +msgid "Posts Per Page" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:113 +#: includes/divi/modules/LocationsListModule.php:83 +#: includes/divi/modules/ServiceCategoriesModule.php:112 +#: includes/divi/modules/ServicesListModule.php:135 +#: includes/elementor/widgets/EmployeesListWidget.php:162 +#: includes/elementor/widgets/LocationsListWidget.php:132 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:167 +#: includes/elementor/widgets/ServicesListWidget.php:192 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:81 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:78 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:99 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:94 +#: assets/blocks/employees-list/inspector.js:119 +#: assets/blocks/locations-list/inspector.js:95 +#: assets/blocks/service-categories/inspector.js:124 +#: assets/blocks/services-list/inspector.js:145 +#: assets/js/gutenberg-blocks.js:3096 +#: assets/js/gutenberg-blocks.js:3553 +#: assets/js/gutenberg-blocks.js:4008 +#: assets/js/gutenberg-blocks.js:4493 +msgid "Columns Count" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:114 +#: includes/divi/modules/LocationsListModule.php:84 +#: includes/divi/modules/ServiceCategoriesModule.php:113 +#: includes/divi/modules/ServicesListModule.php:136 +#: includes/elementor/widgets/EmployeesListWidget.php:163 +#: includes/elementor/widgets/LocationsListWidget.php:133 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:168 +#: includes/elementor/widgets/ServicesListWidget.php:193 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:82 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:79 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:100 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:95 +#: includes/shortcodes/AbstractPostsListShortcode.php:30 +#: includes/shortcodes/AbstractTermsListShortcode.php:31 +#: assets/blocks/employees-list/inspector.js:120 +#: assets/blocks/locations-list/inspector.js:96 +#: assets/blocks/service-categories/inspector.js:125 +#: assets/blocks/services-list/inspector.js:146 +#: assets/js/gutenberg-blocks.js:3097 +#: assets/js/gutenberg-blocks.js:3554 +#: assets/js/gutenberg-blocks.js:4009 +#: assets/js/gutenberg-blocks.js:4494 +msgid "The number of columns in the grid." +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:125 +#: includes/divi/modules/LocationsListModule.php:95 +#: includes/divi/modules/ServiceCategoriesModule.php:124 +#: includes/divi/modules/ServicesListModule.php:147 +#: includes/elementor/widgets/EmployeesListWidget.php:175 +#: includes/elementor/widgets/LocationsListWidget.php:145 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:180 +#: includes/elementor/widgets/ServicesListWidget.php:205 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:62 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:55 +#: assets/blocks/employees-list/inspector.js:128 +#: assets/blocks/locations-list/inspector.js:104 +#: assets/blocks/service-categories/inspector.js:133 +#: assets/blocks/services-list/inspector.js:154 +#: assets/js/gutenberg-blocks.js:3108 +#: assets/js/gutenberg-blocks.js:3565 +#: assets/js/gutenberg-blocks.js:4020 +#: assets/js/gutenberg-blocks.js:4505 +msgid "Order By" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:129 +#: includes/divi/modules/LocationsListModule.php:99 +#: includes/divi/modules/ServiceCategoriesModule.php:128 +#: includes/divi/modules/ServicesListModule.php:151 +#: includes/elementor/widgets/EmployeesListWidget.php:179 +#: includes/elementor/widgets/LocationsListWidget.php:149 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:184 +#: includes/elementor/widgets/ServicesListWidget.php:209 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:42 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:42 +#: assets/blocks/employees-list/inspector.js:132 +#: assets/blocks/locations-list/inspector.js:108 +#: assets/blocks/service-categories/inspector.js:137 +#: assets/blocks/services-list/inspector.js:158 +#: assets/js/gutenberg-blocks.js:3117 +#: assets/js/gutenberg-blocks.js:3574 +#: assets/js/gutenberg-blocks.js:4029 +#: assets/js/gutenberg-blocks.js:4514 +msgid "No order" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:130 +#: includes/divi/modules/LocationsListModule.php:100 +#: includes/divi/modules/ServicesListModule.php:152 +#: includes/elementor/widgets/EmployeesListWidget.php:180 +#: includes/elementor/widgets/LocationsListWidget.php:150 +#: includes/elementor/widgets/ServicesListWidget.php:210 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:43 +#: assets/blocks/employees-list/inspector.js:133 +#: assets/blocks/locations-list/inspector.js:109 +#: assets/blocks/services-list/inspector.js:159 +#: assets/js/gutenberg-blocks.js:3120 +#: assets/js/gutenberg-blocks.js:3577 +#: assets/js/gutenberg-blocks.js:4517 +msgid "Post ID" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:131 +#: includes/divi/modules/LocationsListModule.php:101 +#: includes/divi/modules/ServicesListModule.php:153 +#: includes/elementor/widgets/EmployeesListWidget.php:181 +#: includes/elementor/widgets/LocationsListWidget.php:151 +#: includes/elementor/widgets/ServicesListWidget.php:211 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:44 +#: assets/blocks/employees-list/inspector.js:134 +#: assets/blocks/locations-list/inspector.js:110 +#: assets/blocks/services-list/inspector.js:160 +#: assets/js/gutenberg-blocks.js:3123 +#: assets/js/gutenberg-blocks.js:3580 +#: assets/js/gutenberg-blocks.js:4520 +msgid "Post author" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:132 +#: includes/divi/modules/LocationsListModule.php:102 +#: includes/divi/modules/ServicesListModule.php:154 +#: includes/elementor/widgets/EmployeesListWidget.php:182 +#: includes/elementor/widgets/LocationsListWidget.php:152 +#: includes/elementor/widgets/ServicesListWidget.php:212 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:52 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:52 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:52 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:45 +#: assets/blocks/employees-list/inspector.js:135 +#: assets/blocks/locations-list/inspector.js:111 +#: assets/blocks/services-list/inspector.js:161 +#: assets/js/gutenberg-blocks.js:3126 +#: assets/js/gutenberg-blocks.js:3583 +#: assets/js/gutenberg-blocks.js:4523 +msgid "Post title" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:133 +#: includes/divi/modules/LocationsListModule.php:103 +#: includes/divi/modules/ServicesListModule.php:155 +#: includes/elementor/widgets/EmployeesListWidget.php:183 +#: includes/elementor/widgets/LocationsListWidget.php:153 +#: includes/elementor/widgets/ServicesListWidget.php:213 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:46 +#: assets/blocks/employees-list/inspector.js:136 +#: assets/blocks/locations-list/inspector.js:112 +#: assets/blocks/services-list/inspector.js:162 +#: assets/js/gutenberg-blocks.js:3129 +#: assets/js/gutenberg-blocks.js:3586 +#: assets/js/gutenberg-blocks.js:4526 +msgid "Post name (post slug)" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:134 +#: includes/divi/modules/LocationsListModule.php:104 +#: includes/divi/modules/ServicesListModule.php:156 +#: includes/elementor/widgets/EmployeesListWidget.php:184 +#: includes/elementor/widgets/LocationsListWidget.php:154 +#: includes/elementor/widgets/ServicesListWidget.php:214 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:47 +#: assets/blocks/employees-list/inspector.js:137 +#: assets/blocks/locations-list/inspector.js:113 +#: assets/blocks/services-list/inspector.js:163 +#: assets/js/gutenberg-blocks.js:3132 +#: assets/js/gutenberg-blocks.js:3589 +#: assets/js/gutenberg-blocks.js:4529 +msgid "Post date" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:135 +#: includes/divi/modules/LocationsListModule.php:105 +#: includes/divi/modules/ServicesListModule.php:157 +#: includes/elementor/widgets/EmployeesListWidget.php:185 +#: includes/elementor/widgets/LocationsListWidget.php:155 +#: includes/elementor/widgets/ServicesListWidget.php:215 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:48 +#: assets/blocks/employees-list/inspector.js:138 +#: assets/blocks/locations-list/inspector.js:114 +#: assets/blocks/services-list/inspector.js:164 +#: assets/js/gutenberg-blocks.js:3135 +#: assets/js/gutenberg-blocks.js:3592 +#: assets/js/gutenberg-blocks.js:4532 +msgid "Last modified date" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:136 +#: includes/divi/modules/LocationsListModule.php:106 +#: includes/divi/modules/ServicesListModule.php:158 +#: includes/elementor/widgets/EmployeesListWidget.php:186 +#: includes/elementor/widgets/LocationsListWidget.php:156 +#: includes/elementor/widgets/ServicesListWidget.php:216 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:49 +#: assets/blocks/employees-list/inspector.js:139 +#: assets/blocks/locations-list/inspector.js:115 +#: assets/blocks/services-list/inspector.js:165 +#: assets/js/gutenberg-blocks.js:3138 +#: assets/js/gutenberg-blocks.js:3595 +#: assets/js/gutenberg-blocks.js:4535 +msgid "Random order" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:137 +#: includes/divi/modules/LocationsListModule.php:107 +#: includes/divi/modules/ServicesListModule.php:159 +#: includes/elementor/widgets/EmployeesListWidget.php:187 +#: includes/elementor/widgets/LocationsListWidget.php:157 +#: includes/elementor/widgets/ServicesListWidget.php:217 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:50 +#: assets/blocks/employees-list/inspector.js:140 +#: assets/blocks/locations-list/inspector.js:116 +#: assets/blocks/services-list/inspector.js:166 +#: assets/js/gutenberg-blocks.js:3141 +#: assets/js/gutenberg-blocks.js:3598 +#: assets/js/gutenberg-blocks.js:4538 +msgid "Relevance" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:138 +#: includes/divi/modules/LocationsListModule.php:108 +#: includes/divi/modules/ServicesListModule.php:160 +#: includes/elementor/widgets/EmployeesListWidget.php:188 +#: includes/elementor/widgets/LocationsListWidget.php:158 +#: includes/elementor/widgets/ServicesListWidget.php:218 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:51 +#: assets/blocks/employees-list/inspector.js:141 +#: assets/blocks/locations-list/inspector.js:117 +#: assets/blocks/services-list/inspector.js:167 +#: assets/js/gutenberg-blocks.js:3144 +#: assets/js/gutenberg-blocks.js:3601 +#: assets/js/gutenberg-blocks.js:4541 +msgid "Page order" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:139 +#: includes/divi/modules/LocationsListModule.php:109 +#: includes/divi/modules/ServicesListModule.php:161 +#: includes/elementor/widgets/EmployeesListWidget.php:189 +#: includes/elementor/widgets/LocationsListWidget.php:159 +#: includes/elementor/widgets/ServicesListWidget.php:219 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:52 +#: assets/blocks/employees-list/inspector.js:142 +#: assets/blocks/locations-list/inspector.js:118 +#: assets/blocks/services-list/inspector.js:168 +#: assets/js/gutenberg-blocks.js:3147 +#: assets/js/gutenberg-blocks.js:3604 +#: assets/js/gutenberg-blocks.js:4544 +msgid "Page order and post title" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:144 +#: includes/divi/modules/LocationsListModule.php:114 +#: includes/divi/modules/ServiceCategoriesModule.php:140 +#: includes/divi/modules/ServicesListModule.php:167 +#: includes/elementor/widgets/EmployeesListWidget.php:198 +#: includes/elementor/widgets/LocationsListWidget.php:168 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:200 +#: includes/elementor/widgets/ServicesListWidget.php:229 +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:70 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:63 +#: assets/blocks/employees-list/inspector.js:147 +#: assets/blocks/locations-list/inspector.js:123 +#: assets/blocks/service-categories/inspector.js:149 +#: assets/blocks/services-list/inspector.js:174 +#: assets/js/gutenberg-blocks.js:3150 +#: assets/js/gutenberg-blocks.js:3607 +#: assets/js/gutenberg-blocks.js:4053 +#: assets/js/gutenberg-blocks.js:4550 +msgid "Order" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:148 +#: includes/divi/modules/LocationsListModule.php:118 +#: includes/divi/modules/ServiceCategoriesModule.php:144 +#: includes/divi/modules/ServicesListModule.php:171 +#: includes/elementor/widgets/EmployeesListWidget.php:202 +#: includes/elementor/widgets/LocationsListWidget.php:172 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:204 +#: includes/elementor/widgets/ServicesListWidget.php:233 +#: assets/blocks/employees-list/inspector.js:151 +#: assets/blocks/locations-list/inspector.js:127 +#: assets/blocks/service-categories/inspector.js:153 +#: assets/blocks/services-list/inspector.js:178 +#: assets/js/gutenberg-blocks.js:3159 +#: assets/js/gutenberg-blocks.js:3616 +#: assets/js/gutenberg-blocks.js:4062 +#: assets/js/gutenberg-blocks.js:4559 +msgid "DESC" +msgstr "" + +#: includes/divi/modules/EmployeesListModule.php:149 +#: includes/divi/modules/LocationsListModule.php:119 +#: includes/divi/modules/ServiceCategoriesModule.php:145 +#: includes/divi/modules/ServicesListModule.php:172 +#: includes/elementor/widgets/EmployeesListWidget.php:203 +#: includes/elementor/widgets/LocationsListWidget.php:173 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:205 +#: includes/elementor/widgets/ServicesListWidget.php:234 +#: includes/shortcodes/AbstractPostsListShortcode.php:43 +#: includes/shortcodes/AbstractTermsListShortcode.php:44 +#: assets/blocks/employees-list/inspector.js:152 +#: assets/blocks/locations-list/inspector.js:128 +#: assets/blocks/service-categories/inspector.js:154 +#: assets/blocks/services-list/inspector.js:179 +#: assets/js/gutenberg-blocks.js:3162 +#: assets/js/gutenberg-blocks.js:3619 +#: assets/js/gutenberg-blocks.js:4065 +#: assets/js/gutenberg-blocks.js:4562 +msgid "ASC" +msgstr "" + +#: includes/divi/modules/EmployeeSocialNetworksModule.php:22 +#: includes/elementor/widgets/EmployeeSocialNetworksWidget.php:33 +#: includes/shortcodes/single-employee/EmployeeSocialNetworksShortcode.php:31 +#: assets/js/gutenberg-blocks.js:2333 +msgid "Employee Social Networks" +msgstr "" + +#: includes/divi/modules/EmployeeTitleModule.php:22 +#: includes/elementor/widgets/EmployeeTitleWidget.php:33 +#: includes/shortcodes/single-employee/EmployeeTitleShortcode.php:31 +#: assets/js/gutenberg-blocks.js:2593 +msgid "Employee Title" +msgstr "" + +#: includes/divi/modules/LocationsListModule.php:22 +#: includes/elementor/widgets/LocationsListWidget.php:33 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:31 +#: includes/shortcodes/LocationsListShortcode.php:31 +#: assets/blocks/locations-list/index.js:22 +#: assets/js/gutenberg-blocks.js:3380 +msgid "Locations List" +msgstr "" + +#: includes/divi/modules/LocationsListModule.php:63 +#: includes/elementor/widgets/LocationsListWidget.php:103 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:60 +#: includes/shortcodes/LocationsListShortcode.php:59 +msgid "Comma-separated slugs or IDs of locations that will be shown." +msgstr "" + +#: includes/divi/modules/LocationsListModule.php:66 +#: includes/divi/modules/ServiceCategoriesModule.php:66 +#: includes/divi/modules/ServicesListModule.php:112 +#: includes/elementor/widgets/LocationsListWidget.php:110 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:110 +#: includes/elementor/widgets/ServicesListWidget.php:160 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:65 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:65 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:75 +#: includes/post-types/LocationPostType.php:129 +#: includes/post-types/ServicePostType.php:136 +#: assets/blocks/locations-list/inspector.js:79 +#: assets/blocks/service-categories/inspector.js:82 +#: assets/blocks/services-list/inspector.js:121 +#: assets/js/gutenberg-blocks.js:3533 +#: assets/js/gutenberg-blocks.js:3957 +#: assets/js/gutenberg-blocks.js:4464 +msgid "Categories" +msgstr "" + +#: includes/divi/modules/LocationsListModule.php:69 +#: includes/divi/modules/ServiceCategoriesModule.php:69 +#: includes/divi/modules/ServicesListModule.php:115 +#: includes/elementor/widgets/LocationsListWidget.php:113 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:113 +#: includes/elementor/widgets/ServicesListWidget.php:163 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:66 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:66 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:76 +#: includes/shortcodes/LocationsListShortcode.php:64 +#: includes/shortcodes/ServiceCategoriesShortcode.php:65 +#: includes/shortcodes/ServicesListShortcode.php:89 +#: assets/blocks/locations-list/inspector.js:80 +#: assets/blocks/service-categories/inspector.js:83 +#: assets/blocks/services-list/inspector.js:122 +#: assets/js/gutenberg-blocks.js:3534 +#: assets/js/gutenberg-blocks.js:3958 +#: assets/js/gutenberg-blocks.js:4465 +msgid "Comma-separated slugs or IDs of categories that will be shown." +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:22 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:33 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:31 +#: includes/post-types/ServicePostType.php:121 +#: includes/post-types/ServicePostType.php:228 +#: includes/shortcodes/ServiceCategoriesShortcode.php:31 +#: assets/js/gutenberg-blocks.js:3807 +msgid "Service Categories" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:40 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:80 +#: assets/blocks/service-categories/inspector.js:60 +#: assets/js/gutenberg-blocks.js:3932 +msgid "Show Services Count?" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:50 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:90 +#: assets/blocks/service-categories/inspector.js:67 +#: assets/js/gutenberg-blocks.js:3940 +msgid "Show Description?" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:60 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:100 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:59 +#: assets/blocks/service-categories/inspector.js:74 +#: assets/js/gutenberg-blocks.js:3948 +msgid "Parent" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:63 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:103 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:60 +#: includes/shortcodes/ServiceCategoriesShortcode.php:59 +#: assets/blocks/service-categories/inspector.js:75 +#: assets/js/gutenberg-blocks.js:3949 +msgid "Parent term slug or ID to retrieve direct-child terms from." +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:72 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:120 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:71 +#: assets/blocks/service-categories/inspector.js:90 +#: assets/js/gutenberg-blocks.js:3966 +msgid "Exclude Categories" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:75 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:123 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:72 +#: includes/shortcodes/ServiceCategoriesShortcode.php:70 +#: assets/blocks/service-categories/inspector.js:91 +#: assets/js/gutenberg-blocks.js:3967 +msgid "Comma-separated slugs or IDs of categories that will not be shown." +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:78 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:130 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:77 +#: assets/blocks/service-categories/inspector.js:98 +#: assets/js/gutenberg-blocks.js:3975 +msgid "Hide Empty" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:88 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:141 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:83 +#: assets/blocks/service-categories/inspector.js:106 +#: assets/js/gutenberg-blocks.js:3984 +msgid "Depth" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:89 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:142 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:84 +#: includes/shortcodes/ServiceCategoriesShortcode.php:80 +#: assets/blocks/service-categories/inspector.js:107 +#: assets/js/gutenberg-blocks.js:3985 +msgid "Display depth of child categories." +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:100 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:154 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:91 +#: assets/blocks/service-categories/inspector.js:115 +#: assets/js/gutenberg-blocks.js:3996 +msgid "Number" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:101 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:155 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:92 +#: includes/shortcodes/AbstractTermsListShortcode.php:25 +#: assets/blocks/service-categories/inspector.js:116 +#: assets/js/gutenberg-blocks.js:3997 +msgid "Maximum number of categories to show." +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:129 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:185 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:43 +#: assets/blocks/service-categories/inspector.js:138 +#: assets/js/gutenberg-blocks.js:4032 +msgid "Term name" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:130 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:186 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:44 +#: assets/blocks/service-categories/inspector.js:139 +#: assets/js/gutenberg-blocks.js:4035 +msgid "Term slug" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:131 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:187 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:45 +#: assets/blocks/service-categories/inspector.js:140 +#: assets/js/gutenberg-blocks.js:4038 +msgid "Term ID" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:132 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:188 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:46 +#: assets/blocks/service-categories/inspector.js:141 +#: assets/js/gutenberg-blocks.js:4041 +msgid "Parent ID" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:133 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:189 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:47 +#: assets/blocks/service-categories/inspector.js:142 +#: assets/js/gutenberg-blocks.js:4044 +msgid "Number of associated objects" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:134 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:190 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:48 +#: assets/blocks/service-categories/inspector.js:143 +#: assets/js/gutenberg-blocks.js:4047 +msgid "Keep the order of \"IDs\" parameter" +msgstr "" + +#: includes/divi/modules/ServiceCategoriesModule.php:135 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:191 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:49 +#: assets/blocks/service-categories/inspector.js:144 +#: assets/js/gutenberg-blocks.js:4050 +msgid "Term order" +msgstr "" + +#: includes/divi/modules/ServicesListModule.php:22 +#: includes/elementor/widgets/ServicesListWidget.php:33 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:31 +#: includes/shortcodes/ServicesListShortcode.php:31 +#: assets/js/gutenberg-blocks.js:4264 +msgid "Services List" +msgstr "" + +#: includes/divi/modules/ServicesListModule.php:60 +#: includes/elementor/widgets/ServicesListWidget.php:100 +#: includes/shortcodes/ServicesListShortcode.php:59 +#: assets/blocks/services-list/inspector.js:77 +#: assets/js/gutenberg-blocks.js:4414 +msgid "Show service price." +msgstr "" + +#: includes/divi/modules/ServicesListModule.php:70 +#: includes/elementor/widgets/ServicesListWidget.php:110 +#: includes/shortcodes/ServicesListShortcode.php:64 +#: assets/blocks/services-list/inspector.js:84 +#: assets/js/gutenberg-blocks.js:4422 +msgid "Show service duration." +msgstr "" + +#: includes/divi/modules/ServicesListModule.php:80 +#: includes/elementor/widgets/ServicesListWidget.php:120 +#: includes/shortcodes/ServicesListShortcode.php:69 +#: assets/blocks/services-list/inspector.js:91 +#: assets/js/gutenberg-blocks.js:4430 +msgid "Show service capacity." +msgstr "" + +#: includes/divi/modules/ServicesListModule.php:90 +#: includes/elementor/widgets/ServicesListWidget.php:130 +#: includes/shortcodes/ServicesListShortcode.php:74 +#: assets/blocks/services-list/inspector.js:98 +#: assets/js/gutenberg-blocks.js:4438 +msgid "Show service employees." +msgstr "" + +#: includes/divi/modules/ServicesListModule.php:103 +#: includes/elementor/widgets/ServicesListWidget.php:143 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:64 +#: includes/shortcodes/ServicesListShortcode.php:79 +#: assets/blocks/services-list/inspector.js:106 +#: assets/js/gutenberg-blocks.js:4447 +msgid "Comma-separated slugs or IDs of services that will be shown." +msgstr "" + +#: includes/divi/modules/ServicesListModule.php:109 +#: includes/elementor/widgets/ServicesListWidget.php:153 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:70 +#: includes/shortcodes/ServicesListShortcode.php:84 +#: assets/blocks/services-list/inspector.js:114 +#: assets/js/gutenberg-blocks.js:4456 +msgid "Comma-separated slugs or IDs of employees that perform these services." +msgstr "" + +#: includes/divi/modules/ServicesListModule.php:118 +#: includes/elementor/widgets/ServicesListWidget.php:170 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:81 +#: includes/post-types/ServicePostType.php:184 +#: assets/blocks/services-list/inspector.js:129 +#: assets/js/gutenberg-blocks.js:4473 +msgid "Tags" +msgstr "" + +#: includes/elementor/widgets/AppointmentFormWidget.php:169 +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:78 +#: includes/shortcodes/AppointmentFormShortcode.php:89 +#: includes/widgets/AppointmentFormWidget.php:141 +#: assets/blocks/appointment-form/inspector.js:172 +#: assets/js/gutenberg-blocks.js:569 +msgid "Custom label for the unselected service category, location and employee fields." +msgstr "" + +#: includes/elementor/widgets/AppointmentFormWidget.php:222 +#: includes/elementor/widgets/EmployeeAdditionalInfoWidget.php:80 +#: includes/elementor/widgets/EmployeeContactsWidget.php:80 +#: includes/elementor/widgets/EmployeeContentWidget.php:80 +#: includes/elementor/widgets/EmployeeImageWidget.php:80 +#: includes/elementor/widgets/EmployeeScheduleWidget.php:80 +#: includes/elementor/widgets/EmployeeServicesListWidget.php:80 +#: includes/elementor/widgets/EmployeesListWidget.php:214 +#: includes/elementor/widgets/EmployeeSocialNetworksWidget.php:80 +#: includes/elementor/widgets/EmployeeTitleWidget.php:80 +#: includes/elementor/widgets/LocationsListWidget.php:184 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:216 +#: includes/elementor/widgets/ServicesListWidget.php:245 +#: includes/metaboxes/shortcode/ShortcodeAdvancedMetabox.php:46 +#: includes/widgets/AppointmentFormWidget.php:181 +msgid "HTML Anchor" +msgstr "" + +#: includes/elementor/widgets/AppointmentFormWidget.php:229 +#: includes/elementor/widgets/EmployeeAdditionalInfoWidget.php:88 +#: includes/elementor/widgets/EmployeeContactsWidget.php:88 +#: includes/elementor/widgets/EmployeeContentWidget.php:88 +#: includes/elementor/widgets/EmployeeImageWidget.php:88 +#: includes/elementor/widgets/EmployeeScheduleWidget.php:88 +#: includes/elementor/widgets/EmployeeServicesListWidget.php:88 +#: includes/elementor/widgets/EmployeesListWidget.php:222 +#: includes/elementor/widgets/EmployeeSocialNetworksWidget.php:88 +#: includes/elementor/widgets/EmployeeTitleWidget.php:88 +#: includes/elementor/widgets/LocationsListWidget.php:192 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:224 +#: includes/elementor/widgets/ServicesListWidget.php:253 +#: includes/metaboxes/shortcode/ShortcodeAdvancedMetabox.php:47 +#: includes/shortcodes/AbstractShortcode.php:67 +#: includes/widgets/AppointmentFormWidget.php:182 +msgid "HTML Anchor. Anchors lets you link directly to a section on a page. Learn more about anchors." +msgstr "" + +#: includes/elementor/widgets/AppointmentFormWidget.php:236 +#: includes/elementor/widgets/EmployeeAdditionalInfoWidget.php:95 +#: includes/elementor/widgets/EmployeeContactsWidget.php:95 +#: includes/elementor/widgets/EmployeeContentWidget.php:95 +#: includes/elementor/widgets/EmployeeImageWidget.php:95 +#: includes/elementor/widgets/EmployeeScheduleWidget.php:95 +#: includes/elementor/widgets/EmployeeServicesListWidget.php:95 +#: includes/elementor/widgets/EmployeesListWidget.php:229 +#: includes/elementor/widgets/EmployeeSocialNetworksWidget.php:95 +#: includes/elementor/widgets/EmployeeTitleWidget.php:95 +#: includes/elementor/widgets/LocationsListWidget.php:199 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:231 +#: includes/elementor/widgets/ServicesListWidget.php:260 +#: includes/fields/complex/AttributesField.php:80 +#: includes/metaboxes/shortcode/ShortcodeAdvancedMetabox.php:52 +#: includes/widgets/AppointmentFormWidget.php:187 +msgid "CSS Class(es)" +msgstr "" + +#: includes/elementor/widgets/AppointmentFormWidget.php:243 +#: includes/elementor/widgets/EmployeeAdditionalInfoWidget.php:102 +#: includes/elementor/widgets/EmployeeContactsWidget.php:102 +#: includes/elementor/widgets/EmployeeContentWidget.php:102 +#: includes/elementor/widgets/EmployeeImageWidget.php:102 +#: includes/elementor/widgets/EmployeeScheduleWidget.php:102 +#: includes/elementor/widgets/EmployeeServicesListWidget.php:102 +#: includes/elementor/widgets/EmployeesListWidget.php:236 +#: includes/elementor/widgets/EmployeeSocialNetworksWidget.php:102 +#: includes/elementor/widgets/EmployeeTitleWidget.php:102 +#: includes/elementor/widgets/LocationsListWidget.php:206 +#: includes/elementor/widgets/ServiceCategoriesWidget.php:238 +#: includes/elementor/widgets/ServicesListWidget.php:267 +#: includes/metaboxes/shortcode/ShortcodeAdvancedMetabox.php:53 +#: includes/shortcodes/AbstractShortcode.php:72 +#: includes/widgets/AppointmentFormWidget.php:188 +msgid "Additional CSS Class(es). Separate multiple classes with spaces." +msgstr "" + +#: includes/elementor/widgets/ServiceCategoriesWidget.php:132 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:78 +#: includes/shortcodes/ServiceCategoriesShortcode.php:75 +#: assets/blocks/service-categories/inspector.js:99 +#: assets/js/gutenberg-blocks.js:3976 +msgid "Hide terms not assigned to any posts." +msgstr "" + +#: includes/emails/AbstractEmail.php:336 +#: includes/emails/template-parts/AbstractTemplatePart.php:91 +#: templates/shortcodes/booking/step-booking.php:19 +#: templates/shortcodes/booking/step-checkout.php:122 +#: templates/shortcodes/booking/step-period.php:32 +msgid "Back" +msgstr "" + +#: includes/emails/AbstractEmail.php:341 +msgid "Enable/Disable" +msgstr "" + +#: includes/emails/AbstractEmail.php:342 +msgid "Enable this email notification" +msgstr "" + +#: includes/emails/AbstractEmail.php:347 +msgid "Other Recipients" +msgstr "" + +#: includes/emails/AbstractEmail.php:348 +msgid "You can use multiple comma-separated email addresses." +msgstr "" + +#: includes/emails/AbstractEmail.php:354 +msgid "Subject" +msgstr "" + +#: includes/emails/AbstractEmail.php:361 +msgid "Header" +msgstr "" + +#: includes/emails/AbstractEmail.php:368 +msgid "Message Template" +msgstr "" + +#: includes/emails/admin/AdminNewBookingEmail.php:31 +#: includes/emails/customer/CustomerNewBookingEmail.php:33 +msgid "New Booking Email" +msgstr "" + +#: includes/emails/admin/AdminNewBookingEmail.php:41 +msgid "Email that will be sent to administrator after booking is placed. This email is sent when \"Default Appointment Status\" is set to \"Confirmed\"." +msgstr "" + +#: includes/emails/admin/AdminNewBookingEmail.php:51 +msgid "{site_title} - New Appointment {booking_id}" +msgstr "" + +#: includes/emails/admin/AdminNewBookingEmail.php:61 +msgid "New Appointment Confirmed" +msgstr "" + +#: includes/emails/admin/AdminPendingBookingEmail.php:31 +#: includes/emails/customer/CustomerPendingBookingEmail.php:33 +msgid "Pending Booking Email" +msgstr "" + +#: includes/emails/admin/AdminPendingBookingEmail.php:41 +msgid "Email that will be sent to administrator after new booking is placed. This email is sent when \"Default Appointment Status\" is set to \"Pending\"." +msgstr "" + +#: includes/emails/admin/AdminPendingBookingEmail.php:51 +msgid "{site_title} - New Pending Appointment {booking_id}" +msgstr "" + +#: includes/emails/admin/AdminPendingBookingEmail.php:61 +msgid "Confirm New Appointment" +msgstr "" + +#: includes/emails/customer/CustomerApprovedBookingEmail.php:31 +msgid "Approved Booking Email" +msgstr "" + +#: includes/emails/customer/CustomerApprovedBookingEmail.php:41 +msgid "Email that will be sent to customer when booking is approved." +msgstr "" + +#: includes/emails/customer/CustomerApprovedBookingEmail.php:51 +#: includes/emails/customer/CustomerNewBookingEmail.php:53 +msgid "{site_title} - Your Appointment {booking_id} is Approved" +msgstr "" + +#: includes/emails/customer/CustomerApprovedBookingEmail.php:61 +#: includes/emails/customer/CustomerNewBookingEmail.php:63 +msgid "Appointment Approved" +msgstr "" + +#: includes/emails/customer/CustomerCancelledBookingEmail.php:31 +msgid "Cancelled Booking Email" +msgstr "" + +#: includes/emails/customer/CustomerCancelledBookingEmail.php:41 +msgid "Email that will be sent to customer when booking is canceled." +msgstr "" + +#: includes/emails/customer/CustomerCancelledBookingEmail.php:51 +msgid "{site_title} - Your Appointment {booking_id} is Canceled" +msgstr "" + +#: includes/emails/customer/CustomerCancelledBookingEmail.php:61 +msgid "Appointment Canceled" +msgstr "" + +#: includes/emails/customer/CustomerNewBookingEmail.php:43 +msgid "Email that will be sent to customer after booking is placed. This email is sent when \"Default Appointment Status\" is set to \"Confirmed\"." +msgstr "" + +#: includes/emails/customer/CustomerPendingBookingEmail.php:43 +msgid "Email that will be sent to customer after booking is placed. This email is sent when \"Default Appointment Status\" is set to \"Pending\"." +msgstr "" + +#: includes/emails/customer/CustomerPendingBookingEmail.php:53 +msgid "{site_title} - Your Appointment {booking_id} is Pending" +msgstr "" + +#: includes/emails/customer/CustomerPendingBookingEmail.php:63 +msgid "Appointment Pending" +msgstr "" + +#. Translators: %s: Email name, like "New Booking Email". +#: includes/emails/EmailsDispatcher.php:290 +msgid "\"%s\" email will not be sent: there are no recipients." +msgstr "" + +#. Translators: %s: Email name, like "New Booking Email". +#: includes/emails/EmailsDispatcher.php:311 +msgid "\"%s\" email was sent to admin." +msgstr "" + +#. Translators: %s: Email name, like "New Booking Email". +#: includes/emails/EmailsDispatcher.php:314 +msgid "\"%s\" email was sent to customer." +msgstr "" + +#. Translators: %s: Email name, like "New Booking Email". +#: includes/emails/EmailsDispatcher.php:317 +msgid "\"%s\" email was sent." +msgstr "" + +#. Translators: %s: Email name, like "New Booking Email". +#: includes/emails/EmailsDispatcher.php:322 +msgid "\"%s\" mail sending to admin is failed." +msgstr "" + +#. Translators: %s: Email name, like "New Booking Email". +#: includes/emails/EmailsDispatcher.php:325 +msgid "\"%s\" mail sending to customer is failed." +msgstr "" + +#. Translators: %s: Email name, like "New Booking Email". +#: includes/emails/EmailsDispatcher.php:328 +msgid "\"%s\" mail sending is failed." +msgstr "" + +#: includes/emails/tags/AdminReservationTags.php:31 +#: includes/emails/tags/BookingTags.php:54 +#: includes/emails/tags/CustomerReservationTags.php:31 +msgid "Reservation details" +msgstr "" + +#: includes/emails/tags/BookingTags.php:31 +msgid "Booking tags" +msgstr "" + +#: includes/emails/tags/BookingTags.php:42 +msgid "Booking ID" +msgstr "" + +#: includes/emails/tags/BookingTags.php:45 +msgid "Booking edit link" +msgstr "" + +#: includes/emails/tags/BookingTags.php:48 +msgid "Booking total price" +msgstr "" + +#: includes/emails/tags/BookingTags.php:51 +msgid "Booking date" +msgstr "" + +#: includes/emails/tags/BookingTags.php:57 +msgid "Customer name" +msgstr "" + +#: includes/emails/tags/BookingTags.php:60 +msgid "Customer email" +msgstr "" + +#: includes/emails/tags/BookingTags.php:63 +msgid "Customer phone" +msgstr "" + +#: includes/emails/tags/BookingTags.php:66 +msgid "Booking time (period)" +msgstr "" + +#: includes/emails/tags/BookingTags.php:70 +msgid "Booking time (with buffer time)" +msgstr "" + +#: includes/emails/tags/EmployeeTags.php:31 +msgid "Employee tags" +msgstr "" + +#: includes/emails/tags/EmployeeTags.php:41 +msgid "Employee ID" +msgstr "" + +#: includes/emails/tags/EmployeeTags.php:44 +msgid "Employee name" +msgstr "" + +#: includes/emails/tags/EmployeeTags.php:47 +msgid "Employee bio" +msgstr "" + +#: includes/emails/tags/EmployeeTags.php:50 +msgid "Employee edit link" +msgstr "" + +#: includes/emails/tags/GeneralTags.php:31 +msgid "General tags" +msgstr "" + +#: includes/emails/tags/GeneralTags.php:41 +msgid "The plugin name" +msgstr "" + +#: includes/emails/tags/GeneralTags.php:44 +msgid "Site title (set in Settings > General)" +msgstr "" + +#: includes/emails/tags/GeneralTags.php:47 +msgid "Site address (URL)" +msgstr "" + +#: includes/emails/tags/LocationTags.php:31 +msgid "Location tags" +msgstr "" + +#: includes/emails/tags/LocationTags.php:41 +msgid "Location ID" +msgstr "" + +#: includes/emails/tags/LocationTags.php:44 +msgid "Location name" +msgstr "" + +#: includes/emails/tags/LocationTags.php:47 +msgid "Location description" +msgstr "" + +#: includes/emails/tags/LocationTags.php:50 +msgid "Location categories" +msgstr "" + +#: includes/emails/tags/LocationTags.php:53 +msgid "Location edit link" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:34 +msgid "Reservation tags" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:44 +msgid "Reservation ID" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:47 +msgid "Reservation price" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:50 +msgid "Reservation date" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:53 +msgid "Reservation time (period)" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:56 +msgid "Reservation time (with buffer time)" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:59 +msgid "Start time" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:62 +msgid "End time" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:65 +msgid "Start time (with buffer time)" +msgstr "" + +#: includes/emails/tags/ReservationTags.php:68 +msgid "End time (with buffer time)" +msgstr "" + +#: includes/emails/tags/ServiceTags.php:31 +msgid "Service tags" +msgstr "" + +#: includes/emails/tags/ServiceTags.php:41 +msgid "Service ID" +msgstr "" + +#: includes/emails/tags/ServiceTags.php:44 +msgid "Service name" +msgstr "" + +#: includes/emails/tags/ServiceTags.php:47 +msgid "Service description" +msgstr "" + +#: includes/emails/tags/ServiceTags.php:50 +msgid "Service categories" +msgstr "" + +#: includes/emails/tags/ServiceTags.php:53 +msgid "Service edit link" +msgstr "" + +#: includes/emails/template-parts/AbstractTemplatePart.php:96 +msgid "Template Content" +msgstr "" + +#: includes/emails/template-parts/AdminReservationDetailsTemplatePart.php:31 +msgid "Admin Reservation Details" +msgstr "" + +#: includes/emails/template-parts/AdminReservationDetailsTemplatePart.php:40 +msgid "Used for {reservation_details} tag in admin emails." +msgstr "" + +#: includes/emails/template-parts/CustomerReservationDetailsTemplatePart.php:31 +msgid "Customer Reservation Details" +msgstr "" + +#: includes/emails/template-parts/CustomerReservationDetailsTemplatePart.php:40 +msgid "Used for {reservation_details} tag in customer emails." +msgstr "" + +#: includes/fields/basic/ImageField.php:75 +msgid "Add Image" +msgstr "" + +#: includes/fields/basic/ImageField.php:76 +msgid "Remove Image" +msgstr "" + +#: includes/fields/complex/AttributesField.php:77 +msgid "Label" +msgstr "" + +#: includes/fields/complex/AttributesField.php:78 +msgid "Content" +msgstr "" + +#: includes/fields/complex/AttributesField.php:79 +msgid "Link URL" +msgstr "" + +#: includes/fields/complex/CustomWorkdaysField.php:73 +#: includes/fields/complex/DaysOffField.php:68 +msgid "Day / Period" +msgstr "" + +#: includes/fields/complex/CustomWorkdaysField.php:76 +msgid "Working Hours" +msgstr "" + +#: includes/fields/complex/CustomWorkdaysField.php:79 +#: includes/fields/complex/CustomWorkdaysField.php:101 +#: includes/fields/complex/DaysOffField.php:71 +#: includes/fields/complex/DaysOffField.php:88 +msgid "Add" +msgstr "" + +#: includes/fields/complex/CustomWorkdaysField.php:87 +#: includes/fields/complex/DaysOffField.php:79 +msgid "No items found" +msgstr "" + +#: includes/fields/complex/CustomWorkdaysField.php:121 +#: includes/fields/complex/DaysOffField.php:102 +#: templates/shortcodes/booking/step-cart.php:53 +#: assets/js/edit-post.js:1355 +#: assets/js/edit-post.js:1648 +msgid "Remove" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:59 +msgid "The License Key is required in order to get automatic plugin updates and support. You can manage your License Key in your personal account. Learn more." +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:65 +msgid "License Key" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:86 +msgid "Inactive" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:92 +msgid "Valid until" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:94 +msgid "Valid (Lifetime)" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:98 +msgid "Disabled" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:101 +msgid "Expired" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:104 +msgid "Invalid" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:107 +msgid "Your License Key does not match the installed plugin. How to fix this." +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:110 +msgid "Product ID is not valid" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:119 +msgid "Action" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:127 +msgid "Activate License" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:133 +msgid "Deactivate License" +msgstr "" + +#: includes/fields/complex/LicenseSettingsField.php:140 +msgid "Renew License" +msgstr "" + +#: includes/fields/complex/TimetableField.php:60 +msgid "Working hours" +msgstr "" + +#: includes/fields/complex/TimetableField.php:61 +msgid "Lunchtime" +msgstr "" + +#: includes/fields/complex/TimetableField.php:62 +msgctxt "A pause in work" +msgid "Break" +msgstr "" + +#: includes/fields/complex/TimetableField.php:156 +msgctxt "Add item" +msgid "Add" +msgstr "" + +#: includes/fields/complex/TimetableField.php:157 +msgid "Cancel" +msgstr "" + +#. Translators: %s: Location name, like "Barbershop". +#: includes/fields/complex/TimetableField.php:238 +#: assets/js/edit-post.js:2338 +msgctxt "Working at %s" +msgid "at %s" +msgstr "" + +#: includes/fields/complex/TimetableField.php:261 +msgid "Day Of Week" +msgstr "" + +#: includes/fields/complex/TimetableField.php:266 +msgid "Period Of Time" +msgstr "" + +#: includes/fields/complex/TimetableField.php:274 +msgid "Activity Type" +msgstr "" + +#: includes/functions/entity.php:310 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:56 +msgid "Capacity" +msgstr "" + +#: includes/functions/template.php:310 +msgid "Dismiss this notice." +msgstr "" + +#: includes/functions/template.php:382 +msgid "Required" +msgstr "" + +#. Translators: %s: HTML tag. +#: includes/functions/template.php:394 +msgid "Required fields are followed by %s." +msgstr "" + +#: includes/functions/template.php:440 +#: assets/js/divi-modules.js:3518 +#: assets/js/edit-post.js:3659 +#: assets/js/elementor-widgets.js:3316 +#: assets/js/gutenberg-blocks.js:7776 +#: assets/js/public.js:3291 +msgctxt "Zero price" +msgid "Free" +msgstr "" + +#. Translators: %d: The count of the associated employees. +#: includes/functions/template.php:704 +msgid "%d employee" +msgid_plural "%d employees" +msgstr[0] "" +msgstr[1] "" + +#: includes/functions/template.php:778 +msgid "Deprecated." +msgstr "" + +#. Translators: %d: The amount of days. +#: includes/functions/time.php:48 +msgctxt "Duration (days)" +msgid "%dd" +msgstr "" + +#. Translators: %d: The amount of hours. +#: includes/functions/time.php:53 +msgctxt "Duration (hours)" +msgid "%dh" +msgstr "" + +#. Translators: %d: The amount of minutes. +#: includes/functions/time.php:58 +msgctxt "Duration (minutes)" +msgid "%dm" +msgstr "" + +#: includes/functions/wordpress.php:48 +msgctxt "Post status" +msgid "New" +msgstr "" + +#: includes/functions/wordpress.php:49 +msgctxt "Post status" +msgid "Auto Draft" +msgstr "" + +#: includes/list-tables/emails/AdminEmailsListTable.php:34 +msgid "Administrator" +msgstr "" + +#: includes/list-tables/emails/EmailsListTable.php:33 +msgctxt "Column \"Email\"" +msgid "Email" +msgstr "" + +#: includes/list-tables/emails/EmailsListTable.php:34 +msgid "Enabled" +msgstr "" + +#: includes/list-tables/emails/EmailsListTable.php:35 +msgid "Content Type" +msgstr "" + +#: includes/list-tables/emails/EmailsListTable.php:36 +msgid "Recipients" +msgstr "" + +#: includes/list-tables/emails/EmailsListTable.php:86 +#: includes/list-tables/emails/TemplatePartsListTable.php:64 +msgid "Manage" +msgstr "" + +#: includes/list-tables/emails/TemplatePartsListTable.php:33 +#: includes/metaboxes/booking/BookingCustomerMetabox.php:36 +#: templates/shortcodes/booking/step-checkout.php:32 +#: templates/shortcodes/booking/step-checkout.php:63 +msgid "Name" +msgstr "" + +#: includes/metaboxes/booking/BookingCustomerMetabox.php:40 +#: templates/shortcodes/booking/step-checkout.php:39 +#: templates/shortcodes/booking/step-checkout.php:78 +msgid "Email" +msgstr "" + +#: includes/metaboxes/booking/BookingCustomerMetabox.php:44 +#: templates/shortcodes/booking/step-checkout.php:46 +#: templates/shortcodes/booking/step-checkout.php:93 +msgid "Phone" +msgstr "" + +#: includes/metaboxes/booking/BookingCustomerMetabox.php:56 +msgid "Customer Info" +msgstr "" + +#: includes/metaboxes/booking/BookingPriceMetabox.php:36 +msgid "Total Price" +msgstr "" + +#: includes/metaboxes/booking/BookingPriceMetabox.php:40 +msgid "Reserved Services" +msgstr "" + +#: includes/metaboxes/booking/BookingPriceMetabox.php:53 +msgid "Booking Price" +msgstr "" + +#: includes/metaboxes/employee/EmployeeAdditionalInfoMetabox.php:33 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:56 +#: includes/views/PostTypesView.php:169 +msgid "Additional Information" +msgstr "" + +#: includes/metaboxes/employee/EmployeeContactsMetabox.php:33 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:54 +#: includes/views/PostTypesView.php:99 +msgid "Contact Information" +msgstr "" + +#: includes/metaboxes/employee/EmployeeSocialNetworksMetabox.php:33 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:55 +#: includes/views/PostTypesView.php:134 +msgid "Social Networks" +msgstr "" + +#: includes/metaboxes/schedule/ScheduleCustomWorkdaysMetabox.php:47 +msgid "Custom Working Days" +msgstr "" + +#: includes/metaboxes/schedule/ScheduleDaysOffMetabox.php:47 +msgid "Days Off" +msgstr "" + +#: includes/metaboxes/schedule/ScheduleSettingsMetabox.php:37 +msgid "To which employee this schedule applies." +msgstr "" + +#: includes/metaboxes/schedule/ScheduleSettingsMetabox.php:43 +msgid "Main Location" +msgstr "" + +#: includes/metaboxes/schedule/ScheduleSettingsMetabox.php:44 +msgid "The location where the employee spends the major amount of time." +msgstr "" + +#: includes/metaboxes/schedule/ScheduleSettingsMetabox.php:84 +msgid "Schedule Settings" +msgstr "" + +#: includes/metaboxes/schedule/ScheduleTimetableMetabox.php:47 +msgid "Timetable" +msgstr "" + +#: includes/metaboxes/service/ServicePerformersMetabox.php:41 +msgid "Customize Service For Employee" +msgstr "" + +#: includes/metaboxes/service/ServicePerformersMetabox.php:53 +msgid "Eligible Employees" +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:47 +msgid "Buffer Time Before" +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:48 +msgid "Time needed to get prepared for the appointment, when another booking for the same service and employee cannot be made." +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:53 +msgid "Buffer Time After" +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:54 +msgid "Time after the appointment (rest, cleanup, etc.), when another booking for the same service and employee cannot be made." +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:59 +msgid "Time Before Booking" +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:60 +msgid "Minimum period before the appointment when customers can submit a booking request." +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:65 +#: templates/private/fields/service-variations-field.php:38 +msgid "Minimum Capacity" +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:66 +msgid "Here you can set the minimum number of persons per one booking of this service." +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:73 +#: templates/private/fields/service-variations-field.php:39 +msgid "Maximum Capacity" +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:74 +msgid "Here you can set the maximum number of persons per one appointment." +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:81 +msgid "Allow Extra Clients" +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:82 +msgid "Here you can choose whether you want to show or hide the “Bringing anyone with you?” option on the checkout form." +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:87 +msgid "Multiply Price" +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:88 +msgid "Multiply price by the number of people." +msgstr "" + +#: includes/metaboxes/service/ServiceSettingsMetabox.php:101 +msgid "Service Settings" +msgstr "" + +#: includes/metaboxes/shortcode/AppointmentFormDefaultsMetabox.php:28 +#: includes/widgets/AppointmentFormWidget.php:148 +msgid "Default Values" +msgstr "" + +#: includes/metaboxes/shortcode/AppointmentFormLabelsMetabox.php:28 +#: includes/widgets/AppointmentFormWidget.php:105 +msgid "Labels" +msgstr "" + +#: includes/metaboxes/shortcode/AppointmentFormMetabox.php:48 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:48 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:48 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:48 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:48 +#: includes/widgets/AppointmentFormWidget.php:94 +msgid "Show Items" +msgstr "" + +#: includes/metaboxes/shortcode/AppointmentFormMetabox.php:49 +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:49 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:49 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:49 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:49 +msgid "Show or hide extra blocks." +msgstr "" + +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:51 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:51 +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:51 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:51 +#: includes/registries/PostTypesRegistry.php:107 +msgid "Featured image" +msgstr "" + +#: includes/metaboxes/shortcode/EmployeesListMetabox.php:53 +#: includes/metaboxes/shortcode/LocationsListMetabox.php:53 +#: includes/metaboxes/shortcode/ServicesListMetabox.php:53 +msgid "Excerpt" +msgstr "" + +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:52 +msgid "Services count" +msgstr "" + +#: includes/metaboxes/shortcode/ServiceCategoriesMetabox.php:53 +#: templates/private/pages/shortcodes-list.php:25 +msgid "Description" +msgstr "" + +#: includes/metaboxes/shortcode/ShortcodeAdvancedMetabox.php:33 +#: includes/widgets/AppointmentFormWidget.php:177 +msgid "Advanced" +msgstr "" + +#: includes/metaboxes/shortcode/ShortcodeExampleMetabox.php:61 +msgid "Copy this shortcode and paste to your page:" +msgstr "" + +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:31 +msgid "Posts Order" +msgstr "" + +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:63 +msgid "Sort retrieved posts." +msgstr "" + +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:71 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:64 +#: includes/shortcodes/AbstractPostsListShortcode.php:41 +#: includes/shortcodes/AbstractTermsListShortcode.php:42 +msgid "Designates the ASC - ascending or DESC - descending order of sorting." +msgstr "" + +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:73 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:66 +msgid "ASC — from lowest to highest values (1, 2, 3)" +msgstr "" + +#: includes/metaboxes/shortcode/ShortcodeOrderMetabox.php:74 +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:67 +msgid "DESC — from highest to lowest values (3, 2, 1)" +msgstr "" + +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:31 +msgid "Terms Order" +msgstr "" + +#: includes/metaboxes/shortcode/ShortcodeTermsOrderMetabox.php:56 +#: includes/shortcodes/AbstractTermsListShortcode.php:36 +msgid "Sort retrieved terms." +msgstr "" + +#: includes/metaboxes/SubmitMetabox.php:174 +msgctxt "Post type" +msgid "Post" +msgstr "" + +#. Translators: %s: The post type name, like "Service". +#: includes/metaboxes/SubmitMetabox.php:177 +msgid "Update %s" +msgstr "" + +#: includes/plugin/settings/EmailSettings.php:131 +msgid "{site_link} — Built with {Appointment}" +msgstr "" + +#: includes/post-types/BookingPostType.php:70 +#: includes/post-types/BookingPostType.php:101 +msgid "Bookings" +msgstr "" + +#: includes/post-types/BookingPostType.php:80 +msgid "Booking" +msgstr "" + +#: includes/post-types/BookingPostType.php:93 +msgctxt "Add new booking" +msgid "Add New" +msgstr "" + +#: includes/post-types/BookingPostType.php:94 +msgid "Add New Booking" +msgstr "" + +#: includes/post-types/BookingPostType.php:95 +msgid "New Booking" +msgstr "" + +#: includes/post-types/BookingPostType.php:96 +msgid "Edit Booking" +msgstr "" + +#: includes/post-types/BookingPostType.php:97 +msgid "View Booking" +msgstr "" + +#: includes/post-types/BookingPostType.php:98 +msgid "Search Booking" +msgstr "" + +#: includes/post-types/BookingPostType.php:99 +msgid "No bookings found" +msgstr "" + +#: includes/post-types/BookingPostType.php:100 +msgid "No bookings found in Trash" +msgstr "" + +#: includes/post-types/EmployeePostType.php:47 +msgctxt "Add new employee" +msgid "Add New" +msgstr "" + +#: includes/post-types/EmployeePostType.php:48 +msgid "Add New Employee" +msgstr "" + +#: includes/post-types/EmployeePostType.php:49 +msgid "New Employee" +msgstr "" + +#: includes/post-types/EmployeePostType.php:50 +msgid "Edit Employee" +msgstr "" + +#: includes/post-types/EmployeePostType.php:51 +msgid "View Employee" +msgstr "" + +#: includes/post-types/EmployeePostType.php:52 +msgid "Search Employee" +msgstr "" + +#: includes/post-types/EmployeePostType.php:53 +msgid "No employees found" +msgstr "" + +#: includes/post-types/EmployeePostType.php:54 +msgid "No employees found in Trash" +msgstr "" + +#: includes/post-types/EmployeePostType.php:66 +msgid "This is where you can add new employees." +msgstr "" + +#: includes/post-types/LocationPostType.php:61 +msgid "This is where you can add new locations." +msgstr "" + +#: includes/post-types/LocationPostType.php:74 +msgctxt "Add new location" +msgid "Add New" +msgstr "" + +#: includes/post-types/LocationPostType.php:75 +msgid "Add New Location" +msgstr "" + +#: includes/post-types/LocationPostType.php:76 +msgid "New Location" +msgstr "" + +#: includes/post-types/LocationPostType.php:77 +msgid "Edit Location" +msgstr "" + +#: includes/post-types/LocationPostType.php:78 +msgid "View Location" +msgstr "" + +#: includes/post-types/LocationPostType.php:79 +msgid "Search Location" +msgstr "" + +#: includes/post-types/LocationPostType.php:80 +msgid "No location found" +msgstr "" + +#: includes/post-types/LocationPostType.php:81 +msgid "No locations found in Trash" +msgstr "" + +#: includes/post-types/LocationPostType.php:114 +msgid "Location Categories" +msgstr "" + +#: includes/post-types/LocationPostType.php:115 +msgid "Location Category" +msgstr "" + +#: includes/post-types/LocationPostType.php:116 +msgid "Search Location Categories" +msgstr "" + +#: includes/post-types/LocationPostType.php:117 +msgid "Popular Location Categories" +msgstr "" + +#: includes/post-types/LocationPostType.php:118 +msgid "All Location Categories" +msgstr "" + +#: includes/post-types/LocationPostType.php:119 +msgid "Parent Location Category" +msgstr "" + +#: includes/post-types/LocationPostType.php:120 +msgid "Parent Location Category:" +msgstr "" + +#: includes/post-types/LocationPostType.php:121 +msgid "Edit Location Category" +msgstr "" + +#: includes/post-types/LocationPostType.php:122 +msgid "Update Location Category" +msgstr "" + +#: includes/post-types/LocationPostType.php:123 +msgid "Add New Location Category" +msgstr "" + +#: includes/post-types/LocationPostType.php:124 +msgid "New Location Category Name" +msgstr "" + +#: includes/post-types/LocationPostType.php:125 +#: includes/post-types/ServicePostType.php:132 +msgid "Separate categories with commas" +msgstr "" + +#: includes/post-types/LocationPostType.php:126 +#: includes/post-types/ServicePostType.php:133 +msgid "Add or remove categories" +msgstr "" + +#: includes/post-types/LocationPostType.php:127 +#: includes/post-types/ServicePostType.php:134 +msgid "Choose from the most used categories" +msgstr "" + +#: includes/post-types/LocationPostType.php:128 +#: includes/post-types/ServicePostType.php:135 +msgid "No categories found." +msgstr "" + +#: includes/post-types/ReservationPostType.php:24 +#: includes/post-types/ReservationPostType.php:47 +msgid "Reservations" +msgstr "" + +#: includes/post-types/ReservationPostType.php:34 +msgid "Reservation" +msgstr "" + +#: includes/post-types/SchedulePostType.php:24 +#: includes/post-types/SchedulePostType.php:55 +msgid "Schedules" +msgstr "" + +#: includes/post-types/SchedulePostType.php:34 +msgid "Schedule" +msgstr "" + +#: includes/post-types/SchedulePostType.php:47 +msgctxt "Add new schedule" +msgid "Add New" +msgstr "" + +#: includes/post-types/SchedulePostType.php:48 +msgid "Add New Schedule" +msgstr "" + +#: includes/post-types/SchedulePostType.php:49 +msgid "New Schedule" +msgstr "" + +#: includes/post-types/SchedulePostType.php:50 +msgid "Edit Schedule" +msgstr "" + +#: includes/post-types/SchedulePostType.php:51 +msgid "View Schedule" +msgstr "" + +#: includes/post-types/SchedulePostType.php:52 +msgid "Search Schedule" +msgstr "" + +#: includes/post-types/SchedulePostType.php:53 +msgid "No schedule found" +msgstr "" + +#: includes/post-types/SchedulePostType.php:54 +msgid "No schedules found in Trash" +msgstr "" + +#: includes/post-types/SchedulePostType.php:66 +msgid "This is where you can add new schedules." +msgstr "" + +#: includes/post-types/ServicePostType.php:68 +msgid "This is where you can add new services." +msgstr "" + +#: includes/post-types/ServicePostType.php:81 +msgctxt "Add new service" +msgid "Add New" +msgstr "" + +#: includes/post-types/ServicePostType.php:82 +msgid "Add New Service" +msgstr "" + +#: includes/post-types/ServicePostType.php:83 +msgid "New Service" +msgstr "" + +#: includes/post-types/ServicePostType.php:84 +msgid "Edit Service" +msgstr "" + +#: includes/post-types/ServicePostType.php:85 +msgid "View Service" +msgstr "" + +#: includes/post-types/ServicePostType.php:86 +msgid "Search Service" +msgstr "" + +#: includes/post-types/ServicePostType.php:87 +msgid "No service found" +msgstr "" + +#: includes/post-types/ServicePostType.php:88 +msgid "No services found in Trash" +msgstr "" + +#: includes/post-types/ServicePostType.php:123 +msgid "Search Service Categories" +msgstr "" + +#: includes/post-types/ServicePostType.php:124 +msgid "Popular Service Categories" +msgstr "" + +#: includes/post-types/ServicePostType.php:125 +msgid "All Service Categories" +msgstr "" + +#: includes/post-types/ServicePostType.php:126 +msgid "Parent Service Category" +msgstr "" + +#: includes/post-types/ServicePostType.php:127 +msgid "Parent Service Category:" +msgstr "" + +#: includes/post-types/ServicePostType.php:128 +msgid "Edit Service Category" +msgstr "" + +#: includes/post-types/ServicePostType.php:129 +msgid "Update Service Category" +msgstr "" + +#: includes/post-types/ServicePostType.php:130 +msgid "Add New Service Category" +msgstr "" + +#: includes/post-types/ServicePostType.php:131 +msgid "New Service Category Name" +msgstr "" + +#: includes/post-types/ServicePostType.php:169 +#: includes/post-types/ServicePostType.php:229 +msgid "Service Tags" +msgstr "" + +#: includes/post-types/ServicePostType.php:170 +msgid "Service Tag" +msgstr "" + +#: includes/post-types/ServicePostType.php:171 +msgid "Search Service Tags" +msgstr "" + +#: includes/post-types/ServicePostType.php:172 +msgid "Popular Service Tags" +msgstr "" + +#: includes/post-types/ServicePostType.php:173 +msgid "All Service Tags" +msgstr "" + +#: includes/post-types/ServicePostType.php:174 +msgid "Parent Service Tag" +msgstr "" + +#: includes/post-types/ServicePostType.php:175 +msgid "Parent Service Tag:" +msgstr "" + +#: includes/post-types/ServicePostType.php:176 +msgid "Edit Service Tag" +msgstr "" + +#: includes/post-types/ServicePostType.php:177 +msgid "Update Service Tag" +msgstr "" + +#: includes/post-types/ServicePostType.php:178 +msgid "Add New Service Tag" +msgstr "" + +#: includes/post-types/ServicePostType.php:179 +msgid "New Service Tag Name" +msgstr "" + +#: includes/post-types/ServicePostType.php:180 +msgid "Separate tags with commas" +msgstr "" + +#: includes/post-types/ServicePostType.php:181 +msgid "Add or remove tags" +msgstr "" + +#: includes/post-types/ServicePostType.php:182 +msgid "Choose from the most used tags" +msgstr "" + +#: includes/post-types/ServicePostType.php:183 +msgid "No tags found." +msgstr "" + +#: includes/post-types/ShortcodePostType.php:24 +#: includes/post-types/ShortcodePostType.php:55 +#: templates/private/pages/shortcodes-list.php:19 +msgid "Shortcodes" +msgstr "" + +#: includes/post-types/ShortcodePostType.php:47 +msgctxt "Add new shortcode" +msgid "Add New" +msgstr "" + +#: includes/post-types/ShortcodePostType.php:48 +msgid "Add New Shortcode" +msgstr "" + +#: includes/post-types/ShortcodePostType.php:49 +msgid "New Shortcode" +msgstr "" + +#: includes/post-types/ShortcodePostType.php:50 +msgid "Edit Shortcode" +msgstr "" + +#: includes/post-types/ShortcodePostType.php:51 +msgid "View Shortcode" +msgstr "" + +#: includes/post-types/ShortcodePostType.php:52 +msgid "Search Shortcode" +msgstr "" + +#: includes/post-types/ShortcodePostType.php:53 +msgid "No shortcodes found" +msgstr "" + +#: includes/post-types/ShortcodePostType.php:54 +msgid "No shortcodes found in Trash" +msgstr "" + +#: includes/post-types/ShortcodePostType.php:66 +msgid "This is where you can set custom settings for your shortcodes." +msgstr "" + +#. Translators: %s: The posts count. +#: includes/post-types/statuses/BookingStatuses.php:34 +msgid "Pending (%s)" +msgid_plural "Pending (%s)" +msgstr[0] "" +msgstr[1] "" + +#: includes/post-types/statuses/BookingStatuses.php:42 +msgctxt "Booking status" +msgid "Cancelled" +msgstr "" + +#. Translators: %s: The posts count. +#: includes/post-types/statuses/BookingStatuses.php:44 +msgid "Cancelled (%s)" +msgid_plural "Cancelled (%s)" +msgstr[0] "" +msgstr[1] "" + +#: includes/post-types/statuses/BookingStatuses.php:52 +msgctxt "Booking status" +msgid "Abandoned" +msgstr "" + +#. Translators: %s: The posts count. +#: includes/post-types/statuses/BookingStatuses.php:54 +msgid "Abandoned (%s)" +msgid_plural "Abandoned (%s)" +msgstr[0] "" +msgstr[1] "" + +#. Translators: %s: The posts count. +#: includes/post-types/statuses/BookingStatuses.php:64 +msgid "Confirmed (%s)" +msgid_plural "Confirmed (%s)" +msgstr[0] "" +msgstr[1] "" + +#. Translators: 1: Old status name (like "Pending"), 2: New status name. +#: includes/post-types/statuses/BookingStatuses.php:86 +msgid "Status changed from %1$s to %2$s." +msgstr "" + +#: includes/rest/controllers/BookingsRestController.php:81 +msgid "Your reservation is confirmed. Thank You!" +msgstr "" + +#: includes/rest/controllers/BookingsRestController.php:83 +msgid "Your reservation request has been received. Thank you!" +msgstr "" + +#: includes/rest/controllers/BookingsRestController.php:86 +msgid "Sorry! Failed to make a reservation at the moment." +msgstr "" + +#: includes/rest/controllers/BookingsRestController.php:107 +#: includes/rest/controllers/CalendarRestController.php:98 +#: includes/rest/controllers/ServicesRestController.php:59 +msgid "Invalid parameter: service ID is not set." +msgstr "" + +#: includes/rest/controllers/BookingsRestController.php:109 +#: includes/rest/controllers/CalendarRestController.php:100 +msgid "Invalid parameter: date range is not set." +msgstr "" + +#: includes/rest/controllers/CalendarRestController.php:106 +#: includes/rest/controllers/ServicesRestController.php:69 +msgid "Invalid request: service #$d not found." +msgstr "" + +#: includes/rest/controllers/SchedulesRestController.php:52 +msgid "Invalid parameter: schedule ID is not set." +msgstr "" + +#: includes/rest/controllers/SchedulesRestController.php:62 +msgid "Invalid request: schedule #$d not found." +msgstr "" + +#: includes/services/BookingService.php:29 +msgid "Unable to make a reservation. Your order seems to be empty." +msgstr "" + +#: includes/services/BookingService.php:122 +msgid "Unable to make a reservation. Your order misses some of the required data." +msgstr "" + +#. Translators: %d: ID of the post. +#: includes/services/BookingService.php:141 +msgid "Unable to make a reservation. There is no such service with ID #%d." +msgstr "" + +#: includes/services/BookingService.php:160 +msgid "Unable to make a reservation. The date value is broken." +msgstr "" + +#: includes/services/BookingService.php:179 +msgid "Unable to make a reservation. The time value is broken." +msgstr "" + +#: includes/services/BookingService.php:226 +msgid "Unable to make a reservation. No employee found for your request." +msgstr "" + +#: includes/services/BookingService.php:257 +msgid "Unable to make a reservation. No places left for this service." +msgstr "" + +#: includes/shortcodes/AbstractPostShortcode.php:24 +msgid "Linked Post. The slug or the post ID with shortcode settings. Manage settings in Appointments > Shortcodes." +msgstr "" + +#: includes/shortcodes/AbstractPostsListShortcode.php:24 +msgid "Posts per page." +msgstr "" + +#: includes/shortcodes/AbstractPostsListShortcode.php:26 +msgid "The number of posts set in the Settings > Reading" +msgstr "" + +#: includes/shortcodes/AbstractPostsListShortcode.php:35 +msgid "Order of posts. Learn more about order parameters." +msgstr "" + +#: includes/shortcodes/AbstractPostsListShortcode.php:37 +msgid "Page order with a fallback to a post title" +msgstr "" + +#: includes/shortcodes/AbstractTermsListShortcode.php:27 +#: includes/shortcodes/ServiceCategoriesShortcode.php:82 +msgid "all categories" +msgstr "" + +#: includes/shortcodes/AbstractTermsListShortcode.php:38 +msgid "name" +msgstr "" + +#: includes/shortcodes/ServiceCategoriesShortcode.php:49 +msgid "Show the count of the associated services near the title." +msgstr "" + +#: includes/shortcodes/ServiceCategoriesShortcode.php:54 +msgid "Show description of the each item." +msgstr "" + +#: includes/shortcodes/single-employee/AbstractSingleEmployeeShortcode.php:28 +msgid "empty string or current post ID" +msgstr "" + +#: includes/views/PostTypesView.php:226 +msgid "Details" +msgstr "" + +#. Translators: %s: Widget name, like "Appointment Form". +#: includes/widgets/AbstractWidget.php:86 +msgid "Display %s" +msgstr "" + +#: includes/widgets/AppointmentFormWidget.php:88 +msgid "Title" +msgstr "" + +#: templates/emails/admin/admin-new-booking-email.php:12 +#: templates/emails/admin/admin-pending-booking-email.php:12 +msgid "Dear Administrator," +msgstr "" + +#: templates/emails/admin/admin-new-booking-email.php:14 +msgid "You got new confirmed appointments!" +msgstr "" + +#: templates/emails/admin/admin-new-booking-email.php:18 +msgid "Scheduled appointments:" +msgstr "" + +#: templates/emails/admin/admin-new-booking-email.php:20 +msgid "Client details:" +msgstr "" + +#: templates/emails/admin/admin-pending-booking-email.php:14 +msgid "New reservation {booking_id} is waiting for your confirmation." +msgstr "" + +#: templates/emails/admin/admin-pending-booking-email.php:18 +msgid "Appointment booking details:" +msgstr "" + +#: templates/emails/customer/customer-approved-booking-email.php:12 +#: templates/emails/customer/customer-cancelled-booking-email.php:12 +#: templates/emails/customer/customer-new-booking-email.php:12 +#: templates/emails/customer/customer-pending-booking-email.php:12 +msgid "Dear {customer_name}," +msgstr "" + +#: templates/emails/customer/customer-approved-booking-email.php:14 +msgid "Our administrator has confirmed your appointment booking request {booking_id}!" +msgstr "" + +#: templates/emails/customer/customer-approved-booking-email.php:16 +#: templates/emails/customer/customer-new-booking-email.php:16 +msgid "Here is information on your scheduled appointments:" +msgstr "" + +#: templates/emails/customer/customer-approved-booking-email.php:18 +msgid "Thank you and see you soon," +msgstr "" + +#: templates/emails/customer/customer-cancelled-booking-email.php:14 +msgid "Your appointment {booking_id} has been canceled." +msgstr "" + +#: templates/emails/customer/customer-cancelled-booking-email.php:16 +msgid "Let us know if we can do anything else for you," +msgstr "" + +#: templates/emails/customer/customer-new-booking-email.php:14 +msgid "Your reservation {booking_id} has been successfully approved!" +msgstr "" + +#: templates/emails/customer/customer-new-booking-email.php:18 +msgid "See you soon," +msgstr "" + +#: templates/emails/customer/customer-pending-booking-email.php:14 +msgid "Your appointment request {booking_id} is waiting for a confirmation by our administrator." +msgstr "" + +#: templates/emails/customer/customer-pending-booking-email.php:16 +msgid "Stay in touch," +msgstr "" + +#: templates/emails/template-parts/reservation-details.php:12 +msgid "{service_name} with {employee_name} on {reservation_date} from {start_buffer_time} till {end_buffer_time} at {location_name}." +msgstr "" + +#: templates/post/not-found.php:13 +msgid "No posts matching criteria." +msgstr "" + +#: templates/post/pagination.php:29 +msgid "Page" +msgstr "" + +#: templates/private/fields/list-table.php:33 +msgid "No items found." +msgstr "" + +#: templates/private/fields/reserved-services.php:21 +msgid "Date" +msgstr "" + +#: templates/private/fields/reserved-services.php:29 +msgid "No reservations found." +msgstr "" + +#: templates/private/fields/service-variations-field.php:85 +msgid "Add Variation" +msgstr "" + +#: templates/private/metaboxes/custom-submit-metabox.php:38 +msgid "Created on:" +msgstr "" + +#: templates/private/metaboxes/custom-submit-metabox.php:47 +msgid "Delete Permanently" +msgstr "" + +#: templates/private/metaboxes/custom-submit-metabox.php:49 +msgid "Move to Trash" +msgstr "" + +#: templates/private/metaboxes/custom-submit-metabox.php:57 +#: templates/private/metaboxes/custom-submit-metabox.php:58 +msgid "Update" +msgstr "" + +#: templates/private/metaboxes/custom-submit-metabox.php:58 +msgid "Create" +msgstr "" + +#: templates/private/pages/shortcodes-list.php:24 +msgid "Parameter" +msgstr "" + +#: templates/private/pages/shortcodes-list.php:26 +msgid "Default" +msgstr "" + +#: templates/private/pages/shortcodes-list.php:55 +msgid "Required." +msgstr "" + +#: templates/private/pages/shortcodes-list.php:84 +msgid "empty string" +msgstr "" + +#. Translators: %d: Just a number. +#: templates/service/employees.php:72 +msgid "+%d" +msgstr "" + +#: templates/shortcodes/booking/step-booking.php:14 +#: assets/js/divi-modules.js:5811 +#: assets/js/elementor-widgets.js:5609 +#: assets/js/gutenberg-blocks.js:10069 +#: assets/js/public.js:5609 +msgid "Making a reservation..." +msgstr "" + +#: templates/shortcodes/booking/step-cart.php:14 +msgid "Your Reservation" +msgstr "" + +#: templates/shortcodes/booking/step-cart.php:33 +msgid "Location:" +msgstr "" + +#: templates/shortcodes/booking/step-cart.php:37 +msgid "Clients:" +msgstr "" + +#: templates/shortcodes/booking/step-cart.php:41 +msgid "Employee:" +msgstr "" + +#: templates/shortcodes/booking/step-cart.php:45 +msgid "Price:" +msgstr "" + +#: templates/shortcodes/booking/step-cart.php:54 +msgid "Edit" +msgstr "" + +#: templates/shortcodes/booking/step-cart.php:63 +msgid "Your cart is empty." +msgstr "" + +#. Translators: %s: Cart total price, like "$199". +#: templates/shortcodes/booking/step-cart.php:71 +msgid "Cart total: %s" +msgstr "" + +#: templates/shortcodes/booking/step-cart.php:81 +msgid "Add More Services" +msgstr "" + +#: templates/shortcodes/booking/step-cart.php:85 +msgid "Checkout" +msgstr "" + +#: templates/shortcodes/booking/step-checkout.php:54 +msgid "Your Information" +msgstr "" + +#: templates/shortcodes/booking/step-checkout.php:108 +msgid "Format: 1234567890" +msgstr "" + +#: templates/shortcodes/booking/step-checkout.php:115 +msgid "Your Order" +msgstr "" + +#: templates/shortcodes/booking/step-checkout.php:123 +msgid "Reserve" +msgstr "" + +#: templates/shortcodes/booking/step-period.php:14 +msgid "Select Date & Time" +msgstr "" + +#: templates/shortcodes/booking/step-period.php:33 +msgid "Confirm" +msgstr "" + +#: templates/shortcodes/booking/step-service-form.php:61 +msgid "Select Service" +msgstr "" + +#: templates/shortcodes/booking/step-service-form.php:164 +msgid "Next" +msgstr "" + +#: templates/term/no-categories.php:13 +msgid "No categories matching criteria." +msgstr "" + +#: assets/blocks/appointment-form/index.js:26 +#: assets/blocks/locations-list/index.js:26 +#: assets/js/gutenberg-blocks.js:338 +#: assets/js/gutenberg-blocks.js:791 +#: assets/js/gutenberg-blocks.js:1051 +#: assets/js/gutenberg-blocks.js:1311 +#: assets/js/gutenberg-blocks.js:1571 +#: assets/js/gutenberg-blocks.js:1831 +#: assets/js/gutenberg-blocks.js:2091 +#: assets/js/gutenberg-blocks.js:2351 +#: assets/js/gutenberg-blocks.js:2611 +#: assets/js/gutenberg-blocks.js:2914 +#: assets/js/gutenberg-blocks.js:3398 +#: assets/js/gutenberg-blocks.js:3819 +#: assets/js/gutenberg-blocks.js:4282 +msgid "appointment" +msgstr "" + +#: assets/js/divi-modules.js:990 +#: assets/js/edit-category.js:210 +#: assets/js/edit-post.js:521 +#: assets/js/elementor-widgets.js:990 +#: assets/js/gutenberg-blocks.js:5475 +#: assets/js/public.js:990 +#: assets/js/settings-page.js:277 +msgid "Sun" +msgstr "" + +#: assets/js/divi-modules.js:990 +#: assets/js/edit-category.js:210 +#: assets/js/edit-post.js:521 +#: assets/js/elementor-widgets.js:990 +#: assets/js/gutenberg-blocks.js:5475 +#: assets/js/public.js:990 +#: assets/js/settings-page.js:277 +msgid "Mon" +msgstr "" + +#: assets/js/divi-modules.js:990 +#: assets/js/edit-category.js:210 +#: assets/js/edit-post.js:521 +#: assets/js/elementor-widgets.js:990 +#: assets/js/gutenberg-blocks.js:5475 +#: assets/js/public.js:990 +#: assets/js/settings-page.js:277 +msgid "Tue" +msgstr "" + +#: assets/js/divi-modules.js:990 +#: assets/js/edit-category.js:210 +#: assets/js/edit-post.js:521 +#: assets/js/elementor-widgets.js:990 +#: assets/js/gutenberg-blocks.js:5475 +#: assets/js/public.js:990 +#: assets/js/settings-page.js:277 +msgid "Wed" +msgstr "" + +#: assets/js/divi-modules.js:990 +#: assets/js/edit-category.js:210 +#: assets/js/edit-post.js:521 +#: assets/js/elementor-widgets.js:990 +#: assets/js/gutenberg-blocks.js:5475 +#: assets/js/public.js:990 +#: assets/js/settings-page.js:277 +msgid "Thu" +msgstr "" + +#: assets/js/divi-modules.js:990 +#: assets/js/edit-category.js:210 +#: assets/js/edit-post.js:521 +#: assets/js/elementor-widgets.js:990 +#: assets/js/gutenberg-blocks.js:5475 +#: assets/js/public.js:990 +#: assets/js/settings-page.js:277 +msgid "Fri" +msgstr "" + +#: assets/js/divi-modules.js:990 +#: assets/js/edit-category.js:210 +#: assets/js/edit-post.js:521 +#: assets/js/elementor-widgets.js:990 +#: assets/js/gutenberg-blocks.js:5475 +#: assets/js/public.js:990 +#: assets/js/settings-page.js:277 +msgid "Sat" +msgstr "" + +#: assets/js/divi-modules.js:991 +#: assets/js/edit-category.js:211 +#: assets/js/edit-post.js:522 +#: assets/js/elementor-widgets.js:991 +#: assets/js/gutenberg-blocks.js:5476 +#: assets/js/public.js:991 +#: assets/js/settings-page.js:278 +msgid "Sunday" +msgstr "" + +#: assets/js/divi-modules.js:991 +#: assets/js/edit-category.js:211 +#: assets/js/edit-post.js:522 +#: assets/js/elementor-widgets.js:991 +#: assets/js/gutenberg-blocks.js:5476 +#: assets/js/public.js:991 +#: assets/js/settings-page.js:278 +msgid "Monday" +msgstr "" + +#: assets/js/divi-modules.js:991 +#: assets/js/edit-category.js:211 +#: assets/js/edit-post.js:522 +#: assets/js/elementor-widgets.js:991 +#: assets/js/gutenberg-blocks.js:5476 +#: assets/js/public.js:991 +#: assets/js/settings-page.js:278 +msgid "Tuesday" +msgstr "" + +#: assets/js/divi-modules.js:991 +#: assets/js/edit-category.js:211 +#: assets/js/edit-post.js:522 +#: assets/js/elementor-widgets.js:991 +#: assets/js/gutenberg-blocks.js:5476 +#: assets/js/public.js:991 +#: assets/js/settings-page.js:278 +msgid "Wednesday" +msgstr "" + +#: assets/js/divi-modules.js:991 +#: assets/js/edit-category.js:211 +#: assets/js/edit-post.js:522 +#: assets/js/elementor-widgets.js:991 +#: assets/js/gutenberg-blocks.js:5476 +#: assets/js/public.js:991 +#: assets/js/settings-page.js:278 +msgid "Thursday" +msgstr "" + +#: assets/js/divi-modules.js:991 +#: assets/js/edit-category.js:211 +#: assets/js/edit-post.js:522 +#: assets/js/elementor-widgets.js:991 +#: assets/js/gutenberg-blocks.js:5476 +#: assets/js/public.js:991 +#: assets/js/settings-page.js:278 +msgid "Friday" +msgstr "" + +#: assets/js/divi-modules.js:991 +#: assets/js/edit-category.js:211 +#: assets/js/edit-post.js:522 +#: assets/js/elementor-widgets.js:991 +#: assets/js/gutenberg-blocks.js:5476 +#: assets/js/public.js:991 +#: assets/js/settings-page.js:278 +msgid "Saturday" +msgstr "" + +#: assets/js/divi-modules.js:994 +#: assets/js/edit-category.js:214 +#: assets/js/edit-post.js:525 +#: assets/js/elementor-widgets.js:994 +#: assets/js/gutenberg-blocks.js:5479 +#: assets/js/public.js:994 +#: assets/js/settings-page.js:281 +msgid "Jan" +msgstr "" + +#: assets/js/divi-modules.js:994 +#: assets/js/edit-category.js:214 +#: assets/js/edit-post.js:525 +#: assets/js/elementor-widgets.js:994 +#: assets/js/gutenberg-blocks.js:5479 +#: assets/js/public.js:994 +#: assets/js/settings-page.js:281 +msgid "Feb" +msgstr "" + +#: assets/js/divi-modules.js:994 +#: assets/js/edit-category.js:214 +#: assets/js/edit-post.js:525 +#: assets/js/elementor-widgets.js:994 +#: assets/js/gutenberg-blocks.js:5479 +#: assets/js/public.js:994 +#: assets/js/settings-page.js:281 +msgid "Mar" +msgstr "" + +#: assets/js/divi-modules.js:994 +#: assets/js/edit-category.js:214 +#: assets/js/edit-post.js:525 +#: assets/js/elementor-widgets.js:994 +#: assets/js/gutenberg-blocks.js:5479 +#: assets/js/public.js:994 +#: assets/js/settings-page.js:281 +msgid "Apr" +msgstr "" + +#. Translators: Month name (short variant, like "Apr"). +#: assets/js/divi-modules.js:995 +#: assets/js/edit-category.js:215 +#: assets/js/edit-post.js:526 +#: assets/js/elementor-widgets.js:995 +#: assets/js/gutenberg-blocks.js:5480 +#: assets/js/public.js:995 +#: assets/js/settings-page.js:282 +msgctxt "Month (short)" +msgid "May" +msgstr "" + +#. Translators: Month name (short variant, like "Apr"). +#: assets/js/divi-modules.js:995 +#: assets/js/edit-category.js:215 +#: assets/js/edit-post.js:526 +#: assets/js/elementor-widgets.js:995 +#: assets/js/gutenberg-blocks.js:5480 +#: assets/js/public.js:995 +#: assets/js/settings-page.js:282 +msgid "Jun" +msgstr "" + +#: assets/js/divi-modules.js:995 +#: assets/js/edit-category.js:215 +#: assets/js/edit-post.js:526 +#: assets/js/elementor-widgets.js:995 +#: assets/js/gutenberg-blocks.js:5480 +#: assets/js/public.js:995 +#: assets/js/settings-page.js:282 +msgid "Jul" +msgstr "" + +#: assets/js/divi-modules.js:995 +#: assets/js/edit-category.js:215 +#: assets/js/edit-post.js:526 +#: assets/js/elementor-widgets.js:995 +#: assets/js/gutenberg-blocks.js:5480 +#: assets/js/public.js:995 +#: assets/js/settings-page.js:282 +msgid "Aug" +msgstr "" + +#: assets/js/divi-modules.js:995 +#: assets/js/edit-category.js:215 +#: assets/js/edit-post.js:526 +#: assets/js/elementor-widgets.js:995 +#: assets/js/gutenberg-blocks.js:5480 +#: assets/js/public.js:995 +#: assets/js/settings-page.js:282 +msgid "Sep" +msgstr "" + +#: assets/js/divi-modules.js:995 +#: assets/js/edit-category.js:215 +#: assets/js/edit-post.js:526 +#: assets/js/elementor-widgets.js:995 +#: assets/js/gutenberg-blocks.js:5480 +#: assets/js/public.js:995 +#: assets/js/settings-page.js:282 +msgid "Oct" +msgstr "" + +#: assets/js/divi-modules.js:995 +#: assets/js/edit-category.js:215 +#: assets/js/edit-post.js:526 +#: assets/js/elementor-widgets.js:995 +#: assets/js/gutenberg-blocks.js:5480 +#: assets/js/public.js:995 +#: assets/js/settings-page.js:282 +msgid "Nov" +msgstr "" + +#: assets/js/divi-modules.js:995 +#: assets/js/edit-category.js:215 +#: assets/js/edit-post.js:526 +#: assets/js/elementor-widgets.js:995 +#: assets/js/gutenberg-blocks.js:5480 +#: assets/js/public.js:995 +#: assets/js/settings-page.js:282 +msgid "Dec" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "January" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "February" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "March" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "April" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgctxt "Month" +msgid "May" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "June" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "July" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "August" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "September" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "October" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "November" +msgstr "" + +#: assets/js/divi-modules.js:996 +#: assets/js/edit-category.js:216 +#: assets/js/edit-post.js:527 +#: assets/js/elementor-widgets.js:996 +#: assets/js/gutenberg-blocks.js:5481 +#: assets/js/public.js:996 +#: assets/js/settings-page.js:283 +msgid "December" +msgstr "" + +#: assets/js/divi-modules.js:3439 +#: assets/js/edit-post.js:3580 +#: assets/js/elementor-widgets.js:3237 +#: assets/js/gutenberg-blocks.js:7697 +#: assets/js/public.js:3212 +msgid "Subtotal" +msgstr "" + +#: assets/js/divi-modules.js:3446 +#: assets/js/edit-post.js:3587 +#: assets/js/elementor-widgets.js:3244 +#: assets/js/gutenberg-blocks.js:7704 +#: assets/js/public.js:3219 +msgid "Total" +msgstr "" + +#: assets/js/divi-modules.js:5232 +#: assets/js/elementor-widgets.js:5030 +#: assets/js/gutenberg-blocks.js:9490 +#: assets/js/public.js:5030 +msgid "Sorry, there are no services, employees or locations to book." +msgstr "" + +#: assets/js/divi-modules.js:6921 +#: assets/js/elementor-widgets.js:6719 +#: assets/js/gutenberg-blocks.js:11179 +#: assets/js/public.js:6719 +msgid "Sorry, but we were unable to allocate time slots for the date you selected." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/mpwizard/translation_file/languages/mpwizard.pot b/spec/fixtures/dynamic_finders/plugin_version/mpwizard/translation_file/languages/mpwizard.pot new file mode 100644 index 00000000..64a4275e --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/mpwizard/translation_file/languages/mpwizard.pot @@ -0,0 +1,455 @@ +# Copyright (C) 2022 Laudanumsoft +# This file is distributed under the same license as the MPWizard package. +msgid "" +msgstr "" +"Project-Id-Version: MPWizard 1.0.3\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mpwizard\n" +"POT-Creation-Date: 2022-02-16 17:17:21+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2022-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/admin/class-mpwizard-table.php:83 +#: includes/admin/mpwizard-product-form-view.php:31 +msgid "Name" +msgstr "" + +#: includes/admin/class-mpwizard-table.php:84 +msgid "Payment link" +msgstr "" + +#: includes/admin/class-mpwizard-table.php:85 +msgid "Created" +msgstr "" + +#: includes/admin/class-mpwizard-table.php:142 +msgid "Invalid access" +msgstr "" + +#: includes/admin/class-mpwizard-table.php:249 +msgid "Copy" +msgstr "" + +#: includes/admin/class-mpwizard-table.php:289 +msgid "Edit" +msgstr "" + +#: includes/admin/class-mpwizard-table.php:290 +#: includes/admin/class-mpwizard-table.php:305 +#: includes/admin/mpwizard-product-form-view.php:52 +msgid "Delete" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:54 +msgid "Button" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:55 +msgid "Select picture" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:56 +msgid "Registered product" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:57 +msgid "Updated product" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:58 +msgid "Here is your payment link" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:59 +msgid "Click on it to copy" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:60 +msgid "An error has occurred" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:61 +#: includes/admin/mpwizard-product-form-view.php:92 +msgid "Update" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:62 +#: includes/admin/mpwizard-product-form-view.php:92 +msgid "Register" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:63 +msgid "Copied" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:64 +msgid "Are you sure you want to remove this product?" +msgstr "" + +#: includes/admin/mpwizard-assets-load.php:65 +msgid "Cancel" +msgstr "" + +#: includes/admin/mpwizard-functions.php:338 +msgid "An error occurred while deleting the product. Please try again." +msgstr "" + +#: includes/admin/mpwizard-functions.php:343 +msgid "Product ID is not valid." +msgstr "" + +#: includes/admin/mpwizard-functions.php:387 +msgid "There was an error getting the payment link. Please try again." +msgstr "" + +#: includes/admin/mpwizard-menu.php:60 +msgid "Edit product" +msgstr "" + +#: includes/admin/mpwizard-menu.php:119 includes/admin/mpwizard-menu.php:120 +msgid "Product list" +msgstr "" + +#: includes/admin/mpwizard-menu.php:128 +msgid "Add new product" +msgstr "" + +#: includes/admin/mpwizard-menu.php:129 +#: includes/admin/mpwizard-product-list-view.php:13 +msgid "Add new" +msgstr "" + +#: includes/admin/mpwizard-menu.php:137 includes/admin/mpwizard-menu.php:138 +msgid "Settings" +msgstr "" + +#: includes/admin/mpwizard-mercadopago-fb.php:36 +msgid "Product name has not been established" +msgstr "" + +#: includes/admin/mpwizard-mercadopago-fb.php:39 +msgid "Product quantity has not been established" +msgstr "" + +#: includes/admin/mpwizard-mercadopago-fb.php:42 +msgid "Product price has not been established" +msgstr "" + +#: includes/admin/mpwizard-mercadopago-fb.php:137 +msgid "Mercado Pago error:" +msgstr "" + +#: includes/admin/mpwizard-post-types.php:16 +msgid "MPWizard Buttons" +msgstr "" + +#: includes/admin/mpwizard-post-types.php:17 +msgid "MPWizard Button" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:25 +msgid "Back to product list" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:33 +msgid "Product or service name" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:35 +msgid "Quantity" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:37 +msgid "Elements number of the product or service" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:39 +msgid "Price" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:41 +msgid "Product or service price" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:43 +msgid "Button text" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:44 +msgid "Pay now" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:45 +msgid "Button text. Example: Pay now" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:49 +msgid "Picture" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:53 +msgid "Select the product or service picture" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:55 +msgid "Description" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:57 +msgid "Product or service description" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:59 +msgid "Reference number" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:61 +msgid "Unique identification to recognize your product or service" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:64 +msgid "Start date" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:66 +msgid "Date when you can start using this product" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:68 +msgid "Due date" +msgstr "" + +#: includes/admin/mpwizard-product-form-view.php:70 +msgid "Date this product ends" +msgstr "" + +#: includes/admin/mpwizard-product-list-view.php:13 +msgid "My products" +msgstr "" + +#: includes/admin/mpwizard-settings-view.php:10 +msgid "Saved settings" +msgstr "" + +#: includes/admin/mpwizard-settings-view.php:35 +msgid "Save settings" +msgstr "" + +#: includes/admin/mpwizard-settings.php:37 +msgid "Test credentials" +msgstr "" + +#: includes/admin/mpwizard-settings.php:38 +msgid "Keys to do the tests you want." +msgstr "" + +#: includes/admin/mpwizard-settings.php:39 +#: includes/admin/mpwizard-settings.php:53 +msgid "Get credentials" +msgstr "" + +#: includes/admin/mpwizard-settings.php:51 +msgid "Production credentials" +msgstr "" + +#: includes/admin/mpwizard-settings.php:52 +msgid "Keys to receive real payments from your clients." +msgstr "" + +#: includes/admin/mpwizard-settings.php:90 +msgid "" +"Choose \"No\" to activate test mode. Change to \"Yes\" only when you are " +"ready to sell." +msgstr "" + +#: includes/admin/mpwizard-settings.php:165 +msgid "Country to which the currency you want to sell belongs to." +msgstr "" + +#: includes/admin/mpwizard-settings.php:180 +msgid "installment" +msgstr "" + +#: includes/admin/mpwizard-settings.php:181 +#: includes/admin/mpwizard-settings.php:182 +#: includes/admin/mpwizard-settings.php:183 +#: includes/admin/mpwizard-settings.php:184 +#: includes/admin/mpwizard-settings.php:185 +#: includes/admin/mpwizard-settings.php:186 +#: includes/admin/mpwizard-settings.php:187 +#: includes/admin/mpwizard-settings.php:188 +#: includes/admin/mpwizard-settings.php:189 +#: includes/admin/mpwizard-settings.php:190 +#: includes/admin/mpwizard-settings.php:191 +#: includes/admin/mpwizard-settings.php:192 +#: includes/admin/mpwizard-settings.php:193 +#: includes/admin/mpwizard-settings.php:194 +#: includes/admin/mpwizard-settings.php:195 +#: includes/admin/mpwizard-settings.php:196 +#: includes/admin/mpwizard-settings.php:197 +#: includes/admin/mpwizard-settings.php:198 +#: includes/admin/mpwizard-settings.php:199 +#: includes/admin/mpwizard-settings.php:200 +#: includes/admin/mpwizard-settings.php:201 +#: includes/admin/mpwizard-settings.php:202 +#: includes/admin/mpwizard-settings.php:203 +msgid "installments" +msgstr "" + +#: includes/admin/mpwizard-settings.php:205 +msgid "Maximum installments with which a customer can buy." +msgstr "" + +#: includes/admin/mpwizard-settings.php:219 +msgid "Yes" +msgstr "" + +#: includes/admin/mpwizard-settings.php:220 +msgid "No" +msgstr "" + +#: includes/admin/mpwizard-settings.php:222 +msgid "Payment can only be approved or rejected." +msgstr "" + +#: includes/admin/mpwizard-settings.php:236 +msgid "URL that will be shown to your customers when they finish their purchase." +msgstr "" + +#: includes/admin/mpwizard-settings.php:250 +msgid "" +"URL that will be shown to your customers when the payment is in the " +"approval process." +msgstr "" + +#: includes/admin/mpwizard-settings.php:264 +msgid "URL that will be shown to your customers when the payment is rejected." +msgstr "" + +#: includes/admin/mpwizard-settings.php:277 +msgid "My business" +msgstr "" + +#: includes/admin/mpwizard-settings.php:278 +msgid "This name will appear on your clients' invoice." +msgstr "" + +#: includes/admin/mpwizard-settings.php:291 +msgid "STORE-ID" +msgstr "" + +#: includes/admin/mpwizard-settings.php:292 +msgid "How the payment will appear on the card statement." +msgstr "" + +#: includes/admin/mpwizard-settings.php:312 +msgid "Operation mode" +msgstr "" + +#: includes/admin/mpwizard-settings.php:333 +msgid "Payment preferences" +msgstr "" + +#: includes/admin/mpwizard-settings.php:340 +msgid "Business information" +msgstr "" + +#: includes/admin/mpwizard-settings.php:349 +msgid "Production" +msgstr "" + +#: includes/admin/mpwizard-settings.php:357 +#: includes/admin/mpwizard-settings.php:373 +msgid "Public Key" +msgstr "" + +#: includes/admin/mpwizard-settings.php:365 +#: includes/admin/mpwizard-settings.php:381 +msgid "Access Token" +msgstr "" + +#: includes/admin/mpwizard-settings.php:389 +msgid "Country" +msgstr "" + +#: includes/admin/mpwizard-settings.php:397 +msgid "Maximum installments" +msgstr "" + +#: includes/admin/mpwizard-settings.php:405 +msgid "Binary mode" +msgstr "" + +#: includes/admin/mpwizard-settings.php:413 +msgid "Approved payment URL" +msgstr "" + +#: includes/admin/mpwizard-settings.php:421 +msgid "Pending payment URL" +msgstr "" + +#: includes/admin/mpwizard-settings.php:429 +msgid "Payment rejected URL" +msgstr "" + +#: includes/admin/mpwizard-settings.php:437 +msgid "Store name" +msgstr "" + +#: includes/admin/mpwizard-settings.php:445 +msgid "Store ID" +msgstr "" + +#: includes/admin/mpwizard-utilities.php:436 +msgid "" +"Mercado Pago credentials have not been established. Before registering a " +"product you must set your test or production credentials on the settings " +"page." +msgstr "" + +#: includes/admin/mpwizard-utilities.php:438 +msgid "Go to Settings" +msgstr "" + +#: includes/admin/mpwizard-utilities.php:468 +msgid "" +"The plugin may not work properly with your current browser. Please use a " +"newer browser." +msgstr "" + +#: includes/admin/mpwizard-utilities.php:476 +msgid "" +"Your MPWizard license is invalid. Please contact us to obtain a new license " +"number." +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "MPWizard" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://laudanumsoft.com" +msgstr "" + +#. Description of the plugin/theme +msgid "Create Mercado Pago payment links directly on your WordPress website." +msgstr "" + +#. Author of the plugin/theme +msgid "Laudanumsoft" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/muxemail-for-woocommerce/translation_file/languages/mew.pot b/spec/fixtures/dynamic_finders/plugin_version/muxemail-for-woocommerce/translation_file/languages/mew.pot new file mode 100644 index 00000000..c8f73e92 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/muxemail-for-woocommerce/translation_file/languages/mew.pot @@ -0,0 +1,331 @@ +# Copyright (C) 2022 MuxEmail +# This file is distributed under the same license as the WooCommerce - MuxEmail Add-on plugin. +msgid "" +msgstr "" +"Project-Id-Version: WooCommerce - MuxEmail Add-on 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-muxemail\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: 2022-01-19T17:34:57+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: mew\n" + +#. Plugin Name of the plugin +msgid "WooCommerce - MuxEmail Add-on" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://muxemail.com/muxemail-email-marketing" +msgstr "" + +#. Description of the plugin +msgid "MuxEmail client for Woocommerce" +msgstr "" + +#. Author of the plugin +#: admin/class-admin.php:129 +#: admin/class-admin.php:148 +msgid "MuxEmail" +msgstr "" + +#. Author URI of the plugin +msgid "https://muxemail.com" +msgstr "" + +#: admin/class-admin-ajax.php:22 +msgid "Initial sync process has been started!" +msgstr "" + +#: admin/class-admin-ajax.php:36 +msgid "Settings have been saved." +msgstr "" + +#: admin/class-admin-ajax.php:90 +msgid "Select Workspace" +msgstr "" + +#: admin/class-admin-ajax.php:111 +msgid "Invalid MuxEmail Credentials" +msgstr "" + +#: admin/class-admin-settings.php:32 +#: admin/class-admin.php:165 +msgid "Api Key" +msgstr "" + +#: admin/class-admin-settings.php:33 +#: admin/class-admin.php:196 +msgid "Workspace Id" +msgstr "" + +#: admin/class-admin-settings.php:44 +msgid "API Key missing" +msgstr "" + +#: admin/class-admin-settings.php:56 +msgid "Workspace Id missing" +msgstr "" + +#: admin/class-admin-settings.php:86 +msgid "MuxEmail credentials are not valid" +msgstr "" + +#: admin/class-admin-settings.php:97 +msgid "Can't validate MuxEmail server" +msgstr "" + +#: admin/class-admin-settings.php:116 +msgid "General" +msgstr "" + +#: admin/class-admin-settings.php:123 +msgid "Contacts" +msgstr "" + +#: admin/class-admin-settings.php:156 +msgid "" +"You are currently logged into %s. Customers from your Woocommerce store will be add into the\n" +" directory of the above mentioned workspace." +msgstr "" + +#: admin/class-admin-settings.php:166 +msgid "If you wish to add your customers to a different workspace, kindly logout and connect to a different worspace." +msgstr "" + +#: admin/class-admin-settings.php:168 +msgid "Logout" +msgstr "" + +#: admin/class-admin-settings.php:179 +msgid "Find your MuxEmail API Key here" +msgstr "" + +#: admin/class-admin-settings.php:186 +msgid "Find your MuxEmail Workspace Id here" +msgstr "" + +#: admin/class-admin-settings.php:212 +msgid "Syncing of contacts" +msgstr "" + +#: admin/class-admin-settings.php:234 +msgid "You have %s existing customers. Do you want to add them to your MuxEmail workspace?" +msgstr "" + +#: admin/class-admin-settings.php:246 +msgid "Sync my customers" +msgstr "" + +#: admin/class-admin-settings.php:249 +msgid "Last sync on" +msgstr "" + +#: admin/class-admin-settings.php:266 +msgid "Tags" +msgstr "" + +#: admin/class-admin-settings.php:268 +msgid "Select the tags you want to assign to the contacts coming in via your Woocommerce store." +msgstr "" + +#: admin/class-admin-settings.php:273 +msgid "Select Tags" +msgstr "" + +#: admin/class-admin-settings.php:288 +msgid "Match Attributes" +msgstr "" + +#: admin/class-admin-settings.php:291 +msgid "By default, MuxEmail imports the email id,first name and last name of your customers. To import more attributes make sure to map them to their correct MuxEmail contact fields." +msgstr "" + +#: admin/class-admin-settings.php:418 +msgid "Map new attribute" +msgstr "" + +#: admin/class-admin-settings.php:418 +msgid "Apply" +msgstr "" + +#: admin/class-admin.php:120 +msgid "MuxEmail customer import" +msgstr "" + +#: admin/class-admin.php:132 +#: admin/class-admin.php:133 +msgid "MuxEmail Installation" +msgstr "" + +#: admin/class-admin.php:151 +msgid "Connect MuxEmail with your WooCommerce store to sync, tag and send emails to your customer" +msgstr "" + +#: admin/class-admin.php:159 +msgid "Connect your store to MuxEmail" +msgstr "" + +#: admin/class-admin.php:179 +msgid "Load Workspace" +msgstr "" + +#: admin/class-admin.php:182 +msgid "Find your MuxEmail API Key %s" +msgstr "" + +#: admin/class-admin.php:186 +#: admin/class-admin.php:216 +msgid "here" +msgstr "" + +#: admin/class-admin.php:208 +msgid "Connect" +msgstr "" + +#: admin/class-admin.php:212 +msgid "Don't have MuxEmail account? Create one %s" +msgstr "" + +#: admin/class-admin.php:243 +msgid "MuxEmail API Key is required" +msgstr "" + +#: admin/class-admin.php:244 +msgid "Error" +msgstr "" + +#: admin/class-admin.php:245 +msgid "Success" +msgstr "" + +#: admin/class-admin.php:246 +msgid "MuxEmail Workspace Id is required" +msgstr "" + +#: admin/class-admin.php:247 +msgid "MuxEmail API key has't validated" +msgstr "" + +#: admin/class-admin.php:248 +msgid "API Key and Workspace ID is required" +msgstr "" + +#: wc-muxemail.php:48 +msgid "Settings" +msgstr "" + +#: wc-muxemail.php:54 +msgid "MuxEmail Email Marketing requires the WooCommerce plugin to be installed and active." +msgstr "" + +#: wc-muxemail.php:118 +msgid "Email" +msgstr "" + +#: wc-muxemail.php:119 +msgid "First Name" +msgstr "" + +#: wc-muxemail.php:120 +msgid "Last Name" +msgstr "" + +#: wc-muxemail.php:121 +msgid "Billing First Name" +msgstr "" + +#: wc-muxemail.php:122 +msgid "Billing Last Name" +msgstr "" + +#: wc-muxemail.php:123 +msgid "Billing Company" +msgstr "" + +#: wc-muxemail.php:124 +msgid "Billing Address line 1" +msgstr "" + +#: wc-muxemail.php:125 +msgid "Billing Address line 2" +msgstr "" + +#: wc-muxemail.php:126 +msgid "Billing City" +msgstr "" + +#: wc-muxemail.php:127 +msgid "Billing State" +msgstr "" + +#: wc-muxemail.php:128 +msgid "Billing Post Code" +msgstr "" + +#: wc-muxemail.php:129 +msgid "Billing Country" +msgstr "" + +#: wc-muxemail.php:130 +msgid "Billing Email" +msgstr "" + +#: wc-muxemail.php:131 +msgid "Billing Phone" +msgstr "" + +#: wc-muxemail.php:132 +msgid "Shipping First Name" +msgstr "" + +#: wc-muxemail.php:133 +msgid "Shipping Last Name" +msgstr "" + +#: wc-muxemail.php:134 +msgid "Shipping Company" +msgstr "" + +#: wc-muxemail.php:135 +msgid "Shipping Address line 1" +msgstr "" + +#: wc-muxemail.php:136 +msgid "Shipping Address line 2" +msgstr "" + +#: wc-muxemail.php:137 +msgid "Shipping City" +msgstr "" + +#: wc-muxemail.php:138 +msgid "Shipping State" +msgstr "" + +#: wc-muxemail.php:139 +msgid "Shipping Post Code" +msgstr "" + +#: wc-muxemail.php:140 +msgid "Shipping Country" +msgstr "" + +#: wc-muxemail.php:141 +msgid "Total Order Count" +msgstr "" + +#: wc-muxemail.php:142 +msgid "Total Spend" +msgstr "" + +#: wc-muxemail.php:143 +msgid "AOV" +msgstr "" + +#: wc-muxemail.php:144 +msgid "Is Paying Customer" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/myschedulr/change_log/CHANGELOG.md b/spec/fixtures/dynamic_finders/plugin_version/myschedulr/change_log/CHANGELOG.md new file mode 100644 index 00000000..d451a558 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/myschedulr/change_log/CHANGELOG.md @@ -0,0 +1,5 @@ +Changelog +========= + +#### 1.0.0 - February 10, 2022 +- Initial version of the plugin diff --git a/spec/fixtures/dynamic_finders/plugin_version/order-delivery-date-and-time/translation_file/languages/order-delivery-date-and-time.pot b/spec/fixtures/dynamic_finders/plugin_version/order-delivery-date-and-time/translation_file/languages/order-delivery-date-and-time.pot new file mode 100644 index 00000000..32a0d539 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/order-delivery-date-and-time/translation_file/languages/order-delivery-date-and-time.pot @@ -0,0 +1,418 @@ +# Copyright (C) 2022 ThemeHigh +# This file is distributed under the same license as the Order Delivery Date and Time plugin. +msgid "" +msgstr "" +"Project-Id-Version: Order Delivery Date and Time 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/order-delivery-date-and-time\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: 2022-02-04T07:17:55+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: order-delivery-date-and-time\n" + +#. Plugin Name of the plugin +msgid "Order Delivery Date and Time" +msgstr "" + +#. Plugin URI of the plugin +#. Author URI of the plugin +msgid "https://themehigh.com/" +msgstr "" + +#. Description of the plugin +msgid "Organize your order delivery with ease, with a simple order/pickup date-time planner for your store." +msgstr "" + +#. Author of the plugin +msgid "ThemeHigh" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:43 +msgid "Sunday" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:44 +msgid "Monday" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:45 +msgid "Tuesday" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:46 +msgid "Wednesday" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:47 +msgid "Thursday" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:48 +msgid "Friday" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:49 +msgid "Saturday" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:63 +#: admin/class-thwdtp-admin-settings-general.php:166 +msgid "Y-m-d" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:64 +#: admin/class-thwdtp-admin-settings-general.php:167 +msgid "d-m-Y" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:65 +#: admin/class-thwdtp-admin-settings-general.php:168 +msgid "m/d/y" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:66 +#: admin/class-thwdtp-admin-settings-general.php:169 +msgid "d.m.y" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:67 +#: admin/class-thwdtp-admin-settings-general.php:170 +msgid "F j,Y" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:72 +msgid "Delvery Date Settings" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:74 +msgid "Enable Delivery Date" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:74 +msgid "Enable delivery date at Checkout page." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:76 +msgid "Make Delivery Date Mandatory" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:78 +msgid "Delivery Date Label" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:80 +#: admin/class-thwdtp-admin-settings-general.php:179 +#: admin/class-thwdtp-admin-settings-general.php:196 +msgid "Processing Time(min)" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:82 +#: admin/class-thwdtp-admin-settings-general.php:180 +msgid "Valid Days" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:82 +#: admin/class-thwdtp-admin-settings-general.php:180 +msgid "Default valid days is 365." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:85 +#: admin/class-thwdtp-admin-settings-general.php:181 +msgid "Week Starts Date" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:87 +#: admin/class-thwdtp-admin-settings-general.php:182 +msgid "Date Format" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:89 +#: admin/class-thwdtp-admin-settings-general.php:183 +msgid "Auto Select First Available Date" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:91 +#: admin/class-thwdtp-admin-settings-general.php:184 +msgid "Off Days" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:100 +#: admin/class-thwdtp-admin-settings-general.php:466 +#: admin/class-thwdtp-admin-settings-general.php:529 +msgid "Delivery Time Settings" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:102 +msgid "Enable Delivery Time" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:102 +msgid "Enable delivery time at Checkout page." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:104 +msgid "Make Delivery Time Mandatory" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:106 +msgid "Delivery Time Label" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:107 +msgid "Processing Time (min)" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:107 +msgid "This field is applicable only if the Delivery Date option is disabled." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:115 +#: admin/class-thwdtp-admin-settings-general.php:129 +#: admin/class-thwdtp-admin-settings-general.php:737 +msgid "Individual Time Slot" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:116 +#: admin/class-thwdtp-admin-settings-general.php:130 +#: admin/class-thwdtp-admin-settings-general.php:738 +msgid "Bulk Time Slot" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:121 +msgid "Week Days" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:122 +#: admin/class-thwdtp-admin-settings-general.php:944 +msgid "Specific Dates" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:145 +msgid "Enable this delivery time slot ." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:147 +msgid "Time Slot Type" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:149 +msgid "Time Slot For" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:149 +msgid "Select Weekday option or Specific delivery dates option to create a time slot." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:151 +msgid "Select Delivery Week Days" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:151 +msgid "Select Delivery Days/Dates for which you want to create an exclusive Time Slot." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:153 +msgid "Select Specific Delivery Dates" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:153 +msgid "Select Delivery Days/Dates for which you want to create an exclusive Time Slot. " +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:175 +#: admin/class-thwdtp-admin-settings-general.php:484 +#: admin/class-thwdtp-admin-settings-general.php:543 +msgid "Pickup Date Settings" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:176 +msgid "Enable Pickup Date" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:176 +msgid "Enable pickup date at Checkout page." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:177 +msgid "Make Pickup Date Mandatory" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:178 +msgid "Pickup Date Label" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:192 +#: admin/class-thwdtp-admin-settings-general.php:493 +#: admin/class-thwdtp-admin-settings-general.php:550 +msgid "Pickup Time Settings" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:193 +msgid "Enable Pickup Time" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:193 +msgid "Enable pickup time at Checkout page." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:194 +msgid "Make Pickup Time Mandatory" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:196 +msgid "This field is applicable only if the Pickup Date option is disabled." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:231 +#: admin/class-thwdtp-admin-settings-general.php:502 +#: admin/class-thwdtp-admin-settings-general.php:557 +msgid "Other Settings" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:232 +msgid "Section Heading" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:234 +msgid "Field Position" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:434 +msgid "Your changes were saved." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:437 +msgid "Your changes were not saved due to an error (or you made none!)." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:448 +#: admin/class-thwdtp-admin-settings-general.php:516 +msgid "Delivery Date Settings" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:457 +#: admin/class-thwdtp-admin-settings-general.php:522 +#: admin/class-thwdtp-admin-settings-general.php:921 +msgid "Add Specific Dates" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:475 +#: admin/class-thwdtp-admin-settings-general.php:536 +#: admin/class-thwdtp-admin-settings-general.php:998 +msgid "Add Holidays" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:581 +#: admin/class-thwdtp-admin-settings-general.php:601 +#: admin/class-thwdtp-admin-settings-general.php:618 +#: admin/class-thwdtp-admin-settings-general.php:637 +#: admin/class-thwdtp-admin-settings-general.php:652 +#: admin/class-thwdtp-admin-settings-general.php:978 +#: admin/class-thwdtp-admin-settings-general.php:1055 +msgid "Save Changes" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:683 +#: admin/class-thwdtp-admin-settings-general.php:786 +msgid "No Time Slot Added." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:748 +msgid "Yes" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:774 +msgid "Edit Slot" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:878 +msgid "Save & Close" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:896 +msgid "New Time Slot" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:899 +msgid "Input Time Slots" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:934 +msgid "Select a Date" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:964 +msgid "No Specific Dates Added." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1007 +msgid "+ Add Date" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1020 +msgid "Holidays" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1041 +msgid "No Holidays Added." +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1071 +msgid "+ Add Time Slot" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1073 +msgid "Remove" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1074 +msgid "Enable" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1075 +msgid "Disable" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1084 +msgid "Days" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1085 +msgid "Time Slot Method" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1087 +msgid "Enabled" +msgstr "" + +#: admin/class-thwdtp-admin-settings-general.php:1088 +msgid "Actions" +msgstr "" + +#: admin/class-thwdtp-admin.php:77 +msgid "Delivery Date for Woocommerce" +msgstr "" + +#: admin/class-thwdtp-admin.php:77 +msgid " Date and Time Scheduler" +msgstr "" + +#: admin/class-thwdtp-admin.php:82 +msgid "WooCommerce" +msgstr "" + +#: admin/class-thwdtp-admin.php:88 +msgid "Settings" +msgstr "" + +#: public/class-thwdtp-public.php:185 +msgid "Delivery Time" +msgstr "" + +#: public/class-thwdtp-public.php:481 +msgid "Select Date.." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/paym8-gateway/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/paym8-gateway/change_log/changelog.txt new file mode 100644 index 00000000..fab8ecb3 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/paym8-gateway/change_log/changelog.txt @@ -0,0 +1,4 @@ +*** PayM8 Payments Gateway Plugin Changelog *** + +2021-12-08 - version 1.0 +* Initial release \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/paytomorrow/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/paytomorrow/change_log/changelog.txt new file mode 100644 index 00000000..c93d6816 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/paytomorrow/change_log/changelog.txt @@ -0,0 +1,58 @@ += 2.1.3 = +* Remove the old logo. + += 2.1.2 = +* Capture shipping address. + += 2.1.1 = +* Add processing status for ready to settle. + += 2.1.0 = +* Add processing status for ready to settle. + += 2.0.9 = +* Bug fix and fix design for product page. + + += 2.0.8 = +* Add mpe hook and fix design for product page. + + += 2.0.7 = +* Add prime and micro offers for the mpe. + + += 2.0.6 = +* Fix the mpe for special character. + + += 2.0.5 = +* Fix the mpe for special character. + + += 2.0.4 = +* Add description and new logo. + + += 2.0.3 = +* Add description and new logo. + + += 2.0.2 = +* Fix mpe css selector. Added support for > symbol. + + += 2.0.1 = +* Added the Enable gateway checkbox in plugin settings + + += 2.0.0 = +* Updated the URL input from Text to Select +* Fixed the PayTomorrow logo on checkout page +* Added hyperlink to PayTomorrow at checkout page +* Added MPE properties selectors (Manage Payment) +* Added support for MPE-plugin + + += 1.0.0 = +* Initial release diff --git a/spec/fixtures/dynamic_finders/plugin_version/peachpay-for-woocommerce/translation_file/languages/peachpay-for-woocommerce.pot b/spec/fixtures/dynamic_finders/plugin_version/peachpay-for-woocommerce/translation_file/languages/peachpay-for-woocommerce.pot new file mode 100644 index 00000000..b32fe3c2 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/peachpay-for-woocommerce/translation_file/languages/peachpay-for-woocommerce.pot @@ -0,0 +1,684 @@ +# Copyright (C) 2022 PeachPay, Inc. +# This file is distributed under the GPLv2 or later. +msgid "" +msgstr "" +"Project-Id-Version: PeachPay for WooCommerce | One-Click Checkout 1.63.1\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/peachpay-for-woocommerce\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: 2022-02-21T19:28:33+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: peachpay-for-woocommerce\n" + +#. Plugin Name of the plugin +msgid "PeachPay for WooCommerce | One-Click Checkout" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://woocommerce.com/products/peachpay" +msgstr "" + +#. Description of the plugin +msgid "PeachPay is supercharging the WooCommerce checkout and payments experience." +msgstr "" + +#. Author of the plugin +msgid "PeachPay, Inc." +msgstr "" + +#. Author URI of the plugin +msgid "https://peachpay.app" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:63 +#: core/admin/settings.php:263 +#: core/admin/settings.php:264 +msgid "PeachPay" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:92 +msgid "Content" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:100 +msgid "Button Text" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:109 +#: core/admin/settings-button.php:40 +msgid "Color" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:118 +#: core/admin/settings-button.php:225 +msgid "Turn off button shine" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:130 +#: core/admin/settings-button.php:241 +msgid "Turn on button fade on hover" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:142 +#: core/admin/settings-button.php:281 +#: core/admin/settings-button.php:476 +#: core/admin/settings-button.php:550 +msgid "Alignment" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:145 +#: core/admin/settings-button.php:332 +#: core/admin/settings-button.php:341 +msgid "Left" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:146 +#: core/admin/settings-button.php:333 +#: core/admin/settings-button.php:342 +msgid "Right" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:147 +#: core/admin/settings-button.php:334 +#: core/admin/settings-button.php:340 +msgid "Full" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:148 +#: core/admin/settings-button.php:335 +#: core/admin/settings-button.php:343 +#: core/admin/settings-button.php:347 +msgid "Center" +msgstr "" + +#: compatibility/class-peachpay-elementor-widget.php:157 +#: core/admin/settings-button.php:301 +#: core/admin/settings-button.php:488 +#: core/admin/settings-button.php:562 +msgid "Width" +msgstr "" + +#: core/admin/settings-button.php:33 +#: core/admin/settings.php:283 +#: core/admin/settings.php:284 +#: core/admin/settings.php:777 +msgid "Button preferences" +msgstr "" + +#: core/admin/settings-button.php:49 +msgid "Show icon" +msgstr "" + +#: core/admin/settings-button.php:58 +msgid "Rounded corners" +msgstr "" + +#: core/admin/settings-button.php:70 +msgid "Text" +msgstr "" + +#: core/admin/settings-button.php:79 +msgid "Shine" +msgstr "" + +#: core/admin/settings-button.php:88 +msgid "Fade" +msgstr "" + +#: core/admin/settings-button.php:97 +msgid "Hide payment methods" +msgstr "" + +#: core/admin/settings-button.php:116 +msgid "Before" +msgstr "" + +#: core/admin/settings-button.php:117 +msgid "After" +msgstr "" + +#: core/admin/settings-button.php:124 +msgid "Choose whether the PeachPay button appears before or after the \"add to cart\" button on the product page." +msgstr "" + +#: core/admin/settings-button.php:141 +msgid "Lock" +msgstr "" + +#: core/admin/settings-button.php:142 +msgid "Baseball" +msgstr "" + +#: core/admin/settings-button.php:143 +msgid "Arrow" +msgstr "" + +#: core/admin/settings-button.php:144 +msgid "Mountain" +msgstr "" + +#: core/admin/settings-button.php:145 +msgid "Bag" +msgstr "" + +#: core/admin/settings-button.php:146 +msgid "None" +msgstr "" + +#: core/admin/settings-button.php:209 +msgid "Customize the text of the PeachPay button. Leaving it blank defaults it to \"Express checkout\" in your chosen language." +msgstr "" + +#: core/admin/settings-button.php:246 +msgid "It's recommended to have 'Show icon' set to 'None' if button fade is enabled." +msgstr "" + +#: core/admin/settings-button.php:264 +msgid "Hide the payment method icons below the PeachPay button" +msgstr "" + +#: core/admin/settings-button.php:274 +#: core/admin/settings-button.php:778 +msgid "Product page" +msgstr "" + +#: core/admin/settings-button.php:293 +#: core/admin/settings-button.php:624 +msgid "Position" +msgstr "" + +#: core/admin/settings-button.php:313 +#: core/admin/settings-button.php:500 +#: core/admin/settings-button.php:574 +#: core/admin/settings-button.php:676 +msgid "Preview" +msgstr "" + +#: core/admin/settings-button.php:351 +msgid "Bottom right" +msgstr "" + +#: core/admin/settings-button.php:352 +msgid "Bottom left" +msgstr "" + +#: core/admin/settings-button.php:469 +#: core/admin/settings-button.php:787 +msgid "Cart page" +msgstr "" + +#: core/admin/settings-button.php:543 +#: core/admin/settings-button.php:796 +msgid "Checkout page" +msgstr "" + +#: core/admin/settings-button.php:617 +msgid "Shop page floating button" +msgstr "" + +#: core/admin/settings-button.php:636 +msgid "Bottom gap" +msgstr "" + +#: core/admin/settings-button.php:648 +msgid "Left/right gap" +msgstr "" + +#: core/admin/settings-button.php:660 +msgid "Button size" +msgstr "" + +#: core/admin/settings-button.php:668 +msgid "Icon size" +msgstr "" + +#: core/admin/settings-button.php:762 +msgid "Hide the PeachPay button" +msgstr "" + +#: core/admin/settings-button.php:769 +msgid "Shop page" +msgstr "" + +#: core/admin/settings-button.php:805 +msgid "Mini/sidebar cart" +msgstr "" + +#: core/admin/settings-button.php:825 +msgid "Don't show PeachPay on product pages" +msgstr "" + +#: core/admin/settings-button.php:847 +msgid "Don't show PeachPay on the cart page" +msgstr "" + +#: core/admin/settings-button.php:849 +msgid "Don't show PeachPay in the mini and/or sidebar cart" +msgstr "" + +#: core/admin/settings-button.php:851 +msgid "Don't show the floating PeachPay button on the shop page" +msgstr "" + +#: core/admin/settings-button.php:853 +msgid "Don't show PeachPay on the checkout page" +msgstr "" + +#: core/admin/settings-button.php:866 +msgid "Reset settings" +msgstr "" + +#: core/admin/settings-button.php:873 +msgid "Reset button to default settings" +msgstr "" + +#: core/admin/settings-button.php:895 +msgid "Reset button preferences" +msgstr "" + +#: core/admin/settings-general.php:26 +#: core/admin/settings.php:321 +#: core/admin/settings.php:767 +msgid "General" +msgstr "" + +#: core/admin/settings-general.php:38 +msgid "Language" +msgstr "" + +#: core/admin/settings-general.php:47 +msgid "Order notes" +msgstr "" + +#: core/admin/settings-general.php:56 +msgid "Test mode" +msgstr "" + +#: core/admin/settings-general.php:65 +msgid "Data retention" +msgstr "" + +#: core/admin/settings-general.php:100 +msgid "This will change the language on the button and in the checkout flow. Use the option" +msgstr "" + +#: core/admin/settings-general.php:100 +msgid "Detect from page" +msgstr "" + +#: core/admin/settings-general.php:100 +msgid "if you are using a language switcher plugin." +msgstr "" + +#: core/admin/settings-general.php:114 +msgid "Enable order notes" +msgstr "" + +#: core/admin/settings-general.php:115 +msgid "Allow customers to enter order notes inside the checkout window" +msgstr "" + +#: core/admin/settings-general.php:153 +msgid "Enable test mode" +msgstr "" + +#: core/admin/settings-general.php:155 +msgid "Make test payments with or without a connected payment method." +msgstr "" + +#: core/admin/settings-general.php:158 +msgid "For Stripe, use card number:" +msgstr "" + +#: core/admin/settings-general.php:159 +msgid "with expiration:" +msgstr "" + +#: core/admin/settings-general.php:159 +msgid "and CVC:" +msgstr "" + +#: core/admin/settings-general.php:160 +msgid "For PayPal, see" +msgstr "" + +#: core/admin/settings-general.php:160 +msgid "these instructions." +msgstr "" + +#: core/admin/settings-general.php:177 +msgid "Remove data on uninstall" +msgstr "" + +#: core/admin/settings-general.php:178 +msgid "PeachPay settings and data will be removed if the plugin is uninstalled" +msgstr "" + +#: core/admin/settings-general.php:188 +msgid "Products" +msgstr "" + +#: core/admin/settings-general.php:195 +msgid "Product images" +msgstr "" + +#: core/admin/settings-general.php:204 +msgid "Quantity changer" +msgstr "" + +#: core/admin/settings-general.php:213 +msgid "Upsell items" +msgstr "" + +#: core/admin/settings-general.php:222 +msgid "Cross-sell items" +msgstr "" + +#: core/admin/settings-general.php:242 +msgid "Hide product images" +msgstr "" + +#: core/admin/settings-general.php:243 +msgid "Don't show product images in the checkout window" +msgstr "" + +#: core/admin/settings-general.php:259 +msgid "Hide quantity changer" +msgstr "" + +#: core/admin/settings-general.php:260 +msgid "Don't show the quantity changer next to items in the checkout window order summary" +msgstr "" + +#: core/admin/settings-general.php:277 +msgid "Hide upsell items" +msgstr "" + +#: core/admin/settings-general.php:278 +msgid "Upsells on your products will not be displayed in the checkout window" +msgstr "" + +#: core/admin/settings-general.php:294 +msgid "Hide cross-sell items" +msgstr "" + +#: core/admin/settings-general.php:295 +msgid "Cross-sells on your products will not be displayed in the checkout window" +msgstr "" + +#: core/admin/settings-payment.php:24 +#: core/admin/settings-payment.php:33 +#: core/admin/settings.php:274 +#: core/admin/settings.php:275 +#: core/admin/settings.php:772 +msgid "Payment methods" +msgstr "" + +#: core/admin/settings-payment.php:40 +msgid "Stripe" +msgstr "" + +#: core/admin/settings-payment.php:67 +msgid "Google Pay / Apple Pay" +msgstr "" + +#: core/admin/settings-payment.php:76 +msgid "Enable Stripe" +msgstr "" + +#: core/admin/settings-payment.php:84 +msgid "PayPal" +msgstr "" + +#: core/admin/settings-payment.php:92 +msgid "Enable PayPal" +msgstr "" + +#: core/admin/settings-payment.php:106 +msgid "To continue setting up PeachPay, please" +msgstr "" + +#: core/admin/settings-payment.php:106 +msgid "choose \"Approve\" on the permission screen" +msgstr "" + +#: core/admin/settings-payment.php:116 +msgid "Stripe is in test mode. You can use credit card number 4242 4242 4242 4242 with expiration 04/24 and CVC 444." +msgstr "" + +#: core/admin/settings-payment.php:124 +msgid "You've successfully connected the Stripe account associated with" +msgstr "" + +#: core/admin/settings-payment.php:127 +msgid "Unlink Stripe" +msgstr "" + +#: core/admin/settings-payment.php:135 +msgid "Connect with" +msgstr "" + +#: core/admin/settings-payment.php:289 +msgid "Enable Google Pay and Apple Pay buttons" +msgstr "" + +#: core/admin/settings-payment.php:310 +msgid "Show Stripe in the checkout window" +msgstr "" + +#: core/admin/settings-payment.php:327 +msgid "PayPal is in" +msgstr "" + +#: core/admin/settings-payment.php:327 +msgid "test mode" +msgstr "" + +#: core/admin/settings-payment.php:327 +msgid "You can use the guest checkout option to pay with PayPal in test mode." +msgstr "" + +#: core/admin/settings-payment.php:333 +msgid "You've successfully connected your PayPal account that has Merchant ID" +msgstr "" + +#: core/admin/settings-payment.php:336 +msgid "Unlink PayPal" +msgstr "" + +#: core/admin/settings-payment.php:347 +msgid "Connect your PayPal business account to start accepting payments through PayPal" +msgstr "" + +#: core/admin/settings-payment.php:362 +msgid "An error occurred while looking up your PayPal account." +msgstr "" + +#: core/admin/settings-payment.php:409 +msgid "Show PayPal in the checkout window" +msgstr "" + +#: core/admin/settings-payment.php:438 +msgid "You have disabled all PeachPay payment methods. The PeachPay checkout window will appear, but customers will have no way to pay. Please enable at least one payment method." +msgstr "" + +#: core/admin/settings.php:292 +#: core/admin/settings.php:293 +#: core/admin/settings.php:782 +msgid "Field editor" +msgstr "" + +#: core/admin/settings.php:301 +#: core/admin/settings.php:302 +#: core/admin/settings.php:787 +msgid "Related products" +msgstr "" + +#: core/admin/settings.php:310 +#: core/admin/settings.php:311 +#: core/admin/settings.php:792 +msgid "Currency" +msgstr "" + +#: core/admin/settings.php:420 +msgid "Save settings" +msgstr "" + +#: core/admin/settings.php:454 +msgid "Success! Your settings have been saved." +msgstr "" + +#: core/admin/settings.php:469 +msgid "You have successfully connected your Stripe account. You may set up other payment methods in the \"Payment methods\" tab." +msgstr "" + +#: core/admin/settings.php:493 +msgid "You have successfully connected your PayPal account. You may set up other payment methods in the \"Payment methods\" tab." +msgstr "" + +#: core/admin/settings.php:510 +msgid "You can enable test mode below and can finish setting up payment methods for PeachPay from the \"Payment methods\" tab." +msgstr "" + +#: core/admin/settings.php:522 +msgid "Unable to unlink PayPal account. Please try again or contact us if you need help." +msgstr "" + +#: core/admin/settings.php:532 +msgid "You have successfully unlinked your PayPal account. Please revoke the API permissions in your PayPal account settings as well." +msgstr "" + +#: core/admin/settings.php:544 +msgid "Unable to unlink Stripe account. Please try again or contact us if you need help." +msgstr "" + +#: core/admin/settings.php:554 +msgid "You have successfully unlinked your Stripe account." +msgstr "" + +#: core/admin/settings.php:625 +#: core/admin/settings.php:652 +msgid "Something went wrong while trying to validate your plugin activation status." +msgstr "" + +#: core/class-peachpay-wc-gateway.php:82 +msgid "PeachPay was unable to process your order, please try again." +msgstr "" + +#: core/class-peachpay-wc-gateway.php:88 +msgid "PeachPay was unable to process your order because the cart is empty." +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:66 +msgid "Checkout field editor" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:73 +msgid "Enable field editor" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:82 +msgid "Additional fields" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:101 +msgid "Show additional fields in the checkout window" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:102 +msgid "When enabled, the fields you add below will be displayed in the checkout window." +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:198 +msgid "Add new field" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:199 +msgid "Remove" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:200 +#: core/modules/field-editor/admin/settings-field-editor.php:236 +msgid "Enable" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:201 +msgid "Disable" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:215 +msgid "Reset fields" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:231 +msgid "Name" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:232 +msgid "Type" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:233 +msgid "Label" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:234 +msgid "Default value" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:235 +msgid "Required" +msgstr "" + +#: core/modules/field-editor/admin/settings-field-editor.php:237 +#: core/modules/field-editor/admin/settings-field-editor.php:295 +msgid "Edit" +msgstr "" + +#: core/modules/related-products/pp-related-products.php:28 +msgid "Related products settings page" +msgstr "" + +#: core/modules/related-products/pp-related-products.php:35 +msgid "Enable Related Products" +msgstr "" + +#: core/modules/related-products/pp-related-products.php:44 +msgid "Heading text" +msgstr "" + +#: core/modules/related-products/pp-related-products.php:53 +msgid "Number of products to display" +msgstr "" + +#: core/modules/related-products/pp-related-products.php:62 +msgid "Related by" +msgstr "" + +#: core/modules/related-products/pp-related-products.php:71 +msgid "Taxonomy IDs to exclude (comma separated)" +msgstr "" + +#: core/modules/related-products/pp-related-products.php:80 +msgid "Slider" +msgstr "" + +#: core/modules/related-products/pp-related-products.php:100 +msgid "Display related products in the product page" +msgstr "" + +#: core/modules/related-products/pp-related-products.php:101 +msgid "Display random related products in a slider based on product category, tag, or attribute on every product page." +msgstr "" + +#: core/util/cart.php:126 +msgid "Shipping" +msgstr "" + +#: core/util/cart.php:129 +msgid "Recurring Shipment" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/plug-payments-gateway/change_log/CHANGELOG.md b/spec/fixtures/dynamic_finders/plugin_version/plug-payments-gateway/change_log/CHANGELOG.md new file mode 100644 index 00000000..3853b8af --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/plug-payments-gateway/change_log/CHANGELOG.md @@ -0,0 +1,36 @@ + +## Changelog ## + +### 0.1.0 - 2021-10-10 ### + * Beta version release + +### 0.1.1 - 2021-12-13 ### +#### Fixes + * Show only selected payment types at checkout + +### 0.1.2 - 2021-12-14 ### +#### Fixes + * Fix the merchant id parameter that was not being passed in the request to the production api + +### 0.1.3 - 2021-12-15 ### +#### News + * Adds functionality to copy pix code + * Adds mobile version of pix screen +#### Fixes + * Fixes the way documents are retrieved from the form + +### 0.1.4 - 2022-01-04 ### + +#### News + * Add the Accept-Language parameter in the request header for the plug's api + +### 0.1.5 - 2022-01-10 ### + +#### News + * Improvement in unit tests + * CI Implementation for Deployment + * Add Lint and CodeSniffer + +### 1.0.0 - 2022-01-11 ### + * Optimize for publish on wordpress + * Release :) \ 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 96506bbe..cdaf8aec 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 @@ -55,6 +55,11 @@ + + + + + @@ -652,6 +657,10 @@ + + + + @@ -771,6 +780,11 @@ + + + + + @@ -799,6 +813,8 @@ + + @@ -927,6 +943,17 @@ + + + + + + + + + + + @@ -1348,6 +1375,11 @@ + + + + + @@ -1421,6 +1453,10 @@ + + + + @@ -2234,6 +2270,11 @@ + + + + + @@ -2945,6 +2986,11 @@ + + + + + @@ -3674,6 +3720,11 @@ + + + + + @@ -4003,6 +4054,16 @@ + + + + + + + + + + @@ -4294,11 +4355,21 @@ + + + + + + + + + + @@ -4387,6 +4458,10 @@ + + + + @@ -4553,6 +4628,11 @@ + + + + + @@ -4646,10 +4726,24 @@ + + + + + + + + + + + + + + @@ -4897,6 +4991,11 @@ + + + + + @@ -5071,6 +5170,10 @@ + + + + @@ -5142,6 +5245,11 @@ + + + + + @@ -5833,6 +5941,11 @@ + + + + + @@ -6271,6 +6384,19 @@ + + + + + + + + + + + + + @@ -6284,6 +6410,9 @@ + + + @@ -6664,6 +6793,11 @@ + + + + + @@ -6740,6 +6874,10 @@ + + + + @@ -6919,6 +7057,11 @@ + + + + + @@ -7775,6 +7918,10 @@ + + + + @@ -8173,6 +8320,19 @@ + + + + + + + + + + + + + @@ -8510,6 +8670,14 @@ + + + + + + + + @@ -9073,6 +9241,7 @@ + @@ -9372,6 +9541,10 @@ + + + + @@ -9715,6 +9888,11 @@ + + + + + @@ -10073,6 +10251,13 @@ + + + + + + + @@ -10162,6 +10347,11 @@ + + + + + @@ -10758,6 +10948,8 @@ + + @@ -10953,6 +11145,10 @@ + + + + @@ -10981,6 +11177,11 @@ + + + + + @@ -11516,6 +11717,12 @@ + + + + + + @@ -11603,6 +11810,11 @@ + + + + + @@ -11937,6 +12149,12 @@ + + + + + + @@ -12039,6 +12257,15 @@ + + + + + + + + + @@ -12553,6 +12780,12 @@ + + + + + + @@ -12801,6 +13034,11 @@ + + + + + @@ -13538,6 +13776,11 @@ + + + + + @@ -14051,6 +14294,11 @@ + + + + + @@ -14263,6 +14511,11 @@ + + + + + @@ -14728,6 +14981,11 @@ + + + + + @@ -15053,6 +15311,11 @@ + + + + + @@ -15292,6 +15555,13 @@ + + + + + + + @@ -15512,6 +15782,8 @@ + + @@ -15529,6 +15801,11 @@ + + + + + @@ -15562,6 +15839,11 @@ + + + + + @@ -16907,6 +17189,18 @@ + + + + + + + + + + + + @@ -17108,6 +17402,11 @@ + + + + + @@ -17251,6 +17550,11 @@ + + + + + @@ -17447,6 +17751,10 @@ + + + + @@ -17768,6 +18076,11 @@ + + + + + @@ -18034,6 +18347,10 @@ + + + + @@ -18077,6 +18394,11 @@ + + + + + @@ -18105,6 +18427,10 @@ + + + + @@ -18167,6 +18493,11 @@ + + + + + @@ -19657,6 +19988,12 @@ + + + + + + @@ -19671,6 +20008,11 @@ + + + + + @@ -20475,6 +20817,10 @@ + + + + @@ -23863,6 +24209,10 @@ + + + + diff --git a/spec/fixtures/dynamic_finders/plugin_version/quick-demo-import/translation_file/languages/quick-demo-import.pot b/spec/fixtures/dynamic_finders/plugin_version/quick-demo-import/translation_file/languages/quick-demo-import.pot new file mode 100644 index 00000000..51172f50 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/quick-demo-import/translation_file/languages/quick-demo-import.pot @@ -0,0 +1,641 @@ +# Copyright (C) 2022 QuickDemoImport +# This file is distributed under the GPLv3 or later. +msgid "" +msgstr "" +"Project-Id-Version: Quick Demo Import 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/quick-demo-import\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: 2022-01-28T15:54:02+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: quick-demo-import\n" + +#. Plugin Name of the plugin +msgid "Quick Demo Import" +msgstr "" + +#. Description of the plugin +msgid "Import demo content, widgets and theme settings with just one click." +msgstr "" + +#. Author of the plugin +msgid "QuickDemoImport" +msgstr "" + +#. Author URI of the plugin +msgid "https://quickdemoimport.com/" +msgstr "" + +#: includes/AdminMenu.php:52 +#: includes/AdminMenu.php:53 +#: includes/views/html-admin-page-importer.php:18 +msgid "Demo Importer" +msgstr "" + +#: includes/AdminMenu.php:89 +msgctxt "Admin menu name" +msgid "Demo Importer" +msgstr "" + +#. Translators: %s: Integration guide link. +#: includes/AdminNotice.php:56 +msgid "Your active theme is not supported by Quick Demo Import. Visit this %s to integrate the Quick Demo Import plugin with your theme." +msgstr "" + +#: includes/AdminNotice.php:57 +msgid "link" +msgstr "" + +#: includes/DemoImporter.php:87 +#: includes/DemoImporter.php:90 +#: includes/DemoImporter.php:95 +#: includes/DemoImporter.php:98 +msgid "All" +msgstr "" + +#: includes/DemoImporter.php:266 +msgid "No demo specified." +msgstr "" + +#: includes/DemoImporter.php:282 +msgid "Sorry, you are not allowed to import content." +msgstr "" + +#: includes/DemoImporter.php:313 +#: includes/DemoImporter.php:561 +msgid "Unable to connect to the filesystem. Please confirm your credentials." +msgstr "" + +#: includes/DemoImporter.php:368 +msgid "The XML file dummy content is missing." +msgstr "" + +#: includes/DemoImporter.php:432 +msgid "The DAT file customizer data is missing." +msgstr "" + +#: includes/DemoImporter.php:461 +msgid "The WIE file widget content is missing." +msgstr "" + +#: includes/DemoImporter.php:481 +msgid "No plugin specified." +msgstr "" + +#: includes/DemoImporter.php:495 +msgid "Sorry, you are not allowed to install plugins on this site." +msgstr "" + +#: includes/DemoUpgrader.php:37 +msgid "Install package not available." +msgstr "" + +#. translators: %s: package URL +#: includes/DemoUpgrader.php:39 +msgid "Downloading install package from %s…" +msgstr "" + +#: includes/DemoUpgrader.php:40 +msgid "Unpacking the package…" +msgstr "" + +#: includes/DemoUpgrader.php:41 +msgid "Removing the old version of the demo…" +msgstr "" + +#: includes/DemoUpgrader.php:42 +msgid "Could not remove the old demo." +msgstr "" + +#: includes/DemoUpgrader.php:43 +msgid "Installing the demo…" +msgstr "" + +#: includes/DemoUpgrader.php:44 +msgid "The demo contains no files." +msgstr "" + +#: includes/DemoUpgrader.php:45 +msgid "Demo install failed." +msgstr "" + +#: includes/DemoUpgrader.php:46 +msgid "Demo installed successfully." +msgstr "" + +#: includes/DemoUpgrader.php:109 +msgid "No valid demos were found." +msgstr "" + +#. translators: %s: Number of plugins +#: includes/Functions.php:72 +msgid "%s plugin successfully installed." +msgstr "" + +#. translators: %s: Number of plugins +#: includes/Functions.php:79 +msgid "%s plugins successfully installed." +msgstr "" + +#. translators: %s: Number of failed installs +#: includes/Functions.php:89 +msgid "%s install failed." +msgstr "" + +#. translators: %s: Number of failed installs +#: includes/Functions.php:94 +msgid "%s installs failed." +msgstr "" + +#: includes/Functions.php:97 +msgid "Show more details" +msgstr "" + +#: includes/importers/CustomizerImporter.php:44 +msgid "The customizer import file is not in a correct format. Please make sure to use the correct customizer import file." +msgstr "" + +#: includes/importers/CustomizerImporter.php:57 +msgid "The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme." +msgstr "" + +#: includes/importers/WidgetImporter.php:42 +msgid "Widget import data could not be read. Please try a different file." +msgstr "" + +#: includes/importers/WidgetImporter.php:84 +msgid "Sidebar does not exist in theme (moving widget to Inactive)" +msgstr "" + +#: includes/importers/WidgetImporter.php:106 +msgid "Site does not support widget" +msgstr "" + +#: includes/importers/WidgetImporter.php:141 +msgid "Widget already exists" +msgstr "" + +#: includes/importers/WidgetImporter.php:200 +msgid "Imported" +msgstr "" + +#: includes/importers/WidgetImporter.php:203 +msgid "Imported to Inactive" +msgstr "" + +#: includes/importers/WidgetImporter.php:209 +msgid "No Title" +msgstr "" + +#: includes/importers/WXRImporter.php:95 +#: includes/importers/WXRImporter.php:104 +msgid "Sorry, there has been an error." +msgstr "" + +#: includes/importers/WXRImporter.php:96 +msgid "The file does not exist, please try again." +msgstr "" + +#: includes/importers/WXRImporter.php:139 +msgid "All done." +msgstr "" + +#: includes/importers/WXRImporter.php:139 +msgid "Have fun!" +msgstr "" + +#: includes/importers/WXRImporter.php:140 +msgid "Remember to update the passwords and roles of imported users." +msgstr "" + +#. Translators: %s: Post author. +#: includes/importers/WXRImporter.php:162 +msgid "Failed to import author %s. Their posts will be attributed to the current user." +msgstr "" + +#. Translators: %s: Author display name. +#: includes/importers/WXRImporter.php:226 +msgid "Failed to create new user for %s. Their posts will be attributed to the current user." +msgstr "" + +#. Translators: %s: Category nicename. +#: includes/importers/WXRImporter.php:286 +msgid "Failed to import category %s" +msgstr "" + +#. Translators: %s: Category nicename. +#: includes/importers/WXRImporter.php:338 +msgid "Failed to import post tag %s" +msgstr "" + +#. Translators: 1: Term taxonomy, 2: Term name +#: includes/importers/WXRImporter.php:400 +#: includes/importers/WXRImporter.php:653 +msgid "Failed to import %1$s %2$s" +msgstr "" + +#. Translators: 1: Post title. 2: Post type +#: includes/importers/WXRImporter.php:500 +msgid "Failed to import “%1$s”: Invalid post type %2$s" +msgstr "" + +#. Translators: 1: Post type singular name, 2: Post title +#: includes/importers/WXRImporter.php:543 +msgid "%1$s “%2$s” already exists." +msgstr "" + +#. Translators: 1: Post object singular name, 2: Post title. +#: includes/importers/WXRImporter.php:614 +msgid "Failed to import %1$s “%2$s”" +msgstr "" + +#: includes/importers/WXRImporter.php:800 +msgid "Menu item skipped due to missing menu slug" +msgstr "" + +#. Translators: %s: Menu slug. +#: includes/importers/WXRImporter.php:809 +msgid "Menu item skipped due to invalid menu slug: %s" +msgstr "" + +#: includes/importers/WXRImporter.php:879 +msgid "Fetching attachments is not enabled" +msgstr "" + +#: includes/importers/WXRImporter.php:896 +msgid "Invalid file type" +msgstr "" + +#: includes/importers/WXRImporter.php:937 +msgid "Could not create temporary file." +msgstr "" + +#. translators: 1: The WordPress error message. 2: The WordPress error code. +#: includes/importers/WXRImporter.php:960 +msgid "Request failed due to an error: %1$s (%2$s)" +msgstr "" + +#. translators: 1: The HTTP error message. 2: The HTTP error code. +#: includes/importers/WXRImporter.php:977 +msgid "Remote server returned the following unexpected result: %1$s (%2$s)" +msgstr "" + +#: includes/importers/WXRImporter.php:990 +msgid "Remote server did not respond" +msgstr "" + +#: includes/importers/WXRImporter.php:998 +msgid "Zero size file downloaded" +msgstr "" + +#: includes/importers/WXRImporter.php:1004 +msgid "Downloaded file has incorrect size" +msgstr "" + +#. Translators: %s: Max file size. +#: includes/importers/WXRImporter.php:1012 +msgid "Remote file is too large, limit is %s" +msgstr "" + +#: includes/importers/WXRImporter.php:1044 +msgid "Sorry, this file type is not permitted for security reasons." +msgstr "" + +#: includes/importers/WXRImporter.php:1060 +msgid "The uploaded file could not be moved" +msgstr "" + +#: includes/importers/WXRImporter.php:1182 +msgid "Import WordPress" +msgstr "" + +#. Translators: %s: Importer new version. +#: includes/importers/WXRImporter.php:1190 +msgid "A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files." +msgstr "" + +#: includes/importers/WXRParser.php:49 +#: includes/importers/WXRParserSimpleXML.php:42 +#: includes/importers/WXRParserSimpleXML.php:50 +msgid "There was an error when reading this WXR file" +msgstr "" + +#: includes/importers/WXRParser.php:50 +msgid "Details are shown above. The importer will now try again with a different parser..." +msgstr "" + +#: includes/importers/WXRParserRegex.php:104 +#: includes/importers/WXRParserSimpleXML.php:55 +#: includes/importers/WXRParserSimpleXML.php:61 +#: includes/importers/WXRParserXML.php:98 +msgid "This does not appear to be a WXR file, missing/invalid WXR version number" +msgstr "" + +#: includes/QuickDemoImport.php:47 +#: includes/QuickDemoImport.php:56 +msgid "Cheatin’ huh?" +msgstr "" + +#. Translators: Before import warnings. +#: includes/ScriptStyle.php:86 +msgid "Importing demo data will ensure that you site will look similar as theme demo. It makes you easy to modify the content instead of creating them from scratch. Also, consider before importing the demo: %1$s %2$s %3$s %4$s %5$s %6$s" +msgstr "" + +#: includes/ScriptStyle.php:90 +msgid "Importing the demo on the site if you have already added the content is highly discouraged." +msgstr "" + +#: includes/ScriptStyle.php:91 +msgid "You need to import demo on fresh WordPress install to exactly replicate the theme demo." +msgstr "" + +#: includes/ScriptStyle.php:92 +msgid "It will install the required plugins as well as activate them for installing the required theme demo within your site." +msgstr "" + +#: includes/ScriptStyle.php:93 +msgid "Copyright images will get replaced with other placeholder images." +msgstr "" + +#: includes/ScriptStyle.php:94 +msgid "None of the posts, pages, attachments or any other data already existing in your site will be deleted or modified." +msgstr "" + +#: includes/ScriptStyle.php:95 +msgid "It will take some time to import the theme demo." +msgstr "" + +#: includes/ScriptStyle.php:99 +msgid "Search Demos" +msgstr "" + +#: includes/ScriptStyle.php:100 +msgid "Search demos..." +msgstr "" + +#. translators: %s: support forums URL +#: includes/ScriptStyle.php:103 +msgid "An unexpected error occurred. Something may be wrong with Quick Demo Import server’s configuration. If you continue to have problems, please try the support forums." +msgstr "" + +#: includes/ScriptStyle.php:106 +msgid "Try Again" +msgstr "" + +#: includes/ScriptStyle.php:107 +msgid "Please suggest us!" +msgstr "" + +#. translators: %d: Number of demos. +#: includes/ScriptStyle.php:109 +msgid "Number of Demos found: %d" +msgstr "" + +#: includes/ScriptStyle.php:110 +#: includes/views/html-admin-page-importer.php:60 +msgid "No demos found. Try a different search." +msgstr "" + +#: includes/ScriptStyle.php:111 +#: includes/views/html-admin-page-importer.php:188 +msgid "Collapse Sidebar" +msgstr "" + +#: includes/ScriptStyle.php:112 +msgid "Expand Sidebar" +msgstr "" + +#. translators: accessibility text +#: includes/ScriptStyle.php:114 +msgid "Select one or more Demo features to filter by" +msgstr "" + +#: includes/ScriptStyle.php:115 +msgid "Confirm!" +msgstr "" + +#: includes/views/html-admin-page-importer.php:21 +msgid "The Demo Importer screen requires JavaScript." +msgstr "" + +#: includes/views/html-admin-page-importer.php:24 +msgid "Filter demos list" +msgstr "" + +#: includes/views/html-admin-page-importer.php:47 +msgid "Without Page Builder" +msgstr "" + +#: includes/views/html-admin-page-importer.php:56 +msgid "Themes list" +msgstr "" + +#. translators: %s: Demo author name +#: includes/views/html-admin-page-importer.php:75 +#: includes/views/html-admin-page-importer.php:129 +msgid "By %s" +msgstr "" + +#. translators: %s: Demo name +#: includes/views/html-admin-page-importer.php:84 +msgid "Imported: %s" +msgstr "" + +#: includes/views/html-admin-page-importer.php:93 +#: includes/views/html-admin-page-importer.php:116 +#: includes/views/html-admin-page-importer.php:183 +#: assets/js/importer.js:113 +msgid "Live Preview" +msgstr "" + +#. translators: %s: Demo name +#: includes/views/html-admin-page-importer.php:97 +msgctxt "demo" +msgid "Import %s" +msgstr "" + +#: includes/views/html-admin-page-importer.php:99 +msgid "Import" +msgstr "" + +#: includes/views/html-admin-page-importer.php:105 +msgctxt "demo" +msgid "Imported" +msgstr "" + +#: includes/views/html-admin-page-importer.php:112 +msgid "Close" +msgstr "" + +#: includes/views/html-admin-page-importer.php:113 +msgctxt "Button label for a demo" +msgid "Previous" +msgstr "" + +#: includes/views/html-admin-page-importer.php:114 +msgctxt "Button label for a demo" +msgid "Next" +msgstr "" + +#: includes/views/html-admin-page-importer.php:118 +#: includes/views/html-admin-page-importer.php:185 +msgid "Import Demo" +msgstr "" + +#. translators: %s: Demo version +#: includes/views/html-admin-page-importer.php:137 +msgid "Version: %s" +msgstr "" + +#: includes/views/html-admin-page-importer.php:144 +msgid "Plugins Information" +msgstr "" + +#: includes/views/html-admin-page-importer.php:149 +msgid "Required Plugins" +msgstr "" + +#: includes/views/html-admin-page-importer.php:172 +msgid "No plugins are required for this demo." +msgstr "" + +#: includes/views/html-admin-page-importer.php:190 +msgid "Collapse" +msgstr "" + +#: includes/views/html-admin-page-importer.php:195 +msgid "Enter desktop preview mode" +msgstr "" + +#: includes/views/html-admin-page-importer.php:198 +msgid "Enter tablet preview mode" +msgstr "" + +#: includes/views/html-admin-page-importer.php:201 +msgid "Enter mobile preview mode" +msgstr "" + +#: includes/views/html-admin-page-importer.php:208 +msgid "Preview" +msgstr "" + +#: assets/js/importer.js:39 +#: assets/js/importer.js:44 +msgid "Importing..." +msgstr "" + +#. translators: %s: Demo name. +#: assets/js/importer.js:49 +msgctxt "demo" +msgid "Importing %s..." +msgstr "" + +#: assets/js/importer.js:53 +msgid "Importing... please wait." +msgstr "" + +#. translators: %s: Demo name. +#: assets/js/importer.js:84 +msgctxt "demo" +msgid "%s imported!" +msgstr "" + +#: assets/js/importer.js:88 +msgid "Imported!" +msgstr "" + +#: assets/js/importer.js:90 +msgid "Import completed successfully." +msgstr "" + +#. translators: %s: Demo name. +#: assets/js/importer.js:109 +msgctxt "demo" +msgid "Live Preview %s" +msgstr "" + +#. translators: %s: Demo import error message. +#: assets/js/importer.js:131 +#: assets/js/importer.js:347 +msgid "Import failed: %s" +msgstr "" + +#. translators: %s: Demo name. +#: assets/js/importer.js:161 +msgctxt "demo" +msgid "%s import failed" +msgstr "" + +#: assets/js/importer.js:165 +#: assets/js/importer.js:372 +msgid "Import Failed!" +msgstr "" + +#. translators: %s: Plugin name. +#: assets/js/importer.js:195 +#: assets/js/importer.js:204 +#: assets/js/importer.js:213 +msgctxt "plugin" +msgid "Installing %s..." +msgstr "" + +#: assets/js/importer.js:208 +#: assets/js/importer.js:219 +#: assets/js/importer.js:226 +msgid "Installing..." +msgstr "" + +#: assets/js/importer.js:228 +msgid "Installing... please wait." +msgstr "" + +#. translators: %s: Plugin name. +#: assets/js/importer.js:255 +msgctxt "plugin" +msgid "%s installed!" +msgstr "" + +#: assets/js/importer.js:259 +msgctxt "plugin" +msgid "Installed!" +msgstr "" + +#: assets/js/importer.js:261 +msgid "Installation completed successfully." +msgstr "" + +#. translators: %s: Bulk plugin installation error message. +#: assets/js/importer.js:291 +#: assets/js/importer.js:351 +msgid "Installation failed: %s" +msgstr "" + +#. translators: %s: Plugin name. +#: assets/js/importer.js:302 +msgctxt "plugin" +msgid "%s installation failed" +msgstr "" + +#: assets/js/importer.js:306 +msgid "Installation Failed!" +msgstr "" + +#: assets/js/importer.js:326 +msgid "Something went wrong." +msgstr "" + +#: assets/js/importer.js:335 +msgid "An error has occurred. Please reload the page and try again." +msgstr "" + +#: assets/js/importer.js:339 +msgid "Connection lost or the server is busy. Please try again later." +msgstr "" + +#: assets/js/importer.js:342 +msgid "Try this solution!" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/quickpost/translation_file/languages/quickpost.pot b/spec/fixtures/dynamic_finders/plugin_version/quickpost/translation_file/languages/quickpost.pot new file mode 100644 index 00000000..1dbb2570 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/quickpost/translation_file/languages/quickpost.pot @@ -0,0 +1,46 @@ +# Copyright (C) 2022 Aurooba Ahmed +# This file is distributed under the same license as the QuickPost plugin. +msgid "" +msgstr "" +"Project-Id-Version: QuickPost 0.1.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/quickpost\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: 2022-02-17T23:29:37+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: createwithrani-quickpost\n" + +#. Plugin Name of the plugin +msgid "QuickPost" +msgstr "" + +#. Plugin URI of the plugin +#. Author URI of the plugin +msgid "https://createwithrani.com" +msgstr "" + +#. Description of the plugin +msgid "Adds an \"Add New\" button to the Block Editor toolbar, so you can easily create new posts/pages/custom post types." +msgstr "" + +#. Author of the plugin +msgid "Aurooba Ahmed" +msgstr "" + +#. translators: %1$s: the phrase "Add New", %2$s: Name of current post type. +#: build/index.js:92 +#: src/add-button.js:41 +#: build/index.js:55 +msgid "%1$s %2$s" +msgstr "" + +#. translators: %s: singular label of current post type i.e Page, Post +#: build/index.js:195 +#: src/duplicate-menu-item.js:68 +#: build/index.js:133 +msgid "Duplicate %s" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/quote-requests-for-woocommerce/translation_file/src/languages/quote-requests-for-woocommerce.pot b/spec/fixtures/dynamic_finders/plugin_version/quote-requests-for-woocommerce/translation_file/src/languages/quote-requests-for-woocommerce.pot new file mode 100644 index 00000000..137fce92 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/quote-requests-for-woocommerce/translation_file/src/languages/quote-requests-for-woocommerce.pot @@ -0,0 +1,2217 @@ +# Copyright (C) 2022 Deep Web Solutions +# This file is distributed under the GPL-3.0+. +msgid "" +msgstr "" +"Project-Id-Version: Quote Requests for WooCommerce 1.0.2\n" +"Report-Msgid-Bugs-To: " +"https://github.com/deep-web-solutions/woocommerce-plugins-quote-requests/" +"issues\n" +"POT-Creation-Date: 2022-02-11 17:18:53+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2022-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" + +#: bootstrap.php:51 +#. translators: %s: Plugin name. +msgid "It seems like %s is corrupted. Please reinstall!" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-bootstrapper/src/templates/requirements-error.php:36 +#. translators: 1. Component name, 2. Component version +msgid "" +"%1$s (%2$s) has encountered an error. Your environment " +"doesn't meet all the system requirements listed below:" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-bootstrapper/src/templates/requirements-error.php:59 +#: dependencies/deep-web-solutions/wp-framework-bootstrapper/src/templates/requirements-error.php:71 +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:121 +#. translators: PHP version +#. translators: WordPress version +#. translators: %s: Installed version of the dependant plugin +msgid "You're running version %s" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-bootstrapper/src/templates/requirements-error.php:88 +msgid "" +"If you need to upgrade your version of PHP you can ask your hosting company " +"for assistance, and if you need help upgrading WordPress you can refer to " +"the Codex." +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/AbstractPermissionsFunctionality.php:72 +msgid "Failed to update permissions" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:154 +msgid "Please wait..." +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:176 +#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:224 +#. translators: 1. Installation node name, 2. Error message. +msgid "" +"%1$s failed to complete the installation routine. The " +"error is: %2$s" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:232 +msgid "%1$s was successfully updated." +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:232 +msgid "%1$s was successfully installed." +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/templates/initialization/error.php:36 +#. translators: 1. Plugin name, 2. Plugin version, 3. Support email, 4. Support +#. website +msgid "" +"%1$s (v%2$s) initialization failed. Please contact us at " +"%3$s or visit our support website to get help. " +"Please include this error notice in your support query:" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-original.php:23 +#. translators: 1. Plugin name, 2. Plugin version, 3. Name of the install +#. button +msgid "" +"%1$s (v%2$s) needs to run its installation routine before " +"it can be used. Please click the \"%3$s\" button to proceed:" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-original.php:27 +#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-original.php:36 +#. translators: Name of the installation button +msgid "Install" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-update.php:23 +#. translators: 1. Plugin name, 2. Plugin version, 3. Name of the update button +msgid "" +"A data update is available for %1$s (v%2$s). It is " +"recommended to back up your database before proceeding. Please click the " +"\"%3$s\" button when ready:" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-update.php:27 +#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-update.php:38 +#. translators: Name of the update button +msgid "Update" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-settings/src/includes/Functionalities/AbstractOptionsPageFunctionality.php:133 +msgid "Failed to delete the plugin options from the database" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:87 +#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of +#. missing PHP extensions. +msgid "" +"%1$s may behave unexpectedly because the %2$s plugin is " +"either not installed or not active. Please install and activate the plugin " +"first." +msgid_plural "" +"%1$s may behave unexpectedly because the following plugins " +"are either not installed or active: %2$s. Please install and activate these " +"plugins first." +msgstr[0] "" +msgstr[1] "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:94 +#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of +#. missing PHP extensions. +msgid "" +"%1$s requires the %2$s plugin to be installed and active. " +"Please install and activate the plugin first." +msgid_plural "" +"%1$s requires the following plugins to be installed and " +"active: %2$s. Please install and activate these plugins first." +msgstr[0] "" +msgstr[1] "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:147 +#. translators: Plugin name or identifiable name. +msgid "" +"%s may behave unexpectedly because the following PHP " +"configuration settings are expected:" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:151 +msgid "" +"Please contact your hosting provider or server administrator to configure " +"these settings. The plugin will attempt to run despite this warning." +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:155 +#. translators: Plugin name or identifiable name. +msgid "" +"%s cannot run because the following PHP configuration " +"settings are expected:" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:159 +msgid "" +"Please contact your hosting provider or server administrator to configure " +"these settings." +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:183 +#. translators: PHP settings value. +msgid "%s or higher" +msgstr "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:210 +#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of +#. missing PHP functions. +msgid "" +"%1$s may behave unexpectedly because the %2$s PHP function " +"is missing. Contact your host or server administrator to install and " +"configure the missing function." +msgid_plural "" +"%1$s may behave unexpectedly because the following PHP " +"functions are missing: %2$s. Contact your host or server administrator to " +"install and configure the missing functions." +msgstr[0] "" +msgstr[1] "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:217 +#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of +#. missing PHP functions. +msgid "" +"%1$s requires the %2$s PHP function to exist. Contact your " +"host or server administrator to install and configure the missing function." +msgid_plural "" +"%1$s requires the following PHP functions to exist: %2$s. " +"Contact your host or server administrator to install and configure the " +"missing functions." +msgstr[0] "" +msgstr[1] "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:240 +#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of +#. missing PHP extensions. +msgid "" +"%1$s may behave unexpectedly because the %2$s PHP " +"extension is missing. Contact your host or server administrator to install " +"and configure the missing extension." +msgid_plural "" +"%1$s may behave unexpectedly because the following PHP " +"extensions are missing: %2$s. Contact your host or server administrator to " +"install and configure the missing extensions." +msgstr[0] "" +msgstr[1] "" + +#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:247 +#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of +#. missing PHP extensions. +msgid "" +"%1$s requires the %2$s PHP extension to function. Contact " +"your host or server administrator to install and configure the missing " +"extension." +msgid_plural "" +"%1$s requires the following PHP extensions to function: " +"%2$s. Contact your host or server administrator to install and configure " +"the missing extensions." +msgstr[0] "" +msgstr[1] "" + +#: dependencies/deep-web-solutions/wp-framework-woocommerce/src/includes/Settings/Functionalities/WC_AbstractValidatedProductSettingsTabFunctionality.php:213 +msgid "Failed to delete product meta data from the database" +msgstr "" + +#: src/admin/list-tables/DWS_Admin_List_Table_Quotes.php:141 +msgid "When you receive a new quote request, it will appear here." +msgstr "" + +#: src/admin/list-tables/DWS_Admin_List_Table_Quotes.php:145 +msgid "Learn more about quotes" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-conditions.php:23 +#: src/includes/Quotes/Conditions.php:73 +#: src/templates/premium/pdf-documents/html-body.php:204 +msgid "Fulfillment conditions" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-conditions.php:25 +msgid "" +"Enter optional conditions for this quote. They will be displayed to the " +"customer before they accept the quote." +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-conditions.php:30 +msgid "No custom conditions set for this quote." +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-billing.php:19 +msgid "Billing" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-billing.php:20 +#: src/admin/meta-boxes/views/html-quote-data-shipping.php:20 +#: src/includes/Integrations/Plugins/WCCompositeProductsIntegration.php:76 +msgid "Edit" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-billing.php:23 +msgid "Load billing address" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-billing.php:35 +#: src/admin/meta-boxes/views/html-quote-data-shipping.php:34 +msgid "Address:" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-billing.php:35 +msgid "No billing address set." +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:24 +msgid "Date created:" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:28 +msgid "h" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:29 +msgid "m" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:37 +msgid "Status:" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:44 +msgid "View order →" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:72 +msgid "Customer:" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:82 +msgid "View other quotes →" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:87 +msgid "Profile →" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:100 +#. translators: 1: user display name 2: user ID 3: user email +msgid "%1$s (#%2$s – %3$s)" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:107 +msgid "Guest" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-shipping.php:19 +msgid "Shipping" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-shipping.php:22 +msgid "Load shipping address" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-shipping.php:23 +msgid "Copy billing address" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-shipping.php:34 +msgid "No shipping address set." +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-shipping.php:58 +msgid "Customer provided note:" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-shipping.php:99 +msgid "Customer provided note" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-shipping.php:100 +msgid "Customer notes about the order" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data.php:44 +#. translators: 1: date 2: time +msgid "Expired on %1$s @ %2$s" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data.php:51 +#. translators: 1: date 2: time +msgid "Cancelled on %1$s @ %2$s" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data.php:58 +#. translators: 1: date 2: time +msgid "Accepted on %1$s @ %2$s" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data.php:65 +#. translators: 1: date 2: time +msgid "Rejected on %1$s @ %2$s" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data.php:75 +#. translators: %s: IP address +msgid "Customer IP: %s" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-expiration.php:47 +msgid "Quote expires automatically" +msgstr "" + +#: src/configs/premium/settings.php:16 +msgid "" +"This quote will automatically expire on {expiration_date} at " +"{expiration_time}." +msgstr "" + +#: src/configs/premium/settings.php:32 +msgid "available after quote is created" +msgstr "" + +#: src/configs/premium/settings.php:38 +msgid "" +"{product_name} has been removed from your cart because it can no longer be " +"purchased. Please contact us if you need assistance." +msgstr "" + +#: src/configs/premium/settings.php:39 +msgid "" +"{product_name} has been removed from your quote request list because it can " +"no longer be purchased. Please contact us if you need assistance." +msgstr "" + +#: src/configs/premium/settings.php:40 +msgid "" +"{product_name} has been removed from your quote request list because it has " +"since been modified. You can add it back to your list here." +msgstr "" + +#: src/configs/premium/settings.php:60 +msgid "Customers in specific user roles only" +msgstr "" + +#: src/configs/premium/settings.php:61 +msgid "Customers returned by a custom callback" +msgstr "" + +#: src/configs/premium/settings.php:73 +msgid "Supported products that have certain terms from custom taxonomies assigned" +msgstr "" + +#: src/configs/premium/settings.php:74 +msgid "Supported products returned by a custom callback" +msgstr "" + +#: src/configs/premium/settings.php:89 +msgid "If different from the billing address" +msgstr "" + +#: src/configs/product-settings.php:12 src/configs/product-settings.php:34 +#: src/configs/product-settings.php:52 +msgid "Follow global settings" +msgstr "" + +#: src/configs/product-settings.php:39 +msgid "Always allow requests for this product" +msgstr "" + +#: src/configs/product-settings.php:44 +msgid "Never allow requests for this product" +msgstr "" + +#: src/configs/settings.php:20 +msgid "subject to change until quote is created" +msgstr "" + +#: src/configs/settings.php:27 +msgid "Request quote" +msgstr "" + +#: src/configs/settings.php:34 +msgid "" +"{product_name} cannot be added to your quote request list because your cart " +"contains shopping items. Please clear your cart first." +msgstr "" + +#: src/configs/settings.php:39 +msgid "" +"{product_name} cannot be added to your cart because it contains quote " +"request items. Please clear your cart first." +msgstr "" + +#: src/configs/settings.php:45 +msgid "" +"{product_name} has been removed from your quote request list because it is " +"no longer eligible for quote requests. Please contact us if you need " +"assistance." +msgstr "" + +#: src/configs/settings.php:75 +msgid "All customers" +msgstr "" + +#: src/configs/settings.php:80 +msgid "Guest customers only" +msgstr "" + +#: src/configs/settings.php:85 +msgid "Logged-in customers only" +msgstr "" + +#: src/configs/settings.php:92 +msgid "All supported products" +msgstr "" + +#: src/configs/settings.php:97 +msgid "Supported products that have certain categories assigned" +msgstr "" + +#: src/configs/settings.php:102 +msgid "Supported products that have certain tags assigned" +msgstr "" + +#: src/emails/DWS_Email_Cancelled_Quote_Request.php:29 +msgid "Cancelled quote request" +msgstr "" + +#: src/emails/DWS_Email_Cancelled_Quote_Request.php:30 +msgid "" +"Cancelled quote request emails are sent to chosen recipient(s) when a quote " +"request is cancelled by the customer." +msgstr "" + +#: src/emails/DWS_Email_Cancelled_Quote_Request.php:62 +msgid "[{site_title}]: Quote #{quote_number} has been cancelled" +msgstr "" + +#: src/emails/DWS_Email_Cancelled_Quote_Request.php:72 +msgid "Quote Cancelled: #{quote_number}" +msgstr "" + +#: src/emails/DWS_Email_Customer_Processing_Quote_Request.php:34 +msgid "Processing quote request" +msgstr "" + +#: src/emails/DWS_Email_Customer_Processing_Quote_Request.php:35 +msgid "" +"This is a quote notification sent to customers containing quote details " +"after submitting a request." +msgstr "" + +#: src/emails/DWS_Email_Customer_Processing_Quote_Request.php:66 +msgid "Your {site_title} quote request has been received!" +msgstr "" + +#: src/emails/DWS_Email_Customer_Processing_Quote_Request.php:76 +msgid "Thank you for your quote request" +msgstr "" + +#: src/emails/DWS_Email_Customer_Waiting_Quote_Request.php:29 +msgid "Waiting on quote approval" +msgstr "" + +#: src/emails/DWS_Email_Customer_Waiting_Quote_Request.php:30 +msgid "" +"This is a quote notification sent to customers to inform them that the " +"quote is ready for their approval." +msgstr "" + +#: src/emails/DWS_Email_Customer_Waiting_Quote_Request.php:60 +msgid "Your {site_title} quote is ready!" +msgstr "" + +#: src/emails/DWS_Email_Customer_Waiting_Quote_Request.php:70 +msgid "Please review your personalized quote" +msgstr "" + +#: src/emails/DWS_Email_New_Quote_Request.php:29 +msgid "New quote request" +msgstr "" + +#: src/emails/DWS_Email_New_Quote_Request.php:30 +msgid "" +"New quote request emails are sent to chosen recipient(s) when a new quote " +"request is received." +msgstr "" + +#: src/emails/DWS_Email_New_Quote_Request.php:62 +msgid "[{site_title}]: New quote request #{quote_number}" +msgstr "" + +#: src/emails/DWS_Email_New_Quote_Request.php:72 +msgid "New Quotation Request: #{quote_number}" +msgstr "" + +#: src/emails/DWS_Email_Rejected_Quote.php:27 +msgid "Rejected quote" +msgstr "" + +#: src/emails/DWS_Email_Rejected_Quote.php:28 +msgid "" +"Rejected quote emails are sent to chosen recipient(s) when a quote is " +"rejected by the customer." +msgstr "" + +#: src/emails/DWS_Email_Rejected_Quote.php:60 +msgid "[{site_title}]: Quote #{quote_number} has been rejected" +msgstr "" + +#: src/emails/DWS_Email_Rejected_Quote.php:70 +msgid "Quote Rejected: #{quote_number}" +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expired_Quote.php:29 +msgid "Expired quote" +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expired_Quote.php:30 +msgid "" +"This is a quote notification sent to customers to inform them that their " +"quote has expired and can no longer be approved." +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expired_Quote.php:59 +msgid "Your {site_title} quote has expired!" +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expired_Quote.php:69 +msgid "Your personalized quote can no longer be accepted" +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expiring_Quote_Reminder.php:31 +msgid "Expiring quote reminder" +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expiring_Quote_Reminder.php:32 +msgid "" +"This is a quote notification sent to customers to inform them that their " +"quote is due to expire in a number of days." +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expiring_Quote_Reminder.php:63 +msgid "Days before expiration" +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expiring_Quote_Reminder.php:65 +msgid "Number of days before quote expiration that this email should be sent." +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expiring_Quote_Reminder.php:81 +msgid "Your {site_title} quote is about to expire!" +msgstr "" + +#: src/emails/premium/DWS_Email_Customer_Expiring_Quote_Reminder.php:91 +msgid "Please review your personalized quote before it expires" +msgstr "" + +#: src/functions/account.php:20 src/includes/Quotes.php:119 +msgid "Quote" +msgstr "" + +#: src/functions/account.php:21 +msgid "Date" +msgstr "" + +#: src/functions/account.php:22 +msgid "Status" +msgstr "" + +#: src/functions/account.php:23 src/templates/quote/quote-details.php:42 +msgid "Total" +msgstr "" + +#: src/functions/account.php:24 +msgid "Actions" +msgstr "" + +#: src/functions/misc.php:29 +msgid "YYYY-MM-DD" +msgstr "" + +#: src/functions/misc.php:33 +msgid "HH" +msgstr "" + +#: src/functions/misc.php:36 +msgid "MM" +msgstr "" + +#: src/functions/premium/expiration.php:88 +msgid "Cannot expire quote because it's in an invalid status." +msgstr "" + +#: src/functions/premium/page-request-list.php:77 +msgid "Your quote request list is currently empty." +msgstr "" + +#: src/functions/premium/page-request-list.php:96 +#: src/templates/premium/pdf-documents/html-body.php:130 +#: src/templates/quote/quote-details.php:39 +msgid "Product" +msgstr "" + +#: src/functions/premium/page-request-list.php:97 +#: src/templates/premium/pdf-documents/html-body.php:136 +msgid "Price" +msgstr "" + +#: src/functions/premium/page-request-list.php:98 +#: src/templates/premium/pdf-documents/html-body.php:133 +msgid "Quantity" +msgstr "" + +#: src/functions/premium/page-request-list.php:99 +#: src/functions/request-list.php:222 +msgid "Projected subtotal" +msgstr "" + +#: src/functions/premium/page-request-list.php:138 +msgid "Billing & Shipping" +msgstr "" + +#: src/functions/premium/page-request-list.php:139 +msgid "Billing details" +msgstr "" + +#: src/functions/premium/page-request-list.php:150 +msgid "Shipping details" +msgstr "" + +#: src/functions/premium/page-request-list.php:157 +msgid "Additional information" +msgstr "" + +#: src/functions/premium/page-request-list.php:161 +msgid "Quote request notes" +msgstr "" + +#: src/functions/premium/page-request-list.php:162 +msgid "Notes about your request, e.g. special notes for delivery." +msgstr "" + +#: src/functions/premium/page-request-list.php:208 +#: src/functions/request-list.php:284 +#: src/includes/RequestLists/CartList/CheckoutCartList.php:61 +msgid "Submit quote request" +msgstr "" + +#: src/functions/premium/pdf-documents.php:399 +msgid "SKU" +msgstr "" + +#: src/functions/premium/requests.php:346 +msgid "Cannot view hidden prices because of invalid status." +msgstr "" + +#: src/functions/premium/woocommerce.php:261 +msgid "Available on backorder" +msgstr "" + +#: src/functions/premium/woocommerce.php:333 +msgid "Item" +msgstr "" + +#: src/functions/quotes.php:212 +#. translators: %s: quote number +msgid "Order created from quote #%s." +msgstr "" + +#: src/functions/quotes.php:340 +msgid "Cannot cancel quote because it's in an invalid status." +msgstr "" + +#: src/functions/quotes.php:346 +msgid "Quote request cancelled by customer." +msgstr "" + +#: src/functions/quotes.php:346 +msgid "Quote request cancelled on behalf of customer." +msgstr "" + +#: src/functions/quotes.php:394 +msgid "Cannot accept quote because it's in an invalid status." +msgstr "" + +#: src/functions/quotes.php:405 +msgid "Quote accepted by customer." +msgstr "" + +#: src/functions/quotes.php:405 +msgid "Quote accepted on behalf of customer." +msgstr "" + +#: src/functions/quotes.php:453 +msgid "Cannot reject quote because it's in an invalid status." +msgstr "" + +#: src/functions/quotes.php:459 src/includes/Account/RejectionReason.php:128 +msgid "Quote rejected by customer." +msgstr "" + +#: src/functions/quotes.php:459 +msgid "Quote rejected on behalf of customer." +msgstr "" + +#: src/functions/request-list.php:195 +#. translators: %s: product name +msgid "You cannot add another \"%s\" to your quote request list." +msgstr "" + +#: src/functions/request-list.php:199 +#. translators: %s: product name +msgid "" +"You cannot add "%s" to your quote request list because the " +"product is out of stock." +msgstr "" + +#: src/functions/request-list.php:203 +#. translators: %1$s: product name, %2$s: stock amount remaining +msgid "" +"You cannot add that amount of "%1$s" to your quote request list " +"because there is not enough stock (%2$s remaining)." +msgstr "" + +#: src/functions/request-list.php:207 +#. translators: %1$s: amount in stock, %2$s: amount in list +msgid "" +"You cannot add that amount to your quote request list — we have %1$s " +"in stock and you already have %2$s in your list." +msgstr "" + +#: src/functions/request-list.php:210 +msgid "View quote request" +msgstr "" + +#: src/functions/request-list.php:213 +msgid "Projected price" +msgstr "" + +#: src/functions/request-list.php:216 +#: src/templates/premium/request-list/request-list.php:151 +#: src/templates/premium/request-list/request-list.php:152 +msgid "Update quote request list" +msgstr "" + +#: src/functions/request-list.php:219 +msgid "Quote request list updated." +msgstr "" + +#: src/functions/request-list.php:225 +msgid "Projected subtotal:" +msgstr "" + +#: src/functions/request-list.php:228 +msgid "Projected total" +msgstr "" + +#: src/functions/request-list.php:231 +msgid "Quote request totals" +msgstr "" + +#: src/functions/request-list.php:234 +msgid "Proceed to submit quote request" +msgstr "" + +#: src/functions/request-list.php:258 +#. translators: product name +msgid "%s has been added to your quote request list." +msgid_plural "%s have been added to your quote request list." +msgstr[0] "" +msgstr[1] "" + +#: src/functions/request-list.php:280 +msgid "Your quote request" +msgstr "" + +#: src/functions/requests.php:223 +msgid "Quote request received" +msgstr "" + +#: src/functions/requests.php:226 +msgid "Thank you. Your quote request has been received." +msgstr "" + +#: src/functions/requests.php:229 +msgid "Quote request number:" +msgstr "" + +#: src/functions/requests.php:232 +msgid "Quote request details" +msgstr "" + +#: src/functions/requests.php:256 +#. translators: %s: quote request number +msgid "[Quote Request #%s]" +msgstr "" + +#: src/functions/woocommerce.php:85 +msgid "Return to shop" +msgstr "" + +#: src/includes/Account/Actions.php:68 +msgid "" +"Your quote can no longer be accepted. Please contact us if you need " +"assistance." +msgstr "" + +#: src/includes/Account/Actions.php:71 +#. translators: %s: error message +msgid "Your quote could not be accepted due to an error: %s" +msgstr "" + +#: src/includes/Account/Actions.php:77 +#. translators: quote number +msgid "You have accepted quote #%s." +msgstr "" + +#: src/includes/Account/Actions.php:90 src/includes/Account/Actions.php:139 +#: src/includes/Account/Actions.php:188 src/includes/Account/Actions.php:225 +msgid "Invalid quote request." +msgstr "" + +#: src/includes/Account/Actions.php:119 +msgid "" +"Your quote can no longer be rejected. Please contact us if you need " +"assistance." +msgstr "" + +#: src/includes/Account/Actions.php:122 +#. translators: %s: error message +msgid "Your quote could not be rejected due to an error: %s" +msgstr "" + +#: src/includes/Account/Actions.php:126 +#. translators: quote number +msgid "You have rejected quote #%s." +msgstr "" + +#: src/includes/Account/Actions.php:168 +msgid "" +"Your quote request can no longer be cancelled. Please contact us if you " +"need assistance." +msgstr "" + +#: src/includes/Account/Actions.php:171 +#. translators: %s: error message +msgid "Your quote request could not be cancelled due to an error: %s" +msgstr "" + +#: src/includes/Account/Actions.php:175 +#. translators: quote number +msgid "You have cancelled quote request #%s." +msgstr "" + +#: src/includes/Account/Actions.php:222 src/includes/Quotes/PDFDocument.php:99 +msgid "Invalid quote ID." +msgstr "" + +#: src/includes/Account/Endpoints/QuotesList.php:59 src/includes/Quotes.php:118 +#: src/includes/Quotes.php:131 +msgid "Quotes" +msgstr "" + +#: src/includes/Account/Endpoints/QuotesList.php:61 +#. translators: %d: page number. +msgid "Quotes (page %d)" +msgstr "" + +#: src/includes/Account/Endpoints/QuotesList.php:71 +msgid "Endpoint for the \"My account → Quotes\" page." +msgstr "" + +#: src/includes/Account/Endpoints/ViewQuote.php:43 +msgid "View quote" +msgstr "" + +#: src/includes/Account/Endpoints/ViewQuote.php:49 +#: src/templates/premium/pdf-documents/html-wrapper.php:27 +#. translators: %s: order number +#. translators: %s: quote number. +msgid "Quote #%s" +msgstr "" + +#: src/includes/Account/Endpoints/ViewQuote.php:63 +msgid "Endpoint for the \"My account → View Quote\" page." +msgstr "" + +#: src/includes/Account/Endpoints/ViewQuote.php:81 +msgid "Invalid quote." +msgstr "" + +#: src/includes/Account/Endpoints/ViewQuote.php:83 +msgid "My account" +msgstr "" + +#: src/includes/Account/RejectionReason.php:129 +#. translators: %s: customer-given rejection reason. +msgid "Rejection reason: %s" +msgstr "" + +#: src/includes/Integrations/Plugins/LinkedOrdersForWC.php:218 +msgid "Add new child Quote" +msgstr "" + +#: src/includes/Integrations/Plugins/WCCompositeProductsIntegration.php:75 +msgid "Configure" +msgstr "" + +#: src/includes/Integrations/Plugins/WCCompositeProductsIntegration.php:77 +msgid "" +"Failed to initialize form. If this issue persists, please reload the page " +"and try again." +msgstr "" + +#: src/includes/Integrations/Plugins/WCCompositeProductsIntegration.php:78 +msgid "" +"Failed to validate configuration. If this issue persists, please reload the " +"page and try again." +msgstr "" + +#: src/includes/Integrations/Plugins/WCCompositeProductsIntegration.php:79 +msgid "" +"Your selection could not be updated. If the issue persists, please refresh " +"the page and try again." +msgstr "" + +#: src/includes/Plugin.php:108 +msgid "View settings" +msgstr "" + +#: src/includes/Plugin.php:108 +msgid "Settings" +msgstr "" + +#: src/includes/Plugin.php:112 +msgid "Upgrade for premium features" +msgstr "" + +#: src/includes/Plugin.php:112 +msgid "Upgrade" +msgstr "" + +#: src/includes/Plugin.php:130 +msgid "Visit community forums" +msgstr "" + +#: src/includes/Plugin.php:130 +msgid "Community support" +msgstr "" + +#: src/includes/Plugin.php:135 +msgid "Send us an inquiry" +msgstr "" + +#: src/includes/Plugin.php:135 +msgid "Contact us" +msgstr "" + +#: src/includes/Plugin.php:139 +msgid "Visit your account area" +msgstr "" + +#: src/includes/Plugin.php:139 +msgid "Account" +msgstr "" + +#: src/includes/Plugin.php:140 +msgid "Visit premium support forums" +msgstr "" + +#: src/includes/Plugin.php:140 +msgid "Premium support" +msgstr "" + +#: src/includes/ProductSettings.php:105 +msgid "Quote Requests" +msgstr "" + +#: src/includes/Quotes/Actions.php:71 +msgid "Resend new quote request notification" +msgstr "" + +#: src/includes/Quotes/Actions.php:75 +msgid "Email quote details to customer" +msgstr "" + +#: src/includes/Quotes/Actions.php:78 +msgid "Accept on behalf of customer" +msgstr "" + +#: src/includes/Quotes/Actions.php:81 +msgid "Reject on behalf of customer" +msgstr "" + +#: src/includes/Quotes/Actions.php:111 +msgid "View accepted order" +msgstr "" + +#: src/includes/Quotes/Actions.php:144 +msgid "Quote request details manually sent to customer." +msgstr "" + +#: src/includes/Quotes/Actions.php:199 +#. translators: %1$s: quote number; %2$s: error message contents. +msgid "Failed to accept quote #%1$s. Error message: %2$s" +msgstr "" + +#: src/includes/Quotes/Actions.php:226 +#. translators: %1$s: quote number; %2$s: error message contents. +msgid "Failed to reject quote #%1$s. Error message: %2$s" +msgstr "" + +#: src/includes/Quotes/Expiration.php:262 +msgid "Quote expired automatically." +msgstr "" + +#: src/includes/Quotes/PDFDocument.php:104 +msgid "Invalid quote key." +msgstr "" + +#: src/includes/Quotes/PDFDocument.php:126 +#: src/includes/Quotes/PDFDocument.php:147 +msgid "Generate PDF" +msgstr "" + +#: src/includes/Quotes/Tracking.php:74 +msgid "Quote request status" +msgstr "" + +#: src/includes/Quotes/Tracking.php:82 +msgid "Failed to set quote status page" +msgstr "" + +#: src/includes/Quotes/Tracking.php:85 +msgid "Failed to create quote status page" +msgstr "" + +#: src/includes/Quotes/Tracking.php:114 +msgid "Failed to delete the quote status page" +msgstr "" + +#: src/includes/Quotes.php:127 +msgid "Search Quotes" +msgstr "" + +#: src/includes/Quotes.php:128 +msgid "No Quotes found" +msgstr "" + +#: src/includes/Quotes.php:133 +msgid "This is where quotes are stored." +msgstr "" + +#: src/includes/RequestLists/AddToListButton.php:80 +msgid "" +"Please select some product options before adding this product to your quote " +"request list." +msgstr "" + +#: src/includes/RequestLists/AddToListButton.php:81 +msgid "Sorry, this product is unavailable. Please choose a different combination." +msgstr "" + +#: src/includes/RequestLists/CartList/HideItemPricesCartList.php:81 +#. translators: %s: quantity +msgid "Quantity: %s" +msgstr "" + +#: src/includes/RequestLists/CartList.php:99 +#: src/includes/RequestLists/PageList/ShortcodesPageList.php:75 +msgid "Quote request list" +msgstr "" + +#: src/includes/RequestLists/PageList/AddToPageList.php:147 +#. translators: %s: Item name. +msgid "%s removed." +msgstr "" + +#: src/includes/RequestLists/PageList/AddToPageList.php:177 +msgid "Your quote request list has been updated." +msgstr "" + +#: src/includes/RequestLists/PageList/AddToPageList.php:257 +#. translators: 1: product link, 2: product name +msgid "" +"Please choose product options by visiting %2$s." +msgstr "" + +#: src/includes/RequestLists/PageList/ShortcodesPageList.php:83 +msgid "Failed to set quote request page" +msgstr "" + +#: src/includes/RequestLists/PageList/ShortcodesPageList.php:86 +msgid "Failed to create quote request page" +msgstr "" + +#: src/includes/RequestLists/PageList/ShortcodesPageList.php:119 +msgid "Failed to delete the quote requests page" +msgstr "" + +#: src/includes/Settings/ExpirationSettings.php:27 +msgid "Expiration" +msgstr "" + +#: src/includes/Settings/ExpirationSettings.php:39 +msgid "For how many days should a quote be available before it expires?" +msgstr "" + +#: src/includes/Settings/ExpirationSettings.php:42 +msgid "" +"Set to 0 to disable automatic quote expiration. Quotes will then be " +"available forever until manually cancelled or trashed." +msgstr "" + +#: src/includes/Settings/ExpirationSettings.php:49 +msgid "Customer message" +msgstr "" + +#: src/includes/Settings/ExpirationSettings.php:52 +msgid "" +"Shown to customers while viewing the quote in their account area and on the " +"tracking page." +msgstr "" + +#: src/includes/Settings/ExpirationSettings.php:54 +#: src/includes/Settings/RequestListMessagesSettings.php:109 +#. translators: %l: list of available placeholders. +msgid "Available placeholders: %l." +msgstr "" + +#: src/includes/Settings/ExpirationSettings.php:54 +#: src/includes/Settings/RequestMessagesSettings.php:59 +msgid "Leave empty to disable." +msgstr "" + +#: src/includes/Settings/GeneralSettings.php:40 +msgid "Quote tracking page" +msgstr "" + +#: src/includes/Settings/GeneralSettings.php:43 +#. translators: %s: shortcode tag +msgid "Page contents: [%s]" +msgstr "" + +#: src/includes/Settings/GeneralSettings.php:60 +msgid "Require a quote rejection reason from customers" +msgstr "" + +#: src/includes/Settings/Integrations/LinkedOrdersForWCSettings.php:39 +msgid "Enable the linking of quotes?" +msgstr "" + +#: src/includes/Settings/Integrations/LinkedOrdersForWCSettings.php:43 +msgid "" +"If enabled, you'll be able to create linked quotes the same way that you " +"can create linked orders." +msgstr "" + +#: src/includes/Settings/Integrations/LinkedOrdersForWCSettings.php:46 +msgid "Enable linking quotes to orders?" +msgstr "" + +#: src/includes/Settings/Integrations/LinkedOrdersForWCSettings.php:50 +msgid "" +"If enabled, you'll be able to create quotes as order children. The order " +"generated by accepting such a quote will be linked back as a child to the " +"quote's parent order." +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:30 +msgid "PDF Documents" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:52 +msgid "Enable the generation of PDF documents?" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:58 +msgid "PDF generation engine" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:65 +msgid "Allow guests to download PDFs via the tracking page?" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:71 +msgid "Allow customers to download PDFs via their account area?" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:77 +msgid "Paper size" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:83 +msgid "Paper orientation" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:89 +msgid "Store name" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:94 +msgid "Store logo" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:97 +msgid "Enter attachment ID or URL to an image" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:100 +msgid "Store address" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:108 +msgid "Include billing email address?" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:114 +msgid "Include billing phone number?" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:120 +msgid "Include shipping address?" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:126 +msgid "Include shipping phone number?" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:132 +msgid "Include customer notes?" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:138 +msgid "Footer content" +msgstr "" + +#: src/includes/Settings/PDFDocumentsSettings.php:141 +msgid "Custom content to be included in the footer of all generated PDFs." +msgstr "" + +#: src/includes/Settings/PluginSettings.php:27 +msgid "Plugin" +msgstr "" + +#: src/includes/Settings/PluginSettings.php:39 +msgid "Remove all data on uninstallation?" +msgstr "" + +#: src/includes/Settings/PluginSettings.php:43 +msgid "" +"If enabled, the plugin will remove all database data when removed and you " +"will need to reconfigure everything if you install it again at a later time." +msgstr "" + +#: src/includes/Settings/Products/AdvancedProductSettings.php:48 +msgid "Hide from unauthorized customers?" +msgstr "" + +#: src/includes/Settings/Products/AdvancedProductSettings.php:52 +msgid "" +"Choose whether to try and hide this product from customers that aren't " +"allowed to add it to quote requests." +msgstr "" + +#: src/includes/Settings/Products/AdvancedProductSettings.php:55 +msgid "Disable purchasing if allowed?" +msgstr "" + +#: src/includes/Settings/Products/AdvancedProductSettings.php:59 +msgid "" +"Choose whether to disable purchasing of this product without submitting a " +"quote request first." +msgstr "" + +#: src/includes/Settings/Products/AdvancedProductSettings.php:62 +msgid "Hide price if allowed?" +msgstr "" + +#: src/includes/Settings/Products/AdvancedProductSettings.php:66 +msgid "" +"Choose whether to try hiding this product's prices from the front-end of " +"the site." +msgstr "" + +#: src/includes/Settings/Products/AdvancedProductSettings.php:69 +msgid "Allow requests when out-of-stock?" +msgstr "" + +#: src/includes/Settings/Products/AdvancedProductSettings.php:73 +msgid "" +"Choose whether to allow customers to make quote requests for this product " +"even when it is out-of-stock." +msgstr "" + +#: src/includes/Settings/Products/GeneralProductSettings.php:57 +msgid "Is allowed product?" +msgstr "" + +#: src/includes/Settings/Products/GeneralProductSettings.php:61 +msgid "" +"Choose whether this product can be added by customers to quote requests or " +"not." +msgstr "" + +#: src/includes/Settings/Products/GeneralProductSettings.php:64 +msgid "Allowed customers" +msgstr "" + +#: src/includes/Settings/Products/GeneralProductSettings.php:68 +msgid "Choose which customers can create quote requests containing this product." +msgstr "" + +#: src/includes/Settings/Products/GeneralProductSettings.php:75 +#: src/includes/Settings/RequestsSettings.php:95 +msgid "Allowed customers user roles" +msgstr "" + +#: src/includes/Settings/Products/GeneralProductSettings.php:81 +#: src/includes/Settings/RequestsSettings.php:103 +msgid "Allowed customers callback" +msgstr "" + +#: src/includes/Settings/Products/UserInterfaceProductSettings.php:61 +msgid "Add to list text" +msgstr "" + +#: src/includes/Settings/Products/UserInterfaceProductSettings.php:64 +msgid "Leave empty to use the global default." +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:41 +msgid "Request List Messages" +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:57 +msgid "Cannot add to cart because cart is used for shopping" +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:60 +msgid "" +"Shown if the customer tries to add a product to their quote request list " +"cart while the cart contains non-request items." +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:63 +msgid "Cannot add to cart because cart is used as request list" +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:66 +msgid "" +"Shown if the customer tries to add a product to their cart while the cart " +"is being used as a quote request list." +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:70 +msgid "Removed from request list if ineligible" +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:73 +msgid "" +"Shown if a product added to the request list is no longer available or if " +"the customer is no longer allowed to submit requests for it." +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:83 +msgid "Removed from cart if purchasing disabled" +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:86 +msgid "" +"Shown to customers if a product they added to the cart is no longer " +"purchasable." +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:89 +msgid "Removed from request list if no longer purchasable" +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:92 +msgid "" +"Shown to customers if a product they added to the request list is no longer " +"purchasable." +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:95 +msgid "Removed from request list if modified" +msgstr "" + +#: src/includes/Settings/RequestListMessagesSettings.php:98 +msgid "" +"Shown if a product added to the request list has since been modified, e.g. " +"its type or attributes." +msgstr "" + +#: src/includes/Settings/RequestListsSettings.php:29 +msgid "Request Lists" +msgstr "" + +#: src/includes/Settings/RequestListsSettings.php:45 +msgid "Text displayed inside the add-to-list button" +msgstr "" + +#: src/includes/Settings/RequestListsSettings.php:57 +msgid "Use cart as request list?" +msgstr "" + +#: src/includes/Settings/RequestListsSettings.php:61 +msgid "" +"If enabled, allowed customers will be able to submit quote requests by " +"adding allowed products to their cart and proceeding through the regular " +"checkout page without payment." +msgstr "" + +#: src/includes/Settings/RequestListsSettings.php:64 +msgid "Request list page" +msgstr "" + +#: src/includes/Settings/RequestListsSettings.php:69 +#. translators: %1$s: request list shortcode tag. %2$s: request form shortcode +#. tag. +msgid "Page contents: [%1$s] [%2$s]" +msgstr "" + +#: src/includes/Settings/RequestMessagesSettings.php:40 +msgid "Request Messages" +msgstr "" + +#: src/includes/Settings/RequestMessagesSettings.php:56 +msgid "Price subject to change disclaimer" +msgstr "" + +#: src/includes/Settings/RequestMessagesSettings.php:59 +#: src/includes/Settings/RequestMessagesSettings.php:69 +msgid "Outputted on the request list, account area, tracking page, and emails." +msgstr "" + +#: src/includes/Settings/RequestMessagesSettings.php:66 +msgid "Hidden product price disclaimer" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:30 +msgid "Customer Requests" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:44 +msgid "Enable quote requests from customers?" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:48 +msgid "" +"If disabled it will only be possible to create quote requests manually via " +"the admin panel. Enabling this option will let you configure products that " +"customers of your site can create quote requests for themselves." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:51 +msgid "Allow quote requests to be made by" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:55 +msgid "" +"Choose whether to allow quote requests for all customers or whether to " +"restrict this functionality only to select ones." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:58 +msgid "Allow quote requests for" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:62 +msgid "" +"Choose whether to allow all products to be added to quote requests or to " +"restrict this functionality only to select ones." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:65 +msgid "Allowed products categories" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:70 +msgid "" +"Choose the product categories that make a support product eligible for " +"quote requests." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:73 +msgid "Allowed products tags" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:78 +msgid "" +"Choose the product tags that make a support product eligible for quote " +"requests." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:81 +msgid "Disable shipping fields?" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:85 +msgid "" +"If enabled, customers will not be able to provide a shipping address for " +"their requests." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:100 +msgid "Choose the user roles that allow a customer to submit quote requests." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:106 +msgid "Type the name of the PHP function that will return the customers IDs." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:116 +msgid "Allowed products taxonomies terms" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:119 +msgid "" +"Write your custom taxonomies terms comma-separated in the format " +"{taxonomy-slug}:{term-id}." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:122 +msgid "Allowed products callback" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:125 +msgid "Type the name of the PHP function that will return the quote products IDs." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:132 +msgid "Hide allowed request products from denied customers?" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:136 +msgid "" +"If enabled, this setting will attempt to prevent customers that can not " +"submit quote requests from viewing the product pages of allowed quote " +"request products and from finding them in product loops." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:139 +msgid "Disable purchasing of allowed request products?" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:143 +msgid "" +"If enabled, this setting will attempt to prevent customers from buying " +"allowed quote request products without submitting a quote request first." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:146 +msgid "Hide prices of allowed request products?" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:150 +msgid "" +"If enabled, this setting will attempt to hide the prices of allowed quote " +"request products from the front-end of the site." +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:153 +msgid "Allow out-of-stock products in quote requests?" +msgstr "" + +#: src/includes/Settings/RequestsSettings.php:157 +msgid "" +"If enabled, customers will be able to add products to a quote request even " +"if they are marked as out-of-stock internally." +msgstr "" + +#: src/models/DWS_Quote.php:229 +#. translators: placeholder is human time diff (e.g. "3 weeks") +msgid "In %s" +msgstr "" + +#: src/models/DWS_Quote.php:232 +#. translators: placeholder is human time diff (e.g. "3 weeks") +msgid "%s ago" +msgstr "" + +#: src/models/premium/DWS_Quote_Request_List.php:261 +msgid "Get list should not be called before the wp_loaded action." +msgstr "" + +#: src/shortcodes/DWS_Quote_Tracking_SC.php:44 +msgid "Please enter a valid quote request number." +msgstr "" + +#: src/shortcodes/DWS_Quote_Tracking_SC.php:46 +msgid "Please enter a valid email address." +msgstr "" + +#: src/shortcodes/DWS_Quote_Tracking_SC.php:55 +msgid "" +"Sorry, the quote request could not be found. Please contact us if you are " +"having difficulty finding your quote request details." +msgstr "" + +#: src/templates/emails/admin-cancelled-quote-request.php:36 +#: src/templates/emails/plain/admin-cancelled-quote-request.php:33 +#. translators: %1$s: Quote number, %2$s: Customer full name. +#. translators: %1$s: Order number. %2$s: Customer full name +msgid "" +"Notification to let you know — quote request #%1$s belonging to %2$s " +"has been cancelled:" +msgstr "" + +#: src/templates/emails/admin-new-quote-request.php:36 +#: src/templates/emails/plain/admin-new-quote-request.php:33 +#. translators: %s: Customer billing full name +msgid "You’ve received the following quote request from %s:" +msgstr "" + +#: src/templates/emails/admin-rejected-quote.php:36 +#: src/templates/emails/plain/admin-rejected-quote.php:33 +#. translators: %1$s: Quote number, %2$s: Customer full name. +#. translators: %1$s: Order number. %2$s: Customer full name +msgid "" +"Notification to let you know — quote #%1$s belonging to %2$s has been " +"rejected:" +msgstr "" + +#: src/templates/emails/customer-processing-quote-request.php:36 +#: src/templates/emails/customer-waiting-quote-request.php:37 +#: src/templates/emails/plain/customer-processing-quote-request.php:33 +#: src/templates/emails/plain/customer-waiting-quote-request.php:34 +#: src/templates/premium/emails/customer-expired-quote.php:37 +#: src/templates/premium/emails/customer-expiring-quote-reminder.php:37 +#: src/templates/premium/emails/plain/customer-expired-quote.php:34 +#: src/templates/premium/emails/plain/customer-expiring-quote-reminder.php:34 +#. translators: %s: Customer first name +msgid "Hi %s," +msgstr "" + +#: src/templates/emails/customer-processing-quote-request.php:42 +#: src/templates/emails/plain/customer-processing-quote-request.php:35 +#. translators: %s: Quote request number +#. translators: %s: Quote number +msgid "" +"Just to let you know — we've received your quote request #%s, and we " +"will let you know once it is processed:" +msgstr "" + +#: src/templates/emails/customer-waiting-quote-request.php:43 +#: src/templates/emails/plain/customer-waiting-quote-request.php:36 +#. translators: %s: Quote request number +#. translators: %s: Quote number +msgid "We've finished your personalized quote for your request #%s." +msgstr "" + +#: src/templates/emails/customer-waiting-quote-request.php:47 +#: src/templates/emails/plain/customer-waiting-quote-request.php:37 +msgid "" +"You can view your quote below. After you've inspected the quote, please let " +"us know if you decide to accept it." +msgstr "" + +#: src/templates/emails/customer-waiting-quote-request.php:52 +#: src/templates/emails/plain/customer-waiting-quote-request.php:40 +msgid "You can accept your quote by replying to this email." +msgstr "" + +#: src/templates/emails/customer-waiting-quote-request.php:56 +#: src/templates/premium/emails/customer-expiring-quote-reminder.php:58 +msgid "Click here to accept or reject your quote." +msgstr "" + +#: src/templates/emails/plain/customer-waiting-quote-request.php:43 +#. translators: %s: URL to the recommended quote status checking page. +msgid "You can accept or reject your quote here: %s" +msgstr "" + +#: src/templates/myaccount/quotes.php:89 +#. translators: 1: formatted order total 2: total order items +msgid "%1$s for %2$s item" +msgid_plural "%1$s for %2$s items" +msgstr[0] "" +msgstr[1] "" + +#: src/templates/myaccount/quotes.php:122 +msgid "Previous" +msgstr "" + +#: src/templates/myaccount/quotes.php:128 +msgid "Next" +msgstr "" + +#: src/templates/myaccount/quotes.php:139 +msgid "Browse products" +msgstr "" + +#: src/templates/myaccount/quotes.php:141 +msgid "You have not submitted any quote requests yet." +msgstr "" + +#: src/templates/myaccount/quotes.php:143 +msgid "No quotes have been created for you yet." +msgstr "" + +#: src/templates/myaccount/view-quote.php:34 +#: src/templates/quote/tracking.php:35 +#. translators: 1: order number 2: order date 3: order status +msgid "Quote #%1$s was created on %2$s and is currently %3$s." +msgstr "" + +#: src/templates/myaccount/view-quote.php:48 +#: src/templates/quote/tracking.php:49 +msgid "Quote updates" +msgstr "" + +#: src/templates/myaccount/view-quote.php:56 +#: src/templates/quote/tracking.php:57 +msgid "l jS \\o\\f F Y, h:ia" +msgstr "" + +#: src/templates/premium/customers/rejection-reason-modal.php:23 +msgid "Reject quote" +msgstr "" + +#: src/templates/premium/customers/rejection-reason-modal.php:28 +msgid "Please let us know why this quote does not fulfill your expectations" +msgstr "" + +#: src/templates/premium/customers/rejection-reason-modal.php:33 +msgid "Reject" +msgstr "" + +#: src/templates/premium/emails/customer-expired-quote.php:43 +#: src/templates/premium/emails/plain/customer-expired-quote.php:36 +#. translators: %s: Quote request number +#. translators: %s: Quote number +msgid "" +"Your personalized quote for your request #%s has now expired and you will " +"not be able to accept it anymore." +msgstr "" + +#: src/templates/premium/emails/customer-expired-quote.php:49 +#: src/templates/premium/emails/plain/customer-expired-quote.php:38 +msgid "You may submit a new quote request at any time." +msgstr "" + +#: src/templates/premium/emails/customer-expired-quote.php:51 +#: src/templates/premium/emails/plain/customer-expired-quote.php:40 +msgid "Please reach out if you wish to submit a new quote request." +msgstr "" + +#: src/templates/premium/emails/customer-expiring-quote-reminder.php:44 +#: src/templates/premium/emails/plain/customer-expiring-quote-reminder.php:37 +#. translators: %1$s: Quote request number. %2$s: Expiration date. %3$s: +#. Expiration time. +msgid "" +"Just wanted to remind you that your personalized quote for your request " +"#%1$s will expire on %2$s at %3$s. After your quote expires, you will not " +"be able to accept it anymore." +msgstr "" + +#: src/templates/premium/emails/customer-expiring-quote-reminder.php:54 +#: src/templates/premium/emails/plain/customer-expiring-quote-reminder.php:44 +msgid "You can still accept your quote by replying to this email." +msgstr "" + +#: src/templates/premium/emails/plain/customer-expiring-quote-reminder.php:47 +#. translators: %s: URL to the recommended quote status checking page. +msgid "You can still accept or reject your quote here: %s" +msgstr "" + +#: src/templates/premium/pdf-documents/html-body.php:88 +msgid "Shipping Address:" +msgstr "" + +#: src/templates/premium/pdf-documents/html-body.php:104 +msgid "Quote Number:" +msgstr "" + +#: src/templates/premium/pdf-documents/html-body.php:108 +msgid "Request Date:" +msgstr "" + +#: src/templates/premium/pdf-documents/html-body.php:113 +msgid "Valid until:" +msgstr "" + +#: src/templates/premium/pdf-documents/html-body.php:171 +msgid "Customer Notes" +msgstr "" + +#: src/templates/premium/request-list/request-list.php:61 +msgid "Remove this item" +msgstr "" + +#: src/templates/quote/form-tracking.php:30 +msgid "" +"To check the status of your quote request, please enter your Quote Request " +"Number in the box below and press the \"Check status\" button. This was " +"given to you on your receipt and in the confirmation email you should have " +"received." +msgstr "" + +#: src/templates/quote/form-tracking.php:35 +msgid "Quote request number" +msgstr "" + +#: src/templates/quote/form-tracking.php:37 +msgid "Found in your quote request confirmation email." +msgstr "" + +#: src/templates/quote/form-tracking.php:41 +msgid "Billing email" +msgstr "" + +#: src/templates/quote/form-tracking.php:43 +msgid "Email you used during checkout." +msgstr "" + +#: src/templates/quote/form-tracking.php:48 +#: src/templates/quote/form-tracking.php:49 +msgid "Check status" +msgstr "" + +#: src/templates/quote/quote-details.php:32 +msgid "Quote details" +msgstr "" + +#: src/templates/quote/quote-details.php:89 +msgid "Note:" +msgstr "" + +#: src/templates/quote/tracking.php:76 +msgid "Available actions" +msgstr "" + +#: src/templates/quote/tracking.php:90 +#. translators: %s: URL to the myaccount page. +msgid "" +"There are actions available for this quote request. You can perform them in your account area." +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Quote Requests for WooCommerce" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://www.deep-web-solutions.com/plugins/quote-requests-for-woocommerce/" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"A WooCommerce extension for allowing customers to submit quote requests to " +"get customized prices before placing their orders." +msgstr "" + +#. Author of the plugin/theme +msgid "Deep Web Solutions" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://www.deep-web-solutions.com" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data-general.php:19 +msgctxt "quote data meta-box column" +msgid "General" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-data.php:29 +#. translators: 1: order type 2: order number +msgctxt "edit quote header" +msgid "%1$s #%2$s details" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-expiration.php:50 +msgctxt "quote-expiration-settings" +msgid "Never" +msgstr "" + +#: src/admin/meta-boxes/views/html-quote-expiration.php:51 +msgctxt "quote-expiration-settings" +msgid "On a given date" +msgstr "" + +#: src/configs/premium/settings.php:84 +msgctxt "page orientation" +msgid "Portrait" +msgstr "" + +#: src/configs/premium/settings.php:85 +msgctxt "page orientation" +msgid "Landscape" +msgstr "" + +#: src/configs/premium/settings.php:88 src/configs/settings.php:62 +msgctxt "settings" +msgid "Yes" +msgstr "" + +#: src/configs/premium/settings.php:90 src/configs/settings.php:67 +msgctxt "settings" +msgid "No" +msgstr "" + +#: src/includes/Settings.php:77 +msgctxt "settings" +msgid "Quotes" +msgstr "" + +#: src/functions/account.php:43 +msgctxt "account actions" +msgid "View" +msgstr "" + +#: src/functions/account.php:52 +msgctxt "account actions" +msgid "View order" +msgstr "" + +#: src/functions/account.php:59 src/functions/tracking.php:104 +msgctxt "account actions" +msgid "Accept" +msgstr "" + +#: src/functions/account.php:65 src/functions/tracking.php:110 +msgctxt "account actions" +msgid "Reject" +msgstr "" + +#: src/functions/account.php:71 src/functions/tracking.php:116 +msgctxt "account actions" +msgid "Cancel" +msgstr "" + +#: src/includes/Quotes/PDFDocument.php:183 +msgctxt "account actions" +msgid "PDF" +msgstr "" + +#: src/functions/premium/expiration.php:19 +msgctxt "table heading" +msgid "Expiring Date" +msgstr "" + +#: src/functions/quotes.php:479 +msgctxt "table heading" +msgid "Accepted Date" +msgstr "" + +#: src/functions/quotes.php:480 +msgctxt "table heading" +msgid "Rejected Date" +msgstr "" + +#: src/functions/quotes.php:481 +msgctxt "table heading" +msgid "Expired Date" +msgstr "" + +#: src/functions/quotes.php:482 +msgctxt "table heading" +msgid "Cancelled Date" +msgstr "" + +#: src/functions/premium/pdf-documents.php:207 +#: src/functions/premium/pdf-documents.php:306 +msgctxt "address not available" +msgid "N/A" +msgstr "" + +#: src/functions/premium/woocommerce.php:333 +msgctxt "Item name in quotes" +msgid "“%s”" +msgstr "" + +#: src/functions/quotes.php:66 +msgctxt "quote status" +msgid "New request" +msgstr "" + +#: src/functions/quotes.php:67 +msgctxt "quote status" +msgid "Waiting on customer" +msgstr "" + +#: src/functions/quotes.php:68 +msgctxt "quote status" +msgid "Expired" +msgstr "" + +#: src/functions/quotes.php:69 +msgctxt "quote status" +msgid "Rejected by customer" +msgstr "" + +#: src/functions/quotes.php:70 +msgctxt "quote status" +msgid "Accepted by customer" +msgstr "" + +#: src/functions/quotes.php:71 +msgctxt "quote status" +msgid "Cancelled" +msgstr "" + +#: src/includes/Quotes/Conditions.php:54 +msgctxt "meta box title" +msgid "Conditions" +msgstr "" + +#: src/includes/Quotes/Expiration.php:135 +msgctxt "meta box title" +msgid "Expiration" +msgstr "" + +#: src/includes/Quotes/PostType/MetaBoxes.php:120 +msgctxt "meta box title" +msgid "Quote Data" +msgstr "" + +#: src/includes/Quotes.php:120 +msgctxt "custom post type argument" +msgid "Add Quote" +msgstr "" + +#: src/includes/Quotes.php:121 +msgctxt "custom post type argument" +msgid "Add New Quote" +msgstr "" + +#: src/includes/Quotes.php:122 +msgctxt "custom post type argument" +msgid "Edit" +msgstr "" + +#: src/includes/Quotes.php:123 +msgctxt "custom post type argument" +msgid "Edit Quote" +msgstr "" + +#: src/includes/Quotes.php:124 +msgctxt "custom post type argument" +msgid "New Quote" +msgstr "" + +#: src/includes/Quotes.php:125 src/includes/Quotes.php:126 +msgctxt "custom post type argument" +msgid "View Quote" +msgstr "" + +#: src/includes/Quotes.php:129 +msgctxt "custom post type argument" +msgid "No Quotes found in trash" +msgstr "" + +#: src/includes/Quotes.php:130 +msgctxt "custom post type argument" +msgid "Parent Quotes" +msgstr "" + +#: src/includes/Quotes.php:199 +#. translators: %s: number of quotes +msgctxt "post status label including post count" +msgid "New request (%s)" +msgid_plural "New request (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/includes/Quotes.php:203 +#. translators: %s: number of quotes +msgctxt "post status label including post count" +msgid "Waiting on customer (%s)" +msgid_plural "Waiting on customer (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/includes/Quotes.php:207 +#. translators: %s: number of quotes +msgctxt "post status label including post count" +msgid "Expired (%s)" +msgid_plural "Expired (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/includes/Quotes.php:211 +#. translators: %s: number of quotes +msgctxt "post status label including post count" +msgid "Rejected by customer (%s)" +msgid_plural "Rejected by customer (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/includes/Quotes.php:215 +#. translators: %s: number of quotes +msgctxt "post status label including post count" +msgid "Accepted by customer (%s)" +msgid_plural "Accepted by customer (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/includes/Quotes.php:219 +#. translators: %s: number of quotes +msgctxt "post status label including post count" +msgid "Cancelled (%s)" +msgid_plural "Cancelled (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/includes/RequestLists/CartList/HideItemPricesCartList.php:110 +msgctxt "cart widget" +msgid "Subtotal:" +msgstr "" + +#: src/includes/Settings/GeneralSettings.php:28 +#: src/includes/Settings/GeneralSettingsSection.php:63 +msgctxt "settings section title" +msgid "General" +msgstr "" + +#: src/includes/Settings/IntegrationsSettingsSection.php:62 +msgctxt "settings section title" +msgid "Integrations" +msgstr "" + +#: src/includes/Settings/RequestsSettingsSection.php:61 +msgctxt "settings section title" +msgid "Customer Requests" +msgstr "" + +#: src/models/DWS_Quote.php:223 +msgctxt "denotes that there is no date to display" +msgid "-" +msgstr "" + +#: src/templates/myaccount/quotes.php:59 +msgctxt "hash before quote number" +msgid "#" +msgstr "" + +#: src/templates/premium/pdf-documents/html-body.php:24 +msgctxt "pdf title" +msgid "Quote" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/rc-post-rating/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/rc-post-rating/change_log/changelog.txt new file mode 100644 index 00000000..50e4016b --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/rc-post-rating/change_log/changelog.txt @@ -0,0 +1,9 @@ +# Changelog + +## 1.0.5 + +- Various changes / improvements to code to meet requirements for submission to WordPress.org plugin directory. Updated function prefixes, increased escaping of output and change of text-domain to match plugin slug. + +## 1.0.4 + +- Initial plugin build. \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/schedule-product-delivery-date-for-woocommerce/translation_file/languages/schedule-delivery-for-woocommerce-products.pot b/spec/fixtures/dynamic_finders/plugin_version/schedule-product-delivery-date-for-woocommerce/translation_file/languages/schedule-delivery-for-woocommerce-products.pot new file mode 100644 index 00000000..4ab39240 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/schedule-product-delivery-date-for-woocommerce/translation_file/languages/schedule-delivery-for-woocommerce-products.pot @@ -0,0 +1,470 @@ +# Copyright (C) 2021 ThemeHigh +# This file is distributed under the same license as the Schedule Product Delivery Date for WooCommerce plugin. +msgid "" +msgstr "" +"Project-Id-Version: Schedule Product Delivery Date for WooCommerce 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/schedule-delivery-for-woocommerce-products\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: 2021-10-27T07:59:16+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: schedule-delivery-for-woocommerce-products\n" + +#. Plugin Name of the plugin +#: admin/class-thsdf-admin.php:128 +msgid "Schedule Product Delivery Date for WooCommerce" +msgstr "" + +#. Description of the plugin +msgid "Schedule product delivery date enables weekly or monthly deliveries with selected dates and quantities. Also, customize your calendar that suits your product page." +msgstr "" + +#. Author of the plugin +msgid "ThemeHigh" +msgstr "" + +#. Author URI of the plugin +msgid "https://themehigh.com/" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:90 +msgid "Planned Delivery Details" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:98 +#: admin/class-thsdf-admin-order-page-settings.php:201 +#: admin/class-thsdf-admin-order-page-settings.php:297 +#: admin/class-thsdf-admin-product-display-setting.php:81 +#: admin/class-thsdf-admin-settings-display.php:76 +msgid "Date" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:99 +#: admin/class-thsdf-admin-order-page-settings.php:202 +#: admin/class-thsdf-admin-order-page-settings.php:298 +msgid "Quantity" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:100 +msgid "Status" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:101 +#: admin/class-thsdf-admin-order-page-settings.php:205 +msgid "Action" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:203 +msgid "Refund Status" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:204 +#: admin/class-thsdf-admin-order-page-settings.php:299 +msgid "Price" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:288 +#: admin/class-thsdf-admin-order-page-settings.php:303 +msgid "Refund" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:289 +#: admin/class-thsdf-admin-order-page-settings.php:304 +msgid "Cancel" +msgstr "" + +#: admin/class-thsdf-admin-order-page-settings.php:293 +msgid "Cancelled Items" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:72 +msgid "" +"\n" +"\t\t\t\tCalendar Border" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:74 +msgid "" +"\n" +"\t\t\t\tDay Background" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:76 +msgid "" +"\n" +"\t\t\t\tNavigation Arrows" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:78 +msgid "" +"\n" +"\t\t\t\tTooltip Background" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:80 +#: admin/class-thsdf-admin-settings-display.php:75 +msgid "Text Colors" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:82 +#: admin/class-thsdf-admin-settings-display.php:77 +msgid "Day Title" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:83 +#: admin/class-thsdf-admin-settings-display.php:78 +msgid "Day" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:84 +#: admin/class-thsdf-admin-settings-display.php:79 +msgid "Holidays" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:85 +#: admin/class-thsdf-admin-settings-display.php:80 +msgid "Tooltip Text" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:157 +#: admin/class-thsdf-admin-product-general-setting.php:141 +#: admin/class-thsdf-admin-settings-display.php:142 +#: admin/class-thsdf-admin-settings-general.php:138 +msgid "Save changes" +msgstr "" + +#: admin/class-thsdf-admin-product-display-setting.php:158 +#: admin/class-thsdf-admin-product-general-setting.php:142 +#: admin/class-thsdf-admin-settings-display.php:143 +#: admin/class-thsdf-admin-settings-general.php:139 +msgid "Reset to Default" +msgstr "" + +#: admin/class-thsdf-admin-product-general-setting.php:75 +#: admin/class-thsdf-admin-product-page-settings.php:361 +#: admin/class-thsdf-admin-settings-general.php:67 +msgid "Start the Week on" +msgstr "" + +#: admin/class-thsdf-admin-product-general-setting.php:76 +#: admin/class-thsdf-admin-product-page-settings.php:362 +#: admin/class-thsdf-admin-settings-general.php:68 +msgid "Enable Plan Delivery for Weekdays" +msgstr "" + +#: admin/class-thsdf-admin-product-general-setting.php:76 +#: admin/class-thsdf-admin-product-page-settings.php:362 +#: admin/class-thsdf-admin-settings-general.php:68 +msgid "Weekdays are required" +msgstr "" + +#: admin/class-thsdf-admin-product-general-setting.php:77 +#: admin/class-thsdf-admin-product-page-settings.php:363 +#: admin/class-thsdf-admin-settings-general.php:69 +msgid "Start Date" +msgstr "" + +#: admin/class-thsdf-admin-product-general-setting.php:77 +#: admin/class-thsdf-admin-product-page-settings.php:363 +#: admin/class-thsdf-admin-settings-general.php:69 +msgid "Start Date field is required" +msgstr "" + +#: admin/class-thsdf-admin-product-general-setting.php:79 +#: admin/class-thsdf-admin-product-page-settings.php:365 +#: admin/class-thsdf-admin-settings-general.php:70 +msgid "End Date" +msgstr "" + +#: admin/class-thsdf-admin-product-general-setting.php:79 +#: admin/class-thsdf-admin-product-page-settings.php:365 +#: admin/class-thsdf-admin-settings-general.php:70 +msgid "End Date field is required" +msgstr "" + +#: admin/class-thsdf-admin-product-general-setting.php:80 +#: admin/class-thsdf-admin-product-page-settings.php:366 +#: admin/class-thsdf-admin-settings-general.php:71 +msgid "Holiday / Unavailable days" +msgstr "" + +#: admin/class-thsdf-admin-product-general-setting.php:83 +#: admin/class-thsdf-admin-product-page-settings.php:369 +#: admin/class-thsdf-admin-settings-general.php:74 +msgid "Delivery Plan Display" +msgstr "" + +#: admin/class-thsdf-admin-product-page-settings.php:114 +#: admin/class-thsdf-admin-product-page-settings.php:134 +#: admin/class-thsdf-admin.php:84 +msgid "Plan Delivery" +msgstr "" + +#: admin/class-thsdf-admin-product-page-settings.php:158 +msgid "Use Global Settings" +msgstr "" + +#: admin/class-thsdf-admin-product-page-settings.php:167 +#: admin/class-thsdf-admin-settings-general.php:66 +msgid "Calendar Settings" +msgstr "" + +#: admin/class-thsdf-admin-product-page-settings.php:179 +#: admin/class-thsdf-admin-settings.php:32 +msgid "Display Settings" +msgstr "" + +#: admin/class-thsdf-admin-settings-display.php:71 +msgid "Calendar Border" +msgstr "" + +#: admin/class-thsdf-admin-settings-display.php:72 +msgid "Day Background" +msgstr "" + +#: admin/class-thsdf-admin-settings-display.php:73 +msgid "Navigation Arrows" +msgstr "" + +#: admin/class-thsdf-admin-settings-display.php:74 +msgid "Tooltip Background" +msgstr "" + +#: admin/class-thsdf-admin-settings-display.php:81 +msgid "Input Text" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:32 +msgid "General Settings" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:125 +#: public/class-thsdf-public.php:167 +msgid "Sunday" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:126 +#: public/class-thsdf-public.php:168 +msgid "Monday" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:127 +#: public/class-thsdf-public.php:169 +msgid "Tuesday" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:128 +#: public/class-thsdf-public.php:170 +msgid "Wednesday" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:129 +#: public/class-thsdf-public.php:171 +msgid "Thursday" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:130 +#: public/class-thsdf-public.php:172 +msgid "Friday" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:131 +#: public/class-thsdf-public.php:173 +msgid "Saturday" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:142 +msgid "M" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:143 +#: admin/class-thsdf-admin-settings.php:145 +msgid "T" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:144 +msgid "W" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:146 +msgid "F" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:147 +#: admin/class-thsdf-admin-settings.php:148 +msgid "S" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:165 +msgid "Display Delivery Details on the Cart" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:166 +msgid "Display Delivery details on the Checkout page" +msgstr "" + +#: admin/class-thsdf-admin-settings.php:167 +msgid "Display Delivery details on the Thank you page" +msgstr "" + +#: admin/class-thsdf-admin.php:97 +msgid "WooCommerce" +msgstr "" + +#: admin/class-thsdf-admin.php:109 +#: includes/class-thsdf.php:199 +msgid "Settings" +msgstr "" + +#: admin/class-thsdf-admin.php:130 +msgid "Upgrade to the Pro Version to have access to additional features such as the Time Range Picker, which allows you to more easily plan product delivery." +msgstr "" + +#: admin/class-thsdf-admin.php:133 +msgid "Minimum date/ days for delivering the products can be marked." +msgstr "" + +#: admin/class-thsdf-admin.php:136 +msgid "Can set a maximum quantity of items per date." +msgstr "" + +#: admin/class-thsdf-admin.php:139 +msgid "The Time Range Picker option allows you to choose available delivery timing." +msgstr "" + +#: admin/class-thsdf-admin.php:142 +msgid "Can choose the time range picker settings as mandatory or optional." +msgstr "" + +#: admin/class-thsdf-admin.php:145 +msgid "Can choose 12 hours or 24 hours time format." +msgstr "" + +#: admin/class-thsdf-admin.php:148 +msgid "Provide individual time pickers for each day." +msgstr "" + +#: admin/class-thsdf-admin.php:151 +msgid "Customers can cancel their order from the Orders page in My Account." +msgstr "" + +#: admin/class-thsdf-admin.php:154 +msgid "From the Order page, the Admin can handle the customer's request." +msgstr "" + +#: admin/class-thsdf-admin.php:157 +msgid "The calendar can be customized to match the theme of your store." +msgstr "" + +#: admin/class-thsdf-admin.php:160 +msgid "Compatible with" +msgstr "" + +#: admin/class-thsdf-admin.php:162 +msgid "Extra Product Options for WooCommerce" +msgstr "" + +#: includes/class-thsdf.php:198 +msgid "Premium plugin" +msgstr "" + +#: public/class-thsdf-public.php:155 +msgid "january" +msgstr "" + +#: public/class-thsdf-public.php:156 +msgid "february" +msgstr "" + +#: public/class-thsdf-public.php:157 +msgid "march" +msgstr "" + +#: public/class-thsdf-public.php:158 +msgid "april" +msgstr "" + +#: public/class-thsdf-public.php:159 +msgid "may" +msgstr "" + +#: public/class-thsdf-public.php:160 +msgid "june" +msgstr "" + +#: public/class-thsdf-public.php:161 +msgid "july" +msgstr "" + +#: public/class-thsdf-public.php:162 +msgid "august" +msgstr "" + +#: public/class-thsdf-public.php:163 +msgid "september" +msgstr "" + +#: public/class-thsdf-public.php:164 +msgid "october" +msgstr "" + +#: public/class-thsdf-public.php:165 +msgid "november" +msgstr "" + +#: public/class-thsdf-public.php:166 +msgid "december" +msgstr "" + +#: public/class-thsdf-public.php:174 +msgid "No Delivery" +msgstr "" + +#: public/class-thsdf-public.php:175 +msgid "The maximum allowed quantity of this product on a single day is" +msgstr "" + +#: public/class-thsdf-public.php:228 +#: public/class-thsdf-public.php:238 +msgid "Please Update your calendar settings" +msgstr "" + +#: public/class-thsdf-public.php:548 +msgid "Sun" +msgstr "" + +#: public/class-thsdf-public.php:549 +msgid "Mon" +msgstr "" + +#: public/class-thsdf-public.php:550 +msgid "Tue" +msgstr "" + +#: public/class-thsdf-public.php:551 +msgid "Wed" +msgstr "" + +#: public/class-thsdf-public.php:552 +msgid "Thu" +msgstr "" + +#: public/class-thsdf-public.php:553 +msgid "Fri" +msgstr "" + +#: public/class-thsdf-public.php:554 +msgid "Sat" +msgstr "" + +#: public/class-thsdf-public.php:1178 +msgid "Select options" +msgstr "" + +#: public/class-thsdf-public.php:1178 +msgid "Read more" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/sellkit/translation_file/languages/sellkit.pot b/spec/fixtures/dynamic_finders/plugin_version/sellkit/translation_file/languages/sellkit.pot new file mode 100644 index 00000000..b7d9f750 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/sellkit/translation_file/languages/sellkit.pot @@ -0,0 +1,2085 @@ +# Copyright (c) $(date +'%Y') Jupiter X Core. +msgid "" +msgstr "" +"Project-Id-Version: Sellkit 1.1.3\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sellkit\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: 2022-02-18T11:01:13+01:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: sellkit\n" + +#. Plugin Name of the plugin +#: includes/elementor/class.php:77 +#: sellkit.php:399 +#: sellkit.php:438 +msgid "Sellkit" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://getsellkit.com/" +msgstr "" + +#. Description of the plugin +msgid "Build unlimited sales funnels, one-click order bumps and upsells, custom thank you pages, and more. The free version of SellKit also offers a huge round of features to optimize your WooCommerce store: build and style single or multi-step checkout pages with advanced styling options. Add, remove & reorder form fields. Fasten the form submission process with pre-populated form data, Instant form validation, and removing cart page. All this and more is 100% free and for an unlimited number of sites!." +msgstr "" + +#. Author of the plugin +msgid "Artbees" +msgstr "" + +#. Author URI of the plugin +msgid "https://artbees.net" +msgstr "" + +#: includes/admin/class-components.php:57 +msgid "Header Type (Meta option)" +msgstr "" + +#: includes/admin/class-components.php:58 +msgid "Header Behavior (Meta option)" +msgstr "" + +#: includes/admin/class-components.php:80 +#: includes/admin/class-components.php:109 +#: includes/admin/class-components.php:138 +#: includes/admin/class-components.php:168 +msgid "Author" +msgstr "" + +#: includes/admin/class-components.php:81 +#: includes/admin/class-components.php:110 +#: includes/admin/class-components.php:139 +#: includes/admin/class-components.php:169 +msgid "Created at" +msgstr "" + +#: includes/admin/class-personalised-coupons.php:37 +#: includes/admin/class-posts.php:67 +#: includes/admin/class-posts.php:129 +#: includes/admin/funnel/importer/ajax-handler.php:143 +msgid "something went wrong" +msgstr "" + +#: includes/admin/class-personalised-coupons.php:43 +msgid "The new coupon was added" +msgstr "" + +#: includes/admin/class-posts.php:70 +msgid "The process has been completed." +msgstr "" + +#: includes/admin/class-posts.php:135 +#: includes/admin/settings/class-settings.php:68 +msgid "The update process has been completed." +msgstr "" + +#: includes/admin/class-posts.php:141 +msgid "The creation process has been completed." +msgstr "" + +#: includes/admin/class-posts.php:253 +msgid "Post title should not be empty." +msgstr "" + +#: includes/admin/class-steps.php:70 +msgid "Sales Page" +msgstr "" + +#: includes/admin/class-steps.php:71 +msgid "Checkout" +msgstr "" + +#: includes/admin/class-steps.php:72 +msgid "Thank You" +msgstr "" + +#: includes/admin/class-steps.php:73 +msgid "Upsell" +msgstr "" + +#: includes/admin/class-steps.php:192 +#: includes/admin/funnel/class.php:51 +msgid "Product does not exist" +msgstr "" + +#: includes/admin/class-steps.php:283 +msgctxt "flow step general name" +msgid "Steps" +msgstr "" + +#: includes/admin/class-steps.php:284 +msgctxt "flow step singular name" +msgid "Step" +msgstr "" + +#: includes/admin/class-steps.php:285 +msgid "Search Steps" +msgstr "" + +#: includes/admin/class-steps.php:286 +msgid "All Steps" +msgstr "" + +#: includes/admin/class-steps.php:287 +msgid "Edit Step" +msgstr "" + +#: includes/admin/class-steps.php:288 +msgid "View Step" +msgstr "" + +#: includes/admin/class-steps.php:289 +#: includes/admin/class-steps.php:291 +msgid "Add New" +msgstr "" + +#: includes/admin/class-steps.php:290 +msgid "Update Step" +msgstr "" + +#: includes/admin/class-steps.php:292 +msgid "New Step Name" +msgstr "" + +#: includes/admin/components/class-list-table.php:166 +msgid "Clone" +msgstr "" + +#: includes/admin/funnel/importer/ajax-handler.php:83 +#: includes/admin/funnel/importer/ajax-handler.php:106 +#: includes/admin/funnel/importer/ajax-handler.php:126 +#: includes/funnel/steps/upsell.php:110 +msgid "Something went wrong" +msgstr "" + +#: includes/admin/funnel/importer/page-builders/importer-base.php:53 +#: includes/admin/funnel/importer/step-importer.php:70 +msgid "Does not have any step id for importing" +msgstr "" + +#: includes/admin/funnel/importer/page-builders/importer-base.php:64 +#: includes/admin/funnel/importer/step-importer.php:81 +msgid "Something went wrong in importing data from API." +msgstr "" + +#: includes/admin/notices/woocommerce-coupons-main.php:30 +msgid "Boost your WooCommerce store promotions with automated discounts, personalized coupons and smart checkout alerts." +msgstr "" + +#: includes/admin/notices/woocommerce-coupons-main.php:32 +#: includes/admin/notices/woocommerce-orders.php:32 +#: includes/admin/notices/woocommerce-products-main.php:32 +#: includes/admin/notices/woocommerce-settings.php:32 +msgid "Upgrade to SellKit Pro" +msgstr "" + +#: includes/admin/notices/woocommerce-not-installed.php:87 +msgid "Welcome to Sellkit" +msgstr "" + +#. Translators: 1: bold sellkit 2: bold woocommerce +#: includes/admin/notices/woocommerce-not-installed.php:90 +msgid "The %1$s plugin requires the %2$s plugin to be installed & activated as well." +msgstr "" + +#: includes/admin/notices/woocommerce-orders.php:30 +msgid "Increase average order value for your WooCommerce store with advanced checkout optimization." +msgstr "" + +#: includes/admin/notices/woocommerce-products-main.php:30 +msgid "Unlock more sales for your WooCommerce store with advanced checkout optimization, automated discounts and personalized promotions." +msgstr "" + +#: includes/admin/notices/woocommerce-settings.php:30 +msgid "Unlock more engagement and sales for your WooCommerce store with advanced checkout optimization, automated discounts and personalized promotions." +msgstr "" + +#: includes/admin/settings/class-settings.php:60 +msgid "Somethings went wrong." +msgstr "" + +#: includes/contact-segmentation/conditions.php:138 +msgid "Condition has no value" +msgstr "" + +#: includes/contact-segmentation/conditions.php:163 +msgid "Please send a condition name" +msgstr "" + +#: includes/contact-segmentation/conditions/billing-city.php:33 +msgid "Billing City & Region" +msgstr "" + +#: includes/contact-segmentation/conditions/billing-country.php:32 +#: includes/elementor/modules/checkout/classes/helper.php:55 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:54 +msgid "Billing Country" +msgstr "" + +#: includes/contact-segmentation/conditions/browser-language.php:32 +msgid "Browser Language" +msgstr "" + +#: includes/contact-segmentation/conditions/cart-category.php:33 +msgid "Cart Categories" +msgstr "" + +#: includes/contact-segmentation/conditions/cart-item.php:33 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:90 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:145 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:348 +msgid "Cart Items" +msgstr "" + +#: includes/contact-segmentation/conditions/cart-items-quantity.php:32 +msgid "Cart Items Quantity" +msgstr "" + +#: includes/contact-segmentation/conditions/cart-subtotal.php:32 +msgid "Cart Subtotal" +msgstr "" + +#: includes/contact-segmentation/conditions/cart-tag.php:33 +msgid "Cart Tags" +msgstr "" + +#: includes/contact-segmentation/conditions/referral-source-internal-post.php:32 +msgid "Referral Source (Internal Page/Post)" +msgstr "" + +#: includes/contact-segmentation/conditions/referral-source-post-category.php:32 +msgid "Referral Source (post Category)" +msgstr "" + +#: includes/contact-segmentation/conditions/referral-source-product-category.php:32 +msgid "Referral Source (Product Category)" +msgstr "" + +#: includes/contact-segmentation/conditions/referral-source-url.php:32 +msgid "Referral Source (URL)" +msgstr "" + +#: includes/contact-segmentation/conditions/shipping-city.php:33 +msgid "Shipping City & Region" +msgstr "" + +#: includes/contact-segmentation/conditions/shipping-country.php:32 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:34 +msgid "Shipping Country" +msgstr "" + +#: includes/contact-segmentation/conditions/signup-date.php:32 +msgid "Signup Date" +msgstr "" + +#: includes/contact-segmentation/conditions/total-order-count.php:32 +msgid "Total Orders Count" +msgstr "" + +#: includes/contact-segmentation/conditions/user-device.php:32 +msgid "User Device" +msgstr "" + +#: includes/contact-segmentation/conditions/user-device.php:52 +msgid "Desktop" +msgstr "" + +#: includes/contact-segmentation/conditions/user-device.php:53 +msgid "Tablet" +msgstr "" + +#: includes/contact-segmentation/conditions/user-device.php:54 +msgid "Mobile" +msgstr "" + +#: includes/contact-segmentation/conditions/user-role.php:32 +#: includes/dynamic-keywords/contact-segmentation/user-role.php:38 +msgid "User Role" +msgstr "" + +#: includes/contact-segmentation/conditions/user-type.php:32 +msgid "User Type" +msgstr "" + +#: includes/contact-segmentation/conditions/user-type.php:52 +msgid "Lead" +msgstr "" + +#: includes/contact-segmentation/conditions/user-type.php:53 +msgid "Customer" +msgstr "" + +#: includes/contact-segmentation/conditions/utm-campaign.php:32 +#: includes/dynamic-keywords/contact-segmentation/utm-campaign.php:38 +msgid "UTM Campaign" +msgstr "" + +#: includes/contact-segmentation/conditions/utm-content.php:32 +#: includes/dynamic-keywords/contact-segmentation/utm-content.php:38 +msgid "UTM Content" +msgstr "" + +#: includes/contact-segmentation/conditions/utm-medium.php:32 +msgid "UTM Medium" +msgstr "" + +#: includes/contact-segmentation/conditions/utm-source.php:32 +#: includes/dynamic-keywords/contact-segmentation/utm-source.php:38 +msgid "UTM Source" +msgstr "" + +#: includes/contact-segmentation/conditions/utm-term.php:32 +#: includes/dynamic-keywords/contact-segmentation/utm-term.php:38 +msgid "UTM Term" +msgstr "" + +#: includes/contact-segmentation/conditions/visitor-language.php:32 +msgid "Visitor's Local Language" +msgstr "" + +#: includes/contact-segmentation/contact-data.php:160 +#: includes/contact-segmentation/rfm/class.php:82 +#: includes/contact-segmentation/rfm/updater.php:66 +#: includes/dynamic-keywords/contact-segmentation/contact-base.php:62 +#: includes/dynamic-keywords/contact-segmentation/contact-base.php:106 +msgid "Somethings went wrong" +msgstr "" + +#: includes/contact-segmentation/operators/after.php:32 +msgid "after..." +msgstr "" + +#: includes/contact-segmentation/operators/before.php:32 +msgid "before..." +msgstr "" + +#: includes/contact-segmentation/operators/contains.php:32 +msgid "contains" +msgstr "" + +#: includes/contact-segmentation/operators/dates-between.php:32 +msgid "dates between" +msgstr "" + +#: includes/contact-segmentation/operators/does-not-contain.php:32 +msgid "does not contains" +msgstr "" + +#: includes/contact-segmentation/operators/ends-with.php:32 +msgid "end with" +msgstr "" + +#: includes/contact-segmentation/operators/greater-than.php:32 +msgid "greater than" +msgstr "" + +#: includes/contact-segmentation/operators/in-the-last.php:32 +msgid "in the last" +msgstr "" + +#: includes/contact-segmentation/operators/is-any-of.php:32 +msgid "is any of" +msgstr "" + +#: includes/contact-segmentation/operators/is-none-of.php:32 +msgid "is none of" +msgstr "" + +#: includes/contact-segmentation/operators/is-not.php:32 +msgid "is not" +msgstr "" + +#: includes/contact-segmentation/operators/is.php:32 +msgid "is" +msgstr "" + +#: includes/contact-segmentation/operators/last-month.php:32 +msgid "last month" +msgstr "" + +#: includes/contact-segmentation/operators/less-than.php:32 +msgid "less than" +msgstr "" + +#: includes/contact-segmentation/operators/on.php:32 +msgid "on..." +msgstr "" + +#: includes/contact-segmentation/operators/starts-with.php:32 +msgid "starts with" +msgstr "" + +#: includes/contact-segmentation/operators/this-month.php:32 +msgid "this month" +msgstr "" + +#: includes/contact-segmentation/operators/threshold-range.php:32 +msgid "threshold range" +msgstr "" + +#: includes/core/admin/feedback.php:42 +msgid "Nonce is wrong." +msgstr "" + +#: includes/core/admin/feedback.php:58 +msgid "Something went wrong." +msgstr "" + +#: includes/core/admin/feedback.php:61 +msgid "Deactivation feedback is sent." +msgstr "" + +#: includes/core/admin/feedback.php:115 +msgid "It is a temporary deactivation, I am just debugging an issue" +msgstr "" + +#: includes/core/admin/feedback.php:118 +msgid "I need more feature" +msgstr "" + +#: includes/core/admin/feedback.php:121 +msgid "I no longer need it" +msgstr "" + +#: includes/core/admin/feedback.php:124 +msgid "Customer service was less than expected" +msgstr "" + +#: includes/core/admin/feedback.php:127 +msgid "Ease of use was less than expected" +msgstr "" + +#: includes/core/admin/feedback.php:130 +msgid "Quality was less than expected" +msgstr "" + +#: includes/core/admin/feedback.php:133 +msgid "Lack of integration with my tools" +msgstr "" + +#: includes/core/admin/feedback.php:136 +msgid "Other reason" +msgstr "" + +#: includes/core/admin/feedback.php:137 +msgid "Please share the reason" +msgstr "" + +#: includes/core/admin/feedback.php:145 +msgid "Sellkit Feedback" +msgstr "" + +#: includes/core/admin/feedback.php:153 +msgid "May we have a little info about why you are deactivating?" +msgstr "" + +#: includes/core/admin/feedback.php:169 +msgid "Discard" +msgstr "" + +#: includes/core/admin/feedback.php:172 +msgid "Submit & Deactivate" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/categories-in-cart.php:38 +msgid "Categories in cart" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/contact-base.php:143 +msgid "And " +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/products-in-cart.php:38 +msgid "Products in Cart" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/remaining-subtotal-amount.php:38 +msgid "Remaining subtotal amount" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/time-to-deadline.php:38 +msgid "Time to Deadline" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/time-to-deadline.php:80 +msgid "Hour" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/time-to-deadline.php:80 +msgid "Hours" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/time-to-deadline.php:83 +msgid "Minute" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/time-to-deadline.php:83 +msgid "Minutes" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/viewed-categories.php:38 +msgid "Viewed Categories" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/viewed-products.php:38 +msgid "Viewed Products" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/visitor-city.php:38 +msgid "Visitor City" +msgstr "" + +#: includes/dynamic-keywords/contact-segmentation/visitor-country.php:38 +msgid "Visitor Country" +msgstr "" + +#: includes/dynamic-keywords/keywords/coupon-expiry-date.php:25 +msgid "Coupon Expiry Date" +msgstr "" + +#: includes/dynamic-keywords/keywords/coupon-value.php:25 +msgid "Coupon Value" +msgstr "" + +#: includes/dynamic-keywords/keywords/customer-email.php:25 +msgid "Customer Email" +msgstr "" + +#: includes/dynamic-keywords/keywords/customer-first-name.php:25 +msgid "Customer First Name" +msgstr "" + +#: includes/dynamic-keywords/keywords/customer-full-name.php:25 +msgid "Customer Full Name" +msgstr "" + +#: includes/dynamic-keywords/keywords/customer-last-name.php:25 +msgid "Customer Last Name" +msgstr "" + +#: includes/dynamic-keywords/keywords/customer-phone.php:25 +msgid "Customer Phone" +msgstr "" + +#: includes/dynamic-keywords/keywords/customer-provided-note.php:25 +msgid "Customer Provided Note" +msgstr "" + +#: includes/dynamic-keywords/keywords/customer-user-id.php:25 +msgid "Customer User Id" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-billing-address.php:25 +msgid "Order Billing Address" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-billing-country.php:25 +msgid "Order Billing Country" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-date.php:25 +msgid "Order Date" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-items-count.php:25 +msgid "Order Item Count" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-number.php:25 +#: includes/elementor/modules/order-details/module.php:34 +#: includes/elementor/modules/order-details/widgets/order-details.php:111 +msgid "Order Number" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-payment-method.php:25 +msgid "Order Payment Method" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-shiping-method.php:25 +msgid "Order Shipping Method" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-shipping-address.php:25 +msgid "Order Shipping Address" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-status.php:25 +#: includes/elementor/modules/order-details/module.php:35 +msgid "Order Status" +msgstr "" + +#: includes/dynamic-keywords/keywords/order-total.php:25 +msgid "Order Total" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:19 +msgid "Accept/Reject Button" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:40 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:70 +#: includes/elementor/modules/product-description/widgets/product-description.php:35 +#: includes/elementor/modules/product-images/widgets/product-images.php:323 +#: includes/elementor/modules/product-title/widgets/product-title.php:79 +msgid "Content" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:48 +msgid "Offer Type" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:52 +msgid "Accept Offer" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:53 +msgid "Reject Offer" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:61 +#: includes/elementor/modules/order-details/widgets/order-details.php:66 +#: includes/elementor/modules/order-details/widgets/order-details.php:67 +msgid "Title" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:62 +msgid "Offer Action" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:70 +msgid "Sub Title" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:78 +#: includes/elementor/modules/checkout/widgets/style-controls.php:149 +#: includes/elementor/modules/checkout/widgets/style-controls.php:209 +#: includes/elementor/modules/checkout/widgets/style-controls.php:292 +#: includes/elementor/modules/product-description/widgets/product-description.php:68 +#: includes/elementor/modules/product-images/widgets/product-images.php:343 +#: includes/elementor/modules/product-price/widgets/product-price.php:38 +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:38 +#: includes/elementor/modules/product-title/widgets/product-title.php:105 +msgid "Alignment" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:83 +#: includes/elementor/modules/checkout/widgets/style-controls.php:153 +#: includes/elementor/modules/checkout/widgets/style-controls.php:213 +#: includes/elementor/modules/checkout/widgets/style-controls.php:296 +#: includes/elementor/modules/product-description/widgets/product-description.php:72 +#: includes/elementor/modules/product-images/widgets/product-images.php:348 +#: includes/elementor/modules/product-price/widgets/product-price.php:42 +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:42 +#: includes/elementor/modules/product-title/widgets/product-title.php:110 +msgid "Left" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:87 +#: includes/elementor/modules/checkout/widgets/style-controls.php:157 +#: includes/elementor/modules/checkout/widgets/style-controls.php:217 +#: includes/elementor/modules/checkout/widgets/style-controls.php:300 +#: includes/elementor/modules/product-description/widgets/product-description.php:76 +#: includes/elementor/modules/product-images/widgets/product-images.php:352 +#: includes/elementor/modules/product-price/widgets/product-price.php:46 +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:46 +#: includes/elementor/modules/product-title/widgets/product-title.php:114 +msgid "Center" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:91 +#: includes/elementor/modules/checkout/widgets/style-controls.php:161 +#: includes/elementor/modules/checkout/widgets/style-controls.php:221 +#: includes/elementor/modules/checkout/widgets/style-controls.php:304 +#: includes/elementor/modules/product-description/widgets/product-description.php:80 +#: includes/elementor/modules/product-images/widgets/product-images.php:356 +#: includes/elementor/modules/product-price/widgets/product-price.php:50 +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:50 +#: includes/elementor/modules/product-title/widgets/product-title.php:118 +msgid "Right" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:104 +#: includes/elementor/modules/order-details/widgets/order-details.php:285 +msgid "Size" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:125 +#: includes/elementor/modules/checkout/widgets/style-controls.php:458 +msgid "Icon Spacing" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:151 +#: includes/elementor/modules/checkout/widgets/style-controls.php:439 +msgid "Icon Size" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:174 +msgid "Title Spacing" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:206 +#: includes/elementor/modules/checkout/widgets/style-controls.php:486 +msgid "Button" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:224 +msgid "Subtitle Typography" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:239 +#: includes/elementor/modules/product-description/widgets/product-description.php:121 +#: includes/elementor/modules/product-price/widgets/product-price.php:91 +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:129 +#: includes/elementor/modules/product-title/widgets/product-title.php:60 +msgid "Text Shadow" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:251 +msgid "Normal" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:258 +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:289 +#: includes/elementor/modules/checkout/widgets/style-controls.php:513 +#: includes/elementor/modules/checkout/widgets/style-controls.php:553 +#: includes/elementor/modules/checkout/widgets/style-controls.php:643 +#: includes/elementor/modules/checkout/widgets/style-controls.php:683 +#: includes/elementor/modules/product-description/widgets/product-description.php:107 +#: includes/elementor/modules/product-price/widgets/product-price.php:77 +msgid "Text Color" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:270 +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:301 +msgid "Background Type" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:282 +msgid "Hover" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:321 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1142 +#: includes/elementor/modules/product-images/widgets/product-images.php:47 +#: includes/elementor/modules/product-images/widgets/product-images.php:214 +msgid "Border Type" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:324 +#: includes/elementor/modules/product-images/widgets/product-images.php:50 +#: includes/elementor/modules/product-images/widgets/product-images.php:218 +msgid "None" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:325 +#: includes/elementor/modules/product-images/widgets/product-images.php:51 +#: includes/elementor/modules/product-images/widgets/product-images.php:219 +msgid "Solid" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:326 +#: includes/elementor/modules/product-images/widgets/product-images.php:52 +#: includes/elementor/modules/product-images/widgets/product-images.php:220 +msgid "Double" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:327 +#: includes/elementor/modules/product-images/widgets/product-images.php:53 +#: includes/elementor/modules/product-images/widgets/product-images.php:221 +msgid "Dotted" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:328 +#: includes/elementor/modules/product-images/widgets/product-images.php:54 +#: includes/elementor/modules/product-images/widgets/product-images.php:222 +msgid "Dashed" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:329 +#: includes/elementor/modules/product-images/widgets/product-images.php:55 +#: includes/elementor/modules/product-images/widgets/product-images.php:223 +msgid "Groove" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:340 +#: includes/elementor/modules/product-images/widgets/product-images.php:67 +#: includes/elementor/modules/product-images/widgets/product-images.php:237 +msgid "Border Color" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:354 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:69 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:232 +#: includes/elementor/modules/product-images/widgets/product-images.php:82 +#: includes/elementor/modules/product-images/widgets/product-images.php:252 +msgid "Border Width" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:378 +#: includes/elementor/modules/checkout/widgets/style-controls.php:256 +#: includes/elementor/modules/checkout/widgets/style-controls.php:599 +#: includes/elementor/modules/checkout/widgets/style-controls.php:729 +#: includes/elementor/modules/checkout/widgets/style-controls.php:925 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1150 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:93 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:212 +#: includes/elementor/modules/order-details/widgets/order-details.php:174 +#: includes/elementor/modules/product-images/widgets/product-images.php:107 +#: includes/elementor/modules/product-images/widgets/product-images.php:277 +msgid "Border Radius" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:408 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1175 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:129 +#: includes/elementor/modules/order-details/widgets/order-details.php:198 +msgid "Padding" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:448 +msgid "Updating your order…" +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:451 +msgid "Congratulations! Your item has been successfully added to the order." +msgstr "" + +#: includes/elementor/modules/accept-reject-button/widgets/accept-reject-button.php:454 +msgid "Sorry! We were unable to add this item to your order." +msgstr "" + +#: includes/elementor/modules/checkout/classes/global-hooks.php:232 +#: includes/elementor/modules/checkout/classes/helper.php:255 +#: includes/elementor/modules/checkout/classes/multi-step.php:249 +#: includes/elementor/modules/checkout/classes/multi-step.php:279 +msgid "Shipping" +msgstr "" + +#: includes/elementor/modules/checkout/classes/global-hooks.php:361 +msgid "Email or password field is not valid." +msgstr "" + +#: includes/elementor/modules/checkout/classes/global-hooks.php:675 +msgid "Not valid inputs" +msgstr "" + +#: includes/elementor/modules/checkout/classes/global-hooks.php:681 +msgid "Server error." +msgstr "" + +#: includes/elementor/modules/checkout/classes/global-hooks.php:685 +msgid "Selected country or postcode is not supported." +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:49 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:47 +msgid "Billing First Name" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:50 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:48 +msgid "Billing Last Name" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:51 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:50 +msgid "Billing Address 1" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:52 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:51 +msgid "Billing Address 2" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:53 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:52 +msgid "Billing City" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:54 +msgid "Billing Postal Code" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:56 +#: includes/elementor/modules/checkout/classes/helper.php:57 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:55 +msgid "Billing State" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:69 +msgid "shipping First Name" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:70 +msgid "shipping Last Name" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:71 +msgid "shipping Address 1" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:72 +msgid "shipping Address 2" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:73 +msgid "shipping City" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:74 +msgid "shipping Postal Code" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:75 +msgid "shipping Country" +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:76 +msgid "shipping State" +msgstr "" + +#. translators: %s field_name. +#: includes/elementor/modules/checkout/classes/helper.php:265 +#: includes/elementor/modules/checkout/classes/helper.php:300 +#: includes/elementor/modules/checkout/classes/helper.php:316 +msgid "%s is a required field." +msgstr "" + +#: includes/elementor/modules/checkout/classes/helper.php:290 +msgid "Billing" +msgstr "" + +#. translators: %s field_name. +#: includes/elementor/modules/checkout/classes/helper.php:316 +#: includes/elementor/modules/checkout/classes/helper.php:322 +#: includes/elementor/modules/checkout/templates/form-login.php:36 +#: includes/elementor/modules/checkout/templates/form-login.php:65 +msgid "Email address" +msgstr "" + +#. translators: %s field_name. +#: includes/elementor/modules/checkout/classes/helper.php:322 +msgid "%s is not a valid email." +msgstr "" + +#. translators: %s field_name. +#: includes/elementor/modules/checkout/classes/helper.php:373 +msgid "%s is not a valid phone." +msgstr "" + +#. translators: %s field_name. +#: includes/elementor/modules/checkout/classes/helper.php:399 +msgid "%s is not a valid postcode." +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:449 +#: includes/elementor/modules/checkout/classes/local-hooks.php:592 +msgid "Shipping Methods" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:490 +msgid "Express Checkout" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:499 +msgid "OR" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:705 +msgid "Have a coupon? Click here to enter your code" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:712 +msgid "Enter Promo code" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:717 +msgid "Apply" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:774 +msgid "Your Products" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:778 +#: includes/elementor/modules/checkout/widgets/style-controls.php:994 +msgid "Product" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:779 +msgid "Quantity" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:780 +msgid "Price" +msgstr "" + +#: includes/elementor/modules/checkout/classes/local-hooks.php:930 +msgid "Bump Discount" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:90 +msgid "Continue to shipping" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:93 +msgid "Continue to payment" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:131 +#: includes/elementor/modules/checkout/classes/multi-step.php:166 +msgid "Return to previous step" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:134 +msgid "Continue to Payment" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:205 +msgid "Hide order summary" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:240 +#: includes/elementor/modules/checkout/classes/multi-step.php:270 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:341 +msgid "Cart" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:245 +#: includes/elementor/modules/checkout/classes/multi-step.php:275 +msgid "Information" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:253 +#: includes/elementor/modules/checkout/classes/multi-step.php:283 +#: includes/elementor/modules/checkout/templates/payment.php:27 +msgid "Payment" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:299 +#: includes/elementor/modules/checkout/classes/multi-step.php:331 +msgid "Contact" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:303 +#: includes/elementor/modules/checkout/classes/multi-step.php:313 +#: includes/elementor/modules/checkout/classes/multi-step.php:335 +#: includes/elementor/modules/checkout/classes/multi-step.php:345 +#: includes/elementor/modules/checkout/classes/multi-step.php:355 +msgid "Change" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:309 +#: includes/elementor/modules/checkout/classes/multi-step.php:341 +msgid "Ship to" +msgstr "" + +#: includes/elementor/modules/checkout/classes/multi-step.php:351 +msgid "Method" +msgstr "" + +#: includes/elementor/modules/checkout/fields/base.php:107 +msgid "This field is required." +msgstr "" + +#: includes/elementor/modules/checkout/fields/select.php:156 +msgid "Select a country…" +msgstr "" + +#: includes/elementor/modules/checkout/fields/select.php:169 +msgid "Update country" +msgstr "" + +#: includes/elementor/modules/checkout/fields/select.php:207 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:508 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:814 +msgid "State" +msgstr "" + +#: includes/elementor/modules/checkout/fields/select.php:216 +msgid "Select a state…" +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-billing.php:26 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:881 +msgid "Select the address that matches your card or payment method." +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-billing.php:35 +msgid "Same as shipping address" +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-billing.php:43 +msgid "Use a different billing address" +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-login.php:31 +#: includes/elementor/modules/checkout/templates/form-login.php:60 +#: includes/elementor/modules/order-details/module.php:37 +msgid "Contact Details" +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-login.php:47 +#: includes/elementor/modules/checkout/templates/form-login.php:75 +msgid "Email Address" +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-login.php:80 +msgid "Email address is not valid." +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-login.php:83 +msgid "Email address is empty." +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-login.php:87 +msgid "Checking..." +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-login.php:97 +#: includes/elementor/modules/checkout/templates/form-login.php:106 +msgid "Username" +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-login.php:109 +msgid "An account is already registered with that username. Please choose another.." +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-login.php:119 +#: includes/elementor/modules/checkout/templates/form-login.php:135 +msgid "Password" +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-login.php:163 +msgid "Login" +msgstr "" + +#: includes/elementor/modules/checkout/templates/form-shipping.php:24 +msgid "Shipping address" +msgstr "" + +#: includes/elementor/modules/checkout/templates/payment.php:29 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:872 +msgid "All transactions are secure and encrypted." +msgstr "" + +#: includes/elementor/modules/checkout/templates/review-order.php:72 +msgid "Discount" +msgstr "" + +#: includes/elementor/modules/checkout/templates/review-order.php:89 +msgid "Remove coupon" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/checkout.php:28 +msgid "Checkout Form" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:27 +msgid "Shipping First Name" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:28 +msgid "Shipping Last Name" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:29 +msgid "Shipping Company" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:30 +msgid "Shipping Address 1" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:31 +msgid "Shipping Address 2" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:32 +msgid "Shipping City" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:33 +msgid "Shipping Postcode" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:35 +msgid "Shipping State" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:49 +msgid "Billing Company" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:53 +msgid "Billing Postcode" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:56 +msgid "Billing Phone" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:77 +msgid "Layout" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:81 +msgid "Single Page" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:82 +msgid "Multi Steps" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:92 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:104 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:119 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:134 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:146 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:165 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:436 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:451 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:742 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:757 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:330 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:351 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:362 +msgid "Show" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:93 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:105 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:120 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:135 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:147 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:166 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:437 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:452 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:743 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:758 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:331 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:352 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:363 +msgid "Hide" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:102 +msgid "Enable Cart Editing" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:117 +msgid "Steps" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:132 +#: includes/elementor/modules/order-details/module.php:38 +msgid "Shipping Method" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:144 +msgid "Preview Box" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:163 +msgid "Checkout Sticky Cart" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:178 +msgid "Place Order Button Text" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:181 +msgid "Complete Order" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:198 +msgid "Coupon" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:205 +msgid "Enable Coupon Field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:207 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:410 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:424 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:716 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:730 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1004 +#: includes/elementor/modules/product-images/widgets/product-images.php:335 +msgid "Yes" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:208 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:411 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:425 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:717 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:731 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1005 +#: includes/elementor/modules/product-images/widgets/product-images.php:336 +msgid "No" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:217 +msgid "Coupon Field Behavior" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:221 +msgid "ُNormal" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:222 +msgid "Collapsible" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:234 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:464 +msgid "Shipping Fields" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:243 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:549 +msgid "Select Field role" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:252 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:558 +msgid "Custom Field Type" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:255 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:561 +msgid "Text Field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:256 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:562 +msgid "Textarea Field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:257 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:563 +msgid "Select Field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:258 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:564 +msgid "Multiselect Field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:259 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:565 +msgid "Checkbox" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:260 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:566 +msgid "Radio" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:261 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:567 +msgid "Tel Field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:262 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:568 +msgid "Email Field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:263 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:569 +msgid "Hidden Field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:275 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:581 +msgid "Options" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:278 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:584 +msgid "e.g. option1:label1" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:279 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:585 +msgid "Each line one option and separate value and label with (:)" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:289 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:595 +msgid "Display Mode" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:293 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:599 +msgid "Inline" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:297 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:603 +msgid "List" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:312 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:618 +msgid "Custom Field ID" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:324 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:336 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:630 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:642 +msgid "Default Value" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:352 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:658 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:162 +#: includes/elementor/modules/product-images/widgets/product-images.php:141 +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:64 +msgid "Width" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:355 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:661 +msgid "10%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:356 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:662 +msgid "20%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:357 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:663 +msgid "30%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:358 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:664 +msgid "33%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:359 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:665 +msgid "34%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:360 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:666 +msgid "40%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:361 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:667 +msgid "50%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:362 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:668 +msgid "60%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:363 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:669 +msgid "70%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:364 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:670 +msgid "80%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:365 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:671 +msgid "90%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:366 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:672 +msgid "100%" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:375 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:681 +msgid "Field Label" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:377 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:683 +msgid "Default label" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:384 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:690 +msgid "Field Class" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:386 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:692 +msgid "Divide each class with space character" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:393 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:699 +msgid "Validation" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:396 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:702 +msgid "Select one..." +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:397 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:703 +msgid "Phone validation" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:398 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:704 +msgid "Postcode Validation" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:407 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:713 +msgid "Field Required?" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:420 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:726 +msgid "Field Clear" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:434 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:740 +msgid "Show in Thank You Page" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:449 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:755 +msgid "Show in Order Email" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:473 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:779 +msgid "First Name" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:480 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:786 +msgid "Last Name" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:487 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:793 +msgid "Address" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:494 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:800 +msgid "apartment, suit, unit, etc." +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:501 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:807 +msgid "Country" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:515 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:821 +msgid "Postal code" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:522 +#: includes/elementor/modules/checkout/widgets/settings-controls.php:828 +msgid "City" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:539 +msgid "Billings Fields" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:728 +msgid "Yes or No, applies a clear fix to the field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:770 +msgid "Billing Fields" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:845 +msgid "Custom Messages" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:853 +msgid "Your shopping cart is empty." +msgstr "" + +#: includes/elementor/modules/checkout/widgets/settings-controls.php:862 +msgid "Create a {{website}} account" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:22 +msgid "Form" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:30 +msgid "Columns gap" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:52 +msgid "Row gap" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:74 +#: includes/elementor/modules/checkout/widgets/style-controls.php:360 +#: includes/elementor/modules/checkout/widgets/style-controls.php:391 +msgid "Links Color" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:85 +#: includes/elementor/modules/checkout/widgets/style-controls.php:340 +#: includes/elementor/modules/checkout/widgets/style-controls.php:371 +#: includes/elementor/modules/checkout/widgets/style-controls.php:403 +msgid "Links Hover Color" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:96 +msgid "Collapsible Form Background" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:112 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:327 +#: includes/elementor/modules/order-details/widgets/order-details.php:133 +#: includes/elementor/modules/order-details/widgets/order-details.php:235 +msgid "Heading" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:121 +#: includes/elementor/modules/checkout/widgets/style-controls.php:190 +#: includes/elementor/modules/checkout/widgets/style-controls.php:284 +#: includes/elementor/modules/checkout/widgets/style-controls.php:525 +#: includes/elementor/modules/checkout/widgets/style-controls.php:565 +#: includes/elementor/modules/checkout/widgets/style-controls.php:655 +#: includes/elementor/modules/checkout/widgets/style-controls.php:695 +#: includes/elementor/modules/checkout/widgets/style-controls.php:763 +#: includes/elementor/modules/checkout/widgets/style-controls.php:839 +#: includes/elementor/modules/checkout/widgets/style-controls.php:877 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1015 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1058 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1092 +msgid "Typography" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:134 +#: includes/elementor/modules/checkout/widgets/style-controls.php:198 +#: includes/elementor/modules/checkout/widgets/style-controls.php:329 +#: includes/elementor/modules/checkout/widgets/style-controls.php:782 +#: includes/elementor/modules/checkout/widgets/style-controls.php:803 +#: includes/elementor/modules/checkout/widgets/style-controls.php:851 +#: includes/elementor/modules/checkout/widgets/style-controls.php:889 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1024 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1068 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1100 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:79 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:242 +#: includes/elementor/modules/order-details/widgets/order-details.php:253 +#: includes/elementor/modules/order-details/widgets/order-details.php:303 +#: includes/elementor/modules/order-details/widgets/order-details.php:356 +msgid "Color" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:181 +msgid "Sub Heading" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:239 +msgid "Divider" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:248 +#: includes/elementor/modules/checkout/widgets/style-controls.php:591 +#: includes/elementor/modules/checkout/widgets/style-controls.php:721 +#: includes/elementor/modules/checkout/widgets/style-controls.php:904 +#: includes/elementor/modules/checkout/widgets/style-controls.php:914 +msgid "Border" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:275 +msgid "Step" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:322 +msgid "UPCOMING" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:353 +msgid "IN-PROGRESS" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:384 +msgid "COMPLETED" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:419 +msgid "Separator Icon" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:428 +msgid "Icon Color" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:494 +msgid "Primary button" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:506 +#: includes/elementor/modules/checkout/widgets/style-controls.php:636 +#: includes/elementor/modules/checkout/widgets/style-controls.php:775 +msgid "NORMAL" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:533 +#: includes/elementor/modules/checkout/widgets/style-controls.php:573 +#: includes/elementor/modules/checkout/widgets/style-controls.php:663 +#: includes/elementor/modules/checkout/widgets/style-controls.php:703 +#: includes/elementor/modules/checkout/widgets/style-controls.php:968 +#: includes/elementor/modules/checkout/widgets/style-controls.php:1114 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:53 +#: includes/elementor/modules/order-details/widgets/order-details.php:155 +msgid "Background Color" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:546 +#: includes/elementor/modules/checkout/widgets/style-controls.php:676 +#: includes/elementor/modules/checkout/widgets/style-controls.php:796 +msgid "HOVER" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:611 +#: includes/elementor/modules/checkout/widgets/style-controls.php:741 +msgid "Text Padding" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:623 +msgid "Secondary button" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:753 +msgid "Return Link" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:822 +msgid "Field" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:830 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:338 +msgid "Label" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:867 +msgid "Input" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:940 +msgid "Focus Color" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:954 +msgid "Error Validation Color" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:986 +msgid "Order Summary" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:1002 +msgid "Enable Image" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:1036 +msgid "Image Border Color" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:1049 +msgid "Subtotal" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:1083 +msgid "Total" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:1125 +msgid "Inner Background Color" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:1165 +msgid "Box Shadow" +msgstr "" + +#: includes/elementor/modules/checkout/widgets/style-controls.php:1187 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:117 +#: includes/elementor/modules/order-details/widgets/order-details.php:211 +#: includes/elementor/modules/order-details/widgets/order-details.php:264 +#: includes/elementor/modules/order-details/widgets/order-details.php:367 +msgid "Margin" +msgstr "" + +#: includes/elementor/modules/dynamic-keywords/module.php:38 +msgid "You can also add personalization tags to this element using shortcodes. " +msgstr "" + +#: includes/elementor/modules/dynamic-keywords/module.php:38 +msgid "Click here to show the available shortcodes" +msgstr "" + +#: includes/elementor/modules/dynamic-keywords/template/modal.php:87 +msgid "Keywords List" +msgstr "" + +#: includes/elementor/modules/dynamic-keywords/template/modal.php:90 +msgid "Keywords Name" +msgstr "" + +#: includes/elementor/modules/dynamic-keywords/template/modal.php:91 +msgid "Keywords Shortcode" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:28 +msgid "Order Cart Details" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:45 +#: includes/elementor/modules/order-details/widgets/order-details.php:147 +msgid "Box" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:153 +#: includes/elementor/modules/product-images/widgets/product-images.php:202 +msgid "Thumbnail" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:187 +msgid "Height" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:256 +#: includes/elementor/modules/product-title/widgets/product-title.php:16 +msgid "Product Title" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:275 +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:305 +msgid "Font Color" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:286 +#: includes/elementor/modules/product-price/widgets/product-price.php:19 +msgid "Product Price" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:320 +#: includes/elementor/modules/order-details/widgets/order-details.php:126 +#: sellkit.php:438 +#: sellkit.php:439 +msgid "Settings" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:340 +msgid "Enter cart box title" +msgstr "" + +#: includes/elementor/modules/order-cart-details/widgets/order-cart-details.php:359 +msgid "Product Thumbnail" +msgstr "" + +#: includes/elementor/modules/order-details/items/contact-details.php:105 +msgid "09.... ( contact details )" +msgstr "" + +#: includes/elementor/modules/order-details/items/order-number.php:108 +msgid "1234... ( order number )" +msgstr "" + +#: includes/elementor/modules/order-details/items/order-status.php:107 +msgid "progressing... ( order status )" +msgstr "" + +#: includes/elementor/modules/order-details/items/payment-method.php:107 +msgid "Cash on delivery...( payment method )" +msgstr "" + +#: includes/elementor/modules/order-details/items/shipping-address.php:107 +msgid "USA... ( shipping address )" +msgstr "" + +#: includes/elementor/modules/order-details/items/shipping-method.php:107 +msgid "COD... ( shipping Method )" +msgstr "" + +#: includes/elementor/modules/order-details/items/trachking-number.php:107 +msgid "wc_order_... ( Tracking Number )" +msgstr "" + +#: includes/elementor/modules/order-details/module.php:36 +msgid "Payment Method" +msgstr "" + +#: includes/elementor/modules/order-details/module.php:39 +msgid "Tracking Number" +msgstr "" + +#: includes/elementor/modules/order-details/module.php:40 +msgid "Shipping Address" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:24 +msgid "Order Details" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:47 +msgid "Order Details items" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:56 +msgid "Type" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:75 +#: includes/elementor/modules/order-details/widgets/order-details.php:276 +msgid "Icon" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:84 +msgid "Item Width" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:87 +msgid "Default" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:136 +msgid "Enter your list name" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:227 +msgid "Order Details Item" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:315 +msgid "Space Between" +msgstr "" + +#: includes/elementor/modules/order-details/widgets/order-details.php:338 +msgid "Data" +msgstr "" + +#: includes/elementor/modules/product-description/widgets/product-description.php:19 +msgid "Product Description" +msgstr "" + +#: includes/elementor/modules/product-description/widgets/product-description.php:43 +msgid "Content Type" +msgstr "" + +#: includes/elementor/modules/product-description/widgets/product-description.php:47 +msgid "Full Description" +msgstr "" + +#: includes/elementor/modules/product-description/widgets/product-description.php:48 +msgid "Short Description" +msgstr "" + +#: includes/elementor/modules/product-description/widgets/product-description.php:60 +#: includes/elementor/modules/product-images/widgets/product-images.php:39 +#: includes/elementor/modules/product-price/widgets/product-price.php:30 +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:30 +#: includes/elementor/modules/product-title/widgets/product-title.php:29 +msgid "Style" +msgstr "" + +#: includes/elementor/modules/product-description/widgets/product-description.php:84 +#: includes/elementor/modules/product-price/widgets/product-price.php:54 +msgid "Justified" +msgstr "" + +#: includes/elementor/modules/product-images/widgets/product-images.php:26 +msgid "Product Images" +msgstr "" + +#: includes/elementor/modules/product-images/widgets/product-images.php:123 +#: includes/elementor/modules/product-images/widgets/product-images.php:296 +msgid "Spacing" +msgstr "" + +#: includes/elementor/modules/product-images/widgets/product-images.php:174 +msgid "Max Width (%)" +msgstr "" + +#: includes/elementor/modules/product-images/widgets/product-images.php:331 +msgid "Enable Slider" +msgstr "" + +#: includes/elementor/modules/product-images/widgets/product-images.php:334 +msgid "Note: Slider is only show if gallery images are available." +msgstr "" + +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:19 +msgid "Product Quantity" +msgstr "" + +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:95 +msgid "Label Color" +msgstr "" + +#: includes/elementor/modules/product-quantity/widgets/product-quantity.php:106 +msgid "Input Text Color" +msgstr "" + +#: includes/elementor/modules/product-title/widgets/product-title.php:37 +msgid "Title Color" +msgstr "" + +#: includes/elementor/modules/product-title/widgets/product-title.php:87 +msgid "HTML Tag" +msgstr "" + +#: includes/funnel/class.php:251 +msgid "Sellkit Upsell" +msgstr "" + +#: includes/funnel/class.php:270 +msgid "SellKit Parent Order" +msgstr "" + +#: includes/funnel/class.php:279 +msgid "SellKit Upsell Order" +msgstr "" + +#: includes/funnel/steps.php:78 +msgid "There is nothing to view here." +msgstr "" + +#: includes/funnel/steps/upsell.php:39 +msgid "Each upsell needs a main order." +msgstr "" + +#: includes/funnel/steps/upsell.php:46 +msgid "Please add thank you page step" +msgstr "" + +#: sellkit.php:402 +msgid "Dashboard" +msgstr "" + +#: sellkit.php:403 +msgid "Funnels" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/simple-scss-compiler/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/simple-scss-compiler/change_log/changelog.txt new file mode 100644 index 00000000..fb70cc79 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/simple-scss-compiler/change_log/changelog.txt @@ -0,0 +1,17 @@ +== Changelog == + += 1.0 = +* Official release + += 0.3 = +* Improves performance. +* Fixes SCSS import. +* Adds warning to output. + += 0.2 = +* Improves security. +* Cleans settings from options after uninstallation. +* Puts "Settings" link on "Plugins" page. + += 0.1 = +* Development release with basic functionalities. diff --git a/spec/fixtures/dynamic_finders/plugin_version/social-sharing-block/translation_file/languages/social-sharing-block.pot b/spec/fixtures/dynamic_finders/plugin_version/social-sharing-block/translation_file/languages/social-sharing-block.pot new file mode 100644 index 00000000..0f4952c5 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/social-sharing-block/translation_file/languages/social-sharing-block.pot @@ -0,0 +1,164 @@ +# Copyright (C) 2022 Nick Diego +# This file is distributed under the GPL-2.0-or-later. +msgid "" +msgstr "" +"Project-Id-Version: Social Sharing Block 0.4.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/social-sharing-block\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: 2022-02-12T20:49:25+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: social-sharing-block\n" + +#. Plugin Name of the plugin +msgid "Social Sharing Block" +msgstr "" + +#. Description of the plugin +msgid "A simple little block that allows you to add social share icons to your website." +msgstr "" + +#. Author of the plugin +msgid "Nick Diego" +msgstr "" + +#. Author URI of the plugin +msgid "https://www.nickdiego.com" +msgstr "" + +#: build/blocks/social-sharing-link.php:136 +msgid "Share on Facebook" +msgstr "" + +#: build/blocks/social-sharing-link.php:141 +msgid "Share on Flipboard" +msgstr "" + +#: build/blocks/social-sharing-link.php:146 +msgid "Share on LINE" +msgstr "" + +#: build/blocks/social-sharing-link.php:151 +msgid "Share on LinkedIn" +msgstr "" + +#: build/blocks/social-sharing-link.php:156 +#: build/index.js:1 +msgid "Email this Page" +msgstr "" + +#: build/blocks/social-sharing-link.php:161 +msgid "Share on Pinterest" +msgstr "" + +#: build/blocks/social-sharing-link.php:166 +msgid "Share on Pocket" +msgstr "" + +#: build/blocks/social-sharing-link.php:171 +#: build/index.js:1 +msgid "Print this Page" +msgstr "" + +#: build/blocks/social-sharing-link.php:176 +msgid "Share on Reddit" +msgstr "" + +#: build/blocks/social-sharing-link.php:181 +msgid "Share on Skype" +msgstr "" + +#: build/blocks/social-sharing-link.php:186 +msgid "Share on SMS" +msgstr "" + +#: build/blocks/social-sharing-link.php:191 +msgid "Share on Telegram" +msgstr "" + +#: build/blocks/social-sharing-link.php:196 +msgid "Share on Tumblr" +msgstr "" + +#: build/blocks/social-sharing-link.php:201 +msgid "Share on Twitter" +msgstr "" + +#: build/blocks/social-sharing-link.php:206 +msgid "Share on WhatsApp" +msgstr "" + +#: build/index.js:1 +msgid "Small" +msgstr "" + +#: build/index.js:1 +msgid "Normal" +msgstr "" + +#: build/index.js:1 +msgid "Large" +msgstr "" + +#: build/index.js:1 +msgid "Huge" +msgstr "" + +#: build/index.js:1 +msgid "Click plus to add" +msgstr "" + +#: build/index.js:1 +msgid "Icon color" +msgstr "" + +#: build/index.js:1 +msgid "Icon background" +msgstr "" + +#: build/index.js:1 +msgid "Size" +msgstr "" + +#: build/index.js:1 +msgid "Share settings" +msgstr "" + +#: build/index.js:1 +msgid "Show labels" +msgstr "" + +#: build/index.js:1 +msgid "Color" +msgstr "" + +#: build/index.js:1 +msgid "Mail" +msgstr "" + +#: build/index.js:1 +msgid "Social Link" +msgstr "" + +#. translators: %s: title of the social service. +#: build/index.js:3 +msgid "Share on %s" +msgstr "" + +#. translators: %s: name of the social service. +#: build/index.js:5 +msgid "%s settings" +msgstr "" + +#. translators: %s: name of the social service. +#: build/index.js:5 +msgid "Share label" +msgstr "" + +#: build/index.js:5 +msgid "Briefly describe the share link to help screen reader users." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/stalkfish/translation_file/languages/stalkfish.pot b/spec/fixtures/dynamic_finders/plugin_version/stalkfish/translation_file/languages/stalkfish.pot new file mode 100644 index 00000000..b3264732 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/stalkfish/translation_file/languages/stalkfish.pot @@ -0,0 +1,1317 @@ +# Copyright (C) 2022 Ram Ratan Maurya +# This file is distributed under the GPLv2+. +msgid "" +msgstr "" +"Project-Id-Version: Stalkfish 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/stalkfish\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: 2022-01-27T13:28:50+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: stalkfish\n" + +#. Plugin Name of the plugin +#: includes/register-settings.php:19 +msgid "Stalkfish" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://stalkfish.com" +msgstr "" + +#. Description of the plugin +msgid "WordPress plugin for site event management, integrates with your Stalkfish account." +msgstr "" + +#. Author of the plugin +msgid "Ram Ratan Maurya" +msgstr "" + +#. Author URI of the plugin +msgid "https://twitter.com/mauryaratan" +msgstr "" + +#: includes/API/class-local.php:43 +#: includes/API/class-local.php:53 +#: includes/class-options.php:36 +#: includes/class-options.php:46 +msgid "Something went wrong." +msgstr "" + +#: includes/API/class-local.php:97 +msgid "Stalkfish API key. Available at stalkfish.com" +msgstr "" + +#: includes/class-filterpipe.php:77 +msgid "Invalid use, type must be one of INPUT_* family." +msgstr "" + +#: includes/class-filterpipe.php:102 +msgid "Filter value not supported." +msgstr "" + +#. translators: %1s: Div open, %2$s: Anchor open, %3$s: Anchor close, %4$s: Div close +#: includes/class-plugin.php:55 +msgid "%1$sEnter your %2$sStalkfish API key%3$s to enable activity monitoring on this site%4$s" +msgstr "" + +#. translators: %s: PHP version number +#: includes/loader.php:23 +msgid "Stalkfish requires PHP %s or higher." +msgstr "" + +#: includes/loader.php:24 +msgid "Plugin could not be activated" +msgstr "" + +#: includes/Pipes/class-comments-pipe.php:87 +msgid "Comment" +msgstr "" + +#: includes/Pipes/class-comments-pipe.php:88 +msgid "Trackback" +msgstr "" + +#: includes/Pipes/class-comments-pipe.php:89 +msgid "Pingback" +msgstr "" + +#: includes/Pipes/class-comments-pipe.php:112 +msgid "a logged out user" +msgstr "" + +#. translators: %1$s: username +#: includes/Pipes/class-comments-pipe.php:126 +msgid "Detected & prevented comment flooding by %1$s" +msgstr "" + +#: includes/Pipes/class-comments-pipe.php:149 +msgid "a post" +msgstr "" + +#: includes/Pipes/class-comments-pipe.php:175 +msgid "approved" +msgstr "" + +#: includes/Pipes/class-comments-pipe.php:175 +msgid "pending approval" +msgstr "" + +#: includes/Pipes/class-comments-pipe.php:182 +msgid "marked as spam by Akismet" +msgstr "" + +#. translators: %1$s: parent comment's author, %2$s: comment author, %3$s: post title, %4$s: comment status, %5$s: comment type +#: includes/Pipes/class-comments-pipe.php:193 +msgctxt "1: Parent comment's author, 2: Comment author, 3: Post title, 4: Comment status, 5: Comment type" +msgid "Reply to %1$s's %5$s by %2$s on %3$s %4$s" +msgstr "" + +#. translators: %1$s: comment author, %2$s: post title, %3$s: comment status, %4$s: and comment type +#: includes/Pipes/class-comments-pipe.php:216 +msgctxt "1: Comment author, 2: Post title 3: Comment status, 4: Comment type" +msgid "New %4$s by %1$s on %2$s %3$s" +msgstr "" + +#. translators: %1$s: comment author, %2$s: post title, %3$s: comment type +#: includes/Pipes/class-comments-pipe.php:255 +msgctxt "1: Comment author, 2: Post title, 3: Comment type" +msgid "Edited %1$s's %3$s on %2$s" +msgstr "" + +#. translators: %1$s: Username, %2$s: Comment type, %3$s: Post Title, %4$s: Previous Status, %5$s: Updated Status +#: includes/Pipes/class-comments-pipe.php:294 +msgctxt "1: Comment author, 2: Comment type, 3: Post title, 4: Comment previous status, 5: Comment updated status" +msgid "Status for %1$s's %2$s on %3$s has been updated from %4$s to %5$s" +msgstr "" + +#. translators: %1$s: Username, %2$s: Comment type, %3$s: Post Title +#: includes/Pipes/class-comments-pipe.php:363 +msgctxt "1: Comment author, 2: Comment type, 3: Post title" +msgid "Deleted %1$s's %2$s on %3$s permanently" +msgstr "" + +#. translators: %1$s: Username, %2$s: Comment type, %3$s: Post Title +#: includes/Pipes/class-comments-pipe.php:397 +msgctxt "1: Comment author, 2: Comment type, 3: Post title" +msgid "Trashed %1$s's %2$s on %3$s" +msgstr "" + +#. translators: %1$s: Username, %2$s: Comment type, %3$s: Post Title +#: includes/Pipes/class-comments-pipe.php:430 +msgctxt "1: Comment author, 2: Comment type, 3: Post title" +msgid "Restored %1$s's %3$s on %2$s" +msgstr "" + +#. translators: %1$s: Username, %2$s: Comment type, %3$s: Post Title +#: includes/Pipes/class-comments-pipe.php:463 +msgctxt "1: Comment author, 2: Comment type, 3: Post title" +msgid "Marked %1$s's %2$s on %3$s as spam" +msgstr "" + +#. translators: %1$s: Username, %2$s: Comment type, %3$s: Post Title +#: includes/Pipes/class-comments-pipe.php:496 +msgctxt "1: Comment author, 2: Comment type, 3: Post title" +msgid "Unmarked %1$s's %2$s on %3$s as spam" +msgstr "" + +#. translators: %1$s: Username, %2$s: Comment type, %3$s: Post Title +#: includes/Pipes/class-comments-pipe.php:533 +msgctxt "1: Comment author, 2: Comment type, 3: Post title" +msgid "Duplicate %2$s by %1$s prevented on %3$s" +msgstr "" + +#: includes/Pipes/class-comments-pipe.php:562 +msgid "Guest" +msgstr "" + +#. translators: %1$s: File Name, %2$s: Plugin name +#: includes/Pipes/class-editor-pipe.php:90 +msgid "Modified the file \"%1$s\" in plugin %2$s" +msgstr "" + +#. translators: %1$s: File name, %2$s: Theme name +#: includes/Pipes/class-editor-pipe.php:115 +msgid "Modified the file \"%1$s\" in theme %2$s" +msgstr "" + +#. translators: %1$s: Plugin/theme type, %2$s: Plugin/theme name, %3$s: Plugin/theme version +#: includes/Pipes/class-installer-pipe.php:138 +msgctxt "Plugin/theme installation. 1: Type (plugin/theme), 2: Plugin/theme name, 3: Plugin/theme version" +msgid "Installed %1$s %2$s v%3$s" +msgstr "" + +#. translators: %1$s: Plugin/Theme type, %2$s: Plugin/Theme name, %3$s: Plugin/Theme version +#: includes/Pipes/class-installer-pipe.php:148 +msgctxt "Plugin/theme update. 1: Type (plugin/theme), 2: Plugin/theme name, 3: Plugin/theme version" +msgid "Updated %1$s %2$s v%3$s" +msgstr "" + +#: includes/Pipes/class-installer-pipe.php:232 +#: includes/Pipes/class-installer-pipe.php:265 +msgid "network wide" +msgstr "" + +#. translators: %1$s: Plugin name, %2$s: Network Wide +#: includes/Pipes/class-installer-pipe.php:239 +msgctxt "1: Plugin name, 2: Single site or network wide" +msgid "Activated plugin %1$s %2$s" +msgstr "" + +#. translators: %1$s: Plugin name, %2$s: Network wide +#: includes/Pipes/class-installer-pipe.php:272 +msgctxt "1: Plugin name, 2: Single site or network wide" +msgid "Deactivated plugin %1$s %2$s" +msgstr "" + +#. translators: %1$s: Theme name +#: includes/Pipes/class-installer-pipe.php:299 +msgctxt "1: Theme name" +msgid "Activated theme %s" +msgstr "" + +#. translators: %1$s: Theme name +#: includes/Pipes/class-installer-pipe.php:342 +msgctxt "1: Theme name" +msgid "Deleted theme %s" +msgstr "" + +#. translators: %1$s: Plugin name +#: includes/Pipes/class-installer-pipe.php:415 +#: includes/Pipes/class-installer-pipe.php:450 +msgctxt "1: Plugin name" +msgid "Deleted plugin %s" +msgstr "" + +#. translators: %s: WP Version number +#: includes/Pipes/class-installer-pipe.php:486 +msgid "WordPress auto-updated to %s" +msgstr "" + +#. translators: %s: WP Version number +#: includes/Pipes/class-installer-pipe.php:489 +msgid "WordPress updated to %s" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:66 +msgid "Image" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:67 +msgid "Audio" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:68 +msgid "Video" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:69 +msgid "Document" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:70 +msgid "Spreadsheet" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:71 +msgid "Interactive" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:72 +msgid "Text" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:73 +msgid "Archive" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:74 +msgid "Code" +msgstr "" + +#. translators: %1$s: attachment title, %2$s: post title +#: includes/Pipes/class-media-pipe.php:161 +msgctxt "1: Attachment title, 2: Parent post title" +msgid "Attached file \"%1$s\" to \"%2$s\"" +msgstr "" + +#. translators: %s: attachment title +#: includes/Pipes/class-media-pipe.php:168 +msgid "Uploaded file \"%1$s\" to Media library" +msgstr "" + +#: includes/Pipes/class-media-pipe.php:175 +#: includes/Pipes/class-media-pipe.php:312 +msgid "Unidentifiable post" +msgstr "" + +#. translators: %1$s: Attachment title +#: includes/Pipes/class-media-pipe.php:221 +msgid "Attachment \"%1$s\" alt was removed" +msgstr "" + +#. translators: %1$s: Attachment title, %2$s: Updated alt +#: includes/Pipes/class-media-pipe.php:230 +msgid "Attachment \"%1$s\" alt was updated to \"%2$s\"" +msgstr "" + +#. translators: %1$s: Attachment title, %2$s: Updated alt +#: includes/Pipes/class-media-pipe.php:237 +msgid "Attachment \"%1$s\": alt \"%2$s\" was added" +msgstr "" + +#. translators: %s: Attachment title +#: includes/Pipes/class-media-pipe.php:295 +msgid "Attachment \"%s\" updated" +msgstr "" + +#. translators: %s: attachment title +#: includes/Pipes/class-media-pipe.php:327 +msgid "Deleted \"%s\"" +msgstr "" + +#. translators: %s: an attachment title +#: includes/Pipes/class-media-pipe.php:365 +msgid "Edited image \"%s\"" +msgstr "" + +#. translators: %s: Menu title +#: includes/Pipes/class-menus-pipe.php:92 +msgid "New menu created with the name \"%s\"" +msgstr "" + +#. translators: %s: Menu title +#: includes/Pipes/class-menus-pipe.php:128 +msgid "Menu \"%s\" updated" +msgstr "" + +#. translators: %s: Menu title +#: includes/Pipes/class-menus-pipe.php:163 +msgid "Menu \"%s\" deleted" +msgstr "" + +#. translators: %1$s: menu title, %2$s: theme location +#: includes/Pipes/class-menus-pipe.php:214 +msgctxt "1: Menu name, 2: Theme location" +msgid "Menu \"%1$s\" has been unassigned from \"%2$s\" location" +msgstr "" + +#. translators: %1$s: menu title, %2$s: theme location +#: includes/Pipes/class-menus-pipe.php:223 +msgctxt "1: Menu name, 2: Theme location" +msgid "Menu \"%1$s\" has been assigned to \"%2$s\" location" +msgstr "" + +#. translators: %1$s: Site title +#: includes/Pipes/class-multisite-pipe.php:80 +msgctxt "1. Site title" +msgid "New site \"%s\" created" +msgstr "" + +#. translators: %1$s: Site title +#: includes/Pipes/class-multisite-pipe.php:110 +msgctxt "1. Site title" +msgid "Deleted \"%s\" site" +msgstr "" + +#. translators: %1$s: Site title +#: includes/Pipes/class-multisite-pipe.php:144 +msgctxt "1. Site title" +msgid "Registered \"%s\" site" +msgstr "" + +#. translators: %1$s: Username, %2$s: Site title, %3$s: User role +#: includes/Pipes/class-multisite-pipe.php:186 +msgctxt "1. User name, 2. Site title, 3. User Role" +msgid "User \"%1$s\" added to the \"%2$s\" site as %3$s" +msgstr "" + +#. translators: %1$s: Username, %2$s: Site title, %3$s: User role +#: includes/Pipes/class-multisite-pipe.php:226 +msgctxt "1. User name, 2. Site title, 3. User Role" +msgid "User \"%1$s\" removed from the \"%2$s\" site" +msgstr "" + +#. translators: %1$s: Username, %2$s: Site status +#: includes/Pipes/class-multisite-pipe.php:261 +msgctxt "1. Site title, 2. Site status" +msgid "Site \"%1$s\" was %2$s" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:283 +msgid "set to public" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:285 +msgid "set to private" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:297 +msgid "trashed" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:306 +msgid "restored" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:315 +msgid "marked as spam" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:324 +msgid "removed from spam" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:333 +msgid "set to mature" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:342 +msgid "removed from mature" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:351 +msgid "archived" +msgstr "" + +#: includes/Pipes/class-multisite-pipe.php:360 +msgid "unarchived" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:285 +msgctxt "1: Post ID" +msgid "Post #%1$s was permanently deleted" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:300 +msgctxt "1: Post ID" +msgid "Post #%1$s was permanently deleted by a plugin" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:351 +msgctxt "1: Post ID" +msgid "Post #%1$s moved to trash" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:385 +msgctxt "1: Post ID" +msgid "Post #%1$s was restored" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:419 +#: includes/Pipes/class-posts-pipe.php:469 +msgctxt "1: Post ID" +msgid "Post #%1$s was published" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:458 +msgctxt "1: Post ID" +msgid "Post #%1$s was created" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:479 +msgctxt "1: Post ID" +msgid "Post #%1$s was set to pending" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Scheduled post date +#: includes/Pipes/class-posts-pipe.php:489 +msgctxt "1: Post ID, 2: Scheduled Post Date" +msgid "Post #%1$s was scheduled to be published on %2$s" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Post status +#: includes/Pipes/class-posts-pipe.php:500 +msgctxt "1: Post ID, 2: Updated post status" +msgid "Post #%1$s status was set to %2$s" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:540 +msgctxt "1: Post id" +msgid "Post #%1$s was published" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:547 +msgctxt "1: Post id" +msgid "Post #%1$s was created" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Post date +#: includes/Pipes/class-posts-pipe.php:553 +msgctxt "1: Post id, 2: Post date" +msgid "Scheduled the post #%1$s to be published on %2$s" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:558 +msgctxt "1: Post id" +msgid "Post #%1$s was set to pending" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Previous Post author, %3$s: Updated Post author +#: includes/Pipes/class-posts-pipe.php:602 +msgctxt "1: Post ID, 2: Previous Post Author, 3: Updated post author" +msgid "Post #%1$s author was changed from %2$s to %3$s" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Post Parent +#: includes/Pipes/class-posts-pipe.php:639 +msgctxt "1: Post ID, 2: Post parent" +msgid "Post #%1$s parent was changed to %2$s" +msgstr "" + +#: includes/Pipes/class-posts-pipe.php:670 +#: includes/Pipes/class-posts-pipe.php:678 +msgid "Passord Protected" +msgstr "" + +#: includes/Pipes/class-posts-pipe.php:672 +#: includes/Pipes/class-posts-pipe.php:680 +msgid "Private" +msgstr "" + +#: includes/Pipes/class-posts-pipe.php:674 +#: includes/Pipes/class-posts-pipe.php:682 +msgid "Public" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Update post visibility +#: includes/Pipes/class-posts-pipe.php:693 +msgctxt "1: Post ID, 2: Updated post visibility" +msgid "Post #%1$s visibility was changed to %2$s" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Updated post date +#: includes/Pipes/class-posts-pipe.php:739 +msgctxt "1: Post ID, 2: Updated post date" +msgid "Post #%1$s date was changed to %2$s" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Updated post URL +#: includes/Pipes/class-posts-pipe.php:779 +msgctxt "1: Post ID, 2: Updated post URL" +msgid "Post #%1$s URL was changed to %2$s" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Updated post comment status +#: includes/Pipes/class-posts-pipe.php:817 +msgctxt "1: Post ID, 2: Updated post comments status" +msgid "Post #%1$s comments was %2$s" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Updated post pingbacks status +#: includes/Pipes/class-posts-pipe.php:843 +msgctxt "1: Post ID, 2: Updated post pingbacks status" +msgid "Post #%1$s pingbacks was %2$s" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:890 +msgctxt "1: Post ID" +msgid "Post #%1$s content was modified" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:902 +msgctxt "1: Post ID" +msgid "Post #%1$s was modified" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:922 +msgctxt "1: Post ID" +msgid "Post #%1$s excerpt was added" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:933 +msgctxt "1: Post ID" +msgid "Post #%1$s excerpt was removed" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:944 +msgctxt "1: Post ID" +msgid "Post #%1$s excerpt was modified" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Previous post title, %3$s: Updated post title +#: includes/Pipes/class-posts-pipe.php:988 +msgctxt "1: Post ID, 2: Previous post title , 3: Updated post title" +msgid "Post #%1$s title was changed from %2$s to %3$s." +msgstr "" + +#: includes/Pipes/class-posts-pipe.php:1081 +msgid "No tags" +msgstr "" + +#. translators: %1$s: Changed Tags, %2$s: Post ID +#: includes/Pipes/class-posts-pipe.php:1084 +msgctxt "1: Tags, 2: Post ID" +msgid "Tag(s) \"%1$s\" were added to post #%2$s" +msgstr "" + +#. translators: %1$s: Changed Tags, %2$s: Post ID +#: includes/Pipes/class-posts-pipe.php:1092 +msgctxt "1: Tags, 2: Post ID" +msgid "Tag(s) \"%1$s\" were removed from post #%2$s" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Previous post categories, %3$s: Updated post categories +#: includes/Pipes/class-posts-pipe.php:1133 +msgctxt "1: Post ID, 2: Previous post categories , 3: Updated post categories" +msgid "Post #%1$s categories changed from \"%2$s\" to \"%3$s\"" +msgstr "" + +#: includes/Pipes/class-posts-pipe.php:1359 +#: includes/Pipes/class-posts-pipe.php:1369 +msgid "Default" +msgstr "" + +#. translators: %1$s: Post ID, %2$s: Updated page template +#: includes/Pipes/class-posts-pipe.php:1380 +msgctxt "1: Post ID, 2: Updated template" +msgid "Page #%1$s template was changed to %2$s" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:1416 +msgctxt "1: Post ID" +msgid "Post #%1$s featured image was modified" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:1425 +msgctxt "1: Post ID" +msgid "Post #%1$s featured image was added" +msgstr "" + +#. translators: %1$s: Post ID +#: includes/Pipes/class-posts-pipe.php:1433 +msgctxt "1: Post ID" +msgid "Post #%1$s featured image was removed" +msgstr "" + +#: includes/Pipes/class-posts-pipe.php:1440 +msgid "No previous image" +msgstr "" + +#: includes/Pipes/class-posts-pipe.php:1441 +msgid "No image" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:105 +msgid "Site Title" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:106 +msgid "Tagline" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:107 +#: includes/Pipes/class-settings-pipe.php:114 +msgid "Timezone" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:108 +#: includes/Pipes/class-settings-pipe.php:109 +msgid "E-mail Address" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:110 +msgid "WordPress Address (URL)" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:111 +msgid "Site Address (URL)" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:112 +msgid "Membership" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:113 +msgid "New User Default Role" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:115 +msgid "Date Format" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:116 +msgid "Time Format" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:117 +msgid "Week Starts On" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:119 +#: includes/Pipes/class-settings-pipe.php:120 +msgid "Formatting" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:121 +msgid "Default Post Category" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:122 +msgid "Default Post Format" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:123 +msgid "Mail Server" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:124 +msgid "Login Name" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:125 +msgid "Password" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:126 +msgid "Default Mail Category" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:127 +msgid "Default Link Category" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:128 +msgid "Update Services" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:130 +msgid "Home page displays" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:131 +msgid "Front page displays" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:132 +msgid "Blog posts page displays" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:133 +msgid "Blog pages show at most" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:135 +msgid "Syndication feeds show the most recent" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:136 +msgid "For each article in a feed, show" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:137 +msgid "Search Engine Visibility" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:139 +#: includes/Pipes/class-settings-pipe.php:140 +#: includes/Pipes/class-settings-pipe.php:141 +msgid "Default article settings" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:142 +#: includes/Pipes/class-settings-pipe.php:143 +#: includes/Pipes/class-settings-pipe.php:144 +#: includes/Pipes/class-settings-pipe.php:145 +#: includes/Pipes/class-settings-pipe.php:146 +#: includes/Pipes/class-settings-pipe.php:147 +#: includes/Pipes/class-settings-pipe.php:148 +#: includes/Pipes/class-settings-pipe.php:149 +#: includes/Pipes/class-settings-pipe.php:150 +#: includes/Pipes/class-settings-pipe.php:151 +msgid "Other comment settings" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:152 +#: includes/Pipes/class-settings-pipe.php:153 +msgid "E-mail me whenever" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:154 +#: includes/Pipes/class-settings-pipe.php:155 +msgid "Before a comment appears" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:156 +#: includes/Pipes/class-settings-pipe.php:157 +msgid "Comment Moderation" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:158 +msgid "Comment Blacklist" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:159 +msgid "Show Avatars" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:160 +msgid "Maximum Rating" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:161 +msgid "Default Avatar" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:163 +#: includes/Pipes/class-settings-pipe.php:164 +#: includes/Pipes/class-settings-pipe.php:165 +msgid "Thumbnail size" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:166 +#: includes/Pipes/class-settings-pipe.php:167 +msgid "Medium size" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:168 +#: includes/Pipes/class-settings-pipe.php:169 +msgid "Large size" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:170 +msgid "Uploading Files" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:172 +msgid "Permalink Settings" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:173 +msgid "Category base" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:174 +msgid "Tag base" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:176 +msgid "Registration notification" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:177 +msgid "Allow new registrations" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:178 +msgid "Add New Users" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:179 +msgid "Enable administration menus" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:180 +msgid "Site upload space check" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:181 +msgid "Site upload space" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:182 +msgid "Upload file types" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:183 +msgid "Network Title" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:184 +msgid "First Post" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:185 +msgid "First Page" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:186 +msgid "First Comment" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:187 +msgid "First Comment URL" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:188 +msgid "First Comment Author" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:189 +msgid "Welcome Email" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:190 +msgid "Welcome User Email" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:191 +msgid "Max upload file size" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:192 +msgid "Terms Enabled" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:193 +msgid "Banned Names" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:194 +msgid "Limited Email Registrations" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:195 +msgid "Banned Email Domains" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:196 +msgid "Network Language" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:197 +msgid "Blog Count" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:198 +msgid "User Count" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:202 +#: includes/Pipes/class-settings-pipe.php:237 +msgid "Background Image" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:203 +#: includes/Pipes/class-settings-pipe.php:238 +msgid "Background Position" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:204 +#: includes/Pipes/class-settings-pipe.php:239 +msgid "Background Repeat" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:205 +#: includes/Pipes/class-settings-pipe.php:240 +msgid "Background Attachment" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:206 +#: includes/Pipes/class-settings-pipe.php:241 +msgid "Background Color" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:208 +#: includes/Pipes/class-settings-pipe.php:243 +msgid "Header Image" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:209 +#: includes/Pipes/class-settings-pipe.php:244 +msgid "Text Color" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:210 +#: includes/Pipes/class-settings-pipe.php:245 +msgid "Header and Sidebar Background Color" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:212 +#: includes/Pipes/class-settings-pipe.php:247 +msgid "Layout" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:214 +#: includes/Pipes/class-settings-pipe.php:249 +msgid "Header and Sidebar Text Color" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:216 +#: includes/Pipes/class-settings-pipe.php:251 +msgid "Color Scheme" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:217 +#: includes/Pipes/class-settings-pipe.php:252 +msgid "Main Text Color" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:218 +#: includes/Pipes/class-settings-pipe.php:253 +msgid "Secondary Text Color" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:219 +#: includes/Pipes/class-settings-pipe.php:254 +msgid "Link Color" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:220 +#: includes/Pipes/class-settings-pipe.php:255 +msgid "Page Background Color" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:224 +msgid "Stalkfish API Key" +msgstr "" + +#: includes/Pipes/class-settings-pipe.php:230 +#: includes/Pipes/class-settings-pipe.php:231 +msgid "Network Admin Email" +msgstr "" + +#. translators: %s: setting name +#: includes/Pipes/class-settings-pipe.php:517 +msgid "%s setting was updated" +msgstr "" + +#. translators: %1$s: term name, %2$s: taxonomy singular label +#: includes/Pipes/class-taxonomies-pipe.php:127 +msgctxt "1: Term name, 2: Taxonomy singular label" +msgid "Created \"%1$s\" %2$s" +msgstr "" + +#. translators: %1$s: term name, %2$s: taxonomy singular label +#: includes/Pipes/class-taxonomies-pipe.php:168 +msgctxt "1: Term name, 2: Taxonomy singular label" +msgid "Deleted \"%1$s\" %2$s" +msgstr "" + +#. translators: %1$s: term name, %2$s: taxonomy singular label +#: includes/Pipes/class-taxonomies-pipe.php:226 +msgctxt "1: Term name, 2: Taxonomy singular label" +msgid "Updated \"%1$s\" %2$s" +msgstr "" + +#: includes/Pipes/class-users-pipe.php:88 +msgid "New user registered" +msgstr "" + +#. translators: %2$s: Username, %3$s: User role +#: includes/Pipes/class-users-pipe.php:91 +msgctxt "1: Username, 2: User role" +msgid "New user account created with the username \"%2$s\" (%3$s)" +msgstr "" + +#. translators: %1$s: Username, %2$s: Updated Display name +#: includes/Pipes/class-users-pipe.php:131 +msgid "%1$s's display name was changed to %2$s" +msgstr "" + +#. translators: %1$s: Username, %2$s: Updated email +#: includes/Pipes/class-users-pipe.php:159 +msgid "%1$s's email was changed to %2$s" +msgstr "" + +#. translators: %1$s: Username +#: includes/Pipes/class-users-pipe.php:187 +msgid "%s's password was changed" +msgstr "" + +#. translators: %1$s: Username, %2$s: Updated url +#: includes/Pipes/class-users-pipe.php:211 +msgid "%1$s's website was changed to %2$s" +msgstr "" + +#. translators: %1$s: Username, %2$s: Custom field key +#: includes/Pipes/class-users-pipe.php:274 +msgid "%1$s's %2$s was updated" +msgstr "" + +#. translators: %1$s: Username, %2$s: First name +#: includes/Pipes/class-users-pipe.php:301 +msgid "%1$s's first name was changed to %2$s" +msgstr "" + +#. translators: %1$s: Username, %2$s: Last name +#: includes/Pipes/class-users-pipe.php:311 +msgid "%1$s's last name was changed to %2$s" +msgstr "" + +#. translators: %1$s: Username, %2$s: Custom field key, %3$s: Field value +#: includes/Pipes/class-users-pipe.php:322 +msgid "%1$s's custom field %2$s was changed to %3$s" +msgstr "" + +#. translators: %2$s: Username, %3$s: Previous Role, %4$s: Updated Role +#: includes/Pipes/class-users-pipe.php:396 +msgctxt "1: Username, 2: Previous role, 3: Updated role" +msgid "%2$s's role was changed from %3$s to %4$s" +msgstr "" + +#. translators: %1$s: Username +#: includes/Pipes/class-users-pipe.php:430 +msgid "%s's password was requested to be reset" +msgstr "" + +#. translators: %2$s: Username +#: includes/Pipes/class-users-pipe.php:477 +msgid "User \"%2$s\" logged in" +msgstr "" + +#. translators: %2s: Username +#: includes/Pipes/class-users-pipe.php:513 +msgid "User \"%2$s\" logged out" +msgstr "" + +#. translators: %1$s: Username, %2$s: User role +#: includes/Pipes/class-users-pipe.php:548 +msgctxt "1: Username, 2: User role" +msgid "%1$s's account was deleted (%2$s)" +msgstr "" + +#. translators: %1$s: Username +#: includes/Pipes/class-users-pipe.php:566 +msgid "User account \"%s\" was deleted" +msgstr "" + +#: includes/Pipes/class-widgets-pipe.php:54 +msgid "Inactive Widgets" +msgstr "" + +#: includes/Pipes/class-widgets-pipe.php:55 +msgid "Orphaned Widgets" +msgstr "" + +#. translators: %1$s: widget name, %2$s: widget title, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:147 +msgctxt "1: Name, 2: Title, 3: Sidebar Name" +msgid "%1$s widget named \"%2$s\" from \"%3$s\" deactivated" +msgstr "" + +#. translators: %1$s: widget name, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:150 +msgctxt "1: Name, 3: Sidebar Name" +msgid "%1$s widget from \"%3$s\" deactivated" +msgstr "" + +#. translators: %2$s: widget title, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:153 +msgctxt "2: Title, 3: Sidebar Name" +msgid "Unknown widget type named \"%2$s\" from \"%3$s\" deactivated" +msgstr "" + +#. translators: %4$s: widget ID, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:156 +msgctxt "4: Widget ID, 3: Sidebar Name" +msgid "%4$s widget from \"%3$s\" deactivated" +msgstr "" + +#. translators: %1$s: widget name, %2$s: widget title +#: includes/Pipes/class-widgets-pipe.php:199 +msgctxt "1: Name, 2: Title" +msgid "%1$s widget named \"%2$s\" reactivated" +msgstr "" + +#. translators: %1$s: widget name +#: includes/Pipes/class-widgets-pipe.php:202 +msgctxt "1: Name" +msgid "%1$s widget reactivated" +msgstr "" + +#. translators: %2$s: widget title +#: includes/Pipes/class-widgets-pipe.php:205 +msgctxt "2: Title" +msgid "Unknown widget type named \"%2$s\" reactivated" +msgstr "" + +#. translators: %3$s: widget ID +#: includes/Pipes/class-widgets-pipe.php:208 +msgctxt "3: Widget ID" +msgid "%3$s widget reactivated" +msgstr "" + +#. translators: %1$s: widget name, %2$s: widget title, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:255 +msgctxt "1: Name, 2: Title, 3: Sidebar Name" +msgid "%1$s widget named \"%2$s\" removed from \"%3$s\"" +msgstr "" + +#. translators: %1$s: widget name, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:258 +msgctxt "1: Name, 3: Sidebar Name" +msgid "%1$s widget removed from \"%3$s\"" +msgstr "" + +#. translators: %2$s: widget title, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:261 +msgctxt "2: Title, 3: Sidebar Name" +msgid "Unknown widget type named \"%2$s\" removed from \"%3$s\"" +msgstr "" + +#. translators: %4$s: widget ID, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:264 +msgctxt "4: Widget ID, 3: Sidebar Name" +msgid "%4$s widget removed from \"%3$s\"" +msgstr "" + +#. translators: %1$s: widget name, %2$s: widget title, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:311 +msgctxt "1: Name, 2: Title, 3: Sidebar Name" +msgid "%1$s widget named \"%2$s\" added to \"%3$s\"" +msgstr "" + +#. translators: %1$s: widget name, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:314 +msgctxt "1: Name, 3: Sidebar Name" +msgid "%1$s widget added to \"%3$s\"" +msgstr "" + +#. translators: %2$s: widget title, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:317 +msgctxt "2: Title, 3: Sidebar Name" +msgid "Unknown widget type named \"%2$s\" added to \"%3$s\"" +msgstr "" + +#. translators: %4$s: widget ID, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:320 +msgctxt "4: Widget ID, 3: Sidebar Name" +msgid "%4$s widget added to \"%3$s\"" +msgstr "" + +#. translators: %1$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:371 +msgctxt "Sidebar name" +msgid "Reordered widgets in sidebar \"%s\"" +msgstr "" + +#. translators: %1$s: widget name, %2$s: widget title, %4$s: previous sidebar name, %5$s: updated sidebar name +#: includes/Pipes/class-widgets-pipe.php:428 +msgctxt "1: Name, 2: Title, 4: Previous Sidebar Name, 5: Updated Sidebar Name" +msgid "%1$s widget named \"%2$s\" moved from \"%4$s\" to \"%5$s\"" +msgstr "" + +#. translators: %1$s: widget name, %4$s: previous sidebar name, %5$s: updated sidebar name +#: includes/Pipes/class-widgets-pipe.php:431 +msgctxt "1: Name, 4: Previous Sidebar Name, 5: Updated Sidebar Name" +msgid "%1$s widget moved from \"%4$s\" to \"%5$s\"" +msgstr "" + +#. translators: %2$s: widget title, %4$s: previous sidebar name, %5$s: updated sidebar name +#: includes/Pipes/class-widgets-pipe.php:434 +msgctxt "2: Title, 4: Previous Sidebar Name, 5: Updated Sidebar Name" +msgid "Unknown widget type named \"%2$s\" moved from \"%4$s\" to \"%5$s\"" +msgstr "" + +#. translators: %3$s: widget ID, %4$s: previous sidebar name, %5$s: updated sidebar name +#: includes/Pipes/class-widgets-pipe.php:437 +msgctxt "3: Widget ID, 4: Previous Sidebar Name, 5: Updated Sidebar Name" +msgid "%3$s widget moved from \"%4$s\" to \"%5$s\"" +msgstr "" + +#. translators: %1$s: widget name, %2$s: widget title, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:516 +msgctxt "1: Name, 2: Title, 3: Sidebar Name" +msgid "%1$s widget named \"%2$s\" in \"%3$s\" updated" +msgstr "" + +#. translators: %1$s: widget name, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:519 +msgctxt "1: Name, 3: Sidebar Name" +msgid "%1$s widget in \"%3$s\" updated" +msgstr "" + +#. translators: %2$s: widget title, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:522 +msgctxt "2: Title, 3: Sidebar Name" +msgid "Unknown widget type named \"%2$s\" in \"%3$s\" updated" +msgstr "" + +#. translators: %4$s: widget ID, %3$s: sidebar name +#: includes/Pipes/class-widgets-pipe.php:525 +msgctxt "4: Widget ID, 3: Sidebar Name" +msgid "%4$s widget in \"%3$s\" updated" +msgstr "" + +#: includes/register-settings.php:18 +#: includes/Settings/views/html-settings.php:25 +msgid "Stalkfish Settings" +msgstr "" + +#: includes/Settings/class-admin-settings.php:73 +msgid "Your settings have been saved." +msgstr "" + +#: includes/Settings/class-general.php:25 +msgid "General" +msgstr "" + +#: includes/Settings/class-general.php:66 +msgctxt "settings title" +msgid "API Key" +msgstr "" + +#. translators: %s: Stalkfish Documentation link +#: includes/Settings/class-general.php:69 +msgid "Enter your Stalkfish account API key to enable activity monitoring on this site. %s." +msgstr "" + +#: includes/Settings/class-general.php:70 +msgid "Get help" +msgstr "" + +#: includes/Settings/views/html-settings.php:39 +msgid "Save changes" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/startklar-elmentor-forms-extwidgets/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/startklar-elmentor-forms-extwidgets/change_log/changelog.txt new file mode 100644 index 00000000..8de579c7 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/startklar-elmentor-forms-extwidgets/change_log/changelog.txt @@ -0,0 +1,11 @@ +== Changelog == + += 1.2 = +* Minor changes in styles and widget display + += 1.1 = +* Update Description and some links + += 1.0 = +* First Release + diff --git a/spec/fixtures/dynamic_finders/plugin_version/superlist-block/translation_file/languages/superlist-block.pot b/spec/fixtures/dynamic_finders/plugin_version/superlist-block/translation_file/languages/superlist-block.pot new file mode 100644 index 00000000..9e5bc4fa --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/superlist-block/translation_file/languages/superlist-block.pot @@ -0,0 +1,127 @@ +# Copyright (C) 2022 Aurooba Ahmed +# This file is distributed under the GPL-2.0-or-later. +msgid "" +msgstr "" +"Project-Id-Version: Super List Block 0.1.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/superlist-block\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: 2022-01-28T01:03:50+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: superlist-block\n" + +#. Plugin Name of the plugin +msgid "Super List Block" +msgstr "" + +#. Description of the plugin +msgid "Nest multiple blocks inside lists of any kind of list (ordered, unordered, no marker, etc), or do away with list markers and use it like a repeater!" +msgstr "" + +#. Author of the plugin +msgid "Aurooba Ahmed" +msgstr "" + +#. Author URI of the plugin +msgid "https://aurooba.com" +msgstr "" + +#: build/index.js:1 +#: src/superlist/list-style.js:23 +#: superlist-block/build/index.js:1 +#: superlist-block/src/superlist/list-style.js:23 +msgid "Unordered list" +msgstr "" + +#: build/index.js:1 +#: src/superlist/list-style.js:28 +#: superlist-block/build/index.js:1 +#: superlist-block/src/superlist/list-style.js:28 +msgid "Ordered List" +msgstr "" + +#: build/index.js:1 +#: src/superlist/list-style.js:33 +#: superlist-block/build/index.js:1 +#: superlist-block/src/superlist/list-style.js:33 +msgid "No marker" +msgstr "" + +#. translators: %s: Settings of the block's parent. +#: build/index.js:3 +#: src/superlist-item/edit.js:124 +#: superlist-block/build/index.js:3 +#: superlist-block/src/superlist-item/edit.js:124 +msgid " %s Settings" +msgstr "" + +#. translators: %s: Settings of the block's parent. +#: build/index.js:3 +#: src/superlist-item/edit.js:129 +#: superlist-block/build/index.js:3 +#: superlist-block/src/superlist-item/edit.js:129 +msgid "Settings" +msgstr "" + +#: build/index.js:3 +#: src/superlist-item/edit.js:136 +#: superlist-block/build/index.js:3 +#: superlist-block/src/superlist-item/edit.js:136 +msgid "Add another list item" +msgstr "" + +#: build/index.js:3 +#: src/superlist/edit.js:99 +#: superlist-block/build/index.js:3 +#: superlist-block/src/superlist/edit.js:99 +msgid "Horizontal orientation" +msgstr "" + +#: build/index.js:3 +#: src/superlist/edit.js:105 +#: superlist-block/build/index.js:3 +#: superlist-block/src/superlist/edit.js:105 +msgid "Vertical Orientation" +msgstr "" + +#: build/index.js:3 +#: src/superlist/edit.js:113 +#: superlist-block/build/index.js:3 +#: superlist-block/src/superlist/edit.js:113 +msgid "Repeater Settings" +msgstr "" + +#: build/index.js:3 +#: src/superlist/edit.js:118 +#: superlist-block/build/index.js:3 +#: superlist-block/src/superlist/edit.js:118 +msgid "Sub-item max-width" +msgstr "" + +#: src/superlist-item/block.json +#: superlist-block/src/superlist-item/block.json +msgctxt "block title" +msgid "Super List Item" +msgstr "" + +#: src/superlist-item/block.json +#: superlist-block/src/superlist-item/block.json +msgctxt "block description" +msgid "A list item that allows you to nest as many other blocks as you like inside it." +msgstr "" + +#: src/superlist/block.json +#: superlist-block/src/superlist/block.json +msgctxt "block title" +msgid "Super List" +msgstr "" + +#: src/superlist/block.json +#: superlist-block/src/superlist/block.json +msgctxt "block description" +msgid "Nest multiple blocks inside list items in any kind of list (ordered, unordered, no marker, etc)" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/sweet-glossary/translation_file/languages/sweet-glossary.pot b/spec/fixtures/dynamic_finders/plugin_version/sweet-glossary/translation_file/languages/sweet-glossary.pot new file mode 100644 index 00000000..0286f184 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/sweet-glossary/translation_file/languages/sweet-glossary.pot @@ -0,0 +1,96 @@ +# Copyright (C) 2022 Techpecialist +# This file is distributed under the GPL-2.0+. +msgid "" +msgstr "" +"Project-Id-Version: Sweet Glossary 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sweet-glossary\n" +"POT-Creation-Date: 2022-01-14 21:04:24+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"X-Generator: grunt-wp-i18n 0.5.4\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\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Country: United States\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-Bookmarks: \n" +"X-Textdomain-Support: yes\n" + +#: public/class-sweet-glossary-public.php:113 +msgid "Search Glossary Terms" +msgstr "" + +#: public/class-sweet-glossary-public.php:114 +#: public/class-sweet-glossary-public.php:118 +msgid "Glossary" +msgstr "" + +#: public/class-sweet-glossary-public.php:115 +msgid "Edit Glossary term" +msgstr "" + +#: public/class-sweet-glossary-public.php:116 +msgid "Update Glossary term" +msgstr "" + +#: public/class-sweet-glossary-public.php:117 +msgid "New Glossary" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Sweet Glossary" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://techpecialist.com/sweet-glossary/" +msgstr "" + +#. Description of the plugin/theme +msgid "A simple, beautiful and SEO friendly glossary plugin." +msgstr "" + +#. Author of the plugin/theme +msgid "Techpecialist" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://techpecialist.com/" +msgstr "" + +#: admin/class-sweet-glossary-admin.php:111 +msgctxt "Settings option" +msgid "Customize Sweet Glossary base slug" +msgstr "" + +#: admin/class-sweet-glossary-admin.php:118 +msgctxt "Settings header" +msgid "Glossary base slug" +msgstr "" + +#: public/class-sweet-glossary-public.php:110 +msgctxt "Glossary Custom Post Type Name Plural" +msgid "Glossary" +msgstr "" + +#: public/class-sweet-glossary-public.php:111 +msgctxt "Glossary Custom Post Type Name Singular" +msgid "Glossary" +msgstr "" + +#: public/class-sweet-glossary-public.php:112 +msgctxt "Add new glossary term" +msgid "New glossary" +msgstr "" + +#: public/class-sweet-glossary-public.php:206 +msgctxt "No glossary terms" +msgid "We are preparing something amazing here. Check back later 🤓." +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/taxonomy-terms-list-block/translation_file/languages/taxonomy-terms-list-block.pot b/spec/fixtures/dynamic_finders/plugin_version/taxonomy-terms-list-block/translation_file/languages/taxonomy-terms-list-block.pot new file mode 100644 index 00000000..b6313c72 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/taxonomy-terms-list-block/translation_file/languages/taxonomy-terms-list-block.pot @@ -0,0 +1,73 @@ +# Copyright (C) 2022 igmoweb +# This file is distributed under the GPLv2 or later (license.txt). +msgid "" +msgstr "" +"Project-Id-Version: Taxonomy Terms List Block 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/html\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: 2022-02-11T07:11:25+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.5.0\n" +"X-Domain: taxonomyblock\n" + +#. Plugin Name of the plugin +msgid "Taxonomy Terms List Block" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://wordpress.org/plugins/taxonomy-terms-list-block" +msgstr "" + +#. Description of the plugin +msgid "Displays a list of a post terms for a selected taxonomy." +msgstr "" + +#. Author of the plugin +msgid "igmoweb" +msgstr "" + +#. Author URI of the plugin +msgid "http://igmoweb.com" +msgstr "" + +#: inc/block.php:56 +msgid "Term items not found." +msgstr "" + +#: src/components/Edit.js:71 +msgid "Please, select a taxonomy in the block options" +msgstr "" + +#: src/components/Settings.js:27 +msgid "Separator" +msgstr "" + +#: src/components/Settings.js:32 +msgid "Enter character(s) used to separate terms." +msgstr "" + +#: src/components/Settings.js:39 +msgid "Title" +msgstr "" + +#: src/components/Settings.js:44 +msgid "Title prefixed to the list of elements." +msgstr "" + +#: src/components/TaxonomyControl.js:11 +msgid "-- Select a taxonomy --" +msgstr "" + +#: block.json +msgctxt "block title" +msgid "Taxonomy Terms List" +msgstr "" + +#: block.json +msgctxt "block description" +msgid "Displays a list of a post terms for a selected taxonomy." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/useful-tab-block-responsive-amp-compatible/translation_file/languages/useful-tab-block-ja.po b/spec/fixtures/dynamic_finders/plugin_version/useful-tab-block-responsive-amp-compatible/translation_file/languages/useful-tab-block-ja.po new file mode 100644 index 00000000..cbf1c01e --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/useful-tab-block-responsive-amp-compatible/translation_file/languages/useful-tab-block-ja.po @@ -0,0 +1,255 @@ +# Copyright (C) 2022 beginner-blogger.com +# This file is distributed under the GPL2 or later. +msgid "" +msgstr "" +"Project-Id-Version: Useful Tab Block – Responsive & AMP-Compatible 1.0.0\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/useful-tab-block\n" +"POT-Creation-Date: 2022-02-16T15:50:03+00:00\n" +"PO-Revision-Date: 2022-02-17 00:51+0900\n" +"Last-Translator: beginner-blogger.com\n" +"Language-Team: \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.0.1\n" +"X-Domain: useful-tab-block\n" + +#. Plugin Name of the plugin +#: setting-page.php:9 setting-page.php:162 +msgid "Useful Tab Block – Responsive & AMP-Compatible" +msgstr "Useful Tab Block – レスポンシブ & AMP対応" + +#. Plugin URI of the plugin +msgid "https://beginner-blogger.com/useful-tab-block" +msgstr "https://beginner-blogger.com/useful-tab-block" + +#. Description of the plugin +msgid "" +"Useful Tab Block offers responsive and AMP-compatible tab blocks to your " +"Gutenberg editor. The blocks, which do not use JavaScript, render and " +"function quickly." +msgstr "" +"Useful Tab Block をインストールすると、レスポンシブかつ AMP 対応のタブブロッ" +"クを Gutenberg エディター上で使用できるようになります。JavaScript を使用しな" +"いため、高速に表示・機能します。" + +#. Author of the plugin +msgid "beginner-blogger.com" +msgstr "beginner-blogger.com" + +#. Author URI of the plugin +msgid "https://beginner-blogger.com" +msgstr "https://beginner-blogger.com" + +#: setting-page.php:10 +msgid "" +"Thank you for installing Useful Tab Block – Responsive & AMP-" +"Compatible." +msgstr "" +"この度は Useful Tab Block – レスポンシブ & AMP対応 をインス" +"トールしていただきありがとうございます。" + +#: setting-page.php:13 setting-page.php:118 +msgid "PREMIUM VERSION" +msgstr "有料版特典" + +#: setting-page.php:22 setting-page.php:127 +msgid "The premium version provides four additional functionalities:" +msgstr "有料版では、次の4つの機能が追加されます:" + +#: setting-page.php:24 setting-page.php:129 +msgid "Rearrangement of tabs" +msgstr "タブの並び替え" + +#: setting-page.php:25 setting-page.php:130 +msgid "Fontawesome icons in tab labels" +msgstr "タブラベルに Fontawesome アイコン を挿入" + +#: setting-page.php:26 setting-page.php:131 +msgid "Add/remove tabs more easily and intuitively" +msgstr "+–ボタンでタブの追加・消去をより直感的に" + +#: setting-page.php:27 setting-page.php:132 +msgid "Custom colors for label texts and backgrounds" +msgstr "カラーパレットにお気に入りの色を追加" + +#: setting-page.php:29 setting-page.php:134 +msgid "You can add six favorite colors in your color palette!" +msgstr "カレーパレットにお気に入りの色を6つまで登録することができます。" + +#: setting-page.php:33 setting-page.php:138 +msgid "Check it out!" +msgstr "Check it out!" + +#: setting-page.php:35 setting-page.php:140 +msgid "1,000 Yen: STORES.jp" +msgstr "1,000円:STORES.jp" + +#: setting-page.php:36 setting-page.php:141 +msgid "$10: Gumroad" +msgstr "10$:Gumroad" + +#: setting-page.php:52 +msgid "Suggestions/Feedback" +msgstr "不具合の報告はこちらから" + +#: setting-page.php:57 +msgid "Specifications" +msgstr "機能" + +#: setting-page.php:59 +msgid "Maximum number of tabs: 10" +msgstr "最大タブ数:10" + +#: setting-page.php:60 +msgid "You can customize:" +msgstr "各タブでは以下の3つをカスタマイズできます:" + +#: setting-page.php:62 +msgid "Label background color (checked/unchecked)" +msgstr "ラベル背景色(選択時・非選択時)" + +#: setting-page.php:63 +msgid "Label text color (checked/unchecked)" +msgstr "ラベルテキスト色(選択時・非選択時)" + +#: setting-page.php:64 +msgid "Label shape (rect or round)" +msgstr "ラベルの形(長方形・角丸)" + +#: setting-page.php:75 +msgid "You can find Useful Tab Block in DESIGN category." +msgstr "Useful Tab Block は、デザインカテゴリーにあります。" + +#: setting-page.php:80 +msgid "" +"If you want to shorctut, you can create one by just typing /useful in a paragraph block." +msgstr "" +"ショートカットとして、段落ブロックの中で/usefulと入力することで" +"作成することもできます。" + +#: setting-page.php:93 +msgid "" +"Put your content in the blue border box (the blue border does not appear on " +"the frontend)." +msgstr "" +"コンテンツは青枠の中に作成してください。青枠はエディター上では表示されていま" +"すが、実際に公開するページでは表示されないのでご安心ください。" + +#: setting-page.php:99 +msgid "Note" +msgstr "注意" + +#: setting-page.php:100 +msgid "" +"Depending on the WordPress theme you use, you may see a color picker in " +"Color Setting panel in the inspector." +msgstr "" +"使用しているWordPressのテーマによっては、 色設定の部分に画像" +"のようなカラーピッカーがある場合があります。" + +#: setting-page.php:109 +msgid "" +"This plugin, however, DOES NOT SUPPORT this " +"color picker. Even if you choose a color with it, nothing visually changes " +"in Useful Tab Blocks." +msgstr "" +"しかし、このプラグインではこのカラーピッカーをサポートし" +"ていません。このカラーピッカーで色を選んでも何も変化はないのでご注意く" +"ださい。" + +#: setting-page.php:114 +msgid "Instead, this plugin has prepared plenty of colors!" +msgstr "" +"その代わり、カラーピッカーを使わなくてもいいように多くの色をカラーパレット内" +"に用意しています。" + +#: setting-page.php:115 +msgid "" +"Furthermore, in the premium version, you can define custome colors!" +msgstr "" +"また、有料版では特典としてオリジナルカラーを設定することができます。" +"" + +#: setting-page.php:150 +msgid "" +"For the latest information, please check the developer's website." +msgstr "" +"最新情報や不具合の報告、要望などは開発者のサイトにてご確認・ご連絡くださ" +"い。" + +#: setting-page.php:150 +msgid "" +"Although it is written in Japanese, English comments are welcome! (The " +"developer understands French, too!)" +msgstr " " + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Tab Setting" +msgstr "タブ設定" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Number of tabs" +msgstr "タブ数" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Color Setting" +msgstr "色設定" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Label Background" +msgstr "ラベル背景色" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Checked Label Background" +msgstr "ラベル背景色(選択時)" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Label Text" +msgstr "ラベルテキスト色" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Checked Label Text" +msgstr "ラベルテキスト色(選択時)" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Useful Tab" +msgstr "タブ(Useful Tab)" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Give useful and easy-to-use tabs." +msgstr "" +"カスタマイズ可能(角丸の有無、タブ数、色)なタブを簡単操作で設置できます。" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Rect" +msgstr "長方形" + +#: tab-block/build/b-b-c-tab.js:1 +msgid "Round" +msgstr "角丸" + +#: tab-content-block/build/b-b-c-tab-content.js:1 +msgid "Tab Content (from Useful Tab)" +msgstr "タブコンテンツ" + +#: tab-content-block/build/b-b-c-tab-content.js:1 +msgid "Can have whatever you want inside." +msgstr "お好みのブロックを自由に追加できます。" + +#~ msgid "プラグインの説明ページなどのURL" +#~ msgstr "プラグインの説明ページなどのURL" + +#~ msgid "プラグインの説明" +#~ msgstr "プラグインの説明" + +#, fuzzy +#~| msgid "Number of tabs" +#~ msgid "of tabs" +#~ msgstr "タブ数" diff --git a/spec/fixtures/dynamic_finders/plugin_version/wc-epayco-payment-gateway/change_log/changelog.txt b/spec/fixtures/dynamic_finders/plugin_version/wc-epayco-payment-gateway/change_log/changelog.txt new file mode 100644 index 00000000..ce4e6a30 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/wc-epayco-payment-gateway/change_log/changelog.txt @@ -0,0 +1,31 @@ + + ________ ______ ___ ___ _____ _____ _____ ______ _____ _ +|_ _| \/ || \/ | / _ \| __ \_ _|_ _| | ___ \ | __ \ | | + | | | . . || . . |/ /_\ \ | \/ | | | | ___| |_/ /_ _ _ _ ___ ___ | | \/ __ _| |_ _____ ____ _ _ _ + | | | |\/| || |\/| || _ | | __ | | | | / _ \ __/ _` | | | |/ __/ _ \ | | __ / _` | __/ _ \ \ /\ / / _` | | | | + _| |_| | | || | | || | | | |_\ \_| |_ | | | __/ | | (_| | |_| | (_| (_) | | |_\ \ (_| | || __/\ V V / (_| | |_| | + \___/\_| |_/\_| |_/\_| |_/\____/\___/ \_/ \___\_| \__,_|\__, |\___\___/ \____/\__,_|\__\___| \_/\_/ \__,_|\__, | + __/ | __/ | + |___/ |___/ + +~ immagit.com 2018 - 2022 ~ +Thanks for your support and feel free to contact us any time :) +Letters made by patorjk from https://patorjk.com/software/taag/ using DOOM + +2022.02.24 - version 1.0.3.1 +* Fix - Miscellaneous Fixes. + +2022.02.23 - version 1.0.3 +* New - A transaction log was added in the order detail. +* Tweak - Tests with WordPress 5.9.1 +* Fix - Miscellaneous Fixes. + +2022.02.15 - version 1.0.2 +* Tweak - Tests with WooCommerce 6.3 +* Fix - Miscellaneous Fixes. + +2022.02.10 - version 1.0.1 +* Fix - Miscellaneous Fixes. + +2022.02.09 - version 1.0.0 + * Initial release \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/webpos-point-of-sale-for-woocommerce/change_log/CHANGELOG.txt b/spec/fixtures/dynamic_finders/plugin_version/webpos-point-of-sale-for-woocommerce/change_log/CHANGELOG.txt new file mode 100644 index 00000000..9d94ac53 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/webpos-point-of-sale-for-woocommerce/change_log/CHANGELOG.txt @@ -0,0 +1,8 @@ +/*1.0.2 - 2022.02.20*/ +- Fixed: scan repeatedly + +/*1.0.1 - 2022.02.15*/ +- Added: Change variation on bill + +/*1.0.0 - 2022.*/ +- Release version 1.0.0 diff --git a/spec/fixtures/dynamic_finders/plugin_version/wisdm-reports-for-learndash/translation_file/languages/learndash-reports-by-wisdmlabs.pot b/spec/fixtures/dynamic_finders/plugin_version/wisdm-reports-for-learndash/translation_file/languages/learndash-reports-by-wisdmlabs.pot new file mode 100644 index 00000000..d9fc24e0 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/wisdm-reports-for-learndash/translation_file/languages/learndash-reports-by-wisdmlabs.pot @@ -0,0 +1,1732 @@ +# Copyright (C) 2022 WisdmLabs +# This file is distributed under the GPL v2 or later. +msgid "" +msgstr "" +"Project-Id-Version: WISDM Reports for LearnDash FREE 1.0.2\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/learndash-reports-by-wisdmlabs\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: 2022-02-24T12:49:56+00:00\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"X-Generator: WP-CLI 2.6.0\n" +"X-Domain: learndash-reports-by-wisdmlabs\n" + +#. Plugin Name of the plugin +msgid "WISDM Reports for LearnDash FREE" +msgstr "" + +#. Plugin URI of the plugin +msgid "https://wisdmlabs.com/reports-for-learndash/" +msgstr "" + +#. Description of the plugin +msgid "LearnDash Reports By WisdmLabs" +msgstr "" + +#. Author of the plugin +msgid "WisdmLabs" +msgstr "" + +#. Author URI of the plugin +msgid "https://wisdmlabs.com/" +msgstr "" + +#. translators: %1d:Average Enrollments +#: includes/apis/class-wrld-course-progress-info.php:178 +msgid "%d Learner" +msgstr "" + +#. translators: %1d:Average Enrollments +#: includes/apis/class-wrld-course-progress-info.php:178 +msgid "%d Learners" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:246 +#: includes/apis/class-wrld-course-progress-info.php:401 +#: includes/apis/class-wrld-course-progress-info.php:460 +#: includes/apis/class-wrld-course-progress-info.php:614 +#: includes/apis/class-wrld-course-progress-info.php:713 +#: includes/apis/class-wrld-course-progress-info.php:1092 +#: includes/apis/class-wrld-course-progress-info.php:1362 +#: includes/apis/class-wrld-course-progress-info.php:1446 +#: includes/apis/class-wrld-course-progress-info.php:1501 +#: includes/apis/class-wrld-course-progress-info.php:1661 +#: includes/apis/class-wrld-course-progress-info.php:1727 +#: includes/apis/class-wrld-course-time-tracking.php:354 +#: includes/apis/class-wrld-course-time-tracking.php:488 +#: includes/apis/class-wrld-course-time-tracking.php:533 +#: includes/apis/class-wrld-course-time-tracking.php:620 +#: includes/apis/class-wrld-course-time-tracking.php:743 +#: includes/apis/class-wrld-course-time-tracking.php:787 +#: includes/apis/class-wrld-quiz-reporting-tools.php:51 +msgid "No Courses found" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:294 +#: includes/apis/class-wrld-course-progress-info.php:539 +#: includes/apis/class-wrld-course-progress-info.php:767 +#: includes/apis/class-wrld-course-progress-info.php:777 +#: includes/apis/class-wrld-course-progress-info.php:787 +#: includes/apis/class-wrld-course-progress-info.php:1167 +#: includes/apis/class-wrld-course-progress-info.php:1199 +#: includes/apis/class-wrld-course-progress-info.php:1252 +#: includes/apis/class-wrld-course-progress-info.php:1553 +#: includes/apis/class-wrld-course-time-tracking.php:393 +#: includes/apis/class-wrld-course-time-tracking.php:673 +#: includes/apis/class-wrld-course-time-tracking.php:684 +#: includes/apis/class-wrld-course-time-tracking.php:695 +msgid "You don't have access to this course." +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:306 +#: includes/apis/class-wrld-course-progress-info.php:1562 +#: includes/apis/class-wrld-course-time-tracking.php:402 +msgid "Course doesn't exist" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:316 +#: includes/apis/class-wrld-course-progress-info.php:1580 +#: includes/apis/class-wrld-course-time-tracking.php:412 +msgid "No Students enrolled" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:325 +#: includes/apis/class-wrld-course-progress-info.php:796 +#: includes/apis/class-wrld-course-time-tracking.php:829 +msgid "No Quizzes found for the selected filters" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:367 +#: includes/apis/class-wrld-course-progress-info.php:580 +#: includes/apis/class-wrld-course-progress-info.php:1329 +#: includes/apis/class-wrld-course-progress-info.php:1628 +#: includes/apis/class-wrld-course-time-tracking.php:455 +#: includes/apis/class-wrld-course-time-tracking.php:711 +msgid "Course Category disabled. Please contact admin." +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:374 +#: includes/apis/class-wrld-course-progress-info.php:587 +#: includes/apis/class-wrld-course-progress-info.php:1336 +#: includes/apis/class-wrld-course-progress-info.php:1635 +#: includes/apis/class-wrld-course-time-tracking.php:462 +#: includes/apis/class-wrld-course-time-tracking.php:718 +msgid "Course Category doesn't exist" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:652 +msgid "No Quiz Attempts found" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:759 +msgid "Course selection is required" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:1175 +msgid "No Data to display" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:1207 +msgid "No Topics assigned to this lesson" +msgstr "" + +#: includes/apis/class-wrld-course-progress-info.php:1261 +msgid "No Students enrolled in this course." +msgstr "" + +#: includes/apis/class-wrld-course-time-tracking.php:817 +msgid "No Students Enrolled" +msgstr "" + +#. translators: placeholder: Number of Days count. +#: includes/apis/class-wrld-course-time-tracking.php:896 +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" + +#. translators: placeholder: Number of Hours count. +#: includes/apis/class-wrld-course-time-tracking.php:907 +msgid "%s hr" +msgid_plural "%s hrs" +msgstr[0] "" +msgstr[1] "" + +#: includes/apis/class-wrld-quiz-reporting-tools.php:55 +msgid "Search term is short enter atleast 3 letters" +msgstr "" + +#: includes/templates/upgrade-notice.php:26 +msgid "Dismiss" +msgstr "" + +#: learndash-reports-by-wisdmlabs.php:82 +#: learndash-reports-by-wisdmlabs.php:258 +msgid "Learndash Reports" +msgstr "" + +#: learndash-reports-by-wisdmlabs.php:98 +msgid "Default Report Pattern" +msgstr "" + +#: learndash-reports-by-wisdmlabs.php:99 +msgid "This pattern can be used as the" +msgstr "" + +#: learndash-reports-by-wisdmlabs.php:361 +#: learndash-reports-by-wisdmlabs.php:377 +msgid "Access Denied." +msgstr "" + +#: learndash-reports-by-wisdmlabs.php:362 +#: learndash-reports-by-wisdmlabs.php:378 +msgid "You need to be logged in to access this page." +msgstr "" + +#: learndash-reports-by-wisdmlabs.php:423 +msgid "Thank you for installing, WISDM Reports For LearnDash" +msgstr "" + +#: learndash-reports-by-wisdmlabs.php:424 +msgid "How can we make LearnDash Reporting work for you? Please help us serve you better by going through a quick survey." +msgstr "" + +#: learndash-reports-by-wisdmlabs.php:425 +msgid "Submit a quick Survey" +msgstr "" + +#: includes/blocks/builds/editor-average-quiz-attempts.js:1334 +#: includes/blocks/builds/index-average-quiz-attempts.js:1426 +#: includes/blocks/src/average-quiz-attempts/index-average-quiz-attempts.js:29 +#: includes/blocks/builds/index-average-quiz-attempts.js:1213 +msgid "This block will display the average quiz attempts graph" +msgstr "" + +#: includes/blocks/builds/editor-average-quiz-attempts.js:1422 +#: includes/blocks/builds/editor-course-completion-rate.js:1474 +#: includes/blocks/builds/editor-course-list.js:283 +#: includes/blocks/builds/editor-course-list.js:288 +#: includes/blocks/builds/editor-daily-enrollments.js:1424 +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1431 +#: includes/blocks/builds/editor-pending-assignments.js:273 +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1433 +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1399 +#: includes/blocks/builds/editor-quiz-reports.js:211 +#: includes/blocks/builds/editor-quiz-reports.js:216 +#: includes/blocks/builds/editor-report-filters.js:10904 +#: includes/blocks/builds/editor-revenue-from-courses.js:1414 +#: includes/blocks/builds/editor-time-spent-on-a-course.js:1424 +#: includes/blocks/builds/editor-total-courses.js:247 +#: includes/blocks/builds/editor-total-learners.js:229 +#: includes/blocks/builds/editor-total-revenue-earned.js:229 +#: includes/blocks/builds/index-average-quiz-attempts.js:1676 +#: includes/blocks/builds/index-course-completion-rate.js:1796 +#: includes/blocks/builds/index-course-list.js:6571 +#: includes/blocks/builds/index-daily-enrollments.js:1623 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1752 +#: includes/blocks/builds/index-pending-assignments.js:261 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1751 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1698 +#: includes/blocks/builds/index-report-filters.js:12485 +#: includes/blocks/builds/index-revenue-from-courses.js:1628 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1786 +#: includes/blocks/builds/index-total-courses.js:229 +#: includes/blocks/builds/index-total-learners.js:229 +#: includes/blocks/builds/index-total-revenue-earned.js:231 +#: includes/blocks/src/average-quiz-attempts/index-average-quiz-attempts.js:265 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:372 +#: includes/blocks/src/course-list/index-course-list.js:250 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:224 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:340 +#: includes/blocks/src/pending-assignments/index-pending-assignments.js:114 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:343 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:284 +#: includes/blocks/src/report-filters/index-report-filters.js:1049 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:227 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:361 +#: includes/blocks/src/total-courses/index-total-courses.js:84 +#: includes/blocks/src/total-learners/index-total-learners.js:85 +#: includes/blocks/src/total-revenue-earned/index-total-revenue-earned.js:85 +#: includes/blocks/builds/index-average-quiz-attempts.js:1449 +#: includes/blocks/builds/index-course-completion-rate.js:1556 +#: includes/blocks/builds/index-course-list.js:6326 +#: includes/blocks/builds/index-daily-enrollments.js:1408 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1524 +#: includes/blocks/builds/index-pending-assignments.js:169 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1527 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1468 +#: includes/blocks/builds/index-report-filters.js:10751 +#: includes/blocks/builds/index-revenue-from-courses.js:1411 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1545 +#: includes/blocks/builds/index-total-courses.js:139 +#: includes/blocks/builds/index-total-learners.js:140 +#: includes/blocks/builds/index-total-revenue-earned.js:140 +msgid "Loading..." +msgstr "" + +#: includes/blocks/builds/editor-average-quiz-attempts.js:1439 +#: includes/blocks/builds/editor-average-quiz-attempts.js:1479 +#: includes/blocks/builds/index-average-quiz-attempts.js:1425 +#: includes/blocks/src/average-quiz-attempts/index-average-quiz-attempts.js:28 +#: includes/blocks/builds/index-average-quiz-attempts.js:1212 +msgid "Average Quiz Attempts" +msgstr "" + +#: includes/blocks/builds/editor-average-quiz-attempts.js:1450 +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1459 +msgid "Average Result" +msgstr "" + +#: includes/blocks/builds/editor-average-quiz-attempts.js:1454 +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1471 +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1471 +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1431 +msgid "Learners Completed The Quizzes " +msgstr "" + +#: includes/blocks/builds/editor-average-quiz-attempts.js:1458 +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1479 +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1479 +msgid "Total Quizzes " +msgstr "" + +#: includes/blocks/builds/editor-average-quiz-attempts.js:1480 +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1501 +msgid "Graph of the learner pass/fail rate" +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1334 +#: includes/blocks/builds/index-course-completion-rate.js:1430 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:30 +#: includes/blocks/builds/index-course-completion-rate.js:1214 +msgid "This report displays the percentage of learners who have completed each course, in comparison to the total number of learners enrolled in the course." +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1341 +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1342 +#: includes/blocks/builds/editor-pending-assignments.js:226 +#: includes/blocks/builds/editor-pending-assignments.js:284 +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1344 +#: includes/blocks/builds/editor-report-filters.js:10770 +#: includes/blocks/builds/index-average-quiz-attempts.js:106 +#: includes/blocks/builds/index-course-completion-rate.js:106 +#: includes/blocks/builds/index-course-completion-rate.js:1436 +#: includes/blocks/builds/index-course-completion-rate.js:1576 +#: includes/blocks/builds/index-daily-enrollments.js:106 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:106 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1413 +#: includes/blocks/builds/index-pending-assignments.js:190 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:106 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1413 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:106 +#: includes/blocks/builds/index-report-filters.js:12062 +#: includes/blocks/builds/index-revenue-from-courses.js:106 +#: includes/blocks/builds/index-time-spent-on-a-course.js:106 +#: includes/blocks/src/commons/chart-summary/index.js:56 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:35 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:155 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:17 +#: includes/blocks/src/pending-assignments/index-pending-assignments.js:45 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:16 +#: includes/blocks/src/report-filters/index-report-filters.js:675 +#: includes/blocks/builds/index-average-quiz-attempts.js:71 +#: includes/blocks/builds/index-course-completion-rate.js:71 +#: includes/blocks/builds/index-course-completion-rate.js:1219 +#: includes/blocks/builds/index-course-completion-rate.js:1339 +#: includes/blocks/builds/index-daily-enrollments.js:71 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:71 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1201 +#: includes/blocks/builds/index-pending-assignments.js:100 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:71 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1200 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:71 +#: includes/blocks/builds/index-report-filters.js:10377 +#: includes/blocks/builds/index-revenue-from-courses.js:71 +#: includes/blocks/builds/index-time-spent-on-a-course.js:71 +msgid "Please upgrade the plugin to access this feature" +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1491 +#: includes/blocks/builds/editor-course-completion-rate.js:1555 +#: includes/blocks/builds/index-course-completion-rate.js:1422 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:22 +#: includes/blocks/builds/index-course-completion-rate.js:1206 +msgid "Course Completion Rate" +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1502 +msgid "Per Course" +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1504 +msgid "Per Learner" +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1508 +msgid "Average Time Spent On the Courses" +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1516 +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1467 +#: includes/blocks/builds/editor-pending-assignments.js:311 +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1467 +#: includes/blocks/builds/index-average-quiz-attempts.js:83 +#: includes/blocks/builds/index-course-completion-rate.js:83 +#: includes/blocks/builds/index-daily-enrollments.js:83 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:83 +#: includes/blocks/builds/index-pending-assignments.js:302 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:83 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:83 +#: includes/blocks/builds/index-revenue-from-courses.js:83 +#: includes/blocks/builds/index-time-spent-on-a-course.js:83 +#: includes/blocks/src/commons/chart-summary/index.js:32 +#: includes/blocks/src/pending-assignments/index-pending-assignments.js:149 +#: includes/blocks/builds/index-average-quiz-attempts.js:47 +#: includes/blocks/builds/index-course-completion-rate.js:47 +#: includes/blocks/builds/index-daily-enrollments.js:47 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:47 +#: includes/blocks/builds/index-pending-assignments.js:204 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:47 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:47 +#: includes/blocks/builds/index-revenue-from-courses.js:47 +#: includes/blocks/builds/index-time-spent-on-a-course.js:47 +msgid "UPGRADE TO PRO" +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1520 +msgid "Courses completed by " +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1524 +#: includes/blocks/builds/editor-course-completion-rate.js:1530 +#: includes/blocks/builds/editor-course-completion-rate.js:1536 +#: includes/blocks/builds/index-course-completion-rate.js:1591 +#: includes/blocks/builds/index-course-completion-rate.js:1594 +#: includes/blocks/builds/index-course-completion-rate.js:1597 +#: includes/blocks/builds/index-course-completion-rate.js:1622 +#: includes/blocks/builds/index-course-completion-rate.js:1625 +#: includes/blocks/builds/index-course-completion-rate.js:1628 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1537 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1543 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:169 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:173 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:177 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:203 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:207 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:211 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:140 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:148 +#: includes/blocks/builds/index-course-completion-rate.js:1353 +#: includes/blocks/builds/index-course-completion-rate.js:1357 +#: includes/blocks/builds/index-course-completion-rate.js:1361 +#: includes/blocks/builds/index-course-completion-rate.js:1387 +#: includes/blocks/builds/index-course-completion-rate.js:1391 +#: includes/blocks/builds/index-course-completion-rate.js:1395 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1324 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1332 +msgid " Learners" +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1526 +msgid "Course not yet started by " +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1532 +msgid "Course ongoing by " +msgstr "" + +#: includes/blocks/builds/editor-course-completion-rate.js:1556 +msgid "Graph of the Course completion rate" +msgstr "" + +#: includes/blocks/builds/editor-course-list.js:303 +#: includes/blocks/builds/index-course-list.js:6588 +#: includes/blocks/src/course-list/index-course-list.js:267 +#: includes/blocks/builds/index-course-list.js:6343 +msgid "Download " +msgstr "" + +#: includes/blocks/builds/editor-course-list.js:305 +#: includes/blocks/builds/editor-course-list.js:308 +#: includes/blocks/builds/index-course-list.js:6595 +#: includes/blocks/builds/index-course-list.js:6599 +#: includes/blocks/src/course-list/index-course-list.js:271 +#: includes/blocks/src/course-list/index-course-list.js:272 +#: includes/blocks/builds/index-course-list.js:6347 +#: includes/blocks/builds/index-course-list.js:6348 +msgid "CSV" +msgstr "" + +#: includes/blocks/builds/editor-course-list.js:327 +msgid "Course List" +msgstr "" + +#: includes/blocks/builds/editor-course-list.js:328 +#: includes/blocks/builds/editor-quiz-reports.js:237 +msgid "A table containing a list of the courses" +msgstr "" + +#: includes/blocks/builds/editor-daily-enrollments.js:1328 +#: includes/blocks/builds/index-daily-enrollments.js:1417 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:23 +#: includes/blocks/builds/index-daily-enrollments.js:1207 +msgid "This Report displays the total number of daily learner enrollments for the selected date range." +msgstr "" + +#: includes/blocks/builds/editor-daily-enrollments.js:1392 +#: includes/blocks/builds/index-daily-enrollments.js:1549 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:151 +#: includes/blocks/builds/index-daily-enrollments.js:1335 +msgid "Dates" +msgstr "" + +#: includes/blocks/builds/editor-daily-enrollments.js:1400 +#: includes/blocks/builds/index-daily-enrollments.js:1570 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:172 +#: includes/blocks/builds/index-daily-enrollments.js:1356 +msgid "Learner Enrollments" +msgstr "" + +#: includes/blocks/builds/editor-daily-enrollments.js:1441 +#: includes/blocks/builds/editor-daily-enrollments.js:1463 +#: includes/blocks/builds/index-daily-enrollments.js:1416 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:22 +#: includes/blocks/builds/index-daily-enrollments.js:1206 +msgid "Daily Enrollments" +msgstr "" + +#: includes/blocks/builds/editor-daily-enrollments.js:1448 +msgid "Average Daily Enrollments" +msgstr "" + +#: includes/blocks/builds/editor-daily-enrollments.js:1464 +msgid "Graph of the daily enrollments during the selected timeframe" +msgstr "" + +#: includes/blocks/builds/editor-date-filters.js:1853 +msgid "Duration Selectors" +msgstr "" + +#: includes/blocks/builds/editor-date-filters.js:1854 +#: includes/blocks/builds/editor-report-filters.js:11002 +msgid "A block with duration selectors for the Learndash reports" +msgstr "" + +#: includes/blocks/builds/editor-date-filters.js:1885 +#: includes/blocks/builds/editor-date-filters.js:1912 +msgid "Reports Dashboard" +msgstr "" + +#: includes/blocks/builds/editor-date-filters.js:1889 +#: includes/blocks/builds/editor-date-filters.js:1916 +msgid "SHOWING DATA FOR " +msgstr "" + +#: includes/blocks/builds/editor-date-filters.js:1912 +msgid "Selected Duration" +msgstr "" + +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1336 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1429 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:31 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1215 +msgid "This Report displays the graph for the Pass and Fail Rate for the Quizzes in each Course." +msgstr "" + +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1448 +msgid "Learner Pass Rate Per Course" +msgstr "" + +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1475 +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1475 +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1435 +msgid "Completed Quizzes " +msgstr "" + +#: includes/blocks/builds/editor-learner-pass-fail-rate-per-course.js:1500 +msgid "Learners Pass/Fail Rate" +msgstr "" + +#: includes/blocks/builds/editor-pending-assignments.js:322 +msgid "Pending Assignments" +msgstr "" + +#: includes/blocks/builds/editor-pending-assignments.js:323 +msgid "Displays Count of the pending assignments" +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1338 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1429 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:29 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1213 +msgid "This Report displays the percentage of Learners who have completed all Quizzes in each Course." +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1448 +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1500 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1428 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:28 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1212 +msgid "Quiz Completion Rate" +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1459 +msgid "Average Completed Quizzes" +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-rate-per-course.js:1501 +msgid "Graph of the quiz completion rate" +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1331 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1441 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:43 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1227 +msgid "This Report displays the total time spent by the Learners on Quizzes in each Course." +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1380 +msgid "Time taken" +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1416 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1440 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:42 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1226 +msgid "Quiz Completion Time" +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1427 +msgid "Average Time Spent Per Quiz" +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1439 +msgid "Total Time Spent " +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1460 +msgid "Quiz completion time per course" +msgstr "" + +#: includes/blocks/builds/editor-quiz-completion-time-per-course.js:1461 +msgid "Graph of the quiz completion time per course" +msgstr "" + +#: includes/blocks/builds/editor-quiz-reports.js:227 +msgid "This block will be hidden by default & will display the Quiz Reports when quiz reports are requested" +msgstr "" + +#: includes/blocks/builds/editor-quiz-reports.js:236 +msgid "Quiz Reports" +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:10919 +#: includes/blocks/builds/index-report-filters.js:12500 +#: includes/blocks/src/report-filters/index-report-filters.js:1061 +#: includes/blocks/builds/index-report-filters.js:10763 +msgid "Categories" +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:10931 +#: includes/blocks/builds/index-course-list.js:6455 +#: includes/blocks/builds/index-report-filters.js:11585 +#: includes/blocks/builds/index-report-filters.js:12515 +#: includes/blocks/src/course-list/index-course-list.js:144 +#: includes/blocks/src/report-filters/index-report-filters.js:459 +#: includes/blocks/src/report-filters/index-report-filters.js:1075 +#: includes/blocks/builds/index-course-list.js:6220 +#: includes/blocks/builds/index-report-filters.js:10161 +#: includes/blocks/builds/index-report-filters.js:10777 +msgid "Groups" +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:10942 +#: includes/blocks/builds/index-report-filters.js:12541 +#: includes/blocks/src/report-filters/index-report-filters.js:1098 +#: includes/blocks/builds/index-report-filters.js:10800 +msgid "Course Reports" +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:10944 +#: includes/blocks/builds/index-report-filters.js:12527 +#: includes/blocks/builds/index-report-filters.js:12532 +#: includes/blocks/src/report-filters/index-report-filters.js:1088 +#: includes/blocks/src/report-filters/index-report-filters.js:1091 +#: includes/blocks/builds/index-report-filters.js:10790 +#: includes/blocks/builds/index-report-filters.js:10793 +msgid "Quiz Reports " +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:10950 +#: includes/blocks/builds/index-course-completion-rate.js:1569 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1527 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1500 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1516 +#: includes/blocks/builds/index-report-filters.js:11568 +#: includes/blocks/builds/index-report-filters.js:12570 +#: includes/blocks/builds/index-revenue-from-courses.js:1539 +#: includes/blocks/builds/index-revenue-from-courses.js:1575 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:150 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:125 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:98 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:114 +#: includes/blocks/src/report-filters/index-report-filters.js:445 +#: includes/blocks/src/report-filters/index-report-filters.js:1113 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:139 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:175 +#: includes/blocks/builds/index-course-completion-rate.js:1334 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1309 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1282 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1298 +#: includes/blocks/builds/index-report-filters.js:10147 +#: includes/blocks/builds/index-report-filters.js:10815 +#: includes/blocks/builds/index-revenue-from-courses.js:1323 +#: includes/blocks/builds/index-revenue-from-courses.js:1359 +msgid "Courses" +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:10960 +#: includes/blocks/builds/index-report-filters.js:12583 +#: includes/blocks/src/report-filters/index-report-filters.js:1126 +#: includes/blocks/builds/index-report-filters.js:10828 +msgid "Lessons" +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:10970 +#: includes/blocks/builds/index-report-filters.js:12596 +#: includes/blocks/src/report-filters/index-report-filters.js:1139 +#: includes/blocks/builds/index-report-filters.js:10841 +msgid "Topics" +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:10980 +#: includes/blocks/builds/index-course-completion-rate.js:1604 +#: includes/blocks/builds/index-course-completion-rate.js:1635 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1510 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1538 +#: includes/blocks/builds/index-report-filters.js:12617 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:185 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:218 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:110 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:139 +#: includes/blocks/src/report-filters/index-report-filters.js:1159 +#: includes/blocks/builds/index-course-completion-rate.js:1369 +#: includes/blocks/builds/index-course-completion-rate.js:1402 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1294 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1323 +#: includes/blocks/builds/index-report-filters.js:10861 +msgid "Learners" +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:10992 +#: includes/blocks/builds/index-report-filters.js:11726 +#: includes/blocks/builds/index-report-filters.js:12611 +#: includes/blocks/builds/index-report-filters.js:12639 +#: includes/blocks/src/report-filters/index-report-filters.js:539 +#: includes/blocks/src/report-filters/index-report-filters.js:1153 +#: includes/blocks/src/report-filters/index-report-filters.js:1174 +#: includes/blocks/builds/index-report-filters.js:10241 +#: includes/blocks/builds/index-report-filters.js:10855 +#: includes/blocks/builds/index-report-filters.js:10876 +msgid "Apply" +msgstr "" + +#: includes/blocks/builds/editor-report-filters.js:11001 +msgid "Report Tools" +msgstr "" + +#: includes/blocks/builds/editor-revenue-from-courses.js:1326 +#: includes/blocks/builds/index-revenue-from-courses.js:1417 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:23 +#: includes/blocks/builds/index-revenue-from-courses.js:1207 +msgid "This Report displays the Revenue earned Course-wise for the selected date range." +msgstr "" + +#: includes/blocks/builds/editor-revenue-from-courses.js:1431 +#: includes/blocks/builds/editor-revenue-from-courses.js:1467 +#: includes/blocks/builds/index-revenue-from-courses.js:1416 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:22 +#: includes/blocks/builds/index-revenue-from-courses.js:1206 +msgid "Revenue From Courses" +msgstr "" + +#: includes/blocks/builds/editor-revenue-from-courses.js:1442 +msgid "Average Revenue From Courses" +msgstr "" + +#: includes/blocks/builds/editor-revenue-from-courses.js:1446 +#: includes/blocks/builds/index-revenue-from-courses.js:1598 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:199 +#: includes/blocks/builds/index-revenue-from-courses.js:1383 +msgid "Total Revenue: " +msgstr "" + +#: includes/blocks/builds/editor-revenue-from-courses.js:1450 +#: includes/blocks/builds/editor-time-spent-on-a-course.js:1460 +#: includes/blocks/builds/index-revenue-from-courses.js:1601 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1502 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:203 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:100 +#: includes/blocks/builds/index-revenue-from-courses.js:1387 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1284 +msgid "Total Courses: " +msgstr "" + +#: includes/blocks/builds/editor-revenue-from-courses.js:1468 +msgid "Graph of the revenue earned from the courses during the selected timeframe" +msgstr "" + +#: includes/blocks/builds/editor-time-spent-on-a-course.js:1344 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1442 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:44 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1228 +msgid "This Report displays the time spent by the learners on each Course." +msgstr "" + +#: includes/blocks/builds/editor-time-spent-on-a-course.js:1441 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1437 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:39 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1223 +msgid "Time Spent On A Course" +msgstr "" + +#: includes/blocks/builds/editor-time-spent-on-a-course.js:1452 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1515 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:114 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1298 +msgid "AVERAGE TIME SPENT PER COURSE" +msgstr "" + +#: includes/blocks/builds/editor-time-spent-on-a-course.js:1456 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1530 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1547 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1499 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1519 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:130 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:151 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:96 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:119 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1314 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1335 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1280 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1303 +msgid "Total Time Spent: " +msgstr "" + +#: includes/blocks/builds/editor-time-spent-on-a-course.js:1477 +msgid "Time Spent on a Course" +msgstr "" + +#: includes/blocks/builds/editor-time-spent-on-a-course.js:1478 +msgid "Graph of the time spent on the courses" +msgstr "" + +#: includes/blocks/builds/editor-total-courses.js:266 +#: includes/blocks/builds/editor-total-courses.js:283 +#: includes/blocks/builds/index-total-courses.js:248 +#: includes/blocks/src/total-courses/index-total-courses.js:101 +#: includes/blocks/builds/index-total-courses.js:156 +msgid "Total Courses" +msgstr "" + +#: includes/blocks/builds/editor-total-courses.js:284 +msgid "Displays Count of the courses" +msgstr "" + +#: includes/blocks/builds/editor-total-learners.js:248 +#: includes/blocks/builds/editor-total-learners.js:265 +#: includes/blocks/builds/index-total-learners.js:248 +#: includes/blocks/src/total-learners/index-total-learners.js:102 +#: includes/blocks/builds/index-total-learners.js:157 +msgid "Total Learners" +msgstr "" + +#: includes/blocks/builds/editor-total-learners.js:266 +msgid "Displays Count of the enrolled learners" +msgstr "" + +#: includes/blocks/builds/editor-total-revenue-earned.js:248 +#: includes/blocks/builds/index-total-revenue-earned.js:250 +#: includes/blocks/src/total-revenue-earned/index-total-revenue-earned.js:102 +#: includes/blocks/builds/index-total-revenue-earned.js:157 +msgid "Total Revenue Earned" +msgstr "" + +#: includes/blocks/builds/editor-total-revenue-earned.js:265 +msgid "Total Revenue" +msgstr "" + +#: includes/blocks/builds/editor-total-revenue-earned.js:266 +msgid "Displays the total revenue earned during the selected time & its comparison with the previous duration" +msgstr "" + +#: includes/blocks/builds/index-average-quiz-attempts.js:81 +#: includes/blocks/builds/index-course-completion-rate.js:81 +#: includes/blocks/builds/index-daily-enrollments.js:81 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:81 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:81 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:81 +#: includes/blocks/builds/index-revenue-from-courses.js:81 +#: includes/blocks/builds/index-time-spent-on-a-course.js:81 +#: includes/blocks/src/commons/chart-summary/index.js:31 +#: includes/blocks/builds/index-average-quiz-attempts.js:46 +#: includes/blocks/builds/index-course-completion-rate.js:46 +#: includes/blocks/builds/index-daily-enrollments.js:46 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:46 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:46 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:46 +#: includes/blocks/builds/index-revenue-from-courses.js:46 +#: includes/blocks/builds/index-time-spent-on-a-course.js:46 +msgid "Available in PRO version" +msgstr "" + +#: includes/blocks/builds/index-average-quiz-attempts.js:120 +#: includes/blocks/builds/index-course-completion-rate.js:120 +#: includes/blocks/builds/index-daily-enrollments.js:120 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:120 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:120 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:120 +#: includes/blocks/builds/index-revenue-from-courses.js:120 +#: includes/blocks/builds/index-time-spent-on-a-course.js:120 +#: includes/blocks/src/commons/chart-summary/index.js:67 +#: includes/blocks/builds/index-average-quiz-attempts.js:82 +#: includes/blocks/builds/index-course-completion-rate.js:82 +#: includes/blocks/builds/index-daily-enrollments.js:82 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:82 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:82 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:82 +#: includes/blocks/builds/index-revenue-from-courses.js:82 +#: includes/blocks/builds/index-time-spent-on-a-course.js:82 +msgid "Invalid data or no data found" +msgstr "" + +#: includes/blocks/builds/index-average-quiz-attempts.js:1543 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1550 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1516 +#: includes/blocks/builds/index-report-filters.js:11255 +#: includes/blocks/builds/index-report-filters.js:11597 +#: includes/blocks/src/average-quiz-attempts/index-average-quiz-attempts.js:141 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:157 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:114 +#: includes/blocks/src/report-filters/index-report-filters.js:200 +#: includes/blocks/src/report-filters/index-report-filters.js:471 +#: includes/blocks/builds/index-average-quiz-attempts.js:1325 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1341 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1298 +#: includes/blocks/builds/index-report-filters.js:9902 +#: includes/blocks/builds/index-report-filters.js:10173 +msgid "Quizzes" +msgstr "" + +#: includes/blocks/builds/index-average-quiz-attempts.js:1543 +#: includes/blocks/src/average-quiz-attempts/index-average-quiz-attempts.js:141 +#: includes/blocks/builds/index-average-quiz-attempts.js:1325 +msgid "Attempts" +msgstr "" + +#: includes/blocks/builds/index-average-quiz-attempts.js:1548 +#: includes/blocks/src/average-quiz-attempts/index-average-quiz-attempts.js:146 +#: includes/blocks/builds/index-average-quiz-attempts.js:1330 +msgid "AVERAGE ATTEMPTS MADE" +msgstr "" + +#: includes/blocks/builds/index-average-quiz-attempts.js:1552 +#: includes/blocks/src/average-quiz-attempts/index-average-quiz-attempts.js:151 +#: includes/blocks/builds/index-average-quiz-attempts.js:1335 +msgid "Total Attempts : " +msgstr "" + +#: includes/blocks/builds/index-average-quiz-attempts.js:1573 +#: includes/blocks/src/average-quiz-attempts/index-average-quiz-attempts.js:175 +#: includes/blocks/builds/index-average-quiz-attempts.js:1359 +msgid "Average Quiz Attempts.csv" +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1569 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:150 +#: includes/blocks/builds/index-course-completion-rate.js:1334 +msgid "Percentage of Learners - Completed" +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1586 +#: includes/blocks/builds/index-course-completion-rate.js:1617 +#: includes/blocks/builds/index-course-completion-rate.js:1648 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:163 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:197 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:230 +#: includes/blocks/builds/index-course-completion-rate.js:1347 +#: includes/blocks/builds/index-course-completion-rate.js:1381 +#: includes/blocks/builds/index-course-completion-rate.js:1414 +msgid "AVERAGE COURSE COMPLETION RATE" +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1590 +#: includes/blocks/builds/index-course-completion-rate.js:1621 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:168 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:202 +#: includes/blocks/builds/index-course-completion-rate.js:1352 +#: includes/blocks/builds/index-course-completion-rate.js:1386 +msgid "Courses Completed By : " +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1593 +#: includes/blocks/builds/index-course-completion-rate.js:1624 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:172 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:206 +#: includes/blocks/builds/index-course-completion-rate.js:1356 +#: includes/blocks/builds/index-course-completion-rate.js:1390 +msgid "Courses Not Started By : " +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1596 +#: includes/blocks/builds/index-course-completion-rate.js:1627 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:176 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:210 +#: includes/blocks/builds/index-course-completion-rate.js:1360 +#: includes/blocks/builds/index-course-completion-rate.js:1394 +msgid "Courses In Progress By : " +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1604 +#: includes/blocks/builds/index-course-completion-rate.js:1635 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:185 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:218 +#: includes/blocks/builds/index-course-completion-rate.js:1369 +#: includes/blocks/builds/index-course-completion-rate.js:1402 +msgid "Rate of Completion" +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1652 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:235 +#: includes/blocks/builds/index-course-completion-rate.js:1419 +msgid "Courses Completed : " +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1653 +#: includes/blocks/builds/index-course-completion-rate.js:1656 +#: includes/blocks/builds/index-course-completion-rate.js:1659 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:236 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:240 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:244 +#: includes/blocks/builds/index-course-completion-rate.js:1420 +#: includes/blocks/builds/index-course-completion-rate.js:1424 +#: includes/blocks/builds/index-course-completion-rate.js:1428 +msgid " Courses" +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1655 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:239 +#: includes/blocks/builds/index-course-completion-rate.js:1423 +msgid "Courses Not Started : " +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1658 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:243 +#: includes/blocks/builds/index-course-completion-rate.js:1427 +msgid "Courses In Progress : " +msgstr "" + +#: includes/blocks/builds/index-course-completion-rate.js:1679 +#: includes/blocks/src/course-completion-rate/index-course-completion-rate.js:264 +#: includes/blocks/builds/index-course-completion-rate.js:1448 +msgid "Completion Status.csv" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6452 +#: includes/blocks/src/course-list/index-course-list.js:141 +#: includes/blocks/builds/index-course-list.js:6217 +msgid "ID" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6453 +#: includes/blocks/builds/index-report-filters.js:11646 +#: includes/blocks/src/course-list/index-course-list.js:142 +#: includes/blocks/src/report-filters/index-report-filters.js:507 +#: includes/blocks/builds/index-course-list.js:6218 +#: includes/blocks/builds/index-report-filters.js:10209 +msgid "Course Category" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6454 +#: includes/blocks/src/course-list/index-course-list.js:143 +#: includes/blocks/builds/index-course-list.js:6219 +msgid "Course Title" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6456 +#: includes/blocks/src/course-list/index-course-list.js:145 +#: includes/blocks/builds/index-course-list.js:6221 +msgid "Learner" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6457 +#: includes/blocks/src/course-list/index-course-list.js:146 +#: includes/blocks/builds/index-course-list.js:6222 +msgid "Instructor" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6458 +#: includes/blocks/src/course-list/index-course-list.js:147 +#: includes/blocks/builds/index-course-list.js:6223 +msgid "No. Of Students" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6459 +#: includes/blocks/src/course-list/index-course-list.js:148 +#: includes/blocks/builds/index-course-list.js:6224 +msgid "Start Date" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6460 +#: includes/blocks/src/course-list/index-course-list.js:149 +#: includes/blocks/builds/index-course-list.js:6225 +msgid "Started On" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6461 +#: includes/blocks/src/course-list/index-course-list.js:150 +#: includes/blocks/builds/index-course-list.js:6226 +msgid "End Date" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6462 +#: includes/blocks/src/course-list/index-course-list.js:151 +#: includes/blocks/builds/index-course-list.js:6227 +msgid "Completed On" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6463 +#: includes/blocks/src/course-list/index-course-list.js:152 +#: includes/blocks/builds/index-course-list.js:6228 +msgid "Lesson" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6464 +#: includes/blocks/src/course-list/index-course-list.js:153 +#: includes/blocks/builds/index-course-list.js:6229 +msgid "Course Progress (in %)" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6465 +#: includes/blocks/builds/index-course-list.js:6466 +#: includes/blocks/src/course-list/index-course-list.js:154 +#: includes/blocks/src/course-list/index-course-list.js:155 +#: includes/blocks/builds/index-course-list.js:6230 +#: includes/blocks/builds/index-course-list.js:6231 +msgid "No. Of Quizzes" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6467 +#: includes/blocks/src/course-list/index-course-list.js:156 +#: includes/blocks/builds/index-course-list.js:6232 +msgid "Quiz Title" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6468 +#: includes/blocks/src/course-list/index-course-list.js:157 +#: includes/blocks/builds/index-course-list.js:6233 +msgid "Total Attempts" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6469 +#: includes/blocks/src/course-list/index-course-list.js:158 +#: includes/blocks/builds/index-course-list.js:6234 +msgid "No. Of Quizzes Pass" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6470 +#: includes/blocks/src/course-list/index-course-list.js:159 +#: includes/blocks/builds/index-course-list.js:6235 +msgid "No. Of Quizzes Fail" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6471 +#: includes/blocks/src/course-list/index-course-list.js:160 +#: includes/blocks/builds/index-course-list.js:6236 +msgid "Avg. Time Spent" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6472 +#: includes/blocks/builds/index-course-list.js:6473 +#: includes/blocks/src/course-list/index-course-list.js:161 +#: includes/blocks/src/course-list/index-course-list.js:162 +#: includes/blocks/builds/index-course-list.js:6237 +#: includes/blocks/builds/index-course-list.js:6238 +msgid "No. Of Students Completed Quiz" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6474 +#: includes/blocks/src/course-list/index-course-list.js:163 +#: includes/blocks/builds/index-course-list.js:6239 +msgid "Topic Title" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6475 +#: includes/blocks/src/course-list/index-course-list.js:164 +#: includes/blocks/builds/index-course-list.js:6240 +msgid "Topic Completed By Students" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6476 +#: includes/blocks/src/course-list/index-course-list.js:165 +#: includes/blocks/builds/index-course-list.js:6241 +msgid "Quiz Time" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6477 +#: includes/blocks/src/course-list/index-course-list.js:166 +#: includes/blocks/builds/index-course-list.js:6242 +msgid "Quiz Attempts" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6586 +#: includes/blocks/src/course-list/index-course-list.js:264 +#: includes/blocks/builds/index-course-list.js:6340 +msgid "Detailed Course Reports" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6598 +#: includes/blocks/builds/index-course-list.js:6608 +#: includes/blocks/src/course-list/index-course-list.js:271 +#: includes/blocks/src/course-list/index-course-list.js:278 +#: includes/blocks/builds/index-course-list.js:6347 +#: includes/blocks/builds/index-course-list.js:6354 +msgid "Available in pro version" +msgstr "" + +#: includes/blocks/builds/index-course-list.js:6605 +#: includes/blocks/builds/index-course-list.js:6609 +#: includes/blocks/src/course-list/index-course-list.js:278 +#: includes/blocks/src/course-list/index-course-list.js:279 +#: includes/blocks/builds/index-course-list.js:6354 +#: includes/blocks/builds/index-course-list.js:6355 +msgid "XLSX" +msgstr "" + +#: includes/blocks/builds/index-daily-enrollments.js:1513 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:114 +#: includes/blocks/builds/index-daily-enrollments.js:1298 +msgid "Enrolled Learners" +msgstr "" + +#: includes/blocks/builds/index-daily-enrollments.js:1547 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:149 +#: includes/blocks/builds/index-daily-enrollments.js:1333 +msgid "Daily Enrollments.csv" +msgstr "" + +#: includes/blocks/builds/index-daily-enrollments.js:1550 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:152 +#: includes/blocks/builds/index-daily-enrollments.js:1336 +msgid "Enrollments" +msgstr "" + +#: includes/blocks/builds/index-daily-enrollments.js:1576 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:178 +#: includes/blocks/builds/index-daily-enrollments.js:1362 +msgid "Date" +msgstr "" + +#: includes/blocks/builds/index-daily-enrollments.js:1589 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:191 +#: includes/blocks/builds/index-daily-enrollments.js:1375 +msgid "AVERAGE DAILY ENROLLMENTS" +msgstr "" + +#: includes/blocks/builds/index-daily-enrollments.js:1593 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:196 +#: includes/blocks/builds/index-daily-enrollments.js:1380 +msgid "Duration: " +msgstr "" + +#: includes/blocks/builds/index-daily-enrollments.js:1594 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:197 +#: includes/blocks/builds/index-daily-enrollments.js:1381 +msgid " Days" +msgstr "" + +#: includes/blocks/builds/index-daily-enrollments.js:1596 +#: includes/blocks/src/daily-enrollments/index-daily-enrollments.js:200 +#: includes/blocks/builds/index-daily-enrollments.js:1384 +msgid "Total Enrollments: " +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1428 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:30 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1214 +msgid "Learner Pass Rate" +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1527 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:125 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1309 +msgid "Learner Pass Rate - Quizzes" +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1532 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1571 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:131 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:171 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1315 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1355 +msgid "AVERAGE PASS RATE" +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1536 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:137 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1321 +msgid "Learners Completed The Quizzes: " +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1539 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:141 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1325 +msgid "Completed Quizzes: " +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1542 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1515 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1562 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:145 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:117 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:172 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1329 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1301 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1356 +msgid "Total Quizzes: " +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1561 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:162 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1346 +msgid "No data found for the selected filters" +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1566 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:165 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1349 +msgid "Passed" +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1566 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:165 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1349 +msgid "Failed" +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1575 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:177 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1361 +msgid "Total Quiz Attempts: " +msgstr "" + +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1602 +#: includes/blocks/src/learner-pass-fail-rate-per-course/index-learner-pass-fail-rate-per-course.js:204 +#: includes/blocks/builds/index-learner-pass-fail-rate-per-course.js:1388 +msgid "Learner Pass Fail Rate.csv" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1500 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:98 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1282 +msgid "Percentage of Learners - Completed Quizzes" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1505 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:104 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1288 +msgid "AVERAGE PERCENTAGE OF QUIZ COMPLETION" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1506 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:105 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1289 +msgid "% Per Course" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1509 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1536 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:109 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:139 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1293 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1323 +msgid "Completed By: " +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1512 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:113 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1297 +msgid "Total Quizzes Completed By Learners: " +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1527 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:128 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1312 +msgid "Completed" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1527 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:128 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1312 +msgid "Incomplete" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1532 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:134 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1318 +msgid "AVERAGE QUIZ COMPLETION" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1533 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:135 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1319 +msgid "%" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1539 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:143 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1327 +msgid "Learners: " +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1542 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:147 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1331 +msgid "Not Completed By: " +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1550 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:157 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1341 +msgid "Rate of Quiz Completion" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1555 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:163 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1347 +msgid "AVERAGE COMPLETED QUIZZES" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1559 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:168 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1352 +msgid "Total Quizzes Completed By Learner: " +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1583 +#: includes/blocks/src/quiz-completion-rate-per-course/index-quiz-completion-rate-per-course.js:193 +#: includes/blocks/builds/index-quiz-completion-rate-per-course.js:1377 +msgid "Completion Rate.csv" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1517 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:115 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1299 +msgid "Time spent on Quizzes" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1519 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:117 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1301 +msgid "AVERAGE QUIZ COMPLETION TIME PER COURSE." +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1521 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:118 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1302 +msgid "AVERAGE QUIZ COMPLETION TIME" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1538 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:139 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1323 +msgid "Average Quiz Completion Time." +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1543 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:145 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1329 +msgid "AVERAGE QUIZ COMPLETION TIME PER LEARNER." +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1568 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:172 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1356 +msgid "Completion Time.csv" +msgstr "" + +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1633 +#: includes/blocks/src/quiz-completion-time-per-course/index-quiz-completion-time-per-course.js:235 +#: includes/blocks/builds/index-quiz-completion-time-per-course.js:1419 +msgid "Time Spent: " +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11252 +#: includes/blocks/src/report-filters/index-report-filters.js:198 +#: includes/blocks/builds/index-report-filters.js:9900 +msgid "Users" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11540 +#: includes/blocks/builds/index-report-filters.js:11549 +#: includes/blocks/builds/index-report-filters.js:12627 +#: includes/blocks/src/report-filters/index-report-filters.js:422 +#: includes/blocks/src/report-filters/index-report-filters.js:427 +#: includes/blocks/src/report-filters/index-report-filters.js:1163 +#: includes/blocks/builds/index-report-filters.js:10124 +#: includes/blocks/builds/index-report-filters.js:10129 +#: includes/blocks/builds/index-report-filters.js:10865 +msgid "Search" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11559 +#: includes/blocks/src/report-filters/index-report-filters.js:436 +#: includes/blocks/builds/index-report-filters.js:10138 +msgid "Show Reports" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11574 +#: includes/blocks/builds/index-report-filters.js:11590 +#: includes/blocks/builds/index-report-filters.js:11603 +#: includes/blocks/src/report-filters/index-report-filters.js:451 +#: includes/blocks/src/report-filters/index-report-filters.js:464 +#: includes/blocks/src/report-filters/index-report-filters.js:477 +#: includes/blocks/builds/index-report-filters.js:10153 +#: includes/blocks/builds/index-report-filters.js:10166 +#: includes/blocks/builds/index-report-filters.js:10179 +msgid "All" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11614 +#: includes/blocks/src/report-filters/index-report-filters.js:487 +#: includes/blocks/builds/index-report-filters.js:10189 +msgid "Customize quiz reports view helps you analyze exam results in more detailed manner, please select the filters you need from th form below, and click the \"Preview Report\" to display the reports here." +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11616 +#: includes/blocks/src/report-filters/index-report-filters.js:488 +#: includes/blocks/builds/index-report-filters.js:10190 +msgid "Note:" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11616 +#: includes/blocks/src/report-filters/index-report-filters.js:488 +#: includes/blocks/builds/index-report-filters.js:10190 +msgid " It may take a while for a report to be generated depending of the amount of the data selected." +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11630 +#: includes/blocks/src/report-filters/index-report-filters.js:499 +#: includes/blocks/builds/index-report-filters.js:10201 +msgid "Customize Report Preview" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11636 +#: includes/blocks/builds/index-report-filters.js:11655 +#: includes/blocks/builds/index-report-filters.js:11678 +#: includes/blocks/src/report-filters/index-report-filters.js:504 +#: includes/blocks/src/report-filters/index-report-filters.js:513 +#: includes/blocks/src/report-filters/index-report-filters.js:523 +#: includes/blocks/builds/index-report-filters.js:10206 +#: includes/blocks/builds/index-report-filters.js:10215 +#: includes/blocks/builds/index-report-filters.js:10225 +msgid "Fields" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11642 +#: includes/blocks/src/report-filters/index-report-filters.js:506 +#: includes/blocks/builds/index-report-filters.js:10208 +msgid "Course" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11650 +#: includes/blocks/src/report-filters/index-report-filters.js:508 +#: includes/blocks/builds/index-report-filters.js:10210 +msgid "Group" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11661 +#: includes/blocks/src/report-filters/index-report-filters.js:516 +#: includes/blocks/builds/index-report-filters.js:10218 +msgid "User Name" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11665 +#: includes/blocks/src/report-filters/index-report-filters.js:517 +#: includes/blocks/builds/index-report-filters.js:10219 +msgid "User Email" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11669 +#: includes/blocks/src/report-filters/index-report-filters.js:518 +#: includes/blocks/builds/index-report-filters.js:10220 +msgid "First Name" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11673 +#: includes/blocks/src/report-filters/index-report-filters.js:519 +#: includes/blocks/builds/index-report-filters.js:10221 +msgid "Last Name" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11684 +#: includes/blocks/src/report-filters/index-report-filters.js:526 +#: includes/blocks/builds/index-report-filters.js:10228 +msgid "Exam Title" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11688 +#: includes/blocks/src/report-filters/index-report-filters.js:527 +#: includes/blocks/builds/index-report-filters.js:10229 +msgid "Exam Status" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11693 +#: includes/blocks/src/report-filters/index-report-filters.js:528 +#: includes/blocks/builds/index-report-filters.js:10230 +msgid "Exam Category" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11698 +#: includes/blocks/src/report-filters/index-report-filters.js:529 +#: includes/blocks/builds/index-report-filters.js:10231 +msgid "Points Earned" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11702 +#: includes/blocks/src/report-filters/index-report-filters.js:530 +#: includes/blocks/builds/index-report-filters.js:10232 +msgid "Score (in%)" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11707 +#: includes/blocks/src/report-filters/index-report-filters.js:531 +#: includes/blocks/builds/index-report-filters.js:10233 +msgid "Date of attempt" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11712 +#: includes/blocks/src/report-filters/index-report-filters.js:532 +#: includes/blocks/builds/index-report-filters.js:10234 +msgid "Time Taken" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11717 +#: includes/blocks/src/report-filters/index-report-filters.js:533 +#: includes/blocks/builds/index-report-filters.js:10235 +msgid "Question Type" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11723 +#: includes/blocks/src/report-filters/index-report-filters.js:538 +#: includes/blocks/builds/index-report-filters.js:10240 +msgid "Cancel" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11729 +#: includes/blocks/src/report-filters/index-report-filters.js:543 +#: includes/blocks/builds/index-report-filters.js:10245 +msgid "CUSTOMIZE REPORT PREVIEW" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11732 +#: includes/blocks/src/report-filters/index-report-filters.js:544 +#: includes/blocks/builds/index-report-filters.js:10246 +msgid "APPLY FILTERS" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11742 +#: includes/blocks/src/report-filters/index-report-filters.js:555 +#: includes/blocks/builds/index-report-filters.js:10257 +msgid "Select View" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11754 +#: includes/blocks/src/report-filters/index-report-filters.js:560 +#: includes/blocks/builds/index-report-filters.js:10262 +msgid "Default Quiz Report View" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:11763 +#: includes/blocks/src/report-filters/index-report-filters.js:562 +#: includes/blocks/builds/index-report-filters.js:10264 +msgid "Customized Quiz Report View" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:12555 +#: includes/blocks/src/report-filters/index-report-filters.js:1106 +#: includes/blocks/builds/index-report-filters.js:10808 +msgid "Course Specific Reports" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:12564 +#: includes/blocks/src/report-filters/index-report-filters.js:1108 +#: includes/blocks/builds/index-report-filters.js:10810 +msgid "Learner Specific Reports" +msgstr "" + +#: includes/blocks/builds/index-report-filters.js:12624 +#: includes/blocks/src/report-filters/index-report-filters.js:1162 +#: includes/blocks/builds/index-report-filters.js:10864 +msgid " Type 3 or more letters to search" +msgstr "" + +#: includes/blocks/builds/index-revenue-from-courses.js:1537 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:137 +#: includes/blocks/builds/index-revenue-from-courses.js:1321 +msgid "Revenue From Courses.csv" +msgstr "" + +#: includes/blocks/builds/index-revenue-from-courses.js:1540 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:140 +#: includes/blocks/builds/index-revenue-from-courses.js:1324 +msgid "Revenue per Course" +msgstr "" + +#: includes/blocks/builds/index-revenue-from-courses.js:1583 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:183 +#: includes/blocks/builds/index-revenue-from-courses.js:1367 +msgid "Revenue Course-wise." +msgstr "" + +#: includes/blocks/builds/index-revenue-from-courses.js:1594 +#: includes/blocks/src/revenue-from-courses/index-revenue-from-courses.js:194 +#: includes/blocks/builds/index-revenue-from-courses.js:1378 +msgid "AVERAGE REVENUE PER COURSE" +msgstr "" + +#: includes/blocks/builds/index-time-spent-on-a-course.js:1495 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:91 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1275 +msgid "AVERAGE TIME SPENT ON THE COURSES" +msgstr "" + +#: includes/blocks/builds/index-time-spent-on-a-course.js:1510 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:108 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1292 +msgid "Student/Learner" +msgstr "" + +#: includes/blocks/builds/index-time-spent-on-a-course.js:1510 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1615 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:108 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:211 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1292 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1395 +msgid "Time Spent" +msgstr "" + +#: includes/blocks/builds/index-time-spent-on-a-course.js:1522 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:123 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1307 +msgid "Total Learners: " +msgstr "" + +#: includes/blocks/builds/index-time-spent-on-a-course.js:1543 +#: includes/blocks/src/time-spent-on-a-course/index-time-spent-on-a-course.js:144 +#: includes/blocks/builds/index-time-spent-on-a-course.js:1328 +msgid "Time Spent.csv" +msgstr "" 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 ef1c07cb..d84dea47 100644 --- a/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html +++ b/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html @@ -487,4 +487,8 @@ FooBox.ready(function() { + + + + diff --git a/spec/fixtures/dynamic_finders/plugin_version/zephr/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/zephr/composer_file/package.json new file mode 100644 index 00000000..9463766b --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/zephr/composer_file/package.json @@ -0,0 +1,126 @@ +{ + "name": "zephr", + "version": "1.0.0", + "license": "unlicensed", + "main": "index.php", + "engines": { + "node": "14", + "npm": "7" + }, + "browserslist": [ + "defaults", + "not IE 11" + ], + "jest": { + "modulePathIgnorePatterns": [ + ".buddy-tests" + ] + }, + "scripts": { + "preinstall": "npx check-node-version --package", + "build": "npx check-node-version --package && webpack --mode=production", + "dev": "npx check-node-version --package && webpack --mode=development --watch", + "lint": "npx check-node-version --package && eslint --ext .jsx --ext .js .", + "lint:fix": "npx check-node-version --package && eslint --ext .jsx --ext .js . --fix", + "scaffold": "scaffold dir ./scaffold --theme=./", + "test": "npx check-node-version --package && jest", + "test:watch": "npx check-node-version --package && jest --watch" + }, + "dependencies": { + "@wordpress/a11y": "^3.1.0", + "@wordpress/annotations": "^2.1.0", + "@wordpress/api-fetch": "^5.1.0", + "@wordpress/autop": "^3.1.0", + "@wordpress/blob": "^3.1.0", + "@wordpress/block-directory": "^2.1.2", + "@wordpress/block-editor": "^6.1.0", + "@wordpress/block-library": "^3.2.1", + "@wordpress/block-serialization-default-parser": "^4.1.0", + "@wordpress/block-serialization-spec-parser": "^4.1.0", + "@wordpress/blocks": "^9.1.0", + "@wordpress/components": "^14.1.0", + "@wordpress/compose": "^4.1.0", + "@wordpress/core-data": "^3.1.1", + "@wordpress/customize-widgets": "^1.0.1", + "@wordpress/data": "^5.1.0", + "@wordpress/data-controls": "^2.1.0", + "@wordpress/date": "^4.1.0", + "@wordpress/deprecated": "^3.1.0", + "@wordpress/dom": "^3.1.0", + "@wordpress/dom-ready": "^3.1.0", + "@wordpress/edit-post": "^4.1.2", + "@wordpress/edit-site": "^2.1.2", + "@wordpress/edit-widgets": "^2.1.2", + "@wordpress/editor": "^10.1.1", + "@wordpress/element": "^3.1.0", + "@wordpress/escape-html": "^2.1.0", + "@wordpress/format-library": "^2.1.0", + "@wordpress/hooks": "^3.1.0", + "@wordpress/html-entities": "^3.1.0", + "@wordpress/i18n": "^4.1.0", + "@wordpress/icons": "^4.0.0", + "@wordpress/interface": "^3.1.0", + "@wordpress/is-shallow-equal": "^4.1.0", + "@wordpress/keyboard-shortcuts": "^2.1.0", + "@wordpress/keycodes": "^3.1.0", + "@wordpress/list-reusable-blocks": "^2.1.0", + "@wordpress/media-utils": "^2.1.0", + "@wordpress/notices": "^3.1.0", + "@wordpress/nux": "^4.1.0", + "@wordpress/plugins": "^3.1.0", + "@wordpress/primitives": "^2.1.0", + "@wordpress/priority-queue": "^2.1.0", + "@wordpress/react-i18n": "^2.1.0", + "@wordpress/redux-routine": "^4.1.0", + "@wordpress/reusable-blocks": "^2.1.1", + "@wordpress/rich-text": "^4.1.0", + "@wordpress/server-side-render": "^2.1.0", + "@wordpress/shortcode": "^3.1.0", + "@wordpress/token-list": "^2.1.0", + "@wordpress/url": "^3.1.0", + "@wordpress/viewport": "^3.1.0", + "@wordpress/warning": "^2.1.0", + "@wordpress/widgets": "^1.1.1", + "@wordpress/wordcount": "^3.1.0", + "classnames": "^2.3.1", + "lodash": "^4.17.21", + "papaparse": "^5.3.1", + "prop-types": "^15.7.2", + "react": "^16.13.1", + "uuid": "^8.3.2" + }, + "devDependencies": { + "@babel/core": "^7.14.8", + "@babel/eslint-parser": "^7.14.7", + "@babel/preset-env": "^7.14.8", + "@babel/preset-react": "^7.14.5", + "@wordpress/dependency-extraction-webpack-plugin": "^3.1.3", + "autoprefixer": "^10.3.1", + "babel-jest": "^27.0.6", + "babel-loader": "^8.2.2", + "chalk": "^4.1.1", + "check-node-version": "^4.1.0", + "clean-webpack-plugin": "^4.0.0-alpha.0", + "css-loader": "^6.2.0", + "eslint": "^7.31.0", + "eslint-config-airbnb": "^18.2.1", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-jsx-a11y": "^6.4.1", + "eslint-plugin-react": "^7.24.0", + "eslint-plugin-react-hooks": "^4.2.0", + "glob": "^7.1.7", + "jest": "^27.0.6", + "postcss": "^8.3.6", + "postcss-loader": "^6.1.1", + "resolve-url-loader": "^4.0.0", + "sass": "^1.35.2", + "sass-loader": "^12.1.0", + "style-loader": "^1.2.1", + "stylelint": "^13.13.1", + "stylelint-order": "^4.1.0", + "stylelint-webpack-plugin": "^3.0.1", + "webpack": "^5.46.0", + "webpack-cli": "^4.7.2", + "webpack-stats-plugin": "^1.0.3" + } +}