Compare commits

..

13 Commits

Author SHA1 Message Date
erwanlr
4340d27258 Bumps version 2020-01-21 16:14:26 +00:00
erwanlr
e911be8f14 Removes ruby 2.7.0 from failure matrix 2020-01-21 16:12:38 +00:00
erwanlr
a4c650cdff Fixes incorrect RDF URLs detection 2020-01-21 15:06:29 +00:00
erwanlr
31a58f8a8f Fixes rare crash 2020-01-21 14:47:17 +00:00
erwanlr
ba4f15f111 Adds DFs 2020-01-18 11:20:43 +00:00
Erwan
206a913eb9 Merge pull request #1447 from wpscanteam/dependabot/bundler/webmock-tw-3.8.0
Update webmock requirement from ~> 3.7.0 to ~> 3.8.0
2020-01-16 10:17:09 +01:00
dependabot-preview[bot]
21ba490073 Update webmock requirement from ~> 3.7.0 to ~> 3.8.0
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.7.0...v3.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-16 05:23:09 +00:00
erwanlr
2a29e2ed95 Adds DFs 2020-01-11 19:54:12 +00:00
Erwan
9517d14fd3 Fixes rubocop offence 2020-01-10 20:06:33 +01:00
Erwan
3deaa896df Fix rubocop typo 2020-01-10 19:28:01 +01:00
Erwan
c117007dc0 Merge pull request #1445 from wpscanteam/dependabot/bundler/rubocop-tw-0.79.0
Update rubocop requirement from ~> 0.78.0 to ~> 0.79.0
2020-01-07 08:53:56 +01:00
dependabot-preview[bot]
50baa238b9 Update rubocop requirement from ~> 0.78.0 to ~> 0.79.0
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.78.0...v0.79.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 05:21:29 +00:00
erwanlr
0e2d771660 Adds DFs 2020-01-04 12:17:51 +00:00
40 changed files with 20124 additions and 12 deletions

View File

@@ -6,9 +6,6 @@ rvm:
- 2.5.7 - 2.5.7
- 2.6.5 - 2.6.5
- 2.7.0 - 2.7.0
matrix:
allow_failures:
- rvm: 2.7.0
script: script:
- bundle exec rubocop - bundle exec rubocop
- bundle exec rspec - bundle exec rspec

View File

@@ -28,7 +28,7 @@ module WPScan
end end
def passive_urls_xpath def passive_urls_xpath
'//a[contains(@href, "rdf")]/@href' '//a[contains(@href, "/rdf")]/@href'
end end
def aggressive_urls(_opts = {}) def aggressive_urls(_opts = {})

View File

@@ -21,6 +21,7 @@ module WPScan
# @return [ Hash ] # @return [ Hash ]
def self.get(path, params = {}) def self.get(path, params = {})
return {} unless token return {} unless token
return {} if path.end_with?('/latest') # Remove this when api/v4 is up
res = Browser.get(uri.join(path), params.merge(request_params)) res = Browser.get(uri.join(path), params.merge(request_params))

View File

@@ -2,5 +2,5 @@
# Version # Version
module WPScan module WPScan
VERSION = '3.7.6' VERSION = '3.7.7'
end end

File diff suppressed because it is too large Load Diff

View File

@@ -1455,6 +1455,13 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/advanced-forms-paypal-payment-buttons/public/css/advanced-forms-paypal-payment-buttons-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/advanced-forms-paypal-payment-buttons/public/css/advanced-forms-paypal-payment-buttons-public.css?ver=1.0.0
confidence: 10 confidence: 10
advanced-mailto-links:
QueryParameter:
number: 1.0.1
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/advanced-mailto-links/assets/js/mailtoui-min.js?ver=1.0.1
confidence: 10
advanced-page-visit-counter: advanced-page-visit-counter:
QueryParameter: QueryParameter:
number: 1.0.1 number: 1.0.1
@@ -1837,6 +1844,14 @@ plugins:
- http://wp.lab/wp-content/plugins/ajar-productions-in5-embed/assets/css/public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/ajar-productions-in5-embed/assets/css/public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/ajar-productions-in5-embed/assets/js/screenfull.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/ajar-productions-in5-embed/assets/js/screenfull.js?ver=1.0.0
- http://wp.lab/wp-content/plugins/ajar-productions-in5-embed/assets/js/public.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/ajar-productions-in5-embed/assets/js/public.js?ver=1.0.0
ajax-add-to-cart-on-hover:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/ajax-add-to-cart-on-hover//font-awesome.min.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/ajax-add-to-cart-on-hover/custom.js?ver=1.0.0
confidence: 20
ajax-contact-forms: ajax-contact-forms:
TranslationFile: TranslationFile:
number: 1.0.0 number: 1.0.0
@@ -2533,6 +2548,13 @@ plugins:
- http://wp.lab/wp-content/plugins/ap-pricing-tables-lite/css/frontend/frontend.css?ver=1.0.3 - http://wp.lab/wp-content/plugins/ap-pricing-tables-lite/css/frontend/frontend.css?ver=1.0.3
- http://wp.lab/wp-content/plugins/ap-pricing-tables-lite/assets/font-awesome-4.7.0/css/font-awesome.min.css?ver=1.0.3 - http://wp.lab/wp-content/plugins/ap-pricing-tables-lite/assets/font-awesome-4.7.0/css/font-awesome.min.css?ver=1.0.3
- http://wp.lab/wp-content/plugins/ap-pricing-tables-lite/js/frontend.js?ver=1.0.3 - http://wp.lab/wp-content/plugins/ap-pricing-tables-lite/js/frontend.js?ver=1.0.3
apcu-manager:
ChangeLog:
number: 1.0.0
found_by: Change Log (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/apcu-manager/CHANGELOG.md, Match: ''## [1.0.0]
- 2020-01-09'''
apercite: apercite:
QueryParameter: QueryParameter:
number: 1.0.3 number: 1.0.3
@@ -3075,6 +3097,13 @@ plugins:
confidence: 10 confidence: 10
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/atticthemes-social-icons/css/atticthemes-social-icons-style.min.css?ver=2.1.2 - http://wp.lab/wp-content/plugins/atticthemes-social-icons/css/atticthemes-social-icons-style.min.css?ver=2.1.2
attribute-stock-for-woocommerce:
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/attribute-stock-for-woocommerce/languages/attribute-stock-for-woocommerce.pot,
Match: ''ersion: Attribute Stock for WooCommerce 1.0.0'''
auction-nudge: auction-nudge:
Comment: Comment:
number: 6.0.1 number: 6.0.1
@@ -3891,6 +3920,14 @@ plugins:
found_by: Comment (Passive Detection) found_by: Comment (Passive Detection)
interesting_entries: interesting_entries:
- 'http://wp.lab/, Match: ''Bad Behavior 2.2.20''' - 'http://wp.lab/, Match: ''Bad Behavior 2.2.20'''
bad-ip-wp:
QueryParameter:
number: 1.0.3
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/bad-ip-wp/public/css/bad_ip_wp-public.css?ver=1.0.3
- http://wp.lab/wp-content/plugins/bad-ip-wp/public/js/bad_ip_wp-public.js?ver=1.0.3
confidence: 20
badge-creator-free: badge-creator-free:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -5384,6 +5421,19 @@ plugins:
confidence: 10 confidence: 10
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/bookwize-integrated-cinnamon/public/css/bookwize-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/bookwize-integrated-cinnamon/public/css/bookwize-public.css?ver=1.0.0
booster-for-elementor:
TranslationFile:
number: '1.0'
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/booster-for-elementor/languages/elementor-booster.pot,
Match: ''"Project-Id-Version: Booster Addons 1.0'''
ChangeLog:
number: '1.0'
found_by: Change Log (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/booster-for-elementor/changelog.txt, Match:
''= 1.0'''
booster-pack-for-divi: booster-pack-for-divi:
TranslationFile: TranslationFile:
number: 1.0.0 number: 1.0.0
@@ -6789,6 +6839,20 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/category-post-slider/css/cps-style.css?ver=1.1 - http://wp.lab/wp-content/plugins/category-post-slider/css/cps-style.css?ver=1.1
- http://wp.lab/wp-content/plugins/category-post-slider/js/jquery.cpsslider.js?ver=1.1 - http://wp.lab/wp-content/plugins/category-post-slider/js/jquery.cpsslider.js?ver=1.1
category-tag-tidy:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/category-tag-tidy/public/css/category-tag-tidy-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/category-tag-tidy/public/js/category-tag-tidy-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/category-tag-tidy/languages/category-tag-tidy-en.po,
Match: ''"Project-Id-Version: Category Tag Tidy 1.0.0'''
catenis-blocks: catenis-blocks:
TranslationFile: TranslationFile:
number: 1.0.0 number: 1.0.0
@@ -7904,6 +7968,16 @@ plugins:
- http://wp.lab/wp-content/plugins/client-carousel/classes/assets/css/client_css.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/client-carousel/classes/assets/css/client_css.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/client-carousel/classes/assets/css/owl.carousel.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/client-carousel/classes/assets/css/owl.carousel.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/client-carousel/classes/assets/css/font-awesome.min.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/client-carousel/classes/assets/css/font-awesome.min.css?ver=1.0.0
client-logo-carousel:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/client-logo-carousel/public/css/client-logo-carousel-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/client-logo-carousel/public/css/owl.carousel.min.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/client-logo-carousel/public/js/owl.carousel.min.js?ver=1.0.0
- http://wp.lab/wp-content/plugins/client-logo-carousel/public/js/client-logo-carousel-public.js?ver=1.0.0
confidence: 40
client-portal-officewp-private-secure-client-or-customer-login-area: client-portal-officewp-private-secure-client-or-customer-login-area:
QueryParameter: QueryParameter:
number: 1.1.0 number: 1.1.0
@@ -8192,6 +8266,13 @@ plugins:
- http://wp.lab/wp-content/plugins/codeincept-portfolio/public/js/isotope.min.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/codeincept-portfolio/public/js/isotope.min.js?ver=1.0.0
- http://wp.lab/wp-content/plugins/codeincept-portfolio/public/js/advanced-portfolio-public.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/codeincept-portfolio/public/js/advanced-portfolio-public.js?ver=1.0.0
confidence: 60 confidence: 60
codepen-embed-block:
ComposerFile:
number: 1.0.0
found_by: Composer File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/codepen-embed-block/package.json, Match:
''1.0.0'''
codeprey-mi-video-popup: codeprey-mi-video-popup:
QueryParameter: QueryParameter:
number: '1.0' number: '1.0'
@@ -11074,6 +11155,13 @@ plugins:
found_by: Comment (Passive Detection) found_by: Comment (Passive Detection)
interesting_entries: interesting_entries:
- 'http://wp.lab/, Match: ''Dynamic Content Gallery plugin version 3.3.6''' - 'http://wp.lab/, Match: ''Dynamic Content Gallery plugin version 3.3.6'''
dynamic-coupons-with-zendesk-for-woocommerce:
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/dynamic-coupons-with-zendesk-for-woocommerce/languages/zndskcoupon-en_US.po,
Match: ''c-coupons-with-zendesk-for-woocommerce-v1.0.0'''
dynamic-seo-child-pages: dynamic-seo-child-pages:
TranslationFile: TranslationFile:
number: '1.1' number: '1.1'
@@ -11321,6 +11409,13 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/easy-feedback/changelog.txt, Match: ''## - 'http://wp.lab/wp-content/plugins/easy-feedback/changelog.txt, Match: ''##
[1.0.2]''' [1.0.2]'''
easy-flipbook-i-widget:
TranslationFile:
number: 2.1.1
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/easy-flipbook-i-widget/languages/easy-flipbook.pot,
Match: ''"Project-Id-Version: EASY FlipBook 2.1.1'''
easy-floating-video: easy-floating-video:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -11911,6 +12006,14 @@ plugins:
confidence: 10 confidence: 10
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/edd-related-downloads-carousel-free/css/relcarouself.css?ver=1.0 - http://wp.lab/wp-content/plugins/edd-related-downloads-carousel-free/css/relcarouself.css?ver=1.0
edd-search:
QueryParameter:
number: 1.0.1
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/edd-search/css/style.css?ver=1.0.1
- http://wp.lab/wp-content/plugins/edd-search/js/script.js?ver=1.0.1
confidence: 20
edd-variable-defaults-update: edd-variable-defaults-update:
ChangeLog: ChangeLog:
number: 1.0.1 number: 1.0.1
@@ -12155,6 +12258,13 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/elementor-templater/CHANGELOG.md, Match: - 'http://wp.lab/wp-content/plugins/elementor-templater/CHANGELOG.md, Match:
''## v1.2.9''' ''## v1.2.9'''
elementpress:
ChangeLog:
number: '0.3'
found_by: Change Log (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/elementpress/changelog.txt, Match: ''version
0.3'''
elfsight-blocks: elfsight-blocks:
ComposerFile: ComposerFile:
number: 1.0.0 number: 1.0.0
@@ -13152,6 +13262,13 @@ plugins:
- http://wp.lab/wp-content/plugins/exit-notifier/assets/js/jAlert-v3.js?ver=1.4.3 - http://wp.lab/wp-content/plugins/exit-notifier/assets/js/jAlert-v3.js?ver=1.4.3
- http://wp.lab/wp-content/plugins/exit-notifier/assets/css/jAlert.min.css?ver=1.4.3 - http://wp.lab/wp-content/plugins/exit-notifier/assets/css/jAlert.min.css?ver=1.4.3
- http://wp.lab/wp-content/plugins/exit-notifier/assets/js/jAlert.min.js?ver=1.4.3 - http://wp.lab/wp-content/plugins/exit-notifier/assets/js/jAlert.min.js?ver=1.4.3
exit-popup-free:
QueryParameter:
number: '1.0'
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/exit-popup-free/assets/js/script.js?ver=1.0
confidence: 10
exopin-blogging-for-money: exopin-blogging-for-money:
MetaTag: MetaTag:
number: 3.5.5 number: 3.5.5
@@ -13282,6 +13399,13 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/exxica-social-marketing/public/css/exxica-social-marketing-public.css?ver=1.3.3 - http://wp.lab/wp-content/plugins/exxica-social-marketing/public/css/exxica-social-marketing-public.css?ver=1.3.3
- http://wp.lab/wp-content/plugins/exxica-social-marketing/public/js/exxica-social-marketing-public.js?ver=1.3.3 - http://wp.lab/wp-content/plugins/exxica-social-marketing/public/js/exxica-social-marketing-public.js?ver=1.3.3
ezdefi-woocommerce:
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/ezdefi-woocommerce/languages/woocommerce-gateway-ezdefi.pot,
Match: ''ion: WooCommerce Ezdefi Payment Gateway 1.0.0'''
ezusy-image-swatches-for-variable-product: ezusy-image-swatches-for-variable-product:
QueryParameter: QueryParameter:
number: 1.0.1 number: 1.0.1
@@ -13475,6 +13599,23 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/fancier-author-box/css/ts-fab.min.css?ver=1.4 - http://wp.lab/wp-content/plugins/fancier-author-box/css/ts-fab.min.css?ver=1.4
- http://wp.lab/wp-content/plugins/fancier-author-box/js/ts-fab.min.js?ver=1.4 - http://wp.lab/wp-content/plugins/fancier-author-box/js/ts-fab.min.js?ver=1.4
fancify-core:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/fancify-core/views/assets/css/agancy.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/fancify-core/views/assets/admin/css/featherlight.min.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/fancify-core/views/assets/admin/js/featherlight.min.js?ver=1.0.0
- http://wp.lab/wp-content/plugins/fancify-core/views/assets/js/plugins/jquery.lazy.min.js?ver=1.0.0
- http://wp.lab/wp-content/plugins/fancify-core/views/assets/js/fancify-core.min.js?ver=1.0.0
confidence: 50
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/fancify-core/languages/Fancify_Core.pot,
Match: ''msgid "v 1.0.0'''
fancy-fields-for-wpforms: fancy-fields-for-wpforms:
TranslationFile: TranslationFile:
number: 1.0.1 number: 1.0.1
@@ -13555,6 +13696,14 @@ plugins:
- http://wp.lab/wp-content/plugins/faq-accordion-block/build/block.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/faq-accordion-block/build/block.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/faq-accordion-block/build/slide-toggle.min.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/faq-accordion-block/build/slide-toggle.min.js?ver=1.0.0
confidence: 20 confidence: 20
faq-cooper:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/faq-cooper/public/css/faq-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/faq-cooper/public/js/faq-public.js?ver=1.0.0
confidence: 20
faq-schema-for-pages-and-posts: faq-schema-for-pages-and-posts:
QueryParameter: QueryParameter:
number: 2.0.0 number: 2.0.0
@@ -13762,6 +13911,14 @@ 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/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 - http://wp.lab/wp-content/plugins/feed-them-social/feeds/js/fts-global.js?ver=2.6.9
confidence: 30 confidence: 30
feedback-modal-for-website:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/feedback-modal-for-website/assets/css/fm-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/feedback-modal-for-website/assets/js/fm-public.js?ver=1.0.0
confidence: 20
feedback-pivotal: feedback-pivotal:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -14044,6 +14201,17 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/flex-posts/languages/flex-posts.pot, Match: - 'http://wp.lab/wp-content/plugins/flex-posts/languages/flex-posts.pot, Match:
''"Project-Id-Version: Flex Posts 1.0.0''' ''"Project-Id-Version: Flex Posts 1.0.0'''
flexi:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/flexi/public/css/flexi-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/flexi/public/css/jquery.fancybox.min.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/flexi/public/js/flexi-public.js?ver=1.0.0
- http://wp.lab/wp-content/plugins/flexi/public/js/jquery.fancybox.min.js?ver=1.0.0
- http://wp.lab/wp-content/plugins/flexi/public/js/flexi_load_more_scroll.js?ver=1.0.0
confidence: 50
flexi-instagram-feed-lite-instagram-gallery: flexi-instagram-feed-lite-instagram-gallery:
QueryParameter: QueryParameter:
number: 1.7.2 number: 1.7.2
@@ -16648,6 +16816,14 @@ plugins:
found_by: Change Log (Aggressive Detection) found_by: Change Log (Aggressive Detection)
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/groups-bbpress/changelog.txt, Match: ''1.0.0''' - 'http://wp.lab/wp-content/plugins/groups-bbpress/changelog.txt, Match: ''1.0.0'''
grs-lnd-for-wp:
QueryParameter:
number: 0.1.2
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/grs-lnd-for-wp/public/css/lnd-for-wp-public.css?ver=0.1.2
- http://wp.lab/wp-content/plugins/grs-lnd-for-wp/public/js/lnd-for-wp-public.js?ver=0.1.2
confidence: 20
gs-behance-portfolio: gs-behance-portfolio:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -19302,6 +19478,13 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/jsm-pretty-json-ld/languages/jsm-pretty-json-ld.pot, - 'http://wp.lab/wp-content/plugins/jsm-pretty-json-ld/languages/jsm-pretty-json-ld.pot,
Match: ''roject-Id-Version: JSM''s Pretty JSON-LD 1.0.0''' Match: ''roject-Id-Version: JSM''s Pretty JSON-LD 1.0.0'''
jsm-show-post-meta:
TranslationFile:
number: 1.1.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/jsm-show-post-meta/languages/jsm-show-post-meta.pot,
Match: ''ct-Id-Version: JSM''s Show Post Metadata 1.1.0'''
jsm-show-registered-shortcodes: jsm-show-registered-shortcodes:
TranslationFile: TranslationFile:
number: 1.0.0 number: 1.0.0
@@ -19309,6 +19492,20 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/jsm-show-registered-shortcodes/languages/jsm-show-registered-shortcodes.pot, - 'http://wp.lab/wp-content/plugins/jsm-show-registered-shortcodes/languages/jsm-show-registered-shortcodes.pot,
Match: ''rsion: JSM''s Show Registered Shortcodes 1.0.0''' Match: ''rsion: JSM''s Show Registered Shortcodes 1.0.0'''
jsm-show-term-meta:
TranslationFile:
number: 1.1.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/jsm-show-term-meta/languages/jsm-show-term-meta-fr_FR.po,
Match: ''roject-Id-Version: JSM''s Show Term Meta 1.1.0'''
jsm-show-user-meta:
TranslationFile:
number: 1.1.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/jsm-show-user-meta/languages/jsm-show-user-meta-fr_FR.po,
Match: ''roject-Id-Version: JSM''s Show User Meta 1.1.0'''
jsocial-responsive-floating-social-sharing-media-bar: jsocial-responsive-floating-social-sharing-media-bar:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -19908,6 +20105,14 @@ plugins:
found_by: Composer File (Aggressive Detection) found_by: Composer File (Aggressive Detection)
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/kuroneko-pay/composer.json, Match: ''1.2.1''' - 'http://wp.lab/wp-content/plugins/kuroneko-pay/composer.json, Match: ''1.2.1'''
kuvilam-ipl-livescore:
QueryParameter:
number: '1.0'
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/kuvilam-ipl-livescore/vendor/jquery.responsiveTabs.min.js?ver=1.0
- http://wp.lab/wp-content/plugins/kuvilam-ipl-livescore/js/kwils.js?ver=1.0
confidence: 20
kvl-localization: kvl-localization:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -20115,6 +20320,14 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/LayerSlider/languages/LayerSlider-en_US.po, - 'http://wp.lab/wp-content/plugins/LayerSlider/languages/LayerSlider-en_US.po,
Match: ''Project-Id-Version: LayerSlider WP v4.5.5''' Match: ''Project-Id-Version: LayerSlider WP v4.5.5'''
lazy-embeds:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/lazy-embeds/assets/css/lazy-embeds.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/lazy-embeds/assets/js/lazy-embeds.js?ver=1.0.0
confidence: 20
lazy-images-without-jetpack: lazy-images-without-jetpack:
QueryParameter: QueryParameter:
number: '1.0' number: '1.0'
@@ -20199,6 +20412,14 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/lead-to-clio/lang/lead-to-clio.pot, Match: - 'http://wp.lab/wp-content/plugins/lead-to-clio/lang/lead-to-clio.pot, Match:
''"Project-Id-Version: lead_to_clio 1.0''' ''"Project-Id-Version: lead_to_clio 1.0'''
leaddevs-chatbot:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/leaddevs-chatbot/src/public/css/facebook-messenger-live-chat.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/leaddevs-chatbot/src/public/js/facebook-messenger-live-chat.js?ver=1.0.0
confidence: 20
leader: leader:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -22095,6 +22316,12 @@ plugins:
- http://wp.lab/wp-content/plugins/mask-elementor-form/js/jquery.mask.min.js?ver=1.0 - http://wp.lab/wp-content/plugins/mask-elementor-form/js/jquery.mask.min.js?ver=1.0
- http://wp.lab/wp-content/plugins/mask-elementor-form/js/maskelementor.js?ver=1.0 - http://wp.lab/wp-content/plugins/mask-elementor-form/js/maskelementor.js?ver=1.0
confidence: 20 confidence: 20
mason:
ComposerFile:
number: 1.0.0
found_by: Composer File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/mason/package.json, Match: ''1.0.0'''
mass-email-to-users: mass-email-to-users:
TranslationFile: TranslationFile:
number: '1.1' number: '1.1'
@@ -22216,6 +22443,13 @@ plugins:
- http://wp.lab/wp-content/plugins/material-design-icons/css/admin-styles.css?ver=0.0.5 - http://wp.lab/wp-content/plugins/material-design-icons/css/admin-styles.css?ver=0.0.5
- http://wp.lab/wp-content/plugins/material-design-icons/css/size-styles.css?ver=0.0.5 - http://wp.lab/wp-content/plugins/material-design-icons/css/size-styles.css?ver=0.0.5
confidence: 30 confidence: 30
material-design-icons-for-elementor:
ComposerFile:
number: 1.0.0
found_by: Composer File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/material-design-icons-for-elementor/package.json,
Match: ''1.0.0'''
material-faq-manager: material-faq-manager:
QueryParameter: QueryParameter:
number: '1.0' number: '1.0'
@@ -23630,6 +23864,12 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/multipress-lite/public/css/multi_step_reg-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/multipress-lite/public/css/multi_step_reg-public.css?ver=1.0.0
confidence: 10 confidence: 10
multisafepay:
ChangeLog:
number: 3.4.0
found_by: Change Log (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/multisafepay/CHANGELOG.md, Match: ''3.4.0'''
multisite-admin-notices: multisite-admin-notices:
TranslationFile: TranslationFile:
number: 0.1.2 number: 0.1.2
@@ -24166,6 +24406,13 @@ 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/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 - http://wp.lab/wp-content/plugins/neo-bootstrap-carousel/public/js/neo-bootstrap-carousel-public.js?ver=1.3.1
confidence: 20 confidence: 20
neoship:
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/neoship/languages/neoship-sk_SK.po, Match:
''"Project-Id-Version: Neoship 1.0.0'''
nepali-calendar: nepali-calendar:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -26278,6 +26525,14 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/pesapress/languages/pesapress.pot, Match: - 'http://wp.lab/wp-content/plugins/pesapress/languages/pesapress.pot, Match:
''"Project-Id-Version: PesaPress 1.0.0''' ''"Project-Id-Version: PesaPress 1.0.0'''
petje-af:
QueryParameter:
number: 2.0.6
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/petje-af/public/css/petje-af.css?ver=2.0.6
- http://wp.lab/wp-content/plugins/petje-af/public/js/oauth2.js?ver=2.0.6
confidence: 20
pgreca-chat: pgreca-chat:
TranslationFile: TranslationFile:
number: '0.7' number: '0.7'
@@ -27227,6 +27482,19 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/post-revision-workflow/languages/post-revision-workflow.pot, - 'http://wp.lab/wp-content/plugins/post-revision-workflow/languages/post-revision-workflow.pot,
Match: ''ject-Id-Version: Post Revision Workflow 0.2a''' Match: ''ject-Id-Version: Post Revision Workflow 0.2a'''
post-script:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/post-script/src/theme.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/post-script/src/theme.js?ver=1.0.0
confidence: 20
ComposerFile:
number: 1.0.0
found_by: Composer File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/post-script/package.json, Match: ''1.0.0'''
post-slider-and-carousel: post-slider-and-carousel:
QueryParameter: QueryParameter:
number: 1.0.1 number: 1.0.1
@@ -29097,6 +29365,14 @@ plugins:
- http://wp.lab/wp-content/plugins/rebel-slider/public/css/rebel-slider-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/rebel-slider/public/css/rebel-slider-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/rebel-slider/public/js/rebel-slider-public.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/rebel-slider/public/js/rebel-slider-public.js?ver=1.0.0
confidence: 20 confidence: 20
recaptcha-for-login-and-registration:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/recaptcha-for-login-and-registration/public/css/prositecaptcha-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/recaptcha-for-login-and-registration/public/js/prositecaptcha-public.js?ver=1.0.0
confidence: 20
recaptcha-protected-downloads: recaptcha-protected-downloads:
TranslationFile: TranslationFile:
number: '0.1' number: '0.1'
@@ -29803,6 +30079,19 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/rest-api-enabler/languages/rest-api-enabler.pot, - 'http://wp.lab/wp-content/plugins/rest-api-enabler/languages/rest-api-enabler.pot,
Match: ''"Project-Id-Version: REST API Enabler 1.1.0''' Match: ''"Project-Id-Version: REST API Enabler 1.1.0'''
rest-api-head-tags:
ChangeLog:
number: 1.1.0
found_by: Change Log (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/rest-api-head-tags/CHANGELOG.md, Match:
''## 1.1.0'''
ComposerFile:
number: 1.1.0
found_by: Composer File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/rest-api-head-tags/package.json, Match:
''1.1.0'''
rest-api-link-manager: rest-api-link-manager:
ComposerFile: ComposerFile:
number: 1.0.0 number: 1.0.0
@@ -29987,6 +30276,13 @@ plugins:
- http://wp.lab/wp-content/plugins/review-pro/public/css/review-pro-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/review-pro/public/css/review-pro-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/review-pro/public/js/review-pro-public.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/review-pro/public/js/review-pro-public.js?ver=1.0.0
confidence: 20 confidence: 20
reviewbucket-lite:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/reviewbucket-lite/assets/js/main.js?ver=1.0.0
confidence: 10
reviewpress: reviewpress:
QueryParameter: QueryParameter:
number: 1.0.5 number: 1.0.5
@@ -30111,6 +30407,14 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/riddle-playful-content-on-the-go/assets/css/front.css?ver=3.11 - http://wp.lab/wp-content/plugins/riddle-playful-content-on-the-go/assets/css/front.css?ver=3.11
confidence: 10 confidence: 10
ride-here-with-lyft:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/ride-here-with-lyft/public/css/ride-here-with-lyft-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/ride-here-with-lyft/public/js/ride-here-with-lyft-public.js?ver=1.0.0
confidence: 20
ridhi-companion: ridhi-companion:
TranslationFile: TranslationFile:
number: 1.0.0 number: 1.0.0
@@ -30160,6 +30464,13 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/rk-hreview-for-wp/css/rk-wp-hreview.css?ver=1.1.1 - http://wp.lab/wp-content/plugins/rk-hreview-for-wp/css/rk-wp-hreview.css?ver=1.1.1
confidence: 10 confidence: 10
roadmap:
TranslationFile:
number: 1.0.1
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/roadmap/languages/roadmap-space.pot, Match:
''"Project-Id-Version: Roadmap 1.0.1'''
robo-maps: robo-maps:
QueryParameter: QueryParameter:
number: 1.0.6 number: 1.0.6
@@ -31416,6 +31727,13 @@ plugins:
found_by: Composer File (Aggressive Detection) found_by: Composer File (Aggressive Detection)
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/seo-wordpress/composer.json, Match: ''4.0.9''' - 'http://wp.lab/wp-content/plugins/seo-wordpress/composer.json, Match: ''4.0.9'''
seohide:
QueryParameter:
number: 1.3.7
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/seohide/js/sh.js?ver=1.3.7
confidence: 10
seolat-tool-plus: seolat-tool-plus:
QueryParameter: QueryParameter:
number: 2.0.7 number: 2.0.7
@@ -31478,6 +31796,14 @@ plugins:
found_by: Meta Tag (Passive Detection) found_by: Meta Tag (Passive Detection)
interesting_entries: interesting_entries:
- 'http://wp.lab/, Match: ''Seriously Simple Podcasting 1.19.3''' - 'http://wp.lab/, Match: ''Seriously Simple Podcasting 1.19.3'''
serp-rank:
QueryParameter:
number: 1.0.3
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/serp-rank/public/css/serp-rank-public.css?ver=1.0.3
- http://wp.lab/wp-content/plugins/serp-rank/public/js/serp-rank-public.js?ver=1.0.3
confidence: 20
service-area-postcode-checker: service-area-postcode-checker:
QueryParameter: QueryParameter:
number: '1.0' number: '1.0'
@@ -31515,6 +31841,21 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/sezame/languages/sezame.pot, Match: ''"Project-Id-Version: - 'http://wp.lab/wp-content/plugins/sezame/languages/sezame.pot, Match: ''"Project-Id-Version:
Sezame 1.0.0''' Sezame 1.0.0'''
sfwd-lms:
QueryParameter:
number: 3.1.2
found_by: Query Parameter (Passive Detection)
interesting_entries:
- https://wp.lab/wp-content/plugins/sfwd-lms/includes/gutenberg/assets/css/blocks.style.css?ver=3.1.2
- http://wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=3.1.2
- http://wp.lab/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=3.1.2
- http://wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=3.1.2
- http://wp.lab/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=3.1.2
- https://wp.lab/wp-content/plugins/sfwd-lms/includes/gutenberg/assets/js/frontend.blocks.js?ver=3.1.2
- http://wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_template_script.min.js?ver=3.1.2
- http://wp.lab/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=3.1.2
- http://wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_pager.min.js?ver=3.1.2
confidence: 90
shadowbox: shadowbox:
Comment: Comment:
number: '0.2' number: '0.2'
@@ -32044,6 +32385,15 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/sightmill-nps/lang/sightmill-nps.pot, Match: - 'http://wp.lab/wp-content/plugins/sightmill-nps/lang/sightmill-nps.pot, Match:
''"Project-Id-Version: SightMill NPS 1.0.2''' ''"Project-Id-Version: SightMill NPS 1.0.2'''
signup-signin:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/signup-signin/assets/css/style.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/signup-signin/assets/js/main.js?ver=1.0.0
- http://wp.lab/wp-content/plugins/signup-signin/assets/js/pravel-verification-code.min.js?ver=1.0.0
confidence: 30
sikshya: sikshya:
QueryParameter: QueryParameter:
number: 0.0.3 number: 0.0.3
@@ -32561,6 +32911,13 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/simple-responsive-images//ressources/js/responsive.min.js?ver=1.0.3 - http://wp.lab/wp-content/plugins/simple-responsive-images//ressources/js/responsive.min.js?ver=1.0.3
confidence: 10 confidence: 10
simple-sales-tax:
TranslationFile:
number: 6.0.11
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/simple-sales-tax/languages/simple-sales-tax.pot,
Match: ''"Project-Id-Version: Simple Sales Tax 6.0.11'''
simple-scroll-to-top: simple-scroll-to-top:
Comment: Comment:
number: '1.0' number: '1.0'
@@ -33063,6 +33420,15 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/slcrerator-shorten-link-creator/changelog.txt, - 'http://wp.lab/wp-content/plugins/slcrerator-shorten-link-creator/changelog.txt,
Match: ''1.0''' Match: ''1.0'''
slicewp:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/slicewp/assets/css/style-front-end.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/slicewp/assets/js/script-tracking.js?ver=1.0.0
- http://wp.lab/wp-content/plugins/slicewp/assets/js/script-front-end.js?ver=1.0.0
confidence: 30
slickr-flickr: slickr-flickr:
QueryParameter: QueryParameter:
number: 2.5.4 number: 2.5.4
@@ -33802,6 +34168,12 @@ plugins:
found_by: Change Log (Aggressive Detection) found_by: Change Log (Aggressive Detection)
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/socialsnap/changelog.txt, Match: ''= 1.1.3''' - 'http://wp.lab/wp-content/plugins/socialsnap/changelog.txt, Match: ''= 1.1.3'''
socialvault:
ChangeLog:
number: 1.2.5
found_by: Change Log (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/socialvault/changelog.txt, Match: ''= 1.2.5'''
sociofluid: sociofluid:
Comment: Comment:
number: '1.1' number: '1.1'
@@ -34661,6 +35033,12 @@ plugins:
found_by: Comment (Passive Detection) found_by: Comment (Passive Detection)
interesting_entries: interesting_entries:
- 'http://wp.lab/, Match: ''Stream WordPress user activity plugin v3.2.2''' - 'http://wp.lab/, Match: ''Stream WordPress user activity plugin v3.2.2'''
streamshare:
ComposerFile:
number: 1.0.0
found_by: Composer File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/streamshare/package.json, Match: ''1.0.0'''
stripe: stripe:
QueryParameter: QueryParameter:
number: 2.1.1 number: 2.1.1
@@ -36019,6 +36397,19 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/themepaste-secure-admin/css/wptpsa-frontend.css?ver=1.0 - http://wp.lab/wp-content/plugins/themepaste-secure-admin/css/wptpsa-frontend.css?ver=1.0
confidence: 10 confidence: 10
themerain-core:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/themerain-core/includes/blocks/js/blocks-front.js?ver=1.0.0
confidence: 10
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/themerain-core/languages/themerain-core.pot,
Match: ''"Project-Id-Version: ThemeRain Core 1.0.0'''
themeregion-companion: themeregion-companion:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -37731,6 +38122,14 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/um-user-switching/languages/um-user-switching.pot, - 'http://wp.lab/wp-content/plugins/um-user-switching/languages/um-user-switching.pot,
Match: ''"Project-Id-Version: UM User Switching 1.0.0''' Match: ''"Project-Id-Version: UM User Switching 1.0.0'''
uncanny-learndash-toolkit:
QueryParameter:
number: '3.2'
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.2
- http://wp.lab/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.2
confidence: 20
underdev: underdev:
ComposerFile: ComposerFile:
number: 1.0.0 number: 1.0.0
@@ -37877,6 +38276,7 @@ plugins:
- http://wp.lab/wp-content/plugins/universam-demo/theme/usam-form-style.css?ver=4.50.02 - http://wp.lab/wp-content/plugins/universam-demo/theme/usam-form-style.css?ver=4.50.02
- http://wp.lab/wp-content/plugins/universam-demo/assets/js/universam.theme.main.js?ver=4.50.02 - http://wp.lab/wp-content/plugins/universam-demo/assets/js/universam.theme.main.js?ver=4.50.02
- http://wp.lab/wp-content/plugins/universam-demo/assets/js/owl-carousel/owl.carousel.min.js?ver=4.50.02 - http://wp.lab/wp-content/plugins/universam-demo/assets/js/owl-carousel/owl.carousel.min.js?ver=4.50.02
- http://wp.lab/wp-content/plugins/universam-demo/assets/js/textarea-auto-resizer.js?ver=4.50.02
confidence: 100 confidence: 100
unlimited-addons-for-wpbakery-page-builder: unlimited-addons-for-wpbakery-page-builder:
ReleaseLog: ReleaseLog:
@@ -37968,6 +38368,13 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/upstream/languages/upstream.pot, Match: - 'http://wp.lab/wp-content/plugins/upstream/languages/upstream.pot, Match:
''"Project-Id-Version: UpStream v1.13.5''' ''"Project-Id-Version: UpStream v1.13.5'''
uptogo:
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/uptogo/languages/uptogo.pot, Match: ''"Project-Id-Version:
Uptogo 1.0.0'''
upunzipper: upunzipper:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -38501,6 +38908,12 @@ plugins:
- http://wp.lab/wp-content/plugins/vessel/css/vessel.css?ver=0.7.1 - http://wp.lab/wp-content/plugins/vessel/css/vessel.css?ver=0.7.1
- http://wp.lab/wp-content/plugins/vessel/js/vessel.js?ver=0.7.1 - http://wp.lab/wp-content/plugins/vessel/js/vessel.js?ver=0.7.1
confidence: 20 confidence: 20
via-crm-forms:
ComposerFile:
number: 1.0.4
found_by: Composer File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/via-crm-forms/package.json, Match: ''1.0.4'''
viabill-woocommerce: viabill-woocommerce:
ChangeLog: ChangeLog:
number: 1.0.3 number: 1.0.3
@@ -38922,6 +39335,13 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/waitlist-woocommerce/assets/css/xoo-wl-style.css?ver=1.4 - http://wp.lab/wp-content/plugins/waitlist-woocommerce/assets/css/xoo-wl-style.css?ver=1.4
confidence: 10 confidence: 10
wallet-system-for-woocommerce:
TranslationFile:
number: 1.0.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/wallet-system-for-woocommerce/languages/wallet-system-for-woocommerce-en_US.pot,
Match: ''-Version: wallet-system-for-woocommerce 1.0.0'''
wallets: wallets:
TranslationFile: TranslationFile:
number: 2.10.6 number: 2.10.6
@@ -40231,6 +40651,13 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/wiredrive-player/CHANGELOG.md, Match: ''### - 'http://wp.lab/wp-content/plugins/wiredrive-player/CHANGELOG.md, Match: ''###
3.1.0''' 3.1.0'''
wishful-companion:
QueryParameter:
number: 1.0.1
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/wishful-companion/assets/css/style.css?ver=1.0.1
confidence: 10
wishlist-woocommerce: wishlist-woocommerce:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -40667,6 +41094,13 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/woo-custom-email-blocks/CHANGELOG.txt, Match: - 'http://wp.lab/wp-content/plugins/woo-custom-email-blocks/CHANGELOG.txt, Match:
''1.0.0''' ''1.0.0'''
woo-customer-care:
TranslationFile:
number: 1.0.5
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/woo-customer-care/languages/woocc.pot, Match:
''sion: WPC Customer Care for WooCommerce 1.0.5'''
woo-customer-coupons: woo-customer-coupons:
ChangeLog: ChangeLog:
number: 1.0.0 number: 1.0.0
@@ -44974,6 +45408,14 @@ plugins:
- http://wp.lab/wp-content/plugins/wp-media-replace/public/css/wp-media-replace-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/wp-media-replace/public/css/wp-media-replace-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/wp-media-replace/public/js/wp-media-replace-public.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/wp-media-replace/public/js/wp-media-replace-public.js?ver=1.0.0
confidence: 20 confidence: 20
wp-media-storage-to-cloud:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/wp-media-storage-to-cloud/public/css/w2cloud-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/wp-media-storage-to-cloud/public/js/w2cloud-public.js?ver=1.0.0
confidence: 20
wp-media-stories: wp-media-stories:
QueryParameter: QueryParameter:
number: '0.1' number: '0.1'
@@ -45097,7 +45539,8 @@ plugins:
interesting_entries: interesting_entries:
- http://wp.lab/wp-content/plugins/wp-munich-blocks/css/filter.min.css?ver=0.3.0 - http://wp.lab/wp-content/plugins/wp-munich-blocks/css/filter.min.css?ver=0.3.0
- http://wp.lab/wp-content/plugins/wp-munich-blocks/blocks/blocks-frontend.min.js?ver=0.3.0 - http://wp.lab/wp-content/plugins/wp-munich-blocks/blocks/blocks-frontend.min.js?ver=0.3.0
confidence: 20 - http://wp.lab/wp-content/plugins/wp-munich-blocks/blocks/blocks.min.css?ver=0.3.0
confidence: 30
wp-my-admin-bar: wp-my-admin-bar:
QueryParameter: QueryParameter:
number: 2.0.2 number: 2.0.2
@@ -45334,6 +45777,15 @@ plugins:
- http://wp.lab/wp-content/plugins/wp-portfolio-showcase/assets/js/isotope.pkgd.min.js?ver=0.0.1 - http://wp.lab/wp-content/plugins/wp-portfolio-showcase/assets/js/isotope.pkgd.min.js?ver=0.0.1
- http://wp.lab/wp-content/plugins/wp-portfolio-showcase/assets/js/frontend.min.js?ver=0.0.1 - http://wp.lab/wp-content/plugins/wp-portfolio-showcase/assets/js/frontend.min.js?ver=0.0.1
confidence: 30 confidence: 30
wp-post-and-blog-designer:
QueryParameter:
number: '1.1'
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/wp-post-and-blog-designer/assets/css/font-awesome.min.css?ver=1.1
- http://wp.lab/wp-content/plugins/wp-post-and-blog-designer/assets/css/wpbd-slick.css?ver=1.1
- http://wp.lab/wp-content/plugins/wp-post-and-blog-designer/assets/css/wpbd-custom.css?ver=1.1
confidence: 30
wp-post-background: wp-post-background:
TranslationFile: TranslationFile:
number: 1.0.0 number: 1.0.0
@@ -45424,6 +45876,13 @@ plugins:
wp-postviews: wp-postviews:
Comment: Comment:
found_by: Comment (Passive Detection) found_by: Comment (Passive Detection)
wp-presenter-pro:
QueryParameter:
number: 2.0.5
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/wp-presenter-pro/dist/blocks.style.build.css?ver=2.0.5
confidence: 10
wp-prismjs-syntax-highlighter: wp-prismjs-syntax-highlighter:
QueryParameter: QueryParameter:
number: '1.0' number: '1.0'
@@ -45587,6 +46046,16 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/wp-random-post-inside/languages/wp-random-post-inside-bn_BD.po, - 'http://wp.lab/wp-content/plugins/wp-random-post-inside/languages/wp-random-post-inside-bn_BD.po,
Match: ''oject-Id-Version: WP Random Post Inside 1.5.2''' Match: ''oject-Id-Version: WP Random Post Inside 1.5.2'''
wp-reactions-lite:
QueryParameter:
number: 1.1.2
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/css/front.css?v=1.1.2&ver=5.3.1
- http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/css/common.css?v=1.1.2&ver=5.3.1
- http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/js/front.js?v=1.1.2&ver=5.3.1
- http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/vendor/lottie/lottie.min.js?v=1.1.2&ver=5.3.1
confidence: 40
wp-reading-progress: wp-reading-progress:
QueryParameter: QueryParameter:
number: 1.0.2 number: 1.0.2
@@ -45607,7 +46076,10 @@ plugins:
- http://wp.lab/wp-content/plugins/wp-recall/add-on/publicpost/js/scripts.js?ver=16.12.0 - http://wp.lab/wp-content/plugins/wp-recall/add-on/publicpost/js/scripts.js?ver=16.12.0
- http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/ion.sound.min.js?ver=16.12.0 - http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/ion.sound.min.js?ver=16.12.0
- http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/scripts.js?ver=16.12.0 - http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/scripts.js?ver=16.12.0
confidence: 70 - http://wp.lab/wp-content/plugins/wp-recall/add-on/rating-system//js/scripts.js?ver=16.12.0
- http://wp.lab/wp-content/plugins/wp-recall/add-on/publicpost//js/scripts.js?ver=16.12.0
- http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat//js/scripts.js?ver=16.12.0
confidence: 100
wp-recaptcha-appsaur: wp-recaptcha-appsaur:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -45672,6 +46144,14 @@ plugins:
interesting_entries: interesting_entries:
- 'http://wp.lab/wp-content/plugins/wp-redirects/includes/translations/wp-redirects.pot, - 'http://wp.lab/wp-content/plugins/wp-redirects/includes/translations/wp-redirects.pot,
Match: ''"Project-Id-Version: WP Redirects 141009''' Match: ''"Project-Id-Version: WP Redirects 141009'''
wp-related-post-with-pagination:
QueryParameter:
number: '1.0'
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/wp-related-post-with-pagination/assets/style.css?ver=1.0
- http://wp.lab/wp-content/plugins/wp-related-post-with-pagination/assets/scripts.js?ver=1.0
confidence: 20
wp-relevant-ads: wp-relevant-ads:
QueryParameter: QueryParameter:
number: 1.0.0 number: 1.0.0
@@ -47238,6 +47718,13 @@ plugins:
- http://wp.lab/wp-content/plugins/wpbooklist/assets/css/wpbooklist-posts-pages-default.css?ver=6.1.7 - http://wp.lab/wp-content/plugins/wpbooklist/assets/css/wpbooklist-posts-pages-default.css?ver=6.1.7
- http://wp.lab/wp-content/plugins/wpbooklist/assets/js/wpbooklist_frontend.min.js?ver=6.1.7 - http://wp.lab/wp-content/plugins/wpbooklist/assets/js/wpbooklist_frontend.min.js?ver=6.1.7
confidence: 30 confidence: 30
wpc-composite-products:
TranslationFile:
number: 1.4.0
found_by: Translation File (Aggressive Detection)
interesting_entries:
- 'http://wp.lab/wp-content/plugins/wpc-composite-products/languages/wpc-composite-products.pot,
Match: ''WPC Composite Products for WooCommerce 1.4.0'''
wpc-grouped-product: wpc-grouped-product:
TranslationFile: TranslationFile:
number: 1.0.5 number: 1.0.5
@@ -48290,6 +48777,14 @@ plugins:
- http://wp.lab/wp-content/plugins/xa-woocommerce-memberships/public/css/xa-woocommerce-membership-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/xa-woocommerce-memberships/public/css/xa-woocommerce-membership-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/xa-woocommerce-memberships/public/js/xa-woocommerce-membership-public.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/xa-woocommerce-memberships/public/js/xa-woocommerce-membership-public.js?ver=1.0.0
confidence: 20 confidence: 20
xatkit-chatbot-connector:
QueryParameter:
number: 1.0.0
found_by: Query Parameter (Passive Detection)
interesting_entries:
- http://wp.lab/wp-content/plugins/xatkit-chatbot-connector/public/css/xatkit-chatbot-connector-public.css?ver=1.0.0
- http://wp.lab/wp-content/plugins/xatkit-chatbot-connector/public/js/xatkit-chatbot-connector-public.js?ver=1.0.0
confidence: 20
xili-floom-slideshow: xili-floom-slideshow:
Comment: Comment:
number: '1.3' number: '1.3'

View File

@@ -0,0 +1,7 @@
# Changelog
All notable changes to **APCu Manager** are documented in this *changelog*.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **APCu Manager** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2020-01-09
### Initial release

View File

@@ -0,0 +1,479 @@
# Copyright (C) 2020 Mewz
# This file is distributed under the same license as the Attribute Stock for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: Attribute Stock for WooCommerce 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/attribute-stock-for-woocommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-01-07T12:52:16+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: attribute-stock-for-woocommerce\n"
#. Plugin Name of the plugin
msgid "Attribute Stock for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/attribute-stock-for-woocommerce/"
msgstr ""
#. Description of the plugin
msgid "Take control of your product stock with flexible attribute-based stock. Easily track product addons, parts, ingredients, combos, and much more!"
msgstr ""
#. Author of the plugin
msgid "Mewz"
msgstr ""
#. Author URI of the plugin
msgid "https://mewz.dev/"
msgstr ""
#: src/Actions/Admin/AttributeList.php:45
#: src/Actions/Admin/AttributeTermList.php:62
msgid "Edit stock"
msgstr ""
#: src/Actions/Admin/AttributeList.php:51
#: src/Actions/Admin/AttributeTermList.php:76
msgid "List stock items"
msgstr ""
#: src/Actions/Admin/AttributeTermList.php:31
#: src/Actions/Admin/AttributeTermList.php:34
#: src/Actions/Admin/StockList.php:29
#: src/Components/StockReport.php:16
#: templates/admin/attributes/edit-associated.php:25
msgid "Stock"
msgstr ""
#: src/Actions/Admin/AttributeTermList.php:62
msgid "Edit attribute-level stock"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:17
#: src/Actions/Admin/PluginSupport.php:54
#: src/Actions/Admin/PluginSupport.php:56
msgid "Documentation"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:20
msgid "Unlock PRO"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:41
#: src/Actions/Admin/PluginSupport.php:43
msgid "Help & Support"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:44
msgid "Need assistance setting up your attribute stock? Found a bug and want to report it? Just feel like chatting? Get in touch!"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:46
msgid "Priority support"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:47
msgid "Community forum"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:57
msgid "Want to learn more about Attribute Stock for WooCommerce? Check out the official online documentation."
msgstr ""
#: src/Actions/Admin/PluginSupport.php:59
msgid "Online documentation"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:66
#: src/Actions/Admin/PluginSupport.php:68
msgid "Manage License"
msgstr ""
#: src/Actions/Admin/PluginSupport.php:69
msgid "View your PRO license, migrate a license, update payment information or cancel your subscription."
msgstr ""
#: src/Actions/Admin/PluginSupport.php:71
msgid "Member dashboard"
msgstr ""
#: src/Actions/Admin/ReportStock.php:22
msgid "Attribute Stock"
msgstr ""
#: src/Actions/Admin/ReportStockPro.php:19
#: src/Actions/Admin/StockList.php:28
#: templates/admin/attributes/edit-associated.php:24
#: templates/admin/stock/panel-inventory.php:7
msgid "SKU"
msgstr ""
#: src/Actions/Admin/ReportStockPro.php:21
#: src/Actions/Admin/StockList.php:27
msgid "Actions"
msgstr ""
#: src/Actions/Admin/ReportStockPro.php:34
msgid "Edit attribute stock"
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:26
msgid "Enable"
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:30
msgid "Disable"
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:73
msgid "%d attribute stock enabled."
msgid_plural "%d attribute stocks enabled."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:75
msgid "%d attribute stock disabled."
msgid_plural "%d attribute stocks disabled."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:81
msgid "No disabled attribute stocks to enable."
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:83
msgid "No enabled attribute stocks to disable."
msgstr ""
#: src/Actions/Admin/StockBulkActions.php:93
msgid "%d attribute stock updated."
msgid_plural "%d attribute stocks updated."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:94
msgid "%d attribute stock not updated, somebody is editing it."
msgid_plural "%d attribute stocks not updated, somebody is editing them."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:95
msgid "%d attribute stock permanently deleted."
msgid_plural "%d attribute stocks permanently deleted."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:96
msgid "%d attribute stock moved to the Trash."
msgid_plural "%d attribute stocks moved to the Trash."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockBulkActions.php:97
msgid "%d attribute stock restored from the Trash."
msgid_plural "%d attribute stocks restored from the Trash."
msgstr[0] ""
msgstr[1] ""
#: src/Actions/Admin/StockEdit.php:45
msgid "Status"
msgstr ""
#: src/Actions/Admin/StockEdit.php:46
msgid "Stock details"
msgstr ""
#: src/Actions/Admin/StockEdit.php:64
msgid "Inventory"
msgstr ""
#: src/Actions/Admin/StockEdit.php:65
msgid "Attributes"
msgstr ""
#: src/Actions/Admin/StockEdit.php:66
msgid "Settings"
msgstr ""
#: src/Actions/Admin/StockEdit.php:122
#: src/Actions/Admin/StockEdit.php:125
#: src/Actions/Admin/StockEdit.php:127
#: src/Actions/Admin/StockEdit.php:135
msgid "Attribute stock updated."
msgstr ""
#: src/Actions/Admin/StockEdit.php:123
msgid "Attribute stock field updated."
msgstr ""
#: src/Actions/Admin/StockEdit.php:124
msgid "Attribute stock field deleted."
msgstr ""
#: src/Actions/Admin/StockEdit.php:126
msgid "Revision restored."
msgstr ""
#: src/Actions/Admin/StockEdit.php:128
msgid "Attribute stock saved."
msgstr ""
#: src/Actions/Admin/StockEdit.php:129
msgid "Attribute stock submitted."
msgstr ""
#. translators: %s: date
#: src/Actions/Admin/StockEdit.php:132
msgid "Attribute stock scheduled for: %s."
msgstr ""
#: src/Actions/Admin/StockEdit.php:151
#: src/Actions/Admin/StockEdit.php:177
msgid "Back to attribute stock"
msgstr ""
#: src/Actions/Admin/StockEdit.php:155
msgid "Back to \"%s\" attribute term"
msgstr ""
#: src/Actions/Admin/StockEdit.php:157
msgid "Back to attribute term"
msgstr ""
#: src/Actions/Admin/StockEdit.php:162
msgid "Back to \"%s\" attribute terms"
msgstr ""
#: src/Actions/Admin/StockEdit.php:164
msgid "Back to attribute terms"
msgstr ""
#: src/Actions/Admin/StockEdit.php:169
msgid "Back to \"%s\" attribute"
msgstr ""
#: src/Actions/Admin/StockEdit.php:171
msgid "Back to attribute"
msgstr ""
#: src/Actions/Admin/StockList.php:30
#: templates/admin/stock/panel-inventory.php:29
msgid "Notes"
msgstr ""
#: src/Actions/Admin/StockList.php:31
#: templates/admin/stock/metabox-status.php:21
msgid "Created"
msgstr ""
#: src/Actions/Admin/StockList.php:105
#: src/Actions/Admin/StockListFilters.php:22
#: templates/admin/attributes/edit-associated.php:39
msgid "Disabled"
msgstr ""
#: src/Actions/Admin/StockListActions.php:40
msgid "Duplicate"
msgstr ""
#: src/Actions/Admin/StockListActions.php:91
msgid "Sorry, this attribute stock item does not exist. Perhaps it was deleted?"
msgstr ""
#: src/Actions/Admin/StockListActions.php:95
msgid "Sorry, you are not allowed to do that."
msgstr ""
#: src/Actions/Admin/StockListFilters.php:21
#: templates/admin/stock/metabox-status.php:10
msgid "Enabled"
msgstr ""
#: src/Actions/Admin/StockListFilters.php:112
msgid "\"Any\""
msgstr ""
#: src/Actions/StockNotifications.php:45
msgid "Attribute out of stock"
msgstr ""
#: src/Actions/StockNotifications.php:46
#: src/Actions/StockNotificationsPro.php:18
msgid "%s is out of stock."
msgstr ""
#: src/Actions/StockNotifications.php:62
msgid "Attribute low in stock"
msgstr ""
#: src/Actions/StockNotifications.php:63
#: src/Actions/StockNotificationsPro.php:27
msgid "%s is low in stock. There is %d left."
msgid_plural "%s is low in stock. There are %d left."
msgstr[0] ""
msgstr[1] ""
#: src/Components/StockReport.php:15
#: templates/admin/attributes/edit-associated.php:23
msgid "Title"
msgstr ""
#: src/Components/StockReport.php:90
msgid "No low in stock attributes found."
msgstr ""
#: src/Components/StockReport.php:94
msgid "No out of stock attributes found."
msgstr ""
#: src/Components/StockReport.php:98
msgid "No most stocked attributes found."
msgstr ""
#: src/Plugin/Loader.php:34
#: src/Plugin/LoaderPro.php:32
msgid "WooCommerce attribute stock items."
msgstr ""
#: src/Plugin/Loader.php:36
#: src/Plugin/LoaderPro.php:34
msgctxt "post type general name"
msgid "Attribute Stock"
msgstr ""
#: src/Plugin/Loader.php:37
#: src/Plugin/LoaderPro.php:35
msgctxt "post type singular name"
msgid "Attribute Stock"
msgstr ""
#: src/Plugin/Loader.php:38
#: src/Plugin/LoaderPro.php:36
msgctxt "mewz_attribute_stock"
msgid "Add New"
msgstr ""
#: templates/admin/attributes/add-fields.php:13
#: templates/admin/attributes/edit-associated.php:60
#: templates/admin/attributes/edit-fields.php:26
msgid "Unlock Pro"
msgstr ""
#: templates/admin/attributes/add-fields.php:18
#: templates/admin/attributes/edit-fields.php:32
msgid "Enable stock management at the attribute level."
msgstr ""
#: templates/admin/attributes/add-fields.php:20
#: templates/admin/attributes/edit-fields.php:34
msgid "Enable stock management at the attribute term level."
msgstr ""
#: templates/admin/attributes/add-fields.php:33
#: templates/admin/attributes/edit-fields.php:51
msgid "Current stock quantity of this attribute."
msgstr ""
#: templates/admin/attributes/add-fields.php:35
#: templates/admin/attributes/edit-fields.php:53
msgid "Current stock quantity of this attribute term."
msgstr ""
#: templates/admin/attributes/edit-associated.php:16
msgid "Associated stock"
msgstr ""
#: templates/admin/attributes/edit-fields.php:24
msgid "Configure"
msgstr ""
#: templates/admin/stock/metabox-status.php:34
msgid "Update Stock"
msgstr ""
#: templates/admin/stock/metabox-status.php:34
msgid "Create Stock"
msgstr ""
#: templates/admin/stock/panel-inventory.php:10
msgid "Unique identifier for stock keeping. Optional."
msgstr ""
#: templates/admin/stock/panel-inventory.php:16
msgid "Stock quantity"
msgstr ""
#: templates/admin/stock/panel-inventory.php:23
msgid "Current stock quantity of this attribute stock item."
msgstr ""
#: templates/admin/stock/panel-inventory.php:33
msgid "Internal notes about this attribute stock item."
msgstr ""
#: templates/admin/stock/panel-settings.php:14
msgid "All product types"
msgstr ""
#: templates/admin/stock/panel-settings.php:15
msgid "Product type(s) to match against. All other product types will be ignored by this attribute stock. Leave blank to match all valid product types."
msgstr ""
#: templates/admin/stock/panel-settings.php:29
msgid "When stock reaches this amount or less, you will be notified by email (if enabled)."
msgstr ""
#: templates/admin/stock/panel-settings.php:38
msgid "Limits available stock quantity of associated products."
msgstr ""
#: templates/admin/stock/panel-settings.php:38
msgid "Learn more"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Add match"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Drag to re-order"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Remove match set"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Attribute..."
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Any %s"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Term..."
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Remove attribute"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Add attribute"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Quantity multiplier"
msgstr ""
#: assets/dist/admin/stock-edit.js:12
msgid "Set how much stock is reduced when a matching product is purchased. Decimal values are also allowed."
msgstr ""

View File

@@ -0,0 +1,3 @@
== Changelog ==
= 1.0 =
. Initial release

View File

@@ -0,0 +1,161 @@
# Copyright (C) 2020 WPplugins.Tech
# This file is distributed under the same license as the Category Tag Tidy plugin.
msgid ""
msgstr ""
"Project-Id-Version: Category Tag Tidy 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/category-tag-"
"tidy\n"
"POT-Creation-Date: 2020-01-02T03:27:50+01:00\n"
"PO-Revision-Date: 2020-01-02 13:33+1100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
"X-Domain: category-tag-tidy\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Plugin Name of the plugin
#: admin/class-category-tag-tidy-admin.php:84
#: admin/class-category-tag-tidy-admin.php:85
#: admin/class-category-tag-tidy-admin.php:99
#: admin/class-category-tag-tidy-admin.php:100
#: admin/class-category-tag-tidy-admin.php:117
msgid "Category Tag Tidy"
msgstr "Category Tag Tidy"
#. Plugin URI of the plugin
msgid "https://github.com/wpplugins-tech/category-tag-tidy"
msgstr "https://github.com/wpplugins-tech/category-tag-tidy"
#. Description of the plugin
msgid ""
"Allows easy deletion of unused categories and tags - maintains existing "
"category structure."
msgstr ""
"Allows easy deletion of unused categories and tags - maintains existing "
"category structure."
#. Author of the plugin
msgid "WPplugins.Tech"
msgstr "WPplugins.Tech"
#. Author URI of the plugin
msgid "http://www.wpplugins.tech"
msgstr "http://www.wpplugins.tech"
#: admin/class-category-tag-tidy-admin.php:150
msgid "Category and Tag Tidy"
msgstr "Category and Tag Tidy"
#: admin/class-category-tag-tidy-admin.php:153
msgid "Clear all unused Tags or Categories for all Blogs on this Network"
msgstr "Clear all unused Tags or Categories for all Blogs on this Network"
#: admin/class-category-tag-tidy-admin.php:154
msgid "across ALL blogs on this network"
msgstr "across ALL blogs on this network"
#: admin/class-category-tag-tidy-admin.php:156
msgid "Clear all unused Tags or Categories from blog"
msgstr "Clear all unused Tags or Categories from blog"
#: admin/class-category-tag-tidy-admin.php:169
msgid "Select Taxonomies to Tidy"
msgstr "Select Taxonomies to Tidy"
#: admin/class-category-tag-tidy-admin.php:173
msgid "Categories"
msgstr "Categories"
#: admin/class-category-tag-tidy-admin.php:177
msgid "Post Tags"
msgstr "Post Tags"
#: admin/class-category-tag-tidy-admin.php:180
#| msgid ""
#| "How it works: In order to maintain your categories structure - unused "
#| "parent categories will not be deleted if they have a child category which "
#| "is in use."
msgid ""
"How it works: In order to maintain your categories structure - unused parent "
"categories will not be deleted if they have a child category still in use."
msgstr ""
"How it works: In order to maintain your categories structure - unused parent "
"categories will not be deleted if they have a child category still in use."
#: admin/class-category-tag-tidy-admin.php:181
msgid "Tags are not hierarchical so all non-used tags will be deleted."
msgstr "Tags are not hierarchical so all non-used tags will be deleted."
#: admin/class-category-tag-tidy-admin.php:182
msgid ""
"Categories or Tags linked with content in the trash will not be deleted."
msgstr ""
"Categories or Tags linked with content in the trash will not be deleted."
#: admin/class-category-tag-tidy-admin.php:183
msgid "Note: you will be asked to confirm on the next screen"
msgstr "Note: you will be asked to confirm on the next screen"
#: admin/class-category-tag-tidy-admin.php:187
msgid "Run Tag Tidy"
msgstr "Run Tag Tidy"
#: admin/class-category-tag-tidy-admin.php:201
msgid "This process will clear all unused <b>tags</b> and <b>categories</b>"
msgstr "This process will clear all unused <b>tags</b> and <b>categories</b>"
#: admin/class-category-tag-tidy-admin.php:203
msgid "This process will clear all unused <b>tags</b>"
msgstr "This process will clear all unused <b>tags</b>"
#: admin/class-category-tag-tidy-admin.php:205
msgid "This process will clear all unused <b>categories</b>"
msgstr "This process will clear all unused <b>categories</b>"
#. translators: %s is replaced with the back link
#: admin/class-category-tag-tidy-admin.php:213
msgid "Please go <a href=\"%s\">back</a> and select a taxonomy"
msgstr "Please go <a href=\"%s\">back</a> and select a taxonomy"
#: admin/class-category-tag-tidy-admin.php:221
msgid "Are you sure you wish to proceed?"
msgstr "Are you sure you wish to proceed?"
#: admin/class-category-tag-tidy-admin.php:222
msgid "<b>Note:</b> This action is <i>not</i> reversible"
msgstr "<b>Note:</b> This action is <i>not</i> reversible"
#: admin/class-category-tag-tidy-admin.php:227
msgid "Let's Do it!"
msgstr "Let's Do it!"
#: admin/class-category-tag-tidy-admin.php:254
msgid "Processing post categories: "
msgstr "Processing post categories: "
#. translators: %d is replaced with the number 1 (for one term deleted)
#: admin/class-category-tag-tidy-admin.php:258
#: admin/class-category-tag-tidy-admin.php:270
msgid "%d term deleted"
msgstr "%d term deleted"
#. translators: %d is replaced with number of deleted terms
#: admin/class-category-tag-tidy-admin.php:261
#: admin/class-category-tag-tidy-admin.php:272
msgid "%d terms deleted"
msgstr "%d terms deleted"
#: admin/class-category-tag-tidy-admin.php:267
msgid "Processing post tags: "
msgstr "Processing post tags: "
#~ msgid ""
#~ "This is a short description of what the plugin does. It's displayed in "
#~ "the WordPress admin area."
#~ msgstr ""
#~ "This is a short description of what the plugin does. It's displayed in "
#~ "the WordPress admin area."

View File

@@ -0,0 +1,13 @@
{
"name": "codepen-embed-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"cgb-scripts": "1.22.0"
}
}

View File

@@ -0,0 +1,59 @@
msgid ""
msgstr ""
"Project-Id-Version: dynamic-coupons-with-zendesk-for-woocommerce-v1.0.0\n"
"POT-Creation-Date: 2019-12-04 15:19+0530\n"
"PO-Revision-Date: 2019-12-04 15:19+0530\n"
"Last-Translator: \n"
"Language-Team: MakeWebBetter\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;esc_html;esc_html__;esc_html_e\n"
"X-Poedit-SearchPath-0: .\n"
#: Library/class-mwb-zencoupon-manager.php:194
#: Library/class-mwb-zencoupon-manager.php:210
msgid "No coupons found"
msgstr ""
#: Library/class-mwb-zencoupon-manager.php:204
#: Library/class-mwb-zencoupon-manager.php:272
msgid "Wrong Store URL"
msgstr ""
#: zendesk-dynamic-coupons.php:139
msgid "Mail Sent Successfully."
msgstr ""
#: zendesk-dynamic-coupons.php:140
msgid "Mail not sent"
msgstr ""
#: zendesk-dynamic-coupons.php:141
msgid "Mail already sent"
msgstr ""
#: zendesk-dynamic-coupons.php:160
#, php-format
msgid ""
"Support the %1$1s%2$2s%3$3s plugin development by sending us tracking "
"data( we just want your Email Address and Name that too only once )."
msgstr ""
#: zendesk-dynamic-coupons.php:165
#, php-format
msgid ""
"Your %1$1s%4$4s%3$3s key is %1$1s%2$2s%3$3s. Enter this key while installing "
"the app."
msgstr ""
#: zendesk-dynamic-coupons.php:183
msgid ""
"Woocommerce is not activated, please activate woocommerce first to install "
"and use zendesk woocommerce plugin."
msgstr ""

View File

@@ -0,0 +1,736 @@
# Copyright (C) 2020 EASY FlipBook
# This file is distributed under the same license as the EASY FlipBook package.
msgid ""
msgstr ""
"Project-Id-Version: EASY FlipBook 2.1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easy-flipbook-i-widget\n"
"POT-Creation-Date: 2020-01-05 14:44:48+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: inc/dictionary.php:26
msgid "auto"
msgstr ""
#: inc/dictionary.php:27 inc/dictionary.php:154
msgid "Sorry something went wrong with the server please try again"
msgstr ""
#: inc/dictionary.php:28 inc/dictionary.php:151
msgid "General"
msgstr ""
#: inc/dictionary.php:29
msgid "Pages"
msgstr ""
#: inc/dictionary.php:30
msgid "Book properties"
msgstr ""
#: inc/dictionary.php:31
msgid "Sheet properties"
msgstr ""
#: inc/dictionary.php:32
msgid "Cover properties"
msgstr ""
#: inc/dictionary.php:33
msgid "Page properties"
msgstr ""
#: inc/dictionary.php:34
msgid "Source"
msgstr ""
#: inc/dictionary.php:35
msgid "PDF file"
msgstr ""
#: inc/dictionary.php:36
msgid "Images, HTMLs files"
msgstr ""
#: inc/dictionary.php:37
msgid "interactive"
msgstr ""
#: inc/dictionary.php:38
msgid "Page number"
msgstr ""
#: inc/dictionary.php:39
msgid "Remove"
msgstr ""
#: inc/dictionary.php:40
msgid "CSS Layer"
msgstr ""
#: inc/dictionary.php:41
msgid "CSS"
msgstr ""
#: inc/dictionary.php:42
msgid "HTML"
msgstr ""
#: inc/dictionary.php:43
msgid "Java Script"
msgstr ""
#: inc/dictionary.php:44 inc/dictionary.php:86
msgid "Title"
msgstr ""
#: inc/dictionary.php:45
msgid "Select files"
msgstr ""
#: inc/dictionary.php:46
msgid "Open"
msgstr ""
#: inc/dictionary.php:47
msgid "Add image pages"
msgstr ""
#: inc/dictionary.php:48
msgid "Add HTML pages"
msgstr ""
#: inc/dictionary.php:49
msgid "Add PDF page"
msgstr ""
#: inc/dictionary.php:50
msgid "Remove all pages"
msgstr ""
#: inc/dictionary.php:51
msgid "items per page"
msgstr ""
#: inc/dictionary.php:52
msgid "All"
msgstr ""
#: inc/dictionary.php:53
msgid "None"
msgstr ""
#: inc/dictionary.php:54
msgid "Next"
msgstr ""
#: inc/dictionary.php:55
msgid "Previous"
msgstr ""
#: inc/dictionary.php:56
msgid "PDF page number"
msgstr ""
#: inc/dictionary.php:57
msgid "Select image"
msgstr ""
#: inc/dictionary.php:58
msgid "Change image"
msgstr ""
#: inc/dictionary.php:59
msgid "Auto thumbnail"
msgstr ""
#: inc/dictionary.php:60
msgid "book height"
msgstr ""
#: inc/dictionary.php:61
msgid "book width"
msgstr ""
#: inc/dictionary.php:62
msgid "gravity constant"
msgstr ""
#: inc/dictionary.php:63
msgid "amount of rendered cached pages"
msgstr ""
#: inc/dictionary.php:64
msgid "render loaded hidden pages in the background"
msgstr ""
#: inc/dictionary.php:65
msgid "render pages while they are flipping, it can slow down animation"
msgstr ""
#: inc/dictionary.php:66
msgid "amount of loaded by user pages that are used for predicting user behaviour"
msgstr ""
#: inc/dictionary.php:67
msgid "quantity of predicted pages for automatic loading"
msgstr ""
#: inc/dictionary.php:68
msgid "initial flipping velocity, it should be enough to overcome the gravity"
msgstr ""
#: inc/dictionary.php:69
msgid "max corner (flexible part of the sheet) deviation from the whole sheet"
msgstr ""
#: inc/dictionary.php:70
msgid "sheet flexibility"
msgstr ""
#: inc/dictionary.php:71
msgid "part of the sheet that can be flexed, should be in range (0, 1)"
msgstr ""
#: inc/dictionary.php:72
msgid "speed of changing bending angle of the flexible corner"
msgstr ""
#: inc/dictionary.php:73
msgid "curvature of open sheet, 0 is for flat sheet"
msgstr ""
#: inc/dictionary.php:74
msgid "width texture resolution"
msgstr ""
#: inc/dictionary.php:75
msgid "height texture resolution"
msgstr ""
#: inc/dictionary.php:76
msgid "sheet color"
msgstr ""
#: inc/dictionary.php:77
msgid "sheet thickness"
msgstr ""
#: inc/dictionary.php:78
msgid "sheet weight"
msgstr ""
#: inc/dictionary.php:79
msgid "cover height is more on 2*padding and cover width more on 1*padding than page ones, so you can set different sizes for typical pages and cover like for real book"
msgstr ""
#: inc/dictionary.php:80
msgid "binder texture"
msgstr ""
#: inc/dictionary.php:81
msgid "Deep linking URL parameter name"
msgstr ""
#: inc/dictionary.php:82
msgid "items pre page"
msgstr ""
#: inc/dictionary.php:83
msgid "EASY FlipBook"
msgstr ""
#: inc/dictionary.php:84
msgid "View mode"
msgstr ""
#: inc/dictionary.php:85
msgid "Advanced"
msgstr ""
#: inc/dictionary.php:87
msgid "Thumbnail"
msgstr ""
#: inc/dictionary.php:88
msgid "Thumbnail and Lightbox"
msgstr ""
#: inc/dictionary.php:89
msgid "Lightbox activation link"
msgstr ""
#: inc/dictionary.php:90
msgid "Fullscreen"
msgstr ""
#: inc/dictionary.php:91
msgid "Select skin"
msgstr ""
#: inc/dictionary.php:92
msgid "EASY FlipBook container CSS classes"
msgstr ""
#: inc/dictionary.php:93
msgid "Lightbox theme"
msgstr ""
#: inc/dictionary.php:94
msgid "Light"
msgstr ""
#: inc/dictionary.php:95
msgid "Dark"
msgstr ""
#: inc/dictionary.php:96
msgid "default value"
msgstr ""
#: inc/dictionary.php:97
msgid "minimum value"
msgstr ""
#: inc/dictionary.php:98
msgid "maximum value"
msgstr ""
#: inc/dictionary.php:99
msgid "amount of zoom levels"
msgstr ""
#: inc/dictionary.php:100
msgid "amount of lighting levels"
msgstr ""
#: inc/dictionary.php:101
msgid "pan step for comands cmdPanLeft, cmdPanRight, cmdPanUp, cmdPanDown"
msgstr ""
#: inc/dictionary.php:102
msgid "zoom in"
msgstr ""
#: inc/dictionary.php:103
msgid "zoom out"
msgstr ""
#: inc/dictionary.php:104
msgid "set default zoom"
msgstr ""
#: inc/dictionary.php:105
msgid "show bookmarks"
msgstr ""
#: inc/dictionary.php:106
msgid "turn 10 pages backward"
msgstr ""
#: inc/dictionary.php:107
msgid "turn a page backward"
msgstr ""
#: inc/dictionary.php:108
msgid "turn a page forward"
msgstr ""
#: inc/dictionary.php:109
msgid "turn 10 pages forward"
msgstr ""
#: inc/dictionary.php:110
msgid "download"
msgstr ""
#: inc/dictionary.php:111
msgid "print"
msgstr ""
#: inc/dictionary.php:112
msgid "toggle fulscreen mode"
msgstr ""
#: inc/dictionary.php:113
msgid "show/hide the settings toolbar button"
msgstr ""
#: inc/dictionary.php:114
msgid "toggle the smart pan mode"
msgstr ""
#: inc/dictionary.php:115
msgid "toggle single page mode"
msgstr ""
#: inc/dictionary.php:116
msgid "toggle sound effects"
msgstr ""
#: inc/dictionary.php:117
msgid "toggle statistics monitor"
msgstr ""
#: inc/dictionary.php:118
msgid "increase lighting"
msgstr ""
#: inc/dictionary.php:119
msgid "reduce lighting"
msgstr ""
#: inc/dictionary.php:120
msgid "move pan to the left"
msgstr ""
#: inc/dictionary.php:121
msgid "move pan to the right"
msgstr ""
#: inc/dictionary.php:122
msgid "move pan to the up"
msgstr ""
#: inc/dictionary.php:123
msgid "move pan to the down"
msgstr ""
#: inc/dictionary.php:124
msgid "rotate the book by means mouse drag operation"
msgstr ""
#: inc/dictionary.php:125
msgid "zoom by means mouse drag operation"
msgstr ""
#: inc/dictionary.php:126
msgid "pan by means mouse drag operation"
msgstr ""
#: inc/dictionary.php:127
msgid "zoom by means mouse wheel operation"
msgstr ""
#: inc/dictionary.php:128
msgid "rotate the book by means touch drag operation"
msgstr ""
#: inc/dictionary.php:129
msgid "zoom by means touch drag operation"
msgstr ""
#: inc/dictionary.php:130
msgid "pan by means touch drag operation"
msgstr ""
#: inc/dictionary.php:131
msgid "Ctrl, Shift, Alt, or their combination like Ctrl+Shift"
msgstr ""
#: inc/dictionary.php:132
msgid "modificator"
msgstr ""
#: inc/dictionary.php:133
msgid "keyboard key"
msgstr ""
#: inc/dictionary.php:134
msgid "key"
msgstr ""
#: inc/dictionary.php:135
msgid "mouse button"
msgstr ""
#: inc/dictionary.php:136
msgid "button"
msgstr ""
#: inc/dictionary.php:137
msgid "amount of touches"
msgstr ""
#: inc/dictionary.php:138
msgid "touches"
msgstr ""
#: inc/dictionary.php:139
msgid "event that activates the action"
msgstr ""
#: inc/dictionary.php:140
msgid "event"
msgstr ""
#: inc/dictionary.php:141
msgid "is action enabled"
msgstr ""
#: inc/dictionary.php:142
msgid "enabled"
msgstr ""
#: inc/dictionary.php:143
msgid "is active by default"
msgstr ""
#: inc/dictionary.php:144
msgid "active"
msgstr ""
#: inc/dictionary.php:145
msgid "is active for mobile devices by default"
msgstr ""
#: inc/dictionary.php:146
msgid "activeForMobile"
msgstr ""
#: inc/dictionary.php:147
msgid "Zoom"
msgstr ""
#: inc/dictionary.php:148
msgid "Lighting"
msgstr ""
#: inc/dictionary.php:149
msgid "Pan"
msgstr ""
#: inc/dictionary.php:150 inc/settings.php:7
msgid "EASY FlipBook - Settings"
msgstr ""
#: inc/dictionary.php:152
msgid "Actions"
msgstr ""
#: inc/dictionary.php:153
msgid "Update"
msgstr ""
#: inc/dictionary.php:155
msgid "Settings saved successfully"
msgstr ""
#: inc/dictionary.php:156
msgid "One"
msgstr ""
#: inc/dictionary.php:157
msgid "Two"
msgstr ""
#: inc/dictionary.php:158
msgid "Three"
msgstr ""
#: inc/dictionary.php:159
msgid "Left"
msgstr ""
#: inc/dictionary.php:160
msgid "Middle"
msgstr ""
#: inc/dictionary.php:161
msgid "Right"
msgstr ""
#: inc/dictionary.php:162
msgid "Mouse button down"
msgstr ""
#: inc/dictionary.php:163
msgid "Mouse move"
msgstr ""
#: inc/dictionary.php:164
msgid "Mouse button up"
msgstr ""
#: inc/dictionary.php:165
msgid "Click"
msgstr ""
#: inc/dictionary.php:166
msgid "Double click"
msgstr ""
#: inc/dictionary.php:167
msgid "Touch start"
msgstr ""
#: inc/dictionary.php:168
msgid "Touch move"
msgstr ""
#: inc/dictionary.php:169
msgid "Touch end"
msgstr ""
#: inc/dictionary.php:170
msgid "Key down"
msgstr ""
#: inc/dictionary.php:171
msgid "Key press"
msgstr ""
#: inc/dictionary.php:172
msgid "Key up"
msgstr ""
#: inc/dictionary.php:173
msgid "rtl is a right-to-left, top-to-bottom script, writing starts from the right of the page and continues to the left"
msgstr ""
#: inc/dictionary.php:174
msgid "Please wait... the Application is Loading"
msgstr ""
#: inc/dictionary.php:175
msgid "PDF is Loading:"
msgstr ""
#: inc/dictionary.php:176
msgid "Previous page"
msgstr ""
#: inc/dictionary.php:177
msgid "Next page"
msgstr ""
#: inc/dictionary.php:178
msgid "Table of contents"
msgstr ""
#: inc/dictionary.php:179
msgid "Close"
msgstr ""
#: inc/dictionary.php:180
msgid "Bookmarks"
msgstr ""
#: inc/dictionary.php:181
msgid "Thumbnails"
msgstr ""
#: inc/dictionary.php:182
msgid "Search"
msgstr ""
#: inc/dictionary.php:183
msgid "Zoom in"
msgstr ""
#: inc/dictionary.php:184
msgid "Zoom out"
msgstr ""
#: inc/dictionary.php:185
msgid "Fit view"
msgstr ""
#: inc/dictionary.php:186
msgid "10 pages backward"
msgstr ""
#: inc/dictionary.php:187
msgid "10 pages forward"
msgstr ""
#: inc/dictionary.php:188
msgid "Download"
msgstr ""
#: inc/dictionary.php:189
msgid "Print"
msgstr ""
#: inc/dictionary.php:190
msgid "Full screen"
msgstr ""
#: inc/dictionary.php:191 inc/settings.php:8
msgid "Settings"
msgstr ""
#: inc/dictionary.php:192
msgid "Smart pan"
msgstr ""
#: inc/dictionary.php:193
msgid "Single page"
msgstr ""
#: inc/dictionary.php:194
msgid "Sounds"
msgstr ""
#: inc/dictionary.php:195
msgid "Stats"
msgstr ""
#: inc/dictionary.php:196
msgid "Increase lighting"
msgstr ""
#: inc/dictionary.php:197
msgid "Reduce lighting"
msgstr ""
#: inc/dictionary.php:198
msgid "Loading..."
msgstr ""
#: inc/edit.php:12
msgid "Details"
msgstr ""
#: inc/post.php:7 inc/templates.php:87
msgid "EASY FlipBook"
msgstr ""
#: inc/post.php:9
msgid "All Books"
msgstr ""
#: inc/shortcode-generator.php:7 inc/shortcode-generator.php:23
msgid "EASY FlipBook - Shortcode Generator"
msgstr ""
#: inc/shortcode-generator.php:8
msgid "Shortcode Generator"
msgstr ""
#: inc/taxonomy.php:7
msgid "Categories"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "EASY FlipBook"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://fb.inogst.com"
msgstr ""
#. Description of the plugin/theme
msgid "Interactive realistic EASY FlipBook I Widget WordPress Plugin"
msgstr ""
#. Author of the plugin/theme
msgid "inogst.com"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://inogst.com"
msgstr ""

View File

@@ -0,0 +1,12 @@
01/01/2020
version 0.3
[Fix] Fix some bugs on sections adding.
31/12/2019
version 0.2
[Update] Added template compatability with different themes.
30/12/2019
version 0.1
[New] Added Admin control section for elementor.

View File

@@ -0,0 +1,235 @@
# Copyright (C) 2019 Nexty Platform
# This file is distributed under the same license as the WooCommerce Ezdefi Payment Gateway plugin.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Ezdefi Payment Gateway 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-gateway-ezdefi\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-12-25T02:26:50+01:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.3.0\n"
"X-Domain: woocommerce-gateway-ezdefi\n"
#. Plugin Name of the plugin
msgid "WooCommerce Ezdefi Payment Gateway"
msgstr ""
#. Plugin URI of the plugin
msgid "https://ezdefi.io/"
msgstr ""
#. Description of the plugin
msgid "Ezdefi Gateway integration for Woocommerce"
msgstr ""
#. Author of the plugin
msgid "Nexty Platform"
msgstr ""
#. Author URI of the plugin
msgid "https://nexty.io/"
msgstr ""
#: includes/admin/class-wc-ezdefi-admin-notices.php:49
msgid "Ezdefi is almost ready. To get started, <a href=\"%s\">set your gateway api url</a>."
msgstr ""
#: includes/admin/class-wc-ezdefi-admin-notices.php:53
msgid "Ezdefi is almost ready. To get started, <a href=\"%s\">set your gateway api key</a>."
msgstr ""
#: includes/admin/class-wc-ezdefi-admin-notices.php:62
msgid "Ezdefi is almost ready. To get started, <a href=\"%s\">set accepted currency</a>."
msgstr ""
#: includes/admin/class-wc-ezdefi-exception-page.php:23
msgid "ezDeFi Exception Management"
msgstr ""
#: includes/admin/class-wc-ezdefi-exception-page.php:23
msgid "ezDeFi Exception"
msgstr ""
#: includes/admin/ezdefi-settings.php:11
msgid "Enable/Disable"
msgstr ""
#: includes/admin/ezdefi-settings.php:12
msgid "Enable ezDeFi"
msgstr ""
#: includes/admin/ezdefi-settings.php:18
msgid "Title"
msgstr ""
#: includes/admin/ezdefi-settings.php:25
#: includes/admin/ezdefi-settings.php:60
msgid "Description"
msgstr ""
#: includes/admin/ezdefi-settings.php:32
msgid "Gateway API Url"
msgstr ""
#: includes/admin/ezdefi-settings.php:39
msgid "Gateway API Key"
msgstr ""
#: includes/admin/ezdefi-settings.php:45
msgid "Payment Method"
msgstr ""
#: includes/admin/ezdefi-settings.php:51
msgid "Acceptable price variation"
msgstr ""
#: includes/admin/ezdefi-settings.php:58
msgid "Accepted Currency"
msgstr ""
#: includes/admin/views/html-admin-page-ezdefi-exception.php:63
msgid "Received Amount"
msgstr ""
#: includes/admin/views/html-admin-page-ezdefi-exception.php:64
msgid "Currency"
msgstr ""
#: includes/admin/views/html-admin-page-ezdefi-exception.php:65
msgid "Order"
msgstr ""
#: includes/admin/views/html-admin-page-ezdefi-exception.php:66
msgid "Action"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:68
msgid "Can not get currency"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:83
#: includes/class-wc-ezdefi-ajax.php:106
#: includes/class-wc-ezdefi-ajax.php:131
#: includes/class-wc-ezdefi-ajax.php:133
#: includes/class-wc-ezdefi-ajax.php:219
msgid "Can not create payment"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:186
#: includes/class-wc-ezdefi-ajax.php:198
#: includes/class-wc-ezdefi-ajax.php:286
msgid "Can not get payment"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:301
msgid "You have"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:301
msgid "to scan this QR Code"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:309
msgid "Address"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:316
msgid "Amount"
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:324
msgid "You have to pay exact amount so that your order can be handle property."
msgstr ""
#: includes/class-wc-ezdefi-ajax.php:327
msgid "If you have difficulty for sending exact amount, try to use"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:62
msgid "ezDeFi"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:63
msgid "Using BTC, ETH or any kinds of cryptocurrency. Handle by ezDeFi"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:181
#: includes/class-wc-gateway-ezdefi.php:680
msgid "Pay with any crypto wallet"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:182
msgid "This method will adjust payment amount of each order by an acceptable number to help payment gateway identifying the uniqueness of that order."
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:186
#: includes/class-wc-gateway-ezdefi.php:683
msgid "Pay with ezDeFi wallet"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:187
msgid "This method is more powerful when amount uniqueness above method reaches allowable limit. Users just need to install ezDeFi wallet then import their private key to pay using qrCode."
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:242
msgid "Name"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:243
msgid "Discount"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:244
msgid "Expiration (seconds)"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:245
msgid "Wallet Address"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:246
msgid "Block Confirmation"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:247
msgid "Decimal"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:269
#: includes/class-wc-gateway-ezdefi.php:410
msgid "Edit"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:271
#: includes/class-wc-gateway-ezdefi.php:412
msgid "Delete"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:281
#: includes/class-wc-gateway-ezdefi.php:420
msgid "Cancel"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:466
msgid "Add Currency"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:565
msgid "Please select currency"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:582
msgid "Awaiting ezdefi payment"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:680
msgid "Any crypto wallet"
msgstr ""
#: includes/class-wc-gateway-ezdefi.php:683
msgid "ezDeFi wallet"
msgstr ""

View File

@@ -0,0 +1,56 @@
# Copyright (C) 2020 JSM's Show Post Metadata
# This file is distributed under the same license as the JSM's Show Post Metadata package.
msgid ""
msgstr ""
"Project-Id-Version: JSM's Show Post Metadata 1.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jsm-show-post-"
"meta\n"
"POT-Creation-Date: 2020-MO-DA HO:MI+ZONE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: jsm-show-post-meta.php:82
msgid "%1$s requires %2$s version %3$s or higher and has been deactivated."
msgstr ""
#: jsm-show-post-meta.php:84
msgid "Please upgrade %1$s before trying to re-activate the %2$s plugin."
msgstr ""
#: jsm-show-post-meta.php:104
msgid "Post Metadata"
msgstr ""
#: jsm-show-post-meta.php:156
msgid "Key"
msgstr ""
#: jsm-show-post-meta.php:157
msgid "Value"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "JSM's Show Post Metadata"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://surniaulula.com/extend/plugins/jsm-show-post-meta/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Show all post meta (aka custom fields) keys and their unserialized values in "
"a metabox on post editing pages."
msgstr ""
#. Author of the plugin/theme
msgid "JS Morisset"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://surniaulula.com/"
msgstr ""

View File

@@ -0,0 +1,59 @@
msgid ""
msgstr ""
"Project-Id-Version: JSM's Show Term Meta 1.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jsm-show-term-meta\n"
"POT-Creation-Date: 2020-01-16 08:34-0800\n"
"PO-Revision-Date: 2020-01-16 08:34-0800\n"
"Last-Translator: JS Morisset <jsm@surniaulula.com>\n"
"Language-Team: \n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.6\n"
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: jsm-show-term-meta.php:90
msgid "%1$s requires %2$s version %3$s or higher and has been deactivated."
msgstr "%1$s nécessite %2$s version %3$s ou supérieure et a été désactivé."
#: jsm-show-term-meta.php:92
msgid "Please upgrade %1$s before trying to re-activate the %2$s plugin."
msgstr "Veuillez mettre à jour %1$s avant d'essayer de réactiver l'extension %2$s."
#: jsm-show-term-meta.php:112
msgid "Term Metadata"
msgstr "Métadata de terme"
#: jsm-show-term-meta.php:124
msgid "Show Term Metadata"
msgstr "Show Term Metadata"
#: jsm-show-term-meta.php:171
msgid "Key"
msgstr "Clé"
#: jsm-show-term-meta.php:172
msgid "Value"
msgstr "Valeur"
#. Plugin Name of the plugin/theme
msgid "JSM's Show Term Metadata"
msgstr "JSM's Show Term Metadata"
#. Plugin URI of the plugin/theme
msgid "https://surniaulula.com/extend/plugins/jsm-show-term-meta/"
msgstr "https://surniaulula.com/extend/plugins/jsm-show-term-meta/"
#. Description of the plugin/theme
msgid "Show all term meta (aka custom fields) keys and their unserialized values in a metabox on term editing pages."
msgstr "Afficher les clés et valeurs des métas de terme (aka champs personnalisés) dans un metabox sur les pages d'édition."
#. Author of the plugin/theme
msgid "JS Morisset"
msgstr "JS Morisset"
#. Author URI of the plugin/theme
msgid "https://surniaulula.com/"
msgstr "https://surniaulula.com/"

View File

@@ -0,0 +1,59 @@
msgid ""
msgstr ""
"Project-Id-Version: JSM's Show User Meta 1.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jsm-show-user-meta\n"
"POT-Creation-Date: 2020-01-16 08:34-0800\n"
"PO-Revision-Date: 2020-01-16 08:34-0800\n"
"Last-Translator: JS Morisset <jsm@surniaulula.com>\n"
"Language-Team: \n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.6\n"
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: jsm-show-user-meta.php:84
msgid "%1$s requires %2$s version %3$s or higher and has been deactivated."
msgstr "%1$s nécessite %2$s version %3$s ou supérieure et a été désactivé."
#: jsm-show-user-meta.php:86
msgid "Please upgrade %1$s before trying to re-activate the %2$s plugin."
msgstr "Veuillez mettre à jour %1$s avant d'essayer de réactiver l'extension %2$s."
#: jsm-show-user-meta.php:108
msgid "User Metadata"
msgstr "Métadata d'utilisateur"
#: jsm-show-user-meta.php:120
msgid "Show User Metadata"
msgstr "Show User Metadata"
#: jsm-show-user-meta.php:173
msgid "Key"
msgstr "Clé"
#: jsm-show-user-meta.php:174
msgid "Value"
msgstr "Valeur"
#. Plugin Name of the plugin/theme
msgid "JSM's Show User Metadata"
msgstr "JSM's Show User Metadata"
#. Plugin URI of the plugin/theme
msgid "https://surniaulula.com/extend/plugins/jsm-show-user-meta/"
msgstr "https://surniaulula.com/extend/plugins/jsm-show-user-meta/"
#. Description of the plugin/theme
msgid "Show all user meta (aka custom fields) keys and their unserialized values in a metabox on user profile editing pages."
msgstr "Afficher les clés et valeurs des métas d'usager (aka champs personnalisés) dans un metabox sur les pages d'édition."
#. Author of the plugin/theme
msgid "JS Morisset"
msgstr "JS Morisset"
#. Author URI of the plugin/theme
msgid "https://surniaulula.com/"
msgstr "https://surniaulula.com/"

View File

@@ -0,0 +1,27 @@
{
"name": "mason",
"version": "1.0.0",
"description": "Mason Block Builder Plugin by Joinery",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5",
"grunt-sass": "^2.0.0",
"grunt-shell": "^2.1.0",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

View File

@@ -0,0 +1,12 @@
{
"name": "material-design-icons-for-elementor",
"version": "1.0.0",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0"
}
}

View File

@@ -0,0 +1,354 @@
# Release Notes - WooCommerce 3.4.0 (Jan 6th, 2020) #
### Added
+ PLGWOOS-287: Add maximum amount restriction for credit cards
+ PLGWOOS-321: Add Ohmygood Cadeaukaart
### Changed
+ PLGWOOS-115: Make suitable for WordPress.org Plugin Directory
+ PLGWOOS-260: Change VVV Bon to VVV Cadeaukaart
### Fixed
+ PLGWOOS-319: Disable payment fields when payment description is empty
# Release Notes - WooCommerce 3.3.0 (Dec 13th, 2019) #
### Added
+ PLGWOOS-291: Add IP validation when WooCommerce returns multiple IP addresses
+ PLGWOOS-203: Add compatibility with WPML
### Changed
+ PLGWOOS-245: Change Klarna from direct to redirect
+ PLGWOOS-275: Improve Dutch translation for 'Activate'
+ PLGWOOS-263: Correct ING Home'Pay spelling
### Removed
+ PLGWOOS-208: Remove the send invoice option from the backend
### Fixed
+ PLGWOOS-285: Fix the fatal error "Cannot redeclare error_curl_not_installed"
+ PLGWOOS-102: Prevent the Notification URL from executing when not initialized by MultiSafepay
+ PLGWOOS-266: Prevent errors from appearing in logs for notifications of pre-transactions
+ PLGWOOS-290: Resolve DivisionByZeroError bug occurring with fees
+ Fix PHP notice incorrect use of reset in function parseIpAddress
+ Fix PHP notice undefined property when order set to shipped
# Release Notes - Woo-Commerce 3.2.0 (Jul 6th, 2018) #
## Improvements ##
PLGWOOS-232: Add TrustPay payment method
PLGWOOS-213: Add support for external fee plugin(s)
## Fixes ##
PLGWOOS-176: Restrict autoload to load only MultiSafepay classes
PLGWOOS-191: Refactor the way an order and transaction are retrieved
PLGWOOS-241: Remove status request on setting to shipped
PLGWOOS-195: Update Klarna Invoice link
PLGWOOS-231: Update Klarna payment method logo
PLGWOOS-197: Correct MultiFactor Terms and Condition link
PLGWOOS-242: Remove terms and conditions for Einvoicing
PLGWOOS-244: Shipment name now used on payment page instead of type
PLGWOOS-243: Payment page shopping cart reorganized
PLGWOOS-253: FastCheckout load correct first and last name
PLGWOOS-235: Rename KBC/CBC to KBC
PLGWOOS-236: Rename ING-Homepay to ING HomePay
PLGWOOS-247: Notice message 'Undefined variable' for E-Invoice, Pay After Delivery and Klarna
PLGWOOS-249: Remove whitespace at file headers
PLGWOOS-259: Direct E-Invoice returns unnecessary message 'Missing gender'
# Release Notes - Woo-Commerce 3.1.0 (Jun 15th, 2018) #
## Improvements ##
PLGWOOS-215 Add support for Santander Betaalplan
PLGWOOS-214 Add support for Afterpay
PLGWOOS-216 Add support for Trustly
## Fixes ##
PLGWOOS-221: Do not add Klarna invoice link when setting to Completed
PLGWOOS-218: Undefined property in error logs when cancelling order
PLGWOOS-226: getTimeActive didn't respect seconds
# Release Notes - Woo-Commerce 3.0.4 (Feb 2nd, 2018) #
## Improvements ##
+ PLGWOOS-169 Support direct transactions for Alipay/ING/Belfius/KBC
+ PLGWOOS-174 Remove usage of deprecated functions
+ PLGWOOS-175 Remove unnecessary use of file_exists
+ PLGWOOS-178 Order status is only changed to 'expired' in case the current status is 'pending' or 'on-hold'.
+ PLGWOOS-179 Add text domain for ideal issuer error message
+ PLGWOOS-182 Add Alipay as payment method
+ PLGWOOS-186 Add dynamic retrieve of shipping methods during Fast Checkout
+ PLGWOOS-187 Do not allow refund when amount is zero or less
+ PLGWOOS-192 Check/add all translations
## Fixes ##
+ PLGWOOS-173 Fix deprecated notice getRealPaymentMethod
+ PLGWOOS-180 Incorrect order-id used to load the order for updating
+ PLGWOOS-181 function getGatewayCode not implemented for FastCheckout
+ PLGWOOS-183 Update version number of plug-in failed
+ PLGWOOS-184 Incorrect check if field is empty
+ PLGWOOS-193 Fix deprecated notice FastCheckout
+ PLGWOOS-194 Refund function checks wrong variable to determine if refund was succesfull
+ PLGWOOS-199 Correct wc_get_cart_url and wc_get_checkout_url
+ PLGWOOS-200 FastCheckout doesn't redirect to order-confirmation screen
+ PLGWOOS-202:Payment method updated for Second Chance on Processing
## Changes ##
+ PLGWOOS-189 Update version number to 3.0.4
+ PLGWOOS-198 Update ING gateway to INGHOME
# Release Notes - Woo-Commerce 3.0.3 (Okt 10nd, 2017) #
## Fixes ##
+ Menu's are able to edit again.
+ In some cases the customer was redirected to the cancel-url after a succesful iDEAL transaction.
# Release Notes - Woo-Commerce 3.0.2 (Okt 10nd, 2017) #
## Improvements ##
+ Add ING Home'Pay as payment method.
+ Add Belfius as payment method.
+ Add KBC/CBC as payment method.
+ Add configuration option for Google-Analytic code.
+ Add shopping-cart information to the transaction.
+ Update payment method in order, in case a customer pays the second change with an other payment method.
+ Update the dutch translations.
## Fixes ##
+ Fixed issue to prevent a warning message when the title of a gateway wasn't filled in the config.
+ Fixed issue with retrieve the correct external transaction ID.
+ Fixed issue on error 1027 (Invalid cart amount) caused by an invalid shipping-tax.
+ Fixed issue in function to set order-status to shipped for PAD, Klarna and E-Invoiced.
+ Fixed warning issue on function setToShipped.
+ Fixed issue on not accepting PAD orders caused by an divide by zero error.
## Changes ##
+ Remove (beta)functionality to determine if there is a new version available.
+ Restrict use of the plug-in to WooCommerce 2.2 and above.
# Release Notes - Woo-Commerce 3.0.0 (April 5nd, 2017) #
## Improvements ##
+ Compatible with PHP-7
+ Installation by standard Wordpress method
+ Added Dutch language file
+ Added configuration option Karna Merchant-EID (for future use.)
+ Added Terms and Conditions for Klarna, Pay After Delivery and E-Invoicing.
+ Improve the way errors are logged.
+ Added PaySafeCard as payment method.
+ Added Nationale bioscoopbon as a giftcard.
+ Added option to the global MultiSafepay settings to enable/disable the giftcards as payment method.
## Fixes ##
+ Better algoritm to split address into street, housenumber
+ After complete FastCheckout transaction no order confirmation page was showed
## Changes ##
+ General plugin settings moved to the general checkout-options
+ Remove BabyGiftcard as payment method
# Release Notes - Woo-Commerce 2.2.7 (November 2nd, 2016) #
## Improvements ##
+ Added EPS and FerBuy as payment methods
+ Added support for E-invoicing
+ Added an extra payment method gateway called "Creditcards"; grouping creditcard payment methods as a single dropdown option.
## Fixes ##
+ Resolved an issue resulting in not being able to pay using Direct iDEAL.
+ Resolved an issue where expiring payment sessions result in orders being marked as new after 30 days.
##Changes ##
+ Changed banktransfer to direct banktransfer
# Release Notes - Woo-Commerce 2.2.6 (July 14th, 2016) #
## Improvements ##
+ Added support for WooCommerce version 2.6.2.
## Fixes ##
+ Resolved an issue resulting in not being able to pay using Direct iDEAL.
# Release Notes - Woo-Commerce 2.2.5 (June 24th, 2016) #
## Improvements ##
+ Added support for partial refunds for orders paid using Klarna and Pay After Delivery.
+ Added support for Fast Checkout order refunds.
+ Improvements were made to the iDEAL banklist selector, and a notice will be shown if no bank was selected.
## Fixes ##
+ Updated the Bancontact logo
## Fixes ##
+ Resolved issues occuring with Pay After Delivery and Klarna when using discounts.
+ Made compatible with WooCommerce version 2.6.
# Release Notes - Woo-Commerce 2.2.4 (March 8th, 2016) #
## Improvements ##
+ Pay After Delivery is now only visible for orders placed in The Netherlands.
+ Textual improvements for the option "Send the order confirmation".
+ Orders started with banktransfer are now set to On Hold, rather than "Pending Payment".
+ Uncleared orders are now set to On Hold, rather than "Pending Payment".
+ Improved the iDEAL description shown when no iDEAL issuer/bank has been selected.
## Fixes ##
+ Resolved a bug causing Error 1035 when refunding.
+ Changed the way coupons are applied, which previously resulted in a paid totals mismatch.
# Release Notes - Woo-Commerce 2.2.3 (Feb 18, 2016) #
## Improvements ##
+ Added dotpay as a payment method
+ Klarna and Pay After Delivery transactions are now set to Shipped, if enabled and the order is set to Completed.
+ Pay After Delivery is now only available as a payment method if the selected country is "The Netherlands".
+ Multistores in WooCommerce are now supported.
+ Added Bunq as a supported iDEAL issuer
## Fixes ##
+ Refunds from within WooCommerce now also work when using the WooCommerce Sequential Order Numbers plugin.
+ Issues with Gateway restrictions based on minimum and maximum amount are resolved for Klarna and Pay After Delivery.
+ Fixed a bug causing the postalcode not to be added to the order when using Fast Checkout.
+ Removed WooCommerce mailer functions in the plug-in, which was added to avoid mailing issues.
# Release Notes - Woo-Commerce 2.2.2 (Dec 14, 2015) #
## Improvements ##
+ Added Klarna reservationcode and link to the invoice in the order comments.
+ For KLARNA and PAD the orderstatus is set to shipped when order status is set to completed and this option is enabled in the configuration.
+ Added Goodcard as giftcard.
## Fixes ##
+ Fixed performance issue due to our plugin loaded the iDEAL issuers on every page..
+ Fixed housenumber is now correct parsed when using both address fields.
+ Fixed issue with wrong processing of some orderstatusses.
+ Fixed The FastCheckout button was not completly visable with latest updates of woocommerce default template.
# Release Notes - Woo-Commerce 2.2.1 (Sep 30, 2015) #
## Improvements ##
+ Added Klarna as payment method.
## Fixes ##
+ Fixed issue that prevents MultiSafepay to add the orderstatus in the order comment.
# Release Notes - Woo-Commerce 2.2.0 (May 21, 2015) #
## Improvements ##
+ Added an extra check to determine if the MultiSafepay class exists.
+ Debug option added to the plug-in for troubleshooting purposes.
+ Added improved payment method icons.
+ Added the MultiFactor agreement hyperlink.
+ Added Refund API support. Refunds via MultiSafepay can now be executed from the WooCommerce order/back-end.
+ Added a check to see if WooCommerce is active. The plug-in will not be loaded if not the case.
## Changes ##
+ Changed add_error(); to wc_add_notice();
## Fixes ##
+ Fixed some undefined notices and improved checks for page_id and the loading of the plugins.
+ Resolved the 'Cannot redeclare class' error.
# Release Notes - Woo-Commerce 2.1.0 (Oct 15, 2014) #
## Improvements ##
+ Added Fast Checkout
+ Added coupon support for FCO
+ Added option to enable/disable fco button
+ Added DB Table to check if order is already created and if so go to normal updating process when using Fast Checkout
+ Added amount check that compares the calculated order total after creating the order and the transaction amount. If they are not equal then set to wc-on-hold status and add a note about the mismatch in amounts
+ Added Payafter as a separate plugin
+ Added amex as a separate plugin
+ Added paypal as a separate plugin
+ Added VISA as a separate plugin
+ Added mistercash as a separate plugin
+ Added Mastercard as a separate plugin
+ Added Maestro as a separate plugin
+ Added giropay as a separate plugin
+ Added sofort as a separate plugin
+ Added DirectDebit as a separate plugin
+ Added Banktransfer as a separate plugin
+ Added iDEAL as a separate plugin
## Changes ##
+ Changed the processing of the offline actions so that FCO transactions work
+ Process stock on process_payment
+ Use ordernumber instead of orderid so that the plugin is compatible with thirdparty sequential ordernumbers plugins
+ Removed gateway method from the main module. Gateways are now separate plugins
+ Removed images from main module. These are now loaded from each separate plugins
+ Removed version checks as this version is only for 2.2 and higher
+ Removed useless code from all plugins
+ Removed country and amount restrictions. WooCommerce changed things and broke the function
## Fixes ##
+ Fixed bug with status updates
+ Fixed new bug with coupons not beeing processed because of extra check on cart or order discount
+ Small fixes (o.a. reported by Mark Roeling)
# Release Notes - Woo-Commerce 1.0.6 (Apr 15, 2014) #
## Improvements ##
+ Added support for direct Pay After Delivery
# Release Notes - Woo-Commerce 1.0.5 (Mar 21, 2014) #
## Improvements ##
+ Added support for American Express
+ Added housenumber check
## Fixes ##
+ Fixed bug when customer canceled a payment
+ Fixed bug that causes a empty status
+ Fixed bug in refund check
# Release Notes - Woo-Commerce 1.0.4 (Mar 06, 2014) #
## Improvements ##
+ Auto spit housenumber from address if needed
## Fixes ##
+ Fixed bug when customer canceled a payment
+ Fixed bug that causes a empty status
+ Fixed bug in refund check
# Release Notes - Woo-Commerce 1.0.3 (Feb 19, 2014) #
## Improvements ##
+ Added support for WooCommerce 2.1.x
+ Added payment method Pay After Delivery
+ Changed payment name 'directebanking' to 'Sofort Banking'
+ Added support for thirdparty payment surcharge module
+ Added support for dollars and GBP
+ Added check for available issuers when paying by iDEAL
+ added orderid to the return url
## Fixes ##
+ Fixed bug that caused no order data to show on thankyou page
# Release Notes - Woo-Commerce 1.0.2 (Aug 21, 2013) #
## Improvements ##
+ Optional send an invoice e-mail
## Fixes ##
+ Fixed bug in update order status

View File

@@ -0,0 +1,190 @@
# Copyright (C) 2019 Neoship
# This file is distributed under the same license as the Neoship plugin.
msgid ""
msgstr ""
"Project-Id-Version: Neoship 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/neoship\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-11-28T10:42:56+01:00\n"
"PO-Revision-Date: 2020-01-15 10:45+0100\n"
"X-Generator: Poedit 2.0.6\n"
"X-Domain: neoship\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n>=2 && n<=4 ? 1 : 2;\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: sk_SK\n"
#. Plugin Name of the plugin
#. Author of the plugin
msgid "Neoship"
msgstr "Neoship"
#. Plugin URI of the plugin
msgid "neoship"
msgstr "neoship"
#. Description of the plugin
#: admin/class-neoship-admin.php:400
msgid "Export orders to neoship"
msgstr "Exportovať objednávky do Neoshipu"
#. Author URI of the plugin
msgid "https://info.neoship.sk/"
msgstr "https://info.neoship.sk/"
#: admin/class-neoship-admin.php:138
msgid "Login settings"
msgstr "Nastavenia prihlásenia"
#: admin/class-neoship-admin.php:145
msgid "Client ID"
msgstr "Client ID"
#: admin/class-neoship-admin.php:153
msgid "Client secret"
msgstr "Client secret"
#: admin/class-neoship-admin.php:162
msgid "Please fill data which you receive from neoship"
msgstr "Prosím, vyplňte dáta, ktoré ste dostali od Neoshipu"
#: admin/class-neoship-admin.php:192
msgid "Export to Neoship"
msgstr "Exportovať do Neoshipu"
#: admin/class-neoship-admin.php:193
msgid "Print stickers (PDF)"
msgstr "Tlač štítkov (PDF)"
#: admin/class-neoship-admin.php:194
msgid "Print zebra stickers(PDF) 102x152"
msgstr "Tlač Zebra štítkov (PDF) 102x152"
#: admin/class-neoship-admin.php:195
msgid "Print zebra stickers (PDF) 80x214"
msgstr "Tlač Zebra štítkov (PDF) 80x214"
#: admin/class-neoship-admin.php:196
msgid "Acceptance protocol"
msgstr "Preberací protokol"
#: admin/class-neoship-admin.php:245
msgid "%d order was exported"
msgid_plural "%d orders was exported"
msgstr[0] "%d objednávka bola exportovaná"
msgstr[1] "%d objednávky boli exportované"
msgstr[2] "%d objednávok bolo exportovaných"
#: admin/class-neoship-admin.php:248 admin/class-neoship-admin.php:254
msgid "%d order was not exported"
msgid_plural "%d orders was not exported"
msgstr[0] "%d objednávka nebola exportovaná"
msgstr[1] "%d objednávky neboli exportované"
msgstr[2] "%d objednávok nebolo exportovaných"
#: admin/class-neoship-admin.php:258
#, fuzzy
msgid "Order %d"
msgstr "Objednávka %d"
#: admin/class-neoship-admin.php:273 admin/class-neoship-admin.php:282
msgid "Exported to Neoship"
msgstr "Exportovaná do neoshipu"
#: admin/class-neoship-admin.php:277
msgid "Exported to Neoship <span class=\"count\">(%s)</span>"
msgid_plural "Exported to Neoship <span class=\"count\">(%s)</span>"
msgstr[0] "Exportovaná do Neoshipu <span class=\"count\">(%s)"
msgstr[1] "Exportované do Neoshipu <span class=\"count\">(%s)"
msgstr[2] "Exportovaných do Neoshipu <span class=\"count\">(%s)"
#: admin/class-neoship-admin.php:291
msgid "Tracking"
msgstr "Sledovanie zásielky"
#: admin/class-neoship-admin.php:421
msgid "Send SMS"
msgstr "Poslať SMS"
#: admin/class-neoship-admin.php:424
msgid "Send email"
msgstr "Poslať email"
#: admin/class-neoship-admin.php:428
msgid "Hold delivery"
msgstr "Pozdržať expedovanie"
#: admin/class-neoship-admin.php:431
msgid "Saturday delivery"
msgstr "Sobotné dodanie"
#: admin/class-neoship-admin.php:435
msgid "Amount of packages"
msgstr "Počet balíkov"
#: admin/class-neoship-admin.php:442
msgid "Amount of insurance"
msgstr "Výška poistenia"
#: admin/class-neoship-admin.php:446
msgid "Delivery type"
msgstr "Typ dodania"
#: admin/class-neoship-admin.php:448
msgid "Standard delivery"
msgstr "Štandardné doručenie"
#: admin/class-neoship-admin.php:449
msgid "Express to 12:00"
msgstr "Expres do 12:00"
#: admin/class-neoship-admin.php:450
msgid "Express to 9:00"
msgstr "Expres do 9:00"
#: admin/class-neoship-admin.php:460
msgid "Export"
msgstr "Exportovať"
#: includes/class-neoship-neoshipapi.php:180
msgid ""
"You are trying Neoship action on orders which are not imported to neoship"
msgstr ""
"Snažíte sa vykonať Neoship akciu nad objednávkami, ktoré neboli exportované "
"do neoshipu"
#: includes/class-neoship-neoshipapi.php:27
msgid "Bad login credentials"
msgstr "Zlé prihlasovacie údaje"
#: includes/class-neoship-neoshipapi.php:30
msgid "Login credentials are correct"
msgstr "Prihlasovacie údaje sú správne"
#: includes/class-neoship-neoshipapi.php:200
msgid "Something is wrong. Please refresh the page and try again"
msgstr "Niečo je zle. Prosím, obnovte stránku"
#: includes/class-neoship-parcelshop-method.php:11
#: includes/class-neoship-parcelshop-method.php:12
#: includes/class-neoship-parcelshop-method.php:64
msgid "Parcelshop"
msgstr "Parcelshop"
#: neoship.php:51
msgid "For using neoship you need activate WooCommerce plugin"
msgstr "Pre používanie Neoshipu, musíte mať aktivovaný WooCommerce plugin"
#: neoship.php:80
msgid "For using neoship you need WooCommerce version"
msgstr "Pre používanie Neoshipu potrebujete WooCommerce verziu"
#: public/class-neoship-public.php:130
msgid "Please fill parcelshop"
msgstr "Prosím vyplnte parcelshop"
#: public/class-neoship-public.php:135
msgid "Choose correct parcelshop"
msgstr "Vyberte správny parcelshop"

View File

@@ -0,0 +1,28 @@
{
"name": "sorta-brilliant-postscript",
"version": "1.0.0",
"description": "P.S.",
"author": "sorta brilliant",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
],
"homepage": "https://sortabrilliant.com",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sortabrilliant/postscript.git"
},
"scripts": {
"build": "wp-scripts build",
"lint:css": "wp-scripts lint-style ./src",
"lint:scripts": "wp-scripts lint-js ./src",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/scripts": "^6.1.1",
"classnames": "^2.2.6"
}
}

View File

@@ -441,6 +441,10 @@
<link rel="stylesheet" id="advanced-forms-paypal-payment-buttons-css" href="http://wp.lab/wp-content/plugins/advanced-forms-paypal-payment-buttons/public/css/advanced-forms-paypal-payment-buttons-public.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="advanced-forms-paypal-payment-buttons-css" href="http://wp.lab/wp-content/plugins/advanced-forms-paypal-payment-buttons/public/css/advanced-forms-paypal-payment-buttons-public.css?ver=1.0.0" type="text/css" media="all">
<!-- advanced-mailto-links -->
<script src="http://wp.lab/wp-content/plugins/advanced-mailto-links/assets/js/mailtoui-min.js?ver=1.0.1"></script>
<!-- advanced-page-visit-counter --> <!-- advanced-page-visit-counter -->
<link rel="stylesheet" id="advanced-page-visit-counter-css" href="http://wp.lab/wp-content/plugins/advanced-page-visit-counter/public/css/advanced-page-visit-counter-public.css?ver=1.0.1" type="text/css" media="all"> <link rel="stylesheet" id="advanced-page-visit-counter-css" href="http://wp.lab/wp-content/plugins/advanced-page-visit-counter/public/css/advanced-page-visit-counter-public.css?ver=1.0.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/advanced-page-visit-counter/public/js/advanced-page-visit-counter-public.js?ver=1.0.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/advanced-page-visit-counter/public/js/advanced-page-visit-counter-public.js?ver=1.0.1"></script>
@@ -576,6 +580,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ajar-productions-in5-embed/assets/js/public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/ajar-productions-in5-embed/assets/js/public.js?ver=1.0.0"></script>
<!-- ajax-add-to-cart-on-hover -->
<link rel="stylesheet" id="icons-css" href="http://wp.lab/wp-content/plugins/ajax-add-to-cart-on-hover//font-awesome.min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/ajax-add-to-cart-on-hover/custom.js?ver=1.0.0"></script>
<!-- ajax-content-browser --> <!-- ajax-content-browser -->
<link rel="stylesheet" id="acb-general-css" href="http://wp.lab/wp-content/plugins/ajax-content-browser/assets/css/acb.css?ver=1.0.2" type="text/css" media="all"> <link rel="stylesheet" id="acb-general-css" href="http://wp.lab/wp-content/plugins/ajax-content-browser/assets/css/acb.css?ver=1.0.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ajax-content-browser/assets/js/jquery-tiptip/jquery-tiptip.js?ver=1.0.2"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/ajax-content-browser/assets/js/jquery-tiptip/jquery-tiptip.js?ver=1.0.2"></script>
@@ -1335,6 +1344,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/back-to-top-advanced/classes/../assets/script.js?ver=1.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/back-to-top-advanced/classes/../assets/script.js?ver=1.1"></script>
<!-- bad-ip-wp -->
<link rel="stylesheet" id="bad_ip_wp-css" href="http://wp.lab/wp-content/plugins/bad-ip-wp/public/css/bad_ip_wp-public.css?ver=1.0.3" media="all">
<script src="http://wp.lab/wp-content/plugins/bad-ip-wp/public/js/bad_ip_wp-public.js?ver=1.0.3"></script>
<!-- badge-creator-free --> <!-- badge-creator-free -->
<link rel="stylesheet" id="badgeCreator-css" href="http://wp.lab/wp-content/plugins/badge-creator-free/public/css/badgeCreator-public.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="badgeCreator-css" href="http://wp.lab/wp-content/plugins/badge-creator-free/public/css/badgeCreator-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/badge-creator-free/public/js/badgeCreator-public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/badge-creator-free/public/js/badgeCreator-public.js?ver=1.0.0"></script>
@@ -2476,6 +2490,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/category-post-slider/js/jquery.cpsslider.js?ver=1.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/category-post-slider/js/jquery.cpsslider.js?ver=1.1"></script>
<!-- category-tag-tidy -->
<link rel="stylesheet" id="category-tag-tidy-css" href="http://wp.lab/wp-content/plugins/category-tag-tidy/public/css/category-tag-tidy-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/category-tag-tidy/public/js/category-tag-tidy-public.js?ver=1.0.0"></script>
<!-- cb-contact-form --> <!-- cb-contact-form -->
<link rel="stylesheet" id="cb-contact-form-css-css" href="http://wp.lab/wp-content/plugins/cb-contact-form/cb-contact-form.css?ver=1.1" type="text/css" media="all"> <link rel="stylesheet" id="cb-contact-form-css-css" href="http://wp.lab/wp-content/plugins/cb-contact-form/cb-contact-form.css?ver=1.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/cb-contact-form/cb-contact-form.js?ver=1.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/cb-contact-form/cb-contact-form.js?ver=1.1"></script>
@@ -2907,6 +2926,13 @@
<link rel="stylesheet" id="client-logo-carouselfont-awesome-css" href="http://wp.lab/wp-content/plugins/client-carousel/classes/assets/css/font-awesome.min.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="client-logo-carouselfont-awesome-css" href="http://wp.lab/wp-content/plugins/client-carousel/classes/assets/css/font-awesome.min.css?ver=1.0.0" type="text/css" media="all">
<!-- client-logo-carousel -->
<link rel="stylesheet" id="client-logo-carousel-css" href="http://wp.lab/wp-content/plugins/client-logo-carousel/public/css/client-logo-carousel-public.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="client-logo-carouselclc_carousel_css-css" href="http://wp.lab/wp-content/plugins/client-logo-carousel/public/css/owl.carousel.min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/client-logo-carousel/public/js/owl.carousel.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/client-logo-carousel/public/js/client-logo-carousel-public.js?ver=1.0.0"></script>
<!-- client-portal-officewp-private-secure-client-or-customer-login-area --> <!-- client-portal-officewp-private-secure-client-or-customer-login-area -->
<link rel="stylesheet" id="wpo-common-css-css" href="http://wp.lab/wp-content/plugins/client-portal-officewp-private-secure-client-or-customer-login-area/assets/css/common.css?ver=1.1.0" type="text/css" media="all"> <link rel="stylesheet" id="wpo-common-css-css" href="http://wp.lab/wp-content/plugins/client-portal-officewp-private-secure-client-or-customer-login-area/assets/css/common.css?ver=1.1.0" type="text/css" media="all">
<link rel="stylesheet" id="wpo-pulllayer-style-css" href="http://wp.lab/wp-content/plugins/client-portal-officewp-private-secure-client-or-customer-login-area/assets/js/plugins/wpo_pulllayer_user/jquery.wpo_pulllayer.css?ver=1.1.0" type="text/css" media="all"> <link rel="stylesheet" id="wpo-pulllayer-style-css" href="http://wp.lab/wp-content/plugins/client-portal-officewp-private-secure-client-or-customer-login-area/assets/js/plugins/wpo_pulllayer_user/jquery.wpo_pulllayer.css?ver=1.1.0" type="text/css" media="all">
@@ -4209,6 +4235,11 @@
<link rel="stylesheet" id="eddf-related-downloads-style-css" href="http://wp.lab/wp-content/plugins/edd-related-downloads-carousel-free/css/relcarouself.css?ver=1.0" type="text/css" media="all"> <link rel="stylesheet" id="eddf-related-downloads-style-css" href="http://wp.lab/wp-content/plugins/edd-related-downloads-carousel-free/css/relcarouself.css?ver=1.0" type="text/css" media="all">
<!-- edd-search -->
<link rel="stylesheet" id="edd-search-style-css" href="http://wp.lab/wp-content/plugins/edd-search/css/style.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/edd-search/js/script.js?ver=1.0.1"></script>
<!-- edublogify-contact-form --> <!-- edublogify-contact-form -->
<link rel="stylesheet" id="ecf_plugin_style-css" href="http://wp.lab/wp-content/plugins/edublogify-contact-form/public/css/mystyle.css?ver=1.0.1" type="text/css" media="all"> <link rel="stylesheet" id="ecf_plugin_style-css" href="http://wp.lab/wp-content/plugins/edublogify-contact-form/public/css/mystyle.css?ver=1.0.1" type="text/css" media="all">
@@ -4609,6 +4640,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/exit-notifier/assets/js/jAlert.min.js?ver=1.4.3"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/exit-notifier/assets/js/jAlert.min.js?ver=1.4.3"></script>
<!-- exit-popup-free -->
<script src="http://wp.lab/wp-content/plugins/exit-popup-free/assets/js/script.js?ver=1.0"></script>
<!-- explanatory-dictionary --> <!-- explanatory-dictionary -->
<link rel="stylesheet" id="explanatory_dictionary-plugin-styles-css" href="http://wp.lab/wp-content/plugins/explanatory-dictionary/public/classes/../assets/css/public.css?ver=4.1.5" type="text/css" media="all"> <link rel="stylesheet" id="explanatory_dictionary-plugin-styles-css" href="http://wp.lab/wp-content/plugins/explanatory-dictionary/public/classes/../assets/css/public.css?ver=4.1.5" type="text/css" media="all">
@@ -4736,6 +4771,14 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/fancier-author-box/js/ts-fab.min.js?ver=1.4"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/fancier-author-box/js/ts-fab.min.js?ver=1.4"></script>
<!-- fancify-core -->
<link rel="stylesheet" id="FANCIFYCORE-css" href="http://wp.lab/wp-content/plugins/fancify-core/views/assets/css/agancy.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="FANCIFYCORE_featherlight-css" href="http://wp.lab/wp-content/plugins/fancify-core/views/assets/admin/css/featherlight.min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/fancify-core/views/assets/admin/js/featherlight.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/fancify-core/views/assets/js/plugins/jquery.lazy.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/fancify-core/views/assets/js/fancify-core.min.js?ver=1.0.0"></script>
<!-- fancy-gallery --> <!-- fancy-gallery -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/fancy-gallery/assets/js/gallery-manager.js?ver=1.6.28"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/fancy-gallery/assets/js/gallery-manager.js?ver=1.6.28"></script>
@@ -4773,6 +4816,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/faq-accordion-block/build/slide-toggle.min.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/faq-accordion-block/build/slide-toggle.min.js?ver=1.0.0"></script>
<!-- faq-cooper -->
<link rel="stylesheet" id="faq-cooper-css" href="http://wp.lab/wp-content/plugins/faq-cooper/public/css/faq-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/faq-cooper/public/js/faq-public.js?ver=1.0.0"></script>
<!-- faq-schema-for-pages-and-posts --> <!-- faq-schema-for-pages-and-posts -->
<link rel="stylesheet" id="wp-faq-schema-jquery-ui-css" href="http://wp.lab/wp-content/plugins/faq-schema-for-pages-and-posts//css/jquery-ui.css?ver=2.0.0" type="text/css" media="all"> <link rel="stylesheet" id="wp-faq-schema-jquery-ui-css" href="http://wp.lab/wp-content/plugins/faq-schema-for-pages-and-posts//css/jquery-ui.css?ver=2.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/faq-schema-for-pages-and-posts//js/frontend.js?ver=2.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/faq-schema-for-pages-and-posts//js/frontend.js?ver=2.0.0"></script>
@@ -4834,6 +4882,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/feed-them-social/feeds/js/fts-global.js?ver=2.6.9"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/feed-them-social/feeds/js/fts-global.js?ver=2.6.9"></script>
<!-- feedback-modal-for-website -->
<link rel="stylesheet" id="nedwp-fm-public-css" href="http://wp.lab/wp-content/plugins/feedback-modal-for-website/assets/css/fm-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/feedback-modal-for-website/assets/js/fm-public.js?ver=1.0.0"></script>
<!-- feedback-pivotal --> <!-- feedback-pivotal -->
<link rel="stylesheet" id="pivotal-feedback-public-css-css" href="http://wp.lab/wp-content/plugins/feedback-pivotal/public/css/pivotal-feedback-form-public.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="pivotal-feedback-public-css-css" href="http://wp.lab/wp-content/plugins/feedback-pivotal/public/css/pivotal-feedback-form-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/feedback-pivotal/public/js/pivotal-feedback-form-public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/feedback-pivotal/public/js/pivotal-feedback-form-public.js?ver=1.0.0"></script>
@@ -4944,6 +4997,14 @@
<link rel="stylesheet" id="flex-posts-css" href="http://wp.lab/wp-content/plugins/flex-posts/public/css/flex-posts.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="flex-posts-css" href="http://wp.lab/wp-content/plugins/flex-posts/public/css/flex-posts.css?ver=1.0.0" type="text/css" media="all">
<!-- flexi -->
<link rel="stylesheet" id="flexi-css" href="http://wp.lab/wp-content/plugins/flexi/public/css/flexi-public.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="flexi_fancybox-css" href="http://wp.lab/wp-content/plugins/flexi/public/css/jquery.fancybox.min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/flexi-public.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/jquery.fancybox.min.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/flexi/public/js/flexi_load_more_scroll.js?ver=1.0.0"></script>
<!-- flexi-instagram-feed-lite-instagram-gallery --> <!-- flexi-instagram-feed-lite-instagram-gallery -->
<link rel="stylesheet" id="flexy-base-style-css" href="http://wp.lab/wp-content/plugins/flexi-instagram-feed-lite-instagram-gallery/client/flexi-social/skins/assets/css/base.css?v=1.7.2&amp;ver=4.9.1" type="text/css" media="all"> <link rel="stylesheet" id="flexy-base-style-css" href="http://wp.lab/wp-content/plugins/flexi-instagram-feed-lite-instagram-gallery/client/flexi-social/skins/assets/css/base.css?v=1.7.2&amp;ver=4.9.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/flexi-instagram-feed-lite-instagram-gallery/client/flexi-social/flexy.social.min.js?v=1.7.2&amp;ver=4.9.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/flexi-instagram-feed-lite-instagram-gallery/client/flexi-social/flexy.social.min.js?v=1.7.2&amp;ver=4.9.1"></script>
@@ -5865,6 +5926,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/groovy-menu-free/assets/js/frontend.js?ver=1.0.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/groovy-menu-free/assets/js/frontend.js?ver=1.0.1"></script>
<!-- grs-lnd-for-wp -->
<link rel="stylesheet" id="lnd-for-wp-css" href="http://wp.lab/wp-content/plugins/grs-lnd-for-wp/public/css/lnd-for-wp-public.css?ver=0.1.2" media="all">
<script src="http://wp.lab/wp-content/plugins/grs-lnd-for-wp/public/js/lnd-for-wp-public.js?ver=0.1.2"></script>
<!-- gs-behance-portfolio --> <!-- gs-behance-portfolio -->
<link rel="stylesheet" id="gsbeh-fa-icons-css" href="http://wp.lab/wp-content/plugins/gs-behance-portfolio/gs-behance-assets/assets/fa-icons/css/font-awesome.min.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="gsbeh-fa-icons-css" href="http://wp.lab/wp-content/plugins/gs-behance-portfolio/gs-behance-assets/assets/fa-icons/css/font-awesome.min.css?ver=1.0.0" type="text/css" media="all">
<link rel="stylesheet" id="gs-beh-custom-bootstrap-css" href="http://wp.lab/wp-content/plugins/gs-behance-portfolio/gs-behance-assets/assets/css/gs-beh-custom-bootstrap.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="gs-beh-custom-bootstrap-css" href="http://wp.lab/wp-content/plugins/gs-behance-portfolio/gs-behance-assets/assets/css/gs-beh-custom-bootstrap.css?ver=1.0.0" type="text/css" media="all">
@@ -7121,6 +7187,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/kuetemeier-essentials/assets/scripts/kuetemeier-essentials-public.min.js?ver=1.2.4"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/kuetemeier-essentials/assets/scripts/kuetemeier-essentials-public.min.js?ver=1.2.4"></script>
<!-- kuvilam-ipl-livescore -->
<script src="http://wp.lab/wp-content/plugins/kuvilam-ipl-livescore/vendor/jquery.responsiveTabs.min.js?ver=1.0"></script>
<script src="http://wp.lab/wp-content/plugins/kuvilam-ipl-livescore/js/kwils.js?ver=1.0"></script>
<!-- kvl-localization --> <!-- kvl-localization -->
<link rel="stylesheet" id="kvl_styles_css-css" href="http://wp.lab/wp-content/plugins/kvl-localization/css/kvl_styles.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="kvl_styles_css-css" href="http://wp.lab/wp-content/plugins/kvl-localization/css/kvl_styles.css?ver=1.0.0" type="text/css" media="all">
<link rel="stylesheet" id="kvl_bootstrap_css-css" href="http://wp.lab/wp-content/plugins/kvl-localization/js/select2.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="kvl_bootstrap_css-css" href="http://wp.lab/wp-content/plugins/kvl-localization/js/select2.css?ver=1.0.0" type="text/css" media="all">
@@ -7209,6 +7280,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/layered-pop/js/script.js?ver=0.11"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/layered-pop/js/script.js?ver=0.11"></script>
<!-- lazy-embeds -->
<link rel="stylesheet" id="lazy-embeds-css" href="http://wp.lab/wp-content/plugins/lazy-embeds/assets/css/lazy-embeds.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/lazy-embeds/assets/js/lazy-embeds.js?ver=1.0.0"></script>
<!-- lazy-images-without-jetpack --> <!-- lazy-images-without-jetpack -->
<script src="http://wp.lab/wp-content/plugins/lazy-images-without-jetpack/lazy-images/js/lazy-images.js?ver=1.0"></script> <script src="http://wp.lab/wp-content/plugins/lazy-images-without-jetpack/lazy-images/js/lazy-images.js?ver=1.0"></script>
@@ -7252,6 +7328,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/lead-magnets-by-contentupgrademe/public/js/contentupgrade-me.js?ver=1.0.4"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/lead-magnets-by-contentupgrademe/public/js/contentupgrade-me.js?ver=1.0.4"></script>
<!-- leaddevs-chatbot -->
<link rel="stylesheet" id="facebook-messenger-bot-css" href="http://wp.lab/wp-content/plugins/leaddevs-chatbot/src/public/css/facebook-messenger-live-chat.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/leaddevs-chatbot/src/public/js/facebook-messenger-live-chat.js?ver=1.0.0"></script>
<!-- leader --> <!-- leader -->
<link rel="stylesheet" id="leader-css" href="http://wp.lab/wp-content/plugins/leader/public/css/leader-public.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="leader-css" href="http://wp.lab/wp-content/plugins/leader/public/css/leader-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/leader/public/js/leader-public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/leader/public/js/leader-public.js?ver=1.0.0"></script>
@@ -9608,6 +9689,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/pesapress/app/assets/js/pp-public.min.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/pesapress/app/assets/js/pp-public.min.js?ver=1.0.0"></script>
<!-- petje-af -->
<link rel="stylesheet" id="petje-af-css" href="http://wp.lab/wp-content/plugins/petje-af/public/css/petje-af.css?ver=2.0.6" media="all">
<script src="http://wp.lab/wp-content/plugins/petje-af/public/js/oauth2.js?ver=2.0.6"></script>
<!-- phanes-care-initiative --> <!-- phanes-care-initiative -->
<link rel="stylesheet" id="phanse-ds-css" href="http://wp.lab/wp-content/plugins/phanes-care-initiative/assets/css/style.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="phanse-ds-css" href="http://wp.lab/wp-content/plugins/phanes-care-initiative/assets/css/style.css?ver=1.0.0" type="text/css" media="all">
@@ -10006,6 +10092,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/post-ratings/assets/jquery.raty.js?ver=3.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/post-ratings/assets/jquery.raty.js?ver=3.0"></script>
<!-- post-script -->
<link rel="stylesheet" id="postscript-front-style-css" href="http://wp.lab/wp-content/plugins/post-script/src/theme.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/post-script/src/theme.js?ver=1.0.0"></script>
<!-- post-slider-and-carousel --> <!-- post-slider-and-carousel -->
<link rel="stylesheet" id="owl-carousel-style-css" href="http://wp.lab/wp-content/plugins/post-slider-and-carousel/assets/css/owl.carousel.min.css?ver=1.0.1" type="text/css" media="all"> <link rel="stylesheet" id="owl-carousel-style-css" href="http://wp.lab/wp-content/plugins/post-slider-and-carousel/assets/css/owl.carousel.min.css?ver=1.0.1" type="text/css" media="all">
<link rel="stylesheet" id="psac-public-style-css" href="http://wp.lab/wp-content/plugins/post-slider-and-carousel/assets/css/psac-public.css?ver=1.0.1" type="text/css" media="all"> <link rel="stylesheet" id="psac-public-style-css" href="http://wp.lab/wp-content/plugins/post-slider-and-carousel/assets/css/psac-public.css?ver=1.0.1" type="text/css" media="all">
@@ -10725,6 +10816,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/rebel-slider/public/js/rebel-slider-public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/rebel-slider/public/js/rebel-slider-public.js?ver=1.0.0"></script>
<!-- recaptcha-for-login-and-registration -->
<link rel="stylesheet" id="prositecaptcha-css" href="http://wp.lab/wp-content/plugins/recaptcha-for-login-and-registration/public/css/prositecaptcha-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/recaptcha-for-login-and-registration/public/js/prositecaptcha-public.js?ver=1.0.0"></script>
<!-- recencio-book-reviews --> <!-- recencio-book-reviews -->
<link rel="stylesheet" id="rcno-reviews-css" href="http://wp.lab/wp-content/plugins/recencio-book-reviews/public/css/rcno-reviews-public.css?ver=1.3.0" type="text/css" media="all"> <link rel="stylesheet" id="rcno-reviews-css" href="http://wp.lab/wp-content/plugins/recencio-book-reviews/public/css/rcno-reviews-public.css?ver=1.3.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/recencio-book-reviews/public/js/rcno-reviews-public.js?ver=1.3.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/recencio-book-reviews/public/js/rcno-reviews-public.js?ver=1.3.0"></script>
@@ -11041,6 +11137,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/review-pro/public/js/review-pro-public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/review-pro/public/js/review-pro-public.js?ver=1.0.0"></script>
<!-- reviewbucket-lite -->
<script src="http://wp.lab/wp-content/plugins/reviewbucket-lite/assets/js/main.js?ver=1.0.0"></script>
<!-- reviewpress --> <!-- reviewpress -->
<link rel="stylesheet" id="review_styles-css" href="http://wp.lab/wp-content/plugins/reviewpress/assets/css/front.css?ver=1.0.5" type="text/css" media="all"> <link rel="stylesheet" id="review_styles-css" href="http://wp.lab/wp-content/plugins/reviewpress/assets/css/front.css?ver=1.0.5" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/reviewpress/assets/js/front-main.js?ver=1.0.5"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/reviewpress/assets/js/front-main.js?ver=1.0.5"></script>
@@ -11071,6 +11171,11 @@
<link rel="stylesheet" id="Riddle-css" href="http://wp.lab/wp-content/plugins/riddle-playful-content-on-the-go/assets/css/front.css?ver=3.11" type="text/css" media="all"> <link rel="stylesheet" id="Riddle-css" href="http://wp.lab/wp-content/plugins/riddle-playful-content-on-the-go/assets/css/front.css?ver=3.11" type="text/css" media="all">
<!-- ride-here-with-lyft -->
<link rel="stylesheet" id="ride-here-with-lyft-css" href="http://wp.lab/wp-content/plugins/ride-here-with-lyft/public/css/ride-here-with-lyft-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/ride-here-with-lyft/public/js/ride-here-with-lyft-public.js?ver=1.0.0"></script>
<!-- riloadr-for-wordpress --> <!-- riloadr-for-wordpress -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/riloadr-for-wordpress/includes/riloadr.wp.jquery.min.js?ver=1.2.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/riloadr-for-wordpress/includes/riloadr.wp.jquery.min.js?ver=1.2.1"></script>
@@ -11566,6 +11671,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/seo-slider/assets/scripts/scripts.js?ver=1.0.10"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/seo-slider/assets/scripts/scripts.js?ver=1.0.10"></script>
<!-- seohide -->
<script src="http://wp.lab/wp-content/plugins/seohide/js/sh.js?ver=1.3.7"></script>
<!-- seolat-tool-plus --> <!-- seolat-tool-plus -->
<link rel="stylesheet" id="sl-plugin-seo.front-css" href="http://wp.lab/wp-content/plugins/seolat-tool-plus/plugin/seo.front.css?ver=2.0.7" type="text/css" media="all"> <link rel="stylesheet" id="sl-plugin-seo.front-css" href="http://wp.lab/wp-content/plugins/seolat-tool-plus/plugin/seo.front.css?ver=2.0.7" type="text/css" media="all">
@@ -11591,6 +11700,11 @@
<link rel="stylesheet" id="ssp-frontend-player-css" href="http://wp.lab/wp-content/plugins/seriously-simple-podcasting/assets/css/player.css?ver=1.19.3" type="text/css" media="all"> <link rel="stylesheet" id="ssp-frontend-player-css" href="http://wp.lab/wp-content/plugins/seriously-simple-podcasting/assets/css/player.css?ver=1.19.3" type="text/css" media="all">
<!-- serp-rank -->
<link rel="stylesheet" id="serp-rank-css" href="http://wp.lab/wp-content/plugins/serp-rank/public/css/serp-rank-public.css?ver=1.0.3" media="all">
<script src="http://wp.lab/wp-content/plugins/serp-rank/public/js/serp-rank-public.js?ver=1.0.3"></script>
<!-- service-area-postcode-checker --> <!-- service-area-postcode-checker -->
<link rel="stylesheet" id="style-css" href="http://wp.lab/wp-content/plugins/service-area-postcode-checker/css/my_services_postcode_checker.css?ver=1.0" type="text/css" media="all"> <link rel="stylesheet" id="style-css" href="http://wp.lab/wp-content/plugins/service-area-postcode-checker/css/my_services_postcode_checker.css?ver=1.0" type="text/css" media="all">
@@ -11609,6 +11723,18 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/sewn-in-post-delete/assets/js/sewn-in-post-delete.js?ver=1.0.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/sewn-in-post-delete/assets/js/sewn-in-post-delete.js?ver=1.0.1"></script>
<!-- sfwd-lms -->
<link rel='stylesheet' id='learndash-blocks-css' href='https://wp.lab/wp-content/plugins/sfwd-lms/includes/gutenberg/lib/../assets/css/blocks.style.css?ver=3.1.2' media='all' />
<link rel='stylesheet' id='learndash_quiz_front_css-css' href='//wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=3.1.2' media='all' />
<link rel='stylesheet' id='jquery-dropdown-css-css' href='//wp.lab/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=3.1.2' media='all' />
<link rel='stylesheet' id='learndash_lesson_video-css' href='//wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=3.1.2' media='all' />
<link rel='stylesheet' id='learndash-front-css' href='//wp.lab/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=3.1.2' media='all' />
<script src='https://wp.lab/wp-content/plugins/sfwd-lms/includes/gutenberg/lib/../assets/js/frontend.blocks.js?ver=3.1.2'></script>
<script src='//wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_template_script.min.js?ver=3.1.2'></script>
<script src='//wp.lab/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=3.1.2'></script>
<script src='//wp.lab/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_pager.min.js?ver=3.1.2'></script>
<!-- shapepress-dsgvo --> <!-- shapepress-dsgvo -->
<link rel="stylesheet" id="sp-dsgvo-css" href="http://wp.lab/wp-content/plugins/shapepress-dsgvo/public/css/sp-dsgvo-public.css?ver=1.3.8" type="text/css" media="all"> <link rel="stylesheet" id="sp-dsgvo-css" href="http://wp.lab/wp-content/plugins/shapepress-dsgvo/public/css/sp-dsgvo-public.css?ver=1.3.8" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/shapepress-dsgvo/public/js/sp-dsgvo-public.js?ver=1.3.8"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/shapepress-dsgvo/public/js/sp-dsgvo-public.js?ver=1.3.8"></script>
@@ -11812,6 +11938,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/sighted-invoice-manager/public/js/sighted-invoice-manager-public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/sighted-invoice-manager/public/js/sighted-invoice-manager-public.js?ver=1.0.0"></script>
<!-- signup-signin -->
<link rel="stylesheet" id="pravel_signup_stylesheet-css" href="http://wp.lab/wp-content/plugins/signup-signin/assets/css/style.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/signup-signin/assets/js/main.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/signup-signin/assets/js/pravel-verification-code.min.js?ver=1.0.0"></script>
<!-- sikshya --> <!-- sikshya -->
<link rel="stylesheet" id="sikshya-grid-style-css" href="http://wp.lab/wp-content/plugins/sikshya/assets/css/custom/sikshya-grid.css?ver=0.0.3" type="text/css" media="all"> <link rel="stylesheet" id="sikshya-grid-style-css" href="http://wp.lab/wp-content/plugins/sikshya/assets/css/custom/sikshya-grid.css?ver=0.0.3" type="text/css" media="all">
<link rel="stylesheet" id="sik_courses-sikshya-css" href="http://wp.lab/wp-content/plugins/sikshya/assets/css/custom/sikshya.css?ver=0.0.3" type="text/css" media="all"> <link rel="stylesheet" id="sik_courses-sikshya-css" href="http://wp.lab/wp-content/plugins/sikshya/assets/css/custom/sikshya.css?ver=0.0.3" type="text/css" media="all">
@@ -12192,6 +12324,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/skyboot-portfolio-gallery/assests/js/isotope.pkgd.min.js?ver=1.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/skyboot-portfolio-gallery/assests/js/isotope.pkgd.min.js?ver=1.0"></script>
<!-- slicewp -->
<link rel="stylesheet" id="slicewp-style-css" href="http://wp.lab/wp-content/plugins/slicewp/assets/css/style-front-end.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/slicewp/assets/js/script-tracking.js?ver=1.0.0"></script>
<script src="http://wp.lab/wp-content/plugins/slicewp/assets/js/script-front-end.js?ver=1.0.0"></script>
<!-- slickr-flickr --> <!-- slickr-flickr -->
<link rel="stylesheet" id="slickr-flickr-css" href="http://wp.lab/wp-content/plugins/slickr-flickr/styles/public.css?ver=2.5.4" type="text/css" media="all"> <link rel="stylesheet" id="slickr-flickr-css" href="http://wp.lab/wp-content/plugins/slickr-flickr/styles/public.css?ver=2.5.4" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/slickr-flickr/scripts/public.js?ver=2.5.4"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/slickr-flickr/scripts/public.js?ver=2.5.4"></script>
@@ -13374,6 +13512,10 @@
<link rel="stylesheet" id="wptpsa_fontend_style-css" href="http://wp.lab/wp-content/plugins/themepaste-secure-admin/css/wptpsa-frontend.css?ver=1.0" type="text/css" media="all"> <link rel="stylesheet" id="wptpsa_fontend_style-css" href="http://wp.lab/wp-content/plugins/themepaste-secure-admin/css/wptpsa-frontend.css?ver=1.0" type="text/css" media="all">
<!-- themerain-core -->
<script src="http://wp.lab/wp-content/plugins/themerain-core/includes/blocks/js/blocks-front.js?ver=1.0.0"></script>
<!-- themeregion-companion --> <!-- themeregion-companion -->
<link rel="stylesheet" id="themeregion-companion-css" href="http://wp.lab/wp-content/plugins/themeregion-companion/public/css/themeregion-companion-public.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="themeregion-companion-css" href="http://wp.lab/wp-content/plugins/themeregion-companion/public/css/themeregion-companion-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/themeregion-companion/public/js/themeregion-companion-public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/themeregion-companion/public/js/themeregion-companion-public.js?ver=1.0.0"></script>
@@ -14087,6 +14229,11 @@
<link rel="stylesheet" id="twentyfifteen-small-css" href="http://wp.lab/wp-content/plugins/um-plug/prop/small.css?ver=1.2.0" type="text/css" media="screen and (max-width: 540px)"> <link rel="stylesheet" id="twentyfifteen-small-css" href="http://wp.lab/wp-content/plugins/um-plug/prop/small.css?ver=1.2.0" type="text/css" media="screen and (max-width: 540px)">
<!-- uncanny-learndash-toolkit -->
<link rel="stylesheet" id="uncannyowl-learndash-toolkit-free-css" href="http://wp.lab/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.2" media="all">
<script src="http://wp.lab/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.2"></script>
<!-- unfc-normalize --> <!-- unfc-normalize -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/unfc-normalize/js/unfc-normalize.min.js?ver=1.0.6"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/unfc-normalize/js/unfc-normalize.min.js?ver=1.0.6"></script>
@@ -14160,6 +14307,7 @@
<link rel="stylesheet" id="usam-form-style-css" href="http://wp.lab/wp-content/plugins/universam-demo/theme/usam-form-style.css?ver=4.50.02" type="text/css" media="all"> <link rel="stylesheet" id="usam-form-style-css" href="http://wp.lab/wp-content/plugins/universam-demo/theme/usam-form-style.css?ver=4.50.02" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/universam-demo/assets/js/universam.theme.main.js?ver=4.50.02"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/universam-demo/assets/js/universam.theme.main.js?ver=4.50.02"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/universam-demo/assets/js/owl-carousel/owl.carousel.min.js?ver=4.50.02"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/universam-demo/assets/js/owl-carousel/owl.carousel.min.js?ver=4.50.02"></script>
<script src="http://wp.lab/wp-content/plugins/universam-demo/assets/js/textarea-auto-resizer.js?ver=4.50.02"></script>
<!-- unveil-lazy-load --> <!-- unveil-lazy-load -->
@@ -15008,6 +15156,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wiredrive-player/js/wd-player.js?ver=3.1.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wiredrive-player/js/wd-player.js?ver=3.1.0"></script>
<!-- wishful-companion -->
<link rel="stylesheet" id="wishful-companion-css" href="http://wp.lab/wp-content/plugins/wishful-companion/assets/css/style.css?ver=1.0.1" media="all">
<!-- wishlist-woocommerce --> <!-- wishlist-woocommerce -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wishlist-woocommerce/assets/js/wishlist_js.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wishlist-woocommerce/assets/js/wishlist_js.js?ver=1.0.0"></script>
@@ -16594,6 +16746,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-media-replace/public/js/wp-media-replace-public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-media-replace/public/js/wp-media-replace-public.js?ver=1.0.0"></script>
<!-- wp-media-storage-to-cloud -->
<link rel="stylesheet" id="w2cloud-css" href="http://wp.lab/wp-content/plugins/wp-media-storage-to-cloud/public/css/w2cloud-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/wp-media-storage-to-cloud/public/js/w2cloud-public.js?ver=1.0.0"></script>
<!-- wp-media-stories --> <!-- wp-media-stories -->
<link rel="stylesheet" id="media_story-plugin-styles-css" href="http://wp.lab/wp-content/plugins/wp-media-stories/assets/css/media-stories.min.css?ver=0.1" type="text/css" media="all"> <link rel="stylesheet" id="media_story-plugin-styles-css" href="http://wp.lab/wp-content/plugins/wp-media-stories/assets/css/media-stories.min.css?ver=0.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-media-stories/assets/js/media-stories.js?ver=0.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-media-stories/assets/js/media-stories.js?ver=0.1"></script>
@@ -16651,6 +16808,7 @@
<!-- wp-munich-blocks --> <!-- wp-munich-blocks -->
<link rel="stylesheet" id="wpm-filter-style-css" href="http://wp.lab/wp-content/plugins/wp-munich-blocks/css/filter.min.css?ver=0.3.0" type="text/css" media="all"> <link rel="stylesheet" id="wpm-filter-style-css" href="http://wp.lab/wp-content/plugins/wp-munich-blocks/css/filter.min.css?ver=0.3.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-munich-blocks/blocks/blocks-frontend.min.js?ver=0.3.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-munich-blocks/blocks/blocks-frontend.min.js?ver=0.3.0"></script>
<link rel="stylesheet" id="wpm-blocks-style-css" href="http://wp.lab/wp-content/plugins/wp-munich-blocks/blocks/blocks.min.css?ver=0.3.0" media="all">
<!-- wp-my-admin-bar --> <!-- wp-my-admin-bar -->
@@ -16771,6 +16929,12 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-portfolio-showcase/assets/js/frontend.min.js?ver=0.0.1"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-portfolio-showcase/assets/js/frontend.min.js?ver=0.0.1"></script>
<!-- wp-post-and-blog-designer -->
<link rel="stylesheet" id="wpoh-fontawesome-css-css" href="http://wp.lab/wp-content/plugins/wp-post-and-blog-designer/assets/css/font-awesome.min.css?ver=1.1" media="all">
<link rel="stylesheet" id="slick-style-css" href="http://wp.lab/wp-content/plugins/wp-post-and-blog-designer/assets/css/wpbd-slick.css?ver=1.1" media="all">
<link rel="stylesheet" id="wpbd-custom-style-css" href="http://wp.lab/wp-content/plugins/wp-post-and-blog-designer/assets/css/wpbd-custom.css?ver=1.1" media="all">
<!-- wp-post-comment-rating --> <!-- wp-post-comment-rating -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-post-comment-rating/js/custom.js?ver=1.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-post-comment-rating/js/custom.js?ver=1.0"></script>
@@ -16810,6 +16974,10 @@
<link rel="stylesheet" id="wppfu_style_css-css" href="http://wp.lab/wp-content/plugins/wp-posts-for-users/css/wppfu_style.css?ver=1.0" type="text/css" media="all"> <link rel="stylesheet" id="wppfu_style_css-css" href="http://wp.lab/wp-content/plugins/wp-posts-for-users/css/wppfu_style.css?ver=1.0" type="text/css" media="all">
<!-- wp-presenter-pro -->
<link rel="stylesheet" id="wp-presenter-pro-front-end-css-css" href="http://wp.lab/wp-content/plugins/wp-presenter-pro/dist/blocks.style.build.css?ver=2.0.5" media="all">
<!-- wp-prismjs-syntax-highlighter --> <!-- wp-prismjs-syntax-highlighter -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-prismjs-syntax-highlighter/js/prism.js?ver=1.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-prismjs-syntax-highlighter/js/prism.js?ver=1.0"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-prismjs-syntax-highlighter/js/source.js?ver=1.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-prismjs-syntax-highlighter/js/source.js?ver=1.0"></script>
@@ -16874,6 +17042,13 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-random-button/js/functions.js?ver=1.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-random-button/js/functions.js?ver=1.0"></script>
<!-- wp-reactions-lite -->
<link rel="stylesheet" id="wpra_front_css-css" href="http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/css/front.css?v=1.1.2&ver=5.3.1" media="all">
<link rel="stylesheet" id="wpra_common_css-css" href="http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/css/common.css?v=1.1.2&ver=5.3.1" media="all">
<script src="http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/js/front.js?v=1.1.2&ver=5.3.1"></script>
<script src="http://wp.lab/wp-content/plugins/wp-reactions-lite/assets/vendor/lottie/lottie.min.js?v=1.1.2&ver=5.3.1"></script>
<!-- wp-reading-progress --> <!-- wp-reading-progress -->
<link rel="stylesheet" id="ruigehond006_stylesheet-css" href="http://wp.lab/wp-content/plugins/wp-reading-progress/wp-reading-progress.min.css?ver=1.0.2" type="text/css" media="all"> <link rel="stylesheet" id="ruigehond006_stylesheet-css" href="http://wp.lab/wp-content/plugins/wp-reading-progress/wp-reading-progress.min.css?ver=1.0.2" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-reading-progress/wp-reading-progress.min.js?ver=1.0.2"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-reading-progress/wp-reading-progress.min.js?ver=1.0.2"></script>
@@ -16887,6 +17062,9 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-recall/add-on/publicpost/js/scripts.js?ver=16.12.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-recall/add-on/publicpost/js/scripts.js?ver=16.12.0"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/ion.sound.min.js?ver=16.12.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/ion.sound.min.js?ver=16.12.0"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/scripts.js?ver=16.12.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat/js/scripts.js?ver=16.12.0"></script>
<script src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rating-system//js/scripts.js?ver=16.12.0"></script>
<script src="http://wp.lab/wp-content/plugins/wp-recall/add-on/publicpost//js/scripts.js?ver=16.12.0"></script>
<script src="http://wp.lab/wp-content/plugins/wp-recall/add-on/rcl-chat//js/scripts.js?ver=16.12.0"></script>
<!-- wp-recaptcha-appsaur --> <!-- wp-recaptcha-appsaur -->
@@ -16922,6 +17100,11 @@
<link rel="stylesheet" id="redirect_plugin_style-css" href="http://wp.lab/wp-content/plugins/wp-redirections/style.css?ver=1.0.2" type="text/css" media="all"> <link rel="stylesheet" id="redirect_plugin_style-css" href="http://wp.lab/wp-content/plugins/wp-redirections/style.css?ver=1.0.2" type="text/css" media="all">
<!-- wp-related-post-with-pagination -->
<link rel="stylesheet" id="recent-slider-css" href="http://wp.lab/wp-content/plugins/wp-related-post-with-pagination/assets/style.css?ver=1.0" media="">
<script src="http://wp.lab/wp-content/plugins/wp-related-post-with-pagination/assets/scripts.js?ver=1.0"></script>
<!-- wp-relevant-ads --> <!-- wp-relevant-ads -->
<link rel="stylesheet" id="wp-relevant-ads-css" href="http://wp.lab/wp-content/plugins/wp-relevant-ads/public/css/wp-relevant-ads.min.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="wp-relevant-ads-css" href="http://wp.lab/wp-content/plugins/wp-relevant-ads/public/css/wp-relevant-ads.min.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-relevant-ads/public/js/wp-relevant-ads.min.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-relevant-ads/public/js/wp-relevant-ads.min.js?ver=1.0.0"></script>
@@ -17897,6 +18080,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/xa-woocommerce-memberships/public/js/xa-woocommerce-membership-public.js?ver=1.0.0"></script> <script type="text/javascript" src="http://wp.lab/wp-content/plugins/xa-woocommerce-memberships/public/js/xa-woocommerce-membership-public.js?ver=1.0.0"></script>
<!-- xatkit-chatbot-connector -->
<link rel="stylesheet" id="xatkit-chatbot-connector-css" href="http://wp.lab/wp-content/plugins/xatkit-chatbot-connector/public/css/xatkit-chatbot-connector-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/xatkit-chatbot-connector/public/js/xatkit-chatbot-connector-public.js?ver=1.0.0"></script>
<!-- xkcd-embed --> <!-- xkcd-embed -->
<link rel="stylesheet" id="xkcd-embed-css" href="http://wp.lab/wp-content/plugins/xkcd-embed/assets/css/style.css?ver=1.0.0" type="text/css" media="all"> <link rel="stylesheet" id="xkcd-embed-css" href="http://wp.lab/wp-content/plugins/xkcd-embed/assets/css/style.css?ver=1.0.0" type="text/css" media="all">

View File

@@ -0,0 +1,19 @@
# frontity-headtags
## 1.1.0
### Minor Changes
- [`12638a8`](https://github.com/frontity/wp-plugins/commit/12638a86dab060a3ec5a948b83dd5ea912ae413f) [#17](https://github.com/frontity/wp-plugins/pull/17) - Added integration with All In One SEO Pack.
## 1.0.1
### Patch Changes
- [`0200a05`](https://github.com/frontity/wp-plugins/commit/0200a05ddb59d577d69eef54e7632e38a91b2eba) [#16](https://github.com/frontity/wp-plugins/pull/16) - Fix the registering of activation / deactivation hooks.
## 1.0.0
### Major Changes
- Release the first version of REST API - Head Tags

View File

@@ -0,0 +1,7 @@
{
"name": "frontity-headtags",
"version": "1.1.0",
"private": true,
"license": "GPLv2",
"scripts": {}
}

View File

@@ -0,0 +1,75 @@
# Copyright (C) 2020 Roadmap
# This file is distributed under the same license as the Roadmap plugin.
msgid ""
msgstr ""
"Project-Id-Version: Roadmap 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpress\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-01-16T23:24:46+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: roadmap-space\n"
#. Plugin Name of the plugin
#. Author of the plugin
#: admin/partials/roadmap-space-admin-display.php:2
msgid "Roadmap"
msgstr ""
#. Plugin URI of the plugin
msgid "https://roadmap.space/help/roadmaps-and-stories/embedding-roadmap-on-your-wordpress-site/"
msgstr ""
#. Description of the plugin
msgid "This plugin allows you to embed your Roadmap and feedback widget on your website."
msgstr ""
#. Author URI of the plugin
msgid "https://roadmap.space"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:7
msgid "Welcome to the Roadmap Wordpress plugin! With only a few options to setup, you'll be up and running in no time."
msgstr ""
#. translators: %s: code html tags.
#: admin/partials/roadmap-space-admin-display.php:12
msgid "After saving your Roadmap ID, you can use the %s[roadmap]%s shortcode to display your roadmap on any page or article."
msgstr ""
#. translators: %s: a html tags.
#: admin/partials/roadmap-space-admin-display.php:22
msgid "To use this plugin, you need an active Roadmap account. Don't have one ? %sCreate one%s today!"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:30
msgid "Your Roadmap ID"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:33
msgid "You can find your Roadmap ID <a href=\"https://app.roadmap.space/#/roadmap/widget\" target=\"_blank\">here</a>, at the bottom of the page."
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:37
msgid "Feedback Widget"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:41
msgid "Show the Feedback Widget for connected users and visitors"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:45
msgid "Show the Feedback Widget for connected users only"
msgstr ""
#: admin/partials/roadmap-space-admin-display.php:49
msgid "Do not show the Feedback Widget"
msgstr ""
#: public/class-roadmap-space-public.php:114
msgid "No Roadmap ID is configured in your settings. Add it to show your Roadmap here!"
msgstr ""

View File

@@ -0,0 +1,831 @@
# Copyright (C) 2020 TaxCloud
# This file is distributed under the same license as the Simple Sales Tax package.
msgid ""
msgstr ""
"Project-Id-Version: Simple Sales Tax 6.0.11\n"
"Report-Msgid-Bugs-To: https://github.com/bporcelli/simplesalestax/issues\n"
"POT-Creation-Date: 2020-01-02 15:32:25+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Brett Porcelli <bporcelli@taxcloud.com>\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-i18n1.0.2\n"
#: includes/abstracts/class-sst-abstract-cart.php:79
msgid "Failed to calculate sales tax: %s"
msgstr ""
#: includes/abstracts/class-sst-abstract-cart.php:281
msgid "Failed to calculate sales tax: no origin address for product %d."
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Simple Sales Tax"
msgstr ""
#: includes/admin/class-sst-admin.php:144
msgid "Go to TaxCloud Reports Page"
msgstr ""
#: includes/admin/class-sst-admin.php:160
msgid "Taxes"
msgstr ""
#: includes/admin/class-sst-admin.php:163
msgid "Overview"
msgstr ""
#: includes/admin/class-sst-admin.php:190
msgid "There are no cached rates to remove."
msgstr ""
#: includes/admin/class-sst-admin.php:201
msgid "%d cached tax rates removed."
msgstr ""
#: includes/admin/class-sst-admin.php:223
msgid "Delete cached tax rates"
msgstr ""
#: includes/admin/class-sst-admin.php:224
msgid "Clear cache"
msgstr ""
#: includes/admin/class-sst-admin.php:225
msgid "This tool will remove any tax rates cached by WooCommerce."
msgstr ""
#: includes/admin/class-sst-admin.php:253
#: includes/admin/views/html-select-tic-bulk.php:9
#: includes/admin/views/html-select-tic-category.php:18
#: includes/admin/views/html-select-tic.php:21
#: includes/class-sst-product.php:180
msgid "Using site default"
msgstr ""
#: includes/admin/class-sst-integration.php:26
msgid ""
"<p>Simple Sales Tax makes sales tax easy by connecting your store with <a "
"href=\"https://taxcloud.net\" target=\"_blank\">TaxCloud</a>. If you have "
"trouble with Simple Sales Tax, please consult the <a "
"href=\"https://simplesalestax.com/#faq\" target=\"_blank\">FAQ</a> and the "
"<a href=\"https://simplesalestax.com/installation-guide/\" "
"target=\"_blank\">Installation Guide</a> before contacting "
"support.</p><p>Need help? <a "
"href=\"https://simplesalestax.com/contact-us/\" target=\"_blank\">Contact "
"us</a>.</p>"
msgstr ""
#: includes/admin/class-sst-integration.php:137
msgid "At least one default address is required."
msgstr ""
#: includes/admin/class-sst-integration.php:222
msgid "Failed to save address <em>%s</em>: %s"
msgstr ""
#: includes/admin/class-sst-integration.php:236
msgid "Failed to validate address: %s."
msgstr ""
#: includes/admin/views/html-address-table.php:13
msgid "Address 1"
msgstr ""
#: includes/admin/views/html-address-table.php:14
msgid "Line 1 of your business address."
msgstr ""
#: includes/admin/views/html-address-table.php:17
msgid "Address 2"
msgstr ""
#: includes/admin/views/html-address-table.php:18
msgid "Line 2 of your business address."
msgstr ""
#: includes/admin/views/html-address-table.php:21
msgid "City"
msgstr ""
#: includes/admin/views/html-address-table.php:22
msgid "The city in which your business operates."
msgstr ""
#: includes/admin/views/html-address-table.php:25
msgid "State"
msgstr ""
#: includes/admin/views/html-address-table.php:26
msgid "The state where your business is located."
msgstr ""
#: includes/admin/views/html-address-table.php:29
msgid "ZIP Code"
msgstr ""
#: includes/admin/views/html-address-table.php:30
msgid "5 or 9-digit ZIP code of your business address."
msgstr ""
#: includes/admin/views/html-address-table.php:33
msgid "Default?"
msgstr ""
#: includes/admin/views/html-address-table.php:35
msgid ""
"Check this if you want this address to be used as a default \"Shipment "
"Origin Address\" for your products. You must have at least one default "
"address."
msgstr ""
#: includes/admin/views/html-address-table.php:47
msgid "Add Address"
msgstr ""
#: includes/admin/views/html-address-table.php:58
msgid "No addresses added."
msgstr ""
#: includes/admin/views/html-address-table.php:69
msgid "Remove"
msgstr ""
#: includes/admin/views/html-address-table.php:84
msgid "Select One"
msgstr ""
#: includes/admin/views/html-meta-box.php:8
msgid "TaxCloud Status"
msgstr ""
#: includes/admin/views/html-meta-box.php:10
msgid ""
"Status of order in TaxCloud ('Pending', 'Captured', or 'Refunded'). All "
"orders should eventually be 'Captured' or 'Refunded.'"
msgstr ""
#: includes/admin/views/html-meta-box.php:20
msgid "Exemption Certificate"
msgstr ""
#: includes/admin/views/html-meta-box.php:21
msgid "The customer's exemption certificate, if applicable."
msgstr ""
#: includes/admin/views/html-meta-box.php:24
msgid "View"
msgstr ""
#: includes/admin/views/html-notice-update.php:15
#: includes/admin/views/html-notice-updating.php:15
msgid "Simple Sales Tax data update."
msgstr ""
#: includes/admin/views/html-notice-update.php:16
msgid "We need to update your database to the latest version."
msgstr ""
#: includes/admin/views/html-notice-update.php:22
msgid "Run the updater"
msgstr ""
#: includes/admin/views/html-notice-updating.php:16
msgid ""
"Your database is being updated in the background. This notice will "
"disappear when the update is complete."
msgstr ""
#: includes/admin/views/html-origin-select.php:10
msgid "Origin addresses"
msgstr ""
#: includes/admin/views/html-origin-select.php:27
msgid "There are no addresses to select."
msgstr ""
#: includes/admin/views/html-origin-select.php:32
msgid ""
"Used by Simple Sales Tax for tax calculations. These are the addresses from "
"which this product will be shipped."
msgstr ""
#: includes/admin/views/html-select-tic-bulk.php:7
#: includes/admin/views/html-select-tic.php:17
msgid "TIC"
msgstr ""
#: includes/admin/views/html-select-tic-bulk.php:12
#: includes/admin/views/html-select-tic-category.php:21
#: includes/admin/views/html-select-tic-modal.php:14
#: includes/admin/views/html-select-tic.php:22
msgid "Select"
msgstr ""
#: includes/admin/views/html-select-tic-category.php:6
msgid "Taxability Information Code"
msgstr ""
#: includes/admin/views/html-select-tic-category.php:26
msgid "This TIC will be used as the default for all products in this category."
msgstr ""
#: includes/admin/views/html-select-tic-modal.php:25
msgid "Select TIC"
msgstr ""
#: includes/admin/views/html-select-tic-modal.php:27
#: includes/frontend/views/html-certificate-table.php:113
#: includes/frontend/views/html-view-certificate.php:13
msgid "Close modal panel"
msgstr ""
#: includes/admin/views/html-select-tic-modal.php:33
msgid "Start typing to search"
msgstr ""
#: includes/class-simple-sales-tax.php:245
msgid ""
"<strong>PHP needs to be updated.</strong> Simple Sales Tax requires PHP "
"5.5+."
msgstr ""
#: includes/class-simple-sales-tax.php:255
msgid ""
"<strong>WooCommerce not detected.</strong> Please install or activate "
"WooCommerce to use Simple Sales Tax."
msgstr ""
#: includes/class-simple-sales-tax.php:268
msgid ""
"<strong>WooCommerce needs to be updated.</strong> Simple Sales Tax requires "
"WooCommerce 3.0.0+."
msgstr ""
#: includes/class-sst-ajax.php:123
msgid "Invalid request."
msgstr ""
#: includes/class-sst-assets.php:70
msgid "Please enter your API Login ID and API Key."
msgstr ""
#: includes/class-sst-assets.php:74
msgid "Success! Your TaxCloud settings are valid."
msgstr ""
#: includes/class-sst-assets.php:78
msgid "Connection to TaxCloud failed."
msgstr ""
#: includes/class-sst-assets.php:114
msgid "Failed to delete certificate"
msgstr ""
#: includes/class-sst-assets.php:115
msgid "Failed to add certificate"
msgstr ""
#: includes/class-sst-assets.php:116
msgid ""
"Are you sure you want to delete this certificate? This action is "
"irreversible."
msgstr ""
#: includes/class-sst-install.php:137
msgid ""
"Simple Sales Tax found extra rates in your tax tables. Please choose to <a "
"href=\"%s\">keep the rates</a> or <a href=\"%s\">delete them</a>."
msgstr ""
#: includes/class-sst-install.php:233
msgid "Exempt Customer"
msgstr ""
#: includes/class-sst-install.php:250
msgid "Settings"
msgstr ""
#: includes/class-sst-install.php:339
msgid "Sales Tax"
msgstr ""
#: includes/class-sst-order.php:285 includes/class-sst-order.php:784
#: includes/sst-update-functions.php:557
msgid "Fee"
msgstr ""
#: includes/class-sst-order.php:567
msgid "Failed to capture order %d: already captured."
msgstr ""
#: includes/class-sst-order.php:578
msgid "Failed to capture order %d: order was refunded."
msgstr ""
#: includes/class-sst-order.php:606
msgid "Failed to capture order %d: %s."
msgstr ""
#: includes/class-sst-order.php:636
msgid "Can't refund order %d: order must be completed first."
msgstr ""
#: includes/class-sst-order.php:708
msgid "Failed to refund order %d: %s."
msgstr ""
#: includes/class-sst-product.php:126
msgid "No Change"
msgstr ""
#: includes/class-sst-product.php:180
msgid "Same as parent"
msgstr ""
#: includes/class-sst-settings.php:47
msgid "TaxCloud Settings"
msgstr ""
#: includes/class-sst-settings.php:49
msgid ""
"You must enter a valid TaxCloud API ID and API Key for Simple Sales Tax to "
"work properly. Use the \"Verify Settings\" button to test your settings."
msgstr ""
#: includes/class-sst-settings.php:55
msgid "TaxCloud API ID"
msgstr ""
#: includes/class-sst-settings.php:57
msgid ""
"Your TaxCloud API ID. This can be found in your TaxCloud account on the "
"\"Websites\" page."
msgstr ""
#: includes/class-sst-settings.php:65
msgid "TaxCloud API Key"
msgstr ""
#: includes/class-sst-settings.php:67
msgid ""
"Your TaxCloud API Key. This can be found in your TaxCloud account on the "
"\"Websites\" page."
msgstr ""
#: includes/class-sst-settings.php:75
msgid "Verify TaxCloud Settings"
msgstr ""
#: includes/class-sst-settings.php:76
msgid "Verify Settings"
msgstr ""
#: includes/class-sst-settings.php:78
msgid "Use this button to verify that your site can communicate with TaxCloud."
msgstr ""
#: includes/class-sst-settings.php:86
msgid "Business Addresses"
msgstr ""
#: includes/class-sst-settings.php:88
msgid ""
"You must enter at least one business address for Simple Sales Tax to work "
"properly. <strong>Important:</strong> Any addresses you enter here should "
"also be registered as <a "
"href=\"https://simplesalestax.com/taxcloud/locations/\" "
"target=\"_blank\">locations</a> in TaxCloud."
msgstr ""
#: includes/class-sst-settings.php:98
msgid "Exemption Settings"
msgstr ""
#: includes/class-sst-settings.php:100
msgid ""
"If you have tax exempt customers, be sure to enable tax exemptions and "
"enter your company name."
msgstr ""
#: includes/class-sst-settings.php:106
msgid "Enable Tax Exemptions?"
msgstr ""
#: includes/class-sst-settings.php:109 includes/class-sst-settings.php:148
#: includes/class-sst-settings.php:161
msgid "Yes"
msgstr ""
#: includes/class-sst-settings.php:110 includes/class-sst-settings.php:149
#: includes/class-sst-settings.php:162
msgid "No"
msgstr ""
#: includes/class-sst-settings.php:113
msgid "Set this to \"Yes\" if you have tax exempt customers."
msgstr ""
#: includes/class-sst-settings.php:117
msgid "Company Name"
msgstr ""
#: includes/class-sst-settings.php:120
msgid "Enter your company name as it should be displayed on exemption certificates."
msgstr ""
#: includes/class-sst-settings.php:127
msgid "Exempt User Roles"
msgstr ""
#: includes/class-sst-settings.php:132
msgid ""
"When a user with one of these roles shops on your site, WooTax will "
"automatically find and apply the first exemption certificate associated "
"with their account. Convenient if you have repeat exempt customers."
msgstr ""
#: includes/class-sst-settings.php:139
msgid "Restrict to Exempt Roles"
msgstr ""
#: includes/class-sst-settings.php:142
msgid ""
"Set this to \"Yes\" to restrict users aside from those specified above from "
"seeing the exemption form during checkout."
msgstr ""
#: includes/class-sst-settings.php:153
msgid "Display Settings"
msgstr ""
#: includes/class-sst-settings.php:155
msgid "Control how taxes are displayed during checkout."
msgstr ""
#: includes/class-sst-settings.php:158
msgid "Show Zero Tax?"
msgstr ""
#: includes/class-sst-settings.php:165
msgid "When the sales tax due is zero, should the \"Sales Tax\" line be shown?"
msgstr ""
#: includes/class-sst-settings.php:172
msgid "Advanced Settings"
msgstr ""
#: includes/class-sst-settings.php:174
msgid ""
"For advanced users only. Leave these settings untouched if you are not sure "
"how to use them."
msgstr ""
#: includes/class-sst-settings.php:180
msgid "Log Requests"
msgstr ""
#: includes/class-sst-settings.php:184
msgid ""
"When selected, Simple Sales Tax will log all requests sent to TaxCloud for "
"debugging purposes."
msgstr ""
#: includes/class-sst-settings.php:191
msgid "Capture Orders Immediately"
msgstr ""
#: includes/class-sst-settings.php:195
msgid ""
"By default, orders are marked as Captured in TaxCloud when they are "
"shipped. Select this option to mark orders as Captured immediately when "
"payment is received. Useful for stores that have items with long lead times."
msgstr ""
#: includes/class-sst-settings.php:202
msgid "Tax Based On"
msgstr ""
#: includes/class-sst-settings.php:205
msgid "Item Price"
msgstr ""
#: includes/class-sst-settings.php:206
msgid "Line Subtotal"
msgstr ""
#: includes/class-sst-settings.php:209
msgid ""
"\"Item Price\": TaxCloud determines the taxable amount for a line item by "
"multiplying the item price by its quantity. \"Line Subtotal\": the taxable "
"amount is determined by the line subtotal. Useful in instances where "
"rounding becomes an issue."
msgstr ""
#: includes/class-sst-settings.php:216
msgid "Remove All Data"
msgstr ""
#: includes/class-sst-settings.php:220
msgid ""
"When this feature is enabled, all Simple Sales Tax options and data will be "
"removed when you click deactivate and delete the plugin."
msgstr ""
#: includes/class-sst-settings.php:227
msgid "Download Log File"
msgstr ""
#: includes/class-sst-settings.php:228
msgid "Download Log"
msgstr ""
#: includes/class-sst-settings.php:232
msgid ""
"Click this button to download the Simple Sales Tax log file for debugging "
"purposes."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:19
msgid "Tax exempt?"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:31
msgid "Warning:"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:32
msgid ""
"This interface will not function properly with JavaScript disabled. Please "
"enable JavaScript to continue."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:43
msgid ""
"Select an exemption certificate from the table below, or click \"Add "
"Certificate\" and fill out the provided form."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:53
msgid "ID"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:54
msgid "Issued To"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:55
msgid "Date"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:56
msgid "Actions"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:63
msgid "Add Certificate"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:72
msgid "Please log in or register."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:81
msgid "There are no certificates to display. Click 'Add Certificate' to add one."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:110
#: includes/frontend/views/html-certificate-table.php:346
msgid "Add certificate"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:120
msgid "Warning"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:121
msgid ""
"You are responsible for knowing if you qualify to claim exemption from tax "
"in the state that is due tax on this sale. You will be held liable for any "
"tax and interest, as well as civil and criminal penalties imposed by the "
"member state, if you are not eligible to claim this exemption."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:131
msgid "Where does this exemption apply?"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:141
msgid "Tax ID Type"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:145
#: includes/frontend/views/html-certificate-table.php:185
#: includes/frontend/views/html-certificate-table.php:286
msgid "Select one"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:146
msgid "Federal Employer ID"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:147
msgid "State Issued Exemption ID or Drivers License"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:159
msgid "Tax ID"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:170
msgid "ID issued by..."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:171
msgid "Select if your ID is state issued."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:181
msgid "Business Type"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:189
msgid "Accommodation And Food Services"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:193
msgid "Agricultural/Forestry/Fishing/Hunting"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:197
msgid "Construction"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:201
msgid "Finance or Insurance"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:205
msgid "Information Publishing and Communications"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:209
msgid "Manufacturing"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:213
msgid "Mining"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:214
msgid "Real Estate"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:218
msgid "Rental and Leasing"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:222
msgid "Retail Trade"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:226
msgid "Transportation and Warehousing"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:230
msgid "Utilities"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:234
msgid "Wholesale Trade"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:238
msgid "Business Services"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:242
msgid "Professional Services"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:246
msgid "Education and Health Care Services"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:250
msgid "Nonprofit Organization"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:254
msgid "Government"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:258
msgid "Not a Business"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:262
#: includes/frontend/views/html-certificate-table.php:325
msgid "Other"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:271
#: includes/frontend/views/html-certificate-table.php:334
msgid "Please explain"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:272
msgid "Explain the nature of your business."
msgstr ""
#: includes/frontend/views/html-certificate-table.php:282
msgid "Reason for Exemption"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:287
msgid "Federal Government Department"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:291
msgid "State Or Local Government"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:295
msgid "Tribal Government"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:299
msgid "Foreign Diplomat"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:303
msgid "Charitable Organization"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:307
msgid "Religious or Educational Organization"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:311
msgid "Resale"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:312
msgid "Agricultural Production"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:316
msgid "Industrial Production or Manufacturing"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:320
msgid "Direct Pay Permit"
msgstr ""
#: includes/frontend/views/html-certificate-table.php:324
msgid "Direct Mail"
msgstr ""
#: includes/frontend/views/html-view-certificate.php:11
msgid "View certificate"
msgstr ""
#: includes/integrations/class-sst-subscriptions.php:134
msgid "Failed to calculate sales tax for renewal order %d: %s."
msgstr ""
#: includes/sst-update-functions.php:688
msgid "Failed to refund extraneous package for order #%d: %s."
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://github.com/bporcelli/simplesalestax"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Harness the power of TaxCloud to accurately calculate sales tax for your "
"WooCommerce store."
msgstr ""
#. Author of the plugin/theme
msgid "TaxCloud"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://taxcloud.com"
msgstr ""

View File

@@ -0,0 +1,41 @@
== Changelog ==
= 1.2.5 =
* Fix : empty option on plugin causing troubles
= 1.2.4 =
* Fix : function naming problems
= 1.2.3 =
* Fix : empty option on plugin initialization causing troubles (see changelog)
= 1.2.2 =
* Merge 1.1.4 | 1.2.1
= 1.2.1 =
* Fix : empty option on plugin initialization causing troubles
* Change plugin minimal wordpress version
* Change plugin Author URI
= 1.2.0 =
* New : Add possibility to disable widget in certain locations including custom post types
= 1.1.4 =
* Change functions & class names to be more compatible with wordpress environment
* Updated plugin description to mention the fact that we are using 3rd party service.
= 1.1.3 =
* Add License & Readme Files
= 1.1.2 =
* Fix : change response type in sv-adminController in method that check if widget id is valid
= 1.1.1 =
* Fix : method when the controller is checking if widget exist
= 1.1.0 =
* Translate plugin to French language
* Re-organize socialvault.php so now it becomes a class file
= 1.0.0 =
* Initial release of plugin (downloadable just on socialvault.com)

View File

@@ -0,0 +1,25 @@
{
"name": "sorta-brilliant-stream-share",
"version": "1.0.0",
"description": "Advanced Twitch embed block for the Gutenberg",
"author": "sorta brilliant",
"license": "GPL-2.0-or-later",
"keywords": [ "wordpress" ],
"homepage": "https://sortabrilliant.com",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sortabrilliant/streamshare.git"
},
"scripts": {
"build": "wp-scripts build",
"lint:css": "wp-scripts lint-style",
"lint:scripts": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/scripts": "^6.1.1"
}
}

View File

@@ -0,0 +1,80 @@
# Copyright (C) 2020 ThemeRain Core
# This file is distributed under the same license as the ThemeRain Core package.
msgid ""
msgstr ""
"Project-Id-Version: ThemeRain Core 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/themerain-core\n"
"POT-Creation-Date: 2020-01-03 10:40:18+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: includes/portfolio/portfolio.php:19
msgid "Projects"
msgstr ""
#: includes/portfolio/portfolio.php:20
msgid "Project"
msgstr ""
#: includes/portfolio/portfolio.php:21
msgid "Add New Project"
msgstr ""
#: includes/portfolio/portfolio.php:22
msgid "Edit Project"
msgstr ""
#: includes/portfolio/portfolio.php:23
msgid "New Project"
msgstr ""
#: includes/portfolio/portfolio.php:24
msgid "View Project"
msgstr ""
#: includes/portfolio/portfolio.php:25
msgid "View Projects"
msgstr ""
#: includes/portfolio/portfolio.php:26
msgid "Search Projects"
msgstr ""
#: includes/portfolio/portfolio.php:27
msgid "No projects found"
msgstr ""
#: includes/portfolio/portfolio.php:28
msgid "No projects found in Trash"
msgstr ""
#: includes/portfolio/portfolio.php:29
msgid "All Projects"
msgstr ""
#: includes/portfolio/portfolio.php:44
msgid "Project Categories"
msgstr ""
#: includes/portfolio/portfolio.php:45
msgid "Categories"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "ThemeRain Core"
msgstr ""
#. Description of the plugin/theme
msgid "Core functionalities for ThemeRain's themes."
msgstr ""
#. Author of the plugin/theme
msgid "ThemeRain"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://themeforest.net/user/themerain"
msgstr ""

View File

@@ -0,0 +1,111 @@
msgid ""
msgstr ""
"Project-Id-Version: Uptogo 1.0.0\n"
"POT-Creation-Date: 2020-01-03 02:12-0300\n"
"PO-Revision-Date: 2020-01-03 02:12-0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
"X-Poedit-KeywordsList: __;_n:1,2\n"
"X-Poedit-SearchPath-0: .\n"
#: includes/class-uptogo-shipping-method.php:21
msgid "Uptogo"
msgstr ""
#: includes/class-uptogo-shipping-method.php:22
msgid "E-commerce delivery with real-time tracking."
msgstr ""
#: includes/class-uptogo-shipping-method.php:53
msgid "Access key"
msgstr ""
#: includes/class-uptogo-shipping-method.php:54
msgid "View your access key in our app settings."
msgstr ""
#: includes/class-uptogo-shipping-method.php:58
msgid "Store identifier"
msgstr ""
#: includes/class-uptogo-shipping-method.php:59
#: includes/class-uptogo-shipping-method.php:64
msgid "Information obtained automatically through the access key."
msgstr ""
#: includes/class-uptogo-shipping-method.php:63
msgid "Store location"
msgstr ""
#: includes/class-uptogo-shipping-method.php:128
msgid "Access key not found."
msgstr ""
#: includes/class-uptogo-shipping-method.php:159
#: includes/class-uptogo-shipping-method.php:245
#: includes/class-uptogo-shipping-method.php:609
msgid "Inventory"
msgstr ""
#: includes/class-uptogo-shipping-method.php:160
#: includes/class-uptogo-shipping-method.php:247
#: includes/class-uptogo-shipping-method.php:610
msgid "Proposal"
msgstr ""
#. translators: %s: Link to a delivery
#: includes/class-uptogo-shipping-method.php:170
#, php-format
msgid "Delivery number %s has been requested."
msgstr ""
#: includes/class-uptogo-shipping-method.php:174
#: includes/class-uptogo-shipping-method.php:206
#: includes/class-uptogo-shipping-method.php:212
#: includes/class-uptogo-shipping-method.php:215
#: includes/class-uptogo-shipping-method.php:243
#: includes/class-uptogo-shipping-method.php:271 uptogo.php:100
msgid "Request"
msgstr ""
#. translators: %s: Link to a delivery
#: includes/class-uptogo-shipping-method.php:211
#, php-format
msgid "Delivery number %s has been cancelled."
msgstr ""
#: includes/class-uptogo-shipping-method.php:611
msgid "Warning"
msgstr ""
#: includes/class-uptogo-shipping-method.php:693
msgid "Immediate delivery"
msgstr ""
#. translators: %d: Delivery time in days
#: includes/class-uptogo-shipping-method.php:697
#, php-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
#: includes/class-uptogo-shipping-method.php:736
msgid "Deliver goods to customer."
msgstr ""
#: uptogo.php:101
msgid "Cancel delivery"
msgstr ""
#: uptogo.php:103
msgid "Request delivery"
msgstr ""

View File

@@ -0,0 +1,42 @@
{
"name": "via-crm-forms",
"version": "1.0.4",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --progress --watch",
"clean": "rm -rf ./build/*",
"package": "npm run build && zip via-crm-forms-$npm_package_version.zip -q -x@.package.exclude -r ../via-gravityforms-salesforce/build/ ../via-gravityforms-salesforce/src/ ../via-gravityforms-salesforce/vendor/ ../via-gravityforms-salesforce/composer.* ../via-gravityforms-salesforce/package.* ../via-gravityforms-salesforce/*.php ../via-gravityforms-salesforce/readme.txt"
},
"dependencies": {
"axios": "^0.18.0",
"grunt": "~0.4.5",
"grunt-composer": "~0.4.4",
"grunt-shell": "~0.7.0",
"immutable": "^3.8.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"select2": "^4.0.2",
"webpack": "^4.15.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack-cli": "^3.0.8"
}
}

View File

@@ -0,0 +1,421 @@
msgid ""
msgstr ""
"Project-Id-Version: wallet-system-for-woocommerce 1.0.0\n"
"POT-Creation-Date: 2020-01-09 15:45+0530\n"
"PO-Revision-Date: 2020-01-09 15:45+0530\n"
"Last-Translator: \n"
"Language-Team: MakeWebBetter\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
"X-Poedit-Basepath: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html__\n"
"X-Poedit-SearchPath-0: .\n"
#: admin/class-all-wallet-transactions.php:30
#: admin/class-user-wallet-transactions.php:27
msgid "Transaction ID"
msgstr ""
#: admin/class-all-wallet-transactions.php:31
msgid "Username/Email"
msgstr ""
#: admin/class-all-wallet-transactions.php:32
msgid "Credits"
msgstr ""
#: admin/class-all-wallet-transactions.php:33
msgid "Debits"
msgstr ""
#: admin/class-all-wallet-transactions.php:34
#: admin/class-user-wallet-transactions.php:31
msgid "Comments"
msgstr ""
#: admin/class-all-wallet-transactions.php:35
#: admin/class-user-wallet-transactions.php:28
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:22
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:55
msgid "Date"
msgstr ""
#: admin/class-user-wallet-transactions.php:29
msgid "Type"
msgstr ""
#: admin/class-user-wallet-transactions.php:30
#: admin/partials/templates/mwb-wcb-edit-wallet.php:46
msgid "Amount"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:107
msgid "Please enter the amount."
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:126
#: wallet-system-for-woocommerce.php:155
msgid "Settings"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:128
msgid "Transactions"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:176
msgid "An error occurred please try again"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:180
msgid "Something went wrong please try again"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:200
#: admin/class-wallet-system-for-woocommerce-admin.php:213
msgid "No. of transactions per page"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:269
msgid "Wallet Order"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:289
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:29
msgid "Wallet Topup"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:305
msgid "Edit Wallet"
msgstr ""
#: admin/class-wallet-system-for-woocommerce-admin.php:318
#: public/partials/wallet-system-for-woocommerce-public-display.php:66
msgid "Wallet Balance"
msgstr ""
#: admin/partials/templates/mwb-wcb-all-transactions.php:17
msgid "All Wallet Transactions"
msgstr ""
#: admin/partials/templates/mwb-wcb-all-transactions.php:20
msgid "Search User"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:26
#: admin/partials/templates/mwb-wcb-wallet-general.php:21
msgid "Your settings have been saved."
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:31
msgid "Wallet Topup Setting"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:32
msgid ""
"Setting for the Wallet Topup product through which the customer can recharge "
"their wallet."
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:39
#: admin/partials/templates/mwb-wcb-wallet-general.php:33
msgid "Enable"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:43
msgid "Enable to allow customers to recharge their wallet"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:56
msgid "Topup Product Title"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:60
msgid "Enter the title of the Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:68
msgid "Topup Product Image"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:81
msgid "Select the image of the Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:84
msgid "Upload image"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:90
msgid "Topup Product Min Amount"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:94
msgid "Minimum amount of Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:102
msgid "Topup Product Max Amount"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:106
msgid "Maximum amount of Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:114
msgid "Topup Product Tax"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:118
msgid "Tax status of Topup Product"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:122
msgid "None"
msgstr ""
#: admin/partials/templates/mwb-wcb-customer-topup.php:123
msgid "Taxable"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:27
msgid "Back"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:30
msgid "Wallet Balance : "
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:36
msgid "Edit User Wallet"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:38
msgid "Credit or Debit amount in your users account"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:54
msgid "Action"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:61
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:19
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:52
msgid "Credit"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:62
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:20
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:53
msgid "Debit"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:75
msgid "Reason"
msgstr ""
#: admin/partials/templates/mwb-wcb-edit-wallet.php:90
msgid "User Wallet Transactions"
msgstr ""
#: admin/partials/templates/mwb-wcb-overview.php:14
msgid "Connect With Us and Explore More About Wallet System For WooCommerce"
msgstr ""
#: admin/partials/templates/mwb-wcb-overview.php:15
msgid ""
"Wallet System For WooCommerce is the plugin that facilitates WooCommerce "
"store owners to provide e-wallet functionalities to their login users. The "
"functionality of the wallet system permits customers to directly complete "
"their product payments and recharge their wallet amount. The plugin empowers "
"store owners as they can credit/debit amount from users accounts with a "
"proper explanation about the same- they can also create a restriction on the "
"Topup Product Amount."
msgstr ""
#: admin/partials/templates/mwb-wcb-wallet-general.php:26
msgid "General Setting"
msgstr ""
#: admin/partials/templates/mwb-wcb-wallet-general.php:37
msgid "Enable Wallet"
msgstr ""
#: admin/partials/templates/mwb-wcb-wallet-general.php:45
msgid "Frontend Color"
msgstr ""
#: admin/partials/templates/mwb-wcb-wallet-general.php:49
msgid "Change the frontend My Account Wallet page color"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:17
msgid "Overview"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:23
msgid "General"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:42
msgid "WALLET SETTING"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:50
msgid "Contact Us"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:56
msgid "Documentation"
msgstr ""
#: admin/partials/wallet-system-for-woocommerce-admin-display.php:62
msgid "Connect on Skype"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:57
#: public/class-wallet-credit-payment-gateway.php:93
msgid "Wallet Payment"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:58
msgid ""
"This payment method is used for user who want to make payment from their "
"Wallet."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:83
msgid "Enable/Disable"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:85
msgid "Enable Wallet Payment"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:90
msgid "Title"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:92
msgid ""
"This controls the title for the payment method the customer sees during "
"checkout."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:98
msgid "Description"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:100
msgid "Payment method description that the customer will see on your checkout."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:101
msgid "Your amount is deducted from your wallet."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:106
msgid "Instructions"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:108
msgid "Instructions that will be added to the thank you page and emails."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:123
msgid "[Your Amount :"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:156
msgid "Debited through purchasing #"
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:159
msgid "Something went wrong please try again."
msgstr ""
#: public/class-wallet-credit-payment-gateway.php:167
msgid "Awaiting Wallet payment"
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:141
msgid "Wallet"
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:230
msgid ""
"This product cannot be purchased with Wallet topup product. Please, empty "
"your cart first and then add it again."
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:302
msgid "Wallet credited through purchase #"
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:306
msgid "Something went wrong. Please try again."
msgstr ""
#: public/class-wallet-system-for-woocommerce-public.php:373
#: public/class-wallet-system-for-woocommerce-public.php:388
msgid ""
"Recharge amount will be credited to your wallet when the order is completed."
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-topup.php:17
msgid "Wallet Recharge"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-topup.php:21
msgid "Enter the Topup Amount"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:15
msgid "All Transactions"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:18
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:51
msgid "Id"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:21
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:54
msgid "Details"
msgstr ""
#: public/partials/templates/wallet-system-for-woocommerce-wallet-transactions.php:45
msgid "No Transactions Found"
msgstr ""
#: public/partials/wallet-system-for-woocommerce-public-display.php:23
msgid "Wallet Transactions"
msgstr ""
#: public/partials/wallet-system-for-woocommerce-public-display.php:34
msgid "Recharge Wallet"
msgstr ""
#: wallet-system-for-woocommerce.php:82
msgid ""
"Welcome to Wallet System for Woocommerce To configure wallet settings "
"Click Here -> "
msgstr ""
#: wallet-system-for-woocommerce.php:82
msgid "Go To Settings"
msgstr ""
#: wallet-system-for-woocommerce.php:176
msgid "Go to Docs"
msgstr ""
#: wallet-system-for-woocommerce.php:212
msgid ""
"Woocommerce is not activated, Please activate Woocommerce first to install "
"Cashback and Credit Wallet System for Woocommerce."
msgstr ""

View File

@@ -0,0 +1,109 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Customer Care for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Customer Care for WooCommerce 1.0.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-customer-care\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-01-06T04:43:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: woocc\n"
#. Plugin Name of the plugin
msgid "WPC Customer Care for WooCommerce"
msgstr ""
#. Description of the plugin
msgid "Customer care system for WooCommerce."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: index.php:118
msgid "WPC Customer Care"
msgstr ""
#: index.php:118
msgid "Customer Care"
msgstr ""
#: index.php:365
msgid "Settings"
msgstr ""
#: index.php:366
msgid "Premium Support"
msgstr ""
#: index.php:375
#: index.php:411
#: index.php:439
msgid "Permissions check failed"
msgstr ""
#: index.php:464
msgid "Care"
msgstr ""
#: index.php:484
msgid "Order care"
msgstr ""
#: index.php:496
msgid "Customer Care just work after you created the order."
msgstr ""
#: index.php:508
msgid "You are caring this order"
msgstr ""
#: index.php:513
msgid "%s is caring this order"
msgstr ""
#: index.php:519
msgid "Nobody is caring this order"
msgstr ""
#: index.php:521
msgid "Assign to Me"
msgstr ""
#: index.php:525
msgid "or Assign to..."
msgstr ""
#: index.php:562
msgid "added on %1$s at %2$s"
msgstr ""
#: index.php:564
msgid "woocc"
msgstr ""
#: index.php:565
msgid "by %s"
msgstr ""
#: index.php:602
msgid "Go back"
msgstr ""
#: index.php:605
msgid "Take over"
msgstr ""
#: index.php:640
msgid "Care by..."
msgstr ""

View File

@@ -0,0 +1,551 @@
# Copyright (C) 2020 WPClever.net
# This file is distributed under the same license as the WPC Composite Products for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: WPC Composite Products for WooCommerce 1.4.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpc-composite-products\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-01-07T03:12:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: wpc-composite-products\n"
#. Plugin Name of the plugin
msgid "WPC Composite Products for WooCommerce"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wpclever.net/"
msgstr ""
#. Description of the plugin
msgid "WPC Composite Products provide a powerful kit-building solution for WooCommerce store."
msgstr ""
#. Author of the plugin
msgid "WPClever.net"
msgstr ""
#. Author URI of the plugin
msgid "https://wpclever.net"
msgstr ""
#: index.php:62
#: index.php:802
msgid "Select options"
msgstr ""
#: index.php:67
#: index.php:808
msgid "Read more"
msgstr ""
#: index.php:77
#: index.php:819
msgid "Add to cart"
msgstr ""
#: index.php:373
msgid "remove"
msgstr ""
#: index.php:378
#: index.php:415
msgid "Name"
msgstr ""
#: index.php:387
msgid "Description"
msgstr ""
#: index.php:396
msgid "Source"
msgstr ""
#: index.php:401
msgid "Select source"
msgstr ""
#: index.php:403
msgid "Categories"
msgstr ""
#: index.php:406
msgid "Products"
msgstr ""
#: index.php:410
msgid "Orderby"
msgstr ""
#: index.php:412
#: index.php:423
msgid "Default"
msgstr ""
#: index.php:413
msgid "None"
msgstr ""
#: index.php:414
msgid "ID"
msgstr ""
#: index.php:416
msgid "Type"
msgstr ""
#: index.php:417
msgid "Rand"
msgstr ""
#: index.php:418
msgid "Date"
msgstr ""
#: index.php:419
msgid "Modified"
msgstr ""
#: index.php:421
msgid "Order"
msgstr ""
#: index.php:424
msgid "DESC"
msgstr ""
#: index.php:425
msgid "ASC"
msgstr ""
#: index.php:436
msgid "Search for a category&hellip;"
msgstr ""
#: index.php:460
#: index.php:486
msgid "Search for a product&hellip;"
msgstr ""
#: index.php:477
msgid "Default option"
msgstr ""
#: index.php:502
msgid "Required"
msgstr ""
#: index.php:507
#: index.php:534
#: index.php:669
#: index.php:679
#: index.php:689
#: index.php:699
#: index.php:747
#: index.php:852
#: index.php:886
msgid "Yes"
msgstr ""
#: index.php:510
#: index.php:531
#: index.php:670
#: index.php:680
#: index.php:690
#: index.php:700
#: index.php:755
#: index.php:780
#: index.php:856
#: index.php:875
#: index.php:890
msgid "No"
msgstr ""
#: index.php:517
#: index.php:1651
msgid "Quantity"
msgstr ""
#: index.php:526
msgid "Custom quantity"
msgstr ""
#: index.php:541
msgid "New price"
msgstr ""
#: index.php:548
msgid "Set a new price using a number (eg. \"49\" for $49) or a percentage (eg. \"90%\" of the original price)."
msgstr ""
#: index.php:553
msgid "Min"
msgstr ""
#: index.php:562
msgid "Max"
msgstr ""
#: index.php:576
#: index.php:587
msgid "WPC Composite Products"
msgstr ""
#: index.php:576
msgid "Composite Products"
msgstr ""
#: index.php:590
msgid "Thank you for using our plugin! If you are satisfied, please reward it a full five-star %s rating."
msgstr ""
#: index.php:593
msgid "Reviews"
msgstr ""
#: index.php:595
msgid "Changelog"
msgstr ""
#: index.php:597
msgid "Discussion"
msgstr ""
#: index.php:604
msgid "How to use?"
msgstr ""
#: index.php:608
#: index.php:982
msgid "Settings"
msgstr ""
#: index.php:612
#: index.php:983
msgid "Premium Version"
msgstr ""
#: index.php:620
msgid "When creating the product, please choose product data is \"Composite product\" then you can see the search field to start search and add component products."
msgstr ""
#: index.php:632
msgid "General"
msgstr ""
#: index.php:636
msgid "Price format"
msgstr ""
#: index.php:639
msgid "From regular price"
msgstr ""
#: index.php:640
msgid "From sale price"
msgstr ""
#: index.php:641
msgid "Regular and sale price"
msgstr ""
#: index.php:644
msgid "Choose a price format for composites on the archive page."
msgstr ""
#: index.php:649
msgid "Selector interface"
msgstr ""
#: index.php:652
msgid "ddSlick"
msgstr ""
#: index.php:653
msgid "Select2"
msgstr ""
#: index.php:654
msgid "HTML select tag"
msgstr ""
#: index.php:666
msgid "Exclude unpurchasable"
msgstr ""
#: index.php:672
msgid "Exclude unpurchasable products from the list."
msgstr ""
#: index.php:676
msgid "Show quantity"
msgstr ""
#: index.php:682
msgid "Show the quantity before product name."
msgstr ""
#: index.php:686
msgid "Show image"
msgstr ""
#: index.php:692
#: index.php:702
msgid "Only for HTML select tag."
msgstr ""
#: index.php:696
msgid "Show price"
msgstr ""
#: index.php:706
msgid "Option none"
msgstr ""
#: index.php:710
#: index.php:1999
msgid "No, thanks. I don't need this"
msgstr ""
#: index.php:711
msgid "Text to display for showing a \"Don't choose any product\" option."
msgstr ""
#: index.php:716
msgid "Composite products"
msgstr ""
#: index.php:720
msgid "Total text"
msgstr ""
#: index.php:724
#: index.php:931
msgid "Total price:"
msgstr ""
#: index.php:726
#: index.php:737
#: index.php:794
msgid "Leave blank to use the default text and its equivalent translation in multiple languages."
msgstr ""
#: index.php:731
msgid "Saved text"
msgstr ""
#: index.php:735
#: index.php:936
msgid "(saved [d])"
msgstr ""
#: index.php:742
msgid "Change price"
msgstr ""
#: index.php:751
msgid "Yes, custom selector"
msgstr ""
#: index.php:762
msgid "Change the main products price based on the changes in prices of selected variations in a grouped products. This uses Javascript to change the main products price to it depends heavily on themes HTML. If the price doesn't change when this option is enabled, please contact us and we can help you adjust the JS file. "
msgstr ""
#: index.php:767
msgid "Link to individual product"
msgstr ""
#: index.php:772
msgid "Yes, open product page"
msgstr ""
#: index.php:776
msgid "Yes, open quick view popup"
msgstr ""
#: index.php:783
msgid "Add a link to the target individual product below this selection."
msgstr ""
#: index.php:791
msgid "\"Add to Cart\" button labels"
msgstr ""
#: index.php:798
msgid "Archive/shop page"
msgstr ""
#: index.php:804
msgid "For purchasable composites."
msgstr ""
#: index.php:810
msgid "For unpurchasable composites."
msgstr ""
#: index.php:815
msgid "Single product page"
msgstr ""
#: index.php:824
msgid "Cart & Checkout"
msgstr ""
#: index.php:828
msgid "Cart content count"
msgstr ""
#: index.php:833
msgid "Composite only"
msgstr ""
#: index.php:837
msgid "Component products only"
msgstr ""
#: index.php:841
msgid "Both composite and component products"
msgstr ""
#: index.php:847
msgid "Hide composite name before component products"
msgstr ""
#: index.php:862
msgid "Hide component products on cart & checkout page"
msgstr ""
#: index.php:867
msgid "Yes, just show the composite"
msgstr ""
#: index.php:871
msgid "Yes, but show component product names under the composite"
msgstr ""
#: index.php:881
msgid "Hide component products on mini-cart"
msgstr ""
#: index.php:894
msgid "Hide component products, just show the main composite on mini-cart."
msgstr ""
#: index.php:901
msgid "Update Options"
msgstr ""
#: index.php:958
msgid "Please choose at least [min] of the whole products before adding to the cart."
msgstr ""
#: index.php:959
msgid "Please choose maximum [max] of the whole products before adding to the cart."
msgstr ""
#: index.php:960
msgid "Please select a purchasable product in the required component before adding the composite products to the cart."
msgstr ""
#: index.php:997
msgid "Premium support"
msgstr ""
#: index.php:1239
msgid "Have an error when adding this composite products to the cart."
msgstr ""
#: index.php:1422
#: index.php:1446
#: index.php:1586
#: index.php:2230
#: index.php:2242
msgid "Components"
msgstr ""
#: index.php:1484
msgid "(in %s)"
msgstr ""
#: index.php:1550
msgid "Composite (%s)"
msgstr ""
#: index.php:1579
msgid "Composite product"
msgstr ""
#: index.php:1618
msgid "+ Add component"
msgstr ""
#: index.php:1628
msgid "Pricing"
msgstr ""
#: index.php:1631
msgid "Only base price"
msgstr ""
#: index.php:1632
msgid "Include base price"
msgstr ""
#: index.php:1633
msgid "Exclude base price"
msgstr ""
#: index.php:1636
msgid "\"Base price\" is the price set in the General tab. When \"Only base price\" is chosen, the total price won't change despite the price changes in variable components."
msgstr ""
#: index.php:1640
msgid "Discount"
msgstr ""
#: index.php:1647
msgid "The universal percentage discount will be applied equally on each component's price, not on the total."
msgstr ""
#: index.php:1663
msgid "Shipping fee"
msgstr ""
#: index.php:1666
msgid "Apply to the whole composite"
msgstr ""
#: index.php:1667
msgid "Apply to each component product"
msgstr ""
#: index.php:1672
msgid "Custom display price"
msgstr ""
#: index.php:1680
msgid "Above text"
msgstr ""
#: index.php:1689
msgid "Under text"
msgstr ""
#: index.php:1805
#: index.php:1808
msgid "From"
msgstr ""
#: index.php:1970
#: index.php:2024
msgid "Qty:"
msgstr ""
#: index.php:2213
msgid "Unpurchasable"
msgstr ""

View File

@@ -99,12 +99,12 @@ module WebMock
end end
end end
end end
# rubocop:enabled all # rubocop:enable all
SPECS = Pathname.new(__FILE__).dirname SPECS = Pathname.new(__FILE__).dirname
FIXTURES = SPECS.join('fixtures') FIXTURES = SPECS.join('fixtures')
FINDERS_FIXTURES = FIXTURES.join('finders') FINDERS_FIXTURES = FIXTURES.join('finders')
DYNAMIC_FINDERS_FIXTURES = FIXTURES.join('dynamic_finders') DYNAMIC_FINDERS_FIXTURES = FIXTURES.join('dynamic_finders')
ERROR_404_URL_PATTERN = %r{/[a-z\d]{7}\.html$} ERROR_404_URL_PATTERN = %r{/[a-z\d]{7}\.html$}.freeze
redefine_constant(:DB_DIR, FIXTURES.join('db')) redefine_constant(:DB_DIR, FIXTURES.join('db'))

View File

@@ -29,9 +29,9 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 13.0' s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rspec', '~> 3.9.0' s.add_development_dependency 'rspec', '~> 3.9.0'
s.add_development_dependency 'rspec-its', '~> 1.3.0' s.add_development_dependency 'rspec-its', '~> 1.3.0'
s.add_development_dependency 'rubocop', '~> 0.78.0' s.add_development_dependency 'rubocop', '~> 0.79.0'
s.add_development_dependency 'rubocop-performance', '~> 1.5.0' s.add_development_dependency 'rubocop-performance', '~> 1.5.0'
s.add_development_dependency 'simplecov', '~> 0.16.1' s.add_development_dependency 'simplecov', '~> 0.16.1'
s.add_development_dependency 'stackprof', '~> 0.2.12' s.add_development_dependency 'stackprof', '~> 0.2.12'
s.add_development_dependency 'webmock', '~> 3.7.0' s.add_development_dependency 'webmock', '~> 3.8.0'
end end