Woocommerce Products Slider - Version 1.13.12

Version Description

  • 2020-05-17 update - Minor css update
    • 2020-05-17 update - Variable sanitization issue fixed
    • 2020-05-17 fix - Textdomain issued
Download this release

Release Info

Developer pickplugins
Plugin Icon 128x128 Woocommerce Products Slider
Version 1.13.12
Comparing to
See all releases

Code changes from version 1.13.11 to 1.13.12

assets/settings-tabs/settings-tabs.css CHANGED
@@ -89,7 +89,14 @@
89
  float: right;
90
  }
91
 
92
-
 
 
 
 
 
 
 
93
  .settings-tabs .tab-content{
94
  margin-left: 220px;
95
  padding: 0px 0;
@@ -227,7 +234,8 @@
227
 
228
 
229
  .settings-tabs .expandable .setting-field{
230
- padding: 0 15px 15px 0px;
 
231
  }
232
  .settings-tabs .expandable .setting-field .field-lable{
233
  float: left;
@@ -237,10 +245,6 @@
237
  margin-left: 270px;
238
  }
239
 
240
-
241
- .settings-tabs .expandable .setting-field{
242
- padding: 0 15px 15px 0px;
243
- }
244
  .settings-tabs .expandable .setting-field .setting-field .field-lable{
245
  float: none;
246
  }
@@ -259,7 +263,13 @@
259
 
260
  /*field-repeatable-wrapper*/
261
 
262
-
 
 
 
 
 
 
263
  .ppof-settings .repeatable .item-wrap{
264
  margin-bottom: 5px;
265
  padding-bottom: 0px;
@@ -305,6 +315,16 @@
305
  margin-bottom: 15px;
306
  }
307
 
 
 
 
 
 
 
 
 
 
 
308
  /*input*/
309
 
310
  .settings-tabs input[type="text"], .settings-tabs .range-slider, .settings-tabs input[type="email"],.settings-tabs textarea, .settings-tabs select, .settings-tabs input[type="range"]{
@@ -368,45 +388,20 @@
368
  /*expandable*/
369
 
370
 
371
- .settings-tabs .expandable{}
372
- .settings-tabs .expandable .item {
373
 
 
374
  margin: 1px 0;
375
-
376
  }
377
 
378
-
379
- .settings-tabs .expandable .header label{
380
-
381
- }
382
-
383
-
384
-
385
  .settings-tabs .expandable .header {
386
  background: #eee none repeat scroll 0 0;
387
-
388
- }
389
-
390
-
391
- .settings-tabs .expandable {
392
-
393
- }
394
-
395
- .settings-tabs .expandable .options {
396
- background: #bde6fc;
397
- display: none;
398
- padding: 10px;
399
  }
400
 
401
-
402
-
403
  .settings-tabs .expandable .options {
404
- background:#f1f1f1;
405
  display: none;
406
  padding: 10px;
407
  }
408
 
409
-
410
  .settings-tabs .expandable .item.ui-sortable-helper {
411
  border: 1px dashed rgb(153, 153, 153);
412
  }
@@ -435,13 +430,11 @@
435
 
436
  }
437
 
438
-
439
- .settings-tabs .expandable .active .options {
440
-
441
  display: block;
442
-
443
  }
444
 
 
445
  .settings-tabs .item .expand .fa-expand {
446
  display: inline-block;
447
  }
89
  float: right;
90
  }
91
 
92
+ .tab-nav i {
93
+ font-size: 16px;
94
+ width: 25px;
95
+ color: #b7b7b7;
96
+ }
97
+ .tab-nav.active i {
98
+ color: #333;
99
+ }
100
  .settings-tabs .tab-content{
101
  margin-left: 220px;
102
  padding: 0px 0;
234
 
235
 
236
  .settings-tabs .expandable .setting-field{
237
+ padding: 10px 0;
238
+ margin: 10px 0;
239
  }
240
  .settings-tabs .expandable .setting-field .field-lable{
241
  float: left;
245
  margin-left: 270px;
246
  }
247
 
 
 
 
 
248
  .settings-tabs .expandable .setting-field .setting-field .field-lable{
249
  float: none;
250
  }
263
 
264
  /*field-repeatable-wrapper*/
265
 
266
+ .settings-tabs .field-media-wrapper .media-upload, .field-media-wrapper .clear {
267
+ display: inline-block;
268
+ background: #ddd;
269
+ padding: 2px 10px;
270
+ border-radius: 3px;
271
+ border: 1px solid #999;
272
+ }
273
  .ppof-settings .repeatable .item-wrap{
274
  margin-bottom: 5px;
275
  padding-bottom: 0px;
315
  margin-bottom: 15px;
316
  }
317
 
318
+
319
+ .settings-tabs .field-media-wrapper .media-upload, .field-media-wrapper .clear {
320
+ display: inline-block;
321
+ background: #ddd;
322
+ padding: 2px 10px;
323
+ border-radius: 3px;
324
+ border: 1px solid #999;
325
+ }
326
+
327
+
328
  /*input*/
329
 
330
  .settings-tabs input[type="text"], .settings-tabs .range-slider, .settings-tabs input[type="email"],.settings-tabs textarea, .settings-tabs select, .settings-tabs input[type="range"]{
388
  /*expandable*/
389
 
390
 
 
 
391
 
392
+ .settings-tabs .expandable .item {
393
  margin: 1px 0;
 
394
  }
395
 
 
 
 
 
 
 
 
396
  .settings-tabs .expandable .header {
397
  background: #eee none repeat scroll 0 0;
 
 
 
 
 
 
 
 
 
 
 
 
398
  }
399
 
 
 
400
  .settings-tabs .expandable .options {
 
401
  display: none;
402
  padding: 10px;
403
  }
404
 
 
405
  .settings-tabs .expandable .item.ui-sortable-helper {
406
  border: 1px dashed rgb(153, 153, 153);
407
  }
430
 
431
  }
432
 
433
+ .settings-tabs .expandable .options.active {
 
 
434
  display: block;
 
435
  }
436
 
437
+
438
  .settings-tabs .item .expand .fa-expand {
439
  display: inline-block;
440
  }
assets/settings-tabs/settings-tabs.js CHANGED
@@ -30,30 +30,6 @@ jQuery(document).ready(function($){
30
 
31
  $(".settings-tabs .sortable" ).sortable({ handle: ".sort" });
32
 
33
- $(document).on('click','.settings-tabs .textarea-editor',function(){
34
-
35
- id = $(this).attr('id');
36
- editor_enabled = $(this).attr('editor_enabled');
37
-
38
-
39
- console.log(typeof wp.editor);
40
-
41
- if(editor_enabled == 'no' && typeof wp.editor != 'undefined'){
42
- wp.editor.initialize( id, {
43
- mediaButtons: true,
44
- tinymce: {
45
- toolbar1: 'bold,italic,bullist,numlist,link,blockquote,alignleft,aligncenter,alignright,strikethrough,hr,forecolor,pastetext,removeformat,codeformat,undo,redo'
46
- },
47
- quicktags: true,
48
- } );
49
-
50
- $(this).attr('editor_enabled','yes');
51
- }
52
-
53
-
54
-
55
-
56
- })
57
 
58
  $(document).on('click','.settings-tabs .tab-nav',function(){
59
 
@@ -80,28 +56,6 @@ jQuery(document).ready(function($){
80
 
81
 
82
 
83
- // $(document).on('click','.settings-tabs .media-upload',function(){
84
- //
85
- // dataId = $(this).attr('data-id');
86
- //
87
- //
88
- //
89
- // var send_attachment_bkp = wp.media.editor.send.attachment;
90
- //
91
- // wp.media.editor.send.attachment = function(props, attachment) {
92
- // $("#media_preview_"+dataId).attr("src", attachment.url);
93
- // $("#media_input_"+dataId).val(attachment.id);
94
- // wp.media.editor.send.attachment = send_attachment_bkp;
95
- // }
96
- // wp.media.editor.open($(this));
97
- // return false;
98
- // });
99
- //
100
- // $("#media_clear_<?php echo $id; ?>").click(function() {
101
- // $("#media_input_<?php echo $id; ?>").val("");
102
- // $("#media_preview_<?php echo $id; ?>").attr("src","");
103
- // })
104
-
105
  $(document).on('click','.settings-tabs .field-media-wrapper .clear ',function(e){
106
 
107
  $(this).parent().children().children('.media-preview').attr('src', '');
@@ -191,8 +145,13 @@ jQuery(document).ready(function($){
191
  side_uploader.open();
192
 
193
  })
 
 
 
194
 
195
 
 
 
196
 
197
  jQuery(document).on('click', '.settings-tabs .input-text-multi-wrapper .add-item',function(){
198
 
@@ -222,8 +181,6 @@ jQuery(document).ready(function($){
222
  jQuery(this).parent().children('.field-list').append(html);
223
 
224
 
225
- // $(".sortable" ).sortable({ handle: ".sort" });
226
-
227
 
228
  })
229
 
@@ -234,46 +191,104 @@ jQuery(document).ready(function($){
234
  jQuery(this).parent().parent().removeClass("active");
235
  }else{
236
  jQuery(this).parent().parent().addClass("active");
 
237
  }
238
  })
239
 
 
 
 
240
 
 
241
 
242
- jQuery(document).on("click", ".settings-tabs .field-repeatable-wrapper .clone", function() {
243
 
 
244
 
245
 
246
  })
247
 
248
 
 
249
 
250
- jQuery(document).on("click", ".settings-tabs .select-reset", function() {
251
 
252
- $(this).prev('select').val('');
253
 
254
- })
 
 
 
255
 
 
256
 
257
 
 
258
 
 
 
 
 
 
 
 
259
 
 
 
 
260
 
 
 
 
261
 
262
 
263
 
 
 
 
264
 
 
265
 
 
 
266
 
267
 
 
268
 
269
- $(document).on('click', '.settings-tabs .expandable .expand', function(){
270
- if($(this).parent().parent().hasClass('active'))
271
- {
272
- $(this).parent().parent().removeClass('active');
 
 
 
 
 
 
 
 
273
  }
274
- else
275
- {
276
- $(this).parent().parent().addClass('active');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  }
278
 
279
 
30
 
31
  $(".settings-tabs .sortable" ).sortable({ handle: ".sort" });
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  $(document).on('click','.settings-tabs .tab-nav',function(){
35
 
56
 
57
 
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  $(document).on('click','.settings-tabs .field-media-wrapper .clear ',function(e){
60
 
61
  $(this).parent().children().children('.media-preview').attr('src', '');
145
  side_uploader.open();
146
 
147
  })
148
+ $(document).on('click','.settings-tabs .field-media-url-wrapper .clear',function(e){
149
+ $(this).parent().children('.media-preview-wrap').children('img').attr('src','');
150
+ $(this).parent().children('input').val('');
151
 
152
 
153
+ })
154
+
155
 
156
  jQuery(document).on('click', '.settings-tabs .input-text-multi-wrapper .add-item',function(){
157
 
181
  jQuery(this).parent().children('.field-list').append(html);
182
 
183
 
 
 
184
 
185
  })
186
 
191
  jQuery(this).parent().parent().removeClass("active");
192
  }else{
193
  jQuery(this).parent().parent().addClass("active");
194
+ textarea_to_editor();
195
  }
196
  })
197
 
198
+ jQuery(document).on("click", ".settings-tabs .field-repeatable-wrapper .add-repeat-field", function() {
199
+ now = jQuery.now();
200
+ add_html = $(this).attr('add_html');
201
 
202
+ repeatable_html = add_html.replace(/TIMEINDEX/g, now);
203
 
204
+ $(this).parent().children('.repeatable-field-list').append(repeatable_html);
205
 
206
+ textarea_to_editor();
207
 
208
 
209
  })
210
 
211
 
212
+ function textarea_to_editor(){
213
 
214
+ //textarea = $('.textarea-editor');
215
 
216
+ var textarea = document.getElementsByClassName("textarea-editor");
217
 
218
+ for (i = 0; i < textarea.length; i++) {
219
+
220
+ el_id = textarea[i].id;
221
+ el_attr = textarea[i].getAttribute('editor_enabled');
222
 
223
+ //editor_enabled = $(this).attr('editor_enabled');
224
 
225
 
226
+ //console.log(typeof wp.editor);
227
 
228
+ if(el_attr == 'no' && typeof wp.editor != 'undefined'){
229
+ wp.editor.initialize( el_id, {
230
+ mediaButtons: true,
231
+ tinymce: {
232
+ wpautop: true,
233
+ toolbar1: 'bold italic underline strikethrough | bullist numlist | blockquote hr wp_more | alignleft aligncenter alignright | link unlink | fullscreen | wp_adv',
234
+ toolbar2: 'formatselect alignjustify forecolor | pastetext removeformat charmap table | outdent indent | undo redo | wp_help',
235
 
236
+ },
237
+ quicktags: true,
238
+ } );
239
 
240
+ textarea[i].setAttribute('editor_enabled','yes')
241
+ //$(this).attr('editor_enabled','yes');
242
+ }
243
 
244
 
245
 
246
+ }
247
+
248
+ }
249
 
250
+ $(document).on('click','.settings-tabs .textarea-editor',function(){
251
 
252
+ id = $(this).attr('id');
253
+ editor_enabled = $(this).attr('editor_enabled');
254
 
255
 
256
+ //console.log(typeof wp.editor);
257
 
258
+ if(editor_enabled == 'no' && typeof wp.editor != 'undefined'){
259
+ wp.editor.initialize( id, {
260
+ mediaButtons: true,
261
+ tinymce: {
262
+ wpautop: true,
263
+ toolbar1: 'bold italic underline strikethrough | bullist numlist | blockquote hr wp_more | alignleft aligncenter alignright | link unlink | fullscreen | wp_adv',
264
+ toolbar2: 'formatselect alignjustify forecolor | pastetext removeformat charmap table | outdent indent | undo redo | wp_help'
265
+ },
266
+ quicktags: true,
267
+ } );
268
+
269
+ $(this).attr('editor_enabled','yes');
270
  }
271
+
272
+ })
273
+
274
+ jQuery(document).on("click", ".settings-tabs .select-reset", function() {
275
+
276
+ $(this).prev('select').val('');
277
+
278
+ })
279
+
280
+
281
+
282
+
283
+
284
+
285
+ $(document).on('click', '.settings-tabs .expandable .expand', function(){
286
+ if($(this).parent().parent().children('.options').hasClass('active')){
287
+ //$(this).parent().parent().removeClass('active');
288
+ $(this).parent().parent().children('.options').removeClass('active');
289
+ }else {
290
+ //$(this).parent().parent().addClass('active');
291
+ $(this).parent().parent().children('.options').addClass('active');
292
  }
293
 
294
 
includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php CHANGED
@@ -155,17 +155,17 @@ if(!function_exists('wcps_metabox_content_query_edd_downloads')) {
155
  'id' => 'terms_relation',
156
  'css_id' => $taxonomy.'_terms_relation',
157
  'parent' => 'wcps_options[edd_downloads_query][taxonomies]['.$taxonomy.']',
158
- 'title' => __('Terms relation','post-grid'),
159
- 'details' => __('Choose term relation.','post-grid'),
160
  'type' => 'radio',
161
  'value' => $terms_relation,
162
  'default' => 'IN',
163
  'args' => array(
164
- 'IN'=>__('IN','post-grid'),
165
- 'NOT IN'=>__('NOT IN','post-grid'),
166
- 'AND'=>__('AND','post-grid'),
167
- 'EXISTS'=>__('EXISTS','post-grid'),
168
- 'NOT EXISTS'=>__('NOT EXISTS','post-grid'),
169
  ),
170
  );
171
 
@@ -215,8 +215,8 @@ if(!function_exists('wcps_metabox_content_query_edd_downloads')) {
215
  'value' => $taxonomy_relation,
216
  'default' => 'OR',
217
  'args' => array(
218
- 'OR'=>__('OR','post-grid'),
219
- 'AND'=>__('AND','post-grid'),
220
  ),
221
  );
222
 
155
  'id' => 'terms_relation',
156
  'css_id' => $taxonomy.'_terms_relation',
157
  'parent' => 'wcps_options[edd_downloads_query][taxonomies]['.$taxonomy.']',
158
+ 'title' => __('Terms relation','woocommerce-products-slider'),
159
+ 'details' => __('Choose term relation.','woocommerce-products-slider'),
160
  'type' => 'radio',
161
  'value' => $terms_relation,
162
  'default' => 'IN',
163
  'args' => array(
164
+ 'IN'=>__('IN','woocommerce-products-slider'),
165
+ 'NOT IN'=>__('NOT IN','woocommerce-products-slider'),
166
+ 'AND'=>__('AND','woocommerce-products-slider'),
167
+ 'EXISTS'=>__('EXISTS','woocommerce-products-slider'),
168
+ 'NOT EXISTS'=>__('NOT EXISTS','woocommerce-products-slider'),
169
  ),
170
  );
171
 
215
  'value' => $taxonomy_relation,
216
  'default' => 'OR',
217
  'args' => array(
218
+ 'OR'=>__('OR','woocommerce-products-slider'),
219
+ 'AND'=>__('AND','woocommerce-products-slider'),
220
  ),
221
  );
222
 
includes/3rd-party/easy-digital-downloads/functions-layout-element.php CHANGED
@@ -60,7 +60,7 @@ function wcps_layout_element_edd_add_to_cart($args){
60
 
61
  $element_class = !empty($element_index) ? 'element-post-title element-'.$element_index : 'element-post-title';
62
 
63
- $purchase_link = do_shortcode('[purchase_link id="'.$post_id.'" text="'.__('Add to Cart','post-grid').'" style="button"]' );
64
 
65
 
66
 
60
 
61
  $element_class = !empty($element_index) ? 'element-post-title element-'.$element_index : 'element-post-title';
62
 
63
+ $purchase_link = do_shortcode('[purchase_link id="'.$post_id.'" text="'.__('Add to Cart','woocommerce-products-slider').'" style="button"]' );
64
 
65
 
66
 
includes/class-admin-notices.php CHANGED
@@ -55,7 +55,7 @@ class class_wcps_notices{
55
  $actionurl = admin_url().'edit.php?post_type=wcps&page=upgrade_status';
56
  $actionurl = wp_nonce_url( $actionurl, 'wcps_upgrade' );
57
 
58
- $nonce = isset($_REQUEST['_wpnonce']) ? $_REQUEST['_wpnonce'] : '';
59
 
60
  if ( wp_verify_nonce( $nonce, 'wcps_upgrade' ) ){
61
  $wcps_plugin_info['wcps_upgrade'] = 'processing';
55
  $actionurl = admin_url().'edit.php?post_type=wcps&page=upgrade_status';
56
  $actionurl = wp_nonce_url( $actionurl, 'wcps_upgrade' );
57
 
58
+ $nonce = isset($_REQUEST['_wpnonce']) ? sanitize_text_field($_REQUEST['_wpnonce']) : '';
59
 
60
  if ( wp_verify_nonce( $nonce, 'wcps_upgrade' ) ){
61
  $wcps_plugin_info['wcps_upgrade'] = 'processing';
includes/class-metabox-wcps-hook.php CHANGED
@@ -640,17 +640,17 @@ if(!function_exists('wcps_metabox_content_query_product')) {
640
  'id' => 'terms_relation',
641
  'css_id' => $taxonomy.'_terms_relation',
642
  'parent' => 'wcps_options[query][taxonomies]['.$taxonomy.']',
643
- 'title' => __('Terms relation','post-grid'),
644
- 'details' => __('Choose term relation.','post-grid'),
645
  'type' => 'radio',
646
  'value' => $terms_relation,
647
  'default' => 'IN',
648
  'args' => array(
649
- 'IN'=>__('IN','post-grid'),
650
- 'NOT IN'=>__('NOT IN','post-grid'),
651
- 'AND'=>__('AND','post-grid'),
652
- 'EXISTS'=>__('EXISTS','post-grid'),
653
- 'NOT EXISTS'=>__('NOT EXISTS','post-grid'),
654
  ),
655
  );
656
 
@@ -702,8 +702,8 @@ if(!function_exists('wcps_metabox_content_query_product')) {
702
  'value' => $taxonomy_relation,
703
  'default' => 'OR',
704
  'args' => array(
705
- 'OR'=>__('OR','post-grid'),
706
- 'AND'=>__('AND','post-grid'),
707
  ),
708
  );
709
 
@@ -2429,10 +2429,5 @@ function wcps_metabox_save($job_id){
2429
  $wcps_options = isset($_POST['wcps_options']) ? stripslashes_deep($_POST['wcps_options']) : '';
2430
  update_post_meta($job_id, 'wcps_options', $wcps_options);
2431
 
2432
-
2433
- // $job_bm_total_vacancies = isset($_POST['job_bm_total_vacancies']) ? sanitize_text_field($_POST['job_bm_total_vacancies']) : '';
2434
- // update_post_meta($job_id, 'job_bm_total_vacancies', $job_bm_total_vacancies);
2435
-
2436
-
2437
  }
2438
 
640
  'id' => 'terms_relation',
641
  'css_id' => $taxonomy.'_terms_relation',
642
  'parent' => 'wcps_options[query][taxonomies]['.$taxonomy.']',
643
+ 'title' => __('Terms relation','woocommerce-products-slider'),
644
+ 'details' => __('Choose term relation.','woocommerce-products-slider'),
645
  'type' => 'radio',
646
  'value' => $terms_relation,
647
  'default' => 'IN',
648
  'args' => array(
649
+ 'IN'=>__('IN','woocommerce-products-slider'),
650
+ 'NOT IN'=>__('NOT IN','woocommerce-products-slider'),
651
+ 'AND'=>__('AND','woocommerce-products-slider'),
652
+ 'EXISTS'=>__('EXISTS','woocommerce-products-slider'),
653
+ 'NOT EXISTS'=>__('NOT EXISTS','woocommerce-products-slider'),
654
  ),
655
  );
656
 
702
  'value' => $taxonomy_relation,
703
  'default' => 'OR',
704
  'args' => array(
705
+ 'OR'=>__('OR','woocommerce-products-slider'),
706
+ 'AND'=>__('AND','woocommerce-products-slider'),
707
  ),
708
  );
709
 
2429
  $wcps_options = isset($_POST['wcps_options']) ? stripslashes_deep($_POST['wcps_options']) : '';
2430
  update_post_meta($job_id, 'wcps_options', $wcps_options);
2431
 
 
 
 
 
 
2432
  }
2433
 
includes/class-metabox-wcps-layout.php CHANGED
@@ -142,7 +142,7 @@ class class_metabox_wcps_layout{
142
  if (!isset($_POST['wcps_nonce_check_value']))
143
  return $post_id;
144
 
145
- $nonce = $_POST['wcps_nonce_check_value'];
146
 
147
  // Verify that the nonce is valid.
148
  if (!wp_verify_nonce($nonce, 'wcps_nonce_check'))
@@ -167,13 +167,7 @@ class class_metabox_wcps_layout{
167
 
168
  /* OK, its safe for us to save the data now. */
169
 
170
- // Sanitize the user input.
171
- //$grid_item_layout = stripslashes_deep($_POST['grid_item_layout']);
172
-
173
-
174
  // Update the meta field.
175
- //update_post_meta($post_id, 'grid_item_layout', $grid_item_layout);
176
-
177
  do_action('wcps_layout_metabox_save', $post_id);
178
 
179
 
142
  if (!isset($_POST['wcps_nonce_check_value']))
143
  return $post_id;
144
 
145
+ $nonce = sanitize_text_field($_POST['wcps_nonce_check_value']);
146
 
147
  // Verify that the nonce is valid.
148
  if (!wp_verify_nonce($nonce, 'wcps_nonce_check'))
167
 
168
  /* OK, its safe for us to save the data now. */
169
 
 
 
 
 
170
  // Update the meta field.
 
 
171
  do_action('wcps_layout_metabox_save', $post_id);
172
 
173
 
includes/class-metabox-wcps.php CHANGED
@@ -32,7 +32,8 @@ class class_wcps_metabox{
32
  <ul>
33
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=hEmggd6pDFw&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=9">Version 1 13 10 overview</a></li>
34
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=kn3skEwh5t4&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=2">Data migration</a></li>
35
- <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=_HMHaSjjHdo&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=8&t=0s">Customize Layouts</a></li>
 
36
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=UVa0kfo9oI4&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=3&t=4s">Query product by categories</a></li>
37
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=qJWCizg5res&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=4&t=0s">Exclude featured products</a></li>
38
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=d_KZg_cghow&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=5&t=0s">Exclude on sale products</a></li>
@@ -249,12 +250,11 @@ class class_wcps_metabox{
249
 
250
  <?php
251
 
252
- $team_view_types = apply_filters('team_view_types', array('grid'=>'Grid'));
253
 
254
  $args = array(
255
  'id' => 'slider_for',
256
  'parent' => 'wcps_options',
257
- 'title' => __('Slider for','team'),
258
  'details' => '',
259
  'type' => 'radio',
260
  'value' => $slider_for,
@@ -319,7 +319,7 @@ class class_wcps_metabox{
319
  if (!isset($_POST['wcps_nonce_check_value']))
320
  return $post_id;
321
 
322
- $nonce = $_POST['wcps_nonce_check_value'];
323
 
324
  // Verify that the nonce is valid.
325
  if (!wp_verify_nonce($nonce, 'wcps_nonce_check'))
32
  <ul>
33
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=hEmggd6pDFw&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=9">Version 1 13 10 overview</a></li>
34
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=kn3skEwh5t4&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=2">Data migration</a></li>
35
+ <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=lQuacOHKp5U&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=15">Custom thumbnail size</a></li>
36
+ <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=_HMHaSjjHdo&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=8&t=0s">Customize layouts</a></li>
37
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=UVa0kfo9oI4&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=3&t=4s">Query product by categories</a></li>
38
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=qJWCizg5res&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=4&t=0s">Exclude featured products</a></li>
39
  <li><i class="far fa-dot-circle"></i> <a href="https://www.youtube.com/watch?v=d_KZg_cghow&list=PL0QP7T2SN94bgierw1J8Qn3sf4mZo7F9f&index=5&t=0s">Exclude on sale products</a></li>
250
 
251
  <?php
252
 
 
253
 
254
  $args = array(
255
  'id' => 'slider_for',
256
  'parent' => 'wcps_options',
257
+ 'title' => __('Slider for','woocommerce-products-slider'),
258
  'details' => '',
259
  'type' => 'radio',
260
  'value' => $slider_for,
319
  if (!isset($_POST['wcps_nonce_check_value']))
320
  return $post_id;
321
 
322
+ $nonce = sanitize_text_field($_POST['wcps_nonce_check_value']);
323
 
324
  // Verify that the nonce is valid.
325
  if (!wp_verify_nonce($nonce, 'wcps_nonce_check'))
includes/class-settings-tabs-old.php ADDED
@@ -0,0 +1,1752 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( ! defined('ABSPATH')) exit; // if direct access
3
+
4
+ if( ! class_exists( 'settings_tabs_field' ) ) {
5
+ class settings_tabs_field{
6
+
7
+ // public $asset_dir_url = '';
8
+ public $textdomain = 'settings-tabs';
9
+
10
+ public function __construct(){
11
+
12
+ // $this->asset_dir_url = isset($args['asset_dir_url']) ? $args['asset_dir_url'] : '';
13
+ // $this->textdomain = isset($args['textdomain']) ? $args['textdomain'] : '';
14
+
15
+ }
16
+
17
+
18
+ function admin_scripts(){
19
+
20
+
21
+ wp_enqueue_script('jquery');
22
+ wp_enqueue_script('jquery-ui-sortable');
23
+ wp_enqueue_script( 'jquery-ui-core' );
24
+ wp_enqueue_script('jquery-ui-accordion');
25
+ wp_enqueue_style( 'jquery-ui');
26
+
27
+ wp_enqueue_script('wp-color-picker');
28
+ wp_enqueue_style( 'wp-color-picker' );
29
+
30
+
31
+ wp_enqueue_style( 'font-awesome-5' );
32
+
33
+ wp_enqueue_style( 'settings-tabs' );
34
+ wp_enqueue_script( 'settings-tabs' );
35
+
36
+ wp_enqueue_script( 'code-editor' );
37
+ wp_enqueue_style( 'code-editor' );
38
+
39
+ wp_enqueue_editor();
40
+ }
41
+
42
+ function field_template($option){
43
+
44
+ $id = isset( $option['id'] ) ? $option['id'] : "";
45
+ $is_error = isset( $option['is_error'] ) ? $option['is_error'] : false;
46
+ $error_details = isset( $option['error_details'] ) ? $option['error_details'] : '';
47
+
48
+ ob_start();
49
+
50
+ ?>
51
+ <div class="setting-field <?php if($is_error) echo 'field-error'; ?>">
52
+ <div class="field-lable">%s</div>
53
+ <div class="field-input">%s
54
+ <p class="description">%s</p>
55
+ <?php if($is_error && !empty($error_details)): ?>
56
+ <p class="error-details"><i class="fas fa-exclamation-circle"></i> <?php echo $error_details; ?></p>
57
+ <?php endif; ?>
58
+
59
+ </div>
60
+ </div>
61
+ <?php
62
+
63
+ return ob_get_clean();
64
+
65
+ }
66
+
67
+
68
+
69
+
70
+
71
+
72
+ function generate_field($option){
73
+
74
+ $id = isset( $option['id'] ) ? $option['id'] : "";
75
+ $type = isset( $option['type'] ) ? $option['type'] : "";
76
+ $details = isset( $option['details'] ) ? $option['details'] : "";
77
+
78
+
79
+
80
+
81
+
82
+
83
+ if( empty( $id ) ) return;
84
+
85
+ if( isset($option['type']) && $option['type'] === 'select' ) $this->field_select( $option );
86
+ elseif( isset($option['type']) && $option['type'] === 'select2') $this->field_select2( $option );
87
+ elseif( isset($option['type']) && $option['type'] === 'checkbox') $this->field_checkbox( $option );
88
+ elseif( isset($option['type']) && $option['type'] === 'radio') $this->field_radio( $option );
89
+ elseif( isset($option['type']) && $option['type'] === 'radio_image') $this->field_radio_image( $option );
90
+ elseif( isset($option['type']) && $option['type'] === 'textarea') $this->field_textarea( $option );
91
+ elseif( isset($option['type']) && $option['type'] === 'scripts_js') $this->field_scripts_js( $option );
92
+ elseif( isset($option['type']) && $option['type'] === 'scripts_css') $this->field_scripts_css( $option );
93
+ elseif( isset($option['type']) && $option['type'] === 'number' ) $this->field_number( $option );
94
+ elseif( isset($option['type']) && $option['type'] === 'text' ) $this->field_text( $option );
95
+ elseif( isset($option['type']) && $option['type'] === 'text_icon' ) $this->field_text_icon( $option );
96
+ elseif( isset($option['type']) && $option['type'] === 'text_multi' ) $this->field_text_multi( $option );
97
+ elseif( isset($option['type']) && $option['type'] === 'hidden' ) $this->field_hidden( $option );
98
+
99
+ elseif( isset($option['type']) && $option['type'] === 'range' ) $this->field_range( $option );
100
+ elseif( isset($option['type']) && $option['type'] === 'colorpicker') $this->field_colorpicker( $option );
101
+ elseif( isset($option['type']) && $option['type'] === 'colorpicker_multi') $this->field_colorpicker_multi( $option );
102
+
103
+ elseif( isset($option['type']) && $option['type'] === 'datepicker') $this->field_datepicker( $option );
104
+ elseif( isset($option['type']) && $option['type'] === 'faq') $this->field_faq( $option );
105
+ elseif( isset($option['type']) && $option['type'] === 'addons_grid') $this->field_addons_grid( $option );
106
+ elseif( isset($option['type']) && $option['type'] === 'custom_html') $this->field_custom_html( $option );
107
+ elseif( isset($option['type']) && $option['type'] === 'repeatable') $this->field_repeatable( $option );
108
+ elseif( isset($option['type']) && $option['type'] === 'media') $this->field_media( $option );
109
+ elseif( isset($option['type']) && $option['type'] === 'media_url') $this->field_media_url( $option );
110
+
111
+ elseif( isset($option['type']) && $option['type'] === 'option_group') $this->field_option_group( $option );
112
+ elseif( isset($option['type']) && $option['type'] === 'option_group_accordion') $this->field_option_group_accordion( $option );
113
+ elseif( isset($option['type']) && $option['type'] === 'wp_editor') $this->field_wp_editor( $option );
114
+ elseif( isset($option['type']) && $option['type'] === 'textarea_editor') $this->field_textarea_editor( $option );
115
+
116
+
117
+
118
+ elseif( isset($option['type']) && $option['type'] === $type ) do_action( "settings_tabs_field_$type", $option );
119
+
120
+
121
+ //if( !empty( $details ) ) echo "<p class='description'>$details</p>";
122
+
123
+
124
+
125
+
126
+
127
+ }
128
+
129
+
130
+ public function field_option_group_accordion( $option ){
131
+
132
+ $id = isset( $option['id'] ) ? $option['id'] : "";
133
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
134
+ $sortable = isset( $option['sortable'] ) ? $option['sortable'] : false;
135
+
136
+ $args_index = isset( $option['args_index'] ) ? $option['args_index'] : array();
137
+ $args_index_default = isset( $option['args_index_default'] ) ? $option['args_index_default'] : array();
138
+ $args_index_hide = isset( $option['args_index_hide'] ) ? $option['args_index_hide'] : array();
139
+
140
+ $args_index = !empty($args_index) ? $args_index : $args_index_default;
141
+
142
+ $args = isset( $option['args'] ) ? $option['args'] : array();
143
+
144
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
145
+
146
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
147
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
148
+
149
+
150
+ $title = isset( $option['title'] ) ? $option['title'] : "";
151
+ $group_details = isset( $option['details'] ) ? $option['details'] : "";
152
+
153
+ if($is_pro == true){
154
+ $group_details = '<span class="pro-feature">'.$pro_text.'</span> '.$group_details;
155
+ }
156
+
157
+
158
+ ob_start();
159
+ ?>
160
+ <div class="option-group-accordion-wrap" id="<?php echo $css_id; ?>">
161
+ <div sortable="<?php echo ($sortable) ? 'true': 'false'; ?>" class='option-group-accordion accordion'>
162
+ <?php
163
+
164
+ if(!empty($args_index))
165
+ foreach( $args_index as $index ):
166
+
167
+ //foreach( $args as $key => $value ):
168
+
169
+ $group_title = isset($args[$index]['title']) ? $args[$index]['title'] : '';
170
+ $is_hide = isset($args_index_hide[$index]) ? $args_index_hide[$index] : false;
171
+
172
+
173
+ //$link = $value['link'];
174
+ $options = isset($args[$index]['options']) ? $args[$index]['options'] : array();
175
+
176
+ ?>
177
+ <div class="group">
178
+ <h3 class="accordion-title">
179
+
180
+
181
+ <?php if($sortable): ?>
182
+ <span class="sort"><i class="fas fa-sort"></i></span>
183
+ <?php endif; ?>
184
+
185
+ <span class="title-text"><?php echo $group_title; ?></span>
186
+ </h3>
187
+ <div class="accordion-content">
188
+
189
+ <?php
190
+
191
+ if(!empty($options)):
192
+ foreach ($options as $option):
193
+
194
+ $id = isset( $option['id'] ) ? $option['id'] : "";
195
+ $type = isset( $option['type'] ) ? $option['type'] : "";
196
+ $details = isset( $option['details'] ) ? $option['details'] : "";
197
+
198
+ if( isset($option['type']) && $option['type'] === 'select' ) $this->field_select( $option );
199
+ elseif( isset($option['type']) && $option['type'] === 'select2') $this->field_select2( $option );
200
+ elseif( isset($option['type']) && $option['type'] === 'checkbox') $this->field_checkbox( $option );
201
+ elseif( isset($option['type']) && $option['type'] === 'radio') $this->field_radio( $option );
202
+ elseif( isset($option['type']) && $option['type'] === 'radio_image') $this->field_radio_image( $option );
203
+ elseif( isset($option['type']) && $option['type'] === 'textarea') $this->field_textarea( $option );
204
+ elseif( isset($option['type']) && $option['type'] === 'scripts_js') $this->field_scripts_js( $option );
205
+ elseif( isset($option['type']) && $option['type'] === 'scripts_css') $this->field_scripts_css( $option );
206
+ elseif( isset($option['type']) && $option['type'] === 'number' ) $this->field_number( $option );
207
+ elseif( isset($option['type']) && $option['type'] === 'text' ) $this->field_text( $option );
208
+ elseif( isset($option['type']) && $option['type'] === 'text_icon' ) $this->field_text_icon( $option );
209
+ elseif( isset($option['type']) && $option['type'] === 'text_multi' ) $this->field_text_multi( $option );
210
+ elseif( isset($option['type']) && $option['type'] === 'hidden' ) $this->field_hidden( $option );
211
+
212
+ elseif( isset($option['type']) && $option['type'] === 'range' ) $this->field_range( $option );
213
+ elseif( isset($option['type']) && $option['type'] === 'colorpicker') $this->field_colorpicker( $option );
214
+ elseif( isset($option['type']) && $option['type'] === 'colorpicker_multi') $this->field_colorpicker_multi( $option );
215
+
216
+ elseif( isset($option['type']) && $option['type'] === 'datepicker') $this->field_datepicker( $option );
217
+ elseif( isset($option['type']) && $option['type'] === 'faq') $this->field_faq( $option );
218
+ elseif( isset($option['type']) && $option['type'] === 'addons_grid') $this->field_addons_grid( $option );
219
+ elseif( isset($option['type']) && $option['type'] === 'custom_html') $this->field_custom_html( $option );
220
+ elseif( isset($option['type']) && $option['type'] === 'repeatable') $this->field_repeatable( $option );
221
+ elseif( isset($option['type']) && $option['type'] === 'media') $this->field_media( $option );
222
+ elseif( isset($option['type']) && $option['type'] === 'media_url') $this->field_media_url( $option );
223
+
224
+ endforeach;
225
+ endif;
226
+ ?>
227
+ </div> <!-- ..accordion-content -->
228
+ </div><!-- .group -->
229
+
230
+
231
+ <?php
232
+ //endforeach;
233
+
234
+ endforeach;
235
+
236
+
237
+ ?>
238
+ </div> <!-- .option-group-accordion -->
239
+ </div><!-- .option-group-accordion-wrap -->
240
+
241
+ <?php
242
+
243
+ $input_html = ob_get_clean();
244
+
245
+ echo sprintf($field_template, $title, $input_html, $group_details);
246
+
247
+
248
+ }
249
+
250
+
251
+ public function field_option_group( $option ){
252
+
253
+ $id = isset( $option['id'] ) ? $option['id'] : "";
254
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
255
+ $options = isset( $option['options'] ) ? $option['options'] : array();
256
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
257
+
258
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
259
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
260
+
261
+
262
+ $title = isset( $option['title'] ) ? $option['title'] : "";
263
+ $group_details = isset( $option['details'] ) ? $option['details'] : "";
264
+
265
+ if($is_pro == true){
266
+ $group_details = '<span class="pro-feature">'.$pro_text.'</span> '.$group_details;
267
+ }
268
+
269
+
270
+ ob_start();
271
+ ?>
272
+ <div id="<?php echo $css_id; ?>">
273
+ <?php
274
+
275
+ if(!empty($options)):
276
+ foreach ($options as $option):
277
+
278
+ $id = isset( $option['id'] ) ? $option['id'] : "";
279
+ $type = isset( $option['type'] ) ? $option['type'] : "";
280
+ $details = isset( $option['details'] ) ? $option['details'] : "";
281
+
282
+ if( isset($option['type']) && $option['type'] === 'select' ) $this->field_select( $option );
283
+ elseif( isset($option['type']) && $option['type'] === 'select2') $this->field_select2( $option );
284
+ elseif( isset($option['type']) && $option['type'] === 'checkbox') $this->field_checkbox( $option );
285
+ elseif( isset($option['type']) && $option['type'] === 'radio') $this->field_radio( $option );
286
+ elseif( isset($option['type']) && $option['type'] === 'radio_image') $this->field_radio_image( $option );
287
+ elseif( isset($option['type']) && $option['type'] === 'textarea') $this->field_textarea( $option );
288
+ elseif( isset($option['type']) && $option['type'] === 'scripts_js') $this->field_scripts_js( $option );
289
+ elseif( isset($option['type']) && $option['type'] === 'scripts_css') $this->field_scripts_css( $option );
290
+ elseif( isset($option['type']) && $option['type'] === 'number' ) $this->field_number( $option );
291
+ elseif( isset($option['type']) && $option['type'] === 'text' ) $this->field_text( $option );
292
+ elseif( isset($option['type']) && $option['type'] === 'text_icon' ) $this->field_text_icon( $option );
293
+ elseif( isset($option['type']) && $option['type'] === 'text_multi' ) $this->field_text_multi( $option );
294
+ elseif( isset($option['type']) && $option['type'] === 'hidden' ) $this->field_hidden( $option );
295
+
296
+ elseif( isset($option['type']) && $option['type'] === 'range' ) $this->field_range( $option );
297
+ elseif( isset($option['type']) && $option['type'] === 'colorpicker') $this->field_colorpicker( $option );
298
+ elseif( isset($option['type']) && $option['type'] === 'colorpicker_multi') $this->field_colorpicker_multi( $option );
299
+
300
+ elseif( isset($option['type']) && $option['type'] === 'datepicker') $this->field_datepicker( $option );
301
+ elseif( isset($option['type']) && $option['type'] === 'faq') $this->field_faq( $option );
302
+ elseif( isset($option['type']) && $option['type'] === 'addons_grid') $this->field_addons_grid( $option );
303
+ elseif( isset($option['type']) && $option['type'] === 'custom_html') $this->field_custom_html( $option );
304
+ elseif( isset($option['type']) && $option['type'] === 'repeatable') $this->field_repeatable( $option );
305
+ elseif( isset($option['type']) && $option['type'] === 'media') $this->field_media( $option );
306
+ elseif( isset($option['type']) && $option['type'] === 'media_url') $this->field_media_url( $option );
307
+
308
+ endforeach;
309
+ endif;
310
+ ?>
311
+ </div>
312
+ <?php
313
+
314
+ $input_html = ob_get_clean();
315
+
316
+ echo sprintf($field_template, $title, $input_html, $group_details);
317
+
318
+
319
+ }
320
+
321
+
322
+ public function field_media( $option ){
323
+
324
+
325
+
326
+ $id = isset( $option['id'] ) ? $option['id'] : "";
327
+ if(empty($id)) return;
328
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
329
+ $field_name = isset( $option['field_name'] ) ? $option['field_name'] : $id;
330
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
331
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
332
+ $title = isset( $option['title'] ) ? $option['title'] : "";
333
+ $details = isset( $option['details'] ) ? $option['details'] : "";
334
+
335
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
336
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
337
+
338
+ $default = isset( $option['default'] ) ? $option['default'] : '';
339
+ $value = isset( $option['value'] ) ? $option['value'] : '';
340
+ $value = !empty($value) ? $value : $default;
341
+
342
+ $media_url = wp_get_attachment_url( $value );
343
+ $media_type = get_post_mime_type( $value );
344
+ $media_title = !empty($value) ? get_the_title( $value ) : __('Placeholder.jpg', $this->textdomain);
345
+
346
+
347
+ $media_url = !empty($media_url) ? $media_url : $default;
348
+
349
+ $placeholder = 'https://i.imgur.com/qOPTTdQ.jpg';
350
+ $media_url = !empty($media_url) ? $media_url : $placeholder;
351
+ $media_basename = wp_basename($media_type);
352
+
353
+ $field_name = !empty( $field_name ) ? $field_name : $id;
354
+ $field_name = !empty($parent) ? $parent.'['.$field_name.']' : $field_name;
355
+
356
+
357
+
358
+
359
+ ob_start();
360
+ //wp_enqueue_media();
361
+
362
+ ?>
363
+ <div id="input-wrapper-<?php echo $css_id; ?>" class="input-wrapper field-media-wrapper
364
+ field-media-wrapper-<?php echo $css_id; ?>">
365
+ <div class="media-preview-wrap" style="width: 150px;margin-bottom: 10px;background: #eee;padding: 5px; text-align: center;word-break: break-all;">
366
+ <?php
367
+
368
+ //var_dump($media_type);
369
+
370
+ if( "audio/mpeg" == $media_type ){
371
+ ?>
372
+ <div class="media-preview" class="dashicons dashicons-format-audio" style="font-size: 70px;display: inline;"></div>
373
+ <div class="media-title"><?php echo $media_title; ?></div>
374
+ <?php
375
+ }elseif( "images/png" == $media_type ||
376
+ "image/png" == $media_type ||
377
+ "images/gif" == $media_type ||
378
+ "image/gif" == $media_type ||
379
+ "images/jpeg" == $media_type ||
380
+ "image/jpeg" == $media_type ||
381
+ "images/jpg" == $media_type ||
382
+ "image/jpg" == $media_type ||
383
+ "images/ico" == $media_type||
384
+ "image/ico" == $media_type
385
+ ){
386
+ ?>
387
+ <img class="media-preview" src="<?php echo $media_url; ?>" style="width:100%"/>
388
+ <div class="media-title"><?php echo $media_title; ?></div>
389
+ <?php
390
+ }else {
391
+ ?>
392
+ <img class="media-preview" src="<?php echo $media_url; ?>" style="width:100%"/>
393
+ <div class="media-title"><?php echo $media_title; ?></div>
394
+
395
+ <?php
396
+ }
397
+ ?>
398
+ </div>
399
+ <input class="media-input-value" type="hidden" name="<?php echo $field_name; ?>" id="media_input_<?php echo $css_id; ?>" value="<?php echo $value; ?>" />
400
+ <div class="media-upload button" id="media_upload_<?php echo $css_id; ?>"><?php echo __('Upload', $this->textdomain);?></div>
401
+ <div placeholder="<?php echo $placeholder; ?>" class="clear button" id="media_clear_<?php echo $css_id; ?>"><?php echo __('Clear', $this->textdomain);?></div>
402
+ <div class="error-mgs"></div>
403
+ </div>
404
+
405
+ <?php
406
+
407
+
408
+ $input_html = ob_get_clean();
409
+
410
+ echo sprintf($field_template, $title, $input_html, $details);
411
+
412
+ }
413
+
414
+
415
+
416
+
417
+ public function field_media_url( $option ){
418
+
419
+
420
+
421
+ $id = isset( $option['id'] ) ? $option['id'] : "";
422
+ if(empty($id)) return;
423
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
424
+ $field_name = isset( $option['field_name'] ) ? $option['field_name'] : $id;
425
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
426
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
427
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
428
+ $title = isset( $option['title'] ) ? $option['title'] : "";
429
+ $details = isset( $option['details'] ) ? $option['details'] : "";
430
+
431
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
432
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
433
+
434
+ $default = isset( $option['default'] ) ? $option['default'] : '';
435
+ $value = isset( $option['value'] ) ? $option['value'] : '';
436
+ $value = !empty($value) ? $value : $default;
437
+
438
+ $media_url = $value;
439
+ $media_type = get_post_mime_type( $value );
440
+ $media_title= get_the_title( $value );
441
+ $media_url = !empty($media_url) ? $media_url : '';
442
+
443
+ $field_name = !empty( $field_name ) ? $field_name : $id;
444
+ $field_name = !empty($parent) ? $parent.'['.$field_name.']' : $field_name;
445
+
446
+
447
+ wp_enqueue_media();
448
+ ob_start();
449
+
450
+
451
+ ?>
452
+ <div id="input-wrapper-<?php echo $css_id; ?>" class="input-wrapper field-media-url-wrapper
453
+ field-media-wrapper-<?php echo $css_id; ?>">
454
+ <div class="media-preview-wrap" style="width: 150px;margin-bottom: 10px;background: #eee;padding: 5px; text-align: center;">
455
+ <?php
456
+
457
+ if( "audio/mpeg" == $media_type ){
458
+ ?>
459
+ <div class="media-preview" class="dashicons dashicons-format-audio" style="font-size: 70px;display: inline;"></div>
460
+
461
+ <?php
462
+ }
463
+ elseif( "images/png" == $media_type || "images/jpg" == $media_type || "images/jpeg" == $media_type ||
464
+ "images/gif" == $media_type ||
465
+ "images/ico" == $media_type){
466
+ ?>
467
+ <img class="media-preview" src="<?php echo $media_url; ?>" style="width:100%"/>
468
+
469
+ <?php
470
+ }
471
+
472
+ else {
473
+ ?>
474
+ <img class="media-preview" src="<?php echo $media_url; ?>" style="width:100%"/>
475
+
476
+ <?php
477
+ }
478
+ ?>
479
+ </div>
480
+ <input type="text" placeholder="<?php echo $placeholder; ?>" name="<?php echo $field_name; ?>" id="media_input_<?php echo $css_id; ?>" value="<?php echo $value; ?>" />
481
+ <div class="media-upload button" id="media_upload_<?php echo $css_id; ?>"><?php echo __('Upload', $this->textdomain);?></div>
482
+ <div class="clear button" id="media_clear_<?php echo $css_id; ?>"><?php echo __('Clear','woocommerce-products-slider');?></div>
483
+ <div class="error-mgs"></div>
484
+ </div>
485
+
486
+ <?php
487
+
488
+
489
+ $input_html = ob_get_clean();
490
+
491
+ echo sprintf($field_template, $title, $input_html, $details);
492
+
493
+ }
494
+
495
+
496
+
497
+ public function field_repeatable( $option ){
498
+
499
+ $id = isset( $option['id'] ) ? $option['id'] : "";
500
+ if(empty($id)) return;
501
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
502
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
503
+ $field_name = isset( $option['field_name'] ) ? $option['field_name'] : $id;
504
+ $field_name = !empty( $parent ) ? $parent.'['.$field_name.']' : $field_name;
505
+
506
+ $sortable = isset( $option['sortable'] ) ? $option['sortable'] : true;
507
+ $collapsible = isset( $option['collapsible'] ) ? $option['collapsible'] : true;
508
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
509
+ $values = isset( $option['value'] ) ? $option['value'] : array();
510
+ $fields = isset( $option['fields'] ) ? $option['fields'] : array();
511
+ $title_field = isset( $option['title_field'] ) ? $option['title_field'] : '';
512
+ $remove_text = isset( $option['remove_text'] ) ? $option['remove_text'] : '<i class="fas fa-times"></i>';
513
+ $limit = isset( $option['limit'] ) ? $option['limit'] : '';
514
+
515
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
516
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
517
+
518
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
519
+ $title = isset( $option['title'] ) ? $option['title'] : "";
520
+ $details = isset( $option['details'] ) ? $option['details'] : "";
521
+
522
+ $settings_tabs_field = new settings_tabs_field();
523
+
524
+ ob_start();
525
+ ?>
526
+ <script>
527
+ jQuery(document).ready(function($) {
528
+ jQuery(document).on("click", ".field-repeatable-wrapper-<?php echo $css_id; ?> .add-repeat-field", function() {
529
+
530
+
531
+ now = jQuery.now();
532
+ fields_arr = <?php echo json_encode($fields); ?>;
533
+ html = '<div class="item-wrap collapsible"><div class="header"><span class="remove" ' +
534
+ 'onclick="jQuery(this).parent().parent().remove()"><?php echo $remove_text; ?></span> ';
535
+ <?php if($sortable):?>
536
+ html += '<span class="sort" ><i class="fas fa-arrows-alt"></i></span>';
537
+ <?php endif; ?>
538
+ html += ' <span class="title-text">#'+now+'</span></div>';
539
+
540
+ <?php
541
+
542
+ $fieldHtml = '';
543
+
544
+ if(!empty($fields)):
545
+ foreach ($fields as $field):
546
+
547
+ $fieldType = isset($field['type']) ? $field['type'] : '';
548
+ $field['parent'] = $field_name.'[TIMEINDEX]';
549
+
550
+ ob_start();
551
+ ?>
552
+ <div class="item">
553
+ <?php if($collapsible):?>
554
+ <div class="content">
555
+ <?php endif; ?>
556
+
557
+ <?php
558
+ $settings_tabs_field->generate_field($field);
559
+ ?>
560
+ <?php if($collapsible):?>
561
+ </div>
562
+ <?php endif; ?>
563
+
564
+ </div>
565
+ <?php
566
+ $fieldHtml .= ob_get_clean();
567
+ endforeach;
568
+ endif;
569
+
570
+
571
+ $string = str_replace("\n", "", $fieldHtml);
572
+ $fieldHtml = str_replace("\r", "", $string);
573
+
574
+
575
+ ?>
576
+
577
+ fieldHtml = '<?php echo $fieldHtml; ?>';
578
+ html+= fieldHtml.replace(/TIMEINDEX/g, now);
579
+ html+='</div>';
580
+
581
+ jQuery('.<?php echo 'field-repeatable-wrapper-'.$css_id; ?> .repeatable-field-list').append(html);
582
+
583
+ })
584
+ });
585
+ </script>
586
+ <div id="input-wrapper-<?php echo $css_id; ?>" class=" input-wrapper field-repeatable-wrapper
587
+ field-repeatable-wrapper-<?php echo $css_id; ?>">
588
+ <div class="add-repeat-field"><i class="far fa-plus-square"></i> <?php _e('Add','woocommerce-products-slider'); ?></div>
589
+ <div class="repeatable-field-list sortable" id="<?php echo $css_id; ?>">
590
+ <?php
591
+ if(!empty($values)):
592
+ $count = 1;
593
+ foreach ($values as $index=>$val):
594
+ $title_field_val = !empty($val[$title_field]) ? $val[$title_field] : '#'.$count;
595
+
596
+ //var_dump($index);
597
+
598
+ ?>
599
+ <div class="item-wrap <?php if($collapsible) echo 'collapsible'; ?>" index="<?php echo $index; ?>">
600
+ <?php if($collapsible):?>
601
+ <div class="header">
602
+ <?php endif; ?>
603
+ <span class="remove" onclick="jQuery(this).parent().parent().remove()"><?php echo $remove_text; ?></span>
604
+ <?php if($sortable):?>
605
+ <span class="sort"><i class="fas fa-arrows-alt"></i></span>
606
+ <?php endif; ?>
607
+
608
+ <span class="title-text"><?php echo $title_field_val; ?></span>
609
+ <?php if($collapsible):?>
610
+ </div>
611
+ <?php endif; ?>
612
+ <?php
613
+
614
+
615
+
616
+ foreach ($fields as $field_index => $field):
617
+ $fieldId = $field['id'];
618
+ $field_css_id = isset($field['css_id']) ? str_replace('TIMEINDEX', $index, $field['css_id']) : '';
619
+
620
+ //var_dump($field_css_id);
621
+
622
+ $title_field_class = ($title_field == $field_index) ? 'title-field':'';
623
+ ?>
624
+ <div class="item <?php echo $title_field_class; ?>">
625
+ <?php if($collapsible):?>
626
+ <div class="content">
627
+ <?php endif; ?>
628
+
629
+ <?php
630
+ $field['parent'] = $field_name.'['.$index.']';
631
+ $field['css_id'] = $field_css_id;
632
+
633
+ $field['value'] = isset($val[$fieldId]) ? $val[$fieldId] : '';
634
+
635
+ $settings_tabs_field->generate_field($field);
636
+
637
+
638
+ if($collapsible):?>
639
+ </div>
640
+ <?php endif; ?>
641
+ </div>
642
+ <?php
643
+
644
+ endforeach; ?>
645
+ </div>
646
+ <?php
647
+ $count++;
648
+ endforeach;
649
+ else:
650
+ ?>
651
+ <?php
652
+ endif;
653
+ ?>
654
+ </div>
655
+ <div class="error-mgs"></div>
656
+ </div>
657
+
658
+ <?php
659
+
660
+ $input_html = ob_get_clean();
661
+
662
+ echo sprintf($field_template, $title, $input_html, $details);
663
+
664
+
665
+
666
+ }
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+ public function field_select( $option ){
676
+
677
+ $id = isset( $option['id'] ) ? $option['id'] : "";
678
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
679
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
680
+ $args = isset( $option['args'] ) ? $option['args'] : array();
681
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
682
+ $multiple = isset( $option['multiple'] ) ? $option['multiple'] : false;
683
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
684
+
685
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
686
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
687
+
688
+
689
+ $title = isset( $option['title'] ) ? $option['title'] : "";
690
+ $details = isset( $option['details'] ) ? $option['details'] : "";
691
+
692
+ if($is_pro == true){
693
+ $details = '<span class="pro-feature">'.$pro_text.'</span> '.$details;
694
+ }
695
+
696
+
697
+ if($multiple){
698
+ $value = isset( $option['value'] ) ? $option['value'] : array();
699
+ $field_name = !empty($parent) ? $parent.'['.$id.'][]' : $id.'[]';
700
+ $default = isset( $option['default'] ) ? $option['default'] : array();
701
+ }else{
702
+ $value = isset( $option['value'] ) ? $option['value'] : '';
703
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
704
+ $default = isset( $option['default'] ) ? $option['default'] : '';
705
+ }
706
+
707
+
708
+ $value = !empty($value) ? $value : $default;
709
+
710
+
711
+
712
+
713
+ ob_start();
714
+ ?>
715
+
716
+ <select <?php if($multiple) echo 'multiple'; ?> name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>">
717
+ <?php
718
+ foreach( $args as $key => $name ):
719
+ if($multiple){
720
+ $selected = in_array($key, $value) ? "selected" : "";
721
+ }else{
722
+ $selected = $value == $key ? "selected" : "";
723
+ }
724
+
725
+
726
+ ?>
727
+ <option <?php echo $selected; ?> value="<?php echo $key; ?>"><?php echo $name; ?></option>
728
+ <?php
729
+ endforeach;
730
+ ?>
731
+ </select>
732
+ <?php
733
+ if($multiple):
734
+ ?>
735
+ <div class="button select-reset">Reset</div><br>
736
+ <?php
737
+ endif;
738
+ ?>
739
+
740
+ <?php
741
+
742
+ $input_html = ob_get_clean();
743
+
744
+ echo sprintf($field_template, $title, $input_html, $details);
745
+
746
+
747
+ }
748
+
749
+ public function field_select2( $option ){
750
+
751
+ $id = isset( $option['id'] ) ? $option['id'] : "";
752
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
753
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
754
+ $args = isset( $option['args'] ) ? $option['args'] : array();
755
+ $multiple = isset( $option['multiple'] ) ? $option['multiple'] : "";
756
+ $attributes = isset( $option['attributes'] ) ? $option['attributes'] : array();
757
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
758
+
759
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
760
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
761
+
762
+
763
+ var_dump($css_id);
764
+
765
+ if($multiple){
766
+ $value = isset( $option['value'] ) ? $option['value'] : array();
767
+ $field_name = !empty($parent) ? $parent.'['.$id.'][]' : $id.'[]';
768
+ $default = isset( $option['default'] ) ? $option['default'] : array();
769
+ }else{
770
+ $value = isset( $option['value'] ) ? $option['value'] : '';
771
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
772
+ $default = isset( $option['default'] ) ? $option['default'] : '';
773
+ }
774
+
775
+ $value = !empty($value) ? $value : $default;
776
+
777
+ //$value = get_post_meta( $post_id, $id, true );
778
+ $title = isset( $option['title'] ) ? $option['title'] : "";
779
+ $details = isset( $option['details'] ) ? $option['details'] : "";
780
+
781
+ $attributes_html = '';
782
+
783
+ foreach ($attributes as $attributeId=>$attribute):
784
+
785
+ $attributes_html = $attributeId.'='.$attribute.' ';
786
+
787
+ endforeach;
788
+
789
+
790
+ ob_start();
791
+ ?>
792
+ <select <?php echo $attributes_html; ?> class="select2" <?php if($multiple) echo 'multiple'; ?> name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>">
793
+ <?php
794
+ foreach( $args as $key => $name ):
795
+
796
+ if($multiple){
797
+ $selected = in_array($key, $value) ? "selected" : "";
798
+ }else{
799
+ $selected = ($key == $value) ? "selected" : "";
800
+ }
801
+
802
+ ?>
803
+ <option <?php echo $selected; ?> value="<?php echo $key; ?>"><?php echo $name; ?></option>
804
+ <?php
805
+ endforeach;
806
+ ?>
807
+ </select>
808
+ <?php
809
+
810
+ $input_html = ob_get_clean();
811
+
812
+ echo sprintf($field_template, $title, $input_html, $details);
813
+
814
+
815
+
816
+
817
+
818
+ }
819
+
820
+
821
+
822
+
823
+
824
+ public function field_text_multi( $option ){
825
+
826
+ $id = isset( $option['id'] ) ? $option['id'] : "";
827
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
828
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
829
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
830
+
831
+ $default = isset( $option['default'] ) ? $option['default'] : array();
832
+ $values = isset( $option['value'] ) ? $option['value'] : $default;
833
+
834
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
835
+
836
+ $remove_text = isset( $option['remove_text'] ) ? $option['remove_text'] : '<i class="fas fa-times"></i>';
837
+ $sortable = isset( $option['sortable'] ) ? $option['sortable'] : true;
838
+ $allow_clone = isset( $option['allow_clone'] ) ? $option['allow_clone'] : false;
839
+
840
+
841
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
842
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
843
+
844
+
845
+ $title = isset( $option['title'] ) ? $option['title'] : "";
846
+ $details = isset( $option['details'] ) ? $option['details'] : "";
847
+
848
+ if($is_pro == true){
849
+ $details = '<span class="pro-feature">'.$pro_text.'</span> '.$details;
850
+ }
851
+
852
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
853
+
854
+
855
+ ob_start();
856
+ ?>
857
+ <div id="input-wrapper-<?php echo $id; ?>" class="input-wrapper input-text-multi-wrapper
858
+ input-text-multi-wrapper-<?php echo $css_id; ?>">
859
+ <span data-placeholder="<?php echo esc_attr($placeholder); ?>" data-sort="<?php echo $sortable; ?>" data-clone="<?php echo $allow_clone; ?>" data-name="<?php echo $field_name; ?>[]" class="button add-item"><?php echo __('Add', $this->textdomain); ?></span>
860
+ <div class="field-list <?php if($sortable){ echo 'sortable'; }?>" id="<?php echo $css_id; ?>">
861
+ <?php
862
+ if(!empty($values)):
863
+ foreach ($values as $value):
864
+ ?>
865
+ <div class="item">
866
+ <input type="text" name="<?php echo esc_attr($field_name); ?>[]" placeholder="<?php
867
+ echo esc_attr($placeholder); ?>" value="<?php echo esc_attr($value); ?>" />
868
+
869
+ <?php if($allow_clone):?>
870
+ <span class="button clone"><i class="far fa-clone"></i></span>
871
+ <?php endif; ?>
872
+
873
+
874
+ <?php if($sortable):?>
875
+ <span class="button sort"><i class="fas fa-arrows-alt"></i></span>
876
+ <?php endif; ?>
877
+
878
+ <span class="button remove" onclick="jQuery(this).parent().remove()"><?php echo ($remove_text); ?></span>
879
+ </div>
880
+ <?php
881
+ endforeach;
882
+
883
+ else:
884
+
885
+ ?>
886
+ <div class="item">
887
+ <input type="text" name="<?php echo esc_attr($field_name); ?>[]" placeholder="<?php
888
+ echo esc_attr($placeholder); ?>" value="" />
889
+
890
+ <?php if($allow_clone):?>
891
+ <span class="button clone"><i class="far fa-clone"></i></span>
892
+ <?php endif; ?>
893
+
894
+
895
+ <?php if($sortable):?>
896
+ <span class="button sort"><i class="fas fa-arrows-alt"></i></span>
897
+ <?php endif; ?>
898
+
899
+ <span class="button remove" onclick="jQuery(this).parent().remove()"><?php echo ($remove_text); ?></span>
900
+ </div>
901
+ <?php
902
+
903
+ endif;
904
+ ?>
905
+ </div>
906
+ <div class="error-mgs"></div>
907
+
908
+
909
+ </div>
910
+
911
+ <?php
912
+
913
+ $input_html = ob_get_clean();
914
+
915
+ echo sprintf($field_template, $title, $input_html, $details);
916
+
917
+ }
918
+
919
+ public function field_hidden( $option ){
920
+
921
+ $id = isset( $option['id'] ) ? $option['id'] : "";
922
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
923
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
924
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
925
+ $value = isset( $option['value'] ) ? $option['value'] : '';
926
+ $default = isset( $option['default'] ) ? $option['default'] : '';
927
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
928
+
929
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
930
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
931
+
932
+ $value = !empty($value) ? $value : $default;
933
+
934
+ $title = isset( $option['title'] ) ? $option['title'] : "";
935
+ $details = isset( $option['details'] ) ? $option['details'] : "";
936
+
937
+ if($is_pro == true){
938
+ $details = '<span class="pro-feature">'.$pro_text.'</span> '.$details;
939
+ }
940
+
941
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
942
+
943
+
944
+ ob_start();
945
+ ?>
946
+ <input type="hidden" class="" name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" placeholder="<?php echo $placeholder; ?>" value="<?php echo esc_attr($value); ?>" />
947
+ <?php
948
+
949
+ $input_html = ob_get_clean();
950
+
951
+ echo sprintf($field_template, $title, $input_html, $details);
952
+
953
+ }
954
+
955
+
956
+ public function field_text( $option ){
957
+
958
+ $id = isset( $option['id'] ) ? $option['id'] : "";
959
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
960
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
961
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
962
+ $value = isset( $option['value'] ) ? $option['value'] : '';
963
+ $default = isset( $option['default'] ) ? $option['default'] : '';
964
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
965
+
966
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
967
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
968
+
969
+ $value = !empty($value) ? $value : $default;
970
+
971
+ $title = isset( $option['title'] ) ? $option['title'] : "";
972
+ $details = isset( $option['details'] ) ? $option['details'] : "";
973
+
974
+ if($is_pro == true){
975
+ $details = '<span class="pro-feature">'.$pro_text.'</span> '.$details;
976
+ }
977
+
978
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
979
+
980
+
981
+ ob_start();
982
+ ?>
983
+ <input type="text" class="" name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" placeholder="<?php echo $placeholder; ?>" value="<?php echo esc_attr($value); ?>" />
984
+ <?php
985
+
986
+ $input_html = ob_get_clean();
987
+
988
+ echo sprintf($field_template, $title, $input_html, $details);
989
+
990
+ }
991
+
992
+
993
+
994
+ public function field_wp_editor( $option ){
995
+
996
+ $id = isset( $option['id'] ) ? $option['id'] : "";
997
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
998
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
999
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
1000
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1001
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1002
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1003
+
1004
+
1005
+
1006
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1007
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1008
+
1009
+ $value = !empty($value) ? $value : $default;
1010
+
1011
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1012
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1013
+
1014
+ if($is_pro == true){
1015
+ $details = '<span class="pro-feature">'.$pro_text.'</span> '.$details;
1016
+ }
1017
+
1018
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1019
+
1020
+ $editor_settings= isset( $option['editor_settings'] ) ? $option['editor_settings'] : array('textarea_name'=>$field_name, 'teeny' => true, 'textarea_rows' => 15, );
1021
+
1022
+ ob_start();
1023
+
1024
+ ?>
1025
+ <div id="field-wrapper-<?php echo $id; ?>" class="<?php if(!empty($depends)) echo 'dependency-field'; ?> field-wrapper field-wp_editor-wrapper
1026
+ field-wp_editor-wrapper-<?php echo $id; ?>">
1027
+ <?php
1028
+ wp_editor( $value, $css_id, $editor_settings);
1029
+ ?>
1030
+ <div class="error-mgs"></div>
1031
+ </div>
1032
+
1033
+ <?php
1034
+
1035
+
1036
+
1037
+
1038
+ $input_html = ob_get_clean();
1039
+
1040
+ echo sprintf($field_template, $title, $input_html, $details);
1041
+
1042
+ }
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+ public function field_text_icon( $option ){
1050
+
1051
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1052
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1053
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1054
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
1055
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1056
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1057
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1058
+
1059
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1060
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1061
+
1062
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1063
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1064
+
1065
+ $option_value = empty($value) ? $default : $value;
1066
+
1067
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1068
+
1069
+
1070
+
1071
+
1072
+ ob_start();
1073
+ ?>
1074
+ <div class="text-icon">
1075
+ <span class="icon"><?php echo $option_value; ?></span><input type="text" class="" name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" placeholder="<?php echo esc_attr($placeholder); ?>" value="<?php echo esc_attr($option_value); ?>" />
1076
+ </div>
1077
+ <style type="text/css">
1078
+ .text-icon{}
1079
+ .text-icon .icon{
1080
+ /* width: 30px; */
1081
+ background: #ddd;
1082
+ /* height: 28px; */
1083
+ display: inline-block;
1084
+ vertical-align: top;
1085
+ text-align: center;
1086
+ font-size: 14px;
1087
+ padding: 5px 10px;
1088
+ line-height: normal;
1089
+ }
1090
+ </style>
1091
+ <script>
1092
+ jQuery(document).ready(function($){
1093
+ $(document).on("keyup", ".text-icon input", function () {
1094
+ val = $(this).val();
1095
+ if(val){
1096
+ $(this).parent().children(".icon").html(val);
1097
+ }
1098
+ })
1099
+ })
1100
+ </script>
1101
+ <?php
1102
+
1103
+ $input_html = ob_get_clean();
1104
+
1105
+ echo sprintf($field_template, $title, $input_html, $details);
1106
+
1107
+ }
1108
+
1109
+
1110
+
1111
+ public function field_range( $option ){
1112
+
1113
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1114
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1115
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1116
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1117
+
1118
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1119
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1120
+
1121
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1122
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1123
+ $value = !empty($value) ? $value : $default;
1124
+
1125
+ $args = isset( $option['args'] ) ? $option['args'] : "";
1126
+
1127
+ $min = isset($args['min']) ? $args['min'] : '';
1128
+ $max = isset($args['max']) ? $args['max'] : '';
1129
+ $step = isset($args['step']) ? $args['step'] : '';
1130
+
1131
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1132
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1133
+
1134
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1135
+
1136
+
1137
+ ob_start();
1138
+ ?>
1139
+ <div class="range-input">
1140
+ <span class="range-value"><?php echo $value; ?></span><input type="range" min="<?php if($min) echo $min; ?>" max="<?php if($max) echo $max; ?>" step="<?php if($step) echo $step; ?>" class="" name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" value="<?php echo $value; ?>" />
1141
+ </div>
1142
+
1143
+ <script>
1144
+ jQuery(document).ready(function($){
1145
+ $(document).on("change", "#<?php echo $css_id; ?>", function () {
1146
+ val = $(this).val();
1147
+ if(val){
1148
+ $(this).parent().children(".range-value").html(val);
1149
+ }
1150
+ })
1151
+ })
1152
+ </script>
1153
+
1154
+ <style type="text/css">
1155
+ .range-input{}
1156
+ .range-input .range-value{
1157
+ display: inline-block;
1158
+ vertical-align: top;
1159
+ margin: 0 0;
1160
+ padding: 4px 10px;
1161
+ background: #eee;
1162
+ }
1163
+ </style>
1164
+ <?php
1165
+
1166
+ $input_html = ob_get_clean();
1167
+ echo sprintf($field_template, $title, $input_html, $details);
1168
+ }
1169
+
1170
+
1171
+
1172
+ public function field_textarea( $option ){
1173
+
1174
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1175
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1176
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1177
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1178
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
1179
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1180
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1181
+ $value = !empty($value) ? $value : $default;
1182
+
1183
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1184
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1185
+
1186
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1187
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1188
+
1189
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1190
+
1191
+ if($is_pro == true){
1192
+ $details = '<span class="pro-feature">'.$pro_text.'</span> '.$details;
1193
+ }
1194
+
1195
+
1196
+ ob_start();
1197
+ ?>
1198
+ <textarea name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" cols="40" rows="5" placeholder="<?php echo $placeholder; ?>"><?php echo $value; ?></textarea>
1199
+ <?php
1200
+
1201
+ $input_html = ob_get_clean();
1202
+
1203
+ echo sprintf($field_template, $title, $input_html, $details);
1204
+
1205
+ }
1206
+
1207
+
1208
+
1209
+ public function field_textarea_editor( $option ){
1210
+
1211
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1212
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1213
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1214
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1215
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
1216
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1217
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1218
+ $value = !empty($value) ? $value : $default;
1219
+
1220
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1221
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1222
+
1223
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1224
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1225
+
1226
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1227
+
1228
+ if($is_pro == true){
1229
+ $details = '<span class="pro-feature">'.$pro_text.'</span> '.$details;
1230
+ }
1231
+
1232
+
1233
+ ob_start();
1234
+ ?>
1235
+ <textarea editor_enabled="no" class="textarea-editor" name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" cols="40" rows="5" placeholder="<?php echo $placeholder; ?>"><?php echo $value; ?></textarea>
1236
+ <?php
1237
+
1238
+ $input_html = ob_get_clean();
1239
+
1240
+ echo sprintf($field_template, $title, $input_html, $details);
1241
+
1242
+ }
1243
+
1244
+
1245
+
1246
+ public function field_scripts_js( $option ){
1247
+
1248
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1249
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1250
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1251
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1252
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
1253
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1254
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1255
+ $value = !empty($value) ? $value : $default;
1256
+
1257
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1258
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1259
+
1260
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1261
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1262
+
1263
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1264
+
1265
+ $settings = wp_enqueue_code_editor( array( 'type' => 'text/javascript' ) );
1266
+ $code_editor = wp_json_encode( $settings );
1267
+
1268
+
1269
+ ob_start();
1270
+ ?>
1271
+ <textarea name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" cols="40" rows="5" placeholder="<?php echo $placeholder; ?>"><?php echo $value; ?></textarea>
1272
+
1273
+ <script>
1274
+ jQuery(document).ready(function($){
1275
+ wp.codeEditor.initialize($('#<?php echo $css_id; ?>'), <?php echo $code_editor; ?>);
1276
+ })
1277
+ </script>
1278
+ <?php
1279
+
1280
+ $input_html = ob_get_clean();
1281
+
1282
+ echo sprintf($field_template, $title, $input_html, $details);
1283
+
1284
+
1285
+
1286
+
1287
+ }
1288
+
1289
+
1290
+ public function field_scripts_css( $option ){
1291
+
1292
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1293
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1294
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1295
+
1296
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1297
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
1298
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1299
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1300
+ $value = !empty($value) ? $value : $default;
1301
+
1302
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1303
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1304
+
1305
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1306
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1307
+
1308
+ $settings = wp_enqueue_code_editor( array( 'type' => 'text/css' ) );
1309
+ $code_editor = wp_json_encode( $settings );
1310
+
1311
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1312
+ ?>
1313
+
1314
+ <?php
1315
+
1316
+ ob_start();
1317
+ ?>
1318
+ <textarea name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" cols="40" rows="5" placeholder="<?php echo $placeholder; ?>"><?php echo $value; ?></textarea>
1319
+ <script>
1320
+
1321
+
1322
+ jQuery(document).ready(function($){
1323
+
1324
+ wp.codeEditor.initialize($('#<?php echo $css_id; ?>'), <?php echo $code_editor; ?>);
1325
+
1326
+
1327
+ })
1328
+
1329
+
1330
+
1331
+
1332
+ </script>
1333
+ <?php
1334
+
1335
+ $input_html = ob_get_clean();
1336
+
1337
+ echo sprintf($field_template, $title, $input_html, $details);
1338
+
1339
+ }
1340
+
1341
+
1342
+
1343
+
1344
+
1345
+ public function field_checkbox( $option ){
1346
+
1347
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1348
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1349
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1350
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1351
+ $for = isset( $option['for'] ) ? $option['for'] : "";
1352
+ $args = isset( $option['args'] ) ? $option['args'] : array();
1353
+
1354
+ $style = isset( $option['style'] ) ? $option['style'] : array();
1355
+ $style_inline = isset( $style['inline'] ) ? $style['inline'] : true;
1356
+
1357
+
1358
+ $option_value = isset( $option['value'] ) ? $option['value'] : '';
1359
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1360
+ $option_value = !empty($option_value) ? $option_value : $default;
1361
+
1362
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1363
+
1364
+
1365
+
1366
+ ?>
1367
+ <div class="setting-field">
1368
+ <div class="field-lable"><?php if(!empty($title)) echo $title; ?></div>
1369
+ <div class="field-input">
1370
+ <?php
1371
+
1372
+
1373
+
1374
+ if(!empty($args))
1375
+ foreach( $args as $key => $value ):
1376
+
1377
+
1378
+ //$checked = ( $key == $option_value ) ? "checked" : "";
1379
+ $checked = in_array($key, $option_value) ? "checked" : "";
1380
+
1381
+ $for = !empty($for) ? $for.'-'.$id."-".$key : $id."-".$key;
1382
+
1383
+
1384
+ ?>
1385
+ <label for='<?php echo $for;?>'><input name='<?php echo $field_name; ?>[]' type='checkbox' id='<?php echo $for; ?>' value='<?php echo $key;?>' <?php echo $checked;?>><span><?php echo $value;?></span></label>
1386
+
1387
+ <?php
1388
+
1389
+ if(!$style_inline){
1390
+ ?>
1391
+ <br>
1392
+ <?php
1393
+ }
1394
+
1395
+ endforeach;
1396
+
1397
+ ?>
1398
+ <p class="description"><?php if(!empty($details)) echo $details; ?></p>
1399
+ </div>
1400
+ </div>
1401
+ <?php
1402
+
1403
+
1404
+ }
1405
+
1406
+
1407
+
1408
+ public function field_radio( $option ){
1409
+
1410
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1411
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1412
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1413
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1414
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1415
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1416
+ $for = isset( $option['for'] ) ? $option['for'] : "";
1417
+ $args = isset( $option['args'] ) ? $option['args'] : array();
1418
+
1419
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1420
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1421
+
1422
+ $option_value = isset( $option['value'] ) ? $option['value'] : '';
1423
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1424
+ $option_value = !empty($option_value) ? $option_value : $default;
1425
+
1426
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1427
+
1428
+
1429
+ ob_start();
1430
+
1431
+ if(!empty($args))
1432
+ foreach( $args as $key => $value ):
1433
+ $checked = ( $key == $option_value ) ? "checked" : "";
1434
+ $for = !empty($for) ? $for.'-'.$css_id."-".$key : $css_id."-".$key;
1435
+ ?>
1436
+ <label for="<?php echo $for;?>"><input name="<?php echo $field_name; ?>" type="radio" id="<?php echo $for; ?>" value="<?php echo $key;?>" <?php echo $checked;?>><span><?php echo $value;?></span></label>
1437
+
1438
+ <?php
1439
+ endforeach;
1440
+
1441
+ $input_html = ob_get_clean();
1442
+
1443
+ echo sprintf($field_template, $title, $input_html, $details);
1444
+
1445
+
1446
+ }
1447
+
1448
+
1449
+
1450
+ public function field_radio_image( $option ){
1451
+
1452
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1453
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1454
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1455
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1456
+ $args = isset( $option['args'] ) ? $option['args'] : array();
1457
+ //$args = is_array( $args ) ? $args : $this->generate_args_from_string( $args );
1458
+ $option_value = isset( $option['value'] ) ? $option['value'] : '';
1459
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1460
+
1461
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1462
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1463
+
1464
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1465
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1466
+ $width = isset( $option['width'] ) ? $option['width'] : "250px";
1467
+
1468
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1469
+
1470
+ //var_dump($option_value);
1471
+
1472
+ $option_value = empty($option_value) ? $default : $option_value;
1473
+
1474
+
1475
+
1476
+ ob_start();
1477
+ ?>
1478
+ <div class="radio-img">
1479
+ <?php
1480
+ foreach( $args as $key => $value ):
1481
+
1482
+ $name = $value['name'];
1483
+ $thumb = $value['thumb'];
1484
+ $disabled = isset($value['disabled']) ? $value['disabled'] : '';
1485
+ $pro_msg = isset($value['pro_msg']) ? $value['pro_msg'] : '';
1486
+ $link = isset($value['link']) ? $value['link'] : '';
1487
+ $link_text = isset($value['link_text']) ? $value['link_text'] : 'Go';
1488
+
1489
+ $checked = ($key == $option_value) ? "checked" : "";
1490
+
1491
+ //var_dump($checked);
1492
+
1493
+ ?>
1494
+ <label title="<?php echo $name; ?>" class="<?php if($checked =='checked') echo 'active';?> <?php if($disabled == true) echo 'disabled';?>">
1495
+ <input <?php if($disabled) echo 'disabled'; ?> name="<?php echo $field_name; ?>" type="radio" id="<?php echo $css_id; ?>-<?php echo $key; ?>" value="<?php echo $key; ?>" <?php echo $checked; ?>>
1496
+
1497
+ <?php
1498
+ if(!empty($thumb)):
1499
+ ?>
1500
+ <img style="width: <?php echo $width; ?>;" alt="<?php echo $name; ?>" src="<?php echo $thumb; ?>">
1501
+ <div style="padding: 5px;" class="name"><?php echo $name; ?></div>
1502
+
1503
+ <?php
1504
+ else:
1505
+ echo $name;
1506
+ endif;
1507
+ ?>
1508
+
1509
+ <?php if($disabled == true):?>
1510
+ <span class="pro-msg"><?php echo $pro_msg; ?></span>
1511
+ <?php endif; ?>
1512
+ <?php if(!empty($link)):?>
1513
+ <a target="_blank" class="link" href="<?php echo $link; ?>"><?php echo $link_text; ?></a>
1514
+ <?php endif; ?>
1515
+
1516
+ </label>
1517
+ <?php
1518
+
1519
+ endforeach;
1520
+ ?>
1521
+ </div>
1522
+ <script>
1523
+ jQuery(document).ready(function($){
1524
+ $(document).on("click", ".radio-img label", function () {
1525
+ if($(this).hasClass('disabled')){
1526
+ return;
1527
+ }
1528
+
1529
+ $(this).parent().children("label").removeClass("active");
1530
+ $(this).addClass("active");
1531
+
1532
+ })
1533
+ })
1534
+ </script>
1535
+
1536
+ <style type="text/css">
1537
+ .radio-img{}
1538
+ .radio-img label{
1539
+ display: inline-block;
1540
+ vertical-align: top;
1541
+ margin: 5px;
1542
+ padding: 2px;
1543
+ background: #eee;
1544
+ position: relative;
1545
+ }
1546
+
1547
+ .radio-img label.active{
1548
+ background: #fd730d;
1549
+ }
1550
+
1551
+ .radio-img label.disabled{
1552
+ background: #e2e2e2;
1553
+
1554
+ }
1555
+ .radio-img label.disabled img{
1556
+ background: #e2e2e2;
1557
+ opacity: .3;
1558
+ }
1559
+
1560
+ .radio-img label.disabled .pro-msg{
1561
+ background: #ffd87f;
1562
+ position: absolute;
1563
+ top: 50%;
1564
+ left: 50%;
1565
+ transform: translate(-50%,-50%);
1566
+ padding: 0 10px;
1567
+
1568
+ }
1569
+
1570
+ .radio-img label .link{
1571
+ background: hsl(200, 7%, 42%);
1572
+ position: absolute;
1573
+ top: 2px;
1574
+ /* transform: translate(0%,-50%); */
1575
+ padding: 3px 14px;
1576
+ text-decoration: none;
1577
+ font-size: 14px;
1578
+ color: #fff;
1579
+ right: 2px;
1580
+
1581
+ }
1582
+
1583
+
1584
+ .radio-img input[type=radio]{
1585
+ display: none;
1586
+ }
1587
+ .radio-img img{
1588
+
1589
+ vertical-align: top;
1590
+ }
1591
+
1592
+ </style>
1593
+ <?php
1594
+
1595
+ $input_html = ob_get_clean();
1596
+
1597
+ echo sprintf($field_template, $title, $input_html, $details);
1598
+
1599
+
1600
+ }
1601
+
1602
+ public function field_datepicker( $option ){
1603
+
1604
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1605
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1606
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1607
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1608
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
1609
+ $format = isset( $option['format'] ) ? $option['format'] : "";
1610
+
1611
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1612
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1613
+
1614
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1615
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1616
+ $value = !empty($value) ? $value : $default;
1617
+
1618
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1619
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1620
+
1621
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1622
+
1623
+
1624
+ wp_enqueue_script('jquery-ui-datepicker');
1625
+ wp_enqueue_style( 'jquery-ui');
1626
+
1627
+ ob_start();
1628
+ ?>
1629
+ <input type="text" autocomplete="off" name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" placeholder="<?php echo $placeholder; ?>" value="<?php echo $value; ?>" />
1630
+ <script>jQuery(document).ready(function($) { $("#<?php echo $css_id; ?>").datepicker({ dateFormat: "<?php echo $format; ?>" });});</script>
1631
+ <?php
1632
+
1633
+ $input_html = ob_get_clean();
1634
+
1635
+ echo sprintf($field_template, $title, $input_html, $details);
1636
+ }
1637
+
1638
+
1639
+
1640
+ public function field_colorpicker( $option ){
1641
+
1642
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1643
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1644
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1645
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1646
+ $placeholder = isset( $option['placeholder'] ) ? $option['placeholder'] : "";
1647
+
1648
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1649
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1650
+
1651
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1652
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1653
+ $value = !empty($value) ? $value : $default;
1654
+
1655
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1656
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1657
+
1658
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1659
+
1660
+ ob_start();
1661
+ ?>
1662
+ <input colorPicker="" name="<?php echo $field_name; ?>" id="<?php echo $css_id; ?>" placeholder="<?php echo esc_attr($placeholder); ?>" value="<?php echo esc_attr($value); ?>" />
1663
+ <?php
1664
+
1665
+ $input_html = ob_get_clean();
1666
+
1667
+ echo sprintf($field_template, $title, $input_html, $details);
1668
+ }
1669
+
1670
+
1671
+ public function field_colorpicker_multi( $option ){
1672
+
1673
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1674
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1675
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1676
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1677
+ $args = isset( $option['args'] ) ? $option['args'] : "";
1678
+
1679
+
1680
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1681
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1682
+
1683
+ $value = isset( $option['value'] ) ? $option['value'] : '';
1684
+ $default = isset( $option['default'] ) ? $option['default'] : '';
1685
+ $value = !empty($value) ? $value : $default;
1686
+
1687
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1688
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1689
+
1690
+ $field_name = !empty($parent) ? $parent.'['.$id.']' : $id;
1691
+
1692
+
1693
+
1694
+ //echo '<pre>'.var_export($args, true).'</pre>';
1695
+
1696
+ ob_start();
1697
+
1698
+ if(!empty($args)):
1699
+
1700
+ foreach ($args as $arg_key => $arg):
1701
+
1702
+ $item_value = isset($value[$arg_key]) ? $value[$arg_key] : $arg;
1703
+
1704
+
1705
+ ?>
1706
+ <div class="">
1707
+ <span><?php echo $arg_key; ?></span>
1708
+ <input name="<?php echo $field_name; ?>[<?php echo $arg_key; ?>]" id="<?php echo $arg_key.'-'.$css_id; ?>" value="<?php echo $item_value; ?>" />
1709
+ <script>jQuery(document).ready(function($) { $("#<?php echo $arg_key.'-'.$css_id; ?>").wpColorPicker();});</script>
1710
+ </div>
1711
+
1712
+ <?php
1713
+ endforeach;
1714
+
1715
+ endif;
1716
+
1717
+
1718
+ $input_html = ob_get_clean();
1719
+
1720
+ echo sprintf($field_template, $title, $input_html, $details);
1721
+ }
1722
+
1723
+
1724
+
1725
+ public function field_custom_html( $option ){
1726
+
1727
+ $id = isset( $option['id'] ) ? $option['id'] : "";
1728
+ $css_id = isset( $option['css_id'] ) ? $option['css_id'] : $id;
1729
+ $parent = isset( $option['parent'] ) ? $option['parent'] : "";
1730
+ $field_template = isset( $option['field_template'] ) ? $option['field_template'] : $this->field_template($option);
1731
+ $html = isset( $option['html'] ) ? $option['html'] : "";
1732
+
1733
+ $is_pro = isset( $option['is_pro'] ) ? $option['is_pro'] : false;
1734
+ $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
1735
+
1736
+ $title = isset( $option['title'] ) ? $option['title'] : "";
1737
+ $details = isset( $option['details'] ) ? $option['details'] : "";
1738
+
1739
+
1740
+ echo sprintf($field_template, $title, $html, $details);
1741
+
1742
+
1743
+
1744
+
1745
+
1746
+
1747
+
1748
+ }
1749
+
1750
+
1751
+
1752
+ }}
includes/class-settings-tabs.php CHANGED
@@ -42,13 +42,101 @@ class settings_tabs_field{
42
  function field_template($option){
43
 
44
  $id = isset( $option['id'] ) ? $option['id'] : "";
 
 
 
45
  $is_error = isset( $option['is_error'] ) ? $option['is_error'] : false;
46
  $error_details = isset( $option['error_details'] ) ? $option['error_details'] : '';
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  ob_start();
49
 
50
  ?>
51
- <div class="setting-field <?php if($is_error) echo 'field-error'; ?>">
52
  <div class="field-lable">%s</div>
53
  <div class="field-input">%s
54
  <p class="description">%s</p>
@@ -479,7 +567,7 @@ class settings_tabs_field{
479
  </div>
480
  <input type="text" placeholder="<?php echo $placeholder; ?>" name="<?php echo $field_name; ?>" id="media_input_<?php echo $css_id; ?>" value="<?php echo $value; ?>" />
481
  <div class="media-upload button" id="media_upload_<?php echo $css_id; ?>"><?php echo __('Upload', $this->textdomain);?></div>
482
- <div class="clear button" id="media_clear_<?php echo $css_id; ?>"><?php echo __('Clear','accordions');?></div>
483
  <div class="error-mgs"></div>
484
  </div>
485
 
@@ -521,71 +609,66 @@ class settings_tabs_field{
521
 
522
  $settings_tabs_field = new settings_tabs_field();
523
 
 
524
  ob_start();
525
  ?>
526
- <script>
527
- jQuery(document).ready(function($) {
528
- jQuery(document).on("click", ".field-repeatable-wrapper-<?php echo $css_id; ?> .add-repeat-field", function() {
529
-
530
-
531
- now = jQuery.now();
532
- fields_arr = <?php echo json_encode($fields); ?>;
533
- html = '<div class="item-wrap collapsible"><div class="header"><span class="remove" ' +
534
- 'onclick="jQuery(this).parent().parent().remove()"><?php echo $remove_text; ?></span> ';
535
- <?php if($sortable):?>
536
- html += '<span class="sort" ><i class="fas fa-arrows-alt"></i></span>';
537
- <?php endif; ?>
538
- html += ' <span class="title-text">#'+now+'</span></div>';
539
 
540
- <?php
541
 
542
- $fieldHtml = '';
 
543
 
544
- if(!empty($fields)):
545
- foreach ($fields as $field):
546
 
547
- $fieldType = isset($field['type']) ? $field['type'] : '';
548
- $field['parent'] = $field_name.'[TIMEINDEX]';
549
 
550
- ob_start();
551
- ?>
552
- <div class="item">
553
- <?php if($collapsible):?>
554
- <div class="content">
555
- <?php endif; ?>
556
 
557
- <?php
558
- $settings_tabs_field->generate_field($field);
559
- ?>
560
- <?php if($collapsible):?>
561
- </div>
562
- <?php endif; ?>
563
 
564
- </div>
565
- <?php
566
- $fieldHtml .= ob_get_clean();
567
- endforeach;
568
- endif;
569
 
 
 
 
 
 
570
 
571
- $string = str_replace("\n", "", $fieldHtml);
572
- $fieldHtml = str_replace("\r", "", $string);
573
 
 
 
574
 
575
- ?>
576
 
577
- fieldHtml = '<?php echo $fieldHtml; ?>';
578
- html+= fieldHtml.replace(/TIMEINDEX/g, now);
579
- html+='</div>';
580
 
581
- jQuery('.<?php echo 'field-repeatable-wrapper-'.$css_id; ?> .repeatable-field-list').append(html);
582
 
583
- })
584
- });
585
- </script>
586
  <div id="input-wrapper-<?php echo $css_id; ?>" class=" input-wrapper field-repeatable-wrapper
587
  field-repeatable-wrapper-<?php echo $css_id; ?>">
588
- <div class="add-repeat-field"><i class="far fa-plus-square"></i> <?php _e('Add','accordions'); ?></div>
589
  <div class="repeatable-field-list sortable" id="<?php echo $css_id; ?>">
590
  <?php
591
  if(!empty($values)):
@@ -760,7 +843,7 @@ class settings_tabs_field{
760
  $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
761
 
762
 
763
- var_dump($css_id);
764
 
765
  if($multiple){
766
  $value = isset( $option['value'] ) ? $option['value'] : array();
@@ -1491,14 +1574,15 @@ class settings_tabs_field{
1491
  //var_dump($checked);
1492
 
1493
  ?>
1494
- <label title="<?php echo $name; ?>" class="<?php if($checked =='checked') echo 'active';?> <?php if($disabled == true) echo 'disabled';?>">
1495
  <input <?php if($disabled) echo 'disabled'; ?> name="<?php echo $field_name; ?>" type="radio" id="<?php echo $css_id; ?>-<?php echo $key; ?>" value="<?php echo $key; ?>" <?php echo $checked; ?>>
1496
 
1497
  <?php
1498
  if(!empty($thumb)):
 
1499
  ?>
1500
- <img style="width: <?php echo $width; ?>;" alt="<?php echo $name; ?>" src="<?php echo $thumb; ?>">
1501
- <div style="padding: 5px;" class="name"><?php echo $name; ?></div>
1502
 
1503
  <?php
1504
  else:
@@ -1587,6 +1671,7 @@ class settings_tabs_field{
1587
  .radio-img img{
1588
 
1589
  vertical-align: top;
 
1590
  }
1591
 
1592
  </style>
42
  function field_template($option){
43
 
44
  $id = isset( $option['id'] ) ? $option['id'] : "";
45
+ $wraper_class = isset( $option['wraper_class'] ) ? $option['wraper_class'] : "";
46
+ $conditions = isset( $option['conditions'] ) ? $option['conditions'] : array();
47
+
48
  $is_error = isset( $option['is_error'] ) ? $option['is_error'] : false;
49
  $error_details = isset( $option['error_details'] ) ? $option['error_details'] : '';
50
 
51
+
52
+
53
+ if(!empty($conditions)):
54
+
55
+ $depends = '';
56
+
57
+ $field = isset($conditions['field']) ? $conditions['field'] :'';
58
+ $cond_value = isset($conditions['value']) ? $conditions['value']: '';
59
+ $type = isset($conditions['type']) ? $conditions['type'] : '';
60
+ $pattern = isset($conditions['pattern']) ? $conditions['pattern'] : '';
61
+ $modifier = isset($conditions['modifier']) ? $conditions['modifier'] : '';
62
+ $like = isset($conditions['like']) ? $conditions['like'] : '';
63
+ $strict = isset($conditions['strict']) ? $conditions['strict'] : '';
64
+ $empty = isset($conditions['empty']) ? $conditions['empty'] : '';
65
+ $sign = isset($conditions['sign']) ? $conditions['sign'] : '';
66
+ $min = isset($conditions['min']) ? $conditions['min'] : '';
67
+ $max = isset($conditions['max']) ? $conditions['max'] : '';
68
+
69
+ $depends .= "{'[name=$field]':";
70
+ $depends .= '{';
71
+
72
+ if(!empty($type)):
73
+ $depends .= "'type':";
74
+ $depends .= "'".$type."'";
75
+ endif;
76
+
77
+ if(!empty($modifier)):
78
+ $depends .= ",'modifier':";
79
+ $depends .= "'".$modifier."'";
80
+ endif;
81
+
82
+ if(!empty($like)):
83
+ $depends .= ",'like':";
84
+ $depends .= "'".$like."'";
85
+ endif;
86
+
87
+ if(!empty($strict)):
88
+ $depends .= ",'strict':";
89
+ $depends .= "'".$strict."'";
90
+ endif;
91
+
92
+ if(!empty($empty)):
93
+ $depends .= ",'empty':";
94
+ $depends .= "'".$empty."'";
95
+ endif;
96
+
97
+ if(!empty($sign)):
98
+ $depends .= ",'sign':";
99
+ $depends .= "'".$sign."'";
100
+ endif;
101
+
102
+ if(!empty($min)):
103
+ $depends .= ",'min':";
104
+ $depends .= "'".$min."'";
105
+ endif;
106
+
107
+ if(!empty($max)):
108
+ $depends .= ",'max':";
109
+ $depends .= "'".$max."'";
110
+ endif;
111
+ if(!empty($cond_value)):
112
+ $depends .= ",'value':";
113
+ if(is_array($cond_value)):
114
+ $count= count($cond_value);
115
+ $i = 1;
116
+ $depends .= "[";
117
+ foreach ($cond_value as $val):
118
+ $depends .= "'".$val."'";
119
+ if($i<$count)
120
+ $depends .= ",";
121
+ $i++;
122
+ endforeach;
123
+ $depends .= "]";
124
+ else:
125
+ $depends .= "[";
126
+ $depends .= "'".$cond_value."'";
127
+ $depends .= "]";
128
+ endif;
129
+ endif;
130
+ $depends .= '}}';
131
+
132
+ endif;
133
+
134
+
135
+
136
  ob_start();
137
 
138
  ?>
139
+ <div <?php if(!empty($depends)) {?> data-depends="[<?php echo $depends; ?>]" <?php } ?> class="setting-field <?php if($is_error) echo 'field-error'; ?> <?php echo $wraper_class; ?> <?php if(!empty($depends)) echo 'dependency-field'; ?>">
140
  <div class="field-lable">%s</div>
141
  <div class="field-input">%s
142
  <p class="description">%s</p>
567
  </div>
568
  <input type="text" placeholder="<?php echo $placeholder; ?>" name="<?php echo $field_name; ?>" id="media_input_<?php echo $css_id; ?>" value="<?php echo $value; ?>" />
569
  <div class="media-upload button" id="media_upload_<?php echo $css_id; ?>"><?php echo __('Upload', $this->textdomain);?></div>
570
+ <div class="clear button" id="media_clear_<?php echo $css_id; ?>"><?php echo __('Clear','woocommerce-products-slider');?></div>
571
  <div class="error-mgs"></div>
572
  </div>
573
 
609
 
610
  $settings_tabs_field = new settings_tabs_field();
611
 
612
+
613
  ob_start();
614
  ?>
615
+ <div class="item-wrap collapsible">
616
+ <div class="header">
617
+ <span class="remove" onclick="jQuery(this).parent().parent().remove()"><?php echo $remove_text; ?></span>
618
+ <?php
619
+ if($sortable):
620
+ ?>
621
+ <span class="sort" ><i class="fas fa-arrows-alt"></i></span>
622
+ <?php
623
+ endif;
624
+ ?>
625
+ <span class="title-text">#TIMEINDEX</span>
626
+ </div>
627
+ <?php
628
 
 
629
 
630
+ if(!empty($fields)):
631
+ foreach ($fields as $field):
632
 
633
+ $fieldType = isset($field['type']) ? $field['type'] : '';
634
+ $field['parent'] = $field_name.'[TIMEINDEX]';
635
 
 
 
636
 
637
+ ?>
638
+ <div class="item">
639
+ <?php if($collapsible):?>
640
+ <div class="content">
641
+ <?php endif; ?>
 
642
 
643
+ <?php
644
+ $settings_tabs_field->generate_field($field);
645
+ ?>
646
+ <?php if($collapsible):?>
647
+ </div>
648
+ <?php endif; ?>
649
 
650
+ </div>
651
+ <?php
 
 
 
652
 
653
+ endforeach;
654
+ endif;
655
+ ?>
656
+ </div>
657
+ <?php
658
 
659
+ $fieldHtml = ob_get_clean();
 
660
 
661
+ $fieldHtml = preg_replace("/[\r\n]+/", "\n", $fieldHtml);
662
+ $fieldHtml = preg_replace("/\s+/", ' ', $fieldHtml);
663
 
 
664
 
665
+ ob_start();
666
+ ?>
 
667
 
 
668
 
 
 
 
669
  <div id="input-wrapper-<?php echo $css_id; ?>" class=" input-wrapper field-repeatable-wrapper
670
  field-repeatable-wrapper-<?php echo $css_id; ?>">
671
+ <div add_html="<?php echo esc_attr($fieldHtml); ?>" class="add-repeat-field"><i class="far fa-plus-square"></i> <?php _e('Add','woocommerce-products-slider'); ?></div>
672
  <div class="repeatable-field-list sortable" id="<?php echo $css_id; ?>">
673
  <?php
674
  if(!empty($values)):
843
  $pro_text = isset( $option['pro_text'] ) ? $option['pro_text'] : '';
844
 
845
 
846
+ //var_dump($css_id);
847
 
848
  if($multiple){
849
  $value = isset( $option['value'] ) ? $option['value'] : array();
1574
  //var_dump($checked);
1575
 
1576
  ?>
1577
+ <label style="width: <?php echo $width; ?>;" title="<?php echo $name; ?>" class="<?php if($checked =='checked') echo 'active';?> <?php if($disabled == true) echo 'disabled';?>">
1578
  <input <?php if($disabled) echo 'disabled'; ?> name="<?php echo $field_name; ?>" type="radio" id="<?php echo $css_id; ?>-<?php echo $key; ?>" value="<?php echo $key; ?>" <?php echo $checked; ?>>
1579
 
1580
  <?php
1581
  if(!empty($thumb)):
1582
+
1583
  ?>
1584
+ <img alt="<?php echo $name; ?>" src="<?php echo $thumb; ?>">
1585
+ <div style="padding: 5px;" class="name"><?php echo $name; ?></div>
1586
 
1587
  <?php
1588
  else:
1671
  .radio-img img{
1672
 
1673
  vertical-align: top;
1674
+ width: 100%;
1675
  }
1676
 
1677
  </style>
includes/functions-settings-hook.php CHANGED
@@ -159,7 +159,7 @@ if(!function_exists('wcps_settings_content_help_support')) {
159
  $actionurl = admin_url().'edit.php?post_type=wcps&page=settings&tab=help_support';
160
  $actionurl = wp_nonce_url( $actionurl, 'wcps_reset_migration' );
161
 
162
- $nonce = isset($_REQUEST['_wpnonce']) ? $_REQUEST['_wpnonce'] : '';
163
 
164
  if ( wp_verify_nonce( $nonce, 'wcps_reset_migration' ) ){
165
 
159
  $actionurl = admin_url().'edit.php?post_type=wcps&page=settings&tab=help_support';
160
  $actionurl = wp_nonce_url( $actionurl, 'wcps_reset_migration' );
161
 
162
+ $nonce = isset($_REQUEST['_wpnonce']) ? sanitize_text_field($_REQUEST['_wpnonce']) : '';
163
 
164
  if ( wp_verify_nonce( $nonce, 'wcps_reset_migration' ) ){
165
 
includes/menu/settings.php CHANGED
@@ -2,7 +2,7 @@
2
  if ( ! defined('ABSPATH')) exit; // if direct access
3
 
4
 
5
- $current_tab = isset($_REQUEST['tab']) ? $_REQUEST['tab'] : 'general';
6
 
7
  $wcps_settings_tab = array();
8
 
2
  if ( ! defined('ABSPATH')) exit; // if direct access
3
 
4
 
5
+ $current_tab = isset($_REQUEST['tab']) ? sanitize_text_field($_REQUEST['tab']) : 'general';
6
 
7
  $wcps_settings_tab = array();
8
 
languages/woocommerce-products-slider-bn_BD.mo CHANGED
Binary file
languages/woocommerce-products-slider-bn_BD.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Woocommerce Products Slider\n"
4
- "POT-Creation-Date: 2020-03-27 21:01+0600\n"
5
- "PO-Revision-Date: 2020-03-27 21:01+0600\n"
6
  "Last-Translator: Nur Hasan <public.nurhasan@gmail.com>\n"
7
  "Language-Team: PickPlugins <support@pickplugins.com>\n"
8
  "Language: bn_BD\n"
@@ -17,6 +17,1054 @@ msgstr ""
17
  "X-Poedit-SearchPath-1: includes\n"
18
  "X-Poedit-SearchPath-2: templates\n"
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: includes/class-admin-notices.php:34
21
  #, php-format
22
  msgid ""
@@ -125,42 +1173,31 @@ msgid "Set ribbon position."
125
  msgstr ""
126
 
127
  #: includes/class-metabox-wcps-hook.php:243
128
- #: includes/class-metabox-wcps-hook.php:1231
129
- #: includes/functions-layout-hook.php:1158
130
- #: includes/functions-layout-hook.php:1300
131
  msgid "Top-right"
132
  msgstr ""
133
 
134
  #: includes/class-metabox-wcps-hook.php:244
135
- #: includes/class-metabox-wcps-hook.php:1231
136
- #: includes/functions-layout-hook.php:1159
137
- #: includes/functions-layout-hook.php:1301
138
  msgid "Top-left"
139
  msgstr ""
140
 
141
  #: includes/class-metabox-wcps-hook.php:245
142
- #: includes/functions-layout-hook.php:1160
143
- #: includes/functions-layout-hook.php:1302
144
  msgid "Bottom-right"
145
  msgstr ""
146
 
147
  #: includes/class-metabox-wcps-hook.php:246
148
- #: includes/functions-layout-hook.php:1161
149
- #: includes/functions-layout-hook.php:1303
150
  msgid "Bottom-left"
151
  msgstr ""
152
 
153
- #: includes/class-metabox-wcps-hook.php:247
154
- #: includes/class-metabox-wcps-hook.php:809
155
- #: includes/functions-layout-hook.php:124
156
- #: includes/functions-layout-hook.php:326
157
- #: includes/functions-layout-hook.php:558
158
- #: includes/functions-layout-hook.php:1162
159
- #: includes/functions-layout-hook.php:1304
160
- #: includes/functions-settings-hook.php:33
161
- msgid "None"
162
- msgstr ""
163
-
164
  #: includes/class-metabox-wcps-hook.php:260
165
  msgid "Item style"
166
  msgstr ""
@@ -185,29 +1222,10 @@ msgstr ""
185
  msgid "Item custom margin"
186
  msgstr ""
187
 
188
- #: includes/class-metabox-wcps-hook.php:287
189
- #: includes/class-metabox-wcps-hook.php:334
190
- #: includes/functions-layout-hook.php:1174
191
- #: includes/functions-layout-hook.php:1316
192
- #: includes/functions-layout-hook.php:1425
193
- #: includes/functions-layout-hook.php:1524
194
- msgid "Background color"
195
- msgstr ""
196
-
197
  #: includes/class-metabox-wcps-hook.php:288
198
  msgid "Item background color"
199
  msgstr ""
200
 
201
- #: includes/class-metabox-wcps-hook.php:297
202
- #: includes/functions-layout-hook.php:104
203
- #: includes/functions-layout-hook.php:501
204
- #: includes/functions-layout-hook.php:871
205
- #: includes/functions-layout-hook.php:997
206
- #: includes/functions-layout-hook.php:1678
207
- #: includes/functions-layout-hook.php:1818
208
- msgid "Text align"
209
- msgstr ""
210
-
211
  #: includes/class-metabox-wcps-hook.php:298
212
  msgid "Item text align"
213
  msgstr ""
@@ -232,963 +1250,933 @@ msgstr ""
232
  msgid "Container background color"
233
  msgstr ""
234
 
235
- #: includes/class-metabox-wcps-hook.php:344
236
- #: includes/functions-layout-hook.php:1215
237
- #: includes/functions-layout-hook.php:1358
238
- msgid "Padding"
239
- msgstr ""
240
-
241
  #: includes/class-metabox-wcps-hook.php:345
242
  msgid "Container padding"
243
  msgstr ""
244
 
245
- #: includes/class-metabox-wcps-hook.php:353
246
- #: includes/functions-layout-hook.php:89 includes/functions-layout-hook.php:286
247
- #: includes/functions-layout-hook.php:516
248
- #: includes/functions-layout-hook.php:651
249
- #: includes/functions-layout-hook.php:825
250
- #: includes/functions-layout-hook.php:969
251
- #: includes/functions-layout-hook.php:1064
252
- #: includes/functions-layout-hook.php:1467
253
- #: includes/functions-layout-hook.php:1566
254
- #: includes/functions-layout-hook.php:1650
255
- #: includes/functions-layout-hook.php:1790
256
- msgid "Margin"
257
- msgstr ""
258
-
259
  #: includes/class-metabox-wcps-hook.php:354
260
  msgid "Container margin"
261
  msgstr ""
262
 
263
- #: includes/class-metabox-wcps-hook.php:398
264
  msgid "Layouts"
265
  msgstr ""
266
 
267
- #: includes/class-metabox-wcps-hook.php:399
268
  msgid "Choose item layouts."
269
  msgstr ""
270
 
271
- #: includes/class-metabox-wcps-hook.php:409
272
- #: includes/class-metabox-wcps-hook.php:420
273
  msgid "Create layout"
274
  msgstr ""
275
 
276
- #: includes/class-metabox-wcps-hook.php:410
277
  msgid "Manage layouts"
278
  msgstr ""
279
 
280
- #: includes/class-metabox-wcps-hook.php:421
 
 
 
 
281
  msgid "Please follow the links to create layouts or manage."
282
  msgstr ""
283
 
284
- #: includes/class-metabox-wcps-hook.php:464
285
  msgid "Item layouts"
286
  msgstr ""
287
 
288
- #: includes/class-metabox-wcps-hook.php:465
289
  msgid "Choose grid item layout."
290
  msgstr ""
291
 
292
- #: includes/class-metabox-wcps-hook.php:550
293
  msgid "Max number of product"
294
  msgstr ""
295
 
296
- #: includes/class-metabox-wcps-hook.php:551
297
  msgid "Set custom number you want to display maximum number of product"
298
  msgstr ""
299
 
300
- #: includes/class-metabox-wcps-hook.php:620
301
- msgid "Select terms"
302
- msgstr ""
303
-
304
- #: includes/class-metabox-wcps-hook.php:621
305
- #: includes/class-metabox-wcps-hook.php:804
306
- msgid "Choose some terms."
307
- msgstr ""
308
-
309
- #: includes/class-metabox-wcps-hook.php:635
310
- msgid "Terms relation"
311
- msgstr ""
312
-
313
- #: includes/class-metabox-wcps-hook.php:636
314
- msgid "Choose term relation."
315
- msgstr ""
316
-
317
- #: includes/class-metabox-wcps-hook.php:641
318
- msgid "IN"
319
- msgstr ""
320
-
321
- #: includes/class-metabox-wcps-hook.php:642
322
- msgid "NOT IN"
323
- msgstr ""
324
-
325
- #: includes/class-metabox-wcps-hook.php:643
326
- #: includes/class-metabox-wcps-hook.php:698
327
- msgid "AND"
328
- msgstr ""
329
-
330
- #: includes/class-metabox-wcps-hook.php:644
331
- msgid "EXISTS"
332
- msgstr ""
333
-
334
- #: includes/class-metabox-wcps-hook.php:645
335
- msgid "NOT EXISTS"
336
- msgstr ""
337
-
338
- #: includes/class-metabox-wcps-hook.php:679
339
  msgid "Product taxonomy & terms"
340
  msgstr ""
341
 
342
- #: includes/class-metabox-wcps-hook.php:680
 
343
  msgid ""
344
  "Choose product taxonomy & terms. click to expand and see there is categories "
345
  "or terms you can select."
346
  msgstr ""
347
 
348
- #: includes/class-metabox-wcps-hook.php:691
349
- msgid "Taxonomy relation"
350
- msgstr ""
351
-
352
- #: includes/class-metabox-wcps-hook.php:692
353
- msgid "Set taxonomy relation."
354
- msgstr ""
355
-
356
- #: includes/class-metabox-wcps-hook.php:697
357
- msgid "OR"
358
- msgstr ""
359
-
360
- #: includes/class-metabox-wcps-hook.php:714
361
- msgid "Query order"
362
- msgstr ""
363
-
364
- #: includes/class-metabox-wcps-hook.php:715
365
- msgid "Set query order."
366
- msgstr ""
367
-
368
- #: includes/class-metabox-wcps-hook.php:720
369
- #: includes/class-metabox-wcps-hook.php:810
370
- msgid "Descending"
371
- msgstr ""
372
-
373
- #: includes/class-metabox-wcps-hook.php:721
374
- #: includes/class-metabox-wcps-hook.php:811
375
- msgid "Ascending"
376
- msgstr ""
377
-
378
- #: includes/class-metabox-wcps-hook.php:730
379
- msgid "ID"
380
- msgstr ""
381
-
382
- #: includes/class-metabox-wcps-hook.php:731
383
  msgid "Date"
384
  msgstr ""
385
 
386
- #: includes/class-metabox-wcps-hook.php:732
 
387
  msgid "Post date"
388
  msgstr ""
389
 
390
- #: includes/class-metabox-wcps-hook.php:733
 
 
391
  msgid "Name"
392
  msgstr ""
393
 
394
- #: includes/class-metabox-wcps-hook.php:734
 
395
  msgid "Random"
396
  msgstr ""
397
 
398
- #: includes/class-metabox-wcps-hook.php:735
 
399
  msgid "Comment count"
400
  msgstr ""
401
 
402
- #: includes/class-metabox-wcps-hook.php:736
 
403
  msgid "Author"
404
  msgstr ""
405
 
406
- #: includes/class-metabox-wcps-hook.php:737
407
- #: includes/functions-layout-hook.php:36
408
  msgid "Title"
409
  msgstr ""
410
 
411
- #: includes/class-metabox-wcps-hook.php:738
 
412
  msgid "Type"
413
  msgstr ""
414
 
415
- #: includes/class-metabox-wcps-hook.php:739
 
416
  msgid "Menu order"
417
  msgstr ""
418
 
419
- #: includes/class-metabox-wcps-hook.php:740
 
420
  msgid "meta_value"
421
  msgstr ""
422
 
423
- #: includes/class-metabox-wcps-hook.php:741
 
424
  msgid "meta value number"
425
  msgstr ""
426
 
427
- #: includes/class-metabox-wcps-hook.php:742
 
428
  msgid "post__in"
429
  msgstr ""
430
 
431
- #: includes/class-metabox-wcps-hook.php:743
 
432
  msgid "post_name__in"
433
  msgstr ""
434
 
435
- #: includes/class-metabox-wcps-hook.php:803
436
  msgid "Order"
437
  msgstr ""
438
 
439
- #: includes/class-metabox-wcps-hook.php:846
440
- msgid "Query orderby"
441
- msgstr ""
442
-
443
- #: includes/class-metabox-wcps-hook.php:847
444
- msgid "Set query orderby."
445
- msgstr ""
446
-
447
- #: includes/class-metabox-wcps-hook.php:857
448
  msgid "Orderby meta key"
449
  msgstr ""
450
 
451
- #: includes/class-metabox-wcps-hook.php:858
452
  msgid "Write meta key for orderby meta key value."
453
  msgstr ""
454
 
455
- #: includes/class-metabox-wcps-hook.php:871
456
  msgid "Include out of stock products?"
457
  msgstr ""
458
 
459
- #: includes/class-metabox-wcps-hook.php:872
460
  msgid "Include or exclude out of stock products from query."
461
  msgstr ""
462
 
463
- #: includes/class-metabox-wcps-hook.php:877
464
- #: includes/class-metabox-wcps-hook.php:898
465
- #: includes/class-metabox-wcps-hook.php:918
466
- #: includes/class-metabox-wcps-hook.php:930
467
  msgid "No check"
468
  msgstr ""
469
 
470
- #: includes/class-metabox-wcps-hook.php:878
471
- #: includes/class-metabox-wcps-hook.php:899
472
- #: includes/class-metabox-wcps-hook.php:919
473
  msgid "Include"
474
  msgstr ""
475
 
476
- #: includes/class-metabox-wcps-hook.php:879
477
- #: includes/class-metabox-wcps-hook.php:900
478
- #: includes/class-metabox-wcps-hook.php:920
479
  msgid "Exclude"
480
  msgstr ""
481
 
482
- #: includes/class-metabox-wcps-hook.php:892
483
  msgid "Include featured products?"
484
  msgstr ""
485
 
486
- #: includes/class-metabox-wcps-hook.php:893
487
  msgid "Include or exclude featured products from query."
488
  msgstr ""
489
 
490
- #: includes/class-metabox-wcps-hook.php:912
491
  msgid "Include on-sale products?"
492
  msgstr ""
493
 
494
- #: includes/class-metabox-wcps-hook.php:913
495
  msgid "Include or exclude on-sale products from query."
496
  msgstr ""
497
 
498
- #: includes/class-metabox-wcps-hook.php:931
499
- #: includes/class-metabox-wcps-layout-hook.php:118
500
  msgid "On sale"
501
  msgstr ""
502
 
503
- #: includes/class-metabox-wcps-hook.php:932
504
- #: includes/class-metabox-wcps-layout-hook.php:117
505
  msgid "Featured"
506
  msgstr ""
507
 
508
- #: includes/class-metabox-wcps-hook.php:933
509
  msgid "In stock"
510
  msgstr ""
511
 
512
- #: includes/class-metabox-wcps-hook.php:940
513
  msgid "Query only?"
514
  msgstr ""
515
 
516
- #: includes/class-metabox-wcps-hook.php:941
517
  msgid "Choose option you want to display only products based on options."
518
  msgstr ""
519
 
520
- #: includes/class-metabox-wcps-hook.php:959
521
  msgid "Product ID's"
522
  msgstr ""
523
 
524
- #: includes/class-metabox-wcps-hook.php:960
525
  msgid "You can display products by ids."
526
  msgstr ""
527
 
528
- #: includes/class-metabox-wcps-hook.php:1047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
529
  msgid "Slider"
530
  msgstr ""
531
 
532
- #: includes/class-metabox-wcps-hook.php:1048
533
  msgid "Customize slider settings."
534
  msgstr ""
535
 
536
- #: includes/class-metabox-wcps-hook.php:1054
537
  msgid "Slider column count "
538
  msgstr ""
539
 
540
- #: includes/class-metabox-wcps-hook.php:1055
541
  msgid "Set slider column count."
542
  msgstr ""
543
 
544
- #: includes/class-metabox-wcps-hook.php:1061
545
- #: includes/functions-layout-hook.php:236
 
546
  msgid "In desktop"
547
  msgstr ""
548
 
549
- #: includes/class-metabox-wcps-hook.php:1062
550
  msgid "min-width: 1200px, ex: 3"
551
  msgstr ""
552
 
553
- #: includes/class-metabox-wcps-hook.php:1071
554
- #: includes/functions-layout-hook.php:246
 
555
  msgid "In tablet & small desktop"
556
  msgstr ""
557
 
558
- #: includes/class-metabox-wcps-hook.php:1072
559
  msgid "min-width: 992px, ex: 2"
560
  msgstr ""
561
 
562
- #: includes/class-metabox-wcps-hook.php:1081
563
- #: includes/functions-layout-hook.php:256
 
564
  msgid "In mobile"
565
  msgstr ""
566
 
567
- #: includes/class-metabox-wcps-hook.php:1082
568
  msgid "min-width: 576px, ex: 1"
569
  msgstr ""
570
 
571
- #: includes/class-metabox-wcps-hook.php:1100
572
- msgid "Auto play"
573
- msgstr ""
574
-
575
- #: includes/class-metabox-wcps-hook.php:1101
576
- msgid "Choose slider auto play."
577
- msgstr ""
578
-
579
- #: includes/class-metabox-wcps-hook.php:1105
580
- #: includes/class-metabox-wcps-hook.php:1147
581
- #: includes/class-metabox-wcps-hook.php:1160
582
- #: includes/class-metabox-wcps-hook.php:1175
583
- #: includes/class-metabox-wcps-hook.php:1188
584
- #: includes/class-metabox-wcps-hook.php:1204
585
- #: includes/class-metabox-wcps-hook.php:1319
586
- #: includes/class-metabox-wcps-hook.php:1372
587
- #: includes/class-metabox-wcps-hook.php:1385
588
- #: includes/class-metabox-wcps-hook.php:1400
589
- #: includes/class-metabox-wcps-hook.php:1414
590
- #: includes/class-metabox-wcps-hook.php:1428
591
- msgid "True"
592
  msgstr ""
593
 
594
- #: includes/class-metabox-wcps-hook.php:1105
595
- #: includes/class-metabox-wcps-hook.php:1147
596
- #: includes/class-metabox-wcps-hook.php:1160
597
- #: includes/class-metabox-wcps-hook.php:1175
598
- #: includes/class-metabox-wcps-hook.php:1188
599
- #: includes/class-metabox-wcps-hook.php:1204
600
- #: includes/class-metabox-wcps-hook.php:1319
601
- #: includes/class-metabox-wcps-hook.php:1372
602
- #: includes/class-metabox-wcps-hook.php:1385
603
- #: includes/class-metabox-wcps-hook.php:1400
604
- #: includes/class-metabox-wcps-hook.php:1414
605
- #: includes/class-metabox-wcps-hook.php:1428
606
- msgid "False"
607
  msgstr ""
608
 
609
- #: includes/class-metabox-wcps-hook.php:1113
610
  msgid "Auto play speed"
611
  msgstr ""
612
 
613
- #: includes/class-metabox-wcps-hook.php:1114
614
  msgid "Set auto play speed, ex: 1500"
615
  msgstr ""
616
 
617
- #: includes/class-metabox-wcps-hook.php:1126
618
  msgid "Auto play timeout"
619
  msgstr ""
620
 
621
- #: includes/class-metabox-wcps-hook.php:1127
622
  msgid "Set auto play timeout, ex: 2000"
623
  msgstr ""
624
 
625
- #: includes/class-metabox-wcps-hook.php:1133
626
  msgid "Value should larger than <b>Auto play speed</b>"
627
  msgstr ""
628
 
629
- #: includes/class-metabox-wcps-hook.php:1142
630
  msgid "Slider rewind"
631
  msgstr ""
632
 
633
- #: includes/class-metabox-wcps-hook.php:1143
634
  msgid "Choose slider rewind."
635
  msgstr ""
636
 
637
- #: includes/class-metabox-wcps-hook.php:1155
638
  msgid "Slider loop"
639
  msgstr ""
640
 
641
- #: includes/class-metabox-wcps-hook.php:1156
642
  msgid "Choose slider loop."
643
  msgstr ""
644
 
645
- #: includes/class-metabox-wcps-hook.php:1170
646
- #: includes/class-metabox-wcps-hook.php:1852
647
  #: includes/functions-settings-hook.php:514
648
  msgid "Slider center"
649
  msgstr ""
650
 
651
- #: includes/class-metabox-wcps-hook.php:1171
652
  msgid "Choose slider center."
653
  msgstr ""
654
 
655
- #: includes/class-metabox-wcps-hook.php:1183
656
- #: includes/class-metabox-wcps-hook.php:1846
657
  #: includes/functions-settings-hook.php:508
658
  msgid "Slider stop on hover"
659
  msgstr ""
660
 
661
- #: includes/class-metabox-wcps-hook.php:1184
662
  msgid "Choose stop on hover."
663
  msgstr ""
664
 
665
- #: includes/class-metabox-wcps-hook.php:1199
666
  msgid "Slider navigation"
667
  msgstr ""
668
 
669
- #: includes/class-metabox-wcps-hook.php:1200
670
  msgid "Choose slider navigation."
671
  msgstr ""
672
 
673
- #: includes/class-metabox-wcps-hook.php:1212
674
  msgid "Navigation slide speed"
675
  msgstr ""
676
 
677
- #: includes/class-metabox-wcps-hook.php:1213
678
  msgid "Set slide speed, ex: 1000"
679
  msgstr ""
680
 
681
- #: includes/class-metabox-wcps-hook.php:1226
682
  msgid "Slider navigation position"
683
  msgstr ""
684
 
685
- #: includes/class-metabox-wcps-hook.php:1227
686
  msgid "Choose slider navigation position."
687
  msgstr ""
688
 
689
- #: includes/class-metabox-wcps-hook.php:1231
690
  msgid "Bottom left"
691
  msgstr ""
692
 
693
- #: includes/class-metabox-wcps-hook.php:1231
694
  msgid "Bottom right"
695
  msgstr ""
696
 
697
- #: includes/class-metabox-wcps-hook.php:1231
698
  msgid "Middle"
699
  msgstr ""
700
 
701
- #: includes/class-metabox-wcps-hook.php:1231
702
  msgid "Middle-fixed"
703
  msgstr ""
704
 
705
- #: includes/class-metabox-wcps-hook.php:1240
706
  msgid "Navigation text"
707
  msgstr ""
708
 
709
- #: includes/class-metabox-wcps-hook.php:1241
710
  msgid "Navigation previous & next text."
711
  msgstr ""
712
 
713
- #: includes/class-metabox-wcps-hook.php:1247
714
  msgid "Previous text"
715
  msgstr ""
716
 
717
- #: includes/class-metabox-wcps-hook.php:1248
718
  msgid ""
719
  "Set previous icon, you could use <a href=\"https://fontawesome.com/icons"
720
  "\">fontawesome</a> icon html here."
721
  msgstr ""
722
 
723
- #: includes/class-metabox-wcps-hook.php:1257
724
  msgid "Next text"
725
  msgstr ""
726
 
727
- #: includes/class-metabox-wcps-hook.php:1258
728
  msgid ""
729
  "Set next icon, you could use <a href=\"https://fontawesome.com/icons"
730
  "\">fontawesome</a> icon html here"
731
  msgstr ""
732
 
733
- #: includes/class-metabox-wcps-hook.php:1274
734
  msgid "Slider navigation style"
735
  msgstr ""
736
 
737
- #: includes/class-metabox-wcps-hook.php:1275
738
  msgid ""
739
  "Choose slider navigation style. classes <code>semi-round, round, flat, "
740
  "border</code>"
741
  msgstr ""
742
 
743
- #: includes/class-metabox-wcps-hook.php:1287
744
  msgid "Navigation background color"
745
  msgstr ""
746
 
747
- #: includes/class-metabox-wcps-hook.php:1288
748
  msgid "Set navigation background color"
749
  msgstr ""
750
 
751
- #: includes/class-metabox-wcps-hook.php:1300
752
  msgid "Navigation text color"
753
  msgstr ""
754
 
755
- #: includes/class-metabox-wcps-hook.php:1301
756
  msgid "Set navigation text color"
757
  msgstr ""
758
 
759
- #: includes/class-metabox-wcps-hook.php:1314
760
- #: includes/class-metabox-wcps-hook.php:1864
761
  #: includes/functions-settings-hook.php:526
762
  msgid "Slider dots"
763
  msgstr ""
764
 
765
- #: includes/class-metabox-wcps-hook.php:1315
766
  msgid "Choose slider dots at bottom."
767
  msgstr ""
768
 
769
- #: includes/class-metabox-wcps-hook.php:1327
770
  msgid "Dots background color"
771
  msgstr ""
772
 
773
- #: includes/class-metabox-wcps-hook.php:1328
774
  msgid "Set dots background color"
775
  msgstr ""
776
 
777
- #: includes/class-metabox-wcps-hook.php:1341
778
  msgid "Dots active/hover background color"
779
  msgstr ""
780
 
781
- #: includes/class-metabox-wcps-hook.php:1342
782
  msgid "Set dots active/hover background color"
783
  msgstr ""
784
 
785
- #: includes/class-metabox-wcps-hook.php:1354
786
  msgid "Dots slide speed"
787
  msgstr ""
788
 
789
- #: includes/class-metabox-wcps-hook.php:1355
790
  msgid "Set dots slide speed, ex: 1200"
791
  msgstr ""
792
 
793
- #: includes/class-metabox-wcps-hook.php:1367
794
  msgid "Slider dots count"
795
  msgstr ""
796
 
797
- #: includes/class-metabox-wcps-hook.php:1368
798
  msgid "Choose slider dots count."
799
  msgstr ""
800
 
801
- #: includes/class-metabox-wcps-hook.php:1380
802
  msgid "Slider rtl"
803
  msgstr ""
804
 
805
- #: includes/class-metabox-wcps-hook.php:1381
806
  msgid "Choose slider rtl."
807
  msgstr ""
808
 
809
- #: includes/class-metabox-wcps-hook.php:1395
810
- #: includes/class-metabox-wcps-hook.php:1876
811
  #: includes/functions-settings-hook.php:538
812
  msgid "Slider lazy load"
813
  msgstr ""
814
 
815
- #: includes/class-metabox-wcps-hook.php:1396
816
  msgid "Choose slider lazy load."
817
  msgstr ""
818
 
819
- #: includes/class-metabox-wcps-hook.php:1409
820
  msgid "Slider touch drag"
821
  msgstr ""
822
 
823
- #: includes/class-metabox-wcps-hook.php:1410
824
  msgid "Choose slider touch drag."
825
  msgstr ""
826
 
827
- #: includes/class-metabox-wcps-hook.php:1423
828
  msgid "Slider mouse drag"
829
  msgstr ""
830
 
831
- #: includes/class-metabox-wcps-hook.php:1424
832
  msgid "Choose slider mouse drag."
833
  msgstr ""
834
 
835
- #: includes/class-metabox-wcps-hook.php:1476
836
  #: includes/class-metabox-wcps-layout-hook.php:33
837
- #: includes/functions-layout-hook.php:638
838
  msgid "Custom CSS"
839
  msgstr ""
840
 
841
- #: includes/class-metabox-wcps-hook.php:1477
842
- msgid "Add your own CSS.."
 
 
843
  msgstr ""
844
 
845
- #: includes/class-metabox-wcps-hook.php:1521
846
  #: includes/functions-settings-hook.php:77
847
  msgid "Get support"
848
  msgstr ""
849
 
850
- #: includes/class-metabox-wcps-hook.php:1522
851
  #: includes/functions-settings-hook.php:78
852
  msgid "Use following to get help and support from our expert team."
853
  msgstr ""
854
 
855
- #: includes/class-metabox-wcps-hook.php:1530
856
  #: includes/functions-settings-hook.php:86
857
  msgid ""
858
  "Ask question for free on our forum and get quick reply from our expert team "
859
  "members."
860
  msgstr ""
861
 
862
- #: includes/class-metabox-wcps-hook.php:1531
863
  #: includes/functions-settings-hook.php:87
864
  msgid "Create support ticket"
865
  msgstr ""
866
 
867
- #: includes/class-metabox-wcps-hook.php:1533
868
  #: includes/functions-settings-hook.php:89
869
  msgid "Read our documentation before asking your question."
870
  msgstr ""
871
 
872
- #: includes/class-metabox-wcps-hook.php:1534
873
  #: includes/functions-settings-hook.php:90
874
  msgid "Documentation"
875
  msgstr ""
876
 
877
- #: includes/class-metabox-wcps-hook.php:1536
878
  #: includes/functions-settings-hook.php:92
879
  msgid "Watch video tutorials."
880
  msgstr ""
881
 
882
- #: includes/class-metabox-wcps-hook.php:1537
883
  #: includes/functions-settings-hook.php:93
884
  msgid "All tutorials"
885
  msgstr ""
886
 
887
- #: includes/class-metabox-wcps-hook.php:1559
888
  #: includes/functions-settings-hook.php:115
889
  msgid "Ask question"
890
  msgstr ""
891
 
892
- #: includes/class-metabox-wcps-hook.php:1584
893
  #: includes/functions-settings-hook.php:140
894
  msgid "Submit reviews"
895
  msgstr ""
896
 
897
- #: includes/class-metabox-wcps-hook.php:1618
898
  #: includes/functions-settings-hook.php:280
899
  msgid "Get Premium"
900
  msgstr ""
901
 
902
- #: includes/class-metabox-wcps-hook.php:1619
903
  #: includes/functions-settings-hook.php:281
904
  msgid ""
905
  "Thanks for using our plugin, if you looking for some advance feature please "
906
  "buy premium version."
907
  msgstr ""
908
 
909
- #: includes/class-metabox-wcps-hook.php:1627
910
  #: includes/functions-settings-hook.php:289
911
  msgid ""
912
  "If you love our plugin and want more feature please consider to buy pro "
913
  "version."
914
  msgstr ""
915
 
916
- #: includes/class-metabox-wcps-hook.php:1628
917
- #: includes/class-metabox-wcps-hook.php:1951
918
  #: includes/functions-settings-hook.php:290
919
- #: includes/functions-settings-hook.php:613
920
  msgid "Buy premium"
921
  msgstr ""
922
 
923
- #: includes/class-metabox-wcps-hook.php:1630
924
  #: includes/functions-settings-hook.php:293
925
  msgid "See the differences"
926
  msgstr ""
927
 
928
- #: includes/class-metabox-wcps-hook.php:1636
929
- #: includes/class-metabox-wcps-hook.php:1944
930
  #: includes/functions-settings-hook.php:298
931
- #: includes/functions-settings-hook.php:606
932
  msgid "Features"
933
  msgstr ""
934
 
935
- #: includes/class-metabox-wcps-hook.php:1637
936
- #: includes/class-metabox-wcps-hook.php:1945
937
  #: includes/functions-settings-hook.php:299
938
- #: includes/functions-settings-hook.php:607
939
  msgid "Free"
940
  msgstr ""
941
 
942
- #: includes/class-metabox-wcps-hook.php:1638
943
- #: includes/class-metabox-wcps-hook.php:1946
944
  #: includes/functions-settings-hook.php:300
945
- #: includes/functions-settings-hook.php:608
946
  msgid "Premium"
947
  msgstr ""
948
 
949
- #: includes/class-metabox-wcps-hook.php:1643
950
  #: includes/functions-settings-hook.php:305
951
  msgid "Query by product taxonomies"
952
  msgstr ""
953
 
954
- #: includes/class-metabox-wcps-hook.php:1649
955
  #: includes/functions-settings-hook.php:311
956
  msgid "Query by recently viewed products"
957
  msgstr ""
958
 
959
- #: includes/class-metabox-wcps-hook.php:1655
960
  #: includes/functions-settings-hook.php:317
961
  msgid "Query by SKU"
962
  msgstr ""
963
 
964
- #: includes/class-metabox-wcps-hook.php:1661
965
  #: includes/functions-settings-hook.php:323
966
  msgid "Related product query(Single product page)"
967
  msgstr ""
968
 
969
- #: includes/class-metabox-wcps-hook.php:1667
970
  #: includes/functions-settings-hook.php:329
971
  msgid "Upsells cross-sells query(Single product page)"
972
  msgstr ""
973
 
974
- #: includes/class-metabox-wcps-hook.php:1672
975
  #: includes/functions-settings-hook.php:334
976
  msgid "Order by Best selling"
977
  msgstr ""
978
 
979
- #: includes/class-metabox-wcps-hook.php:1678
980
  #: includes/functions-settings-hook.php:340
981
  msgid "Order by Top rated"
982
  msgstr ""
983
 
984
- #: includes/class-metabox-wcps-hook.php:1684
985
  #: includes/functions-settings-hook.php:346
986
  msgid "Advance meta fields query"
987
  msgstr ""
988
 
989
- #: includes/class-metabox-wcps-hook.php:1691
990
  #: includes/functions-settings-hook.php:353
991
  msgid "Featured products at first"
992
  msgstr ""
993
 
994
- #: includes/class-metabox-wcps-hook.php:1696
995
  #: includes/functions-settings-hook.php:358
996
  msgid "Query by product attributes"
997
  msgstr ""
998
 
999
- #: includes/class-metabox-wcps-hook.php:1702
1000
  #: includes/functions-settings-hook.php:364
1001
  msgid "Layout element - Stock status"
1002
  msgstr ""
1003
 
1004
- #: includes/class-metabox-wcps-hook.php:1708
1005
  #: includes/functions-settings-hook.php:370
1006
  msgid "Layout element - Stock quantity"
1007
  msgstr ""
1008
 
1009
- #: includes/class-metabox-wcps-hook.php:1714
1010
  #: includes/functions-settings-hook.php:376
1011
  msgid "Layout element - Product Weight"
1012
  msgstr ""
1013
 
1014
- #: includes/class-metabox-wcps-hook.php:1719
1015
  #: includes/functions-settings-hook.php:381
1016
  msgid "Layout element - Product Dimensions"
1017
  msgstr ""
1018
 
1019
- #: includes/class-metabox-wcps-hook.php:1724
1020
  #: includes/functions-settings-hook.php:386
1021
  msgid "Layout element - Share button"
1022
  msgstr ""
1023
 
1024
- #: includes/class-metabox-wcps-hook.php:1730
1025
  #: includes/functions-settings-hook.php:392
1026
  msgid "Layout element - Recently viewed text"
1027
  msgstr ""
1028
 
1029
- #: includes/class-metabox-wcps-hook.php:1736
1030
  #: includes/functions-settings-hook.php:398
1031
  msgid "Layout element - Meta fields"
1032
  msgstr ""
1033
 
1034
- #: includes/class-metabox-wcps-hook.php:1741
1035
  #: includes/functions-settings-hook.php:403
1036
  msgid "Layout element - Price"
1037
  msgstr ""
1038
 
1039
- #: includes/class-metabox-wcps-hook.php:1747
1040
  #: includes/functions-settings-hook.php:409
1041
  msgid "Layout element - Rating"
1042
  msgstr ""
1043
 
1044
- #: includes/class-metabox-wcps-hook.php:1753
1045
  #: includes/functions-settings-hook.php:415
1046
  msgid "Layout element - Add to cart"
1047
  msgstr ""
1048
 
1049
- #: includes/class-metabox-wcps-hook.php:1759
1050
  #: includes/functions-settings-hook.php:421
1051
  msgid "Layout element - On sale icon"
1052
  msgstr ""
1053
 
1054
- #: includes/class-metabox-wcps-hook.php:1765
1055
  #: includes/functions-settings-hook.php:427
1056
  msgid "Layout element - Featured icon"
1057
  msgstr ""
1058
 
1059
- #: includes/class-metabox-wcps-hook.php:1771
1060
  #: includes/functions-settings-hook.php:433
1061
  msgid "Layout element - Sale Count"
1062
  msgstr ""
1063
 
1064
- #: includes/class-metabox-wcps-hook.php:1778
1065
  #: includes/functions-settings-hook.php:440
1066
  msgid "Layout element - Product Tag"
1067
  msgstr ""
1068
 
1069
- #: includes/class-metabox-wcps-hook.php:1785
1070
  #: includes/functions-settings-hook.php:447
1071
  msgid "Layout element - Product Category"
1072
  msgstr ""
1073
 
1074
- #: includes/class-metabox-wcps-hook.php:1792
1075
  #: includes/functions-settings-hook.php:454
1076
  msgid "Layout element - Content/Excerpt"
1077
  msgstr ""
1078
 
1079
- #: includes/class-metabox-wcps-hook.php:1798
1080
  #: includes/functions-settings-hook.php:460
1081
  msgid "Layout element - Product Title"
1082
  msgstr ""
1083
 
1084
- #: includes/class-metabox-wcps-hook.php:1805
1085
  #: includes/functions-settings-hook.php:467
1086
  msgid "Layout element - Thumbnail"
1087
  msgstr ""
1088
 
1089
- #: includes/class-metabox-wcps-hook.php:1811
1090
  #: includes/functions-settings-hook.php:473
1091
  msgid "Layout element - Wrapper start"
1092
  msgstr ""
1093
 
1094
- #: includes/class-metabox-wcps-hook.php:1816
1095
  #: includes/functions-settings-hook.php:478
1096
  msgid "Layout element - Wrapper end"
1097
  msgstr ""
1098
 
1099
- #: includes/class-metabox-wcps-hook.php:1823
1100
  #: includes/class-metabox-wcps-layout-hook.php:105
1101
  #: includes/functions-settings-hook.php:485
1102
  msgid "Layout builder"
1103
  msgstr ""
1104
 
1105
- #: includes/class-metabox-wcps-hook.php:1829
1106
  #: includes/functions-settings-hook.php:491
1107
  msgid "Slider column count"
1108
  msgstr ""
1109
 
1110
- #: includes/class-metabox-wcps-hook.php:1835
1111
  #: includes/functions-settings-hook.php:497
1112
  msgid "Slider autoplay"
1113
  msgstr ""
1114
 
1115
- #: includes/class-metabox-wcps-hook.php:1841
1116
  #: includes/functions-settings-hook.php:503
1117
  msgid "Slider rewind & loop"
1118
  msgstr ""
1119
 
1120
- #: includes/class-metabox-wcps-hook.php:1858
1121
  #: includes/functions-settings-hook.php:520
1122
  msgid "Slider navigations"
1123
  msgstr ""
1124
 
1125
- #: includes/class-metabox-wcps-hook.php:1870
1126
  #: includes/functions-settings-hook.php:532
1127
  msgid "Slider RTL"
1128
  msgstr ""
1129
 
1130
- #: includes/class-metabox-wcps-hook.php:1882
1131
  #: includes/functions-settings-hook.php:544
1132
  msgid "Slider touch & mouse drag"
1133
  msgstr ""
1134
 
1135
- #: includes/class-metabox-wcps-hook.php:1887
1136
  #: includes/functions-settings-hook.php:549
1137
  msgid "Query products limit"
1138
  msgstr ""
1139
 
1140
- #: includes/class-metabox-wcps-hook.php:1892
1141
  #: includes/functions-settings-hook.php:554
1142
  msgid "Query by product categories & tags"
1143
  msgstr ""
1144
 
1145
- #: includes/class-metabox-wcps-hook.php:1898
1146
  #: includes/functions-settings-hook.php:560
1147
  msgid "Hide out of stock products"
1148
  msgstr ""
1149
 
1150
- #: includes/class-metabox-wcps-hook.php:1903
1151
  #: includes/functions-settings-hook.php:565
1152
  msgid "Featured product"
1153
  msgstr ""
1154
 
1155
- #: includes/class-metabox-wcps-hook.php:1909
1156
  #: includes/functions-settings-hook.php:571
1157
  msgid "On-sale products"
1158
  msgstr ""
1159
 
1160
- #: includes/class-metabox-wcps-hook.php:1915
1161
  #: includes/functions-settings-hook.php:577
1162
  msgid "Product by ids"
1163
  msgstr ""
1164
 
1165
- #: includes/class-metabox-wcps-hook.php:1921
1166
  #: includes/functions-settings-hook.php:583
1167
  msgid "Query order & orderby"
1168
  msgstr ""
1169
 
1170
- #: includes/class-metabox-wcps-hook.php:1927
1171
  #: includes/functions-settings-hook.php:589
1172
  msgid "Custom ribbons"
1173
  msgstr ""
1174
 
1175
- #: includes/class-metabox-wcps-hook.php:1933
1176
  #: includes/functions-settings-hook.php:595
1177
  msgid "Slider item style"
1178
  msgstr ""
1179
 
1180
- #: includes/class-metabox-wcps-hook.php:1938
1181
  #: includes/functions-settings-hook.php:600
1182
  msgid "Slider container style"
1183
  msgstr ""
1184
 
1185
- #: includes/class-metabox-wcps-hook.php:1949
1186
- #: includes/functions-settings-hook.php:611
1187
  msgid "Buy now"
1188
  msgstr ""
1189
 
1190
- #: includes/class-metabox-wcps-hook.php:1965
1191
- #: includes/functions-settings-hook.php:626
1192
  msgid "Get pro version"
1193
  msgstr ""
1194
 
@@ -1230,76 +2218,142 @@ msgid "Customize layout settings."
1230
  msgstr ""
1231
 
1232
  #: includes/class-metabox-wcps-layout-hook.php:109
1233
- #: includes/functions-layout-hook.php:600
1234
  msgid "Wrapper start"
1235
  msgstr ""
1236
 
1237
  #: includes/class-metabox-wcps-layout-hook.php:110
1238
- #: includes/functions-layout-hook.php:713
1239
  msgid "Wrapper end"
1240
  msgstr ""
1241
 
1242
  #: includes/class-metabox-wcps-layout-hook.php:111
1243
- #: includes/functions-layout-hook.php:191
 
 
 
 
 
1244
  msgid "Thumbnail"
1245
  msgstr ""
1246
 
1247
- #: includes/class-metabox-wcps-layout-hook.php:112
1248
- msgid "Product Title"
1249
  msgstr ""
1250
 
1251
- #: includes/class-metabox-wcps-layout-hook.php:113
1252
- #: includes/functions-layout-hook.php:389
1253
- #: includes/functions-layout-hook.php:404
1254
  msgid "Content"
1255
  msgstr ""
1256
 
1257
- #: includes/class-metabox-wcps-layout-hook.php:114
1258
  msgid "Product Category"
1259
  msgstr ""
1260
 
1261
- #: includes/class-metabox-wcps-layout-hook.php:115
1262
  msgid "Product Tag"
1263
  msgstr ""
1264
 
1265
- #: includes/class-metabox-wcps-layout-hook.php:116
1266
  msgid "Sale Count"
1267
  msgstr ""
1268
 
1269
- #: includes/class-metabox-wcps-layout-hook.php:119
1270
- #: includes/functions-layout-hook.php:1514
1271
  msgid "Add to cart"
1272
  msgstr ""
1273
 
1274
- #: includes/class-metabox-wcps-layout-hook.php:120
1275
- #: includes/functions-layout-hook.php:1612
1276
  msgid "Rating"
1277
  msgstr ""
1278
 
1279
- #: includes/class-metabox-wcps-layout-hook.php:121
1280
  msgid "Price"
1281
  msgstr ""
1282
 
1283
- #: includes/class-metabox-wcps-layout-hook.php:122
1284
- #: includes/functions-layout-hook.php:1400
1285
  msgid "Product ID"
1286
  msgstr ""
1287
 
1288
- #: includes/class-metabox-wcps-layout-hook.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1289
  #, php-format
1290
  msgid "%s Click to add tags."
1291
  msgstr ""
1292
 
1293
- #: includes/class-metabox-wcps-layout-hook.php:248
1294
  msgid "Layout elements"
1295
  msgstr ""
1296
 
1297
- #: includes/class-metabox-wcps-layout-hook.php:249
1298
  msgid "Customize layout elements."
1299
  msgstr ""
1300
 
1301
- #: includes/class-metabox-wcps-layout-hook.php:351
1302
- #: includes/class-metabox-wcps-layout-hook.php:352
1303
  msgid "Layout preview"
1304
  msgstr ""
1305
 
@@ -1312,7 +2366,8 @@ msgstr ""
1312
  msgid "%s Layout builder"
1313
  msgstr ""
1314
 
1315
- #: includes/class-metabox-wcps-layout.php:53 includes/class-metabox-wcps.php:86
 
1316
  #, php-format
1317
  msgid "%s Custom scripts"
1318
  msgstr ""
@@ -1321,41 +2376,59 @@ msgstr ""
1321
  msgid "WCPS data"
1322
  msgstr ""
1323
 
1324
- #: includes/class-metabox-wcps.php:50
 
 
 
 
1325
  #, php-format
1326
  msgid "%s Shortcode"
1327
  msgstr ""
1328
 
1329
- #: includes/class-metabox-wcps.php:57
1330
  #, php-format
1331
  msgid "%s Slider options"
1332
  msgstr ""
1333
 
1334
- #: includes/class-metabox-wcps.php:64
1335
  #, php-format
1336
  msgid "%s Query product"
1337
  msgstr ""
1338
 
1339
- #: includes/class-metabox-wcps.php:71
 
 
 
 
 
 
 
 
 
 
1340
  #, php-format
1341
  msgid "%s Style"
1342
  msgstr ""
1343
 
1344
- #: includes/class-metabox-wcps.php:78
1345
  #, php-format
1346
  msgid "%s Layouts"
1347
  msgstr ""
1348
 
1349
- #: includes/class-metabox-wcps.php:93
1350
  #, php-format
1351
  msgid "%s Help support"
1352
  msgstr ""
1353
 
1354
- #: includes/class-metabox-wcps.php:100
1355
  #, php-format
1356
  msgid "%s Buy pro"
1357
  msgstr ""
1358
 
 
 
 
 
1359
  #: includes/class-post-types.php:19 includes/class-post-types.php:20
1360
  msgid "WCPS"
1361
  msgstr ""
@@ -1427,19 +2500,26 @@ msgstr ""
1427
  msgid "WCPS layouts"
1428
  msgstr ""
1429
 
1430
- #: includes/class-settings-tabs.php:317
 
1431
  msgid "Placeholder.jpg"
1432
  msgstr ""
1433
 
1434
- #: includes/class-settings-tabs.php:373 includes/class-settings-tabs.php:454
 
 
1435
  msgid "Upload"
1436
  msgstr ""
1437
 
1438
- #: includes/class-settings-tabs.php:374 includes/class-settings-tabs.php:455
 
 
1439
  msgid "Clear"
1440
  msgstr ""
1441
 
1442
- #: includes/class-settings-tabs.php:565 includes/class-settings-tabs.php:828
 
 
1443
  msgid "Add"
1444
  msgstr ""
1445
 
@@ -1447,464 +2527,405 @@ msgstr ""
1447
  msgid "Settings"
1448
  msgstr ""
1449
 
1450
- #: includes/class-settings.php:24
1451
- msgid "Import layouts"
1452
- msgstr ""
1453
-
1454
  #: includes/class-settings.php:29
1455
  msgid "Upgrade status"
1456
  msgstr ""
1457
 
1458
- #: includes/functions-layout-hook.php:46 includes/functions-layout-hook.php:459
1459
- msgid "Color"
1460
- msgstr ""
1461
-
1462
- #: includes/functions-layout-hook.php:47 includes/functions-layout-hook.php:460
1463
- msgid "Title text color."
1464
- msgstr ""
1465
-
1466
- #: includes/functions-layout-hook.php:59 includes/functions-layout-hook.php:472
1467
- #: includes/functions-layout-hook.php:840
1468
- #: includes/functions-layout-hook.php:1201
1469
- #: includes/functions-layout-hook.php:1344
1470
- #: includes/functions-layout-hook.php:1453
1471
- #: includes/functions-layout-hook.php:1693
1472
- #: includes/functions-layout-hook.php:1804
1473
- msgid "Font size"
1474
- msgstr ""
1475
-
1476
- #: includes/functions-layout-hook.php:60 includes/functions-layout-hook.php:473
1477
- #: includes/functions-layout-hook.php:1694
1478
- #: includes/functions-layout-hook.php:1805
1479
- msgid "Set font size."
1480
- msgstr ""
1481
-
1482
- #: includes/functions-layout-hook.php:74 includes/functions-layout-hook.php:487
1483
- msgid "Font family"
1484
- msgstr ""
1485
-
1486
- #: includes/functions-layout-hook.php:75 includes/functions-layout-hook.php:488
1487
- msgid "Set font family."
1488
- msgstr ""
1489
-
1490
- #: includes/functions-layout-hook.php:90 includes/functions-layout-hook.php:287
1491
- #: includes/functions-layout-hook.php:517
1492
- #: includes/functions-layout-hook.php:652
1493
- #: includes/functions-layout-hook.php:826
1494
- #: includes/functions-layout-hook.php:970
1495
- #: includes/functions-layout-hook.php:1065
1496
- #: includes/functions-layout-hook.php:1567
1497
- #: includes/functions-layout-hook.php:1651
1498
- #: includes/functions-layout-hook.php:1791
1499
- msgid "Set margin."
1500
- msgstr ""
1501
-
1502
- #: includes/functions-layout-hook.php:105
1503
- #: includes/functions-layout-hook.php:502
1504
- #: includes/functions-layout-hook.php:872
1505
- #: includes/functions-layout-hook.php:998
1506
- #: includes/functions-layout-hook.php:1679
1507
- #: includes/functions-layout-hook.php:1819
1508
- msgid "Choose text align."
1509
- msgstr ""
1510
-
1511
- #: includes/functions-layout-hook.php:109
1512
- #: includes/functions-layout-hook.php:506
1513
- #: includes/functions-layout-hook.php:876
1514
- #: includes/functions-layout-hook.php:1002
1515
- #: includes/functions-layout-hook.php:1683
1516
- #: includes/functions-layout-hook.php:1823
1517
- msgid "Left"
1518
- msgstr ""
1519
-
1520
- #: includes/functions-layout-hook.php:109
1521
- #: includes/functions-layout-hook.php:506
1522
- #: includes/functions-layout-hook.php:876
1523
- #: includes/functions-layout-hook.php:1002
1524
- #: includes/functions-layout-hook.php:1683
1525
- #: includes/functions-layout-hook.php:1823
1526
- msgid "Right"
1527
- msgstr ""
1528
-
1529
- #: includes/functions-layout-hook.php:109
1530
- #: includes/functions-layout-hook.php:506
1531
- #: includes/functions-layout-hook.php:876
1532
- #: includes/functions-layout-hook.php:1002
1533
- #: includes/functions-layout-hook.php:1683
1534
- #: includes/functions-layout-hook.php:1823
1535
- msgid "Center"
1536
- msgstr ""
1537
-
1538
- #: includes/functions-layout-hook.php:119
1539
- #: includes/functions-layout-hook.php:321
1540
- #: includes/functions-layout-hook.php:553
1541
- msgid "Link to"
1542
- msgstr ""
1543
-
1544
- #: includes/functions-layout-hook.php:120
1545
- msgid "Choose option to link product."
1546
  msgstr ""
1547
 
1548
- #: includes/functions-layout-hook.php:124
1549
- msgid "External product"
1550
  msgstr ""
1551
 
1552
- #: includes/functions-layout-hook.php:124
 
 
1553
  msgid "product link"
1554
  msgstr ""
1555
 
1556
- #: includes/functions-layout-hook.php:124
1557
- #: includes/functions-layout-hook.php:326
1558
- #: includes/functions-layout-hook.php:558
1559
- msgid "Popup box"
1560
- msgstr ""
1561
-
1562
- #: includes/functions-layout-hook.php:124
1563
- #: includes/functions-layout-hook.php:326
1564
- #: includes/functions-layout-hook.php:558
1565
- msgid "Custom link"
1566
- msgstr ""
1567
-
1568
- #: includes/functions-layout-hook.php:141
1569
- #: includes/functions-layout-hook.php:308
1570
- #: includes/functions-layout-hook.php:540
1571
- #: includes/functions-layout-hook.php:673
1572
- msgid "Use of CSS"
1573
- msgstr ""
1574
-
1575
- #: includes/functions-layout-hook.php:142
1576
- #: includes/functions-layout-hook.php:309
1577
- #: includes/functions-layout-hook.php:541
1578
- #: includes/functions-layout-hook.php:674
1579
- msgid "Use following class selector to add custom CSS for this element."
1580
  msgstr ""
1581
 
1582
- #: includes/functions-layout-hook.php:198
 
1583
  msgid "Full"
1584
  msgstr ""
1585
 
1586
- #: includes/functions-layout-hook.php:213
 
1587
  msgid "Thumbnail size"
1588
  msgstr ""
1589
 
1590
- #: includes/functions-layout-hook.php:214
 
1591
  msgid "Choose thumbnail size."
1592
  msgstr ""
1593
 
1594
- #: includes/functions-layout-hook.php:229
 
1595
  msgid "Thumbnail height"
1596
  msgstr ""
1597
 
1598
- #: includes/functions-layout-hook.php:230
 
1599
  msgid "Set thumbnail height."
1600
  msgstr ""
1601
 
1602
- #: includes/functions-layout-hook.php:237
 
1603
  msgid "min-width: 1200px, ex: 280px"
1604
  msgstr ""
1605
 
1606
- #: includes/functions-layout-hook.php:247
 
1607
  msgid "min-width: 992px, ex: 280px"
1608
  msgstr ""
1609
 
1610
- #: includes/functions-layout-hook.php:257
 
1611
  msgid "max-width: 768px, ex: 280px"
1612
  msgstr ""
1613
 
1614
- #: includes/functions-layout-hook.php:272
 
1615
  msgid "Default thumbnail"
1616
  msgstr ""
1617
 
1618
- #: includes/functions-layout-hook.php:273
 
1619
  msgid "Choose default thumbnail."
1620
  msgstr ""
1621
 
1622
- #: includes/functions-layout-hook.php:322
1623
- #: includes/functions-layout-hook.php:554
1624
  msgid "Choose option to product link."
1625
  msgstr ""
1626
 
1627
- #: includes/functions-layout-hook.php:326
1628
- #: includes/functions-layout-hook.php:558
1629
  msgid "Product link"
1630
  msgstr ""
1631
 
1632
- #: includes/functions-layout-hook.php:326
1633
- msgid "Meta value"
1634
- msgstr ""
1635
-
1636
- #: includes/functions-layout-hook.php:336
1637
- msgid "Link to meta key"
1638
- msgstr ""
1639
-
1640
- #: includes/functions-layout-hook.php:337
1641
- msgid "Write meta key for meta value link."
1642
- msgstr ""
1643
-
1644
- #: includes/functions-layout-hook.php:370
1645
  msgid "Read more"
1646
  msgstr ""
1647
 
1648
- #: includes/functions-layout-hook.php:399
1649
  msgid "Content source"
1650
  msgstr ""
1651
 
1652
- #: includes/functions-layout-hook.php:400
1653
  msgid "Choose content source."
1654
  msgstr ""
1655
 
1656
- #: includes/functions-layout-hook.php:404
1657
  msgid "Short description"
1658
  msgstr ""
1659
 
1660
- #: includes/functions-layout-hook.php:404
1661
  msgid "Auto Excerpt"
1662
  msgstr ""
1663
 
1664
- #: includes/functions-layout-hook.php:413
1665
  msgid "Word count"
1666
  msgstr ""
1667
 
1668
- #: includes/functions-layout-hook.php:414
1669
  msgid "Set word count."
1670
  msgstr ""
1671
 
1672
- #: includes/functions-layout-hook.php:428
1673
  msgid "Read more text"
1674
  msgstr ""
1675
 
1676
- #: includes/functions-layout-hook.php:429
1677
  msgid "Set custom read more text."
1678
  msgstr ""
1679
 
1680
- #: includes/functions-layout-hook.php:443
1681
  msgid "Read more color"
1682
  msgstr ""
1683
 
1684
- #: includes/functions-layout-hook.php:444
1685
  msgid "Set custom read more color."
1686
  msgstr ""
1687
 
1688
- #: includes/functions-layout-hook.php:612
1689
- #: includes/functions-layout-hook.php:723
1690
  msgid "Wrapper id"
1691
  msgstr ""
1692
 
1693
- #: includes/functions-layout-hook.php:613
1694
  msgid "Write wrapper id, ex: my-unique-id."
1695
  msgstr ""
1696
 
1697
- #: includes/functions-layout-hook.php:625
1698
  msgid "Wrapper class"
1699
  msgstr ""
1700
 
1701
- #: includes/functions-layout-hook.php:626
1702
  msgid "Write wrapper class, ex: layer-thumbnail"
1703
  msgstr ""
1704
 
1705
- #: includes/functions-layout-hook.php:639
1706
  msgid "Write custom CSS. do not use <code>&lt;style>&lt;/style></code>"
1707
  msgstr ""
1708
 
1709
- #: includes/functions-layout-hook.php:724
1710
  msgid "Write wrapper id, ex: div, p, span."
1711
  msgstr ""
1712
 
1713
- #: includes/functions-layout-hook.php:773
1714
  msgid "Product category"
1715
  msgstr ""
1716
 
1717
- #: includes/functions-layout-hook.php:782
1718
- #: includes/functions-layout-hook.php:925
1719
  msgid "Max count"
1720
  msgstr ""
1721
 
1722
- #: includes/functions-layout-hook.php:783
1723
- #: includes/functions-layout-hook.php:926
1724
  msgid "Write max count"
1725
  msgstr ""
1726
 
1727
- #: includes/functions-layout-hook.php:796
1728
- #: includes/functions-layout-hook.php:939
1729
  msgid "Link separator"
1730
  msgstr ""
1731
 
1732
- #: includes/functions-layout-hook.php:797
1733
- #: includes/functions-layout-hook.php:940
1734
  msgid "Choose link separator."
1735
  msgstr ""
1736
 
1737
- #: includes/functions-layout-hook.php:811
1738
- #: includes/functions-layout-hook.php:955
1739
- #: includes/functions-layout-hook.php:1048
1740
- #: includes/functions-layout-hook.php:1138
1741
- #: includes/functions-layout-hook.php:1280
1742
- #: includes/functions-layout-hook.php:1410
1743
- #: includes/functions-layout-hook.php:1635
1744
- #: includes/functions-layout-hook.php:1762
1745
- msgid "Wrapper html"
1746
- msgstr ""
1747
-
1748
- #: includes/functions-layout-hook.php:812
1749
  #, php-format
1750
  msgid "Write wrapper html, use <code>%s</code> to replace category output."
1751
  msgstr ""
1752
 
1753
- #: includes/functions-layout-hook.php:841
1754
- msgid "Choose font size."
1755
- msgstr ""
1756
-
1757
- #: includes/functions-layout-hook.php:856
1758
- #: includes/functions-layout-hook.php:983
1759
  msgid "Link color"
1760
  msgstr ""
1761
 
1762
- #: includes/functions-layout-hook.php:857
1763
- #: includes/functions-layout-hook.php:984
1764
  msgid "Choose link color."
1765
  msgstr ""
1766
 
1767
- #: includes/functions-layout-hook.php:915
1768
  msgid "Product tag"
1769
  msgstr ""
1770
 
1771
- #: includes/functions-layout-hook.php:956
1772
  #, php-format
1773
  msgid "Write wrapper html, use <code>%s</code> to replace tags output."
1774
  msgstr ""
1775
 
1776
- #: includes/functions-layout-hook.php:1038
1777
  msgid "Sale count"
1778
  msgstr ""
1779
 
1780
- #: includes/functions-layout-hook.php:1049
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1781
  #, php-format
1782
  msgid "Write wrapper html, use <code>%s</code> to replace sale count output."
1783
  msgstr ""
1784
 
1785
- #: includes/functions-layout-hook.php:1114
1786
  msgid "Featured mark"
1787
  msgstr ""
1788
 
1789
- #: includes/functions-layout-hook.php:1123
1790
- #: includes/functions-layout-hook.php:1267
1791
  msgid "Icon image"
1792
  msgstr ""
1793
 
1794
- #: includes/functions-layout-hook.php:1124
1795
- #: includes/functions-layout-hook.php:1268
1796
  msgid "Choose icon image"
1797
  msgstr ""
1798
 
1799
- #: includes/functions-layout-hook.php:1139
1800
- #: includes/functions-layout-hook.php:1281
1801
- #: includes/functions-layout-hook.php:1411
1802
  #, php-format
1803
  msgid "Write wrapper html, use <code>%s</code> to replace on-sale output."
1804
  msgstr ""
1805
 
1806
- #: includes/functions-layout-hook.php:1152
1807
- #: includes/functions-layout-hook.php:1294
1808
  msgid "position"
1809
  msgstr ""
1810
 
1811
- #: includes/functions-layout-hook.php:1153
1812
- #: includes/functions-layout-hook.php:1295
1813
  msgid "Choose position."
1814
  msgstr ""
1815
 
1816
- #: includes/functions-layout-hook.php:1175
1817
- #: includes/functions-layout-hook.php:1317
1818
- #: includes/functions-layout-hook.php:1426
1819
- #: includes/functions-layout-hook.php:1525
1820
- msgid "Choose background color."
1821
- msgstr ""
1822
-
1823
- #: includes/functions-layout-hook.php:1187
1824
- #: includes/functions-layout-hook.php:1329
1825
- #: includes/functions-layout-hook.php:1438
1826
- #: includes/functions-layout-hook.php:1538
1827
  msgid "Text color"
1828
  msgstr ""
1829
 
1830
- #: includes/functions-layout-hook.php:1188
1831
- #: includes/functions-layout-hook.php:1330
1832
- #: includes/functions-layout-hook.php:1439
1833
- #: includes/functions-layout-hook.php:1539
1834
- #: includes/functions-layout-hook.php:1665
1835
- #: includes/functions-layout-hook.php:1778
1836
  msgid "Choose text color."
1837
  msgstr ""
1838
 
1839
- #: includes/functions-layout-hook.php:1202
1840
- #: includes/functions-layout-hook.php:1345
1841
- #: includes/functions-layout-hook.php:1454
1842
  msgid "Choose text font size."
1843
  msgstr ""
1844
 
1845
- #: includes/functions-layout-hook.php:1216
1846
- #: includes/functions-layout-hook.php:1359
1847
- #: includes/functions-layout-hook.php:1468
1848
  msgid "Choose padding."
1849
  msgstr ""
1850
 
1851
- #: includes/functions-layout-hook.php:1258
1852
  msgid "On sale mark"
1853
  msgstr ""
1854
 
1855
- #: includes/functions-layout-hook.php:1551
1856
  msgid "Display quantity"
1857
  msgstr ""
1858
 
1859
- #: includes/functions-layout-hook.php:1552
1860
  msgid "Choose display quantity input field."
1861
  msgstr ""
1862
 
1863
- #: includes/functions-layout-hook.php:1556
1864
  #: includes/functions-settings-hook.php:46
1865
  msgid "No"
1866
  msgstr ""
1867
 
1868
- #: includes/functions-layout-hook.php:1556
1869
  #: includes/functions-settings-hook.php:46
1870
  msgid "Yes"
1871
  msgstr ""
1872
 
1873
- #: includes/functions-layout-hook.php:1621
1874
  msgid "Rating type"
1875
  msgstr ""
1876
 
1877
- #: includes/functions-layout-hook.php:1622
1878
  msgid "Choose rating type."
1879
  msgstr ""
1880
 
1881
- #: includes/functions-layout-hook.php:1636
1882
  #, php-format
1883
  msgid "Write wrapper html, use <code>%s</code> to replace rating output."
1884
  msgstr ""
1885
 
1886
- #: includes/functions-layout-hook.php:1664
1887
- #: includes/functions-layout-hook.php:1777
1888
  msgid "Text Color"
1889
  msgstr ""
1890
 
1891
- #: includes/functions-layout-hook.php:1739
1892
  msgid "Product price"
1893
  msgstr ""
1894
 
1895
- #: includes/functions-layout-hook.php:1748
1896
  msgid "Price type"
1897
  msgstr ""
1898
 
1899
- #: includes/functions-layout-hook.php:1749
1900
  msgid "Choose price type."
1901
  msgstr ""
1902
 
1903
- #: includes/functions-layout-hook.php:1763
1904
  #, php-format
1905
  msgid "Write wrapper html, use <code>%s</code> to replace price output."
1906
  msgstr ""
1907
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1908
  #: includes/functions-settings-hook.php:18
1909
  msgid "General"
1910
  msgstr ""
@@ -1945,7 +2966,60 @@ msgstr ""
1945
  msgid "See all demo"
1946
  msgstr ""
1947
 
1948
- #: includes/functions.php:250
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1949
  msgid "Shortcode"
1950
  msgstr ""
1951
 
@@ -1987,6 +3061,6 @@ msgstr ""
1987
  msgid "%s Settings - Update"
1988
  msgstr ""
1989
 
1990
- #: woocommerce-products-slider.php:91
1991
  msgid "1 Minute"
1992
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Woocommerce Products Slider\n"
4
+ "POT-Creation-Date: 2020-05-17 00:23+0600\n"
5
+ "PO-Revision-Date: 2020-05-17 00:23+0600\n"
6
  "Last-Translator: Nur Hasan <public.nurhasan@gmail.com>\n"
7
  "Language-Team: PickPlugins <support@pickplugins.com>\n"
8
  "Language: bn_BD\n"
17
  "X-Poedit-SearchPath-1: includes\n"
18
  "X-Poedit-SearchPath-2: templates\n"
19
 
20
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:9
21
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:37
22
+ msgid "Advanced product labels"
23
+ msgstr ""
24
+
25
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:47
26
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:551
27
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:724
28
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:879
29
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1035
30
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1173
31
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1328
32
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1483
33
+ #: includes/3rd-party/perfect-woocommerce-brands.php:47
34
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:47
35
+ #: includes/3rd-party/wish-list-for-woocommerce.php:47
36
+ #: includes/3rd-party/wishlist.php:111
37
+ #: includes/3rd-party/woo-smart-compare.php:47
38
+ #: includes/3rd-party/woo-smart-quick-view.php:47
39
+ #: includes/3rd-party/woo-smart-wishlist.php:47
40
+ #: includes/3rd-party/wpc-countdown-timer.php:47
41
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:50
42
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:111
43
+ #: includes/3rd-party/yith-woocommerce-compare.php:50
44
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:128
45
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:111
46
+ #: includes/class-metabox-wcps-hook.php:353
47
+ #: includes/functions-layout-hook.php:101
48
+ #: includes/functions-layout-hook.php:240
49
+ #: includes/functions-layout-hook.php:443
50
+ #: includes/functions-layout-hook.php:681
51
+ #: includes/functions-layout-hook.php:822
52
+ #: includes/functions-layout-hook.php:996
53
+ #: includes/functions-layout-hook.php:1140
54
+ #: includes/functions-layout-hook.php:1235
55
+ #: includes/functions-layout-hook.php:1638
56
+ #: includes/functions-layout-hook.php:1737
57
+ #: includes/functions-layout-hook.php:1821
58
+ #: includes/functions-layout-hook.php:1961
59
+ #: includes/functions-layout-hook.php:2092
60
+ #: includes/functions-layout-hook.php:2271
61
+ #: includes/functions-layout-hook.php:2399
62
+ #: includes/functions-layout-hook.php:2557
63
+ #: includes/functions-layout-hook.php:2731
64
+ #: includes/functions-layout-hook.php:2883
65
+ #: includes/functions-layout-hook.php:3034
66
+ #: includes/functions-layout-hook.php:3186
67
+ #: includes/functions-layout-hook.php:3336
68
+ #: includes/functions-layout-hook.php:3487
69
+ #: includes/functions-layout-hook.php:3605
70
+ #: includes/functions-layout-hook.php:3711
71
+ #: includes/functions-layout-hook.php:3861
72
+ #: includes/functions-layout-hook.php:4011
73
+ #: includes/functions-layout-hook.php:4160
74
+ #: includes/functions-layout-hook.php:4262
75
+ #: includes/functions-layout-hook.php:4412
76
+ #: includes/functions-layout-hook.php:4560
77
+ #: includes/functions-layout-hook.php:4711
78
+ #: includes/functions-layout-hook.php:4860
79
+ #: includes/functions-layout-hook.php:5010
80
+ msgid "Margin"
81
+ msgstr ""
82
+
83
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:48
84
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:552
85
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:725
86
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:880
87
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1036
88
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1174
89
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1329
90
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1484
91
+ #: includes/3rd-party/perfect-woocommerce-brands.php:48
92
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:48
93
+ #: includes/3rd-party/wish-list-for-woocommerce.php:48
94
+ #: includes/3rd-party/wishlist.php:112
95
+ #: includes/3rd-party/woo-smart-compare.php:48
96
+ #: includes/3rd-party/woo-smart-quick-view.php:48
97
+ #: includes/3rd-party/woo-smart-wishlist.php:48
98
+ #: includes/3rd-party/wpc-countdown-timer.php:48
99
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:51
100
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:112
101
+ #: includes/3rd-party/yith-woocommerce-compare.php:51
102
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:129
103
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:112
104
+ #: includes/functions-layout-hook.php:102
105
+ #: includes/functions-layout-hook.php:241
106
+ #: includes/functions-layout-hook.php:444
107
+ #: includes/functions-layout-hook.php:682
108
+ #: includes/functions-layout-hook.php:823
109
+ #: includes/functions-layout-hook.php:997
110
+ #: includes/functions-layout-hook.php:1141
111
+ #: includes/functions-layout-hook.php:1236
112
+ #: includes/functions-layout-hook.php:1738
113
+ #: includes/functions-layout-hook.php:1822
114
+ #: includes/functions-layout-hook.php:1962
115
+ #: includes/functions-layout-hook.php:2093
116
+ #: includes/functions-layout-hook.php:2272
117
+ #: includes/functions-layout-hook.php:2400
118
+ #: includes/functions-layout-hook.php:2558
119
+ #: includes/functions-layout-hook.php:2732
120
+ #: includes/functions-layout-hook.php:2884
121
+ #: includes/functions-layout-hook.php:3035
122
+ #: includes/functions-layout-hook.php:3187
123
+ #: includes/functions-layout-hook.php:3337
124
+ #: includes/functions-layout-hook.php:3488
125
+ #: includes/functions-layout-hook.php:3606
126
+ #: includes/functions-layout-hook.php:3712
127
+ #: includes/functions-layout-hook.php:3862
128
+ #: includes/functions-layout-hook.php:4012
129
+ #: includes/functions-layout-hook.php:4161
130
+ #: includes/functions-layout-hook.php:4263
131
+ #: includes/functions-layout-hook.php:4413
132
+ #: includes/functions-layout-hook.php:4561
133
+ #: includes/functions-layout-hook.php:4712
134
+ #: includes/functions-layout-hook.php:4861
135
+ #: includes/functions-layout-hook.php:5011
136
+ msgid "Set margin."
137
+ msgstr ""
138
+
139
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:11
140
+ msgid "Dokan vendors"
141
+ msgstr ""
142
+
143
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:29
144
+ #, php-format
145
+ msgid "%s Query dokan vendors"
146
+ msgstr ""
147
+
148
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:66
149
+ msgid "Max number of vendors"
150
+ msgstr ""
151
+
152
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:67
153
+ msgid "Set custom number you want to display maximum number of vendors"
154
+ msgstr ""
155
+
156
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:81
157
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:228
158
+ #: includes/class-metabox-wcps-hook.php:722
159
+ #: includes/class-metabox-wcps-hook.php:1174
160
+ #: includes/class-metabox-wcps-hook.php:1291
161
+ msgid "Query order"
162
+ msgstr ""
163
+
164
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:82
165
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:229
166
+ #: includes/class-metabox-wcps-hook.php:723
167
+ #: includes/class-metabox-wcps-hook.php:1175
168
+ #: includes/class-metabox-wcps-hook.php:1292
169
+ msgid "Set query order."
170
+ msgstr ""
171
+
172
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:87
173
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:234
174
+ #: includes/class-metabox-wcps-hook.php:728
175
+ #: includes/class-metabox-wcps-hook.php:818
176
+ #: includes/class-metabox-wcps-hook.php:1180
177
+ #: includes/class-metabox-wcps-hook.php:1297
178
+ msgid "Descending"
179
+ msgstr ""
180
+
181
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:88
182
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:235
183
+ #: includes/class-metabox-wcps-hook.php:729
184
+ #: includes/class-metabox-wcps-hook.php:819
185
+ #: includes/class-metabox-wcps-hook.php:1181
186
+ #: includes/class-metabox-wcps-hook.php:1298
187
+ msgid "Ascending"
188
+ msgstr ""
189
+
190
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:98
191
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:245
192
+ #: includes/class-metabox-wcps-hook.php:854
193
+ #: includes/class-metabox-wcps-hook.php:1148
194
+ #: includes/class-metabox-wcps-hook.php:1331
195
+ msgid "Query orderby"
196
+ msgstr ""
197
+
198
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:99
199
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:246
200
+ #: includes/class-metabox-wcps-hook.php:855
201
+ #: includes/class-metabox-wcps-hook.php:1149
202
+ #: includes/class-metabox-wcps-hook.php:1332
203
+ msgid "Set query orderby."
204
+ msgstr ""
205
+
206
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:104
207
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:251
208
+ #: includes/class-metabox-wcps-hook.php:738
209
+ #: includes/class-metabox-wcps-hook.php:1158
210
+ #: includes/class-metabox-wcps-hook.php:1307
211
+ msgid "ID"
212
+ msgstr ""
213
+
214
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:105
215
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:252
216
+ msgid "display name"
217
+ msgstr ""
218
+
219
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:106
220
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:253
221
+ msgid "user login"
222
+ msgstr ""
223
+
224
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:107
225
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:254
226
+ msgid "user nicename"
227
+ msgstr ""
228
+
229
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:125
230
+ msgid "vendor ID's"
231
+ msgstr ""
232
+
233
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:126
234
+ msgid "You can display vendors by ids."
235
+ msgstr ""
236
+
237
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:13
238
+ #: includes/functions-layout-hook.php:2815
239
+ msgid "Dokan store name"
240
+ msgstr ""
241
+
242
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:14
243
+ #: includes/functions-layout-hook.php:2966
244
+ msgid "Dokan store address"
245
+ msgstr ""
246
+
247
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:15
248
+ #: includes/functions-layout-hook.php:3118
249
+ msgid "Dokan store city"
250
+ msgstr ""
251
+
252
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:16
253
+ #: includes/functions-layout-hook.php:3268
254
+ msgid "Dokan store country"
255
+ msgstr ""
256
+
257
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:17
258
+ #: includes/functions-layout-hook.php:3419
259
+ msgid "Dokan store phone"
260
+ msgstr ""
261
+
262
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:18
263
+ msgid "Dokan banner"
264
+ msgstr ""
265
+
266
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:19
267
+ msgid "Dokan avatar"
268
+ msgstr ""
269
+
270
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:18
271
+ #, php-format
272
+ msgid "%s Query edd downloads"
273
+ msgstr ""
274
+
275
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:32
276
+ msgid "EDD downloads"
277
+ msgstr ""
278
+
279
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:72
280
+ msgid "Max number of download"
281
+ msgstr ""
282
+
283
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:73
284
+ msgid "Set custom number you want to display maximum number of download"
285
+ msgstr ""
286
+
287
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:143
288
+ #: includes/class-metabox-wcps-hook.php:628
289
+ #: includes/class-metabox-wcps-hook.php:1094
290
+ msgid "Select terms"
291
+ msgstr ""
292
+
293
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:144
294
+ #: includes/class-metabox-wcps-hook.php:629
295
+ #: includes/class-metabox-wcps-hook.php:812
296
+ #: includes/class-metabox-wcps-hook.php:1095
297
+ msgid "Choose some terms."
298
+ msgstr ""
299
+
300
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:158
301
+ #: includes/class-metabox-wcps-hook.php:643
302
+ msgid "Terms relation"
303
+ msgstr ""
304
+
305
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:159
306
+ #: includes/class-metabox-wcps-hook.php:644
307
+ msgid "Choose term relation."
308
+ msgstr ""
309
+
310
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:164
311
+ #: includes/class-metabox-wcps-hook.php:649
312
+ msgid "IN"
313
+ msgstr ""
314
+
315
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:165
316
+ #: includes/class-metabox-wcps-hook.php:650
317
+ msgid "NOT IN"
318
+ msgstr ""
319
+
320
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:166
321
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:219
322
+ #: includes/class-metabox-wcps-hook.php:651
323
+ #: includes/class-metabox-wcps-hook.php:706
324
+ msgid "AND"
325
+ msgstr ""
326
+
327
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:167
328
+ #: includes/class-metabox-wcps-hook.php:652
329
+ msgid "EXISTS"
330
+ msgstr ""
331
+
332
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:168
333
+ #: includes/class-metabox-wcps-hook.php:653
334
+ msgid "NOT EXISTS"
335
+ msgstr ""
336
+
337
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:202
338
+ msgid "Download taxonomy & terms"
339
+ msgstr ""
340
+
341
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:203
342
+ msgid ""
343
+ "Choose download taxonomy & terms. click to expand and see there is "
344
+ "categories or terms you can select."
345
+ msgstr ""
346
+
347
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:212
348
+ #: includes/class-metabox-wcps-hook.php:699
349
+ msgid "Taxonomy relation"
350
+ msgstr ""
351
+
352
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:213
353
+ #: includes/class-metabox-wcps-hook.php:700
354
+ msgid "Set taxonomy relation."
355
+ msgstr ""
356
+
357
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:218
358
+ #: includes/class-metabox-wcps-hook.php:705
359
+ msgid "OR"
360
+ msgstr ""
361
+
362
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:272
363
+ msgid "Download ID's"
364
+ msgstr ""
365
+
366
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:273
367
+ msgid "You can display download by ids."
368
+ msgstr ""
369
+
370
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:7
371
+ msgid "Download post title"
372
+ msgstr ""
373
+
374
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:9
375
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:657
376
+ msgid "EDD price"
377
+ msgstr ""
378
+
379
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:13
380
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1120
381
+ msgid "EDD add to cart"
382
+ msgstr ""
383
+
384
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:14
385
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1261
386
+ msgid "EDD categories"
387
+ msgstr ""
388
+
389
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:15
390
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1415
391
+ msgid "EDD tags"
392
+ msgstr ""
393
+
394
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:63
395
+ msgid "Add to Cart"
396
+ msgstr ""
397
+
398
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:498
399
+ msgid "Download title"
400
+ msgstr ""
401
+
402
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:508
403
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:681
404
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:836
405
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:992
406
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1130
407
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1285
408
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1440
409
+ #: includes/3rd-party/wishlist.php:84
410
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:84
411
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:101
412
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:84
413
+ #: includes/functions-layout-hook.php:58 includes/functions-layout-hook.php:197
414
+ #: includes/functions-layout-hook.php:624
415
+ #: includes/functions-layout-hook.php:2049
416
+ #: includes/functions-layout-hook.php:2356
417
+ #: includes/functions-layout-hook.php:2514
418
+ #: includes/functions-layout-hook.php:2688
419
+ #: includes/functions-layout-hook.php:2840
420
+ #: includes/functions-layout-hook.php:2991
421
+ #: includes/functions-layout-hook.php:3143
422
+ #: includes/functions-layout-hook.php:3293
423
+ #: includes/functions-layout-hook.php:3444
424
+ #: includes/functions-layout-hook.php:3818
425
+ #: includes/functions-layout-hook.php:3968
426
+ #: includes/functions-layout-hook.php:4117
427
+ #: includes/functions-layout-hook.php:4369
428
+ #: includes/functions-layout-hook.php:4517
429
+ #: includes/functions-layout-hook.php:4668
430
+ #: includes/functions-layout-hook.php:4817
431
+ #: includes/functions-layout-hook.php:4967
432
+ msgid "Color"
433
+ msgstr ""
434
+
435
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:509
436
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:682
437
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:837
438
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:993
439
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1131
440
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1286
441
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1441
442
+ #: includes/3rd-party/wishlist.php:85
443
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:85
444
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:102
445
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:85
446
+ #: includes/functions-layout-hook.php:59 includes/functions-layout-hook.php:198
447
+ #: includes/functions-layout-hook.php:625
448
+ #: includes/functions-layout-hook.php:2050
449
+ #: includes/functions-layout-hook.php:2357
450
+ #: includes/functions-layout-hook.php:2515
451
+ #: includes/functions-layout-hook.php:2689
452
+ #: includes/functions-layout-hook.php:2841
453
+ #: includes/functions-layout-hook.php:2992
454
+ #: includes/functions-layout-hook.php:3144
455
+ #: includes/functions-layout-hook.php:3294
456
+ #: includes/functions-layout-hook.php:3445
457
+ #: includes/functions-layout-hook.php:3819
458
+ #: includes/functions-layout-hook.php:3969
459
+ #: includes/functions-layout-hook.php:4118
460
+ #: includes/functions-layout-hook.php:4370
461
+ #: includes/functions-layout-hook.php:4518
462
+ #: includes/functions-layout-hook.php:4669
463
+ #: includes/functions-layout-hook.php:4818
464
+ #: includes/functions-layout-hook.php:4968
465
+ msgid "Title text color."
466
+ msgstr ""
467
+
468
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:521
469
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:694
470
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:849
471
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1005
472
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1143
473
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1298
474
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1453
475
+ #: includes/3rd-party/wishlist.php:53
476
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:53
477
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:70
478
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:53
479
+ #: includes/functions-layout-hook.php:71 includes/functions-layout-hook.php:210
480
+ #: includes/functions-layout-hook.php:637
481
+ #: includes/functions-layout-hook.php:1011
482
+ #: includes/functions-layout-hook.php:1372
483
+ #: includes/functions-layout-hook.php:1515
484
+ #: includes/functions-layout-hook.php:1624
485
+ #: includes/functions-layout-hook.php:1864
486
+ #: includes/functions-layout-hook.php:1975
487
+ #: includes/functions-layout-hook.php:2062
488
+ #: includes/functions-layout-hook.php:2369
489
+ #: includes/functions-layout-hook.php:2527
490
+ #: includes/functions-layout-hook.php:2701
491
+ #: includes/functions-layout-hook.php:2853
492
+ #: includes/functions-layout-hook.php:3004
493
+ #: includes/functions-layout-hook.php:3156
494
+ #: includes/functions-layout-hook.php:3306
495
+ #: includes/functions-layout-hook.php:3457
496
+ #: includes/functions-layout-hook.php:3831
497
+ #: includes/functions-layout-hook.php:3981
498
+ #: includes/functions-layout-hook.php:4130
499
+ #: includes/functions-layout-hook.php:4382
500
+ #: includes/functions-layout-hook.php:4530
501
+ #: includes/functions-layout-hook.php:4681
502
+ #: includes/functions-layout-hook.php:4830
503
+ #: includes/functions-layout-hook.php:4980
504
+ msgid "Font size"
505
+ msgstr ""
506
+
507
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:522
508
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:695
509
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:850
510
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1006
511
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1144
512
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1299
513
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1454
514
+ #: includes/functions-layout-hook.php:72 includes/functions-layout-hook.php:211
515
+ #: includes/functions-layout-hook.php:638
516
+ #: includes/functions-layout-hook.php:1865
517
+ #: includes/functions-layout-hook.php:1976
518
+ #: includes/functions-layout-hook.php:2063
519
+ #: includes/functions-layout-hook.php:2370
520
+ #: includes/functions-layout-hook.php:2528
521
+ #: includes/functions-layout-hook.php:2702
522
+ #: includes/functions-layout-hook.php:2854
523
+ #: includes/functions-layout-hook.php:3005
524
+ #: includes/functions-layout-hook.php:3157
525
+ #: includes/functions-layout-hook.php:3307
526
+ #: includes/functions-layout-hook.php:3458
527
+ #: includes/functions-layout-hook.php:3832
528
+ #: includes/functions-layout-hook.php:3982
529
+ #: includes/functions-layout-hook.php:4131
530
+ #: includes/functions-layout-hook.php:4383
531
+ #: includes/functions-layout-hook.php:4531
532
+ #: includes/functions-layout-hook.php:4682
533
+ #: includes/functions-layout-hook.php:4831
534
+ #: includes/functions-layout-hook.php:4981
535
+ msgid "Set font size."
536
+ msgstr ""
537
+
538
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:536
539
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:709
540
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:864
541
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1020
542
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1158
543
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1313
544
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1468
545
+ #: includes/3rd-party/wishlist.php:69
546
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:69
547
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:86
548
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:69
549
+ #: includes/functions-layout-hook.php:86 includes/functions-layout-hook.php:225
550
+ #: includes/functions-layout-hook.php:652
551
+ #: includes/functions-layout-hook.php:2077
552
+ #: includes/functions-layout-hook.php:2384
553
+ #: includes/functions-layout-hook.php:2542
554
+ #: includes/functions-layout-hook.php:2716
555
+ #: includes/functions-layout-hook.php:2868
556
+ #: includes/functions-layout-hook.php:3019
557
+ #: includes/functions-layout-hook.php:3171
558
+ #: includes/functions-layout-hook.php:3321
559
+ #: includes/functions-layout-hook.php:3472
560
+ #: includes/functions-layout-hook.php:3846
561
+ #: includes/functions-layout-hook.php:3996
562
+ #: includes/functions-layout-hook.php:4145
563
+ #: includes/functions-layout-hook.php:4397
564
+ #: includes/functions-layout-hook.php:4545
565
+ #: includes/functions-layout-hook.php:4696
566
+ #: includes/functions-layout-hook.php:4845
567
+ #: includes/functions-layout-hook.php:4995
568
+ msgid "Font family"
569
+ msgstr ""
570
+
571
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:537
572
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:710
573
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:865
574
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1021
575
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1159
576
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1314
577
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1469
578
+ #: includes/3rd-party/wishlist.php:70
579
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:70
580
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:87
581
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:70
582
+ #: includes/functions-layout-hook.php:87 includes/functions-layout-hook.php:226
583
+ #: includes/functions-layout-hook.php:653
584
+ #: includes/functions-layout-hook.php:2078
585
+ #: includes/functions-layout-hook.php:2385
586
+ #: includes/functions-layout-hook.php:2543
587
+ #: includes/functions-layout-hook.php:2717
588
+ #: includes/functions-layout-hook.php:2869
589
+ #: includes/functions-layout-hook.php:3020
590
+ #: includes/functions-layout-hook.php:3172
591
+ #: includes/functions-layout-hook.php:3322
592
+ #: includes/functions-layout-hook.php:3473
593
+ #: includes/functions-layout-hook.php:3847
594
+ #: includes/functions-layout-hook.php:3997
595
+ #: includes/functions-layout-hook.php:4146
596
+ #: includes/functions-layout-hook.php:4398
597
+ #: includes/functions-layout-hook.php:4546
598
+ #: includes/functions-layout-hook.php:4697
599
+ #: includes/functions-layout-hook.php:4846
600
+ #: includes/functions-layout-hook.php:4996
601
+ msgid "Set font family."
602
+ msgstr ""
603
+
604
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:566
605
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:739
606
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:894
607
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1050
608
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1188
609
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1343
610
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1498
611
+ #: includes/class-metabox-wcps-hook.php:297
612
+ #: includes/functions-layout-hook.php:116
613
+ #: includes/functions-layout-hook.php:255
614
+ #: includes/functions-layout-hook.php:666
615
+ #: includes/functions-layout-hook.php:1042
616
+ #: includes/functions-layout-hook.php:1168
617
+ #: includes/functions-layout-hook.php:1849
618
+ #: includes/functions-layout-hook.php:1989
619
+ #: includes/functions-layout-hook.php:2107
620
+ #: includes/functions-layout-hook.php:2414
621
+ #: includes/functions-layout-hook.php:2572
622
+ #: includes/functions-layout-hook.php:2746
623
+ #: includes/functions-layout-hook.php:2898
624
+ #: includes/functions-layout-hook.php:3049
625
+ #: includes/functions-layout-hook.php:3201
626
+ #: includes/functions-layout-hook.php:3351
627
+ #: includes/functions-layout-hook.php:3502
628
+ #: includes/functions-layout-hook.php:3620
629
+ #: includes/functions-layout-hook.php:3726
630
+ #: includes/functions-layout-hook.php:3876
631
+ #: includes/functions-layout-hook.php:4026
632
+ #: includes/functions-layout-hook.php:4175
633
+ #: includes/functions-layout-hook.php:4277
634
+ #: includes/functions-layout-hook.php:4427
635
+ #: includes/functions-layout-hook.php:4575
636
+ #: includes/functions-layout-hook.php:4726
637
+ #: includes/functions-layout-hook.php:4875
638
+ #: includes/functions-layout-hook.php:5025
639
+ msgid "Text align"
640
+ msgstr ""
641
+
642
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:567
643
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:740
644
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:895
645
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1051
646
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1189
647
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1344
648
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1499
649
+ #: includes/functions-layout-hook.php:117
650
+ #: includes/functions-layout-hook.php:256
651
+ #: includes/functions-layout-hook.php:667
652
+ #: includes/functions-layout-hook.php:1043
653
+ #: includes/functions-layout-hook.php:1169
654
+ #: includes/functions-layout-hook.php:1850
655
+ #: includes/functions-layout-hook.php:1990
656
+ #: includes/functions-layout-hook.php:2108
657
+ #: includes/functions-layout-hook.php:2415
658
+ #: includes/functions-layout-hook.php:2573
659
+ #: includes/functions-layout-hook.php:2747
660
+ #: includes/functions-layout-hook.php:2899
661
+ #: includes/functions-layout-hook.php:3050
662
+ #: includes/functions-layout-hook.php:3202
663
+ #: includes/functions-layout-hook.php:3352
664
+ #: includes/functions-layout-hook.php:3503
665
+ #: includes/functions-layout-hook.php:3621
666
+ #: includes/functions-layout-hook.php:3727
667
+ #: includes/functions-layout-hook.php:3877
668
+ #: includes/functions-layout-hook.php:4027
669
+ #: includes/functions-layout-hook.php:4176
670
+ #: includes/functions-layout-hook.php:4278
671
+ #: includes/functions-layout-hook.php:4428
672
+ #: includes/functions-layout-hook.php:4576
673
+ #: includes/functions-layout-hook.php:4727
674
+ #: includes/functions-layout-hook.php:4876
675
+ #: includes/functions-layout-hook.php:5026
676
+ msgid "Choose text align."
677
+ msgstr ""
678
+
679
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:571
680
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:744
681
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:899
682
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1055
683
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1193
684
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1348
685
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1503
686
+ #: includes/functions-layout-hook.php:121
687
+ #: includes/functions-layout-hook.php:260
688
+ #: includes/functions-layout-hook.php:671
689
+ #: includes/functions-layout-hook.php:1047
690
+ #: includes/functions-layout-hook.php:1173
691
+ #: includes/functions-layout-hook.php:1854
692
+ #: includes/functions-layout-hook.php:1994
693
+ #: includes/functions-layout-hook.php:2112
694
+ #: includes/functions-layout-hook.php:2419
695
+ #: includes/functions-layout-hook.php:2577
696
+ #: includes/functions-layout-hook.php:2751
697
+ #: includes/functions-layout-hook.php:2903
698
+ #: includes/functions-layout-hook.php:3054
699
+ #: includes/functions-layout-hook.php:3206
700
+ #: includes/functions-layout-hook.php:3356
701
+ #: includes/functions-layout-hook.php:3507
702
+ #: includes/functions-layout-hook.php:3625
703
+ #: includes/functions-layout-hook.php:3731
704
+ #: includes/functions-layout-hook.php:3881
705
+ #: includes/functions-layout-hook.php:4031
706
+ #: includes/functions-layout-hook.php:4180
707
+ #: includes/functions-layout-hook.php:4282
708
+ #: includes/functions-layout-hook.php:4432
709
+ #: includes/functions-layout-hook.php:4580
710
+ #: includes/functions-layout-hook.php:4731
711
+ #: includes/functions-layout-hook.php:4880
712
+ #: includes/functions-layout-hook.php:5030
713
+ msgid "Left"
714
+ msgstr ""
715
+
716
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:571
717
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:744
718
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:899
719
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1055
720
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1193
721
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1348
722
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1503
723
+ #: includes/functions-layout-hook.php:121
724
+ #: includes/functions-layout-hook.php:260
725
+ #: includes/functions-layout-hook.php:671
726
+ #: includes/functions-layout-hook.php:1047
727
+ #: includes/functions-layout-hook.php:1173
728
+ #: includes/functions-layout-hook.php:1854
729
+ #: includes/functions-layout-hook.php:1994
730
+ #: includes/functions-layout-hook.php:2112
731
+ #: includes/functions-layout-hook.php:2419
732
+ #: includes/functions-layout-hook.php:2577
733
+ #: includes/functions-layout-hook.php:2751
734
+ #: includes/functions-layout-hook.php:2903
735
+ #: includes/functions-layout-hook.php:3054
736
+ #: includes/functions-layout-hook.php:3206
737
+ #: includes/functions-layout-hook.php:3356
738
+ #: includes/functions-layout-hook.php:3507
739
+ #: includes/functions-layout-hook.php:3625
740
+ #: includes/functions-layout-hook.php:3731
741
+ #: includes/functions-layout-hook.php:3881
742
+ #: includes/functions-layout-hook.php:4031
743
+ #: includes/functions-layout-hook.php:4180
744
+ #: includes/functions-layout-hook.php:4282
745
+ #: includes/functions-layout-hook.php:4432
746
+ #: includes/functions-layout-hook.php:4580
747
+ #: includes/functions-layout-hook.php:4731
748
+ #: includes/functions-layout-hook.php:4880
749
+ #: includes/functions-layout-hook.php:5030
750
+ msgid "Right"
751
+ msgstr ""
752
+
753
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:571
754
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:744
755
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:899
756
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1055
757
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1193
758
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1348
759
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1503
760
+ #: includes/functions-layout-hook.php:121
761
+ #: includes/functions-layout-hook.php:260
762
+ #: includes/functions-layout-hook.php:671
763
+ #: includes/functions-layout-hook.php:1047
764
+ #: includes/functions-layout-hook.php:1173
765
+ #: includes/functions-layout-hook.php:1854
766
+ #: includes/functions-layout-hook.php:1994
767
+ #: includes/functions-layout-hook.php:2112
768
+ #: includes/functions-layout-hook.php:2419
769
+ #: includes/functions-layout-hook.php:2577
770
+ #: includes/functions-layout-hook.php:2751
771
+ #: includes/functions-layout-hook.php:2903
772
+ #: includes/functions-layout-hook.php:3054
773
+ #: includes/functions-layout-hook.php:3206
774
+ #: includes/functions-layout-hook.php:3356
775
+ #: includes/functions-layout-hook.php:3507
776
+ #: includes/functions-layout-hook.php:3625
777
+ #: includes/functions-layout-hook.php:3731
778
+ #: includes/functions-layout-hook.php:3881
779
+ #: includes/functions-layout-hook.php:4031
780
+ #: includes/functions-layout-hook.php:4180
781
+ #: includes/functions-layout-hook.php:4282
782
+ #: includes/functions-layout-hook.php:4432
783
+ #: includes/functions-layout-hook.php:4580
784
+ #: includes/functions-layout-hook.php:4731
785
+ #: includes/functions-layout-hook.php:4880
786
+ #: includes/functions-layout-hook.php:5030
787
+ msgid "Center"
788
+ msgstr ""
789
+
790
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:581
791
+ #: includes/functions-layout-hook.php:270
792
+ #: includes/functions-layout-hook.php:478
793
+ #: includes/functions-layout-hook.php:718
794
+ #: includes/functions-layout-hook.php:2429
795
+ #: includes/functions-layout-hook.php:2587
796
+ msgid "Link to"
797
+ msgstr ""
798
+
799
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:582
800
+ #: includes/functions-layout-hook.php:271
801
+ #: includes/functions-layout-hook.php:2430
802
+ #: includes/functions-layout-hook.php:2588
803
+ msgid "Choose option to link product."
804
+ msgstr ""
805
+
806
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:587
807
+ #: includes/class-metabox-wcps-hook.php:247
808
+ #: includes/class-metabox-wcps-hook.php:817
809
+ #: includes/functions-layout-hook.php:276
810
+ #: includes/functions-layout-hook.php:485
811
+ #: includes/functions-layout-hook.php:724
812
+ #: includes/functions-layout-hook.php:1333
813
+ #: includes/functions-layout-hook.php:1475
814
+ #: includes/functions-layout-hook.php:2435
815
+ #: includes/functions-layout-hook.php:2593
816
+ #: includes/functions-settings-hook.php:33
817
+ msgid "None"
818
+ msgstr ""
819
+
820
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:588
821
+ msgid "Download link"
822
+ msgstr ""
823
+
824
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:606
825
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:761
826
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:916
827
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1072
828
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1210
829
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1365
830
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1520
831
+ #: includes/functions-layout-hook.php:139
832
+ #: includes/functions-layout-hook.php:298
833
+ #: includes/functions-layout-hook.php:465
834
+ #: includes/functions-layout-hook.php:705
835
+ #: includes/functions-layout-hook.php:844
836
+ #: includes/functions-layout-hook.php:2129
837
+ #: includes/functions-layout-hook.php:2293
838
+ #: includes/functions-layout-hook.php:2455
839
+ #: includes/functions-layout-hook.php:2613
840
+ #: includes/functions-layout-hook.php:2766
841
+ #: includes/functions-layout-hook.php:2918
842
+ #: includes/functions-layout-hook.php:3069
843
+ #: includes/functions-layout-hook.php:3221
844
+ #: includes/functions-layout-hook.php:3371
845
+ #: includes/functions-layout-hook.php:3522
846
+ #: includes/functions-layout-hook.php:3640
847
+ #: includes/functions-layout-hook.php:3746
848
+ #: includes/functions-layout-hook.php:3896
849
+ #: includes/functions-layout-hook.php:4046
850
+ #: includes/functions-layout-hook.php:4195
851
+ #: includes/functions-layout-hook.php:4297
852
+ #: includes/functions-layout-hook.php:4447
853
+ #: includes/functions-layout-hook.php:4595
854
+ #: includes/functions-layout-hook.php:4746
855
+ #: includes/functions-layout-hook.php:4895
856
+ #: includes/functions-layout-hook.php:5045
857
+ msgid "Use of CSS"
858
+ msgstr ""
859
+
860
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:607
861
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:762
862
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:917
863
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1073
864
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1211
865
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1366
866
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1521
867
+ #: includes/functions-layout-hook.php:140
868
+ #: includes/functions-layout-hook.php:299
869
+ #: includes/functions-layout-hook.php:466
870
+ #: includes/functions-layout-hook.php:706
871
+ #: includes/functions-layout-hook.php:845
872
+ #: includes/functions-layout-hook.php:2130
873
+ #: includes/functions-layout-hook.php:2294
874
+ #: includes/functions-layout-hook.php:2456
875
+ #: includes/functions-layout-hook.php:2614
876
+ #: includes/functions-layout-hook.php:2767
877
+ #: includes/functions-layout-hook.php:2919
878
+ #: includes/functions-layout-hook.php:3070
879
+ #: includes/functions-layout-hook.php:3222
880
+ #: includes/functions-layout-hook.php:3372
881
+ #: includes/functions-layout-hook.php:3523
882
+ #: includes/functions-layout-hook.php:3641
883
+ #: includes/functions-layout-hook.php:3747
884
+ #: includes/functions-layout-hook.php:3897
885
+ #: includes/functions-layout-hook.php:4047
886
+ #: includes/functions-layout-hook.php:4196
887
+ #: includes/functions-layout-hook.php:4298
888
+ #: includes/functions-layout-hook.php:4448
889
+ #: includes/functions-layout-hook.php:4596
890
+ #: includes/functions-layout-hook.php:4747
891
+ #: includes/functions-layout-hook.php:4896
892
+ #: includes/functions-layout-hook.php:5046
893
+ msgid "Use following class selector to add custom CSS for this element."
894
+ msgstr ""
895
+
896
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:667
897
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:822
898
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:977
899
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1271
900
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1426
901
+ #: includes/functions-layout-hook.php:982
902
+ #: includes/functions-layout-hook.php:1126
903
+ #: includes/functions-layout-hook.php:1219
904
+ #: includes/functions-layout-hook.php:1309
905
+ #: includes/functions-layout-hook.php:1451
906
+ #: includes/functions-layout-hook.php:1581
907
+ #: includes/functions-layout-hook.php:1806
908
+ #: includes/functions-layout-hook.php:1933
909
+ #: includes/functions-layout-hook.php:2674
910
+ #: includes/functions-layout-hook.php:2826
911
+ #: includes/functions-layout-hook.php:2977
912
+ #: includes/functions-layout-hook.php:3129
913
+ #: includes/functions-layout-hook.php:3279
914
+ #: includes/functions-layout-hook.php:3430
915
+ #: includes/functions-layout-hook.php:3804
916
+ #: includes/functions-layout-hook.php:3954
917
+ #: includes/functions-layout-hook.php:4103
918
+ #: includes/functions-layout-hook.php:4355
919
+ #: includes/functions-layout-hook.php:4503
920
+ #: includes/functions-layout-hook.php:4654
921
+ #: includes/functions-layout-hook.php:4803
922
+ #: includes/functions-layout-hook.php:4953
923
+ msgid "Wrapper html"
924
+ msgstr ""
925
+
926
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:668
927
+ #, php-format
928
+ msgid "Set font wrapper html. ex: Price %s"
929
+ msgstr ""
930
+
931
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:811
932
+ msgid "EDD variable prices"
933
+ msgstr ""
934
+
935
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:823
936
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:978
937
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1272
938
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1427
939
+ msgid "Set font wrapper html."
940
+ msgstr ""
941
+
942
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:967
943
+ msgid "EDD sales stats"
944
+ msgstr ""
945
+
946
+ #: includes/3rd-party/perfect-woocommerce-brands.php:9
947
+ #: includes/3rd-party/perfect-woocommerce-brands.php:37
948
+ msgid "Perfect brands"
949
+ msgstr ""
950
+
951
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:9
952
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:37
953
+ msgid "TI Wishlist"
954
+ msgstr ""
955
+
956
+ #: includes/3rd-party/wish-list-for-woocommerce.php:9
957
+ #: includes/3rd-party/wish-list-for-woocommerce.php:37
958
+ msgid "WishList for WooCommerce"
959
+ msgstr ""
960
+
961
+ #: includes/3rd-party/wishlist.php:9 includes/3rd-party/wishlist.php:43
962
+ msgid "Wishlist"
963
+ msgstr ""
964
+
965
+ #: includes/3rd-party/wishlist.php:54
966
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:54
967
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:71
968
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:54
969
+ #: includes/functions-layout-hook.php:1012
970
+ msgid "Choose font size."
971
+ msgstr ""
972
+
973
+ #: includes/3rd-party/wishlist.php:97
974
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:97
975
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:114
976
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:97
977
+ #: includes/class-metabox-wcps-hook.php:287
978
+ #: includes/class-metabox-wcps-hook.php:334
979
+ #: includes/functions-layout-hook.php:1345
980
+ #: includes/functions-layout-hook.php:1487
981
+ #: includes/functions-layout-hook.php:1596
982
+ #: includes/functions-layout-hook.php:1695
983
+ msgid "Background color"
984
+ msgstr ""
985
+
986
+ #: includes/3rd-party/wishlist.php:98
987
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:98
988
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:115
989
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:98
990
+ #: includes/functions-layout-hook.php:1346
991
+ #: includes/functions-layout-hook.php:1488
992
+ #: includes/functions-layout-hook.php:1597
993
+ #: includes/functions-layout-hook.php:1696
994
+ msgid "Choose background color."
995
+ msgstr ""
996
+
997
+ #: includes/3rd-party/wishlist.php:126
998
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:126
999
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:143
1000
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:126
1001
+ #: includes/class-metabox-wcps-hook.php:344
1002
+ #: includes/functions-layout-hook.php:1386
1003
+ #: includes/functions-layout-hook.php:1529
1004
+ msgid "Padding"
1005
+ msgstr ""
1006
+
1007
+ #: includes/3rd-party/wishlist.php:127
1008
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:127
1009
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:144
1010
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:127
1011
+ msgid "Set padding."
1012
+ msgstr ""
1013
+
1014
+ #: includes/3rd-party/woo-smart-compare.php:9
1015
+ #: includes/3rd-party/woo-smart-compare.php:37
1016
+ #: includes/functions-settings-hook.php:650
1017
+ msgid "WPC Smart Compare"
1018
+ msgstr ""
1019
+
1020
+ #: includes/3rd-party/woo-smart-quick-view.php:9
1021
+ #: includes/3rd-party/woo-smart-quick-view.php:37
1022
+ msgid "WPClever quick view"
1023
+ msgstr ""
1024
+
1025
+ #: includes/3rd-party/woo-smart-wishlist.php:9
1026
+ #: includes/3rd-party/woo-smart-wishlist.php:37
1027
+ msgid "WPClever wishlist"
1028
+ msgstr ""
1029
+
1030
+ #: includes/3rd-party/wpc-countdown-timer.php:9
1031
+ #: includes/3rd-party/wpc-countdown-timer.php:37
1032
+ msgid "WPC countdown"
1033
+ msgstr ""
1034
+
1035
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:9
1036
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:40
1037
+ msgid "YITH badges"
1038
+ msgstr ""
1039
+
1040
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:9
1041
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:43
1042
+ msgid "YITH brands"
1043
+ msgstr ""
1044
+
1045
+ #: includes/3rd-party/yith-woocommerce-compare.php:9
1046
+ #: includes/3rd-party/yith-woocommerce-compare.php:40
1047
+ msgid "YITH compare"
1048
+ msgstr ""
1049
+
1050
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:9
1051
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:43
1052
+ msgid "YITH quick view"
1053
+ msgstr ""
1054
+
1055
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:54
1056
+ msgid "label text"
1057
+ msgstr ""
1058
+
1059
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:55
1060
+ msgid "Custom label text."
1061
+ msgstr ""
1062
+
1063
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:9
1064
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:43
1065
+ msgid "YITH wishlist"
1066
+ msgstr ""
1067
+
1068
  #: includes/class-admin-notices.php:34
1069
  #, php-format
1070
  msgid ""
1173
  msgstr ""
1174
 
1175
  #: includes/class-metabox-wcps-hook.php:243
1176
+ #: includes/class-metabox-wcps-hook.php:1620
1177
+ #: includes/functions-layout-hook.php:1329
1178
+ #: includes/functions-layout-hook.php:1471
1179
  msgid "Top-right"
1180
  msgstr ""
1181
 
1182
  #: includes/class-metabox-wcps-hook.php:244
1183
+ #: includes/class-metabox-wcps-hook.php:1620
1184
+ #: includes/functions-layout-hook.php:1330
1185
+ #: includes/functions-layout-hook.php:1472
1186
  msgid "Top-left"
1187
  msgstr ""
1188
 
1189
  #: includes/class-metabox-wcps-hook.php:245
1190
+ #: includes/functions-layout-hook.php:1331
1191
+ #: includes/functions-layout-hook.php:1473
1192
  msgid "Bottom-right"
1193
  msgstr ""
1194
 
1195
  #: includes/class-metabox-wcps-hook.php:246
1196
+ #: includes/functions-layout-hook.php:1332
1197
+ #: includes/functions-layout-hook.php:1474
1198
  msgid "Bottom-left"
1199
  msgstr ""
1200
 
 
 
 
 
 
 
 
 
 
 
 
1201
  #: includes/class-metabox-wcps-hook.php:260
1202
  msgid "Item style"
1203
  msgstr ""
1222
  msgid "Item custom margin"
1223
  msgstr ""
1224
 
 
 
 
 
 
 
 
 
 
1225
  #: includes/class-metabox-wcps-hook.php:288
1226
  msgid "Item background color"
1227
  msgstr ""
1228
 
 
 
 
 
 
 
 
 
 
 
1229
  #: includes/class-metabox-wcps-hook.php:298
1230
  msgid "Item text align"
1231
  msgstr ""
1250
  msgid "Container background color"
1251
  msgstr ""
1252
 
 
 
 
 
 
 
1253
  #: includes/class-metabox-wcps-hook.php:345
1254
  msgid "Container padding"
1255
  msgstr ""
1256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1257
  #: includes/class-metabox-wcps-hook.php:354
1258
  msgid "Container margin"
1259
  msgstr ""
1260
 
1261
+ #: includes/class-metabox-wcps-hook.php:400
1262
  msgid "Layouts"
1263
  msgstr ""
1264
 
1265
+ #: includes/class-metabox-wcps-hook.php:401
1266
  msgid "Choose item layouts."
1267
  msgstr ""
1268
 
1269
+ #: includes/class-metabox-wcps-hook.php:411
1270
+ #: includes/class-metabox-wcps-hook.php:428
1271
  msgid "Create layout"
1272
  msgstr ""
1273
 
1274
+ #: includes/class-metabox-wcps-hook.php:412
1275
  msgid "Manage layouts"
1276
  msgstr ""
1277
 
1278
+ #: includes/class-metabox-wcps-hook.php:417 includes/class-settings.php:24
1279
+ msgid "Import layouts"
1280
+ msgstr ""
1281
+
1282
+ #: includes/class-metabox-wcps-hook.php:429
1283
  msgid "Please follow the links to create layouts or manage."
1284
  msgstr ""
1285
 
1286
+ #: includes/class-metabox-wcps-hook.php:472
1287
  msgid "Item layouts"
1288
  msgstr ""
1289
 
1290
+ #: includes/class-metabox-wcps-hook.php:473
1291
  msgid "Choose grid item layout."
1292
  msgstr ""
1293
 
1294
+ #: includes/class-metabox-wcps-hook.php:558
1295
  msgid "Max number of product"
1296
  msgstr ""
1297
 
1298
+ #: includes/class-metabox-wcps-hook.php:559
1299
  msgid "Set custom number you want to display maximum number of product"
1300
  msgstr ""
1301
 
1302
+ #: includes/class-metabox-wcps-hook.php:687
1303
+ #: includes/class-metabox-wcps-hook.php:1133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1304
  msgid "Product taxonomy & terms"
1305
  msgstr ""
1306
 
1307
+ #: includes/class-metabox-wcps-hook.php:688
1308
+ #: includes/class-metabox-wcps-hook.php:1134
1309
  msgid ""
1310
  "Choose product taxonomy & terms. click to expand and see there is categories "
1311
  "or terms you can select."
1312
  msgstr ""
1313
 
1314
+ #: includes/class-metabox-wcps-hook.php:739
1315
+ #: includes/class-metabox-wcps-hook.php:1308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1316
  msgid "Date"
1317
  msgstr ""
1318
 
1319
+ #: includes/class-metabox-wcps-hook.php:740
1320
+ #: includes/class-metabox-wcps-hook.php:1309
1321
  msgid "Post date"
1322
  msgstr ""
1323
 
1324
+ #: includes/class-metabox-wcps-hook.php:741
1325
+ #: includes/class-metabox-wcps-hook.php:1154
1326
+ #: includes/class-metabox-wcps-hook.php:1310
1327
  msgid "Name"
1328
  msgstr ""
1329
 
1330
+ #: includes/class-metabox-wcps-hook.php:742
1331
+ #: includes/class-metabox-wcps-hook.php:1311
1332
  msgid "Random"
1333
  msgstr ""
1334
 
1335
+ #: includes/class-metabox-wcps-hook.php:743
1336
+ #: includes/class-metabox-wcps-hook.php:1312
1337
  msgid "Comment count"
1338
  msgstr ""
1339
 
1340
+ #: includes/class-metabox-wcps-hook.php:744
1341
+ #: includes/class-metabox-wcps-hook.php:1313
1342
  msgid "Author"
1343
  msgstr ""
1344
 
1345
+ #: includes/class-metabox-wcps-hook.php:745
1346
+ #: includes/class-metabox-wcps-hook.php:1314
1347
  msgid "Title"
1348
  msgstr ""
1349
 
1350
+ #: includes/class-metabox-wcps-hook.php:746
1351
+ #: includes/class-metabox-wcps-hook.php:1315
1352
  msgid "Type"
1353
  msgstr ""
1354
 
1355
+ #: includes/class-metabox-wcps-hook.php:747
1356
+ #: includes/class-metabox-wcps-hook.php:1316
1357
  msgid "Menu order"
1358
  msgstr ""
1359
 
1360
+ #: includes/class-metabox-wcps-hook.php:748
1361
+ #: includes/class-metabox-wcps-hook.php:1317
1362
  msgid "meta_value"
1363
  msgstr ""
1364
 
1365
+ #: includes/class-metabox-wcps-hook.php:749
1366
+ #: includes/class-metabox-wcps-hook.php:1318
1367
  msgid "meta value number"
1368
  msgstr ""
1369
 
1370
+ #: includes/class-metabox-wcps-hook.php:750
1371
+ #: includes/class-metabox-wcps-hook.php:1319
1372
  msgid "post__in"
1373
  msgstr ""
1374
 
1375
+ #: includes/class-metabox-wcps-hook.php:751
1376
+ #: includes/class-metabox-wcps-hook.php:1320
1377
  msgid "post_name__in"
1378
  msgstr ""
1379
 
1380
+ #: includes/class-metabox-wcps-hook.php:811
1381
  msgid "Order"
1382
  msgstr ""
1383
 
1384
+ #: includes/class-metabox-wcps-hook.php:865
 
 
 
 
 
 
 
 
1385
  msgid "Orderby meta key"
1386
  msgstr ""
1387
 
1388
+ #: includes/class-metabox-wcps-hook.php:866
1389
  msgid "Write meta key for orderby meta key value."
1390
  msgstr ""
1391
 
1392
+ #: includes/class-metabox-wcps-hook.php:879
1393
  msgid "Include out of stock products?"
1394
  msgstr ""
1395
 
1396
+ #: includes/class-metabox-wcps-hook.php:880
1397
  msgid "Include or exclude out of stock products from query."
1398
  msgstr ""
1399
 
1400
+ #: includes/class-metabox-wcps-hook.php:885
1401
+ #: includes/class-metabox-wcps-hook.php:906
1402
+ #: includes/class-metabox-wcps-hook.php:926
1403
+ #: includes/class-metabox-wcps-hook.php:938
1404
  msgid "No check"
1405
  msgstr ""
1406
 
1407
+ #: includes/class-metabox-wcps-hook.php:886
1408
+ #: includes/class-metabox-wcps-hook.php:907
1409
+ #: includes/class-metabox-wcps-hook.php:927
1410
  msgid "Include"
1411
  msgstr ""
1412
 
1413
+ #: includes/class-metabox-wcps-hook.php:887
1414
+ #: includes/class-metabox-wcps-hook.php:908
1415
+ #: includes/class-metabox-wcps-hook.php:928
1416
  msgid "Exclude"
1417
  msgstr ""
1418
 
1419
+ #: includes/class-metabox-wcps-hook.php:900
1420
  msgid "Include featured products?"
1421
  msgstr ""
1422
 
1423
+ #: includes/class-metabox-wcps-hook.php:901
1424
  msgid "Include or exclude featured products from query."
1425
  msgstr ""
1426
 
1427
+ #: includes/class-metabox-wcps-hook.php:920
1428
  msgid "Include on-sale products?"
1429
  msgstr ""
1430
 
1431
+ #: includes/class-metabox-wcps-hook.php:921
1432
  msgid "Include or exclude on-sale products from query."
1433
  msgstr ""
1434
 
1435
+ #: includes/class-metabox-wcps-hook.php:939
1436
+ #: includes/class-metabox-wcps-layout-hook.php:121
1437
  msgid "On sale"
1438
  msgstr ""
1439
 
1440
+ #: includes/class-metabox-wcps-hook.php:940
1441
+ #: includes/class-metabox-wcps-layout-hook.php:120
1442
  msgid "Featured"
1443
  msgstr ""
1444
 
1445
+ #: includes/class-metabox-wcps-hook.php:941
1446
  msgid "In stock"
1447
  msgstr ""
1448
 
1449
+ #: includes/class-metabox-wcps-hook.php:948
1450
  msgid "Query only?"
1451
  msgstr ""
1452
 
1453
+ #: includes/class-metabox-wcps-hook.php:949
1454
  msgid "Choose option you want to display only products based on options."
1455
  msgstr ""
1456
 
1457
+ #: includes/class-metabox-wcps-hook.php:967
1458
  msgid "Product ID's"
1459
  msgstr ""
1460
 
1461
+ #: includes/class-metabox-wcps-hook.php:968
1462
  msgid "You can display products by ids."
1463
  msgstr ""
1464
 
1465
+ #: includes/class-metabox-wcps-hook.php:1155
1466
+ msgid "Slug"
1467
+ msgstr ""
1468
+
1469
+ #: includes/class-metabox-wcps-hook.php:1156
1470
+ msgid "Term group"
1471
+ msgstr ""
1472
+
1473
+ #: includes/class-metabox-wcps-hook.php:1157
1474
+ msgid "Term id"
1475
+ msgstr ""
1476
+
1477
+ #: includes/class-metabox-wcps-hook.php:1159
1478
+ msgid "Description"
1479
+ msgstr ""
1480
+
1481
+ #: includes/class-metabox-wcps-hook.php:1160
1482
+ msgid "Parent"
1483
+ msgstr ""
1484
+
1485
+ #: includes/class-metabox-wcps-hook.php:1198
1486
+ msgid "Hide empty"
1487
+ msgstr ""
1488
+
1489
+ #: includes/class-metabox-wcps-hook.php:1199
1490
+ msgid "Choose hide empty terms."
1491
+ msgstr ""
1492
+
1493
+ #: includes/class-metabox-wcps-hook.php:1203
1494
+ #: includes/class-metabox-wcps-hook.php:1494
1495
+ #: includes/class-metabox-wcps-hook.php:1536
1496
+ #: includes/class-metabox-wcps-hook.php:1549
1497
+ #: includes/class-metabox-wcps-hook.php:1564
1498
+ #: includes/class-metabox-wcps-hook.php:1577
1499
+ #: includes/class-metabox-wcps-hook.php:1593
1500
+ #: includes/class-metabox-wcps-hook.php:1708
1501
+ #: includes/class-metabox-wcps-hook.php:1761
1502
+ #: includes/class-metabox-wcps-hook.php:1774
1503
+ #: includes/class-metabox-wcps-hook.php:1789
1504
+ #: includes/class-metabox-wcps-hook.php:1803
1505
+ #: includes/class-metabox-wcps-hook.php:1817
1506
+ msgid "True"
1507
+ msgstr ""
1508
+
1509
+ #: includes/class-metabox-wcps-hook.php:1203
1510
+ #: includes/class-metabox-wcps-hook.php:1494
1511
+ #: includes/class-metabox-wcps-hook.php:1536
1512
+ #: includes/class-metabox-wcps-hook.php:1549
1513
+ #: includes/class-metabox-wcps-hook.php:1564
1514
+ #: includes/class-metabox-wcps-hook.php:1577
1515
+ #: includes/class-metabox-wcps-hook.php:1593
1516
+ #: includes/class-metabox-wcps-hook.php:1708
1517
+ #: includes/class-metabox-wcps-hook.php:1761
1518
+ #: includes/class-metabox-wcps-hook.php:1774
1519
+ #: includes/class-metabox-wcps-hook.php:1789
1520
+ #: includes/class-metabox-wcps-hook.php:1803
1521
+ #: includes/class-metabox-wcps-hook.php:1817
1522
+ msgid "False"
1523
+ msgstr ""
1524
+
1525
+ #: includes/class-metabox-wcps-hook.php:1277
1526
+ msgid "Max number of post"
1527
+ msgstr ""
1528
+
1529
+ #: includes/class-metabox-wcps-hook.php:1278
1530
+ msgid "Set custom number you want to display maximum number of post"
1531
+ msgstr ""
1532
+
1533
+ #: includes/class-metabox-wcps-hook.php:1349
1534
+ msgid "Post ID's"
1535
+ msgstr ""
1536
+
1537
+ #: includes/class-metabox-wcps-hook.php:1350
1538
+ msgid "You can display post by ids."
1539
+ msgstr ""
1540
+
1541
+ #: includes/class-metabox-wcps-hook.php:1436
1542
  msgid "Slider"
1543
  msgstr ""
1544
 
1545
+ #: includes/class-metabox-wcps-hook.php:1437
1546
  msgid "Customize slider settings."
1547
  msgstr ""
1548
 
1549
+ #: includes/class-metabox-wcps-hook.php:1443
1550
  msgid "Slider column count "
1551
  msgstr ""
1552
 
1553
+ #: includes/class-metabox-wcps-hook.php:1444
1554
  msgid "Set slider column count."
1555
  msgstr ""
1556
 
1557
+ #: includes/class-metabox-wcps-hook.php:1450
1558
+ #: includes/functions-layout-hook.php:393
1559
+ #: includes/functions-layout-hook.php:2221
1560
  msgid "In desktop"
1561
  msgstr ""
1562
 
1563
+ #: includes/class-metabox-wcps-hook.php:1451
1564
  msgid "min-width: 1200px, ex: 3"
1565
  msgstr ""
1566
 
1567
+ #: includes/class-metabox-wcps-hook.php:1460
1568
+ #: includes/functions-layout-hook.php:403
1569
+ #: includes/functions-layout-hook.php:2231
1570
  msgid "In tablet & small desktop"
1571
  msgstr ""
1572
 
1573
+ #: includes/class-metabox-wcps-hook.php:1461
1574
  msgid "min-width: 992px, ex: 2"
1575
  msgstr ""
1576
 
1577
+ #: includes/class-metabox-wcps-hook.php:1470
1578
+ #: includes/functions-layout-hook.php:413
1579
+ #: includes/functions-layout-hook.php:2241
1580
  msgid "In mobile"
1581
  msgstr ""
1582
 
1583
+ #: includes/class-metabox-wcps-hook.php:1471
1584
  msgid "min-width: 576px, ex: 1"
1585
  msgstr ""
1586
 
1587
+ #: includes/class-metabox-wcps-hook.php:1489
1588
+ msgid "Auto play"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1589
  msgstr ""
1590
 
1591
+ #: includes/class-metabox-wcps-hook.php:1490
1592
+ msgid "Choose slider auto play."
 
 
 
 
 
 
 
 
 
 
 
1593
  msgstr ""
1594
 
1595
+ #: includes/class-metabox-wcps-hook.php:1502
1596
  msgid "Auto play speed"
1597
  msgstr ""
1598
 
1599
+ #: includes/class-metabox-wcps-hook.php:1503
1600
  msgid "Set auto play speed, ex: 1500"
1601
  msgstr ""
1602
 
1603
+ #: includes/class-metabox-wcps-hook.php:1515
1604
  msgid "Auto play timeout"
1605
  msgstr ""
1606
 
1607
+ #: includes/class-metabox-wcps-hook.php:1516
1608
  msgid "Set auto play timeout, ex: 2000"
1609
  msgstr ""
1610
 
1611
+ #: includes/class-metabox-wcps-hook.php:1522
1612
  msgid "Value should larger than <b>Auto play speed</b>"
1613
  msgstr ""
1614
 
1615
+ #: includes/class-metabox-wcps-hook.php:1531
1616
  msgid "Slider rewind"
1617
  msgstr ""
1618
 
1619
+ #: includes/class-metabox-wcps-hook.php:1532
1620
  msgid "Choose slider rewind."
1621
  msgstr ""
1622
 
1623
+ #: includes/class-metabox-wcps-hook.php:1544
1624
  msgid "Slider loop"
1625
  msgstr ""
1626
 
1627
+ #: includes/class-metabox-wcps-hook.php:1545
1628
  msgid "Choose slider loop."
1629
  msgstr ""
1630
 
1631
+ #: includes/class-metabox-wcps-hook.php:1559
1632
+ #: includes/class-metabox-wcps-hook.php:2248
1633
  #: includes/functions-settings-hook.php:514
1634
  msgid "Slider center"
1635
  msgstr ""
1636
 
1637
+ #: includes/class-metabox-wcps-hook.php:1560
1638
  msgid "Choose slider center."
1639
  msgstr ""
1640
 
1641
+ #: includes/class-metabox-wcps-hook.php:1572
1642
+ #: includes/class-metabox-wcps-hook.php:2242
1643
  #: includes/functions-settings-hook.php:508
1644
  msgid "Slider stop on hover"
1645
  msgstr ""
1646
 
1647
+ #: includes/class-metabox-wcps-hook.php:1573
1648
  msgid "Choose stop on hover."
1649
  msgstr ""
1650
 
1651
+ #: includes/class-metabox-wcps-hook.php:1588
1652
  msgid "Slider navigation"
1653
  msgstr ""
1654
 
1655
+ #: includes/class-metabox-wcps-hook.php:1589
1656
  msgid "Choose slider navigation."
1657
  msgstr ""
1658
 
1659
+ #: includes/class-metabox-wcps-hook.php:1601
1660
  msgid "Navigation slide speed"
1661
  msgstr ""
1662
 
1663
+ #: includes/class-metabox-wcps-hook.php:1602
1664
  msgid "Set slide speed, ex: 1000"
1665
  msgstr ""
1666
 
1667
+ #: includes/class-metabox-wcps-hook.php:1615
1668
  msgid "Slider navigation position"
1669
  msgstr ""
1670
 
1671
+ #: includes/class-metabox-wcps-hook.php:1616
1672
  msgid "Choose slider navigation position."
1673
  msgstr ""
1674
 
1675
+ #: includes/class-metabox-wcps-hook.php:1620
1676
  msgid "Bottom left"
1677
  msgstr ""
1678
 
1679
+ #: includes/class-metabox-wcps-hook.php:1620
1680
  msgid "Bottom right"
1681
  msgstr ""
1682
 
1683
+ #: includes/class-metabox-wcps-hook.php:1620
1684
  msgid "Middle"
1685
  msgstr ""
1686
 
1687
+ #: includes/class-metabox-wcps-hook.php:1620
1688
  msgid "Middle-fixed"
1689
  msgstr ""
1690
 
1691
+ #: includes/class-metabox-wcps-hook.php:1629
1692
  msgid "Navigation text"
1693
  msgstr ""
1694
 
1695
+ #: includes/class-metabox-wcps-hook.php:1630
1696
  msgid "Navigation previous & next text."
1697
  msgstr ""
1698
 
1699
+ #: includes/class-metabox-wcps-hook.php:1636
1700
  msgid "Previous text"
1701
  msgstr ""
1702
 
1703
+ #: includes/class-metabox-wcps-hook.php:1637
1704
  msgid ""
1705
  "Set previous icon, you could use <a href=\"https://fontawesome.com/icons"
1706
  "\">fontawesome</a> icon html here."
1707
  msgstr ""
1708
 
1709
+ #: includes/class-metabox-wcps-hook.php:1646
1710
  msgid "Next text"
1711
  msgstr ""
1712
 
1713
+ #: includes/class-metabox-wcps-hook.php:1647
1714
  msgid ""
1715
  "Set next icon, you could use <a href=\"https://fontawesome.com/icons"
1716
  "\">fontawesome</a> icon html here"
1717
  msgstr ""
1718
 
1719
+ #: includes/class-metabox-wcps-hook.php:1663
1720
  msgid "Slider navigation style"
1721
  msgstr ""
1722
 
1723
+ #: includes/class-metabox-wcps-hook.php:1664
1724
  msgid ""
1725
  "Choose slider navigation style. classes <code>semi-round, round, flat, "
1726
  "border</code>"
1727
  msgstr ""
1728
 
1729
+ #: includes/class-metabox-wcps-hook.php:1676
1730
  msgid "Navigation background color"
1731
  msgstr ""
1732
 
1733
+ #: includes/class-metabox-wcps-hook.php:1677
1734
  msgid "Set navigation background color"
1735
  msgstr ""
1736
 
1737
+ #: includes/class-metabox-wcps-hook.php:1689
1738
  msgid "Navigation text color"
1739
  msgstr ""
1740
 
1741
+ #: includes/class-metabox-wcps-hook.php:1690
1742
  msgid "Set navigation text color"
1743
  msgstr ""
1744
 
1745
+ #: includes/class-metabox-wcps-hook.php:1703
1746
+ #: includes/class-metabox-wcps-hook.php:2260
1747
  #: includes/functions-settings-hook.php:526
1748
  msgid "Slider dots"
1749
  msgstr ""
1750
 
1751
+ #: includes/class-metabox-wcps-hook.php:1704
1752
  msgid "Choose slider dots at bottom."
1753
  msgstr ""
1754
 
1755
+ #: includes/class-metabox-wcps-hook.php:1716
1756
  msgid "Dots background color"
1757
  msgstr ""
1758
 
1759
+ #: includes/class-metabox-wcps-hook.php:1717
1760
  msgid "Set dots background color"
1761
  msgstr ""
1762
 
1763
+ #: includes/class-metabox-wcps-hook.php:1730
1764
  msgid "Dots active/hover background color"
1765
  msgstr ""
1766
 
1767
+ #: includes/class-metabox-wcps-hook.php:1731
1768
  msgid "Set dots active/hover background color"
1769
  msgstr ""
1770
 
1771
+ #: includes/class-metabox-wcps-hook.php:1743
1772
  msgid "Dots slide speed"
1773
  msgstr ""
1774
 
1775
+ #: includes/class-metabox-wcps-hook.php:1744
1776
  msgid "Set dots slide speed, ex: 1200"
1777
  msgstr ""
1778
 
1779
+ #: includes/class-metabox-wcps-hook.php:1756
1780
  msgid "Slider dots count"
1781
  msgstr ""
1782
 
1783
+ #: includes/class-metabox-wcps-hook.php:1757
1784
  msgid "Choose slider dots count."
1785
  msgstr ""
1786
 
1787
+ #: includes/class-metabox-wcps-hook.php:1769
1788
  msgid "Slider rtl"
1789
  msgstr ""
1790
 
1791
+ #: includes/class-metabox-wcps-hook.php:1770
1792
  msgid "Choose slider rtl."
1793
  msgstr ""
1794
 
1795
+ #: includes/class-metabox-wcps-hook.php:1784
1796
+ #: includes/class-metabox-wcps-hook.php:2272
1797
  #: includes/functions-settings-hook.php:538
1798
  msgid "Slider lazy load"
1799
  msgstr ""
1800
 
1801
+ #: includes/class-metabox-wcps-hook.php:1785
1802
  msgid "Choose slider lazy load."
1803
  msgstr ""
1804
 
1805
+ #: includes/class-metabox-wcps-hook.php:1798
1806
  msgid "Slider touch drag"
1807
  msgstr ""
1808
 
1809
+ #: includes/class-metabox-wcps-hook.php:1799
1810
  msgid "Choose slider touch drag."
1811
  msgstr ""
1812
 
1813
+ #: includes/class-metabox-wcps-hook.php:1812
1814
  msgid "Slider mouse drag"
1815
  msgstr ""
1816
 
1817
+ #: includes/class-metabox-wcps-hook.php:1813
1818
  msgid "Choose slider mouse drag."
1819
  msgstr ""
1820
 
1821
+ #: includes/class-metabox-wcps-hook.php:1866
1822
  #: includes/class-metabox-wcps-layout-hook.php:33
1823
+ #: includes/functions-layout-hook.php:809
1824
  msgid "Custom CSS"
1825
  msgstr ""
1826
 
1827
+ #: includes/class-metabox-wcps-hook.php:1867
1828
+ msgid ""
1829
+ "Write custom CSS to override default style, do not use <code>&lt;style>&lt;/"
1830
+ "style></code> tag. use <code>__ID__</code> to replace by wcps id <code>"
1831
  msgstr ""
1832
 
1833
+ #: includes/class-metabox-wcps-hook.php:1911
1834
  #: includes/functions-settings-hook.php:77
1835
  msgid "Get support"
1836
  msgstr ""
1837
 
1838
+ #: includes/class-metabox-wcps-hook.php:1912
1839
  #: includes/functions-settings-hook.php:78
1840
  msgid "Use following to get help and support from our expert team."
1841
  msgstr ""
1842
 
1843
+ #: includes/class-metabox-wcps-hook.php:1920
1844
  #: includes/functions-settings-hook.php:86
1845
  msgid ""
1846
  "Ask question for free on our forum and get quick reply from our expert team "
1847
  "members."
1848
  msgstr ""
1849
 
1850
+ #: includes/class-metabox-wcps-hook.php:1921
1851
  #: includes/functions-settings-hook.php:87
1852
  msgid "Create support ticket"
1853
  msgstr ""
1854
 
1855
+ #: includes/class-metabox-wcps-hook.php:1923
1856
  #: includes/functions-settings-hook.php:89
1857
  msgid "Read our documentation before asking your question."
1858
  msgstr ""
1859
 
1860
+ #: includes/class-metabox-wcps-hook.php:1924
1861
  #: includes/functions-settings-hook.php:90
1862
  msgid "Documentation"
1863
  msgstr ""
1864
 
1865
+ #: includes/class-metabox-wcps-hook.php:1926
1866
  #: includes/functions-settings-hook.php:92
1867
  msgid "Watch video tutorials."
1868
  msgstr ""
1869
 
1870
+ #: includes/class-metabox-wcps-hook.php:1927
1871
  #: includes/functions-settings-hook.php:93
1872
  msgid "All tutorials"
1873
  msgstr ""
1874
 
1875
+ #: includes/class-metabox-wcps-hook.php:1955
1876
  #: includes/functions-settings-hook.php:115
1877
  msgid "Ask question"
1878
  msgstr ""
1879
 
1880
+ #: includes/class-metabox-wcps-hook.php:1980
1881
  #: includes/functions-settings-hook.php:140
1882
  msgid "Submit reviews"
1883
  msgstr ""
1884
 
1885
+ #: includes/class-metabox-wcps-hook.php:2014
1886
  #: includes/functions-settings-hook.php:280
1887
  msgid "Get Premium"
1888
  msgstr ""
1889
 
1890
+ #: includes/class-metabox-wcps-hook.php:2015
1891
  #: includes/functions-settings-hook.php:281
1892
  msgid ""
1893
  "Thanks for using our plugin, if you looking for some advance feature please "
1894
  "buy premium version."
1895
  msgstr ""
1896
 
1897
+ #: includes/class-metabox-wcps-hook.php:2023
1898
  #: includes/functions-settings-hook.php:289
1899
  msgid ""
1900
  "If you love our plugin and want more feature please consider to buy pro "
1901
  "version."
1902
  msgstr ""
1903
 
1904
+ #: includes/class-metabox-wcps-hook.php:2024
1905
+ #: includes/class-metabox-wcps-hook.php:2347
1906
  #: includes/functions-settings-hook.php:290
1907
+ #: includes/functions-settings-hook.php:690
1908
  msgid "Buy premium"
1909
  msgstr ""
1910
 
1911
+ #: includes/class-metabox-wcps-hook.php:2026
1912
  #: includes/functions-settings-hook.php:293
1913
  msgid "See the differences"
1914
  msgstr ""
1915
 
1916
+ #: includes/class-metabox-wcps-hook.php:2032
1917
+ #: includes/class-metabox-wcps-hook.php:2340
1918
  #: includes/functions-settings-hook.php:298
1919
+ #: includes/functions-settings-hook.php:683
1920
  msgid "Features"
1921
  msgstr ""
1922
 
1923
+ #: includes/class-metabox-wcps-hook.php:2033
1924
+ #: includes/class-metabox-wcps-hook.php:2341
1925
  #: includes/functions-settings-hook.php:299
1926
+ #: includes/functions-settings-hook.php:684
1927
  msgid "Free"
1928
  msgstr ""
1929
 
1930
+ #: includes/class-metabox-wcps-hook.php:2034
1931
+ #: includes/class-metabox-wcps-hook.php:2342
1932
  #: includes/functions-settings-hook.php:300
1933
+ #: includes/functions-settings-hook.php:685
1934
  msgid "Premium"
1935
  msgstr ""
1936
 
1937
+ #: includes/class-metabox-wcps-hook.php:2039
1938
  #: includes/functions-settings-hook.php:305
1939
  msgid "Query by product taxonomies"
1940
  msgstr ""
1941
 
1942
+ #: includes/class-metabox-wcps-hook.php:2045
1943
  #: includes/functions-settings-hook.php:311
1944
  msgid "Query by recently viewed products"
1945
  msgstr ""
1946
 
1947
+ #: includes/class-metabox-wcps-hook.php:2051
1948
  #: includes/functions-settings-hook.php:317
1949
  msgid "Query by SKU"
1950
  msgstr ""
1951
 
1952
+ #: includes/class-metabox-wcps-hook.php:2057
1953
  #: includes/functions-settings-hook.php:323
1954
  msgid "Related product query(Single product page)"
1955
  msgstr ""
1956
 
1957
+ #: includes/class-metabox-wcps-hook.php:2063
1958
  #: includes/functions-settings-hook.php:329
1959
  msgid "Upsells cross-sells query(Single product page)"
1960
  msgstr ""
1961
 
1962
+ #: includes/class-metabox-wcps-hook.php:2068
1963
  #: includes/functions-settings-hook.php:334
1964
  msgid "Order by Best selling"
1965
  msgstr ""
1966
 
1967
+ #: includes/class-metabox-wcps-hook.php:2074
1968
  #: includes/functions-settings-hook.php:340
1969
  msgid "Order by Top rated"
1970
  msgstr ""
1971
 
1972
+ #: includes/class-metabox-wcps-hook.php:2080
1973
  #: includes/functions-settings-hook.php:346
1974
  msgid "Advance meta fields query"
1975
  msgstr ""
1976
 
1977
+ #: includes/class-metabox-wcps-hook.php:2087
1978
  #: includes/functions-settings-hook.php:353
1979
  msgid "Featured products at first"
1980
  msgstr ""
1981
 
1982
+ #: includes/class-metabox-wcps-hook.php:2092
1983
  #: includes/functions-settings-hook.php:358
1984
  msgid "Query by product attributes"
1985
  msgstr ""
1986
 
1987
+ #: includes/class-metabox-wcps-hook.php:2098
1988
  #: includes/functions-settings-hook.php:364
1989
  msgid "Layout element - Stock status"
1990
  msgstr ""
1991
 
1992
+ #: includes/class-metabox-wcps-hook.php:2104
1993
  #: includes/functions-settings-hook.php:370
1994
  msgid "Layout element - Stock quantity"
1995
  msgstr ""
1996
 
1997
+ #: includes/class-metabox-wcps-hook.php:2110
1998
  #: includes/functions-settings-hook.php:376
1999
  msgid "Layout element - Product Weight"
2000
  msgstr ""
2001
 
2002
+ #: includes/class-metabox-wcps-hook.php:2115
2003
  #: includes/functions-settings-hook.php:381
2004
  msgid "Layout element - Product Dimensions"
2005
  msgstr ""
2006
 
2007
+ #: includes/class-metabox-wcps-hook.php:2120
2008
  #: includes/functions-settings-hook.php:386
2009
  msgid "Layout element - Share button"
2010
  msgstr ""
2011
 
2012
+ #: includes/class-metabox-wcps-hook.php:2126
2013
  #: includes/functions-settings-hook.php:392
2014
  msgid "Layout element - Recently viewed text"
2015
  msgstr ""
2016
 
2017
+ #: includes/class-metabox-wcps-hook.php:2132
2018
  #: includes/functions-settings-hook.php:398
2019
  msgid "Layout element - Meta fields"
2020
  msgstr ""
2021
 
2022
+ #: includes/class-metabox-wcps-hook.php:2137
2023
  #: includes/functions-settings-hook.php:403
2024
  msgid "Layout element - Price"
2025
  msgstr ""
2026
 
2027
+ #: includes/class-metabox-wcps-hook.php:2143
2028
  #: includes/functions-settings-hook.php:409
2029
  msgid "Layout element - Rating"
2030
  msgstr ""
2031
 
2032
+ #: includes/class-metabox-wcps-hook.php:2149
2033
  #: includes/functions-settings-hook.php:415
2034
  msgid "Layout element - Add to cart"
2035
  msgstr ""
2036
 
2037
+ #: includes/class-metabox-wcps-hook.php:2155
2038
  #: includes/functions-settings-hook.php:421
2039
  msgid "Layout element - On sale icon"
2040
  msgstr ""
2041
 
2042
+ #: includes/class-metabox-wcps-hook.php:2161
2043
  #: includes/functions-settings-hook.php:427
2044
  msgid "Layout element - Featured icon"
2045
  msgstr ""
2046
 
2047
+ #: includes/class-metabox-wcps-hook.php:2167
2048
  #: includes/functions-settings-hook.php:433
2049
  msgid "Layout element - Sale Count"
2050
  msgstr ""
2051
 
2052
+ #: includes/class-metabox-wcps-hook.php:2174
2053
  #: includes/functions-settings-hook.php:440
2054
  msgid "Layout element - Product Tag"
2055
  msgstr ""
2056
 
2057
+ #: includes/class-metabox-wcps-hook.php:2181
2058
  #: includes/functions-settings-hook.php:447
2059
  msgid "Layout element - Product Category"
2060
  msgstr ""
2061
 
2062
+ #: includes/class-metabox-wcps-hook.php:2188
2063
  #: includes/functions-settings-hook.php:454
2064
  msgid "Layout element - Content/Excerpt"
2065
  msgstr ""
2066
 
2067
+ #: includes/class-metabox-wcps-hook.php:2194
2068
  #: includes/functions-settings-hook.php:460
2069
  msgid "Layout element - Product Title"
2070
  msgstr ""
2071
 
2072
+ #: includes/class-metabox-wcps-hook.php:2201
2073
  #: includes/functions-settings-hook.php:467
2074
  msgid "Layout element - Thumbnail"
2075
  msgstr ""
2076
 
2077
+ #: includes/class-metabox-wcps-hook.php:2207
2078
  #: includes/functions-settings-hook.php:473
2079
  msgid "Layout element - Wrapper start"
2080
  msgstr ""
2081
 
2082
+ #: includes/class-metabox-wcps-hook.php:2212
2083
  #: includes/functions-settings-hook.php:478
2084
  msgid "Layout element - Wrapper end"
2085
  msgstr ""
2086
 
2087
+ #: includes/class-metabox-wcps-hook.php:2219
2088
  #: includes/class-metabox-wcps-layout-hook.php:105
2089
  #: includes/functions-settings-hook.php:485
2090
  msgid "Layout builder"
2091
  msgstr ""
2092
 
2093
+ #: includes/class-metabox-wcps-hook.php:2225
2094
  #: includes/functions-settings-hook.php:491
2095
  msgid "Slider column count"
2096
  msgstr ""
2097
 
2098
+ #: includes/class-metabox-wcps-hook.php:2231
2099
  #: includes/functions-settings-hook.php:497
2100
  msgid "Slider autoplay"
2101
  msgstr ""
2102
 
2103
+ #: includes/class-metabox-wcps-hook.php:2237
2104
  #: includes/functions-settings-hook.php:503
2105
  msgid "Slider rewind & loop"
2106
  msgstr ""
2107
 
2108
+ #: includes/class-metabox-wcps-hook.php:2254
2109
  #: includes/functions-settings-hook.php:520
2110
  msgid "Slider navigations"
2111
  msgstr ""
2112
 
2113
+ #: includes/class-metabox-wcps-hook.php:2266
2114
  #: includes/functions-settings-hook.php:532
2115
  msgid "Slider RTL"
2116
  msgstr ""
2117
 
2118
+ #: includes/class-metabox-wcps-hook.php:2278
2119
  #: includes/functions-settings-hook.php:544
2120
  msgid "Slider touch & mouse drag"
2121
  msgstr ""
2122
 
2123
+ #: includes/class-metabox-wcps-hook.php:2283
2124
  #: includes/functions-settings-hook.php:549
2125
  msgid "Query products limit"
2126
  msgstr ""
2127
 
2128
+ #: includes/class-metabox-wcps-hook.php:2288
2129
  #: includes/functions-settings-hook.php:554
2130
  msgid "Query by product categories & tags"
2131
  msgstr ""
2132
 
2133
+ #: includes/class-metabox-wcps-hook.php:2294
2134
  #: includes/functions-settings-hook.php:560
2135
  msgid "Hide out of stock products"
2136
  msgstr ""
2137
 
2138
+ #: includes/class-metabox-wcps-hook.php:2299
2139
  #: includes/functions-settings-hook.php:565
2140
  msgid "Featured product"
2141
  msgstr ""
2142
 
2143
+ #: includes/class-metabox-wcps-hook.php:2305
2144
  #: includes/functions-settings-hook.php:571
2145
  msgid "On-sale products"
2146
  msgstr ""
2147
 
2148
+ #: includes/class-metabox-wcps-hook.php:2311
2149
  #: includes/functions-settings-hook.php:577
2150
  msgid "Product by ids"
2151
  msgstr ""
2152
 
2153
+ #: includes/class-metabox-wcps-hook.php:2317
2154
  #: includes/functions-settings-hook.php:583
2155
  msgid "Query order & orderby"
2156
  msgstr ""
2157
 
2158
+ #: includes/class-metabox-wcps-hook.php:2323
2159
  #: includes/functions-settings-hook.php:589
2160
  msgid "Custom ribbons"
2161
  msgstr ""
2162
 
2163
+ #: includes/class-metabox-wcps-hook.php:2329
2164
  #: includes/functions-settings-hook.php:595
2165
  msgid "Slider item style"
2166
  msgstr ""
2167
 
2168
+ #: includes/class-metabox-wcps-hook.php:2334
2169
  #: includes/functions-settings-hook.php:600
2170
  msgid "Slider container style"
2171
  msgstr ""
2172
 
2173
+ #: includes/class-metabox-wcps-hook.php:2345
2174
+ #: includes/functions-settings-hook.php:688
2175
  msgid "Buy now"
2176
  msgstr ""
2177
 
2178
+ #: includes/class-metabox-wcps-hook.php:2361
2179
+ #: includes/functions-settings-hook.php:703
2180
  msgid "Get pro version"
2181
  msgstr ""
2182
 
2218
  msgstr ""
2219
 
2220
  #: includes/class-metabox-wcps-layout-hook.php:109
2221
+ #: includes/functions-layout-hook.php:771
2222
  msgid "Wrapper start"
2223
  msgstr ""
2224
 
2225
  #: includes/class-metabox-wcps-layout-hook.php:110
2226
+ #: includes/functions-layout-hook.php:884
2227
  msgid "Wrapper end"
2228
  msgstr ""
2229
 
2230
  #: includes/class-metabox-wcps-layout-hook.php:111
2231
+ #: includes/functions-layout-hook.php:34 includes/functions-layout-hook.php:44
2232
+ msgid "Custom text"
2233
+ msgstr ""
2234
+
2235
+ #: includes/class-metabox-wcps-layout-hook.php:114
2236
+ #: includes/functions-layout-hook.php:348
2237
  msgid "Thumbnail"
2238
  msgstr ""
2239
 
2240
+ #: includes/class-metabox-wcps-layout-hook.php:115
2241
+ msgid "Post Title"
2242
  msgstr ""
2243
 
2244
+ #: includes/class-metabox-wcps-layout-hook.php:116
2245
+ #: includes/functions-layout-hook.php:554
2246
+ #: includes/functions-layout-hook.php:569
2247
  msgid "Content"
2248
  msgstr ""
2249
 
2250
+ #: includes/class-metabox-wcps-layout-hook.php:117
2251
  msgid "Product Category"
2252
  msgstr ""
2253
 
2254
+ #: includes/class-metabox-wcps-layout-hook.php:118
2255
  msgid "Product Tag"
2256
  msgstr ""
2257
 
2258
+ #: includes/class-metabox-wcps-layout-hook.php:119
2259
  msgid "Sale Count"
2260
  msgstr ""
2261
 
2262
+ #: includes/class-metabox-wcps-layout-hook.php:122
2263
+ #: includes/functions-layout-hook.php:1685
2264
  msgid "Add to cart"
2265
  msgstr ""
2266
 
2267
+ #: includes/class-metabox-wcps-layout-hook.php:123
2268
+ #: includes/functions-layout-hook.php:1783
2269
  msgid "Rating"
2270
  msgstr ""
2271
 
2272
+ #: includes/class-metabox-wcps-layout-hook.php:124
2273
  msgid "Price"
2274
  msgstr ""
2275
 
2276
+ #: includes/class-metabox-wcps-layout-hook.php:125
2277
+ #: includes/functions-layout-hook.php:1571
2278
  msgid "Product ID"
2279
  msgstr ""
2280
 
2281
+ #: includes/class-metabox-wcps-layout-hook.php:127
2282
+ #: includes/functions-layout-hook.php:2039
2283
+ msgid "Term title"
2284
+ msgstr ""
2285
+
2286
+ #: includes/class-metabox-wcps-layout-hook.php:128
2287
+ #: includes/functions-layout-hook.php:2176
2288
+ msgid "Term thumbnail"
2289
+ msgstr ""
2290
+
2291
+ #: includes/class-metabox-wcps-layout-hook.php:129
2292
+ #: includes/functions-layout-hook.php:2346
2293
+ msgid "Term description"
2294
+ msgstr ""
2295
+
2296
+ #: includes/class-metabox-wcps-layout-hook.php:130
2297
+ #: includes/functions-layout-hook.php:2504
2298
+ msgid "Term slug"
2299
+ msgstr ""
2300
+
2301
+ #: includes/class-metabox-wcps-layout-hook.php:131
2302
+ #: includes/functions-layout-hook.php:2663
2303
+ msgid "Term post count"
2304
+ msgstr ""
2305
+
2306
+ #: includes/class-metabox-wcps-layout-hook.php:133
2307
+ #: includes/functions-layout-hook.php:3943
2308
+ msgid "Order date"
2309
+ msgstr ""
2310
+
2311
+ #: includes/class-metabox-wcps-layout-hook.php:134
2312
+ msgid "Order customer name"
2313
+ msgstr ""
2314
+
2315
+ #: includes/class-metabox-wcps-layout-hook.php:135
2316
+ msgid "Order customer thumbnail"
2317
+ msgstr ""
2318
+
2319
+ #: includes/class-metabox-wcps-layout-hook.php:136
2320
+ msgid "Order country"
2321
+ msgstr ""
2322
+
2323
+ #: includes/class-metabox-wcps-layout-hook.php:137
2324
+ msgid "Order payment method"
2325
+ msgstr ""
2326
+
2327
+ #: includes/class-metabox-wcps-layout-hook.php:138
2328
+ #: includes/functions-layout-hook.php:4643
2329
+ msgid "Order total"
2330
+ msgstr ""
2331
+
2332
+ #: includes/class-metabox-wcps-layout-hook.php:139
2333
+ #: includes/functions-layout-hook.php:4792
2334
+ msgid "Order items"
2335
+ msgstr ""
2336
+
2337
+ #: includes/class-metabox-wcps-layout-hook.php:140
2338
+ #: includes/functions-layout-hook.php:4942
2339
+ msgid "Order discount total"
2340
+ msgstr ""
2341
+
2342
+ #: includes/class-metabox-wcps-layout-hook.php:217
2343
  #, php-format
2344
  msgid "%s Click to add tags."
2345
  msgstr ""
2346
 
2347
+ #: includes/class-metabox-wcps-layout-hook.php:267
2348
  msgid "Layout elements"
2349
  msgstr ""
2350
 
2351
+ #: includes/class-metabox-wcps-layout-hook.php:268
2352
  msgid "Customize layout elements."
2353
  msgstr ""
2354
 
2355
+ #: includes/class-metabox-wcps-layout-hook.php:364
2356
+ #: includes/class-metabox-wcps-layout-hook.php:365
2357
  msgid "Layout preview"
2358
  msgstr ""
2359
 
2366
  msgid "%s Layout builder"
2367
  msgstr ""
2368
 
2369
+ #: includes/class-metabox-wcps-layout.php:53
2370
+ #: includes/class-metabox-wcps.php:171
2371
  #, php-format
2372
  msgid "%s Custom scripts"
2373
  msgstr ""
2376
  msgid "WCPS data"
2377
  msgstr ""
2378
 
2379
+ #: includes/class-metabox-wcps.php:20
2380
+ msgid "WCPS Help"
2381
+ msgstr ""
2382
+
2383
+ #: includes/class-metabox-wcps.php:115
2384
  #, php-format
2385
  msgid "%s Shortcode"
2386
  msgstr ""
2387
 
2388
+ #: includes/class-metabox-wcps.php:122
2389
  #, php-format
2390
  msgid "%s Slider options"
2391
  msgstr ""
2392
 
2393
+ #: includes/class-metabox-wcps.php:129
2394
  #, php-format
2395
  msgid "%s Query product"
2396
  msgstr ""
2397
 
2398
+ #: includes/class-metabox-wcps.php:138
2399
+ #, php-format
2400
+ msgid "%s Query orders"
2401
+ msgstr ""
2402
+
2403
+ #: includes/class-metabox-wcps.php:147
2404
+ #, php-format
2405
+ msgid "%s Query categories"
2406
+ msgstr ""
2407
+
2408
+ #: includes/class-metabox-wcps.php:156
2409
  #, php-format
2410
  msgid "%s Style"
2411
  msgstr ""
2412
 
2413
+ #: includes/class-metabox-wcps.php:163
2414
  #, php-format
2415
  msgid "%s Layouts"
2416
  msgstr ""
2417
 
2418
+ #: includes/class-metabox-wcps.php:178
2419
  #, php-format
2420
  msgid "%s Help support"
2421
  msgstr ""
2422
 
2423
+ #: includes/class-metabox-wcps.php:185
2424
  #, php-format
2425
  msgid "%s Buy pro"
2426
  msgstr ""
2427
 
2428
+ #: includes/class-metabox-wcps.php:257
2429
+ msgid "Slider for"
2430
+ msgstr ""
2431
+
2432
  #: includes/class-post-types.php:19 includes/class-post-types.php:20
2433
  msgid "WCPS"
2434
  msgstr ""
2500
  msgid "WCPS layouts"
2501
  msgstr ""
2502
 
2503
+ #: includes/class-settings-tabs-old.php:344
2504
+ #: includes/class-settings-tabs.php:432
2505
  msgid "Placeholder.jpg"
2506
  msgstr ""
2507
 
2508
+ #: includes/class-settings-tabs-old.php:400
2509
+ #: includes/class-settings-tabs-old.php:481
2510
+ #: includes/class-settings-tabs.php:488 includes/class-settings-tabs.php:569
2511
  msgid "Upload"
2512
  msgstr ""
2513
 
2514
+ #: includes/class-settings-tabs-old.php:401
2515
+ #: includes/class-settings-tabs-old.php:482
2516
+ #: includes/class-settings-tabs.php:489 includes/class-settings-tabs.php:570
2517
  msgid "Clear"
2518
  msgstr ""
2519
 
2520
+ #: includes/class-settings-tabs-old.php:588
2521
+ #: includes/class-settings-tabs-old.php:859
2522
+ #: includes/class-settings-tabs.php:671 includes/class-settings-tabs.php:942
2523
  msgid "Add"
2524
  msgstr ""
2525
 
2527
  msgid "Settings"
2528
  msgstr ""
2529
 
 
 
 
 
2530
  #: includes/class-settings.php:29
2531
  msgid "Upgrade status"
2532
  msgstr ""
2533
 
2534
+ #: includes/functions-layout-hook.php:45
2535
+ msgid "Write custom text."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2536
  msgstr ""
2537
 
2538
+ #: includes/functions-layout-hook.php:187
2539
+ msgid "Post title"
2540
  msgstr ""
2541
 
2542
+ #: includes/functions-layout-hook.php:277
2543
+ #: includes/functions-layout-hook.php:2436
2544
+ #: includes/functions-layout-hook.php:2594
2545
  msgid "product link"
2546
  msgstr ""
2547
 
2548
+ #: includes/functions-layout-hook.php:278
2549
+ #: includes/functions-layout-hook.php:487
2550
+ #: includes/functions-layout-hook.php:726
2551
+ #: includes/functions-layout-hook.php:2437
2552
+ #: includes/functions-layout-hook.php:2595
2553
+ msgid "External product"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2554
  msgstr ""
2555
 
2556
+ #: includes/functions-layout-hook.php:355
2557
+ #: includes/functions-layout-hook.php:2183
2558
  msgid "Full"
2559
  msgstr ""
2560
 
2561
+ #: includes/functions-layout-hook.php:370
2562
+ #: includes/functions-layout-hook.php:2198
2563
  msgid "Thumbnail size"
2564
  msgstr ""
2565
 
2566
+ #: includes/functions-layout-hook.php:371
2567
+ #: includes/functions-layout-hook.php:2199
2568
  msgid "Choose thumbnail size."
2569
  msgstr ""
2570
 
2571
+ #: includes/functions-layout-hook.php:386
2572
+ #: includes/functions-layout-hook.php:2214
2573
  msgid "Thumbnail height"
2574
  msgstr ""
2575
 
2576
+ #: includes/functions-layout-hook.php:387
2577
+ #: includes/functions-layout-hook.php:2215
2578
  msgid "Set thumbnail height."
2579
  msgstr ""
2580
 
2581
+ #: includes/functions-layout-hook.php:394
2582
+ #: includes/functions-layout-hook.php:2222
2583
  msgid "min-width: 1200px, ex: 280px"
2584
  msgstr ""
2585
 
2586
+ #: includes/functions-layout-hook.php:404
2587
+ #: includes/functions-layout-hook.php:2232
2588
  msgid "min-width: 992px, ex: 280px"
2589
  msgstr ""
2590
 
2591
+ #: includes/functions-layout-hook.php:414
2592
+ #: includes/functions-layout-hook.php:2242
2593
  msgid "max-width: 768px, ex: 280px"
2594
  msgstr ""
2595
 
2596
+ #: includes/functions-layout-hook.php:429
2597
+ #: includes/functions-layout-hook.php:2257
2598
  msgid "Default thumbnail"
2599
  msgstr ""
2600
 
2601
+ #: includes/functions-layout-hook.php:430
2602
+ #: includes/functions-layout-hook.php:2258
2603
  msgid "Choose default thumbnail."
2604
  msgstr ""
2605
 
2606
+ #: includes/functions-layout-hook.php:479
2607
+ #: includes/functions-layout-hook.php:719
2608
  msgid "Choose option to product link."
2609
  msgstr ""
2610
 
2611
+ #: includes/functions-layout-hook.php:486
2612
+ #: includes/functions-layout-hook.php:725
2613
  msgid "Product link"
2614
  msgstr ""
2615
 
2616
+ #: includes/functions-layout-hook.php:535
 
 
 
 
 
 
 
 
 
 
 
 
2617
  msgid "Read more"
2618
  msgstr ""
2619
 
2620
+ #: includes/functions-layout-hook.php:564
2621
  msgid "Content source"
2622
  msgstr ""
2623
 
2624
+ #: includes/functions-layout-hook.php:565
2625
  msgid "Choose content source."
2626
  msgstr ""
2627
 
2628
+ #: includes/functions-layout-hook.php:569
2629
  msgid "Short description"
2630
  msgstr ""
2631
 
2632
+ #: includes/functions-layout-hook.php:569
2633
  msgid "Auto Excerpt"
2634
  msgstr ""
2635
 
2636
+ #: includes/functions-layout-hook.php:578
2637
  msgid "Word count"
2638
  msgstr ""
2639
 
2640
+ #: includes/functions-layout-hook.php:579
2641
  msgid "Set word count."
2642
  msgstr ""
2643
 
2644
+ #: includes/functions-layout-hook.php:593
2645
  msgid "Read more text"
2646
  msgstr ""
2647
 
2648
+ #: includes/functions-layout-hook.php:594
2649
  msgid "Set custom read more text."
2650
  msgstr ""
2651
 
2652
+ #: includes/functions-layout-hook.php:608
2653
  msgid "Read more color"
2654
  msgstr ""
2655
 
2656
+ #: includes/functions-layout-hook.php:609
2657
  msgid "Set custom read more color."
2658
  msgstr ""
2659
 
2660
+ #: includes/functions-layout-hook.php:783
2661
+ #: includes/functions-layout-hook.php:894
2662
  msgid "Wrapper id"
2663
  msgstr ""
2664
 
2665
+ #: includes/functions-layout-hook.php:784
2666
  msgid "Write wrapper id, ex: my-unique-id."
2667
  msgstr ""
2668
 
2669
+ #: includes/functions-layout-hook.php:796
2670
  msgid "Wrapper class"
2671
  msgstr ""
2672
 
2673
+ #: includes/functions-layout-hook.php:797
2674
  msgid "Write wrapper class, ex: layer-thumbnail"
2675
  msgstr ""
2676
 
2677
+ #: includes/functions-layout-hook.php:810
2678
  msgid "Write custom CSS. do not use <code>&lt;style>&lt;/style></code>"
2679
  msgstr ""
2680
 
2681
+ #: includes/functions-layout-hook.php:895
2682
  msgid "Write wrapper id, ex: div, p, span."
2683
  msgstr ""
2684
 
2685
+ #: includes/functions-layout-hook.php:944
2686
  msgid "Product category"
2687
  msgstr ""
2688
 
2689
+ #: includes/functions-layout-hook.php:953
2690
+ #: includes/functions-layout-hook.php:1096
2691
  msgid "Max count"
2692
  msgstr ""
2693
 
2694
+ #: includes/functions-layout-hook.php:954
2695
+ #: includes/functions-layout-hook.php:1097
2696
  msgid "Write max count"
2697
  msgstr ""
2698
 
2699
+ #: includes/functions-layout-hook.php:967
2700
+ #: includes/functions-layout-hook.php:1110
2701
  msgid "Link separator"
2702
  msgstr ""
2703
 
2704
+ #: includes/functions-layout-hook.php:968
2705
+ #: includes/functions-layout-hook.php:1111
2706
  msgid "Choose link separator."
2707
  msgstr ""
2708
 
2709
+ #: includes/functions-layout-hook.php:983
 
 
 
 
 
 
 
 
 
 
 
2710
  #, php-format
2711
  msgid "Write wrapper html, use <code>%s</code> to replace category output."
2712
  msgstr ""
2713
 
2714
+ #: includes/functions-layout-hook.php:1027
2715
+ #: includes/functions-layout-hook.php:1154
 
 
 
 
2716
  msgid "Link color"
2717
  msgstr ""
2718
 
2719
+ #: includes/functions-layout-hook.php:1028
2720
+ #: includes/functions-layout-hook.php:1155
2721
  msgid "Choose link color."
2722
  msgstr ""
2723
 
2724
+ #: includes/functions-layout-hook.php:1086
2725
  msgid "Product tag"
2726
  msgstr ""
2727
 
2728
+ #: includes/functions-layout-hook.php:1127
2729
  #, php-format
2730
  msgid "Write wrapper html, use <code>%s</code> to replace tags output."
2731
  msgstr ""
2732
 
2733
+ #: includes/functions-layout-hook.php:1209
2734
  msgid "Sale count"
2735
  msgstr ""
2736
 
2737
+ #: includes/functions-layout-hook.php:1220
2738
+ #: includes/functions-layout-hook.php:2675
2739
+ #: includes/functions-layout-hook.php:2827
2740
+ #: includes/functions-layout-hook.php:2978
2741
+ #: includes/functions-layout-hook.php:3130
2742
+ #: includes/functions-layout-hook.php:3280
2743
+ #: includes/functions-layout-hook.php:3431
2744
+ #: includes/functions-layout-hook.php:3805
2745
+ #: includes/functions-layout-hook.php:3955
2746
+ #: includes/functions-layout-hook.php:4104
2747
+ #: includes/functions-layout-hook.php:4356
2748
+ #: includes/functions-layout-hook.php:4504
2749
+ #: includes/functions-layout-hook.php:4655
2750
+ #: includes/functions-layout-hook.php:4804
2751
+ #: includes/functions-layout-hook.php:4954
2752
  #, php-format
2753
  msgid "Write wrapper html, use <code>%s</code> to replace sale count output."
2754
  msgstr ""
2755
 
2756
+ #: includes/functions-layout-hook.php:1285
2757
  msgid "Featured mark"
2758
  msgstr ""
2759
 
2760
+ #: includes/functions-layout-hook.php:1294
2761
+ #: includes/functions-layout-hook.php:1438
2762
  msgid "Icon image"
2763
  msgstr ""
2764
 
2765
+ #: includes/functions-layout-hook.php:1295
2766
+ #: includes/functions-layout-hook.php:1439
2767
  msgid "Choose icon image"
2768
  msgstr ""
2769
 
2770
+ #: includes/functions-layout-hook.php:1310
2771
+ #: includes/functions-layout-hook.php:1452
2772
+ #: includes/functions-layout-hook.php:1582
2773
  #, php-format
2774
  msgid "Write wrapper html, use <code>%s</code> to replace on-sale output."
2775
  msgstr ""
2776
 
2777
+ #: includes/functions-layout-hook.php:1323
2778
+ #: includes/functions-layout-hook.php:1465
2779
  msgid "position"
2780
  msgstr ""
2781
 
2782
+ #: includes/functions-layout-hook.php:1324
2783
+ #: includes/functions-layout-hook.php:1466
2784
  msgid "Choose position."
2785
  msgstr ""
2786
 
2787
+ #: includes/functions-layout-hook.php:1358
2788
+ #: includes/functions-layout-hook.php:1500
2789
+ #: includes/functions-layout-hook.php:1609
2790
+ #: includes/functions-layout-hook.php:1709
 
 
 
 
 
 
 
2791
  msgid "Text color"
2792
  msgstr ""
2793
 
2794
+ #: includes/functions-layout-hook.php:1359
2795
+ #: includes/functions-layout-hook.php:1501
2796
+ #: includes/functions-layout-hook.php:1610
2797
+ #: includes/functions-layout-hook.php:1710
2798
+ #: includes/functions-layout-hook.php:1836
2799
+ #: includes/functions-layout-hook.php:1949
2800
  msgid "Choose text color."
2801
  msgstr ""
2802
 
2803
+ #: includes/functions-layout-hook.php:1373
2804
+ #: includes/functions-layout-hook.php:1516
2805
+ #: includes/functions-layout-hook.php:1625
2806
  msgid "Choose text font size."
2807
  msgstr ""
2808
 
2809
+ #: includes/functions-layout-hook.php:1387
2810
+ #: includes/functions-layout-hook.php:1530
2811
+ #: includes/functions-layout-hook.php:1639
2812
  msgid "Choose padding."
2813
  msgstr ""
2814
 
2815
+ #: includes/functions-layout-hook.php:1429
2816
  msgid "On sale mark"
2817
  msgstr ""
2818
 
2819
+ #: includes/functions-layout-hook.php:1722
2820
  msgid "Display quantity"
2821
  msgstr ""
2822
 
2823
+ #: includes/functions-layout-hook.php:1723
2824
  msgid "Choose display quantity input field."
2825
  msgstr ""
2826
 
2827
+ #: includes/functions-layout-hook.php:1727
2828
  #: includes/functions-settings-hook.php:46
2829
  msgid "No"
2830
  msgstr ""
2831
 
2832
+ #: includes/functions-layout-hook.php:1727
2833
  #: includes/functions-settings-hook.php:46
2834
  msgid "Yes"
2835
  msgstr ""
2836
 
2837
+ #: includes/functions-layout-hook.php:1792
2838
  msgid "Rating type"
2839
  msgstr ""
2840
 
2841
+ #: includes/functions-layout-hook.php:1793
2842
  msgid "Choose rating type."
2843
  msgstr ""
2844
 
2845
+ #: includes/functions-layout-hook.php:1807
2846
  #, php-format
2847
  msgid "Write wrapper html, use <code>%s</code> to replace rating output."
2848
  msgstr ""
2849
 
2850
+ #: includes/functions-layout-hook.php:1835
2851
+ #: includes/functions-layout-hook.php:1948
2852
  msgid "Text Color"
2853
  msgstr ""
2854
 
2855
+ #: includes/functions-layout-hook.php:1910
2856
  msgid "Product price"
2857
  msgstr ""
2858
 
2859
+ #: includes/functions-layout-hook.php:1919
2860
  msgid "Price type"
2861
  msgstr ""
2862
 
2863
+ #: includes/functions-layout-hook.php:1920
2864
  msgid "Choose price type."
2865
  msgstr ""
2866
 
2867
+ #: includes/functions-layout-hook.php:1934
2868
  #, php-format
2869
  msgid "Write wrapper html, use <code>%s</code> to replace price output."
2870
  msgstr ""
2871
 
2872
+ #: includes/functions-layout-hook.php:3567
2873
+ msgid "Dokan store banner"
2874
+ msgstr ""
2875
+
2876
+ #: includes/functions-layout-hook.php:3577
2877
+ #: includes/functions-layout-hook.php:3696
2878
+ msgid "Width"
2879
+ msgstr ""
2880
+
2881
+ #: includes/functions-layout-hook.php:3578
2882
+ msgid "Set banner width. ex: 200px or 45%"
2883
+ msgstr ""
2884
+
2885
+ #: includes/functions-layout-hook.php:3591
2886
+ msgid "height"
2887
+ msgstr ""
2888
+
2889
+ #: includes/functions-layout-hook.php:3592
2890
+ msgid "Set banner height. ex: 200px"
2891
+ msgstr ""
2892
+
2893
+ #: includes/functions-layout-hook.php:3685
2894
+ msgid "Dokan store avatar"
2895
+ msgstr ""
2896
+
2897
+ #: includes/functions-layout-hook.php:3697
2898
+ msgid "Set avatar width. ex: 200px or 50%"
2899
+ msgstr ""
2900
+
2901
+ #: includes/functions-layout-hook.php:3793
2902
+ msgid "Order title"
2903
+ msgstr ""
2904
+
2905
+ #: includes/functions-layout-hook.php:4092
2906
+ msgid "Customer name"
2907
+ msgstr ""
2908
+
2909
+ #: includes/functions-layout-hook.php:4238
2910
+ msgid "Customer thumbnail"
2911
+ msgstr ""
2912
+
2913
+ #: includes/functions-layout-hook.php:4248
2914
+ msgid "width"
2915
+ msgstr ""
2916
+
2917
+ #: includes/functions-layout-hook.php:4249
2918
+ msgid "Set width."
2919
+ msgstr ""
2920
+
2921
+ #: includes/functions-layout-hook.php:4344
2922
+ msgid "Customer country"
2923
+ msgstr ""
2924
+
2925
+ #: includes/functions-layout-hook.php:4492
2926
+ msgid "Customer payment method"
2927
+ msgstr ""
2928
+
2929
  #: includes/functions-settings-hook.php:18
2930
  msgid "General"
2931
  msgstr ""
2966
  msgid "See all demo"
2967
  msgstr ""
2968
 
2969
+ #: includes/functions-settings-hook.php:606
2970
+ msgid "3rd party"
2971
+ msgstr ""
2972
+
2973
+ #: includes/functions-settings-hook.php:609
2974
+ msgid "YITH WooCommerce Badge Management"
2975
+ msgstr ""
2976
+
2977
+ #: includes/functions-settings-hook.php:614
2978
+ msgid "YITH WooCommerce Quick View"
2979
+ msgstr ""
2980
+
2981
+ #: includes/functions-settings-hook.php:619
2982
+ msgid "YITH WooCommerce Wishlist"
2983
+ msgstr ""
2984
+
2985
+ #: includes/functions-settings-hook.php:624
2986
+ msgid "YITH WooCommerce Brands"
2987
+ msgstr ""
2988
+
2989
+ #: includes/functions-settings-hook.php:629
2990
+ msgid "YITH WooCommerce Compare"
2991
+ msgstr ""
2992
+
2993
+ #: includes/functions-settings-hook.php:635
2994
+ #: includes/functions-settings-hook.php:675
2995
+ msgid "WooCommerce Wholesale Prices"
2996
+ msgstr ""
2997
+
2998
+ #: includes/functions-settings-hook.php:640
2999
+ msgid "TI WooCommerce Wishlist"
3000
+ msgstr ""
3001
+
3002
+ #: includes/functions-settings-hook.php:645
3003
+ msgid "WPC Countdown Timer"
3004
+ msgstr ""
3005
+
3006
+ #: includes/functions-settings-hook.php:655
3007
+ msgid "WPC Smart Quick View"
3008
+ msgstr ""
3009
+
3010
+ #: includes/functions-settings-hook.php:660
3011
+ msgid "WPC Smart Wishlist"
3012
+ msgstr ""
3013
+
3014
+ #: includes/functions-settings-hook.php:665
3015
+ msgid "Wishlist by PickPlugins"
3016
+ msgstr ""
3017
+
3018
+ #: includes/functions-settings-hook.php:670
3019
+ msgid "Wish List for WooCommerce"
3020
+ msgstr ""
3021
+
3022
+ #: includes/functions.php:328
3023
  msgid "Shortcode"
3024
  msgstr ""
3025
 
3061
  msgid "%s Settings - Update"
3062
  msgstr ""
3063
 
3064
+ #: woocommerce-products-slider.php:92
3065
  msgid "1 Minute"
3066
  msgstr ""
languages/woocommerce-products-slider-fi.mo CHANGED
Binary file
languages/woocommerce-products-slider-fi.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Woocommerce Products Slider\n"
4
- "POT-Creation-Date: 2020-03-27 21:01+0600\n"
5
- "PO-Revision-Date: 2020-03-27 21:01+0600\n"
6
  "Last-Translator: Nur Hasan <public.nurhasan@gmail.com>\n"
7
  "Language-Team: PickPlugins <support@pickplugins.com>\n"
8
  "Language: fi\n"
@@ -17,6 +17,1054 @@ msgstr ""
17
  "X-Poedit-SearchPath-1: includes\n"
18
  "X-Poedit-SearchPath-2: templates\n"
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: includes/class-admin-notices.php:34
21
  #, php-format
22
  msgid ""
@@ -125,42 +1173,31 @@ msgid "Set ribbon position."
125
  msgstr ""
126
 
127
  #: includes/class-metabox-wcps-hook.php:243
128
- #: includes/class-metabox-wcps-hook.php:1231
129
- #: includes/functions-layout-hook.php:1158
130
- #: includes/functions-layout-hook.php:1300
131
  msgid "Top-right"
132
  msgstr ""
133
 
134
  #: includes/class-metabox-wcps-hook.php:244
135
- #: includes/class-metabox-wcps-hook.php:1231
136
- #: includes/functions-layout-hook.php:1159
137
- #: includes/functions-layout-hook.php:1301
138
  msgid "Top-left"
139
  msgstr ""
140
 
141
  #: includes/class-metabox-wcps-hook.php:245
142
- #: includes/functions-layout-hook.php:1160
143
- #: includes/functions-layout-hook.php:1302
144
  msgid "Bottom-right"
145
  msgstr ""
146
 
147
  #: includes/class-metabox-wcps-hook.php:246
148
- #: includes/functions-layout-hook.php:1161
149
- #: includes/functions-layout-hook.php:1303
150
  msgid "Bottom-left"
151
  msgstr ""
152
 
153
- #: includes/class-metabox-wcps-hook.php:247
154
- #: includes/class-metabox-wcps-hook.php:809
155
- #: includes/functions-layout-hook.php:124
156
- #: includes/functions-layout-hook.php:326
157
- #: includes/functions-layout-hook.php:558
158
- #: includes/functions-layout-hook.php:1162
159
- #: includes/functions-layout-hook.php:1304
160
- #: includes/functions-settings-hook.php:33
161
- msgid "None"
162
- msgstr ""
163
-
164
  #: includes/class-metabox-wcps-hook.php:260
165
  msgid "Item style"
166
  msgstr ""
@@ -185,29 +1222,10 @@ msgstr ""
185
  msgid "Item custom margin"
186
  msgstr ""
187
 
188
- #: includes/class-metabox-wcps-hook.php:287
189
- #: includes/class-metabox-wcps-hook.php:334
190
- #: includes/functions-layout-hook.php:1174
191
- #: includes/functions-layout-hook.php:1316
192
- #: includes/functions-layout-hook.php:1425
193
- #: includes/functions-layout-hook.php:1524
194
- msgid "Background color"
195
- msgstr ""
196
-
197
  #: includes/class-metabox-wcps-hook.php:288
198
  msgid "Item background color"
199
  msgstr ""
200
 
201
- #: includes/class-metabox-wcps-hook.php:297
202
- #: includes/functions-layout-hook.php:104
203
- #: includes/functions-layout-hook.php:501
204
- #: includes/functions-layout-hook.php:871
205
- #: includes/functions-layout-hook.php:997
206
- #: includes/functions-layout-hook.php:1678
207
- #: includes/functions-layout-hook.php:1818
208
- msgid "Text align"
209
- msgstr ""
210
-
211
  #: includes/class-metabox-wcps-hook.php:298
212
  msgid "Item text align"
213
  msgstr ""
@@ -232,963 +1250,933 @@ msgstr ""
232
  msgid "Container background color"
233
  msgstr ""
234
 
235
- #: includes/class-metabox-wcps-hook.php:344
236
- #: includes/functions-layout-hook.php:1215
237
- #: includes/functions-layout-hook.php:1358
238
- msgid "Padding"
239
- msgstr ""
240
-
241
  #: includes/class-metabox-wcps-hook.php:345
242
  msgid "Container padding"
243
  msgstr ""
244
 
245
- #: includes/class-metabox-wcps-hook.php:353
246
- #: includes/functions-layout-hook.php:89 includes/functions-layout-hook.php:286
247
- #: includes/functions-layout-hook.php:516
248
- #: includes/functions-layout-hook.php:651
249
- #: includes/functions-layout-hook.php:825
250
- #: includes/functions-layout-hook.php:969
251
- #: includes/functions-layout-hook.php:1064
252
- #: includes/functions-layout-hook.php:1467
253
- #: includes/functions-layout-hook.php:1566
254
- #: includes/functions-layout-hook.php:1650
255
- #: includes/functions-layout-hook.php:1790
256
- msgid "Margin"
257
- msgstr ""
258
-
259
  #: includes/class-metabox-wcps-hook.php:354
260
  msgid "Container margin"
261
  msgstr ""
262
 
263
- #: includes/class-metabox-wcps-hook.php:398
264
  msgid "Layouts"
265
  msgstr ""
266
 
267
- #: includes/class-metabox-wcps-hook.php:399
268
  msgid "Choose item layouts."
269
  msgstr ""
270
 
271
- #: includes/class-metabox-wcps-hook.php:409
272
- #: includes/class-metabox-wcps-hook.php:420
273
  msgid "Create layout"
274
  msgstr ""
275
 
276
- #: includes/class-metabox-wcps-hook.php:410
277
  msgid "Manage layouts"
278
  msgstr ""
279
 
280
- #: includes/class-metabox-wcps-hook.php:421
 
 
 
 
281
  msgid "Please follow the links to create layouts or manage."
282
  msgstr ""
283
 
284
- #: includes/class-metabox-wcps-hook.php:464
285
  msgid "Item layouts"
286
  msgstr ""
287
 
288
- #: includes/class-metabox-wcps-hook.php:465
289
  msgid "Choose grid item layout."
290
  msgstr ""
291
 
292
- #: includes/class-metabox-wcps-hook.php:550
293
  msgid "Max number of product"
294
  msgstr ""
295
 
296
- #: includes/class-metabox-wcps-hook.php:551
297
  msgid "Set custom number you want to display maximum number of product"
298
  msgstr ""
299
 
300
- #: includes/class-metabox-wcps-hook.php:620
301
- msgid "Select terms"
302
- msgstr ""
303
-
304
- #: includes/class-metabox-wcps-hook.php:621
305
- #: includes/class-metabox-wcps-hook.php:804
306
- msgid "Choose some terms."
307
- msgstr ""
308
-
309
- #: includes/class-metabox-wcps-hook.php:635
310
- msgid "Terms relation"
311
- msgstr ""
312
-
313
- #: includes/class-metabox-wcps-hook.php:636
314
- msgid "Choose term relation."
315
- msgstr ""
316
-
317
- #: includes/class-metabox-wcps-hook.php:641
318
- msgid "IN"
319
- msgstr ""
320
-
321
- #: includes/class-metabox-wcps-hook.php:642
322
- msgid "NOT IN"
323
- msgstr ""
324
-
325
- #: includes/class-metabox-wcps-hook.php:643
326
- #: includes/class-metabox-wcps-hook.php:698
327
- msgid "AND"
328
- msgstr ""
329
-
330
- #: includes/class-metabox-wcps-hook.php:644
331
- msgid "EXISTS"
332
- msgstr ""
333
-
334
- #: includes/class-metabox-wcps-hook.php:645
335
- msgid "NOT EXISTS"
336
- msgstr ""
337
-
338
- #: includes/class-metabox-wcps-hook.php:679
339
  msgid "Product taxonomy & terms"
340
  msgstr ""
341
 
342
- #: includes/class-metabox-wcps-hook.php:680
 
343
  msgid ""
344
  "Choose product taxonomy & terms. click to expand and see there is categories "
345
  "or terms you can select."
346
  msgstr ""
347
 
348
- #: includes/class-metabox-wcps-hook.php:691
349
- msgid "Taxonomy relation"
350
- msgstr ""
351
-
352
- #: includes/class-metabox-wcps-hook.php:692
353
- msgid "Set taxonomy relation."
354
- msgstr ""
355
-
356
- #: includes/class-metabox-wcps-hook.php:697
357
- msgid "OR"
358
- msgstr ""
359
-
360
- #: includes/class-metabox-wcps-hook.php:714
361
- msgid "Query order"
362
- msgstr ""
363
-
364
- #: includes/class-metabox-wcps-hook.php:715
365
- msgid "Set query order."
366
- msgstr ""
367
-
368
- #: includes/class-metabox-wcps-hook.php:720
369
- #: includes/class-metabox-wcps-hook.php:810
370
- msgid "Descending"
371
- msgstr ""
372
-
373
- #: includes/class-metabox-wcps-hook.php:721
374
- #: includes/class-metabox-wcps-hook.php:811
375
- msgid "Ascending"
376
- msgstr ""
377
-
378
- #: includes/class-metabox-wcps-hook.php:730
379
- msgid "ID"
380
- msgstr ""
381
-
382
- #: includes/class-metabox-wcps-hook.php:731
383
  msgid "Date"
384
  msgstr ""
385
 
386
- #: includes/class-metabox-wcps-hook.php:732
 
387
  msgid "Post date"
388
  msgstr ""
389
 
390
- #: includes/class-metabox-wcps-hook.php:733
 
 
391
  msgid "Name"
392
  msgstr ""
393
 
394
- #: includes/class-metabox-wcps-hook.php:734
 
395
  msgid "Random"
396
  msgstr ""
397
 
398
- #: includes/class-metabox-wcps-hook.php:735
 
399
  msgid "Comment count"
400
  msgstr ""
401
 
402
- #: includes/class-metabox-wcps-hook.php:736
 
403
  msgid "Author"
404
  msgstr ""
405
 
406
- #: includes/class-metabox-wcps-hook.php:737
407
- #: includes/functions-layout-hook.php:36
408
  msgid "Title"
409
  msgstr ""
410
 
411
- #: includes/class-metabox-wcps-hook.php:738
 
412
  msgid "Type"
413
  msgstr ""
414
 
415
- #: includes/class-metabox-wcps-hook.php:739
 
416
  msgid "Menu order"
417
  msgstr ""
418
 
419
- #: includes/class-metabox-wcps-hook.php:740
 
420
  msgid "meta_value"
421
  msgstr ""
422
 
423
- #: includes/class-metabox-wcps-hook.php:741
 
424
  msgid "meta value number"
425
  msgstr ""
426
 
427
- #: includes/class-metabox-wcps-hook.php:742
 
428
  msgid "post__in"
429
  msgstr ""
430
 
431
- #: includes/class-metabox-wcps-hook.php:743
 
432
  msgid "post_name__in"
433
  msgstr ""
434
 
435
- #: includes/class-metabox-wcps-hook.php:803
436
  msgid "Order"
437
  msgstr ""
438
 
439
- #: includes/class-metabox-wcps-hook.php:846
440
- msgid "Query orderby"
441
- msgstr ""
442
-
443
- #: includes/class-metabox-wcps-hook.php:847
444
- msgid "Set query orderby."
445
- msgstr ""
446
-
447
- #: includes/class-metabox-wcps-hook.php:857
448
  msgid "Orderby meta key"
449
  msgstr ""
450
 
451
- #: includes/class-metabox-wcps-hook.php:858
452
  msgid "Write meta key for orderby meta key value."
453
  msgstr ""
454
 
455
- #: includes/class-metabox-wcps-hook.php:871
456
  msgid "Include out of stock products?"
457
  msgstr ""
458
 
459
- #: includes/class-metabox-wcps-hook.php:872
460
  msgid "Include or exclude out of stock products from query."
461
  msgstr ""
462
 
463
- #: includes/class-metabox-wcps-hook.php:877
464
- #: includes/class-metabox-wcps-hook.php:898
465
- #: includes/class-metabox-wcps-hook.php:918
466
- #: includes/class-metabox-wcps-hook.php:930
467
  msgid "No check"
468
  msgstr ""
469
 
470
- #: includes/class-metabox-wcps-hook.php:878
471
- #: includes/class-metabox-wcps-hook.php:899
472
- #: includes/class-metabox-wcps-hook.php:919
473
  msgid "Include"
474
  msgstr ""
475
 
476
- #: includes/class-metabox-wcps-hook.php:879
477
- #: includes/class-metabox-wcps-hook.php:900
478
- #: includes/class-metabox-wcps-hook.php:920
479
  msgid "Exclude"
480
  msgstr ""
481
 
482
- #: includes/class-metabox-wcps-hook.php:892
483
  msgid "Include featured products?"
484
  msgstr ""
485
 
486
- #: includes/class-metabox-wcps-hook.php:893
487
  msgid "Include or exclude featured products from query."
488
  msgstr ""
489
 
490
- #: includes/class-metabox-wcps-hook.php:912
491
  msgid "Include on-sale products?"
492
  msgstr ""
493
 
494
- #: includes/class-metabox-wcps-hook.php:913
495
  msgid "Include or exclude on-sale products from query."
496
  msgstr ""
497
 
498
- #: includes/class-metabox-wcps-hook.php:931
499
- #: includes/class-metabox-wcps-layout-hook.php:118
500
  msgid "On sale"
501
  msgstr ""
502
 
503
- #: includes/class-metabox-wcps-hook.php:932
504
- #: includes/class-metabox-wcps-layout-hook.php:117
505
  msgid "Featured"
506
  msgstr ""
507
 
508
- #: includes/class-metabox-wcps-hook.php:933
509
  msgid "In stock"
510
  msgstr ""
511
 
512
- #: includes/class-metabox-wcps-hook.php:940
513
  msgid "Query only?"
514
  msgstr ""
515
 
516
- #: includes/class-metabox-wcps-hook.php:941
517
  msgid "Choose option you want to display only products based on options."
518
  msgstr ""
519
 
520
- #: includes/class-metabox-wcps-hook.php:959
521
  msgid "Product ID's"
522
  msgstr ""
523
 
524
- #: includes/class-metabox-wcps-hook.php:960
525
  msgid "You can display products by ids."
526
  msgstr ""
527
 
528
- #: includes/class-metabox-wcps-hook.php:1047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
529
  msgid "Slider"
530
  msgstr ""
531
 
532
- #: includes/class-metabox-wcps-hook.php:1048
533
  msgid "Customize slider settings."
534
  msgstr ""
535
 
536
- #: includes/class-metabox-wcps-hook.php:1054
537
  msgid "Slider column count "
538
  msgstr ""
539
 
540
- #: includes/class-metabox-wcps-hook.php:1055
541
  msgid "Set slider column count."
542
  msgstr ""
543
 
544
- #: includes/class-metabox-wcps-hook.php:1061
545
- #: includes/functions-layout-hook.php:236
 
546
  msgid "In desktop"
547
  msgstr ""
548
 
549
- #: includes/class-metabox-wcps-hook.php:1062
550
  msgid "min-width: 1200px, ex: 3"
551
  msgstr ""
552
 
553
- #: includes/class-metabox-wcps-hook.php:1071
554
- #: includes/functions-layout-hook.php:246
 
555
  msgid "In tablet & small desktop"
556
  msgstr ""
557
 
558
- #: includes/class-metabox-wcps-hook.php:1072
559
  msgid "min-width: 992px, ex: 2"
560
  msgstr ""
561
 
562
- #: includes/class-metabox-wcps-hook.php:1081
563
- #: includes/functions-layout-hook.php:256
 
564
  msgid "In mobile"
565
  msgstr ""
566
 
567
- #: includes/class-metabox-wcps-hook.php:1082
568
  msgid "min-width: 576px, ex: 1"
569
  msgstr ""
570
 
571
- #: includes/class-metabox-wcps-hook.php:1100
572
- msgid "Auto play"
573
- msgstr ""
574
-
575
- #: includes/class-metabox-wcps-hook.php:1101
576
- msgid "Choose slider auto play."
577
- msgstr ""
578
-
579
- #: includes/class-metabox-wcps-hook.php:1105
580
- #: includes/class-metabox-wcps-hook.php:1147
581
- #: includes/class-metabox-wcps-hook.php:1160
582
- #: includes/class-metabox-wcps-hook.php:1175
583
- #: includes/class-metabox-wcps-hook.php:1188
584
- #: includes/class-metabox-wcps-hook.php:1204
585
- #: includes/class-metabox-wcps-hook.php:1319
586
- #: includes/class-metabox-wcps-hook.php:1372
587
- #: includes/class-metabox-wcps-hook.php:1385
588
- #: includes/class-metabox-wcps-hook.php:1400
589
- #: includes/class-metabox-wcps-hook.php:1414
590
- #: includes/class-metabox-wcps-hook.php:1428
591
- msgid "True"
592
  msgstr ""
593
 
594
- #: includes/class-metabox-wcps-hook.php:1105
595
- #: includes/class-metabox-wcps-hook.php:1147
596
- #: includes/class-metabox-wcps-hook.php:1160
597
- #: includes/class-metabox-wcps-hook.php:1175
598
- #: includes/class-metabox-wcps-hook.php:1188
599
- #: includes/class-metabox-wcps-hook.php:1204
600
- #: includes/class-metabox-wcps-hook.php:1319
601
- #: includes/class-metabox-wcps-hook.php:1372
602
- #: includes/class-metabox-wcps-hook.php:1385
603
- #: includes/class-metabox-wcps-hook.php:1400
604
- #: includes/class-metabox-wcps-hook.php:1414
605
- #: includes/class-metabox-wcps-hook.php:1428
606
- msgid "False"
607
  msgstr ""
608
 
609
- #: includes/class-metabox-wcps-hook.php:1113
610
  msgid "Auto play speed"
611
  msgstr ""
612
 
613
- #: includes/class-metabox-wcps-hook.php:1114
614
  msgid "Set auto play speed, ex: 1500"
615
  msgstr ""
616
 
617
- #: includes/class-metabox-wcps-hook.php:1126
618
  msgid "Auto play timeout"
619
  msgstr ""
620
 
621
- #: includes/class-metabox-wcps-hook.php:1127
622
  msgid "Set auto play timeout, ex: 2000"
623
  msgstr ""
624
 
625
- #: includes/class-metabox-wcps-hook.php:1133
626
  msgid "Value should larger than <b>Auto play speed</b>"
627
  msgstr ""
628
 
629
- #: includes/class-metabox-wcps-hook.php:1142
630
  msgid "Slider rewind"
631
  msgstr ""
632
 
633
- #: includes/class-metabox-wcps-hook.php:1143
634
  msgid "Choose slider rewind."
635
  msgstr ""
636
 
637
- #: includes/class-metabox-wcps-hook.php:1155
638
  msgid "Slider loop"
639
  msgstr ""
640
 
641
- #: includes/class-metabox-wcps-hook.php:1156
642
  msgid "Choose slider loop."
643
  msgstr ""
644
 
645
- #: includes/class-metabox-wcps-hook.php:1170
646
- #: includes/class-metabox-wcps-hook.php:1852
647
  #: includes/functions-settings-hook.php:514
648
  msgid "Slider center"
649
  msgstr ""
650
 
651
- #: includes/class-metabox-wcps-hook.php:1171
652
  msgid "Choose slider center."
653
  msgstr ""
654
 
655
- #: includes/class-metabox-wcps-hook.php:1183
656
- #: includes/class-metabox-wcps-hook.php:1846
657
  #: includes/functions-settings-hook.php:508
658
  msgid "Slider stop on hover"
659
  msgstr ""
660
 
661
- #: includes/class-metabox-wcps-hook.php:1184
662
  msgid "Choose stop on hover."
663
  msgstr ""
664
 
665
- #: includes/class-metabox-wcps-hook.php:1199
666
  msgid "Slider navigation"
667
  msgstr ""
668
 
669
- #: includes/class-metabox-wcps-hook.php:1200
670
  msgid "Choose slider navigation."
671
  msgstr ""
672
 
673
- #: includes/class-metabox-wcps-hook.php:1212
674
  msgid "Navigation slide speed"
675
  msgstr ""
676
 
677
- #: includes/class-metabox-wcps-hook.php:1213
678
  msgid "Set slide speed, ex: 1000"
679
  msgstr ""
680
 
681
- #: includes/class-metabox-wcps-hook.php:1226
682
  msgid "Slider navigation position"
683
  msgstr ""
684
 
685
- #: includes/class-metabox-wcps-hook.php:1227
686
  msgid "Choose slider navigation position."
687
  msgstr ""
688
 
689
- #: includes/class-metabox-wcps-hook.php:1231
690
  msgid "Bottom left"
691
  msgstr ""
692
 
693
- #: includes/class-metabox-wcps-hook.php:1231
694
  msgid "Bottom right"
695
  msgstr ""
696
 
697
- #: includes/class-metabox-wcps-hook.php:1231
698
  msgid "Middle"
699
  msgstr ""
700
 
701
- #: includes/class-metabox-wcps-hook.php:1231
702
  msgid "Middle-fixed"
703
  msgstr ""
704
 
705
- #: includes/class-metabox-wcps-hook.php:1240
706
  msgid "Navigation text"
707
  msgstr ""
708
 
709
- #: includes/class-metabox-wcps-hook.php:1241
710
  msgid "Navigation previous & next text."
711
  msgstr ""
712
 
713
- #: includes/class-metabox-wcps-hook.php:1247
714
  msgid "Previous text"
715
  msgstr ""
716
 
717
- #: includes/class-metabox-wcps-hook.php:1248
718
  msgid ""
719
  "Set previous icon, you could use <a href=\"https://fontawesome.com/icons"
720
  "\">fontawesome</a> icon html here."
721
  msgstr ""
722
 
723
- #: includes/class-metabox-wcps-hook.php:1257
724
  msgid "Next text"
725
  msgstr ""
726
 
727
- #: includes/class-metabox-wcps-hook.php:1258
728
  msgid ""
729
  "Set next icon, you could use <a href=\"https://fontawesome.com/icons"
730
  "\">fontawesome</a> icon html here"
731
  msgstr ""
732
 
733
- #: includes/class-metabox-wcps-hook.php:1274
734
  msgid "Slider navigation style"
735
  msgstr ""
736
 
737
- #: includes/class-metabox-wcps-hook.php:1275
738
  msgid ""
739
  "Choose slider navigation style. classes <code>semi-round, round, flat, "
740
  "border</code>"
741
  msgstr ""
742
 
743
- #: includes/class-metabox-wcps-hook.php:1287
744
  msgid "Navigation background color"
745
  msgstr ""
746
 
747
- #: includes/class-metabox-wcps-hook.php:1288
748
  msgid "Set navigation background color"
749
  msgstr ""
750
 
751
- #: includes/class-metabox-wcps-hook.php:1300
752
  msgid "Navigation text color"
753
  msgstr ""
754
 
755
- #: includes/class-metabox-wcps-hook.php:1301
756
  msgid "Set navigation text color"
757
  msgstr ""
758
 
759
- #: includes/class-metabox-wcps-hook.php:1314
760
- #: includes/class-metabox-wcps-hook.php:1864
761
  #: includes/functions-settings-hook.php:526
762
  msgid "Slider dots"
763
  msgstr ""
764
 
765
- #: includes/class-metabox-wcps-hook.php:1315
766
  msgid "Choose slider dots at bottom."
767
  msgstr ""
768
 
769
- #: includes/class-metabox-wcps-hook.php:1327
770
  msgid "Dots background color"
771
  msgstr ""
772
 
773
- #: includes/class-metabox-wcps-hook.php:1328
774
  msgid "Set dots background color"
775
  msgstr ""
776
 
777
- #: includes/class-metabox-wcps-hook.php:1341
778
  msgid "Dots active/hover background color"
779
  msgstr ""
780
 
781
- #: includes/class-metabox-wcps-hook.php:1342
782
  msgid "Set dots active/hover background color"
783
  msgstr ""
784
 
785
- #: includes/class-metabox-wcps-hook.php:1354
786
  msgid "Dots slide speed"
787
  msgstr ""
788
 
789
- #: includes/class-metabox-wcps-hook.php:1355
790
  msgid "Set dots slide speed, ex: 1200"
791
  msgstr ""
792
 
793
- #: includes/class-metabox-wcps-hook.php:1367
794
  msgid "Slider dots count"
795
  msgstr ""
796
 
797
- #: includes/class-metabox-wcps-hook.php:1368
798
  msgid "Choose slider dots count."
799
  msgstr ""
800
 
801
- #: includes/class-metabox-wcps-hook.php:1380
802
  msgid "Slider rtl"
803
  msgstr ""
804
 
805
- #: includes/class-metabox-wcps-hook.php:1381
806
  msgid "Choose slider rtl."
807
  msgstr ""
808
 
809
- #: includes/class-metabox-wcps-hook.php:1395
810
- #: includes/class-metabox-wcps-hook.php:1876
811
  #: includes/functions-settings-hook.php:538
812
  msgid "Slider lazy load"
813
  msgstr ""
814
 
815
- #: includes/class-metabox-wcps-hook.php:1396
816
  msgid "Choose slider lazy load."
817
  msgstr ""
818
 
819
- #: includes/class-metabox-wcps-hook.php:1409
820
  msgid "Slider touch drag"
821
  msgstr ""
822
 
823
- #: includes/class-metabox-wcps-hook.php:1410
824
  msgid "Choose slider touch drag."
825
  msgstr ""
826
 
827
- #: includes/class-metabox-wcps-hook.php:1423
828
  msgid "Slider mouse drag"
829
  msgstr ""
830
 
831
- #: includes/class-metabox-wcps-hook.php:1424
832
  msgid "Choose slider mouse drag."
833
  msgstr ""
834
 
835
- #: includes/class-metabox-wcps-hook.php:1476
836
  #: includes/class-metabox-wcps-layout-hook.php:33
837
- #: includes/functions-layout-hook.php:638
838
  msgid "Custom CSS"
839
  msgstr ""
840
 
841
- #: includes/class-metabox-wcps-hook.php:1477
842
- msgid "Add your own CSS.."
 
 
843
  msgstr ""
844
 
845
- #: includes/class-metabox-wcps-hook.php:1521
846
  #: includes/functions-settings-hook.php:77
847
  msgid "Get support"
848
  msgstr ""
849
 
850
- #: includes/class-metabox-wcps-hook.php:1522
851
  #: includes/functions-settings-hook.php:78
852
  msgid "Use following to get help and support from our expert team."
853
  msgstr ""
854
 
855
- #: includes/class-metabox-wcps-hook.php:1530
856
  #: includes/functions-settings-hook.php:86
857
  msgid ""
858
  "Ask question for free on our forum and get quick reply from our expert team "
859
  "members."
860
  msgstr ""
861
 
862
- #: includes/class-metabox-wcps-hook.php:1531
863
  #: includes/functions-settings-hook.php:87
864
  msgid "Create support ticket"
865
  msgstr ""
866
 
867
- #: includes/class-metabox-wcps-hook.php:1533
868
  #: includes/functions-settings-hook.php:89
869
  msgid "Read our documentation before asking your question."
870
  msgstr ""
871
 
872
- #: includes/class-metabox-wcps-hook.php:1534
873
  #: includes/functions-settings-hook.php:90
874
  msgid "Documentation"
875
  msgstr ""
876
 
877
- #: includes/class-metabox-wcps-hook.php:1536
878
  #: includes/functions-settings-hook.php:92
879
  msgid "Watch video tutorials."
880
  msgstr ""
881
 
882
- #: includes/class-metabox-wcps-hook.php:1537
883
  #: includes/functions-settings-hook.php:93
884
  msgid "All tutorials"
885
  msgstr ""
886
 
887
- #: includes/class-metabox-wcps-hook.php:1559
888
  #: includes/functions-settings-hook.php:115
889
  msgid "Ask question"
890
  msgstr ""
891
 
892
- #: includes/class-metabox-wcps-hook.php:1584
893
  #: includes/functions-settings-hook.php:140
894
  msgid "Submit reviews"
895
  msgstr ""
896
 
897
- #: includes/class-metabox-wcps-hook.php:1618
898
  #: includes/functions-settings-hook.php:280
899
  msgid "Get Premium"
900
  msgstr ""
901
 
902
- #: includes/class-metabox-wcps-hook.php:1619
903
  #: includes/functions-settings-hook.php:281
904
  msgid ""
905
  "Thanks for using our plugin, if you looking for some advance feature please "
906
  "buy premium version."
907
  msgstr ""
908
 
909
- #: includes/class-metabox-wcps-hook.php:1627
910
  #: includes/functions-settings-hook.php:289
911
  msgid ""
912
  "If you love our plugin and want more feature please consider to buy pro "
913
  "version."
914
  msgstr ""
915
 
916
- #: includes/class-metabox-wcps-hook.php:1628
917
- #: includes/class-metabox-wcps-hook.php:1951
918
  #: includes/functions-settings-hook.php:290
919
- #: includes/functions-settings-hook.php:613
920
  msgid "Buy premium"
921
  msgstr ""
922
 
923
- #: includes/class-metabox-wcps-hook.php:1630
924
  #: includes/functions-settings-hook.php:293
925
  msgid "See the differences"
926
  msgstr ""
927
 
928
- #: includes/class-metabox-wcps-hook.php:1636
929
- #: includes/class-metabox-wcps-hook.php:1944
930
  #: includes/functions-settings-hook.php:298
931
- #: includes/functions-settings-hook.php:606
932
  msgid "Features"
933
  msgstr ""
934
 
935
- #: includes/class-metabox-wcps-hook.php:1637
936
- #: includes/class-metabox-wcps-hook.php:1945
937
  #: includes/functions-settings-hook.php:299
938
- #: includes/functions-settings-hook.php:607
939
  msgid "Free"
940
  msgstr ""
941
 
942
- #: includes/class-metabox-wcps-hook.php:1638
943
- #: includes/class-metabox-wcps-hook.php:1946
944
  #: includes/functions-settings-hook.php:300
945
- #: includes/functions-settings-hook.php:608
946
  msgid "Premium"
947
  msgstr ""
948
 
949
- #: includes/class-metabox-wcps-hook.php:1643
950
  #: includes/functions-settings-hook.php:305
951
  msgid "Query by product taxonomies"
952
  msgstr ""
953
 
954
- #: includes/class-metabox-wcps-hook.php:1649
955
  #: includes/functions-settings-hook.php:311
956
  msgid "Query by recently viewed products"
957
  msgstr ""
958
 
959
- #: includes/class-metabox-wcps-hook.php:1655
960
  #: includes/functions-settings-hook.php:317
961
  msgid "Query by SKU"
962
  msgstr ""
963
 
964
- #: includes/class-metabox-wcps-hook.php:1661
965
  #: includes/functions-settings-hook.php:323
966
  msgid "Related product query(Single product page)"
967
  msgstr ""
968
 
969
- #: includes/class-metabox-wcps-hook.php:1667
970
  #: includes/functions-settings-hook.php:329
971
  msgid "Upsells cross-sells query(Single product page)"
972
  msgstr ""
973
 
974
- #: includes/class-metabox-wcps-hook.php:1672
975
  #: includes/functions-settings-hook.php:334
976
  msgid "Order by Best selling"
977
  msgstr ""
978
 
979
- #: includes/class-metabox-wcps-hook.php:1678
980
  #: includes/functions-settings-hook.php:340
981
  msgid "Order by Top rated"
982
  msgstr ""
983
 
984
- #: includes/class-metabox-wcps-hook.php:1684
985
  #: includes/functions-settings-hook.php:346
986
  msgid "Advance meta fields query"
987
  msgstr ""
988
 
989
- #: includes/class-metabox-wcps-hook.php:1691
990
  #: includes/functions-settings-hook.php:353
991
  msgid "Featured products at first"
992
  msgstr ""
993
 
994
- #: includes/class-metabox-wcps-hook.php:1696
995
  #: includes/functions-settings-hook.php:358
996
  msgid "Query by product attributes"
997
  msgstr ""
998
 
999
- #: includes/class-metabox-wcps-hook.php:1702
1000
  #: includes/functions-settings-hook.php:364
1001
  msgid "Layout element - Stock status"
1002
  msgstr ""
1003
 
1004
- #: includes/class-metabox-wcps-hook.php:1708
1005
  #: includes/functions-settings-hook.php:370
1006
  msgid "Layout element - Stock quantity"
1007
  msgstr ""
1008
 
1009
- #: includes/class-metabox-wcps-hook.php:1714
1010
  #: includes/functions-settings-hook.php:376
1011
  msgid "Layout element - Product Weight"
1012
  msgstr ""
1013
 
1014
- #: includes/class-metabox-wcps-hook.php:1719
1015
  #: includes/functions-settings-hook.php:381
1016
  msgid "Layout element - Product Dimensions"
1017
  msgstr ""
1018
 
1019
- #: includes/class-metabox-wcps-hook.php:1724
1020
  #: includes/functions-settings-hook.php:386
1021
  msgid "Layout element - Share button"
1022
  msgstr ""
1023
 
1024
- #: includes/class-metabox-wcps-hook.php:1730
1025
  #: includes/functions-settings-hook.php:392
1026
  msgid "Layout element - Recently viewed text"
1027
  msgstr ""
1028
 
1029
- #: includes/class-metabox-wcps-hook.php:1736
1030
  #: includes/functions-settings-hook.php:398
1031
  msgid "Layout element - Meta fields"
1032
  msgstr ""
1033
 
1034
- #: includes/class-metabox-wcps-hook.php:1741
1035
  #: includes/functions-settings-hook.php:403
1036
  msgid "Layout element - Price"
1037
  msgstr ""
1038
 
1039
- #: includes/class-metabox-wcps-hook.php:1747
1040
  #: includes/functions-settings-hook.php:409
1041
  msgid "Layout element - Rating"
1042
  msgstr ""
1043
 
1044
- #: includes/class-metabox-wcps-hook.php:1753
1045
  #: includes/functions-settings-hook.php:415
1046
  msgid "Layout element - Add to cart"
1047
  msgstr ""
1048
 
1049
- #: includes/class-metabox-wcps-hook.php:1759
1050
  #: includes/functions-settings-hook.php:421
1051
  msgid "Layout element - On sale icon"
1052
  msgstr ""
1053
 
1054
- #: includes/class-metabox-wcps-hook.php:1765
1055
  #: includes/functions-settings-hook.php:427
1056
  msgid "Layout element - Featured icon"
1057
  msgstr ""
1058
 
1059
- #: includes/class-metabox-wcps-hook.php:1771
1060
  #: includes/functions-settings-hook.php:433
1061
  msgid "Layout element - Sale Count"
1062
  msgstr ""
1063
 
1064
- #: includes/class-metabox-wcps-hook.php:1778
1065
  #: includes/functions-settings-hook.php:440
1066
  msgid "Layout element - Product Tag"
1067
  msgstr ""
1068
 
1069
- #: includes/class-metabox-wcps-hook.php:1785
1070
  #: includes/functions-settings-hook.php:447
1071
  msgid "Layout element - Product Category"
1072
  msgstr ""
1073
 
1074
- #: includes/class-metabox-wcps-hook.php:1792
1075
  #: includes/functions-settings-hook.php:454
1076
  msgid "Layout element - Content/Excerpt"
1077
  msgstr ""
1078
 
1079
- #: includes/class-metabox-wcps-hook.php:1798
1080
  #: includes/functions-settings-hook.php:460
1081
  msgid "Layout element - Product Title"
1082
  msgstr ""
1083
 
1084
- #: includes/class-metabox-wcps-hook.php:1805
1085
  #: includes/functions-settings-hook.php:467
1086
  msgid "Layout element - Thumbnail"
1087
  msgstr ""
1088
 
1089
- #: includes/class-metabox-wcps-hook.php:1811
1090
  #: includes/functions-settings-hook.php:473
1091
  msgid "Layout element - Wrapper start"
1092
  msgstr ""
1093
 
1094
- #: includes/class-metabox-wcps-hook.php:1816
1095
  #: includes/functions-settings-hook.php:478
1096
  msgid "Layout element - Wrapper end"
1097
  msgstr ""
1098
 
1099
- #: includes/class-metabox-wcps-hook.php:1823
1100
  #: includes/class-metabox-wcps-layout-hook.php:105
1101
  #: includes/functions-settings-hook.php:485
1102
  msgid "Layout builder"
1103
  msgstr ""
1104
 
1105
- #: includes/class-metabox-wcps-hook.php:1829
1106
  #: includes/functions-settings-hook.php:491
1107
  msgid "Slider column count"
1108
  msgstr ""
1109
 
1110
- #: includes/class-metabox-wcps-hook.php:1835
1111
  #: includes/functions-settings-hook.php:497
1112
  msgid "Slider autoplay"
1113
  msgstr ""
1114
 
1115
- #: includes/class-metabox-wcps-hook.php:1841
1116
  #: includes/functions-settings-hook.php:503
1117
  msgid "Slider rewind & loop"
1118
  msgstr ""
1119
 
1120
- #: includes/class-metabox-wcps-hook.php:1858
1121
  #: includes/functions-settings-hook.php:520
1122
  msgid "Slider navigations"
1123
  msgstr ""
1124
 
1125
- #: includes/class-metabox-wcps-hook.php:1870
1126
  #: includes/functions-settings-hook.php:532
1127
  msgid "Slider RTL"
1128
  msgstr ""
1129
 
1130
- #: includes/class-metabox-wcps-hook.php:1882
1131
  #: includes/functions-settings-hook.php:544
1132
  msgid "Slider touch & mouse drag"
1133
  msgstr ""
1134
 
1135
- #: includes/class-metabox-wcps-hook.php:1887
1136
  #: includes/functions-settings-hook.php:549
1137
  msgid "Query products limit"
1138
  msgstr ""
1139
 
1140
- #: includes/class-metabox-wcps-hook.php:1892
1141
  #: includes/functions-settings-hook.php:554
1142
  msgid "Query by product categories & tags"
1143
  msgstr ""
1144
 
1145
- #: includes/class-metabox-wcps-hook.php:1898
1146
  #: includes/functions-settings-hook.php:560
1147
  msgid "Hide out of stock products"
1148
  msgstr ""
1149
 
1150
- #: includes/class-metabox-wcps-hook.php:1903
1151
  #: includes/functions-settings-hook.php:565
1152
  msgid "Featured product"
1153
  msgstr ""
1154
 
1155
- #: includes/class-metabox-wcps-hook.php:1909
1156
  #: includes/functions-settings-hook.php:571
1157
  msgid "On-sale products"
1158
  msgstr ""
1159
 
1160
- #: includes/class-metabox-wcps-hook.php:1915
1161
  #: includes/functions-settings-hook.php:577
1162
  msgid "Product by ids"
1163
  msgstr ""
1164
 
1165
- #: includes/class-metabox-wcps-hook.php:1921
1166
  #: includes/functions-settings-hook.php:583
1167
  msgid "Query order & orderby"
1168
  msgstr ""
1169
 
1170
- #: includes/class-metabox-wcps-hook.php:1927
1171
  #: includes/functions-settings-hook.php:589
1172
  msgid "Custom ribbons"
1173
  msgstr ""
1174
 
1175
- #: includes/class-metabox-wcps-hook.php:1933
1176
  #: includes/functions-settings-hook.php:595
1177
  msgid "Slider item style"
1178
  msgstr ""
1179
 
1180
- #: includes/class-metabox-wcps-hook.php:1938
1181
  #: includes/functions-settings-hook.php:600
1182
  msgid "Slider container style"
1183
  msgstr ""
1184
 
1185
- #: includes/class-metabox-wcps-hook.php:1949
1186
- #: includes/functions-settings-hook.php:611
1187
  msgid "Buy now"
1188
  msgstr ""
1189
 
1190
- #: includes/class-metabox-wcps-hook.php:1965
1191
- #: includes/functions-settings-hook.php:626
1192
  msgid "Get pro version"
1193
  msgstr ""
1194
 
@@ -1230,76 +2218,142 @@ msgid "Customize layout settings."
1230
  msgstr ""
1231
 
1232
  #: includes/class-metabox-wcps-layout-hook.php:109
1233
- #: includes/functions-layout-hook.php:600
1234
  msgid "Wrapper start"
1235
  msgstr ""
1236
 
1237
  #: includes/class-metabox-wcps-layout-hook.php:110
1238
- #: includes/functions-layout-hook.php:713
1239
  msgid "Wrapper end"
1240
  msgstr ""
1241
 
1242
  #: includes/class-metabox-wcps-layout-hook.php:111
1243
- #: includes/functions-layout-hook.php:191
 
 
 
 
 
1244
  msgid "Thumbnail"
1245
  msgstr ""
1246
 
1247
- #: includes/class-metabox-wcps-layout-hook.php:112
1248
- msgid "Product Title"
1249
  msgstr ""
1250
 
1251
- #: includes/class-metabox-wcps-layout-hook.php:113
1252
- #: includes/functions-layout-hook.php:389
1253
- #: includes/functions-layout-hook.php:404
1254
  msgid "Content"
1255
  msgstr ""
1256
 
1257
- #: includes/class-metabox-wcps-layout-hook.php:114
1258
  msgid "Product Category"
1259
  msgstr ""
1260
 
1261
- #: includes/class-metabox-wcps-layout-hook.php:115
1262
  msgid "Product Tag"
1263
  msgstr ""
1264
 
1265
- #: includes/class-metabox-wcps-layout-hook.php:116
1266
  msgid "Sale Count"
1267
  msgstr ""
1268
 
1269
- #: includes/class-metabox-wcps-layout-hook.php:119
1270
- #: includes/functions-layout-hook.php:1514
1271
  msgid "Add to cart"
1272
  msgstr ""
1273
 
1274
- #: includes/class-metabox-wcps-layout-hook.php:120
1275
- #: includes/functions-layout-hook.php:1612
1276
  msgid "Rating"
1277
  msgstr ""
1278
 
1279
- #: includes/class-metabox-wcps-layout-hook.php:121
1280
  msgid "Price"
1281
  msgstr ""
1282
 
1283
- #: includes/class-metabox-wcps-layout-hook.php:122
1284
- #: includes/functions-layout-hook.php:1400
1285
  msgid "Product ID"
1286
  msgstr ""
1287
 
1288
- #: includes/class-metabox-wcps-layout-hook.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1289
  #, php-format
1290
  msgid "%s Click to add tags."
1291
  msgstr ""
1292
 
1293
- #: includes/class-metabox-wcps-layout-hook.php:248
1294
  msgid "Layout elements"
1295
  msgstr ""
1296
 
1297
- #: includes/class-metabox-wcps-layout-hook.php:249
1298
  msgid "Customize layout elements."
1299
  msgstr ""
1300
 
1301
- #: includes/class-metabox-wcps-layout-hook.php:351
1302
- #: includes/class-metabox-wcps-layout-hook.php:352
1303
  msgid "Layout preview"
1304
  msgstr ""
1305
 
@@ -1312,7 +2366,8 @@ msgstr ""
1312
  msgid "%s Layout builder"
1313
  msgstr ""
1314
 
1315
- #: includes/class-metabox-wcps-layout.php:53 includes/class-metabox-wcps.php:86
 
1316
  #, php-format
1317
  msgid "%s Custom scripts"
1318
  msgstr ""
@@ -1321,41 +2376,59 @@ msgstr ""
1321
  msgid "WCPS data"
1322
  msgstr ""
1323
 
1324
- #: includes/class-metabox-wcps.php:50
 
 
 
 
1325
  #, php-format
1326
  msgid "%s Shortcode"
1327
  msgstr ""
1328
 
1329
- #: includes/class-metabox-wcps.php:57
1330
  #, php-format
1331
  msgid "%s Slider options"
1332
  msgstr ""
1333
 
1334
- #: includes/class-metabox-wcps.php:64
1335
  #, php-format
1336
  msgid "%s Query product"
1337
  msgstr ""
1338
 
1339
- #: includes/class-metabox-wcps.php:71
 
 
 
 
 
 
 
 
 
 
1340
  #, php-format
1341
  msgid "%s Style"
1342
  msgstr ""
1343
 
1344
- #: includes/class-metabox-wcps.php:78
1345
  #, php-format
1346
  msgid "%s Layouts"
1347
  msgstr ""
1348
 
1349
- #: includes/class-metabox-wcps.php:93
1350
  #, php-format
1351
  msgid "%s Help support"
1352
  msgstr ""
1353
 
1354
- #: includes/class-metabox-wcps.php:100
1355
  #, php-format
1356
  msgid "%s Buy pro"
1357
  msgstr ""
1358
 
 
 
 
 
1359
  #: includes/class-post-types.php:19 includes/class-post-types.php:20
1360
  msgid "WCPS"
1361
  msgstr ""
@@ -1427,19 +2500,26 @@ msgstr ""
1427
  msgid "WCPS layouts"
1428
  msgstr ""
1429
 
1430
- #: includes/class-settings-tabs.php:317
 
1431
  msgid "Placeholder.jpg"
1432
  msgstr ""
1433
 
1434
- #: includes/class-settings-tabs.php:373 includes/class-settings-tabs.php:454
 
 
1435
  msgid "Upload"
1436
  msgstr ""
1437
 
1438
- #: includes/class-settings-tabs.php:374 includes/class-settings-tabs.php:455
 
 
1439
  msgid "Clear"
1440
  msgstr ""
1441
 
1442
- #: includes/class-settings-tabs.php:565 includes/class-settings-tabs.php:828
 
 
1443
  msgid "Add"
1444
  msgstr ""
1445
 
@@ -1447,464 +2527,405 @@ msgstr ""
1447
  msgid "Settings"
1448
  msgstr ""
1449
 
1450
- #: includes/class-settings.php:24
1451
- msgid "Import layouts"
1452
- msgstr ""
1453
-
1454
  #: includes/class-settings.php:29
1455
  msgid "Upgrade status"
1456
  msgstr ""
1457
 
1458
- #: includes/functions-layout-hook.php:46 includes/functions-layout-hook.php:459
1459
- msgid "Color"
1460
- msgstr ""
1461
-
1462
- #: includes/functions-layout-hook.php:47 includes/functions-layout-hook.php:460
1463
- msgid "Title text color."
1464
- msgstr ""
1465
-
1466
- #: includes/functions-layout-hook.php:59 includes/functions-layout-hook.php:472
1467
- #: includes/functions-layout-hook.php:840
1468
- #: includes/functions-layout-hook.php:1201
1469
- #: includes/functions-layout-hook.php:1344
1470
- #: includes/functions-layout-hook.php:1453
1471
- #: includes/functions-layout-hook.php:1693
1472
- #: includes/functions-layout-hook.php:1804
1473
- msgid "Font size"
1474
- msgstr ""
1475
-
1476
- #: includes/functions-layout-hook.php:60 includes/functions-layout-hook.php:473
1477
- #: includes/functions-layout-hook.php:1694
1478
- #: includes/functions-layout-hook.php:1805
1479
- msgid "Set font size."
1480
- msgstr ""
1481
-
1482
- #: includes/functions-layout-hook.php:74 includes/functions-layout-hook.php:487
1483
- msgid "Font family"
1484
- msgstr ""
1485
-
1486
- #: includes/functions-layout-hook.php:75 includes/functions-layout-hook.php:488
1487
- msgid "Set font family."
1488
- msgstr ""
1489
-
1490
- #: includes/functions-layout-hook.php:90 includes/functions-layout-hook.php:287
1491
- #: includes/functions-layout-hook.php:517
1492
- #: includes/functions-layout-hook.php:652
1493
- #: includes/functions-layout-hook.php:826
1494
- #: includes/functions-layout-hook.php:970
1495
- #: includes/functions-layout-hook.php:1065
1496
- #: includes/functions-layout-hook.php:1567
1497
- #: includes/functions-layout-hook.php:1651
1498
- #: includes/functions-layout-hook.php:1791
1499
- msgid "Set margin."
1500
- msgstr ""
1501
-
1502
- #: includes/functions-layout-hook.php:105
1503
- #: includes/functions-layout-hook.php:502
1504
- #: includes/functions-layout-hook.php:872
1505
- #: includes/functions-layout-hook.php:998
1506
- #: includes/functions-layout-hook.php:1679
1507
- #: includes/functions-layout-hook.php:1819
1508
- msgid "Choose text align."
1509
- msgstr ""
1510
-
1511
- #: includes/functions-layout-hook.php:109
1512
- #: includes/functions-layout-hook.php:506
1513
- #: includes/functions-layout-hook.php:876
1514
- #: includes/functions-layout-hook.php:1002
1515
- #: includes/functions-layout-hook.php:1683
1516
- #: includes/functions-layout-hook.php:1823
1517
- msgid "Left"
1518
- msgstr ""
1519
-
1520
- #: includes/functions-layout-hook.php:109
1521
- #: includes/functions-layout-hook.php:506
1522
- #: includes/functions-layout-hook.php:876
1523
- #: includes/functions-layout-hook.php:1002
1524
- #: includes/functions-layout-hook.php:1683
1525
- #: includes/functions-layout-hook.php:1823
1526
- msgid "Right"
1527
- msgstr ""
1528
-
1529
- #: includes/functions-layout-hook.php:109
1530
- #: includes/functions-layout-hook.php:506
1531
- #: includes/functions-layout-hook.php:876
1532
- #: includes/functions-layout-hook.php:1002
1533
- #: includes/functions-layout-hook.php:1683
1534
- #: includes/functions-layout-hook.php:1823
1535
- msgid "Center"
1536
- msgstr ""
1537
-
1538
- #: includes/functions-layout-hook.php:119
1539
- #: includes/functions-layout-hook.php:321
1540
- #: includes/functions-layout-hook.php:553
1541
- msgid "Link to"
1542
- msgstr ""
1543
-
1544
- #: includes/functions-layout-hook.php:120
1545
- msgid "Choose option to link product."
1546
  msgstr ""
1547
 
1548
- #: includes/functions-layout-hook.php:124
1549
- msgid "External product"
1550
  msgstr ""
1551
 
1552
- #: includes/functions-layout-hook.php:124
 
 
1553
  msgid "product link"
1554
  msgstr ""
1555
 
1556
- #: includes/functions-layout-hook.php:124
1557
- #: includes/functions-layout-hook.php:326
1558
- #: includes/functions-layout-hook.php:558
1559
- msgid "Popup box"
1560
- msgstr ""
1561
-
1562
- #: includes/functions-layout-hook.php:124
1563
- #: includes/functions-layout-hook.php:326
1564
- #: includes/functions-layout-hook.php:558
1565
- msgid "Custom link"
1566
- msgstr ""
1567
-
1568
- #: includes/functions-layout-hook.php:141
1569
- #: includes/functions-layout-hook.php:308
1570
- #: includes/functions-layout-hook.php:540
1571
- #: includes/functions-layout-hook.php:673
1572
- msgid "Use of CSS"
1573
- msgstr ""
1574
-
1575
- #: includes/functions-layout-hook.php:142
1576
- #: includes/functions-layout-hook.php:309
1577
- #: includes/functions-layout-hook.php:541
1578
- #: includes/functions-layout-hook.php:674
1579
- msgid "Use following class selector to add custom CSS for this element."
1580
  msgstr ""
1581
 
1582
- #: includes/functions-layout-hook.php:198
 
1583
  msgid "Full"
1584
  msgstr ""
1585
 
1586
- #: includes/functions-layout-hook.php:213
 
1587
  msgid "Thumbnail size"
1588
  msgstr ""
1589
 
1590
- #: includes/functions-layout-hook.php:214
 
1591
  msgid "Choose thumbnail size."
1592
  msgstr ""
1593
 
1594
- #: includes/functions-layout-hook.php:229
 
1595
  msgid "Thumbnail height"
1596
  msgstr ""
1597
 
1598
- #: includes/functions-layout-hook.php:230
 
1599
  msgid "Set thumbnail height."
1600
  msgstr ""
1601
 
1602
- #: includes/functions-layout-hook.php:237
 
1603
  msgid "min-width: 1200px, ex: 280px"
1604
  msgstr ""
1605
 
1606
- #: includes/functions-layout-hook.php:247
 
1607
  msgid "min-width: 992px, ex: 280px"
1608
  msgstr ""
1609
 
1610
- #: includes/functions-layout-hook.php:257
 
1611
  msgid "max-width: 768px, ex: 280px"
1612
  msgstr ""
1613
 
1614
- #: includes/functions-layout-hook.php:272
 
1615
  msgid "Default thumbnail"
1616
  msgstr ""
1617
 
1618
- #: includes/functions-layout-hook.php:273
 
1619
  msgid "Choose default thumbnail."
1620
  msgstr ""
1621
 
1622
- #: includes/functions-layout-hook.php:322
1623
- #: includes/functions-layout-hook.php:554
1624
  msgid "Choose option to product link."
1625
  msgstr ""
1626
 
1627
- #: includes/functions-layout-hook.php:326
1628
- #: includes/functions-layout-hook.php:558
1629
  msgid "Product link"
1630
  msgstr ""
1631
 
1632
- #: includes/functions-layout-hook.php:326
1633
- msgid "Meta value"
1634
- msgstr ""
1635
-
1636
- #: includes/functions-layout-hook.php:336
1637
- msgid "Link to meta key"
1638
- msgstr ""
1639
-
1640
- #: includes/functions-layout-hook.php:337
1641
- msgid "Write meta key for meta value link."
1642
- msgstr ""
1643
-
1644
- #: includes/functions-layout-hook.php:370
1645
  msgid "Read more"
1646
  msgstr ""
1647
 
1648
- #: includes/functions-layout-hook.php:399
1649
  msgid "Content source"
1650
  msgstr ""
1651
 
1652
- #: includes/functions-layout-hook.php:400
1653
  msgid "Choose content source."
1654
  msgstr ""
1655
 
1656
- #: includes/functions-layout-hook.php:404
1657
  msgid "Short description"
1658
  msgstr ""
1659
 
1660
- #: includes/functions-layout-hook.php:404
1661
  msgid "Auto Excerpt"
1662
  msgstr ""
1663
 
1664
- #: includes/functions-layout-hook.php:413
1665
  msgid "Word count"
1666
  msgstr ""
1667
 
1668
- #: includes/functions-layout-hook.php:414
1669
  msgid "Set word count."
1670
  msgstr ""
1671
 
1672
- #: includes/functions-layout-hook.php:428
1673
  msgid "Read more text"
1674
  msgstr ""
1675
 
1676
- #: includes/functions-layout-hook.php:429
1677
  msgid "Set custom read more text."
1678
  msgstr ""
1679
 
1680
- #: includes/functions-layout-hook.php:443
1681
  msgid "Read more color"
1682
  msgstr ""
1683
 
1684
- #: includes/functions-layout-hook.php:444
1685
  msgid "Set custom read more color."
1686
  msgstr ""
1687
 
1688
- #: includes/functions-layout-hook.php:612
1689
- #: includes/functions-layout-hook.php:723
1690
  msgid "Wrapper id"
1691
  msgstr ""
1692
 
1693
- #: includes/functions-layout-hook.php:613
1694
  msgid "Write wrapper id, ex: my-unique-id."
1695
  msgstr ""
1696
 
1697
- #: includes/functions-layout-hook.php:625
1698
  msgid "Wrapper class"
1699
  msgstr ""
1700
 
1701
- #: includes/functions-layout-hook.php:626
1702
  msgid "Write wrapper class, ex: layer-thumbnail"
1703
  msgstr ""
1704
 
1705
- #: includes/functions-layout-hook.php:639
1706
  msgid "Write custom CSS. do not use <code>&lt;style>&lt;/style></code>"
1707
  msgstr ""
1708
 
1709
- #: includes/functions-layout-hook.php:724
1710
  msgid "Write wrapper id, ex: div, p, span."
1711
  msgstr ""
1712
 
1713
- #: includes/functions-layout-hook.php:773
1714
  msgid "Product category"
1715
  msgstr ""
1716
 
1717
- #: includes/functions-layout-hook.php:782
1718
- #: includes/functions-layout-hook.php:925
1719
  msgid "Max count"
1720
  msgstr ""
1721
 
1722
- #: includes/functions-layout-hook.php:783
1723
- #: includes/functions-layout-hook.php:926
1724
  msgid "Write max count"
1725
  msgstr ""
1726
 
1727
- #: includes/functions-layout-hook.php:796
1728
- #: includes/functions-layout-hook.php:939
1729
  msgid "Link separator"
1730
  msgstr ""
1731
 
1732
- #: includes/functions-layout-hook.php:797
1733
- #: includes/functions-layout-hook.php:940
1734
  msgid "Choose link separator."
1735
  msgstr ""
1736
 
1737
- #: includes/functions-layout-hook.php:811
1738
- #: includes/functions-layout-hook.php:955
1739
- #: includes/functions-layout-hook.php:1048
1740
- #: includes/functions-layout-hook.php:1138
1741
- #: includes/functions-layout-hook.php:1280
1742
- #: includes/functions-layout-hook.php:1410
1743
- #: includes/functions-layout-hook.php:1635
1744
- #: includes/functions-layout-hook.php:1762
1745
- msgid "Wrapper html"
1746
- msgstr ""
1747
-
1748
- #: includes/functions-layout-hook.php:812
1749
  #, php-format
1750
  msgid "Write wrapper html, use <code>%s</code> to replace category output."
1751
  msgstr ""
1752
 
1753
- #: includes/functions-layout-hook.php:841
1754
- msgid "Choose font size."
1755
- msgstr ""
1756
-
1757
- #: includes/functions-layout-hook.php:856
1758
- #: includes/functions-layout-hook.php:983
1759
  msgid "Link color"
1760
  msgstr ""
1761
 
1762
- #: includes/functions-layout-hook.php:857
1763
- #: includes/functions-layout-hook.php:984
1764
  msgid "Choose link color."
1765
  msgstr ""
1766
 
1767
- #: includes/functions-layout-hook.php:915
1768
  msgid "Product tag"
1769
  msgstr ""
1770
 
1771
- #: includes/functions-layout-hook.php:956
1772
  #, php-format
1773
  msgid "Write wrapper html, use <code>%s</code> to replace tags output."
1774
  msgstr ""
1775
 
1776
- #: includes/functions-layout-hook.php:1038
1777
  msgid "Sale count"
1778
  msgstr ""
1779
 
1780
- #: includes/functions-layout-hook.php:1049
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1781
  #, php-format
1782
  msgid "Write wrapper html, use <code>%s</code> to replace sale count output."
1783
  msgstr ""
1784
 
1785
- #: includes/functions-layout-hook.php:1114
1786
  msgid "Featured mark"
1787
  msgstr ""
1788
 
1789
- #: includes/functions-layout-hook.php:1123
1790
- #: includes/functions-layout-hook.php:1267
1791
  msgid "Icon image"
1792
  msgstr ""
1793
 
1794
- #: includes/functions-layout-hook.php:1124
1795
- #: includes/functions-layout-hook.php:1268
1796
  msgid "Choose icon image"
1797
  msgstr ""
1798
 
1799
- #: includes/functions-layout-hook.php:1139
1800
- #: includes/functions-layout-hook.php:1281
1801
- #: includes/functions-layout-hook.php:1411
1802
  #, php-format
1803
  msgid "Write wrapper html, use <code>%s</code> to replace on-sale output."
1804
  msgstr ""
1805
 
1806
- #: includes/functions-layout-hook.php:1152
1807
- #: includes/functions-layout-hook.php:1294
1808
  msgid "position"
1809
  msgstr ""
1810
 
1811
- #: includes/functions-layout-hook.php:1153
1812
- #: includes/functions-layout-hook.php:1295
1813
  msgid "Choose position."
1814
  msgstr ""
1815
 
1816
- #: includes/functions-layout-hook.php:1175
1817
- #: includes/functions-layout-hook.php:1317
1818
- #: includes/functions-layout-hook.php:1426
1819
- #: includes/functions-layout-hook.php:1525
1820
- msgid "Choose background color."
1821
- msgstr ""
1822
-
1823
- #: includes/functions-layout-hook.php:1187
1824
- #: includes/functions-layout-hook.php:1329
1825
- #: includes/functions-layout-hook.php:1438
1826
- #: includes/functions-layout-hook.php:1538
1827
  msgid "Text color"
1828
  msgstr ""
1829
 
1830
- #: includes/functions-layout-hook.php:1188
1831
- #: includes/functions-layout-hook.php:1330
1832
- #: includes/functions-layout-hook.php:1439
1833
- #: includes/functions-layout-hook.php:1539
1834
- #: includes/functions-layout-hook.php:1665
1835
- #: includes/functions-layout-hook.php:1778
1836
  msgid "Choose text color."
1837
  msgstr ""
1838
 
1839
- #: includes/functions-layout-hook.php:1202
1840
- #: includes/functions-layout-hook.php:1345
1841
- #: includes/functions-layout-hook.php:1454
1842
  msgid "Choose text font size."
1843
  msgstr ""
1844
 
1845
- #: includes/functions-layout-hook.php:1216
1846
- #: includes/functions-layout-hook.php:1359
1847
- #: includes/functions-layout-hook.php:1468
1848
  msgid "Choose padding."
1849
  msgstr ""
1850
 
1851
- #: includes/functions-layout-hook.php:1258
1852
  msgid "On sale mark"
1853
  msgstr ""
1854
 
1855
- #: includes/functions-layout-hook.php:1551
1856
  msgid "Display quantity"
1857
  msgstr ""
1858
 
1859
- #: includes/functions-layout-hook.php:1552
1860
  msgid "Choose display quantity input field."
1861
  msgstr ""
1862
 
1863
- #: includes/functions-layout-hook.php:1556
1864
  #: includes/functions-settings-hook.php:46
1865
  msgid "No"
1866
  msgstr ""
1867
 
1868
- #: includes/functions-layout-hook.php:1556
1869
  #: includes/functions-settings-hook.php:46
1870
  msgid "Yes"
1871
  msgstr ""
1872
 
1873
- #: includes/functions-layout-hook.php:1621
1874
  msgid "Rating type"
1875
  msgstr ""
1876
 
1877
- #: includes/functions-layout-hook.php:1622
1878
  msgid "Choose rating type."
1879
  msgstr ""
1880
 
1881
- #: includes/functions-layout-hook.php:1636
1882
  #, php-format
1883
  msgid "Write wrapper html, use <code>%s</code> to replace rating output."
1884
  msgstr ""
1885
 
1886
- #: includes/functions-layout-hook.php:1664
1887
- #: includes/functions-layout-hook.php:1777
1888
  msgid "Text Color"
1889
  msgstr ""
1890
 
1891
- #: includes/functions-layout-hook.php:1739
1892
  msgid "Product price"
1893
  msgstr ""
1894
 
1895
- #: includes/functions-layout-hook.php:1748
1896
  msgid "Price type"
1897
  msgstr ""
1898
 
1899
- #: includes/functions-layout-hook.php:1749
1900
  msgid "Choose price type."
1901
  msgstr ""
1902
 
1903
- #: includes/functions-layout-hook.php:1763
1904
  #, php-format
1905
  msgid "Write wrapper html, use <code>%s</code> to replace price output."
1906
  msgstr ""
1907
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1908
  #: includes/functions-settings-hook.php:18
1909
  msgid "General"
1910
  msgstr ""
@@ -1945,7 +2966,60 @@ msgstr ""
1945
  msgid "See all demo"
1946
  msgstr ""
1947
 
1948
- #: includes/functions.php:250
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1949
  msgid "Shortcode"
1950
  msgstr ""
1951
 
@@ -1987,6 +3061,6 @@ msgstr ""
1987
  msgid "%s Settings - Update"
1988
  msgstr ""
1989
 
1990
- #: woocommerce-products-slider.php:91
1991
  msgid "1 Minute"
1992
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Woocommerce Products Slider\n"
4
+ "POT-Creation-Date: 2020-05-17 00:23+0600\n"
5
+ "PO-Revision-Date: 2020-05-17 00:24+0600\n"
6
  "Last-Translator: Nur Hasan <public.nurhasan@gmail.com>\n"
7
  "Language-Team: PickPlugins <support@pickplugins.com>\n"
8
  "Language: fi\n"
17
  "X-Poedit-SearchPath-1: includes\n"
18
  "X-Poedit-SearchPath-2: templates\n"
19
 
20
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:9
21
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:37
22
+ msgid "Advanced product labels"
23
+ msgstr ""
24
+
25
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:47
26
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:551
27
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:724
28
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:879
29
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1035
30
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1173
31
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1328
32
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1483
33
+ #: includes/3rd-party/perfect-woocommerce-brands.php:47
34
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:47
35
+ #: includes/3rd-party/wish-list-for-woocommerce.php:47
36
+ #: includes/3rd-party/wishlist.php:111
37
+ #: includes/3rd-party/woo-smart-compare.php:47
38
+ #: includes/3rd-party/woo-smart-quick-view.php:47
39
+ #: includes/3rd-party/woo-smart-wishlist.php:47
40
+ #: includes/3rd-party/wpc-countdown-timer.php:47
41
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:50
42
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:111
43
+ #: includes/3rd-party/yith-woocommerce-compare.php:50
44
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:128
45
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:111
46
+ #: includes/class-metabox-wcps-hook.php:353
47
+ #: includes/functions-layout-hook.php:101
48
+ #: includes/functions-layout-hook.php:240
49
+ #: includes/functions-layout-hook.php:443
50
+ #: includes/functions-layout-hook.php:681
51
+ #: includes/functions-layout-hook.php:822
52
+ #: includes/functions-layout-hook.php:996
53
+ #: includes/functions-layout-hook.php:1140
54
+ #: includes/functions-layout-hook.php:1235
55
+ #: includes/functions-layout-hook.php:1638
56
+ #: includes/functions-layout-hook.php:1737
57
+ #: includes/functions-layout-hook.php:1821
58
+ #: includes/functions-layout-hook.php:1961
59
+ #: includes/functions-layout-hook.php:2092
60
+ #: includes/functions-layout-hook.php:2271
61
+ #: includes/functions-layout-hook.php:2399
62
+ #: includes/functions-layout-hook.php:2557
63
+ #: includes/functions-layout-hook.php:2731
64
+ #: includes/functions-layout-hook.php:2883
65
+ #: includes/functions-layout-hook.php:3034
66
+ #: includes/functions-layout-hook.php:3186
67
+ #: includes/functions-layout-hook.php:3336
68
+ #: includes/functions-layout-hook.php:3487
69
+ #: includes/functions-layout-hook.php:3605
70
+ #: includes/functions-layout-hook.php:3711
71
+ #: includes/functions-layout-hook.php:3861
72
+ #: includes/functions-layout-hook.php:4011
73
+ #: includes/functions-layout-hook.php:4160
74
+ #: includes/functions-layout-hook.php:4262
75
+ #: includes/functions-layout-hook.php:4412
76
+ #: includes/functions-layout-hook.php:4560
77
+ #: includes/functions-layout-hook.php:4711
78
+ #: includes/functions-layout-hook.php:4860
79
+ #: includes/functions-layout-hook.php:5010
80
+ msgid "Margin"
81
+ msgstr ""
82
+
83
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:48
84
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:552
85
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:725
86
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:880
87
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1036
88
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1174
89
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1329
90
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1484
91
+ #: includes/3rd-party/perfect-woocommerce-brands.php:48
92
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:48
93
+ #: includes/3rd-party/wish-list-for-woocommerce.php:48
94
+ #: includes/3rd-party/wishlist.php:112
95
+ #: includes/3rd-party/woo-smart-compare.php:48
96
+ #: includes/3rd-party/woo-smart-quick-view.php:48
97
+ #: includes/3rd-party/woo-smart-wishlist.php:48
98
+ #: includes/3rd-party/wpc-countdown-timer.php:48
99
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:51
100
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:112
101
+ #: includes/3rd-party/yith-woocommerce-compare.php:51
102
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:129
103
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:112
104
+ #: includes/functions-layout-hook.php:102
105
+ #: includes/functions-layout-hook.php:241
106
+ #: includes/functions-layout-hook.php:444
107
+ #: includes/functions-layout-hook.php:682
108
+ #: includes/functions-layout-hook.php:823
109
+ #: includes/functions-layout-hook.php:997
110
+ #: includes/functions-layout-hook.php:1141
111
+ #: includes/functions-layout-hook.php:1236
112
+ #: includes/functions-layout-hook.php:1738
113
+ #: includes/functions-layout-hook.php:1822
114
+ #: includes/functions-layout-hook.php:1962
115
+ #: includes/functions-layout-hook.php:2093
116
+ #: includes/functions-layout-hook.php:2272
117
+ #: includes/functions-layout-hook.php:2400
118
+ #: includes/functions-layout-hook.php:2558
119
+ #: includes/functions-layout-hook.php:2732
120
+ #: includes/functions-layout-hook.php:2884
121
+ #: includes/functions-layout-hook.php:3035
122
+ #: includes/functions-layout-hook.php:3187
123
+ #: includes/functions-layout-hook.php:3337
124
+ #: includes/functions-layout-hook.php:3488
125
+ #: includes/functions-layout-hook.php:3606
126
+ #: includes/functions-layout-hook.php:3712
127
+ #: includes/functions-layout-hook.php:3862
128
+ #: includes/functions-layout-hook.php:4012
129
+ #: includes/functions-layout-hook.php:4161
130
+ #: includes/functions-layout-hook.php:4263
131
+ #: includes/functions-layout-hook.php:4413
132
+ #: includes/functions-layout-hook.php:4561
133
+ #: includes/functions-layout-hook.php:4712
134
+ #: includes/functions-layout-hook.php:4861
135
+ #: includes/functions-layout-hook.php:5011
136
+ msgid "Set margin."
137
+ msgstr ""
138
+
139
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:11
140
+ msgid "Dokan vendors"
141
+ msgstr ""
142
+
143
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:29
144
+ #, php-format
145
+ msgid "%s Query dokan vendors"
146
+ msgstr ""
147
+
148
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:66
149
+ msgid "Max number of vendors"
150
+ msgstr ""
151
+
152
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:67
153
+ msgid "Set custom number you want to display maximum number of vendors"
154
+ msgstr ""
155
+
156
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:81
157
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:228
158
+ #: includes/class-metabox-wcps-hook.php:722
159
+ #: includes/class-metabox-wcps-hook.php:1174
160
+ #: includes/class-metabox-wcps-hook.php:1291
161
+ msgid "Query order"
162
+ msgstr ""
163
+
164
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:82
165
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:229
166
+ #: includes/class-metabox-wcps-hook.php:723
167
+ #: includes/class-metabox-wcps-hook.php:1175
168
+ #: includes/class-metabox-wcps-hook.php:1292
169
+ msgid "Set query order."
170
+ msgstr ""
171
+
172
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:87
173
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:234
174
+ #: includes/class-metabox-wcps-hook.php:728
175
+ #: includes/class-metabox-wcps-hook.php:818
176
+ #: includes/class-metabox-wcps-hook.php:1180
177
+ #: includes/class-metabox-wcps-hook.php:1297
178
+ msgid "Descending"
179
+ msgstr ""
180
+
181
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:88
182
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:235
183
+ #: includes/class-metabox-wcps-hook.php:729
184
+ #: includes/class-metabox-wcps-hook.php:819
185
+ #: includes/class-metabox-wcps-hook.php:1181
186
+ #: includes/class-metabox-wcps-hook.php:1298
187
+ msgid "Ascending"
188
+ msgstr ""
189
+
190
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:98
191
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:245
192
+ #: includes/class-metabox-wcps-hook.php:854
193
+ #: includes/class-metabox-wcps-hook.php:1148
194
+ #: includes/class-metabox-wcps-hook.php:1331
195
+ msgid "Query orderby"
196
+ msgstr ""
197
+
198
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:99
199
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:246
200
+ #: includes/class-metabox-wcps-hook.php:855
201
+ #: includes/class-metabox-wcps-hook.php:1149
202
+ #: includes/class-metabox-wcps-hook.php:1332
203
+ msgid "Set query orderby."
204
+ msgstr ""
205
+
206
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:104
207
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:251
208
+ #: includes/class-metabox-wcps-hook.php:738
209
+ #: includes/class-metabox-wcps-hook.php:1158
210
+ #: includes/class-metabox-wcps-hook.php:1307
211
+ msgid "ID"
212
+ msgstr ""
213
+
214
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:105
215
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:252
216
+ msgid "display name"
217
+ msgstr ""
218
+
219
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:106
220
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:253
221
+ msgid "user login"
222
+ msgstr ""
223
+
224
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:107
225
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:254
226
+ msgid "user nicename"
227
+ msgstr ""
228
+
229
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:125
230
+ msgid "vendor ID's"
231
+ msgstr ""
232
+
233
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:126
234
+ msgid "You can display vendors by ids."
235
+ msgstr ""
236
+
237
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:13
238
+ #: includes/functions-layout-hook.php:2815
239
+ msgid "Dokan store name"
240
+ msgstr ""
241
+
242
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:14
243
+ #: includes/functions-layout-hook.php:2966
244
+ msgid "Dokan store address"
245
+ msgstr ""
246
+
247
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:15
248
+ #: includes/functions-layout-hook.php:3118
249
+ msgid "Dokan store city"
250
+ msgstr ""
251
+
252
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:16
253
+ #: includes/functions-layout-hook.php:3268
254
+ msgid "Dokan store country"
255
+ msgstr ""
256
+
257
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:17
258
+ #: includes/functions-layout-hook.php:3419
259
+ msgid "Dokan store phone"
260
+ msgstr ""
261
+
262
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:18
263
+ msgid "Dokan banner"
264
+ msgstr ""
265
+
266
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:19
267
+ msgid "Dokan avatar"
268
+ msgstr ""
269
+
270
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:18
271
+ #, php-format
272
+ msgid "%s Query edd downloads"
273
+ msgstr ""
274
+
275
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:32
276
+ msgid "EDD downloads"
277
+ msgstr ""
278
+
279
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:72
280
+ msgid "Max number of download"
281
+ msgstr ""
282
+
283
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:73
284
+ msgid "Set custom number you want to display maximum number of download"
285
+ msgstr ""
286
+
287
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:143
288
+ #: includes/class-metabox-wcps-hook.php:628
289
+ #: includes/class-metabox-wcps-hook.php:1094
290
+ msgid "Select terms"
291
+ msgstr ""
292
+
293
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:144
294
+ #: includes/class-metabox-wcps-hook.php:629
295
+ #: includes/class-metabox-wcps-hook.php:812
296
+ #: includes/class-metabox-wcps-hook.php:1095
297
+ msgid "Choose some terms."
298
+ msgstr ""
299
+
300
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:158
301
+ #: includes/class-metabox-wcps-hook.php:643
302
+ msgid "Terms relation"
303
+ msgstr ""
304
+
305
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:159
306
+ #: includes/class-metabox-wcps-hook.php:644
307
+ msgid "Choose term relation."
308
+ msgstr ""
309
+
310
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:164
311
+ #: includes/class-metabox-wcps-hook.php:649
312
+ msgid "IN"
313
+ msgstr ""
314
+
315
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:165
316
+ #: includes/class-metabox-wcps-hook.php:650
317
+ msgid "NOT IN"
318
+ msgstr ""
319
+
320
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:166
321
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:219
322
+ #: includes/class-metabox-wcps-hook.php:651
323
+ #: includes/class-metabox-wcps-hook.php:706
324
+ msgid "AND"
325
+ msgstr ""
326
+
327
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:167
328
+ #: includes/class-metabox-wcps-hook.php:652
329
+ msgid "EXISTS"
330
+ msgstr ""
331
+
332
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:168
333
+ #: includes/class-metabox-wcps-hook.php:653
334
+ msgid "NOT EXISTS"
335
+ msgstr ""
336
+
337
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:202
338
+ msgid "Download taxonomy & terms"
339
+ msgstr ""
340
+
341
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:203
342
+ msgid ""
343
+ "Choose download taxonomy & terms. click to expand and see there is "
344
+ "categories or terms you can select."
345
+ msgstr ""
346
+
347
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:212
348
+ #: includes/class-metabox-wcps-hook.php:699
349
+ msgid "Taxonomy relation"
350
+ msgstr ""
351
+
352
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:213
353
+ #: includes/class-metabox-wcps-hook.php:700
354
+ msgid "Set taxonomy relation."
355
+ msgstr ""
356
+
357
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:218
358
+ #: includes/class-metabox-wcps-hook.php:705
359
+ msgid "OR"
360
+ msgstr ""
361
+
362
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:272
363
+ msgid "Download ID's"
364
+ msgstr ""
365
+
366
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:273
367
+ msgid "You can display download by ids."
368
+ msgstr ""
369
+
370
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:7
371
+ msgid "Download post title"
372
+ msgstr ""
373
+
374
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:9
375
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:657
376
+ msgid "EDD price"
377
+ msgstr ""
378
+
379
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:13
380
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1120
381
+ msgid "EDD add to cart"
382
+ msgstr ""
383
+
384
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:14
385
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1261
386
+ msgid "EDD categories"
387
+ msgstr ""
388
+
389
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:15
390
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1415
391
+ msgid "EDD tags"
392
+ msgstr ""
393
+
394
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:63
395
+ msgid "Add to Cart"
396
+ msgstr ""
397
+
398
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:498
399
+ msgid "Download title"
400
+ msgstr ""
401
+
402
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:508
403
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:681
404
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:836
405
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:992
406
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1130
407
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1285
408
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1440
409
+ #: includes/3rd-party/wishlist.php:84
410
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:84
411
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:101
412
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:84
413
+ #: includes/functions-layout-hook.php:58 includes/functions-layout-hook.php:197
414
+ #: includes/functions-layout-hook.php:624
415
+ #: includes/functions-layout-hook.php:2049
416
+ #: includes/functions-layout-hook.php:2356
417
+ #: includes/functions-layout-hook.php:2514
418
+ #: includes/functions-layout-hook.php:2688
419
+ #: includes/functions-layout-hook.php:2840
420
+ #: includes/functions-layout-hook.php:2991
421
+ #: includes/functions-layout-hook.php:3143
422
+ #: includes/functions-layout-hook.php:3293
423
+ #: includes/functions-layout-hook.php:3444
424
+ #: includes/functions-layout-hook.php:3818
425
+ #: includes/functions-layout-hook.php:3968
426
+ #: includes/functions-layout-hook.php:4117
427
+ #: includes/functions-layout-hook.php:4369
428
+ #: includes/functions-layout-hook.php:4517
429
+ #: includes/functions-layout-hook.php:4668
430
+ #: includes/functions-layout-hook.php:4817
431
+ #: includes/functions-layout-hook.php:4967
432
+ msgid "Color"
433
+ msgstr ""
434
+
435
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:509
436
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:682
437
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:837
438
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:993
439
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1131
440
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1286
441
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1441
442
+ #: includes/3rd-party/wishlist.php:85
443
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:85
444
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:102
445
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:85
446
+ #: includes/functions-layout-hook.php:59 includes/functions-layout-hook.php:198
447
+ #: includes/functions-layout-hook.php:625
448
+ #: includes/functions-layout-hook.php:2050
449
+ #: includes/functions-layout-hook.php:2357
450
+ #: includes/functions-layout-hook.php:2515
451
+ #: includes/functions-layout-hook.php:2689
452
+ #: includes/functions-layout-hook.php:2841
453
+ #: includes/functions-layout-hook.php:2992
454
+ #: includes/functions-layout-hook.php:3144
455
+ #: includes/functions-layout-hook.php:3294
456
+ #: includes/functions-layout-hook.php:3445
457
+ #: includes/functions-layout-hook.php:3819
458
+ #: includes/functions-layout-hook.php:3969
459
+ #: includes/functions-layout-hook.php:4118
460
+ #: includes/functions-layout-hook.php:4370
461
+ #: includes/functions-layout-hook.php:4518
462
+ #: includes/functions-layout-hook.php:4669
463
+ #: includes/functions-layout-hook.php:4818
464
+ #: includes/functions-layout-hook.php:4968
465
+ msgid "Title text color."
466
+ msgstr ""
467
+
468
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:521
469
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:694
470
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:849
471
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1005
472
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1143
473
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1298
474
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1453
475
+ #: includes/3rd-party/wishlist.php:53
476
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:53
477
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:70
478
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:53
479
+ #: includes/functions-layout-hook.php:71 includes/functions-layout-hook.php:210
480
+ #: includes/functions-layout-hook.php:637
481
+ #: includes/functions-layout-hook.php:1011
482
+ #: includes/functions-layout-hook.php:1372
483
+ #: includes/functions-layout-hook.php:1515
484
+ #: includes/functions-layout-hook.php:1624
485
+ #: includes/functions-layout-hook.php:1864
486
+ #: includes/functions-layout-hook.php:1975
487
+ #: includes/functions-layout-hook.php:2062
488
+ #: includes/functions-layout-hook.php:2369
489
+ #: includes/functions-layout-hook.php:2527
490
+ #: includes/functions-layout-hook.php:2701
491
+ #: includes/functions-layout-hook.php:2853
492
+ #: includes/functions-layout-hook.php:3004
493
+ #: includes/functions-layout-hook.php:3156
494
+ #: includes/functions-layout-hook.php:3306
495
+ #: includes/functions-layout-hook.php:3457
496
+ #: includes/functions-layout-hook.php:3831
497
+ #: includes/functions-layout-hook.php:3981
498
+ #: includes/functions-layout-hook.php:4130
499
+ #: includes/functions-layout-hook.php:4382
500
+ #: includes/functions-layout-hook.php:4530
501
+ #: includes/functions-layout-hook.php:4681
502
+ #: includes/functions-layout-hook.php:4830
503
+ #: includes/functions-layout-hook.php:4980
504
+ msgid "Font size"
505
+ msgstr ""
506
+
507
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:522
508
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:695
509
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:850
510
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1006
511
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1144
512
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1299
513
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1454
514
+ #: includes/functions-layout-hook.php:72 includes/functions-layout-hook.php:211
515
+ #: includes/functions-layout-hook.php:638
516
+ #: includes/functions-layout-hook.php:1865
517
+ #: includes/functions-layout-hook.php:1976
518
+ #: includes/functions-layout-hook.php:2063
519
+ #: includes/functions-layout-hook.php:2370
520
+ #: includes/functions-layout-hook.php:2528
521
+ #: includes/functions-layout-hook.php:2702
522
+ #: includes/functions-layout-hook.php:2854
523
+ #: includes/functions-layout-hook.php:3005
524
+ #: includes/functions-layout-hook.php:3157
525
+ #: includes/functions-layout-hook.php:3307
526
+ #: includes/functions-layout-hook.php:3458
527
+ #: includes/functions-layout-hook.php:3832
528
+ #: includes/functions-layout-hook.php:3982
529
+ #: includes/functions-layout-hook.php:4131
530
+ #: includes/functions-layout-hook.php:4383
531
+ #: includes/functions-layout-hook.php:4531
532
+ #: includes/functions-layout-hook.php:4682
533
+ #: includes/functions-layout-hook.php:4831
534
+ #: includes/functions-layout-hook.php:4981
535
+ msgid "Set font size."
536
+ msgstr ""
537
+
538
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:536
539
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:709
540
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:864
541
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1020
542
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1158
543
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1313
544
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1468
545
+ #: includes/3rd-party/wishlist.php:69
546
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:69
547
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:86
548
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:69
549
+ #: includes/functions-layout-hook.php:86 includes/functions-layout-hook.php:225
550
+ #: includes/functions-layout-hook.php:652
551
+ #: includes/functions-layout-hook.php:2077
552
+ #: includes/functions-layout-hook.php:2384
553
+ #: includes/functions-layout-hook.php:2542
554
+ #: includes/functions-layout-hook.php:2716
555
+ #: includes/functions-layout-hook.php:2868
556
+ #: includes/functions-layout-hook.php:3019
557
+ #: includes/functions-layout-hook.php:3171
558
+ #: includes/functions-layout-hook.php:3321
559
+ #: includes/functions-layout-hook.php:3472
560
+ #: includes/functions-layout-hook.php:3846
561
+ #: includes/functions-layout-hook.php:3996
562
+ #: includes/functions-layout-hook.php:4145
563
+ #: includes/functions-layout-hook.php:4397
564
+ #: includes/functions-layout-hook.php:4545
565
+ #: includes/functions-layout-hook.php:4696
566
+ #: includes/functions-layout-hook.php:4845
567
+ #: includes/functions-layout-hook.php:4995
568
+ msgid "Font family"
569
+ msgstr ""
570
+
571
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:537
572
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:710
573
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:865
574
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1021
575
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1159
576
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1314
577
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1469
578
+ #: includes/3rd-party/wishlist.php:70
579
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:70
580
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:87
581
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:70
582
+ #: includes/functions-layout-hook.php:87 includes/functions-layout-hook.php:226
583
+ #: includes/functions-layout-hook.php:653
584
+ #: includes/functions-layout-hook.php:2078
585
+ #: includes/functions-layout-hook.php:2385
586
+ #: includes/functions-layout-hook.php:2543
587
+ #: includes/functions-layout-hook.php:2717
588
+ #: includes/functions-layout-hook.php:2869
589
+ #: includes/functions-layout-hook.php:3020
590
+ #: includes/functions-layout-hook.php:3172
591
+ #: includes/functions-layout-hook.php:3322
592
+ #: includes/functions-layout-hook.php:3473
593
+ #: includes/functions-layout-hook.php:3847
594
+ #: includes/functions-layout-hook.php:3997
595
+ #: includes/functions-layout-hook.php:4146
596
+ #: includes/functions-layout-hook.php:4398
597
+ #: includes/functions-layout-hook.php:4546
598
+ #: includes/functions-layout-hook.php:4697
599
+ #: includes/functions-layout-hook.php:4846
600
+ #: includes/functions-layout-hook.php:4996
601
+ msgid "Set font family."
602
+ msgstr ""
603
+
604
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:566
605
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:739
606
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:894
607
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1050
608
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1188
609
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1343
610
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1498
611
+ #: includes/class-metabox-wcps-hook.php:297
612
+ #: includes/functions-layout-hook.php:116
613
+ #: includes/functions-layout-hook.php:255
614
+ #: includes/functions-layout-hook.php:666
615
+ #: includes/functions-layout-hook.php:1042
616
+ #: includes/functions-layout-hook.php:1168
617
+ #: includes/functions-layout-hook.php:1849
618
+ #: includes/functions-layout-hook.php:1989
619
+ #: includes/functions-layout-hook.php:2107
620
+ #: includes/functions-layout-hook.php:2414
621
+ #: includes/functions-layout-hook.php:2572
622
+ #: includes/functions-layout-hook.php:2746
623
+ #: includes/functions-layout-hook.php:2898
624
+ #: includes/functions-layout-hook.php:3049
625
+ #: includes/functions-layout-hook.php:3201
626
+ #: includes/functions-layout-hook.php:3351
627
+ #: includes/functions-layout-hook.php:3502
628
+ #: includes/functions-layout-hook.php:3620
629
+ #: includes/functions-layout-hook.php:3726
630
+ #: includes/functions-layout-hook.php:3876
631
+ #: includes/functions-layout-hook.php:4026
632
+ #: includes/functions-layout-hook.php:4175
633
+ #: includes/functions-layout-hook.php:4277
634
+ #: includes/functions-layout-hook.php:4427
635
+ #: includes/functions-layout-hook.php:4575
636
+ #: includes/functions-layout-hook.php:4726
637
+ #: includes/functions-layout-hook.php:4875
638
+ #: includes/functions-layout-hook.php:5025
639
+ msgid "Text align"
640
+ msgstr ""
641
+
642
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:567
643
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:740
644
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:895
645
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1051
646
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1189
647
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1344
648
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1499
649
+ #: includes/functions-layout-hook.php:117
650
+ #: includes/functions-layout-hook.php:256
651
+ #: includes/functions-layout-hook.php:667
652
+ #: includes/functions-layout-hook.php:1043
653
+ #: includes/functions-layout-hook.php:1169
654
+ #: includes/functions-layout-hook.php:1850
655
+ #: includes/functions-layout-hook.php:1990
656
+ #: includes/functions-layout-hook.php:2108
657
+ #: includes/functions-layout-hook.php:2415
658
+ #: includes/functions-layout-hook.php:2573
659
+ #: includes/functions-layout-hook.php:2747
660
+ #: includes/functions-layout-hook.php:2899
661
+ #: includes/functions-layout-hook.php:3050
662
+ #: includes/functions-layout-hook.php:3202
663
+ #: includes/functions-layout-hook.php:3352
664
+ #: includes/functions-layout-hook.php:3503
665
+ #: includes/functions-layout-hook.php:3621
666
+ #: includes/functions-layout-hook.php:3727
667
+ #: includes/functions-layout-hook.php:3877
668
+ #: includes/functions-layout-hook.php:4027
669
+ #: includes/functions-layout-hook.php:4176
670
+ #: includes/functions-layout-hook.php:4278
671
+ #: includes/functions-layout-hook.php:4428
672
+ #: includes/functions-layout-hook.php:4576
673
+ #: includes/functions-layout-hook.php:4727
674
+ #: includes/functions-layout-hook.php:4876
675
+ #: includes/functions-layout-hook.php:5026
676
+ msgid "Choose text align."
677
+ msgstr ""
678
+
679
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:571
680
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:744
681
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:899
682
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1055
683
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1193
684
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1348
685
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1503
686
+ #: includes/functions-layout-hook.php:121
687
+ #: includes/functions-layout-hook.php:260
688
+ #: includes/functions-layout-hook.php:671
689
+ #: includes/functions-layout-hook.php:1047
690
+ #: includes/functions-layout-hook.php:1173
691
+ #: includes/functions-layout-hook.php:1854
692
+ #: includes/functions-layout-hook.php:1994
693
+ #: includes/functions-layout-hook.php:2112
694
+ #: includes/functions-layout-hook.php:2419
695
+ #: includes/functions-layout-hook.php:2577
696
+ #: includes/functions-layout-hook.php:2751
697
+ #: includes/functions-layout-hook.php:2903
698
+ #: includes/functions-layout-hook.php:3054
699
+ #: includes/functions-layout-hook.php:3206
700
+ #: includes/functions-layout-hook.php:3356
701
+ #: includes/functions-layout-hook.php:3507
702
+ #: includes/functions-layout-hook.php:3625
703
+ #: includes/functions-layout-hook.php:3731
704
+ #: includes/functions-layout-hook.php:3881
705
+ #: includes/functions-layout-hook.php:4031
706
+ #: includes/functions-layout-hook.php:4180
707
+ #: includes/functions-layout-hook.php:4282
708
+ #: includes/functions-layout-hook.php:4432
709
+ #: includes/functions-layout-hook.php:4580
710
+ #: includes/functions-layout-hook.php:4731
711
+ #: includes/functions-layout-hook.php:4880
712
+ #: includes/functions-layout-hook.php:5030
713
+ msgid "Left"
714
+ msgstr ""
715
+
716
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:571
717
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:744
718
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:899
719
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1055
720
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1193
721
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1348
722
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1503
723
+ #: includes/functions-layout-hook.php:121
724
+ #: includes/functions-layout-hook.php:260
725
+ #: includes/functions-layout-hook.php:671
726
+ #: includes/functions-layout-hook.php:1047
727
+ #: includes/functions-layout-hook.php:1173
728
+ #: includes/functions-layout-hook.php:1854
729
+ #: includes/functions-layout-hook.php:1994
730
+ #: includes/functions-layout-hook.php:2112
731
+ #: includes/functions-layout-hook.php:2419
732
+ #: includes/functions-layout-hook.php:2577
733
+ #: includes/functions-layout-hook.php:2751
734
+ #: includes/functions-layout-hook.php:2903
735
+ #: includes/functions-layout-hook.php:3054
736
+ #: includes/functions-layout-hook.php:3206
737
+ #: includes/functions-layout-hook.php:3356
738
+ #: includes/functions-layout-hook.php:3507
739
+ #: includes/functions-layout-hook.php:3625
740
+ #: includes/functions-layout-hook.php:3731
741
+ #: includes/functions-layout-hook.php:3881
742
+ #: includes/functions-layout-hook.php:4031
743
+ #: includes/functions-layout-hook.php:4180
744
+ #: includes/functions-layout-hook.php:4282
745
+ #: includes/functions-layout-hook.php:4432
746
+ #: includes/functions-layout-hook.php:4580
747
+ #: includes/functions-layout-hook.php:4731
748
+ #: includes/functions-layout-hook.php:4880
749
+ #: includes/functions-layout-hook.php:5030
750
+ msgid "Right"
751
+ msgstr ""
752
+
753
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:571
754
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:744
755
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:899
756
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1055
757
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1193
758
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1348
759
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1503
760
+ #: includes/functions-layout-hook.php:121
761
+ #: includes/functions-layout-hook.php:260
762
+ #: includes/functions-layout-hook.php:671
763
+ #: includes/functions-layout-hook.php:1047
764
+ #: includes/functions-layout-hook.php:1173
765
+ #: includes/functions-layout-hook.php:1854
766
+ #: includes/functions-layout-hook.php:1994
767
+ #: includes/functions-layout-hook.php:2112
768
+ #: includes/functions-layout-hook.php:2419
769
+ #: includes/functions-layout-hook.php:2577
770
+ #: includes/functions-layout-hook.php:2751
771
+ #: includes/functions-layout-hook.php:2903
772
+ #: includes/functions-layout-hook.php:3054
773
+ #: includes/functions-layout-hook.php:3206
774
+ #: includes/functions-layout-hook.php:3356
775
+ #: includes/functions-layout-hook.php:3507
776
+ #: includes/functions-layout-hook.php:3625
777
+ #: includes/functions-layout-hook.php:3731
778
+ #: includes/functions-layout-hook.php:3881
779
+ #: includes/functions-layout-hook.php:4031
780
+ #: includes/functions-layout-hook.php:4180
781
+ #: includes/functions-layout-hook.php:4282
782
+ #: includes/functions-layout-hook.php:4432
783
+ #: includes/functions-layout-hook.php:4580
784
+ #: includes/functions-layout-hook.php:4731
785
+ #: includes/functions-layout-hook.php:4880
786
+ #: includes/functions-layout-hook.php:5030
787
+ msgid "Center"
788
+ msgstr ""
789
+
790
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:581
791
+ #: includes/functions-layout-hook.php:270
792
+ #: includes/functions-layout-hook.php:478
793
+ #: includes/functions-layout-hook.php:718
794
+ #: includes/functions-layout-hook.php:2429
795
+ #: includes/functions-layout-hook.php:2587
796
+ msgid "Link to"
797
+ msgstr ""
798
+
799
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:582
800
+ #: includes/functions-layout-hook.php:271
801
+ #: includes/functions-layout-hook.php:2430
802
+ #: includes/functions-layout-hook.php:2588
803
+ msgid "Choose option to link product."
804
+ msgstr ""
805
+
806
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:587
807
+ #: includes/class-metabox-wcps-hook.php:247
808
+ #: includes/class-metabox-wcps-hook.php:817
809
+ #: includes/functions-layout-hook.php:276
810
+ #: includes/functions-layout-hook.php:485
811
+ #: includes/functions-layout-hook.php:724
812
+ #: includes/functions-layout-hook.php:1333
813
+ #: includes/functions-layout-hook.php:1475
814
+ #: includes/functions-layout-hook.php:2435
815
+ #: includes/functions-layout-hook.php:2593
816
+ #: includes/functions-settings-hook.php:33
817
+ msgid "None"
818
+ msgstr ""
819
+
820
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:588
821
+ msgid "Download link"
822
+ msgstr ""
823
+
824
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:606
825
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:761
826
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:916
827
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1072
828
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1210
829
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1365
830
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1520
831
+ #: includes/functions-layout-hook.php:139
832
+ #: includes/functions-layout-hook.php:298
833
+ #: includes/functions-layout-hook.php:465
834
+ #: includes/functions-layout-hook.php:705
835
+ #: includes/functions-layout-hook.php:844
836
+ #: includes/functions-layout-hook.php:2129
837
+ #: includes/functions-layout-hook.php:2293
838
+ #: includes/functions-layout-hook.php:2455
839
+ #: includes/functions-layout-hook.php:2613
840
+ #: includes/functions-layout-hook.php:2766
841
+ #: includes/functions-layout-hook.php:2918
842
+ #: includes/functions-layout-hook.php:3069
843
+ #: includes/functions-layout-hook.php:3221
844
+ #: includes/functions-layout-hook.php:3371
845
+ #: includes/functions-layout-hook.php:3522
846
+ #: includes/functions-layout-hook.php:3640
847
+ #: includes/functions-layout-hook.php:3746
848
+ #: includes/functions-layout-hook.php:3896
849
+ #: includes/functions-layout-hook.php:4046
850
+ #: includes/functions-layout-hook.php:4195
851
+ #: includes/functions-layout-hook.php:4297
852
+ #: includes/functions-layout-hook.php:4447
853
+ #: includes/functions-layout-hook.php:4595
854
+ #: includes/functions-layout-hook.php:4746
855
+ #: includes/functions-layout-hook.php:4895
856
+ #: includes/functions-layout-hook.php:5045
857
+ msgid "Use of CSS"
858
+ msgstr ""
859
+
860
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:607
861
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:762
862
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:917
863
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1073
864
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1211
865
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1366
866
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1521
867
+ #: includes/functions-layout-hook.php:140
868
+ #: includes/functions-layout-hook.php:299
869
+ #: includes/functions-layout-hook.php:466
870
+ #: includes/functions-layout-hook.php:706
871
+ #: includes/functions-layout-hook.php:845
872
+ #: includes/functions-layout-hook.php:2130
873
+ #: includes/functions-layout-hook.php:2294
874
+ #: includes/functions-layout-hook.php:2456
875
+ #: includes/functions-layout-hook.php:2614
876
+ #: includes/functions-layout-hook.php:2767
877
+ #: includes/functions-layout-hook.php:2919
878
+ #: includes/functions-layout-hook.php:3070
879
+ #: includes/functions-layout-hook.php:3222
880
+ #: includes/functions-layout-hook.php:3372
881
+ #: includes/functions-layout-hook.php:3523
882
+ #: includes/functions-layout-hook.php:3641
883
+ #: includes/functions-layout-hook.php:3747
884
+ #: includes/functions-layout-hook.php:3897
885
+ #: includes/functions-layout-hook.php:4047
886
+ #: includes/functions-layout-hook.php:4196
887
+ #: includes/functions-layout-hook.php:4298
888
+ #: includes/functions-layout-hook.php:4448
889
+ #: includes/functions-layout-hook.php:4596
890
+ #: includes/functions-layout-hook.php:4747
891
+ #: includes/functions-layout-hook.php:4896
892
+ #: includes/functions-layout-hook.php:5046
893
+ msgid "Use following class selector to add custom CSS for this element."
894
+ msgstr ""
895
+
896
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:667
897
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:822
898
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:977
899
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1271
900
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1426
901
+ #: includes/functions-layout-hook.php:982
902
+ #: includes/functions-layout-hook.php:1126
903
+ #: includes/functions-layout-hook.php:1219
904
+ #: includes/functions-layout-hook.php:1309
905
+ #: includes/functions-layout-hook.php:1451
906
+ #: includes/functions-layout-hook.php:1581
907
+ #: includes/functions-layout-hook.php:1806
908
+ #: includes/functions-layout-hook.php:1933
909
+ #: includes/functions-layout-hook.php:2674
910
+ #: includes/functions-layout-hook.php:2826
911
+ #: includes/functions-layout-hook.php:2977
912
+ #: includes/functions-layout-hook.php:3129
913
+ #: includes/functions-layout-hook.php:3279
914
+ #: includes/functions-layout-hook.php:3430
915
+ #: includes/functions-layout-hook.php:3804
916
+ #: includes/functions-layout-hook.php:3954
917
+ #: includes/functions-layout-hook.php:4103
918
+ #: includes/functions-layout-hook.php:4355
919
+ #: includes/functions-layout-hook.php:4503
920
+ #: includes/functions-layout-hook.php:4654
921
+ #: includes/functions-layout-hook.php:4803
922
+ #: includes/functions-layout-hook.php:4953
923
+ msgid "Wrapper html"
924
+ msgstr ""
925
+
926
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:668
927
+ #, php-format
928
+ msgid "Set font wrapper html. ex: Price %s"
929
+ msgstr ""
930
+
931
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:811
932
+ msgid "EDD variable prices"
933
+ msgstr ""
934
+
935
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:823
936
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:978
937
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1272
938
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1427
939
+ msgid "Set font wrapper html."
940
+ msgstr ""
941
+
942
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:967
943
+ msgid "EDD sales stats"
944
+ msgstr ""
945
+
946
+ #: includes/3rd-party/perfect-woocommerce-brands.php:9
947
+ #: includes/3rd-party/perfect-woocommerce-brands.php:37
948
+ msgid "Perfect brands"
949
+ msgstr ""
950
+
951
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:9
952
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:37
953
+ msgid "TI Wishlist"
954
+ msgstr ""
955
+
956
+ #: includes/3rd-party/wish-list-for-woocommerce.php:9
957
+ #: includes/3rd-party/wish-list-for-woocommerce.php:37
958
+ msgid "WishList for WooCommerce"
959
+ msgstr ""
960
+
961
+ #: includes/3rd-party/wishlist.php:9 includes/3rd-party/wishlist.php:43
962
+ msgid "Wishlist"
963
+ msgstr ""
964
+
965
+ #: includes/3rd-party/wishlist.php:54
966
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:54
967
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:71
968
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:54
969
+ #: includes/functions-layout-hook.php:1012
970
+ msgid "Choose font size."
971
+ msgstr ""
972
+
973
+ #: includes/3rd-party/wishlist.php:97
974
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:97
975
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:114
976
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:97
977
+ #: includes/class-metabox-wcps-hook.php:287
978
+ #: includes/class-metabox-wcps-hook.php:334
979
+ #: includes/functions-layout-hook.php:1345
980
+ #: includes/functions-layout-hook.php:1487
981
+ #: includes/functions-layout-hook.php:1596
982
+ #: includes/functions-layout-hook.php:1695
983
+ msgid "Background color"
984
+ msgstr ""
985
+
986
+ #: includes/3rd-party/wishlist.php:98
987
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:98
988
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:115
989
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:98
990
+ #: includes/functions-layout-hook.php:1346
991
+ #: includes/functions-layout-hook.php:1488
992
+ #: includes/functions-layout-hook.php:1597
993
+ #: includes/functions-layout-hook.php:1696
994
+ msgid "Choose background color."
995
+ msgstr ""
996
+
997
+ #: includes/3rd-party/wishlist.php:126
998
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:126
999
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:143
1000
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:126
1001
+ #: includes/class-metabox-wcps-hook.php:344
1002
+ #: includes/functions-layout-hook.php:1386
1003
+ #: includes/functions-layout-hook.php:1529
1004
+ msgid "Padding"
1005
+ msgstr ""
1006
+
1007
+ #: includes/3rd-party/wishlist.php:127
1008
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:127
1009
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:144
1010
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:127
1011
+ msgid "Set padding."
1012
+ msgstr ""
1013
+
1014
+ #: includes/3rd-party/woo-smart-compare.php:9
1015
+ #: includes/3rd-party/woo-smart-compare.php:37
1016
+ #: includes/functions-settings-hook.php:650
1017
+ msgid "WPC Smart Compare"
1018
+ msgstr ""
1019
+
1020
+ #: includes/3rd-party/woo-smart-quick-view.php:9
1021
+ #: includes/3rd-party/woo-smart-quick-view.php:37
1022
+ msgid "WPClever quick view"
1023
+ msgstr ""
1024
+
1025
+ #: includes/3rd-party/woo-smart-wishlist.php:9
1026
+ #: includes/3rd-party/woo-smart-wishlist.php:37
1027
+ msgid "WPClever wishlist"
1028
+ msgstr ""
1029
+
1030
+ #: includes/3rd-party/wpc-countdown-timer.php:9
1031
+ #: includes/3rd-party/wpc-countdown-timer.php:37
1032
+ msgid "WPC countdown"
1033
+ msgstr ""
1034
+
1035
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:9
1036
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:40
1037
+ msgid "YITH badges"
1038
+ msgstr ""
1039
+
1040
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:9
1041
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:43
1042
+ msgid "YITH brands"
1043
+ msgstr ""
1044
+
1045
+ #: includes/3rd-party/yith-woocommerce-compare.php:9
1046
+ #: includes/3rd-party/yith-woocommerce-compare.php:40
1047
+ msgid "YITH compare"
1048
+ msgstr ""
1049
+
1050
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:9
1051
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:43
1052
+ msgid "YITH quick view"
1053
+ msgstr ""
1054
+
1055
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:54
1056
+ msgid "label text"
1057
+ msgstr ""
1058
+
1059
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:55
1060
+ msgid "Custom label text."
1061
+ msgstr ""
1062
+
1063
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:9
1064
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:43
1065
+ msgid "YITH wishlist"
1066
+ msgstr ""
1067
+
1068
  #: includes/class-admin-notices.php:34
1069
  #, php-format
1070
  msgid ""
1173
  msgstr ""
1174
 
1175
  #: includes/class-metabox-wcps-hook.php:243
1176
+ #: includes/class-metabox-wcps-hook.php:1620
1177
+ #: includes/functions-layout-hook.php:1329
1178
+ #: includes/functions-layout-hook.php:1471
1179
  msgid "Top-right"
1180
  msgstr ""
1181
 
1182
  #: includes/class-metabox-wcps-hook.php:244
1183
+ #: includes/class-metabox-wcps-hook.php:1620
1184
+ #: includes/functions-layout-hook.php:1330
1185
+ #: includes/functions-layout-hook.php:1472
1186
  msgid "Top-left"
1187
  msgstr ""
1188
 
1189
  #: includes/class-metabox-wcps-hook.php:245
1190
+ #: includes/functions-layout-hook.php:1331
1191
+ #: includes/functions-layout-hook.php:1473
1192
  msgid "Bottom-right"
1193
  msgstr ""
1194
 
1195
  #: includes/class-metabox-wcps-hook.php:246
1196
+ #: includes/functions-layout-hook.php:1332
1197
+ #: includes/functions-layout-hook.php:1474
1198
  msgid "Bottom-left"
1199
  msgstr ""
1200
 
 
 
 
 
 
 
 
 
 
 
 
1201
  #: includes/class-metabox-wcps-hook.php:260
1202
  msgid "Item style"
1203
  msgstr ""
1222
  msgid "Item custom margin"
1223
  msgstr ""
1224
 
 
 
 
 
 
 
 
 
 
1225
  #: includes/class-metabox-wcps-hook.php:288
1226
  msgid "Item background color"
1227
  msgstr ""
1228
 
 
 
 
 
 
 
 
 
 
 
1229
  #: includes/class-metabox-wcps-hook.php:298
1230
  msgid "Item text align"
1231
  msgstr ""
1250
  msgid "Container background color"
1251
  msgstr ""
1252
 
 
 
 
 
 
 
1253
  #: includes/class-metabox-wcps-hook.php:345
1254
  msgid "Container padding"
1255
  msgstr ""
1256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1257
  #: includes/class-metabox-wcps-hook.php:354
1258
  msgid "Container margin"
1259
  msgstr ""
1260
 
1261
+ #: includes/class-metabox-wcps-hook.php:400
1262
  msgid "Layouts"
1263
  msgstr ""
1264
 
1265
+ #: includes/class-metabox-wcps-hook.php:401
1266
  msgid "Choose item layouts."
1267
  msgstr ""
1268
 
1269
+ #: includes/class-metabox-wcps-hook.php:411
1270
+ #: includes/class-metabox-wcps-hook.php:428
1271
  msgid "Create layout"
1272
  msgstr ""
1273
 
1274
+ #: includes/class-metabox-wcps-hook.php:412
1275
  msgid "Manage layouts"
1276
  msgstr ""
1277
 
1278
+ #: includes/class-metabox-wcps-hook.php:417 includes/class-settings.php:24
1279
+ msgid "Import layouts"
1280
+ msgstr ""
1281
+
1282
+ #: includes/class-metabox-wcps-hook.php:429
1283
  msgid "Please follow the links to create layouts or manage."
1284
  msgstr ""
1285
 
1286
+ #: includes/class-metabox-wcps-hook.php:472
1287
  msgid "Item layouts"
1288
  msgstr ""
1289
 
1290
+ #: includes/class-metabox-wcps-hook.php:473
1291
  msgid "Choose grid item layout."
1292
  msgstr ""
1293
 
1294
+ #: includes/class-metabox-wcps-hook.php:558
1295
  msgid "Max number of product"
1296
  msgstr ""
1297
 
1298
+ #: includes/class-metabox-wcps-hook.php:559
1299
  msgid "Set custom number you want to display maximum number of product"
1300
  msgstr ""
1301
 
1302
+ #: includes/class-metabox-wcps-hook.php:687
1303
+ #: includes/class-metabox-wcps-hook.php:1133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1304
  msgid "Product taxonomy & terms"
1305
  msgstr ""
1306
 
1307
+ #: includes/class-metabox-wcps-hook.php:688
1308
+ #: includes/class-metabox-wcps-hook.php:1134
1309
  msgid ""
1310
  "Choose product taxonomy & terms. click to expand and see there is categories "
1311
  "or terms you can select."
1312
  msgstr ""
1313
 
1314
+ #: includes/class-metabox-wcps-hook.php:739
1315
+ #: includes/class-metabox-wcps-hook.php:1308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1316
  msgid "Date"
1317
  msgstr ""
1318
 
1319
+ #: includes/class-metabox-wcps-hook.php:740
1320
+ #: includes/class-metabox-wcps-hook.php:1309
1321
  msgid "Post date"
1322
  msgstr ""
1323
 
1324
+ #: includes/class-metabox-wcps-hook.php:741
1325
+ #: includes/class-metabox-wcps-hook.php:1154
1326
+ #: includes/class-metabox-wcps-hook.php:1310
1327
  msgid "Name"
1328
  msgstr ""
1329
 
1330
+ #: includes/class-metabox-wcps-hook.php:742
1331
+ #: includes/class-metabox-wcps-hook.php:1311
1332
  msgid "Random"
1333
  msgstr ""
1334
 
1335
+ #: includes/class-metabox-wcps-hook.php:743
1336
+ #: includes/class-metabox-wcps-hook.php:1312
1337
  msgid "Comment count"
1338
  msgstr ""
1339
 
1340
+ #: includes/class-metabox-wcps-hook.php:744
1341
+ #: includes/class-metabox-wcps-hook.php:1313
1342
  msgid "Author"
1343
  msgstr ""
1344
 
1345
+ #: includes/class-metabox-wcps-hook.php:745
1346
+ #: includes/class-metabox-wcps-hook.php:1314
1347
  msgid "Title"
1348
  msgstr ""
1349
 
1350
+ #: includes/class-metabox-wcps-hook.php:746
1351
+ #: includes/class-metabox-wcps-hook.php:1315
1352
  msgid "Type"
1353
  msgstr ""
1354
 
1355
+ #: includes/class-metabox-wcps-hook.php:747
1356
+ #: includes/class-metabox-wcps-hook.php:1316
1357
  msgid "Menu order"
1358
  msgstr ""
1359
 
1360
+ #: includes/class-metabox-wcps-hook.php:748
1361
+ #: includes/class-metabox-wcps-hook.php:1317
1362
  msgid "meta_value"
1363
  msgstr ""
1364
 
1365
+ #: includes/class-metabox-wcps-hook.php:749
1366
+ #: includes/class-metabox-wcps-hook.php:1318
1367
  msgid "meta value number"
1368
  msgstr ""
1369
 
1370
+ #: includes/class-metabox-wcps-hook.php:750
1371
+ #: includes/class-metabox-wcps-hook.php:1319
1372
  msgid "post__in"
1373
  msgstr ""
1374
 
1375
+ #: includes/class-metabox-wcps-hook.php:751
1376
+ #: includes/class-metabox-wcps-hook.php:1320
1377
  msgid "post_name__in"
1378
  msgstr ""
1379
 
1380
+ #: includes/class-metabox-wcps-hook.php:811
1381
  msgid "Order"
1382
  msgstr ""
1383
 
1384
+ #: includes/class-metabox-wcps-hook.php:865
 
 
 
 
 
 
 
 
1385
  msgid "Orderby meta key"
1386
  msgstr ""
1387
 
1388
+ #: includes/class-metabox-wcps-hook.php:866
1389
  msgid "Write meta key for orderby meta key value."
1390
  msgstr ""
1391
 
1392
+ #: includes/class-metabox-wcps-hook.php:879
1393
  msgid "Include out of stock products?"
1394
  msgstr ""
1395
 
1396
+ #: includes/class-metabox-wcps-hook.php:880
1397
  msgid "Include or exclude out of stock products from query."
1398
  msgstr ""
1399
 
1400
+ #: includes/class-metabox-wcps-hook.php:885
1401
+ #: includes/class-metabox-wcps-hook.php:906
1402
+ #: includes/class-metabox-wcps-hook.php:926
1403
+ #: includes/class-metabox-wcps-hook.php:938
1404
  msgid "No check"
1405
  msgstr ""
1406
 
1407
+ #: includes/class-metabox-wcps-hook.php:886
1408
+ #: includes/class-metabox-wcps-hook.php:907
1409
+ #: includes/class-metabox-wcps-hook.php:927
1410
  msgid "Include"
1411
  msgstr ""
1412
 
1413
+ #: includes/class-metabox-wcps-hook.php:887
1414
+ #: includes/class-metabox-wcps-hook.php:908
1415
+ #: includes/class-metabox-wcps-hook.php:928
1416
  msgid "Exclude"
1417
  msgstr ""
1418
 
1419
+ #: includes/class-metabox-wcps-hook.php:900
1420
  msgid "Include featured products?"
1421
  msgstr ""
1422
 
1423
+ #: includes/class-metabox-wcps-hook.php:901
1424
  msgid "Include or exclude featured products from query."
1425
  msgstr ""
1426
 
1427
+ #: includes/class-metabox-wcps-hook.php:920
1428
  msgid "Include on-sale products?"
1429
  msgstr ""
1430
 
1431
+ #: includes/class-metabox-wcps-hook.php:921
1432
  msgid "Include or exclude on-sale products from query."
1433
  msgstr ""
1434
 
1435
+ #: includes/class-metabox-wcps-hook.php:939
1436
+ #: includes/class-metabox-wcps-layout-hook.php:121
1437
  msgid "On sale"
1438
  msgstr ""
1439
 
1440
+ #: includes/class-metabox-wcps-hook.php:940
1441
+ #: includes/class-metabox-wcps-layout-hook.php:120
1442
  msgid "Featured"
1443
  msgstr ""
1444
 
1445
+ #: includes/class-metabox-wcps-hook.php:941
1446
  msgid "In stock"
1447
  msgstr ""
1448
 
1449
+ #: includes/class-metabox-wcps-hook.php:948
1450
  msgid "Query only?"
1451
  msgstr ""
1452
 
1453
+ #: includes/class-metabox-wcps-hook.php:949
1454
  msgid "Choose option you want to display only products based on options."
1455
  msgstr ""
1456
 
1457
+ #: includes/class-metabox-wcps-hook.php:967
1458
  msgid "Product ID's"
1459
  msgstr ""
1460
 
1461
+ #: includes/class-metabox-wcps-hook.php:968
1462
  msgid "You can display products by ids."
1463
  msgstr ""
1464
 
1465
+ #: includes/class-metabox-wcps-hook.php:1155
1466
+ msgid "Slug"
1467
+ msgstr ""
1468
+
1469
+ #: includes/class-metabox-wcps-hook.php:1156
1470
+ msgid "Term group"
1471
+ msgstr ""
1472
+
1473
+ #: includes/class-metabox-wcps-hook.php:1157
1474
+ msgid "Term id"
1475
+ msgstr ""
1476
+
1477
+ #: includes/class-metabox-wcps-hook.php:1159
1478
+ msgid "Description"
1479
+ msgstr ""
1480
+
1481
+ #: includes/class-metabox-wcps-hook.php:1160
1482
+ msgid "Parent"
1483
+ msgstr ""
1484
+
1485
+ #: includes/class-metabox-wcps-hook.php:1198
1486
+ msgid "Hide empty"
1487
+ msgstr ""
1488
+
1489
+ #: includes/class-metabox-wcps-hook.php:1199
1490
+ msgid "Choose hide empty terms."
1491
+ msgstr ""
1492
+
1493
+ #: includes/class-metabox-wcps-hook.php:1203
1494
+ #: includes/class-metabox-wcps-hook.php:1494
1495
+ #: includes/class-metabox-wcps-hook.php:1536
1496
+ #: includes/class-metabox-wcps-hook.php:1549
1497
+ #: includes/class-metabox-wcps-hook.php:1564
1498
+ #: includes/class-metabox-wcps-hook.php:1577
1499
+ #: includes/class-metabox-wcps-hook.php:1593
1500
+ #: includes/class-metabox-wcps-hook.php:1708
1501
+ #: includes/class-metabox-wcps-hook.php:1761
1502
+ #: includes/class-metabox-wcps-hook.php:1774
1503
+ #: includes/class-metabox-wcps-hook.php:1789
1504
+ #: includes/class-metabox-wcps-hook.php:1803
1505
+ #: includes/class-metabox-wcps-hook.php:1817
1506
+ msgid "True"
1507
+ msgstr ""
1508
+
1509
+ #: includes/class-metabox-wcps-hook.php:1203
1510
+ #: includes/class-metabox-wcps-hook.php:1494
1511
+ #: includes/class-metabox-wcps-hook.php:1536
1512
+ #: includes/class-metabox-wcps-hook.php:1549
1513
+ #: includes/class-metabox-wcps-hook.php:1564
1514
+ #: includes/class-metabox-wcps-hook.php:1577
1515
+ #: includes/class-metabox-wcps-hook.php:1593
1516
+ #: includes/class-metabox-wcps-hook.php:1708
1517
+ #: includes/class-metabox-wcps-hook.php:1761
1518
+ #: includes/class-metabox-wcps-hook.php:1774
1519
+ #: includes/class-metabox-wcps-hook.php:1789
1520
+ #: includes/class-metabox-wcps-hook.php:1803
1521
+ #: includes/class-metabox-wcps-hook.php:1817
1522
+ msgid "False"
1523
+ msgstr ""
1524
+
1525
+ #: includes/class-metabox-wcps-hook.php:1277
1526
+ msgid "Max number of post"
1527
+ msgstr ""
1528
+
1529
+ #: includes/class-metabox-wcps-hook.php:1278
1530
+ msgid "Set custom number you want to display maximum number of post"
1531
+ msgstr ""
1532
+
1533
+ #: includes/class-metabox-wcps-hook.php:1349
1534
+ msgid "Post ID's"
1535
+ msgstr ""
1536
+
1537
+ #: includes/class-metabox-wcps-hook.php:1350
1538
+ msgid "You can display post by ids."
1539
+ msgstr ""
1540
+
1541
+ #: includes/class-metabox-wcps-hook.php:1436
1542
  msgid "Slider"
1543
  msgstr ""
1544
 
1545
+ #: includes/class-metabox-wcps-hook.php:1437
1546
  msgid "Customize slider settings."
1547
  msgstr ""
1548
 
1549
+ #: includes/class-metabox-wcps-hook.php:1443
1550
  msgid "Slider column count "
1551
  msgstr ""
1552
 
1553
+ #: includes/class-metabox-wcps-hook.php:1444
1554
  msgid "Set slider column count."
1555
  msgstr ""
1556
 
1557
+ #: includes/class-metabox-wcps-hook.php:1450
1558
+ #: includes/functions-layout-hook.php:393
1559
+ #: includes/functions-layout-hook.php:2221
1560
  msgid "In desktop"
1561
  msgstr ""
1562
 
1563
+ #: includes/class-metabox-wcps-hook.php:1451
1564
  msgid "min-width: 1200px, ex: 3"
1565
  msgstr ""
1566
 
1567
+ #: includes/class-metabox-wcps-hook.php:1460
1568
+ #: includes/functions-layout-hook.php:403
1569
+ #: includes/functions-layout-hook.php:2231
1570
  msgid "In tablet & small desktop"
1571
  msgstr ""
1572
 
1573
+ #: includes/class-metabox-wcps-hook.php:1461
1574
  msgid "min-width: 992px, ex: 2"
1575
  msgstr ""
1576
 
1577
+ #: includes/class-metabox-wcps-hook.php:1470
1578
+ #: includes/functions-layout-hook.php:413
1579
+ #: includes/functions-layout-hook.php:2241
1580
  msgid "In mobile"
1581
  msgstr ""
1582
 
1583
+ #: includes/class-metabox-wcps-hook.php:1471
1584
  msgid "min-width: 576px, ex: 1"
1585
  msgstr ""
1586
 
1587
+ #: includes/class-metabox-wcps-hook.php:1489
1588
+ msgid "Auto play"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1589
  msgstr ""
1590
 
1591
+ #: includes/class-metabox-wcps-hook.php:1490
1592
+ msgid "Choose slider auto play."
 
 
 
 
 
 
 
 
 
 
 
1593
  msgstr ""
1594
 
1595
+ #: includes/class-metabox-wcps-hook.php:1502
1596
  msgid "Auto play speed"
1597
  msgstr ""
1598
 
1599
+ #: includes/class-metabox-wcps-hook.php:1503
1600
  msgid "Set auto play speed, ex: 1500"
1601
  msgstr ""
1602
 
1603
+ #: includes/class-metabox-wcps-hook.php:1515
1604
  msgid "Auto play timeout"
1605
  msgstr ""
1606
 
1607
+ #: includes/class-metabox-wcps-hook.php:1516
1608
  msgid "Set auto play timeout, ex: 2000"
1609
  msgstr ""
1610
 
1611
+ #: includes/class-metabox-wcps-hook.php:1522
1612
  msgid "Value should larger than <b>Auto play speed</b>"
1613
  msgstr ""
1614
 
1615
+ #: includes/class-metabox-wcps-hook.php:1531
1616
  msgid "Slider rewind"
1617
  msgstr ""
1618
 
1619
+ #: includes/class-metabox-wcps-hook.php:1532
1620
  msgid "Choose slider rewind."
1621
  msgstr ""
1622
 
1623
+ #: includes/class-metabox-wcps-hook.php:1544
1624
  msgid "Slider loop"
1625
  msgstr ""
1626
 
1627
+ #: includes/class-metabox-wcps-hook.php:1545
1628
  msgid "Choose slider loop."
1629
  msgstr ""
1630
 
1631
+ #: includes/class-metabox-wcps-hook.php:1559
1632
+ #: includes/class-metabox-wcps-hook.php:2248
1633
  #: includes/functions-settings-hook.php:514
1634
  msgid "Slider center"
1635
  msgstr ""
1636
 
1637
+ #: includes/class-metabox-wcps-hook.php:1560
1638
  msgid "Choose slider center."
1639
  msgstr ""
1640
 
1641
+ #: includes/class-metabox-wcps-hook.php:1572
1642
+ #: includes/class-metabox-wcps-hook.php:2242
1643
  #: includes/functions-settings-hook.php:508
1644
  msgid "Slider stop on hover"
1645
  msgstr ""
1646
 
1647
+ #: includes/class-metabox-wcps-hook.php:1573
1648
  msgid "Choose stop on hover."
1649
  msgstr ""
1650
 
1651
+ #: includes/class-metabox-wcps-hook.php:1588
1652
  msgid "Slider navigation"
1653
  msgstr ""
1654
 
1655
+ #: includes/class-metabox-wcps-hook.php:1589
1656
  msgid "Choose slider navigation."
1657
  msgstr ""
1658
 
1659
+ #: includes/class-metabox-wcps-hook.php:1601
1660
  msgid "Navigation slide speed"
1661
  msgstr ""
1662
 
1663
+ #: includes/class-metabox-wcps-hook.php:1602
1664
  msgid "Set slide speed, ex: 1000"
1665
  msgstr ""
1666
 
1667
+ #: includes/class-metabox-wcps-hook.php:1615
1668
  msgid "Slider navigation position"
1669
  msgstr ""
1670
 
1671
+ #: includes/class-metabox-wcps-hook.php:1616
1672
  msgid "Choose slider navigation position."
1673
  msgstr ""
1674
 
1675
+ #: includes/class-metabox-wcps-hook.php:1620
1676
  msgid "Bottom left"
1677
  msgstr ""
1678
 
1679
+ #: includes/class-metabox-wcps-hook.php:1620
1680
  msgid "Bottom right"
1681
  msgstr ""
1682
 
1683
+ #: includes/class-metabox-wcps-hook.php:1620
1684
  msgid "Middle"
1685
  msgstr ""
1686
 
1687
+ #: includes/class-metabox-wcps-hook.php:1620
1688
  msgid "Middle-fixed"
1689
  msgstr ""
1690
 
1691
+ #: includes/class-metabox-wcps-hook.php:1629
1692
  msgid "Navigation text"
1693
  msgstr ""
1694
 
1695
+ #: includes/class-metabox-wcps-hook.php:1630
1696
  msgid "Navigation previous & next text."
1697
  msgstr ""
1698
 
1699
+ #: includes/class-metabox-wcps-hook.php:1636
1700
  msgid "Previous text"
1701
  msgstr ""
1702
 
1703
+ #: includes/class-metabox-wcps-hook.php:1637
1704
  msgid ""
1705
  "Set previous icon, you could use <a href=\"https://fontawesome.com/icons"
1706
  "\">fontawesome</a> icon html here."
1707
  msgstr ""
1708
 
1709
+ #: includes/class-metabox-wcps-hook.php:1646
1710
  msgid "Next text"
1711
  msgstr ""
1712
 
1713
+ #: includes/class-metabox-wcps-hook.php:1647
1714
  msgid ""
1715
  "Set next icon, you could use <a href=\"https://fontawesome.com/icons"
1716
  "\">fontawesome</a> icon html here"
1717
  msgstr ""
1718
 
1719
+ #: includes/class-metabox-wcps-hook.php:1663
1720
  msgid "Slider navigation style"
1721
  msgstr ""
1722
 
1723
+ #: includes/class-metabox-wcps-hook.php:1664
1724
  msgid ""
1725
  "Choose slider navigation style. classes <code>semi-round, round, flat, "
1726
  "border</code>"
1727
  msgstr ""
1728
 
1729
+ #: includes/class-metabox-wcps-hook.php:1676
1730
  msgid "Navigation background color"
1731
  msgstr ""
1732
 
1733
+ #: includes/class-metabox-wcps-hook.php:1677
1734
  msgid "Set navigation background color"
1735
  msgstr ""
1736
 
1737
+ #: includes/class-metabox-wcps-hook.php:1689
1738
  msgid "Navigation text color"
1739
  msgstr ""
1740
 
1741
+ #: includes/class-metabox-wcps-hook.php:1690
1742
  msgid "Set navigation text color"
1743
  msgstr ""
1744
 
1745
+ #: includes/class-metabox-wcps-hook.php:1703
1746
+ #: includes/class-metabox-wcps-hook.php:2260
1747
  #: includes/functions-settings-hook.php:526
1748
  msgid "Slider dots"
1749
  msgstr ""
1750
 
1751
+ #: includes/class-metabox-wcps-hook.php:1704
1752
  msgid "Choose slider dots at bottom."
1753
  msgstr ""
1754
 
1755
+ #: includes/class-metabox-wcps-hook.php:1716
1756
  msgid "Dots background color"
1757
  msgstr ""
1758
 
1759
+ #: includes/class-metabox-wcps-hook.php:1717
1760
  msgid "Set dots background color"
1761
  msgstr ""
1762
 
1763
+ #: includes/class-metabox-wcps-hook.php:1730
1764
  msgid "Dots active/hover background color"
1765
  msgstr ""
1766
 
1767
+ #: includes/class-metabox-wcps-hook.php:1731
1768
  msgid "Set dots active/hover background color"
1769
  msgstr ""
1770
 
1771
+ #: includes/class-metabox-wcps-hook.php:1743
1772
  msgid "Dots slide speed"
1773
  msgstr ""
1774
 
1775
+ #: includes/class-metabox-wcps-hook.php:1744
1776
  msgid "Set dots slide speed, ex: 1200"
1777
  msgstr ""
1778
 
1779
+ #: includes/class-metabox-wcps-hook.php:1756
1780
  msgid "Slider dots count"
1781
  msgstr ""
1782
 
1783
+ #: includes/class-metabox-wcps-hook.php:1757
1784
  msgid "Choose slider dots count."
1785
  msgstr ""
1786
 
1787
+ #: includes/class-metabox-wcps-hook.php:1769
1788
  msgid "Slider rtl"
1789
  msgstr ""
1790
 
1791
+ #: includes/class-metabox-wcps-hook.php:1770
1792
  msgid "Choose slider rtl."
1793
  msgstr ""
1794
 
1795
+ #: includes/class-metabox-wcps-hook.php:1784
1796
+ #: includes/class-metabox-wcps-hook.php:2272
1797
  #: includes/functions-settings-hook.php:538
1798
  msgid "Slider lazy load"
1799
  msgstr ""
1800
 
1801
+ #: includes/class-metabox-wcps-hook.php:1785
1802
  msgid "Choose slider lazy load."
1803
  msgstr ""
1804
 
1805
+ #: includes/class-metabox-wcps-hook.php:1798
1806
  msgid "Slider touch drag"
1807
  msgstr ""
1808
 
1809
+ #: includes/class-metabox-wcps-hook.php:1799
1810
  msgid "Choose slider touch drag."
1811
  msgstr ""
1812
 
1813
+ #: includes/class-metabox-wcps-hook.php:1812
1814
  msgid "Slider mouse drag"
1815
  msgstr ""
1816
 
1817
+ #: includes/class-metabox-wcps-hook.php:1813
1818
  msgid "Choose slider mouse drag."
1819
  msgstr ""
1820
 
1821
+ #: includes/class-metabox-wcps-hook.php:1866
1822
  #: includes/class-metabox-wcps-layout-hook.php:33
1823
+ #: includes/functions-layout-hook.php:809
1824
  msgid "Custom CSS"
1825
  msgstr ""
1826
 
1827
+ #: includes/class-metabox-wcps-hook.php:1867
1828
+ msgid ""
1829
+ "Write custom CSS to override default style, do not use <code>&lt;style>&lt;/"
1830
+ "style></code> tag. use <code>__ID__</code> to replace by wcps id <code>"
1831
  msgstr ""
1832
 
1833
+ #: includes/class-metabox-wcps-hook.php:1911
1834
  #: includes/functions-settings-hook.php:77
1835
  msgid "Get support"
1836
  msgstr ""
1837
 
1838
+ #: includes/class-metabox-wcps-hook.php:1912
1839
  #: includes/functions-settings-hook.php:78
1840
  msgid "Use following to get help and support from our expert team."
1841
  msgstr ""
1842
 
1843
+ #: includes/class-metabox-wcps-hook.php:1920
1844
  #: includes/functions-settings-hook.php:86
1845
  msgid ""
1846
  "Ask question for free on our forum and get quick reply from our expert team "
1847
  "members."
1848
  msgstr ""
1849
 
1850
+ #: includes/class-metabox-wcps-hook.php:1921
1851
  #: includes/functions-settings-hook.php:87
1852
  msgid "Create support ticket"
1853
  msgstr ""
1854
 
1855
+ #: includes/class-metabox-wcps-hook.php:1923
1856
  #: includes/functions-settings-hook.php:89
1857
  msgid "Read our documentation before asking your question."
1858
  msgstr ""
1859
 
1860
+ #: includes/class-metabox-wcps-hook.php:1924
1861
  #: includes/functions-settings-hook.php:90
1862
  msgid "Documentation"
1863
  msgstr ""
1864
 
1865
+ #: includes/class-metabox-wcps-hook.php:1926
1866
  #: includes/functions-settings-hook.php:92
1867
  msgid "Watch video tutorials."
1868
  msgstr ""
1869
 
1870
+ #: includes/class-metabox-wcps-hook.php:1927
1871
  #: includes/functions-settings-hook.php:93
1872
  msgid "All tutorials"
1873
  msgstr ""
1874
 
1875
+ #: includes/class-metabox-wcps-hook.php:1955
1876
  #: includes/functions-settings-hook.php:115
1877
  msgid "Ask question"
1878
  msgstr ""
1879
 
1880
+ #: includes/class-metabox-wcps-hook.php:1980
1881
  #: includes/functions-settings-hook.php:140
1882
  msgid "Submit reviews"
1883
  msgstr ""
1884
 
1885
+ #: includes/class-metabox-wcps-hook.php:2014
1886
  #: includes/functions-settings-hook.php:280
1887
  msgid "Get Premium"
1888
  msgstr ""
1889
 
1890
+ #: includes/class-metabox-wcps-hook.php:2015
1891
  #: includes/functions-settings-hook.php:281
1892
  msgid ""
1893
  "Thanks for using our plugin, if you looking for some advance feature please "
1894
  "buy premium version."
1895
  msgstr ""
1896
 
1897
+ #: includes/class-metabox-wcps-hook.php:2023
1898
  #: includes/functions-settings-hook.php:289
1899
  msgid ""
1900
  "If you love our plugin and want more feature please consider to buy pro "
1901
  "version."
1902
  msgstr ""
1903
 
1904
+ #: includes/class-metabox-wcps-hook.php:2024
1905
+ #: includes/class-metabox-wcps-hook.php:2347
1906
  #: includes/functions-settings-hook.php:290
1907
+ #: includes/functions-settings-hook.php:690
1908
  msgid "Buy premium"
1909
  msgstr ""
1910
 
1911
+ #: includes/class-metabox-wcps-hook.php:2026
1912
  #: includes/functions-settings-hook.php:293
1913
  msgid "See the differences"
1914
  msgstr ""
1915
 
1916
+ #: includes/class-metabox-wcps-hook.php:2032
1917
+ #: includes/class-metabox-wcps-hook.php:2340
1918
  #: includes/functions-settings-hook.php:298
1919
+ #: includes/functions-settings-hook.php:683
1920
  msgid "Features"
1921
  msgstr ""
1922
 
1923
+ #: includes/class-metabox-wcps-hook.php:2033
1924
+ #: includes/class-metabox-wcps-hook.php:2341
1925
  #: includes/functions-settings-hook.php:299
1926
+ #: includes/functions-settings-hook.php:684
1927
  msgid "Free"
1928
  msgstr ""
1929
 
1930
+ #: includes/class-metabox-wcps-hook.php:2034
1931
+ #: includes/class-metabox-wcps-hook.php:2342
1932
  #: includes/functions-settings-hook.php:300
1933
+ #: includes/functions-settings-hook.php:685
1934
  msgid "Premium"
1935
  msgstr ""
1936
 
1937
+ #: includes/class-metabox-wcps-hook.php:2039
1938
  #: includes/functions-settings-hook.php:305
1939
  msgid "Query by product taxonomies"
1940
  msgstr ""
1941
 
1942
+ #: includes/class-metabox-wcps-hook.php:2045
1943
  #: includes/functions-settings-hook.php:311
1944
  msgid "Query by recently viewed products"
1945
  msgstr ""
1946
 
1947
+ #: includes/class-metabox-wcps-hook.php:2051
1948
  #: includes/functions-settings-hook.php:317
1949
  msgid "Query by SKU"
1950
  msgstr ""
1951
 
1952
+ #: includes/class-metabox-wcps-hook.php:2057
1953
  #: includes/functions-settings-hook.php:323
1954
  msgid "Related product query(Single product page)"
1955
  msgstr ""
1956
 
1957
+ #: includes/class-metabox-wcps-hook.php:2063
1958
  #: includes/functions-settings-hook.php:329
1959
  msgid "Upsells cross-sells query(Single product page)"
1960
  msgstr ""
1961
 
1962
+ #: includes/class-metabox-wcps-hook.php:2068
1963
  #: includes/functions-settings-hook.php:334
1964
  msgid "Order by Best selling"
1965
  msgstr ""
1966
 
1967
+ #: includes/class-metabox-wcps-hook.php:2074
1968
  #: includes/functions-settings-hook.php:340
1969
  msgid "Order by Top rated"
1970
  msgstr ""
1971
 
1972
+ #: includes/class-metabox-wcps-hook.php:2080
1973
  #: includes/functions-settings-hook.php:346
1974
  msgid "Advance meta fields query"
1975
  msgstr ""
1976
 
1977
+ #: includes/class-metabox-wcps-hook.php:2087
1978
  #: includes/functions-settings-hook.php:353
1979
  msgid "Featured products at first"
1980
  msgstr ""
1981
 
1982
+ #: includes/class-metabox-wcps-hook.php:2092
1983
  #: includes/functions-settings-hook.php:358
1984
  msgid "Query by product attributes"
1985
  msgstr ""
1986
 
1987
+ #: includes/class-metabox-wcps-hook.php:2098
1988
  #: includes/functions-settings-hook.php:364
1989
  msgid "Layout element - Stock status"
1990
  msgstr ""
1991
 
1992
+ #: includes/class-metabox-wcps-hook.php:2104
1993
  #: includes/functions-settings-hook.php:370
1994
  msgid "Layout element - Stock quantity"
1995
  msgstr ""
1996
 
1997
+ #: includes/class-metabox-wcps-hook.php:2110
1998
  #: includes/functions-settings-hook.php:376
1999
  msgid "Layout element - Product Weight"
2000
  msgstr ""
2001
 
2002
+ #: includes/class-metabox-wcps-hook.php:2115
2003
  #: includes/functions-settings-hook.php:381
2004
  msgid "Layout element - Product Dimensions"
2005
  msgstr ""
2006
 
2007
+ #: includes/class-metabox-wcps-hook.php:2120
2008
  #: includes/functions-settings-hook.php:386
2009
  msgid "Layout element - Share button"
2010
  msgstr ""
2011
 
2012
+ #: includes/class-metabox-wcps-hook.php:2126
2013
  #: includes/functions-settings-hook.php:392
2014
  msgid "Layout element - Recently viewed text"
2015
  msgstr ""
2016
 
2017
+ #: includes/class-metabox-wcps-hook.php:2132
2018
  #: includes/functions-settings-hook.php:398
2019
  msgid "Layout element - Meta fields"
2020
  msgstr ""
2021
 
2022
+ #: includes/class-metabox-wcps-hook.php:2137
2023
  #: includes/functions-settings-hook.php:403
2024
  msgid "Layout element - Price"
2025
  msgstr ""
2026
 
2027
+ #: includes/class-metabox-wcps-hook.php:2143
2028
  #: includes/functions-settings-hook.php:409
2029
  msgid "Layout element - Rating"
2030
  msgstr ""
2031
 
2032
+ #: includes/class-metabox-wcps-hook.php:2149
2033
  #: includes/functions-settings-hook.php:415
2034
  msgid "Layout element - Add to cart"
2035
  msgstr ""
2036
 
2037
+ #: includes/class-metabox-wcps-hook.php:2155
2038
  #: includes/functions-settings-hook.php:421
2039
  msgid "Layout element - On sale icon"
2040
  msgstr ""
2041
 
2042
+ #: includes/class-metabox-wcps-hook.php:2161
2043
  #: includes/functions-settings-hook.php:427
2044
  msgid "Layout element - Featured icon"
2045
  msgstr ""
2046
 
2047
+ #: includes/class-metabox-wcps-hook.php:2167
2048
  #: includes/functions-settings-hook.php:433
2049
  msgid "Layout element - Sale Count"
2050
  msgstr ""
2051
 
2052
+ #: includes/class-metabox-wcps-hook.php:2174
2053
  #: includes/functions-settings-hook.php:440
2054
  msgid "Layout element - Product Tag"
2055
  msgstr ""
2056
 
2057
+ #: includes/class-metabox-wcps-hook.php:2181
2058
  #: includes/functions-settings-hook.php:447
2059
  msgid "Layout element - Product Category"
2060
  msgstr ""
2061
 
2062
+ #: includes/class-metabox-wcps-hook.php:2188
2063
  #: includes/functions-settings-hook.php:454
2064
  msgid "Layout element - Content/Excerpt"
2065
  msgstr ""
2066
 
2067
+ #: includes/class-metabox-wcps-hook.php:2194
2068
  #: includes/functions-settings-hook.php:460
2069
  msgid "Layout element - Product Title"
2070
  msgstr ""
2071
 
2072
+ #: includes/class-metabox-wcps-hook.php:2201
2073
  #: includes/functions-settings-hook.php:467
2074
  msgid "Layout element - Thumbnail"
2075
  msgstr ""
2076
 
2077
+ #: includes/class-metabox-wcps-hook.php:2207
2078
  #: includes/functions-settings-hook.php:473
2079
  msgid "Layout element - Wrapper start"
2080
  msgstr ""
2081
 
2082
+ #: includes/class-metabox-wcps-hook.php:2212
2083
  #: includes/functions-settings-hook.php:478
2084
  msgid "Layout element - Wrapper end"
2085
  msgstr ""
2086
 
2087
+ #: includes/class-metabox-wcps-hook.php:2219
2088
  #: includes/class-metabox-wcps-layout-hook.php:105
2089
  #: includes/functions-settings-hook.php:485
2090
  msgid "Layout builder"
2091
  msgstr ""
2092
 
2093
+ #: includes/class-metabox-wcps-hook.php:2225
2094
  #: includes/functions-settings-hook.php:491
2095
  msgid "Slider column count"
2096
  msgstr ""
2097
 
2098
+ #: includes/class-metabox-wcps-hook.php:2231
2099
  #: includes/functions-settings-hook.php:497
2100
  msgid "Slider autoplay"
2101
  msgstr ""
2102
 
2103
+ #: includes/class-metabox-wcps-hook.php:2237
2104
  #: includes/functions-settings-hook.php:503
2105
  msgid "Slider rewind & loop"
2106
  msgstr ""
2107
 
2108
+ #: includes/class-metabox-wcps-hook.php:2254
2109
  #: includes/functions-settings-hook.php:520
2110
  msgid "Slider navigations"
2111
  msgstr ""
2112
 
2113
+ #: includes/class-metabox-wcps-hook.php:2266
2114
  #: includes/functions-settings-hook.php:532
2115
  msgid "Slider RTL"
2116
  msgstr ""
2117
 
2118
+ #: includes/class-metabox-wcps-hook.php:2278
2119
  #: includes/functions-settings-hook.php:544
2120
  msgid "Slider touch & mouse drag"
2121
  msgstr ""
2122
 
2123
+ #: includes/class-metabox-wcps-hook.php:2283
2124
  #: includes/functions-settings-hook.php:549
2125
  msgid "Query products limit"
2126
  msgstr ""
2127
 
2128
+ #: includes/class-metabox-wcps-hook.php:2288
2129
  #: includes/functions-settings-hook.php:554
2130
  msgid "Query by product categories & tags"
2131
  msgstr ""
2132
 
2133
+ #: includes/class-metabox-wcps-hook.php:2294
2134
  #: includes/functions-settings-hook.php:560
2135
  msgid "Hide out of stock products"
2136
  msgstr ""
2137
 
2138
+ #: includes/class-metabox-wcps-hook.php:2299
2139
  #: includes/functions-settings-hook.php:565
2140
  msgid "Featured product"
2141
  msgstr ""
2142
 
2143
+ #: includes/class-metabox-wcps-hook.php:2305
2144
  #: includes/functions-settings-hook.php:571
2145
  msgid "On-sale products"
2146
  msgstr ""
2147
 
2148
+ #: includes/class-metabox-wcps-hook.php:2311
2149
  #: includes/functions-settings-hook.php:577
2150
  msgid "Product by ids"
2151
  msgstr ""
2152
 
2153
+ #: includes/class-metabox-wcps-hook.php:2317
2154
  #: includes/functions-settings-hook.php:583
2155
  msgid "Query order & orderby"
2156
  msgstr ""
2157
 
2158
+ #: includes/class-metabox-wcps-hook.php:2323
2159
  #: includes/functions-settings-hook.php:589
2160
  msgid "Custom ribbons"
2161
  msgstr ""
2162
 
2163
+ #: includes/class-metabox-wcps-hook.php:2329
2164
  #: includes/functions-settings-hook.php:595
2165
  msgid "Slider item style"
2166
  msgstr ""
2167
 
2168
+ #: includes/class-metabox-wcps-hook.php:2334
2169
  #: includes/functions-settings-hook.php:600
2170
  msgid "Slider container style"
2171
  msgstr ""
2172
 
2173
+ #: includes/class-metabox-wcps-hook.php:2345
2174
+ #: includes/functions-settings-hook.php:688
2175
  msgid "Buy now"
2176
  msgstr ""
2177
 
2178
+ #: includes/class-metabox-wcps-hook.php:2361
2179
+ #: includes/functions-settings-hook.php:703
2180
  msgid "Get pro version"
2181
  msgstr ""
2182
 
2218
  msgstr ""
2219
 
2220
  #: includes/class-metabox-wcps-layout-hook.php:109
2221
+ #: includes/functions-layout-hook.php:771
2222
  msgid "Wrapper start"
2223
  msgstr ""
2224
 
2225
  #: includes/class-metabox-wcps-layout-hook.php:110
2226
+ #: includes/functions-layout-hook.php:884
2227
  msgid "Wrapper end"
2228
  msgstr ""
2229
 
2230
  #: includes/class-metabox-wcps-layout-hook.php:111
2231
+ #: includes/functions-layout-hook.php:34 includes/functions-layout-hook.php:44
2232
+ msgid "Custom text"
2233
+ msgstr ""
2234
+
2235
+ #: includes/class-metabox-wcps-layout-hook.php:114
2236
+ #: includes/functions-layout-hook.php:348
2237
  msgid "Thumbnail"
2238
  msgstr ""
2239
 
2240
+ #: includes/class-metabox-wcps-layout-hook.php:115
2241
+ msgid "Post Title"
2242
  msgstr ""
2243
 
2244
+ #: includes/class-metabox-wcps-layout-hook.php:116
2245
+ #: includes/functions-layout-hook.php:554
2246
+ #: includes/functions-layout-hook.php:569
2247
  msgid "Content"
2248
  msgstr ""
2249
 
2250
+ #: includes/class-metabox-wcps-layout-hook.php:117
2251
  msgid "Product Category"
2252
  msgstr ""
2253
 
2254
+ #: includes/class-metabox-wcps-layout-hook.php:118
2255
  msgid "Product Tag"
2256
  msgstr ""
2257
 
2258
+ #: includes/class-metabox-wcps-layout-hook.php:119
2259
  msgid "Sale Count"
2260
  msgstr ""
2261
 
2262
+ #: includes/class-metabox-wcps-layout-hook.php:122
2263
+ #: includes/functions-layout-hook.php:1685
2264
  msgid "Add to cart"
2265
  msgstr ""
2266
 
2267
+ #: includes/class-metabox-wcps-layout-hook.php:123
2268
+ #: includes/functions-layout-hook.php:1783
2269
  msgid "Rating"
2270
  msgstr ""
2271
 
2272
+ #: includes/class-metabox-wcps-layout-hook.php:124
2273
  msgid "Price"
2274
  msgstr ""
2275
 
2276
+ #: includes/class-metabox-wcps-layout-hook.php:125
2277
+ #: includes/functions-layout-hook.php:1571
2278
  msgid "Product ID"
2279
  msgstr ""
2280
 
2281
+ #: includes/class-metabox-wcps-layout-hook.php:127
2282
+ #: includes/functions-layout-hook.php:2039
2283
+ msgid "Term title"
2284
+ msgstr ""
2285
+
2286
+ #: includes/class-metabox-wcps-layout-hook.php:128
2287
+ #: includes/functions-layout-hook.php:2176
2288
+ msgid "Term thumbnail"
2289
+ msgstr ""
2290
+
2291
+ #: includes/class-metabox-wcps-layout-hook.php:129
2292
+ #: includes/functions-layout-hook.php:2346
2293
+ msgid "Term description"
2294
+ msgstr ""
2295
+
2296
+ #: includes/class-metabox-wcps-layout-hook.php:130
2297
+ #: includes/functions-layout-hook.php:2504
2298
+ msgid "Term slug"
2299
+ msgstr ""
2300
+
2301
+ #: includes/class-metabox-wcps-layout-hook.php:131
2302
+ #: includes/functions-layout-hook.php:2663
2303
+ msgid "Term post count"
2304
+ msgstr ""
2305
+
2306
+ #: includes/class-metabox-wcps-layout-hook.php:133
2307
+ #: includes/functions-layout-hook.php:3943
2308
+ msgid "Order date"
2309
+ msgstr ""
2310
+
2311
+ #: includes/class-metabox-wcps-layout-hook.php:134
2312
+ msgid "Order customer name"
2313
+ msgstr ""
2314
+
2315
+ #: includes/class-metabox-wcps-layout-hook.php:135
2316
+ msgid "Order customer thumbnail"
2317
+ msgstr ""
2318
+
2319
+ #: includes/class-metabox-wcps-layout-hook.php:136
2320
+ msgid "Order country"
2321
+ msgstr ""
2322
+
2323
+ #: includes/class-metabox-wcps-layout-hook.php:137
2324
+ msgid "Order payment method"
2325
+ msgstr ""
2326
+
2327
+ #: includes/class-metabox-wcps-layout-hook.php:138
2328
+ #: includes/functions-layout-hook.php:4643
2329
+ msgid "Order total"
2330
+ msgstr ""
2331
+
2332
+ #: includes/class-metabox-wcps-layout-hook.php:139
2333
+ #: includes/functions-layout-hook.php:4792
2334
+ msgid "Order items"
2335
+ msgstr ""
2336
+
2337
+ #: includes/class-metabox-wcps-layout-hook.php:140
2338
+ #: includes/functions-layout-hook.php:4942
2339
+ msgid "Order discount total"
2340
+ msgstr ""
2341
+
2342
+ #: includes/class-metabox-wcps-layout-hook.php:217
2343
  #, php-format
2344
  msgid "%s Click to add tags."
2345
  msgstr ""
2346
 
2347
+ #: includes/class-metabox-wcps-layout-hook.php:267
2348
  msgid "Layout elements"
2349
  msgstr ""
2350
 
2351
+ #: includes/class-metabox-wcps-layout-hook.php:268
2352
  msgid "Customize layout elements."
2353
  msgstr ""
2354
 
2355
+ #: includes/class-metabox-wcps-layout-hook.php:364
2356
+ #: includes/class-metabox-wcps-layout-hook.php:365
2357
  msgid "Layout preview"
2358
  msgstr ""
2359
 
2366
  msgid "%s Layout builder"
2367
  msgstr ""
2368
 
2369
+ #: includes/class-metabox-wcps-layout.php:53
2370
+ #: includes/class-metabox-wcps.php:171
2371
  #, php-format
2372
  msgid "%s Custom scripts"
2373
  msgstr ""
2376
  msgid "WCPS data"
2377
  msgstr ""
2378
 
2379
+ #: includes/class-metabox-wcps.php:20
2380
+ msgid "WCPS Help"
2381
+ msgstr ""
2382
+
2383
+ #: includes/class-metabox-wcps.php:115
2384
  #, php-format
2385
  msgid "%s Shortcode"
2386
  msgstr ""
2387
 
2388
+ #: includes/class-metabox-wcps.php:122
2389
  #, php-format
2390
  msgid "%s Slider options"
2391
  msgstr ""
2392
 
2393
+ #: includes/class-metabox-wcps.php:129
2394
  #, php-format
2395
  msgid "%s Query product"
2396
  msgstr ""
2397
 
2398
+ #: includes/class-metabox-wcps.php:138
2399
+ #, php-format
2400
+ msgid "%s Query orders"
2401
+ msgstr ""
2402
+
2403
+ #: includes/class-metabox-wcps.php:147
2404
+ #, php-format
2405
+ msgid "%s Query categories"
2406
+ msgstr ""
2407
+
2408
+ #: includes/class-metabox-wcps.php:156
2409
  #, php-format
2410
  msgid "%s Style"
2411
  msgstr ""
2412
 
2413
+ #: includes/class-metabox-wcps.php:163
2414
  #, php-format
2415
  msgid "%s Layouts"
2416
  msgstr ""
2417
 
2418
+ #: includes/class-metabox-wcps.php:178
2419
  #, php-format
2420
  msgid "%s Help support"
2421
  msgstr ""
2422
 
2423
+ #: includes/class-metabox-wcps.php:185
2424
  #, php-format
2425
  msgid "%s Buy pro"
2426
  msgstr ""
2427
 
2428
+ #: includes/class-metabox-wcps.php:257
2429
+ msgid "Slider for"
2430
+ msgstr ""
2431
+
2432
  #: includes/class-post-types.php:19 includes/class-post-types.php:20
2433
  msgid "WCPS"
2434
  msgstr ""
2500
  msgid "WCPS layouts"
2501
  msgstr ""
2502
 
2503
+ #: includes/class-settings-tabs-old.php:344
2504
+ #: includes/class-settings-tabs.php:432
2505
  msgid "Placeholder.jpg"
2506
  msgstr ""
2507
 
2508
+ #: includes/class-settings-tabs-old.php:400
2509
+ #: includes/class-settings-tabs-old.php:481
2510
+ #: includes/class-settings-tabs.php:488 includes/class-settings-tabs.php:569
2511
  msgid "Upload"
2512
  msgstr ""
2513
 
2514
+ #: includes/class-settings-tabs-old.php:401
2515
+ #: includes/class-settings-tabs-old.php:482
2516
+ #: includes/class-settings-tabs.php:489 includes/class-settings-tabs.php:570
2517
  msgid "Clear"
2518
  msgstr ""
2519
 
2520
+ #: includes/class-settings-tabs-old.php:588
2521
+ #: includes/class-settings-tabs-old.php:859
2522
+ #: includes/class-settings-tabs.php:671 includes/class-settings-tabs.php:942
2523
  msgid "Add"
2524
  msgstr ""
2525
 
2527
  msgid "Settings"
2528
  msgstr ""
2529
 
 
 
 
 
2530
  #: includes/class-settings.php:29
2531
  msgid "Upgrade status"
2532
  msgstr ""
2533
 
2534
+ #: includes/functions-layout-hook.php:45
2535
+ msgid "Write custom text."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2536
  msgstr ""
2537
 
2538
+ #: includes/functions-layout-hook.php:187
2539
+ msgid "Post title"
2540
  msgstr ""
2541
 
2542
+ #: includes/functions-layout-hook.php:277
2543
+ #: includes/functions-layout-hook.php:2436
2544
+ #: includes/functions-layout-hook.php:2594
2545
  msgid "product link"
2546
  msgstr ""
2547
 
2548
+ #: includes/functions-layout-hook.php:278
2549
+ #: includes/functions-layout-hook.php:487
2550
+ #: includes/functions-layout-hook.php:726
2551
+ #: includes/functions-layout-hook.php:2437
2552
+ #: includes/functions-layout-hook.php:2595
2553
+ msgid "External product"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2554
  msgstr ""
2555
 
2556
+ #: includes/functions-layout-hook.php:355
2557
+ #: includes/functions-layout-hook.php:2183
2558
  msgid "Full"
2559
  msgstr ""
2560
 
2561
+ #: includes/functions-layout-hook.php:370
2562
+ #: includes/functions-layout-hook.php:2198
2563
  msgid "Thumbnail size"
2564
  msgstr ""
2565
 
2566
+ #: includes/functions-layout-hook.php:371
2567
+ #: includes/functions-layout-hook.php:2199
2568
  msgid "Choose thumbnail size."
2569
  msgstr ""
2570
 
2571
+ #: includes/functions-layout-hook.php:386
2572
+ #: includes/functions-layout-hook.php:2214
2573
  msgid "Thumbnail height"
2574
  msgstr ""
2575
 
2576
+ #: includes/functions-layout-hook.php:387
2577
+ #: includes/functions-layout-hook.php:2215
2578
  msgid "Set thumbnail height."
2579
  msgstr ""
2580
 
2581
+ #: includes/functions-layout-hook.php:394
2582
+ #: includes/functions-layout-hook.php:2222
2583
  msgid "min-width: 1200px, ex: 280px"
2584
  msgstr ""
2585
 
2586
+ #: includes/functions-layout-hook.php:404
2587
+ #: includes/functions-layout-hook.php:2232
2588
  msgid "min-width: 992px, ex: 280px"
2589
  msgstr ""
2590
 
2591
+ #: includes/functions-layout-hook.php:414
2592
+ #: includes/functions-layout-hook.php:2242
2593
  msgid "max-width: 768px, ex: 280px"
2594
  msgstr ""
2595
 
2596
+ #: includes/functions-layout-hook.php:429
2597
+ #: includes/functions-layout-hook.php:2257
2598
  msgid "Default thumbnail"
2599
  msgstr ""
2600
 
2601
+ #: includes/functions-layout-hook.php:430
2602
+ #: includes/functions-layout-hook.php:2258
2603
  msgid "Choose default thumbnail."
2604
  msgstr ""
2605
 
2606
+ #: includes/functions-layout-hook.php:479
2607
+ #: includes/functions-layout-hook.php:719
2608
  msgid "Choose option to product link."
2609
  msgstr ""
2610
 
2611
+ #: includes/functions-layout-hook.php:486
2612
+ #: includes/functions-layout-hook.php:725
2613
  msgid "Product link"
2614
  msgstr ""
2615
 
2616
+ #: includes/functions-layout-hook.php:535
 
 
 
 
 
 
 
 
 
 
 
 
2617
  msgid "Read more"
2618
  msgstr ""
2619
 
2620
+ #: includes/functions-layout-hook.php:564
2621
  msgid "Content source"
2622
  msgstr ""
2623
 
2624
+ #: includes/functions-layout-hook.php:565
2625
  msgid "Choose content source."
2626
  msgstr ""
2627
 
2628
+ #: includes/functions-layout-hook.php:569
2629
  msgid "Short description"
2630
  msgstr ""
2631
 
2632
+ #: includes/functions-layout-hook.php:569
2633
  msgid "Auto Excerpt"
2634
  msgstr ""
2635
 
2636
+ #: includes/functions-layout-hook.php:578
2637
  msgid "Word count"
2638
  msgstr ""
2639
 
2640
+ #: includes/functions-layout-hook.php:579
2641
  msgid "Set word count."
2642
  msgstr ""
2643
 
2644
+ #: includes/functions-layout-hook.php:593
2645
  msgid "Read more text"
2646
  msgstr ""
2647
 
2648
+ #: includes/functions-layout-hook.php:594
2649
  msgid "Set custom read more text."
2650
  msgstr ""
2651
 
2652
+ #: includes/functions-layout-hook.php:608
2653
  msgid "Read more color"
2654
  msgstr ""
2655
 
2656
+ #: includes/functions-layout-hook.php:609
2657
  msgid "Set custom read more color."
2658
  msgstr ""
2659
 
2660
+ #: includes/functions-layout-hook.php:783
2661
+ #: includes/functions-layout-hook.php:894
2662
  msgid "Wrapper id"
2663
  msgstr ""
2664
 
2665
+ #: includes/functions-layout-hook.php:784
2666
  msgid "Write wrapper id, ex: my-unique-id."
2667
  msgstr ""
2668
 
2669
+ #: includes/functions-layout-hook.php:796
2670
  msgid "Wrapper class"
2671
  msgstr ""
2672
 
2673
+ #: includes/functions-layout-hook.php:797
2674
  msgid "Write wrapper class, ex: layer-thumbnail"
2675
  msgstr ""
2676
 
2677
+ #: includes/functions-layout-hook.php:810
2678
  msgid "Write custom CSS. do not use <code>&lt;style>&lt;/style></code>"
2679
  msgstr ""
2680
 
2681
+ #: includes/functions-layout-hook.php:895
2682
  msgid "Write wrapper id, ex: div, p, span."
2683
  msgstr ""
2684
 
2685
+ #: includes/functions-layout-hook.php:944
2686
  msgid "Product category"
2687
  msgstr ""
2688
 
2689
+ #: includes/functions-layout-hook.php:953
2690
+ #: includes/functions-layout-hook.php:1096
2691
  msgid "Max count"
2692
  msgstr ""
2693
 
2694
+ #: includes/functions-layout-hook.php:954
2695
+ #: includes/functions-layout-hook.php:1097
2696
  msgid "Write max count"
2697
  msgstr ""
2698
 
2699
+ #: includes/functions-layout-hook.php:967
2700
+ #: includes/functions-layout-hook.php:1110
2701
  msgid "Link separator"
2702
  msgstr ""
2703
 
2704
+ #: includes/functions-layout-hook.php:968
2705
+ #: includes/functions-layout-hook.php:1111
2706
  msgid "Choose link separator."
2707
  msgstr ""
2708
 
2709
+ #: includes/functions-layout-hook.php:983
 
 
 
 
 
 
 
 
 
 
 
2710
  #, php-format
2711
  msgid "Write wrapper html, use <code>%s</code> to replace category output."
2712
  msgstr ""
2713
 
2714
+ #: includes/functions-layout-hook.php:1027
2715
+ #: includes/functions-layout-hook.php:1154
 
 
 
 
2716
  msgid "Link color"
2717
  msgstr ""
2718
 
2719
+ #: includes/functions-layout-hook.php:1028
2720
+ #: includes/functions-layout-hook.php:1155
2721
  msgid "Choose link color."
2722
  msgstr ""
2723
 
2724
+ #: includes/functions-layout-hook.php:1086
2725
  msgid "Product tag"
2726
  msgstr ""
2727
 
2728
+ #: includes/functions-layout-hook.php:1127
2729
  #, php-format
2730
  msgid "Write wrapper html, use <code>%s</code> to replace tags output."
2731
  msgstr ""
2732
 
2733
+ #: includes/functions-layout-hook.php:1209
2734
  msgid "Sale count"
2735
  msgstr ""
2736
 
2737
+ #: includes/functions-layout-hook.php:1220
2738
+ #: includes/functions-layout-hook.php:2675
2739
+ #: includes/functions-layout-hook.php:2827
2740
+ #: includes/functions-layout-hook.php:2978
2741
+ #: includes/functions-layout-hook.php:3130
2742
+ #: includes/functions-layout-hook.php:3280
2743
+ #: includes/functions-layout-hook.php:3431
2744
+ #: includes/functions-layout-hook.php:3805
2745
+ #: includes/functions-layout-hook.php:3955
2746
+ #: includes/functions-layout-hook.php:4104
2747
+ #: includes/functions-layout-hook.php:4356
2748
+ #: includes/functions-layout-hook.php:4504
2749
+ #: includes/functions-layout-hook.php:4655
2750
+ #: includes/functions-layout-hook.php:4804
2751
+ #: includes/functions-layout-hook.php:4954
2752
  #, php-format
2753
  msgid "Write wrapper html, use <code>%s</code> to replace sale count output."
2754
  msgstr ""
2755
 
2756
+ #: includes/functions-layout-hook.php:1285
2757
  msgid "Featured mark"
2758
  msgstr ""
2759
 
2760
+ #: includes/functions-layout-hook.php:1294
2761
+ #: includes/functions-layout-hook.php:1438
2762
  msgid "Icon image"
2763
  msgstr ""
2764
 
2765
+ #: includes/functions-layout-hook.php:1295
2766
+ #: includes/functions-layout-hook.php:1439
2767
  msgid "Choose icon image"
2768
  msgstr ""
2769
 
2770
+ #: includes/functions-layout-hook.php:1310
2771
+ #: includes/functions-layout-hook.php:1452
2772
+ #: includes/functions-layout-hook.php:1582
2773
  #, php-format
2774
  msgid "Write wrapper html, use <code>%s</code> to replace on-sale output."
2775
  msgstr ""
2776
 
2777
+ #: includes/functions-layout-hook.php:1323
2778
+ #: includes/functions-layout-hook.php:1465
2779
  msgid "position"
2780
  msgstr ""
2781
 
2782
+ #: includes/functions-layout-hook.php:1324
2783
+ #: includes/functions-layout-hook.php:1466
2784
  msgid "Choose position."
2785
  msgstr ""
2786
 
2787
+ #: includes/functions-layout-hook.php:1358
2788
+ #: includes/functions-layout-hook.php:1500
2789
+ #: includes/functions-layout-hook.php:1609
2790
+ #: includes/functions-layout-hook.php:1709
 
 
 
 
 
 
 
2791
  msgid "Text color"
2792
  msgstr ""
2793
 
2794
+ #: includes/functions-layout-hook.php:1359
2795
+ #: includes/functions-layout-hook.php:1501
2796
+ #: includes/functions-layout-hook.php:1610
2797
+ #: includes/functions-layout-hook.php:1710
2798
+ #: includes/functions-layout-hook.php:1836
2799
+ #: includes/functions-layout-hook.php:1949
2800
  msgid "Choose text color."
2801
  msgstr ""
2802
 
2803
+ #: includes/functions-layout-hook.php:1373
2804
+ #: includes/functions-layout-hook.php:1516
2805
+ #: includes/functions-layout-hook.php:1625
2806
  msgid "Choose text font size."
2807
  msgstr ""
2808
 
2809
+ #: includes/functions-layout-hook.php:1387
2810
+ #: includes/functions-layout-hook.php:1530
2811
+ #: includes/functions-layout-hook.php:1639
2812
  msgid "Choose padding."
2813
  msgstr ""
2814
 
2815
+ #: includes/functions-layout-hook.php:1429
2816
  msgid "On sale mark"
2817
  msgstr ""
2818
 
2819
+ #: includes/functions-layout-hook.php:1722
2820
  msgid "Display quantity"
2821
  msgstr ""
2822
 
2823
+ #: includes/functions-layout-hook.php:1723
2824
  msgid "Choose display quantity input field."
2825
  msgstr ""
2826
 
2827
+ #: includes/functions-layout-hook.php:1727
2828
  #: includes/functions-settings-hook.php:46
2829
  msgid "No"
2830
  msgstr ""
2831
 
2832
+ #: includes/functions-layout-hook.php:1727
2833
  #: includes/functions-settings-hook.php:46
2834
  msgid "Yes"
2835
  msgstr ""
2836
 
2837
+ #: includes/functions-layout-hook.php:1792
2838
  msgid "Rating type"
2839
  msgstr ""
2840
 
2841
+ #: includes/functions-layout-hook.php:1793
2842
  msgid "Choose rating type."
2843
  msgstr ""
2844
 
2845
+ #: includes/functions-layout-hook.php:1807
2846
  #, php-format
2847
  msgid "Write wrapper html, use <code>%s</code> to replace rating output."
2848
  msgstr ""
2849
 
2850
+ #: includes/functions-layout-hook.php:1835
2851
+ #: includes/functions-layout-hook.php:1948
2852
  msgid "Text Color"
2853
  msgstr ""
2854
 
2855
+ #: includes/functions-layout-hook.php:1910
2856
  msgid "Product price"
2857
  msgstr ""
2858
 
2859
+ #: includes/functions-layout-hook.php:1919
2860
  msgid "Price type"
2861
  msgstr ""
2862
 
2863
+ #: includes/functions-layout-hook.php:1920
2864
  msgid "Choose price type."
2865
  msgstr ""
2866
 
2867
+ #: includes/functions-layout-hook.php:1934
2868
  #, php-format
2869
  msgid "Write wrapper html, use <code>%s</code> to replace price output."
2870
  msgstr ""
2871
 
2872
+ #: includes/functions-layout-hook.php:3567
2873
+ msgid "Dokan store banner"
2874
+ msgstr ""
2875
+
2876
+ #: includes/functions-layout-hook.php:3577
2877
+ #: includes/functions-layout-hook.php:3696
2878
+ msgid "Width"
2879
+ msgstr ""
2880
+
2881
+ #: includes/functions-layout-hook.php:3578
2882
+ msgid "Set banner width. ex: 200px or 45%"
2883
+ msgstr ""
2884
+
2885
+ #: includes/functions-layout-hook.php:3591
2886
+ msgid "height"
2887
+ msgstr ""
2888
+
2889
+ #: includes/functions-layout-hook.php:3592
2890
+ msgid "Set banner height. ex: 200px"
2891
+ msgstr ""
2892
+
2893
+ #: includes/functions-layout-hook.php:3685
2894
+ msgid "Dokan store avatar"
2895
+ msgstr ""
2896
+
2897
+ #: includes/functions-layout-hook.php:3697
2898
+ msgid "Set avatar width. ex: 200px or 50%"
2899
+ msgstr ""
2900
+
2901
+ #: includes/functions-layout-hook.php:3793
2902
+ msgid "Order title"
2903
+ msgstr ""
2904
+
2905
+ #: includes/functions-layout-hook.php:4092
2906
+ msgid "Customer name"
2907
+ msgstr ""
2908
+
2909
+ #: includes/functions-layout-hook.php:4238
2910
+ msgid "Customer thumbnail"
2911
+ msgstr ""
2912
+
2913
+ #: includes/functions-layout-hook.php:4248
2914
+ msgid "width"
2915
+ msgstr ""
2916
+
2917
+ #: includes/functions-layout-hook.php:4249
2918
+ msgid "Set width."
2919
+ msgstr ""
2920
+
2921
+ #: includes/functions-layout-hook.php:4344
2922
+ msgid "Customer country"
2923
+ msgstr ""
2924
+
2925
+ #: includes/functions-layout-hook.php:4492
2926
+ msgid "Customer payment method"
2927
+ msgstr ""
2928
+
2929
  #: includes/functions-settings-hook.php:18
2930
  msgid "General"
2931
  msgstr ""
2966
  msgid "See all demo"
2967
  msgstr ""
2968
 
2969
+ #: includes/functions-settings-hook.php:606
2970
+ msgid "3rd party"
2971
+ msgstr ""
2972
+
2973
+ #: includes/functions-settings-hook.php:609
2974
+ msgid "YITH WooCommerce Badge Management"
2975
+ msgstr ""
2976
+
2977
+ #: includes/functions-settings-hook.php:614
2978
+ msgid "YITH WooCommerce Quick View"
2979
+ msgstr ""
2980
+
2981
+ #: includes/functions-settings-hook.php:619
2982
+ msgid "YITH WooCommerce Wishlist"
2983
+ msgstr ""
2984
+
2985
+ #: includes/functions-settings-hook.php:624
2986
+ msgid "YITH WooCommerce Brands"
2987
+ msgstr ""
2988
+
2989
+ #: includes/functions-settings-hook.php:629
2990
+ msgid "YITH WooCommerce Compare"
2991
+ msgstr ""
2992
+
2993
+ #: includes/functions-settings-hook.php:635
2994
+ #: includes/functions-settings-hook.php:675
2995
+ msgid "WooCommerce Wholesale Prices"
2996
+ msgstr ""
2997
+
2998
+ #: includes/functions-settings-hook.php:640
2999
+ msgid "TI WooCommerce Wishlist"
3000
+ msgstr ""
3001
+
3002
+ #: includes/functions-settings-hook.php:645
3003
+ msgid "WPC Countdown Timer"
3004
+ msgstr ""
3005
+
3006
+ #: includes/functions-settings-hook.php:655
3007
+ msgid "WPC Smart Quick View"
3008
+ msgstr ""
3009
+
3010
+ #: includes/functions-settings-hook.php:660
3011
+ msgid "WPC Smart Wishlist"
3012
+ msgstr ""
3013
+
3014
+ #: includes/functions-settings-hook.php:665
3015
+ msgid "Wishlist by PickPlugins"
3016
+ msgstr ""
3017
+
3018
+ #: includes/functions-settings-hook.php:670
3019
+ msgid "Wish List for WooCommerce"
3020
+ msgstr ""
3021
+
3022
+ #: includes/functions.php:328
3023
  msgid "Shortcode"
3024
  msgstr ""
3025
 
3061
  msgid "%s Settings - Update"
3062
  msgstr ""
3063
 
3064
+ #: woocommerce-products-slider.php:92
3065
  msgid "1 Minute"
3066
  msgstr ""
languages/woocommerce-products-slider.mo CHANGED
Binary file
languages/woocommerce-products-slider.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Woocommerce Products Slider\n"
4
- "POT-Creation-Date: 2020-03-27 21:00+0600\n"
5
- "PO-Revision-Date: 2020-03-27 21:00+0600\n"
6
  "Last-Translator: Nur Hasan <public.nurhasan@gmail.com>\n"
7
  "Language-Team: PickPlugins <support@pickplugins.com>\n"
8
  "Language: en\n"
@@ -17,6 +17,1054 @@ msgstr ""
17
  "X-Poedit-SearchPath-1: includes\n"
18
  "X-Poedit-SearchPath-2: templates\n"
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: includes/class-admin-notices.php:34
21
  #, php-format
22
  msgid ""
@@ -125,42 +1173,31 @@ msgid "Set ribbon position."
125
  msgstr ""
126
 
127
  #: includes/class-metabox-wcps-hook.php:243
128
- #: includes/class-metabox-wcps-hook.php:1231
129
- #: includes/functions-layout-hook.php:1158
130
- #: includes/functions-layout-hook.php:1300
131
  msgid "Top-right"
132
  msgstr ""
133
 
134
  #: includes/class-metabox-wcps-hook.php:244
135
- #: includes/class-metabox-wcps-hook.php:1231
136
- #: includes/functions-layout-hook.php:1159
137
- #: includes/functions-layout-hook.php:1301
138
  msgid "Top-left"
139
  msgstr ""
140
 
141
  #: includes/class-metabox-wcps-hook.php:245
142
- #: includes/functions-layout-hook.php:1160
143
- #: includes/functions-layout-hook.php:1302
144
  msgid "Bottom-right"
145
  msgstr ""
146
 
147
  #: includes/class-metabox-wcps-hook.php:246
148
- #: includes/functions-layout-hook.php:1161
149
- #: includes/functions-layout-hook.php:1303
150
  msgid "Bottom-left"
151
  msgstr ""
152
 
153
- #: includes/class-metabox-wcps-hook.php:247
154
- #: includes/class-metabox-wcps-hook.php:809
155
- #: includes/functions-layout-hook.php:124
156
- #: includes/functions-layout-hook.php:326
157
- #: includes/functions-layout-hook.php:558
158
- #: includes/functions-layout-hook.php:1162
159
- #: includes/functions-layout-hook.php:1304
160
- #: includes/functions-settings-hook.php:33
161
- msgid "None"
162
- msgstr ""
163
-
164
  #: includes/class-metabox-wcps-hook.php:260
165
  msgid "Item style"
166
  msgstr ""
@@ -185,29 +1222,10 @@ msgstr ""
185
  msgid "Item custom margin"
186
  msgstr ""
187
 
188
- #: includes/class-metabox-wcps-hook.php:287
189
- #: includes/class-metabox-wcps-hook.php:334
190
- #: includes/functions-layout-hook.php:1174
191
- #: includes/functions-layout-hook.php:1316
192
- #: includes/functions-layout-hook.php:1425
193
- #: includes/functions-layout-hook.php:1524
194
- msgid "Background color"
195
- msgstr ""
196
-
197
  #: includes/class-metabox-wcps-hook.php:288
198
  msgid "Item background color"
199
  msgstr ""
200
 
201
- #: includes/class-metabox-wcps-hook.php:297
202
- #: includes/functions-layout-hook.php:104
203
- #: includes/functions-layout-hook.php:501
204
- #: includes/functions-layout-hook.php:871
205
- #: includes/functions-layout-hook.php:997
206
- #: includes/functions-layout-hook.php:1678
207
- #: includes/functions-layout-hook.php:1818
208
- msgid "Text align"
209
- msgstr ""
210
-
211
  #: includes/class-metabox-wcps-hook.php:298
212
  msgid "Item text align"
213
  msgstr ""
@@ -232,963 +1250,933 @@ msgstr ""
232
  msgid "Container background color"
233
  msgstr ""
234
 
235
- #: includes/class-metabox-wcps-hook.php:344
236
- #: includes/functions-layout-hook.php:1215
237
- #: includes/functions-layout-hook.php:1358
238
- msgid "Padding"
239
- msgstr ""
240
-
241
  #: includes/class-metabox-wcps-hook.php:345
242
  msgid "Container padding"
243
  msgstr ""
244
 
245
- #: includes/class-metabox-wcps-hook.php:353
246
- #: includes/functions-layout-hook.php:89 includes/functions-layout-hook.php:286
247
- #: includes/functions-layout-hook.php:516
248
- #: includes/functions-layout-hook.php:651
249
- #: includes/functions-layout-hook.php:825
250
- #: includes/functions-layout-hook.php:969
251
- #: includes/functions-layout-hook.php:1064
252
- #: includes/functions-layout-hook.php:1467
253
- #: includes/functions-layout-hook.php:1566
254
- #: includes/functions-layout-hook.php:1650
255
- #: includes/functions-layout-hook.php:1790
256
- msgid "Margin"
257
- msgstr ""
258
-
259
  #: includes/class-metabox-wcps-hook.php:354
260
  msgid "Container margin"
261
  msgstr ""
262
 
263
- #: includes/class-metabox-wcps-hook.php:398
264
  msgid "Layouts"
265
  msgstr ""
266
 
267
- #: includes/class-metabox-wcps-hook.php:399
268
  msgid "Choose item layouts."
269
  msgstr ""
270
 
271
- #: includes/class-metabox-wcps-hook.php:409
272
- #: includes/class-metabox-wcps-hook.php:420
273
  msgid "Create layout"
274
  msgstr ""
275
 
276
- #: includes/class-metabox-wcps-hook.php:410
277
  msgid "Manage layouts"
278
  msgstr ""
279
 
280
- #: includes/class-metabox-wcps-hook.php:421
 
 
 
 
281
  msgid "Please follow the links to create layouts or manage."
282
  msgstr ""
283
 
284
- #: includes/class-metabox-wcps-hook.php:464
285
  msgid "Item layouts"
286
  msgstr ""
287
 
288
- #: includes/class-metabox-wcps-hook.php:465
289
  msgid "Choose grid item layout."
290
  msgstr ""
291
 
292
- #: includes/class-metabox-wcps-hook.php:550
293
  msgid "Max number of product"
294
  msgstr ""
295
 
296
- #: includes/class-metabox-wcps-hook.php:551
297
  msgid "Set custom number you want to display maximum number of product"
298
  msgstr ""
299
 
300
- #: includes/class-metabox-wcps-hook.php:620
301
- msgid "Select terms"
302
- msgstr ""
303
-
304
- #: includes/class-metabox-wcps-hook.php:621
305
- #: includes/class-metabox-wcps-hook.php:804
306
- msgid "Choose some terms."
307
- msgstr ""
308
-
309
- #: includes/class-metabox-wcps-hook.php:635
310
- msgid "Terms relation"
311
- msgstr ""
312
-
313
- #: includes/class-metabox-wcps-hook.php:636
314
- msgid "Choose term relation."
315
- msgstr ""
316
-
317
- #: includes/class-metabox-wcps-hook.php:641
318
- msgid "IN"
319
- msgstr ""
320
-
321
- #: includes/class-metabox-wcps-hook.php:642
322
- msgid "NOT IN"
323
- msgstr ""
324
-
325
- #: includes/class-metabox-wcps-hook.php:643
326
- #: includes/class-metabox-wcps-hook.php:698
327
- msgid "AND"
328
- msgstr ""
329
-
330
- #: includes/class-metabox-wcps-hook.php:644
331
- msgid "EXISTS"
332
- msgstr ""
333
-
334
- #: includes/class-metabox-wcps-hook.php:645
335
- msgid "NOT EXISTS"
336
- msgstr ""
337
-
338
- #: includes/class-metabox-wcps-hook.php:679
339
  msgid "Product taxonomy & terms"
340
  msgstr ""
341
 
342
- #: includes/class-metabox-wcps-hook.php:680
 
343
  msgid ""
344
  "Choose product taxonomy & terms. click to expand and see there is categories "
345
  "or terms you can select."
346
  msgstr ""
347
 
348
- #: includes/class-metabox-wcps-hook.php:691
349
- msgid "Taxonomy relation"
350
- msgstr ""
351
-
352
- #: includes/class-metabox-wcps-hook.php:692
353
- msgid "Set taxonomy relation."
354
- msgstr ""
355
-
356
- #: includes/class-metabox-wcps-hook.php:697
357
- msgid "OR"
358
- msgstr ""
359
-
360
- #: includes/class-metabox-wcps-hook.php:714
361
- msgid "Query order"
362
- msgstr ""
363
-
364
- #: includes/class-metabox-wcps-hook.php:715
365
- msgid "Set query order."
366
- msgstr ""
367
-
368
- #: includes/class-metabox-wcps-hook.php:720
369
- #: includes/class-metabox-wcps-hook.php:810
370
- msgid "Descending"
371
- msgstr ""
372
-
373
- #: includes/class-metabox-wcps-hook.php:721
374
- #: includes/class-metabox-wcps-hook.php:811
375
- msgid "Ascending"
376
- msgstr ""
377
-
378
- #: includes/class-metabox-wcps-hook.php:730
379
- msgid "ID"
380
- msgstr ""
381
-
382
- #: includes/class-metabox-wcps-hook.php:731
383
  msgid "Date"
384
  msgstr ""
385
 
386
- #: includes/class-metabox-wcps-hook.php:732
 
387
  msgid "Post date"
388
  msgstr ""
389
 
390
- #: includes/class-metabox-wcps-hook.php:733
 
 
391
  msgid "Name"
392
  msgstr ""
393
 
394
- #: includes/class-metabox-wcps-hook.php:734
 
395
  msgid "Random"
396
  msgstr ""
397
 
398
- #: includes/class-metabox-wcps-hook.php:735
 
399
  msgid "Comment count"
400
  msgstr ""
401
 
402
- #: includes/class-metabox-wcps-hook.php:736
 
403
  msgid "Author"
404
  msgstr ""
405
 
406
- #: includes/class-metabox-wcps-hook.php:737
407
- #: includes/functions-layout-hook.php:36
408
  msgid "Title"
409
  msgstr ""
410
 
411
- #: includes/class-metabox-wcps-hook.php:738
 
412
  msgid "Type"
413
  msgstr ""
414
 
415
- #: includes/class-metabox-wcps-hook.php:739
 
416
  msgid "Menu order"
417
  msgstr ""
418
 
419
- #: includes/class-metabox-wcps-hook.php:740
 
420
  msgid "meta_value"
421
  msgstr ""
422
 
423
- #: includes/class-metabox-wcps-hook.php:741
 
424
  msgid "meta value number"
425
  msgstr ""
426
 
427
- #: includes/class-metabox-wcps-hook.php:742
 
428
  msgid "post__in"
429
  msgstr ""
430
 
431
- #: includes/class-metabox-wcps-hook.php:743
 
432
  msgid "post_name__in"
433
  msgstr ""
434
 
435
- #: includes/class-metabox-wcps-hook.php:803
436
  msgid "Order"
437
  msgstr ""
438
 
439
- #: includes/class-metabox-wcps-hook.php:846
440
- msgid "Query orderby"
441
- msgstr ""
442
-
443
- #: includes/class-metabox-wcps-hook.php:847
444
- msgid "Set query orderby."
445
- msgstr ""
446
-
447
- #: includes/class-metabox-wcps-hook.php:857
448
  msgid "Orderby meta key"
449
  msgstr ""
450
 
451
- #: includes/class-metabox-wcps-hook.php:858
452
  msgid "Write meta key for orderby meta key value."
453
  msgstr ""
454
 
455
- #: includes/class-metabox-wcps-hook.php:871
456
  msgid "Include out of stock products?"
457
  msgstr ""
458
 
459
- #: includes/class-metabox-wcps-hook.php:872
460
  msgid "Include or exclude out of stock products from query."
461
  msgstr ""
462
 
463
- #: includes/class-metabox-wcps-hook.php:877
464
- #: includes/class-metabox-wcps-hook.php:898
465
- #: includes/class-metabox-wcps-hook.php:918
466
- #: includes/class-metabox-wcps-hook.php:930
467
  msgid "No check"
468
  msgstr ""
469
 
470
- #: includes/class-metabox-wcps-hook.php:878
471
- #: includes/class-metabox-wcps-hook.php:899
472
- #: includes/class-metabox-wcps-hook.php:919
473
  msgid "Include"
474
  msgstr ""
475
 
476
- #: includes/class-metabox-wcps-hook.php:879
477
- #: includes/class-metabox-wcps-hook.php:900
478
- #: includes/class-metabox-wcps-hook.php:920
479
  msgid "Exclude"
480
  msgstr ""
481
 
482
- #: includes/class-metabox-wcps-hook.php:892
483
  msgid "Include featured products?"
484
  msgstr ""
485
 
486
- #: includes/class-metabox-wcps-hook.php:893
487
  msgid "Include or exclude featured products from query."
488
  msgstr ""
489
 
490
- #: includes/class-metabox-wcps-hook.php:912
491
  msgid "Include on-sale products?"
492
  msgstr ""
493
 
494
- #: includes/class-metabox-wcps-hook.php:913
495
  msgid "Include or exclude on-sale products from query."
496
  msgstr ""
497
 
498
- #: includes/class-metabox-wcps-hook.php:931
499
- #: includes/class-metabox-wcps-layout-hook.php:118
500
  msgid "On sale"
501
  msgstr ""
502
 
503
- #: includes/class-metabox-wcps-hook.php:932
504
- #: includes/class-metabox-wcps-layout-hook.php:117
505
  msgid "Featured"
506
  msgstr ""
507
 
508
- #: includes/class-metabox-wcps-hook.php:933
509
  msgid "In stock"
510
  msgstr ""
511
 
512
- #: includes/class-metabox-wcps-hook.php:940
513
  msgid "Query only?"
514
  msgstr ""
515
 
516
- #: includes/class-metabox-wcps-hook.php:941
517
  msgid "Choose option you want to display only products based on options."
518
  msgstr ""
519
 
520
- #: includes/class-metabox-wcps-hook.php:959
521
  msgid "Product ID's"
522
  msgstr ""
523
 
524
- #: includes/class-metabox-wcps-hook.php:960
525
  msgid "You can display products by ids."
526
  msgstr ""
527
 
528
- #: includes/class-metabox-wcps-hook.php:1047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
529
  msgid "Slider"
530
  msgstr ""
531
 
532
- #: includes/class-metabox-wcps-hook.php:1048
533
  msgid "Customize slider settings."
534
  msgstr ""
535
 
536
- #: includes/class-metabox-wcps-hook.php:1054
537
  msgid "Slider column count "
538
  msgstr ""
539
 
540
- #: includes/class-metabox-wcps-hook.php:1055
541
  msgid "Set slider column count."
542
  msgstr ""
543
 
544
- #: includes/class-metabox-wcps-hook.php:1061
545
- #: includes/functions-layout-hook.php:236
 
546
  msgid "In desktop"
547
  msgstr ""
548
 
549
- #: includes/class-metabox-wcps-hook.php:1062
550
  msgid "min-width: 1200px, ex: 3"
551
  msgstr ""
552
 
553
- #: includes/class-metabox-wcps-hook.php:1071
554
- #: includes/functions-layout-hook.php:246
 
555
  msgid "In tablet & small desktop"
556
  msgstr ""
557
 
558
- #: includes/class-metabox-wcps-hook.php:1072
559
  msgid "min-width: 992px, ex: 2"
560
  msgstr ""
561
 
562
- #: includes/class-metabox-wcps-hook.php:1081
563
- #: includes/functions-layout-hook.php:256
 
564
  msgid "In mobile"
565
  msgstr ""
566
 
567
- #: includes/class-metabox-wcps-hook.php:1082
568
  msgid "min-width: 576px, ex: 1"
569
  msgstr ""
570
 
571
- #: includes/class-metabox-wcps-hook.php:1100
572
- msgid "Auto play"
573
- msgstr ""
574
-
575
- #: includes/class-metabox-wcps-hook.php:1101
576
- msgid "Choose slider auto play."
577
- msgstr ""
578
-
579
- #: includes/class-metabox-wcps-hook.php:1105
580
- #: includes/class-metabox-wcps-hook.php:1147
581
- #: includes/class-metabox-wcps-hook.php:1160
582
- #: includes/class-metabox-wcps-hook.php:1175
583
- #: includes/class-metabox-wcps-hook.php:1188
584
- #: includes/class-metabox-wcps-hook.php:1204
585
- #: includes/class-metabox-wcps-hook.php:1319
586
- #: includes/class-metabox-wcps-hook.php:1372
587
- #: includes/class-metabox-wcps-hook.php:1385
588
- #: includes/class-metabox-wcps-hook.php:1400
589
- #: includes/class-metabox-wcps-hook.php:1414
590
- #: includes/class-metabox-wcps-hook.php:1428
591
- msgid "True"
592
  msgstr ""
593
 
594
- #: includes/class-metabox-wcps-hook.php:1105
595
- #: includes/class-metabox-wcps-hook.php:1147
596
- #: includes/class-metabox-wcps-hook.php:1160
597
- #: includes/class-metabox-wcps-hook.php:1175
598
- #: includes/class-metabox-wcps-hook.php:1188
599
- #: includes/class-metabox-wcps-hook.php:1204
600
- #: includes/class-metabox-wcps-hook.php:1319
601
- #: includes/class-metabox-wcps-hook.php:1372
602
- #: includes/class-metabox-wcps-hook.php:1385
603
- #: includes/class-metabox-wcps-hook.php:1400
604
- #: includes/class-metabox-wcps-hook.php:1414
605
- #: includes/class-metabox-wcps-hook.php:1428
606
- msgid "False"
607
  msgstr ""
608
 
609
- #: includes/class-metabox-wcps-hook.php:1113
610
  msgid "Auto play speed"
611
  msgstr ""
612
 
613
- #: includes/class-metabox-wcps-hook.php:1114
614
  msgid "Set auto play speed, ex: 1500"
615
  msgstr ""
616
 
617
- #: includes/class-metabox-wcps-hook.php:1126
618
  msgid "Auto play timeout"
619
  msgstr ""
620
 
621
- #: includes/class-metabox-wcps-hook.php:1127
622
  msgid "Set auto play timeout, ex: 2000"
623
  msgstr ""
624
 
625
- #: includes/class-metabox-wcps-hook.php:1133
626
  msgid "Value should larger than <b>Auto play speed</b>"
627
  msgstr ""
628
 
629
- #: includes/class-metabox-wcps-hook.php:1142
630
  msgid "Slider rewind"
631
  msgstr ""
632
 
633
- #: includes/class-metabox-wcps-hook.php:1143
634
  msgid "Choose slider rewind."
635
  msgstr ""
636
 
637
- #: includes/class-metabox-wcps-hook.php:1155
638
  msgid "Slider loop"
639
  msgstr ""
640
 
641
- #: includes/class-metabox-wcps-hook.php:1156
642
  msgid "Choose slider loop."
643
  msgstr ""
644
 
645
- #: includes/class-metabox-wcps-hook.php:1170
646
- #: includes/class-metabox-wcps-hook.php:1852
647
  #: includes/functions-settings-hook.php:514
648
  msgid "Slider center"
649
  msgstr ""
650
 
651
- #: includes/class-metabox-wcps-hook.php:1171
652
  msgid "Choose slider center."
653
  msgstr ""
654
 
655
- #: includes/class-metabox-wcps-hook.php:1183
656
- #: includes/class-metabox-wcps-hook.php:1846
657
  #: includes/functions-settings-hook.php:508
658
  msgid "Slider stop on hover"
659
  msgstr ""
660
 
661
- #: includes/class-metabox-wcps-hook.php:1184
662
  msgid "Choose stop on hover."
663
  msgstr ""
664
 
665
- #: includes/class-metabox-wcps-hook.php:1199
666
  msgid "Slider navigation"
667
  msgstr ""
668
 
669
- #: includes/class-metabox-wcps-hook.php:1200
670
  msgid "Choose slider navigation."
671
  msgstr ""
672
 
673
- #: includes/class-metabox-wcps-hook.php:1212
674
  msgid "Navigation slide speed"
675
  msgstr ""
676
 
677
- #: includes/class-metabox-wcps-hook.php:1213
678
  msgid "Set slide speed, ex: 1000"
679
  msgstr ""
680
 
681
- #: includes/class-metabox-wcps-hook.php:1226
682
  msgid "Slider navigation position"
683
  msgstr ""
684
 
685
- #: includes/class-metabox-wcps-hook.php:1227
686
  msgid "Choose slider navigation position."
687
  msgstr ""
688
 
689
- #: includes/class-metabox-wcps-hook.php:1231
690
  msgid "Bottom left"
691
  msgstr ""
692
 
693
- #: includes/class-metabox-wcps-hook.php:1231
694
  msgid "Bottom right"
695
  msgstr ""
696
 
697
- #: includes/class-metabox-wcps-hook.php:1231
698
  msgid "Middle"
699
  msgstr ""
700
 
701
- #: includes/class-metabox-wcps-hook.php:1231
702
  msgid "Middle-fixed"
703
  msgstr ""
704
 
705
- #: includes/class-metabox-wcps-hook.php:1240
706
  msgid "Navigation text"
707
  msgstr ""
708
 
709
- #: includes/class-metabox-wcps-hook.php:1241
710
  msgid "Navigation previous & next text."
711
  msgstr ""
712
 
713
- #: includes/class-metabox-wcps-hook.php:1247
714
  msgid "Previous text"
715
  msgstr ""
716
 
717
- #: includes/class-metabox-wcps-hook.php:1248
718
  msgid ""
719
  "Set previous icon, you could use <a href=\"https://fontawesome.com/icons"
720
  "\">fontawesome</a> icon html here."
721
  msgstr ""
722
 
723
- #: includes/class-metabox-wcps-hook.php:1257
724
  msgid "Next text"
725
  msgstr ""
726
 
727
- #: includes/class-metabox-wcps-hook.php:1258
728
  msgid ""
729
  "Set next icon, you could use <a href=\"https://fontawesome.com/icons"
730
  "\">fontawesome</a> icon html here"
731
  msgstr ""
732
 
733
- #: includes/class-metabox-wcps-hook.php:1274
734
  msgid "Slider navigation style"
735
  msgstr ""
736
 
737
- #: includes/class-metabox-wcps-hook.php:1275
738
  msgid ""
739
  "Choose slider navigation style. classes <code>semi-round, round, flat, "
740
  "border</code>"
741
  msgstr ""
742
 
743
- #: includes/class-metabox-wcps-hook.php:1287
744
  msgid "Navigation background color"
745
  msgstr ""
746
 
747
- #: includes/class-metabox-wcps-hook.php:1288
748
  msgid "Set navigation background color"
749
  msgstr ""
750
 
751
- #: includes/class-metabox-wcps-hook.php:1300
752
  msgid "Navigation text color"
753
  msgstr ""
754
 
755
- #: includes/class-metabox-wcps-hook.php:1301
756
  msgid "Set navigation text color"
757
  msgstr ""
758
 
759
- #: includes/class-metabox-wcps-hook.php:1314
760
- #: includes/class-metabox-wcps-hook.php:1864
761
  #: includes/functions-settings-hook.php:526
762
  msgid "Slider dots"
763
  msgstr ""
764
 
765
- #: includes/class-metabox-wcps-hook.php:1315
766
  msgid "Choose slider dots at bottom."
767
  msgstr ""
768
 
769
- #: includes/class-metabox-wcps-hook.php:1327
770
  msgid "Dots background color"
771
  msgstr ""
772
 
773
- #: includes/class-metabox-wcps-hook.php:1328
774
  msgid "Set dots background color"
775
  msgstr ""
776
 
777
- #: includes/class-metabox-wcps-hook.php:1341
778
  msgid "Dots active/hover background color"
779
  msgstr ""
780
 
781
- #: includes/class-metabox-wcps-hook.php:1342
782
  msgid "Set dots active/hover background color"
783
  msgstr ""
784
 
785
- #: includes/class-metabox-wcps-hook.php:1354
786
  msgid "Dots slide speed"
787
  msgstr ""
788
 
789
- #: includes/class-metabox-wcps-hook.php:1355
790
  msgid "Set dots slide speed, ex: 1200"
791
  msgstr ""
792
 
793
- #: includes/class-metabox-wcps-hook.php:1367
794
  msgid "Slider dots count"
795
  msgstr ""
796
 
797
- #: includes/class-metabox-wcps-hook.php:1368
798
  msgid "Choose slider dots count."
799
  msgstr ""
800
 
801
- #: includes/class-metabox-wcps-hook.php:1380
802
  msgid "Slider rtl"
803
  msgstr ""
804
 
805
- #: includes/class-metabox-wcps-hook.php:1381
806
  msgid "Choose slider rtl."
807
  msgstr ""
808
 
809
- #: includes/class-metabox-wcps-hook.php:1395
810
- #: includes/class-metabox-wcps-hook.php:1876
811
  #: includes/functions-settings-hook.php:538
812
  msgid "Slider lazy load"
813
  msgstr ""
814
 
815
- #: includes/class-metabox-wcps-hook.php:1396
816
  msgid "Choose slider lazy load."
817
  msgstr ""
818
 
819
- #: includes/class-metabox-wcps-hook.php:1409
820
  msgid "Slider touch drag"
821
  msgstr ""
822
 
823
- #: includes/class-metabox-wcps-hook.php:1410
824
  msgid "Choose slider touch drag."
825
  msgstr ""
826
 
827
- #: includes/class-metabox-wcps-hook.php:1423
828
  msgid "Slider mouse drag"
829
  msgstr ""
830
 
831
- #: includes/class-metabox-wcps-hook.php:1424
832
  msgid "Choose slider mouse drag."
833
  msgstr ""
834
 
835
- #: includes/class-metabox-wcps-hook.php:1476
836
  #: includes/class-metabox-wcps-layout-hook.php:33
837
- #: includes/functions-layout-hook.php:638
838
  msgid "Custom CSS"
839
  msgstr ""
840
 
841
- #: includes/class-metabox-wcps-hook.php:1477
842
- msgid "Add your own CSS.."
 
 
843
  msgstr ""
844
 
845
- #: includes/class-metabox-wcps-hook.php:1521
846
  #: includes/functions-settings-hook.php:77
847
  msgid "Get support"
848
  msgstr ""
849
 
850
- #: includes/class-metabox-wcps-hook.php:1522
851
  #: includes/functions-settings-hook.php:78
852
  msgid "Use following to get help and support from our expert team."
853
  msgstr ""
854
 
855
- #: includes/class-metabox-wcps-hook.php:1530
856
  #: includes/functions-settings-hook.php:86
857
  msgid ""
858
  "Ask question for free on our forum and get quick reply from our expert team "
859
  "members."
860
  msgstr ""
861
 
862
- #: includes/class-metabox-wcps-hook.php:1531
863
  #: includes/functions-settings-hook.php:87
864
  msgid "Create support ticket"
865
  msgstr ""
866
 
867
- #: includes/class-metabox-wcps-hook.php:1533
868
  #: includes/functions-settings-hook.php:89
869
  msgid "Read our documentation before asking your question."
870
  msgstr ""
871
 
872
- #: includes/class-metabox-wcps-hook.php:1534
873
  #: includes/functions-settings-hook.php:90
874
  msgid "Documentation"
875
  msgstr ""
876
 
877
- #: includes/class-metabox-wcps-hook.php:1536
878
  #: includes/functions-settings-hook.php:92
879
  msgid "Watch video tutorials."
880
  msgstr ""
881
 
882
- #: includes/class-metabox-wcps-hook.php:1537
883
  #: includes/functions-settings-hook.php:93
884
  msgid "All tutorials"
885
  msgstr ""
886
 
887
- #: includes/class-metabox-wcps-hook.php:1559
888
  #: includes/functions-settings-hook.php:115
889
  msgid "Ask question"
890
  msgstr ""
891
 
892
- #: includes/class-metabox-wcps-hook.php:1584
893
  #: includes/functions-settings-hook.php:140
894
  msgid "Submit reviews"
895
  msgstr ""
896
 
897
- #: includes/class-metabox-wcps-hook.php:1618
898
  #: includes/functions-settings-hook.php:280
899
  msgid "Get Premium"
900
  msgstr ""
901
 
902
- #: includes/class-metabox-wcps-hook.php:1619
903
  #: includes/functions-settings-hook.php:281
904
  msgid ""
905
  "Thanks for using our plugin, if you looking for some advance feature please "
906
  "buy premium version."
907
  msgstr ""
908
 
909
- #: includes/class-metabox-wcps-hook.php:1627
910
  #: includes/functions-settings-hook.php:289
911
  msgid ""
912
  "If you love our plugin and want more feature please consider to buy pro "
913
  "version."
914
  msgstr ""
915
 
916
- #: includes/class-metabox-wcps-hook.php:1628
917
- #: includes/class-metabox-wcps-hook.php:1951
918
  #: includes/functions-settings-hook.php:290
919
- #: includes/functions-settings-hook.php:613
920
  msgid "Buy premium"
921
  msgstr ""
922
 
923
- #: includes/class-metabox-wcps-hook.php:1630
924
  #: includes/functions-settings-hook.php:293
925
  msgid "See the differences"
926
  msgstr ""
927
 
928
- #: includes/class-metabox-wcps-hook.php:1636
929
- #: includes/class-metabox-wcps-hook.php:1944
930
  #: includes/functions-settings-hook.php:298
931
- #: includes/functions-settings-hook.php:606
932
  msgid "Features"
933
  msgstr ""
934
 
935
- #: includes/class-metabox-wcps-hook.php:1637
936
- #: includes/class-metabox-wcps-hook.php:1945
937
  #: includes/functions-settings-hook.php:299
938
- #: includes/functions-settings-hook.php:607
939
  msgid "Free"
940
  msgstr ""
941
 
942
- #: includes/class-metabox-wcps-hook.php:1638
943
- #: includes/class-metabox-wcps-hook.php:1946
944
  #: includes/functions-settings-hook.php:300
945
- #: includes/functions-settings-hook.php:608
946
  msgid "Premium"
947
  msgstr ""
948
 
949
- #: includes/class-metabox-wcps-hook.php:1643
950
  #: includes/functions-settings-hook.php:305
951
  msgid "Query by product taxonomies"
952
  msgstr ""
953
 
954
- #: includes/class-metabox-wcps-hook.php:1649
955
  #: includes/functions-settings-hook.php:311
956
  msgid "Query by recently viewed products"
957
  msgstr ""
958
 
959
- #: includes/class-metabox-wcps-hook.php:1655
960
  #: includes/functions-settings-hook.php:317
961
  msgid "Query by SKU"
962
  msgstr ""
963
 
964
- #: includes/class-metabox-wcps-hook.php:1661
965
  #: includes/functions-settings-hook.php:323
966
  msgid "Related product query(Single product page)"
967
  msgstr ""
968
 
969
- #: includes/class-metabox-wcps-hook.php:1667
970
  #: includes/functions-settings-hook.php:329
971
  msgid "Upsells cross-sells query(Single product page)"
972
  msgstr ""
973
 
974
- #: includes/class-metabox-wcps-hook.php:1672
975
  #: includes/functions-settings-hook.php:334
976
  msgid "Order by Best selling"
977
  msgstr ""
978
 
979
- #: includes/class-metabox-wcps-hook.php:1678
980
  #: includes/functions-settings-hook.php:340
981
  msgid "Order by Top rated"
982
  msgstr ""
983
 
984
- #: includes/class-metabox-wcps-hook.php:1684
985
  #: includes/functions-settings-hook.php:346
986
  msgid "Advance meta fields query"
987
  msgstr ""
988
 
989
- #: includes/class-metabox-wcps-hook.php:1691
990
  #: includes/functions-settings-hook.php:353
991
  msgid "Featured products at first"
992
  msgstr ""
993
 
994
- #: includes/class-metabox-wcps-hook.php:1696
995
  #: includes/functions-settings-hook.php:358
996
  msgid "Query by product attributes"
997
  msgstr ""
998
 
999
- #: includes/class-metabox-wcps-hook.php:1702
1000
  #: includes/functions-settings-hook.php:364
1001
  msgid "Layout element - Stock status"
1002
  msgstr ""
1003
 
1004
- #: includes/class-metabox-wcps-hook.php:1708
1005
  #: includes/functions-settings-hook.php:370
1006
  msgid "Layout element - Stock quantity"
1007
  msgstr ""
1008
 
1009
- #: includes/class-metabox-wcps-hook.php:1714
1010
  #: includes/functions-settings-hook.php:376
1011
  msgid "Layout element - Product Weight"
1012
  msgstr ""
1013
 
1014
- #: includes/class-metabox-wcps-hook.php:1719
1015
  #: includes/functions-settings-hook.php:381
1016
  msgid "Layout element - Product Dimensions"
1017
  msgstr ""
1018
 
1019
- #: includes/class-metabox-wcps-hook.php:1724
1020
  #: includes/functions-settings-hook.php:386
1021
  msgid "Layout element - Share button"
1022
  msgstr ""
1023
 
1024
- #: includes/class-metabox-wcps-hook.php:1730
1025
  #: includes/functions-settings-hook.php:392
1026
  msgid "Layout element - Recently viewed text"
1027
  msgstr ""
1028
 
1029
- #: includes/class-metabox-wcps-hook.php:1736
1030
  #: includes/functions-settings-hook.php:398
1031
  msgid "Layout element - Meta fields"
1032
  msgstr ""
1033
 
1034
- #: includes/class-metabox-wcps-hook.php:1741
1035
  #: includes/functions-settings-hook.php:403
1036
  msgid "Layout element - Price"
1037
  msgstr ""
1038
 
1039
- #: includes/class-metabox-wcps-hook.php:1747
1040
  #: includes/functions-settings-hook.php:409
1041
  msgid "Layout element - Rating"
1042
  msgstr ""
1043
 
1044
- #: includes/class-metabox-wcps-hook.php:1753
1045
  #: includes/functions-settings-hook.php:415
1046
  msgid "Layout element - Add to cart"
1047
  msgstr ""
1048
 
1049
- #: includes/class-metabox-wcps-hook.php:1759
1050
  #: includes/functions-settings-hook.php:421
1051
  msgid "Layout element - On sale icon"
1052
  msgstr ""
1053
 
1054
- #: includes/class-metabox-wcps-hook.php:1765
1055
  #: includes/functions-settings-hook.php:427
1056
  msgid "Layout element - Featured icon"
1057
  msgstr ""
1058
 
1059
- #: includes/class-metabox-wcps-hook.php:1771
1060
  #: includes/functions-settings-hook.php:433
1061
  msgid "Layout element - Sale Count"
1062
  msgstr ""
1063
 
1064
- #: includes/class-metabox-wcps-hook.php:1778
1065
  #: includes/functions-settings-hook.php:440
1066
  msgid "Layout element - Product Tag"
1067
  msgstr ""
1068
 
1069
- #: includes/class-metabox-wcps-hook.php:1785
1070
  #: includes/functions-settings-hook.php:447
1071
  msgid "Layout element - Product Category"
1072
  msgstr ""
1073
 
1074
- #: includes/class-metabox-wcps-hook.php:1792
1075
  #: includes/functions-settings-hook.php:454
1076
  msgid "Layout element - Content/Excerpt"
1077
  msgstr ""
1078
 
1079
- #: includes/class-metabox-wcps-hook.php:1798
1080
  #: includes/functions-settings-hook.php:460
1081
  msgid "Layout element - Product Title"
1082
  msgstr ""
1083
 
1084
- #: includes/class-metabox-wcps-hook.php:1805
1085
  #: includes/functions-settings-hook.php:467
1086
  msgid "Layout element - Thumbnail"
1087
  msgstr ""
1088
 
1089
- #: includes/class-metabox-wcps-hook.php:1811
1090
  #: includes/functions-settings-hook.php:473
1091
  msgid "Layout element - Wrapper start"
1092
  msgstr ""
1093
 
1094
- #: includes/class-metabox-wcps-hook.php:1816
1095
  #: includes/functions-settings-hook.php:478
1096
  msgid "Layout element - Wrapper end"
1097
  msgstr ""
1098
 
1099
- #: includes/class-metabox-wcps-hook.php:1823
1100
  #: includes/class-metabox-wcps-layout-hook.php:105
1101
  #: includes/functions-settings-hook.php:485
1102
  msgid "Layout builder"
1103
  msgstr ""
1104
 
1105
- #: includes/class-metabox-wcps-hook.php:1829
1106
  #: includes/functions-settings-hook.php:491
1107
  msgid "Slider column count"
1108
  msgstr ""
1109
 
1110
- #: includes/class-metabox-wcps-hook.php:1835
1111
  #: includes/functions-settings-hook.php:497
1112
  msgid "Slider autoplay"
1113
  msgstr ""
1114
 
1115
- #: includes/class-metabox-wcps-hook.php:1841
1116
  #: includes/functions-settings-hook.php:503
1117
  msgid "Slider rewind & loop"
1118
  msgstr ""
1119
 
1120
- #: includes/class-metabox-wcps-hook.php:1858
1121
  #: includes/functions-settings-hook.php:520
1122
  msgid "Slider navigations"
1123
  msgstr ""
1124
 
1125
- #: includes/class-metabox-wcps-hook.php:1870
1126
  #: includes/functions-settings-hook.php:532
1127
  msgid "Slider RTL"
1128
  msgstr ""
1129
 
1130
- #: includes/class-metabox-wcps-hook.php:1882
1131
  #: includes/functions-settings-hook.php:544
1132
  msgid "Slider touch & mouse drag"
1133
  msgstr ""
1134
 
1135
- #: includes/class-metabox-wcps-hook.php:1887
1136
  #: includes/functions-settings-hook.php:549
1137
  msgid "Query products limit"
1138
  msgstr ""
1139
 
1140
- #: includes/class-metabox-wcps-hook.php:1892
1141
  #: includes/functions-settings-hook.php:554
1142
  msgid "Query by product categories & tags"
1143
  msgstr ""
1144
 
1145
- #: includes/class-metabox-wcps-hook.php:1898
1146
  #: includes/functions-settings-hook.php:560
1147
  msgid "Hide out of stock products"
1148
  msgstr ""
1149
 
1150
- #: includes/class-metabox-wcps-hook.php:1903
1151
  #: includes/functions-settings-hook.php:565
1152
  msgid "Featured product"
1153
  msgstr ""
1154
 
1155
- #: includes/class-metabox-wcps-hook.php:1909
1156
  #: includes/functions-settings-hook.php:571
1157
  msgid "On-sale products"
1158
  msgstr ""
1159
 
1160
- #: includes/class-metabox-wcps-hook.php:1915
1161
  #: includes/functions-settings-hook.php:577
1162
  msgid "Product by ids"
1163
  msgstr ""
1164
 
1165
- #: includes/class-metabox-wcps-hook.php:1921
1166
  #: includes/functions-settings-hook.php:583
1167
  msgid "Query order & orderby"
1168
  msgstr ""
1169
 
1170
- #: includes/class-metabox-wcps-hook.php:1927
1171
  #: includes/functions-settings-hook.php:589
1172
  msgid "Custom ribbons"
1173
  msgstr ""
1174
 
1175
- #: includes/class-metabox-wcps-hook.php:1933
1176
  #: includes/functions-settings-hook.php:595
1177
  msgid "Slider item style"
1178
  msgstr ""
1179
 
1180
- #: includes/class-metabox-wcps-hook.php:1938
1181
  #: includes/functions-settings-hook.php:600
1182
  msgid "Slider container style"
1183
  msgstr ""
1184
 
1185
- #: includes/class-metabox-wcps-hook.php:1949
1186
- #: includes/functions-settings-hook.php:611
1187
  msgid "Buy now"
1188
  msgstr ""
1189
 
1190
- #: includes/class-metabox-wcps-hook.php:1965
1191
- #: includes/functions-settings-hook.php:626
1192
  msgid "Get pro version"
1193
  msgstr ""
1194
 
@@ -1230,76 +2218,142 @@ msgid "Customize layout settings."
1230
  msgstr ""
1231
 
1232
  #: includes/class-metabox-wcps-layout-hook.php:109
1233
- #: includes/functions-layout-hook.php:600
1234
  msgid "Wrapper start"
1235
  msgstr ""
1236
 
1237
  #: includes/class-metabox-wcps-layout-hook.php:110
1238
- #: includes/functions-layout-hook.php:713
1239
  msgid "Wrapper end"
1240
  msgstr ""
1241
 
1242
  #: includes/class-metabox-wcps-layout-hook.php:111
1243
- #: includes/functions-layout-hook.php:191
 
 
 
 
 
1244
  msgid "Thumbnail"
1245
  msgstr ""
1246
 
1247
- #: includes/class-metabox-wcps-layout-hook.php:112
1248
- msgid "Product Title"
1249
  msgstr ""
1250
 
1251
- #: includes/class-metabox-wcps-layout-hook.php:113
1252
- #: includes/functions-layout-hook.php:389
1253
- #: includes/functions-layout-hook.php:404
1254
  msgid "Content"
1255
  msgstr ""
1256
 
1257
- #: includes/class-metabox-wcps-layout-hook.php:114
1258
  msgid "Product Category"
1259
  msgstr ""
1260
 
1261
- #: includes/class-metabox-wcps-layout-hook.php:115
1262
  msgid "Product Tag"
1263
  msgstr ""
1264
 
1265
- #: includes/class-metabox-wcps-layout-hook.php:116
1266
  msgid "Sale Count"
1267
  msgstr ""
1268
 
1269
- #: includes/class-metabox-wcps-layout-hook.php:119
1270
- #: includes/functions-layout-hook.php:1514
1271
  msgid "Add to cart"
1272
  msgstr ""
1273
 
1274
- #: includes/class-metabox-wcps-layout-hook.php:120
1275
- #: includes/functions-layout-hook.php:1612
1276
  msgid "Rating"
1277
  msgstr ""
1278
 
1279
- #: includes/class-metabox-wcps-layout-hook.php:121
1280
  msgid "Price"
1281
  msgstr ""
1282
 
1283
- #: includes/class-metabox-wcps-layout-hook.php:122
1284
- #: includes/functions-layout-hook.php:1400
1285
  msgid "Product ID"
1286
  msgstr ""
1287
 
1288
- #: includes/class-metabox-wcps-layout-hook.php:200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1289
  #, php-format
1290
  msgid "%s Click to add tags."
1291
  msgstr ""
1292
 
1293
- #: includes/class-metabox-wcps-layout-hook.php:248
1294
  msgid "Layout elements"
1295
  msgstr ""
1296
 
1297
- #: includes/class-metabox-wcps-layout-hook.php:249
1298
  msgid "Customize layout elements."
1299
  msgstr ""
1300
 
1301
- #: includes/class-metabox-wcps-layout-hook.php:351
1302
- #: includes/class-metabox-wcps-layout-hook.php:352
1303
  msgid "Layout preview"
1304
  msgstr ""
1305
 
@@ -1312,7 +2366,8 @@ msgstr ""
1312
  msgid "%s Layout builder"
1313
  msgstr ""
1314
 
1315
- #: includes/class-metabox-wcps-layout.php:53 includes/class-metabox-wcps.php:86
 
1316
  #, php-format
1317
  msgid "%s Custom scripts"
1318
  msgstr ""
@@ -1321,41 +2376,59 @@ msgstr ""
1321
  msgid "WCPS data"
1322
  msgstr ""
1323
 
1324
- #: includes/class-metabox-wcps.php:50
 
 
 
 
1325
  #, php-format
1326
  msgid "%s Shortcode"
1327
  msgstr ""
1328
 
1329
- #: includes/class-metabox-wcps.php:57
1330
  #, php-format
1331
  msgid "%s Slider options"
1332
  msgstr ""
1333
 
1334
- #: includes/class-metabox-wcps.php:64
1335
  #, php-format
1336
  msgid "%s Query product"
1337
  msgstr ""
1338
 
1339
- #: includes/class-metabox-wcps.php:71
 
 
 
 
 
 
 
 
 
 
1340
  #, php-format
1341
  msgid "%s Style"
1342
  msgstr ""
1343
 
1344
- #: includes/class-metabox-wcps.php:78
1345
  #, php-format
1346
  msgid "%s Layouts"
1347
  msgstr ""
1348
 
1349
- #: includes/class-metabox-wcps.php:93
1350
  #, php-format
1351
  msgid "%s Help support"
1352
  msgstr ""
1353
 
1354
- #: includes/class-metabox-wcps.php:100
1355
  #, php-format
1356
  msgid "%s Buy pro"
1357
  msgstr ""
1358
 
 
 
 
 
1359
  #: includes/class-post-types.php:19 includes/class-post-types.php:20
1360
  msgid "WCPS"
1361
  msgstr ""
@@ -1427,19 +2500,26 @@ msgstr ""
1427
  msgid "WCPS layouts"
1428
  msgstr ""
1429
 
1430
- #: includes/class-settings-tabs.php:317
 
1431
  msgid "Placeholder.jpg"
1432
  msgstr ""
1433
 
1434
- #: includes/class-settings-tabs.php:373 includes/class-settings-tabs.php:454
 
 
1435
  msgid "Upload"
1436
  msgstr ""
1437
 
1438
- #: includes/class-settings-tabs.php:374 includes/class-settings-tabs.php:455
 
 
1439
  msgid "Clear"
1440
  msgstr ""
1441
 
1442
- #: includes/class-settings-tabs.php:565 includes/class-settings-tabs.php:828
 
 
1443
  msgid "Add"
1444
  msgstr ""
1445
 
@@ -1447,464 +2527,405 @@ msgstr ""
1447
  msgid "Settings"
1448
  msgstr ""
1449
 
1450
- #: includes/class-settings.php:24
1451
- msgid "Import layouts"
1452
- msgstr ""
1453
-
1454
  #: includes/class-settings.php:29
1455
  msgid "Upgrade status"
1456
  msgstr ""
1457
 
1458
- #: includes/functions-layout-hook.php:46 includes/functions-layout-hook.php:459
1459
- msgid "Color"
1460
- msgstr ""
1461
-
1462
- #: includes/functions-layout-hook.php:47 includes/functions-layout-hook.php:460
1463
- msgid "Title text color."
1464
- msgstr ""
1465
-
1466
- #: includes/functions-layout-hook.php:59 includes/functions-layout-hook.php:472
1467
- #: includes/functions-layout-hook.php:840
1468
- #: includes/functions-layout-hook.php:1201
1469
- #: includes/functions-layout-hook.php:1344
1470
- #: includes/functions-layout-hook.php:1453
1471
- #: includes/functions-layout-hook.php:1693
1472
- #: includes/functions-layout-hook.php:1804
1473
- msgid "Font size"
1474
- msgstr ""
1475
-
1476
- #: includes/functions-layout-hook.php:60 includes/functions-layout-hook.php:473
1477
- #: includes/functions-layout-hook.php:1694
1478
- #: includes/functions-layout-hook.php:1805
1479
- msgid "Set font size."
1480
- msgstr ""
1481
-
1482
- #: includes/functions-layout-hook.php:74 includes/functions-layout-hook.php:487
1483
- msgid "Font family"
1484
- msgstr ""
1485
-
1486
- #: includes/functions-layout-hook.php:75 includes/functions-layout-hook.php:488
1487
- msgid "Set font family."
1488
- msgstr ""
1489
-
1490
- #: includes/functions-layout-hook.php:90 includes/functions-layout-hook.php:287
1491
- #: includes/functions-layout-hook.php:517
1492
- #: includes/functions-layout-hook.php:652
1493
- #: includes/functions-layout-hook.php:826
1494
- #: includes/functions-layout-hook.php:970
1495
- #: includes/functions-layout-hook.php:1065
1496
- #: includes/functions-layout-hook.php:1567
1497
- #: includes/functions-layout-hook.php:1651
1498
- #: includes/functions-layout-hook.php:1791
1499
- msgid "Set margin."
1500
- msgstr ""
1501
-
1502
- #: includes/functions-layout-hook.php:105
1503
- #: includes/functions-layout-hook.php:502
1504
- #: includes/functions-layout-hook.php:872
1505
- #: includes/functions-layout-hook.php:998
1506
- #: includes/functions-layout-hook.php:1679
1507
- #: includes/functions-layout-hook.php:1819
1508
- msgid "Choose text align."
1509
- msgstr ""
1510
-
1511
- #: includes/functions-layout-hook.php:109
1512
- #: includes/functions-layout-hook.php:506
1513
- #: includes/functions-layout-hook.php:876
1514
- #: includes/functions-layout-hook.php:1002
1515
- #: includes/functions-layout-hook.php:1683
1516
- #: includes/functions-layout-hook.php:1823
1517
- msgid "Left"
1518
- msgstr ""
1519
-
1520
- #: includes/functions-layout-hook.php:109
1521
- #: includes/functions-layout-hook.php:506
1522
- #: includes/functions-layout-hook.php:876
1523
- #: includes/functions-layout-hook.php:1002
1524
- #: includes/functions-layout-hook.php:1683
1525
- #: includes/functions-layout-hook.php:1823
1526
- msgid "Right"
1527
- msgstr ""
1528
-
1529
- #: includes/functions-layout-hook.php:109
1530
- #: includes/functions-layout-hook.php:506
1531
- #: includes/functions-layout-hook.php:876
1532
- #: includes/functions-layout-hook.php:1002
1533
- #: includes/functions-layout-hook.php:1683
1534
- #: includes/functions-layout-hook.php:1823
1535
- msgid "Center"
1536
- msgstr ""
1537
-
1538
- #: includes/functions-layout-hook.php:119
1539
- #: includes/functions-layout-hook.php:321
1540
- #: includes/functions-layout-hook.php:553
1541
- msgid "Link to"
1542
- msgstr ""
1543
-
1544
- #: includes/functions-layout-hook.php:120
1545
- msgid "Choose option to link product."
1546
  msgstr ""
1547
 
1548
- #: includes/functions-layout-hook.php:124
1549
- msgid "External product"
1550
  msgstr ""
1551
 
1552
- #: includes/functions-layout-hook.php:124
 
 
1553
  msgid "product link"
1554
  msgstr ""
1555
 
1556
- #: includes/functions-layout-hook.php:124
1557
- #: includes/functions-layout-hook.php:326
1558
- #: includes/functions-layout-hook.php:558
1559
- msgid "Popup box"
1560
- msgstr ""
1561
-
1562
- #: includes/functions-layout-hook.php:124
1563
- #: includes/functions-layout-hook.php:326
1564
- #: includes/functions-layout-hook.php:558
1565
- msgid "Custom link"
1566
- msgstr ""
1567
-
1568
- #: includes/functions-layout-hook.php:141
1569
- #: includes/functions-layout-hook.php:308
1570
- #: includes/functions-layout-hook.php:540
1571
- #: includes/functions-layout-hook.php:673
1572
- msgid "Use of CSS"
1573
- msgstr ""
1574
-
1575
- #: includes/functions-layout-hook.php:142
1576
- #: includes/functions-layout-hook.php:309
1577
- #: includes/functions-layout-hook.php:541
1578
- #: includes/functions-layout-hook.php:674
1579
- msgid "Use following class selector to add custom CSS for this element."
1580
  msgstr ""
1581
 
1582
- #: includes/functions-layout-hook.php:198
 
1583
  msgid "Full"
1584
  msgstr ""
1585
 
1586
- #: includes/functions-layout-hook.php:213
 
1587
  msgid "Thumbnail size"
1588
  msgstr ""
1589
 
1590
- #: includes/functions-layout-hook.php:214
 
1591
  msgid "Choose thumbnail size."
1592
  msgstr ""
1593
 
1594
- #: includes/functions-layout-hook.php:229
 
1595
  msgid "Thumbnail height"
1596
  msgstr ""
1597
 
1598
- #: includes/functions-layout-hook.php:230
 
1599
  msgid "Set thumbnail height."
1600
  msgstr ""
1601
 
1602
- #: includes/functions-layout-hook.php:237
 
1603
  msgid "min-width: 1200px, ex: 280px"
1604
  msgstr ""
1605
 
1606
- #: includes/functions-layout-hook.php:247
 
1607
  msgid "min-width: 992px, ex: 280px"
1608
  msgstr ""
1609
 
1610
- #: includes/functions-layout-hook.php:257
 
1611
  msgid "max-width: 768px, ex: 280px"
1612
  msgstr ""
1613
 
1614
- #: includes/functions-layout-hook.php:272
 
1615
  msgid "Default thumbnail"
1616
  msgstr ""
1617
 
1618
- #: includes/functions-layout-hook.php:273
 
1619
  msgid "Choose default thumbnail."
1620
  msgstr ""
1621
 
1622
- #: includes/functions-layout-hook.php:322
1623
- #: includes/functions-layout-hook.php:554
1624
  msgid "Choose option to product link."
1625
  msgstr ""
1626
 
1627
- #: includes/functions-layout-hook.php:326
1628
- #: includes/functions-layout-hook.php:558
1629
  msgid "Product link"
1630
  msgstr ""
1631
 
1632
- #: includes/functions-layout-hook.php:326
1633
- msgid "Meta value"
1634
- msgstr ""
1635
-
1636
- #: includes/functions-layout-hook.php:336
1637
- msgid "Link to meta key"
1638
- msgstr ""
1639
-
1640
- #: includes/functions-layout-hook.php:337
1641
- msgid "Write meta key for meta value link."
1642
- msgstr ""
1643
-
1644
- #: includes/functions-layout-hook.php:370
1645
  msgid "Read more"
1646
  msgstr ""
1647
 
1648
- #: includes/functions-layout-hook.php:399
1649
  msgid "Content source"
1650
  msgstr ""
1651
 
1652
- #: includes/functions-layout-hook.php:400
1653
  msgid "Choose content source."
1654
  msgstr ""
1655
 
1656
- #: includes/functions-layout-hook.php:404
1657
  msgid "Short description"
1658
  msgstr ""
1659
 
1660
- #: includes/functions-layout-hook.php:404
1661
  msgid "Auto Excerpt"
1662
  msgstr ""
1663
 
1664
- #: includes/functions-layout-hook.php:413
1665
  msgid "Word count"
1666
  msgstr ""
1667
 
1668
- #: includes/functions-layout-hook.php:414
1669
  msgid "Set word count."
1670
  msgstr ""
1671
 
1672
- #: includes/functions-layout-hook.php:428
1673
  msgid "Read more text"
1674
  msgstr ""
1675
 
1676
- #: includes/functions-layout-hook.php:429
1677
  msgid "Set custom read more text."
1678
  msgstr ""
1679
 
1680
- #: includes/functions-layout-hook.php:443
1681
  msgid "Read more color"
1682
  msgstr ""
1683
 
1684
- #: includes/functions-layout-hook.php:444
1685
  msgid "Set custom read more color."
1686
  msgstr ""
1687
 
1688
- #: includes/functions-layout-hook.php:612
1689
- #: includes/functions-layout-hook.php:723
1690
  msgid "Wrapper id"
1691
  msgstr ""
1692
 
1693
- #: includes/functions-layout-hook.php:613
1694
  msgid "Write wrapper id, ex: my-unique-id."
1695
  msgstr ""
1696
 
1697
- #: includes/functions-layout-hook.php:625
1698
  msgid "Wrapper class"
1699
  msgstr ""
1700
 
1701
- #: includes/functions-layout-hook.php:626
1702
  msgid "Write wrapper class, ex: layer-thumbnail"
1703
  msgstr ""
1704
 
1705
- #: includes/functions-layout-hook.php:639
1706
  msgid "Write custom CSS. do not use <code>&lt;style>&lt;/style></code>"
1707
  msgstr ""
1708
 
1709
- #: includes/functions-layout-hook.php:724
1710
  msgid "Write wrapper id, ex: div, p, span."
1711
  msgstr ""
1712
 
1713
- #: includes/functions-layout-hook.php:773
1714
  msgid "Product category"
1715
  msgstr ""
1716
 
1717
- #: includes/functions-layout-hook.php:782
1718
- #: includes/functions-layout-hook.php:925
1719
  msgid "Max count"
1720
  msgstr ""
1721
 
1722
- #: includes/functions-layout-hook.php:783
1723
- #: includes/functions-layout-hook.php:926
1724
  msgid "Write max count"
1725
  msgstr ""
1726
 
1727
- #: includes/functions-layout-hook.php:796
1728
- #: includes/functions-layout-hook.php:939
1729
  msgid "Link separator"
1730
  msgstr ""
1731
 
1732
- #: includes/functions-layout-hook.php:797
1733
- #: includes/functions-layout-hook.php:940
1734
  msgid "Choose link separator."
1735
  msgstr ""
1736
 
1737
- #: includes/functions-layout-hook.php:811
1738
- #: includes/functions-layout-hook.php:955
1739
- #: includes/functions-layout-hook.php:1048
1740
- #: includes/functions-layout-hook.php:1138
1741
- #: includes/functions-layout-hook.php:1280
1742
- #: includes/functions-layout-hook.php:1410
1743
- #: includes/functions-layout-hook.php:1635
1744
- #: includes/functions-layout-hook.php:1762
1745
- msgid "Wrapper html"
1746
- msgstr ""
1747
-
1748
- #: includes/functions-layout-hook.php:812
1749
  #, php-format
1750
  msgid "Write wrapper html, use <code>%s</code> to replace category output."
1751
  msgstr ""
1752
 
1753
- #: includes/functions-layout-hook.php:841
1754
- msgid "Choose font size."
1755
- msgstr ""
1756
-
1757
- #: includes/functions-layout-hook.php:856
1758
- #: includes/functions-layout-hook.php:983
1759
  msgid "Link color"
1760
  msgstr ""
1761
 
1762
- #: includes/functions-layout-hook.php:857
1763
- #: includes/functions-layout-hook.php:984
1764
  msgid "Choose link color."
1765
  msgstr ""
1766
 
1767
- #: includes/functions-layout-hook.php:915
1768
  msgid "Product tag"
1769
  msgstr ""
1770
 
1771
- #: includes/functions-layout-hook.php:956
1772
  #, php-format
1773
  msgid "Write wrapper html, use <code>%s</code> to replace tags output."
1774
  msgstr ""
1775
 
1776
- #: includes/functions-layout-hook.php:1038
1777
  msgid "Sale count"
1778
  msgstr ""
1779
 
1780
- #: includes/functions-layout-hook.php:1049
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1781
  #, php-format
1782
  msgid "Write wrapper html, use <code>%s</code> to replace sale count output."
1783
  msgstr ""
1784
 
1785
- #: includes/functions-layout-hook.php:1114
1786
  msgid "Featured mark"
1787
  msgstr ""
1788
 
1789
- #: includes/functions-layout-hook.php:1123
1790
- #: includes/functions-layout-hook.php:1267
1791
  msgid "Icon image"
1792
  msgstr ""
1793
 
1794
- #: includes/functions-layout-hook.php:1124
1795
- #: includes/functions-layout-hook.php:1268
1796
  msgid "Choose icon image"
1797
  msgstr ""
1798
 
1799
- #: includes/functions-layout-hook.php:1139
1800
- #: includes/functions-layout-hook.php:1281
1801
- #: includes/functions-layout-hook.php:1411
1802
  #, php-format
1803
  msgid "Write wrapper html, use <code>%s</code> to replace on-sale output."
1804
  msgstr ""
1805
 
1806
- #: includes/functions-layout-hook.php:1152
1807
- #: includes/functions-layout-hook.php:1294
1808
  msgid "position"
1809
  msgstr ""
1810
 
1811
- #: includes/functions-layout-hook.php:1153
1812
- #: includes/functions-layout-hook.php:1295
1813
  msgid "Choose position."
1814
  msgstr ""
1815
 
1816
- #: includes/functions-layout-hook.php:1175
1817
- #: includes/functions-layout-hook.php:1317
1818
- #: includes/functions-layout-hook.php:1426
1819
- #: includes/functions-layout-hook.php:1525
1820
- msgid "Choose background color."
1821
- msgstr ""
1822
-
1823
- #: includes/functions-layout-hook.php:1187
1824
- #: includes/functions-layout-hook.php:1329
1825
- #: includes/functions-layout-hook.php:1438
1826
- #: includes/functions-layout-hook.php:1538
1827
  msgid "Text color"
1828
  msgstr ""
1829
 
1830
- #: includes/functions-layout-hook.php:1188
1831
- #: includes/functions-layout-hook.php:1330
1832
- #: includes/functions-layout-hook.php:1439
1833
- #: includes/functions-layout-hook.php:1539
1834
- #: includes/functions-layout-hook.php:1665
1835
- #: includes/functions-layout-hook.php:1778
1836
  msgid "Choose text color."
1837
  msgstr ""
1838
 
1839
- #: includes/functions-layout-hook.php:1202
1840
- #: includes/functions-layout-hook.php:1345
1841
- #: includes/functions-layout-hook.php:1454
1842
  msgid "Choose text font size."
1843
  msgstr ""
1844
 
1845
- #: includes/functions-layout-hook.php:1216
1846
- #: includes/functions-layout-hook.php:1359
1847
- #: includes/functions-layout-hook.php:1468
1848
  msgid "Choose padding."
1849
  msgstr ""
1850
 
1851
- #: includes/functions-layout-hook.php:1258
1852
  msgid "On sale mark"
1853
  msgstr ""
1854
 
1855
- #: includes/functions-layout-hook.php:1551
1856
  msgid "Display quantity"
1857
  msgstr ""
1858
 
1859
- #: includes/functions-layout-hook.php:1552
1860
  msgid "Choose display quantity input field."
1861
  msgstr ""
1862
 
1863
- #: includes/functions-layout-hook.php:1556
1864
  #: includes/functions-settings-hook.php:46
1865
  msgid "No"
1866
  msgstr ""
1867
 
1868
- #: includes/functions-layout-hook.php:1556
1869
  #: includes/functions-settings-hook.php:46
1870
  msgid "Yes"
1871
  msgstr ""
1872
 
1873
- #: includes/functions-layout-hook.php:1621
1874
  msgid "Rating type"
1875
  msgstr ""
1876
 
1877
- #: includes/functions-layout-hook.php:1622
1878
  msgid "Choose rating type."
1879
  msgstr ""
1880
 
1881
- #: includes/functions-layout-hook.php:1636
1882
  #, php-format
1883
  msgid "Write wrapper html, use <code>%s</code> to replace rating output."
1884
  msgstr ""
1885
 
1886
- #: includes/functions-layout-hook.php:1664
1887
- #: includes/functions-layout-hook.php:1777
1888
  msgid "Text Color"
1889
  msgstr ""
1890
 
1891
- #: includes/functions-layout-hook.php:1739
1892
  msgid "Product price"
1893
  msgstr ""
1894
 
1895
- #: includes/functions-layout-hook.php:1748
1896
  msgid "Price type"
1897
  msgstr ""
1898
 
1899
- #: includes/functions-layout-hook.php:1749
1900
  msgid "Choose price type."
1901
  msgstr ""
1902
 
1903
- #: includes/functions-layout-hook.php:1763
1904
  #, php-format
1905
  msgid "Write wrapper html, use <code>%s</code> to replace price output."
1906
  msgstr ""
1907
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1908
  #: includes/functions-settings-hook.php:18
1909
  msgid "General"
1910
  msgstr ""
@@ -1945,7 +2966,60 @@ msgstr ""
1945
  msgid "See all demo"
1946
  msgstr ""
1947
 
1948
- #: includes/functions.php:250
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1949
  msgid "Shortcode"
1950
  msgstr ""
1951
 
@@ -1987,6 +3061,6 @@ msgstr ""
1987
  msgid "%s Settings - Update"
1988
  msgstr ""
1989
 
1990
- #: woocommerce-products-slider.php:91
1991
  msgid "1 Minute"
1992
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Woocommerce Products Slider\n"
4
+ "POT-Creation-Date: 2020-05-17 00:23+0600\n"
5
+ "PO-Revision-Date: 2020-05-17 00:23+0600\n"
6
  "Last-Translator: Nur Hasan <public.nurhasan@gmail.com>\n"
7
  "Language-Team: PickPlugins <support@pickplugins.com>\n"
8
  "Language: en\n"
17
  "X-Poedit-SearchPath-1: includes\n"
18
  "X-Poedit-SearchPath-2: templates\n"
19
 
20
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:9
21
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:37
22
+ msgid "Advanced product labels"
23
+ msgstr ""
24
+
25
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:47
26
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:551
27
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:724
28
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:879
29
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1035
30
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1173
31
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1328
32
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1483
33
+ #: includes/3rd-party/perfect-woocommerce-brands.php:47
34
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:47
35
+ #: includes/3rd-party/wish-list-for-woocommerce.php:47
36
+ #: includes/3rd-party/wishlist.php:111
37
+ #: includes/3rd-party/woo-smart-compare.php:47
38
+ #: includes/3rd-party/woo-smart-quick-view.php:47
39
+ #: includes/3rd-party/woo-smart-wishlist.php:47
40
+ #: includes/3rd-party/wpc-countdown-timer.php:47
41
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:50
42
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:111
43
+ #: includes/3rd-party/yith-woocommerce-compare.php:50
44
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:128
45
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:111
46
+ #: includes/class-metabox-wcps-hook.php:353
47
+ #: includes/functions-layout-hook.php:101
48
+ #: includes/functions-layout-hook.php:240
49
+ #: includes/functions-layout-hook.php:443
50
+ #: includes/functions-layout-hook.php:681
51
+ #: includes/functions-layout-hook.php:822
52
+ #: includes/functions-layout-hook.php:996
53
+ #: includes/functions-layout-hook.php:1140
54
+ #: includes/functions-layout-hook.php:1235
55
+ #: includes/functions-layout-hook.php:1638
56
+ #: includes/functions-layout-hook.php:1737
57
+ #: includes/functions-layout-hook.php:1821
58
+ #: includes/functions-layout-hook.php:1961
59
+ #: includes/functions-layout-hook.php:2092
60
+ #: includes/functions-layout-hook.php:2271
61
+ #: includes/functions-layout-hook.php:2399
62
+ #: includes/functions-layout-hook.php:2557
63
+ #: includes/functions-layout-hook.php:2731
64
+ #: includes/functions-layout-hook.php:2883
65
+ #: includes/functions-layout-hook.php:3034
66
+ #: includes/functions-layout-hook.php:3186
67
+ #: includes/functions-layout-hook.php:3336
68
+ #: includes/functions-layout-hook.php:3487
69
+ #: includes/functions-layout-hook.php:3605
70
+ #: includes/functions-layout-hook.php:3711
71
+ #: includes/functions-layout-hook.php:3861
72
+ #: includes/functions-layout-hook.php:4011
73
+ #: includes/functions-layout-hook.php:4160
74
+ #: includes/functions-layout-hook.php:4262
75
+ #: includes/functions-layout-hook.php:4412
76
+ #: includes/functions-layout-hook.php:4560
77
+ #: includes/functions-layout-hook.php:4711
78
+ #: includes/functions-layout-hook.php:4860
79
+ #: includes/functions-layout-hook.php:5010
80
+ msgid "Margin"
81
+ msgstr ""
82
+
83
+ #: includes/3rd-party/advanced-product-labels-for-woocommerce.php:48
84
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:552
85
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:725
86
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:880
87
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1036
88
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1174
89
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1329
90
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1484
91
+ #: includes/3rd-party/perfect-woocommerce-brands.php:48
92
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:48
93
+ #: includes/3rd-party/wish-list-for-woocommerce.php:48
94
+ #: includes/3rd-party/wishlist.php:112
95
+ #: includes/3rd-party/woo-smart-compare.php:48
96
+ #: includes/3rd-party/woo-smart-quick-view.php:48
97
+ #: includes/3rd-party/woo-smart-wishlist.php:48
98
+ #: includes/3rd-party/wpc-countdown-timer.php:48
99
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:51
100
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:112
101
+ #: includes/3rd-party/yith-woocommerce-compare.php:51
102
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:129
103
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:112
104
+ #: includes/functions-layout-hook.php:102
105
+ #: includes/functions-layout-hook.php:241
106
+ #: includes/functions-layout-hook.php:444
107
+ #: includes/functions-layout-hook.php:682
108
+ #: includes/functions-layout-hook.php:823
109
+ #: includes/functions-layout-hook.php:997
110
+ #: includes/functions-layout-hook.php:1141
111
+ #: includes/functions-layout-hook.php:1236
112
+ #: includes/functions-layout-hook.php:1738
113
+ #: includes/functions-layout-hook.php:1822
114
+ #: includes/functions-layout-hook.php:1962
115
+ #: includes/functions-layout-hook.php:2093
116
+ #: includes/functions-layout-hook.php:2272
117
+ #: includes/functions-layout-hook.php:2400
118
+ #: includes/functions-layout-hook.php:2558
119
+ #: includes/functions-layout-hook.php:2732
120
+ #: includes/functions-layout-hook.php:2884
121
+ #: includes/functions-layout-hook.php:3035
122
+ #: includes/functions-layout-hook.php:3187
123
+ #: includes/functions-layout-hook.php:3337
124
+ #: includes/functions-layout-hook.php:3488
125
+ #: includes/functions-layout-hook.php:3606
126
+ #: includes/functions-layout-hook.php:3712
127
+ #: includes/functions-layout-hook.php:3862
128
+ #: includes/functions-layout-hook.php:4012
129
+ #: includes/functions-layout-hook.php:4161
130
+ #: includes/functions-layout-hook.php:4263
131
+ #: includes/functions-layout-hook.php:4413
132
+ #: includes/functions-layout-hook.php:4561
133
+ #: includes/functions-layout-hook.php:4712
134
+ #: includes/functions-layout-hook.php:4861
135
+ #: includes/functions-layout-hook.php:5011
136
+ msgid "Set margin."
137
+ msgstr ""
138
+
139
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:11
140
+ msgid "Dokan vendors"
141
+ msgstr ""
142
+
143
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:29
144
+ #, php-format
145
+ msgid "%s Query dokan vendors"
146
+ msgstr ""
147
+
148
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:66
149
+ msgid "Max number of vendors"
150
+ msgstr ""
151
+
152
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:67
153
+ msgid "Set custom number you want to display maximum number of vendors"
154
+ msgstr ""
155
+
156
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:81
157
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:228
158
+ #: includes/class-metabox-wcps-hook.php:722
159
+ #: includes/class-metabox-wcps-hook.php:1174
160
+ #: includes/class-metabox-wcps-hook.php:1291
161
+ msgid "Query order"
162
+ msgstr ""
163
+
164
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:82
165
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:229
166
+ #: includes/class-metabox-wcps-hook.php:723
167
+ #: includes/class-metabox-wcps-hook.php:1175
168
+ #: includes/class-metabox-wcps-hook.php:1292
169
+ msgid "Set query order."
170
+ msgstr ""
171
+
172
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:87
173
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:234
174
+ #: includes/class-metabox-wcps-hook.php:728
175
+ #: includes/class-metabox-wcps-hook.php:818
176
+ #: includes/class-metabox-wcps-hook.php:1180
177
+ #: includes/class-metabox-wcps-hook.php:1297
178
+ msgid "Descending"
179
+ msgstr ""
180
+
181
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:88
182
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:235
183
+ #: includes/class-metabox-wcps-hook.php:729
184
+ #: includes/class-metabox-wcps-hook.php:819
185
+ #: includes/class-metabox-wcps-hook.php:1181
186
+ #: includes/class-metabox-wcps-hook.php:1298
187
+ msgid "Ascending"
188
+ msgstr ""
189
+
190
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:98
191
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:245
192
+ #: includes/class-metabox-wcps-hook.php:854
193
+ #: includes/class-metabox-wcps-hook.php:1148
194
+ #: includes/class-metabox-wcps-hook.php:1331
195
+ msgid "Query orderby"
196
+ msgstr ""
197
+
198
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:99
199
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:246
200
+ #: includes/class-metabox-wcps-hook.php:855
201
+ #: includes/class-metabox-wcps-hook.php:1149
202
+ #: includes/class-metabox-wcps-hook.php:1332
203
+ msgid "Set query orderby."
204
+ msgstr ""
205
+
206
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:104
207
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:251
208
+ #: includes/class-metabox-wcps-hook.php:738
209
+ #: includes/class-metabox-wcps-hook.php:1158
210
+ #: includes/class-metabox-wcps-hook.php:1307
211
+ msgid "ID"
212
+ msgstr ""
213
+
214
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:105
215
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:252
216
+ msgid "display name"
217
+ msgstr ""
218
+
219
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:106
220
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:253
221
+ msgid "user login"
222
+ msgstr ""
223
+
224
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:107
225
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:254
226
+ msgid "user nicename"
227
+ msgstr ""
228
+
229
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:125
230
+ msgid "vendor ID's"
231
+ msgstr ""
232
+
233
+ #: includes/3rd-party/dokan-lite/class-metabox-wcps-hook.php:126
234
+ msgid "You can display vendors by ids."
235
+ msgstr ""
236
+
237
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:13
238
+ #: includes/functions-layout-hook.php:2815
239
+ msgid "Dokan store name"
240
+ msgstr ""
241
+
242
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:14
243
+ #: includes/functions-layout-hook.php:2966
244
+ msgid "Dokan store address"
245
+ msgstr ""
246
+
247
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:15
248
+ #: includes/functions-layout-hook.php:3118
249
+ msgid "Dokan store city"
250
+ msgstr ""
251
+
252
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:16
253
+ #: includes/functions-layout-hook.php:3268
254
+ msgid "Dokan store country"
255
+ msgstr ""
256
+
257
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:17
258
+ #: includes/functions-layout-hook.php:3419
259
+ msgid "Dokan store phone"
260
+ msgstr ""
261
+
262
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:18
263
+ msgid "Dokan banner"
264
+ msgstr ""
265
+
266
+ #: includes/3rd-party/dokan-lite/functions-layout-element.php:19
267
+ msgid "Dokan avatar"
268
+ msgstr ""
269
+
270
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:18
271
+ #, php-format
272
+ msgid "%s Query edd downloads"
273
+ msgstr ""
274
+
275
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:32
276
+ msgid "EDD downloads"
277
+ msgstr ""
278
+
279
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:72
280
+ msgid "Max number of download"
281
+ msgstr ""
282
+
283
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:73
284
+ msgid "Set custom number you want to display maximum number of download"
285
+ msgstr ""
286
+
287
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:143
288
+ #: includes/class-metabox-wcps-hook.php:628
289
+ #: includes/class-metabox-wcps-hook.php:1094
290
+ msgid "Select terms"
291
+ msgstr ""
292
+
293
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:144
294
+ #: includes/class-metabox-wcps-hook.php:629
295
+ #: includes/class-metabox-wcps-hook.php:812
296
+ #: includes/class-metabox-wcps-hook.php:1095
297
+ msgid "Choose some terms."
298
+ msgstr ""
299
+
300
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:158
301
+ #: includes/class-metabox-wcps-hook.php:643
302
+ msgid "Terms relation"
303
+ msgstr ""
304
+
305
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:159
306
+ #: includes/class-metabox-wcps-hook.php:644
307
+ msgid "Choose term relation."
308
+ msgstr ""
309
+
310
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:164
311
+ #: includes/class-metabox-wcps-hook.php:649
312
+ msgid "IN"
313
+ msgstr ""
314
+
315
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:165
316
+ #: includes/class-metabox-wcps-hook.php:650
317
+ msgid "NOT IN"
318
+ msgstr ""
319
+
320
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:166
321
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:219
322
+ #: includes/class-metabox-wcps-hook.php:651
323
+ #: includes/class-metabox-wcps-hook.php:706
324
+ msgid "AND"
325
+ msgstr ""
326
+
327
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:167
328
+ #: includes/class-metabox-wcps-hook.php:652
329
+ msgid "EXISTS"
330
+ msgstr ""
331
+
332
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:168
333
+ #: includes/class-metabox-wcps-hook.php:653
334
+ msgid "NOT EXISTS"
335
+ msgstr ""
336
+
337
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:202
338
+ msgid "Download taxonomy & terms"
339
+ msgstr ""
340
+
341
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:203
342
+ msgid ""
343
+ "Choose download taxonomy & terms. click to expand and see there is "
344
+ "categories or terms you can select."
345
+ msgstr ""
346
+
347
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:212
348
+ #: includes/class-metabox-wcps-hook.php:699
349
+ msgid "Taxonomy relation"
350
+ msgstr ""
351
+
352
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:213
353
+ #: includes/class-metabox-wcps-hook.php:700
354
+ msgid "Set taxonomy relation."
355
+ msgstr ""
356
+
357
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:218
358
+ #: includes/class-metabox-wcps-hook.php:705
359
+ msgid "OR"
360
+ msgstr ""
361
+
362
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:272
363
+ msgid "Download ID's"
364
+ msgstr ""
365
+
366
+ #: includes/3rd-party/easy-digital-downloads/class-metabox-wcps-hook.php:273
367
+ msgid "You can display download by ids."
368
+ msgstr ""
369
+
370
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:7
371
+ msgid "Download post title"
372
+ msgstr ""
373
+
374
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:9
375
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:657
376
+ msgid "EDD price"
377
+ msgstr ""
378
+
379
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:13
380
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1120
381
+ msgid "EDD add to cart"
382
+ msgstr ""
383
+
384
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:14
385
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1261
386
+ msgid "EDD categories"
387
+ msgstr ""
388
+
389
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:15
390
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1415
391
+ msgid "EDD tags"
392
+ msgstr ""
393
+
394
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:63
395
+ msgid "Add to Cart"
396
+ msgstr ""
397
+
398
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:498
399
+ msgid "Download title"
400
+ msgstr ""
401
+
402
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:508
403
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:681
404
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:836
405
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:992
406
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1130
407
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1285
408
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1440
409
+ #: includes/3rd-party/wishlist.php:84
410
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:84
411
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:101
412
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:84
413
+ #: includes/functions-layout-hook.php:58 includes/functions-layout-hook.php:197
414
+ #: includes/functions-layout-hook.php:624
415
+ #: includes/functions-layout-hook.php:2049
416
+ #: includes/functions-layout-hook.php:2356
417
+ #: includes/functions-layout-hook.php:2514
418
+ #: includes/functions-layout-hook.php:2688
419
+ #: includes/functions-layout-hook.php:2840
420
+ #: includes/functions-layout-hook.php:2991
421
+ #: includes/functions-layout-hook.php:3143
422
+ #: includes/functions-layout-hook.php:3293
423
+ #: includes/functions-layout-hook.php:3444
424
+ #: includes/functions-layout-hook.php:3818
425
+ #: includes/functions-layout-hook.php:3968
426
+ #: includes/functions-layout-hook.php:4117
427
+ #: includes/functions-layout-hook.php:4369
428
+ #: includes/functions-layout-hook.php:4517
429
+ #: includes/functions-layout-hook.php:4668
430
+ #: includes/functions-layout-hook.php:4817
431
+ #: includes/functions-layout-hook.php:4967
432
+ msgid "Color"
433
+ msgstr ""
434
+
435
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:509
436
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:682
437
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:837
438
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:993
439
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1131
440
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1286
441
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1441
442
+ #: includes/3rd-party/wishlist.php:85
443
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:85
444
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:102
445
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:85
446
+ #: includes/functions-layout-hook.php:59 includes/functions-layout-hook.php:198
447
+ #: includes/functions-layout-hook.php:625
448
+ #: includes/functions-layout-hook.php:2050
449
+ #: includes/functions-layout-hook.php:2357
450
+ #: includes/functions-layout-hook.php:2515
451
+ #: includes/functions-layout-hook.php:2689
452
+ #: includes/functions-layout-hook.php:2841
453
+ #: includes/functions-layout-hook.php:2992
454
+ #: includes/functions-layout-hook.php:3144
455
+ #: includes/functions-layout-hook.php:3294
456
+ #: includes/functions-layout-hook.php:3445
457
+ #: includes/functions-layout-hook.php:3819
458
+ #: includes/functions-layout-hook.php:3969
459
+ #: includes/functions-layout-hook.php:4118
460
+ #: includes/functions-layout-hook.php:4370
461
+ #: includes/functions-layout-hook.php:4518
462
+ #: includes/functions-layout-hook.php:4669
463
+ #: includes/functions-layout-hook.php:4818
464
+ #: includes/functions-layout-hook.php:4968
465
+ msgid "Title text color."
466
+ msgstr ""
467
+
468
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:521
469
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:694
470
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:849
471
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1005
472
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1143
473
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1298
474
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1453
475
+ #: includes/3rd-party/wishlist.php:53
476
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:53
477
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:70
478
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:53
479
+ #: includes/functions-layout-hook.php:71 includes/functions-layout-hook.php:210
480
+ #: includes/functions-layout-hook.php:637
481
+ #: includes/functions-layout-hook.php:1011
482
+ #: includes/functions-layout-hook.php:1372
483
+ #: includes/functions-layout-hook.php:1515
484
+ #: includes/functions-layout-hook.php:1624
485
+ #: includes/functions-layout-hook.php:1864
486
+ #: includes/functions-layout-hook.php:1975
487
+ #: includes/functions-layout-hook.php:2062
488
+ #: includes/functions-layout-hook.php:2369
489
+ #: includes/functions-layout-hook.php:2527
490
+ #: includes/functions-layout-hook.php:2701
491
+ #: includes/functions-layout-hook.php:2853
492
+ #: includes/functions-layout-hook.php:3004
493
+ #: includes/functions-layout-hook.php:3156
494
+ #: includes/functions-layout-hook.php:3306
495
+ #: includes/functions-layout-hook.php:3457
496
+ #: includes/functions-layout-hook.php:3831
497
+ #: includes/functions-layout-hook.php:3981
498
+ #: includes/functions-layout-hook.php:4130
499
+ #: includes/functions-layout-hook.php:4382
500
+ #: includes/functions-layout-hook.php:4530
501
+ #: includes/functions-layout-hook.php:4681
502
+ #: includes/functions-layout-hook.php:4830
503
+ #: includes/functions-layout-hook.php:4980
504
+ msgid "Font size"
505
+ msgstr ""
506
+
507
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:522
508
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:695
509
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:850
510
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1006
511
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1144
512
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1299
513
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1454
514
+ #: includes/functions-layout-hook.php:72 includes/functions-layout-hook.php:211
515
+ #: includes/functions-layout-hook.php:638
516
+ #: includes/functions-layout-hook.php:1865
517
+ #: includes/functions-layout-hook.php:1976
518
+ #: includes/functions-layout-hook.php:2063
519
+ #: includes/functions-layout-hook.php:2370
520
+ #: includes/functions-layout-hook.php:2528
521
+ #: includes/functions-layout-hook.php:2702
522
+ #: includes/functions-layout-hook.php:2854
523
+ #: includes/functions-layout-hook.php:3005
524
+ #: includes/functions-layout-hook.php:3157
525
+ #: includes/functions-layout-hook.php:3307
526
+ #: includes/functions-layout-hook.php:3458
527
+ #: includes/functions-layout-hook.php:3832
528
+ #: includes/functions-layout-hook.php:3982
529
+ #: includes/functions-layout-hook.php:4131
530
+ #: includes/functions-layout-hook.php:4383
531
+ #: includes/functions-layout-hook.php:4531
532
+ #: includes/functions-layout-hook.php:4682
533
+ #: includes/functions-layout-hook.php:4831
534
+ #: includes/functions-layout-hook.php:4981
535
+ msgid "Set font size."
536
+ msgstr ""
537
+
538
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:536
539
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:709
540
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:864
541
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1020
542
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1158
543
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1313
544
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1468
545
+ #: includes/3rd-party/wishlist.php:69
546
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:69
547
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:86
548
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:69
549
+ #: includes/functions-layout-hook.php:86 includes/functions-layout-hook.php:225
550
+ #: includes/functions-layout-hook.php:652
551
+ #: includes/functions-layout-hook.php:2077
552
+ #: includes/functions-layout-hook.php:2384
553
+ #: includes/functions-layout-hook.php:2542
554
+ #: includes/functions-layout-hook.php:2716
555
+ #: includes/functions-layout-hook.php:2868
556
+ #: includes/functions-layout-hook.php:3019
557
+ #: includes/functions-layout-hook.php:3171
558
+ #: includes/functions-layout-hook.php:3321
559
+ #: includes/functions-layout-hook.php:3472
560
+ #: includes/functions-layout-hook.php:3846
561
+ #: includes/functions-layout-hook.php:3996
562
+ #: includes/functions-layout-hook.php:4145
563
+ #: includes/functions-layout-hook.php:4397
564
+ #: includes/functions-layout-hook.php:4545
565
+ #: includes/functions-layout-hook.php:4696
566
+ #: includes/functions-layout-hook.php:4845
567
+ #: includes/functions-layout-hook.php:4995
568
+ msgid "Font family"
569
+ msgstr ""
570
+
571
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:537
572
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:710
573
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:865
574
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1021
575
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1159
576
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1314
577
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1469
578
+ #: includes/3rd-party/wishlist.php:70
579
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:70
580
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:87
581
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:70
582
+ #: includes/functions-layout-hook.php:87 includes/functions-layout-hook.php:226
583
+ #: includes/functions-layout-hook.php:653
584
+ #: includes/functions-layout-hook.php:2078
585
+ #: includes/functions-layout-hook.php:2385
586
+ #: includes/functions-layout-hook.php:2543
587
+ #: includes/functions-layout-hook.php:2717
588
+ #: includes/functions-layout-hook.php:2869
589
+ #: includes/functions-layout-hook.php:3020
590
+ #: includes/functions-layout-hook.php:3172
591
+ #: includes/functions-layout-hook.php:3322
592
+ #: includes/functions-layout-hook.php:3473
593
+ #: includes/functions-layout-hook.php:3847
594
+ #: includes/functions-layout-hook.php:3997
595
+ #: includes/functions-layout-hook.php:4146
596
+ #: includes/functions-layout-hook.php:4398
597
+ #: includes/functions-layout-hook.php:4546
598
+ #: includes/functions-layout-hook.php:4697
599
+ #: includes/functions-layout-hook.php:4846
600
+ #: includes/functions-layout-hook.php:4996
601
+ msgid "Set font family."
602
+ msgstr ""
603
+
604
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:566
605
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:739
606
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:894
607
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1050
608
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1188
609
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1343
610
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1498
611
+ #: includes/class-metabox-wcps-hook.php:297
612
+ #: includes/functions-layout-hook.php:116
613
+ #: includes/functions-layout-hook.php:255
614
+ #: includes/functions-layout-hook.php:666
615
+ #: includes/functions-layout-hook.php:1042
616
+ #: includes/functions-layout-hook.php:1168
617
+ #: includes/functions-layout-hook.php:1849
618
+ #: includes/functions-layout-hook.php:1989
619
+ #: includes/functions-layout-hook.php:2107
620
+ #: includes/functions-layout-hook.php:2414
621
+ #: includes/functions-layout-hook.php:2572
622
+ #: includes/functions-layout-hook.php:2746
623
+ #: includes/functions-layout-hook.php:2898
624
+ #: includes/functions-layout-hook.php:3049
625
+ #: includes/functions-layout-hook.php:3201
626
+ #: includes/functions-layout-hook.php:3351
627
+ #: includes/functions-layout-hook.php:3502
628
+ #: includes/functions-layout-hook.php:3620
629
+ #: includes/functions-layout-hook.php:3726
630
+ #: includes/functions-layout-hook.php:3876
631
+ #: includes/functions-layout-hook.php:4026
632
+ #: includes/functions-layout-hook.php:4175
633
+ #: includes/functions-layout-hook.php:4277
634
+ #: includes/functions-layout-hook.php:4427
635
+ #: includes/functions-layout-hook.php:4575
636
+ #: includes/functions-layout-hook.php:4726
637
+ #: includes/functions-layout-hook.php:4875
638
+ #: includes/functions-layout-hook.php:5025
639
+ msgid "Text align"
640
+ msgstr ""
641
+
642
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:567
643
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:740
644
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:895
645
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1051
646
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1189
647
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1344
648
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1499
649
+ #: includes/functions-layout-hook.php:117
650
+ #: includes/functions-layout-hook.php:256
651
+ #: includes/functions-layout-hook.php:667
652
+ #: includes/functions-layout-hook.php:1043
653
+ #: includes/functions-layout-hook.php:1169
654
+ #: includes/functions-layout-hook.php:1850
655
+ #: includes/functions-layout-hook.php:1990
656
+ #: includes/functions-layout-hook.php:2108
657
+ #: includes/functions-layout-hook.php:2415
658
+ #: includes/functions-layout-hook.php:2573
659
+ #: includes/functions-layout-hook.php:2747
660
+ #: includes/functions-layout-hook.php:2899
661
+ #: includes/functions-layout-hook.php:3050
662
+ #: includes/functions-layout-hook.php:3202
663
+ #: includes/functions-layout-hook.php:3352
664
+ #: includes/functions-layout-hook.php:3503
665
+ #: includes/functions-layout-hook.php:3621
666
+ #: includes/functions-layout-hook.php:3727
667
+ #: includes/functions-layout-hook.php:3877
668
+ #: includes/functions-layout-hook.php:4027
669
+ #: includes/functions-layout-hook.php:4176
670
+ #: includes/functions-layout-hook.php:4278
671
+ #: includes/functions-layout-hook.php:4428
672
+ #: includes/functions-layout-hook.php:4576
673
+ #: includes/functions-layout-hook.php:4727
674
+ #: includes/functions-layout-hook.php:4876
675
+ #: includes/functions-layout-hook.php:5026
676
+ msgid "Choose text align."
677
+ msgstr ""
678
+
679
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:571
680
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:744
681
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:899
682
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1055
683
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1193
684
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1348
685
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1503
686
+ #: includes/functions-layout-hook.php:121
687
+ #: includes/functions-layout-hook.php:260
688
+ #: includes/functions-layout-hook.php:671
689
+ #: includes/functions-layout-hook.php:1047
690
+ #: includes/functions-layout-hook.php:1173
691
+ #: includes/functions-layout-hook.php:1854
692
+ #: includes/functions-layout-hook.php:1994
693
+ #: includes/functions-layout-hook.php:2112
694
+ #: includes/functions-layout-hook.php:2419
695
+ #: includes/functions-layout-hook.php:2577
696
+ #: includes/functions-layout-hook.php:2751
697
+ #: includes/functions-layout-hook.php:2903
698
+ #: includes/functions-layout-hook.php:3054
699
+ #: includes/functions-layout-hook.php:3206
700
+ #: includes/functions-layout-hook.php:3356
701
+ #: includes/functions-layout-hook.php:3507
702
+ #: includes/functions-layout-hook.php:3625
703
+ #: includes/functions-layout-hook.php:3731
704
+ #: includes/functions-layout-hook.php:3881
705
+ #: includes/functions-layout-hook.php:4031
706
+ #: includes/functions-layout-hook.php:4180
707
+ #: includes/functions-layout-hook.php:4282
708
+ #: includes/functions-layout-hook.php:4432
709
+ #: includes/functions-layout-hook.php:4580
710
+ #: includes/functions-layout-hook.php:4731
711
+ #: includes/functions-layout-hook.php:4880
712
+ #: includes/functions-layout-hook.php:5030
713
+ msgid "Left"
714
+ msgstr ""
715
+
716
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:571
717
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:744
718
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:899
719
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1055
720
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1193
721
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1348
722
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1503
723
+ #: includes/functions-layout-hook.php:121
724
+ #: includes/functions-layout-hook.php:260
725
+ #: includes/functions-layout-hook.php:671
726
+ #: includes/functions-layout-hook.php:1047
727
+ #: includes/functions-layout-hook.php:1173
728
+ #: includes/functions-layout-hook.php:1854
729
+ #: includes/functions-layout-hook.php:1994
730
+ #: includes/functions-layout-hook.php:2112
731
+ #: includes/functions-layout-hook.php:2419
732
+ #: includes/functions-layout-hook.php:2577
733
+ #: includes/functions-layout-hook.php:2751
734
+ #: includes/functions-layout-hook.php:2903
735
+ #: includes/functions-layout-hook.php:3054
736
+ #: includes/functions-layout-hook.php:3206
737
+ #: includes/functions-layout-hook.php:3356
738
+ #: includes/functions-layout-hook.php:3507
739
+ #: includes/functions-layout-hook.php:3625
740
+ #: includes/functions-layout-hook.php:3731
741
+ #: includes/functions-layout-hook.php:3881
742
+ #: includes/functions-layout-hook.php:4031
743
+ #: includes/functions-layout-hook.php:4180
744
+ #: includes/functions-layout-hook.php:4282
745
+ #: includes/functions-layout-hook.php:4432
746
+ #: includes/functions-layout-hook.php:4580
747
+ #: includes/functions-layout-hook.php:4731
748
+ #: includes/functions-layout-hook.php:4880
749
+ #: includes/functions-layout-hook.php:5030
750
+ msgid "Right"
751
+ msgstr ""
752
+
753
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:571
754
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:744
755
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:899
756
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1055
757
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1193
758
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1348
759
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1503
760
+ #: includes/functions-layout-hook.php:121
761
+ #: includes/functions-layout-hook.php:260
762
+ #: includes/functions-layout-hook.php:671
763
+ #: includes/functions-layout-hook.php:1047
764
+ #: includes/functions-layout-hook.php:1173
765
+ #: includes/functions-layout-hook.php:1854
766
+ #: includes/functions-layout-hook.php:1994
767
+ #: includes/functions-layout-hook.php:2112
768
+ #: includes/functions-layout-hook.php:2419
769
+ #: includes/functions-layout-hook.php:2577
770
+ #: includes/functions-layout-hook.php:2751
771
+ #: includes/functions-layout-hook.php:2903
772
+ #: includes/functions-layout-hook.php:3054
773
+ #: includes/functions-layout-hook.php:3206
774
+ #: includes/functions-layout-hook.php:3356
775
+ #: includes/functions-layout-hook.php:3507
776
+ #: includes/functions-layout-hook.php:3625
777
+ #: includes/functions-layout-hook.php:3731
778
+ #: includes/functions-layout-hook.php:3881
779
+ #: includes/functions-layout-hook.php:4031
780
+ #: includes/functions-layout-hook.php:4180
781
+ #: includes/functions-layout-hook.php:4282
782
+ #: includes/functions-layout-hook.php:4432
783
+ #: includes/functions-layout-hook.php:4580
784
+ #: includes/functions-layout-hook.php:4731
785
+ #: includes/functions-layout-hook.php:4880
786
+ #: includes/functions-layout-hook.php:5030
787
+ msgid "Center"
788
+ msgstr ""
789
+
790
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:581
791
+ #: includes/functions-layout-hook.php:270
792
+ #: includes/functions-layout-hook.php:478
793
+ #: includes/functions-layout-hook.php:718
794
+ #: includes/functions-layout-hook.php:2429
795
+ #: includes/functions-layout-hook.php:2587
796
+ msgid "Link to"
797
+ msgstr ""
798
+
799
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:582
800
+ #: includes/functions-layout-hook.php:271
801
+ #: includes/functions-layout-hook.php:2430
802
+ #: includes/functions-layout-hook.php:2588
803
+ msgid "Choose option to link product."
804
+ msgstr ""
805
+
806
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:587
807
+ #: includes/class-metabox-wcps-hook.php:247
808
+ #: includes/class-metabox-wcps-hook.php:817
809
+ #: includes/functions-layout-hook.php:276
810
+ #: includes/functions-layout-hook.php:485
811
+ #: includes/functions-layout-hook.php:724
812
+ #: includes/functions-layout-hook.php:1333
813
+ #: includes/functions-layout-hook.php:1475
814
+ #: includes/functions-layout-hook.php:2435
815
+ #: includes/functions-layout-hook.php:2593
816
+ #: includes/functions-settings-hook.php:33
817
+ msgid "None"
818
+ msgstr ""
819
+
820
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:588
821
+ msgid "Download link"
822
+ msgstr ""
823
+
824
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:606
825
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:761
826
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:916
827
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1072
828
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1210
829
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1365
830
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1520
831
+ #: includes/functions-layout-hook.php:139
832
+ #: includes/functions-layout-hook.php:298
833
+ #: includes/functions-layout-hook.php:465
834
+ #: includes/functions-layout-hook.php:705
835
+ #: includes/functions-layout-hook.php:844
836
+ #: includes/functions-layout-hook.php:2129
837
+ #: includes/functions-layout-hook.php:2293
838
+ #: includes/functions-layout-hook.php:2455
839
+ #: includes/functions-layout-hook.php:2613
840
+ #: includes/functions-layout-hook.php:2766
841
+ #: includes/functions-layout-hook.php:2918
842
+ #: includes/functions-layout-hook.php:3069
843
+ #: includes/functions-layout-hook.php:3221
844
+ #: includes/functions-layout-hook.php:3371
845
+ #: includes/functions-layout-hook.php:3522
846
+ #: includes/functions-layout-hook.php:3640
847
+ #: includes/functions-layout-hook.php:3746
848
+ #: includes/functions-layout-hook.php:3896
849
+ #: includes/functions-layout-hook.php:4046
850
+ #: includes/functions-layout-hook.php:4195
851
+ #: includes/functions-layout-hook.php:4297
852
+ #: includes/functions-layout-hook.php:4447
853
+ #: includes/functions-layout-hook.php:4595
854
+ #: includes/functions-layout-hook.php:4746
855
+ #: includes/functions-layout-hook.php:4895
856
+ #: includes/functions-layout-hook.php:5045
857
+ msgid "Use of CSS"
858
+ msgstr ""
859
+
860
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:607
861
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:762
862
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:917
863
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1073
864
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1211
865
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1366
866
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1521
867
+ #: includes/functions-layout-hook.php:140
868
+ #: includes/functions-layout-hook.php:299
869
+ #: includes/functions-layout-hook.php:466
870
+ #: includes/functions-layout-hook.php:706
871
+ #: includes/functions-layout-hook.php:845
872
+ #: includes/functions-layout-hook.php:2130
873
+ #: includes/functions-layout-hook.php:2294
874
+ #: includes/functions-layout-hook.php:2456
875
+ #: includes/functions-layout-hook.php:2614
876
+ #: includes/functions-layout-hook.php:2767
877
+ #: includes/functions-layout-hook.php:2919
878
+ #: includes/functions-layout-hook.php:3070
879
+ #: includes/functions-layout-hook.php:3222
880
+ #: includes/functions-layout-hook.php:3372
881
+ #: includes/functions-layout-hook.php:3523
882
+ #: includes/functions-layout-hook.php:3641
883
+ #: includes/functions-layout-hook.php:3747
884
+ #: includes/functions-layout-hook.php:3897
885
+ #: includes/functions-layout-hook.php:4047
886
+ #: includes/functions-layout-hook.php:4196
887
+ #: includes/functions-layout-hook.php:4298
888
+ #: includes/functions-layout-hook.php:4448
889
+ #: includes/functions-layout-hook.php:4596
890
+ #: includes/functions-layout-hook.php:4747
891
+ #: includes/functions-layout-hook.php:4896
892
+ #: includes/functions-layout-hook.php:5046
893
+ msgid "Use following class selector to add custom CSS for this element."
894
+ msgstr ""
895
+
896
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:667
897
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:822
898
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:977
899
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1271
900
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1426
901
+ #: includes/functions-layout-hook.php:982
902
+ #: includes/functions-layout-hook.php:1126
903
+ #: includes/functions-layout-hook.php:1219
904
+ #: includes/functions-layout-hook.php:1309
905
+ #: includes/functions-layout-hook.php:1451
906
+ #: includes/functions-layout-hook.php:1581
907
+ #: includes/functions-layout-hook.php:1806
908
+ #: includes/functions-layout-hook.php:1933
909
+ #: includes/functions-layout-hook.php:2674
910
+ #: includes/functions-layout-hook.php:2826
911
+ #: includes/functions-layout-hook.php:2977
912
+ #: includes/functions-layout-hook.php:3129
913
+ #: includes/functions-layout-hook.php:3279
914
+ #: includes/functions-layout-hook.php:3430
915
+ #: includes/functions-layout-hook.php:3804
916
+ #: includes/functions-layout-hook.php:3954
917
+ #: includes/functions-layout-hook.php:4103
918
+ #: includes/functions-layout-hook.php:4355
919
+ #: includes/functions-layout-hook.php:4503
920
+ #: includes/functions-layout-hook.php:4654
921
+ #: includes/functions-layout-hook.php:4803
922
+ #: includes/functions-layout-hook.php:4953
923
+ msgid "Wrapper html"
924
+ msgstr ""
925
+
926
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:668
927
+ #, php-format
928
+ msgid "Set font wrapper html. ex: Price %s"
929
+ msgstr ""
930
+
931
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:811
932
+ msgid "EDD variable prices"
933
+ msgstr ""
934
+
935
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:823
936
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:978
937
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1272
938
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:1427
939
+ msgid "Set font wrapper html."
940
+ msgstr ""
941
+
942
+ #: includes/3rd-party/easy-digital-downloads/functions-layout-element.php:967
943
+ msgid "EDD sales stats"
944
+ msgstr ""
945
+
946
+ #: includes/3rd-party/perfect-woocommerce-brands.php:9
947
+ #: includes/3rd-party/perfect-woocommerce-brands.php:37
948
+ msgid "Perfect brands"
949
+ msgstr ""
950
+
951
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:9
952
+ #: includes/3rd-party/ti-woocommerce-wishlist.php:37
953
+ msgid "TI Wishlist"
954
+ msgstr ""
955
+
956
+ #: includes/3rd-party/wish-list-for-woocommerce.php:9
957
+ #: includes/3rd-party/wish-list-for-woocommerce.php:37
958
+ msgid "WishList for WooCommerce"
959
+ msgstr ""
960
+
961
+ #: includes/3rd-party/wishlist.php:9 includes/3rd-party/wishlist.php:43
962
+ msgid "Wishlist"
963
+ msgstr ""
964
+
965
+ #: includes/3rd-party/wishlist.php:54
966
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:54
967
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:71
968
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:54
969
+ #: includes/functions-layout-hook.php:1012
970
+ msgid "Choose font size."
971
+ msgstr ""
972
+
973
+ #: includes/3rd-party/wishlist.php:97
974
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:97
975
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:114
976
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:97
977
+ #: includes/class-metabox-wcps-hook.php:287
978
+ #: includes/class-metabox-wcps-hook.php:334
979
+ #: includes/functions-layout-hook.php:1345
980
+ #: includes/functions-layout-hook.php:1487
981
+ #: includes/functions-layout-hook.php:1596
982
+ #: includes/functions-layout-hook.php:1695
983
+ msgid "Background color"
984
+ msgstr ""
985
+
986
+ #: includes/3rd-party/wishlist.php:98
987
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:98
988
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:115
989
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:98
990
+ #: includes/functions-layout-hook.php:1346
991
+ #: includes/functions-layout-hook.php:1488
992
+ #: includes/functions-layout-hook.php:1597
993
+ #: includes/functions-layout-hook.php:1696
994
+ msgid "Choose background color."
995
+ msgstr ""
996
+
997
+ #: includes/3rd-party/wishlist.php:126
998
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:126
999
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:143
1000
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:126
1001
+ #: includes/class-metabox-wcps-hook.php:344
1002
+ #: includes/functions-layout-hook.php:1386
1003
+ #: includes/functions-layout-hook.php:1529
1004
+ msgid "Padding"
1005
+ msgstr ""
1006
+
1007
+ #: includes/3rd-party/wishlist.php:127
1008
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:127
1009
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:144
1010
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:127
1011
+ msgid "Set padding."
1012
+ msgstr ""
1013
+
1014
+ #: includes/3rd-party/woo-smart-compare.php:9
1015
+ #: includes/3rd-party/woo-smart-compare.php:37
1016
+ #: includes/functions-settings-hook.php:650
1017
+ msgid "WPC Smart Compare"
1018
+ msgstr ""
1019
+
1020
+ #: includes/3rd-party/woo-smart-quick-view.php:9
1021
+ #: includes/3rd-party/woo-smart-quick-view.php:37
1022
+ msgid "WPClever quick view"
1023
+ msgstr ""
1024
+
1025
+ #: includes/3rd-party/woo-smart-wishlist.php:9
1026
+ #: includes/3rd-party/woo-smart-wishlist.php:37
1027
+ msgid "WPClever wishlist"
1028
+ msgstr ""
1029
+
1030
+ #: includes/3rd-party/wpc-countdown-timer.php:9
1031
+ #: includes/3rd-party/wpc-countdown-timer.php:37
1032
+ msgid "WPC countdown"
1033
+ msgstr ""
1034
+
1035
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:9
1036
+ #: includes/3rd-party/yith-woocommerce-badges-management.php:40
1037
+ msgid "YITH badges"
1038
+ msgstr ""
1039
+
1040
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:9
1041
+ #: includes/3rd-party/yith-woocommerce-brands-add-on.php:43
1042
+ msgid "YITH brands"
1043
+ msgstr ""
1044
+
1045
+ #: includes/3rd-party/yith-woocommerce-compare.php:9
1046
+ #: includes/3rd-party/yith-woocommerce-compare.php:40
1047
+ msgid "YITH compare"
1048
+ msgstr ""
1049
+
1050
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:9
1051
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:43
1052
+ msgid "YITH quick view"
1053
+ msgstr ""
1054
+
1055
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:54
1056
+ msgid "label text"
1057
+ msgstr ""
1058
+
1059
+ #: includes/3rd-party/yith-woocommerce-quick-view.php:55
1060
+ msgid "Custom label text."
1061
+ msgstr ""
1062
+
1063
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:9
1064
+ #: includes/3rd-party/yith-woocommerce-wishlist.php:43
1065
+ msgid "YITH wishlist"
1066
+ msgstr ""
1067
+
1068
  #: includes/class-admin-notices.php:34
1069
  #, php-format
1070
  msgid ""
1173
  msgstr ""
1174
 
1175
  #: includes/class-metabox-wcps-hook.php:243
1176
+ #: includes/class-metabox-wcps-hook.php:1620
1177
+ #: includes/functions-layout-hook.php:1329
1178
+ #: includes/functions-layout-hook.php:1471
1179
  msgid "Top-right"
1180
  msgstr ""
1181
 
1182
  #: includes/class-metabox-wcps-hook.php:244
1183
+ #: includes/class-metabox-wcps-hook.php:1620
1184
+ #: includes/functions-layout-hook.php:1330
1185
+ #: includes/functions-layout-hook.php:1472
1186
  msgid "Top-left"
1187
  msgstr ""
1188
 
1189
  #: includes/class-metabox-wcps-hook.php:245
1190
+ #: includes/functions-layout-hook.php:1331
1191
+ #: includes/functions-layout-hook.php:1473
1192
  msgid "Bottom-right"
1193
  msgstr ""
1194
 
1195
  #: includes/class-metabox-wcps-hook.php:246
1196
+ #: includes/functions-layout-hook.php:1332
1197
+ #: includes/functions-layout-hook.php:1474
1198
  msgid "Bottom-left"
1199
  msgstr ""
1200
 
 
 
 
 
 
 
 
 
 
 
 
1201
  #: includes/class-metabox-wcps-hook.php:260
1202
  msgid "Item style"
1203
  msgstr ""
1222
  msgid "Item custom margin"
1223
  msgstr ""
1224
 
 
 
 
 
 
 
 
 
 
1225
  #: includes/class-metabox-wcps-hook.php:288
1226
  msgid "Item background color"
1227
  msgstr ""
1228
 
 
 
 
 
 
 
 
 
 
 
1229
  #: includes/class-metabox-wcps-hook.php:298
1230
  msgid "Item text align"
1231
  msgstr ""
1250
  msgid "Container background color"
1251
  msgstr ""
1252
 
 
 
 
 
 
 
1253
  #: includes/class-metabox-wcps-hook.php:345
1254
  msgid "Container padding"
1255
  msgstr ""
1256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1257
  #: includes/class-metabox-wcps-hook.php:354
1258
  msgid "Container margin"
1259
  msgstr ""
1260
 
1261
+ #: includes/class-metabox-wcps-hook.php:400
1262
  msgid "Layouts"
1263
  msgstr ""
1264
 
1265
+ #: includes/class-metabox-wcps-hook.php:401
1266
  msgid "Choose item layouts."
1267
  msgstr ""
1268
 
1269
+ #: includes/class-metabox-wcps-hook.php:411
1270
+ #: includes/class-metabox-wcps-hook.php:428
1271
  msgid "Create layout"
1272
  msgstr ""
1273
 
1274
+ #: includes/class-metabox-wcps-hook.php:412
1275
  msgid "Manage layouts"
1276
  msgstr ""
1277
 
1278
+ #: includes/class-metabox-wcps-hook.php:417 includes/class-settings.php:24
1279
+ msgid "Import layouts"
1280
+ msgstr ""
1281
+
1282
+ #: includes/class-metabox-wcps-hook.php:429
1283
  msgid "Please follow the links to create layouts or manage."
1284
  msgstr ""
1285
 
1286
+ #: includes/class-metabox-wcps-hook.php:472
1287
  msgid "Item layouts"
1288
  msgstr ""
1289
 
1290
+ #: includes/class-metabox-wcps-hook.php:473
1291
  msgid "Choose grid item layout."
1292
  msgstr ""
1293
 
1294
+ #: includes/class-metabox-wcps-hook.php:558
1295
  msgid "Max number of product"
1296
  msgstr ""
1297
 
1298
+ #: includes/class-metabox-wcps-hook.php:559
1299
  msgid "Set custom number you want to display maximum number of product"
1300
  msgstr ""
1301
 
1302
+ #: includes/class-metabox-wcps-hook.php:687
1303
+ #: includes/class-metabox-wcps-hook.php:1133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1304
  msgid "Product taxonomy & terms"
1305
  msgstr ""
1306
 
1307
+ #: includes/class-metabox-wcps-hook.php:688
1308
+ #: includes/class-metabox-wcps-hook.php:1134
1309
  msgid ""
1310
  "Choose product taxonomy & terms. click to expand and see there is categories "
1311
  "or terms you can select."
1312
  msgstr ""
1313
 
1314
+ #: includes/class-metabox-wcps-hook.php:739
1315
+ #: includes/class-metabox-wcps-hook.php:1308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1316
  msgid "Date"
1317
  msgstr ""
1318
 
1319
+ #: includes/class-metabox-wcps-hook.php:740
1320
+ #: includes/class-metabox-wcps-hook.php:1309
1321
  msgid "Post date"
1322
  msgstr ""
1323
 
1324
+ #: includes/class-metabox-wcps-hook.php:741
1325
+ #: includes/class-metabox-wcps-hook.php:1154
1326
+ #: includes/class-metabox-wcps-hook.php:1310
1327
  msgid "Name"
1328
  msgstr ""
1329
 
1330
+ #: includes/class-metabox-wcps-hook.php:742
1331
+ #: includes/class-metabox-wcps-hook.php:1311
1332
  msgid "Random"
1333
  msgstr ""
1334
 
1335
+ #: includes/class-metabox-wcps-hook.php:743
1336
+ #: includes/class-metabox-wcps-hook.php:1312
1337
  msgid "Comment count"
1338
  msgstr ""
1339
 
1340
+ #: includes/class-metabox-wcps-hook.php:744
1341
+ #: includes/class-metabox-wcps-hook.php:1313
1342
  msgid "Author"
1343
  msgstr ""
1344
 
1345
+ #: includes/class-metabox-wcps-hook.php:745
1346
+ #: includes/class-metabox-wcps-hook.php:1314
1347
  msgid "Title"
1348
  msgstr ""
1349
 
1350
+ #: includes/class-metabox-wcps-hook.php:746
1351
+ #: includes/class-metabox-wcps-hook.php:1315
1352
  msgid "Type"
1353
  msgstr ""
1354
 
1355
+ #: includes/class-metabox-wcps-hook.php:747
1356
+ #: includes/class-metabox-wcps-hook.php:1316
1357
  msgid "Menu order"
1358
  msgstr ""
1359
 
1360
+ #: includes/class-metabox-wcps-hook.php:748
1361
+ #: includes/class-metabox-wcps-hook.php:1317
1362
  msgid "meta_value"
1363
  msgstr ""
1364
 
1365
+ #: includes/class-metabox-wcps-hook.php:749
1366
+ #: includes/class-metabox-wcps-hook.php:1318
1367
  msgid "meta value number"
1368
  msgstr ""
1369
 
1370
+ #: includes/class-metabox-wcps-hook.php:750
1371
+ #: includes/class-metabox-wcps-hook.php:1319
1372
  msgid "post__in"
1373
  msgstr ""
1374
 
1375
+ #: includes/class-metabox-wcps-hook.php:751
1376
+ #: includes/class-metabox-wcps-hook.php:1320
1377
  msgid "post_name__in"
1378
  msgstr ""
1379
 
1380
+ #: includes/class-metabox-wcps-hook.php:811
1381
  msgid "Order"
1382
  msgstr ""
1383
 
1384
+ #: includes/class-metabox-wcps-hook.php:865
 
 
 
 
 
 
 
 
1385
  msgid "Orderby meta key"
1386
  msgstr ""
1387
 
1388
+ #: includes/class-metabox-wcps-hook.php:866
1389
  msgid "Write meta key for orderby meta key value."
1390
  msgstr ""
1391
 
1392
+ #: includes/class-metabox-wcps-hook.php:879
1393
  msgid "Include out of stock products?"
1394
  msgstr ""
1395
 
1396
+ #: includes/class-metabox-wcps-hook.php:880
1397
  msgid "Include or exclude out of stock products from query."
1398
  msgstr ""
1399
 
1400
+ #: includes/class-metabox-wcps-hook.php:885
1401
+ #: includes/class-metabox-wcps-hook.php:906
1402
+ #: includes/class-metabox-wcps-hook.php:926
1403
+ #: includes/class-metabox-wcps-hook.php:938
1404
  msgid "No check"
1405
  msgstr ""
1406
 
1407
+ #: includes/class-metabox-wcps-hook.php:886
1408
+ #: includes/class-metabox-wcps-hook.php:907
1409
+ #: includes/class-metabox-wcps-hook.php:927
1410
  msgid "Include"
1411
  msgstr ""
1412
 
1413
+ #: includes/class-metabox-wcps-hook.php:887
1414
+ #: includes/class-metabox-wcps-hook.php:908
1415
+ #: includes/class-metabox-wcps-hook.php:928
1416
  msgid "Exclude"
1417
  msgstr ""
1418
 
1419
+ #: includes/class-metabox-wcps-hook.php:900
1420
  msgid "Include featured products?"
1421
  msgstr ""
1422
 
1423
+ #: includes/class-metabox-wcps-hook.php:901
1424
  msgid "Include or exclude featured products from query."
1425
  msgstr ""
1426
 
1427
+ #: includes/class-metabox-wcps-hook.php:920
1428
  msgid "Include on-sale products?"
1429
  msgstr ""
1430
 
1431
+ #: includes/class-metabox-wcps-hook.php:921
1432
  msgid "Include or exclude on-sale products from query."
1433
  msgstr ""
1434
 
1435
+ #: includes/class-metabox-wcps-hook.php:939
1436
+ #: includes/class-metabox-wcps-layout-hook.php:121
1437
  msgid "On sale"
1438
  msgstr ""
1439
 
1440
+ #: includes/class-metabox-wcps-hook.php:940
1441
+ #: includes/class-metabox-wcps-layout-hook.php:120
1442
  msgid "Featured"
1443
  msgstr ""
1444
 
1445
+ #: includes/class-metabox-wcps-hook.php:941
1446
  msgid "In stock"
1447
  msgstr ""
1448
 
1449
+ #: includes/class-metabox-wcps-hook.php:948
1450
  msgid "Query only?"
1451
  msgstr ""
1452
 
1453
+ #: includes/class-metabox-wcps-hook.php:949
1454
  msgid "Choose option you want to display only products based on options."
1455
  msgstr ""
1456
 
1457
+ #: includes/class-metabox-wcps-hook.php:967
1458
  msgid "Product ID's"
1459
  msgstr ""
1460
 
1461
+ #: includes/class-metabox-wcps-hook.php:968
1462
  msgid "You can display products by ids."
1463
  msgstr ""
1464
 
1465
+ #: includes/class-metabox-wcps-hook.php:1155
1466
+ msgid "Slug"
1467
+ msgstr ""
1468
+
1469
+ #: includes/class-metabox-wcps-hook.php:1156
1470
+ msgid "Term group"
1471
+ msgstr ""
1472
+
1473
+ #: includes/class-metabox-wcps-hook.php:1157
1474
+ msgid "Term id"
1475
+ msgstr ""
1476
+
1477
+ #: includes/class-metabox-wcps-hook.php:1159
1478
+ msgid "Description"
1479
+ msgstr ""
1480
+
1481
+ #: includes/class-metabox-wcps-hook.php:1160
1482
+ msgid "Parent"
1483
+ msgstr ""
1484
+
1485
+ #: includes/class-metabox-wcps-hook.php:1198
1486
+ msgid "Hide empty"
1487
+ msgstr ""
1488
+
1489
+ #: includes/class-metabox-wcps-hook.php:1199
1490
+ msgid "Choose hide empty terms."
1491
+ msgstr ""
1492
+
1493
+ #: includes/class-metabox-wcps-hook.php:1203
1494
+ #: includes/class-metabox-wcps-hook.php:1494
1495
+ #: includes/class-metabox-wcps-hook.php:1536
1496
+ #: includes/class-metabox-wcps-hook.php:1549
1497
+ #: includes/class-metabox-wcps-hook.php:1564
1498
+ #: includes/class-metabox-wcps-hook.php:1577
1499
+ #: includes/class-metabox-wcps-hook.php:1593
1500
+ #: includes/class-metabox-wcps-hook.php:1708
1501
+ #: includes/class-metabox-wcps-hook.php:1761
1502
+ #: includes/class-metabox-wcps-hook.php:1774
1503
+ #: includes/class-metabox-wcps-hook.php:1789
1504
+ #: includes/class-metabox-wcps-hook.php:1803
1505
+ #: includes/class-metabox-wcps-hook.php:1817
1506
+ msgid "True"
1507
+ msgstr ""
1508
+
1509
+ #: includes/class-metabox-wcps-hook.php:1203
1510
+ #: includes/class-metabox-wcps-hook.php:1494
1511
+ #: includes/class-metabox-wcps-hook.php:1536
1512
+ #: includes/class-metabox-wcps-hook.php:1549
1513
+ #: includes/class-metabox-wcps-hook.php:1564
1514
+ #: includes/class-metabox-wcps-hook.php:1577
1515
+ #: includes/class-metabox-wcps-hook.php:1593
1516
+ #: includes/class-metabox-wcps-hook.php:1708
1517
+ #: includes/class-metabox-wcps-hook.php:1761
1518
+ #: includes/class-metabox-wcps-hook.php:1774
1519
+ #: includes/class-metabox-wcps-hook.php:1789
1520
+ #: includes/class-metabox-wcps-hook.php:1803
1521
+ #: includes/class-metabox-wcps-hook.php:1817
1522
+ msgid "False"
1523
+ msgstr ""
1524
+
1525
+ #: includes/class-metabox-wcps-hook.php:1277
1526
+ msgid "Max number of post"
1527
+ msgstr ""
1528
+
1529
+ #: includes/class-metabox-wcps-hook.php:1278
1530
+ msgid "Set custom number you want to display maximum number of post"
1531
+ msgstr ""
1532
+
1533
+ #: includes/class-metabox-wcps-hook.php:1349
1534
+ msgid "Post ID's"
1535
+ msgstr ""
1536
+
1537
+ #: includes/class-metabox-wcps-hook.php:1350
1538
+ msgid "You can display post by ids."
1539
+ msgstr ""
1540
+
1541
+ #: includes/class-metabox-wcps-hook.php:1436
1542
  msgid "Slider"
1543
  msgstr ""
1544
 
1545
+ #: includes/class-metabox-wcps-hook.php:1437
1546
  msgid "Customize slider settings."
1547
  msgstr ""
1548
 
1549
+ #: includes/class-metabox-wcps-hook.php:1443
1550
  msgid "Slider column count "
1551
  msgstr ""
1552
 
1553
+ #: includes/class-metabox-wcps-hook.php:1444
1554
  msgid "Set slider column count."
1555
  msgstr ""
1556
 
1557
+ #: includes/class-metabox-wcps-hook.php:1450
1558
+ #: includes/functions-layout-hook.php:393
1559
+ #: includes/functions-layout-hook.php:2221
1560
  msgid "In desktop"
1561
  msgstr ""
1562
 
1563
+ #: includes/class-metabox-wcps-hook.php:1451
1564
  msgid "min-width: 1200px, ex: 3"
1565
  msgstr ""
1566
 
1567
+ #: includes/class-metabox-wcps-hook.php:1460
1568
+ #: includes/functions-layout-hook.php:403
1569
+ #: includes/functions-layout-hook.php:2231
1570
  msgid "In tablet & small desktop"
1571
  msgstr ""
1572
 
1573
+ #: includes/class-metabox-wcps-hook.php:1461
1574
  msgid "min-width: 992px, ex: 2"
1575
  msgstr ""
1576
 
1577
+ #: includes/class-metabox-wcps-hook.php:1470
1578
+ #: includes/functions-layout-hook.php:413
1579
+ #: includes/functions-layout-hook.php:2241
1580
  msgid "In mobile"
1581
  msgstr ""
1582
 
1583
+ #: includes/class-metabox-wcps-hook.php:1471
1584
  msgid "min-width: 576px, ex: 1"
1585
  msgstr ""
1586
 
1587
+ #: includes/class-metabox-wcps-hook.php:1489
1588
+ msgid "Auto play"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1589
  msgstr ""
1590
 
1591
+ #: includes/class-metabox-wcps-hook.php:1490
1592
+ msgid "Choose slider auto play."
 
 
 
 
 
 
 
 
 
 
 
1593
  msgstr ""
1594
 
1595
+ #: includes/class-metabox-wcps-hook.php:1502
1596
  msgid "Auto play speed"
1597
  msgstr ""
1598
 
1599
+ #: includes/class-metabox-wcps-hook.php:1503
1600
  msgid "Set auto play speed, ex: 1500"
1601
  msgstr ""
1602
 
1603
+ #: includes/class-metabox-wcps-hook.php:1515
1604
  msgid "Auto play timeout"
1605
  msgstr ""
1606
 
1607
+ #: includes/class-metabox-wcps-hook.php:1516
1608
  msgid "Set auto play timeout, ex: 2000"
1609
  msgstr ""
1610
 
1611
+ #: includes/class-metabox-wcps-hook.php:1522
1612
  msgid "Value should larger than <b>Auto play speed</b>"
1613
  msgstr ""
1614
 
1615
+ #: includes/class-metabox-wcps-hook.php:1531
1616
  msgid "Slider rewind"
1617
  msgstr ""
1618
 
1619
+ #: includes/class-metabox-wcps-hook.php:1532
1620
  msgid "Choose slider rewind."
1621
  msgstr ""
1622
 
1623
+ #: includes/class-metabox-wcps-hook.php:1544
1624
  msgid "Slider loop"
1625
  msgstr ""
1626
 
1627
+ #: includes/class-metabox-wcps-hook.php:1545
1628
  msgid "Choose slider loop."
1629
  msgstr ""
1630
 
1631
+ #: includes/class-metabox-wcps-hook.php:1559
1632
+ #: includes/class-metabox-wcps-hook.php:2248
1633
  #: includes/functions-settings-hook.php:514
1634
  msgid "Slider center"
1635
  msgstr ""
1636
 
1637
+ #: includes/class-metabox-wcps-hook.php:1560
1638
  msgid "Choose slider center."
1639
  msgstr ""
1640
 
1641
+ #: includes/class-metabox-wcps-hook.php:1572
1642
+ #: includes/class-metabox-wcps-hook.php:2242
1643
  #: includes/functions-settings-hook.php:508
1644
  msgid "Slider stop on hover"
1645
  msgstr ""
1646
 
1647
+ #: includes/class-metabox-wcps-hook.php:1573
1648
  msgid "Choose stop on hover."
1649
  msgstr ""
1650
 
1651
+ #: includes/class-metabox-wcps-hook.php:1588
1652
  msgid "Slider navigation"
1653
  msgstr ""
1654
 
1655
+ #: includes/class-metabox-wcps-hook.php:1589
1656
  msgid "Choose slider navigation."
1657
  msgstr ""
1658
 
1659
+ #: includes/class-metabox-wcps-hook.php:1601
1660
  msgid "Navigation slide speed"
1661
  msgstr ""
1662
 
1663
+ #: includes/class-metabox-wcps-hook.php:1602
1664
  msgid "Set slide speed, ex: 1000"
1665
  msgstr ""
1666
 
1667
+ #: includes/class-metabox-wcps-hook.php:1615
1668
  msgid "Slider navigation position"
1669
  msgstr ""
1670
 
1671
+ #: includes/class-metabox-wcps-hook.php:1616
1672
  msgid "Choose slider navigation position."
1673
  msgstr ""
1674
 
1675
+ #: includes/class-metabox-wcps-hook.php:1620
1676
  msgid "Bottom left"
1677
  msgstr ""
1678
 
1679
+ #: includes/class-metabox-wcps-hook.php:1620
1680
  msgid "Bottom right"
1681
  msgstr ""
1682
 
1683
+ #: includes/class-metabox-wcps-hook.php:1620
1684
  msgid "Middle"
1685
  msgstr ""
1686
 
1687
+ #: includes/class-metabox-wcps-hook.php:1620
1688
  msgid "Middle-fixed"
1689
  msgstr ""
1690
 
1691
+ #: includes/class-metabox-wcps-hook.php:1629
1692
  msgid "Navigation text"
1693
  msgstr ""
1694
 
1695
+ #: includes/class-metabox-wcps-hook.php:1630
1696
  msgid "Navigation previous & next text."
1697
  msgstr ""
1698
 
1699
+ #: includes/class-metabox-wcps-hook.php:1636
1700
  msgid "Previous text"
1701
  msgstr ""
1702
 
1703
+ #: includes/class-metabox-wcps-hook.php:1637
1704
  msgid ""
1705
  "Set previous icon, you could use <a href=\"https://fontawesome.com/icons"
1706
  "\">fontawesome</a> icon html here."
1707
  msgstr ""
1708
 
1709
+ #: includes/class-metabox-wcps-hook.php:1646
1710
  msgid "Next text"
1711
  msgstr ""
1712
 
1713
+ #: includes/class-metabox-wcps-hook.php:1647
1714
  msgid ""
1715
  "Set next icon, you could use <a href=\"https://fontawesome.com/icons"
1716
  "\">fontawesome</a> icon html here"
1717
  msgstr ""
1718
 
1719
+ #: includes/class-metabox-wcps-hook.php:1663
1720
  msgid "Slider navigation style"
1721
  msgstr ""
1722
 
1723
+ #: includes/class-metabox-wcps-hook.php:1664
1724
  msgid ""
1725
  "Choose slider navigation style. classes <code>semi-round, round, flat, "
1726
  "border</code>"
1727
  msgstr ""
1728
 
1729
+ #: includes/class-metabox-wcps-hook.php:1676
1730
  msgid "Navigation background color"
1731
  msgstr ""
1732
 
1733
+ #: includes/class-metabox-wcps-hook.php:1677
1734
  msgid "Set navigation background color"
1735
  msgstr ""
1736
 
1737
+ #: includes/class-metabox-wcps-hook.php:1689
1738
  msgid "Navigation text color"
1739
  msgstr ""
1740
 
1741
+ #: includes/class-metabox-wcps-hook.php:1690
1742
  msgid "Set navigation text color"
1743
  msgstr ""
1744
 
1745
+ #: includes/class-metabox-wcps-hook.php:1703
1746
+ #: includes/class-metabox-wcps-hook.php:2260
1747
  #: includes/functions-settings-hook.php:526
1748
  msgid "Slider dots"
1749
  msgstr ""
1750
 
1751
+ #: includes/class-metabox-wcps-hook.php:1704
1752
  msgid "Choose slider dots at bottom."
1753
  msgstr ""
1754
 
1755
+ #: includes/class-metabox-wcps-hook.php:1716
1756
  msgid "Dots background color"
1757
  msgstr ""
1758
 
1759
+ #: includes/class-metabox-wcps-hook.php:1717
1760
  msgid "Set dots background color"
1761
  msgstr ""
1762
 
1763
+ #: includes/class-metabox-wcps-hook.php:1730
1764
  msgid "Dots active/hover background color"
1765
  msgstr ""
1766
 
1767
+ #: includes/class-metabox-wcps-hook.php:1731
1768
  msgid "Set dots active/hover background color"
1769
  msgstr ""
1770
 
1771
+ #: includes/class-metabox-wcps-hook.php:1743
1772
  msgid "Dots slide speed"
1773
  msgstr ""
1774
 
1775
+ #: includes/class-metabox-wcps-hook.php:1744
1776
  msgid "Set dots slide speed, ex: 1200"
1777
  msgstr ""
1778
 
1779
+ #: includes/class-metabox-wcps-hook.php:1756
1780
  msgid "Slider dots count"
1781
  msgstr ""
1782
 
1783
+ #: includes/class-metabox-wcps-hook.php:1757
1784
  msgid "Choose slider dots count."
1785
  msgstr ""
1786
 
1787
+ #: includes/class-metabox-wcps-hook.php:1769
1788
  msgid "Slider rtl"
1789
  msgstr ""
1790
 
1791
+ #: includes/class-metabox-wcps-hook.php:1770
1792
  msgid "Choose slider rtl."
1793
  msgstr ""
1794
 
1795
+ #: includes/class-metabox-wcps-hook.php:1784
1796
+ #: includes/class-metabox-wcps-hook.php:2272
1797
  #: includes/functions-settings-hook.php:538
1798
  msgid "Slider lazy load"
1799
  msgstr ""
1800
 
1801
+ #: includes/class-metabox-wcps-hook.php:1785
1802
  msgid "Choose slider lazy load."
1803
  msgstr ""
1804
 
1805
+ #: includes/class-metabox-wcps-hook.php:1798
1806
  msgid "Slider touch drag"
1807
  msgstr ""
1808
 
1809
+ #: includes/class-metabox-wcps-hook.php:1799
1810
  msgid "Choose slider touch drag."
1811
  msgstr ""
1812
 
1813
+ #: includes/class-metabox-wcps-hook.php:1812
1814
  msgid "Slider mouse drag"
1815
  msgstr ""
1816
 
1817
+ #: includes/class-metabox-wcps-hook.php:1813
1818
  msgid "Choose slider mouse drag."
1819
  msgstr ""
1820
 
1821
+ #: includes/class-metabox-wcps-hook.php:1866
1822
  #: includes/class-metabox-wcps-layout-hook.php:33
1823
+ #: includes/functions-layout-hook.php:809
1824
  msgid "Custom CSS"
1825
  msgstr ""
1826
 
1827
+ #: includes/class-metabox-wcps-hook.php:1867
1828
+ msgid ""
1829
+ "Write custom CSS to override default style, do not use <code>&lt;style>&lt;/"
1830
+ "style></code> tag. use <code>__ID__</code> to replace by wcps id <code>"
1831
  msgstr ""
1832
 
1833
+ #: includes/class-metabox-wcps-hook.php:1911
1834
  #: includes/functions-settings-hook.php:77
1835
  msgid "Get support"
1836
  msgstr ""
1837
 
1838
+ #: includes/class-metabox-wcps-hook.php:1912
1839
  #: includes/functions-settings-hook.php:78
1840
  msgid "Use following to get help and support from our expert team."
1841
  msgstr ""
1842
 
1843
+ #: includes/class-metabox-wcps-hook.php:1920
1844
  #: includes/functions-settings-hook.php:86
1845
  msgid ""
1846
  "Ask question for free on our forum and get quick reply from our expert team "
1847
  "members."
1848
  msgstr ""
1849
 
1850
+ #: includes/class-metabox-wcps-hook.php:1921
1851
  #: includes/functions-settings-hook.php:87
1852
  msgid "Create support ticket"
1853
  msgstr ""
1854
 
1855
+ #: includes/class-metabox-wcps-hook.php:1923
1856
  #: includes/functions-settings-hook.php:89
1857
  msgid "Read our documentation before asking your question."
1858
  msgstr ""
1859
 
1860
+ #: includes/class-metabox-wcps-hook.php:1924
1861
  #: includes/functions-settings-hook.php:90
1862
  msgid "Documentation"
1863
  msgstr ""
1864
 
1865
+ #: includes/class-metabox-wcps-hook.php:1926
1866
  #: includes/functions-settings-hook.php:92
1867
  msgid "Watch video tutorials."
1868
  msgstr ""
1869
 
1870
+ #: includes/class-metabox-wcps-hook.php:1927
1871
  #: includes/functions-settings-hook.php:93
1872
  msgid "All tutorials"
1873
  msgstr ""
1874
 
1875
+ #: includes/class-metabox-wcps-hook.php:1955
1876
  #: includes/functions-settings-hook.php:115
1877
  msgid "Ask question"
1878
  msgstr ""
1879
 
1880
+ #: includes/class-metabox-wcps-hook.php:1980
1881
  #: includes/functions-settings-hook.php:140
1882
  msgid "Submit reviews"
1883
  msgstr ""
1884
 
1885
+ #: includes/class-metabox-wcps-hook.php:2014
1886
  #: includes/functions-settings-hook.php:280
1887
  msgid "Get Premium"
1888
  msgstr ""
1889
 
1890
+ #: includes/class-metabox-wcps-hook.php:2015
1891
  #: includes/functions-settings-hook.php:281
1892
  msgid ""
1893
  "Thanks for using our plugin, if you looking for some advance feature please "
1894
  "buy premium version."
1895
  msgstr ""
1896
 
1897
+ #: includes/class-metabox-wcps-hook.php:2023
1898
  #: includes/functions-settings-hook.php:289
1899
  msgid ""
1900
  "If you love our plugin and want more feature please consider to buy pro "
1901
  "version."
1902
  msgstr ""
1903
 
1904
+ #: includes/class-metabox-wcps-hook.php:2024
1905
+ #: includes/class-metabox-wcps-hook.php:2347
1906
  #: includes/functions-settings-hook.php:290
1907
+ #: includes/functions-settings-hook.php:690
1908
  msgid "Buy premium"
1909
  msgstr ""
1910
 
1911
+ #: includes/class-metabox-wcps-hook.php:2026
1912
  #: includes/functions-settings-hook.php:293
1913
  msgid "See the differences"
1914
  msgstr ""
1915
 
1916
+ #: includes/class-metabox-wcps-hook.php:2032
1917
+ #: includes/class-metabox-wcps-hook.php:2340
1918
  #: includes/functions-settings-hook.php:298
1919
+ #: includes/functions-settings-hook.php:683
1920
  msgid "Features"
1921
  msgstr ""
1922
 
1923
+ #: includes/class-metabox-wcps-hook.php:2033
1924
+ #: includes/class-metabox-wcps-hook.php:2341
1925
  #: includes/functions-settings-hook.php:299
1926
+ #: includes/functions-settings-hook.php:684
1927
  msgid "Free"
1928
  msgstr ""
1929
 
1930
+ #: includes/class-metabox-wcps-hook.php:2034
1931
+ #: includes/class-metabox-wcps-hook.php:2342
1932
  #: includes/functions-settings-hook.php:300
1933
+ #: includes/functions-settings-hook.php:685
1934
  msgid "Premium"
1935
  msgstr ""
1936
 
1937
+ #: includes/class-metabox-wcps-hook.php:2039
1938
  #: includes/functions-settings-hook.php:305
1939
  msgid "Query by product taxonomies"
1940
  msgstr ""
1941
 
1942
+ #: includes/class-metabox-wcps-hook.php:2045
1943
  #: includes/functions-settings-hook.php:311
1944
  msgid "Query by recently viewed products"
1945
  msgstr ""
1946
 
1947
+ #: includes/class-metabox-wcps-hook.php:2051
1948
  #: includes/functions-settings-hook.php:317
1949
  msgid "Query by SKU"
1950
  msgstr ""
1951
 
1952
+ #: includes/class-metabox-wcps-hook.php:2057
1953
  #: includes/functions-settings-hook.php:323
1954
  msgid "Related product query(Single product page)"
1955
  msgstr ""
1956
 
1957
+ #: includes/class-metabox-wcps-hook.php:2063
1958
  #: includes/functions-settings-hook.php:329
1959
  msgid "Upsells cross-sells query(Single product page)"
1960
  msgstr ""
1961
 
1962
+ #: includes/class-metabox-wcps-hook.php:2068
1963
  #: includes/functions-settings-hook.php:334
1964
  msgid "Order by Best selling"
1965
  msgstr ""
1966
 
1967
+ #: includes/class-metabox-wcps-hook.php:2074
1968
  #: includes/functions-settings-hook.php:340
1969
  msgid "Order by Top rated"
1970
  msgstr ""
1971
 
1972
+ #: includes/class-metabox-wcps-hook.php:2080
1973
  #: includes/functions-settings-hook.php:346
1974
  msgid "Advance meta fields query"
1975
  msgstr ""
1976
 
1977
+ #: includes/class-metabox-wcps-hook.php:2087
1978
  #: includes/functions-settings-hook.php:353
1979
  msgid "Featured products at first"
1980
  msgstr ""
1981
 
1982
+ #: includes/class-metabox-wcps-hook.php:2092
1983
  #: includes/functions-settings-hook.php:358
1984
  msgid "Query by product attributes"
1985
  msgstr ""
1986
 
1987
+ #: includes/class-metabox-wcps-hook.php:2098
1988
  #: includes/functions-settings-hook.php:364
1989
  msgid "Layout element - Stock status"
1990
  msgstr ""
1991
 
1992
+ #: includes/class-metabox-wcps-hook.php:2104
1993
  #: includes/functions-settings-hook.php:370
1994
  msgid "Layout element - Stock quantity"
1995
  msgstr ""
1996
 
1997
+ #: includes/class-metabox-wcps-hook.php:2110
1998
  #: includes/functions-settings-hook.php:376
1999
  msgid "Layout element - Product Weight"
2000
  msgstr ""
2001
 
2002
+ #: includes/class-metabox-wcps-hook.php:2115
2003
  #: includes/functions-settings-hook.php:381
2004
  msgid "Layout element - Product Dimensions"
2005
  msgstr ""
2006
 
2007
+ #: includes/class-metabox-wcps-hook.php:2120
2008
  #: includes/functions-settings-hook.php:386
2009
  msgid "Layout element - Share button"
2010
  msgstr ""
2011
 
2012
+ #: includes/class-metabox-wcps-hook.php:2126
2013
  #: includes/functions-settings-hook.php:392
2014
  msgid "Layout element - Recently viewed text"
2015
  msgstr ""
2016
 
2017
+ #: includes/class-metabox-wcps-hook.php:2132
2018
  #: includes/functions-settings-hook.php:398
2019
  msgid "Layout element - Meta fields"
2020
  msgstr ""
2021
 
2022
+ #: includes/class-metabox-wcps-hook.php:2137
2023
  #: includes/functions-settings-hook.php:403
2024
  msgid "Layout element - Price"
2025
  msgstr ""
2026
 
2027
+ #: includes/class-metabox-wcps-hook.php:2143
2028
  #: includes/functions-settings-hook.php:409
2029
  msgid "Layout element - Rating"
2030
  msgstr ""
2031
 
2032
+ #: includes/class-metabox-wcps-hook.php:2149
2033
  #: includes/functions-settings-hook.php:415
2034
  msgid "Layout element - Add to cart"
2035
  msgstr ""
2036
 
2037
+ #: includes/class-metabox-wcps-hook.php:2155
2038
  #: includes/functions-settings-hook.php:421
2039
  msgid "Layout element - On sale icon"
2040
  msgstr ""
2041
 
2042
+ #: includes/class-metabox-wcps-hook.php:2161
2043
  #: includes/functions-settings-hook.php:427
2044
  msgid "Layout element - Featured icon"
2045
  msgstr ""
2046
 
2047
+ #: includes/class-metabox-wcps-hook.php:2167
2048
  #: includes/functions-settings-hook.php:433
2049
  msgid "Layout element - Sale Count"
2050
  msgstr ""
2051
 
2052
+ #: includes/class-metabox-wcps-hook.php:2174
2053
  #: includes/functions-settings-hook.php:440
2054
  msgid "Layout element - Product Tag"
2055
  msgstr ""
2056
 
2057
+ #: includes/class-metabox-wcps-hook.php:2181
2058
  #: includes/functions-settings-hook.php:447
2059
  msgid "Layout element - Product Category"
2060
  msgstr ""
2061
 
2062
+ #: includes/class-metabox-wcps-hook.php:2188
2063
  #: includes/functions-settings-hook.php:454
2064
  msgid "Layout element - Content/Excerpt"
2065
  msgstr ""
2066
 
2067
+ #: includes/class-metabox-wcps-hook.php:2194
2068
  #: includes/functions-settings-hook.php:460
2069
  msgid "Layout element - Product Title"
2070
  msgstr ""
2071
 
2072
+ #: includes/class-metabox-wcps-hook.php:2201
2073
  #: includes/functions-settings-hook.php:467
2074
  msgid "Layout element - Thumbnail"
2075
  msgstr ""
2076
 
2077
+ #: includes/class-metabox-wcps-hook.php:2207
2078
  #: includes/functions-settings-hook.php:473
2079
  msgid "Layout element - Wrapper start"
2080
  msgstr ""
2081
 
2082
+ #: includes/class-metabox-wcps-hook.php:2212
2083
  #: includes/functions-settings-hook.php:478
2084
  msgid "Layout element - Wrapper end"
2085
  msgstr ""
2086
 
2087
+ #: includes/class-metabox-wcps-hook.php:2219
2088
  #: includes/class-metabox-wcps-layout-hook.php:105
2089
  #: includes/functions-settings-hook.php:485
2090
  msgid "Layout builder"
2091
  msgstr ""
2092
 
2093
+ #: includes/class-metabox-wcps-hook.php:2225
2094
  #: includes/functions-settings-hook.php:491
2095
  msgid "Slider column count"
2096
  msgstr ""
2097
 
2098
+ #: includes/class-metabox-wcps-hook.php:2231
2099
  #: includes/functions-settings-hook.php:497
2100
  msgid "Slider autoplay"
2101
  msgstr ""
2102
 
2103
+ #: includes/class-metabox-wcps-hook.php:2237
2104
  #: includes/functions-settings-hook.php:503
2105
  msgid "Slider rewind & loop"
2106
  msgstr ""
2107
 
2108
+ #: includes/class-metabox-wcps-hook.php:2254
2109
  #: includes/functions-settings-hook.php:520
2110
  msgid "Slider navigations"
2111
  msgstr ""
2112
 
2113
+ #: includes/class-metabox-wcps-hook.php:2266
2114
  #: includes/functions-settings-hook.php:532
2115
  msgid "Slider RTL"
2116
  msgstr ""
2117
 
2118
+ #: includes/class-metabox-wcps-hook.php:2278
2119
  #: includes/functions-settings-hook.php:544
2120
  msgid "Slider touch & mouse drag"
2121
  msgstr ""
2122
 
2123
+ #: includes/class-metabox-wcps-hook.php:2283
2124
  #: includes/functions-settings-hook.php:549
2125
  msgid "Query products limit"
2126
  msgstr ""
2127
 
2128
+ #: includes/class-metabox-wcps-hook.php:2288
2129
  #: includes/functions-settings-hook.php:554
2130
  msgid "Query by product categories & tags"
2131
  msgstr ""
2132
 
2133
+ #: includes/class-metabox-wcps-hook.php:2294
2134
  #: includes/functions-settings-hook.php:560
2135
  msgid "Hide out of stock products"
2136
  msgstr ""
2137
 
2138
+ #: includes/class-metabox-wcps-hook.php:2299
2139
  #: includes/functions-settings-hook.php:565
2140
  msgid "Featured product"
2141
  msgstr ""
2142
 
2143
+ #: includes/class-metabox-wcps-hook.php:2305
2144
  #: includes/functions-settings-hook.php:571
2145
  msgid "On-sale products"
2146
  msgstr ""
2147
 
2148
+ #: includes/class-metabox-wcps-hook.php:2311
2149
  #: includes/functions-settings-hook.php:577
2150
  msgid "Product by ids"
2151
  msgstr ""
2152
 
2153
+ #: includes/class-metabox-wcps-hook.php:2317
2154
  #: includes/functions-settings-hook.php:583
2155
  msgid "Query order & orderby"
2156
  msgstr ""
2157
 
2158
+ #: includes/class-metabox-wcps-hook.php:2323
2159
  #: includes/functions-settings-hook.php:589
2160
  msgid "Custom ribbons"
2161
  msgstr ""
2162
 
2163
+ #: includes/class-metabox-wcps-hook.php:2329
2164
  #: includes/functions-settings-hook.php:595
2165
  msgid "Slider item style"
2166
  msgstr ""
2167
 
2168
+ #: includes/class-metabox-wcps-hook.php:2334
2169
  #: includes/functions-settings-hook.php:600
2170
  msgid "Slider container style"
2171
  msgstr ""
2172
 
2173
+ #: includes/class-metabox-wcps-hook.php:2345
2174
+ #: includes/functions-settings-hook.php:688
2175
  msgid "Buy now"
2176
  msgstr ""
2177
 
2178
+ #: includes/class-metabox-wcps-hook.php:2361
2179
+ #: includes/functions-settings-hook.php:703
2180
  msgid "Get pro version"
2181
  msgstr ""
2182
 
2218
  msgstr ""
2219
 
2220
  #: includes/class-metabox-wcps-layout-hook.php:109
2221
+ #: includes/functions-layout-hook.php:771
2222
  msgid "Wrapper start"
2223
  msgstr ""
2224
 
2225
  #: includes/class-metabox-wcps-layout-hook.php:110
2226
+ #: includes/functions-layout-hook.php:884
2227
  msgid "Wrapper end"
2228
  msgstr ""
2229
 
2230
  #: includes/class-metabox-wcps-layout-hook.php:111
2231
+ #: includes/functions-layout-hook.php:34 includes/functions-layout-hook.php:44
2232
+ msgid "Custom text"
2233
+ msgstr ""
2234
+
2235
+ #: includes/class-metabox-wcps-layout-hook.php:114
2236
+ #: includes/functions-layout-hook.php:348
2237
  msgid "Thumbnail"
2238
  msgstr ""
2239
 
2240
+ #: includes/class-metabox-wcps-layout-hook.php:115
2241
+ msgid "Post Title"
2242
  msgstr ""
2243
 
2244
+ #: includes/class-metabox-wcps-layout-hook.php:116
2245
+ #: includes/functions-layout-hook.php:554
2246
+ #: includes/functions-layout-hook.php:569
2247
  msgid "Content"
2248
  msgstr ""
2249
 
2250
+ #: includes/class-metabox-wcps-layout-hook.php:117
2251
  msgid "Product Category"
2252
  msgstr ""
2253
 
2254
+ #: includes/class-metabox-wcps-layout-hook.php:118
2255
  msgid "Product Tag"
2256
  msgstr ""
2257
 
2258
+ #: includes/class-metabox-wcps-layout-hook.php:119
2259
  msgid "Sale Count"
2260
  msgstr ""
2261
 
2262
+ #: includes/class-metabox-wcps-layout-hook.php:122
2263
+ #: includes/functions-layout-hook.php:1685
2264
  msgid "Add to cart"
2265
  msgstr ""
2266
 
2267
+ #: includes/class-metabox-wcps-layout-hook.php:123
2268
+ #: includes/functions-layout-hook.php:1783
2269
  msgid "Rating"
2270
  msgstr ""
2271
 
2272
+ #: includes/class-metabox-wcps-layout-hook.php:124
2273
  msgid "Price"
2274
  msgstr ""
2275
 
2276
+ #: includes/class-metabox-wcps-layout-hook.php:125
2277
+ #: includes/functions-layout-hook.php:1571
2278
  msgid "Product ID"
2279
  msgstr ""
2280
 
2281
+ #: includes/class-metabox-wcps-layout-hook.php:127
2282
+ #: includes/functions-layout-hook.php:2039
2283
+ msgid "Term title"
2284
+ msgstr ""
2285
+
2286
+ #: includes/class-metabox-wcps-layout-hook.php:128
2287
+ #: includes/functions-layout-hook.php:2176
2288
+ msgid "Term thumbnail"
2289
+ msgstr ""
2290
+
2291
+ #: includes/class-metabox-wcps-layout-hook.php:129
2292
+ #: includes/functions-layout-hook.php:2346
2293
+ msgid "Term description"
2294
+ msgstr ""
2295
+
2296
+ #: includes/class-metabox-wcps-layout-hook.php:130
2297
+ #: includes/functions-layout-hook.php:2504
2298
+ msgid "Term slug"
2299
+ msgstr ""
2300
+
2301
+ #: includes/class-metabox-wcps-layout-hook.php:131
2302
+ #: includes/functions-layout-hook.php:2663
2303
+ msgid "Term post count"
2304
+ msgstr ""
2305
+
2306
+ #: includes/class-metabox-wcps-layout-hook.php:133
2307
+ #: includes/functions-layout-hook.php:3943
2308
+ msgid "Order date"
2309
+ msgstr ""
2310
+
2311
+ #: includes/class-metabox-wcps-layout-hook.php:134
2312
+ msgid "Order customer name"
2313
+ msgstr ""
2314
+
2315
+ #: includes/class-metabox-wcps-layout-hook.php:135
2316
+ msgid "Order customer thumbnail"
2317
+ msgstr ""
2318
+
2319
+ #: includes/class-metabox-wcps-layout-hook.php:136
2320
+ msgid "Order country"
2321
+ msgstr ""
2322
+
2323
+ #: includes/class-metabox-wcps-layout-hook.php:137
2324
+ msgid "Order payment method"
2325
+ msgstr ""
2326
+
2327
+ #: includes/class-metabox-wcps-layout-hook.php:138
2328
+ #: includes/functions-layout-hook.php:4643
2329
+ msgid "Order total"
2330
+ msgstr ""
2331
+
2332
+ #: includes/class-metabox-wcps-layout-hook.php:139
2333
+ #: includes/functions-layout-hook.php:4792
2334
+ msgid "Order items"
2335
+ msgstr ""
2336
+
2337
+ #: includes/class-metabox-wcps-layout-hook.php:140
2338
+ #: includes/functions-layout-hook.php:4942
2339
+ msgid "Order discount total"
2340
+ msgstr ""
2341
+
2342
+ #: includes/class-metabox-wcps-layout-hook.php:217
2343
  #, php-format
2344
  msgid "%s Click to add tags."
2345
  msgstr ""
2346
 
2347
+ #: includes/class-metabox-wcps-layout-hook.php:267
2348
  msgid "Layout elements"
2349
  msgstr ""
2350
 
2351
+ #: includes/class-metabox-wcps-layout-hook.php:268
2352
  msgid "Customize layout elements."
2353
  msgstr ""
2354
 
2355
+ #: includes/class-metabox-wcps-layout-hook.php:364
2356
+ #: includes/class-metabox-wcps-layout-hook.php:365
2357
  msgid "Layout preview"
2358
  msgstr ""
2359
 
2366
  msgid "%s Layout builder"
2367
  msgstr ""
2368
 
2369
+ #: includes/class-metabox-wcps-layout.php:53
2370
+ #: includes/class-metabox-wcps.php:171
2371
  #, php-format
2372
  msgid "%s Custom scripts"
2373
  msgstr ""
2376
  msgid "WCPS data"
2377
  msgstr ""
2378
 
2379
+ #: includes/class-metabox-wcps.php:20
2380
+ msgid "WCPS Help"
2381
+ msgstr ""
2382
+
2383
+ #: includes/class-metabox-wcps.php:115
2384
  #, php-format
2385
  msgid "%s Shortcode"
2386
  msgstr ""
2387
 
2388
+ #: includes/class-metabox-wcps.php:122
2389
  #, php-format
2390
  msgid "%s Slider options"
2391
  msgstr ""
2392
 
2393
+ #: includes/class-metabox-wcps.php:129
2394
  #, php-format
2395
  msgid "%s Query product"
2396
  msgstr ""
2397
 
2398
+ #: includes/class-metabox-wcps.php:138
2399
+ #, php-format
2400
+ msgid "%s Query orders"
2401
+ msgstr ""
2402
+
2403
+ #: includes/class-metabox-wcps.php:147
2404
+ #, php-format
2405
+ msgid "%s Query categories"
2406
+ msgstr ""
2407
+
2408
+ #: includes/class-metabox-wcps.php:156
2409
  #, php-format
2410
  msgid "%s Style"
2411
  msgstr ""
2412
 
2413
+ #: includes/class-metabox-wcps.php:163
2414
  #, php-format
2415
  msgid "%s Layouts"
2416
  msgstr ""
2417
 
2418
+ #: includes/class-metabox-wcps.php:178
2419
  #, php-format
2420
  msgid "%s Help support"
2421
  msgstr ""
2422
 
2423
+ #: includes/class-metabox-wcps.php:185
2424
  #, php-format
2425
  msgid "%s Buy pro"
2426
  msgstr ""
2427
 
2428
+ #: includes/class-metabox-wcps.php:257
2429
+ msgid "Slider for"
2430
+ msgstr ""
2431
+
2432
  #: includes/class-post-types.php:19 includes/class-post-types.php:20
2433
  msgid "WCPS"
2434
  msgstr ""
2500
  msgid "WCPS layouts"
2501
  msgstr ""
2502
 
2503
+ #: includes/class-settings-tabs-old.php:344
2504
+ #: includes/class-settings-tabs.php:432
2505
  msgid "Placeholder.jpg"
2506
  msgstr ""
2507
 
2508
+ #: includes/class-settings-tabs-old.php:400
2509
+ #: includes/class-settings-tabs-old.php:481
2510
+ #: includes/class-settings-tabs.php:488 includes/class-settings-tabs.php:569
2511
  msgid "Upload"
2512
  msgstr ""
2513
 
2514
+ #: includes/class-settings-tabs-old.php:401
2515
+ #: includes/class-settings-tabs-old.php:482
2516
+ #: includes/class-settings-tabs.php:489 includes/class-settings-tabs.php:570
2517
  msgid "Clear"
2518
  msgstr ""
2519
 
2520
+ #: includes/class-settings-tabs-old.php:588
2521
+ #: includes/class-settings-tabs-old.php:859
2522
+ #: includes/class-settings-tabs.php:671 includes/class-settings-tabs.php:942
2523
  msgid "Add"
2524
  msgstr ""
2525
 
2527
  msgid "Settings"
2528
  msgstr ""
2529
 
 
 
 
 
2530
  #: includes/class-settings.php:29
2531
  msgid "Upgrade status"
2532
  msgstr ""
2533
 
2534
+ #: includes/functions-layout-hook.php:45
2535
+ msgid "Write custom text."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2536
  msgstr ""
2537
 
2538
+ #: includes/functions-layout-hook.php:187
2539
+ msgid "Post title"
2540
  msgstr ""
2541
 
2542
+ #: includes/functions-layout-hook.php:277
2543
+ #: includes/functions-layout-hook.php:2436
2544
+ #: includes/functions-layout-hook.php:2594
2545
  msgid "product link"
2546
  msgstr ""
2547
 
2548
+ #: includes/functions-layout-hook.php:278
2549
+ #: includes/functions-layout-hook.php:487
2550
+ #: includes/functions-layout-hook.php:726
2551
+ #: includes/functions-layout-hook.php:2437
2552
+ #: includes/functions-layout-hook.php:2595
2553
+ msgid "External product"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2554
  msgstr ""
2555
 
2556
+ #: includes/functions-layout-hook.php:355
2557
+ #: includes/functions-layout-hook.php:2183
2558
  msgid "Full"
2559
  msgstr ""
2560
 
2561
+ #: includes/functions-layout-hook.php:370
2562
+ #: includes/functions-layout-hook.php:2198
2563
  msgid "Thumbnail size"
2564
  msgstr ""
2565
 
2566
+ #: includes/functions-layout-hook.php:371
2567
+ #: includes/functions-layout-hook.php:2199
2568
  msgid "Choose thumbnail size."
2569
  msgstr ""
2570
 
2571
+ #: includes/functions-layout-hook.php:386
2572
+ #: includes/functions-layout-hook.php:2214
2573
  msgid "Thumbnail height"
2574
  msgstr ""
2575
 
2576
+ #: includes/functions-layout-hook.php:387
2577
+ #: includes/functions-layout-hook.php:2215
2578
  msgid "Set thumbnail height."
2579
  msgstr ""
2580
 
2581
+ #: includes/functions-layout-hook.php:394
2582
+ #: includes/functions-layout-hook.php:2222
2583
  msgid "min-width: 1200px, ex: 280px"
2584
  msgstr ""
2585
 
2586
+ #: includes/functions-layout-hook.php:404
2587
+ #: includes/functions-layout-hook.php:2232
2588
  msgid "min-width: 992px, ex: 280px"
2589
  msgstr ""
2590
 
2591
+ #: includes/functions-layout-hook.php:414
2592
+ #: includes/functions-layout-hook.php:2242
2593
  msgid "max-width: 768px, ex: 280px"
2594
  msgstr ""
2595
 
2596
+ #: includes/functions-layout-hook.php:429
2597
+ #: includes/functions-layout-hook.php:2257
2598
  msgid "Default thumbnail"
2599
  msgstr ""
2600
 
2601
+ #: includes/functions-layout-hook.php:430
2602
+ #: includes/functions-layout-hook.php:2258
2603
  msgid "Choose default thumbnail."
2604
  msgstr ""
2605
 
2606
+ #: includes/functions-layout-hook.php:479
2607
+ #: includes/functions-layout-hook.php:719
2608
  msgid "Choose option to product link."
2609
  msgstr ""
2610
 
2611
+ #: includes/functions-layout-hook.php:486
2612
+ #: includes/functions-layout-hook.php:725
2613
  msgid "Product link"
2614
  msgstr ""
2615
 
2616
+ #: includes/functions-layout-hook.php:535
 
 
 
 
 
 
 
 
 
 
 
 
2617
  msgid "Read more"
2618
  msgstr ""
2619
 
2620
+ #: includes/functions-layout-hook.php:564
2621
  msgid "Content source"
2622
  msgstr ""
2623
 
2624
+ #: includes/functions-layout-hook.php:565
2625
  msgid "Choose content source."
2626
  msgstr ""
2627
 
2628
+ #: includes/functions-layout-hook.php:569
2629
  msgid "Short description"
2630
  msgstr ""
2631
 
2632
+ #: includes/functions-layout-hook.php:569
2633
  msgid "Auto Excerpt"
2634
  msgstr ""
2635
 
2636
+ #: includes/functions-layout-hook.php:578
2637
  msgid "Word count"
2638
  msgstr ""
2639
 
2640
+ #: includes/functions-layout-hook.php:579
2641
  msgid "Set word count."
2642
  msgstr ""
2643
 
2644
+ #: includes/functions-layout-hook.php:593
2645
  msgid "Read more text"
2646
  msgstr ""
2647
 
2648
+ #: includes/functions-layout-hook.php:594
2649
  msgid "Set custom read more text."
2650
  msgstr ""
2651
 
2652
+ #: includes/functions-layout-hook.php:608
2653
  msgid "Read more color"
2654
  msgstr ""
2655
 
2656
+ #: includes/functions-layout-hook.php:609
2657
  msgid "Set custom read more color."
2658
  msgstr ""
2659
 
2660
+ #: includes/functions-layout-hook.php:783
2661
+ #: includes/functions-layout-hook.php:894
2662
  msgid "Wrapper id"
2663
  msgstr ""
2664
 
2665
+ #: includes/functions-layout-hook.php:784
2666
  msgid "Write wrapper id, ex: my-unique-id."
2667
  msgstr ""
2668
 
2669
+ #: includes/functions-layout-hook.php:796
2670
  msgid "Wrapper class"
2671
  msgstr ""
2672
 
2673
+ #: includes/functions-layout-hook.php:797
2674
  msgid "Write wrapper class, ex: layer-thumbnail"
2675
  msgstr ""
2676
 
2677
+ #: includes/functions-layout-hook.php:810
2678
  msgid "Write custom CSS. do not use <code>&lt;style>&lt;/style></code>"
2679
  msgstr ""
2680
 
2681
+ #: includes/functions-layout-hook.php:895
2682
  msgid "Write wrapper id, ex: div, p, span."
2683
  msgstr ""
2684
 
2685
+ #: includes/functions-layout-hook.php:944
2686
  msgid "Product category"
2687
  msgstr ""
2688
 
2689
+ #: includes/functions-layout-hook.php:953
2690
+ #: includes/functions-layout-hook.php:1096
2691
  msgid "Max count"
2692
  msgstr ""
2693
 
2694
+ #: includes/functions-layout-hook.php:954
2695
+ #: includes/functions-layout-hook.php:1097
2696
  msgid "Write max count"
2697
  msgstr ""
2698
 
2699
+ #: includes/functions-layout-hook.php:967
2700
+ #: includes/functions-layout-hook.php:1110
2701
  msgid "Link separator"
2702
  msgstr ""
2703
 
2704
+ #: includes/functions-layout-hook.php:968
2705
+ #: includes/functions-layout-hook.php:1111
2706
  msgid "Choose link separator."
2707
  msgstr ""
2708
 
2709
+ #: includes/functions-layout-hook.php:983
 
 
 
 
 
 
 
 
 
 
 
2710
  #, php-format
2711
  msgid "Write wrapper html, use <code>%s</code> to replace category output."
2712
  msgstr ""
2713
 
2714
+ #: includes/functions-layout-hook.php:1027
2715
+ #: includes/functions-layout-hook.php:1154
 
 
 
 
2716
  msgid "Link color"
2717
  msgstr ""
2718
 
2719
+ #: includes/functions-layout-hook.php:1028
2720
+ #: includes/functions-layout-hook.php:1155
2721
  msgid "Choose link color."
2722
  msgstr ""
2723
 
2724
+ #: includes/functions-layout-hook.php:1086
2725
  msgid "Product tag"
2726
  msgstr ""
2727
 
2728
+ #: includes/functions-layout-hook.php:1127
2729
  #, php-format
2730
  msgid "Write wrapper html, use <code>%s</code> to replace tags output."
2731
  msgstr ""
2732
 
2733
+ #: includes/functions-layout-hook.php:1209
2734
  msgid "Sale count"
2735
  msgstr ""
2736
 
2737
+ #: includes/functions-layout-hook.php:1220
2738
+ #: includes/functions-layout-hook.php:2675
2739
+ #: includes/functions-layout-hook.php:2827
2740
+ #: includes/functions-layout-hook.php:2978
2741
+ #: includes/functions-layout-hook.php:3130
2742
+ #: includes/functions-layout-hook.php:3280
2743
+ #: includes/functions-layout-hook.php:3431
2744
+ #: includes/functions-layout-hook.php:3805
2745
+ #: includes/functions-layout-hook.php:3955
2746
+ #: includes/functions-layout-hook.php:4104
2747
+ #: includes/functions-layout-hook.php:4356
2748
+ #: includes/functions-layout-hook.php:4504
2749
+ #: includes/functions-layout-hook.php:4655
2750
+ #: includes/functions-layout-hook.php:4804
2751
+ #: includes/functions-layout-hook.php:4954
2752
  #, php-format
2753
  msgid "Write wrapper html, use <code>%s</code> to replace sale count output."
2754
  msgstr ""
2755
 
2756
+ #: includes/functions-layout-hook.php:1285
2757
  msgid "Featured mark"
2758
  msgstr ""
2759
 
2760
+ #: includes/functions-layout-hook.php:1294
2761
+ #: includes/functions-layout-hook.php:1438
2762
  msgid "Icon image"
2763
  msgstr ""
2764
 
2765
+ #: includes/functions-layout-hook.php:1295
2766
+ #: includes/functions-layout-hook.php:1439
2767
  msgid "Choose icon image"
2768
  msgstr ""
2769
 
2770
+ #: includes/functions-layout-hook.php:1310
2771
+ #: includes/functions-layout-hook.php:1452
2772
+ #: includes/functions-layout-hook.php:1582
2773
  #, php-format
2774
  msgid "Write wrapper html, use <code>%s</code> to replace on-sale output."
2775
  msgstr ""
2776
 
2777
+ #: includes/functions-layout-hook.php:1323
2778
+ #: includes/functions-layout-hook.php:1465
2779
  msgid "position"
2780
  msgstr ""
2781
 
2782
+ #: includes/functions-layout-hook.php:1324
2783
+ #: includes/functions-layout-hook.php:1466
2784
  msgid "Choose position."
2785
  msgstr ""
2786
 
2787
+ #: includes/functions-layout-hook.php:1358
2788
+ #: includes/functions-layout-hook.php:1500
2789
+ #: includes/functions-layout-hook.php:1609
2790
+ #: includes/functions-layout-hook.php:1709
 
 
 
 
 
 
 
2791
  msgid "Text color"
2792
  msgstr ""
2793
 
2794
+ #: includes/functions-layout-hook.php:1359
2795
+ #: includes/functions-layout-hook.php:1501
2796
+ #: includes/functions-layout-hook.php:1610
2797
+ #: includes/functions-layout-hook.php:1710
2798
+ #: includes/functions-layout-hook.php:1836
2799
+ #: includes/functions-layout-hook.php:1949
2800
  msgid "Choose text color."
2801
  msgstr ""
2802
 
2803
+ #: includes/functions-layout-hook.php:1373
2804
+ #: includes/functions-layout-hook.php:1516
2805
+ #: includes/functions-layout-hook.php:1625
2806
  msgid "Choose text font size."
2807
  msgstr ""
2808
 
2809
+ #: includes/functions-layout-hook.php:1387
2810
+ #: includes/functions-layout-hook.php:1530
2811
+ #: includes/functions-layout-hook.php:1639
2812
  msgid "Choose padding."
2813
  msgstr ""
2814
 
2815
+ #: includes/functions-layout-hook.php:1429
2816
  msgid "On sale mark"
2817
  msgstr ""
2818
 
2819
+ #: includes/functions-layout-hook.php:1722
2820
  msgid "Display quantity"
2821
  msgstr ""
2822
 
2823
+ #: includes/functions-layout-hook.php:1723
2824
  msgid "Choose display quantity input field."
2825
  msgstr ""
2826
 
2827
+ #: includes/functions-layout-hook.php:1727
2828
  #: includes/functions-settings-hook.php:46
2829
  msgid "No"
2830
  msgstr ""
2831
 
2832
+ #: includes/functions-layout-hook.php:1727
2833
  #: includes/functions-settings-hook.php:46
2834
  msgid "Yes"
2835
  msgstr ""
2836
 
2837
+ #: includes/functions-layout-hook.php:1792
2838
  msgid "Rating type"
2839
  msgstr ""
2840
 
2841
+ #: includes/functions-layout-hook.php:1793
2842
  msgid "Choose rating type."
2843
  msgstr ""
2844
 
2845
+ #: includes/functions-layout-hook.php:1807
2846
  #, php-format
2847
  msgid "Write wrapper html, use <code>%s</code> to replace rating output."
2848
  msgstr ""
2849
 
2850
+ #: includes/functions-layout-hook.php:1835
2851
+ #: includes/functions-layout-hook.php:1948
2852
  msgid "Text Color"
2853
  msgstr ""
2854
 
2855
+ #: includes/functions-layout-hook.php:1910
2856
  msgid "Product price"
2857
  msgstr ""
2858
 
2859
+ #: includes/functions-layout-hook.php:1919
2860
  msgid "Price type"
2861
  msgstr ""
2862
 
2863
+ #: includes/functions-layout-hook.php:1920
2864
  msgid "Choose price type."
2865
  msgstr ""
2866
 
2867
+ #: includes/functions-layout-hook.php:1934
2868
  #, php-format
2869
  msgid "Write wrapper html, use <code>%s</code> to replace price output."
2870
  msgstr ""
2871
 
2872
+ #: includes/functions-layout-hook.php:3567
2873
+ msgid "Dokan store banner"
2874
+ msgstr ""
2875
+
2876
+ #: includes/functions-layout-hook.php:3577
2877
+ #: includes/functions-layout-hook.php:3696
2878
+ msgid "Width"
2879
+ msgstr ""
2880
+
2881
+ #: includes/functions-layout-hook.php:3578
2882
+ msgid "Set banner width. ex: 200px or 45%"
2883
+ msgstr ""
2884
+
2885
+ #: includes/functions-layout-hook.php:3591
2886
+ msgid "height"
2887
+ msgstr ""
2888
+
2889
+ #: includes/functions-layout-hook.php:3592
2890
+ msgid "Set banner height. ex: 200px"
2891
+ msgstr ""
2892
+
2893
+ #: includes/functions-layout-hook.php:3685
2894
+ msgid "Dokan store avatar"
2895
+ msgstr ""
2896
+
2897
+ #: includes/functions-layout-hook.php:3697
2898
+ msgid "Set avatar width. ex: 200px or 50%"
2899
+ msgstr ""
2900
+
2901
+ #: includes/functions-layout-hook.php:3793
2902
+ msgid "Order title"
2903
+ msgstr ""
2904
+
2905
+ #: includes/functions-layout-hook.php:4092
2906
+ msgid "Customer name"
2907
+ msgstr ""
2908
+
2909
+ #: includes/functions-layout-hook.php:4238
2910
+ msgid "Customer thumbnail"
2911
+ msgstr ""
2912
+
2913
+ #: includes/functions-layout-hook.php:4248
2914
+ msgid "width"
2915
+ msgstr ""
2916
+
2917
+ #: includes/functions-layout-hook.php:4249
2918
+ msgid "Set width."
2919
+ msgstr ""
2920
+
2921
+ #: includes/functions-layout-hook.php:4344
2922
+ msgid "Customer country"
2923
+ msgstr ""
2924
+
2925
+ #: includes/functions-layout-hook.php:4492
2926
+ msgid "Customer payment method"
2927
+ msgstr ""
2928
+
2929
  #: includes/functions-settings-hook.php:18
2930
  msgid "General"
2931
  msgstr ""
2966
  msgid "See all demo"
2967
  msgstr ""
2968
 
2969
+ #: includes/functions-settings-hook.php:606
2970
+ msgid "3rd party"
2971
+ msgstr ""
2972
+
2973
+ #: includes/functions-settings-hook.php:609
2974
+ msgid "YITH WooCommerce Badge Management"
2975
+ msgstr ""
2976
+
2977
+ #: includes/functions-settings-hook.php:614
2978
+ msgid "YITH WooCommerce Quick View"
2979
+ msgstr ""
2980
+
2981
+ #: includes/functions-settings-hook.php:619
2982
+ msgid "YITH WooCommerce Wishlist"
2983
+ msgstr ""
2984
+
2985
+ #: includes/functions-settings-hook.php:624
2986
+ msgid "YITH WooCommerce Brands"
2987
+ msgstr ""
2988
+
2989
+ #: includes/functions-settings-hook.php:629
2990
+ msgid "YITH WooCommerce Compare"
2991
+ msgstr ""
2992
+
2993
+ #: includes/functions-settings-hook.php:635
2994
+ #: includes/functions-settings-hook.php:675
2995
+ msgid "WooCommerce Wholesale Prices"
2996
+ msgstr ""
2997
+
2998
+ #: includes/functions-settings-hook.php:640
2999
+ msgid "TI WooCommerce Wishlist"
3000
+ msgstr ""
3001
+
3002
+ #: includes/functions-settings-hook.php:645
3003
+ msgid "WPC Countdown Timer"
3004
+ msgstr ""
3005
+
3006
+ #: includes/functions-settings-hook.php:655
3007
+ msgid "WPC Smart Quick View"
3008
+ msgstr ""
3009
+
3010
+ #: includes/functions-settings-hook.php:660
3011
+ msgid "WPC Smart Wishlist"
3012
+ msgstr ""
3013
+
3014
+ #: includes/functions-settings-hook.php:665
3015
+ msgid "Wishlist by PickPlugins"
3016
+ msgstr ""
3017
+
3018
+ #: includes/functions-settings-hook.php:670
3019
+ msgid "Wish List for WooCommerce"
3020
+ msgstr ""
3021
+
3022
+ #: includes/functions.php:328
3023
  msgid "Shortcode"
3024
  msgstr ""
3025
 
3061
  msgid "%s Settings - Update"
3062
  msgstr ""
3063
 
3064
+ #: woocommerce-products-slider.php:92
3065
  msgid "1 Minute"
3066
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@
4
  Tags: product slider, woocommerce slider, carousel slider, product category slider, woo slider, carousel slider, woocommerce product slider
5
  Requires at least: 3.8
6
  Tested up to: 5.4
7
- Stable tag: 1.13.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -142,6 +142,11 @@ then paste this shortcode anywhere in your page to display slider<br />
142
  == Changelog ==
143
 
144
 
 
 
 
 
 
145
  = 1.13.11 =
146
  * 2020-04-10 add - "Easy digital downloads" plugin downloads slider
147
  * 2020-04-10 add - add element "EDD price" under layout builder
4
  Tags: product slider, woocommerce slider, carousel slider, product category slider, woo slider, carousel slider, woocommerce product slider
5
  Requires at least: 3.8
6
  Tested up to: 5.4
7
+ Stable tag: 1.13.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
142
  == Changelog ==
143
 
144
 
145
+ = 1.13.12 =
146
+ * 2020-05-17 update - Minor css update
147
+ * 2020-05-17 update - Variable sanitization issue fixed
148
+ * 2020-05-17 fix - Textdomain issued
149
+
150
  = 1.13.11 =
151
  * 2020-04-10 add - "Easy digital downloads" plugin downloads slider
152
  * 2020-04-10 add - add element "EDD price" under layout builder
woocommerce-products-slider.php CHANGED
@@ -3,9 +3,9 @@
3
  Plugin Name: PickPlugins Product Slider for WooCommerce
4
  Plugin URI: http://pickplugins.com/items/woocommerce-product-slider-for-wordpress/
5
  Description: Fully responsive and mobile ready Carousel Slider for your WooCommerce product. unlimited slider anywhere via short-codes and easy admin setting.
6
- Version: 1.13.11
7
  WC requires at least: 3.0.0
8
- WC tested up to: 4.0
9
  Author: PickPlugins
10
  Text Domain: woocommerce-products-slider
11
  Author URI: http://pickplugins.com
@@ -23,7 +23,7 @@ class WoocommerceProductsSlider{
23
  define('wcps_plugin_url', plugins_url('/', __FILE__) );
24
  define('wcps_plugin_dir', plugin_dir_path( __FILE__ ) );
25
  define('wcps_plugin_name', 'PickPlugins Product Slider' );
26
- define('wcps_plugin_version', '1.13.11' );
27
 
28
  require_once( wcps_plugin_dir . 'includes/class-post-types.php');
29
  require_once( wcps_plugin_dir . 'includes/class-metabox-wcps.php');
3
  Plugin Name: PickPlugins Product Slider for WooCommerce
4
  Plugin URI: http://pickplugins.com/items/woocommerce-product-slider-for-wordpress/
5
  Description: Fully responsive and mobile ready Carousel Slider for your WooCommerce product. unlimited slider anywhere via short-codes and easy admin setting.
6
+ Version: 1.13.12
7
  WC requires at least: 3.0.0
8
+ WC tested up to: 4.1
9
  Author: PickPlugins
10
  Text Domain: woocommerce-products-slider
11
  Author URI: http://pickplugins.com
23
  define('wcps_plugin_url', plugins_url('/', __FILE__) );
24
  define('wcps_plugin_dir', plugin_dir_path( __FILE__ ) );
25
  define('wcps_plugin_name', 'PickPlugins Product Slider' );
26
+ define('wcps_plugin_version', '1.13.12' );
27
 
28
  require_once( wcps_plugin_dir . 'includes/class-post-types.php');
29
  require_once( wcps_plugin_dir . 'includes/class-metabox-wcps.php');