WooLentor – Elementor WooCommerce Builder Addons, Variation Swatches Addons, Gutenberg WooCommerce Product block, grid, slider, templates, widgets, Quick View, Wishlist, Products Compare, Product Filter – All in One Solution - Version 2.1.9

Version Description

Download this release

Release Info

Developer devitemsllc
Plugin Icon 128x128 WooLentor – Elementor WooCommerce Builder Addons, Variation Swatches Addons, Gutenberg WooCommerce Product block, grid, slider, templates, widgets, Quick View, Wishlist, Products Compare, Product Filter – All in One Solution
Version 2.1.9
Comparing to
See all releases

Code changes from version 2.1.8 to 2.1.9

classes/class.widgets_control.php CHANGED
@@ -357,6 +357,10 @@ class Widgets_Control{
357
  'title' => esc_html__('WishSuite Table','woolentor'),
358
  'is_pro' => false,
359
  ];
 
 
 
 
360
  }
361
 
362
  if( class_exists('Ever_Compare') || class_exists('Woolentor_Ever_Compare') ){
357
  'title' => esc_html__('WishSuite Table','woolentor'),
358
  'is_pro' => false,
359
  ];
360
+ $widget_list['common']['wb_wishsuite_counter'] = [
361
+ 'title' => esc_html__('WishSuite Counter','woolentor'),
362
+ 'is_pro' => false,
363
+ ];
364
  }
365
 
366
  if( class_exists('Ever_Compare') || class_exists('Woolentor_Ever_Compare') ){
includes/addons/universal_product.php CHANGED
@@ -965,6 +965,17 @@ class Woolentor_Universal_Product_Layout_Widget extends Widget_Base {
965
  ]
966
  );
967
 
 
 
 
 
 
 
 
 
 
 
 
968
  $this->add_control(
969
  'product_badge_bg_color',
970
  [
965
  ]
966
  );
967
 
968
+ $this->add_control(
969
+ 'product_outofstock_badge_color',
970
+ [
971
+ 'label' => __( 'Out of Stock Badge Color', 'woolentor' ),
972
+ 'type' => Controls_Manager::COLOR,
973
+ 'selectors' => [
974
+ '{{WRAPPER}} .ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-stockout' => 'color: {{VALUE}} !important;',
975
+ ],
976
+ ]
977
+ );
978
+
979
  $this->add_control(
980
  'product_badge_bg_color',
981
  [
includes/addons/wb_archive_product.php CHANGED
@@ -320,7 +320,7 @@ class Woolentor_Elementor_Widget_Archive_Product extends Widget_Base {
320
  'label' => __( 'Normal', 'woolentor' ),
321
  ]
322
  );
323
- $this->add_control(
324
  'product_title_color',
325
  [
326
  'label' => __( 'Color', 'woolentor' ),
@@ -328,6 +328,7 @@ class Woolentor_Elementor_Widget_Archive_Product extends Widget_Base {
328
  'selectors' => [
329
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title' => 'color: {{VALUE}}',
330
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title' => 'color: {{VALUE}} !important',
 
331
  ],
332
  ]
333
  );
@@ -336,8 +337,7 @@ class Woolentor_Elementor_Widget_Archive_Product extends Widget_Base {
336
  Group_Control_Typography::get_type(),
337
  [
338
  'name' => 'product_title_typography',
339
- 'selector' => '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title',
340
- 'selector' => '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title',
341
  ]
342
  );
343
 
@@ -350,6 +350,7 @@ class Woolentor_Elementor_Widget_Archive_Product extends Widget_Base {
350
  'selectors' => [
351
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}',
352
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important',
 
353
  ],
354
  ]
355
  );
@@ -363,6 +364,7 @@ class Woolentor_Elementor_Widget_Archive_Product extends Widget_Base {
363
  'selectors' => [
364
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}',
365
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important',
 
366
  ],
367
  ]
368
  );
@@ -385,6 +387,7 @@ class Woolentor_Elementor_Widget_Archive_Product extends Widget_Base {
385
  'selectors' => [
386
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title:hover' => 'color: {{VALUE}}',
387
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title:hover' => 'color: {{VALUE}} !important',
 
388
  ],
389
  ]
390
  );
320
  'label' => __( 'Normal', 'woolentor' ),
321
  ]
322
  );
323
+ $this->add_control(
324
  'product_title_color',
325
  [
326
  'label' => __( 'Color', 'woolentor' ),
328
  'selectors' => [
329
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title' => 'color: {{VALUE}}',
330
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title' => 'color: {{VALUE}} !important',
331
+ '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .title a' => 'color: {{VALUE}} !important',
332
  ],
333
  ]
334
  );
337
  Group_Control_Typography::get_type(),
338
  [
339
  'name' => 'product_title_typography',
340
+ 'selector' => '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title,{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title,{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .title a',
 
341
  ]
342
  );
343
 
350
  'selectors' => [
351
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}',
352
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important',
353
+ '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .title' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important',
354
  ],
355
  ]
356
  );
364
  'selectors' => [
365
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}',
366
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important',
367
+ '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .title' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important',
368
  ],
369
  ]
370
  );
387
  'selectors' => [
388
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .woocommerce-loop-product__title:hover' => 'color: {{VALUE}}',
389
  '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons .woocommerce-loop-product__title:hover' => 'color: {{VALUE}} !important',
390
+ '{{WRAPPER}}.elementor-widget-woolentor-product-archive-addons ul.products li.product .title a:hover' => 'color: {{VALUE}} !important',
391
  ],
392
  ]
393
  );
includes/addons/wb_wishsuite_counter.php ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Elementor;
3
+
4
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
5
+
6
+ class WL_Wishsuite_Counter_Element extends Widget_Base {
7
+
8
+ public function get_name() {
9
+ return 'wb-wishsuite-counter';
10
+ }
11
+
12
+ public function get_title() {
13
+ return __( 'WL: WishSuite Counter', 'woolentor' );
14
+ }
15
+
16
+ public function get_icon() {
17
+ return 'eicon-counter-circle';
18
+ }
19
+
20
+ public function get_categories() {
21
+ return array( 'woolentor-addons' );
22
+ }
23
+
24
+ public function get_keywords(){
25
+ return ['wishlist counter','product counter','wishsuite counter'];
26
+ }
27
+
28
+ protected function register_controls() {
29
+
30
+ // Content
31
+ $this->start_controls_section(
32
+ 'wishsuite_content',
33
+ [
34
+ 'label' => __( 'WishSuite Counter', 'woolentor' ),
35
+ ]
36
+ );
37
+
38
+ $this->add_control(
39
+ 'counter_after_text',
40
+ [
41
+ 'label' => __( 'Text after "Wishlist" icon', 'woolentor' ),
42
+ 'type' => Controls_Manager::TEXT,
43
+ 'label_block'=>true,
44
+ ]
45
+ );
46
+
47
+ $this->end_controls_section();
48
+
49
+ // Counter Style
50
+ $this->start_controls_section(
51
+ 'counter_style_section',
52
+ [
53
+ 'label' => __( 'Styles', 'woolentor' ),
54
+ 'tab' => Controls_Manager::TAB_STYLE,
55
+ ]
56
+ );
57
+
58
+ $this->add_responsive_control(
59
+ 'woolentor-tab-menu-align',
60
+ [
61
+ 'label' => __( 'Alignment', 'woolentor' ),
62
+ 'type' => Controls_Manager::CHOOSE,
63
+ 'options' => [
64
+ 'left' => [
65
+ 'title' => __( 'Left', 'woolentor' ),
66
+ 'icon' => 'eicon-text-align-left',
67
+ ],
68
+ 'center' => [
69
+ 'title' => __( 'Center', 'woolentor' ),
70
+ 'icon' => 'eicon-text-align-center',
71
+ ],
72
+ 'right' => [
73
+ 'title' => __( 'Right', 'woolentor' ),
74
+ 'icon' => 'eicon-text-align-right',
75
+ ]
76
+ ],
77
+ 'selectors' => [
78
+ '{{WRAPPER}}' => 'text-align: {{VALUE}};',
79
+ ],
80
+ 'prefix_class'=> 'wishsuite-align-%s',
81
+ 'default' => 'left',
82
+ ]
83
+ );
84
+
85
+ $this->add_control(
86
+ 'counter_style_hedding',
87
+ [
88
+ 'label' => esc_html__( 'Counter', 'woolentor' ),
89
+ 'type' => Controls_Manager::HEADING,
90
+ ]
91
+ );
92
+
93
+ $this->add_control(
94
+ 'counter_color',
95
+ [
96
+ 'label' => __( 'Counter Color', 'woolentor' ),
97
+ 'type' => Controls_Manager::COLOR,
98
+ 'selectors' => [
99
+ '{{WRAPPER}} .wishsuite-counter-area span.wishsuite-counter' => 'color: {{VALUE}}',
100
+ ],
101
+ ]
102
+ );
103
+
104
+ $this->add_group_control(
105
+ Group_Control_Background::get_type(),
106
+ [
107
+ 'name' => 'counter_background',
108
+ 'label' => __( 'Counter Background', 'woolentor' ),
109
+ 'types' => [ 'classic', 'gradient' ],
110
+ 'selector' => '{{WRAPPER}} .wishsuite-counter-area span.wishsuite-counter',
111
+ 'exclude' =>['image'],
112
+ ]
113
+ );
114
+
115
+ $this->add_control(
116
+ 'counter_icon_style_hedding',
117
+ [
118
+ 'label' => esc_html__( 'Counter Icon', 'woolentor' ),
119
+ 'type' => Controls_Manager::HEADING,
120
+ 'separator' => 'before',
121
+ ]
122
+ );
123
+
124
+ $this->add_control(
125
+ 'counter_icon_color',
126
+ [
127
+ 'label' => __( 'Counter Icon Color', 'woolentor' ),
128
+ 'type' => Controls_Manager::COLOR,
129
+ 'selectors' => [
130
+ '{{WRAPPER}} .wishsuite-counter-area span.wishsuite-counter-icon' => 'color: {{VALUE}}',
131
+ ],
132
+ ]
133
+ );
134
+
135
+ $this->add_control(
136
+ 'counter_text_style_hedding',
137
+ [
138
+ 'label' => esc_html__( 'Text', 'woolentor' ),
139
+ 'type' => Controls_Manager::HEADING,
140
+ 'separator' => 'before',
141
+ 'condition'=>[
142
+ 'counter_after_text!'=>''
143
+ ]
144
+ ]
145
+ );
146
+ $this->add_control(
147
+ 'counter_text_color',
148
+ [
149
+ 'label' => __( 'Counter Text Color', 'woolentor' ),
150
+ 'type' => Controls_Manager::COLOR,
151
+ 'selectors' => [
152
+ '{{WRAPPER}} .wishsuite-counter-area.wishsuite-has-text' => 'color: {{VALUE}}',
153
+ ],
154
+ 'condition'=>[
155
+ 'counter_after_text!'=>''
156
+ ]
157
+ ]
158
+ );
159
+
160
+ $this->add_group_control(
161
+ Group_Control_Typography::get_type(),
162
+ [
163
+ 'name' => 'counter_text_typography',
164
+ 'label' => __( 'Typography', 'woolentor' ),
165
+ 'selector' => '{{WRAPPER}} .wishsuite-counter-area.wishsuite-has-text',
166
+ 'condition'=>[
167
+ 'counter_after_text!'=>''
168
+ ]
169
+ ]
170
+ );
171
+
172
+ $this->end_controls_section();
173
+
174
+ }
175
+
176
+ protected function render( $instance = [] ) {
177
+ $settings = $this->get_settings_for_display();
178
+
179
+ $short_code_attributes = [
180
+ 'text' => $settings['counter_after_text'],
181
+ ];
182
+ echo woolentor_do_shortcode( 'wishsuite_counter', $short_code_attributes );
183
+
184
+ }
185
+
186
+ }
187
+ Plugin::instance()->widgets_manager->register_widget_type( new WL_Wishsuite_Counter_Element() );
includes/admin/include/admin_fields.php CHANGED
@@ -1961,6 +1961,12 @@ class Woolentor_Admin_Fields {
1961
  'type' => 'element',
1962
  'default' => 'on',
1963
  ];
 
 
 
 
 
 
1964
  }
1965
 
1966
  // Ever Compare Addons
1961
  'type' => 'element',
1962
  'default' => 'on',
1963
  ];
1964
+ $settings_fields['woolentor_elements_tabs'][] = [
1965
+ 'name' => 'wb_wishsuite_counter',
1966
+ 'label' => esc_html__( 'WishSuite Counter', 'woolentor' ),
1967
+ 'type' => 'element',
1968
+ 'default' => 'on',
1969
+ ];
1970
  }
1971
 
1972
  // Ever Compare Addons
includes/modules/shopify-like-checkout/assets/shopify-like-checkout.css CHANGED
@@ -23,7 +23,9 @@
23
  -ms-flex: 1 0 auto;
24
  flex: 1 0 auto;
25
  }
26
-
 
 
27
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
28
  .woolentor-checkout__container {
29
  -webkit-box-orient: vertical;
@@ -33,6 +35,12 @@
33
  -ms-flex-direction: column-reverse;
34
  flex-direction: column-reverse;
35
  }
 
 
 
 
 
 
36
  }
37
 
38
  .woolentor-checkout__left-sidebar {
23
  -ms-flex: 1 0 auto;
24
  flex: 1 0 auto;
25
  }
26
+ .woolentor-checkout-header__responsive{
27
+ display: none;
28
+ }
29
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
30
  .woolentor-checkout__container {
31
  -webkit-box-orient: vertical;
35
  -ms-flex-direction: column-reverse;
36
  flex-direction: column-reverse;
37
  }
38
+ .woolentor-checkout__header:not(.woolentor-checkout-header__responsive){
39
+ display: none;
40
+ }
41
+ .woolentor-checkout-header__responsive{
42
+ display: block;
43
+ }
44
  }
45
 
46
  .woolentor-checkout__left-sidebar {
includes/modules/shopify-like-checkout/class.shopify-like-checkout.php CHANGED
@@ -312,7 +312,11 @@ class Woolentor_Shopify_Like_Checkout extends \WC_Checkout{
312
 
313
  if( is_array($package) && !empty($package['rates']) ){
314
  $method_obj = $package['rates'][$chosen_method];
315
- $method_cost = $method_obj->get_cost();
 
 
 
 
316
  }
317
 
318
  return $method_cost;
312
 
313
  if( is_array($package) && !empty($package['rates']) ){
314
  $method_obj = $package['rates'][$chosen_method];
315
+ if ( WC()->cart->display_prices_including_tax() ) {
316
+ $method_cost = $method_obj->cost + $method_obj->get_shipping_tax();
317
+ }else{
318
+ $method_cost = $method_obj->get_cost();
319
+ }
320
  }
321
 
322
  return $method_cost;
includes/modules/shopify-like-checkout/templates/form-checkout.php CHANGED
@@ -4,7 +4,7 @@
4
  */
5
 
6
  if ( ! defined( 'ABSPATH' ) ) {
7
- exit;
8
  }
9
 
10
  $blog_info = get_bloginfo( 'name' );
@@ -51,7 +51,6 @@ if( !empty( $get_custom_menu_id ) ){
51
  <li class="woolentor-checkout__breadcrumb-item active" data-step="step--info">
52
  <span class="woolentor-checkout__breadcrumb-text"><?php echo esc_html__('Information', 'woolentor') ?></span>
53
  </li>
54
- </li>
55
  <li class="woolentor-checkout__breadcrumb-item" data-step="step--shipping">
56
  <span class="woolentor-checkout__breadcrumb-text"><?php echo esc_html__('Shipping', 'woolentor') ?></span>
57
  </li>
@@ -201,6 +200,35 @@ if( !empty( $get_custom_menu_id ) ){
201
  </div>
202
 
203
  <div class="woolentor-checkout__right-sidebar woolentor-shipping-status--<?php echo esc_attr(WC()->cart->needs_shipping_address() ? 'yes' : 'no') ?>">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  <div class="woolentor-checkout__prduct-box">
205
  <?php
206
  foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) {
4
  */
5
 
6
  if ( ! defined( 'ABSPATH' ) ) {
7
+ exit;
8
  }
9
 
10
  $blog_info = get_bloginfo( 'name' );
51
  <li class="woolentor-checkout__breadcrumb-item active" data-step="step--info">
52
  <span class="woolentor-checkout__breadcrumb-text"><?php echo esc_html__('Information', 'woolentor') ?></span>
53
  </li>
 
54
  <li class="woolentor-checkout__breadcrumb-item" data-step="step--shipping">
55
  <span class="woolentor-checkout__breadcrumb-text"><?php echo esc_html__('Shipping', 'woolentor') ?></span>
56
  </li>
200
  </div>
201
 
202
  <div class="woolentor-checkout__right-sidebar woolentor-shipping-status--<?php echo esc_attr(WC()->cart->needs_shipping_address() ? 'yes' : 'no') ?>">
203
+
204
+ <div class="woolentor-checkout__header woolentor-checkout-header__responsive">
205
+ <div class="woolentor-checkout__logo">
206
+ <?php
207
+ if( !empty( $get_custom_logo ) ){
208
+ echo sprintf('<img src="%s" alt="%s" />',esc_url( $get_custom_logo ), $blog_info );
209
+ }else if( has_custom_logo() ){
210
+ ?><div class="site-logo"><?php the_custom_logo(); ?></div><?php
211
+ }else{
212
+ echo sprintf('<h1 class="site-title"><a href="%s">%s</a></h1>', esc_url( home_url( '/' ) ), esc_html( $blog_info ) );
213
+ }
214
+ ?>
215
+ </div>
216
+ <ul class="woolentor-checkout__breadcrumb">
217
+ <li class="woolentor-checkout__breadcrumb-item">
218
+ <a class="woolentor-checkout__breadcrumb-link" href="<?php echo esc_url(wc_get_cart_url()) ?>"><?php echo esc_html__('Cart','woolentor') ?></a>
219
+ </li>
220
+ <li class="woolentor-checkout__breadcrumb-item active" data-step="step--info">
221
+ <span class="woolentor-checkout__breadcrumb-text"><?php echo esc_html__('Information', 'woolentor') ?></span>
222
+ </li>
223
+ <li class="woolentor-checkout__breadcrumb-item" data-step="step--shipping">
224
+ <span class="woolentor-checkout__breadcrumb-text"><?php echo esc_html__('Shipping', 'woolentor') ?></span>
225
+ </li>
226
+ <li class="woolentor-checkout__breadcrumb-item" data-step="step--payment">
227
+ <span class="woolentor-checkout__breadcrumb-text"><?php echo esc_html__('Payment', 'woolentor') ?></span>
228
+ </li>
229
+ </ul>
230
+ </div>
231
+
232
  <div class="woolentor-checkout__prduct-box">
233
  <?php
234
  foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) {
includes/modules/wishlist/assets/css/frontend.css CHANGED
@@ -325,7 +325,6 @@ a.wishsuite-btn.loading,.woocommerce a.button.wishsuite-btn.loading{
325
 
326
  .wishsuite-quick-cart-area form.cart .variations td, .wishsuite-quick-cart-area form.cart .variations th {
327
  border: 0;
328
- vertical-align: top;
329
  line-height: 2em;
330
  padding-top: 0;
331
  padding-bottom: 0;
@@ -353,7 +352,6 @@ a.wishsuite-btn.loading,.woocommerce a.button.wishsuite-btn.loading{
353
  align-items: center;
354
  margin-top: 15px;
355
  }
356
- .wishsuite-social-share .wishsuite-social-title{}
357
  .wishsuite-social-share ul{
358
  margin: 0;
359
  padding: 0;
@@ -369,13 +367,60 @@ a.wishsuite-btn.loading,.woocommerce a.button.wishsuite-btn.loading{
369
  padding: 5px;
370
  color: #3a3a3a;
371
  }
372
- .wishsuite-social-share ul li a .wishsuite-social-icon{}
373
  .wishsuite-social-share ul li a .wishsuite-social-icon svg{
374
  fill:currentColor;
375
  width: 15px;
376
  height: 15px;
377
  }
378
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  /*@media only screen and (max-width: 760px),
380
  (min-device-width: 768px) and (max-device-width: 1024px) {*/
381
 
325
 
326
  .wishsuite-quick-cart-area form.cart .variations td, .wishsuite-quick-cart-area form.cart .variations th {
327
  border: 0;
 
328
  line-height: 2em;
329
  padding-top: 0;
330
  padding-bottom: 0;
352
  align-items: center;
353
  margin-top: 15px;
354
  }
 
355
  .wishsuite-social-share ul{
356
  margin: 0;
357
  padding: 0;
367
  padding: 5px;
368
  color: #3a3a3a;
369
  }
 
370
  .wishsuite-social-share ul li a .wishsuite-social-icon svg{
371
  fill:currentColor;
372
  width: 15px;
373
  height: 15px;
374
  }
375
 
376
+ /* Wishlist Counter */
377
+ .wishsuite-counter-area:not(.wishsuite-has-text) {
378
+ display: inline-block;
379
+ position: relative;
380
+ line-height: 1;
381
+ width: 30px;
382
+ color: #222;
383
+ }
384
+ .wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter {
385
+ display: flex;
386
+ align-items: center;
387
+ justify-content: center;
388
+ position: absolute;
389
+ width: 16px;
390
+ height: 16px;
391
+ border-radius: 8px;
392
+ right: 0;
393
+ top: -8px;
394
+ background: #ec5858;
395
+ color: #fff;
396
+ font-size: 11px;
397
+ line-height: 18px;
398
+ font-weight: 600;
399
+ text-align: center;
400
+ }
401
+ .wishsuite-align-center .wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter {
402
+ right: -5px;
403
+ }
404
+ .wishsuite-align-right .wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter{
405
+ right: -8px;
406
+ }
407
+ .wishsuite-counter-area.wishsuite-has-text {
408
+ display: inline-flex;
409
+ align-items: center;
410
+ color: #222;
411
+ font-size: 16px;
412
+ }
413
+ .wishsuite-has-text span.wishsuite-counter-icon {
414
+ display: flex;
415
+ margin: 0 5px;
416
+ }
417
+ .wishsuite-has-text .wishsuite-counter-icon{
418
+ color: #ec5858;
419
+ }
420
+ .wishsuite-counter-icon svg {
421
+ fill: currentColor;
422
+ }
423
+
424
  /*@media only screen and (max-width: 760px),
425
  (min-device-width: 768px) and (max-device-width: 1024px) {*/
426
 
includes/modules/wishlist/assets/js/frontend.js CHANGED
@@ -27,6 +27,7 @@
27
  $this.removeClass('wishsuite-btn');
28
  $this.removeClass('loading').addClass('added');
29
  $this.html( addedText );
 
30
  } else {
31
  console.log( 'Something wrong loading compare data' );
32
  }
@@ -74,6 +75,7 @@
74
  $('.wishsuite-table-content table tbody tr.wishsuite-empty-tr').show();
75
  }
76
  });
 
77
 
78
  } else {
79
  console.log( 'Something wrong loading compare data' );
@@ -108,6 +110,7 @@
108
  if( table_row == 1 ){
109
  $('.wishsuite-table-content table tbody tr.wishsuite-empty-tr').show();
110
  }
 
111
  });
112
 
113
  }
27
  $this.removeClass('wishsuite-btn');
28
  $this.removeClass('loading').addClass('added');
29
  $this.html( addedText );
30
+ $body.find('.wishsuite-counter').html( response.data.item_count );
31
  } else {
32
  console.log( 'Something wrong loading compare data' );
33
  }
75
  $('.wishsuite-table-content table tbody tr.wishsuite-empty-tr').show();
76
  }
77
  });
78
+ $body.find('.wishsuite-counter').html( response.data.item_count );
79
 
80
  } else {
81
  console.log( 'Something wrong loading compare data' );
110
  if( table_row == 1 ){
111
  $('.wishsuite-table-content table tbody tr.wishsuite-empty-tr').show();
112
  }
113
+ $body.find('.wishsuite-counter').html( table_row - 1 );
114
  });
115
 
116
  }
includes/modules/wishlist/includes/classes/Ajax.php CHANGED
@@ -57,6 +57,7 @@ class Ajax {
57
  ]);
58
  }else{
59
  wp_send_json_success([
 
60
  'message' => __( 'Product successfully added!', 'wishsuite' )
61
  ]);
62
  }
@@ -76,6 +77,7 @@ class Ajax {
76
  ]);
77
  }else{
78
  wp_send_json_success([
 
79
  'message' => __( 'Product successfully deleted!', 'wishsuite' )
80
  ]);
81
  }
57
  ]);
58
  }else{
59
  wp_send_json_success([
60
+ 'item_count' => count( \WishSuite\Frontend\Manage_Wishlist::instance()->get_products_data() ),
61
  'message' => __( 'Product successfully added!', 'wishsuite' )
62
  ]);
63
  }
77
  ]);
78
  }else{
79
  wp_send_json_success([
80
+ 'item_count' => count( \WishSuite\Frontend\Manage_Wishlist::instance()->get_products_data() ),
81
  'message' => __( 'Product successfully deleted!', 'wishsuite' )
82
  ]);
83
  }
includes/modules/wishlist/includes/classes/Frontend/Manage_Wishlist.php CHANGED
@@ -228,6 +228,15 @@ class Manage_Wishlist {
228
  return wishsuite_get_template( 'wishsuite-table.php', $table_attr, false );
229
  }
230
 
 
 
 
 
 
 
 
 
 
231
  /**
232
  * [get_cookie_name] Get cookie name
233
  * @return [string]
228
  return wishsuite_get_template( 'wishsuite-table.php', $table_attr, false );
229
  }
230
 
231
+ /**
232
+ * [count_html] Wishlist Counter HTML
233
+ * @return [HTML]
234
+ */
235
+ public function count_html( $atts ) {
236
+ $count_attr = apply_filters( 'wishsuite_count_arg', $atts );
237
+ return wishsuite_get_template( 'wishsuite-count.php', $count_attr, false );
238
+ }
239
+
240
  /**
241
  * [get_cookie_name] Get cookie name
242
  * @return [string]
includes/modules/wishlist/includes/classes/Frontend/Shortcode.php CHANGED
@@ -28,6 +28,7 @@ class Shortcode {
28
  function __construct() {
29
  add_shortcode( 'wishsuite_button', [ $this, 'button_shortcode' ] );
30
  add_shortcode( 'wishsuite_table', [ $this, 'table_shortcode' ] );
 
31
  }
32
 
33
  /**
@@ -155,6 +156,38 @@ class Shortcode {
155
  }
156
  }
157
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  /**
159
  * [icon_generate]
160
  * @param string $type
28
  function __construct() {
29
  add_shortcode( 'wishsuite_button', [ $this, 'button_shortcode' ] );
30
  add_shortcode( 'wishsuite_table', [ $this, 'table_shortcode' ] );
31
+ add_shortcode( 'wishsuite_counter', [ $this, 'counter_shortcode' ] );
32
  }
33
 
34
  /**
156
  }
157
  }
158
 
159
+ /**
160
+ * WishList Counter Shortcode
161
+ *
162
+ * @param [array] $atts
163
+ * @param string $content
164
+ * @return void
165
+ */
166
+ public function counter_shortcode( $atts, $content = '' ){
167
+ wp_enqueue_style( 'wishsuite-frontend' );
168
+
169
+ $products = Manage_Wishlist::instance()->get_products_data();
170
+ if ( !is_user_logged_in() && $enable_login_limit == 'on' ) {
171
+ $button_text = woolentor_get_option( 'logout_button','wishsuite_general_tabs', 'Please login' );
172
+ $page_url = $myaccount_url;
173
+ $has_product = false;
174
+ }else{
175
+ $button_text = woolentor_get_option( 'button_text','wishsuite_settings_tabs', 'Wishlist' );
176
+ $page_url = wishsuite_get_page_url();
177
+ }
178
+
179
+ $default_atts = array(
180
+ 'products' => $products,
181
+ 'item_count' => count($products),
182
+ 'page_url' => $page_url,
183
+ 'text' => '',
184
+ );
185
+
186
+ $atts = shortcode_atts( $default_atts, $atts, $content );
187
+ return Manage_Wishlist::instance()->count_html( $atts );
188
+
189
+ }
190
+
191
  /**
192
  * [icon_generate]
193
  * @param string $type
includes/modules/wishlist/includes/templates/wishsuite-count.php ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <a href="<?php echo esc_url( $page_url );?>" class="wishsuite-counter-area <?php echo !empty( $text ) ? 'wishsuite-has-text' : '' ?>">
2
+ <?php if( !empty( $text ) ){ echo '<span class="wishsuite-counter">'.esc_html( $item_count ).'</span>';} ?>
3
+ <span class="wishsuite-counter-icon">
4
+ <svg height="20px" width="20px" viewBox="0 0 471.701 471.701">
5
+ <path class="heart" d="M433.601,67.001c-24.7-24.7-57.4-38.2-92.3-38.2s-67.7,13.6-92.4,38.3l-12.9,12.9l-13.1-13.1
6
+ c-24.7-24.7-57.6-38.4-92.5-38.4c-34.8,0-67.6,13.6-92.2,38.2c-24.7,24.7-38.3,57.5-38.2,92.4c0,34.9,13.7,67.6,38.4,92.3
7
+ l187.8,187.8c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-3.9l188.2-187.5c24.7-24.7,38.3-57.5,38.3-92.4
8
+ C471.801,124.501,458.301,91.701,433.601,67.001z M414.401,232.701l-178.7,178l-178.3-178.3c-19.6-19.6-30.4-45.6-30.4-73.3
9
+ s10.7-53.7,30.3-73.2c19.5-19.5,45.5-30.3,73.1-30.3c27.7,0,53.8,10.8,73.4,30.4l22.6,22.6c5.3,5.3,13.8,5.3,19.1,0l22.4-22.4
10
+ c19.6-19.6,45.7-30.4,73.3-30.4c27.6,0,53.6,10.8,73.2,30.3c19.6,19.6,30.3,45.6,30.3,73.3
11
+ C444.801,187.101,434.001,213.101,414.401,232.701z"/>
12
+ </svg>
13
+ </span>
14
+ <?php
15
+ if( !empty( $text ) ){
16
+ echo '<span class="wishsuite-text">'.esc_html( $text ).'</span>';
17
+ }else{
18
+ echo '<span class="wishsuite-counter">'.esc_html( $item_count ).'</span>';
19
+ }
20
+ ?>
21
+ </a>
languages/woolentor.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WooLentor - WooCommerce Elementor Addons + Builder\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2022-01-20 09:16+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Generator: Loco https://localise.biz/\n"
16
- "X-Loco-Version: 2.5.7; wp-5.8.3\n"
17
  "X-Domain: woolentor"
18
 
19
  #. 1: Plugin name 2: PHP 3: Required PHP version
@@ -22,6 +22,14 @@ msgstr ""
22
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
23
  msgstr ""
24
 
 
 
 
 
 
 
 
 
25
  #: includes/addons/wl_onepage_slider.php:472
26
  #: includes/addons/wl_onepage_slider.php:477
27
  #: includes/addons/wl_onepage_slider.php:482
@@ -67,45 +75,16 @@ msgstr[1] ""
67
  msgid ". Which will motivate us a lot."
68
  msgstr ""
69
 
 
70
  #: includes/addons/product_curvy.php:78 includes/addons/product_curvy.php:96
71
  #: includes/addons/product_tabs.php:96
72
  msgid "1"
73
  msgstr ""
74
 
75
- #: includes/admin/include/admin_fields.php:1111
76
- msgid "1 day"
77
- msgstr ""
78
-
79
- #: includes/admin/include/admin_fields.php:1015
80
- #: includes/admin/include/admin_fields.php:1041
81
- #: includes/admin/include/admin_fields.php:1067
82
- msgid "1 minute"
83
- msgstr ""
84
-
85
- #: includes/admin/include/admin_fields.php:1117
86
- msgid "1 week"
87
- msgstr ""
88
-
89
- #: includes/admin/include/admin_fields.php:1016
90
- #: includes/admin/include/admin_fields.php:1042
91
- #: includes/admin/include/admin_fields.php:1068
92
- msgid "1.5 minutes"
93
- msgstr ""
94
-
95
  #: includes/admin/templates/dashboard-sidebar.php:13
96
  msgid "10 Custom Shop Page Templates"
97
  msgstr ""
98
 
99
- #: includes/admin/include/admin_fields.php:1118
100
- msgid "10 days"
101
- msgstr ""
102
-
103
- #: includes/admin/include/admin_fields.php:1010
104
- #: includes/admin/include/admin_fields.php:1036
105
- #: includes/admin/include/admin_fields.php:1062
106
- msgid "10 seconds"
107
- msgstr ""
108
-
109
  #: includes/addons/wb_product_call_for_price.php:60
110
  #: includes/addons/wb_product_call_for_price.php:61
111
  msgid "123-456-7890"
@@ -115,173 +94,44 @@ msgstr ""
115
  msgid "15 Product Custom Templates"
116
  msgstr ""
117
 
 
118
  #: includes/addons/product_curvy.php:79 includes/addons/product_curvy.php:97
119
  #: includes/addons/product_tabs.php:97
120
  msgid "2"
121
  msgstr ""
122
 
123
- #: includes/admin/include/admin_fields.php:1112
124
- msgid "2 days"
125
- msgstr ""
126
-
127
- #: includes/admin/include/admin_fields.php:1017
128
- #: includes/admin/include/admin_fields.php:1043
129
- #: includes/admin/include/admin_fields.php:1069
130
- msgid "2 minutes"
131
- msgstr ""
132
-
133
- #: includes/admin/include/admin_fields.php:1002
134
- #: includes/admin/include/admin_fields.php:1029
135
- #: includes/admin/include/admin_fields.php:1055
136
- msgid "2 seconds"
137
- msgstr ""
138
-
139
- #: includes/admin/include/admin_fields.php:1119
140
- msgid "2 weeks"
141
- msgstr ""
142
-
143
- #: includes/admin/include/admin_fields.php:1011
144
- #: includes/admin/include/admin_fields.php:1037
145
- #: includes/admin/include/admin_fields.php:1063
146
- msgid "20 seconds"
147
- msgstr ""
148
-
149
  #: includes/addons/product_curvy.php:80 includes/addons/product_tabs.php:98
150
  msgid "3"
151
  msgstr ""
152
 
153
- #: includes/admin/include/admin_fields.php:1113
154
- msgid "3 days"
155
- msgstr ""
156
-
157
- #: includes/admin/include/admin_fields.php:1003
158
- msgid "3 seconds"
159
- msgstr ""
160
-
161
- #: includes/admin/include/admin_fields.php:1120
162
- msgid "3 weeks"
163
- msgstr ""
164
-
165
- #: includes/admin/include/admin_fields.php:1012
166
- #: includes/admin/include/admin_fields.php:1038
167
- #: includes/admin/include/admin_fields.php:1064
168
- msgid "30 seconds"
169
- msgstr ""
170
-
171
  #: includes/addons/product_curvy.php:81 includes/addons/product_tabs.php:99
172
  msgid "4"
173
  msgstr ""
174
 
175
- #: includes/admin/include/admin_fields.php:1114
176
- msgid "4 days"
177
- msgstr ""
178
-
179
- #: includes/admin/include/admin_fields.php:1004
180
- #: includes/admin/include/admin_fields.php:1030
181
- #: includes/admin/include/admin_fields.php:1056
182
- msgid "4 seconds"
183
- msgstr ""
184
-
185
- #: includes/admin/include/admin_fields.php:1121
186
- msgid "4 weeks"
187
- msgstr ""
188
-
189
- #: includes/admin/include/admin_fields.php:1013
190
- #: includes/admin/include/admin_fields.php:1039
191
- #: includes/admin/include/admin_fields.php:1065
192
- msgid "40 seconds"
193
- msgstr ""
194
-
195
  #: includes/addons/product_tabs.php:100
196
  msgid "5"
197
  msgstr ""
198
 
199
- #: includes/admin/include/admin_fields.php:1115
200
- msgid "5 days"
201
- msgstr ""
202
-
203
  #: includes/admin/templates/dashboard-sidebar.php:15
204
  msgid "5 Premium WooCommerce Themes included. (Save $200)"
205
  msgstr ""
206
 
207
- #: includes/admin/include/admin_fields.php:1005
208
- #: includes/admin/include/admin_fields.php:1031
209
- #: includes/admin/include/admin_fields.php:1057
210
- msgid "5 seconds"
211
- msgstr ""
212
-
213
- #: includes/admin/include/admin_fields.php:1122
214
- msgid "5 weeks"
215
- msgstr ""
216
-
217
- #: includes/admin/include/admin_fields.php:1014
218
- #: includes/admin/include/admin_fields.php:1040
219
- #: includes/admin/include/admin_fields.php:1066
220
- msgid "50 seconds"
221
- msgstr ""
222
-
223
  #: includes/addons/special_day_offer.php:115
224
  msgid "50%"
225
  msgstr ""
226
 
227
- #: includes/admin/include/admin_fields.php:1262
228
- #: includes/admin/include/admin_fields.php:1263
229
- msgid "550px"
230
- msgstr ""
231
-
232
  #: includes/addons/product_tabs.php:101
233
  msgid "6"
234
  msgstr ""
235
 
236
- #: includes/admin/include/admin_fields.php:1116
237
- msgid "6 days"
238
- msgstr ""
239
-
240
- #: includes/admin/include/admin_fields.php:1006
241
- #: includes/admin/include/admin_fields.php:1032
242
- #: includes/admin/include/admin_fields.php:1058
243
- msgid "6 seconds"
244
- msgstr ""
245
-
246
- #: includes/admin/include/admin_fields.php:1123
247
- msgid "6 weeks"
248
- msgstr ""
249
-
250
- #: includes/admin/include/admin_fields.php:1007
251
- #: includes/admin/include/admin_fields.php:1033
252
- #: includes/admin/include/admin_fields.php:1059
253
- msgid "7 seconds"
254
- msgstr ""
255
-
256
- #: includes/admin/include/admin_fields.php:1124
257
- msgid "7 weeks"
258
- msgstr ""
259
-
260
  #: includes/admin/templates/dashboard-sidebar.php:11
261
  msgid "76 Elementor Elements"
262
  msgstr ""
263
 
264
- #: includes/admin/include/admin_fields.php:1008
265
- #: includes/admin/include/admin_fields.php:1034
266
- #: includes/admin/include/admin_fields.php:1060
267
- msgid "8 seconds"
268
- msgstr ""
269
-
270
- #: includes/admin/include/admin_fields.php:1125
271
- msgid "8 weeks"
272
- msgstr ""
273
-
274
- #: includes/admin/include/admin_fields.php:1009
275
- #: includes/admin/include/admin_fields.php:1035
276
- #: includes/admin/include/admin_fields.php:1061
277
- msgid "9 seconds"
278
- msgstr ""
279
-
280
- #: includes/admin/include/admin_fields.php:1272
281
- #: includes/admin/include/admin_fields.php:1273
282
- msgid "90%"
283
- msgstr ""
284
-
285
  #: includes/addons/product_tabs.php:1475 includes/addons/product_tabs.php:1601
286
  #: woolentor-blocks/src/blocks/product-tab/index.php:328
287
  msgid ":"
@@ -295,6 +145,7 @@ msgstr ""
295
  msgid "Action Button"
296
  msgstr ""
297
 
 
298
  #: includes/addons/product_image_accordion.php:518
299
  #: includes/addons/product_accordion.php:596
300
  #: includes/addons/product_curvy.php:722
@@ -323,13 +174,13 @@ msgstr ""
323
  msgid "Activated"
324
  msgstr ""
325
 
326
- #: classes/class.assest_management.php:348
327
  msgid "Activating.."
328
  msgstr ""
329
 
330
- #: classes/class.assest_management.php:349 includes/addons/wl_faq.php:460
331
  #: includes/addons/wl_faq.php:756 includes/addons/wb_product_data_tab.php:140
332
- #: includes/addons/wb_archive_product.php:755
333
  msgid "Active"
334
  msgstr ""
335
 
@@ -355,27 +206,10 @@ msgstr ""
355
  msgid "Add New Template"
356
  msgstr ""
357
 
358
- #: includes/admin/include/admin_fields.php:851
359
- #: includes/admin/include/admin_fields.php:867
360
- msgid "Add to Cart"
361
- msgstr ""
362
-
363
- #: includes/admin/include/admin_fields.php:1398
364
- msgid "Add to cart - After"
365
- msgstr ""
366
-
367
- #: includes/admin/include/admin_fields.php:1397
368
- msgid "Add to cart - Before"
369
- msgstr ""
370
-
371
- #: includes/addons/wb_archive_product.php:539
372
  msgid "Add To Cart Button"
373
  msgstr ""
374
 
375
- #: includes/admin/include/admin_fields.php:401
376
- msgid "Add to Cart Button"
377
- msgstr ""
378
-
379
  #: includes/addons/product_image_accordion.php:196
380
  #: includes/addons/product_accordion.php:216
381
  #: includes/addons/product_curvy.php:240
@@ -384,8 +218,6 @@ msgstr ""
384
 
385
  #: includes/addons/product_image_accordion.php:185
386
  #: includes/addons/product_accordion.php:205
387
- #: includes/admin/include/admin_fields.php:848
388
- #: includes/admin/include/admin_fields.php:864
389
  msgid "Add to Cart Button Text"
390
  msgstr ""
391
 
@@ -401,12 +233,6 @@ msgstr ""
401
  msgid "Add Youtube / Vimeo URL"
402
  msgstr ""
403
 
404
- #: includes/admin/include/admin_fields.php:408
405
- #: includes/admin/include/admin_fields.php:882
406
- msgid "Additional Information"
407
- msgstr ""
408
-
409
- #: includes/admin/include/admin_fields.php:885
410
  #: includes/modules/shopify-like-checkout/templates/form-shipping.php:44
411
  msgid "Additional information"
412
  msgstr ""
@@ -426,14 +252,6 @@ msgstr ""
426
  msgid "admin@domain.com"
427
  msgstr ""
428
 
429
- #: includes/admin/include/admin_fields.php:289
430
- msgid "Ads Banner"
431
- msgstr ""
432
-
433
- #: includes/admin/include/admin_fields.php:753
434
- msgid "Advance Product Image"
435
- msgstr ""
436
-
437
  #: includes/addons/wl_category_grid.php:571
438
  msgid "After Border Color"
439
  msgstr ""
@@ -442,20 +260,9 @@ msgstr ""
442
  msgid "After Title"
443
  msgstr ""
444
 
445
- #: includes/admin/include/admin_fields.php:1551
446
- msgid "AJAX Add to Cart on Single Product page"
447
- msgstr ""
448
-
449
- #: includes/admin/include/admin_fields.php:1543
450
- msgid "AJAX Search Widget"
451
- msgstr ""
452
-
453
- #: includes/admin/include/admin_fields.php:1542
454
- msgid "Ajax Search Widget"
455
- msgstr ""
456
-
457
  #: includes/addons/wl_faq.php:346 includes/addons/wl_faq.php:569
458
  #: includes/addons/wb_product_short_description.php:49
 
459
  #: includes/addons/wl_product_horizontal_filter.php:734
460
  #: includes/addons/wl_onepage_slider.php:165
461
  #: includes/addons/special_day_offer.php:269
@@ -497,7 +304,7 @@ msgstr ""
497
  msgid "All Data Saved"
498
  msgstr ""
499
 
500
- #: classes/class.assest_management.php:338
501
  msgid "All Items have been Loaded"
502
  msgstr ""
503
 
@@ -505,22 +312,10 @@ msgstr ""
505
  msgid "Allow Order"
506
  msgstr ""
507
 
508
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:73
509
  msgid "Already have an account?"
510
  msgstr ""
511
 
512
- #: includes/admin/include/admin_fields.php:1132
513
- msgid "Animation"
514
- msgstr ""
515
-
516
- #: includes/admin/include/admin_fields.php:1140
517
- msgid "Animation In"
518
- msgstr ""
519
-
520
- #: includes/admin/include/admin_fields.php:1197
521
- msgid "Animation Out"
522
- msgstr ""
523
-
524
  #: includes/addons/wl_testimonial.php:80 includes/addons/wl_testimonial.php:141
525
  msgid "Anna Miller"
526
  msgstr ""
@@ -533,14 +328,6 @@ msgstr ""
533
  msgid "Apply coupon"
534
  msgstr ""
535
 
536
- #: includes/admin/include/admin_fields.php:1514
537
- msgid "Apply Discount Only For Registered Customers"
538
- msgstr ""
539
-
540
- #: includes/admin/include/admin_fields.php:1457
541
- msgid "Apply On All Products"
542
- msgstr ""
543
-
544
  #: includes/admin/include/class.template-manager.php:175
545
  #: includes/admin/include/class.template-manager.php:199
546
  msgid "Archive"
@@ -550,10 +337,6 @@ msgstr ""
550
  msgid "Archive Layout Default"
551
  msgstr ""
552
 
553
- #: includes/admin/include/admin_fields.php:1799
554
- msgid "Archive List View Action Button"
555
- msgstr ""
556
-
557
  #: includes/addons/wb_archive_product.php:43
558
  msgid "Archive Product"
559
  msgstr ""
@@ -590,6 +373,7 @@ msgstr ""
590
  msgid "ASC"
591
  msgstr ""
592
 
 
593
  #: includes/addons/product_image_accordion.php:163
594
  #: includes/addons/product_accordion.php:184
595
  #: includes/addons/wl_category.php:136 includes/addons/product_curvy.php:219
@@ -612,6 +396,19 @@ msgstr ""
612
  msgid "Autoplay speed"
613
  msgstr ""
614
 
 
 
 
 
 
 
 
 
 
 
 
 
 
615
  #: includes/addons/wl_category_grid.php:1013
616
  msgid "Awaiting category image"
617
  msgstr ""
@@ -626,7 +423,7 @@ msgstr ""
626
 
627
  #: includes/addons/wl_faq.php:304 includes/addons/wl_faq.php:382
628
  #: includes/addons/wl_faq.php:467 includes/addons/wl_faq.php:645
629
- #: includes/addons/wl_faq.php:780
630
  #: includes/addons/wl_product_horizontal_filter.php:345
631
  #: includes/addons/wl_product_horizontal_filter.php:532
632
  #: includes/addons/wl_product_horizontal_filter.php:719
@@ -679,11 +476,11 @@ msgstr ""
679
  #: includes/addons/wl_testimonial.php:1025
680
  #: includes/addons/wb_product_data_tab.php:66
681
  #: includes/addons/wb_product_data_tab.php:158
682
- #: includes/addons/wb_archive_product.php:568
683
- #: includes/addons/wb_archive_product.php:657
684
- #: includes/addons/wb_archive_product.php:741
685
- #: includes/addons/wb_archive_product.php:774
686
- #: includes/addons/wb_archive_product.php:833
687
  #: includes/addons/wb_product_call_for_price.php:153
688
  #: includes/addons/wb_product_call_for_price.php:185
689
  #: includes/addons/product_accordion.php:61
@@ -699,7 +496,6 @@ msgstr ""
699
  #: includes/addons/wl_category_grid.php:715
700
  #: includes/addons/wl_category_grid.php:789
701
  #: includes/addons/wl_category_grid.php:889
702
- #: includes/admin/include/admin_fields.php:1279
703
  msgid "Background Color"
704
  msgstr ""
705
 
@@ -709,8 +505,23 @@ msgstr ""
709
  msgid "Background Type"
710
  msgstr ""
711
 
712
- #: includes/admin/include/admin_fields.php:1762
713
- msgid "Badge color"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
714
  msgstr ""
715
 
716
  #: includes/addons/special_day_offer.php:165
@@ -794,8 +605,8 @@ msgstr ""
794
  #: includes/addons/wl_store_features.php:415
795
  #: includes/addons/wb_archive_product.php:180
796
  #: includes/addons/wb_archive_product.php:275
797
- #: includes/addons/wb_archive_product.php:581
798
- #: includes/addons/wb_archive_product.php:670
799
  #: includes/addons/wb_product_call_for_price.php:134
800
  #: includes/addons/wl_category.php:268 includes/addons/wl_brand.php:246
801
  #: includes/addons/wl_brand.php:327
@@ -835,7 +646,7 @@ msgstr ""
835
 
836
  #: includes/addons/wb_product_data_tab.php:77
837
  #: includes/addons/wb_product_data_tab.php:169
838
- #: includes/addons/wb_archive_product.php:706
839
  #: includes/addons/product_image_accordion.php:547
840
  #: includes/addons/product_image_accordion.php:604
841
  #: includes/addons/wb_product_call_for_price.php:196
@@ -850,7 +661,8 @@ msgstr ""
850
 
851
  #: includes/addons/wl_faq.php:292 includes/addons/wl_faq.php:413
852
  #: includes/addons/wl_faq.php:497 includes/addons/wl_faq.php:685
853
- #: includes/addons/wl_faq.php:820
 
854
  #: includes/addons/wl_product_horizontal_filter.php:308
855
  #: includes/addons/wl_product_horizontal_filter.php:559
856
  #: includes/addons/wl_product_horizontal_filter.php:682
@@ -868,8 +680,8 @@ msgstr ""
868
  #: includes/addons/wb_product_data_tab.php:190
869
  #: includes/addons/wb_archive_product.php:188
870
  #: includes/addons/wb_archive_product.php:283
871
- #: includes/addons/wb_archive_product.php:589
872
- #: includes/addons/wb_archive_product.php:875
873
  #: includes/addons/product_image_accordion.php:569
874
  #: includes/addons/wb_product_image.php:57
875
  #: includes/addons/wb_product_image.php:102
@@ -911,68 +723,11 @@ msgstr ""
911
  msgid "Bottom"
912
  msgstr ""
913
 
914
- #: includes/admin/include/admin_fields.php:968
915
- msgid "Bottom Left"
916
- msgstr ""
917
-
918
- #: includes/admin/include/admin_fields.php:1345
919
- msgid "Bottom Menu"
920
- msgstr ""
921
-
922
- #: includes/admin/include/admin_fields.php:969
923
- msgid "Bottom Right"
924
- msgstr ""
925
-
926
  #: includes/addons/wl_testimonial.php:253
927
  #: includes/addons/wb_customer_review.php:241
928
  msgid "Bottom Space"
929
  msgstr ""
930
 
931
- #: includes/admin/include/admin_fields.php:1145
932
- #: includes/admin/include/admin_fields.php:1202
933
- msgid "bounce"
934
- msgstr ""
935
-
936
- #: includes/admin/include/admin_fields.php:1155
937
- msgid "bounceIn"
938
- msgstr ""
939
-
940
- #: includes/admin/include/admin_fields.php:1156
941
- msgid "bounceInDown"
942
- msgstr ""
943
-
944
- #: includes/admin/include/admin_fields.php:1157
945
- msgid "bounceInLeft"
946
- msgstr ""
947
-
948
- #: includes/admin/include/admin_fields.php:1158
949
- msgid "bounceInRight"
950
- msgstr ""
951
-
952
- #: includes/admin/include/admin_fields.php:1159
953
- msgid "bounceInUp"
954
- msgstr ""
955
-
956
- #: includes/admin/include/admin_fields.php:1212
957
- msgid "bounceOut"
958
- msgstr ""
959
-
960
- #: includes/admin/include/admin_fields.php:1213
961
- msgid "bounceOutDown"
962
- msgstr ""
963
-
964
- #: includes/admin/include/admin_fields.php:1214
965
- msgid "bounceOutLeft"
966
- msgstr ""
967
-
968
- #: includes/admin/include/admin_fields.php:1215
969
- msgid "bounceOutRight"
970
- msgstr ""
971
-
972
- #: includes/admin/include/admin_fields.php:1216
973
- msgid "bounceOutUp"
974
- msgstr ""
975
-
976
  #: includes/addons/wl_category_grid.php:487
977
  msgid "Box Color"
978
  msgstr ""
@@ -999,7 +754,7 @@ msgstr ""
999
  msgid "Brand Link"
1000
  msgstr ""
1001
 
1002
- #: includes/addons/wl_brand.php:47 includes/admin/include/admin_fields.php:359
1003
  #: woolentor-blocks/src/blocks/brand-logo/index.php:68
1004
  msgid "Brand Logo"
1005
  msgstr ""
@@ -1021,12 +776,26 @@ msgstr ""
1021
  msgid "Button"
1022
  msgstr ""
1023
 
1024
- #: includes/admin/include/admin_fields.php:1783
1025
- msgid "Button color"
 
 
 
 
 
 
 
 
 
 
 
 
 
1026
  msgstr ""
1027
 
1028
- #: includes/admin/include/admin_fields.php:1790
1029
- msgid "Button hover color"
 
1030
  msgstr ""
1031
 
1032
  #: includes/addons/wl_onepage_slider.php:99 includes/addons/add_banner.php:121
@@ -1051,7 +820,7 @@ msgstr ""
1051
  msgid "Buy"
1052
  msgstr ""
1053
 
1054
- #: classes/class.assest_management.php:345
1055
  #: includes/admin/include/template-library.php:281
1056
  #: includes/admin/include/template-library.php:333
1057
  #: includes/admin/include/class.extension-manager.php:203
@@ -1073,10 +842,6 @@ msgstr ""
1073
  msgid "Call For Price"
1074
  msgstr ""
1075
 
1076
- #: includes/admin/include/admin_fields.php:492
1077
- msgid "Call for Price"
1078
- msgstr ""
1079
-
1080
  #: includes/admin/include/class.template-manager.php:385
1081
  msgid "Cancel"
1082
  msgstr ""
@@ -1099,10 +864,6 @@ msgstr ""
1099
  msgid "Cart Button Color"
1100
  msgstr ""
1101
 
1102
- #: includes/admin/include/admin_fields.php:168
1103
- msgid "Cart Page Template"
1104
- msgstr ""
1105
-
1106
  #: includes/admin/templates/dashboard-sidebar.php:14
1107
  msgid ""
1108
  "Cart Page, Checkout, My Account, Registration and Thank you page custom "
@@ -1110,7 +871,6 @@ msgid ""
1110
  msgstr ""
1111
 
1112
  #: classes/class.widgets_control.php:233
1113
- #: includes/admin/include/admin_fields.php:1701
1114
  msgid "Category"
1115
  msgstr ""
1116
 
@@ -1118,17 +878,12 @@ msgstr ""
1118
  msgid "Category Color"
1119
  msgstr ""
1120
 
1121
- #: includes/admin/include/admin_fields.php:1706
1122
- msgid "Category color"
1123
- msgstr ""
1124
-
1125
  #: includes/addons/wl_category_grid.php:65
1126
  msgid "Category Display Type"
1127
  msgstr ""
1128
 
1129
  #: classes/class.widgets_control.php:213
1130
  #: includes/addons/wl_category_grid.php:40
1131
- #: includes/admin/include/admin_fields.php:324
1132
  msgid "Category Grid"
1133
  msgstr ""
1134
 
@@ -1136,12 +891,7 @@ msgstr ""
1136
  msgid "Category Hover Color"
1137
  msgstr ""
1138
 
1139
- #: includes/admin/include/admin_fields.php:1713
1140
- msgid "Category hover color"
1141
- msgstr ""
1142
-
1143
  #: includes/addons/wl_category.php:43
1144
- #: includes/admin/include/admin_fields.php:317
1145
  msgid "Category List"
1146
  msgstr ""
1147
 
@@ -1153,6 +903,7 @@ msgstr[1] ""
1153
 
1154
  #: includes/addons/wl_faq.php:354 includes/addons/wl_faq.php:577
1155
  #: includes/addons/wb_product_short_description.php:57
 
1156
  #: includes/addons/wl_product_horizontal_filter.php:742
1157
  #: includes/addons/wl_onepage_slider.php:173
1158
  #: includes/addons/special_day_offer.php:55
@@ -1174,91 +925,15 @@ msgstr ""
1174
  msgid "Change address"
1175
  msgstr ""
1176
 
1177
- #: includes/admin/include/admin_fields.php:865
1178
- msgid "Change the Add to Cart button text for the Product details page."
1179
- msgstr ""
1180
-
1181
- #: includes/admin/include/admin_fields.php:849
1182
- msgid "Change the Add to Cart button text for the Shop page."
1183
- msgstr ""
1184
-
1185
- #: includes/admin/include/admin_fields.php:908
1186
- msgid "Change the label for the Place order field."
1187
- msgstr ""
1188
-
1189
- #: includes/admin/include/admin_fields.php:883
1190
- msgid "Change the tab title for the product additional information"
1191
- msgstr ""
1192
-
1193
- #: includes/admin/include/admin_fields.php:874
1194
- msgid "Change the tab title for the product description."
1195
- msgstr ""
1196
-
1197
- #: includes/admin/include/admin_fields.php:892
1198
- msgid "Change the tab title for the product review"
1199
- msgstr ""
1200
-
1201
- #: includes/admin/include/admin_fields.php:593
1202
- msgid "Checkout Additional.."
1203
- msgstr ""
1204
-
1205
- #: includes/admin/include/admin_fields.php:601
1206
- msgid "Checkout Billing Form"
1207
- msgstr ""
1208
-
1209
- #: includes/admin/include/admin_fields.php:625
1210
- msgid "Checkout Co.. Form"
1211
- msgstr ""
1212
-
1213
- #: includes/admin/include/admin_fields.php:633
1214
- msgid "Checkout lo.. Form"
1215
- msgstr ""
1216
-
1217
- #: includes/admin/include/admin_fields.php:641
1218
- msgid "Checkout Order Review"
1219
- msgstr ""
1220
-
1221
- #: includes/admin/include/admin_fields.php:900
1222
- msgid "Checkout Page"
1223
- msgstr ""
1224
-
1225
- #: includes/admin/include/admin_fields.php:181
1226
- msgid "Checkout Page Template"
1227
- msgstr ""
1228
-
1229
- #: includes/admin/include/admin_fields.php:617
1230
- msgid "Checkout Payment"
1231
- msgstr ""
1232
-
1233
- #: includes/admin/include/admin_fields.php:609
1234
- msgid "Checkout Shipping Form"
1235
- msgstr ""
1236
-
1237
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:132
1238
  msgid "Choose a Payment Gateway"
1239
  msgstr ""
1240
 
1241
- #: includes/admin/include/admin_fields.php:1141
1242
- msgid "Choose entrance animation."
1243
- msgstr ""
1244
-
1245
- #: includes/admin/include/admin_fields.php:1198
1246
- msgid "Choose exit animation."
1247
- msgstr ""
1248
-
1249
  #: includes/addons/wl_brand.php:80
1250
  #: includes/admin/include/admin_field-manager.php:184
1251
  msgid "Choose Image"
1252
  msgstr ""
1253
 
1254
- #: includes/admin/include/admin_fields.php:951
1255
- msgid "Choose Template"
1256
- msgstr ""
1257
-
1258
- #: includes/admin/include/admin_fields.php:952
1259
- msgid "Choose template for manual notification."
1260
- msgstr ""
1261
-
1262
  #: includes/addons/wl_testimonial.php:96
1263
  #: includes/addons/wb_customer_review.php:94
1264
  msgid "Client Rating"
@@ -1302,7 +977,8 @@ msgstr ""
1302
  #: includes/addons/wl_faq.php:435 includes/addons/wl_faq.php:476
1303
  #: includes/addons/wl_faq.php:548 includes/addons/wl_faq.php:628
1304
  #: includes/addons/wl_faq.php:657 includes/addons/wl_faq.php:763
1305
- #: includes/addons/wl_faq.php:792
 
1306
  #: includes/addons/wl_product_horizontal_filter.php:377
1307
  #: includes/addons/wl_product_horizontal_filter.php:444
1308
  #: includes/addons/wl_product_horizontal_filter.php:520
@@ -1332,13 +1008,13 @@ msgstr ""
1332
  #: includes/addons/wl_store_features.php:462
1333
  #: includes/addons/wl_store_features.php:508
1334
  #: includes/addons/wb_archive_product.php:326
1335
- #: includes/addons/wb_archive_product.php:383
1336
- #: includes/addons/wb_archive_product.php:418
1337
- #: includes/addons/wb_archive_product.php:453
1338
- #: includes/addons/wb_archive_product.php:555
1339
- #: includes/addons/wb_archive_product.php:645
1340
- #: includes/addons/wb_archive_product.php:730
1341
- #: includes/addons/wb_archive_product.php:762
1342
  #: includes/addons/product_image_accordion.php:536
1343
  #: includes/addons/product_image_accordion.php:591
1344
  #: includes/addons/wb_whols.php:52 includes/addons/wb_product_related.php:128
@@ -1376,6 +1052,7 @@ msgstr ""
1376
  msgid "Color"
1377
  msgstr ""
1378
 
 
1379
  #: includes/addons/wb_product_upsell.php:46
1380
  #: includes/addons/wl_testimonial.php:178
1381
  #: includes/addons/wl_testimonial.php:188
@@ -1388,7 +1065,7 @@ msgstr ""
1388
  msgid "Columns"
1389
  msgstr ""
1390
 
1391
- #: includes/helper-function.php:787
1392
  #: includes/addons/product_image_accordion.php:146
1393
  #: includes/addons/product_accordion.php:167
1394
  #: includes/addons/product_curvy.php:202 includes/addons/product_tabs.php:166
@@ -1397,14 +1074,13 @@ msgstr ""
1397
 
1398
  #: includes/helper-function.php:842
1399
  #: woolentor-blocks/includes/helper-functions.php:329
1400
- #: includes/admin/include/admin_fields.php:1535
1401
  #: includes/modules/compare/includes/classes/Admin/Dashboard.php:59
1402
  #: includes/modules/compare/includes/classes/Admin/Dashboard.php:60
1403
  msgid "Compare"
1404
  msgstr ""
1405
 
1406
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:68
1407
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:96
1408
  msgid "Contact information"
1409
  msgstr ""
1410
 
@@ -1426,14 +1102,13 @@ msgstr ""
1426
  msgid "Content Area"
1427
  msgstr ""
1428
 
1429
- #: includes/admin/include/admin_fields.php:1650
1430
- msgid "Content area background"
1431
  msgstr ""
1432
 
1433
  #: includes/addons/product_accordion.php:461
1434
  #: includes/addons/product_curvy.php:596 includes/addons/product_curvy.php:610
1435
  #: includes/addons/wb_ever_compare_table.php:134
1436
- #: includes/admin/include/admin_fields.php:1295
1437
  msgid "Content Color"
1438
  msgstr ""
1439
 
@@ -1462,11 +1137,15 @@ msgstr ""
1462
  msgid "Content Settings"
1463
  msgstr ""
1464
 
1465
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:158
 
 
 
 
1466
  msgid "Continue to Payment"
1467
  msgstr ""
1468
 
1469
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:154
1470
  msgid "Continue to shipping"
1471
  msgstr ""
1472
 
@@ -1474,20 +1153,53 @@ msgstr ""
1474
  msgid "Count"
1475
  msgstr ""
1476
 
1477
- #: includes/admin/include/admin_fields.php:1394
1478
- msgid "Countdown Position"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1479
  msgstr ""
1480
 
1481
- #: includes/admin/include/admin_fields.php:1409
1482
- msgid "Countdown Timer Title"
1483
  msgstr ""
1484
 
1485
- #: includes/admin/include/admin_fields.php:1834
1486
- msgid "Counter Timer"
1487
  msgstr ""
1488
 
1489
- #: includes/admin/include/admin_fields.php:1839
1490
- msgid "Counter timer color"
1491
  msgstr ""
1492
 
1493
  #: includes/modules/shopify-like-checkout/templates/form-coupon.php:17
@@ -1503,14 +1215,6 @@ msgstr ""
1503
  msgid "Create an account?"
1504
  msgstr ""
1505
 
1506
- #: includes/admin/include/admin_fields.php:1303
1507
- msgid "Cross Icon Color"
1508
- msgstr ""
1509
-
1510
- #: includes/admin/include/admin_fields.php:585
1511
- msgid "Cross Sell ..( Custom )"
1512
- msgstr ""
1513
-
1514
  #: includes/addons/wl_faq.php:54 includes/addons/wl_testimonial.php:67
1515
  #: includes/addons/wb_customer_review.php:65
1516
  msgid "Custom"
@@ -1520,6 +1224,11 @@ msgstr ""
1520
  msgid "Custom Icon"
1521
  msgstr ""
1522
 
 
 
 
 
 
1523
  #: includes/addons/product_tabs.php:147
1524
  msgid "Custom Order"
1525
  msgstr ""
@@ -1530,7 +1239,7 @@ msgstr ""
1530
  msgid "Custom order"
1531
  msgstr ""
1532
 
1533
- #: includes/custom-metabox.php:24
1534
  msgid "Custom Product Badge Text"
1535
  msgstr ""
1536
 
@@ -1539,7 +1248,6 @@ msgid "Customer"
1539
  msgstr ""
1540
 
1541
  #: classes/class.widgets_control.php:241
1542
- #: includes/admin/include/admin_fields.php:303
1543
  msgid "Customer Review"
1544
  msgstr ""
1545
 
@@ -1551,7 +1259,8 @@ msgstr ""
1551
  msgid "Data Saved successfully!"
1552
  msgstr ""
1553
 
1554
- #: includes/helper-function.php:784 includes/addons/wb_product_upsell.php:62
 
1555
  #: includes/addons/wb_archive_product.php:127
1556
  #: includes/addons/product_image_accordion.php:143
1557
  #: includes/addons/wb_product_related.php:77
@@ -1560,7 +1269,10 @@ msgstr ""
1560
  msgid "Date"
1561
  msgstr ""
1562
 
1563
- #: includes/modules/flash-sale/class.flash-sale.php:310
 
 
 
1564
  msgid "Days"
1565
  msgstr ""
1566
 
@@ -1569,28 +1281,6 @@ msgstr ""
1569
  msgid "Default"
1570
  msgstr ""
1571
 
1572
- #: includes/admin/include/admin_fields.php:1651
1573
- #: includes/admin/include/admin_fields.php:1665
1574
- #: includes/admin/include/admin_fields.php:1672
1575
- #: includes/admin/include/admin_fields.php:1686
1576
- #: includes/admin/include/admin_fields.php:1693
1577
- #: includes/admin/include/admin_fields.php:1707
1578
- #: includes/admin/include/admin_fields.php:1714
1579
- #: includes/admin/include/admin_fields.php:1728
1580
- #: includes/admin/include/admin_fields.php:1742
1581
- #: includes/admin/include/admin_fields.php:1749
1582
- #: includes/admin/include/admin_fields.php:1763
1583
- #: includes/admin/include/admin_fields.php:1777
1584
- #: includes/admin/include/admin_fields.php:1784
1585
- #: includes/admin/include/admin_fields.php:1791
1586
- #: includes/admin/include/admin_fields.php:1805
1587
- #: includes/admin/include/admin_fields.php:1812
1588
- #: includes/admin/include/admin_fields.php:1819
1589
- #: includes/admin/include/admin_fields.php:1826
1590
- #: includes/admin/include/admin_fields.php:1840
1591
- msgid "Default Color for universal layout."
1592
- msgstr ""
1593
-
1594
  #: includes/helper-function.php:592
1595
  msgid "Default sorting"
1596
  msgstr ""
@@ -1607,6 +1297,7 @@ msgstr ""
1607
  msgid "DESC"
1608
  msgstr ""
1609
 
 
1610
  #: includes/addons/product_image_accordion.php:162
1611
  #: includes/addons/product_accordion.php:183
1612
  #: includes/addons/wl_category.php:137 includes/addons/product_curvy.php:218
@@ -1618,15 +1309,9 @@ msgstr ""
1618
  #: includes/addons/special_day_offer.php:104
1619
  #: includes/addons/special_day_offer.php:443
1620
  #: includes/addons/wb_image_marker.php:361
1621
- #: includes/admin/include/admin_fields.php:873
1622
- #: includes/admin/include/admin_fields.php:876
1623
  msgid "Description"
1624
  msgstr ""
1625
 
1626
- #: includes/admin/include/admin_fields.php:1727
1627
- msgid "Description color"
1628
- msgstr ""
1629
-
1630
  #: classes/class.default_data.php:242
1631
  msgid "Description dose not set this product."
1632
  msgstr ""
@@ -1651,18 +1336,10 @@ msgstr ""
1651
  msgid "Disable all"
1652
  msgstr ""
1653
 
1654
- #: includes/admin/include/admin_fields.php:1491
1655
- msgid "Discount Type"
1656
- msgstr ""
1657
-
1658
  #: includes/helper-function.php:432
1659
  msgid "div"
1660
  msgstr ""
1661
 
1662
- #: includes/admin/include/admin_fields.php:1107
1663
- msgid "Do not show purchases older than."
1664
- msgstr ""
1665
-
1666
  #: includes/addons/wl_faq.php:107
1667
  msgid "Do you want to individual icon ?"
1668
  msgstr ""
@@ -1701,9 +1378,6 @@ msgid "Element Information"
1701
  msgstr ""
1702
 
1703
  #: includes/admin/include/class.template-manager.php:373
1704
- #: includes/admin/include/admin_fields.php:116
1705
- #: includes/admin/include/admin_fields.php:137
1706
- #: includes/admin/include/admin_fields.php:158
1707
  #: includes/admin/include/templates_list.php:41
1708
  msgid "Elementor"
1709
  msgstr ""
@@ -1712,10 +1386,6 @@ msgstr ""
1712
  msgid "Elementor Template"
1713
  msgstr ""
1714
 
1715
- #: includes/admin/include/admin_fields.php:45
1716
- msgid "Elements"
1717
- msgstr ""
1718
-
1719
  #: includes/admin/include/class.extension-manager.php:121
1720
  msgid ""
1721
  "Email Candy is an outstanding WordPress plugin that allows you to customize "
@@ -1733,25 +1403,13 @@ msgstr ""
1733
  msgid "Email Field Placeholder"
1734
  msgstr ""
1735
 
1736
- #: includes/admin/include/admin_fields.php:561
1737
- msgid "Empty Cart Message"
1738
- msgstr ""
1739
-
1740
- #: includes/admin/include/admin_fields.php:569
1741
- msgid "Empty Cart Re.. Button"
1742
- msgstr ""
1743
-
1744
  #: includes/addons/product_image_accordion.php:479
1745
  #: includes/addons/product_accordion.php:557
1746
  #: includes/addons/product_curvy.php:648 includes/addons/product_curvy.php:662
1747
  msgid "Empty Rating Color"
1748
  msgstr ""
1749
 
1750
- #: includes/admin/include/admin_fields.php:1741
1751
- msgid "Empty rating color"
1752
- msgstr ""
1753
-
1754
- #: includes/addons/wb_archive_product.php:498
1755
  msgid "Empty Rating Star Color"
1756
  msgstr ""
1757
 
@@ -1760,22 +1418,6 @@ msgstr ""
1760
  msgid "Empty table text"
1761
  msgstr ""
1762
 
1763
- #: includes/admin/include/admin_fields.php:1425
1764
- msgid "Enable"
1765
- msgstr ""
1766
-
1767
- #: includes/admin/include/admin_fields.php:832
1768
- #: includes/admin/include/admin_fields.php:929
1769
- #: includes/admin/include/admin_fields.php:1324
1770
- #: includes/admin/include/admin_fields.php:1369
1771
- #: includes/admin/include/admin_fields.php:1426
1772
- msgid "Enable / Disable"
1773
- msgstr ""
1774
-
1775
- #: includes/admin/include/admin_fields.php:84
1776
- msgid "Enable / Disable Template Builder"
1777
- msgstr ""
1778
-
1779
  #: includes/addons/wb_product_qr_code.php:58
1780
  msgid "Enable Add to Cart URL"
1781
  msgstr ""
@@ -1797,7 +1439,7 @@ msgstr ""
1797
  msgid "Enter your address to view shipping options."
1798
  msgstr ""
1799
 
1800
- #: includes/custom-metabox.php:26
1801
  msgid ""
1802
  "Enter your preferred Sale badge text. Ex: New / Free etc (Only for Universal "
1803
  "layout addon)"
@@ -1812,110 +1454,21 @@ msgstr ""
1812
  msgid "Even Heading Background"
1813
  msgstr ""
1814
 
1815
- #: includes/admin/include/admin_fields.php:1434
1816
- msgid "Event Name"
1817
- msgstr ""
1818
-
1819
- #: includes/admin/include/admin_fields.php:1893
1820
- msgid "Ever Compare"
1821
- msgstr ""
1822
-
1823
- #: classes/class.widgets_control.php:357
1824
  #: includes/addons/wb_ever_compare_table.php:45
1825
  msgid "EverCompare"
1826
  msgstr ""
1827
 
1828
- #: includes/admin/include/admin_fields.php:1483
1829
- msgid "Exclude Products"
1830
- msgstr ""
1831
-
1832
  #: includes/admin/include/class.extension-manager.php:26
1833
  #: includes/admin/include/class.extension-manager.php:27
1834
  msgid "Extension"
1835
  msgstr ""
1836
 
1837
- #: includes/admin/include/admin_fields.php:63
1838
- msgid "Extensions"
1839
- msgstr ""
1840
-
1841
  #: includes/addons/wl_category.php:175 includes/addons/wl_category.php:186
1842
  msgid "Extra Option"
1843
  msgstr ""
1844
 
1845
- #: includes/admin/include/admin_fields.php:1160
1846
- msgid "fadeIn"
1847
- msgstr ""
1848
-
1849
- #: includes/admin/include/admin_fields.php:1161
1850
- msgid "fadeInDown"
1851
- msgstr ""
1852
-
1853
- #: includes/admin/include/admin_fields.php:1162
1854
- msgid "fadeInDownBig"
1855
- msgstr ""
1856
-
1857
- #: includes/admin/include/admin_fields.php:1163
1858
- msgid "fadeInLeft"
1859
- msgstr ""
1860
-
1861
- #: includes/admin/include/admin_fields.php:1164
1862
- msgid "fadeInLeftBig"
1863
- msgstr ""
1864
-
1865
- #: includes/admin/include/admin_fields.php:1165
1866
- msgid "fadeInRight"
1867
- msgstr ""
1868
-
1869
- #: includes/admin/include/admin_fields.php:1166
1870
- msgid "fadeInRightBig"
1871
- msgstr ""
1872
-
1873
- #: includes/admin/include/admin_fields.php:1167
1874
- msgid "fadeInUp"
1875
- msgstr ""
1876
-
1877
- #: includes/admin/include/admin_fields.php:1168
1878
- msgid "fadeInUpBig"
1879
- msgstr ""
1880
-
1881
- #: includes/admin/include/admin_fields.php:1217
1882
- msgid "fadeOut"
1883
- msgstr ""
1884
-
1885
- #: includes/admin/include/admin_fields.php:1218
1886
- msgid "fadeOutDown"
1887
- msgstr ""
1888
-
1889
- #: includes/admin/include/admin_fields.php:1219
1890
- msgid "fadeOutDownBig"
1891
- msgstr ""
1892
-
1893
- #: includes/admin/include/admin_fields.php:1220
1894
- msgid "fadeOutLeft"
1895
- msgstr ""
1896
-
1897
- #: includes/admin/include/admin_fields.php:1221
1898
- msgid "fadeOutLeftBig"
1899
- msgstr ""
1900
-
1901
- #: includes/admin/include/admin_fields.php:1222
1902
- msgid "fadeOutRight"
1903
- msgstr ""
1904
-
1905
- #: includes/admin/include/admin_fields.php:1223
1906
- msgid "fadeOutRightBig"
1907
- msgstr ""
1908
-
1909
- #: includes/admin/include/admin_fields.php:1224
1910
- msgid "fadeOutUp"
1911
- msgstr ""
1912
-
1913
- #: includes/admin/include/admin_fields.php:1225
1914
- msgid "fadeOutUpBig"
1915
- msgstr ""
1916
-
1917
  #: classes/class.widgets_control.php:209
1918
- #: includes/admin/include/admin_fields.php:352
1919
  msgid "Faq"
1920
  msgstr ""
1921
 
@@ -1984,56 +1537,18 @@ msgstr ""
1984
  msgid "Filter Type"
1985
  msgstr ""
1986
 
1987
- #: includes/admin/include/admin_fields.php:997
1988
- msgid "First loading time"
1989
- msgstr ""
1990
-
1991
  #: includes/addons/wl_testimonial.php:196
1992
  #: includes/addons/wb_customer_review.php:184
1993
  #: includes/addons/wl_category_grid.php:193
1994
  msgid "Five"
1995
  msgstr ""
1996
 
1997
- #: includes/admin/include/admin_fields.php:1494
1998
- msgid "Fixed Discount"
1999
- msgstr ""
2000
-
2001
- #: includes/admin/include/admin_fields.php:1496
2002
- msgid "Fixed Price"
2003
- msgstr ""
2004
-
2005
  #: includes/addons/wb_wc_multicurrency.php:55
2006
  msgid "Flag only"
2007
  msgstr ""
2008
 
2009
- #: includes/admin/include/admin_fields.php:1146
2010
- #: includes/admin/include/admin_fields.php:1203
2011
- msgid "flash"
2012
- msgstr ""
2013
-
2014
- #: includes/admin/include/admin_fields.php:1359
2015
- msgid "Flash Sale Countdown"
2016
- msgstr ""
2017
-
2018
- #: includes/admin/include/admin_fields.php:1169
2019
- #: includes/admin/include/admin_fields.php:1226
2020
- msgid "flip"
2021
- msgstr ""
2022
-
2023
- #: includes/admin/include/admin_fields.php:1170
2024
- msgid "flipInX"
2025
- msgstr ""
2026
-
2027
- #: includes/admin/include/admin_fields.php:1171
2028
- msgid "flipInY"
2029
- msgstr ""
2030
-
2031
- #: includes/admin/include/admin_fields.php:1227
2032
- msgid "flipOutX"
2033
- msgstr ""
2034
-
2035
- #: includes/admin/include/admin_fields.php:1228
2036
- msgid "flipOutY"
2037
  msgstr ""
2038
 
2039
  #: includes/addons/wl_product_horizontal_filter.php:613
@@ -2065,8 +1580,16 @@ msgstr ""
2065
  msgid "Free shipping"
2066
  msgstr ""
2067
 
2068
- #: includes/admin/include/admin_fields.php:33
2069
- msgid "General"
 
 
 
 
 
 
 
 
2070
  msgstr ""
2071
 
2072
  #: includes/addons/wb_customer_review.php:153
@@ -2094,14 +1617,6 @@ msgstr ""
2094
  msgid "Gradient Color"
2095
  msgstr ""
2096
 
2097
- #: includes/admin/include/admin_fields.php:1578
2098
- msgid "GTM Conversion Tracking"
2099
- msgstr ""
2100
-
2101
- #: includes/admin/include/admin_fields.php:1579
2102
- msgid "GTM Conversion Tracking Module"
2103
- msgstr ""
2104
-
2105
  #: includes/helper-function.php:425
2106
  msgid "H1"
2107
  msgstr ""
@@ -2161,7 +1676,6 @@ msgstr ""
2161
  #: includes/addons/wb_just_table.php:71
2162
  #: includes/addons/wb_wishsuite_table.php:72
2163
  #: includes/addons/wb_ever_compare_table.php:72
2164
- #: includes/admin/include/admin_fields.php:1287
2165
  msgid "Heading Color"
2166
  msgstr ""
2167
 
@@ -2173,11 +1687,7 @@ msgstr ""
2173
  msgid "Heading Typography"
2174
  msgstr ""
2175
 
2176
- #: includes/admin/include/admin_fields.php:1154
2177
- #: includes/admin/include/admin_fields.php:1211
2178
- msgid "heartBeat"
2179
- msgstr ""
2180
-
2181
  #: includes/addons/wl_onepage_slider.php:444
2182
  #: includes/addons/wl_onepage_slider.php:515
2183
  #: includes/addons/wl_product_filter.php:525
@@ -2189,12 +1699,18 @@ msgstr ""
2189
  msgid "Helping Screenshot"
2190
  msgstr ""
2191
 
 
 
 
 
2192
  #: includes/helper-function.php:711 includes/helper-function.php:729
2193
  msgid "here"
2194
  msgstr ""
2195
 
 
 
2196
  #: includes/addons/wb_product_upsell.php:92
2197
- #: includes/addons/wb_archive_product.php:803
2198
  #: includes/addons/wb_product_related.php:106
2199
  #: includes/addons/wb_product_additional_information.php:51
2200
  msgid "Hide"
@@ -2230,11 +1746,6 @@ msgstr ""
2230
  msgid "Hierarchical"
2231
  msgstr ""
2232
 
2233
- #: includes/admin/include/admin_fields.php:1187
2234
- #: includes/admin/include/admin_fields.php:1244
2235
- msgid "hinge"
2236
- msgstr ""
2237
-
2238
  #: includes/addons/wl_category.php:54
2239
  msgid "Horizontal"
2240
  msgstr ""
@@ -2247,16 +1758,20 @@ msgstr ""
2247
  msgid "Horizontal Product Filter"
2248
  msgstr ""
2249
 
2250
- #: includes/modules/flash-sale/class.flash-sale.php:311
 
 
 
2251
  msgid "Hours"
2252
  msgstr ""
2253
 
 
2254
  #: includes/addons/wl_product_horizontal_filter.php:627
2255
  #: includes/addons/wl_product_horizontal_filter.php:819
2256
  #: includes/addons/special_day_offer.php:720
2257
  #: includes/addons/wl_testimonial.php:959
2258
  #: includes/addons/wl_store_features.php:374
2259
- #: includes/addons/wb_archive_product.php:639
2260
  #: includes/addons/product_image_accordion.php:584
2261
  #: includes/addons/wb_product_call_for_price.php:167
2262
  #: includes/addons/product_accordion.php:654
@@ -2300,8 +1815,8 @@ msgstr ""
2300
  msgid "Hover Color"
2301
  msgstr ""
2302
 
2303
- #: includes/admin/include/admin_fields.php:1025
2304
- msgid "How long to keep the notification."
2305
  msgstr ""
2306
 
2307
  #. Author URI of the plugin
@@ -2317,8 +1832,7 @@ msgstr ""
2317
  msgid "https://your-link.com"
2318
  msgstr ""
2319
 
2320
- #: includes/admin/include/admin_fields.php:1411
2321
- #: includes/modules/flash-sale/class.flash-sale.php:297
2322
  msgid "Hurry Up! Offer ends in"
2323
  msgstr ""
2324
 
@@ -2328,6 +1842,7 @@ msgstr ""
2328
  msgid "Icon"
2329
  msgstr ""
2330
 
 
2331
  #: includes/addons/wl_store_features.php:260
2332
  msgid "Icon Color"
2333
  msgstr ""
@@ -2344,6 +1859,7 @@ msgstr ""
2344
  msgid "Icon Position"
2345
  msgstr ""
2346
 
 
2347
  #: includes/addons/wl_store_features.php:290
2348
  #: includes/addons/wl_product_filter.php:317
2349
  #: includes/addons/wl_product_filter.php:423
@@ -2363,14 +1879,14 @@ msgstr ""
2363
  msgid "Icon Width"
2364
  msgstr ""
2365
 
2366
- #: includes/helper-function.php:783
2367
  #: includes/addons/product_image_accordion.php:142
2368
  #: includes/addons/product_accordion.php:163
2369
  #: includes/addons/product_curvy.php:198 includes/addons/product_tabs.php:162
2370
  msgid "ID"
2371
  msgstr ""
2372
 
2373
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:81
2374
  msgid ""
2375
  "If you have shopped with us before, please enter your details below. If you "
2376
  "are a new customer, please proceed to the Billing section."
@@ -2401,28 +1917,15 @@ msgstr ""
2401
  msgid "Image Area Border Color"
2402
  msgstr ""
2403
 
2404
- #: includes/admin/include/admin_fields.php:981
2405
- msgid "Image Left"
2406
- msgstr ""
2407
-
2408
  #: classes/class.widgets_control.php:201
2409
- #: includes/admin/include/admin_fields.php:310
2410
  msgid "Image Marker"
2411
  msgstr ""
2412
 
2413
- #: includes/admin/include/admin_fields.php:976
2414
- msgid "Image Position"
2415
- msgstr ""
2416
-
2417
- #: includes/admin/include/admin_fields.php:982
2418
- msgid "Image Right"
2419
- msgstr ""
2420
-
2421
  #: includes/addons/wl_store_features.php:236
2422
  msgid "Image/Icon"
2423
  msgstr ""
2424
 
2425
- #: classes/class.assest_management.php:344
2426
  msgid "Import"
2427
  msgstr ""
2428
 
@@ -2434,15 +1937,15 @@ msgstr ""
2434
  msgid "Import template to your Library"
2435
  msgstr ""
2436
 
2437
- #: classes/class.assest_management.php:342
2438
  msgid "Import to Library"
2439
  msgstr ""
2440
 
2441
- #: classes/class.assest_management.php:343
2442
  msgid "Import to Page"
2443
  msgstr ""
2444
 
2445
- #: classes/class.assest_management.php:337
2446
  msgid "in this package"
2447
  msgstr ""
2448
 
@@ -2450,6 +1953,10 @@ msgstr ""
2450
  msgid "Information"
2451
  msgstr ""
2452
 
 
 
 
 
2453
  #: includes/addons/wb_product_suggest_price.php:192
2454
  msgid "Input"
2455
  msgstr ""
@@ -2482,7 +1989,7 @@ msgstr ""
2482
  msgid "Install WooCommerce"
2483
  msgstr ""
2484
 
2485
- #: classes/class.assest_management.php:347
2486
  msgid "Installing.."
2487
  msgstr ""
2488
 
@@ -2505,15 +2012,6 @@ msgstr ""
2505
  msgid "Item Spacing"
2506
  msgstr ""
2507
 
2508
- #: includes/admin/include/admin_fields.php:1188
2509
- msgid "jackInTheBox"
2510
- msgstr ""
2511
-
2512
- #: includes/admin/include/admin_fields.php:1153
2513
- #: includes/admin/include/admin_fields.php:1210
2514
- msgid "jello"
2515
- msgstr ""
2516
-
2517
  #: includes/addons/wb_product_short_description.php:65
2518
  #: includes/addons/special_day_offer.php:285
2519
  #: includes/addons/wl_store_features.php:151
@@ -2525,8 +2023,7 @@ msgstr ""
2525
  msgid "Justified"
2526
  msgstr ""
2527
 
2528
- #: classes/class.widgets_control.php:364 includes/addons/wb_just_table.php:44
2529
- #: includes/admin/include/admin_fields.php:1903
2530
  msgid "JustTable"
2531
  msgstr ""
2532
 
@@ -2562,6 +2059,7 @@ msgctxt "label"
2562
  msgid "Search for:"
2563
  msgstr ""
2564
 
 
2565
  #: includes/addons/wl_product_filter.php:599
2566
  msgid "Label Color"
2567
  msgstr ""
@@ -2601,6 +2099,7 @@ msgstr ""
2601
 
2602
  #: includes/addons/wl_faq.php:350 includes/addons/wl_faq.php:573
2603
  #: includes/addons/wb_product_short_description.php:53
 
2604
  #: includes/addons/wl_product_horizontal_filter.php:738
2605
  #: includes/addons/wl_onepage_slider.php:169
2606
  #: includes/addons/special_day_offer.php:57
@@ -2608,7 +2107,7 @@ msgstr ""
2608
  #: includes/addons/wl_store_features.php:139
2609
  #: includes/addons/wb_product_data_tab.php:113
2610
  #: includes/addons/wb_archive_product.php:237
2611
- #: includes/addons/wb_archive_product.php:896
2612
  #: includes/addons/wb_product_related.php:165
2613
  #: includes/addons/wb_product_description.php:51
2614
  #: includes/addons/wl_category.php:280
@@ -2620,18 +2119,6 @@ msgstr ""
2620
  msgid "Left"
2621
  msgstr ""
2622
 
2623
- #: includes/admin/include/admin_fields.php:1172
2624
- msgid "lightSpeedIn"
2625
- msgstr ""
2626
-
2627
- #: includes/admin/include/admin_fields.php:1229
2628
- msgid "lightSpeedOut"
2629
- msgstr ""
2630
-
2631
- #: includes/admin/include/admin_fields.php:1084
2632
- msgid "Limit"
2633
- msgstr ""
2634
-
2635
  #: includes/addons/wb_product_meta.php:57
2636
  #: includes/addons/wb_product_rating.php:60
2637
  msgid "Link Color"
@@ -2649,27 +2136,7 @@ msgstr ""
2649
  msgid "List Item"
2650
  msgstr ""
2651
 
2652
- #: includes/admin/include/admin_fields.php:1818
2653
- msgid "List View Button background color"
2654
- msgstr ""
2655
-
2656
- #: includes/admin/include/admin_fields.php:1804
2657
- msgid "List View Button color"
2658
- msgstr ""
2659
-
2660
- #: includes/admin/include/admin_fields.php:1825
2661
- msgid "List View Button hover background color"
2662
- msgstr ""
2663
-
2664
- #: includes/admin/include/admin_fields.php:1811
2665
- msgid "List View Button Hover color"
2666
- msgstr ""
2667
-
2668
- #: includes/admin/include/admin_fields.php:1625
2669
- msgid "Load Products in Elementor Addons"
2670
- msgstr ""
2671
-
2672
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:74
2673
  msgid "Log in"
2674
  msgstr ""
2675
 
@@ -2677,14 +2144,6 @@ msgstr ""
2677
  msgid "Login"
2678
  msgstr ""
2679
 
2680
- #: includes/admin/include/admin_fields.php:697
2681
- msgid "Login Form"
2682
- msgstr ""
2683
-
2684
- #: includes/admin/include/admin_fields.php:1333
2685
- msgid "Logo"
2686
- msgstr ""
2687
-
2688
  #: includes/addons/wb_customer_review.php:124
2689
  #: includes/addons/wb_customer_review.php:142
2690
  #: includes/addons/wb_customer_review.php:149
@@ -2709,10 +2168,6 @@ msgstr ""
2709
  msgid "Main Video Area"
2710
  msgstr ""
2711
 
2712
- #: includes/admin/include/admin_fields.php:1098
2713
- msgid "Manage show all product from each order."
2714
- msgstr ""
2715
-
2716
  #: includes/addons/wb_customer_review.php:147
2717
  msgid "Manager"
2718
  msgstr ""
@@ -2722,10 +2177,10 @@ msgstr ""
2722
  msgid "Managing Director"
2723
  msgstr ""
2724
 
2725
- #: includes/admin/include/admin_fields.php:944
2726
- msgid "Manual"
2727
- msgstr ""
2728
-
2729
  #: includes/addons/wb_product_price.php:67
2730
  #: includes/addons/wl_product_horizontal_filter.php:332
2731
  #: includes/addons/wl_product_horizontal_filter.php:418
@@ -2752,9 +2207,9 @@ msgstr ""
2752
  #: includes/addons/wl_store_features.php:528
2753
  #: includes/addons/wb_archive_product.php:212
2754
  #: includes/addons/wb_archive_product.php:295
2755
- #: includes/addons/wb_archive_product.php:360
2756
- #: includes/addons/wb_archive_product.php:523
2757
- #: includes/addons/wb_archive_product.php:610
2758
  #: includes/addons/product_image_accordion.php:276
2759
  #: includes/addons/product_image_accordion.php:340
2760
  #: includes/addons/product_image_accordion.php:394
@@ -2842,7 +2297,8 @@ msgstr ""
2842
  msgid "Meta"
2843
  msgstr ""
2844
 
2845
- #: includes/modules/flash-sale/class.flash-sale.php:312
 
2846
  msgid "Min"
2847
  msgstr ""
2848
 
@@ -2854,8 +2310,9 @@ msgstr ""
2854
  msgid "Min price"
2855
  msgstr ""
2856
 
2857
- #: includes/admin/include/admin_fields.php:808
2858
- msgid "Mini Cart"
 
2859
  msgstr ""
2860
 
2861
  #: includes/admin/templates/dashboard-welcome.php:52
@@ -2876,16 +2333,11 @@ msgstr ""
2876
  msgid "Mobile Resolution"
2877
  msgstr ""
2878
 
2879
- #: includes/admin/include/admin_fields.php:51
2880
- msgid "Modules"
2881
- msgstr ""
2882
-
2883
  #: includes/admin/include/class.extension-manager.php:200
2884
  #: includes/admin/include/class.extension-manager.php:268
2885
  msgid "More Details"
2886
  msgstr ""
2887
 
2888
- #: includes/admin/include/admin_fields.php:1923
2889
  #: includes/admin/include/class.extension-manager.php:81
2890
  msgid "Multi Currency"
2891
  msgstr ""
@@ -2894,10 +2346,6 @@ msgstr ""
2894
  msgid "Multi Currency Pro for WooCommerce"
2895
  msgstr ""
2896
 
2897
- #: includes/admin/include/admin_fields.php:1613
2898
- msgid "Multi Step Checkout"
2899
- msgstr ""
2900
-
2901
  #: includes/admin/include/class.extension-manager.php:112
2902
  msgid ""
2903
  "Multi-Currency Pro for WooCommerce is a prominent currency switcher plugin "
@@ -2913,52 +2361,12 @@ msgstr ""
2913
  msgid "Multiple Categories"
2914
  msgstr ""
2915
 
2916
- #: includes/admin/include/admin_fields.php:649
2917
- msgid "My Account"
2918
- msgstr ""
2919
-
2920
- #: includes/admin/include/admin_fields.php:689
2921
- msgid "My Account Address"
2922
- msgstr ""
2923
-
2924
- #: includes/admin/include/admin_fields.php:665
2925
- msgid "My Account Dashboard"
2926
- msgstr ""
2927
-
2928
- #: includes/admin/include/admin_fields.php:673
2929
- msgid "My Account Download"
2930
- msgstr ""
2931
-
2932
- #: includes/admin/include/admin_fields.php:681
2933
- msgid "My Account Edit"
2934
- msgstr ""
2935
-
2936
- #: includes/admin/include/admin_fields.php:220
2937
- msgid "My Account Login page Template"
2938
- msgstr ""
2939
-
2940
- #: includes/admin/include/admin_fields.php:713
2941
- msgid "My Account Logout"
2942
- msgstr ""
2943
-
2944
- #: includes/admin/include/admin_fields.php:657
2945
- msgid "My Account Navigation"
2946
- msgstr ""
2947
-
2948
- #: includes/admin/include/admin_fields.php:721
2949
- msgid "My Account Order"
2950
- msgstr ""
2951
-
2952
- #: includes/admin/include/admin_fields.php:207
2953
- msgid "My Account Page Template"
2954
- msgstr ""
2955
-
2956
  #: classes/class.default_data.php:325
2957
  msgid "N/A"
2958
  msgstr ""
2959
 
2960
- #: includes/helper-function.php:785 includes/addons/wl_testimonial.php:78
2961
- #: includes/addons/wl_testimonial.php:572
2962
  #: includes/addons/product_image_accordion.php:144
2963
  #: includes/addons/product_accordion.php:165
2964
  #: includes/addons/product_curvy.php:200
@@ -2991,7 +2399,7 @@ msgstr ""
2991
  msgid "Navigation Dots"
2992
  msgstr ""
2993
 
2994
- #: includes/custom-metabox.php:25
2995
  msgid "New"
2996
  msgstr ""
2997
 
@@ -3026,11 +2434,11 @@ msgstr ""
3026
  msgid "No Gutters"
3027
  msgstr ""
3028
 
3029
- #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:333
3030
  msgid "No naughty business please!"
3031
  msgstr ""
3032
 
3033
- #: includes/addons/wb_archive_product.php:948
3034
  msgid "No products were found matching your selection."
3035
  msgstr ""
3036
 
@@ -3067,7 +2475,7 @@ msgstr ""
3067
  msgid "Nonce Varification Faild !"
3068
  msgstr ""
3069
 
3070
- #: includes/helper-function.php:782
3071
  #: includes/addons/product_image_accordion.php:141
3072
  #: includes/addons/product_accordion.php:162
3073
  #: includes/addons/product_curvy.php:197
@@ -3077,6 +2485,7 @@ msgid "None"
3077
  msgstr ""
3078
 
3079
  #: includes/addons/wl_faq.php:374 includes/addons/wl_faq.php:621
 
3080
  #: includes/addons/wl_product_horizontal_filter.php:595
3081
  #: includes/addons/wl_product_horizontal_filter.php:776
3082
  #: includes/addons/special_day_offer.php:633
@@ -3084,9 +2493,9 @@ msgstr ""
3084
  #: includes/addons/wl_store_features.php:309
3085
  #: includes/addons/wb_product_data_tab.php:48
3086
  #: includes/addons/wb_archive_product.php:320
3087
- #: includes/addons/wb_archive_product.php:376
3088
- #: includes/addons/wb_archive_product.php:549
3089
- #: includes/addons/wb_archive_product.php:699
3090
  #: includes/addons/product_image_accordion.php:529
3091
  #: includes/addons/wb_product_call_for_price.php:82
3092
  #: includes/addons/product_accordion.php:607
@@ -3112,20 +2521,13 @@ msgstr ""
3112
  msgid "Not found in Trash"
3113
  msgstr ""
3114
 
3115
- #: classes/class.assest_management.php:339
3116
  msgid "Nothing Found"
3117
  msgstr ""
3118
 
3119
- #: includes/admin/include/admin_fields.php:938
3120
- msgid "Notification Content Type"
3121
- msgstr ""
3122
-
3123
- #: includes/admin/include/admin_fields.php:1024
3124
- msgid "Notification showing time"
3125
- msgstr ""
3126
-
3127
- #: includes/admin/include/admin_fields.php:989
3128
- msgid "Notification Timing"
3129
  msgstr ""
3130
 
3131
  #: includes/addons/product_tabs.php:124
@@ -3169,10 +2571,6 @@ msgstr ""
3169
  msgid "One Page Slider"
3170
  msgstr ""
3171
 
3172
- #: includes/admin/include/admin_fields.php:331
3173
- msgid "One page slider"
3174
- msgstr ""
3175
-
3176
  #: includes/addons/wb_image_marker.php:56
3177
  msgid "Opacity Color"
3178
  msgstr ""
@@ -3193,6 +2591,7 @@ msgstr ""
3193
  msgid "Option"
3194
  msgstr ""
3195
 
 
3196
  #: includes/addons/wb_product_upsell.php:76
3197
  #: includes/addons/wb_archive_product.php:144
3198
  #: includes/addons/wb_product_related.php:91
@@ -3216,6 +2615,7 @@ msgstr ""
3216
  msgid "Order By"
3217
  msgstr ""
3218
 
 
3219
  #: includes/addons/wb_archive_product.php:123
3220
  #: includes/addons/product_image_accordion.php:137
3221
  #: includes/addons/product_accordion.php:158
@@ -3223,8 +2623,8 @@ msgstr ""
3223
  msgid "Order by"
3224
  msgstr ""
3225
 
3226
- #: includes/admin/include/admin_fields.php:1106
3227
- msgid "Order Upto"
3228
  msgstr ""
3229
 
3230
  #: includes/admin/templates/dashboard-popup.php:13
@@ -3238,16 +2638,13 @@ msgstr ""
3238
  msgid "Out of stock"
3239
  msgstr ""
3240
 
3241
- #: includes/admin/include/admin_fields.php:1378
3242
- msgid "Override Sale Price"
3243
- msgstr ""
3244
-
3245
  #: includes/helper-function.php:431
3246
  msgid "p"
3247
  msgstr ""
3248
 
3249
  #: includes/addons/wl_faq.php:322 includes/addons/wl_faq.php:391
3250
  #: includes/addons/wl_faq.php:509 includes/addons/wl_faq.php:594
 
3251
  #: includes/addons/wl_product_horizontal_filter.php:320
3252
  #: includes/addons/wl_product_horizontal_filter.php:406
3253
  #: includes/addons/wl_product_horizontal_filter.php:473
@@ -3269,9 +2666,9 @@ msgstr ""
3269
  #: includes/addons/wl_store_features.php:423
3270
  #: includes/addons/wb_archive_product.php:200
3271
  #: includes/addons/wb_archive_product.php:347
3272
- #: includes/addons/wb_archive_product.php:623
3273
- #: includes/addons/wb_archive_product.php:718
3274
- #: includes/addons/wb_archive_product.php:859 includes/addons/wb_whols.php:72
3275
  #: includes/addons/wb_product_call_for_price.php:109
3276
  #: includes/addons/product_accordion.php:340
3277
  #: includes/addons/wl_product_video_gallery.php:189
@@ -3300,7 +2697,7 @@ msgstr ""
3300
 
3301
  #: includes/addons/wl_onepage_slider.php:495
3302
  #: includes/addons/wb_archive_product.php:90
3303
- #: includes/addons/wb_archive_product.php:686
3304
  msgid "Pagination"
3305
  msgstr ""
3306
 
@@ -3308,14 +2705,6 @@ msgstr ""
3308
  msgid "Parent Item:"
3309
  msgstr ""
3310
 
3311
- #: includes/admin/include/admin_fields.php:1558
3312
- msgid "Partial Payment"
3313
- msgstr ""
3314
-
3315
- #: includes/admin/include/admin_fields.php:1559
3316
- msgid "Partial Payment Module"
3317
- msgstr ""
3318
-
3319
  #: includes/modules/shopify-like-checkout/templates/form-login.php:28
3320
  #: includes/modules/shopify-like-checkout/templates/form-login.php:29
3321
  msgid "Password"
@@ -3326,14 +2715,10 @@ msgstr ""
3326
  msgid "Pause on Hover?"
3327
  msgstr ""
3328
 
3329
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:59
3330
  msgid "Payment"
3331
  msgstr ""
3332
 
3333
- #: includes/admin/include/admin_fields.php:1495
3334
- msgid "Percentage Discount"
3335
- msgstr ""
3336
-
3337
  #: includes/addons/wb_customer_review.php:146
3338
  msgid "Peter Rose"
3339
  msgstr ""
@@ -3342,9 +2727,7 @@ msgstr ""
3342
  msgid "PHP"
3343
  msgstr ""
3344
 
3345
- #: includes/admin/include/admin_fields.php:907
3346
- #: includes/admin/include/admin_fields.php:910
3347
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:167
3348
  msgid "Place order"
3349
  msgstr ""
3350
 
@@ -3403,19 +2786,15 @@ msgstr ""
3403
  msgid "Popularity"
3404
  msgstr ""
3405
 
 
3406
  #: includes/addons/wl_testimonial.php:817
3407
  #: includes/addons/wl_testimonial.php:902
3408
- #: includes/addons/wb_archive_product.php:891
3409
  #: includes/addons/wl_category_grid.php:681
3410
  #: includes/addons/wl_category_grid.php:766
3411
- #: includes/admin/include/admin_fields.php:961
3412
  msgid "Position"
3413
  msgstr ""
3414
 
3415
- #: includes/admin/include/admin_fields.php:1867
3416
- msgid "Post Duplicator Condition"
3417
- msgstr ""
3418
-
3419
  #: includes/admin/include/class.template-manager.php:436
3420
  msgid "Post request dose not found"
3421
  msgstr ""
@@ -3430,15 +2809,7 @@ msgctxt "Post Type Singular Name"
3430
  msgid "Template Builder"
3431
  msgstr ""
3432
 
3433
- #: includes/admin/include/admin_fields.php:1568
3434
- msgid "Pre Orders"
3435
- msgstr ""
3436
-
3437
- #: includes/admin/include/admin_fields.php:1569
3438
- msgid "Pre Orders Module"
3439
- msgstr ""
3440
-
3441
- #: classes/class.assest_management.php:346
3442
  #: includes/admin/include/admin_field-manager.php:236
3443
  #: includes/admin/include/admin_field-manager.php:354
3444
  msgid "Preview"
@@ -3448,10 +2819,9 @@ msgstr ""
3448
  #: includes/addons/wl_product_horizontal_filter.php:39
3449
  #: includes/addons/wb_product_upsell.php:64
3450
  #: includes/addons/wb_archive_product.php:129
3451
- #: includes/addons/wb_archive_product.php:402
3452
  #: includes/addons/wb_product_related.php:79
3453
  #: includes/addons/wl_product_filter.php:40
3454
- #: includes/admin/include/admin_fields.php:1680
3455
  msgid "Price"
3456
  msgstr ""
3457
 
@@ -3494,7 +2864,7 @@ msgstr ""
3494
  msgid "Pricing"
3495
  msgstr ""
3496
 
3497
- #: classes/class.assest_management.php:334
3498
  #: includes/admin/include/class.template-manager.php:374
3499
  #: includes/admin/include/admin_field-manager.php:99
3500
  #: includes/admin/include/admin_field-manager.php:218
@@ -3524,19 +2894,7 @@ msgstr ""
3524
  msgid "Product Additional Info"
3525
  msgstr ""
3526
 
3527
- #: includes/admin/include/admin_fields.php:366
3528
- msgid "Product Archive"
3529
- msgstr ""
3530
-
3531
- #: includes/admin/include/admin_fields.php:529
3532
- msgid "Product Archive Layout"
3533
- msgstr ""
3534
-
3535
- #: includes/admin/include/admin_fields.php:147
3536
- msgid "Product Archive Page Template"
3537
- msgstr ""
3538
-
3539
- #: includes/custom-metabox.php:7 includes/admin/include/admin_fields.php:1757
3540
  msgid "Product Badge"
3541
  msgstr ""
3542
 
@@ -3544,14 +2902,6 @@ msgstr ""
3544
  msgid "Product Call for Price"
3545
  msgstr ""
3546
 
3547
- #: includes/admin/include/admin_fields.php:545
3548
- msgid "Product Cart Table"
3549
- msgstr ""
3550
-
3551
- #: includes/admin/include/admin_fields.php:553
3552
- msgid "Product Cart Total"
3553
- msgstr ""
3554
-
3555
  #: includes/addons/product_image_accordion.php:113
3556
  #: includes/addons/product_accordion.php:124
3557
  #: includes/addons/product_curvy.php:159 includes/addons/product_tabs.php:136
@@ -3584,52 +2934,22 @@ msgid ""
3584
  "the pro version"
3585
  msgstr ""
3586
 
3587
- #: includes/admin/include/admin_fields.php:577
3588
- msgid "Product Cross Sell"
3589
- msgstr ""
3590
-
3591
  #: classes/class.widgets_control.php:221
3592
  msgid "Product Curvy"
3593
  msgstr ""
3594
 
3595
- #: includes/admin/include/admin_fields.php:415
3596
- msgid "Product Data Tab"
3597
- msgstr ""
3598
-
3599
  #: classes/class.widgets_control.php:290
3600
  msgid "Product Data tabs"
3601
  msgstr ""
3602
 
3603
  #: classes/class.widgets_control.php:294
3604
- #: includes/admin/include/admin_fields.php:422
3605
  msgid "Product Description"
3606
  msgstr ""
3607
 
3608
- #: includes/admin/include/admin_fields.php:857
3609
- msgid "Product Details Page"
3610
- msgstr ""
3611
-
3612
- #: includes/admin/include/admin_fields.php:513
3613
- msgid "Product Expanding Grid"
3614
- msgstr ""
3615
-
3616
  #: classes/class.widgets_control.php:254
3617
- #: includes/admin/include/admin_fields.php:373
3618
  msgid "Product Filter"
3619
  msgstr ""
3620
 
3621
- #: includes/admin/include/admin_fields.php:521
3622
- msgid "Product Filterable Grid"
3623
- msgstr ""
3624
-
3625
- #: includes/admin/include/admin_fields.php:537
3626
- msgid "Product Grid"
3627
- msgstr ""
3628
-
3629
- #: includes/admin/include/admin_fields.php:380
3630
- msgid "Product Horizontal Filter"
3631
- msgstr ""
3632
-
3633
  #: includes/addons/product_tabs.php:1094
3634
  msgid "Product hover content area padding"
3635
  msgstr ""
@@ -3641,7 +2961,6 @@ msgid "Product IDs"
3641
  msgstr ""
3642
 
3643
  #: classes/class.widgets_control.php:314
3644
- #: includes/admin/include/admin_fields.php:457
3645
  msgid "Product Image"
3646
  msgstr ""
3647
 
@@ -3662,10 +2981,10 @@ msgstr ""
3662
  msgid "Product image border"
3663
  msgstr ""
3664
 
 
3665
  #: includes/addons/product_image_accordion.php:103
3666
  #: includes/addons/product_accordion.php:138
3667
  #: includes/addons/product_curvy.php:173
3668
- #: includes/admin/include/admin_fields.php:92
3669
  msgid "Product Limit"
3670
  msgstr ""
3671
 
@@ -3673,23 +2992,17 @@ msgstr ""
3673
  msgid "Product Meta"
3674
  msgstr ""
3675
 
3676
- #: includes/admin/include/admin_fields.php:1400
3677
- msgid "Product meta - After"
3678
- msgstr ""
3679
-
3680
- #: includes/admin/include/admin_fields.php:1399
3681
- msgid "Product meta - Before"
3682
- msgstr ""
3683
-
3684
- #: includes/admin/include/admin_fields.php:485
3685
- msgid "Product Meta Info"
3686
  msgstr ""
3687
 
3688
  #: classes/class.widgets_control.php:302 includes/helper-function.php:790
 
3689
  #: includes/addons/product_image_accordion.php:407
3690
  #: includes/addons/product_accordion.php:485
3691
  #: includes/addons/product_curvy.php:478 includes/addons/product_tabs.php:1000
3692
- #: includes/admin/include/admin_fields.php:436
3693
  msgid "Product Price"
3694
  msgstr ""
3695
 
@@ -3697,14 +3010,10 @@ msgstr ""
3697
  msgid "Product QR Code"
3698
  msgstr ""
3699
 
3700
- #: includes/admin/include/admin_fields.php:1076
3701
- msgid "Product Query Option"
3702
- msgstr ""
3703
-
3704
  #: includes/addons/product_image_accordion.php:470
3705
  #: includes/addons/product_accordion.php:548
3706
  #: includes/addons/product_curvy.php:639
3707
- #: includes/admin/include/admin_fields.php:443
3708
  msgid "Product Rating"
3709
  msgstr ""
3710
 
@@ -3713,7 +3022,6 @@ msgid "Product rating"
3713
  msgstr ""
3714
 
3715
  #: includes/addons/wb_product_reviews.php:39
3716
- #: includes/admin/include/admin_fields.php:450
3717
  msgid "Product Reviews"
3718
  msgstr ""
3719
 
@@ -3721,22 +3029,10 @@ msgstr ""
3721
  msgid "Product reviews"
3722
  msgstr ""
3723
 
3724
- #: includes/admin/include/admin_fields.php:784
3725
- msgid "Product Sale Schedule"
3726
- msgstr ""
3727
-
3728
  #: includes/addons/product_tabs.php:54
3729
  msgid "Product Settings"
3730
  msgstr ""
3731
 
3732
- #: includes/admin/include/admin_fields.php:126
3733
- msgid "Product Shop Page Template"
3734
- msgstr ""
3735
-
3736
- #: includes/admin/include/admin_fields.php:429
3737
- msgid "Product Short Description"
3738
- msgstr ""
3739
-
3740
  #: classes/class.widgets_control.php:298
3741
  msgid "Product short description"
3742
  msgstr ""
@@ -3745,22 +3041,10 @@ msgstr ""
3745
  msgid "Product Slider"
3746
  msgstr ""
3747
 
3748
- #: includes/admin/include/admin_fields.php:769
3749
- msgid "Product Social Share"
3750
- msgstr ""
3751
-
3752
- #: includes/admin/include/admin_fields.php:1588
3753
- msgid "Product sticky Add to cart"
3754
- msgstr ""
3755
-
3756
  #: classes/class.widgets_control.php:326
3757
  msgid "Product Stock"
3758
  msgstr ""
3759
 
3760
- #: includes/admin/include/admin_fields.php:478
3761
- msgid "Product Stock Status"
3762
- msgstr ""
3763
-
3764
  #: includes/addons/product_tabs.php:61
3765
  msgid "Product Style"
3766
  msgstr ""
@@ -3769,16 +3053,7 @@ msgstr ""
3769
  msgid "Product suggest price"
3770
  msgstr ""
3771
 
3772
- #: includes/admin/include/admin_fields.php:1402
3773
- msgid "Product summary - After"
3774
- msgstr ""
3775
-
3776
- #: includes/admin/include/admin_fields.php:1401
3777
- msgid "Product summary - Before"
3778
- msgstr ""
3779
-
3780
  #: includes/addons/product_tabs.php:194
3781
- #: includes/admin/include/admin_fields.php:250
3782
  msgid "Product Tab"
3783
  msgstr ""
3784
 
@@ -3791,21 +3066,19 @@ msgid "Product Tabs"
3791
  msgstr ""
3792
 
3793
  #: classes/class.widgets_control.php:274
 
3794
  #: includes/addons/product_image_accordion.php:353
3795
  #: includes/addons/product_curvy.php:406
3796
  #: includes/addons/wb_product_title.php:41
3797
  #: includes/addons/wb_product_title.php:60
3798
- #: includes/admin/include/admin_fields.php:387
3799
  msgid "Product Title"
3800
  msgstr ""
3801
 
3802
  #: classes/class.widgets_control.php:322
3803
- #: includes/admin/include/admin_fields.php:471
3804
  msgid "Product Upsell"
3805
  msgstr ""
3806
 
3807
  #: classes/class.widgets_control.php:318
3808
- #: includes/admin/include/admin_fields.php:464
3809
  msgid "Product Video Gallery"
3810
  msgstr ""
3811
 
@@ -3817,10 +3090,6 @@ msgid ""
3817
  "href=\"%s\" target=\"_blank\">Purchase WooLentor Pro</a>"
3818
  msgstr ""
3819
 
3820
- #: includes/admin/include/admin_fields.php:761
3821
- msgid "Product Zoom"
3822
- msgstr ""
3823
-
3824
  #: includes/addons/wb_product_related.php:47
3825
  msgid "Products Per Page"
3826
  msgstr ""
@@ -3833,17 +3102,11 @@ msgstr ""
3833
  msgid "Promo Banner"
3834
  msgstr ""
3835
 
3836
- #: includes/admin/include/admin_fields.php:1147
3837
- #: includes/admin/include/admin_fields.php:1204
3838
- msgid "pulse"
3839
- msgstr ""
3840
-
3841
  #: includes/addons/wl_brand.php:222 includes/addons/wl_brand.php:365
3842
  msgid "Purchase our premium version to unlock these pro features!"
3843
  msgstr ""
3844
 
3845
  #: includes/addons/wb_product_qr_code.php:39
3846
- #: includes/admin/include/admin_fields.php:506
3847
  msgid "QR Code"
3848
  msgstr ""
3849
 
@@ -3857,15 +3120,8 @@ msgstr ""
3857
  msgid "Query Settings"
3858
  msgstr ""
3859
 
3860
- #: includes/admin/include/admin_fields.php:1771
3861
- msgid "Quick Action Button"
3862
- msgstr ""
3863
-
3864
- #: includes/admin/include/admin_fields.php:233
3865
- msgid "Quick View Template"
3866
- msgstr ""
3867
-
3868
- #: includes/helper-function.php:788 includes/addons/wb_product_upsell.php:67
3869
  #: includes/addons/wb_archive_product.php:132
3870
  #: includes/addons/product_image_accordion.php:147
3871
  #: includes/addons/wb_product_related.php:82
@@ -3887,10 +3143,9 @@ msgstr ""
3887
  #: includes/addons/wb_product_upsell.php:66
3888
  #: includes/addons/wl_testimonial.php:741
3889
  #: includes/addons/wb_archive_product.php:131
3890
- #: includes/addons/wb_archive_product.php:478
3891
  #: includes/addons/wb_product_related.php:81
3892
  #: includes/addons/wb_customer_review.php:557
3893
- #: includes/admin/include/admin_fields.php:1736
3894
  msgid "Rating"
3895
  msgstr ""
3896
 
@@ -3900,10 +3155,6 @@ msgstr ""
3900
  msgid "Rating Color"
3901
  msgstr ""
3902
 
3903
- #: includes/admin/include/admin_fields.php:1748
3904
- msgid "Rating color"
3905
- msgstr ""
3906
-
3907
  #: classes/class.default_data.php:249
3908
  msgid "Rating dose not enable"
3909
  msgstr ""
@@ -3912,14 +3163,10 @@ msgstr ""
3912
  msgid "Rating icon"
3913
  msgstr ""
3914
 
3915
- #: includes/addons/wb_archive_product.php:486
3916
  msgid "Rating Star Color"
3917
  msgstr ""
3918
 
3919
- #: includes/admin/include/admin_fields.php:943
3920
- msgid "Real"
3921
- msgstr ""
3922
-
3923
  #: includes/addons/product_image_accordion.php:62
3924
  #: includes/addons/product_accordion.php:83
3925
  #: includes/addons/product_curvy.php:118 includes/addons/product_tabs.php:79
@@ -3931,31 +3178,19 @@ msgstr ""
3931
  msgid "Redirect Custom URL"
3932
  msgstr ""
3933
 
3934
- #: includes/admin/include/admin_fields.php:705
3935
- msgid "Registration Form"
3936
- msgstr ""
3937
-
3938
- #: includes/addons/wb_archive_product.php:444
3939
  msgid "Regular Price"
3940
  msgstr ""
3941
 
 
3942
  #: includes/addons/product_image_accordion.php:436
3943
  #: includes/addons/product_accordion.php:514
3944
  #: includes/addons/product_curvy.php:524 includes/addons/product_curvy.php:539
3945
  msgid "Regular Price Color"
3946
  msgstr ""
3947
 
3948
- #: includes/admin/include/admin_fields.php:1692
3949
- msgid "Regular price color"
3950
- msgstr ""
3951
-
3952
- #: includes/admin/include/admin_fields.php:792
3953
- msgid "Related Pro..( Custom )"
3954
- msgstr ""
3955
-
3956
  #: classes/class.widgets_control.php:278
3957
  #: includes/addons/wb_product_related.php:41
3958
- #: includes/admin/include/admin_fields.php:394
3959
  msgid "Related Product"
3960
  msgstr ""
3961
 
@@ -3963,35 +3198,27 @@ msgstr ""
3963
  msgid "Remember me"
3964
  msgstr ""
3965
 
3966
- #: includes/admin/include/admin_fields.php:1338
3967
- msgid "Remove"
3968
- msgstr ""
3969
-
3970
  #: includes/admin/include/class.template_cpt.php:43
3971
- msgid "Remove featured image"
3972
- msgstr ""
3973
-
3974
- #: includes/admin/include/admin_fields.php:822
3975
- msgid "Rename Label"
3976
- msgstr ""
3977
-
3978
- #: includes/admin/include/admin_fields.php:1418
3979
- msgid "Repeater field description"
3980
  msgstr ""
3981
 
3982
  #: includes/admin/templates/dashboard-welcome.php:54
3983
  msgid "Request"
3984
  msgstr ""
3985
 
3986
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:155
 
 
 
 
3987
  msgid "Return to cart"
3988
  msgstr ""
3989
 
3990
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:159
3991
  msgid "Return to informations"
3992
  msgstr ""
3993
 
3994
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:170
3995
  msgid "Return to shipping"
3996
  msgstr ""
3997
 
@@ -4004,13 +3231,9 @@ msgstr ""
4004
  msgid "Review Type"
4005
  msgstr ""
4006
 
4007
- #: includes/admin/include/admin_fields.php:891
4008
- #: includes/admin/include/admin_fields.php:894
4009
- msgid "Reviews"
4010
- msgstr ""
4011
-
4012
  #: includes/addons/wl_faq.php:358 includes/addons/wl_faq.php:581
4013
  #: includes/addons/wb_product_short_description.php:61
 
4014
  #: includes/addons/wl_product_horizontal_filter.php:746
4015
  #: includes/addons/wl_onepage_slider.php:177
4016
  #: includes/addons/special_day_offer.php:58
@@ -4018,7 +3241,7 @@ msgstr ""
4018
  #: includes/addons/wl_store_features.php:147
4019
  #: includes/addons/wb_product_data_tab.php:121
4020
  #: includes/addons/wb_archive_product.php:245
4021
- #: includes/addons/wb_archive_product.php:900
4022
  #: includes/addons/wb_product_related.php:173
4023
  #: includes/addons/wb_product_description.php:59
4024
  #: includes/addons/wl_category.php:288
@@ -4030,64 +3253,11 @@ msgstr ""
4030
  msgid "Right"
4031
  msgstr ""
4032
 
4033
- #: includes/admin/include/admin_fields.php:1189
4034
- msgid "rollIn"
4035
- msgstr ""
4036
-
4037
- #: includes/admin/include/admin_fields.php:1190
4038
- msgid "rollOut"
4039
- msgstr ""
4040
-
4041
- #: includes/admin/include/admin_fields.php:1173
4042
- msgid "rotateIn"
4043
- msgstr ""
4044
-
4045
- #: includes/admin/include/admin_fields.php:1174
4046
- msgid "rotateInDownLeft"
4047
- msgstr ""
4048
-
4049
- #: includes/admin/include/admin_fields.php:1175
4050
- msgid "rotateInDownRight"
4051
- msgstr ""
4052
-
4053
- #: includes/admin/include/admin_fields.php:1176
4054
- msgid "rotateInUpLeft"
4055
- msgstr ""
4056
-
4057
- #: includes/admin/include/admin_fields.php:1177
4058
- msgid "rotateInUpRight"
4059
- msgstr ""
4060
-
4061
- #: includes/admin/include/admin_fields.php:1230
4062
- msgid "rotateOut"
4063
- msgstr ""
4064
-
4065
- #: includes/admin/include/admin_fields.php:1231
4066
- msgid "rotateOutDownLeft"
4067
- msgstr ""
4068
-
4069
- #: includes/admin/include/admin_fields.php:1232
4070
- msgid "rotateOutDownRight"
4071
- msgstr ""
4072
-
4073
- #: includes/admin/include/admin_fields.php:1233
4074
- msgid "rotateOutUpLeft"
4075
- msgstr ""
4076
-
4077
- #: includes/admin/include/admin_fields.php:1234
4078
- msgid "rotateOutUpRight"
4079
- msgstr ""
4080
-
4081
  #: includes/addons/wb_archive_product.php:75
4082
  #: includes/addons/product_tabs.php:112
4083
  msgid "Rows"
4084
  msgstr ""
4085
 
4086
- #: includes/admin/include/admin_fields.php:1148
4087
- #: includes/admin/include/admin_fields.php:1205
4088
- msgid "rubberBand"
4089
- msgstr ""
4090
-
4091
  #: includes/addons/wl_onepage_slider.php:470
4092
  msgid "Ruffled Poplin Dress"
4093
  msgstr ""
@@ -4096,35 +3266,28 @@ msgstr ""
4096
  msgid "Ruth Pierce"
4097
  msgstr ""
4098
 
4099
- #: includes/admin/include/admin_fields.php:1417
4100
- msgid "Sale Events"
4101
- msgstr ""
4102
-
4103
- #: includes/addons/wb_archive_product.php:801
4104
  msgid "Sale Flash"
4105
  msgstr ""
4106
 
4107
- #: includes/addons/wb_archive_product.php:409
4108
  msgid "Sale Price"
4109
  msgstr ""
4110
 
 
4111
  #: includes/addons/product_image_accordion.php:416
4112
  #: includes/addons/product_accordion.php:494
4113
  #: includes/addons/product_curvy.php:487 includes/addons/product_curvy.php:501
4114
  msgid "Sale Price Color"
4115
  msgstr ""
4116
 
4117
- #: includes/admin/include/admin_fields.php:1685
4118
- msgid "Sale price color"
4119
- msgstr ""
4120
-
4121
  #: includes/addons/product_image_accordion.php:65
4122
  #: includes/addons/product_accordion.php:86
4123
  #: includes/addons/product_curvy.php:121 includes/addons/product_tabs.php:82
4124
  msgid "Sale Products"
4125
  msgstr ""
4126
 
4127
- #: includes/addons/wb_archive_product.php:793
4128
  msgid "Sale Tag"
4129
  msgstr ""
4130
 
@@ -4132,10 +3295,6 @@ msgstr ""
4132
  msgid "Sale!"
4133
  msgstr ""
4134
 
4135
- #: includes/admin/include/admin_fields.php:919
4136
- msgid "Sales Notification"
4137
- msgstr ""
4138
-
4139
  #: includes/admin/include/class.template-manager.php:372
4140
  msgid "Sample Design"
4141
  msgstr ""
@@ -4182,10 +3341,16 @@ msgstr ""
4182
  msgid "Search.."
4183
  msgstr ""
4184
 
4185
- #: includes/modules/flash-sale/class.flash-sale.php:313
 
4186
  msgid "Sec"
4187
  msgstr ""
4188
 
 
 
 
 
 
4189
  #: includes/helper-function.php:267
4190
  msgid "Select"
4191
  msgstr ""
@@ -4194,47 +3359,6 @@ msgstr ""
4194
  msgid "select"
4195
  msgstr ""
4196
 
4197
- #: includes/admin/include/admin_fields.php:173
4198
- msgid "Select a template for the cart page layout"
4199
- msgstr ""
4200
-
4201
- #: includes/admin/include/admin_fields.php:186
4202
- msgid "Select a template for the Checkout page layout"
4203
- msgstr ""
4204
-
4205
- #: includes/admin/include/admin_fields.php:221
4206
- msgid "Select a template for the Login page layout"
4207
- msgstr ""
4208
-
4209
- #: includes/admin/include/admin_fields.php:225
4210
- msgid "Select a template for the My account login page layout"
4211
- msgstr ""
4212
-
4213
- #: includes/admin/include/admin_fields.php:208
4214
- msgid "Select a template for the My Account page layout"
4215
- msgstr ""
4216
-
4217
- #: includes/admin/include/admin_fields.php:212
4218
- msgid "Select a template for the My account page layout"
4219
- msgstr ""
4220
-
4221
- #: includes/admin/include/admin_fields.php:234
4222
- msgid "Select a template for the product's quick view layout"
4223
- msgstr ""
4224
-
4225
- #: includes/admin/include/admin_fields.php:238
4226
- msgid "Select a template for the Quick view layout"
4227
- msgstr ""
4228
-
4229
- #: includes/admin/include/admin_fields.php:195
4230
- #: includes/admin/include/admin_fields.php:199
4231
- msgid "Select a template for the Thank you page layout"
4232
- msgstr ""
4233
-
4234
- #: includes/admin/include/admin_fields.php:1465
4235
- msgid "Select Categories"
4236
- msgstr ""
4237
-
4238
  #: includes/addons/wl_category_grid.php:80
4239
  #: includes/addons/wl_category_grid.php:93
4240
  msgid "Select categories"
@@ -4244,32 +3368,20 @@ msgstr ""
4244
  msgid "Select Content Source"
4245
  msgstr ""
4246
 
4247
- #: includes/admin/include/admin_fields.php:939
4248
- msgid "Select Content Type"
4249
- msgstr ""
4250
-
4251
- #: includes/admin/include/admin_fields.php:1475
4252
- msgid "Select individual products in wich the discount will be applied."
4253
  msgstr ""
4254
 
4255
  #: includes/addons/wl_category.php:50 includes/addons/wl_brand.php:54
4256
  msgid "Select Layout"
4257
  msgstr ""
4258
 
4259
- #: includes/admin/include/admin_fields.php:1349
4260
- msgid "Select Menu"
4261
- msgstr ""
4262
-
4263
  #: includes/addons/product_image_accordion.php:77
4264
  #: includes/addons/product_accordion.php:98
4265
  #: includes/addons/product_curvy.php:133
4266
  msgid "Select Product"
4267
  msgstr ""
4268
 
4269
- #: includes/admin/include/admin_fields.php:1474
4270
- msgid "Select Products"
4271
- msgstr ""
4272
-
4273
  #: includes/addons/wl_category_grid.php:47
4274
  msgid "Select Style"
4275
  msgstr ""
@@ -4282,14 +3394,14 @@ msgstr ""
4282
  msgid "Select Template"
4283
  msgstr ""
4284
 
4285
- #: includes/admin/include/admin_fields.php:1466
4286
- msgid "Select the categories in wich products the discount will be applied."
4287
- msgstr ""
4288
-
4289
  #: includes/addons/wb_product_suggest_price.php:85
4290
  msgid "Send To Mail"
4291
  msgstr ""
4292
 
 
 
 
 
4293
  #: includes/admin/include/class.template-manager.php:352
4294
  msgid "Set Default"
4295
  msgstr ""
@@ -4298,46 +3410,10 @@ msgstr ""
4298
  msgid "Set featured image"
4299
  msgstr ""
4300
 
4301
- #: includes/admin/include/admin_fields.php:1280
4302
- msgid "Set the background color of the notification."
4303
- msgstr ""
4304
-
4305
- #: includes/admin/include/admin_fields.php:1296
4306
- msgid "Set the content color of the notification."
4307
- msgstr ""
4308
-
4309
- #: includes/admin/include/admin_fields.php:1304
4310
- msgid "Set the cross icon color of the notification."
4311
- msgstr ""
4312
-
4313
- #: includes/admin/include/admin_fields.php:1288
4314
- msgid "Set the heading color of the notification."
4315
- msgstr ""
4316
-
4317
- #: includes/admin/include/admin_fields.php:977
4318
- msgid "Set the image position of the notification."
4319
- msgstr ""
4320
-
4321
  #: includes/helper-function.php:711 includes/helper-function.php:729
4322
  msgid "Set the initial stock amount from"
4323
  msgstr ""
4324
 
4325
- #: includes/admin/include/admin_fields.php:1051
4326
- msgid "Set the interval time between notifications."
4327
- msgstr ""
4328
-
4329
- #: includes/admin/include/admin_fields.php:1085
4330
- msgid "Set the number of notifications to display."
4331
- msgstr ""
4332
-
4333
- #: includes/admin/include/admin_fields.php:1626
4334
- msgid "Set the number of products to load in Elementor Addons"
4335
- msgstr ""
4336
-
4337
- #: includes/admin/include/admin_fields.php:962
4338
- msgid "Set the position of the Sales Notification Position on frontend."
4339
- msgstr ""
4340
-
4341
  #: includes/base.php:272 includes/admin/admin-init.php:96
4342
  #: includes/admin/admin-init.php:97
4343
  msgid "Settings"
@@ -4349,11 +3425,6 @@ msgstr ""
4349
  msgid "Seven"
4350
  msgstr ""
4351
 
4352
- #: includes/admin/include/admin_fields.php:1149
4353
- #: includes/admin/include/admin_fields.php:1206
4354
- msgid "shake"
4355
- msgstr ""
4356
-
4357
  #: includes/modules/shopify-like-checkout/templates/form-shipping.php:13
4358
  msgid "Ship to a different address?"
4359
  msgstr ""
@@ -4361,7 +3432,7 @@ msgstr ""
4361
  #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:282
4362
  #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:283
4363
  #: includes/modules/shopify-like-checkout/templates/review-order.php:26
4364
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:56
4365
  msgid "Shipping"
4366
  msgstr ""
4367
 
@@ -4369,7 +3440,7 @@ msgstr ""
4369
  msgid "Shipping costs are calculated during checkout."
4370
  msgstr ""
4371
 
4372
- #: includes/modules/shopify-like-checkout/templates/form-checkout.php:118
4373
  msgid "Shipping Method"
4374
  msgstr ""
4375
 
@@ -4394,24 +3465,14 @@ msgstr ""
4394
  msgid "Shop now"
4395
  msgstr ""
4396
 
4397
- #: includes/admin/include/admin_fields.php:841
4398
- msgid "Shop Page"
4399
- msgstr ""
4400
-
4401
- #: includes/admin/include/admin_fields.php:1314
4402
- msgid "Shopify Style Checkout"
4403
- msgstr ""
4404
-
4405
- #: includes/admin/include/admin_fields.php:1722
4406
- msgid "Short Description"
4407
- msgstr ""
4408
-
4409
  #: classes/class.default_data.php:232
4410
  msgid "Short description dose not set this product."
4411
  msgstr ""
4412
 
 
 
4413
  #: includes/addons/wb_product_upsell.php:91
4414
- #: includes/addons/wb_archive_product.php:804
4415
  #: includes/addons/wb_product_related.php:107
4416
  #: includes/addons/wb_product_additional_information.php:50
4417
  msgid "Show"
@@ -4427,8 +3488,8 @@ msgstr ""
4427
  msgid "Show Count"
4428
  msgstr ""
4429
 
4430
- #: includes/admin/include/admin_fields.php:1386
4431
- msgid "Show Countdown On Product Details Page"
4432
  msgstr ""
4433
 
4434
  #: includes/addons/wl_product_horizontal_filter.php:233
@@ -4455,12 +3516,8 @@ msgstr ""
4455
  msgid "Show Result Count"
4456
  msgstr ""
4457
 
4458
- #: includes/admin/include/admin_fields.php:1097
4459
- msgid "Show/Display all products from each order"
4460
- msgstr ""
4461
-
4462
- #: includes/admin/include/admin_fields.php:1597
4463
- msgid "Side Mini Cart"
4464
  msgstr ""
4465
 
4466
  #: includes/admin/templates/dashboard-welcome.php:66
@@ -4478,14 +3535,6 @@ msgstr ""
4478
  msgid "Single Category"
4479
  msgstr ""
4480
 
4481
- #: includes/admin/include/admin_fields.php:1550
4482
- msgid "Single Product Ajax Add To Cart"
4483
- msgstr ""
4484
-
4485
- #: includes/admin/include/admin_fields.php:105
4486
- msgid "Single Product Template"
4487
- msgstr ""
4488
-
4489
  #: includes/addons/wl_testimonial.php:197
4490
  #: includes/addons/wb_customer_review.php:185
4491
  #: includes/addons/wl_category_grid.php:194
@@ -4501,38 +3550,6 @@ msgstr ""
4501
  msgid "SKU:"
4502
  msgstr ""
4503
 
4504
- #: includes/admin/include/admin_fields.php:1179
4505
- msgid "slideInDown"
4506
- msgstr ""
4507
-
4508
- #: includes/admin/include/admin_fields.php:1180
4509
- msgid "slideInLeft"
4510
- msgstr ""
4511
-
4512
- #: includes/admin/include/admin_fields.php:1181
4513
- msgid "slideInRight"
4514
- msgstr ""
4515
-
4516
- #: includes/admin/include/admin_fields.php:1178
4517
- msgid "slideInUp"
4518
- msgstr ""
4519
-
4520
- #: includes/admin/include/admin_fields.php:1236
4521
- msgid "slideOutDown"
4522
- msgstr ""
4523
-
4524
- #: includes/admin/include/admin_fields.php:1237
4525
- msgid "slideOutLeft"
4526
- msgstr ""
4527
-
4528
- #: includes/admin/include/admin_fields.php:1238
4529
- msgid "slideOutRight"
4530
- msgstr ""
4531
-
4532
- #: includes/admin/include/admin_fields.php:1235
4533
- msgid "slideOutUp"
4534
- msgstr ""
4535
-
4536
  #: includes/addons/wl_onepage_slider.php:40
4537
  msgid "Slider"
4538
  msgstr ""
@@ -4604,6 +3621,19 @@ msgstr ""
4604
  msgid "Sold"
4605
  msgstr ""
4606
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4607
  #: includes/admin/include/class.template-manager.php:484
4608
  #: includes/admin/include/class.template-manager.php:559
4609
  #: includes/admin/include/class.template-manager.php:597
@@ -4616,6 +3646,28 @@ msgstr ""
4616
  msgid "Something is wrong! try again"
4617
  msgstr ""
4618
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4619
  #: includes/modules/shopify-like-checkout/templates/payment.php:21
4620
  msgid ""
4621
  "Sorry, it seems that there are no available payment methods for your state. "
@@ -4669,7 +3721,6 @@ msgid "span"
4669
  msgstr ""
4670
 
4671
  #: classes/class.widgets_control.php:197
4672
- #: includes/admin/include/admin_fields.php:296
4673
  msgid "Special Day Offer"
4674
  msgstr ""
4675
 
@@ -4677,7 +3728,7 @@ msgstr ""
4677
  msgid "Star Color"
4678
  msgstr ""
4679
 
4680
- #: includes/addons/wb_archive_product.php:510
4681
  msgid "Star Size"
4682
  msgstr ""
4683
 
@@ -4685,24 +3736,23 @@ msgstr ""
4685
  msgid "Start from $100"
4686
  msgstr ""
4687
 
4688
- #: includes/admin/include/admin_fields.php:1589
4689
- msgid "Sticky Add to Cart on Single Product page"
4690
- msgstr ""
4691
-
4692
  #: classes/class.default_data.php:373
4693
  msgid "Stock availability does not exist this product."
4694
  msgstr ""
4695
 
4696
- #: includes/admin/include/admin_fields.php:777
4697
  msgid "Stock Progress Bar"
4698
  msgstr ""
4699
 
 
 
 
 
4700
  #: includes/addons/wl_store_features.php:37
4701
  msgid "Store Feature"
4702
  msgstr ""
4703
 
4704
  #: classes/class.widgets_control.php:205
4705
- #: includes/admin/include/admin_fields.php:345
4706
  msgid "Store Features"
4707
  msgstr ""
4708
 
@@ -4721,8 +3771,6 @@ msgstr ""
4721
  #: includes/addons/wb_customer_review.php:46
4722
  #: includes/addons/wb_product_stock.php:40 includes/addons/product_tabs.php:854
4723
  #: includes/addons/add_banner.php:50 includes/addons/add_banner.php:139
4724
- #: includes/admin/include/admin_fields.php:57
4725
- #: includes/admin/include/admin_fields.php:1251
4726
  msgid "Style"
4727
  msgstr ""
4728
 
@@ -4737,6 +3785,7 @@ msgstr ""
4737
  msgid "Style Four"
4738
  msgstr ""
4739
 
 
4740
  #: includes/addons/wl_testimonial.php:52 includes/addons/product_curvy.php:61
4741
  #: includes/addons/wb_image_marker.php:82
4742
  #: includes/addons/wb_customer_review.php:50
@@ -4752,6 +3801,7 @@ msgstr ""
4752
  msgid "Style Three"
4753
  msgstr ""
4754
 
 
4755
  #: includes/addons/wl_testimonial.php:53 includes/addons/product_curvy.php:62
4756
  #: includes/addons/wb_image_marker.php:83
4757
  #: includes/addons/wb_customer_review.php:51
@@ -4760,6 +3810,10 @@ msgstr ""
4760
  msgid "Style Two"
4761
  msgstr ""
4762
 
 
 
 
 
4763
  #: includes/addons/wl_onepage_slider.php:79
4764
  #: includes/addons/wl_onepage_slider.php:249
4765
  #: includes/addons/special_day_offer.php:384
@@ -4811,7 +3865,6 @@ msgstr ""
4811
  #: includes/addons/wb_product_suggest_price.php:43
4812
  #: includes/addons/wb_product_suggest_price.php:63
4813
  #: includes/addons/wb_product_suggest_price.php:64
4814
- #: includes/admin/include/admin_fields.php:499
4815
  msgid "Suggest Price"
4816
  msgstr ""
4817
 
@@ -4823,11 +3876,6 @@ msgstr ""
4823
  msgid "Swatchly"
4824
  msgstr ""
4825
 
4826
- #: includes/admin/include/admin_fields.php:1150
4827
- #: includes/admin/include/admin_fields.php:1207
4828
- msgid "swing"
4829
- msgstr ""
4830
-
4831
  #: includes/addons/wb_product_data_tab.php:40
4832
  msgid "Tab Menu"
4833
  msgstr ""
@@ -4866,11 +3914,6 @@ msgstr ""
4866
  msgid "Tablet Resolution"
4867
  msgstr ""
4868
 
4869
- #: includes/admin/include/admin_fields.php:1151
4870
- #: includes/admin/include/admin_fields.php:1208
4871
- msgid "tada"
4872
- msgstr ""
4873
-
4874
  #: classes/class.default_data.php:331
4875
  msgid "Tag:"
4876
  msgid_plural "Tags:"
@@ -4919,7 +3962,6 @@ msgid "Template Settings"
4919
  msgstr ""
4920
 
4921
  #: includes/admin/include/class.template_cpt.php:30
4922
- #: includes/admin/include/admin_fields.php:1854
4923
  #: includes/admin/include/templates_list.php:33
4924
  msgid "Templates"
4925
  msgstr ""
@@ -4939,16 +3981,23 @@ msgid "Ten"
4939
  msgstr ""
4940
 
4941
  #: classes/class.widgets_control.php:245 includes/addons/wl_testimonial.php:41
4942
- #: includes/admin/include/admin_fields.php:338
4943
  msgid "Testimonial"
4944
  msgstr ""
4945
 
 
 
 
 
 
 
 
 
4946
  #: includes/addons/wb_product_short_description.php:78
4947
  #: includes/addons/wb_product_meta.php:46
4948
  #: includes/addons/wb_product_data_tab.php:55
4949
  #: includes/addons/wb_product_data_tab.php:147
4950
  #: includes/addons/wb_product_data_tab.php:225
4951
- #: includes/addons/wb_archive_product.php:818
4952
  #: includes/addons/wb_product_call_for_price.php:89
4953
  #: includes/addons/wb_product_call_for_price.php:174
4954
  #: includes/addons/wb_product_description.php:76
@@ -4968,35 +4017,15 @@ msgstr ""
4968
  msgid "Textarea"
4969
  msgstr ""
4970
 
4971
- #: includes/admin/include/admin_fields.php:737
4972
- msgid "Thank You Cus.. Address"
4973
- msgstr ""
4974
-
4975
  #: includes/addons/wb_product_suggest_price.php:167
4976
  #: includes/addons/wb_product_suggest_price.php:168
4977
  msgid "Thank you for contacting with us"
4978
  msgstr ""
4979
 
4980
- #: includes/admin/include/admin_fields.php:729
4981
- msgid "Thank You Order"
4982
- msgstr ""
4983
-
4984
- #: includes/admin/include/admin_fields.php:745
4985
- msgid "Thank You Order Details"
4986
- msgstr ""
4987
-
4988
- #: includes/admin/include/admin_fields.php:194
4989
- msgid "Thank You Page Template"
4990
- msgstr ""
4991
-
4992
  #: includes/addons/wl_faq.php:159
4993
  msgid "The Basics Of Western Astrology Explained"
4994
  msgstr ""
4995
 
4996
- #: includes/admin/include/admin_fields.php:1450
4997
- msgid "The date and time the event should be disabled."
4998
- msgstr ""
4999
-
5000
  #: includes/addons/wl_testimonial.php:459 includes/addons/product_tabs.php:604
5001
  #: includes/addons/wl_category_grid.php:425
5002
  msgid "The resolution to mobile."
@@ -5030,6 +4059,18 @@ msgstr ""
5030
  msgid "Three"
5031
  msgstr ""
5032
 
 
 
 
 
 
 
 
 
 
 
 
 
5033
  #: includes/addons/wb_product_image.php:85
5034
  #: includes/addons/wl_product_video_gallery.php:159
5035
  msgid "Thumbnails"
@@ -5043,12 +4084,9 @@ msgstr ""
5043
  msgid "Thumbnails Position"
5044
  msgstr ""
5045
 
5046
- #: includes/admin/include/admin_fields.php:1050
5047
- msgid "Time Interval"
5048
- msgstr ""
5049
-
5050
  #: includes/helper-function.php:786 includes/addons/wl_faq.php:64
5051
- #: includes/addons/wl_faq.php:338
 
5052
  #: includes/addons/wl_product_horizontal_filter.php:193
5053
  #: includes/addons/wl_product_horizontal_filter.php:366
5054
  #: includes/addons/wl_onepage_slider.php:69
@@ -5069,7 +4107,6 @@ msgstr ""
5069
  #: includes/addons/wb_image_marker.php:300 includes/addons/product_tabs.php:165
5070
  #: includes/addons/product_tabs.php:942 includes/addons/add_banner.php:147
5071
  #: includes/addons/wl_category_grid.php:539
5072
- #: includes/admin/include/admin_fields.php:1659
5073
  msgid "Title"
5074
  msgstr ""
5075
 
@@ -5077,6 +4114,7 @@ msgstr ""
5077
  msgid "Title Area"
5078
  msgstr ""
5079
 
 
5080
  #: includes/addons/product_image_accordion.php:370
5081
  #: includes/addons/product_accordion.php:410
5082
  #: includes/addons/product_curvy.php:423 includes/addons/product_curvy.php:437
@@ -5085,19 +4123,15 @@ msgid "Title Color"
5085
  msgstr ""
5086
 
5087
  #: includes/addons/product_tabs.php:988 includes/addons/product_tabs.php:1070
5088
- #: includes/admin/include/admin_fields.php:1664
5089
  msgid "Title color"
5090
  msgstr ""
5091
 
 
5092
  #: includes/addons/product_image_accordion.php:382
5093
  #: includes/addons/product_curvy.php:452
5094
  msgid "Title Hover Color"
5095
  msgstr ""
5096
 
5097
- #: includes/admin/include/admin_fields.php:1671
5098
- msgid "Title hover color"
5099
- msgstr ""
5100
-
5101
  #: includes/addons/wb_product_title.php:47
5102
  msgid "Title HTML Tag"
5103
  msgstr ""
@@ -5111,8 +4145,8 @@ msgstr ""
5111
  msgid "to"
5112
  msgstr ""
5113
 
5114
- #: includes/admin/include/admin_fields.php:1776
5115
- msgid "Tool tip color"
5116
  msgstr ""
5117
 
5118
  #: includes/addons/special_day_offer.php:54
@@ -5122,10 +4156,6 @@ msgstr ""
5122
  msgid "Top"
5123
  msgstr ""
5124
 
5125
- #: includes/admin/include/admin_fields.php:966
5126
- msgid "Top Left"
5127
- msgstr ""
5128
-
5129
  #: includes/helper-function.php:792
5130
  msgid "Top Rated"
5131
  msgstr ""
@@ -5136,10 +4166,6 @@ msgstr ""
5136
  msgid "Top Rated Products"
5137
  msgstr ""
5138
 
5139
- #: includes/admin/include/admin_fields.php:967
5140
- msgid "Top Right"
5141
- msgstr ""
5142
-
5143
  #: includes/helper-function.php:791
5144
  msgid "Top Seller"
5145
  msgstr ""
@@ -5188,6 +4214,7 @@ msgstr ""
5188
  #: includes/addons/wb_product_short_description.php:91
5189
  #: includes/addons/wb_product_price.php:59
5190
  #: includes/addons/wb_product_price.php:100
 
5191
  #: includes/addons/wl_product_horizontal_filter.php:389
5192
  #: includes/addons/wl_product_horizontal_filter.php:456
5193
  #: includes/addons/wl_product_horizontal_filter.php:542
@@ -5230,31 +4257,26 @@ msgstr ""
5230
  msgid "Typography"
5231
  msgstr ""
5232
 
5233
- #: includes/admin/include/admin_fields.php:1644
5234
- msgid "Universal layout style options"
5235
  msgstr ""
5236
 
5237
  #: classes/class.widgets_control.php:185
5238
- #: includes/admin/include/admin_fields.php:261
5239
  msgid "Universal Product"
5240
  msgstr ""
5241
 
5242
- #: includes/admin/include/class.template_cpt.php:35
5243
- msgid "Update Template"
5244
  msgstr ""
5245
 
5246
- #: includes/admin/include/admin_fields.php:1337
5247
- msgid "Upload"
5248
  msgstr ""
5249
 
5250
  #: includes/admin/include/class.template_cpt.php:46
5251
  msgid "Uploaded to this Template"
5252
  msgstr ""
5253
 
5254
- #: includes/admin/include/admin_fields.php:800
5255
- msgid "Upsell Pro..( Custom )"
5256
- msgstr ""
5257
-
5258
  #: includes/addons/wb_product_upsell.php:39
5259
  msgid "Upsells"
5260
  msgstr ""
@@ -5268,14 +4290,6 @@ msgstr ""
5268
  msgid "Username or email"
5269
  msgstr ""
5270
 
5271
- #: includes/admin/include/admin_fields.php:1441
5272
- msgid "Valid From"
5273
- msgstr ""
5274
-
5275
- #: includes/admin/include/admin_fields.php:1449
5276
- msgid "Valid To"
5277
- msgstr ""
5278
-
5279
  #: includes/addons/special_day_offer.php:227
5280
  msgid "Vertical Position"
5281
  msgstr ""
@@ -5306,6 +4320,10 @@ msgstr ""
5306
  msgid "Video Tutorial"
5307
  msgstr ""
5308
 
 
 
 
 
5309
  #: includes/admin/include/class.template_cpt.php:36
5310
  msgid "View Template"
5311
  msgstr ""
@@ -5314,7 +4332,7 @@ msgstr ""
5314
  msgid "View Templates"
5315
  msgstr ""
5316
 
5317
- #: classes/class.widgets_control.php:378
5318
  msgid "WC Multicurrency"
5319
  msgstr ""
5320
 
@@ -5343,12 +4361,7 @@ msgstr ""
5343
  msgid "When the product tab is off, Then working slider."
5344
  msgstr ""
5345
 
5346
- #: includes/admin/include/admin_fields.php:998
5347
- msgid "When to start notification load duration."
5348
- msgstr ""
5349
-
5350
- #: classes/class.widgets_control.php:371
5351
- #: includes/admin/include/admin_fields.php:1913
5352
  #: includes/admin/include/class.extension-manager.php:71
5353
  msgid "Whols"
5354
  msgstr ""
@@ -5371,15 +4384,9 @@ msgstr ""
5371
  #: includes/addons/wl_onepage_slider.php:429
5372
  #: includes/addons/wl_onepage_slider.php:503
5373
  #: includes/addons/special_day_offer.php:173
5374
- #: includes/admin/include/admin_fields.php:1259
5375
  msgid "Width"
5376
  msgstr ""
5377
 
5378
- #: includes/admin/include/admin_fields.php:1269
5379
- msgid "Width for mobile"
5380
- msgstr ""
5381
-
5382
- #: includes/admin/include/admin_fields.php:1528
5383
  #: includes/modules/wishlist/includes/classes/Admin/Dashboard.php:65
5384
  #: includes/modules/wishlist/includes/classes/Admin/Dashboard.php:66
5385
  msgid "Wishlist"
@@ -5389,8 +4396,12 @@ msgstr ""
5389
  msgid "WishSuite"
5390
  msgstr ""
5391
 
5392
- #: classes/class.widgets_control.php:350
5393
- #: includes/admin/include/admin_fields.php:1883
 
 
 
 
5394
  msgid "WishSuite Table"
5395
  msgstr ""
5396
 
@@ -5447,7 +4458,6 @@ msgid "WL: One page slider"
5447
  msgstr ""
5448
 
5449
  #: includes/addons/product_accordion.php:14
5450
- #: includes/admin/include/admin_fields.php:282
5451
  msgid "WL: Product Accordion"
5452
  msgstr ""
5453
 
@@ -5460,7 +4470,6 @@ msgid "WL: Product Archive Layout (Default)"
5460
  msgstr ""
5461
 
5462
  #: includes/addons/product_curvy.php:14
5463
- #: includes/admin/include/admin_fields.php:268
5464
  msgid "WL: Product Curvy"
5465
  msgstr ""
5466
 
@@ -5476,6 +4485,11 @@ msgstr ""
5476
  msgid "WL: Product Filter"
5477
  msgstr ""
5478
 
 
 
 
 
 
5479
  #: includes/addons/wl_product_horizontal_filter.php:13
5480
  msgid "WL: Product Horizontal Filter"
5481
  msgstr ""
@@ -5485,7 +4499,6 @@ msgid "WL: Product Image"
5485
  msgstr ""
5486
 
5487
  #: includes/addons/product_image_accordion.php:14
5488
- #: includes/admin/include/admin_fields.php:275
5489
  msgid "WL: Product Image Accordion"
5490
  msgstr ""
5491
 
@@ -5557,23 +4570,16 @@ msgstr ""
5557
  msgid "WL: Whols"
5558
  msgstr ""
5559
 
5560
- #: includes/addons/wb_wishsuite_table.php:13
5561
- msgid "WL: WishSuite Table"
5562
- msgstr ""
5563
-
5564
- #: includes/admin/include/admin_fields.php:1152
5565
- #: includes/admin/include/admin_fields.php:1209
5566
- msgid "wobble"
5567
  msgstr ""
5568
 
5569
- #: includes/admin/include/admin_fields.php:39
5570
- msgid "WooCommerce Template"
5571
  msgstr ""
5572
 
5573
  #: includes/base.php:191 includes/admin/admin-init.php:85
5574
- #: includes/admin/admin-init.php:86 includes/admin/include/admin_fields.php:112
5575
- #: includes/admin/include/admin_fields.php:133
5576
- #: includes/admin/include/admin_fields.php:154
5577
  msgid "WooLentor"
5578
  msgstr ""
5579
 
@@ -5665,116 +4671,15 @@ msgstr ""
5665
  msgid "You are not permitted to import the template."
5666
  msgstr ""
5667
 
5668
- #: includes/admin/include/admin_fields.php:1346
5669
- msgid "You can choose menu for shopify style checkout page."
5670
- msgstr ""
5671
-
5672
- #: includes/admin/include/admin_fields.php:1370
5673
- msgid "You can enable / disable flash sale from here."
5674
- msgstr ""
5675
-
5676
- #: includes/admin/include/admin_fields.php:833
5677
- msgid "You can enable / disable rename label from here."
5678
- msgstr ""
5679
-
5680
- #: includes/admin/include/admin_fields.php:930
5681
- msgid "You can enable / disable sales notification from here."
5682
- msgstr ""
5683
-
5684
- #: includes/admin/include/admin_fields.php:1325
5685
- msgid "You can enable / disable shopify style checkout page from here."
5686
- msgstr ""
5687
-
5688
- #: includes/admin/include/admin_fields.php:1868
5689
- msgid "You can enable duplicator for individual post."
5690
- msgstr ""
5691
-
5692
  #: includes/admin/templates/dashboard-element.php:15
5693
  #: includes/admin/templates/dashboard-module.php:18
5694
  msgid "You can enable or disable all options by one click."
5695
  msgstr ""
5696
 
5697
- #: includes/admin/include/admin_fields.php:85
5698
- msgid "You can enable/disable template builder from here."
5699
- msgstr ""
5700
-
5701
- #: includes/admin/include/admin_fields.php:1260
5702
- #: includes/admin/include/admin_fields.php:1270
5703
- msgid "You can handle the notificaton width."
5704
- msgstr ""
5705
-
5706
- #: includes/admin/include/admin_fields.php:93
5707
- msgid "You can handle the product limit for the Shop page"
5708
- msgstr ""
5709
-
5710
- #: includes/admin/include/admin_fields.php:148
5711
- msgid "You can select a custom template for the Product Archive page layout"
5712
- msgstr ""
5713
-
5714
- #: includes/admin/include/admin_fields.php:106
5715
- msgid "You can select a custom template for the product details page layout"
5716
- msgstr ""
5717
-
5718
- #: includes/admin/include/admin_fields.php:127
5719
- msgid "You can select a custom template for the Shop page layout"
5720
- msgstr ""
5721
-
5722
- #: includes/admin/include/admin_fields.php:169
5723
- msgid "You can select a template for the Cart page layout"
5724
- msgstr ""
5725
-
5726
- #: includes/admin/include/admin_fields.php:182
5727
- msgid "You can select a template for the Checkout page layout"
5728
- msgstr ""
5729
-
5730
- #: includes/admin/include/admin_fields.php:1334
5731
- msgid "You can upload your logo for shopify style checkout page from here."
5732
- msgstr ""
5733
-
5734
  #: includes/addons/wl_onepage_slider.php:480
5735
  msgid "Zippers cotton jogger"
5736
  msgstr ""
5737
 
5738
- #: includes/admin/include/admin_fields.php:1182
5739
- msgid "zoomIn"
5740
- msgstr ""
5741
-
5742
- #: includes/admin/include/admin_fields.php:1183
5743
- msgid "zoomInDown"
5744
- msgstr ""
5745
-
5746
- #: includes/admin/include/admin_fields.php:1184
5747
- msgid "zoomInLeft"
5748
- msgstr ""
5749
-
5750
- #: includes/admin/include/admin_fields.php:1185
5751
- msgid "zoomInRight"
5752
- msgstr ""
5753
-
5754
- #: includes/admin/include/admin_fields.php:1186
5755
- msgid "zoomInUp"
5756
- msgstr ""
5757
-
5758
- #: includes/admin/include/admin_fields.php:1239
5759
- msgid "zoomOut"
5760
- msgstr ""
5761
-
5762
- #: includes/admin/include/admin_fields.php:1240
5763
- msgid "zoomOutDown"
5764
- msgstr ""
5765
-
5766
- #: includes/admin/include/admin_fields.php:1241
5767
- msgid "zoomOutLeft"
5768
- msgstr ""
5769
-
5770
- #: includes/admin/include/admin_fields.php:1242
5771
- msgid "zoomOutRight"
5772
- msgstr ""
5773
-
5774
- #: includes/admin/include/admin_fields.php:1243
5775
- msgid "zoomOutUp"
5776
- msgstr ""
5777
-
5778
  #: includes/addons/wl_testimonial.php:149
5779
  msgid ""
5780
  "“ Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
3
  msgstr ""
4
  "Project-Id-Version: WooLentor - WooCommerce Elementor Addons + Builder\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-02-12 04:28+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Generator: Loco https://localise.biz/\n"
16
+ "X-Loco-Version: 2.5.8; wp-5.9\n"
17
  "X-Domain: woolentor"
18
 
19
  #. 1: Plugin name 2: PHP 3: Required PHP version
22
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
23
  msgstr ""
24
 
25
+ #: includes/addons/product_flash_sale.php:612
26
+ msgid "\"Out of stock\" BG Color"
27
+ msgstr ""
28
+
29
+ #: includes/addons/product_flash_sale.php:600
30
+ msgid "\"Out of stock\" Text Color"
31
+ msgstr ""
32
+
33
  #: includes/addons/wl_onepage_slider.php:472
34
  #: includes/addons/wl_onepage_slider.php:477
35
  #: includes/addons/wl_onepage_slider.php:482
75
  msgid ". Which will motivate us a lot."
76
  msgstr ""
77
 
78
+ #: includes/addons/product_flash_sale.php:91
79
  #: includes/addons/product_curvy.php:78 includes/addons/product_curvy.php:96
80
  #: includes/addons/product_tabs.php:96
81
  msgid "1"
82
  msgstr ""
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: includes/admin/templates/dashboard-sidebar.php:13
85
  msgid "10 Custom Shop Page Templates"
86
  msgstr ""
87
 
 
 
 
 
 
 
 
 
 
 
88
  #: includes/addons/wb_product_call_for_price.php:60
89
  #: includes/addons/wb_product_call_for_price.php:61
90
  msgid "123-456-7890"
94
  msgid "15 Product Custom Templates"
95
  msgstr ""
96
 
97
+ #: includes/addons/product_flash_sale.php:92
98
  #: includes/addons/product_curvy.php:79 includes/addons/product_curvy.php:97
99
  #: includes/addons/product_tabs.php:97
100
  msgid "2"
101
  msgstr ""
102
 
103
+ #: includes/addons/product_flash_sale.php:93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  #: includes/addons/product_curvy.php:80 includes/addons/product_tabs.php:98
105
  msgid "3"
106
  msgstr ""
107
 
108
+ #: includes/addons/product_flash_sale.php:94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  #: includes/addons/product_curvy.php:81 includes/addons/product_tabs.php:99
110
  msgid "4"
111
  msgstr ""
112
 
113
+ #: includes/addons/product_flash_sale.php:95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  #: includes/addons/product_tabs.php:100
115
  msgid "5"
116
  msgstr ""
117
 
 
 
 
 
118
  #: includes/admin/templates/dashboard-sidebar.php:15
119
  msgid "5 Premium WooCommerce Themes included. (Save $200)"
120
  msgstr ""
121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  #: includes/addons/special_day_offer.php:115
123
  msgid "50%"
124
  msgstr ""
125
 
126
+ #: includes/addons/product_flash_sale.php:96
 
 
 
 
127
  #: includes/addons/product_tabs.php:101
128
  msgid "6"
129
  msgstr ""
130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  #: includes/admin/templates/dashboard-sidebar.php:11
132
  msgid "76 Elementor Elements"
133
  msgstr ""
134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  #: includes/addons/product_tabs.php:1475 includes/addons/product_tabs.php:1601
136
  #: woolentor-blocks/src/blocks/product-tab/index.php:328
137
  msgid ":"
145
  msgid "Action Button"
146
  msgstr ""
147
 
148
+ #: includes/addons/product_flash_sale.php:628
149
  #: includes/addons/product_image_accordion.php:518
150
  #: includes/addons/product_accordion.php:596
151
  #: includes/addons/product_curvy.php:722
174
  msgid "Activated"
175
  msgstr ""
176
 
177
+ #: classes/class.assest_management.php:357
178
  msgid "Activating.."
179
  msgstr ""
180
 
181
+ #: classes/class.assest_management.php:358 includes/addons/wl_faq.php:460
182
  #: includes/addons/wl_faq.php:756 includes/addons/wb_product_data_tab.php:140
183
+ #: includes/addons/wb_archive_product.php:758
184
  msgid "Active"
185
  msgstr ""
186
 
206
  msgid "Add New Template"
207
  msgstr ""
208
 
209
+ #: includes/addons/wb_archive_product.php:542
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  msgid "Add To Cart Button"
211
  msgstr ""
212
 
 
 
 
 
213
  #: includes/addons/product_image_accordion.php:196
214
  #: includes/addons/product_accordion.php:216
215
  #: includes/addons/product_curvy.php:240
218
 
219
  #: includes/addons/product_image_accordion.php:185
220
  #: includes/addons/product_accordion.php:205
 
 
221
  msgid "Add to Cart Button Text"
222
  msgstr ""
223
 
233
  msgid "Add Youtube / Vimeo URL"
234
  msgstr ""
235
 
 
 
 
 
 
 
236
  #: includes/modules/shopify-like-checkout/templates/form-shipping.php:44
237
  msgid "Additional information"
238
  msgstr ""
252
  msgid "admin@domain.com"
253
  msgstr ""
254
 
 
 
 
 
 
 
 
 
255
  #: includes/addons/wl_category_grid.php:571
256
  msgid "After Border Color"
257
  msgstr ""
260
  msgid "After Title"
261
  msgstr ""
262
 
 
 
 
 
 
 
 
 
 
 
 
 
263
  #: includes/addons/wl_faq.php:346 includes/addons/wl_faq.php:569
264
  #: includes/addons/wb_product_short_description.php:49
265
+ #: includes/addons/wb_wishsuite_counter.php:61
266
  #: includes/addons/wl_product_horizontal_filter.php:734
267
  #: includes/addons/wl_onepage_slider.php:165
268
  #: includes/addons/special_day_offer.php:269
304
  msgid "All Data Saved"
305
  msgstr ""
306
 
307
+ #: classes/class.assest_management.php:347
308
  msgid "All Items have been Loaded"
309
  msgstr ""
310
 
312
  msgid "Allow Order"
313
  msgstr ""
314
 
315
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:72
316
  msgid "Already have an account?"
317
  msgstr ""
318
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  #: includes/addons/wl_testimonial.php:80 includes/addons/wl_testimonial.php:141
320
  msgid "Anna Miller"
321
  msgstr ""
328
  msgid "Apply coupon"
329
  msgstr ""
330
 
 
 
 
 
 
 
 
 
331
  #: includes/admin/include/class.template-manager.php:175
332
  #: includes/admin/include/class.template-manager.php:199
333
  msgid "Archive"
337
  msgid "Archive Layout Default"
338
  msgstr ""
339
 
 
 
 
 
340
  #: includes/addons/wb_archive_product.php:43
341
  msgid "Archive Product"
342
  msgstr ""
373
  msgid "ASC"
374
  msgstr ""
375
 
376
+ #: includes/addons/product_flash_sale.php:140
377
  #: includes/addons/product_image_accordion.php:163
378
  #: includes/addons/product_accordion.php:184
379
  #: includes/addons/wl_category.php:136 includes/addons/product_curvy.php:219
396
  msgid "Autoplay speed"
397
  msgstr ""
398
 
399
+ #: includes/addons/product_flash_sale.php:349
400
+ msgid "Available Custom Text"
401
+ msgstr ""
402
+
403
+ #: includes/addons/product_flash_sale.php:917
404
+ msgid "Available Number Color"
405
+ msgstr ""
406
+
407
+ #: includes/addons/product_flash_sale.php:351
408
+ #: includes/addons/product_flash_sale.php:1024
409
+ msgid "Available:"
410
+ msgstr ""
411
+
412
  #: includes/addons/wl_category_grid.php:1013
413
  msgid "Awaiting category image"
414
  msgstr ""
423
 
424
  #: includes/addons/wl_faq.php:304 includes/addons/wl_faq.php:382
425
  #: includes/addons/wl_faq.php:467 includes/addons/wl_faq.php:645
426
+ #: includes/addons/wl_faq.php:780 includes/addons/product_flash_sale.php:897
427
  #: includes/addons/wl_product_horizontal_filter.php:345
428
  #: includes/addons/wl_product_horizontal_filter.php:532
429
  #: includes/addons/wl_product_horizontal_filter.php:719
476
  #: includes/addons/wl_testimonial.php:1025
477
  #: includes/addons/wb_product_data_tab.php:66
478
  #: includes/addons/wb_product_data_tab.php:158
479
+ #: includes/addons/wb_archive_product.php:571
480
+ #: includes/addons/wb_archive_product.php:660
481
+ #: includes/addons/wb_archive_product.php:744
482
+ #: includes/addons/wb_archive_product.php:777
483
+ #: includes/addons/wb_archive_product.php:836
484
  #: includes/addons/wb_product_call_for_price.php:153
485
  #: includes/addons/wb_product_call_for_price.php:185
486
  #: includes/addons/product_accordion.php:61
496
  #: includes/addons/wl_category_grid.php:715
497
  #: includes/addons/wl_category_grid.php:789
498
  #: includes/addons/wl_category_grid.php:889
 
499
  msgid "Background Color"
500
  msgstr ""
501
 
505
  msgid "Background Type"
506
  msgstr ""
507
 
508
+ #: includes/modules/backorder/class.backorder.php:455
509
+ msgid "Backorder Availability"
510
+ msgstr ""
511
+
512
+ #: includes/modules/backorder/class.backorder.php:442
513
+ msgid "Backorder Limit"
514
+ msgstr ""
515
+
516
+ #: includes/modules/backorder/class.backorder.php:446
517
+ msgid ""
518
+ "Backorder limit. If this is a variable product this value will be used to "
519
+ "control backorder limit for all variations, unless you define backorder "
520
+ "limit at variation level."
521
+ msgstr ""
522
+
523
+ #: includes/modules/backorder/class.backorder.php:99
524
+ msgid "Backordered"
525
  msgstr ""
526
 
527
  #: includes/addons/special_day_offer.php:165
605
  #: includes/addons/wl_store_features.php:415
606
  #: includes/addons/wb_archive_product.php:180
607
  #: includes/addons/wb_archive_product.php:275
608
+ #: includes/addons/wb_archive_product.php:584
609
+ #: includes/addons/wb_archive_product.php:673
610
  #: includes/addons/wb_product_call_for_price.php:134
611
  #: includes/addons/wl_category.php:268 includes/addons/wl_brand.php:246
612
  #: includes/addons/wl_brand.php:327
646
 
647
  #: includes/addons/wb_product_data_tab.php:77
648
  #: includes/addons/wb_product_data_tab.php:169
649
+ #: includes/addons/wb_archive_product.php:709
650
  #: includes/addons/product_image_accordion.php:547
651
  #: includes/addons/product_image_accordion.php:604
652
  #: includes/addons/wb_product_call_for_price.php:196
661
 
662
  #: includes/addons/wl_faq.php:292 includes/addons/wl_faq.php:413
663
  #: includes/addons/wl_faq.php:497 includes/addons/wl_faq.php:685
664
+ #: includes/addons/wl_faq.php:820 includes/addons/product_flash_sale.php:693
665
+ #: includes/addons/product_flash_sale.php:956
666
  #: includes/addons/wl_product_horizontal_filter.php:308
667
  #: includes/addons/wl_product_horizontal_filter.php:559
668
  #: includes/addons/wl_product_horizontal_filter.php:682
680
  #: includes/addons/wb_product_data_tab.php:190
681
  #: includes/addons/wb_archive_product.php:188
682
  #: includes/addons/wb_archive_product.php:283
683
+ #: includes/addons/wb_archive_product.php:592
684
+ #: includes/addons/wb_archive_product.php:878
685
  #: includes/addons/product_image_accordion.php:569
686
  #: includes/addons/wb_product_image.php:57
687
  #: includes/addons/wb_product_image.php:102
723
  msgid "Bottom"
724
  msgstr ""
725
 
 
 
 
 
 
 
 
 
 
 
 
 
726
  #: includes/addons/wl_testimonial.php:253
727
  #: includes/addons/wb_customer_review.php:241
728
  msgid "Bottom Space"
729
  msgstr ""
730
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
  #: includes/addons/wl_category_grid.php:487
732
  msgid "Box Color"
733
  msgstr ""
754
  msgid "Brand Link"
755
  msgstr ""
756
 
757
+ #: includes/addons/wl_brand.php:47
758
  #: woolentor-blocks/src/blocks/brand-logo/index.php:68
759
  msgid "Brand Logo"
760
  msgstr ""
776
  msgid "Button"
777
  msgstr ""
778
 
779
+ #: includes/addons/product_flash_sale.php:646
780
+ #: includes/addons/product_flash_sale.php:655
781
+ msgid "Button Background"
782
+ msgstr ""
783
+
784
+ #: includes/addons/product_flash_sale.php:685
785
+ msgid "Button Border"
786
+ msgstr ""
787
+
788
+ #: includes/addons/product_flash_sale.php:730
789
+ msgid "Button Hover Background Color"
790
+ msgstr ""
791
+
792
+ #: includes/addons/product_flash_sale.php:716
793
+ msgid "Button Hover Icon Color"
794
  msgstr ""
795
 
796
+ #: includes/addons/product_flash_sale.php:664
797
+ #: includes/addons/product_flash_sale.php:672
798
+ msgid "Button Icon Color"
799
  msgstr ""
800
 
801
  #: includes/addons/wl_onepage_slider.php:99 includes/addons/add_banner.php:121
820
  msgid "Buy"
821
  msgstr ""
822
 
823
+ #: classes/class.assest_management.php:354
824
  #: includes/admin/include/template-library.php:281
825
  #: includes/admin/include/template-library.php:333
826
  #: includes/admin/include/class.extension-manager.php:203
842
  msgid "Call For Price"
843
  msgstr ""
844
 
 
 
 
 
845
  #: includes/admin/include/class.template-manager.php:385
846
  msgid "Cancel"
847
  msgstr ""
864
  msgid "Cart Button Color"
865
  msgstr ""
866
 
 
 
 
 
867
  #: includes/admin/templates/dashboard-sidebar.php:14
868
  msgid ""
869
  "Cart Page, Checkout, My Account, Registration and Thank you page custom "
871
  msgstr ""
872
 
873
  #: classes/class.widgets_control.php:233
 
874
  msgid "Category"
875
  msgstr ""
876
 
878
  msgid "Category Color"
879
  msgstr ""
880
 
 
 
 
 
881
  #: includes/addons/wl_category_grid.php:65
882
  msgid "Category Display Type"
883
  msgstr ""
884
 
885
  #: classes/class.widgets_control.php:213
886
  #: includes/addons/wl_category_grid.php:40
 
887
  msgid "Category Grid"
888
  msgstr ""
889
 
891
  msgid "Category Hover Color"
892
  msgstr ""
893
 
 
 
 
 
894
  #: includes/addons/wl_category.php:43
 
895
  msgid "Category List"
896
  msgstr ""
897
 
903
 
904
  #: includes/addons/wl_faq.php:354 includes/addons/wl_faq.php:577
905
  #: includes/addons/wb_product_short_description.php:57
906
+ #: includes/addons/wb_wishsuite_counter.php:69
907
  #: includes/addons/wl_product_horizontal_filter.php:742
908
  #: includes/addons/wl_onepage_slider.php:173
909
  #: includes/addons/special_day_offer.php:55
925
  msgid "Change address"
926
  msgstr ""
927
 
928
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
929
  msgid "Choose a Payment Gateway"
930
  msgstr ""
931
 
 
 
 
 
 
 
 
 
932
  #: includes/addons/wl_brand.php:80
933
  #: includes/admin/include/admin_field-manager.php:184
934
  msgid "Choose Image"
935
  msgstr ""
936
 
 
 
 
 
 
 
 
 
937
  #: includes/addons/wl_testimonial.php:96
938
  #: includes/addons/wb_customer_review.php:94
939
  msgid "Client Rating"
977
  #: includes/addons/wl_faq.php:435 includes/addons/wl_faq.php:476
978
  #: includes/addons/wl_faq.php:548 includes/addons/wl_faq.php:628
979
  #: includes/addons/wl_faq.php:657 includes/addons/wl_faq.php:763
980
+ #: includes/addons/wl_faq.php:792 includes/addons/product_flash_sale.php:775
981
+ #: includes/addons/product_flash_sale.php:884
982
  #: includes/addons/wl_product_horizontal_filter.php:377
983
  #: includes/addons/wl_product_horizontal_filter.php:444
984
  #: includes/addons/wl_product_horizontal_filter.php:520
1008
  #: includes/addons/wl_store_features.php:462
1009
  #: includes/addons/wl_store_features.php:508
1010
  #: includes/addons/wb_archive_product.php:326
1011
+ #: includes/addons/wb_archive_product.php:385
1012
+ #: includes/addons/wb_archive_product.php:421
1013
+ #: includes/addons/wb_archive_product.php:456
1014
+ #: includes/addons/wb_archive_product.php:558
1015
+ #: includes/addons/wb_archive_product.php:648
1016
+ #: includes/addons/wb_archive_product.php:733
1017
+ #: includes/addons/wb_archive_product.php:765
1018
  #: includes/addons/product_image_accordion.php:536
1019
  #: includes/addons/product_image_accordion.php:591
1020
  #: includes/addons/wb_whols.php:52 includes/addons/wb_product_related.php:128
1052
  msgid "Color"
1053
  msgstr ""
1054
 
1055
+ #: includes/addons/product_flash_sale.php:87
1056
  #: includes/addons/wb_product_upsell.php:46
1057
  #: includes/addons/wl_testimonial.php:178
1058
  #: includes/addons/wl_testimonial.php:188
1065
  msgid "Columns"
1066
  msgstr ""
1067
 
1068
+ #: includes/helper-function.php:787 includes/addons/product_flash_sale.php:123
1069
  #: includes/addons/product_image_accordion.php:146
1070
  #: includes/addons/product_accordion.php:167
1071
  #: includes/addons/product_curvy.php:202 includes/addons/product_tabs.php:166
1074
 
1075
  #: includes/helper-function.php:842
1076
  #: woolentor-blocks/includes/helper-functions.php:329
 
1077
  #: includes/modules/compare/includes/classes/Admin/Dashboard.php:59
1078
  #: includes/modules/compare/includes/classes/Admin/Dashboard.php:60
1079
  msgid "Compare"
1080
  msgstr ""
1081
 
1082
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:67
1083
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:95
1084
  msgid "Contact information"
1085
  msgstr ""
1086
 
1102
  msgid "Content Area"
1103
  msgstr ""
1104
 
1105
+ #: includes/addons/product_flash_sale.php:196
1106
+ msgid "Content Bottom"
1107
  msgstr ""
1108
 
1109
  #: includes/addons/product_accordion.php:461
1110
  #: includes/addons/product_curvy.php:596 includes/addons/product_curvy.php:610
1111
  #: includes/addons/wb_ever_compare_table.php:134
 
1112
  msgid "Content Color"
1113
  msgstr ""
1114
 
1137
  msgid "Content Settings"
1138
  msgstr ""
1139
 
1140
+ #: includes/addons/product_flash_sale.php:192
1141
+ msgid "Content Top"
1142
+ msgstr ""
1143
+
1144
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:157
1145
  msgid "Continue to Payment"
1146
  msgstr ""
1147
 
1148
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:153
1149
  msgid "Continue to shipping"
1150
  msgstr ""
1151
 
1153
  msgid "Count"
1154
  msgstr ""
1155
 
1156
+ #: includes/addons/product_flash_sale.php:154
1157
+ msgid "Countdown"
1158
+ msgstr ""
1159
+
1160
+ #: includes/addons/product_flash_sale.php:172
1161
+ msgid "Countdown Style"
1162
+ msgstr ""
1163
+
1164
+ #: includes/addons/product_flash_sale.php:224
1165
+ msgid "Countdown Title"
1166
+ msgstr ""
1167
+
1168
+ #: includes/addons/wb_wishsuite_counter.php:88
1169
+ msgid "Counter"
1170
+ msgstr ""
1171
+
1172
+ #: includes/addons/product_flash_sale.php:831
1173
+ #: includes/addons/wb_wishsuite_counter.php:108
1174
+ msgid "Counter Background"
1175
+ msgstr ""
1176
+
1177
+ #: includes/addons/wb_wishsuite_counter.php:96
1178
+ msgid "Counter Color"
1179
+ msgstr ""
1180
+
1181
+ #: includes/addons/wb_wishsuite_counter.php:118
1182
+ msgid "Counter Icon"
1183
+ msgstr ""
1184
+
1185
+ #: includes/addons/wb_wishsuite_counter.php:127
1186
+ msgid "Counter Icon Color"
1187
+ msgstr ""
1188
+
1189
+ #: includes/addons/product_flash_sale.php:800
1190
+ msgid "Counter Item"
1191
  msgstr ""
1192
 
1193
+ #: includes/addons/product_flash_sale.php:841
1194
+ msgid "Counter Label"
1195
  msgstr ""
1196
 
1197
+ #: includes/addons/product_flash_sale.php:747
1198
+ msgid "Counter Style"
1199
  msgstr ""
1200
 
1201
+ #: includes/addons/wb_wishsuite_counter.php:149
1202
+ msgid "Counter Text Color"
1203
  msgstr ""
1204
 
1205
  #: includes/modules/shopify-like-checkout/templates/form-coupon.php:17
1215
  msgid "Create an account?"
1216
  msgstr ""
1217
 
 
 
 
 
 
 
 
 
1218
  #: includes/addons/wl_faq.php:54 includes/addons/wl_testimonial.php:67
1219
  #: includes/addons/wb_customer_review.php:65
1220
  msgid "Custom"
1224
  msgid "Custom Icon"
1225
  msgstr ""
1226
 
1227
+ #: includes/addons/product_flash_sale.php:239
1228
+ msgid "Custom Label"
1229
+ msgstr ""
1230
+
1231
+ #: includes/addons/product_flash_sale.php:104
1232
  #: includes/addons/product_tabs.php:147
1233
  msgid "Custom Order"
1234
  msgstr ""
1239
  msgid "Custom order"
1240
  msgstr ""
1241
 
1242
+ #: includes/custom-metabox.php:72
1243
  msgid "Custom Product Badge Text"
1244
  msgstr ""
1245
 
1248
  msgstr ""
1249
 
1250
  #: classes/class.widgets_control.php:241
 
1251
  msgid "Customer Review"
1252
  msgstr ""
1253
 
1259
  msgid "Data Saved successfully!"
1260
  msgstr ""
1261
 
1262
+ #: includes/helper-function.php:784 includes/addons/product_flash_sale.php:120
1263
+ #: includes/addons/wb_product_upsell.php:62
1264
  #: includes/addons/wb_archive_product.php:127
1265
  #: includes/addons/product_image_accordion.php:143
1266
  #: includes/addons/wb_product_related.php:77
1269
  msgid "Date"
1270
  msgstr ""
1271
 
1272
+ #: includes/addons/product_flash_sale.php:251
1273
+ #: includes/addons/product_flash_sale.php:253
1274
+ #: includes/addons/product_flash_sale.php:1015
1275
+ #: includes/modules/flash-sale/class.flash-sale.php:447
1276
  msgid "Days"
1277
  msgstr ""
1278
 
1281
  msgid "Default"
1282
  msgstr ""
1283
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1284
  #: includes/helper-function.php:592
1285
  msgid "Default sorting"
1286
  msgstr ""
1297
  msgid "DESC"
1298
  msgstr ""
1299
 
1300
+ #: includes/addons/product_flash_sale.php:139
1301
  #: includes/addons/product_image_accordion.php:162
1302
  #: includes/addons/product_accordion.php:183
1303
  #: includes/addons/wl_category.php:137 includes/addons/product_curvy.php:218
1309
  #: includes/addons/special_day_offer.php:104
1310
  #: includes/addons/special_day_offer.php:443
1311
  #: includes/addons/wb_image_marker.php:361
 
 
1312
  msgid "Description"
1313
  msgstr ""
1314
 
 
 
 
 
1315
  #: classes/class.default_data.php:242
1316
  msgid "Description dose not set this product."
1317
  msgstr ""
1336
  msgid "Disable all"
1337
  msgstr ""
1338
 
 
 
 
 
1339
  #: includes/helper-function.php:432
1340
  msgid "div"
1341
  msgstr ""
1342
 
 
 
 
 
1343
  #: includes/addons/wl_faq.php:107
1344
  msgid "Do you want to individual icon ?"
1345
  msgstr ""
1378
  msgstr ""
1379
 
1380
  #: includes/admin/include/class.template-manager.php:373
 
 
 
1381
  #: includes/admin/include/templates_list.php:41
1382
  msgid "Elementor"
1383
  msgstr ""
1386
  msgid "Elementor Template"
1387
  msgstr ""
1388
 
 
 
 
 
1389
  #: includes/admin/include/class.extension-manager.php:121
1390
  msgid ""
1391
  "Email Candy is an outstanding WordPress plugin that allows you to customize "
1403
  msgid "Email Field Placeholder"
1404
  msgstr ""
1405
 
 
 
 
 
 
 
 
 
1406
  #: includes/addons/product_image_accordion.php:479
1407
  #: includes/addons/product_accordion.php:557
1408
  #: includes/addons/product_curvy.php:648 includes/addons/product_curvy.php:662
1409
  msgid "Empty Rating Color"
1410
  msgstr ""
1411
 
1412
+ #: includes/addons/wb_archive_product.php:501
 
 
 
 
1413
  msgid "Empty Rating Star Color"
1414
  msgstr ""
1415
 
1418
  msgid "Empty table text"
1419
  msgstr ""
1420
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1421
  #: includes/addons/wb_product_qr_code.php:58
1422
  msgid "Enable Add to Cart URL"
1423
  msgstr ""
1439
  msgid "Enter your address to view shipping options."
1440
  msgstr ""
1441
 
1442
+ #: includes/custom-metabox.php:74
1443
  msgid ""
1444
  "Enter your preferred Sale badge text. Ex: New / Free etc (Only for Universal "
1445
  "layout addon)"
1454
  msgid "Even Heading Background"
1455
  msgstr ""
1456
 
1457
+ #: classes/class.widgets_control.php:368
 
 
 
 
 
 
 
 
1458
  #: includes/addons/wb_ever_compare_table.php:45
1459
  msgid "EverCompare"
1460
  msgstr ""
1461
 
 
 
 
 
1462
  #: includes/admin/include/class.extension-manager.php:26
1463
  #: includes/admin/include/class.extension-manager.php:27
1464
  msgid "Extension"
1465
  msgstr ""
1466
 
 
 
 
 
1467
  #: includes/addons/wl_category.php:175 includes/addons/wl_category.php:186
1468
  msgid "Extra Option"
1469
  msgstr ""
1470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1471
  #: classes/class.widgets_control.php:209
 
1472
  msgid "Faq"
1473
  msgstr ""
1474
 
1537
  msgid "Filter Type"
1538
  msgstr ""
1539
 
 
 
 
 
1540
  #: includes/addons/wl_testimonial.php:196
1541
  #: includes/addons/wb_customer_review.php:184
1542
  #: includes/addons/wl_category_grid.php:193
1543
  msgid "Five"
1544
  msgstr ""
1545
 
 
 
 
 
 
 
 
 
1546
  #: includes/addons/wb_wc_multicurrency.php:55
1547
  msgid "Flag only"
1548
  msgstr ""
1549
 
1550
+ #: includes/modules/flash-sale/class.flash-sale.php:196
1551
+ msgid "Flash Sale!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1552
  msgstr ""
1553
 
1554
  #: includes/addons/wl_product_horizontal_filter.php:613
1580
  msgid "Free shipping"
1581
  msgstr ""
1582
 
1583
+ #: includes/modules/flash-sale/class.flash-sale.php:160
1584
+ msgid "Free!"
1585
+ msgstr ""
1586
+
1587
+ #: includes/addons/product_flash_sale.php:60
1588
+ msgid "General Settings"
1589
+ msgstr ""
1590
+
1591
+ #: includes/addons/product_flash_sale.php:365
1592
+ msgid "General Style"
1593
  msgstr ""
1594
 
1595
  #: includes/addons/wb_customer_review.php:153
1617
  msgid "Gradient Color"
1618
  msgstr ""
1619
 
 
 
 
 
 
 
 
 
1620
  #: includes/helper-function.php:425
1621
  msgid "H1"
1622
  msgstr ""
1676
  #: includes/addons/wb_just_table.php:71
1677
  #: includes/addons/wb_wishsuite_table.php:72
1678
  #: includes/addons/wb_ever_compare_table.php:72
 
1679
  msgid "Heading Color"
1680
  msgstr ""
1681
 
1687
  msgid "Heading Typography"
1688
  msgstr ""
1689
 
1690
+ #: includes/addons/product_flash_sale.php:928
 
 
 
 
1691
  #: includes/addons/wl_onepage_slider.php:444
1692
  #: includes/addons/wl_onepage_slider.php:515
1693
  #: includes/addons/wl_product_filter.php:525
1699
  msgid "Helping Screenshot"
1700
  msgstr ""
1701
 
1702
+ #: includes/addons/product_flash_sale.php:1210
1703
+ msgid "Here"
1704
+ msgstr ""
1705
+
1706
  #: includes/helper-function.php:711 includes/helper-function.php:729
1707
  msgid "here"
1708
  msgstr ""
1709
 
1710
+ #: includes/addons/product_flash_sale.php:163
1711
+ #: includes/addons/product_flash_sale.php:315
1712
  #: includes/addons/wb_product_upsell.php:92
1713
+ #: includes/addons/wb_archive_product.php:806
1714
  #: includes/addons/wb_product_related.php:106
1715
  #: includes/addons/wb_product_additional_information.php:51
1716
  msgid "Hide"
1746
  msgid "Hierarchical"
1747
  msgstr ""
1748
 
 
 
 
 
 
1749
  #: includes/addons/wl_category.php:54
1750
  msgid "Horizontal"
1751
  msgstr ""
1758
  msgid "Horizontal Product Filter"
1759
  msgstr ""
1760
 
1761
+ #: includes/addons/product_flash_sale.php:264
1762
+ #: includes/addons/product_flash_sale.php:266
1763
+ #: includes/addons/product_flash_sale.php:1016
1764
+ #: includes/modules/flash-sale/class.flash-sale.php:448
1765
  msgid "Hours"
1766
  msgstr ""
1767
 
1768
+ #: includes/addons/product_flash_sale.php:709
1769
  #: includes/addons/wl_product_horizontal_filter.php:627
1770
  #: includes/addons/wl_product_horizontal_filter.php:819
1771
  #: includes/addons/special_day_offer.php:720
1772
  #: includes/addons/wl_testimonial.php:959
1773
  #: includes/addons/wl_store_features.php:374
1774
+ #: includes/addons/wb_archive_product.php:642
1775
  #: includes/addons/product_image_accordion.php:584
1776
  #: includes/addons/wb_product_call_for_price.php:167
1777
  #: includes/addons/product_accordion.php:654
1815
  msgid "Hover Color"
1816
  msgstr ""
1817
 
1818
+ #: includes/addons/product_flash_sale.php:227
1819
+ msgid "HTML tags are allowed."
1820
  msgstr ""
1821
 
1822
  #. Author URI of the plugin
1832
  msgid "https://your-link.com"
1833
  msgstr ""
1834
 
1835
+ #: includes/modules/flash-sale/class.flash-sale.php:438
 
1836
  msgid "Hurry Up! Offer ends in"
1837
  msgstr ""
1838
 
1842
  msgid "Icon"
1843
  msgstr ""
1844
 
1845
+ #: includes/addons/product_flash_sale.php:524
1846
  #: includes/addons/wl_store_features.php:260
1847
  msgid "Icon Color"
1848
  msgstr ""
1859
  msgid "Icon Position"
1860
  msgstr ""
1861
 
1862
+ #: includes/addons/product_flash_sale.php:537
1863
  #: includes/addons/wl_store_features.php:290
1864
  #: includes/addons/wl_product_filter.php:317
1865
  #: includes/addons/wl_product_filter.php:423
1879
  msgid "Icon Width"
1880
  msgstr ""
1881
 
1882
+ #: includes/helper-function.php:783 includes/addons/product_flash_sale.php:119
1883
  #: includes/addons/product_image_accordion.php:142
1884
  #: includes/addons/product_accordion.php:163
1885
  #: includes/addons/product_curvy.php:198 includes/addons/product_tabs.php:162
1886
  msgid "ID"
1887
  msgstr ""
1888
 
1889
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:80
1890
  msgid ""
1891
  "If you have shopped with us before, please enter your details below. If you "
1892
  "are a new customer, please proceed to the Billing section."
1917
  msgid "Image Area Border Color"
1918
  msgstr ""
1919
 
 
 
 
 
1920
  #: classes/class.widgets_control.php:201
 
1921
  msgid "Image Marker"
1922
  msgstr ""
1923
 
 
 
 
 
 
 
 
 
1924
  #: includes/addons/wl_store_features.php:236
1925
  msgid "Image/Icon"
1926
  msgstr ""
1927
 
1928
+ #: classes/class.assest_management.php:353
1929
  msgid "Import"
1930
  msgstr ""
1931
 
1937
  msgid "Import template to your Library"
1938
  msgstr ""
1939
 
1940
+ #: classes/class.assest_management.php:351
1941
  msgid "Import to Library"
1942
  msgstr ""
1943
 
1944
+ #: classes/class.assest_management.php:352
1945
  msgid "Import to Page"
1946
  msgstr ""
1947
 
1948
+ #: classes/class.assest_management.php:346
1949
  msgid "in this package"
1950
  msgstr ""
1951
 
1953
  msgid "Information"
1954
  msgstr ""
1955
 
1956
+ #: includes/custom-metabox.php:45
1957
+ msgid "Initial number in stock"
1958
+ msgstr ""
1959
+
1960
  #: includes/addons/wb_product_suggest_price.php:192
1961
  msgid "Input"
1962
  msgstr ""
1989
  msgid "Install WooCommerce"
1990
  msgstr ""
1991
 
1992
+ #: classes/class.assest_management.php:356
1993
  msgid "Installing.."
1994
  msgstr ""
1995
 
2012
  msgid "Item Spacing"
2013
  msgstr ""
2014
 
 
 
 
 
 
 
 
 
 
2015
  #: includes/addons/wb_product_short_description.php:65
2016
  #: includes/addons/special_day_offer.php:285
2017
  #: includes/addons/wl_store_features.php:151
2023
  msgid "Justified"
2024
  msgstr ""
2025
 
2026
+ #: classes/class.widgets_control.php:375 includes/addons/wb_just_table.php:44
 
2027
  msgid "JustTable"
2028
  msgstr ""
2029
 
2059
  msgid "Search for:"
2060
  msgstr ""
2061
 
2062
+ #: includes/addons/product_flash_sale.php:850
2063
  #: includes/addons/wl_product_filter.php:599
2064
  msgid "Label Color"
2065
  msgstr ""
2099
 
2100
  #: includes/addons/wl_faq.php:350 includes/addons/wl_faq.php:573
2101
  #: includes/addons/wb_product_short_description.php:53
2102
+ #: includes/addons/wb_wishsuite_counter.php:65
2103
  #: includes/addons/wl_product_horizontal_filter.php:738
2104
  #: includes/addons/wl_onepage_slider.php:169
2105
  #: includes/addons/special_day_offer.php:57
2107
  #: includes/addons/wl_store_features.php:139
2108
  #: includes/addons/wb_product_data_tab.php:113
2109
  #: includes/addons/wb_archive_product.php:237
2110
+ #: includes/addons/wb_archive_product.php:899
2111
  #: includes/addons/wb_product_related.php:165
2112
  #: includes/addons/wb_product_description.php:51
2113
  #: includes/addons/wl_category.php:280
2119
  msgid "Left"
2120
  msgstr ""
2121
 
 
 
 
 
 
 
 
 
 
 
 
 
2122
  #: includes/addons/wb_product_meta.php:57
2123
  #: includes/addons/wb_product_rating.php:60
2124
  msgid "Link Color"
2136
  msgid "List Item"
2137
  msgstr ""
2138
 
2139
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2140
  msgid "Log in"
2141
  msgstr ""
2142
 
2144
  msgid "Login"
2145
  msgstr ""
2146
 
 
 
 
 
 
 
 
 
2147
  #: includes/addons/wb_customer_review.php:124
2148
  #: includes/addons/wb_customer_review.php:142
2149
  #: includes/addons/wb_customer_review.php:149
2168
  msgid "Main Video Area"
2169
  msgstr ""
2170
 
 
 
 
 
2171
  #: includes/addons/wb_customer_review.php:147
2172
  msgid "Manager"
2173
  msgstr ""
2177
  msgid "Managing Director"
2178
  msgstr ""
2179
 
2180
+ #: includes/addons/product_flash_sale.php:372
2181
+ #: includes/addons/product_flash_sale.php:439
2182
+ #: includes/addons/product_flash_sale.php:461
2183
+ #: includes/addons/product_flash_sale.php:787
2184
  #: includes/addons/wb_product_price.php:67
2185
  #: includes/addons/wl_product_horizontal_filter.php:332
2186
  #: includes/addons/wl_product_horizontal_filter.php:418
2207
  #: includes/addons/wl_store_features.php:528
2208
  #: includes/addons/wb_archive_product.php:212
2209
  #: includes/addons/wb_archive_product.php:295
2210
+ #: includes/addons/wb_archive_product.php:361
2211
+ #: includes/addons/wb_archive_product.php:526
2212
+ #: includes/addons/wb_archive_product.php:613
2213
  #: includes/addons/product_image_accordion.php:276
2214
  #: includes/addons/product_image_accordion.php:340
2215
  #: includes/addons/product_image_accordion.php:394
2297
  msgid "Meta"
2298
  msgstr ""
2299
 
2300
+ #: includes/addons/product_flash_sale.php:1017
2301
+ #: includes/modules/flash-sale/class.flash-sale.php:449
2302
  msgid "Min"
2303
  msgstr ""
2304
 
2310
  msgid "Min price"
2311
  msgstr ""
2312
 
2313
+ #: includes/addons/product_flash_sale.php:277
2314
+ #: includes/addons/product_flash_sale.php:279
2315
+ msgid "Minutes"
2316
  msgstr ""
2317
 
2318
  #: includes/admin/templates/dashboard-welcome.php:52
2333
  msgid "Mobile Resolution"
2334
  msgstr ""
2335
 
 
 
 
 
2336
  #: includes/admin/include/class.extension-manager.php:200
2337
  #: includes/admin/include/class.extension-manager.php:268
2338
  msgid "More Details"
2339
  msgstr ""
2340
 
 
2341
  #: includes/admin/include/class.extension-manager.php:81
2342
  msgid "Multi Currency"
2343
  msgstr ""
2346
  msgid "Multi Currency Pro for WooCommerce"
2347
  msgstr ""
2348
 
 
 
 
 
2349
  #: includes/admin/include/class.extension-manager.php:112
2350
  msgid ""
2351
  "Multi-Currency Pro for WooCommerce is a prominent currency switcher plugin "
2361
  msgid "Multiple Categories"
2362
  msgstr ""
2363
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2364
  #: classes/class.default_data.php:325
2365
  msgid "N/A"
2366
  msgstr ""
2367
 
2368
+ #: includes/helper-function.php:785 includes/addons/product_flash_sale.php:121
2369
+ #: includes/addons/wl_testimonial.php:78 includes/addons/wl_testimonial.php:572
2370
  #: includes/addons/product_image_accordion.php:144
2371
  #: includes/addons/product_accordion.php:165
2372
  #: includes/addons/product_curvy.php:200
2399
  msgid "Navigation Dots"
2400
  msgstr ""
2401
 
2402
+ #: includes/custom-metabox.php:73
2403
  msgid "New"
2404
  msgstr ""
2405
 
2434
  msgid "No Gutters"
2435
  msgstr ""
2436
 
2437
+ #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:337
2438
  msgid "No naughty business please!"
2439
  msgstr ""
2440
 
2441
+ #: includes/addons/wb_archive_product.php:951
2442
  msgid "No products were found matching your selection."
2443
  msgstr ""
2444
 
2475
  msgid "Nonce Varification Faild !"
2476
  msgstr ""
2477
 
2478
+ #: includes/helper-function.php:782 includes/addons/product_flash_sale.php:118
2479
  #: includes/addons/product_image_accordion.php:141
2480
  #: includes/addons/product_accordion.php:162
2481
  #: includes/addons/product_curvy.php:197
2485
  msgstr ""
2486
 
2487
  #: includes/addons/wl_faq.php:374 includes/addons/wl_faq.php:621
2488
+ #: includes/addons/product_flash_sale.php:639
2489
  #: includes/addons/wl_product_horizontal_filter.php:595
2490
  #: includes/addons/wl_product_horizontal_filter.php:776
2491
  #: includes/addons/special_day_offer.php:633
2493
  #: includes/addons/wl_store_features.php:309
2494
  #: includes/addons/wb_product_data_tab.php:48
2495
  #: includes/addons/wb_archive_product.php:320
2496
+ #: includes/addons/wb_archive_product.php:378
2497
+ #: includes/addons/wb_archive_product.php:552
2498
+ #: includes/addons/wb_archive_product.php:702
2499
  #: includes/addons/product_image_accordion.php:529
2500
  #: includes/addons/wb_product_call_for_price.php:82
2501
  #: includes/addons/product_accordion.php:607
2521
  msgid "Not found in Trash"
2522
  msgstr ""
2523
 
2524
+ #: classes/class.assest_management.php:348
2525
  msgid "Nothing Found"
2526
  msgstr ""
2527
 
2528
+ #: includes/addons/product_flash_sale.php:560
2529
+ #: includes/addons/product_flash_sale.php:809
2530
+ msgid "Number Color"
 
 
 
 
 
 
 
2531
  msgstr ""
2532
 
2533
  #: includes/addons/product_tabs.php:124
2571
  msgid "One Page Slider"
2572
  msgstr ""
2573
 
 
 
 
 
2574
  #: includes/addons/wb_image_marker.php:56
2575
  msgid "Opacity Color"
2576
  msgstr ""
2591
  msgid "Option"
2592
  msgstr ""
2593
 
2594
+ #: includes/addons/product_flash_sale.php:135
2595
  #: includes/addons/wb_product_upsell.php:76
2596
  #: includes/addons/wb_archive_product.php:144
2597
  #: includes/addons/wb_product_related.php:91
2615
  msgid "Order By"
2616
  msgstr ""
2617
 
2618
+ #: includes/addons/product_flash_sale.php:114
2619
  #: includes/addons/wb_archive_product.php:123
2620
  #: includes/addons/product_image_accordion.php:137
2621
  #: includes/addons/product_accordion.php:158
2623
  msgid "Order by"
2624
  msgstr ""
2625
 
2626
+ #: includes/addons/product_flash_sale.php:580
2627
+ msgid "Others"
2628
  msgstr ""
2629
 
2630
  #: includes/admin/templates/dashboard-popup.php:13
2638
  msgid "Out of stock"
2639
  msgstr ""
2640
 
 
 
 
 
2641
  #: includes/helper-function.php:431
2642
  msgid "p"
2643
  msgstr ""
2644
 
2645
  #: includes/addons/wl_faq.php:322 includes/addons/wl_faq.php:391
2646
  #: includes/addons/wl_faq.php:509 includes/addons/wl_faq.php:594
2647
+ #: includes/addons/product_flash_sale.php:384
2648
  #: includes/addons/wl_product_horizontal_filter.php:320
2649
  #: includes/addons/wl_product_horizontal_filter.php:406
2650
  #: includes/addons/wl_product_horizontal_filter.php:473
2666
  #: includes/addons/wl_store_features.php:423
2667
  #: includes/addons/wb_archive_product.php:200
2668
  #: includes/addons/wb_archive_product.php:347
2669
+ #: includes/addons/wb_archive_product.php:626
2670
+ #: includes/addons/wb_archive_product.php:721
2671
+ #: includes/addons/wb_archive_product.php:862 includes/addons/wb_whols.php:72
2672
  #: includes/addons/wb_product_call_for_price.php:109
2673
  #: includes/addons/product_accordion.php:340
2674
  #: includes/addons/wl_product_video_gallery.php:189
2697
 
2698
  #: includes/addons/wl_onepage_slider.php:495
2699
  #: includes/addons/wb_archive_product.php:90
2700
+ #: includes/addons/wb_archive_product.php:689
2701
  msgid "Pagination"
2702
  msgstr ""
2703
 
2705
  msgid "Parent Item:"
2706
  msgstr ""
2707
 
 
 
 
 
 
 
 
 
2708
  #: includes/modules/shopify-like-checkout/templates/form-login.php:28
2709
  #: includes/modules/shopify-like-checkout/templates/form-login.php:29
2710
  msgid "Password"
2715
  msgid "Pause on Hover?"
2716
  msgstr ""
2717
 
2718
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:58
2719
  msgid "Payment"
2720
  msgstr ""
2721
 
 
 
 
 
2722
  #: includes/addons/wb_customer_review.php:146
2723
  msgid "Peter Rose"
2724
  msgstr ""
2727
  msgid "PHP"
2728
  msgstr ""
2729
 
2730
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:166
 
 
2731
  msgid "Place order"
2732
  msgstr ""
2733
 
2786
  msgid "Popularity"
2787
  msgstr ""
2788
 
2789
+ #: includes/addons/product_flash_sale.php:188
2790
  #: includes/addons/wl_testimonial.php:817
2791
  #: includes/addons/wl_testimonial.php:902
2792
+ #: includes/addons/wb_archive_product.php:894
2793
  #: includes/addons/wl_category_grid.php:681
2794
  #: includes/addons/wl_category_grid.php:766
 
2795
  msgid "Position"
2796
  msgstr ""
2797
 
 
 
 
 
2798
  #: includes/admin/include/class.template-manager.php:436
2799
  msgid "Post request dose not found"
2800
  msgstr ""
2809
  msgid "Template Builder"
2810
  msgstr ""
2811
 
2812
+ #: classes/class.assest_management.php:355
 
 
 
 
 
 
 
 
2813
  #: includes/admin/include/admin_field-manager.php:236
2814
  #: includes/admin/include/admin_field-manager.php:354
2815
  msgid "Preview"
2819
  #: includes/addons/wl_product_horizontal_filter.php:39
2820
  #: includes/addons/wb_product_upsell.php:64
2821
  #: includes/addons/wb_archive_product.php:129
2822
+ #: includes/addons/wb_archive_product.php:405
2823
  #: includes/addons/wb_product_related.php:79
2824
  #: includes/addons/wl_product_filter.php:40
 
2825
  msgid "Price"
2826
  msgstr ""
2827
 
2864
  msgid "Pricing"
2865
  msgstr ""
2866
 
2867
+ #: classes/class.assest_management.php:343
2868
  #: includes/admin/include/class.template-manager.php:374
2869
  #: includes/admin/include/admin_field-manager.php:99
2870
  #: includes/admin/include/admin_field-manager.php:218
2894
  msgid "Product Additional Info"
2895
  msgstr ""
2896
 
2897
+ #: includes/custom-metabox.php:58
 
 
 
 
 
 
 
 
 
 
 
 
2898
  msgid "Product Badge"
2899
  msgstr ""
2900
 
2902
  msgid "Product Call for Price"
2903
  msgstr ""
2904
 
 
 
 
 
 
 
 
 
2905
  #: includes/addons/product_image_accordion.php:113
2906
  #: includes/addons/product_accordion.php:124
2907
  #: includes/addons/product_curvy.php:159 includes/addons/product_tabs.php:136
2934
  "the pro version"
2935
  msgstr ""
2936
 
 
 
 
 
2937
  #: classes/class.widgets_control.php:221
2938
  msgid "Product Curvy"
2939
  msgstr ""
2940
 
 
 
 
 
2941
  #: classes/class.widgets_control.php:290
2942
  msgid "Product Data tabs"
2943
  msgstr ""
2944
 
2945
  #: classes/class.widgets_control.php:294
 
2946
  msgid "Product Description"
2947
  msgstr ""
2948
 
 
 
 
 
 
 
 
 
2949
  #: classes/class.widgets_control.php:254
 
2950
  msgid "Product Filter"
2951
  msgstr ""
2952
 
 
 
 
 
 
 
 
 
 
 
 
 
2953
  #: includes/addons/product_tabs.php:1094
2954
  msgid "Product hover content area padding"
2955
  msgstr ""
2961
  msgstr ""
2962
 
2963
  #: classes/class.widgets_control.php:314
 
2964
  msgid "Product Image"
2965
  msgstr ""
2966
 
2981
  msgid "Product image border"
2982
  msgstr ""
2983
 
2984
+ #: includes/addons/product_flash_sale.php:77
2985
  #: includes/addons/product_image_accordion.php:103
2986
  #: includes/addons/product_accordion.php:138
2987
  #: includes/addons/product_curvy.php:173
 
2988
  msgid "Product Limit"
2989
  msgstr ""
2990
 
2992
  msgid "Product Meta"
2993
  msgstr ""
2994
 
2995
+ #: includes/addons/product_flash_sale.php:324
2996
+ msgid ""
2997
+ "Product must have both \"Manage stock\" and \"Initial number in stock\" set "
2998
+ "from the \"Inventory\" tab to display the stock progress indicator.\""
 
 
 
 
 
 
2999
  msgstr ""
3000
 
3001
  #: classes/class.widgets_control.php:302 includes/helper-function.php:790
3002
+ #: includes/addons/product_flash_sale.php:452
3003
  #: includes/addons/product_image_accordion.php:407
3004
  #: includes/addons/product_accordion.php:485
3005
  #: includes/addons/product_curvy.php:478 includes/addons/product_tabs.php:1000
 
3006
  msgid "Product Price"
3007
  msgstr ""
3008
 
3010
  msgid "Product QR Code"
3011
  msgstr ""
3012
 
3013
+ #: includes/addons/product_flash_sale.php:515
 
 
 
3014
  #: includes/addons/product_image_accordion.php:470
3015
  #: includes/addons/product_accordion.php:548
3016
  #: includes/addons/product_curvy.php:639
 
3017
  msgid "Product Rating"
3018
  msgstr ""
3019
 
3022
  msgstr ""
3023
 
3024
  #: includes/addons/wb_product_reviews.php:39
 
3025
  msgid "Product Reviews"
3026
  msgstr ""
3027
 
3029
  msgid "Product reviews"
3030
  msgstr ""
3031
 
 
 
 
 
3032
  #: includes/addons/product_tabs.php:54
3033
  msgid "Product Settings"
3034
  msgstr ""
3035
 
 
 
 
 
 
 
 
 
3036
  #: classes/class.widgets_control.php:298
3037
  msgid "Product short description"
3038
  msgstr ""
3041
  msgid "Product Slider"
3042
  msgstr ""
3043
 
 
 
 
 
 
 
 
 
3044
  #: classes/class.widgets_control.php:326
3045
  msgid "Product Stock"
3046
  msgstr ""
3047
 
 
 
 
 
3048
  #: includes/addons/product_tabs.php:61
3049
  msgid "Product Style"
3050
  msgstr ""
3053
  msgid "Product suggest price"
3054
  msgstr ""
3055
 
 
 
 
 
 
 
 
 
3056
  #: includes/addons/product_tabs.php:194
 
3057
  msgid "Product Tab"
3058
  msgstr ""
3059
 
3066
  msgstr ""
3067
 
3068
  #: classes/class.widgets_control.php:274
3069
+ #: includes/addons/product_flash_sale.php:397
3070
  #: includes/addons/product_image_accordion.php:353
3071
  #: includes/addons/product_curvy.php:406
3072
  #: includes/addons/wb_product_title.php:41
3073
  #: includes/addons/wb_product_title.php:60
 
3074
  msgid "Product Title"
3075
  msgstr ""
3076
 
3077
  #: classes/class.widgets_control.php:322
 
3078
  msgid "Product Upsell"
3079
  msgstr ""
3080
 
3081
  #: classes/class.widgets_control.php:318
 
3082
  msgid "Product Video Gallery"
3083
  msgstr ""
3084
 
3090
  "href=\"%s\" target=\"_blank\">Purchase WooLentor Pro</a>"
3091
  msgstr ""
3092
 
 
 
 
 
3093
  #: includes/addons/wb_product_related.php:47
3094
  msgid "Products Per Page"
3095
  msgstr ""
3102
  msgid "Promo Banner"
3103
  msgstr ""
3104
 
 
 
 
 
 
3105
  #: includes/addons/wl_brand.php:222 includes/addons/wl_brand.php:365
3106
  msgid "Purchase our premium version to unlock these pro features!"
3107
  msgstr ""
3108
 
3109
  #: includes/addons/wb_product_qr_code.php:39
 
3110
  msgid "QR Code"
3111
  msgstr ""
3112
 
3120
  msgid "Query Settings"
3121
  msgstr ""
3122
 
3123
+ #: includes/helper-function.php:788 includes/addons/product_flash_sale.php:124
3124
+ #: includes/addons/wb_product_upsell.php:67
 
 
 
 
 
 
 
3125
  #: includes/addons/wb_archive_product.php:132
3126
  #: includes/addons/product_image_accordion.php:147
3127
  #: includes/addons/wb_product_related.php:82
3143
  #: includes/addons/wb_product_upsell.php:66
3144
  #: includes/addons/wl_testimonial.php:741
3145
  #: includes/addons/wb_archive_product.php:131
3146
+ #: includes/addons/wb_archive_product.php:481
3147
  #: includes/addons/wb_product_related.php:81
3148
  #: includes/addons/wb_customer_review.php:557
 
3149
  msgid "Rating"
3150
  msgstr ""
3151
 
3155
  msgid "Rating Color"
3156
  msgstr ""
3157
 
 
 
 
 
3158
  #: classes/class.default_data.php:249
3159
  msgid "Rating dose not enable"
3160
  msgstr ""
3163
  msgid "Rating icon"
3164
  msgstr ""
3165
 
3166
+ #: includes/addons/wb_archive_product.php:489
3167
  msgid "Rating Star Color"
3168
  msgstr ""
3169
 
 
 
 
 
3170
  #: includes/addons/product_image_accordion.php:62
3171
  #: includes/addons/product_accordion.php:83
3172
  #: includes/addons/product_curvy.php:118 includes/addons/product_tabs.php:79
3178
  msgid "Redirect Custom URL"
3179
  msgstr ""
3180
 
3181
+ #: includes/addons/wb_archive_product.php:447
 
 
 
 
3182
  msgid "Regular Price"
3183
  msgstr ""
3184
 
3185
+ #: includes/addons/product_flash_sale.php:494
3186
  #: includes/addons/product_image_accordion.php:436
3187
  #: includes/addons/product_accordion.php:514
3188
  #: includes/addons/product_curvy.php:524 includes/addons/product_curvy.php:539
3189
  msgid "Regular Price Color"
3190
  msgstr ""
3191
 
 
 
 
 
 
 
 
 
3192
  #: classes/class.widgets_control.php:278
3193
  #: includes/addons/wb_product_related.php:41
 
3194
  msgid "Related Product"
3195
  msgstr ""
3196
 
3198
  msgid "Remember me"
3199
  msgstr ""
3200
 
 
 
 
 
3201
  #: includes/admin/include/class.template_cpt.php:43
3202
+ msgid "Remove featured image"
 
 
 
 
 
 
 
 
3203
  msgstr ""
3204
 
3205
  #: includes/admin/templates/dashboard-welcome.php:54
3206
  msgid "Request"
3207
  msgstr ""
3208
 
3209
+ #: includes/custom-metabox.php:47
3210
+ msgid "Required for stock progress bar"
3211
+ msgstr ""
3212
+
3213
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:154
3214
  msgid "Return to cart"
3215
  msgstr ""
3216
 
3217
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:158
3218
  msgid "Return to informations"
3219
  msgstr ""
3220
 
3221
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:169
3222
  msgid "Return to shipping"
3223
  msgstr ""
3224
 
3231
  msgid "Review Type"
3232
  msgstr ""
3233
 
 
 
 
 
 
3234
  #: includes/addons/wl_faq.php:358 includes/addons/wl_faq.php:581
3235
  #: includes/addons/wb_product_short_description.php:61
3236
+ #: includes/addons/wb_wishsuite_counter.php:73
3237
  #: includes/addons/wl_product_horizontal_filter.php:746
3238
  #: includes/addons/wl_onepage_slider.php:177
3239
  #: includes/addons/special_day_offer.php:58
3241
  #: includes/addons/wl_store_features.php:147
3242
  #: includes/addons/wb_product_data_tab.php:121
3243
  #: includes/addons/wb_archive_product.php:245
3244
+ #: includes/addons/wb_archive_product.php:903
3245
  #: includes/addons/wb_product_related.php:173
3246
  #: includes/addons/wb_product_description.php:59
3247
  #: includes/addons/wl_category.php:288
3253
  msgid "Right"
3254
  msgstr ""
3255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3256
  #: includes/addons/wb_archive_product.php:75
3257
  #: includes/addons/product_tabs.php:112
3258
  msgid "Rows"
3259
  msgstr ""
3260
 
 
 
 
 
 
3261
  #: includes/addons/wl_onepage_slider.php:470
3262
  msgid "Ruffled Poplin Dress"
3263
  msgstr ""
3266
  msgid "Ruth Pierce"
3267
  msgstr ""
3268
 
3269
+ #: includes/addons/wb_archive_product.php:804
 
 
 
 
3270
  msgid "Sale Flash"
3271
  msgstr ""
3272
 
3273
+ #: includes/addons/wb_archive_product.php:412
3274
  msgid "Sale Price"
3275
  msgstr ""
3276
 
3277
+ #: includes/addons/product_flash_sale.php:474
3278
  #: includes/addons/product_image_accordion.php:416
3279
  #: includes/addons/product_accordion.php:494
3280
  #: includes/addons/product_curvy.php:487 includes/addons/product_curvy.php:501
3281
  msgid "Sale Price Color"
3282
  msgstr ""
3283
 
 
 
 
 
3284
  #: includes/addons/product_image_accordion.php:65
3285
  #: includes/addons/product_accordion.php:86
3286
  #: includes/addons/product_curvy.php:121 includes/addons/product_tabs.php:82
3287
  msgid "Sale Products"
3288
  msgstr ""
3289
 
3290
+ #: includes/addons/wb_archive_product.php:796
3291
  msgid "Sale Tag"
3292
  msgstr ""
3293
 
3295
  msgid "Sale!"
3296
  msgstr ""
3297
 
 
 
 
 
3298
  #: includes/admin/include/class.template-manager.php:372
3299
  msgid "Sample Design"
3300
  msgstr ""
3341
  msgid "Search.."
3342
  msgstr ""
3343
 
3344
+ #: includes/addons/product_flash_sale.php:1018
3345
+ #: includes/modules/flash-sale/class.flash-sale.php:450
3346
  msgid "Sec"
3347
  msgstr ""
3348
 
3349
+ #: includes/addons/product_flash_sale.php:290
3350
+ #: includes/addons/product_flash_sale.php:292
3351
+ msgid "Seconds"
3352
+ msgstr ""
3353
+
3354
  #: includes/helper-function.php:267
3355
  msgid "Select"
3356
  msgstr ""
3359
  msgid "select"
3360
  msgstr ""
3361
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3362
  #: includes/addons/wl_category_grid.php:80
3363
  #: includes/addons/wl_category_grid.php:93
3364
  msgid "Select categories"
3368
  msgid "Select Content Source"
3369
  msgstr ""
3370
 
3371
+ #: includes/addons/product_flash_sale.php:67
3372
+ msgid "Select Deal"
 
 
 
 
3373
  msgstr ""
3374
 
3375
  #: includes/addons/wl_category.php:50 includes/addons/wl_brand.php:54
3376
  msgid "Select Layout"
3377
  msgstr ""
3378
 
 
 
 
 
3379
  #: includes/addons/product_image_accordion.php:77
3380
  #: includes/addons/product_accordion.php:98
3381
  #: includes/addons/product_curvy.php:133
3382
  msgid "Select Product"
3383
  msgstr ""
3384
 
 
 
 
 
3385
  #: includes/addons/wl_category_grid.php:47
3386
  msgid "Select Style"
3387
  msgstr ""
3394
  msgid "Select Template"
3395
  msgstr ""
3396
 
 
 
 
 
3397
  #: includes/addons/wb_product_suggest_price.php:85
3398
  msgid "Send To Mail"
3399
  msgstr ""
3400
 
3401
+ #: includes/addons/product_flash_sale.php:589
3402
+ msgid "Separator Border Color"
3403
+ msgstr ""
3404
+
3405
  #: includes/admin/include/class.template-manager.php:352
3406
  msgid "Set Default"
3407
  msgstr ""
3410
  msgid "Set featured image"
3411
  msgstr ""
3412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3413
  #: includes/helper-function.php:711 includes/helper-function.php:729
3414
  msgid "Set the initial stock amount from"
3415
  msgstr ""
3416
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3417
  #: includes/base.php:272 includes/admin/admin-init.php:96
3418
  #: includes/admin/admin-init.php:97
3419
  msgid "Settings"
3425
  msgid "Seven"
3426
  msgstr ""
3427
 
 
 
 
 
 
3428
  #: includes/modules/shopify-like-checkout/templates/form-shipping.php:13
3429
  msgid "Ship to a different address?"
3430
  msgstr ""
3432
  #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:282
3433
  #: includes/modules/shopify-like-checkout/class.shopify-like-checkout.php:283
3434
  #: includes/modules/shopify-like-checkout/templates/review-order.php:26
3435
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:55
3436
  msgid "Shipping"
3437
  msgstr ""
3438
 
3440
  msgid "Shipping costs are calculated during checkout."
3441
  msgstr ""
3442
 
3443
+ #: includes/modules/shopify-like-checkout/templates/form-checkout.php:117
3444
  msgid "Shipping Method"
3445
  msgstr ""
3446
 
3465
  msgid "Shop now"
3466
  msgstr ""
3467
 
 
 
 
 
 
 
 
 
 
 
 
 
3468
  #: classes/class.default_data.php:232
3469
  msgid "Short description dose not set this product."
3470
  msgstr ""
3471
 
3472
+ #: includes/addons/product_flash_sale.php:162
3473
+ #: includes/addons/product_flash_sale.php:314
3474
  #: includes/addons/wb_product_upsell.php:91
3475
+ #: includes/addons/wb_archive_product.php:807
3476
  #: includes/addons/wb_product_related.php:107
3477
  #: includes/addons/wb_product_additional_information.php:50
3478
  msgid "Show"
3488
  msgid "Show Count"
3489
  msgstr ""
3490
 
3491
+ #: includes/addons/product_flash_sale.php:160
3492
+ msgid "Show Countdown Timer"
3493
  msgstr ""
3494
 
3495
  #: includes/addons/wl_product_horizontal_filter.php:233
3516
  msgid "Show Result Count"
3517
  msgstr ""
3518
 
3519
+ #: includes/addons/product_flash_sale.php:312
3520
+ msgid "Show Stock Progress Bar"
 
 
 
 
3521
  msgstr ""
3522
 
3523
  #: includes/admin/templates/dashboard-welcome.php:66
3535
  msgid "Single Category"
3536
  msgstr ""
3537
 
 
 
 
 
 
 
 
 
3538
  #: includes/addons/wl_testimonial.php:197
3539
  #: includes/addons/wb_customer_review.php:185
3540
  #: includes/addons/wl_category_grid.php:194
3550
  msgid "SKU:"
3551
  msgstr ""
3552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3553
  #: includes/addons/wl_onepage_slider.php:40
3554
  msgid "Slider"
3555
  msgstr ""
3621
  msgid "Sold"
3622
  msgstr ""
3623
 
3624
+ #: includes/addons/product_flash_sale.php:336
3625
+ msgid "Sold Custom Text"
3626
+ msgstr ""
3627
+
3628
+ #: includes/addons/product_flash_sale.php:906
3629
+ msgid "Sold Label Color"
3630
+ msgstr ""
3631
+
3632
+ #: includes/addons/product_flash_sale.php:338
3633
+ #: includes/addons/product_flash_sale.php:1023
3634
+ msgid "Sold:"
3635
+ msgstr ""
3636
+
3637
  #: includes/admin/include/class.template-manager.php:484
3638
  #: includes/admin/include/class.template-manager.php:559
3639
  #: includes/admin/include/class.template-manager.php:597
3646
  msgid "Something is wrong! try again"
3647
  msgstr ""
3648
 
3649
+ #. 1: quantity in stock 2: current quantity
3650
+ #: includes/modules/backorder/class.backorder.php:192
3651
+ #, php-format
3652
+ msgid ""
3653
+ "Sorry, \"%s\" has reached its maximum backorder limit — (%s available). You "
3654
+ "already have %s in your cart."
3655
+ msgstr ""
3656
+
3657
+ #: includes/modules/backorder/class.backorder.php:134
3658
+ #, php-format
3659
+ msgid ""
3660
+ "Sorry, \"%s\" has reached its maximum backorder limit. Orders can be placed "
3661
+ "for up to <b>%s</b> units."
3662
+ msgstr ""
3663
+
3664
+ #: includes/modules/backorder/class.backorder.php:198
3665
+ #, php-format
3666
+ msgid ""
3667
+ "Sorry, \"%s\" was not added to cart because it has reached the maximum "
3668
+ "backorder limit. (%s available)."
3669
+ msgstr ""
3670
+
3671
  #: includes/modules/shopify-like-checkout/templates/payment.php:21
3672
  msgid ""
3673
  "Sorry, it seems that there are no available payment methods for your state. "
3721
  msgstr ""
3722
 
3723
  #: classes/class.widgets_control.php:197
 
3724
  msgid "Special Day Offer"
3725
  msgstr ""
3726
 
3728
  msgid "Star Color"
3729
  msgstr ""
3730
 
3731
+ #: includes/addons/wb_archive_product.php:513
3732
  msgid "Star Size"
3733
  msgstr ""
3734
 
3736
  msgid "Start from $100"
3737
  msgstr ""
3738
 
 
 
 
 
3739
  #: classes/class.default_data.php:373
3740
  msgid "Stock availability does not exist this product."
3741
  msgstr ""
3742
 
3743
+ #: includes/addons/product_flash_sale.php:305
3744
  msgid "Stock Progress Bar"
3745
  msgstr ""
3746
 
3747
+ #: includes/addons/product_flash_sale.php:873
3748
+ msgid "Stock Progress Style"
3749
+ msgstr ""
3750
+
3751
  #: includes/addons/wl_store_features.php:37
3752
  msgid "Store Feature"
3753
  msgstr ""
3754
 
3755
  #: classes/class.widgets_control.php:205
 
3756
  msgid "Store Features"
3757
  msgstr ""
3758
 
3771
  #: includes/addons/wb_customer_review.php:46
3772
  #: includes/addons/wb_product_stock.php:40 includes/addons/product_tabs.php:854
3773
  #: includes/addons/add_banner.php:50 includes/addons/add_banner.php:139
 
 
3774
  msgid "Style"
3775
  msgstr ""
3776
 
3785
  msgid "Style Four"
3786
  msgstr ""
3787
 
3788
+ #: includes/addons/product_flash_sale.php:176
3789
  #: includes/addons/wl_testimonial.php:52 includes/addons/product_curvy.php:61
3790
  #: includes/addons/wb_image_marker.php:82
3791
  #: includes/addons/wb_customer_review.php:50
3801
  msgid "Style Three"
3802
  msgstr ""
3803
 
3804
+ #: includes/addons/product_flash_sale.php:177
3805
  #: includes/addons/wl_testimonial.php:53 includes/addons/product_curvy.php:62
3806
  #: includes/addons/wb_image_marker.php:83
3807
  #: includes/addons/wb_customer_review.php:51
3810
  msgid "Style Two"
3811
  msgstr ""
3812
 
3813
+ #: includes/addons/wb_wishsuite_counter.php:53
3814
+ msgid "Styles"
3815
+ msgstr ""
3816
+
3817
  #: includes/addons/wl_onepage_slider.php:79
3818
  #: includes/addons/wl_onepage_slider.php:249
3819
  #: includes/addons/special_day_offer.php:384
3865
  #: includes/addons/wb_product_suggest_price.php:43
3866
  #: includes/addons/wb_product_suggest_price.php:63
3867
  #: includes/addons/wb_product_suggest_price.php:64
 
3868
  msgid "Suggest Price"
3869
  msgstr ""
3870
 
3876
  msgid "Swatchly"
3877
  msgstr ""
3878
 
 
 
 
 
 
3879
  #: includes/addons/wb_product_data_tab.php:40
3880
  msgid "Tab Menu"
3881
  msgstr ""
3914
  msgid "Tablet Resolution"
3915
  msgstr ""
3916
 
 
 
 
 
 
3917
  #: classes/class.default_data.php:331
3918
  msgid "Tag:"
3919
  msgid_plural "Tags:"
3962
  msgstr ""
3963
 
3964
  #: includes/admin/include/class.template_cpt.php:30
 
3965
  #: includes/admin/include/templates_list.php:33
3966
  msgid "Templates"
3967
  msgstr ""
3981
  msgstr ""
3982
 
3983
  #: classes/class.widgets_control.php:245 includes/addons/wl_testimonial.php:41
 
3984
  msgid "Testimonial"
3985
  msgstr ""
3986
 
3987
+ #: includes/addons/wb_wishsuite_counter.php:138
3988
+ msgid "Text"
3989
+ msgstr ""
3990
+
3991
+ #: includes/addons/wb_wishsuite_counter.php:41
3992
+ msgid "Text after \"Wishlist\" icon"
3993
+ msgstr ""
3994
+
3995
  #: includes/addons/wb_product_short_description.php:78
3996
  #: includes/addons/wb_product_meta.php:46
3997
  #: includes/addons/wb_product_data_tab.php:55
3998
  #: includes/addons/wb_product_data_tab.php:147
3999
  #: includes/addons/wb_product_data_tab.php:225
4000
+ #: includes/addons/wb_archive_product.php:821
4001
  #: includes/addons/wb_product_call_for_price.php:89
4002
  #: includes/addons/wb_product_call_for_price.php:174
4003
  #: includes/addons/wb_product_description.php:76
4017
  msgid "Textarea"
4018
  msgstr ""
4019
 
 
 
 
 
4020
  #: includes/addons/wb_product_suggest_price.php:167
4021
  #: includes/addons/wb_product_suggest_price.php:168
4022
  msgid "Thank you for contacting with us"
4023
  msgstr ""
4024
 
 
 
 
 
 
 
 
 
 
 
 
 
4025
  #: includes/addons/wl_faq.php:159
4026
  msgid "The Basics Of Western Astrology Explained"
4027
  msgstr ""
4028
 
 
 
 
 
4029
  #: includes/addons/wl_testimonial.php:459 includes/addons/product_tabs.php:604
4030
  #: includes/addons/wl_category_grid.php:425
4031
  msgid "The resolution to mobile."
4059
  msgid "Three"
4060
  msgstr ""
4061
 
4062
+ #: includes/addons/product_flash_sale.php:208
4063
+ msgid "Thumbnail Bottom"
4064
+ msgstr ""
4065
+
4066
+ #: includes/addons/product_flash_sale.php:200
4067
+ msgid "Thumbnail Left"
4068
+ msgstr ""
4069
+
4070
+ #: includes/addons/product_flash_sale.php:204
4071
+ msgid "Thumbnail Right"
4072
+ msgstr ""
4073
+
4074
  #: includes/addons/wb_product_image.php:85
4075
  #: includes/addons/wl_product_video_gallery.php:159
4076
  msgid "Thumbnails"
4084
  msgid "Thumbnails Position"
4085
  msgstr ""
4086
 
 
 
 
 
4087
  #: includes/helper-function.php:786 includes/addons/wl_faq.php:64
4088
+ #: includes/addons/wl_faq.php:338 includes/addons/product_flash_sale.php:122
4089
+ #: includes/addons/product_flash_sale.php:758
4090
  #: includes/addons/wl_product_horizontal_filter.php:193
4091
  #: includes/addons/wl_product_horizontal_filter.php:366
4092
  #: includes/addons/wl_onepage_slider.php:69
4107
  #: includes/addons/wb_image_marker.php:300 includes/addons/product_tabs.php:165
4108
  #: includes/addons/product_tabs.php:942 includes/addons/add_banner.php:147
4109
  #: includes/addons/wl_category_grid.php:539
 
4110
  msgid "Title"
4111
  msgstr ""
4112
 
4114
  msgid "Title Area"
4115
  msgstr ""
4116
 
4117
+ #: includes/addons/product_flash_sale.php:406
4118
  #: includes/addons/product_image_accordion.php:370
4119
  #: includes/addons/product_accordion.php:410
4120
  #: includes/addons/product_curvy.php:423 includes/addons/product_curvy.php:437
4123
  msgstr ""
4124
 
4125
  #: includes/addons/product_tabs.php:988 includes/addons/product_tabs.php:1070
 
4126
  msgid "Title color"
4127
  msgstr ""
4128
 
4129
+ #: includes/addons/product_flash_sale.php:427
4130
  #: includes/addons/product_image_accordion.php:382
4131
  #: includes/addons/product_curvy.php:452
4132
  msgid "Title Hover Color"
4133
  msgstr ""
4134
 
 
 
 
 
4135
  #: includes/addons/wb_product_title.php:47
4136
  msgid "Title HTML Tag"
4137
  msgstr ""
4145
  msgid "to"
4146
  msgstr ""
4147
 
4148
+ #: includes/addons/product_flash_sale.php:1210
4149
+ msgid "To show the stock progress bar. Set the initial stock amount from"
4150
  msgstr ""
4151
 
4152
  #: includes/addons/special_day_offer.php:54
4156
  msgid "Top"
4157
  msgstr ""
4158
 
 
 
 
 
4159
  #: includes/helper-function.php:792
4160
  msgid "Top Rated"
4161
  msgstr ""
4166
  msgid "Top Rated Products"
4167
  msgstr ""
4168
 
 
 
 
 
4169
  #: includes/helper-function.php:791
4170
  msgid "Top Seller"
4171
  msgstr ""
4214
  #: includes/addons/wb_product_short_description.php:91
4215
  #: includes/addons/wb_product_price.php:59
4216
  #: includes/addons/wb_product_price.php:100
4217
+ #: includes/addons/wb_wishsuite_counter.php:164
4218
  #: includes/addons/wl_product_horizontal_filter.php:389
4219
  #: includes/addons/wl_product_horizontal_filter.php:456
4220
  #: includes/addons/wl_product_horizontal_filter.php:542
4257
  msgid "Typography"
4258
  msgstr ""
4259
 
4260
+ #: includes/addons/product_flash_sale.php:1256
4261
+ msgid "Unfortunately, no products were found in the deal you selected."
4262
  msgstr ""
4263
 
4264
  #: classes/class.widgets_control.php:185
 
4265
  msgid "Universal Product"
4266
  msgstr ""
4267
 
4268
+ #: includes/addons/product_flash_sale.php:48
4269
+ msgid "Unnamed Deal"
4270
  msgstr ""
4271
 
4272
+ #: includes/admin/include/class.template_cpt.php:35
4273
+ msgid "Update Template"
4274
  msgstr ""
4275
 
4276
  #: includes/admin/include/class.template_cpt.php:46
4277
  msgid "Uploaded to this Template"
4278
  msgstr ""
4279
 
 
 
 
 
4280
  #: includes/addons/wb_product_upsell.php:39
4281
  msgid "Upsells"
4282
  msgstr ""
4290
  msgid "Username or email"
4291
  msgstr ""
4292
 
 
 
 
 
 
 
 
 
4293
  #: includes/addons/special_day_offer.php:227
4294
  msgid "Vertical Position"
4295
  msgstr ""
4320
  msgid "Video Tutorial"
4321
  msgstr ""
4322
 
4323
+ #: includes/modules/backorder/class.backorder.php:190
4324
+ msgid "View cart"
4325
+ msgstr ""
4326
+
4327
  #: includes/admin/include/class.template_cpt.php:36
4328
  msgid "View Template"
4329
  msgstr ""
4332
  msgid "View Templates"
4333
  msgstr ""
4334
 
4335
+ #: classes/class.widgets_control.php:389
4336
  msgid "WC Multicurrency"
4337
  msgstr ""
4338
 
4361
  msgid "When the product tab is off, Then working slider."
4362
  msgstr ""
4363
 
4364
+ #: classes/class.widgets_control.php:382
 
 
 
 
 
4365
  #: includes/admin/include/class.extension-manager.php:71
4366
  msgid "Whols"
4367
  msgstr ""
4384
  #: includes/addons/wl_onepage_slider.php:429
4385
  #: includes/addons/wl_onepage_slider.php:503
4386
  #: includes/addons/special_day_offer.php:173
 
4387
  msgid "Width"
4388
  msgstr ""
4389
 
 
 
 
 
 
4390
  #: includes/modules/wishlist/includes/classes/Admin/Dashboard.php:65
4391
  #: includes/modules/wishlist/includes/classes/Admin/Dashboard.php:66
4392
  msgid "Wishlist"
4396
  msgid "WishSuite"
4397
  msgstr ""
4398
 
4399
+ #: classes/class.widgets_control.php:361
4400
+ #: includes/addons/wb_wishsuite_counter.php:34
4401
+ msgid "WishSuite Counter"
4402
+ msgstr ""
4403
+
4404
+ #: classes/class.widgets_control.php:357
4405
  msgid "WishSuite Table"
4406
  msgstr ""
4407
 
4458
  msgstr ""
4459
 
4460
  #: includes/addons/product_accordion.php:14
 
4461
  msgid "WL: Product Accordion"
4462
  msgstr ""
4463
 
4470
  msgstr ""
4471
 
4472
  #: includes/addons/product_curvy.php:14
 
4473
  msgid "WL: Product Curvy"
4474
  msgstr ""
4475
 
4485
  msgid "WL: Product Filter"
4486
  msgstr ""
4487
 
4488
+ #: classes/class.widgets_control.php:350
4489
+ #: includes/addons/product_flash_sale.php:13
4490
+ msgid "WL: Product Flash Sale"
4491
+ msgstr ""
4492
+
4493
  #: includes/addons/wl_product_horizontal_filter.php:13
4494
  msgid "WL: Product Horizontal Filter"
4495
  msgstr ""
4499
  msgstr ""
4500
 
4501
  #: includes/addons/product_image_accordion.php:14
 
4502
  msgid "WL: Product Image Accordion"
4503
  msgstr ""
4504
 
4570
  msgid "WL: Whols"
4571
  msgstr ""
4572
 
4573
+ #: includes/addons/wb_wishsuite_counter.php:13
4574
+ msgid "WL: WishSuite Counter"
 
 
 
 
 
4575
  msgstr ""
4576
 
4577
+ #: includes/addons/wb_wishsuite_table.php:13
4578
+ msgid "WL: WishSuite Table"
4579
  msgstr ""
4580
 
4581
  #: includes/base.php:191 includes/admin/admin-init.php:85
4582
+ #: includes/admin/admin-init.php:86
 
 
4583
  msgid "WooLentor"
4584
  msgstr ""
4585
 
4671
  msgid "You are not permitted to import the template."
4672
  msgstr ""
4673
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4674
  #: includes/admin/templates/dashboard-element.php:15
4675
  #: includes/admin/templates/dashboard-module.php:18
4676
  msgid "You can enable or disable all options by one click."
4677
  msgstr ""
4678
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4679
  #: includes/addons/wl_onepage_slider.php:480
4680
  msgid "Zippers cotton jogger"
4681
  msgstr ""
4682
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4683
  #: includes/addons/wl_testimonial.php:149
4684
  msgid ""
4685
  "“ Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod "
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: hasthemes, htplugins, devitemsllc, tarekht
3
  Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
4
  Requires at least: 4.7
5
  Tested up to: 5.9
6
- Stable tag: 2.1.8
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -345,6 +345,13 @@ Elementor Pro is not required. But you can use wooLentor with Elementor free & P
345
 
346
  == Changelog ==
347
 
 
 
 
 
 
 
 
348
  = Version: 2.1.8 - Date: 02-02-2022 =
349
  * Added : Backorder Module.
350
  * Fixed : Print notices issue in editor mode.
3
  Tags: Elementor, WooCommerce, WooCommerce Elementor, WooCommerce Builder, WooCommerce Product
4
  Requires at least: 4.7
5
  Tested up to: 5.9
6
+ Stable tag: 2.1.9
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
345
 
346
  == Changelog ==
347
 
348
+ = Version: 2.1.9 - Date: 12-02-2022 =
349
+ * Added : Wishlist Counter addon.
350
+ * Added : Out of stock badge color option in Universal layout addons.
351
+ * Fixed : Checkout page shipping calculate issue in shopify style checkout page.
352
+ * Fixed : Extra li element generate issue in shopify style checkout page.
353
+ * Fixed: Solved a title styling issue in the default Archive addon for OceanWP theme.
354
+
355
  = Version: 2.1.8 - Date: 02-02-2022 =
356
  * Added : Backorder Module.
357
  * Fixed : Print notices issue in editor mode.
woolentor_addons_elementor.php CHANGED
@@ -3,21 +3,21 @@
3
  * Plugin Name: WooLentor - WooCommerce Elementor Addons + Builder
4
  * Description: The WooCommerce elements library for Elementor page builder plugin for WordPress.
5
  * Plugin URI: https://woolentor.com/
6
- * Version: 2.1.8
7
  * Author: HasThemes
8
  * Author URI: https://hasthemes.com/plugins/woolentor-pro/
9
  * License: GPL-2.0+
10
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11
  * Text Domain: woolentor
12
  * Domain Path: /languages
13
- * WC tested up to: 6.1.1
14
- * Elementor tested up to: 3.5.4
15
- * Elementor Pro tested up to: 3.5.2
16
  */
17
 
18
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
19
 
20
- define( 'WOOLENTOR_VERSION', '2.1.8' );
21
  define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
22
  define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
23
  define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );
3
  * Plugin Name: WooLentor - WooCommerce Elementor Addons + Builder
4
  * Description: The WooCommerce elements library for Elementor page builder plugin for WordPress.
5
  * Plugin URI: https://woolentor.com/
6
+ * Version: 2.1.9
7
  * Author: HasThemes
8
  * Author URI: https://hasthemes.com/plugins/woolentor-pro/
9
  * License: GPL-2.0+
10
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11
  * Text Domain: woolentor
12
  * Domain Path: /languages
13
+ * WC tested up to: 6.2.0
14
+ * Elementor tested up to: 3.5.5
15
+ * Elementor Pro tested up to: 3.6.1
16
  */
17
 
18
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
19
 
20
+ define( 'WOOLENTOR_VERSION', '2.1.9' );
21
  define( 'WOOLENTOR_ADDONS_PL_ROOT', __FILE__ );
22
  define( 'WOOLENTOR_ADDONS_PL_URL', plugins_url( '/', WOOLENTOR_ADDONS_PL_ROOT ) );
23
  define( 'WOOLENTOR_ADDONS_PL_PATH', plugin_dir_path( WOOLENTOR_ADDONS_PL_ROOT ) );