Booster for WooCommerce - Version 5.2.1

Version Description

  • 18/08/2020 =
  • Fix - WCJ_Module - Fix compatibility issue with Beaver Builder Plugin.
  • Dev - Improve modules description.
Download this release

Release Info

Developer pluggabl
Plugin Icon 128x128 Booster for WooCommerce
Version 5.2.1
Comparing to
See all releases

Code changes from version 5.2.0 to 5.2.1

includes/class-wcj-checkout-customization.php CHANGED
@@ -23,7 +23,7 @@ class WCJ_Checkout_Customization extends WCJ_Module {
23
 
24
  $this->id = 'checkout_customization';
25
  $this->short_desc = __( 'Checkout Customization', 'woocommerce-jetpack' );
26
- $this->desc = __( 'Customize WooCommerce checkout - restrict countries by customer\'s IP (Plus); hide "Order Again" button; disable selected fields on checkout for logged users and more (Custom fields available in Pro).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Customize WooCommerce checkout - restrict countries by customer\'s IP; hide "Order Again" button; disable selected fields on checkout for logged users and more.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-checkout-customization';
29
  parent::__construct();
23
 
24
  $this->id = 'checkout_customization';
25
  $this->short_desc = __( 'Checkout Customization', 'woocommerce-jetpack' );
26
+ $this->desc = __( 'Customize WooCommerce checkout - restrict countries by customer\'s IP (Plus); hide "Order Again" button; disable selected fields on checkout for logged users and more (Custom fields available in Plus).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Customize WooCommerce checkout - restrict countries by customer\'s IP; hide "Order Again" button; disable selected fields on checkout for logged users and more.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-checkout-customization';
29
  parent::__construct();
includes/class-wcj-coupon-code-generator.php CHANGED
@@ -26,7 +26,7 @@ class WCJ_Coupon_Code_Generator extends WCJ_Module {
26
 
27
  $this->id = 'coupon_code_generator';
28
  $this->short_desc = __( 'Coupon Code Generator', 'woocommerce-jetpack' );
29
- $this->desc = __( 'Coupon code generator (Multiple generation algorithms available in Pro).', 'woocommerce-jetpack' );
30
  $this->desc_pro = __( 'Coupon code generator.', 'woocommerce-jetpack' );
31
  $this->link_slug = 'woocommerce-coupon-code-generator';
32
  parent::__construct();
26
 
27
  $this->id = 'coupon_code_generator';
28
  $this->short_desc = __( 'Coupon Code Generator', 'woocommerce-jetpack' );
29
+ $this->desc = __( 'Coupon code generator (Multiple generation algorithms available in Plus).', 'woocommerce-jetpack' );
30
  $this->desc_pro = __( 'Coupon code generator.', 'woocommerce-jetpack' );
31
  $this->link_slug = 'woocommerce-coupon-code-generator';
32
  parent::__construct();
includes/class-wcj-free-price.php CHANGED
@@ -24,7 +24,7 @@ class WCJ_Free_Price extends WCJ_Module {
24
 
25
  $this->id = 'free_price';
26
  $this->short_desc = __( 'Free Price Labels', 'woocommerce-jetpack' );
27
- $this->desc = __( 'Set free price labels (Variable products allowed in Pro).', 'woocommerce-jetpack' );
28
  $this->desc_pro = __( 'Set free price labels.', 'woocommerce-jetpack' );
29
  $this->link_slug = 'woocommerce-free-price-labels';
30
  parent::__construct();
24
 
25
  $this->id = 'free_price';
26
  $this->short_desc = __( 'Free Price Labels', 'woocommerce-jetpack' );
27
+ $this->desc = __( 'Set free price labels (Variable products allowed in Plus).', 'woocommerce-jetpack' );
28
  $this->desc_pro = __( 'Set free price labels.', 'woocommerce-jetpack' );
29
  $this->link_slug = 'woocommerce-free-price-labels';
30
  parent::__construct();
includes/class-wcj-product-bulk-meta-editor.php CHANGED
@@ -23,7 +23,7 @@ class WCJ_Product_Bulk_Meta_Editor extends WCJ_Module {
23
 
24
  $this->id = 'product_bulk_meta_editor';
25
  $this->short_desc = __( 'Product Bulk Meta Editor', 'woocommerce-jetpack' );
26
- $this->desc = __( 'Set products meta with bulk editor (Variations available in Pro).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Set products meta with bulk editor.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-product-bulk-meta-editor';
29
  parent::__construct();
23
 
24
  $this->id = 'product_bulk_meta_editor';
25
  $this->short_desc = __( 'Product Bulk Meta Editor', 'woocommerce-jetpack' );
26
+ $this->desc = __( 'Set products meta with bulk editor (Variations available in Plus).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Set products meta with bulk editor.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-product-bulk-meta-editor';
29
  parent::__construct();
includes/class-wcj-product-by-date.php CHANGED
@@ -27,7 +27,7 @@ class WCJ_Product_By_Date extends WCJ_Module {
27
 
28
  $this->id = 'product_by_date';
29
  $this->short_desc = __( 'Product Availability by Date', 'woocommerce-jetpack' );
30
- $this->desc = __( 'Set product availability by date (Custom frontend messages available in Pro).', 'woocommerce-jetpack' );
31
  $this->desc_pro = __( 'Set product availability by date.', 'woocommerce-jetpack' );
32
  $this->link_slug = 'woocommerce-product-availability-by-date';
33
  parent::__construct();
27
 
28
  $this->id = 'product_by_date';
29
  $this->short_desc = __( 'Product Availability by Date', 'woocommerce-jetpack' );
30
+ $this->desc = __( 'Set product availability by date (Custom frontend messages available in Plus).', 'woocommerce-jetpack' );
31
  $this->desc_pro = __( 'Set product availability by date.', 'woocommerce-jetpack' );
32
  $this->link_slug = 'woocommerce-product-availability-by-date';
33
  parent::__construct();
includes/class-wcj-product-by-time.php CHANGED
@@ -27,7 +27,7 @@ class WCJ_Product_By_Time extends WCJ_Module {
27
 
28
  $this->id = 'product_by_time';
29
  $this->short_desc = __( 'Product Availability by Time', 'woocommerce-jetpack' );
30
- $this->desc = __( 'Set product availability by time (Custom frontend messages available in Pro).', 'woocommerce-jetpack' );
31
  $this->desc_pro = __( 'Set product availability by time.', 'woocommerce-jetpack' );
32
  $this->link_slug = 'woocommerce-product-availability-by-time';
33
  parent::__construct();
27
 
28
  $this->id = 'product_by_time';
29
  $this->short_desc = __( 'Product Availability by Time', 'woocommerce-jetpack' );
30
+ $this->desc = __( 'Set product availability by time (Custom frontend messages available in Plus).', 'woocommerce-jetpack' );
31
  $this->desc_pro = __( 'Set product availability by time.', 'woocommerce-jetpack' );
32
  $this->link_slug = 'woocommerce-product-availability-by-time';
33
  parent::__construct();
includes/class-wcj-product-custom-visibility.php CHANGED
@@ -23,7 +23,7 @@ class WCJ_Product_Custom_Visibility extends WCJ_Module_Product_By_Condition {
23
 
24
  $this->id = 'product_custom_visibility';
25
  $this->short_desc = __( 'Product Custom Visibility', 'woocommerce-jetpack' );
26
- $this->desc = __( 'Display products by custom param (Bulk actions available in Pro).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Display products by custom param.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-product-custom-visibility';
29
  $this->extra_desc = __( 'When enabled, module will add new "Booster: Product Custom Visibility" meta box to each product\'s edit page.', 'woocommerce-jetpack' ) . '<br>' .
23
 
24
  $this->id = 'product_custom_visibility';
25
  $this->short_desc = __( 'Product Custom Visibility', 'woocommerce-jetpack' );
26
+ $this->desc = __( 'Display products by custom param (Bulk actions available in Plus).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Display products by custom param.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-product-custom-visibility';
29
  $this->extra_desc = __( 'When enabled, module will add new "Booster: Product Custom Visibility" meta box to each product\'s edit page.', 'woocommerce-jetpack' ) . '<br>' .
includes/class-wcj-product-listings.php CHANGED
@@ -25,7 +25,7 @@ class WCJ_Product_Listings extends WCJ_Module {
25
  function __construct() {
26
  $this->id = 'product_listings';
27
  $this->short_desc = __( 'Product Listings', 'woocommerce-jetpack' );
28
- $this->desc = __( 'Change display options for shop and category pages: show/hide categories count (Hide subcategories count on category pages allowed in Pro), exclude categories, show/hide empty categories.', 'woocommerce-jetpack' );
29
  $this->desc_pro = __( 'Change display options for shop and category pages: show/hide categories count, exclude categories, show/hide empty categories.', 'woocommerce-jetpack' );
30
  $this->link_slug = 'woocommerce-product-listings';
31
  parent::__construct();
25
  function __construct() {
26
  $this->id = 'product_listings';
27
  $this->short_desc = __( 'Product Listings', 'woocommerce-jetpack' );
28
+ $this->desc = __( 'Change display options for shop and category pages: show/hide categories count (Hide subcategories count on category pages allowed in Plus), exclude categories, show/hide empty categories.', 'woocommerce-jetpack' );
29
  $this->desc_pro = __( 'Change display options for shop and category pages: show/hide categories count, exclude categories, show/hide empty categories.', 'woocommerce-jetpack' );
30
  $this->link_slug = 'woocommerce-product-listings';
31
  parent::__construct();
includes/class-wcj-product-msrp.php CHANGED
@@ -31,7 +31,7 @@ class WCJ_Product_MSRP extends WCJ_Module {
31
  $this->short_desc = __( 'Product MSRP', 'woocommerce-jetpack' );
32
  $this->extra_desc = __( 'The <strong>manufacturer\'s suggested retail price</strong> (<strong>MSRP</strong>), also known as the <strong>list price</strong>, or the <strong>recommended retail price</strong> (<strong>RRP</strong>), or the <strong>suggested retail price</strong> (<strong>SRP</strong>), of a product is the price at which the manufacturer recommends that the retailer sell the product.', 'woocommerce-jetpack' ) . '<br>' .
33
  sprintf( __( 'Booster stores MSRP as product meta with %s key.', 'woocommerce-jetpack' ), '<code>_wcj_msrp</code>' );
34
- $this->desc = __( 'Save and display product MSRP in WooCommerce (Custom template available in Pro).', 'woocommerce-jetpack' );
35
  $this->desc_pro = __( 'Save and display product MSRP in WooCommerce.', 'woocommerce-jetpack' );
36
  $this->link_slug = 'woocommerce-msrp';
37
  parent::__construct();
31
  $this->short_desc = __( 'Product MSRP', 'woocommerce-jetpack' );
32
  $this->extra_desc = __( 'The <strong>manufacturer\'s suggested retail price</strong> (<strong>MSRP</strong>), also known as the <strong>list price</strong>, or the <strong>recommended retail price</strong> (<strong>RRP</strong>), or the <strong>suggested retail price</strong> (<strong>SRP</strong>), of a product is the price at which the manufacturer recommends that the retailer sell the product.', 'woocommerce-jetpack' ) . '<br>' .
33
  sprintf( __( 'Booster stores MSRP as product meta with %s key.', 'woocommerce-jetpack' ), '<code>_wcj_msrp</code>' );
34
+ $this->desc = __( 'Save and display product MSRP in WooCommerce (Custom template available in Plus).', 'woocommerce-jetpack' );
35
  $this->desc_pro = __( 'Save and display product MSRP in WooCommerce.', 'woocommerce-jetpack' );
36
  $this->link_slug = 'woocommerce-msrp';
37
  parent::__construct();
includes/class-wcj-products-per-page.php CHANGED
@@ -26,7 +26,7 @@ class WCJ_Products_Per_Page extends WCJ_Module {
26
 
27
  $this->id = 'products_per_page';
28
  $this->short_desc = __( 'Products per Page', 'woocommerce-jetpack' );
29
- $this->desc = __( 'Add "products per page" selector to WooCommerce (Select options available in Pro).', 'woocommerce-jetpack' );
30
  $this->desc_pro = __( 'Add "products per page" selector to WooCommerce.', 'woocommerce-jetpack' );
31
  $this->link_slug = 'woocommerce-products-per-page';
32
  parent::__construct();
26
 
27
  $this->id = 'products_per_page';
28
  $this->short_desc = __( 'Products per Page', 'woocommerce-jetpack' );
29
+ $this->desc = __( 'Add "products per page" selector to WooCommerce (Select options available in Plus).', 'woocommerce-jetpack' );
30
  $this->desc_pro = __( 'Add "products per page" selector to WooCommerce.', 'woocommerce-jetpack' );
31
  $this->link_slug = 'woocommerce-products-per-page';
32
  parent::__construct();
includes/class-wcj-shipping-by-cities.php CHANGED
@@ -23,7 +23,7 @@ class WCJ_Shipping_By_Cities extends WCJ_Module_Shipping_By_Condition {
23
 
24
  $this->id = 'shipping_by_cities';
25
  $this->short_desc = __( 'Shipping Methods by City or Postcode', 'woocommerce-jetpack' );
26
- $this->desc = __( 'Set shipping cities or postcodes to include/exclude for shipping methods to show up. (Free shipping available in Pro).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Set shipping cities or postcodes to include/exclude for shipping methods to show up.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-shipping-methods-by-cities';
29
 
23
 
24
  $this->id = 'shipping_by_cities';
25
  $this->short_desc = __( 'Shipping Methods by City or Postcode', 'woocommerce-jetpack' );
26
+ $this->desc = __( 'Set shipping cities or postcodes to include/exclude for shipping methods to show up. (Free shipping available in Plus).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Set shipping cities or postcodes to include/exclude for shipping methods to show up.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-shipping-methods-by-cities';
29
 
includes/class-wcj-shipping-by-order-amount.php CHANGED
@@ -24,7 +24,7 @@ class WCJ_Shipping_By_Order_Amount extends WCJ_Module {
24
 
25
  $this->id = 'shipping_by_order_amount';
26
  $this->short_desc = __( 'Shipping Methods by Min/Max Order Amount', 'woocommerce-jetpack' );
27
- $this->desc = __( 'Set minimum and/or maximum order amount for shipping methods to show up (Local pickup available in Pro).', 'woocommerce-jetpack' );
28
  $this->desc_pro = __( 'Set minimum and/or maximum order amount for shipping methods to show up.', 'woocommerce-jetpack' );
29
  $this->link_slug = 'woocommerce-shipping-methods-by-min-max-order-amount';
30
  parent::__construct();
24
 
25
  $this->id = 'shipping_by_order_amount';
26
  $this->short_desc = __( 'Shipping Methods by Min/Max Order Amount', 'woocommerce-jetpack' );
27
+ $this->desc = __( 'Set minimum and/or maximum order amount for shipping methods to show up (Local pickup available in Plus).', 'woocommerce-jetpack' );
28
  $this->desc_pro = __( 'Set minimum and/or maximum order amount for shipping methods to show up.', 'woocommerce-jetpack' );
29
  $this->link_slug = 'woocommerce-shipping-methods-by-min-max-order-amount';
30
  parent::__construct();
includes/class-wcj-shipping-by-order-qty.php CHANGED
@@ -24,7 +24,7 @@ class WCJ_Shipping_By_Order_Qty extends WCJ_Module {
24
 
25
  $this->id = 'shipping_by_order_qty';
26
  $this->short_desc = __( 'Shipping Methods by Min/Max Order Quantity', 'woocommerce-jetpack' );
27
- $this->desc = __( 'Set minimum and/or maximum order quantity for shipping methods to show up (Local pickup available in Pro).', 'woocommerce-jetpack' );
28
  $this->desc_pro = __( 'Set minimum and/or maximum order quantity for shipping methods to show up.', 'woocommerce-jetpack' );
29
  $this->link_slug = 'woocommerce-shipping-methods-by-min-max-order-quantity';
30
  parent::__construct();
24
 
25
  $this->id = 'shipping_by_order_qty';
26
  $this->short_desc = __( 'Shipping Methods by Min/Max Order Quantity', 'woocommerce-jetpack' );
27
+ $this->desc = __( 'Set minimum and/or maximum order quantity for shipping methods to show up (Local pickup available in Plus).', 'woocommerce-jetpack' );
28
  $this->desc_pro = __( 'Set minimum and/or maximum order quantity for shipping methods to show up.', 'woocommerce-jetpack' );
29
  $this->link_slug = 'woocommerce-shipping-methods-by-min-max-order-quantity';
30
  parent::__construct();
includes/class-wcj-shipping-by-products.php CHANGED
@@ -24,7 +24,7 @@ class WCJ_Shipping_By_Products extends WCJ_Module_Shipping_By_Condition {
24
 
25
  $this->id = 'shipping_by_products';
26
  $this->short_desc = __( 'Shipping Methods by Products', 'woocommerce-jetpack' );
27
- $this->desc = __( 'Set products, product categories, tags or shipping classes to include/exclude for shipping methods to show up (Free shipping available in Pro).', 'woocommerce-jetpack' );
28
  $this->desc_pro = __( 'Set products, product categories, tags or shipping classes to include/exclude for shipping methods to show up.', 'woocommerce-jetpack' );
29
  $this->link_slug = 'woocommerce-shipping-methods-by-products';
30
 
24
 
25
  $this->id = 'shipping_by_products';
26
  $this->short_desc = __( 'Shipping Methods by Products', 'woocommerce-jetpack' );
27
+ $this->desc = __( 'Set products, product categories, tags or shipping classes to include/exclude for shipping methods to show up (Free shipping available in Plus).', 'woocommerce-jetpack' );
28
  $this->desc_pro = __( 'Set products, product categories, tags or shipping classes to include/exclude for shipping methods to show up.', 'woocommerce-jetpack' );
29
  $this->link_slug = 'woocommerce-shipping-methods-by-products';
30
 
includes/class-wcj-shipping-by-time.php CHANGED
@@ -25,7 +25,7 @@ class WCJ_Shipping_By_Time extends WCJ_Module_Shipping_By_Condition {
25
 
26
  $this->id = 'shipping_by_time';
27
  $this->short_desc = __( 'Shipping Methods by Current Date/Time', 'woocommerce-jetpack' );
28
- $this->desc = __( 'Set date and/or time to include/exclude for shipping methods to show up. (Free shipping available in Pro).', 'woocommerce-jetpack' );
29
  $this->desc_pro = __( 'Set date and/or time to include/exclude for shipping methods to show up.', 'woocommerce-jetpack' );
30
  $this->link_slug = 'woocommerce-shipping-methods-by-current-date-time';
31
 
25
 
26
  $this->id = 'shipping_by_time';
27
  $this->short_desc = __( 'Shipping Methods by Current Date/Time', 'woocommerce-jetpack' );
28
+ $this->desc = __( 'Set date and/or time to include/exclude for shipping methods to show up. (Free shipping available in Plus).', 'woocommerce-jetpack' );
29
  $this->desc_pro = __( 'Set date and/or time to include/exclude for shipping methods to show up.', 'woocommerce-jetpack' );
30
  $this->link_slug = 'woocommerce-shipping-methods-by-current-date-time';
31
 
includes/class-wcj-shipping-by-user-role.php CHANGED
@@ -23,7 +23,7 @@ class WCJ_Shipping_By_User_Role extends WCJ_Module_Shipping_By_Condition {
23
 
24
  $this->id = 'shipping_by_user_role';
25
  $this->short_desc = __( 'Shipping Methods by Users', 'woocommerce-jetpack' );
26
- $this->desc = __( 'Set user roles, users or membership plans to include/exclude for shipping methods to show up (Free shipping available in Pro).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Set user roles, users or membership plans to include/exclude for shipping methods to show up.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-shipping-methods-by-users';
29
 
23
 
24
  $this->id = 'shipping_by_user_role';
25
  $this->short_desc = __( 'Shipping Methods by Users', 'woocommerce-jetpack' );
26
+ $this->desc = __( 'Set user roles, users or membership plans to include/exclude for shipping methods to show up (Free shipping available in Plus).', 'woocommerce-jetpack' );
27
  $this->desc_pro = __( 'Set user roles, users or membership plans to include/exclude for shipping methods to show up.', 'woocommerce-jetpack' );
28
  $this->link_slug = 'woocommerce-shipping-methods-by-users';
29
 
includes/classes/class-wcj-module.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Booster for WooCommerce Module
4
  *
5
- * @version 5.2.0
6
  * @since 2.2.0
7
  * @author Pluggabl LLC.
8
  * @todo [dev] maybe should be `abstract` ?
@@ -879,7 +879,7 @@ class WCJ_Module {
879
  * settings_section.
880
  * only for `module`
881
  *
882
- * @version 5.2.0
883
  */
884
  function add_enable_module_setting( $settings, $module_desc = '' ) {
885
  if ( 'module' != $this->type ) {
@@ -911,7 +911,7 @@ class WCJ_Module {
911
  'id' => 'wcj_' . $this->id . '_enabled',
912
  'default' => 'no',
913
  'type' => 'checkbox',
914
- 'wcj_desc' => apply_filters( 'the_content', $this->get_desc() ),
915
  'wcj_link' => ( isset( $this->link ) ? $this->link : '' ),
916
  ),
917
  array(
2
  /**
3
  * Booster for WooCommerce Module
4
  *
5
+ * @version 5.2.1
6
  * @since 2.2.0
7
  * @author Pluggabl LLC.
8
  * @todo [dev] maybe should be `abstract` ?
879
  * settings_section.
880
  * only for `module`
881
  *
882
+ * @version 5.2.1
883
  */
884
  function add_enable_module_setting( $settings, $module_desc = '' ) {
885
  if ( 'module' != $this->type ) {
911
  'id' => 'wcj_' . $this->id . '_enabled',
912
  'default' => 'no',
913
  'type' => 'checkbox',
914
+ 'wcj_desc' => $this->get_desc(),
915
  'wcj_link' => ( isset( $this->link ) ? $this->link : '' ),
916
  ),
917
  array(
langs/woocommerce-jetpack.pot CHANGED
@@ -41,8 +41,7 @@ msgstr ""
41
  #: includes/class-wcj-max-products-per-user.php:185
42
  #: includes/class-wcj-orders.php:125 includes/class-wcj-orders.php:154
43
  #: includes/class-wcj-payment-gateways.php:92
44
- #: includes/class-wcj-track-users.php:164
45
- #: includes/class-wcj-track-users.php:252
46
  #: includes/classes/class-wcj-module.php:558
47
  #: includes/classes/class-wcj-module.php:758
48
  #: includes/settings/wcj-settings-price-by-country.php:231
@@ -78,21 +77,20 @@ msgstr ""
78
  #: includes/admin/class-wc-settings-jetpack.php:190
79
  #, php-format
80
  msgid ""
81
- "Please note that current <em>%s</em> module is deprecated and will be "
82
- "removed in future updates. Please use <em>%s</em> module instead."
83
  msgstr ""
84
 
85
  #: includes/admin/class-wc-settings-jetpack.php:195
86
- msgid ""
87
- "Module will be removed from the module's list as soon as you disable it."
88
  msgstr ""
89
 
90
  #: includes/admin/class-wc-settings-jetpack.php:206
91
  #, php-format
92
  msgid ""
93
  "Please note that <em>%s</em> module is currently under development. Until "
94
- "stable module version is released, options can be changed or some options "
95
- "can be moved to paid plugin version."
96
  msgstr ""
97
 
98
  #: includes/admin/class-wc-settings-jetpack.php:217
@@ -364,9 +362,9 @@ msgstr ""
364
  #: includes/admin/wcj-modules-cats.php:15
365
  msgid ""
366
  "This dashboard lets you enable/disable any Booster's module. Each checkbox "
367
- "comes with short module's description. Please visit <a href=\"https://"
368
- "booster.io\" target=\"_blank\">https://booster.io</a> for detailed info on "
369
- "each feature."
370
  msgstr ""
371
 
372
  #: includes/admin/wcj-modules-cats.php:25
@@ -468,9 +466,9 @@ msgstr ""
468
  #: includes/class-wcj-add-to-cart-button-visibility.php:29
469
  #, php-format
470
  msgid ""
471
- "If you need to enable/disable Add to Cart button for some <strong>user "
472
- "roles</strong> only, we suggest using this module in conjunction with "
473
- "Booster's %s module."
474
  msgstr ""
475
 
476
  #: includes/class-wcj-add-to-cart-button-visibility.php:31
@@ -500,8 +498,7 @@ msgstr ""
500
 
501
  #: includes/class-wcj-address-formats.php:25
502
  msgid ""
503
- "Set address format in orders on per country basis. Force base country "
504
- "display."
505
  msgstr ""
506
 
507
  #: includes/class-wcj-admin-bar.php:30
@@ -639,8 +636,7 @@ msgstr ""
639
  msgid "Most Stocked"
640
  msgstr ""
641
 
642
- #: includes/class-wcj-admin-bar.php:450
643
- #: includes/class-wcj-eu-vat-number.php:230
644
  msgid "Taxes"
645
  msgstr ""
646
 
@@ -903,8 +899,7 @@ msgstr ""
903
  msgid "Item Meta Value"
904
  msgstr ""
905
 
906
- #: includes/class-wcj-admin-tools.php:261
907
- #: includes/class-wcj-admin-tools.php:303
908
  #: includes/class-wcj-admin-tools.php:312
909
  #: includes/class-wcj-product-bulk-meta-editor.php:340
910
  #: includes/class-wcj-product-bulk-price-converter.php:148
@@ -914,8 +909,7 @@ msgstr ""
914
  msgid "Product"
915
  msgstr ""
916
 
917
- #: includes/class-wcj-admin-tools.php:262
918
- #: includes/class-wcj-admin-tools.php:304
919
  #: includes/class-wcj-admin-tools.php:313
920
  #: includes/reports/wcj-class-reports-stock.php:270
921
  msgid "Category"
@@ -971,8 +965,7 @@ msgid "Cart Custom Info"
971
  msgstr ""
972
 
973
  #: includes/class-wcj-cart.php:24
974
- msgid ""
975
- "Add custom info to the cart page (1 cart block allowed in free version)."
976
  msgstr ""
977
 
978
  #: includes/class-wcj-cart.php:25
@@ -1029,7 +1022,7 @@ msgstr ""
1029
  msgid ""
1030
  "Customize WooCommerce checkout - restrict countries by customer's IP (Plus); "
1031
  "hide \"Order Again\" button; disable selected fields on checkout for logged "
1032
- "users and more (Custom fields available in Pro)."
1033
  msgstr ""
1034
 
1035
  #: includes/class-wcj-checkout-customization.php:27
@@ -1060,8 +1053,7 @@ msgid "Checkout Fees"
1060
  msgstr ""
1061
 
1062
  #: includes/class-wcj-checkout-fees.php:27
1063
- msgid ""
1064
- "Add fees to WooCommerce cart & checkout (1 fee allowed in free version)."
1065
  msgstr ""
1066
 
1067
  #: includes/class-wcj-checkout-fees.php:28
@@ -1080,8 +1072,8 @@ msgstr ""
1080
 
1081
  #: includes/class-wcj-checkout-files-upload.php:27
1082
  msgid ""
1083
- "Let customers upload files on (or after) the checkout (1 file allowed in "
1084
- "free version)."
1085
  msgstr ""
1086
 
1087
  #: includes/class-wcj-checkout-files-upload.php:28
@@ -1207,7 +1199,7 @@ msgstr ""
1207
 
1208
  #: includes/class-wcj-coupon-code-generator.php:29
1209
  msgid ""
1210
- "Coupon code generator (Multiple generation algorithms available in Pro)."
1211
  msgstr ""
1212
 
1213
  #: includes/class-wcj-coupon-code-generator.php:30
@@ -1283,8 +1275,7 @@ msgstr ""
1283
 
1284
  #: includes/class-wcj-currency-exchange-rates.php:25
1285
  msgid ""
1286
- "Automatic currency exchange rates for WooCommerce (1 allowed in free "
1287
- "version)."
1288
  msgstr ""
1289
 
1290
  #: includes/class-wcj-currency-exchange-rates.php:26
@@ -1719,12 +1710,11 @@ msgstr ""
1719
  #: includes/class-wcj-emails-verification.php:251
1720
  #: includes/settings/wcj-settings-emails-verification.php:107
1721
  msgid ""
1722
- "<strong>Success:</strong> Your activation email has been resent. Please "
1723
- "check your email."
1724
  msgstr ""
1725
 
1726
- #: includes/class-wcj-emails.php:23
1727
- #: includes/settings/wcj-settings-emails.php:14
1728
  msgid "Custom Emails"
1729
  msgstr ""
1730
 
@@ -1791,8 +1781,7 @@ msgstr ""
1791
  #: includes/class-wcj-eu-vat-number.php:27
1792
  msgid ""
1793
  "Collect and validate EU VAT numbers on the checkout. Automatically disable "
1794
- "VAT for valid numbers. Add all EU countries VAT standard rates to "
1795
- "WooCommerce."
1796
  msgstr ""
1797
 
1798
  #: includes/class-wcj-eu-vat-number.php:33
@@ -1946,7 +1935,7 @@ msgid "Free Price Labels"
1946
  msgstr ""
1947
 
1948
  #: includes/class-wcj-free-price.php:27
1949
- msgid "Set free price labels (Variable products allowed in Pro)."
1950
  msgstr ""
1951
 
1952
  #: includes/class-wcj-free-price.php:28
@@ -2034,8 +2023,7 @@ msgstr ""
2034
  msgid "Capabilities"
2035
  msgstr ""
2036
 
2037
- #: includes/class-wcj-general.php:218
2038
- #: includes/class-wcj-product-by-user.php:198
2039
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:130
2040
  #: includes/tools/class-wcj-order-statuses-tool.php:145
2041
  #: includes/tools/class-wcj-order-statuses-tool.php:221
@@ -2132,8 +2120,8 @@ msgstr ""
2132
 
2133
  #: includes/class-wcj-max-products-per-user.php:31
2134
  msgid ""
2135
- "Limit number of items your (logged) customers can buy (Free version allows "
2136
- "to limit globally)."
2137
  msgstr ""
2138
 
2139
  #: includes/class-wcj-max-products-per-user.php:32
@@ -2143,8 +2131,8 @@ msgstr ""
2143
  #: includes/class-wcj-max-products-per-user.php:33
2144
  msgid ""
2145
  "Please note, that there is no maximum quantity set for not-logged (i.e. "
2146
- "guest) users. Product quantities are updated, when order status is changed "
2147
- "to status listed in module's \"Order Status\" option."
2148
  msgstr ""
2149
 
2150
  #: includes/class-wcj-max-products-per-user.php:114
@@ -2222,8 +2210,8 @@ msgstr ""
2222
 
2223
  #: includes/class-wcj-multicurrency-product-base-price.php:26
2224
  msgid ""
2225
- "Enter prices for products in different currencies (1 currency allowed in "
2226
- "free version)."
2227
  msgstr ""
2228
 
2229
  #: includes/class-wcj-multicurrency-product-base-price.php:27
@@ -2248,8 +2236,8 @@ msgstr ""
2248
  #: includes/class-wcj-multicurrency.php:34
2249
  #, php-format
2250
  msgid ""
2251
- "After setting currencies in the Currencies Options section below, you can "
2252
- "add switcher to the frontend with: %s"
2253
  msgstr ""
2254
 
2255
  #: includes/class-wcj-multicurrency.php:36
@@ -2329,9 +2317,9 @@ msgstr ""
2329
  #: includes/class-wcj-my-account.php:313
2330
  #, php-format
2331
  msgid ""
2332
- "From your account dashboard you can view your <a href=\"%1$s\">recent "
2333
- "orders</a>, manage your <a href=\"%2$s\">shipping and billing addresses</a>, "
2334
- "and <a href=\"%3$s\">edit your password and account details</a>."
2335
  msgstr ""
2336
 
2337
  #: includes/class-wcj-my-account.php:416
@@ -2648,8 +2636,8 @@ msgstr ""
2648
 
2649
  #: includes/class-wcj-order-min-amount.php:29
2650
  msgid ""
2651
- "Minimum order amount. Order Minimum Amount by User Role (Administrator, "
2652
- "Guest and Customer available in free version)."
2653
  msgstr ""
2654
 
2655
  #: includes/class-wcj-order-min-amount.php:30
@@ -2664,8 +2652,8 @@ msgstr ""
2664
  #: includes/class-wcj-order-numbers.php:26
2665
  msgid ""
2666
  "Sequential order numbering, custom order number prefix, suffix and number "
2667
- "width. Prefix Options (Order Number Custom Prefix available in free "
2668
- "version). Suffix options (Plus). "
2669
  msgstr ""
2670
 
2671
  #: includes/class-wcj-order-numbers.php:27
@@ -2736,15 +2724,15 @@ msgstr ""
2736
  #: includes/class-wcj-order-quantities.php:447
2737
  #: includes/settings/wcj-settings-order-quantities.php:186
2738
  msgid ""
2739
- "Maximum allowed quantity for %product_title% is %max_per_item_quantity%. "
2740
- "Your current item quantity is %item_quantity%."
2741
  msgstr ""
2742
 
2743
  #: includes/class-wcj-order-quantities.php:457
2744
  #: includes/settings/wcj-settings-order-quantities.php:128
2745
  msgid ""
2746
- "Minimum allowed quantity for %product_title% is %min_per_item_quantity%. "
2747
- "Your current item quantity is %item_quantity%."
2748
  msgstr ""
2749
 
2750
  #: includes/class-wcj-order-quantities.php:467
@@ -2799,8 +2787,8 @@ msgstr ""
2799
 
2800
  #: includes/class-wcj-payment-gateways-by-country.php:25
2801
  msgid ""
2802
- "Set countries, states or postcodes to include/exclude for payment gateways "
2803
- "to show up."
2804
  msgstr ""
2805
 
2806
  #: includes/class-wcj-payment-gateways-by-currency.php:25
@@ -2891,8 +2879,8 @@ msgstr ""
2891
 
2892
  #: includes/class-wcj-payment-gateways-per-category.php:27
2893
  msgid ""
2894
- "Show payment gateway only if there is selected product or product category "
2895
- "in cart."
2896
  msgstr ""
2897
 
2898
  #: includes/class-wcj-payment-gateways.php:23
@@ -2901,8 +2889,8 @@ msgstr ""
2901
 
2902
  #: includes/class-wcj-payment-gateways.php:24
2903
  msgid ""
2904
- "Add multiple custom payment gateways to WooCommerce (1 custom gateway "
2905
- "allowed in free version)."
2906
  msgstr ""
2907
 
2908
  #: includes/class-wcj-payment-gateways.php:25
@@ -3480,8 +3468,7 @@ msgstr ""
3480
 
3481
  #: includes/class-wcj-product-addons.php:31
3482
  msgid ""
3483
- "Add (paid/free/discount) addons to products (1 addon allowed in free "
3484
- "version)."
3485
  msgstr ""
3486
 
3487
  #: includes/class-wcj-product-addons.php:32
@@ -3496,8 +3483,8 @@ msgstr ""
3496
  msgid ""
3497
  "Booster: Free plugin's version is limited to only three products with per "
3498
  "product addons enabled at a time. You will need to get <a href=\"https://"
3499
- "booster.io/plus/\" target=\"_blank\">Booster Plus</a> to add unlimited "
3500
- "number of products with per product addons."
3501
  msgstr ""
3502
 
3503
  #: includes/class-wcj-product-bookings.php:25
@@ -3572,7 +3559,7 @@ msgid "Product Bulk Meta Editor"
3572
  msgstr ""
3573
 
3574
  #: includes/class-wcj-product-bulk-meta-editor.php:26
3575
- msgid "Set products meta with bulk editor (Variations available in Pro)."
3576
  msgstr ""
3577
 
3578
  #: includes/class-wcj-product-bulk-meta-editor.php:27
@@ -3764,8 +3751,8 @@ msgstr ""
3764
 
3765
  #: includes/class-wcj-product-bulk-price-converter.php:273
3766
  msgid ""
3767
- "E.g.: if you set \"threshold\" to 100, then all prices below 100 will be "
3768
- "like 45,99 and all other prices will be like 109,00."
3769
  msgstr ""
3770
 
3771
  #: includes/class-wcj-product-bulk-price-converter.php:281
@@ -3782,8 +3769,8 @@ msgstr ""
3782
 
3783
  #: includes/class-wcj-product-by-country.php:26
3784
  msgid ""
3785
- "Display products by customer's country. User Country Selection Method "
3786
- "(Plus); Admin country list options (Plus); Visibility method options (Plus)."
3787
  msgstr ""
3788
 
3789
  #: includes/class-wcj-product-by-country.php:27
@@ -3817,8 +3804,8 @@ msgstr ""
3817
  #: includes/class-wcj-product-by-country.php:156
3818
  #, php-format
3819
  msgid ""
3820
- "If \"Manually\" option is selected, you can add country selection drop box "
3821
- "to frontend with \"%s\" widget or %s shortcode."
3822
  msgstr ""
3823
 
3824
  #: includes/class-wcj-product-by-country.php:157
@@ -3855,16 +3842,15 @@ msgstr ""
3855
  #: includes/class-wcj-product-by-country.php:189
3856
  msgid ""
3857
  "This option sets which countries will be added to list in product's edit "
3858
- "page. Possible values: \"All countries\" or \"WooCommerce selling locations"
3859
- "\"."
3860
  msgstr ""
3861
 
3862
  #: includes/class-wcj-product-by-country.php:191
3863
  #, php-format
3864
  msgid ""
3865
- "If \"WooCommerce selling locations\" option is selected, country list will "
3866
- "be set by <a href=\"%s\">WooCommerce > Settings > General > Selling "
3867
- "location(s)</a>."
3868
  msgstr ""
3869
 
3870
  #: includes/class-wcj-product-by-country.php:199
@@ -3877,7 +3863,7 @@ msgstr ""
3877
 
3878
  #: includes/class-wcj-product-by-date.php:30
3879
  msgid ""
3880
- "Set product availability by date (Custom frontend messages available in Pro)."
3881
  msgstr ""
3882
 
3883
  #: includes/class-wcj-product-by-date.php:31
@@ -3892,8 +3878,7 @@ msgstr ""
3892
  #: includes/class-wcj-product-by-date.php:118
3893
  #: includes/class-wcj-product-by-date.php:120
3894
  #: includes/settings/wcj-settings-product-by-date.php:95
3895
- msgid ""
3896
- "<p style=\"color:red;\">%product_title% is not available this month.</p>"
3897
  msgstr ""
3898
 
3899
  #: includes/class-wcj-product-by-date.php:121
@@ -3910,7 +3895,7 @@ msgstr ""
3910
 
3911
  #: includes/class-wcj-product-by-time.php:30
3912
  msgid ""
3913
- "Set product availability by time (Custom frontend messages available in Pro)."
3914
  msgstr ""
3915
 
3916
  #: includes/class-wcj-product-by-time.php:31
@@ -3972,8 +3957,8 @@ msgstr ""
3972
  #, php-format
3973
  msgid ""
3974
  "Enable this option for example if the shop manager can't see some role but "
3975
- "only if you've already tried the <strong>Shop Manager Editable Roles</"
3976
- "strong> on <a href=\"%s\">Admin Tools</a> module."
3977
  msgstr ""
3978
 
3979
  #: includes/class-wcj-product-by-user.php:26
@@ -4058,7 +4043,7 @@ msgid "Product Custom Visibility"
4058
  msgstr ""
4059
 
4060
  #: includes/class-wcj-product-custom-visibility.php:26
4061
- msgid "Display products by custom param (Bulk actions available in Pro)."
4062
  msgstr ""
4063
 
4064
  #: includes/class-wcj-product-custom-visibility.php:27
@@ -4067,8 +4052,8 @@ msgstr ""
4067
 
4068
  #: includes/class-wcj-product-custom-visibility.php:29
4069
  msgid ""
4070
- "When enabled, module will add new \"Booster: Product Custom Visibility\" "
4071
- "meta box to each product's edit page."
4072
  msgstr ""
4073
 
4074
  #: includes/class-wcj-product-custom-visibility.php:31
@@ -4125,8 +4110,8 @@ msgstr ""
4125
 
4126
  #: includes/class-wcj-product-custom-visibility.php:100
4127
  msgid ""
4128
- "Can not be empty. Options will be added to each product's admin edit page "
4129
- "and to the selection drop box on frontend."
4130
  msgstr ""
4131
 
4132
  #: includes/class-wcj-product-images.php:25
@@ -4230,8 +4215,8 @@ msgstr ""
4230
  #: includes/class-wcj-product-info.php:282
4231
  msgid ""
4232
  "[wcj_product_you_save before=\"You save: <strong>\" hide_if_zero=\"yes\" "
4233
- "after=\"</strong>\"][wcj_product_you_save_percent hide_if_zero=\"yes\" "
4234
- "before=\" (\" after=\"%)\"]"
4235
  msgstr ""
4236
 
4237
  #: includes/class-wcj-product-info.php:283
@@ -4254,7 +4239,7 @@ msgstr ""
4254
  #: includes/class-wcj-product-listings.php:28
4255
  msgid ""
4256
  "Change display options for shop and category pages: show/hide categories "
4257
- "count (Hide subcategories count on category pages allowed in Pro), exclude "
4258
  "categories, show/hide empty categories."
4259
  msgstr ""
4260
 
@@ -4286,7 +4271,7 @@ msgstr ""
4286
  #: includes/class-wcj-product-msrp.php:34
4287
  msgid ""
4288
  "Save and display product MSRP in WooCommerce (Custom template available in "
4289
- "Pro)."
4290
  msgstr ""
4291
 
4292
  #: includes/class-wcj-product-msrp.php:35
@@ -4345,8 +4330,8 @@ msgstr ""
4345
 
4346
  #: includes/class-wcj-product-price-by-formula.php:27
4347
  msgid ""
4348
- "Set formula for automatic product price calculation (Available per product "
4349
- "in free version)."
4350
  msgstr ""
4351
 
4352
  #: includes/class-wcj-product-price-by-formula.php:28
@@ -4541,7 +4526,7 @@ msgstr ""
4541
  #: includes/class-wcj-products-per-page.php:29
4542
  msgid ""
4543
  "Add \"products per page\" selector to WooCommerce (Select options available "
4544
- "in Pro)."
4545
  msgstr ""
4546
 
4547
  #: includes/class-wcj-products-per-page.php:30
@@ -4592,8 +4577,8 @@ msgstr ""
4592
 
4593
  #: includes/class-wcj-purchase-data.php:29
4594
  msgid ""
4595
- "Save product purchase costs data for admin reports (1 custom field allowed "
4596
- "in free version)."
4597
  msgstr ""
4598
 
4599
  #: includes/class-wcj-purchase-data.php:30
@@ -4759,7 +4744,7 @@ msgstr ""
4759
  #: includes/class-wcj-shipping-by-cities.php:26
4760
  msgid ""
4761
  "Set shipping cities or postcodes to include/exclude for shipping methods to "
4762
- "show up. (Free shipping available in Pro)."
4763
  msgstr ""
4764
 
4765
  #: includes/class-wcj-shipping-by-cities.php:27
@@ -4800,12 +4785,11 @@ msgstr ""
4800
  #: includes/class-wcj-shipping-by-order-amount.php:27
4801
  msgid ""
4802
  "Set minimum and/or maximum order amount for shipping methods to show up "
4803
- "(Local pickup available in Pro)."
4804
  msgstr ""
4805
 
4806
  #: includes/class-wcj-shipping-by-order-amount.php:28
4807
- msgid ""
4808
- "Set minimum and/or maximum order amount for shipping methods to show up."
4809
  msgstr ""
4810
 
4811
  #: includes/class-wcj-shipping-by-order-qty.php:26
@@ -4816,7 +4800,7 @@ msgstr ""
4816
  #: includes/class-wcj-shipping-by-order-qty.php:27
4817
  msgid ""
4818
  "Set minimum and/or maximum order quantity for shipping methods to show up "
4819
- "(Local pickup available in Pro)."
4820
  msgstr ""
4821
 
4822
  #: includes/class-wcj-shipping-by-order-qty.php:28
@@ -4831,14 +4815,14 @@ msgstr ""
4831
 
4832
  #: includes/class-wcj-shipping-by-products.php:27
4833
  msgid ""
4834
- "Set products, product categories, tags or shipping classes to include/"
4835
- "exclude for shipping methods to show up (Free shipping available in Pro)."
4836
  msgstr ""
4837
 
4838
  #: includes/class-wcj-shipping-by-products.php:28
4839
  msgid ""
4840
- "Set products, product categories, tags or shipping classes to include/"
4841
- "exclude for shipping methods to show up."
4842
  msgstr ""
4843
 
4844
  #: includes/class-wcj-shipping-by-products.php:34
@@ -4878,8 +4862,8 @@ msgstr ""
4878
 
4879
  #: includes/class-wcj-shipping-by-products.php:187
4880
  msgid ""
4881
- "Enable this checkbox if you want all products in cart to be valid (instead "
4882
- "of at least one)."
4883
  msgstr ""
4884
 
4885
  #: includes/class-wcj-shipping-by-products.php:188
@@ -4925,12 +4909,11 @@ msgstr ""
4925
  #: includes/class-wcj-shipping-by-time.php:28
4926
  msgid ""
4927
  "Set date and/or time to include/exclude for shipping methods to show up. "
4928
- "(Free shipping available in Pro)."
4929
  msgstr ""
4930
 
4931
  #: includes/class-wcj-shipping-by-time.php:29
4932
- msgid ""
4933
- "Set date and/or time to include/exclude for shipping methods to show up."
4934
  msgstr ""
4935
 
4936
  #: includes/class-wcj-shipping-by-time.php:34
@@ -4981,7 +4964,7 @@ msgstr ""
4981
  #: includes/class-wcj-shipping-by-user-role.php:26
4982
  msgid ""
4983
  "Set user roles, users or membership plans to include/exclude for shipping "
4984
- "methods to show up (Free shipping available in Pro)."
4985
  msgstr ""
4986
 
4987
  #: includes/class-wcj-shipping-by-user-role.php:27
@@ -5072,8 +5055,8 @@ msgstr ""
5072
 
5073
  #: includes/class-wcj-shipping-options.php:29
5074
  msgid ""
5075
- "Show only the most expensive shipping (In free version, only free shipping "
5076
- "is allowed to be ignored)."
5077
  msgstr ""
5078
 
5079
  #: includes/class-wcj-shipping-options.php:32
@@ -5203,8 +5186,8 @@ msgstr ""
5203
 
5204
  #: includes/class-wcj-sorting.php:26
5205
  msgid ""
5206
- "Add more sorting options; rename or remove default sorting options; "
5207
- "rearrange sorting options on frontend."
5208
  msgstr ""
5209
 
5210
  #: includes/class-wcj-sorting.php:215
@@ -5421,9 +5404,9 @@ msgstr ""
5421
  #, php-format
5422
  msgid ""
5423
  "Booster: Free plugin's version is limited to only one \"%1$s\" product with "
5424
- "settings on per product basis enabled at a time. You will need to get <a "
5425
- "href=\"%2$s\" target=\"_blank\">Booster Plus</a> to add unlimited number of "
5426
- "\"%1$s\" products."
5427
  msgstr ""
5428
 
5429
  #: includes/classes/class-wcj-module.php:650
@@ -5506,8 +5489,8 @@ msgstr ""
5506
  #: includes/core/class-wcj-admin.php:55
5507
  #, php-format
5508
  msgid ""
5509
- "You're using Booster free version. To unlock more features please consider "
5510
- "<a target=\"_blank\" href=\"%s\">upgrading to Plus</a>."
5511
  msgstr ""
5512
 
5513
  #: includes/core/class-wcj-admin.php:96
@@ -5517,8 +5500,8 @@ msgstr ""
5517
  #: includes/core/class-wcj-admin.php:98
5518
  #, php-format
5519
  msgid ""
5520
- "Visit <a target=\"_blank\" href=\"%s\">your account page</a> on booster.io "
5521
- "to download the latest Booster Plus version."
5522
  msgstr ""
5523
 
5524
  #: includes/core/class-wcj-admin.php:102
@@ -5600,8 +5583,8 @@ msgstr ""
5600
  msgid ""
5601
  "Please note, that all new orders in WooCommerce by default are created with "
5602
  "Pending Payment status. If you want to change the default order status - you "
5603
- "can use Booster's \"Order Custom Statuses\" module (in WooCommerce > "
5604
- "Settings > Booster > Shipping & Orders > Order Custom Statuses)."
5605
  msgstr ""
5606
 
5607
  #: includes/emails/class-wc-email-wcj-custom.php:249
@@ -5662,8 +5645,8 @@ msgstr ""
5662
  #: includes/emails/class-wc-email-wcj-custom.php:279
5663
  #, php-format
5664
  msgid ""
5665
- "This controls the email subject line. Leave blank to use the default "
5666
- "subject: <code>%s</code>."
5667
  msgstr ""
5668
 
5669
  #: includes/emails/class-wc-email-wcj-custom.php:285
@@ -5687,8 +5670,8 @@ msgstr ""
5687
  #: includes/emails/class-wc-email-wcj-custom.php:300
5688
  #, php-format
5689
  msgid ""
5690
- "This controls the main heading contained within the email notification. "
5691
- "Leave blank to use the default heading: <code>%s</code>."
5692
  msgstr ""
5693
 
5694
  #: includes/emails/class-wc-email-wcj-custom.php:306
@@ -6241,8 +6224,7 @@ msgstr ""
6241
  #: includes/functions/wcj-functions-admin.php:314
6242
  #, php-format
6243
  msgid ""
6244
- "Get <a href=\"%s\" target=\"_blank\">Booster Plus</a> to enable \"%s\" "
6245
- "option."
6246
  msgstr ""
6247
 
6248
  #: includes/functions/wcj-functions-admin.php:317
@@ -7615,8 +7597,8 @@ msgstr ""
7615
 
7616
  #: includes/gateways/class-wc-gateway-wcj-custom.php:97
7617
  msgid ""
7618
- "If you want to set minimum order amount (excluding fees) to show this "
7619
- "gateway on frontend, enter a number here. Set to 0 to disable."
7620
  msgstr ""
7621
 
7622
  #: includes/gateways/class-wc-gateway-wcj-custom.php:104
@@ -7873,8 +7855,8 @@ msgstr ""
7873
 
7874
  #: includes/input-fields/wcj-product-input-fields-options.php:116
7875
  msgid ""
7876
- "If file is selected, set accepted file types here. E.g.: \".jpg,.jpeg,.png"
7877
- "\". Leave blank to accept all files"
7878
  msgstr ""
7879
 
7880
  #: includes/input-fields/wcj-product-input-fields-options.php:117
@@ -8060,8 +8042,8 @@ msgstr ""
8060
 
8061
  #: includes/pdf-invoices/class-wcj-pdf-invoicing-renumerate-tool.php:68
8062
  msgid ""
8063
- "The tool renumerates invoices from choosen date. Invoice number format is "
8064
- "set in WooCommerce > Settings > Booster > PDF Invoicing & Packing Slips > "
8065
  "Numbering."
8066
  msgstr ""
8067
 
@@ -8087,8 +8069,7 @@ msgid "Start Number"
8087
  msgstr ""
8088
 
8089
  #: includes/pdf-invoices/class-wcj-pdf-invoicing-renumerate-tool.php:91
8090
- msgid ""
8091
- "Counter to start renumerating. Leave 0 to continue from current counter."
8092
  msgstr ""
8093
 
8094
  #: includes/pdf-invoices/class-wcj-pdf-invoicing-renumerate-tool.php:96
@@ -8637,8 +8618,8 @@ msgstr ""
8637
 
8638
  #: includes/reports/wcj-class-reports-stock.php:39
8639
  msgid ""
8640
- "Report shows all products that are low in stock calculated on product's "
8641
- "sales data."
8642
  msgstr ""
8643
 
8644
  #: includes/reports/wcj-class-reports-stock.php:40
@@ -9101,14 +9082,14 @@ msgstr ""
9101
  #: includes/settings/meta-box/wcj-settings-meta-box-product-addons.php:160
9102
  #: includes/settings/wcj-settings-product-addons.php:158
9103
  msgid ""
9104
- "Leave empty to disable quantity calculation for the addon. When set to zero "
9105
- "- addon will be disabled."
9106
  msgstr ""
9107
 
9108
  #: includes/settings/meta-box/wcj-settings-meta-box-product-by-condition.php:14
9109
  msgid ""
9110
- "Use \"Control\" key to select/deselect multiple options. Hold \"Control\" "
9111
- "and \"A\" to select all options. Leave empty to disable."
9112
  msgstr ""
9113
 
9114
  #: includes/settings/meta-box/wcj-settings-meta-box-product-by-date.php:17
@@ -9245,8 +9226,8 @@ msgstr ""
9245
 
9246
  #: includes/settings/meta-box/wcj-settings-meta-box-related-products.php:31
9247
  msgid ""
9248
- "Hold Control (Ctrl) key to select multiple products. Ctrl and \"A\" to "
9249
- "select all products."
9250
  msgstr ""
9251
 
9252
  #: includes/settings/meta-box/wcj-settings-meta-box-sale-flash.php:24
@@ -10244,8 +10225,8 @@ msgstr ""
10244
 
10245
  #: includes/settings/wcj-settings-checkout-core-fields.php:149
10246
  msgid ""
10247
- "If not empty - selected categories products must be in cart for current "
10248
- "field to appear."
10249
  msgstr ""
10250
 
10251
  #: includes/settings/wcj-settings-checkout-core-fields.php:160
@@ -10422,9 +10403,9 @@ msgstr ""
10422
 
10423
  #: includes/settings/wcj-settings-checkout-custom-fields.php:279
10424
  msgid ""
10425
- "Visit <a href=\"https://codex.wordpress.org/Formatting_Date_and_Time\" "
10426
- "target=\"_blank\">documentation on date and time formatting</a> for valid "
10427
- "date formats"
10428
  msgstr ""
10429
 
10430
  #: includes/settings/wcj-settings-checkout-custom-fields.php:286
@@ -10452,8 +10433,8 @@ msgstr ""
10452
  msgid ""
10453
  "The range of years displayed in the year drop-down: either relative to "
10454
  "today's year (\"-nn:+nn\"), relative to the currently selected year (\"c-nn:c"
10455
- "+nn\"), absolute (\"nnnn:nnnn\"), or combinations of these formats (\"nnnn:-"
10456
- "nn\"). Note that this option only affects what appears in the drop-down, to "
10457
  "restrict which dates may be selected use the minDate and/or maxDate options."
10458
  msgstr ""
10459
 
@@ -10513,8 +10494,7 @@ msgid "Include Categories"
10513
  msgstr ""
10514
 
10515
  #: includes/settings/wcj-settings-checkout-custom-fields.php:374
10516
- msgid ""
10517
- "Show this field only if there is a product of selected category in cart."
10518
  msgstr ""
10519
 
10520
  #: includes/settings/wcj-settings-checkout-custom-fields.php:382
@@ -10621,8 +10601,8 @@ msgstr ""
10621
  #: includes/settings/wcj-settings-checkout-customization.php:28
10622
  #, php-format
10623
  msgid ""
10624
- "To restrict shipping countries, \"Shipping location(s)\" option in %s must "
10625
- "be set to \"Ship to specific countries only\" (and you can leave \"Ship to "
10626
  "specific countries\" option empty there)."
10627
  msgstr ""
10628
 
@@ -11613,8 +11593,8 @@ msgstr ""
11613
  #: includes/settings/wcj-settings-currency-exchange-rates.php:139
11614
  #, php-format
11615
  msgid ""
11616
- "You can add more currencies in this section. E.g. this can be used to "
11617
- "display exchange rates with %s shortcodes."
11618
  msgstr ""
11619
 
11620
  #: includes/settings/wcj-settings-currency-exchange-rates.php:150
@@ -11676,8 +11656,7 @@ msgstr ""
11676
  #: includes/settings/wcj-settings-currency-per-product.php:35
11677
  #: includes/settings/wcj-settings-currency-per-product.php:48
11678
  msgid ""
11679
- "Leave product currency (allow only same currency products to be added to "
11680
- "cart)"
11681
  msgstr ""
11682
 
11683
  #: includes/settings/wcj-settings-currency-per-product.php:36
@@ -11694,8 +11673,7 @@ msgstr ""
11694
 
11695
  #: includes/settings/wcj-settings-currency-per-product.php:77
11696
  msgid ""
11697
- "Save module's settings after changing this options to see new settings "
11698
- "fields."
11699
  msgstr ""
11700
 
11701
  #: includes/settings/wcj-settings-currency-per-product.php:82
@@ -11759,8 +11737,8 @@ msgstr ""
11759
  #: includes/settings/wcj-settings-currency-per-product.php:139
11760
  msgid ""
11761
  "Exchange rates for currencies won't be used for products if \"Cart and "
11762
- "Checkout Behaviour\" is set to one of \"Leave product currency ...\" "
11763
- "options. However it may be used for shipping price conversion."
11764
  msgstr ""
11765
 
11766
  #: includes/settings/wcj-settings-currency-per-product.php:144
@@ -11787,8 +11765,7 @@ msgstr ""
11787
  #: includes/settings/wcj-settings-price-by-country.php:247
11788
  #: includes/settings/wcj-settings-product-price-by-formula.php:108
11789
  msgid ""
11790
- "This may help if you are experiencing compatibility issues with other "
11791
- "plugins."
11792
  msgstr ""
11793
 
11794
  #: includes/settings/wcj-settings-currency.php:14
@@ -11953,8 +11930,8 @@ msgstr ""
11953
 
11954
  #: includes/settings/wcj-settings-emails-verification.php:44
11955
  msgid ""
11956
- "Enable if users are logged in automattically when they should not, like "
11957
- "after registration on checkout"
11958
  msgstr ""
11959
 
11960
  #: includes/settings/wcj-settings-emails-verification.php:50
@@ -12270,8 +12247,8 @@ msgstr ""
12270
 
12271
  #: includes/settings/wcj-settings-eu-vat-number.php:255
12272
  msgid ""
12273
- "List all countries you want VAT validation to be skipped for (i.e. VAT "
12274
- "always valid). Ignored if empty."
12275
  msgstr ""
12276
 
12277
  #: includes/settings/wcj-settings-eu-vat-number.php:256
@@ -12345,8 +12322,8 @@ msgstr ""
12345
 
12346
  #: includes/settings/wcj-settings-export.php:101
12347
  msgid ""
12348
- "If field's \"Type\" is set to \"Meta\", enter order meta key to retrieve "
12349
- "(can be custom field name)."
12350
  msgstr ""
12351
 
12352
  #: includes/settings/wcj-settings-export.php:102
@@ -12524,8 +12501,8 @@ msgstr ""
12524
 
12525
  #: includes/settings/wcj-settings-general.php:54
12526
  msgid ""
12527
- "IP Detection Methods used by some Booster modules when not using IP "
12528
- "detection from WooCommerce. Change order for different results."
12529
  msgstr ""
12530
 
12531
  #: includes/settings/wcj-settings-general.php:55
@@ -12804,8 +12781,8 @@ msgstr ""
12804
 
12805
  #: includes/settings/wcj-settings-global-discount.php:143
12806
  msgid ""
12807
- "Set this field to NOT apply discount to selected product tags. Leave blank "
12808
- "to apply to all products."
12809
  msgstr ""
12810
 
12811
  #: includes/settings/wcj-settings-global-discount.php:153
@@ -12841,8 +12818,8 @@ msgstr ""
12841
 
12842
  #: includes/settings/wcj-settings-global-discount.php:195
12843
  msgid ""
12844
- "This will enable \"global discount\" product pricing in backend. It will "
12845
- "also affect some modules, e.g.: \"Products XML Feeds\" module."
12846
  msgstr ""
12847
 
12848
  #: includes/settings/wcj-settings-global-discount.php:201
@@ -12872,8 +12849,7 @@ msgid "Left to Free Shipping Info Options"
12872
  msgstr ""
12873
 
12874
  #: includes/settings/wcj-settings-left-to-free-shipping.php:16
12875
- msgid ""
12876
- "This section lets you enable info on cart, mini cart and checkout pages."
12877
  msgstr ""
12878
 
12879
  #: includes/settings/wcj-settings-left-to-free-shipping.php:17
@@ -12901,14 +12877,13 @@ msgstr ""
12901
 
12902
  #: includes/settings/wcj-settings-left-to-free-shipping.php:43
12903
  msgid ""
12904
- "Please note, that depending on the \"Position\" you select, your customer "
12905
- "may have to reload the cart page to see the updated left to free shipping "
12906
- "value. For example, if you select \"After cart totals\" position, then left "
12907
- "to free shipping value will be updated as soon as customer updates the cart. "
12908
- "However if you select \"After cart\" position instead – message will not be "
12909
- "updated, and customer will have to reload the page. In other words, message "
12910
- "position should be inside that page part that is automatically updated on "
12911
- "cart update."
12912
  msgstr ""
12913
 
12914
  #: includes/settings/wcj-settings-left-to-free-shipping.php:50
@@ -13278,8 +13253,8 @@ msgstr ""
13278
  #: includes/settings/wcj-settings-multicurrency.php:178
13279
  #, php-format
13280
  msgid ""
13281
- "Adds compatibility with <a href=\"%s\" target=\"_blank\">WPC Product "
13282
- "Bundles</a> plugin."
13283
  msgstr ""
13284
 
13285
  #: includes/settings/wcj-settings-multicurrency.php:184
@@ -13905,8 +13880,7 @@ msgstr ""
13905
 
13906
  #: includes/settings/wcj-settings-order-custom-statuses.php:38
13907
  msgid ""
13908
- "If you wish to add custom statuses to admin reports, enable the checkbox "
13909
- "here."
13910
  msgstr ""
13911
 
13912
  #: includes/settings/wcj-settings-order-custom-statuses.php:44
@@ -14153,11 +14127,10 @@ msgstr ""
14153
 
14154
  #: includes/settings/wcj-settings-order-numbers.php:62
14155
  msgid ""
14156
- "Date prefix before order number (optional). This will change the prefixes "
14157
- "for all existing orders. Value is passed directly to PHP `date` function, so "
14158
- "most of PHP date formats can be used. The only exception is using `\\` "
14159
- "symbol in date format, as this symbol will be excluded from date. Try: Y-m-"
14160
- "d- or mdy."
14161
  msgstr ""
14162
 
14163
  #: includes/settings/wcj-settings-order-numbers.php:69
@@ -14189,10 +14162,9 @@ msgstr ""
14189
  #: includes/settings/wcj-settings-order-numbers.php:89
14190
  msgid ""
14191
  "Date suffix after order number (optional). This will change the suffixes for "
14192
- "all existing orders. Value is passed directly to PHP `date` function, so "
14193
- "most of PHP date formats can be used. The only exception is using `\\` "
14194
- "symbol in date format, as this symbol will be excluded from date. Try: Y-m-"
14195
- "d- or mdy."
14196
  msgstr ""
14197
 
14198
  #: includes/settings/wcj-settings-order-numbers.php:96
@@ -14265,8 +14237,8 @@ msgstr ""
14265
 
14266
  #: includes/settings/wcj-settings-order-quantities.php:24
14267
  msgid ""
14268
- "Save module's settings after enabling this option, so you could enter "
14269
- "decimal quantities in step, min and/or max quantity options."
14270
  msgstr ""
14271
 
14272
  #: includes/settings/wcj-settings-order-quantities.php:30
@@ -14386,8 +14358,8 @@ msgstr ""
14386
 
14387
  #: includes/settings/wcj-settings-order-quantities.php:250
14388
  msgid ""
14389
- "When enabled, only one item will be allowed to be added to the cart "
14390
- "(quantity is not checked)."
14391
  msgstr ""
14392
 
14393
  #: includes/settings/wcj-settings-orders.php:26
@@ -14479,8 +14451,8 @@ msgstr ""
14479
 
14480
  #: includes/settings/wcj-settings-orders.php:133
14481
  msgid ""
14482
- "When enabled this will add \"Booster: Country by IP\" metabox to each "
14483
- "order's edit page."
14484
  msgstr ""
14485
 
14486
  #: includes/settings/wcj-settings-orders.php:143
@@ -14600,8 +14572,8 @@ msgstr ""
14600
  #: includes/settings/wcj-settings-shipping-icons.php:62
14601
  #: includes/settings/wcj-settings-shipping-time.php:32
14602
  msgid ""
14603
- "Enable this if you want to use shipping methods instances instead of "
14604
- "shipping methods."
14605
  msgstr ""
14606
 
14607
  #: includes/settings/wcj-settings-payment-gateways-by-shipping.php:39
@@ -14666,8 +14638,8 @@ msgstr ""
14666
 
14667
  #: includes/settings/wcj-settings-payment-gateways-currency.php:96
14668
  msgid ""
14669
- "Enable this if you are having compatibility issues with some other plugins "
14670
- "or modules."
14671
  msgstr ""
14672
 
14673
  #: includes/settings/wcj-settings-payment-gateways-fees.php:20
@@ -14682,8 +14654,8 @@ msgstr ""
14682
  #: includes/settings/wcj-settings-payment-gateways-fees.php:23
14683
  #, php-format
14684
  msgid ""
14685
- "The chosen payment will be the first one from the <a href=\"%s\">Payments</"
14686
- "a> page"
14687
  msgstr ""
14688
 
14689
  #: includes/settings/wcj-settings-payment-gateways-fees.php:42
@@ -14776,8 +14748,7 @@ msgstr ""
14776
 
14777
  #: includes/settings/wcj-settings-payment-gateways-fees.php:133
14778
  msgid ""
14779
- "Require at least one of selected products to be in cart for fee to be "
14780
- "applied."
14781
  msgstr ""
14782
 
14783
  #: includes/settings/wcj-settings-payment-gateways-fees.php:145
@@ -14883,8 +14854,8 @@ msgstr ""
14883
 
14884
  #: includes/settings/wcj-settings-payment-gateways-per-category.php:61
14885
  msgid ""
14886
- "Hide gateway if there is product of selected category in cart. Leave blank "
14887
- "to disable the option."
14888
  msgstr ""
14889
 
14890
  #: includes/settings/wcj-settings-payment-gateways-per-category.php:72
@@ -14953,8 +14924,8 @@ msgstr ""
14953
 
14954
  #: includes/settings/wcj-settings-payment-gateways.php:56
14955
  msgid ""
14956
- "This will add \"Delete\" button to custom payment gateways input fields "
14957
- "admin order meta box."
14958
  msgstr ""
14959
 
14960
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:16
@@ -14972,8 +14943,7 @@ msgstr ""
14972
 
14973
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:24
14974
  msgid ""
14975
- "Fonts are NOT up to date. Please try downloading by pressing the button "
14976
- "below."
14977
  msgstr ""
14978
 
14979
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:27
@@ -15076,8 +15046,8 @@ msgstr ""
15076
 
15077
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:106
15078
  msgid ""
15079
- "Probably you'll want it disabled and use the <code>item_meta</code> "
15080
- "parameter instead."
15081
  msgstr ""
15082
 
15083
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:112
@@ -15226,8 +15196,7 @@ msgstr ""
15226
 
15227
  #: includes/settings/wcj-settings-pdf-invoicing-display.php:126
15228
  #, php-format
15229
- msgid ""
15230
- "Enter file name for PDF documents. You can use shortcodes here, e.g. %s."
15231
  msgstr ""
15232
 
15233
  #: includes/settings/wcj-settings-pdf-invoicing-display.php:134
@@ -15501,8 +15470,8 @@ msgstr ""
15501
 
15502
  #: includes/settings/wcj-settings-price-by-country.php:32
15503
  msgid ""
15504
- "Change product's price and currency by customer's country. Customer's "
15505
- "country is detected automatically by IP, or selected by customer manually."
15506
  msgstr ""
15507
 
15508
  #: includes/settings/wcj-settings-price-by-country.php:36
@@ -15672,8 +15641,8 @@ msgstr ""
15672
  #: includes/settings/wcj-settings-price-by-country.php:194
15673
  #, php-format
15674
  msgid ""
15675
- "If it doesn't work properly try to enable <a href=\"%s\">redirect to the "
15676
- "cart page after successful addition</a> option."
15677
  msgstr ""
15678
 
15679
  #: includes/settings/wcj-settings-price-by-country.php:200
@@ -15854,8 +15823,8 @@ msgstr ""
15854
  #: includes/settings/wcj-settings-product-open-pricing.php:149
15855
  #: includes/settings/wcj-settings-wholesale-price.php:126
15856
  msgid ""
15857
- "Try enabling this checkbox, if you are having compatibility issues with "
15858
- "other plugins."
15859
  msgstr ""
15860
 
15861
  #: includes/settings/wcj-settings-price-by-user-role.php:131
@@ -15881,8 +15850,8 @@ msgstr ""
15881
 
15882
  #: includes/settings/wcj-settings-price-by-user-role.php:217
15883
  msgid ""
15884
- "Multiplier is ignored if set to negative number (e.g.: -1). Global "
15885
- "multiplier will be used instead."
15886
  msgstr ""
15887
 
15888
  #: includes/settings/wcj-settings-price-formats.php:20
@@ -16068,9 +16037,8 @@ msgstr ""
16068
  #: includes/settings/wcj-settings-product-add-to-cart.php:18
16069
  #, php-format
16070
  msgid ""
16071
- "For archives - \"Enable AJAX add to cart buttons on archives\" checkbox in "
16072
- "<a href=\"%s\">WooCommerce > Settings > Products > Display</a> must be "
16073
- "disabled."
16074
  msgstr ""
16075
 
16076
  #: includes/settings/wcj-settings-product-add-to-cart.php:31
@@ -16084,9 +16052,9 @@ msgstr ""
16084
 
16085
  #: includes/settings/wcj-settings-product-add-to-cart.php:54
16086
  msgid ""
16087
- "This section lets you enable automatically adding product to cart on "
16088
- "visiting the product page. Product is only added once, so if it is already "
16089
- "in cart - duplicate product is not added. "
16090
  msgstr ""
16091
 
16092
  #: includes/settings/wcj-settings-product-add-to-cart.php:59
@@ -16516,8 +16484,8 @@ msgstr ""
16516
 
16517
  #: includes/settings/wcj-settings-product-bulk-meta-editor.php:20
16518
  msgid ""
16519
- "When enabled - meta can be changed only if it already existed for product. "
16520
- "If you want to be able to create new meta for products, disable this option."
16521
  msgstr ""
16522
 
16523
  #: includes/settings/wcj-settings-product-bulk-meta-editor.php:27
@@ -16554,8 +16522,8 @@ msgstr ""
16554
 
16555
  #: includes/settings/wcj-settings-product-by-condition.php:28
16556
  msgid ""
16557
- "This will make selected products non-purchasable (i.e. product can't be "
16558
- "added to the cart)."
16559
  msgstr ""
16560
 
16561
  #: includes/settings/wcj-settings-product-by-condition.php:35
@@ -16928,8 +16896,7 @@ msgstr ""
16928
 
16929
  #: includes/settings/wcj-settings-product-images.php:48
16930
  msgid ""
16931
- "Replace image on single product page with custom HTML. Leave blank to "
16932
- "disable."
16933
  msgstr ""
16934
 
16935
  #: includes/settings/wcj-settings-product-images.php:56
@@ -16947,8 +16914,7 @@ msgid "Replace Image on Archive"
16947
  msgstr ""
16948
 
16949
  #: includes/settings/wcj-settings-product-images.php:66
16950
- msgid ""
16951
- "Replace image on archive pages with custom HTML. Leave blank to disable."
16952
  msgstr ""
16953
 
16954
  #: includes/settings/wcj-settings-product-images.php:74
@@ -17312,8 +17278,7 @@ msgstr ""
17312
  #, php-format
17313
  msgid ""
17314
  "You can control what is shown on category archives in <a href=\"%s"
17315
- "\">WooCommerce > Settings > Products > Display > Default category display</"
17316
- "a>."
17317
  msgstr ""
17318
 
17319
  #: includes/settings/wcj-settings-product-listings.php:94
@@ -17399,8 +17364,7 @@ msgstr ""
17399
 
17400
  #: includes/settings/wcj-settings-product-msrp.php:55
17401
  #, php-format
17402
- msgid ""
17403
- "Savings amount in percent. To display this, use %s in \"Final Template\""
17404
  msgstr ""
17405
 
17406
  #: includes/settings/wcj-settings-product-msrp.php:62
@@ -17635,8 +17599,7 @@ msgstr ""
17635
 
17636
  #: includes/settings/wcj-settings-product-price-by-formula.php:85
17637
  msgid ""
17638
- "Disable if you want to use ‘Product Price by Formula’ module only on "
17639
- "Frontend."
17640
  msgstr ""
17641
 
17642
  #: includes/settings/wcj-settings-product-price-by-formula.php:85
@@ -17995,8 +17958,8 @@ msgstr ""
17995
 
17996
  #: includes/settings/wcj-settings-products-xml.php:158
17997
  msgid ""
17998
- "To exclude selected products, enter products here. Leave blank to include "
17999
- "all products."
18000
  msgstr ""
18001
 
18002
  #: includes/settings/wcj-settings-products-xml.php:166
@@ -18303,8 +18266,8 @@ msgstr ""
18303
 
18304
  #: includes/settings/wcj-settings-related-products.php:245
18305
  msgid ""
18306
- "Set this field to NOT hide related products on selected products. Leave "
18307
- "blank to hide on all products."
18308
  msgstr ""
18309
 
18310
  #: includes/settings/wcj-settings-reports.php:14
@@ -18697,8 +18660,8 @@ msgstr ""
18697
 
18698
  #: includes/settings/wcj-settings-shipping-options.php:100
18699
  msgid ""
18700
- "In this section you can show only the most expensive shipping, ignoring "
18701
- "other ones as you wish, like free shipping or local pickup."
18702
  msgstr ""
18703
 
18704
  #: includes/settings/wcj-settings-shipping-options.php:112
@@ -18707,8 +18670,8 @@ msgstr ""
18707
 
18708
  #: includes/settings/wcj-settings-shipping-options.php:116
18709
  msgid ""
18710
- "Use it if you'd like to show the most expensive shipping method ignoring "
18711
- "some other one."
18712
  msgstr ""
18713
 
18714
  #: includes/settings/wcj-settings-shipping-time.php:39
@@ -18932,8 +18895,8 @@ msgstr ""
18932
 
18933
  #: includes/settings/wcj-settings-sku.php:189
18934
  msgid ""
18935
- "This options defines how to handle category prefixes and suffixes, if "
18936
- "product has multiple categories."
18937
  msgstr ""
18938
 
18939
  #: includes/settings/wcj-settings-sku.php:194
@@ -18977,8 +18940,8 @@ msgstr ""
18977
  #: includes/settings/wcj-settings-sku.php:259
18978
  msgid ""
18979
  "Once enabled it's recommended to be used with \"Generate SKUs Only for "
18980
- "Products with Empty SKU\" option or else the SKUs will be replaced on "
18981
- "product save."
18982
  msgstr ""
18983
 
18984
  #: includes/settings/wcj-settings-sku.php:265
@@ -18998,8 +18961,8 @@ msgstr ""
18998
  #: includes/settings/wcj-settings-sku.php:275
18999
  msgid ""
19000
  "If you wish to set SKUs manually, and you need to have same SKUs for "
19001
- "different products, you can enable allow duplicate SKUs option here (which "
19002
- "is disabled in WooCommerce by default)."
19003
  msgstr ""
19004
 
19005
  #: includes/settings/wcj-settings-sku.php:281
@@ -19051,8 +19014,7 @@ msgid "Disable SKUs"
19051
  msgstr ""
19052
 
19053
  #: includes/settings/wcj-settings-sku.php:326
19054
- msgid ""
19055
- "Enable this option if you are not going to use SKUs in your shop at all."
19056
  msgstr ""
19057
 
19058
  #: includes/settings/wcj-settings-sorting.php:14
@@ -19352,8 +19314,7 @@ msgstr ""
19352
 
19353
  #: includes/settings/wcj-settings-tax-display.php:108
19354
  msgid ""
19355
- "Save changes after you change this option and new settings fields will "
19356
- "appear."
19357
  msgstr ""
19358
 
19359
  #: includes/settings/wcj-settings-tax-display.php:109
@@ -19539,8 +19500,7 @@ msgstr ""
19539
 
19540
  #: includes/settings/wcj-settings-url-coupons.php:23
19541
  #, php-format
19542
- msgid ""
19543
- "Your users can apply shop's standard coupons, by visiting URL. E.g.: %s."
19544
  msgstr ""
19545
 
19546
  #: includes/settings/wcj-settings-url-coupons.php:30
@@ -19723,8 +19683,8 @@ msgstr ""
19723
  #: includes/settings/wcj-settings-wholesale-price.php:232
19724
  msgid ""
19725
  "If you want to set different wholesale pricing options for different user "
19726
- "roles, fill this section. Please note that you can also use Booster's "
19727
- "\"Price based on User Role\" module without filling this section."
19728
  msgstr ""
19729
 
19730
  #: includes/settings/wcj-settings-wholesale-price.php:236
@@ -19893,8 +19853,7 @@ msgid "Table Total Rows"
19893
  msgstr ""
19894
 
19895
  #: includes/shipping/class-wc-shipping-wcj-custom-with-shipping-zones.php:260
19896
- msgid ""
19897
- "Press \"Save changes\" and reload the page after you change this number."
19898
  msgstr ""
19899
 
19900
  #: includes/shipping/class-wc-shipping-wcj-custom.php:91
41
  #: includes/class-wcj-max-products-per-user.php:185
42
  #: includes/class-wcj-orders.php:125 includes/class-wcj-orders.php:154
43
  #: includes/class-wcj-payment-gateways.php:92
44
+ #: includes/class-wcj-track-users.php:164 includes/class-wcj-track-users.php:252
 
45
  #: includes/classes/class-wcj-module.php:558
46
  #: includes/classes/class-wcj-module.php:758
47
  #: includes/settings/wcj-settings-price-by-country.php:231
77
  #: includes/admin/class-wc-settings-jetpack.php:190
78
  #, php-format
79
  msgid ""
80
+ "Please note that current <em>%s</em> module is deprecated and will be removed "
81
+ "in future updates. Please use <em>%s</em> module instead."
82
  msgstr ""
83
 
84
  #: includes/admin/class-wc-settings-jetpack.php:195
85
+ msgid "Module will be removed from the module's list as soon as you disable it."
 
86
  msgstr ""
87
 
88
  #: includes/admin/class-wc-settings-jetpack.php:206
89
  #, php-format
90
  msgid ""
91
  "Please note that <em>%s</em> module is currently under development. Until "
92
+ "stable module version is released, options can be changed or some options can "
93
+ "be moved to paid plugin version."
94
  msgstr ""
95
 
96
  #: includes/admin/class-wc-settings-jetpack.php:217
362
  #: includes/admin/wcj-modules-cats.php:15
363
  msgid ""
364
  "This dashboard lets you enable/disable any Booster's module. Each checkbox "
365
+ "comes with short module's description. Please visit <a href=\"https://booster."
366
+ "io\" target=\"_blank\">https://booster.io</a> for detailed info on each "
367
+ "feature."
368
  msgstr ""
369
 
370
  #: includes/admin/wcj-modules-cats.php:25
466
  #: includes/class-wcj-add-to-cart-button-visibility.php:29
467
  #, php-format
468
  msgid ""
469
+ "If you need to enable/disable Add to Cart button for some <strong>user roles</"
470
+ "strong> only, we suggest using this module in conjunction with Booster's %s "
471
+ "module."
472
  msgstr ""
473
 
474
  #: includes/class-wcj-add-to-cart-button-visibility.php:31
498
 
499
  #: includes/class-wcj-address-formats.php:25
500
  msgid ""
501
+ "Set address format in orders on per country basis. Force base country display."
 
502
  msgstr ""
503
 
504
  #: includes/class-wcj-admin-bar.php:30
636
  msgid "Most Stocked"
637
  msgstr ""
638
 
639
+ #: includes/class-wcj-admin-bar.php:450 includes/class-wcj-eu-vat-number.php:230
 
640
  msgid "Taxes"
641
  msgstr ""
642
 
899
  msgid "Item Meta Value"
900
  msgstr ""
901
 
902
+ #: includes/class-wcj-admin-tools.php:261 includes/class-wcj-admin-tools.php:303
 
903
  #: includes/class-wcj-admin-tools.php:312
904
  #: includes/class-wcj-product-bulk-meta-editor.php:340
905
  #: includes/class-wcj-product-bulk-price-converter.php:148
909
  msgid "Product"
910
  msgstr ""
911
 
912
+ #: includes/class-wcj-admin-tools.php:262 includes/class-wcj-admin-tools.php:304
 
913
  #: includes/class-wcj-admin-tools.php:313
914
  #: includes/reports/wcj-class-reports-stock.php:270
915
  msgid "Category"
965
  msgstr ""
966
 
967
  #: includes/class-wcj-cart.php:24
968
+ msgid "Add custom info to the cart page (1 cart block allowed in free version)."
 
969
  msgstr ""
970
 
971
  #: includes/class-wcj-cart.php:25
1022
  msgid ""
1023
  "Customize WooCommerce checkout - restrict countries by customer's IP (Plus); "
1024
  "hide \"Order Again\" button; disable selected fields on checkout for logged "
1025
+ "users and more (Custom fields available in Plus)."
1026
  msgstr ""
1027
 
1028
  #: includes/class-wcj-checkout-customization.php:27
1053
  msgstr ""
1054
 
1055
  #: includes/class-wcj-checkout-fees.php:27
1056
+ msgid "Add fees to WooCommerce cart & checkout (1 fee allowed in free version)."
 
1057
  msgstr ""
1058
 
1059
  #: includes/class-wcj-checkout-fees.php:28
1072
 
1073
  #: includes/class-wcj-checkout-files-upload.php:27
1074
  msgid ""
1075
+ "Let customers upload files on (or after) the checkout (1 file allowed in free "
1076
+ "version)."
1077
  msgstr ""
1078
 
1079
  #: includes/class-wcj-checkout-files-upload.php:28
1199
 
1200
  #: includes/class-wcj-coupon-code-generator.php:29
1201
  msgid ""
1202
+ "Coupon code generator (Multiple generation algorithms available in Plus)."
1203
  msgstr ""
1204
 
1205
  #: includes/class-wcj-coupon-code-generator.php:30
1275
 
1276
  #: includes/class-wcj-currency-exchange-rates.php:25
1277
  msgid ""
1278
+ "Automatic currency exchange rates for WooCommerce (1 allowed in free version)."
 
1279
  msgstr ""
1280
 
1281
  #: includes/class-wcj-currency-exchange-rates.php:26
1710
  #: includes/class-wcj-emails-verification.php:251
1711
  #: includes/settings/wcj-settings-emails-verification.php:107
1712
  msgid ""
1713
+ "<strong>Success:</strong> Your activation email has been resent. Please check "
1714
+ "your email."
1715
  msgstr ""
1716
 
1717
+ #: includes/class-wcj-emails.php:23 includes/settings/wcj-settings-emails.php:14
 
1718
  msgid "Custom Emails"
1719
  msgstr ""
1720
 
1781
  #: includes/class-wcj-eu-vat-number.php:27
1782
  msgid ""
1783
  "Collect and validate EU VAT numbers on the checkout. Automatically disable "
1784
+ "VAT for valid numbers. Add all EU countries VAT standard rates to WooCommerce."
 
1785
  msgstr ""
1786
 
1787
  #: includes/class-wcj-eu-vat-number.php:33
1935
  msgstr ""
1936
 
1937
  #: includes/class-wcj-free-price.php:27
1938
+ msgid "Set free price labels (Variable products allowed in Plus)."
1939
  msgstr ""
1940
 
1941
  #: includes/class-wcj-free-price.php:28
2023
  msgid "Capabilities"
2024
  msgstr ""
2025
 
2026
+ #: includes/class-wcj-general.php:218 includes/class-wcj-product-by-user.php:198
 
2027
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:130
2028
  #: includes/tools/class-wcj-order-statuses-tool.php:145
2029
  #: includes/tools/class-wcj-order-statuses-tool.php:221
2120
 
2121
  #: includes/class-wcj-max-products-per-user.php:31
2122
  msgid ""
2123
+ "Limit number of items your (logged) customers can buy (Free version allows to "
2124
+ "limit globally)."
2125
  msgstr ""
2126
 
2127
  #: includes/class-wcj-max-products-per-user.php:32
2131
  #: includes/class-wcj-max-products-per-user.php:33
2132
  msgid ""
2133
  "Please note, that there is no maximum quantity set for not-logged (i.e. "
2134
+ "guest) users. Product quantities are updated, when order status is changed to "
2135
+ "status listed in module's \"Order Status\" option."
2136
  msgstr ""
2137
 
2138
  #: includes/class-wcj-max-products-per-user.php:114
2210
 
2211
  #: includes/class-wcj-multicurrency-product-base-price.php:26
2212
  msgid ""
2213
+ "Enter prices for products in different currencies (1 currency allowed in free "
2214
+ "version)."
2215
  msgstr ""
2216
 
2217
  #: includes/class-wcj-multicurrency-product-base-price.php:27
2236
  #: includes/class-wcj-multicurrency.php:34
2237
  #, php-format
2238
  msgid ""
2239
+ "After setting currencies in the Currencies Options section below, you can add "
2240
+ "switcher to the frontend with: %s"
2241
  msgstr ""
2242
 
2243
  #: includes/class-wcj-multicurrency.php:36
2317
  #: includes/class-wcj-my-account.php:313
2318
  #, php-format
2319
  msgid ""
2320
+ "From your account dashboard you can view your <a href=\"%1$s\">recent orders</"
2321
+ "a>, manage your <a href=\"%2$s\">shipping and billing addresses</a>, and <a "
2322
+ "href=\"%3$s\">edit your password and account details</a>."
2323
  msgstr ""
2324
 
2325
  #: includes/class-wcj-my-account.php:416
2636
 
2637
  #: includes/class-wcj-order-min-amount.php:29
2638
  msgid ""
2639
+ "Minimum order amount. Order Minimum Amount by User Role (Administrator, Guest "
2640
+ "and Customer available in free version)."
2641
  msgstr ""
2642
 
2643
  #: includes/class-wcj-order-min-amount.php:30
2652
  #: includes/class-wcj-order-numbers.php:26
2653
  msgid ""
2654
  "Sequential order numbering, custom order number prefix, suffix and number "
2655
+ "width. Prefix Options (Order Number Custom Prefix available in free version). "
2656
+ "Suffix options (Plus). "
2657
  msgstr ""
2658
 
2659
  #: includes/class-wcj-order-numbers.php:27
2724
  #: includes/class-wcj-order-quantities.php:447
2725
  #: includes/settings/wcj-settings-order-quantities.php:186
2726
  msgid ""
2727
+ "Maximum allowed quantity for %product_title% is %max_per_item_quantity%. Your "
2728
+ "current item quantity is %item_quantity%."
2729
  msgstr ""
2730
 
2731
  #: includes/class-wcj-order-quantities.php:457
2732
  #: includes/settings/wcj-settings-order-quantities.php:128
2733
  msgid ""
2734
+ "Minimum allowed quantity for %product_title% is %min_per_item_quantity%. Your "
2735
+ "current item quantity is %item_quantity%."
2736
  msgstr ""
2737
 
2738
  #: includes/class-wcj-order-quantities.php:467
2787
 
2788
  #: includes/class-wcj-payment-gateways-by-country.php:25
2789
  msgid ""
2790
+ "Set countries, states or postcodes to include/exclude for payment gateways to "
2791
+ "show up."
2792
  msgstr ""
2793
 
2794
  #: includes/class-wcj-payment-gateways-by-currency.php:25
2879
 
2880
  #: includes/class-wcj-payment-gateways-per-category.php:27
2881
  msgid ""
2882
+ "Show payment gateway only if there is selected product or product category in "
2883
+ "cart."
2884
  msgstr ""
2885
 
2886
  #: includes/class-wcj-payment-gateways.php:23
2889
 
2890
  #: includes/class-wcj-payment-gateways.php:24
2891
  msgid ""
2892
+ "Add multiple custom payment gateways to WooCommerce (1 custom gateway allowed "
2893
+ "in free version)."
2894
  msgstr ""
2895
 
2896
  #: includes/class-wcj-payment-gateways.php:25
3468
 
3469
  #: includes/class-wcj-product-addons.php:31
3470
  msgid ""
3471
+ "Add (paid/free/discount) addons to products (1 addon allowed in free version)."
 
3472
  msgstr ""
3473
 
3474
  #: includes/class-wcj-product-addons.php:32
3483
  msgid ""
3484
  "Booster: Free plugin's version is limited to only three products with per "
3485
  "product addons enabled at a time. You will need to get <a href=\"https://"
3486
+ "booster.io/plus/\" target=\"_blank\">Booster Plus</a> to add unlimited number "
3487
+ "of products with per product addons."
3488
  msgstr ""
3489
 
3490
  #: includes/class-wcj-product-bookings.php:25
3559
  msgstr ""
3560
 
3561
  #: includes/class-wcj-product-bulk-meta-editor.php:26
3562
+ msgid "Set products meta with bulk editor (Variations available in Plus)."
3563
  msgstr ""
3564
 
3565
  #: includes/class-wcj-product-bulk-meta-editor.php:27
3751
 
3752
  #: includes/class-wcj-product-bulk-price-converter.php:273
3753
  msgid ""
3754
+ "E.g.: if you set \"threshold\" to 100, then all prices below 100 will be like "
3755
+ "45,99 and all other prices will be like 109,00."
3756
  msgstr ""
3757
 
3758
  #: includes/class-wcj-product-bulk-price-converter.php:281
3769
 
3770
  #: includes/class-wcj-product-by-country.php:26
3771
  msgid ""
3772
+ "Display products by customer's country. User Country Selection Method (Plus); "
3773
+ "Admin country list options (Plus); Visibility method options (Plus)."
3774
  msgstr ""
3775
 
3776
  #: includes/class-wcj-product-by-country.php:27
3804
  #: includes/class-wcj-product-by-country.php:156
3805
  #, php-format
3806
  msgid ""
3807
+ "If \"Manually\" option is selected, you can add country selection drop box to "
3808
+ "frontend with \"%s\" widget or %s shortcode."
3809
  msgstr ""
3810
 
3811
  #: includes/class-wcj-product-by-country.php:157
3842
  #: includes/class-wcj-product-by-country.php:189
3843
  msgid ""
3844
  "This option sets which countries will be added to list in product's edit "
3845
+ "page. Possible values: \"All countries\" or \"WooCommerce selling locations\"."
 
3846
  msgstr ""
3847
 
3848
  #: includes/class-wcj-product-by-country.php:191
3849
  #, php-format
3850
  msgid ""
3851
+ "If \"WooCommerce selling locations\" option is selected, country list will be "
3852
+ "set by <a href=\"%s\">WooCommerce > Settings > General > Selling location(s)</"
3853
+ "a>."
3854
  msgstr ""
3855
 
3856
  #: includes/class-wcj-product-by-country.php:199
3863
 
3864
  #: includes/class-wcj-product-by-date.php:30
3865
  msgid ""
3866
+ "Set product availability by date (Custom frontend messages available in Plus)."
3867
  msgstr ""
3868
 
3869
  #: includes/class-wcj-product-by-date.php:31
3878
  #: includes/class-wcj-product-by-date.php:118
3879
  #: includes/class-wcj-product-by-date.php:120
3880
  #: includes/settings/wcj-settings-product-by-date.php:95
3881
+ msgid "<p style=\"color:red;\">%product_title% is not available this month.</p>"
 
3882
  msgstr ""
3883
 
3884
  #: includes/class-wcj-product-by-date.php:121
3895
 
3896
  #: includes/class-wcj-product-by-time.php:30
3897
  msgid ""
3898
+ "Set product availability by time (Custom frontend messages available in Plus)."
3899
  msgstr ""
3900
 
3901
  #: includes/class-wcj-product-by-time.php:31
3957
  #, php-format
3958
  msgid ""
3959
  "Enable this option for example if the shop manager can't see some role but "
3960
+ "only if you've already tried the <strong>Shop Manager Editable Roles</strong> "
3961
+ "on <a href=\"%s\">Admin Tools</a> module."
3962
  msgstr ""
3963
 
3964
  #: includes/class-wcj-product-by-user.php:26
4043
  msgstr ""
4044
 
4045
  #: includes/class-wcj-product-custom-visibility.php:26
4046
+ msgid "Display products by custom param (Bulk actions available in Plus)."
4047
  msgstr ""
4048
 
4049
  #: includes/class-wcj-product-custom-visibility.php:27
4052
 
4053
  #: includes/class-wcj-product-custom-visibility.php:29
4054
  msgid ""
4055
+ "When enabled, module will add new \"Booster: Product Custom Visibility\" meta "
4056
+ "box to each product's edit page."
4057
  msgstr ""
4058
 
4059
  #: includes/class-wcj-product-custom-visibility.php:31
4110
 
4111
  #: includes/class-wcj-product-custom-visibility.php:100
4112
  msgid ""
4113
+ "Can not be empty. Options will be added to each product's admin edit page and "
4114
+ "to the selection drop box on frontend."
4115
  msgstr ""
4116
 
4117
  #: includes/class-wcj-product-images.php:25
4215
  #: includes/class-wcj-product-info.php:282
4216
  msgid ""
4217
  "[wcj_product_you_save before=\"You save: <strong>\" hide_if_zero=\"yes\" "
4218
+ "after=\"</strong>\"][wcj_product_you_save_percent hide_if_zero=\"yes\" before="
4219
+ "\" (\" after=\"%)\"]"
4220
  msgstr ""
4221
 
4222
  #: includes/class-wcj-product-info.php:283
4239
  #: includes/class-wcj-product-listings.php:28
4240
  msgid ""
4241
  "Change display options for shop and category pages: show/hide categories "
4242
+ "count (Hide subcategories count on category pages allowed in Plus), exclude "
4243
  "categories, show/hide empty categories."
4244
  msgstr ""
4245
 
4271
  #: includes/class-wcj-product-msrp.php:34
4272
  msgid ""
4273
  "Save and display product MSRP in WooCommerce (Custom template available in "
4274
+ "Plus)."
4275
  msgstr ""
4276
 
4277
  #: includes/class-wcj-product-msrp.php:35
4330
 
4331
  #: includes/class-wcj-product-price-by-formula.php:27
4332
  msgid ""
4333
+ "Set formula for automatic product price calculation (Available per product in "
4334
+ "free version)."
4335
  msgstr ""
4336
 
4337
  #: includes/class-wcj-product-price-by-formula.php:28
4526
  #: includes/class-wcj-products-per-page.php:29
4527
  msgid ""
4528
  "Add \"products per page\" selector to WooCommerce (Select options available "
4529
+ "in Plus)."
4530
  msgstr ""
4531
 
4532
  #: includes/class-wcj-products-per-page.php:30
4577
 
4578
  #: includes/class-wcj-purchase-data.php:29
4579
  msgid ""
4580
+ "Save product purchase costs data for admin reports (1 custom field allowed in "
4581
+ "free version)."
4582
  msgstr ""
4583
 
4584
  #: includes/class-wcj-purchase-data.php:30
4744
  #: includes/class-wcj-shipping-by-cities.php:26
4745
  msgid ""
4746
  "Set shipping cities or postcodes to include/exclude for shipping methods to "
4747
+ "show up. (Free shipping available in Plus)."
4748
  msgstr ""
4749
 
4750
  #: includes/class-wcj-shipping-by-cities.php:27
4785
  #: includes/class-wcj-shipping-by-order-amount.php:27
4786
  msgid ""
4787
  "Set minimum and/or maximum order amount for shipping methods to show up "
4788
+ "(Local pickup available in Plus)."
4789
  msgstr ""
4790
 
4791
  #: includes/class-wcj-shipping-by-order-amount.php:28
4792
+ msgid "Set minimum and/or maximum order amount for shipping methods to show up."
 
4793
  msgstr ""
4794
 
4795
  #: includes/class-wcj-shipping-by-order-qty.php:26
4800
  #: includes/class-wcj-shipping-by-order-qty.php:27
4801
  msgid ""
4802
  "Set minimum and/or maximum order quantity for shipping methods to show up "
4803
+ "(Local pickup available in Plus)."
4804
  msgstr ""
4805
 
4806
  #: includes/class-wcj-shipping-by-order-qty.php:28
4815
 
4816
  #: includes/class-wcj-shipping-by-products.php:27
4817
  msgid ""
4818
+ "Set products, product categories, tags or shipping classes to include/exclude "
4819
+ "for shipping methods to show up (Free shipping available in Plus)."
4820
  msgstr ""
4821
 
4822
  #: includes/class-wcj-shipping-by-products.php:28
4823
  msgid ""
4824
+ "Set products, product categories, tags or shipping classes to include/exclude "
4825
+ "for shipping methods to show up."
4826
  msgstr ""
4827
 
4828
  #: includes/class-wcj-shipping-by-products.php:34
4862
 
4863
  #: includes/class-wcj-shipping-by-products.php:187
4864
  msgid ""
4865
+ "Enable this checkbox if you want all products in cart to be valid (instead of "
4866
+ "at least one)."
4867
  msgstr ""
4868
 
4869
  #: includes/class-wcj-shipping-by-products.php:188
4909
  #: includes/class-wcj-shipping-by-time.php:28
4910
  msgid ""
4911
  "Set date and/or time to include/exclude for shipping methods to show up. "
4912
+ "(Free shipping available in Plus)."
4913
  msgstr ""
4914
 
4915
  #: includes/class-wcj-shipping-by-time.php:29
4916
+ msgid "Set date and/or time to include/exclude for shipping methods to show up."
 
4917
  msgstr ""
4918
 
4919
  #: includes/class-wcj-shipping-by-time.php:34
4964
  #: includes/class-wcj-shipping-by-user-role.php:26
4965
  msgid ""
4966
  "Set user roles, users or membership plans to include/exclude for shipping "
4967
+ "methods to show up (Free shipping available in Plus)."
4968
  msgstr ""
4969
 
4970
  #: includes/class-wcj-shipping-by-user-role.php:27
5055
 
5056
  #: includes/class-wcj-shipping-options.php:29
5057
  msgid ""
5058
+ "Show only the most expensive shipping (In free version, only free shipping is "
5059
+ "allowed to be ignored)."
5060
  msgstr ""
5061
 
5062
  #: includes/class-wcj-shipping-options.php:32
5186
 
5187
  #: includes/class-wcj-sorting.php:26
5188
  msgid ""
5189
+ "Add more sorting options; rename or remove default sorting options; rearrange "
5190
+ "sorting options on frontend."
5191
  msgstr ""
5192
 
5193
  #: includes/class-wcj-sorting.php:215
5404
  #, php-format
5405
  msgid ""
5406
  "Booster: Free plugin's version is limited to only one \"%1$s\" product with "
5407
+ "settings on per product basis enabled at a time. You will need to get <a href="
5408
+ "\"%2$s\" target=\"_blank\">Booster Plus</a> to add unlimited number of \"%1$s"
5409
+ "\" products."
5410
  msgstr ""
5411
 
5412
  #: includes/classes/class-wcj-module.php:650
5489
  #: includes/core/class-wcj-admin.php:55
5490
  #, php-format
5491
  msgid ""
5492
+ "You're using Booster free version. To unlock more features please consider <a "
5493
+ "target=\"_blank\" href=\"%s\">upgrading to Plus</a>."
5494
  msgstr ""
5495
 
5496
  #: includes/core/class-wcj-admin.php:96
5500
  #: includes/core/class-wcj-admin.php:98
5501
  #, php-format
5502
  msgid ""
5503
+ "Visit <a target=\"_blank\" href=\"%s\">your account page</a> on booster.io to "
5504
+ "download the latest Booster Plus version."
5505
  msgstr ""
5506
 
5507
  #: includes/core/class-wcj-admin.php:102
5583
  msgid ""
5584
  "Please note, that all new orders in WooCommerce by default are created with "
5585
  "Pending Payment status. If you want to change the default order status - you "
5586
+ "can use Booster's \"Order Custom Statuses\" module (in WooCommerce > Settings "
5587
+ "> Booster > Shipping & Orders > Order Custom Statuses)."
5588
  msgstr ""
5589
 
5590
  #: includes/emails/class-wc-email-wcj-custom.php:249
5645
  #: includes/emails/class-wc-email-wcj-custom.php:279
5646
  #, php-format
5647
  msgid ""
5648
+ "This controls the email subject line. Leave blank to use the default subject: "
5649
+ "<code>%s</code>."
5650
  msgstr ""
5651
 
5652
  #: includes/emails/class-wc-email-wcj-custom.php:285
5670
  #: includes/emails/class-wc-email-wcj-custom.php:300
5671
  #, php-format
5672
  msgid ""
5673
+ "This controls the main heading contained within the email notification. Leave "
5674
+ "blank to use the default heading: <code>%s</code>."
5675
  msgstr ""
5676
 
5677
  #: includes/emails/class-wc-email-wcj-custom.php:306
6224
  #: includes/functions/wcj-functions-admin.php:314
6225
  #, php-format
6226
  msgid ""
6227
+ "Get <a href=\"%s\" target=\"_blank\">Booster Plus</a> to enable \"%s\" option."
 
6228
  msgstr ""
6229
 
6230
  #: includes/functions/wcj-functions-admin.php:317
7597
 
7598
  #: includes/gateways/class-wc-gateway-wcj-custom.php:97
7599
  msgid ""
7600
+ "If you want to set minimum order amount (excluding fees) to show this gateway "
7601
+ "on frontend, enter a number here. Set to 0 to disable."
7602
  msgstr ""
7603
 
7604
  #: includes/gateways/class-wc-gateway-wcj-custom.php:104
7855
 
7856
  #: includes/input-fields/wcj-product-input-fields-options.php:116
7857
  msgid ""
7858
+ "If file is selected, set accepted file types here. E.g.: \".jpg,.jpeg,.png\". "
7859
+ "Leave blank to accept all files"
7860
  msgstr ""
7861
 
7862
  #: includes/input-fields/wcj-product-input-fields-options.php:117
8042
 
8043
  #: includes/pdf-invoices/class-wcj-pdf-invoicing-renumerate-tool.php:68
8044
  msgid ""
8045
+ "The tool renumerates invoices from choosen date. Invoice number format is set "
8046
+ "in WooCommerce > Settings > Booster > PDF Invoicing & Packing Slips > "
8047
  "Numbering."
8048
  msgstr ""
8049
 
8069
  msgstr ""
8070
 
8071
  #: includes/pdf-invoices/class-wcj-pdf-invoicing-renumerate-tool.php:91
8072
+ msgid "Counter to start renumerating. Leave 0 to continue from current counter."
 
8073
  msgstr ""
8074
 
8075
  #: includes/pdf-invoices/class-wcj-pdf-invoicing-renumerate-tool.php:96
8618
 
8619
  #: includes/reports/wcj-class-reports-stock.php:39
8620
  msgid ""
8621
+ "Report shows all products that are low in stock calculated on product's sales "
8622
+ "data."
8623
  msgstr ""
8624
 
8625
  #: includes/reports/wcj-class-reports-stock.php:40
9082
  #: includes/settings/meta-box/wcj-settings-meta-box-product-addons.php:160
9083
  #: includes/settings/wcj-settings-product-addons.php:158
9084
  msgid ""
9085
+ "Leave empty to disable quantity calculation for the addon. When set to zero - "
9086
+ "addon will be disabled."
9087
  msgstr ""
9088
 
9089
  #: includes/settings/meta-box/wcj-settings-meta-box-product-by-condition.php:14
9090
  msgid ""
9091
+ "Use \"Control\" key to select/deselect multiple options. Hold \"Control\" and "
9092
+ "\"A\" to select all options. Leave empty to disable."
9093
  msgstr ""
9094
 
9095
  #: includes/settings/meta-box/wcj-settings-meta-box-product-by-date.php:17
9226
 
9227
  #: includes/settings/meta-box/wcj-settings-meta-box-related-products.php:31
9228
  msgid ""
9229
+ "Hold Control (Ctrl) key to select multiple products. Ctrl and \"A\" to select "
9230
+ "all products."
9231
  msgstr ""
9232
 
9233
  #: includes/settings/meta-box/wcj-settings-meta-box-sale-flash.php:24
10225
 
10226
  #: includes/settings/wcj-settings-checkout-core-fields.php:149
10227
  msgid ""
10228
+ "If not empty - selected categories products must be in cart for current field "
10229
+ "to appear."
10230
  msgstr ""
10231
 
10232
  #: includes/settings/wcj-settings-checkout-core-fields.php:160
10403
 
10404
  #: includes/settings/wcj-settings-checkout-custom-fields.php:279
10405
  msgid ""
10406
+ "Visit <a href=\"https://codex.wordpress.org/Formatting_Date_and_Time\" target="
10407
+ "\"_blank\">documentation on date and time formatting</a> for valid date "
10408
+ "formats"
10409
  msgstr ""
10410
 
10411
  #: includes/settings/wcj-settings-checkout-custom-fields.php:286
10433
  msgid ""
10434
  "The range of years displayed in the year drop-down: either relative to "
10435
  "today's year (\"-nn:+nn\"), relative to the currently selected year (\"c-nn:c"
10436
+ "+nn\"), absolute (\"nnnn:nnnn\"), or combinations of these formats (\"nnnn:-nn"
10437
+ "\"). Note that this option only affects what appears in the drop-down, to "
10438
  "restrict which dates may be selected use the minDate and/or maxDate options."
10439
  msgstr ""
10440
 
10494
  msgstr ""
10495
 
10496
  #: includes/settings/wcj-settings-checkout-custom-fields.php:374
10497
+ msgid "Show this field only if there is a product of selected category in cart."
 
10498
  msgstr ""
10499
 
10500
  #: includes/settings/wcj-settings-checkout-custom-fields.php:382
10601
  #: includes/settings/wcj-settings-checkout-customization.php:28
10602
  #, php-format
10603
  msgid ""
10604
+ "To restrict shipping countries, \"Shipping location(s)\" option in %s must be "
10605
+ "set to \"Ship to specific countries only\" (and you can leave \"Ship to "
10606
  "specific countries\" option empty there)."
10607
  msgstr ""
10608
 
11593
  #: includes/settings/wcj-settings-currency-exchange-rates.php:139
11594
  #, php-format
11595
  msgid ""
11596
+ "You can add more currencies in this section. E.g. this can be used to display "
11597
+ "exchange rates with %s shortcodes."
11598
  msgstr ""
11599
 
11600
  #: includes/settings/wcj-settings-currency-exchange-rates.php:150
11656
  #: includes/settings/wcj-settings-currency-per-product.php:35
11657
  #: includes/settings/wcj-settings-currency-per-product.php:48
11658
  msgid ""
11659
+ "Leave product currency (allow only same currency products to be added to cart)"
 
11660
  msgstr ""
11661
 
11662
  #: includes/settings/wcj-settings-currency-per-product.php:36
11673
 
11674
  #: includes/settings/wcj-settings-currency-per-product.php:77
11675
  msgid ""
11676
+ "Save module's settings after changing this options to see new settings fields."
 
11677
  msgstr ""
11678
 
11679
  #: includes/settings/wcj-settings-currency-per-product.php:82
11737
  #: includes/settings/wcj-settings-currency-per-product.php:139
11738
  msgid ""
11739
  "Exchange rates for currencies won't be used for products if \"Cart and "
11740
+ "Checkout Behaviour\" is set to one of \"Leave product currency ...\" options. "
11741
+ "However it may be used for shipping price conversion."
11742
  msgstr ""
11743
 
11744
  #: includes/settings/wcj-settings-currency-per-product.php:144
11765
  #: includes/settings/wcj-settings-price-by-country.php:247
11766
  #: includes/settings/wcj-settings-product-price-by-formula.php:108
11767
  msgid ""
11768
+ "This may help if you are experiencing compatibility issues with other plugins."
 
11769
  msgstr ""
11770
 
11771
  #: includes/settings/wcj-settings-currency.php:14
11930
 
11931
  #: includes/settings/wcj-settings-emails-verification.php:44
11932
  msgid ""
11933
+ "Enable if users are logged in automattically when they should not, like after "
11934
+ "registration on checkout"
11935
  msgstr ""
11936
 
11937
  #: includes/settings/wcj-settings-emails-verification.php:50
12247
 
12248
  #: includes/settings/wcj-settings-eu-vat-number.php:255
12249
  msgid ""
12250
+ "List all countries you want VAT validation to be skipped for (i.e. VAT always "
12251
+ "valid). Ignored if empty."
12252
  msgstr ""
12253
 
12254
  #: includes/settings/wcj-settings-eu-vat-number.php:256
12322
 
12323
  #: includes/settings/wcj-settings-export.php:101
12324
  msgid ""
12325
+ "If field's \"Type\" is set to \"Meta\", enter order meta key to retrieve (can "
12326
+ "be custom field name)."
12327
  msgstr ""
12328
 
12329
  #: includes/settings/wcj-settings-export.php:102
12501
 
12502
  #: includes/settings/wcj-settings-general.php:54
12503
  msgid ""
12504
+ "IP Detection Methods used by some Booster modules when not using IP detection "
12505
+ "from WooCommerce. Change order for different results."
12506
  msgstr ""
12507
 
12508
  #: includes/settings/wcj-settings-general.php:55
12781
 
12782
  #: includes/settings/wcj-settings-global-discount.php:143
12783
  msgid ""
12784
+ "Set this field to NOT apply discount to selected product tags. Leave blank to "
12785
+ "apply to all products."
12786
  msgstr ""
12787
 
12788
  #: includes/settings/wcj-settings-global-discount.php:153
12818
 
12819
  #: includes/settings/wcj-settings-global-discount.php:195
12820
  msgid ""
12821
+ "This will enable \"global discount\" product pricing in backend. It will also "
12822
+ "affect some modules, e.g.: \"Products XML Feeds\" module."
12823
  msgstr ""
12824
 
12825
  #: includes/settings/wcj-settings-global-discount.php:201
12849
  msgstr ""
12850
 
12851
  #: includes/settings/wcj-settings-left-to-free-shipping.php:16
12852
+ msgid "This section lets you enable info on cart, mini cart and checkout pages."
 
12853
  msgstr ""
12854
 
12855
  #: includes/settings/wcj-settings-left-to-free-shipping.php:17
12877
 
12878
  #: includes/settings/wcj-settings-left-to-free-shipping.php:43
12879
  msgid ""
12880
+ "Please note, that depending on the \"Position\" you select, your customer may "
12881
+ "have to reload the cart page to see the updated left to free shipping value. "
12882
+ "For example, if you select \"After cart totals\" position, then left to free "
12883
+ "shipping value will be updated as soon as customer updates the cart. However "
12884
+ "if you select \"After cart\" position instead – message will not be updated, "
12885
+ "and customer will have to reload the page. In other words, message position "
12886
+ "should be inside that page part that is automatically updated on cart update."
 
12887
  msgstr ""
12888
 
12889
  #: includes/settings/wcj-settings-left-to-free-shipping.php:50
13253
  #: includes/settings/wcj-settings-multicurrency.php:178
13254
  #, php-format
13255
  msgid ""
13256
+ "Adds compatibility with <a href=\"%s\" target=\"_blank\">WPC Product Bundles</"
13257
+ "a> plugin."
13258
  msgstr ""
13259
 
13260
  #: includes/settings/wcj-settings-multicurrency.php:184
13880
 
13881
  #: includes/settings/wcj-settings-order-custom-statuses.php:38
13882
  msgid ""
13883
+ "If you wish to add custom statuses to admin reports, enable the checkbox here."
 
13884
  msgstr ""
13885
 
13886
  #: includes/settings/wcj-settings-order-custom-statuses.php:44
14127
 
14128
  #: includes/settings/wcj-settings-order-numbers.php:62
14129
  msgid ""
14130
+ "Date prefix before order number (optional). This will change the prefixes for "
14131
+ "all existing orders. Value is passed directly to PHP `date` function, so most "
14132
+ "of PHP date formats can be used. The only exception is using `\\` symbol in "
14133
+ "date format, as this symbol will be excluded from date. Try: Y-m-d- or mdy."
 
14134
  msgstr ""
14135
 
14136
  #: includes/settings/wcj-settings-order-numbers.php:69
14162
  #: includes/settings/wcj-settings-order-numbers.php:89
14163
  msgid ""
14164
  "Date suffix after order number (optional). This will change the suffixes for "
14165
+ "all existing orders. Value is passed directly to PHP `date` function, so most "
14166
+ "of PHP date formats can be used. The only exception is using `\\` symbol in "
14167
+ "date format, as this symbol will be excluded from date. Try: Y-m-d- or mdy."
 
14168
  msgstr ""
14169
 
14170
  #: includes/settings/wcj-settings-order-numbers.php:96
14237
 
14238
  #: includes/settings/wcj-settings-order-quantities.php:24
14239
  msgid ""
14240
+ "Save module's settings after enabling this option, so you could enter decimal "
14241
+ "quantities in step, min and/or max quantity options."
14242
  msgstr ""
14243
 
14244
  #: includes/settings/wcj-settings-order-quantities.php:30
14358
 
14359
  #: includes/settings/wcj-settings-order-quantities.php:250
14360
  msgid ""
14361
+ "When enabled, only one item will be allowed to be added to the cart (quantity "
14362
+ "is not checked)."
14363
  msgstr ""
14364
 
14365
  #: includes/settings/wcj-settings-orders.php:26
14451
 
14452
  #: includes/settings/wcj-settings-orders.php:133
14453
  msgid ""
14454
+ "When enabled this will add \"Booster: Country by IP\" metabox to each order's "
14455
+ "edit page."
14456
  msgstr ""
14457
 
14458
  #: includes/settings/wcj-settings-orders.php:143
14572
  #: includes/settings/wcj-settings-shipping-icons.php:62
14573
  #: includes/settings/wcj-settings-shipping-time.php:32
14574
  msgid ""
14575
+ "Enable this if you want to use shipping methods instances instead of shipping "
14576
+ "methods."
14577
  msgstr ""
14578
 
14579
  #: includes/settings/wcj-settings-payment-gateways-by-shipping.php:39
14638
 
14639
  #: includes/settings/wcj-settings-payment-gateways-currency.php:96
14640
  msgid ""
14641
+ "Enable this if you are having compatibility issues with some other plugins or "
14642
+ "modules."
14643
  msgstr ""
14644
 
14645
  #: includes/settings/wcj-settings-payment-gateways-fees.php:20
14654
  #: includes/settings/wcj-settings-payment-gateways-fees.php:23
14655
  #, php-format
14656
  msgid ""
14657
+ "The chosen payment will be the first one from the <a href=\"%s\">Payments</a> "
14658
+ "page"
14659
  msgstr ""
14660
 
14661
  #: includes/settings/wcj-settings-payment-gateways-fees.php:42
14748
 
14749
  #: includes/settings/wcj-settings-payment-gateways-fees.php:133
14750
  msgid ""
14751
+ "Require at least one of selected products to be in cart for fee to be applied."
 
14752
  msgstr ""
14753
 
14754
  #: includes/settings/wcj-settings-payment-gateways-fees.php:145
14854
 
14855
  #: includes/settings/wcj-settings-payment-gateways-per-category.php:61
14856
  msgid ""
14857
+ "Hide gateway if there is product of selected category in cart. Leave blank to "
14858
+ "disable the option."
14859
  msgstr ""
14860
 
14861
  #: includes/settings/wcj-settings-payment-gateways-per-category.php:72
14924
 
14925
  #: includes/settings/wcj-settings-payment-gateways.php:56
14926
  msgid ""
14927
+ "This will add \"Delete\" button to custom payment gateways input fields admin "
14928
+ "order meta box."
14929
  msgstr ""
14930
 
14931
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:16
14943
 
14944
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:24
14945
  msgid ""
14946
+ "Fonts are NOT up to date. Please try downloading by pressing the button below."
 
14947
  msgstr ""
14948
 
14949
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:27
15046
 
15047
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:106
15048
  msgid ""
15049
+ "Probably you'll want it disabled and use the <code>item_meta</code> parameter "
15050
+ "instead."
15051
  msgstr ""
15052
 
15053
  #: includes/settings/wcj-settings-pdf-invoicing-advanced.php:112
15196
 
15197
  #: includes/settings/wcj-settings-pdf-invoicing-display.php:126
15198
  #, php-format
15199
+ msgid "Enter file name for PDF documents. You can use shortcodes here, e.g. %s."
 
15200
  msgstr ""
15201
 
15202
  #: includes/settings/wcj-settings-pdf-invoicing-display.php:134
15470
 
15471
  #: includes/settings/wcj-settings-price-by-country.php:32
15472
  msgid ""
15473
+ "Change product's price and currency by customer's country. Customer's country "
15474
+ "is detected automatically by IP, or selected by customer manually."
15475
  msgstr ""
15476
 
15477
  #: includes/settings/wcj-settings-price-by-country.php:36
15641
  #: includes/settings/wcj-settings-price-by-country.php:194
15642
  #, php-format
15643
  msgid ""
15644
+ "If it doesn't work properly try to enable <a href=\"%s\">redirect to the cart "
15645
+ "page after successful addition</a> option."
15646
  msgstr ""
15647
 
15648
  #: includes/settings/wcj-settings-price-by-country.php:200
15823
  #: includes/settings/wcj-settings-product-open-pricing.php:149
15824
  #: includes/settings/wcj-settings-wholesale-price.php:126
15825
  msgid ""
15826
+ "Try enabling this checkbox, if you are having compatibility issues with other "
15827
+ "plugins."
15828
  msgstr ""
15829
 
15830
  #: includes/settings/wcj-settings-price-by-user-role.php:131
15850
 
15851
  #: includes/settings/wcj-settings-price-by-user-role.php:217
15852
  msgid ""
15853
+ "Multiplier is ignored if set to negative number (e.g.: -1). Global multiplier "
15854
+ "will be used instead."
15855
  msgstr ""
15856
 
15857
  #: includes/settings/wcj-settings-price-formats.php:20
16037
  #: includes/settings/wcj-settings-product-add-to-cart.php:18
16038
  #, php-format
16039
  msgid ""
16040
+ "For archives - \"Enable AJAX add to cart buttons on archives\" checkbox in <a "
16041
+ "href=\"%s\">WooCommerce > Settings > Products > Display</a> must be disabled."
 
16042
  msgstr ""
16043
 
16044
  #: includes/settings/wcj-settings-product-add-to-cart.php:31
16052
 
16053
  #: includes/settings/wcj-settings-product-add-to-cart.php:54
16054
  msgid ""
16055
+ "This section lets you enable automatically adding product to cart on visiting "
16056
+ "the product page. Product is only added once, so if it is already in cart - "
16057
+ "duplicate product is not added. "
16058
  msgstr ""
16059
 
16060
  #: includes/settings/wcj-settings-product-add-to-cart.php:59
16484
 
16485
  #: includes/settings/wcj-settings-product-bulk-meta-editor.php:20
16486
  msgid ""
16487
+ "When enabled - meta can be changed only if it already existed for product. If "
16488
+ "you want to be able to create new meta for products, disable this option."
16489
  msgstr ""
16490
 
16491
  #: includes/settings/wcj-settings-product-bulk-meta-editor.php:27
16522
 
16523
  #: includes/settings/wcj-settings-product-by-condition.php:28
16524
  msgid ""
16525
+ "This will make selected products non-purchasable (i.e. product can't be added "
16526
+ "to the cart)."
16527
  msgstr ""
16528
 
16529
  #: includes/settings/wcj-settings-product-by-condition.php:35
16896
 
16897
  #: includes/settings/wcj-settings-product-images.php:48
16898
  msgid ""
16899
+ "Replace image on single product page with custom HTML. Leave blank to disable."
 
16900
  msgstr ""
16901
 
16902
  #: includes/settings/wcj-settings-product-images.php:56
16914
  msgstr ""
16915
 
16916
  #: includes/settings/wcj-settings-product-images.php:66
16917
+ msgid "Replace image on archive pages with custom HTML. Leave blank to disable."
 
16918
  msgstr ""
16919
 
16920
  #: includes/settings/wcj-settings-product-images.php:74
17278
  #, php-format
17279
  msgid ""
17280
  "You can control what is shown on category archives in <a href=\"%s"
17281
+ "\">WooCommerce > Settings > Products > Display > Default category display</a>."
 
17282
  msgstr ""
17283
 
17284
  #: includes/settings/wcj-settings-product-listings.php:94
17364
 
17365
  #: includes/settings/wcj-settings-product-msrp.php:55
17366
  #, php-format
17367
+ msgid "Savings amount in percent. To display this, use %s in \"Final Template\""
 
17368
  msgstr ""
17369
 
17370
  #: includes/settings/wcj-settings-product-msrp.php:62
17599
 
17600
  #: includes/settings/wcj-settings-product-price-by-formula.php:85
17601
  msgid ""
17602
+ "Disable if you want to use ‘Product Price by Formula’ module only on Frontend."
 
17603
  msgstr ""
17604
 
17605
  #: includes/settings/wcj-settings-product-price-by-formula.php:85
17958
 
17959
  #: includes/settings/wcj-settings-products-xml.php:158
17960
  msgid ""
17961
+ "To exclude selected products, enter products here. Leave blank to include all "
17962
+ "products."
17963
  msgstr ""
17964
 
17965
  #: includes/settings/wcj-settings-products-xml.php:166
18266
 
18267
  #: includes/settings/wcj-settings-related-products.php:245
18268
  msgid ""
18269
+ "Set this field to NOT hide related products on selected products. Leave blank "
18270
+ "to hide on all products."
18271
  msgstr ""
18272
 
18273
  #: includes/settings/wcj-settings-reports.php:14
18660
 
18661
  #: includes/settings/wcj-settings-shipping-options.php:100
18662
  msgid ""
18663
+ "In this section you can show only the most expensive shipping, ignoring other "
18664
+ "ones as you wish, like free shipping or local pickup."
18665
  msgstr ""
18666
 
18667
  #: includes/settings/wcj-settings-shipping-options.php:112
18670
 
18671
  #: includes/settings/wcj-settings-shipping-options.php:116
18672
  msgid ""
18673
+ "Use it if you'd like to show the most expensive shipping method ignoring some "
18674
+ "other one."
18675
  msgstr ""
18676
 
18677
  #: includes/settings/wcj-settings-shipping-time.php:39
18895
 
18896
  #: includes/settings/wcj-settings-sku.php:189
18897
  msgid ""
18898
+ "This options defines how to handle category prefixes and suffixes, if product "
18899
+ "has multiple categories."
18900
  msgstr ""
18901
 
18902
  #: includes/settings/wcj-settings-sku.php:194
18940
  #: includes/settings/wcj-settings-sku.php:259
18941
  msgid ""
18942
  "Once enabled it's recommended to be used with \"Generate SKUs Only for "
18943
+ "Products with Empty SKU\" option or else the SKUs will be replaced on product "
18944
+ "save."
18945
  msgstr ""
18946
 
18947
  #: includes/settings/wcj-settings-sku.php:265
18961
  #: includes/settings/wcj-settings-sku.php:275
18962
  msgid ""
18963
  "If you wish to set SKUs manually, and you need to have same SKUs for "
18964
+ "different products, you can enable allow duplicate SKUs option here (which is "
18965
+ "disabled in WooCommerce by default)."
18966
  msgstr ""
18967
 
18968
  #: includes/settings/wcj-settings-sku.php:281
19014
  msgstr ""
19015
 
19016
  #: includes/settings/wcj-settings-sku.php:326
19017
+ msgid "Enable this option if you are not going to use SKUs in your shop at all."
 
19018
  msgstr ""
19019
 
19020
  #: includes/settings/wcj-settings-sorting.php:14
19314
 
19315
  #: includes/settings/wcj-settings-tax-display.php:108
19316
  msgid ""
19317
+ "Save changes after you change this option and new settings fields will appear."
 
19318
  msgstr ""
19319
 
19320
  #: includes/settings/wcj-settings-tax-display.php:109
19500
 
19501
  #: includes/settings/wcj-settings-url-coupons.php:23
19502
  #, php-format
19503
+ msgid "Your users can apply shop's standard coupons, by visiting URL. E.g.: %s."
 
19504
  msgstr ""
19505
 
19506
  #: includes/settings/wcj-settings-url-coupons.php:30
19683
  #: includes/settings/wcj-settings-wholesale-price.php:232
19684
  msgid ""
19685
  "If you want to set different wholesale pricing options for different user "
19686
+ "roles, fill this section. Please note that you can also use Booster's \"Price "
19687
+ "based on User Role\" module without filling this section."
19688
  msgstr ""
19689
 
19690
  #: includes/settings/wcj-settings-wholesale-price.php:236
19853
  msgstr ""
19854
 
19855
  #: includes/shipping/class-wc-shipping-wcj-custom-with-shipping-zones.php:260
19856
+ msgid "Press \"Save changes\" and reload the page after you change this number."
 
19857
  msgstr ""
19858
 
19859
  #: includes/shipping/class-wc-shipping-wcj-custom.php:91
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: anbinder, karzin, pluggabl
3
  Tags: woocommerce, booster for woocommerce, woocommerce jetpack
4
  Requires at least: 4.4
5
  Tested up to: 5.5
6
- Stable tag: 5.2.0
7
  License: GNU General Public License v3.0
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -193,6 +193,10 @@ You can see the differences between versions in this [table](https://booster.io/
193
 
194
  == Changelog ==
195
 
 
 
 
 
196
  = 5.2.0 - 17/08/2020 =
197
  * Fix - EMAILS & MISC. - Email Verification - Fix `Prevent User Login Globally` option from creating an empty order.
198
  * Fix - PRICES & CURRENCIES - Currency Exchange Rates - Move `wcj_currency_exchange_rate` filter to the correct place to also include the exchange rate value from inversion.
3
  Tags: woocommerce, booster for woocommerce, woocommerce jetpack
4
  Requires at least: 4.4
5
  Tested up to: 5.5
6
+ Stable tag: 5.2.1
7
  License: GNU General Public License v3.0
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
193
 
194
  == Changelog ==
195
 
196
+ = 5.2.1 - 18/08/2020 =
197
+ * Fix - `WCJ_Module` - Fix compatibility issue with Beaver Builder Plugin.
198
+ * Dev - Improve modules description.
199
+
200
  = 5.2.0 - 17/08/2020 =
201
  * Fix - EMAILS & MISC. - Email Verification - Fix `Prevent User Login Globally` option from creating an empty order.
202
  * Fix - PRICES & CURRENCIES - Currency Exchange Rates - Move `wcj_currency_exchange_rate` filter to the correct place to also include the exchange rate value from inversion.
woocommerce-jetpack.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Booster for WooCommerce
4
  Plugin URI: https://booster.io
5
  Description: Supercharge your WooCommerce site with these awesome powerful features. More than 100 modules. All in one WooCommerce plugin.
6
- Version: 5.2.0
7
  Author: Pluggabl LLC
8
  Author URI: https://booster.io
9
  Text Domain: woocommerce-jetpack
@@ -57,7 +57,7 @@ final class WC_Jetpack {
57
  * @var string
58
  * @since 2.4.7
59
  */
60
- public $version = '5.2.0';
61
 
62
  /**
63
  * @var WC_Jetpack The single instance of the class
3
  Plugin Name: Booster for WooCommerce
4
  Plugin URI: https://booster.io
5
  Description: Supercharge your WooCommerce site with these awesome powerful features. More than 100 modules. All in one WooCommerce plugin.
6
+ Version: 5.2.1
7
  Author: Pluggabl LLC
8
  Author URI: https://booster.io
9
  Text Domain: woocommerce-jetpack
57
  * @var string
58
  * @since 2.4.7
59
  */
60
+ public $version = '5.2.1';
61
 
62
  /**
63
  * @var WC_Jetpack The single instance of the class