Booking Calendar - Version 8.8.1

Version Description

  • Changes in all versions:
    • New. Configure title of submit button in the booking form. (8.8.1.14)
    • Support. WordPress 5.7 support (8.8.1.10)
    • Translation Swedish translation [100% completed] by Mikael Gransson
    • Improvement. Empty Trash button working in more fast optimized way. Emails not not send about the deleting bookings from the trash in this case. (8.8.1.1)
    • Fix. Issue of selection or deselection of all checkboxes, if clicked at the head of table at "master checkbox" in booking Listing or in resource list tables (8.8.1.15)
    • Fix. TypeError: inp_value.trim is not a function. (In 'inp_value.trim()', 'inp_value.trim' is undefined) (8.8.1.3)
    • Fix. Issue of having spaces between booking rows in Booking Listing page (8.8.1.10)
    • Fix. Issue of not selecting checkboxes if clicked on lablels in some situations. (8.8.1.11)
  • Changes in Personal / Business Small / Business Medium / Business Large / MultiUser versions:
    • New. Stripe payment methods: Alipay, iDEAL, Bancontact, giropay, P24, EPS, Sofort, SEPA Direct Debit, GrabPay, FPX, Bacs Direct Debit (8.8.1.12) (Business Small/Medium/Large, MultiUser)
    • New. Ability to use custom fields shortcodes in the search results at the Booking > Settings > Search page, like [booking_city] for showing such additional parameters in search results. Please check more here https://wpbookingcalendar.com/faq/selecting-tags-in-search-form/ (8.8.1.4) (Business Large, MultiUser)
    • Improvement Do not check about required fields in "Wizard (several steps)" booking form configuration, while going to previous step. (8.8.1.5) (Personal, Business Small/Medium/Large, MultiUser)
    • Fix. Issue of not updating deposit and balance cost for the booking, if activated this option "Do not show payment form, after submit booking form". (8.8.1.9) (Business Small/Medium/Large, MultiUser)
    • Fix. Update payment method names for Payment Service Provider 'Sisow' - iDEAL. Some of payment methods was old or have old names. (8.8.1.8) (Personal, Business Small/Medium/Large, MultiUser)
    • Fix. Show warning 'The booked dates already in the past.', if visitor try to cancel or edit own booking, that already in the past. (8.8.1.2) (Personal, Business Small/Medium/Large, MultiUser)
    • Fix. Showing incorrectly Booking Listing page , if "Content of booking fields data" form start from
      html tag. (8.8.1.6) (Personal, Business Small/Medium/Large, MultiUser)
    • Under Hub. Ability to set page exception to not apply change over days functionality at the page with URI '/page-no-change-over/'. It's possible to change this URL in the file ../wp-content/plugins/{Booking Calendar Folder}/inc/bs/biz_s.php at this code: $exceptionpages
Download this release

Release Info

Developer wpdevelop
Plugin Icon 128x128 Booking Calendar
Version 8.8.1
Comparing to
See all releases

Code changes from version 8.8 to 8.8.1

Files changed (54) hide show
  1. core/admin/api-settings.php +16 -1
  2. core/admin/page-email-approved.php +1 -1
  3. core/admin/page-email-deleted.php +1 -1
  4. core/admin/page-email-deny.php +1 -1
  5. core/admin/page-email-new-admin.php +1 -1
  6. core/admin/page-email-new-visitor.php +1 -1
  7. core/admin/page-email-trash.php +1 -1
  8. core/admin/page-form-free.php +50 -7
  9. core/admin/wpbc-class-listing.php +1 -1
  10. core/admin/wpbc-sql.php +2 -2
  11. core/any/css/admin-support.css +2 -1
  12. core/lib/wpbc-ajax.php +55 -31
  13. core/lib/wpbc_all_translations.php +3 -3
  14. core/lib/wpbc_all_translations1.php +11 -0
  15. core/lib/wpdev-booking-class.php +0 -2
  16. core/timeline/v2/_out/timeline_v2.js +2 -2
  17. core/timeline/v2/_out/timeline_v2.min.js +2 -2
  18. core/wpbc-activation.php +3 -1
  19. core/wpbc-constants.php +1 -1
  20. core/wpbc-dates.php +23 -0
  21. core/wpbc-emails.php +1 -1
  22. css/admin-skin.css +19 -0
  23. js/admin.js +6 -7
  24. js/client.js +34 -7
  25. js/wpbc_times.js +1 -1
  26. languages/booking-ar_SA.mo +0 -0
  27. languages/booking-bg_BG.mo +0 -0
  28. languages/booking-da_DK.mo +0 -0
  29. languages/booking-de_DE.mo +0 -0
  30. languages/booking-el.mo +0 -0
  31. languages/booking-es_ES.mo +0 -0
  32. languages/booking-fi.mo +0 -0
  33. languages/booking-fr_FR.mo +0 -0
  34. languages/booking-gl_ES.mo +0 -0
  35. languages/booking-he_IL.mo +0 -0
  36. languages/booking-hu_HU.mo +0 -0
  37. languages/booking-it_IT.mo +0 -0
  38. languages/booking-nb_NO.mo +0 -0
  39. languages/booking-nl_NL.mo +0 -0
  40. languages/booking-pl_PL.mo +0 -0
  41. languages/booking-pt_BR.mo +0 -0
  42. languages/booking-pt_PT.mo +0 -0
  43. languages/booking-ro_RO.mo +0 -0
  44. languages/booking-ru_RU.mo +0 -0
  45. languages/booking-sl_SI.mo +0 -0
  46. languages/booking-sv_SE.mo +0 -0
  47. languages/booking-th_TH.mo +0 -0
  48. languages/booking-tr_TR.mo +0 -0
  49. languages/booking-uk.mo +0 -0
  50. languages/booking-zh_CN.mo +0 -0
  51. languages/booking-zh_TW.mo +0 -0
  52. languages/booking.pot +2030 -1981
  53. readme.txt +47 -26
  54. wpdev-booking.php +3 -3
core/admin/api-settings.php CHANGED
@@ -356,7 +356,22 @@ class WPBC_Settings_API_General extends WPBC_Settings_API {
356
  , 'description_tag' => 'p'
357
  , 'group' => 'form'
358
  );
359
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
360
  // <editor-fold defaultstate="collapsed" desc=" L e g e n d I t e m s " >
361
  // Legend Items ////////////////////////////////////////////////////////
362
  $this->fields['booking_is_show_legend'] = array(
356
  , 'description_tag' => 'p'
357
  , 'group' => 'form'
358
  );
359
+
360
+ // if ( class_exists( 'wpdev_bk_personal' ) ){ //FixIn: 8.8.1.14
361
+ //
362
+ // $this->fields['booking_send_button_title'] = array(
363
+ // 'type' => 'text'
364
+ // , 'default' => $default_options_values['booking_send_button_title'] // 'Send'
365
+ // , 'placeholder' => __( 'Send', 'booking' )
366
+ // , 'title' => __( 'Title of send button' ,'booking' )
367
+ // , 'description' => sprintf(__('Enter %stitle of submit button%s in the booking form' ,'booking'),'<b>','</b>')
368
+ // , 'description_tag' => 'p'
369
+ // , 'css' => 'width:100%'
370
+ // , 'group' => 'form'
371
+ // , 'tr_class' => 'wpbc_send_button_title'
372
+ // );
373
+ // }
374
+
375
  // <editor-fold defaultstate="collapsed" desc=" L e g e n d I t e m s " >
376
  // Legend Items ////////////////////////////////////////////////////////
377
  $this->fields['booking_is_show_legend'] = array(
core/admin/page-email-approved.php CHANGED
@@ -838,7 +838,7 @@ class WPBC_Settings_Page_Email_Approved extends WPBC_Page_Structure {
838
  if ( $email_result )
839
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
840
  else
841
- wpbc_show_message ( __('Email had not sent. Some error occuered.', 'booking'), 5 ,'error' );
842
  }
843
  }
844
 
838
  if ( $email_result )
839
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
840
  else
841
+ wpbc_show_message ( __('Email was not sent. An error occurred.', 'booking'), 5 ,'error' );
842
  }
843
  }
844
 
core/admin/page-email-deleted.php CHANGED
@@ -834,7 +834,7 @@ class WPBC_Settings_Page_Email_Deleted extends WPBC_Page_Structure {
834
  if ( $email_result )
835
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
836
  else
837
- wpbc_show_message ( __('Email had not sent. Some error occuered.', 'booking'), 5 ,'error' );
838
  }
839
  }
840
 
834
  if ( $email_result )
835
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
836
  else
837
+ wpbc_show_message ( __('Email was not sent. An error occurred.', 'booking'), 5 ,'error' );
838
  }
839
  }
840
 
core/admin/page-email-deny.php CHANGED
@@ -834,7 +834,7 @@ class WPBC_Settings_Page_Email_Deny extends WPBC_Page_Structure {
834
  if ( $email_result )
835
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
836
  else
837
- wpbc_show_message ( __('Email had not sent. Some error occuered.', 'booking'), 5 ,'error' );
838
  }
839
  }
840
 
834
  if ( $email_result )
835
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
836
  else
837
+ wpbc_show_message ( __('Email was not sent. An error occurred.', 'booking'), 5 ,'error' );
838
  }
839
  }
840
 
core/admin/page-email-new-admin.php CHANGED
@@ -825,7 +825,7 @@ class WPBC_Settings_Page_Email_NewAdmin extends WPBC_Page_Structure {
825
  if ( $email_result )
826
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
827
  else
828
- wpbc_show_message ( __('Email had not sent. Some error occuered.', 'booking'), 5 ,'error' );
829
  }
830
 
831
  /*
825
  if ( $email_result )
826
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
827
  else
828
+ wpbc_show_message ( __('Email was not sent. An error occurred.', 'booking'), 5 ,'error' );
829
  }
830
 
831
  /*
core/admin/page-email-new-visitor.php CHANGED
@@ -813,7 +813,7 @@ class WPBC_Settings_Page_Email_NewVisitor extends WPBC_Page_Structure {
813
  if ( $email_result )
814
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
815
  else
816
- wpbc_show_message ( __('Email had not sent. Some error occuered.', 'booking'), 5 ,'error' );
817
  }
818
  }
819
 
813
  if ( $email_result )
814
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
815
  else
816
+ wpbc_show_message ( __('Email was not sent. An error occurred.', 'booking'), 5 ,'error' );
817
  }
818
  }
819
 
core/admin/page-email-trash.php CHANGED
@@ -839,7 +839,7 @@ class WPBC_Settings_Page_Email_Trash extends WPBC_Page_Structure {
839
  if ( $email_result )
840
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
841
  else
842
- wpbc_show_message ( __('Email had not sent. Some error occuered.', 'booking'), 5 ,'error' );
843
  }
844
  }
845
 
839
  if ( $email_result )
840
  wpbc_show_message ( __('Email sent to ', 'booking') . $this->mail_api()->get_from__email_address() , 5 );
841
  else
842
+ wpbc_show_message ( __('Email was not sent. An error occurred.', 'booking'), 5 ,'error' );
843
  }
844
  }
845
 
core/admin/page-form-free.php CHANGED
@@ -207,10 +207,42 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
207
  ?><input type="hidden" name="reset_to_default_form" id="reset_to_default_form" value="" /><?php
208
  ?><input type="hidden" name="booking_form_structure_type" id="booking_form_structure_type" value="<?php echo get_bk_option( 'booking_form_structure_type' ); ?>" /><?php
209
 
210
- $this->show_booking_form_fields_table( $booking_form_structure );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
  ?>
213
- <div class="clear" style="height:20px;"></div>
214
  <input type="submit" value="<?php _e('Save Changes','booking'); ?>" class="button button-primary wpbc_submit_button" />
215
  </form>
216
  </span>
@@ -242,6 +274,9 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
242
  // Update booking form structure
243
  update_bk_option( 'booking_form_structure_type', WPBC_Settings_API::validate_text_post_static( 'booking_form_structure_type' ) );
244
 
 
 
 
245
  $skip_obligatory_field_types = array( 'calendar', 'submit', 'captcha', 'email' );
246
 
247
  $if_exist_required = array( 'rangetime' ); //FixIn: TimeFreeGenerator
@@ -295,14 +330,14 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
295
  , 'obligatory' => 'On'
296
  , 'active' => 'On'
297
  , 'required' => 'On'
298
- , 'label' => __('Send', 'booking')
299
  );
300
  //debuge($visual_form_structure);
301
  update_bk_option( 'booking_form_visual', $visual_form_structure );
302
 
303
  update_bk_option( 'booking_form', str_replace( '\\n\\', '', $this->get_form_in__shortcodes( $visual_form_structure ) ) );
304
  update_bk_option( 'booking_form_show', str_replace( '\\n\\', '', $this->get_form_show_in__shortcodes() ) );
305
-
306
  wpbc_show_changes_saved_message();
307
  }
308
 
@@ -418,7 +453,7 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
418
  , 'obligatory' => 'On'
419
  , 'active' => 'On'
420
  , 'required' => 'On'
421
- , 'label' => __('Send', 'booking')
422
  );
423
 
424
  return $visual_form_structure;
@@ -576,7 +611,11 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
576
  }
577
 
578
  $my_form.='<div class="form-group">[captcha]</div>' . "\n";
579
- $my_form.='<div class="form-group"><button class="btn btn-default" type="button" onclick="mybooking_submit(this.form,'.$my_boook_type.',\''.wpbc_get_booking_locale().'\');" >'.__('Send' ,'booking').'</button></div>' . "\n";
 
 
 
 
580
 
581
  //FixIn: 8.0.1.5
582
  $my_form .= ' </div>' . "\n"; // .wpbc_structure_form || .wpbc_structure_submit
@@ -701,7 +740,11 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
701
 
702
 
703
  $my_form.=' <p>[captcha]</p>' . "\n";
704
- $my_form.=' <p>[submit class:btn "Send"]</p>' . "\n";
 
 
 
 
705
 
706
  //FixIn: 8.0.1.5
707
  $my_form .= ' </div>' . "\n"; // .wpbc_structure_form
207
  ?><input type="hidden" name="reset_to_default_form" id="reset_to_default_form" value="" /><?php
208
  ?><input type="hidden" name="booking_form_structure_type" id="booking_form_structure_type" value="<?php echo get_bk_option( 'booking_form_structure_type' ); ?>" /><?php
209
 
210
+ $this->show_booking_form_fields_table( $booking_form_structure );
211
+
212
+ ?><div class="clear" style="height:10px;"></div><?php
213
+
214
+ if ( true ){ //FixIn: 8.8.1.14
215
+
216
+ $default_options_values = wpbc_get_default_options();
217
+
218
+ ?><table class="form-table"><?php
219
+
220
+ $field_name = 'booking_send_button_title';
221
+ $form_title_value = ( empty( get_bk_option( 'booking_send_button_title' ) ) ? $default_options_values['booking_send_button_title'] : get_bk_option( 'booking_send_button_title' ) );
222
+
223
+ WPBC_Settings_API::field_text_row_static( $field_name . '_name'
224
+ , array(
225
+ 'type' => 'text'
226
+ , 'title' => __( 'Title of send button' ,'booking' )
227
+ , 'disabled' => false
228
+ , 'class' => ''
229
+ , 'css' => 'width:100%'
230
+ , 'placeholder' => __( 'Send', 'booking' )
231
+ , 'description' => sprintf(__('Enter %stitle of submit button%s in the booking form' ,'booking'),'<b>','</b>')
232
+ , 'group' => 'form'
233
+ , 'tr_class' => 'wpbc_send_button_title'
234
+ , 'only_field' => false
235
+ , 'description_tag' => 'p'
236
+ , 'value' => $form_title_value // 'Send'
237
+ , 'attr' => array()
238
+ )
239
+ , true
240
+ );
241
+ ?></table><?php
242
+ }
243
 
244
  ?>
245
+ <div class="clear" style="height:5px;"></div>
246
  <input type="submit" value="<?php _e('Save Changes','booking'); ?>" class="button button-primary wpbc_submit_button" />
247
  </form>
248
  </span>
274
  // Update booking form structure
275
  update_bk_option( 'booking_form_structure_type', WPBC_Settings_API::validate_text_post_static( 'booking_form_structure_type' ) );
276
 
277
+ update_bk_option( 'booking_send_button_title', WPBC_Settings_API::validate_text_post_static( 'booking_send_button_title_name' ) );
278
+
279
+
280
  $skip_obligatory_field_types = array( 'calendar', 'submit', 'captcha', 'email' );
281
 
282
  $if_exist_required = array( 'rangetime' ); //FixIn: TimeFreeGenerator
330
  , 'obligatory' => 'On'
331
  , 'active' => 'On'
332
  , 'required' => 'On'
333
+ , 'label' => get_bk_option( 'booking_send_button_title' ) //FixIn: 8.8.1.14 // __('Send', 'booking')
334
  );
335
  //debuge($visual_form_structure);
336
  update_bk_option( 'booking_form_visual', $visual_form_structure );
337
 
338
  update_bk_option( 'booking_form', str_replace( '\\n\\', '', $this->get_form_in__shortcodes( $visual_form_structure ) ) );
339
  update_bk_option( 'booking_form_show', str_replace( '\\n\\', '', $this->get_form_show_in__shortcodes() ) );
340
+ //debuge(get_bk_option( 'booking_form') );
341
  wpbc_show_changes_saved_message();
342
  }
343
 
453
  , 'obligatory' => 'On'
454
  , 'active' => 'On'
455
  , 'required' => 'On'
456
+ , 'label' => get_bk_option( 'booking_send_button_title' ) //FixIn: 8.8.1.14 // __('Send', 'booking')
457
  );
458
 
459
  return $visual_form_structure;
611
  }
612
 
613
  $my_form.='<div class="form-group">[captcha]</div>' . "\n";
614
+ //FixIn: 8.8.1.14
615
+ $submit_button_title = str_replace( '"','', html_entity_decode( esc_js( apply_bk_filter( 'wpdev_check_for_active_language', get_bk_option( 'booking_send_button_title' ) ) ),ENT_QUOTES) );
616
+ $my_form.='<div class="form-group"><button class="btn btn-default" type="button" onclick="mybooking_submit(this.form,'.$my_boook_type.',\''.wpbc_get_booking_locale().'\');" >'
617
+ . $submit_button_title
618
+ . '</button></div>' . "\n";
619
 
620
  //FixIn: 8.0.1.5
621
  $my_form .= ' </div>' . "\n"; // .wpbc_structure_form || .wpbc_structure_submit
740
 
741
 
742
  $my_form.=' <p>[captcha]</p>' . "\n";
743
+ //$my_form.=' <p>[submit class:btn "Send"]</p>' . "\n";
744
+
745
+ //FixIn: 8.8.1.14
746
+ $submit_button_title = str_replace( '"','', html_entity_decode( esc_js( apply_bk_filter( 'wpdev_check_for_active_language', get_bk_option( 'booking_send_button_title' ) ) ),ENT_QUOTES) );
747
+ $my_form.=' <p>[submit class:btn "' . $submit_button_title .'"]</p>' . "\n";
748
 
749
  //FixIn: 8.0.1.5
750
  $my_form .= ' </div>' . "\n"; // .wpbc_structure_form
core/admin/wpbc-class-listing.php CHANGED
@@ -159,7 +159,7 @@ class WPBC_Booking_Listing_Table {
159
  $availbale_locales_in_system = get_available_languages();
160
  $print_data = apply_bk_filter( 'wpbc_print_get_header', array( array() ) ); // P
161
  $bk_key = 0;
162
-
163
  foreach ( $this->bookings as $bk ) {
164
  $bk_key++;
165
 
159
  $availbale_locales_in_system = get_available_languages();
160
  $print_data = apply_bk_filter( 'wpbc_print_get_header', array( array() ) ); // P
161
  $bk_key = 0;
162
+
163
  foreach ( $this->bookings as $bk ) {
164
  $bk_key++;
165
 
core/admin/wpbc-sql.php CHANGED
@@ -744,10 +744,10 @@ function wpbc_get_bookings_objects( $args ){
744
  )
745
  );
746
  //debuge($cont);
747
- $search = array( "'(<br[ ]?[/]?>)+'si", "'(<p[ ]?[/]?>)+'si", "'(<div[ ]?[/]?>)+'si" );
748
  $replace = array( "&nbsp;&nbsp;", " &nbsp; ", " &nbsp; " );
749
  $cont['content'] = preg_replace( $search, $replace, $cont['content'] );
750
- //debuge( $cont);
751
  $bookings[$booking->booking_id]->form_show = $cont['content'];
752
  unset( $cont['content'] );
753
  $bookings[$booking->booking_id]->form_data = $cont;
744
  )
745
  );
746
  //debuge($cont);
747
+ $search = array( "'(<br[ ]?[/]?>)+'si", "'(<[/]?p[ ]?>)+'si"/*, "'(<[/]?div[ ]?>)+'si"*/ ); //FixIn: 8.8.1.6
748
  $replace = array( "&nbsp;&nbsp;", " &nbsp; ", " &nbsp; " );
749
  $cont['content'] = preg_replace( $search, $replace, $cont['content'] );
750
+ //debuge( htmlentities( $cont['content'] ) );die;
751
  $bookings[$booking->booking_id]->form_show = $cont['content'];
752
  unset( $cont['content'] );
753
  $bookings[$booking->booking_id]->form_data = $cont;
core/any/css/admin-support.css CHANGED
@@ -375,7 +375,8 @@ table.wpbc_sort_table {
375
  height: 0;
376
  }
377
  .clearfix-height {
378
- display: inline-block;
 
379
  }
380
  html[xmlns] .clearfix-height {
381
  display: block;
375
  height: 0;
376
  }
377
  .clearfix-height {
378
+ /*display: inline-block;*/
379
+ display: block; /* //FixIn: 8.8.1.10 */
380
  }
381
  html[xmlns] .clearfix-height {
382
  display: block;
core/lib/wpbc-ajax.php CHANGED
@@ -325,49 +325,73 @@ function wpbc_ajax_EMPTY_TRASH() { //FixIn: 8.5.2.24
325
  $user_id = intval( $_POST['user_id'] );
326
  make_bk_action('check_multiuser_params_for_client_side_by_user_id', $user_id );
327
 
 
 
328
 
329
- $sql = "SELECT * FROM {$wpdb->prefix}booking as bk WHERE bk.trash = 1";
 
 
 
 
 
 
 
330
 
331
- $sql = apply_bk_filter('update_where_sql_for_getting_bookings_in_multiuser', $sql , $user_id ); // Get booking resources of this user only: $user_id
 
 
 
 
 
 
 
332
 
333
- $bookings_in_trash = $wpdb->get_results( $sql ); //Get ID of all bookings in a trash.
334
 
335
- //debuge($sql, $bookings_in_trash );
336
 
337
- $bookings_id_in_trash_arr = array();
338
 
339
- foreach ( $bookings_in_trash as $booking_obj ) {
340
- $bookings_id_in_trash_arr[] = $booking_obj->booking_id;
341
- }
342
 
343
- if ( ! empty( $bookings_id_in_trash_arr ) ) {
 
 
 
 
 
 
344
 
345
- $bookings_id_in_trash_str = implode( ',', $bookings_id_in_trash_arr );
346
 
347
- $is_send_emeils = 0; // Set here to 1, if need to send emails after Empty Trash
348
- if ( ! empty( $is_send_emeils ) ) {
349
- $approved_id_str = wpbc_clean_like_string_for_db( $bookings_id_in_trash_str );
350
- wpbc_send_email_deleted( $approved_id_str, $is_send_emeils, __( 'Empty Trash', 'booking' ) );
 
 
 
 
 
 
 
 
 
 
 
351
  }
352
 
353
- if ( false === $wpdb->query( "DELETE FROM {$wpdb->prefix}bookingdates WHERE booking_id IN ({$bookings_id_in_trash_str})" ) ) {
354
- ?>
355
- <script type="text/javascript">
356
- var my_message = '<?php echo html_entity_decode( esc_js( get_debuge_error( 'Error during deleting dates in DB', __FILE__, __LINE__ ) ), ENT_QUOTES ); ?>';
357
- wpbc_admin_show_message( my_message, 'error', 30000 );
358
- </script> <?php
359
- die();
360
- }
 
 
361
 
362
- if ( false === $wpdb->query( "DELETE FROM {$wpdb->prefix}booking WHERE booking_id IN ({$bookings_id_in_trash_str})" ) ) {
363
- ?>
364
- <script type="text/javascript">
365
- var my_message = '<?php echo html_entity_decode( esc_js( get_debuge_error( 'Error during deleting booking in DB', __FILE__, __LINE__ ) ), ENT_QUOTES ); ?>';
366
- wpbc_admin_show_message( my_message, 'error', 30000 );
367
- </script> <?php
368
- die();
369
- }
370
- }
371
  ?><script type="text/javascript">
372
  <?php foreach ($bookings_id_in_trash_arr as $bk_id) { ?>
373
  set_booking_row_deleted_in_timeline(<?php echo $bk_id ?>);
325
  $user_id = intval( $_POST['user_id'] );
326
  make_bk_action('check_multiuser_params_for_client_side_by_user_id', $user_id );
327
 
328
+ //FixIn: 8.8.0.1
329
+ if ( true ) {
330
 
331
+ if ( false === $wpdb->query( "DELETE FROM {$wpdb->prefix}bookingdates WHERE booking_id IN (SELECT booking_id FROM {$wpdb->prefix}booking as bk WHERE bk.trash = 1 )" ) ) {
332
+ ?>
333
+ <script type="text/javascript">
334
+ var my_message = '<?php echo html_entity_decode( esc_js( get_debuge_error( 'Error during deleting dates in DB', __FILE__, __LINE__ ) ), ENT_QUOTES ); ?>';
335
+ wpbc_admin_show_message( my_message, 'error', 30000 );
336
+ </script> <?php
337
+ die();
338
+ }
339
 
340
+ if ( false === $wpdb->query( "DELETE FROM {$wpdb->prefix}booking WHERE trash = 1" ) ) {
341
+ ?>
342
+ <script type="text/javascript">
343
+ var my_message = '<?php echo html_entity_decode( esc_js( get_debuge_error( 'Error during deleting booking in DB', __FILE__, __LINE__ ) ), ENT_QUOTES ); ?>';
344
+ wpbc_admin_show_message( my_message, 'error', 30000 );
345
+ </script> <?php
346
+ die();
347
+ }
348
 
349
+ } else {
350
 
351
+ $sql = "SELECT * FROM {$wpdb->prefix}booking as bk WHERE bk.trash = 1";
352
 
353
+ $sql = apply_bk_filter('update_where_sql_for_getting_bookings_in_multiuser', $sql , $user_id ); // Get booking resources of this user only: $user_id
354
 
355
+ $bookings_in_trash = $wpdb->get_results( $sql ); //Get ID of all bookings in a trash.
 
 
356
 
357
+ //debuge($sql, $bookings_in_trash );
358
+
359
+ $bookings_id_in_trash_arr = array();
360
+
361
+ foreach ( $bookings_in_trash as $booking_obj ) {
362
+ $bookings_id_in_trash_arr[] = $booking_obj->booking_id;
363
+ }
364
 
365
+ if ( ! empty( $bookings_id_in_trash_arr ) ) {
366
 
367
+ $bookings_id_in_trash_str = implode( ',', $bookings_id_in_trash_arr );
368
+
369
+ $is_send_emeils = 0; // Set here to 1, if need to send emails after Empty Trash
370
+ if ( ! empty( $is_send_emeils ) ) {
371
+ $approved_id_str = wpbc_clean_like_string_for_db( $bookings_id_in_trash_str );
372
+ wpbc_send_email_deleted( $approved_id_str, $is_send_emeils, __( 'Empty Trash', 'booking' ) );
373
+ }
374
+
375
+ if ( false === $wpdb->query( "DELETE FROM {$wpdb->prefix}bookingdates WHERE booking_id IN ({$bookings_id_in_trash_str})" ) ) {
376
+ ?>
377
+ <script type="text/javascript">
378
+ var my_message = '<?php echo html_entity_decode( esc_js( get_debuge_error( 'Error during deleting dates in DB', __FILE__, __LINE__ ) ), ENT_QUOTES ); ?>';
379
+ wpbc_admin_show_message( my_message, 'error', 30000 );
380
+ </script> <?php
381
+ die();
382
  }
383
 
384
+ if ( false === $wpdb->query( "DELETE FROM {$wpdb->prefix}booking WHERE booking_id IN ({$bookings_id_in_trash_str})" ) ) {
385
+ ?>
386
+ <script type="text/javascript">
387
+ var my_message = '<?php echo html_entity_decode( esc_js( get_debuge_error( 'Error during deleting booking in DB', __FILE__, __LINE__ ) ), ENT_QUOTES ); ?>';
388
+ wpbc_admin_show_message( my_message, 'error', 30000 );
389
+ </script> <?php
390
+ die();
391
+ }
392
+ }
393
+ }
394
 
 
 
 
 
 
 
 
 
 
395
  ?><script type="text/javascript">
396
  <?php foreach ($bookings_id_in_trash_arr as $bk_id) { ?>
397
  set_booking_row_deleted_in_timeline(<?php echo $bk_id ?>);
core/lib/wpbc_all_translations.php CHANGED
@@ -211,7 +211,7 @@
211
  $wpbc_all_translations[] = __('Type', 'booking');
212
  $wpbc_all_translations[] = __('Help', 'booking');
213
  $wpbc_all_translations[] = __('Email sent to ', 'booking');
214
- $wpbc_all_translations[] = __('Email had not sent. Some error occuered.', 'booking');
215
  $wpbc_all_translations[] = __('Settings saved.', 'booking');
216
  $wpbc_all_translations[] = __('If empty then title defined as WordPress', 'booking');
217
  $wpbc_all_translations[] = __('Email different from website DNS, its can be a reason of not delivery emails. Please use the email withing the same domain as your website!', 'booking');
@@ -244,7 +244,9 @@
244
  $wpbc_all_translations[] = __('Upgrade to higher versions', 'booking');
245
  $wpbc_all_translations[] = __('Form Field Configuration', 'booking');
246
  $wpbc_all_translations[] = __('You can add %sTime Slots%s to booking form, by activating and configure %sTime Slots%s field in booking form (below) or by adding this field from (above) toolbar.', 'booking');
 
247
  $wpbc_all_translations[] = __('Send', 'booking');
 
248
  $wpbc_all_translations[] = __('Reset to default form', 'booking');
249
  $wpbc_all_translations[] = __('Do you really want to do this ?', 'booking');
250
  $wpbc_all_translations[] = __('Add New Field', 'booking');
@@ -994,6 +996,4 @@
994
  $wpbc_all_translations[] = __('February', 'booking');
995
  $wpbc_all_translations[] = __('March', 'booking');
996
  $wpbc_all_translations[] = __('April', 'booking');
997
- $wpbc_all_translations[] = __('May', 'booking');
998
- $wpbc_all_translations[] = __('June', 'booking');
999
  }
211
  $wpbc_all_translations[] = __('Type', 'booking');
212
  $wpbc_all_translations[] = __('Help', 'booking');
213
  $wpbc_all_translations[] = __('Email sent to ', 'booking');
214
+ $wpbc_all_translations[] = __('Email was not sent. An error occurred.', 'booking');
215
  $wpbc_all_translations[] = __('Settings saved.', 'booking');
216
  $wpbc_all_translations[] = __('If empty then title defined as WordPress', 'booking');
217
  $wpbc_all_translations[] = __('Email different from website DNS, its can be a reason of not delivery emails. Please use the email withing the same domain as your website!', 'booking');
244
  $wpbc_all_translations[] = __('Upgrade to higher versions', 'booking');
245
  $wpbc_all_translations[] = __('Form Field Configuration', 'booking');
246
  $wpbc_all_translations[] = __('You can add %sTime Slots%s to booking form, by activating and configure %sTime Slots%s field in booking form (below) or by adding this field from (above) toolbar.', 'booking');
247
+ $wpbc_all_translations[] = __('Title of send button', 'booking');
248
  $wpbc_all_translations[] = __('Send', 'booking');
249
+ $wpbc_all_translations[] = __('Enter %stitle of submit button%s in the booking form', 'booking');
250
  $wpbc_all_translations[] = __('Reset to default form', 'booking');
251
  $wpbc_all_translations[] = __('Do you really want to do this ?', 'booking');
252
  $wpbc_all_translations[] = __('Add New Field', 'booking');
996
  $wpbc_all_translations[] = __('February', 'booking');
997
  $wpbc_all_translations[] = __('March', 'booking');
998
  $wpbc_all_translations[] = __('April', 'booking');
 
 
999
  }
core/lib/wpbc_all_translations1.php CHANGED
@@ -1,4 +1,6 @@
1
  <?php function wpbc_all_translations2() { $wpbc_all_translations = array();
 
 
2
  $wpbc_all_translations[] = __('July', 'booking');
3
  $wpbc_all_translations[] = __('August', 'booking');
4
  $wpbc_all_translations[] = __('September', 'booking');
@@ -847,4 +849,13 @@
847
  $wpbc_all_translations[] = __('columns', 'booking');
848
  $wpbc_all_translations[] = __('2 columns with times', 'booking');
849
  $wpbc_all_translations[] = __('Time slots', 'booking');
 
 
 
 
 
 
 
 
 
850
  }
1
  <?php function wpbc_all_translations2() { $wpbc_all_translations = array();
2
+ $wpbc_all_translations[] = __('May', 'booking');
3
+ $wpbc_all_translations[] = __('June', 'booking');
4
  $wpbc_all_translations[] = __('July', 'booking');
5
  $wpbc_all_translations[] = __('August', 'booking');
6
  $wpbc_all_translations[] = __('September', 'booking');
849
  $wpbc_all_translations[] = __('columns', 'booking');
850
  $wpbc_all_translations[] = __('2 columns with times', 'booking');
851
  $wpbc_all_translations[] = __('Time slots', 'booking');
852
+ $wpbc_all_translations[] = __('The booked dates already in the past', 'booking');
853
+ $wpbc_all_translations[] = __('Card', 'booking');
854
+ $wpbc_all_translations[] = __('Payment Methods', 'booking');
855
+ $wpbc_all_translations[] = __('Select one or several payment methods.', 'booking');
856
+ $wpbc_all_translations[] = __('Use Ctrl button to select multiple options.', 'booking');
857
+ $wpbc_all_translations[] = __('Different payment methods require different conditions. Some payment methods require selection of EUR currency, other available only in specific countries.', 'booking');
858
+ $wpbc_all_translations[] = __('can only be charged in', 'booking');
859
+ $wpbc_all_translations[] = __('available only for countries', 'booking');
860
+ $wpbc_all_translations[] = __('require activation in your Stripe dashboard', 'booking');
861
  }
core/lib/wpdev-booking-class.php CHANGED
@@ -177,7 +177,6 @@ class wpdev_booking {
177
  $dates_approve = apply_bk_filter('get_bk_dates', $wpdb->get_results( $sql_req ), $approved, 0,$bk_type );
178
  }
179
 
180
- //debuge($sql_req);
181
  //FixIn: 6.1.1.18
182
  $prior_check_out_date = false;
183
  if ( ! empty( $dates_approve ) )
@@ -201,7 +200,6 @@ class wpdev_booking {
201
  }
202
  }
203
  //FixIn: 6.1.1.18 End
204
-
205
  return array($dates_array,$time_array);
206
  }
207
 
177
  $dates_approve = apply_bk_filter('get_bk_dates', $wpdb->get_results( $sql_req ), $approved, 0,$bk_type );
178
  }
179
 
 
180
  //FixIn: 6.1.1.18
181
  $prior_check_out_date = false;
182
  if ( ! empty( $dates_approve ) )
200
  }
201
  }
202
  //FixIn: 6.1.1.18 End
 
203
  return array($dates_array,$time_array);
204
  }
205
 
core/timeline/v2/_out/timeline_v2.js CHANGED
@@ -8,7 +8,7 @@ function wpbc_flextimeline_nav(timeline_obj, nav_step) {
8
  jQuery('#' + timeline_obj.html_client_id + ' .flex_tl_prev,#' + timeline_obj.html_client_id + ' .flex_tl_next').remove();
9
  jQuery('#' + timeline_obj.html_client_id + ' .flex_tl_title').html('<span class="glyphicon glyphicon-refresh wpbc_spin"></span> &nbsp Loading...'); // '<div style="height:20px;width:100%;text-align:center;margin:15px auto;">Loading ... <img style="vertical-align:middle;box-shadow:none;width:14px;" src="'+wpdev_bk_plugin_url+'/assets/img/ajax-loader.gif"><//div>'
10
 
11
- if ('function' === typeof(jQuery(".popover_click.popover_bottom").popover)) //FixIn: 7.0.1.2 - 2016-12-10
12
  jQuery('.popover_click.popover_bottom').popover('hide'); //Hide all opned popovers
13
 
14
  jQuery.ajax({
@@ -35,4 +35,4 @@ function wpbc_flextimeline_nav(timeline_obj, nav_step) {
35
  }
36
  });
37
  }
38
- //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvcmUvdGltZWxpbmUvdjIvX3NyYy90aW1lbGluZV92Mi5qcyJdLCJuYW1lcyI6WyJ3cGJjX2ZsZXh0aW1lbGluZV9uYXYiLCJ0aW1lbGluZV9vYmoiLCJuYXZfc3RlcCIsImpRdWVyeSIsInRyaWdnZXIiLCJodG1sX2NsaWVudF9pZCIsInJlbW92ZSIsImh0bWwiLCJpc0Z1bmN0aW9uIiwicG9wb3ZlciIsImFqYXgiLCJ1cmwiLCJ3cGJjX2FqYXh1cmwiLCJ0eXBlIiwic3VjY2VzcyIsImRhdGEiLCJ0ZXh0U3RhdHVzIiwiZXJyb3IiLCJYTUxIdHRwUmVxdWVzdCIsImVycm9yVGhyb3duIiwid2luZG93Iiwic3RhdHVzIiwiYWxlcnQiLCJzdGF0dXNUZXh0IiwiYWN0aW9uIiwid3BkZXZfYWN0aXZlX2xvY2FsZSIsIndwYmNfYWN0aXZlX2xvY2FsZSIsIndwYmNfbm9uY2UiLCJkb2N1bWVudCIsImdldEVsZW1lbnRCeUlkIiwidmFsdWUiXSwibWFwcGluZ3MiOiI7O0FBQ0EsU0FBU0EscUJBQVQsQ0FBZ0NDLFlBQWhDLEVBQThDQyxRQUE5QyxFQUF3RDtBQUVwREMsRUFBQUEsTUFBTSxDQUFFLDBCQUFGLENBQU4sQ0FBcUNDLE9BQXJDLENBQThDLGNBQTlDLEVBQStELENBQUVILFlBQUYsRUFBZ0JDLFFBQWhCLENBQS9ELEVBRm9ELENBRWdEO0FBRXBHO0FBQ0E7O0FBRUFDLEVBQUFBLE1BQU0sQ0FBRSxNQUFJRixZQUFZLENBQUNJLGNBQWpCLEdBQWtDLGtCQUFsQyxHQUFxREosWUFBWSxDQUFDSSxjQUFsRSxHQUFtRixnQkFBckYsQ0FBTixDQUE2R0MsTUFBN0c7QUFDQUgsRUFBQUEsTUFBTSxDQUFDLE1BQUlGLFlBQVksQ0FBQ0ksY0FBakIsR0FBa0MsaUJBQW5DLENBQU4sQ0FBNERFLElBQTVELENBQWtFLDhFQUFsRSxFQVJvRCxDQVFxRzs7QUFJekosTUFBS0osTUFBTSxDQUFDSyxVQUFQLENBQW1CTCxNQUFNLENBQUMsK0JBQUQsQ0FBTixDQUF5Q00sT0FBNUQsQ0FBTCxFQUFvRjtBQUNoRk4sSUFBQUEsTUFBTSxDQUFDLCtCQUFELENBQU4sQ0FBd0NNLE9BQXhDLENBQWlELE1BQWpELEVBYmdELENBYWdDOztBQUVwRk4sRUFBQUEsTUFBTSxDQUFDTyxJQUFQLENBQVk7QUFDUkMsSUFBQUEsR0FBRyxFQUFFQyxZQURHO0FBRVJDLElBQUFBLElBQUksRUFBQyxNQUZHO0FBR1JDLElBQUFBLE9BQU8sRUFBRSxpQkFBV0MsSUFBWCxFQUFpQkMsVUFBakIsRUFBNkI7QUFBa0M7QUFDNUQsVUFBSUEsVUFBVSxJQUFJLFNBQWxCLEVBQTZCO0FBQ3pCYixRQUFBQSxNQUFNLENBQUMsTUFBTUYsWUFBWSxDQUFDSSxjQUFuQixHQUFvQyw4QkFBckMsQ0FBTixDQUE0RUUsSUFBNUUsQ0FBa0ZRLElBQWxGO0FBQ0EsZUFBTyxJQUFQO0FBQ0g7QUFDSixLQVJEO0FBU1JFLElBQUFBLEtBQUssRUFBRyxlQUFXQyxjQUFYLEVBQTJCRixVQUEzQixFQUF1Q0csV0FBdkMsRUFBbUQ7QUFDL0NDLE1BQUFBLE1BQU0sQ0FBQ0MsTUFBUCxHQUFnQix5QkFBeUJMLFVBQXpDO0FBQ0FNLE1BQUFBLEtBQUssQ0FBRSx5QkFBeUJKLGNBQWMsQ0FBQ0csTUFBeEMsR0FBaUQsR0FBakQsR0FBdURILGNBQWMsQ0FBQ0ssVUFBeEUsQ0FBTDtBQUNILEtBWkQ7QUFhUjtBQUNBUixJQUFBQSxJQUFJLEVBQUM7QUFDR1MsTUFBQUEsTUFBTSxFQUFjLHVCQUR2QjtBQUVHdkIsTUFBQUEsWUFBWSxFQUFRQSxZQUZ2QjtBQUdHQyxNQUFBQSxRQUFRLEVBQVlBLFFBSHZCO0FBSUd1QixNQUFBQSxtQkFBbUIsRUFBQ0Msa0JBSnZCO0FBS0dDLE1BQUFBLFVBQVUsRUFBVUMsUUFBUSxDQUFDQyxjQUFULENBQXdCLGdCQUFlNUIsWUFBWSxDQUFDSSxjQUFwRCxFQUFvRXlCO0FBTDNGO0FBZEcsR0FBWjtBQXNCSCIsInNvdXJjZXNDb250ZW50IjpbIlxyXG5mdW5jdGlvbiB3cGJjX2ZsZXh0aW1lbGluZV9uYXYoIHRpbWVsaW5lX29iaiwgbmF2X3N0ZXAgKXtcclxuXHJcbiAgICBqUXVlcnkoIFwiLndwYmNfdGltZWxpbmVfZnJvbnRfZW5kXCIgKS50cmlnZ2VyKCBcInRpbWVsaW5lX25hdlwiICwgWyB0aW1lbGluZV9vYmosIG5hdl9zdGVwIF0gKTsgICAgICAgIC8vRml4SW46Ny4wLjEuNDhcclxuXHJcbiAgICAvLyBqUXVlcnkoICcjJyt0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC53cGJjX3RsX3ByZXYsIycrdGltZWxpbmVfb2JqLmh0bWxfY2xpZW50X2lkICsgJyAud3BiY190bF9uZXh0JykucmVtb3ZlKCk7XHJcbiAgICAvLyBqUXVlcnkoJyMnK3RpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCArICcgLndwYmNfdGxfdGl0bGUnKS5odG1sKCAnPHNwYW4gY2xhc3M9XCJnbHlwaGljb24gZ2x5cGhpY29uLXJlZnJlc2ggd3BiY19zcGluXCI+PC9zcGFuPiAmbmJzcCBMb2FkaW5nLi4uJyApOyAgICAgIC8vICc8ZGl2IHN0eWxlPVwiaGVpZ2h0OjIwcHg7d2lkdGg6MTAwJTt0ZXh0LWFsaWduOmNlbnRlcjttYXJnaW46MTVweCBhdXRvO1wiPkxvYWRpbmcgLi4uIDxpbWcgc3R5bGU9XCJ2ZXJ0aWNhbC1hbGlnbjptaWRkbGU7Ym94LXNoYWRvdzpub25lO3dpZHRoOjE0cHg7XCIgc3JjPVwiJyt3cGRldl9ia19wbHVnaW5fdXJsKycvYXNzZXRzL2ltZy9hamF4LWxvYWRlci5naWZcIj48Ly9kaXY+J1xyXG5cclxuICAgIGpRdWVyeSggJyMnK3RpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCArICcgLmZsZXhfdGxfcHJldiwjJyt0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC5mbGV4X3RsX25leHQnKS5yZW1vdmUoKTtcclxuICAgIGpRdWVyeSgnIycrdGltZWxpbmVfb2JqLmh0bWxfY2xpZW50X2lkICsgJyAuZmxleF90bF90aXRsZScpLmh0bWwoICc8c3BhbiBjbGFzcz1cImdseXBoaWNvbiBnbHlwaGljb24tcmVmcmVzaCB3cGJjX3NwaW5cIj48L3NwYW4+ICZuYnNwIExvYWRpbmcuLi4nICk7ICAgICAgLy8gJzxkaXYgc3R5bGU9XCJoZWlnaHQ6MjBweDt3aWR0aDoxMDAlO3RleHQtYWxpZ246Y2VudGVyO21hcmdpbjoxNXB4IGF1dG87XCI+TG9hZGluZyAuLi4gPGltZyBzdHlsZT1cInZlcnRpY2FsLWFsaWduOm1pZGRsZTtib3gtc2hhZG93Om5vbmU7d2lkdGg6MTRweDtcIiBzcmM9XCInK3dwZGV2X2JrX3BsdWdpbl91cmwrJy9hc3NldHMvaW1nL2FqYXgtbG9hZGVyLmdpZlwiPjwvL2Rpdj4nXHJcblxyXG5cclxuXHJcbiAgICBpZiAoIGpRdWVyeS5pc0Z1bmN0aW9uKCBqUXVlcnkoXCIucG9wb3Zlcl9jbGljay5wb3BvdmVyX2JvdHRvbVwiICkucG9wb3ZlciApICApICAgICAgIC8vRml4SW46IDcuMC4xLjIgIC0gMjAxNi0xMi0xMFxyXG4gICAgICAgIGpRdWVyeSgnLnBvcG92ZXJfY2xpY2sucG9wb3Zlcl9ib3R0b20nKS5wb3BvdmVyKCAnaGlkZScgKTsgICAgICAgICAgICAgICAgICAgICAgLy9IaWRlIGFsbCBvcG5lZCBwb3BvdmVyc1xyXG5cclxuICAgIGpRdWVyeS5hamF4KHtcclxuICAgICAgICB1cmw6IHdwYmNfYWpheHVybCxcclxuICAgICAgICB0eXBlOidQT1NUJyxcclxuICAgICAgICBzdWNjZXNzOiBmdW5jdGlvbiAoIGRhdGEsIHRleHRTdGF0dXMgKXsgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBOb3RlLCAgaGVyZSB3ZSBkaXJlY3Qgc2hvdyBIVE1MIHRvIFRpbWVMaW5lIGZyYW1lXHJcbiAgICAgICAgICAgICAgICAgICAgaWYoIHRleHRTdGF0dXMgPT0gJ3N1Y2Nlc3MnKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGpRdWVyeSgnIycgKyB0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC53cGJjX3RpbWVsaW5lX2FqYXhfcmVwbGFjZScgKS5odG1sKCBkYXRhICk7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiB0cnVlO1xyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgZXJyb3I6ICBmdW5jdGlvbiAoIFhNTEh0dHBSZXF1ZXN0LCB0ZXh0U3RhdHVzLCBlcnJvclRocm93bil7XHJcbiAgICAgICAgICAgICAgICAgICAgd2luZG93LnN0YXR1cyA9ICdBamF4IEVycm9yISBTdGF0dXM6ICcgKyB0ZXh0U3RhdHVzO1xyXG4gICAgICAgICAgICAgICAgICAgIGFsZXJ0KCAnQWpheCBFcnJvciEgU3RhdHVzOiAnICsgWE1MSHR0cFJlcXVlc3Quc3RhdHVzICsgJyAnICsgWE1MSHR0cFJlcXVlc3Quc3RhdHVzVGV4dCApO1xyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAvLyBiZWZvcmVTZW5kOiBzb21lRnVuY3Rpb24sXHJcbiAgICAgICAgZGF0YTp7XHJcbiAgICAgICAgICAgICAgICBhY3Rpb246ICAgICAgICAgICAgICdXUEJDX0ZMRVhUSU1FTElORV9OQVYnLFxyXG4gICAgICAgICAgICAgICAgdGltZWxpbmVfb2JqOiAgICAgICB0aW1lbGluZV9vYmosXHJcbiAgICAgICAgICAgICAgICBuYXZfc3RlcDogICAgICAgICAgIG5hdl9zdGVwLFxyXG4gICAgICAgICAgICAgICAgd3BkZXZfYWN0aXZlX2xvY2FsZTp3cGJjX2FjdGl2ZV9sb2NhbGUsXHJcbiAgICAgICAgICAgICAgICB3cGJjX25vbmNlOiAgICAgICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCd3cGJjX25vbmNlXycrIHRpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCkudmFsdWVcclxuICAgICAgICB9XHJcbiAgICB9KTtcclxufVxyXG5cclxuIl0sImZpbGUiOiJjb3JlL3RpbWVsaW5lL3YyL19vdXQvdGltZWxpbmVfdjIuanMifQ==
8
  jQuery('#' + timeline_obj.html_client_id + ' .flex_tl_prev,#' + timeline_obj.html_client_id + ' .flex_tl_next').remove();
9
  jQuery('#' + timeline_obj.html_client_id + ' .flex_tl_title').html('<span class="glyphicon glyphicon-refresh wpbc_spin"></span> &nbsp Loading...'); // '<div style="height:20px;width:100%;text-align:center;margin:15px auto;">Loading ... <img style="vertical-align:middle;box-shadow:none;width:14px;" src="'+wpdev_bk_plugin_url+'/assets/img/ajax-loader.gif"><//div>'
10
 
11
+ if ('function' === typeof jQuery(".popover_click.popover_bottom").popover) //FixIn: 7.0.1.2 - 2016-12-10
12
  jQuery('.popover_click.popover_bottom').popover('hide'); //Hide all opned popovers
13
 
14
  jQuery.ajax({
35
  }
36
  });
37
  }
38
+ //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvcmUvdGltZWxpbmUvdjIvX3NyYy90aW1lbGluZV92Mi5qcyJdLCJuYW1lcyI6WyJ3cGJjX2ZsZXh0aW1lbGluZV9uYXYiLCJ0aW1lbGluZV9vYmoiLCJuYXZfc3RlcCIsImpRdWVyeSIsInRyaWdnZXIiLCJodG1sX2NsaWVudF9pZCIsInJlbW92ZSIsImh0bWwiLCJwb3BvdmVyIiwiYWpheCIsInVybCIsIndwYmNfYWpheHVybCIsInR5cGUiLCJzdWNjZXNzIiwiZGF0YSIsInRleHRTdGF0dXMiLCJlcnJvciIsIlhNTEh0dHBSZXF1ZXN0IiwiZXJyb3JUaHJvd24iLCJ3aW5kb3ciLCJzdGF0dXMiLCJhbGVydCIsInN0YXR1c1RleHQiLCJhY3Rpb24iLCJ3cGRldl9hY3RpdmVfbG9jYWxlIiwid3BiY19hY3RpdmVfbG9jYWxlIiwid3BiY19ub25jZSIsImRvY3VtZW50IiwiZ2V0RWxlbWVudEJ5SWQiLCJ2YWx1ZSJdLCJtYXBwaW5ncyI6Ijs7QUFDQSxTQUFTQSxxQkFBVCxDQUFnQ0MsWUFBaEMsRUFBOENDLFFBQTlDLEVBQXdEO0FBRXBEQyxFQUFBQSxNQUFNLENBQUUsMEJBQUYsQ0FBTixDQUFxQ0MsT0FBckMsQ0FBOEMsY0FBOUMsRUFBK0QsQ0FBRUgsWUFBRixFQUFnQkMsUUFBaEIsQ0FBL0QsRUFGb0QsQ0FFZ0Q7QUFFcEc7QUFDQTs7QUFFQUMsRUFBQUEsTUFBTSxDQUFFLE1BQUlGLFlBQVksQ0FBQ0ksY0FBakIsR0FBa0Msa0JBQWxDLEdBQXFESixZQUFZLENBQUNJLGNBQWxFLEdBQW1GLGdCQUFyRixDQUFOLENBQTZHQyxNQUE3RztBQUNBSCxFQUFBQSxNQUFNLENBQUMsTUFBSUYsWUFBWSxDQUFDSSxjQUFqQixHQUFrQyxpQkFBbkMsQ0FBTixDQUE0REUsSUFBNUQsQ0FBa0UsOEVBQWxFLEVBUm9ELENBUXFHOztBQUl6SixNQUFLLGVBQWUsT0FBUUosTUFBTSxDQUFDLCtCQUFELENBQU4sQ0FBeUNLLE9BQXJFLEVBQXdGO0FBQ3BGTCxJQUFBQSxNQUFNLENBQUMsK0JBQUQsQ0FBTixDQUF3Q0ssT0FBeEMsQ0FBaUQsTUFBakQsRUFiZ0QsQ0FhZ0M7O0FBRXBGTCxFQUFBQSxNQUFNLENBQUNNLElBQVAsQ0FBWTtBQUNSQyxJQUFBQSxHQUFHLEVBQUVDLFlBREc7QUFFUkMsSUFBQUEsSUFBSSxFQUFDLE1BRkc7QUFHUkMsSUFBQUEsT0FBTyxFQUFFLGlCQUFXQyxJQUFYLEVBQWlCQyxVQUFqQixFQUE2QjtBQUFrQztBQUM1RCxVQUFJQSxVQUFVLElBQUksU0FBbEIsRUFBNkI7QUFDekJaLFFBQUFBLE1BQU0sQ0FBQyxNQUFNRixZQUFZLENBQUNJLGNBQW5CLEdBQW9DLDhCQUFyQyxDQUFOLENBQTRFRSxJQUE1RSxDQUFrRk8sSUFBbEY7QUFDQSxlQUFPLElBQVA7QUFDSDtBQUNKLEtBUkQ7QUFTUkUsSUFBQUEsS0FBSyxFQUFHLGVBQVdDLGNBQVgsRUFBMkJGLFVBQTNCLEVBQXVDRyxXQUF2QyxFQUFtRDtBQUMvQ0MsTUFBQUEsTUFBTSxDQUFDQyxNQUFQLEdBQWdCLHlCQUF5QkwsVUFBekM7QUFDQU0sTUFBQUEsS0FBSyxDQUFFLHlCQUF5QkosY0FBYyxDQUFDRyxNQUF4QyxHQUFpRCxHQUFqRCxHQUF1REgsY0FBYyxDQUFDSyxVQUF4RSxDQUFMO0FBQ0gsS0FaRDtBQWFSO0FBQ0FSLElBQUFBLElBQUksRUFBQztBQUNHUyxNQUFBQSxNQUFNLEVBQWMsdUJBRHZCO0FBRUd0QixNQUFBQSxZQUFZLEVBQVFBLFlBRnZCO0FBR0dDLE1BQUFBLFFBQVEsRUFBWUEsUUFIdkI7QUFJR3NCLE1BQUFBLG1CQUFtQixFQUFDQyxrQkFKdkI7QUFLR0MsTUFBQUEsVUFBVSxFQUFVQyxRQUFRLENBQUNDLGNBQVQsQ0FBd0IsZ0JBQWUzQixZQUFZLENBQUNJLGNBQXBELEVBQW9Fd0I7QUFMM0Y7QUFkRyxHQUFaO0FBc0JIIiwic291cmNlc0NvbnRlbnQiOlsiXHJcbmZ1bmN0aW9uIHdwYmNfZmxleHRpbWVsaW5lX25hdiggdGltZWxpbmVfb2JqLCBuYXZfc3RlcCApe1xyXG5cclxuICAgIGpRdWVyeSggXCIud3BiY190aW1lbGluZV9mcm9udF9lbmRcIiApLnRyaWdnZXIoIFwidGltZWxpbmVfbmF2XCIgLCBbIHRpbWVsaW5lX29iaiwgbmF2X3N0ZXAgXSApOyAgICAgICAgLy9GaXhJbjo3LjAuMS40OFxyXG5cclxuICAgIC8vIGpRdWVyeSggJyMnK3RpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCArICcgLndwYmNfdGxfcHJldiwjJyt0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC53cGJjX3RsX25leHQnKS5yZW1vdmUoKTtcclxuICAgIC8vIGpRdWVyeSgnIycrdGltZWxpbmVfb2JqLmh0bWxfY2xpZW50X2lkICsgJyAud3BiY190bF90aXRsZScpLmh0bWwoICc8c3BhbiBjbGFzcz1cImdseXBoaWNvbiBnbHlwaGljb24tcmVmcmVzaCB3cGJjX3NwaW5cIj48L3NwYW4+ICZuYnNwIExvYWRpbmcuLi4nICk7ICAgICAgLy8gJzxkaXYgc3R5bGU9XCJoZWlnaHQ6MjBweDt3aWR0aDoxMDAlO3RleHQtYWxpZ246Y2VudGVyO21hcmdpbjoxNXB4IGF1dG87XCI+TG9hZGluZyAuLi4gPGltZyBzdHlsZT1cInZlcnRpY2FsLWFsaWduOm1pZGRsZTtib3gtc2hhZG93Om5vbmU7d2lkdGg6MTRweDtcIiBzcmM9XCInK3dwZGV2X2JrX3BsdWdpbl91cmwrJy9hc3NldHMvaW1nL2FqYXgtbG9hZGVyLmdpZlwiPjwvL2Rpdj4nXHJcblxyXG4gICAgalF1ZXJ5KCAnIycrdGltZWxpbmVfb2JqLmh0bWxfY2xpZW50X2lkICsgJyAuZmxleF90bF9wcmV2LCMnK3RpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCArICcgLmZsZXhfdGxfbmV4dCcpLnJlbW92ZSgpO1xyXG4gICAgalF1ZXJ5KCcjJyt0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC5mbGV4X3RsX3RpdGxlJykuaHRtbCggJzxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1yZWZyZXNoIHdwYmNfc3BpblwiPjwvc3Bhbj4gJm5ic3AgTG9hZGluZy4uLicgKTsgICAgICAvLyAnPGRpdiBzdHlsZT1cImhlaWdodDoyMHB4O3dpZHRoOjEwMCU7dGV4dC1hbGlnbjpjZW50ZXI7bWFyZ2luOjE1cHggYXV0bztcIj5Mb2FkaW5nIC4uLiA8aW1nIHN0eWxlPVwidmVydGljYWwtYWxpZ246bWlkZGxlO2JveC1zaGFkb3c6bm9uZTt3aWR0aDoxNHB4O1wiIHNyYz1cIicrd3BkZXZfYmtfcGx1Z2luX3VybCsnL2Fzc2V0cy9pbWcvYWpheC1sb2FkZXIuZ2lmXCI+PC8vZGl2PidcclxuXHJcblxyXG5cclxuICAgIGlmICggJ2Z1bmN0aW9uJyA9PT0gdHlwZW9mKCBqUXVlcnkoXCIucG9wb3Zlcl9jbGljay5wb3BvdmVyX2JvdHRvbVwiICkucG9wb3ZlciApICApICAgICAgIC8vRml4SW46IDcuMC4xLjIgIC0gMjAxNi0xMi0xMFxyXG4gICAgICAgIGpRdWVyeSgnLnBvcG92ZXJfY2xpY2sucG9wb3Zlcl9ib3R0b20nKS5wb3BvdmVyKCAnaGlkZScgKTsgICAgICAgICAgICAgICAgICAgICAgLy9IaWRlIGFsbCBvcG5lZCBwb3BvdmVyc1xyXG5cclxuICAgIGpRdWVyeS5hamF4KHtcclxuICAgICAgICB1cmw6IHdwYmNfYWpheHVybCxcclxuICAgICAgICB0eXBlOidQT1NUJyxcclxuICAgICAgICBzdWNjZXNzOiBmdW5jdGlvbiAoIGRhdGEsIHRleHRTdGF0dXMgKXsgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBOb3RlLCAgaGVyZSB3ZSBkaXJlY3Qgc2hvdyBIVE1MIHRvIFRpbWVMaW5lIGZyYW1lXHJcbiAgICAgICAgICAgICAgICAgICAgaWYoIHRleHRTdGF0dXMgPT0gJ3N1Y2Nlc3MnKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGpRdWVyeSgnIycgKyB0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC53cGJjX3RpbWVsaW5lX2FqYXhfcmVwbGFjZScgKS5odG1sKCBkYXRhICk7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiB0cnVlO1xyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgZXJyb3I6ICBmdW5jdGlvbiAoIFhNTEh0dHBSZXF1ZXN0LCB0ZXh0U3RhdHVzLCBlcnJvclRocm93bil7XHJcbiAgICAgICAgICAgICAgICAgICAgd2luZG93LnN0YXR1cyA9ICdBamF4IEVycm9yISBTdGF0dXM6ICcgKyB0ZXh0U3RhdHVzO1xyXG4gICAgICAgICAgICAgICAgICAgIGFsZXJ0KCAnQWpheCBFcnJvciEgU3RhdHVzOiAnICsgWE1MSHR0cFJlcXVlc3Quc3RhdHVzICsgJyAnICsgWE1MSHR0cFJlcXVlc3Quc3RhdHVzVGV4dCApO1xyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAvLyBiZWZvcmVTZW5kOiBzb21lRnVuY3Rpb24sXHJcbiAgICAgICAgZGF0YTp7XHJcbiAgICAgICAgICAgICAgICBhY3Rpb246ICAgICAgICAgICAgICdXUEJDX0ZMRVhUSU1FTElORV9OQVYnLFxyXG4gICAgICAgICAgICAgICAgdGltZWxpbmVfb2JqOiAgICAgICB0aW1lbGluZV9vYmosXHJcbiAgICAgICAgICAgICAgICBuYXZfc3RlcDogICAgICAgICAgIG5hdl9zdGVwLFxyXG4gICAgICAgICAgICAgICAgd3BkZXZfYWN0aXZlX2xvY2FsZTp3cGJjX2FjdGl2ZV9sb2NhbGUsXHJcbiAgICAgICAgICAgICAgICB3cGJjX25vbmNlOiAgICAgICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCd3cGJjX25vbmNlXycrIHRpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCkudmFsdWVcclxuICAgICAgICB9XHJcbiAgICB9KTtcclxufVxyXG5cclxuIl0sImZpbGUiOiJjb3JlL3RpbWVsaW5lL3YyL19vdXQvdGltZWxpbmVfdjIuanMifQ==
core/timeline/v2/_out/timeline_v2.min.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";function wpbc_flextimeline_nav(_,e){jQuery(".wpbc_timeline_front_end").trigger("timeline_nav",[_,e]),jQuery("#"+_.html_client_id+" .flex_tl_prev,#"+_.html_client_id+" .flex_tl_next").remove(),jQuery("#"+_.html_client_id+" .flex_tl_title").html('<span class="glyphicon glyphicon-refresh wpbc_spin"></span> &nbsp Loading...'),( 'function' === typeof(jQuery(".popover_click.popover_bottom").popover))&&jQuery(".popover_click.popover_bottom").popover("hide"),jQuery.ajax({url:wpbc_ajaxurl,type:"POST",success:function(e,t){if("success"==t)return jQuery("#"+_.html_client_id+" .wpbc_timeline_ajax_replace").html(e),!0},error:function(e,t,_){window.status="Ajax Error! Status: "+t,alert("Ajax Error! Status: "+e.status+" "+e.statusText)},data:{action:"WPBC_FLEXTIMELINE_NAV",timeline_obj:_,nav_step:e,wpdev_active_locale:wpbc_active_locale,wpbc_nonce:document.getElementById("wpbc_nonce_"+_.html_client_id).value}})}
2
- //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvcmUvdGltZWxpbmUvdjIvX291dC90aW1lbGluZV92Mi5qcyJdLCJuYW1lcyI6WyJ3cGJjX2ZsZXh0aW1lbGluZV9uYXYiLCJ0aW1lbGluZV9vYmoiLCJuYXZfc3RlcCIsImpRdWVyeSIsInRyaWdnZXIiLCJodG1sX2NsaWVudF9pZCIsInJlbW92ZSIsImh0bWwiLCJpc0Z1bmN0aW9uIiwicG9wb3ZlciIsImFqYXgiLCJ1cmwiLCJ3cGJjX2FqYXh1cmwiLCJ0eXBlIiwic3VjY2VzcyIsImRhdGEiLCJ0ZXh0U3RhdHVzIiwiZXJyb3IiLCJYTUxIdHRwUmVxdWVzdCIsImVycm9yVGhyb3duIiwid2luZG93Iiwic3RhdHVzIiwiYWxlcnQiLCJzdGF0dXNUZXh0IiwiYWN0aW9uIiwid3BkZXZfYWN0aXZlX2xvY2FsZSIsIndwYmNfYWN0aXZlX2xvY2FsZSIsIndwYmNfbm9uY2UiLCJkb2N1bWVudCIsImdldEVsZW1lbnRCeUlkIiwidmFsdWUiXSwibWFwcGluZ3MiOiJBQUFBLGFBRUEsU0FBU0Esc0JBQXNCQyxFQUFjQyxHQUMzQ0MsT0FBTyw0QkFBNEJDLFFBQVEsZUFBZ0IsQ0FBQ0gsRUFBY0MsSUFJMUVDLE9BQU8sSUFBTUYsRUFBYUksZUFBaUIsbUJBQXFCSixFQUFhSSxlQUFpQixrQkFBa0JDLFNBQ2hISCxPQUFPLElBQU1GLEVBQWFJLGVBQWlCLG1CQUFtQkUsS0FBSyxnRkFFL0RKLE9BQU9LLFdBQVdMLE9BQU8saUNBQWlDTSxVQUM1RE4sT0FBTyxpQ0FBaUNNLFFBQVEsUUFFbEROLE9BQU9PLEtBQUssQ0FDVkMsSUFBS0MsYUFDTEMsS0FBTSxPQUNOQyxRQUFTLFNBQWlCQyxFQUFNQyxHQUU5QixHQUFrQixXQUFkQSxFQUVGLE9BREFiLE9BQU8sSUFBTUYsRUFBYUksZUFBaUIsZ0NBQWdDRSxLQUFLUSxJQUN6RSxHQUdYRSxNQUFPLFNBQWVDLEVBQWdCRixFQUFZRyxHQUNoREMsT0FBT0MsT0FBUyx1QkFBeUJMLEVBQ3pDTSxNQUFNLHVCQUF5QkosRUFBZUcsT0FBUyxJQUFNSCxFQUFlSyxhQUc5RVIsS0FBTSxDQUNKUyxPQUFRLHdCQUNSdkIsYUFBY0EsRUFDZEMsU0FBVUEsRUFDVnVCLG9CQUFxQkMsbUJBQ3JCQyxXQUFZQyxTQUFTQyxlQUFlLGNBQWdCNUIsRUFBYUksZ0JBQWdCeUIiLCJmaWxlIjoiY29yZS90aW1lbGluZS92Mi9fb3V0L3RpbWVsaW5lX3YyLm1pbi5qcyIsInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xuXG5mdW5jdGlvbiB3cGJjX2ZsZXh0aW1lbGluZV9uYXYodGltZWxpbmVfb2JqLCBuYXZfc3RlcCkge1xuICBqUXVlcnkoXCIud3BiY190aW1lbGluZV9mcm9udF9lbmRcIikudHJpZ2dlcihcInRpbWVsaW5lX25hdlwiLCBbdGltZWxpbmVfb2JqLCBuYXZfc3RlcF0pOyAvL0ZpeEluOjcuMC4xLjQ4XG4gIC8vIGpRdWVyeSggJyMnK3RpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCArICcgLndwYmNfdGxfcHJldiwjJyt0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC53cGJjX3RsX25leHQnKS5yZW1vdmUoKTtcbiAgLy8galF1ZXJ5KCcjJyt0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC53cGJjX3RsX3RpdGxlJykuaHRtbCggJzxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1yZWZyZXNoIHdwYmNfc3BpblwiPjwvc3Bhbj4gJm5ic3AgTG9hZGluZy4uLicgKTsgICAgICAvLyAnPGRpdiBzdHlsZT1cImhlaWdodDoyMHB4O3dpZHRoOjEwMCU7dGV4dC1hbGlnbjpjZW50ZXI7bWFyZ2luOjE1cHggYXV0bztcIj5Mb2FkaW5nIC4uLiA8aW1nIHN0eWxlPVwidmVydGljYWwtYWxpZ246bWlkZGxlO2JveC1zaGFkb3c6bm9uZTt3aWR0aDoxNHB4O1wiIHNyYz1cIicrd3BkZXZfYmtfcGx1Z2luX3VybCsnL2Fzc2V0cy9pbWcvYWpheC1sb2FkZXIuZ2lmXCI+PC8vZGl2PidcblxuICBqUXVlcnkoJyMnICsgdGltZWxpbmVfb2JqLmh0bWxfY2xpZW50X2lkICsgJyAuZmxleF90bF9wcmV2LCMnICsgdGltZWxpbmVfb2JqLmh0bWxfY2xpZW50X2lkICsgJyAuZmxleF90bF9uZXh0JykucmVtb3ZlKCk7XG4gIGpRdWVyeSgnIycgKyB0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC5mbGV4X3RsX3RpdGxlJykuaHRtbCgnPHNwYW4gY2xhc3M9XCJnbHlwaGljb24gZ2x5cGhpY29uLXJlZnJlc2ggd3BiY19zcGluXCI+PC9zcGFuPiAmbmJzcCBMb2FkaW5nLi4uJyk7IC8vICc8ZGl2IHN0eWxlPVwiaGVpZ2h0OjIwcHg7d2lkdGg6MTAwJTt0ZXh0LWFsaWduOmNlbnRlcjttYXJnaW46MTVweCBhdXRvO1wiPkxvYWRpbmcgLi4uIDxpbWcgc3R5bGU9XCJ2ZXJ0aWNhbC1hbGlnbjptaWRkbGU7Ym94LXNoYWRvdzpub25lO3dpZHRoOjE0cHg7XCIgc3JjPVwiJyt3cGRldl9ia19wbHVnaW5fdXJsKycvYXNzZXRzL2ltZy9hamF4LWxvYWRlci5naWZcIj48Ly9kaXY+J1xuXG4gIGlmIChqUXVlcnkuaXNGdW5jdGlvbihqUXVlcnkoXCIucG9wb3Zlcl9jbGljay5wb3BvdmVyX2JvdHRvbVwiKS5wb3BvdmVyKSkgLy9GaXhJbjogNy4wLjEuMiAgLSAyMDE2LTEyLTEwXG4gICAgalF1ZXJ5KCcucG9wb3Zlcl9jbGljay5wb3BvdmVyX2JvdHRvbScpLnBvcG92ZXIoJ2hpZGUnKTsgLy9IaWRlIGFsbCBvcG5lZCBwb3BvdmVyc1xuXG4gIGpRdWVyeS5hamF4KHtcbiAgICB1cmw6IHdwYmNfYWpheHVybCxcbiAgICB0eXBlOiAnUE9TVCcsXG4gICAgc3VjY2VzczogZnVuY3Rpb24gc3VjY2VzcyhkYXRhLCB0ZXh0U3RhdHVzKSB7XG4gICAgICAvLyBOb3RlLCAgaGVyZSB3ZSBkaXJlY3Qgc2hvdyBIVE1MIHRvIFRpbWVMaW5lIGZyYW1lXG4gICAgICBpZiAodGV4dFN0YXR1cyA9PSAnc3VjY2VzcycpIHtcbiAgICAgICAgalF1ZXJ5KCcjJyArIHRpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCArICcgLndwYmNfdGltZWxpbmVfYWpheF9yZXBsYWNlJykuaHRtbChkYXRhKTtcbiAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICB9XG4gICAgfSxcbiAgICBlcnJvcjogZnVuY3Rpb24gZXJyb3IoWE1MSHR0cFJlcXVlc3QsIHRleHRTdGF0dXMsIGVycm9yVGhyb3duKSB7XG4gICAgICB3aW5kb3cuc3RhdHVzID0gJ0FqYXggRXJyb3IhIFN0YXR1czogJyArIHRleHRTdGF0dXM7XG4gICAgICBhbGVydCgnQWpheCBFcnJvciEgU3RhdHVzOiAnICsgWE1MSHR0cFJlcXVlc3Quc3RhdHVzICsgJyAnICsgWE1MSHR0cFJlcXVlc3Quc3RhdHVzVGV4dCk7XG4gICAgfSxcbiAgICAvLyBiZWZvcmVTZW5kOiBzb21lRnVuY3Rpb24sXG4gICAgZGF0YToge1xuICAgICAgYWN0aW9uOiAnV1BCQ19GTEVYVElNRUxJTkVfTkFWJyxcbiAgICAgIHRpbWVsaW5lX29iajogdGltZWxpbmVfb2JqLFxuICAgICAgbmF2X3N0ZXA6IG5hdl9zdGVwLFxuICAgICAgd3BkZXZfYWN0aXZlX2xvY2FsZTogd3BiY19hY3RpdmVfbG9jYWxlLFxuICAgICAgd3BiY19ub25jZTogZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ3dwYmNfbm9uY2VfJyArIHRpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCkudmFsdWVcbiAgICB9XG4gIH0pO1xufVxuLy8jIHNvdXJjZU1hcHBpbmdVUkw9ZGF0YTphcHBsaWNhdGlvbi9qc29uO2NoYXJzZXQ9dXRmODtiYXNlNjQsZXlKMlpYSnphVzl1SWpvekxDSnpiM1Z5WTJWeklqcGJJbU52Y21VdmRHbHRaV3hwYm1VdmRqSXZYM055WXk5MGFXMWxiR2x1WlY5Mk1pNXFjeUpkTENKdVlXMWxjeUk2V3lKM2NHSmpYMlpzWlhoMGFXMWxiR2x1WlY5dVlYWWlMQ0owYVcxbGJHbHVaVjl2WW1vaUxDSnVZWFpmYzNSbGNDSXNJbXBSZFdWeWVTSXNJblJ5YVdkblpYSWlMQ0pvZEcxc1gyTnNhV1Z1ZEY5cFpDSXNJbkpsYlc5MlpTSXNJbWgwYld3aUxDSnBjMFoxYm1OMGFXOXVJaXdpY0c5d2IzWmxjaUlzSW1GcVlYZ2lMQ0oxY213aUxDSjNjR0pqWDJGcVlYaDFjbXdpTENKMGVYQmxJaXdpYzNWalkyVnpjeUlzSW1SaGRHRWlMQ0owWlhoMFUzUmhkSFZ6SWl3aVpYSnliM0lpTENKWVRVeElkSFJ3VW1WeGRXVnpkQ0lzSW1WeWNtOXlWR2h5YjNkdUlpd2lkMmx1Wkc5M0lpd2ljM1JoZEhWeklpd2lZV3hsY25RaUxDSnpkR0YwZFhOVVpYaDBJaXdpWVdOMGFXOXVJaXdpZDNCa1pYWmZZV04wYVhabFgyeHZZMkZzWlNJc0luZHdZbU5mWVdOMGFYWmxYMnh2WTJGc1pTSXNJbmR3WW1OZmJtOXVZMlVpTENKa2IyTjFiV1Z1ZENJc0ltZGxkRVZzWlcxbGJuUkNlVWxrSWl3aWRtRnNkV1VpWFN3aWJXRndjR2x1WjNNaU9pSTdPMEZCUTBFc1UwRkJVMEVzY1VKQlFWUXNRMEZCWjBORExGbEJRV2hETEVWQlFUaERReXhSUVVFNVF5eEZRVUYzUkR0QlFVVndSRU1zUlVGQlFVRXNUVUZCVFN4RFFVRkZMREJDUVVGR0xFTkJRVTRzUTBGQmNVTkRMRTlCUVhKRExFTkJRVGhETEdOQlFUbERMRVZCUVN0RUxFTkJRVVZJTEZsQlFVWXNSVUZCWjBKRExGRkJRV2hDTEVOQlFTOUVMRVZCUm05RUxFTkJSV2RFTzBGQlJYQkhPMEZCUTBFN08wRkJSVUZETEVWQlFVRkJMRTFCUVUwc1EwRkJSU3hOUVVGSlJpeFpRVUZaTEVOQlFVTkpMR05CUVdwQ0xFZEJRV3RETEd0Q1FVRnNReXhIUVVGeFJFb3NXVUZCV1N4RFFVRkRTU3hqUVVGc1JTeEhRVUZ0Uml4blFrRkJja1lzUTBGQlRpeERRVUUyUjBNc1RVRkJOMGM3UVVGRFFVZ3NSVUZCUVVFc1RVRkJUU3hEUVVGRExFMUJRVWxHTEZsQlFWa3NRMEZCUTBrc1kwRkJha0lzUjBGQmEwTXNhVUpCUVc1RExFTkJRVTRzUTBGQk5FUkZMRWxCUVRWRUxFTkJRV3RGTERoRlFVRnNSU3hGUVZKdlJDeERRVkZ4UnpzN1FVRkpla29zVFVGQlMwb3NUVUZCVFN4RFFVRkRTeXhWUVVGUUxFTkJRVzFDVEN4TlFVRk5MRU5CUVVNc0swSkJRVVFzUTBGQlRpeERRVUY1UTAwc1QwRkJOVVFzUTBGQlRDeEZRVUZ2Ump0QlFVTm9SazRzU1VGQlFVRXNUVUZCVFN4RFFVRkRMQ3RDUVVGRUxFTkJRVTRzUTBGQmQwTk5MRTlCUVhoRExFTkJRV2xFTEUxQlFXcEVMRVZCWW1kRUxFTkJZV2RET3p0QlFVVndSazRzUlVGQlFVRXNUVUZCVFN4RFFVRkRUeXhKUVVGUUxFTkJRVms3UVVGRFVrTXNTVUZCUVVFc1IwRkJSeXhGUVVGRlF5eFpRVVJITzBGQlJWSkRMRWxCUVVGQkxFbEJRVWtzUlVGQlF5eE5RVVpITzBGQlIxSkRMRWxCUVVGQkxFOUJRVThzUlVGQlJTeHBRa0ZCVjBNc1NVRkJXQ3hGUVVGcFFrTXNWVUZCYWtJc1JVRkJOa0k3UVVGQmEwTTdRVUZETlVRc1ZVRkJTVUVzVlVGQlZTeEpRVUZKTEZOQlFXeENMRVZCUVRaQ08wRkJRM3BDWWl4UlFVRkJRU3hOUVVGTkxFTkJRVU1zVFVGQlRVWXNXVUZCV1N4RFFVRkRTU3hqUVVGdVFpeEhRVUZ2UXl3NFFrRkJja01zUTBGQlRpeERRVUUwUlVVc1NVRkJOVVVzUTBGQmEwWlJMRWxCUVd4R08wRkJRMEVzWlVGQlR5eEpRVUZRTzBGQlEwZzdRVUZEU2l4TFFWSkVPMEZCVTFKRkxFbEJRVUZCTEV0QlFVc3NSVUZCUnl4bFFVRlhReXhqUVVGWUxFVkJRVEpDUml4VlFVRXpRaXhGUVVGMVEwY3NWMEZCZGtNc1JVRkJiVVE3UVVGREwwTkRMRTFCUVVGQkxFMUJRVTBzUTBGQlEwTXNUVUZCVUN4SFFVRm5RaXg1UWtGQmVVSk1MRlZCUVhwRE8wRkJRMEZOTEUxQlFVRkJMRXRCUVVzc1EwRkJSU3g1UWtGQmVVSktMR05CUVdNc1EwRkJRMGNzVFVGQmVFTXNSMEZCYVVRc1IwRkJha1FzUjBGQmRVUklMR05CUVdNc1EwRkJRMHNzVlVGQmVFVXNRMEZCVER0QlFVTklMRXRCV2tRN1FVRmhVanRCUVVOQlVpeEpRVUZCUVN4SlFVRkpMRVZCUVVNN1FVRkRSMU1zVFVGQlFVRXNUVUZCVFN4RlFVRmpMSFZDUVVSMlFqdEJRVVZIZGtJc1RVRkJRVUVzV1VGQldTeEZRVUZSUVN4WlFVWjJRanRCUVVkSFF5eE5RVUZCUVN4UlFVRlJMRVZCUVZsQkxGRkJTSFpDTzBGQlNVZDFRaXhOUVVGQlFTeHRRa0ZCYlVJc1JVRkJRME1zYTBKQlNuWkNPMEZCUzBkRExFMUJRVUZCTEZWQlFWVXNSVUZCVlVNc1VVRkJVU3hEUVVGRFF5eGpRVUZVTEVOQlFYZENMR2RDUVVGbE5VSXNXVUZCV1N4RFFVRkRTU3hqUVVGd1JDeEZRVUZ2UlhsQ08wRkJURE5HTzBGQlpFY3NSMEZCV2p0QlFYTkNTQ0lzSW5OdmRYSmpaWE5EYjI1MFpXNTBJanBiSWx4eVhHNW1kVzVqZEdsdmJpQjNjR0pqWDJac1pYaDBhVzFsYkdsdVpWOXVZWFlvSUhScGJXVnNhVzVsWDI5aWFpd2dibUYyWDNOMFpYQWdLWHRjY2x4dVhISmNiaUFnSUNCcVVYVmxjbmtvSUZ3aUxuZHdZbU5mZEdsdFpXeHBibVZmWm5KdmJuUmZaVzVrWENJZ0tTNTBjbWxuWjJWeUtDQmNJblJwYldWc2FXNWxYMjVoZGx3aUlDd2dXeUIwYVcxbGJHbHVaVjl2WW1vc0lHNWhkbDl6ZEdWd0lGMGdLVHNnSUNBZ0lDQWdJQzh2Um1sNFNXNDZOeTR3TGpFdU5EaGNjbHh1WEhKY2JpQWdJQ0F2THlCcVVYVmxjbmtvSUNjakp5dDBhVzFsYkdsdVpWOXZZbW91YUhSdGJGOWpiR2xsYm5SZmFXUWdLeUFuSUM1M2NHSmpYM1JzWDNCeVpYWXNJeWNyZEdsdFpXeHBibVZmYjJKcUxtaDBiV3hmWTJ4cFpXNTBYMmxrSUNzZ0p5QXVkM0JpWTE5MGJGOXVaWGgwSnlrdWNtVnRiM1psS0NrN1hISmNiaUFnSUNBdkx5QnFVWFZsY25rb0p5TW5LM1JwYldWc2FXNWxYMjlpYWk1b2RHMXNYMk5zYVdWdWRGOXBaQ0FySUNjZ0xuZHdZbU5mZEd4ZmRHbDBiR1VuS1M1b2RHMXNLQ0FuUEhOd1lXNGdZMnhoYzNNOVhDSm5iSGx3YUdsamIyNGdaMng1Y0docFkyOXVMWEpsWm5KbGMyZ2dkM0JpWTE5emNHbHVYQ0krUEM5emNHRnVQaUFtYm1KemNDQk1iMkZrYVc1bkxpNHVKeUFwT3lBZ0lDQWdJQzh2SUNjOFpHbDJJSE4wZVd4bFBWd2lhR1ZwWjJoME9qSXdjSGc3ZDJsa2RHZzZNVEF3SlR0MFpYaDBMV0ZzYVdkdU9tTmxiblJsY2p0dFlYSm5hVzQ2TVRWd2VDQmhkWFJ2TzF3aVBreHZZV1JwYm1jZ0xpNHVJRHhwYldjZ2MzUjViR1U5WENKMlpYSjBhV05oYkMxaGJHbG5ianB0YVdSa2JHVTdZbTk0TFhOb1lXUnZkenB1YjI1bE8zZHBaSFJvT2pFMGNIZzdYQ0lnYzNKalBWd2lKeXQzY0dSbGRsOWlhMTl3YkhWbmFXNWZkWEpzS3ljdllYTnpaWFJ6TDJsdFp5OWhhbUY0TFd4dllXUmxjaTVuYVdaY0lqNDhMeTlrYVhZK0oxeHlYRzVjY2x4dUlDQWdJR3BSZFdWeWVTZ2dKeU1uSzNScGJXVnNhVzVsWDI5aWFpNW9kRzFzWDJOc2FXVnVkRjlwWkNBcklDY2dMbVpzWlhoZmRHeGZjSEpsZGl3akp5dDBhVzFsYkdsdVpWOXZZbW91YUhSdGJGOWpiR2xsYm5SZmFXUWdLeUFuSUM1bWJHVjRYM1JzWDI1bGVIUW5LUzV5WlcxdmRtVW9LVHRjY2x4dUlDQWdJR3BSZFdWeWVTZ25JeWNyZEdsdFpXeHBibVZmYjJKcUxtaDBiV3hmWTJ4cFpXNTBYMmxrSUNzZ0p5QXVabXhsZUY5MGJGOTBhWFJzWlNjcExtaDBiV3dvSUNjOGMzQmhiaUJqYkdGemN6MWNJbWRzZVhCb2FXTnZiaUJuYkhsd2FHbGpiMjR0Y21WbWNtVnphQ0IzY0dKalgzTndhVzVjSWo0OEwzTndZVzQrSUNadVluTndJRXh2WVdScGJtY3VMaTRuSUNrN0lDQWdJQ0FnTHk4Z0p6eGthWFlnYzNSNWJHVTlYQ0pvWldsbmFIUTZNakJ3ZUR0M2FXUjBhRG94TURBbE8zUmxlSFF0WVd4cFoyNDZZMlZ1ZEdWeU8yMWhjbWRwYmpveE5YQjRJR0YxZEc4N1hDSStURzloWkdsdVp5QXVMaTRnUEdsdFp5QnpkSGxzWlQxY0luWmxjblJwWTJGc0xXRnNhV2R1T20xcFpHUnNaVHRpYjNndGMyaGhaRzkzT201dmJtVTdkMmxrZEdnNk1UUndlRHRjSWlCemNtTTlYQ0luSzNkd1pHVjJYMkpyWDNCc2RXZHBibDkxY213ckp5OWhjM05sZEhNdmFXMW5MMkZxWVhndGJHOWhaR1Z5TG1kcFpsd2lQand2TDJScGRqNG5YSEpjYmx4eVhHNWNjbHh1WEhKY2JpQWdJQ0JwWmlBb0lHcFJkV1Z5ZVM1cGMwWjFibU4wYVc5dUtDQnFVWFZsY25rb1hDSXVjRzl3YjNabGNsOWpiR2xqYXk1d2IzQnZkbVZ5WDJKdmRIUnZiVndpSUNrdWNHOXdiM1psY2lBcElDQXBJQ0FnSUNBZ0lDOHZSbWw0U1c0NklEY3VNQzR4TGpJZ0lDMGdNakF4TmkweE1pMHhNRnh5WEc0Z0lDQWdJQ0FnSUdwUmRXVnllU2duTG5CdmNHOTJaWEpmWTJ4cFkyc3VjRzl3YjNabGNsOWliM1IwYjIwbktTNXdiM0J2ZG1WeUtDQW5hR2xrWlNjZ0tUc2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHk5SWFXUmxJR0ZzYkNCdmNHNWxaQ0J3YjNCdmRtVnljMXh5WEc1Y2NseHVJQ0FnSUdwUmRXVnllUzVoYW1GNEtIdGNjbHh1SUNBZ0lDQWdJQ0IxY213NklIZHdZbU5mWVdwaGVIVnliQ3hjY2x4dUlDQWdJQ0FnSUNCMGVYQmxPaWRRVDFOVUp5eGNjbHh1SUNBZ0lDQWdJQ0J6ZFdOalpYTnpPaUJtZFc1amRHbHZiaUFvSUdSaGRHRXNJSFJsZUhSVGRHRjBkWE1nS1hzZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F2THlCT2IzUmxMQ0FnYUdWeVpTQjNaU0JrYVhKbFkzUWdjMmh2ZHlCSVZFMU1JSFJ2SUZScGJXVk1hVzVsSUdaeVlXMWxYSEpjYmlBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ2FXWW9JSFJsZUhSVGRHRjBkWE1nUFQwZ0ozTjFZMk5sYzNNbktTQjdYSEpjYmlBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJR3BSZFdWeWVTZ25JeWNnS3lCMGFXMWxiR2x1WlY5dlltb3VhSFJ0YkY5amJHbGxiblJmYVdRZ0t5QW5JQzUzY0dKalgzUnBiV1ZzYVc1bFgyRnFZWGhmY21Wd2JHRmpaU2NnS1M1b2RHMXNLQ0JrWVhSaElDazdYSEpjYmlBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJSEpsZEhWeWJpQjBjblZsTzF4eVhHNGdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJSDFjY2x4dUlDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUgwc1hISmNiaUFnSUNBZ0lDQWdaWEp5YjNJNklDQm1kVzVqZEdsdmJpQW9JRmhOVEVoMGRIQlNaWEYxWlhOMExDQjBaWGgwVTNSaGRIVnpMQ0JsY25KdmNsUm9jbTkzYmlsN1hISmNiaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnZDJsdVpHOTNMbk4wWVhSMWN5QTlJQ2RCYW1GNElFVnljbTl5SVNCVGRHRjBkWE02SUNjZ0t5QjBaWGgwVTNSaGRIVnpPMXh5WEc0Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lHRnNaWEowS0NBblFXcGhlQ0JGY25KdmNpRWdVM1JoZEhWek9pQW5JQ3NnV0UxTVNIUjBjRkpsY1hWbGMzUXVjM1JoZEhWeklDc2dKeUFuSUNzZ1dFMU1TSFIwY0ZKbGNYVmxjM1F1YzNSaGRIVnpWR1Y0ZENBcE8xeHlYRzRnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdmU3hjY2x4dUlDQWdJQ0FnSUNBdkx5QmlaV1p2Y21WVFpXNWtPaUJ6YjIxbFJuVnVZM1JwYjI0c1hISmNiaUFnSUNBZ0lDQWdaR0YwWVRwN1hISmNiaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQmhZM1JwYjI0NklDQWdJQ0FnSUNBZ0lDQWdJQ2RYVUVKRFgwWk1SVmhVU1UxRlRFbE9SVjlPUVZZbkxGeHlYRzRnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdkR2x0Wld4cGJtVmZiMkpxT2lBZ0lDQWdJQ0IwYVcxbGJHbHVaVjl2WW1vc1hISmNiaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQnVZWFpmYzNSbGNEb2dJQ0FnSUNBZ0lDQWdJRzVoZGw5emRHVndMRnh5WEc0Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnZDNCa1pYWmZZV04wYVhabFgyeHZZMkZzWlRwM2NHSmpYMkZqZEdsMlpWOXNiMk5oYkdVc1hISmNiaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQjNjR0pqWDI1dmJtTmxPaUFnSUNBZ0lDQWdJR1J2WTNWdFpXNTBMbWRsZEVWc1pXMWxiblJDZVVsa0tDZDNjR0pqWDI1dmJtTmxYeWNySUhScGJXVnNhVzVsWDI5aWFpNW9kRzFzWDJOc2FXVnVkRjlwWkNrdWRtRnNkV1ZjY2x4dUlDQWdJQ0FnSUNCOVhISmNiaUFnSUNCOUtUdGNjbHh1ZlZ4eVhHNWNjbHh1SWwwc0ltWnBiR1VpT2lKamIzSmxMM1JwYldWc2FXNWxMM1l5TDE5dmRYUXZkR2x0Wld4cGJtVmZkakl1YW5NaWZRPT1cbiJdfQ==
1
+ "use strict";function wpbc_flextimeline_nav(_,e){jQuery(".wpbc_timeline_front_end").trigger("timeline_nav",[_,e]),jQuery("#"+_.html_client_id+" .flex_tl_prev,#"+_.html_client_id+" .flex_tl_next").remove(),jQuery("#"+_.html_client_id+" .flex_tl_title").html('<span class="glyphicon glyphicon-refresh wpbc_spin"></span> &nbsp Loading...'),"function"==typeof jQuery(".popover_click.popover_bottom").popover&&jQuery(".popover_click.popover_bottom").popover("hide"),jQuery.ajax({url:wpbc_ajaxurl,type:"POST",success:function(e,t){if("success"==t)return jQuery("#"+_.html_client_id+" .wpbc_timeline_ajax_replace").html(e),!0},error:function(e,t,_){window.status="Ajax Error! Status: "+t,alert("Ajax Error! Status: "+e.status+" "+e.statusText)},data:{action:"WPBC_FLEXTIMELINE_NAV",timeline_obj:_,nav_step:e,wpdev_active_locale:wpbc_active_locale,wpbc_nonce:document.getElementById("wpbc_nonce_"+_.html_client_id).value}})}
2
+ //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvcmUvdGltZWxpbmUvdjIvX291dC90aW1lbGluZV92Mi5qcyJdLCJuYW1lcyI6WyJ3cGJjX2ZsZXh0aW1lbGluZV9uYXYiLCJ0aW1lbGluZV9vYmoiLCJuYXZfc3RlcCIsImpRdWVyeSIsInRyaWdnZXIiLCJodG1sX2NsaWVudF9pZCIsInJlbW92ZSIsImh0bWwiLCJwb3BvdmVyIiwiYWpheCIsInVybCIsIndwYmNfYWpheHVybCIsInR5cGUiLCJzdWNjZXNzIiwiZGF0YSIsInRleHRTdGF0dXMiLCJlcnJvciIsIlhNTEh0dHBSZXF1ZXN0IiwiZXJyb3JUaHJvd24iLCJ3aW5kb3ciLCJzdGF0dXMiLCJhbGVydCIsInN0YXR1c1RleHQiLCJhY3Rpb24iLCJ3cGRldl9hY3RpdmVfbG9jYWxlIiwid3BiY19hY3RpdmVfbG9jYWxlIiwid3BiY19ub25jZSIsImRvY3VtZW50IiwiZ2V0RWxlbWVudEJ5SWQiLCJ2YWx1ZSJdLCJtYXBwaW5ncyI6IkFBQUEsYUFFQSxTQUFTQSxzQkFBc0JDLEVBQWNDLEdBQzNDQyxPQUFPLDRCQUE0QkMsUUFBUSxlQUFnQixDQUFDSCxFQUFjQyxJQUkxRUMsT0FBTyxJQUFNRixFQUFhSSxlQUFpQixtQkFBcUJKLEVBQWFJLGVBQWlCLGtCQUFrQkMsU0FDaEhILE9BQU8sSUFBTUYsRUFBYUksZUFBaUIsbUJBQW1CRSxLQUFLLGdGQUUvRCxtQkFBc0JKLE9BQU8saUNBQWlDSyxTQUNoRUwsT0FBTyxpQ0FBaUNLLFFBQVEsUUFFbERMLE9BQU9NLEtBQUssQ0FDVkMsSUFBS0MsYUFDTEMsS0FBTSxPQUNOQyxRQUFTLFNBQWlCQyxFQUFNQyxHQUU5QixHQUFrQixXQUFkQSxFQUVGLE9BREFaLE9BQU8sSUFBTUYsRUFBYUksZUFBaUIsZ0NBQWdDRSxLQUFLTyxJQUN6RSxHQUdYRSxNQUFPLFNBQWVDLEVBQWdCRixFQUFZRyxHQUNoREMsT0FBT0MsT0FBUyx1QkFBeUJMLEVBQ3pDTSxNQUFNLHVCQUF5QkosRUFBZUcsT0FBUyxJQUFNSCxFQUFlSyxhQUc5RVIsS0FBTSxDQUNKUyxPQUFRLHdCQUNSdEIsYUFBY0EsRUFDZEMsU0FBVUEsRUFDVnNCLG9CQUFxQkMsbUJBQ3JCQyxXQUFZQyxTQUFTQyxlQUFlLGNBQWdCM0IsRUFBYUksZ0JBQWdCd0IiLCJmaWxlIjoiY29yZS90aW1lbGluZS92Mi9fb3V0L3RpbWVsaW5lX3YyLm1pbi5qcyIsInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xuXG5mdW5jdGlvbiB3cGJjX2ZsZXh0aW1lbGluZV9uYXYodGltZWxpbmVfb2JqLCBuYXZfc3RlcCkge1xuICBqUXVlcnkoXCIud3BiY190aW1lbGluZV9mcm9udF9lbmRcIikudHJpZ2dlcihcInRpbWVsaW5lX25hdlwiLCBbdGltZWxpbmVfb2JqLCBuYXZfc3RlcF0pOyAvL0ZpeEluOjcuMC4xLjQ4XG4gIC8vIGpRdWVyeSggJyMnK3RpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCArICcgLndwYmNfdGxfcHJldiwjJyt0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC53cGJjX3RsX25leHQnKS5yZW1vdmUoKTtcbiAgLy8galF1ZXJ5KCcjJyt0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC53cGJjX3RsX3RpdGxlJykuaHRtbCggJzxzcGFuIGNsYXNzPVwiZ2x5cGhpY29uIGdseXBoaWNvbi1yZWZyZXNoIHdwYmNfc3BpblwiPjwvc3Bhbj4gJm5ic3AgTG9hZGluZy4uLicgKTsgICAgICAvLyAnPGRpdiBzdHlsZT1cImhlaWdodDoyMHB4O3dpZHRoOjEwMCU7dGV4dC1hbGlnbjpjZW50ZXI7bWFyZ2luOjE1cHggYXV0bztcIj5Mb2FkaW5nIC4uLiA8aW1nIHN0eWxlPVwidmVydGljYWwtYWxpZ246bWlkZGxlO2JveC1zaGFkb3c6bm9uZTt3aWR0aDoxNHB4O1wiIHNyYz1cIicrd3BkZXZfYmtfcGx1Z2luX3VybCsnL2Fzc2V0cy9pbWcvYWpheC1sb2FkZXIuZ2lmXCI+PC8vZGl2PidcblxuICBqUXVlcnkoJyMnICsgdGltZWxpbmVfb2JqLmh0bWxfY2xpZW50X2lkICsgJyAuZmxleF90bF9wcmV2LCMnICsgdGltZWxpbmVfb2JqLmh0bWxfY2xpZW50X2lkICsgJyAuZmxleF90bF9uZXh0JykucmVtb3ZlKCk7XG4gIGpRdWVyeSgnIycgKyB0aW1lbGluZV9vYmouaHRtbF9jbGllbnRfaWQgKyAnIC5mbGV4X3RsX3RpdGxlJykuaHRtbCgnPHNwYW4gY2xhc3M9XCJnbHlwaGljb24gZ2x5cGhpY29uLXJlZnJlc2ggd3BiY19zcGluXCI+PC9zcGFuPiAmbmJzcCBMb2FkaW5nLi4uJyk7IC8vICc8ZGl2IHN0eWxlPVwiaGVpZ2h0OjIwcHg7d2lkdGg6MTAwJTt0ZXh0LWFsaWduOmNlbnRlcjttYXJnaW46MTVweCBhdXRvO1wiPkxvYWRpbmcgLi4uIDxpbWcgc3R5bGU9XCJ2ZXJ0aWNhbC1hbGlnbjptaWRkbGU7Ym94LXNoYWRvdzpub25lO3dpZHRoOjE0cHg7XCIgc3JjPVwiJyt3cGRldl9ia19wbHVnaW5fdXJsKycvYXNzZXRzL2ltZy9hamF4LWxvYWRlci5naWZcIj48Ly9kaXY+J1xuXG4gIGlmICgnZnVuY3Rpb24nID09PSB0eXBlb2YgalF1ZXJ5KFwiLnBvcG92ZXJfY2xpY2sucG9wb3Zlcl9ib3R0b21cIikucG9wb3ZlcikgLy9GaXhJbjogNy4wLjEuMiAgLSAyMDE2LTEyLTEwXG4gICAgalF1ZXJ5KCcucG9wb3Zlcl9jbGljay5wb3BvdmVyX2JvdHRvbScpLnBvcG92ZXIoJ2hpZGUnKTsgLy9IaWRlIGFsbCBvcG5lZCBwb3BvdmVyc1xuXG4gIGpRdWVyeS5hamF4KHtcbiAgICB1cmw6IHdwYmNfYWpheHVybCxcbiAgICB0eXBlOiAnUE9TVCcsXG4gICAgc3VjY2VzczogZnVuY3Rpb24gc3VjY2VzcyhkYXRhLCB0ZXh0U3RhdHVzKSB7XG4gICAgICAvLyBOb3RlLCAgaGVyZSB3ZSBkaXJlY3Qgc2hvdyBIVE1MIHRvIFRpbWVMaW5lIGZyYW1lXG4gICAgICBpZiAodGV4dFN0YXR1cyA9PSAnc3VjY2VzcycpIHtcbiAgICAgICAgalF1ZXJ5KCcjJyArIHRpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCArICcgLndwYmNfdGltZWxpbmVfYWpheF9yZXBsYWNlJykuaHRtbChkYXRhKTtcbiAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICB9XG4gICAgfSxcbiAgICBlcnJvcjogZnVuY3Rpb24gZXJyb3IoWE1MSHR0cFJlcXVlc3QsIHRleHRTdGF0dXMsIGVycm9yVGhyb3duKSB7XG4gICAgICB3aW5kb3cuc3RhdHVzID0gJ0FqYXggRXJyb3IhIFN0YXR1czogJyArIHRleHRTdGF0dXM7XG4gICAgICBhbGVydCgnQWpheCBFcnJvciEgU3RhdHVzOiAnICsgWE1MSHR0cFJlcXVlc3Quc3RhdHVzICsgJyAnICsgWE1MSHR0cFJlcXVlc3Quc3RhdHVzVGV4dCk7XG4gICAgfSxcbiAgICAvLyBiZWZvcmVTZW5kOiBzb21lRnVuY3Rpb24sXG4gICAgZGF0YToge1xuICAgICAgYWN0aW9uOiAnV1BCQ19GTEVYVElNRUxJTkVfTkFWJyxcbiAgICAgIHRpbWVsaW5lX29iajogdGltZWxpbmVfb2JqLFxuICAgICAgbmF2X3N0ZXA6IG5hdl9zdGVwLFxuICAgICAgd3BkZXZfYWN0aXZlX2xvY2FsZTogd3BiY19hY3RpdmVfbG9jYWxlLFxuICAgICAgd3BiY19ub25jZTogZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ3dwYmNfbm9uY2VfJyArIHRpbWVsaW5lX29iai5odG1sX2NsaWVudF9pZCkudmFsdWVcbiAgICB9XG4gIH0pO1xufVxuLy8jIHNvdXJjZU1hcHBpbmdVUkw9ZGF0YTphcHBsaWNhdGlvbi9qc29uO2NoYXJzZXQ9dXRmODtiYXNlNjQsZXlKMlpYSnphVzl1SWpvekxDSnpiM1Z5WTJWeklqcGJJbU52Y21VdmRHbHRaV3hwYm1VdmRqSXZYM055WXk5MGFXMWxiR2x1WlY5Mk1pNXFjeUpkTENKdVlXMWxjeUk2V3lKM2NHSmpYMlpzWlhoMGFXMWxiR2x1WlY5dVlYWWlMQ0owYVcxbGJHbHVaVjl2WW1vaUxDSnVZWFpmYzNSbGNDSXNJbXBSZFdWeWVTSXNJblJ5YVdkblpYSWlMQ0pvZEcxc1gyTnNhV1Z1ZEY5cFpDSXNJbkpsYlc5MlpTSXNJbWgwYld3aUxDSndiM0J2ZG1WeUlpd2lZV3BoZUNJc0luVnliQ0lzSW5kd1ltTmZZV3BoZUhWeWJDSXNJblI1Y0dVaUxDSnpkV05qWlhOeklpd2laR0YwWVNJc0luUmxlSFJUZEdGMGRYTWlMQ0psY25KdmNpSXNJbGhOVEVoMGRIQlNaWEYxWlhOMElpd2laWEp5YjNKVWFISnZkMjRpTENKM2FXNWtiM2NpTENKemRHRjBkWE1pTENKaGJHVnlkQ0lzSW5OMFlYUjFjMVJsZUhRaUxDSmhZM1JwYjI0aUxDSjNjR1JsZGw5aFkzUnBkbVZmYkc5allXeGxJaXdpZDNCaVkxOWhZM1JwZG1WZmJHOWpZV3hsSWl3aWQzQmlZMTl1YjI1alpTSXNJbVJ2WTNWdFpXNTBJaXdpWjJWMFJXeGxiV1Z1ZEVKNVNXUWlMQ0oyWVd4MVpTSmRMQ0p0WVhCd2FXNW5jeUk2SWpzN1FVRkRRU3hUUVVGVFFTeHhRa0ZCVkN4RFFVRm5RME1zV1VGQmFFTXNSVUZCT0VORExGRkJRVGxETEVWQlFYZEVPMEZCUlhCRVF5eEZRVUZCUVN4TlFVRk5MRU5CUVVVc01FSkJRVVlzUTBGQlRpeERRVUZ4UTBNc1QwRkJja01zUTBGQk9FTXNZMEZCT1VNc1JVRkJLMFFzUTBGQlJVZ3NXVUZCUml4RlFVRm5Ra01zVVVGQmFFSXNRMEZCTDBRc1JVRkdiMFFzUTBGRlowUTdRVUZGY0VjN1FVRkRRVHM3UVVGRlFVTXNSVUZCUVVFc1RVRkJUU3hEUVVGRkxFMUJRVWxHTEZsQlFWa3NRMEZCUTBrc1kwRkJha0lzUjBGQmEwTXNhMEpCUVd4RExFZEJRWEZFU2l4WlFVRlpMRU5CUVVOSkxHTkJRV3hGTEVkQlFXMUdMR2RDUVVGeVJpeERRVUZPTEVOQlFUWkhReXhOUVVFM1J6dEJRVU5CU0N4RlFVRkJRU3hOUVVGTkxFTkJRVU1zVFVGQlNVWXNXVUZCV1N4RFFVRkRTU3hqUVVGcVFpeEhRVUZyUXl4cFFrRkJia01zUTBGQlRpeERRVUUwUkVVc1NVRkJOVVFzUTBGQmEwVXNPRVZCUVd4RkxFVkJVbTlFTEVOQlVYRkhPenRCUVVsNlNpeE5RVUZMTEdWQlFXVXNUMEZCVVVvc1RVRkJUU3hEUVVGRExDdENRVUZFTEVOQlFVNHNRMEZCZVVOTExFOUJRWEpGTEVWQlFYZEdPMEZCUTNCR1RDeEpRVUZCUVN4TlFVRk5MRU5CUVVNc0swSkJRVVFzUTBGQlRpeERRVUYzUTBzc1QwRkJlRU1zUTBGQmFVUXNUVUZCYWtRc1JVRmlaMFFzUTBGaFowTTdPMEZCUlhCR1RDeEZRVUZCUVN4TlFVRk5MRU5CUVVOTkxFbEJRVkFzUTBGQldUdEJRVU5TUXl4SlFVRkJRU3hIUVVGSExFVkJRVVZETEZsQlJFYzdRVUZGVWtNc1NVRkJRVUVzU1VGQlNTeEZRVUZETEUxQlJrYzdRVUZIVWtNc1NVRkJRVUVzVDBGQlR5eEZRVUZGTEdsQ1FVRlhReXhKUVVGWUxFVkJRV2xDUXl4VlFVRnFRaXhGUVVFMlFqdEJRVUZyUXp0QlFVTTFSQ3hWUVVGSlFTeFZRVUZWTEVsQlFVa3NVMEZCYkVJc1JVRkJOa0k3UVVGRGVrSmFMRkZCUVVGQkxFMUJRVTBzUTBGQlF5eE5RVUZOUml4WlFVRlpMRU5CUVVOSkxHTkJRVzVDTEVkQlFXOURMRGhDUVVGeVF5eERRVUZPTEVOQlFUUkZSU3hKUVVFMVJTeERRVUZyUms4c1NVRkJiRVk3UVVGRFFTeGxRVUZQTEVsQlFWQTdRVUZEU0R0QlFVTktMRXRCVWtRN1FVRlRVa1VzU1VGQlFVRXNTMEZCU3l4RlFVRkhMR1ZCUVZkRExHTkJRVmdzUlVGQk1rSkdMRlZCUVROQ0xFVkJRWFZEUnl4WFFVRjJReXhGUVVGdFJEdEJRVU12UTBNc1RVRkJRVUVzVFVGQlRTeERRVUZEUXl4TlFVRlFMRWRCUVdkQ0xIbENRVUY1UWt3c1ZVRkJla003UVVGRFFVMHNUVUZCUVVFc1MwRkJTeXhEUVVGRkxIbENRVUY1UWtvc1kwRkJZeXhEUVVGRFJ5eE5RVUY0UXl4SFFVRnBSQ3hIUVVGcVJDeEhRVUYxUkVnc1kwRkJZeXhEUVVGRFN5eFZRVUY0UlN4RFFVRk1PMEZCUTBnc1MwRmFSRHRCUVdGU08wRkJRMEZTTEVsQlFVRkJMRWxCUVVrc1JVRkJRenRCUVVOSFV5eE5RVUZCUVN4TlFVRk5MRVZCUVdNc2RVSkJSSFpDTzBGQlJVZDBRaXhOUVVGQlFTeFpRVUZaTEVWQlFWRkJMRmxCUm5aQ08wRkJSMGRETEUxQlFVRkJMRkZCUVZFc1JVRkJXVUVzVVVGSWRrSTdRVUZKUjNOQ0xFMUJRVUZCTEcxQ1FVRnRRaXhGUVVGRFF5eHJRa0ZLZGtJN1FVRkxSME1zVFVGQlFVRXNWVUZCVlN4RlFVRlZReXhSUVVGUkxFTkJRVU5ETEdOQlFWUXNRMEZCZDBJc1owSkJRV1V6UWl4WlFVRlpMRU5CUVVOSkxHTkJRWEJFTEVWQlFXOUZkMEk3UVVGTU0wWTdRVUZrUnl4SFFVRmFPMEZCYzBKSUlpd2ljMjkxY21ObGMwTnZiblJsYm5RaU9sc2lYSEpjYm1aMWJtTjBhVzl1SUhkd1ltTmZabXhsZUhScGJXVnNhVzVsWDI1aGRpZ2dkR2x0Wld4cGJtVmZiMkpxTENCdVlYWmZjM1JsY0NBcGUxeHlYRzVjY2x4dUlDQWdJR3BSZFdWeWVTZ2dYQ0l1ZDNCaVkxOTBhVzFsYkdsdVpWOW1jbTl1ZEY5bGJtUmNJaUFwTG5SeWFXZG5aWElvSUZ3aWRHbHRaV3hwYm1WZmJtRjJYQ0lnTENCYklIUnBiV1ZzYVc1bFgyOWlhaXdnYm1GMlgzTjBaWEFnWFNBcE95QWdJQ0FnSUNBZ0x5OUdhWGhKYmpvM0xqQXVNUzQwT0Z4eVhHNWNjbHh1SUNBZ0lDOHZJR3BSZFdWeWVTZ2dKeU1uSzNScGJXVnNhVzVsWDI5aWFpNW9kRzFzWDJOc2FXVnVkRjlwWkNBcklDY2dMbmR3WW1OZmRHeGZjSEpsZGl3akp5dDBhVzFsYkdsdVpWOXZZbW91YUhSdGJGOWpiR2xsYm5SZmFXUWdLeUFuSUM1M2NHSmpYM1JzWDI1bGVIUW5LUzV5WlcxdmRtVW9LVHRjY2x4dUlDQWdJQzh2SUdwUmRXVnllU2duSXljcmRHbHRaV3hwYm1WZmIySnFMbWgwYld4ZlkyeHBaVzUwWDJsa0lDc2dKeUF1ZDNCaVkxOTBiRjkwYVhSc1pTY3BMbWgwYld3b0lDYzhjM0JoYmlCamJHRnpjejFjSW1kc2VYQm9hV052YmlCbmJIbHdhR2xqYjI0dGNtVm1jbVZ6YUNCM2NHSmpYM053YVc1Y0lqNDhMM053WVc0K0lDWnVZbk53SUV4dllXUnBibWN1TGk0bklDazdJQ0FnSUNBZ0x5OGdKenhrYVhZZ2MzUjViR1U5WENKb1pXbG5hSFE2TWpCd2VEdDNhV1IwYURveE1EQWxPM1JsZUhRdFlXeHBaMjQ2WTJWdWRHVnlPMjFoY21kcGJqb3hOWEI0SUdGMWRHODdYQ0krVEc5aFpHbHVaeUF1TGk0Z1BHbHRaeUJ6ZEhsc1pUMWNJblpsY25ScFkyRnNMV0ZzYVdkdU9tMXBaR1JzWlR0aWIzZ3RjMmhoWkc5M09tNXZibVU3ZDJsa2RHZzZNVFJ3ZUR0Y0lpQnpjbU05WENJbkszZHdaR1YyWDJKclgzQnNkV2RwYmw5MWNtd3JKeTloYzNObGRITXZhVzFuTDJGcVlYZ3RiRzloWkdWeUxtZHBabHdpUGp3dkwyUnBkajRuWEhKY2JseHlYRzRnSUNBZ2FsRjFaWEo1S0NBbkl5Y3JkR2x0Wld4cGJtVmZiMkpxTG1oMGJXeGZZMnhwWlc1MFgybGtJQ3NnSnlBdVpteGxlRjkwYkY5d2NtVjJMQ01uSzNScGJXVnNhVzVsWDI5aWFpNW9kRzFzWDJOc2FXVnVkRjlwWkNBcklDY2dMbVpzWlhoZmRHeGZibVY0ZENjcExuSmxiVzkyWlNncE8xeHlYRzRnSUNBZ2FsRjFaWEo1S0Njakp5dDBhVzFsYkdsdVpWOXZZbW91YUhSdGJGOWpiR2xsYm5SZmFXUWdLeUFuSUM1bWJHVjRYM1JzWDNScGRHeGxKeWt1YUhSdGJDZ2dKenh6Y0dGdUlHTnNZWE56UFZ3aVoyeDVjR2hwWTI5dUlHZHNlWEJvYVdOdmJpMXlaV1p5WlhOb0lIZHdZbU5mYzNCcGJsd2lQand2YzNCaGJqNGdKbTVpYzNBZ1RHOWhaR2x1Wnk0dUxpY2dLVHNnSUNBZ0lDQXZMeUFuUEdScGRpQnpkSGxzWlQxY0ltaGxhV2RvZERveU1IQjRPM2RwWkhSb09qRXdNQ1U3ZEdWNGRDMWhiR2xuYmpwalpXNTBaWEk3YldGeVoybHVPakUxY0hnZ1lYVjBienRjSWo1TWIyRmthVzVuSUM0dUxpQThhVzFuSUhOMGVXeGxQVndpZG1WeWRHbGpZV3d0WVd4cFoyNDZiV2xrWkd4bE8ySnZlQzF6YUdGa2IzYzZibTl1WlR0M2FXUjBhRG94TkhCNE8xd2lJSE55WXoxY0lpY3JkM0JrWlhaZlltdGZjR3gxWjJsdVgzVnliQ3NuTDJGemMyVjBjeTlwYldjdllXcGhlQzFzYjJGa1pYSXVaMmxtWENJK1BDOHZaR2wyUGlkY2NseHVYSEpjYmx4eVhHNWNjbHh1SUNBZ0lHbG1JQ2dnSjJaMWJtTjBhVzl1SnlBOVBUMGdkSGx3Wlc5bUtDQnFVWFZsY25rb1hDSXVjRzl3YjNabGNsOWpiR2xqYXk1d2IzQnZkbVZ5WDJKdmRIUnZiVndpSUNrdWNHOXdiM1psY2lBcElDQXBJQ0FnSUNBZ0lDOHZSbWw0U1c0NklEY3VNQzR4TGpJZ0lDMGdNakF4TmkweE1pMHhNRnh5WEc0Z0lDQWdJQ0FnSUdwUmRXVnllU2duTG5CdmNHOTJaWEpmWTJ4cFkyc3VjRzl3YjNabGNsOWliM1IwYjIwbktTNXdiM0J2ZG1WeUtDQW5hR2xrWlNjZ0tUc2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHk5SWFXUmxJR0ZzYkNCdmNHNWxaQ0J3YjNCdmRtVnljMXh5WEc1Y2NseHVJQ0FnSUdwUmRXVnllUzVoYW1GNEtIdGNjbHh1SUNBZ0lDQWdJQ0IxY213NklIZHdZbU5mWVdwaGVIVnliQ3hjY2x4dUlDQWdJQ0FnSUNCMGVYQmxPaWRRVDFOVUp5eGNjbHh1SUNBZ0lDQWdJQ0J6ZFdOalpYTnpPaUJtZFc1amRHbHZiaUFvSUdSaGRHRXNJSFJsZUhSVGRHRjBkWE1nS1hzZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F2THlCT2IzUmxMQ0FnYUdWeVpTQjNaU0JrYVhKbFkzUWdjMmh2ZHlCSVZFMU1JSFJ2SUZScGJXVk1hVzVsSUdaeVlXMWxYSEpjYmlBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ2FXWW9JSFJsZUhSVGRHRjBkWE1nUFQwZ0ozTjFZMk5sYzNNbktTQjdYSEpjYmlBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJR3BSZFdWeWVTZ25JeWNnS3lCMGFXMWxiR2x1WlY5dlltb3VhSFJ0YkY5amJHbGxiblJmYVdRZ0t5QW5JQzUzY0dKalgzUnBiV1ZzYVc1bFgyRnFZWGhmY21Wd2JHRmpaU2NnS1M1b2RHMXNLQ0JrWVhSaElDazdYSEpjYmlBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJSEpsZEhWeWJpQjBjblZsTzF4eVhHNGdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJSDFjY2x4dUlDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUgwc1hISmNiaUFnSUNBZ0lDQWdaWEp5YjNJNklDQm1kVzVqZEdsdmJpQW9JRmhOVEVoMGRIQlNaWEYxWlhOMExDQjBaWGgwVTNSaGRIVnpMQ0JsY25KdmNsUm9jbTkzYmlsN1hISmNiaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnZDJsdVpHOTNMbk4wWVhSMWN5QTlJQ2RCYW1GNElFVnljbTl5SVNCVGRHRjBkWE02SUNjZ0t5QjBaWGgwVTNSaGRIVnpPMXh5WEc0Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lHRnNaWEowS0NBblFXcGhlQ0JGY25KdmNpRWdVM1JoZEhWek9pQW5JQ3NnV0UxTVNIUjBjRkpsY1hWbGMzUXVjM1JoZEhWeklDc2dKeUFuSUNzZ1dFMU1TSFIwY0ZKbGNYVmxjM1F1YzNSaGRIVnpWR1Y0ZENBcE8xeHlYRzRnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdmU3hjY2x4dUlDQWdJQ0FnSUNBdkx5QmlaV1p2Y21WVFpXNWtPaUJ6YjIxbFJuVnVZM1JwYjI0c1hISmNiaUFnSUNBZ0lDQWdaR0YwWVRwN1hISmNiaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQmhZM1JwYjI0NklDQWdJQ0FnSUNBZ0lDQWdJQ2RYVUVKRFgwWk1SVmhVU1UxRlRFbE9SVjlPUVZZbkxGeHlYRzRnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdkR2x0Wld4cGJtVmZiMkpxT2lBZ0lDQWdJQ0IwYVcxbGJHbHVaVjl2WW1vc1hISmNiaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQnVZWFpmYzNSbGNEb2dJQ0FnSUNBZ0lDQWdJRzVoZGw5emRHVndMRnh5WEc0Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnZDNCa1pYWmZZV04wYVhabFgyeHZZMkZzWlRwM2NHSmpYMkZqZEdsMlpWOXNiMk5oYkdVc1hISmNiaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQjNjR0pqWDI1dmJtTmxPaUFnSUNBZ0lDQWdJR1J2WTNWdFpXNTBMbWRsZEVWc1pXMWxiblJDZVVsa0tDZDNjR0pqWDI1dmJtTmxYeWNySUhScGJXVnNhVzVsWDI5aWFpNW9kRzFzWDJOc2FXVnVkRjlwWkNrdWRtRnNkV1ZjY2x4dUlDQWdJQ0FnSUNCOVhISmNiaUFnSUNCOUtUdGNjbHh1ZlZ4eVhHNWNjbHh1SWwwc0ltWnBiR1VpT2lKamIzSmxMM1JwYldWc2FXNWxMM1l5TDE5dmRYUXZkR2x0Wld4cGJtVmZkakl1YW5NaWZRPT1cbiJdfQ==
core/wpbc-activation.php CHANGED
@@ -1032,7 +1032,9 @@ $mu_option4delete[]= 'booking_timeslot_picker_skin';
1032
  $default_options['booking_is_use_captcha'] = 'Off';
1033
  $mu_option4delete[]='booking_is_use_captcha';
1034
  $default_options['booking_is_show_legend'] = 'Off';
1035
- $mu_option4delete[]='booking_is_show_legend';
 
 
1036
  $default_options['booking_legend_is_show_item_available'] = 'On';
1037
  $mu_option4delete[]='booking_legend_is_show_item_available';
1038
  $default_options['booking_legend_text_for_item_available'] = __( 'Available', 'booking' );
1032
  $default_options['booking_is_use_captcha'] = 'Off';
1033
  $mu_option4delete[]='booking_is_use_captcha';
1034
  $default_options['booking_is_show_legend'] = 'Off';
1035
+ $mu_option4delete[]='booking_is_show_legend';
1036
+ $default_options['booking_send_button_title'] = __( 'Send', 'booking' ); //FixIn: 8.8.1.14
1037
+ $mu_option4delete[]='booking_send_button_title';
1038
  $default_options['booking_legend_is_show_item_available'] = 'On';
1039
  $mu_option4delete[]='booking_legend_is_show_item_available';
1040
  $default_options['booking_legend_text_for_item_available'] = __( 'Available', 'booking' );
core/wpbc-constants.php CHANGED
@@ -26,7 +26,7 @@ if ( ! defined( 'WP_BK_CHECK_OUT_MINUS_DAY_SEARCH' ) ) { define( 'WP_BK_C
26
  ////////////////////////////////////////////////////////////
27
  // SYSTEM CONSTANTS //////////////
28
  ////////////////////////////////////////////////////////////
29
- if ( ! defined( 'WP_BK_MINOR_UPDATE' ) ) { define( 'WP_BK_MINOR_UPDATE', ! true ); }
30
  if ( ! defined( 'WP_BK_RESPONSE' ) ) { define( 'WP_BK_RESPONSE', false ); }
31
  if ( ! defined( 'WP_BK_BETA_DATA_FILL' ) ) { define( 'WP_BK_BETA_DATA_FILL', 0 ); } // Set 0 for no filling or 2 for 241 bookings or more for more
32
 
26
  ////////////////////////////////////////////////////////////
27
  // SYSTEM CONSTANTS //////////////
28
  ////////////////////////////////////////////////////////////
29
+ if ( ! defined( 'WP_BK_MINOR_UPDATE' ) ) { define( 'WP_BK_MINOR_UPDATE', true ); }
30
  if ( ! defined( 'WP_BK_RESPONSE' ) ) { define( 'WP_BK_RESPONSE', false ); }
31
  if ( ! defined( 'WP_BK_BETA_DATA_FILL' ) ) { define( 'WP_BK_BETA_DATA_FILL', 0 ); } // Set 0 for no filling or 2 for 241 bookings or more for more
32
 
core/wpbc-dates.php CHANGED
@@ -720,6 +720,29 @@ function wpbc_is_today_date( $some_day ) {
720
  }
721
 
722
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
723
  /**
724
  * Get days in short format view
725
  *
720
  }
721
 
722
 
723
+ //FixIn: 8.8.1.2
724
+ /**
725
+ * Check if this date in past
726
+ *
727
+ * @param string $some_day : '2015-05-29'
728
+ * @return boolean : true | false
729
+ */
730
+ function wpbc_is_date_in_past( $some_day ) {
731
+
732
+ $some_day_d = date( 'm.d.Y', mysql2date( 'U', $some_day ) );
733
+ $some_array = explode( '.', $some_day_d );
734
+ $some_day = mktime( 0, 0, 0, $some_array[0], ( $some_array[1] + 1 ), $some_array[2] );
735
+
736
+ $today_day = time();
737
+
738
+ if ( $today_day > $some_day ) {
739
+ return true;
740
+ } else {
741
+ return false;
742
+ }
743
+ }
744
+
745
+
746
  /**
747
  * Get days in short format view
748
  *
core/wpbc-emails.php CHANGED
@@ -446,7 +446,7 @@ function wpbc_email_sending_error( $wp_error_object, $error_description = '' ) {
446
 
447
  if ( ! empty( $error_description ) ) {
448
 
449
- $error_description = '' . __('Error', 'booking') . '! ' . __('Email had not sent. Some error occuered.', 'booking') . ' ' . $error_description;
450
 
451
  // Admin side
452
  if ( function_exists( 'wpbc_show_message' ) ) {
446
 
447
  if ( ! empty( $error_description ) ) {
448
 
449
+ $error_description = '' . __('Error', 'booking') . '! ' . __('Email was not sent. An error occurred.', 'booking') . ' ' . $error_description;
450
 
451
  // Admin side
452
  if ( function_exists( 'wpbc_show_message' ) ) {
css/admin-skin.css CHANGED
@@ -151,4 +151,23 @@
151
  .wpbc_page .wpdevelop .wpbc-listing-collumn.col-sm-2 .field-checkbox input[type="checkbox"],
152
  .wpbc_page .wpdevelop .wpbc-listing-collumn.col-sm-3 .field-checkbox input[type="checkbox"] {
153
  margin-top:5px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  }
151
  .wpbc_page .wpdevelop .wpbc-listing-collumn.col-sm-2 .field-checkbox input[type="checkbox"],
152
  .wpbc_page .wpdevelop .wpbc-listing-collumn.col-sm-3 .field-checkbox input[type="checkbox"] {
153
  margin-top:5px;
154
+ }
155
+ /* booking resource slection list - selected booking resource in a selectbox*/
156
+ .chzn-container .chzn-results li.highlighted {
157
+ background: #3875d7;
158
+ }
159
+
160
+ .chzn-container-multi .chzn-choices li.search-choice {
161
+ margin: 3px 5px 3px 0;
162
+ border: 1px solid #ccc;
163
+ background: #eeeeee !important;
164
+ }
165
+ .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
166
+ margin: 0;
167
+ }
168
+ .chzn-container-multi .chzn-choices {
169
+ min-height: 31px !important;
170
+ }
171
+ .chzn-container-multi .chzn-choices .search-choice a.search-choice-close {
172
+ font-size: 10px;
173
  }
js/admin.js CHANGED
@@ -669,7 +669,8 @@ function wpbc_import_gcal_events( us_id
669
 
670
  // toggle "check all" checkboxes
671
  var unchecked = $(this).closest('.wpbc_selectable_body').find(':checkbox').filter(':visible:enabled').not(':checked');
672
- $(this).closest('.wpbc_selectable_table').children('.wpbc_selectable_head, .wpbc_selectable_foot').find(':checkbox').prop('checked', function() {
 
673
  return ( 0 === unchecked.length );
674
  });
675
 
@@ -684,10 +685,9 @@ function wpbc_import_gcal_events( us_id
684
  $table = $this.closest( '.wpbc_selectable_table' ),
685
  controlChecked = $this.prop('checked'),
686
  toggle = event.shiftKey || $this.data('wp-toggle');
687
-
688
- $table.children( '.wpbc_selectable_body' ).filter(':visible')
689
  .find('.check-column').find(':checkbox')
690
- //.children().children('.check-column').find(':checkbox')
691
  .prop('checked', function() {
692
  if ( $(this).is(':hidden,:disabled') ) {
693
  return false;
@@ -701,10 +701,9 @@ function wpbc_import_gcal_events( us_id
701
 
702
  return false;
703
  });
704
-
705
- $table.children('.wpbc_selectable_head, .wpbc_selectable_foot').filter(':visible')
706
  .find('.check-column').find(':checkbox')
707
- //.children().children('.check-column').find(':checkbox')
708
  .prop('checked', function() {
709
  if ( toggle ) {
710
  return false;
669
 
670
  // toggle "check all" checkboxes
671
  var unchecked = $(this).closest('.wpbc_selectable_body').find(':checkbox').filter(':visible:enabled').not(':checked');
672
+ //FixIn: 8.8.1.15
673
+ $(this).closest('.wpbc_selectable_table').find('.wpbc_selectable_head, .wpbc_selectable_foot').find(':checkbox').prop('checked', function() {
674
  return ( 0 === unchecked.length );
675
  });
676
 
685
  $table = $this.closest( '.wpbc_selectable_table' ),
686
  controlChecked = $this.prop('checked'),
687
  toggle = event.shiftKey || $this.data('wp-toggle');
688
+ //FixIn: 8.8.1.15
689
+ $table.find( '.wpbc_selectable_body' ).filter(':visible')
690
  .find('.check-column').find(':checkbox')
 
691
  .prop('checked', function() {
692
  if ( $(this).is(':hidden,:disabled') ) {
693
  return false;
701
 
702
  return false;
703
  });
704
+ //FixIn: 8.8.1.15
705
+ $table.find('.wpbc_selectable_head, .wpbc_selectable_foot').filter(':visible')
706
  .find('.check-column').find(':checkbox')
 
707
  .prop('checked', function() {
708
  if ( toggle ) {
709
  return false;
js/client.js CHANGED
@@ -773,7 +773,8 @@ function mybooking_submit( submit_form , bk_type, wpdev_active_locale){
773
  return;
774
  }
775
  }
776
- if ( (element.type !='checkbox') && (element.type !='radio') && ( inp_value.trim() === '')) { //FixIn:7.0.1.39 //FixIn: 8.7.11.12
 
777
  showErrorMessage( element , message_verif_requred, false ); //FixIn: 8.5.1.3
778
  return;
779
  }
@@ -1202,6 +1203,27 @@ function makeScroll(object_name) {
1202
  }
1203
 
1204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1205
  function wpdev_in_array (array_here, p_val) {
1206
  for(var i = 0, l = array_here.length; i < l; i++) {
1207
  if(array_here[i] == p_val) {
@@ -1366,7 +1388,7 @@ function wpbc_check_errors_in_booking_form( bk_type ) {
1366
 
1367
  var inp_value = jQuery( el ).val();
1368
 
1369
- if ( '' === inp_value.trim() ){ //FixIn: 8.7.11.12
1370
  showErrorMessage( el, message_verif_requred, is_error_in_field );
1371
  is_error_in_field = true; // Error
1372
  }
@@ -1506,14 +1528,19 @@ function bk_form_step_click( el ){
1506
  * @param step_num
1507
  * @returns {boolean}
1508
  */
1509
- function wpbc_wizard_step( el, step_num ){
1510
  var br_id = jQuery( el ).closest( 'form' ).find( 'input[name^="bk_type"]' ).val();
1511
- if ( 1 != step_num ){ //FixIn: 8.7.7.8
1512
- var is_error = wpbc_check_errors_in_booking_form( br_id );
1513
- if ( is_error ){
1514
- return false;
 
 
 
 
1515
  }
1516
  }
 
1517
  if ( wpbc_is_some_elements_visible( br_id, ['rangetime', 'durationtime', 'starttime', 'endtime'] ) ){
1518
  if ( is_this_time_selections_not_available( br_id, document.getElementById( 'booking_form' + br_id ) ) ){
1519
  return false;
773
  return;
774
  }
775
  }
776
+
777
+ if ( (element.type != 'checkbox') && (element.type != 'radio') && ( '' === wpbc_trim( inp_value ) ) ){ //FixIn: 8.8.1.3 //FixIn:7.0.1.39 //FixIn: 8.7.11.12
778
  showErrorMessage( element , message_verif_requred, false ); //FixIn: 8.5.1.3
779
  return;
780
  }
1203
  }
1204
 
1205
 
1206
+ //FixIn: 8.8.1.3
1207
+ /**
1208
+ * Trim strings and array joined with (,)
1209
+ *
1210
+ * @param string_to_trim string / array
1211
+ * @returns string
1212
+ */
1213
+ function wpbc_trim( string_to_trim ){
1214
+
1215
+ if ( Array.isArray( string_to_trim ) ){
1216
+ string_to_trim = string_to_trim.join( ',' );
1217
+ }
1218
+
1219
+ if ( 'string' == typeof (string_to_trim) ){
1220
+ string_to_trim = string_to_trim.trim();
1221
+ }
1222
+
1223
+ return string_to_trim;
1224
+ }
1225
+
1226
+
1227
  function wpdev_in_array (array_here, p_val) {
1228
  for(var i = 0, l = array_here.length; i < l; i++) {
1229
  if(array_here[i] == p_val) {
1388
 
1389
  var inp_value = jQuery( el ).val();
1390
 
1391
+ if ( '' === wpbc_trim( inp_value ) ){ //FixIn: 8.8.1.3 //FixIn: 8.7.11.12
1392
  showErrorMessage( el, message_verif_requred, is_error_in_field );
1393
  is_error_in_field = true; // Error
1394
  }
1528
  * @param step_num
1529
  * @returns {boolean}
1530
  */
1531
+ function wpbc_wizard_step( el, step_num, step_from ){
1532
  var br_id = jQuery( el ).closest( 'form' ).find( 'input[name^="bk_type"]' ).val();
1533
+
1534
+ //FixIn: 8.8.1.5
1535
+ if ( ( undefined == step_from ) || ( step_num > step_from ) ){
1536
+ if ( 1 != step_num ){ //FixIn: 8.7.7.8
1537
+ var is_error = wpbc_check_errors_in_booking_form( br_id );
1538
+ if ( is_error ){
1539
+ return false;
1540
+ }
1541
  }
1542
  }
1543
+
1544
  if ( wpbc_is_some_elements_visible( br_id, ['rangetime', 'durationtime', 'starttime', 'endtime'] ) ){
1545
  if ( is_this_time_selections_not_available( br_id, document.getElementById( 'booking_form' + br_id ) ) ){
1546
  return false;
js/wpbc_times.js CHANGED
@@ -845,7 +845,7 @@ function wpbc_is_time_field_in_booking_form( resource_id, form_elements ){
845
  //here is not range selections
846
  all_dates = get_first_day_of_selection( all_dates );
847
  if ( (bk_days_selection_mode == 'single') ){ // Only single day selections here //FixIn: 8.7.11.6
848
-
849
  var current_single_day_selections = all_dates.split( '.' );
850
  td_class = (current_single_day_selections[ 1 ] * 1) + '-' + (current_single_day_selections[ 0 ] * 1) + '-' + (current_single_day_selections[ 2 ] * 1);
851
  var times_array = [];
845
  //here is not range selections
846
  all_dates = get_first_day_of_selection( all_dates );
847
  if ( (bk_days_selection_mode == 'single') ){ // Only single day selections here //FixIn: 8.7.11.6
848
+ //if ( ( bk_days_selection_mode == 'single' ) || ( bk_days_selection_mode == 'multiple' ) ) {
849
  var current_single_day_selections = all_dates.split( '.' );
850
  td_class = (current_single_day_selections[ 1 ] * 1) + '-' + (current_single_day_selections[ 0 ] * 1) + '-' + (current_single_day_selections[ 2 ] * 1);
851
  var times_array = [];
languages/booking-ar_SA.mo CHANGED
Binary file
languages/booking-bg_BG.mo CHANGED
Binary file
languages/booking-da_DK.mo CHANGED
Binary file
languages/booking-de_DE.mo CHANGED
Binary file
languages/booking-el.mo CHANGED
Binary file
languages/booking-es_ES.mo CHANGED
Binary file
languages/booking-fi.mo CHANGED
Binary file
languages/booking-fr_FR.mo CHANGED
Binary file
languages/booking-gl_ES.mo CHANGED
Binary file
languages/booking-he_IL.mo CHANGED
Binary file
languages/booking-hu_HU.mo CHANGED
Binary file
languages/booking-it_IT.mo CHANGED
Binary file
languages/booking-nb_NO.mo CHANGED
Binary file
languages/booking-nl_NL.mo CHANGED
Binary file
languages/booking-pl_PL.mo CHANGED
Binary file
languages/booking-pt_BR.mo CHANGED
Binary file
languages/booking-pt_PT.mo CHANGED
Binary file
languages/booking-ro_RO.mo CHANGED
Binary file
languages/booking-ru_RU.mo CHANGED
Binary file
languages/booking-sl_SI.mo CHANGED
Binary file
languages/booking-sv_SE.mo CHANGED
Binary file
languages/booking-th_TH.mo CHANGED
Binary file
languages/booking-tr_TR.mo CHANGED
Binary file
languages/booking-uk.mo CHANGED
Binary file
languages/booking-zh_CN.mo CHANGED
Binary file
languages/booking-zh_TW.mo CHANGED
Binary file
languages/booking.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: booking\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2020-11-30 11:28+0200\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
9
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
@@ -122,209 +122,209 @@ msgstr ""
122
  msgid "Type of days selection in calendar"
123
  msgstr ""
124
 
125
- #: core/admin/api-settings.php:166
126
  msgid "Time picker for time slots"
127
  msgstr ""
128
 
129
- #: core/admin/api-settings.php:167
130
  msgid "Show time slots as a time picker instead of a select box."
131
  msgstr ""
132
 
133
- #: core/admin/api-settings.php:191
134
  msgid "Time Picker Skin"
135
  msgstr ""
136
 
137
- #: core/admin/api-settings.php:192
138
  msgid "Select the skin of the time picker"
139
  msgstr ""
140
 
141
- #: core/admin/api-settings.php:203 core/lib/wpbc_all_translations.php:20
142
  msgid "Do not change background color for partially booked days"
143
  msgstr ""
144
 
145
- #: core/admin/api-settings.php:204 core/lib/wpbc_all_translations.php:21
146
  msgid "Show partially booked days with same background as in legend item"
147
  msgstr ""
148
 
149
- #: core/admin/api-settings.php:205 core/admin/api-settings.php:355 core/admin/api-settings.php:515
150
- #: core/admin/api-settings.php:550 core/admin/api-settings.php:871
151
  #: core/admin/page-form-free.php:189 core/admin/page-ics-export.php:467
152
- #: core/lib/wpbc_all_translations.php:22 core/timeline/v2/wpbc-class-timeline_v2.php:2822
153
  #: inc/_bl/admin/api-settings-l.php:179 inc/_bl/admin/api-settings-l.php:185
154
  #: inc/_bl/admin/api-settings-l.php:216 inc/gateways/page-gateways.php:198
155
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1079 js/wpbc-gutenberg.js:1032
156
  msgid "Note"
157
  msgstr ""
158
 
159
- #: core/admin/api-settings.php:206 core/admin/api-settings.php:516
160
- #: core/lib/wpbc_all_translations.php:23
161
  msgid "Partially booked item - day, which is booked for the specific time-slot(s)."
162
  msgstr ""
163
 
164
- #: core/admin/api-settings.php:228 core/lib/wpbc_all_translations.php:24
165
  msgid "Unavailable week days"
166
  msgstr ""
167
 
168
- #: core/admin/api-settings.php:258 core/lib/wpbc_all_translations.php:25
169
  msgid "Check unavailable days in calendars. This option will overwrite all other settings."
170
  msgstr ""
171
 
172
- #: core/admin/api-settings.php:276 core/lib/wpbc_all_translations.php:26
173
  msgid "Unavailable days from today"
174
  msgstr ""
175
 
176
- #: core/admin/api-settings.php:277 core/lib/wpbc_all_translations.php:27
177
  msgid "Select number of unavailable days in calendar start from today."
178
  msgstr ""
179
 
180
- #: core/admin/api-settings.php:316 core/lib/wpbc_all_translations.php:28 inc/_ps/lib_p.php:268
181
  msgid "Simple"
182
  msgstr ""
183
 
184
  #: core/admin/api-settings.php:316 core/admin/wpbc-toolbar-tiny.php:240
185
  #: core/admin/wpbc-toolbar-tiny.php:698 core/admin/wpbc-toolbar-tiny.php:1199
186
- #: core/admin/wpbc-toolbar-tiny.php:1615 core/lib/wpbc_all_translations.php:29
187
  #: inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113 inc/_bm/m-toolbar.php:402
188
  #: inc/_ps/lib_p.php:268 js/wpbc-gutenberg.js:565
189
  msgid "Booking Form"
190
  msgstr ""
191
 
192
- #: core/admin/api-settings.php:317 core/lib/wpbc_all_translations.php:30 inc/_ps/lib_p.php:264
193
  msgid ""
194
  "Check the box, if you want to use simple booking form customization from Free plugin version at "
195
  "Settings - Form page."
196
  msgstr ""
197
 
198
- #: core/admin/api-settings.php:325 core/lib/wpbc_all_translations.php:31
199
  msgid "Syntax highlighter"
200
  msgstr ""
201
 
202
- #: core/admin/api-settings.php:326 core/lib/wpbc_all_translations.php:32
203
  msgid "Check the box, if you want to use syntax highlighter during customization booking form."
204
  msgstr ""
205
 
206
- #: core/admin/api-settings.php:337 core/lib/wpbc_all_translations.php:33
207
  #: inc/_ps/form/class-wpbc-form-help.php:194
208
  msgid "CAPTCHA"
209
  msgstr ""
210
 
211
- #: core/admin/api-settings.php:338 core/lib/wpbc_all_translations.php:34
212
  msgid "Check the box to activate CAPTCHA inside the booking form."
213
  msgstr ""
214
 
215
- #: core/admin/api-settings.php:345 core/lib/wpbc_all_translations.php:35
216
  msgid "Auto-fill fields"
217
  msgstr ""
218
 
219
- #: core/admin/api-settings.php:346 core/lib/wpbc_all_translations.php:36
220
  msgid "Check the box to activate auto-fill form fields for logged in users."
221
  msgstr ""
222
 
223
- #: core/admin/api-settings.php:353 core/lib/wpbc_all_translations.php:37
224
  msgid "Use CSS BootStrap"
225
  msgstr ""
226
 
227
- #: core/admin/api-settings.php:354 core/lib/wpbc_all_translations.php:38
228
  msgid "Using BootStrap CSS for the form fields"
229
  msgstr ""
230
 
231
- #: core/admin/api-settings.php:355 core/lib/wpbc_all_translations.php:39
232
  msgid "You must not deactivate loading BootStrap files at advanced section of these settings!"
233
  msgstr ""
234
 
235
- #: core/admin/api-settings.php:365 core/lib/wpbc_all_translations.php:40
236
  msgid "Show legend below calendar"
237
  msgstr ""
238
 
239
- #: core/admin/api-settings.php:366 core/lib/wpbc_all_translations.php:41
240
  msgid "Check this box to display a legend of dates below the booking calendar."
241
  msgstr ""
242
 
243
- #: core/admin/api-settings.php:378 core/lib/wpbc_all_translations.php:42
244
  msgid "Available item"
245
  msgstr ""
246
 
247
- #: core/admin/api-settings.php:392 core/lib/wpbc_all_translations.php:43
248
- #: core/wpbc-activation.php:1038
249
  msgid "Available"
250
  msgstr ""
251
 
252
- #: core/admin/api-settings.php:401 core/lib/wpbc_all_translations.php:44
253
  #, php-format
254
  msgid "Activate and type your %stitle of available%s item in legend"
255
  msgstr ""
256
 
257
- #: core/admin/api-settings.php:415 core/lib/wpbc_all_translations.php:45
258
  msgid "Pending item"
259
  msgstr ""
260
 
261
- #: core/admin/api-settings.php:429 core/admin/page-email-deny.php:558
262
  #: core/admin/wpbc-class-listing.php:328 core/admin/wpbc-class-listing.php:426
263
  #: core/admin/wpbc-toolbars.php:549 core/admin/wpbc-toolbars.php:964
264
- #: core/lib/wpbc_all_translations.php:46 core/timeline/v2/wpbc-class-timeline_v2.php:2679
265
- #: core/timeline/v2/wpbc-class-timeline_v2.php:2732 core/wpbc-activation.php:1042
266
  #: inc/_bs/lib_s.php:328 inc/_ps/personal.php:359 inc/_ps/wpbc-print.php:119
267
  msgid "Pending"
268
  msgstr ""
269
 
270
- #: core/admin/api-settings.php:438 core/lib/wpbc_all_translations.php:47
271
  #, php-format
272
  msgid "Activate and type your %stitle of pending%s item in legend"
273
  msgstr ""
274
 
275
- #: core/admin/api-settings.php:452 core/lib/wpbc_all_translations.php:48
276
  msgid "Approved item"
277
  msgstr ""
278
 
279
- #: core/admin/api-settings.php:466 core/lib/wpbc_all_translations.php:49
280
- #: core/wpbc-activation.php:1046
281
  msgid "Booked"
282
  msgstr ""
283
 
284
- #: core/admin/api-settings.php:475 core/lib/wpbc_all_translations.php:50
285
  #, php-format
286
  msgid "Activate and type your %stitle of approved%s item in legend"
287
  msgstr ""
288
 
289
- #: core/admin/api-settings.php:490 core/lib/wpbc_all_translations.php:51
290
  msgid "Partially booked item"
291
  msgstr ""
292
 
293
- #: core/admin/api-settings.php:504 core/lib/wpbc_all_translations.php:52
294
- #: core/wpbc-activation.php:1052
295
  msgid "Partially booked"
296
  msgstr ""
297
 
298
- #: core/admin/api-settings.php:513 core/lib/wpbc_all_translations.php:53
299
  #, php-format
300
  msgid "Activate and type your %stitle of partially booked%s item in legend"
301
  msgstr ""
302
 
303
- #: core/admin/api-settings.php:538 core/lib/wpbc_all_translations.php:54
304
  msgid "Show date number in legend"
305
  msgstr ""
306
 
307
- #: core/admin/api-settings.php:539 core/lib/wpbc_all_translations.php:55
308
  msgid "Check this box to display today date number in legend cells. "
309
  msgstr ""
310
 
311
- #: core/admin/api-settings.php:547 core/lib/wpbc_all_translations.php:56
312
  msgid "Show \"Thank You\" message"
313
  msgstr ""
314
 
315
- #: core/admin/api-settings.php:548 core/lib/wpbc_all_translations.php:57
316
  msgid "Redirect visitor to a new \"Thank You\" page"
317
  msgstr ""
318
 
319
- #: core/admin/api-settings.php:550 core/lib/wpbc_all_translations.php:58
320
  msgid "This action will have no effect, if the payment form(s) is active!"
321
  msgstr ""
322
 
323
- #: core/admin/api-settings.php:555 core/lib/wpbc_all_translations.php:59
324
  msgid "Action after booking is done"
325
  msgstr ""
326
 
327
- #: core/admin/api-settings.php:564 core/lib/wpbc_all_translations.php:60
328
  #: core/wpbc-activation.php:871
329
  #, php-format
330
  msgid ""
@@ -332,122 +332,122 @@ msgid ""
332
  "possible."
333
  msgstr ""
334
 
335
- #: core/admin/api-settings.php:565 core/lib/wpbc_all_translations.php:61
336
  msgid "Message title"
337
  msgstr ""
338
 
339
- #: core/admin/api-settings.php:566 core/lib/wpbc_all_translations.php:62
340
  #, php-format
341
  msgid "Type title of message %safter booking has done by user%s"
342
  msgstr ""
343
 
344
- #: core/admin/api-settings.php:577 core/lib/wpbc_all_translations.php:63
345
  msgid "Time of message showing"
346
  msgstr ""
347
 
348
- #: core/admin/api-settings.php:578 core/lib/wpbc_all_translations.php:64
349
  msgid "Set duration of time (milliseconds) to show this message"
350
  msgstr ""
351
 
352
- #: core/admin/api-settings.php:605 core/lib/wpbc_all_translations.php:65
353
  msgid "URL of \"thank you\" page"
354
  msgstr ""
355
 
356
- #: core/admin/api-settings.php:621 core/lib/wpbc_all_translations.php:66
357
  #, php-format
358
  msgid "Type URL of %s\"Thank You\" page%s"
359
  msgstr ""
360
 
361
- #: core/admin/api-settings.php:633 core/lib/wpbc_all_translations.php:67 core/wpbc.php:137
362
  #: core/wpbc.php:138
363
  msgid "Bookings Listing"
364
  msgstr ""
365
 
366
- #: core/admin/api-settings.php:634 core/admin/page-settings.php:242 core/admin/page-timeline.php:45
367
  #: core/admin/page-timeline.php:46 core/admin/page-timeline.php:47 core/admin/wpbc-toolbars.php:482
368
- #: core/lib/wpbc_all_translations.php:68 core/wpbc-functions.php:1878
369
  msgid "Calendar Overview"
370
  msgstr ""
371
 
372
- #: core/admin/api-settings.php:639 core/lib/wpbc_all_translations.php:69
373
  msgid "Default booking admin page"
374
  msgstr ""
375
 
376
- #: core/admin/api-settings.php:640 core/lib/wpbc_all_translations.php:70
377
  msgid "Select your default view mode of bookings at the booking listing page"
378
  msgstr ""
379
 
380
- #: core/admin/api-settings.php:656 core/admin/wpbc-toolbar-tiny.php:393
381
  #: core/admin/wpbc-toolbars.php:1184 core/admin/wpbc-toolbars.php:1244
382
- #: core/lib/wpbc_all_translations.php:71 inc/_bl/admin/page-coupons.php:526
383
  msgid "Day"
384
  msgstr ""
385
 
386
- #: core/admin/api-settings.php:657 core/admin/wpbc-toolbar-tiny.php:394
387
  #: core/admin/wpbc-toolbars.php:1201 core/admin/wpbc-toolbars.php:1258
388
- #: core/lib/wpbc_all_translations.php:72
389
  msgid "Week"
390
  msgstr ""
391
 
392
- #: core/admin/api-settings.php:658 core/admin/api-settings.php:665
393
  #: core/admin/wpbc-toolbar-tiny.php:396 core/admin/wpbc-toolbars.php:1218
394
- #: core/admin/wpbc-toolbars.php:1272 core/lib/wpbc_all_translations.php:73
395
  #: inc/_bl/admin/page-coupons.php:525
396
  msgid "Month"
397
  msgstr ""
398
 
399
- #: core/admin/api-settings.php:659 core/admin/wpbc-toolbar-tiny.php:398
400
- #: core/admin/wpbc-toolbars.php:1286 core/lib/wpbc_all_translations.php:74
401
  msgid "2 Months"
402
  msgstr ""
403
 
404
- #: core/admin/api-settings.php:660 core/admin/api-settings.php:666
405
- #: core/admin/wpbc-toolbar-tiny.php:400 core/lib/wpbc_all_translations.php:75
406
  msgid "3 Months"
407
  msgstr ""
408
 
409
- #: core/admin/api-settings.php:661 core/admin/api-settings.php:667
410
  #: core/admin/wpbc-toolbar-tiny.php:401 core/admin/wpbc-toolbars.php:579
411
- #: core/admin/wpbc-toolbars.php:813 core/lib/wpbc_all_translations.php:76
412
  #: inc/_bl/admin/page-coupons.php:524
413
  msgid "Year"
414
  msgstr ""
415
 
416
- #: core/admin/api-settings.php:672 core/lib/wpbc_all_translations.php:77
417
  msgid "Default calendar view mode"
418
  msgstr ""
419
 
420
- #: core/admin/api-settings.php:673 core/lib/wpbc_all_translations.php:78
421
  msgid "Select your default calendar view mode at booking calendar overview page"
422
  msgstr ""
423
 
424
- #: core/admin/api-settings.php:683 core/lib/wpbc_all_translations.php:79
425
  msgid "Filter tab"
426
  msgstr ""
427
 
428
- #: core/admin/api-settings.php:684 core/lib/wpbc_all_translations.php:80
429
  msgid "Actions tab"
430
  msgstr ""
431
 
432
- #: core/admin/api-settings.php:689 core/lib/wpbc_all_translations.php:81
433
  msgid "Default toolbar tab"
434
  msgstr ""
435
 
436
- #: core/admin/api-settings.php:690 core/lib/wpbc_all_translations.php:82
437
  msgid "Select your default opened tab in toolbar at booking listing page"
438
  msgstr ""
439
 
440
- #: core/admin/api-settings.php:702 core/lib/wpbc_all_translations.php:83
441
  msgid "Bookings number per page"
442
  msgstr ""
443
 
444
- #: core/admin/api-settings.php:703 core/lib/wpbc_all_translations.php:84
445
  msgid "Select number of bookings per page in booking listing"
446
  msgstr ""
447
 
448
- #: core/admin/api-settings.php:710 core/admin/api-settings.php:711
449
  #: core/admin/wpbc-class-listing.php:122 core/admin/wpbc-toolbars.php:735
450
- #: core/admin/wpbc-toolbars.php:738 core/lib/wpbc_all_translations.php:85
451
  #: core/sync/wpbc-gcal-class.php:640 core/sync/wpbc-gcal-class.php:661
452
  #: inc/_bl/admin/page-coupons.php:495 inc/_bm/admin/page-availability.php:491
453
  #: inc/_bm/admin/page-availability.php:972 inc/_bm/admin/page-cost-rate.php:148
@@ -460,116 +460,116 @@ msgstr ""
460
  msgid "ID"
461
  msgstr ""
462
 
463
- #: core/admin/api-settings.php:710 core/admin/api-settings.php:712 core/admin/api-settings.php:716
464
- #: core/admin/api-settings.php:720 core/lib/wpbc_all_translations.php:86
465
  #: inc/_bl/admin/page-search.php:180 inc/_bl/admin/page-search.php:182
466
  #: inc/_bl/admin/page-search.php:184 inc/_bl/admin/page-search.php:186
467
  #: inc/_bl/admin/page-search.php:188
468
  msgid "ASC"
469
  msgstr ""
470
 
471
- #: core/admin/api-settings.php:711 core/admin/api-settings.php:713 core/admin/api-settings.php:717
472
- #: core/admin/api-settings.php:721 core/lib/wpbc_all_translations.php:87
473
  #: inc/_bl/admin/page-search.php:181 inc/_bl/admin/page-search.php:183
474
  #: inc/_bl/admin/page-search.php:185 inc/_bl/admin/page-search.php:187
475
  #: inc/_bl/admin/page-search.php:189
476
  msgid "DESC"
477
  msgstr ""
478
 
479
- #: core/admin/api-settings.php:712 core/admin/api-settings.php:713 core/admin/wpbc-toolbars.php:588
480
  #: core/admin/wpbc-toolbars.php:650 core/admin/wpbc-toolbars.php:736
481
  #: core/admin/wpbc-toolbars.php:739 core/admin/wpbc-toolbars.php:855
482
- #: core/lib/wpbc_all_translations.php:88 core/sync/wpbc-gcal-class.php:643
483
  #: core/sync/wpbc-gcal-class.php:678 core/timeline/v2/wpbc-class-timeline_v2.php:73
484
  #: inc/_bs/lib_s.php:181 inc/_bs/lib_s.php:186 inc/_ps/lib_p.php:125 inc/_ps/lib_p.php:129
485
  #: inc/_ps/wpbc-form-templates.php:89 inc/_ps/wpbc-form-templates.php:111 inc/_ps/wpbc-print.php:85
486
  msgid "Dates"
487
  msgstr ""
488
 
489
- #: core/admin/api-settings.php:716 core/admin/api-settings.php:717
490
- #: core/lib/wpbc_all_translations.php:89 inc/_bl/admin/page-search.php:942
491
  #: inc/_bm/admin/page-availability.php:876 inc/_bm/admin/page-cost-rate.php:106
492
  #: inc/_bm/admin/page-cost-valuation.php:134 inc/_bs/lib_s.php:182 inc/_bs/lib_s.php:187
493
  #: inc/_ps/lib_p.php:126 inc/_ps/lib_p.php:130
494
  msgid "Resource"
495
  msgstr ""
496
 
497
- #: core/admin/api-settings.php:720 core/admin/api-settings.php:721
498
- #: core/admin/wpbc-toolbar-tiny.php:1803 core/lib/wpbc_all_translations.php:90
499
  #: inc/_bs/admin/api-settings-s.php:924 inc/_bs/lib_s.php:140 inc/_bs/lib_s.php:183
500
  #: inc/_bs/lib_s.php:188 inc/_ps/wpbc-print.php:86
501
  msgid "Cost"
502
  msgstr ""
503
 
504
- #: core/admin/api-settings.php:726 core/lib/wpbc_all_translations.php:91
505
  msgid "Bookings default order"
506
  msgstr ""
507
 
508
- #: core/admin/api-settings.php:727 core/lib/wpbc_all_translations.php:92
509
  msgid "Select your default order of bookings in the booking listing"
510
  msgstr ""
511
 
512
- #: core/admin/api-settings.php:744 core/lib/wpbc_all_translations.php:93
513
  #: inc/_bl/admin/page-search.php:223
514
  msgid "Date Format"
515
  msgstr ""
516
 
517
- #: core/admin/api-settings.php:749 core/lib/wpbc_all_translations.php:94
518
  msgid "F j, Y"
519
  msgstr ""
520
 
521
- #: core/admin/api-settings.php:752 core/admin/wpbc-toolbars.php:1484
522
- #: core/lib/wpbc_all_translations.php:95 inc/_bm/admin/api-settings-m.php:197
523
  #: inc/_bs/admin/api-settings-s.php:426 inc/_bs/lib_s.php:55
524
  msgid "Custom"
525
  msgstr ""
526
 
527
- #: core/admin/api-settings.php:778 core/lib/wpbc_all_translations.php:96
528
  #, php-format
529
  msgid ""
530
  "Type your date format for emails and the booking table. %sDocumentation on date formatting%s"
531
  msgstr ""
532
 
533
- #: core/admin/api-settings.php:793 core/lib/wpbc_all_translations.php:97
534
  msgid "Use localized time format"
535
  msgstr ""
536
 
537
- #: core/admin/api-settings.php:794 core/lib/wpbc_all_translations.php:98
538
  msgid ""
539
  "This option useful only, if you have issue with translation of time format. If you activated "
540
  "this option, at some servers possible issue with \"Daylight Saving Time\" - booked times can be "
541
  "later on 1 hour."
542
  msgstr ""
543
 
544
- #: core/admin/api-settings.php:802 core/lib/wpbc_all_translations.php:99
545
  msgid "Short days view"
546
  msgstr ""
547
 
548
- #: core/admin/api-settings.php:803 core/lib/wpbc_all_translations.php:100
549
  msgid "Wide days view"
550
  msgstr ""
551
 
552
- #: core/admin/api-settings.php:808 core/lib/wpbc_all_translations.php:101
553
  msgid "Dates view"
554
  msgstr ""
555
 
556
- #: core/admin/api-settings.php:809 core/lib/wpbc_all_translations.php:102
557
  msgid "Select the default view for dates on the booking tables"
558
  msgstr ""
559
 
560
- #: core/admin/api-settings.php:825 core/lib/wpbc_all_translations.php:103
561
  msgid "Show / hide hints"
562
  msgstr ""
563
 
564
- #: core/admin/api-settings.php:826 core/lib/wpbc_all_translations.php:104
565
  msgid "Check this box if you want to show help hints on the admin panel."
566
  msgstr ""
567
 
568
- #: core/admin/api-settings.php:846 core/lib/wpbc_all_translations.php:105
569
  msgid "Allow unlimited bookings per same day(s)"
570
  msgstr ""
571
 
572
- #: core/admin/api-settings.php:847 core/lib/wpbc_all_translations.php:106
573
  #, php-format
574
  msgid ""
575
  "Check this box, if you want to %sset any days as available%s in calendar. Your visitors will be "
@@ -577,146 +577,146 @@ msgid ""
577
  "date(s)%s of other visitors."
578
  msgstr ""
579
 
580
- #: core/admin/api-settings.php:857 core/lib/wpbc_all_translations.php:107
581
  #: inc/_bl/admin/api-settings-l.php:101
582
  msgid "Use pending days as available"
583
  msgstr ""
584
 
585
- #: core/admin/api-settings.php:858 core/lib/wpbc_all_translations.php:108
586
  #: inc/_bl/admin/api-settings-l.php:102
587
  msgid "Check this box if you want to show the pending days as available in calendars"
588
  msgstr ""
589
 
590
- #: core/admin/api-settings.php:869 core/lib/wpbc_all_translations.php:109
591
  msgid "Checking to prevent double booking, during submitting booking"
592
  msgstr ""
593
 
594
- #: core/admin/api-settings.php:870 core/lib/wpbc_all_translations.php:110
595
  #, php-format
596
  msgid ""
597
  "Check this box, if you want to %sre-check if the selected dates available during submitting "
598
  "booking%s."
599
  msgstr ""
600
 
601
- #: core/admin/api-settings.php:872 core/lib/wpbc_all_translations.php:111
602
  msgid ""
603
  "This feature useful to prevent double booking of the same date(s) or time(s), if several "
604
  "visitors try to book the same date(s) in same calendar during the same time."
605
  msgstr ""
606
 
607
- #: core/admin/api-settings.php:873 core/lib/wpbc_all_translations.php:112
608
  msgid "This feature does not work for booking resources with capacity higher than one."
609
  msgstr ""
610
 
611
- #: core/admin/api-settings.php:890 core/lib/wpbc_all_translations.php:113
612
  msgid "Show advanced settings of JavaScript loading"
613
  msgstr ""
614
 
615
- #: core/admin/api-settings.php:891 core/lib/wpbc_all_translations.php:114
616
  msgid "Hide advanced settings of JavaScript loading"
617
  msgstr ""
618
 
619
- #: core/admin/api-settings.php:899 core/lib/wpbc_all_translations.php:115
620
  msgid "Disable Bootstrap loading on Front-End"
621
  msgstr ""
622
 
623
- #: core/admin/api-settings.php:900 core/admin/api-settings.php:909
624
- #: core/lib/wpbc_all_translations.php:116
625
  msgid ""
626
  " If your theme or some other plugin is load the BootStrap JavaScripts, you can disable loading "
627
  "of this script by this plugin."
628
  msgstr ""
629
 
630
- #: core/admin/api-settings.php:908 core/lib/wpbc_all_translations.php:117
631
  msgid "Disable Bootstrap loading on Back-End"
632
  msgstr ""
633
 
634
- #: core/admin/api-settings.php:918 core/lib/wpbc_all_translations.php:118
635
  msgid "Load JS and CSS files only on specific pages"
636
  msgstr ""
637
 
638
- #: core/admin/api-settings.php:919 core/lib/wpbc_all_translations.php:119
639
  msgid "Activate loading of CSS and JavaScript files of plugin only at specific pages."
640
  msgstr ""
641
 
642
- #: core/admin/api-settings.php:929 core/lib/wpbc_all_translations.php:120
643
  msgid "Relative URLs of pages, where to load plugin CSS and JS files"
644
  msgstr ""
645
 
646
- #: core/admin/api-settings.php:930 core/lib/wpbc_all_translations.php:121
647
  #, php-format
648
  msgid ""
649
  "Enter relative URLs of pages, where you have Booking Calendar elements (booking forms or "
650
  "availability calendars). Please enter one URL per line. Example: %s"
651
  msgstr ""
652
 
653
- #: core/admin/api-settings.php:944 core/lib/wpbc_all_translations.php:122
654
  msgid "Show system debugging log for beta features"
655
  msgstr ""
656
 
657
- #: core/admin/api-settings.php:945 core/lib/wpbc_all_translations.php:123
658
  msgid "Activate this option only for testing beta features"
659
  msgstr ""
660
 
661
- #: core/admin/api-settings.php:961 core/lib/wpbc_all_translations.php:124
662
  msgid "Show settings of powered by notice"
663
  msgstr ""
664
 
665
- #: core/admin/api-settings.php:962 core/lib/wpbc_all_translations.php:125
666
  msgid "Hide settings of powered by notice"
667
  msgstr ""
668
 
669
- #: core/admin/api-settings.php:969 core/lib/wpbc_all_translations.php:126
670
  msgid "Powered by notice"
671
  msgstr ""
672
 
673
- #: core/admin/api-settings.php:970 core/lib/wpbc_all_translations.php:127
674
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
675
  msgstr ""
676
 
677
- #: core/admin/api-settings.php:978 core/lib/wpbc_all_translations.php:128
678
  msgid "Help and info notices"
679
  msgstr ""
680
 
681
- #: core/admin/api-settings.php:979 core/lib/wpbc_all_translations.php:129
682
  msgid " Turn On/Off version notice and help info links at booking admin panel."
683
  msgstr ""
684
 
685
- #: core/admin/api-settings.php:1007 core/lib/wpbc_all_translations.php:130
686
  msgid "Plugin menu position"
687
  msgstr ""
688
 
689
- #: core/admin/api-settings.php:1010 core/lib/wpbc_all_translations.php:131
690
  msgid "Top"
691
  msgstr ""
692
 
693
- #: core/admin/api-settings.php:1011 core/lib/wpbc_all_translations.php:132
694
  msgid "Middle"
695
  msgstr ""
696
 
697
- #: core/admin/api-settings.php:1012 core/lib/wpbc_all_translations.php:133
698
  msgid "Bottom"
699
  msgstr ""
700
 
701
- #: core/admin/api-settings.php:1023 core/lib/wpbc_all_translations.php:134
702
  msgid "User permissions for plugin menu pages"
703
  msgstr ""
704
 
705
- #: core/admin/api-settings.php:1038 core/admin/wpbc-toolbars.php:556
706
- #: core/admin/wpbc-toolbars.php:771 core/lib/wpbc_all_translations.php:135
707
  #: core/timeline/v2/wpbc-class-timeline_v2.php:74 core/wpbc.php:136
708
  msgid "Bookings"
709
  msgstr ""
710
 
711
- #: core/admin/api-settings.php:1047 core/admin/page-new.php:33 core/admin/page-new.php:34
712
  #: core/admin/page-new.php:35 core/admin/wpbc-toolbars.php:1847
713
- #: core/lib/wpbc_all_translations.php:136 core/wpbc-functions.php:1908 core/wpbc.php:165
714
  #: core/wpbc.php:166 core/wpbc.php:167
715
  msgid "Add booking"
716
  msgstr ""
717
 
718
- #: core/admin/api-settings.php:1057 core/admin/page-import-gcal.php:491
719
- #: core/lib/wpbc_all_translations.php:137 core/timeline/v2/wpbc-class-timeline_v2.php:72
720
  #: core/wpbc-functions.php:1918 core/wpbc.php:176 core/wpbc.php:178
721
  #: inc/_bl/admin/page-coupons.php:540 inc/_bl/admin/page-coupons.php:1355
722
  #: inc/_bm/admin/page-availability.php:875 inc/_bm/admin/page-cost-rate.php:105
@@ -726,47 +726,47 @@ msgstr ""
726
  msgid "Resources"
727
  msgstr ""
728
 
729
- #: core/admin/api-settings.php:1066 core/lib/wpbc_all_translations.php:138
730
  #: core/wpbc-functions.php:1973 core/wpbc.php:187 core/wpbc.php:189 core/wpbc.php:396
731
  #: inc/_bl/admin/page-coupons.php:47 inc/_bm/admin/page-seasons.php:47
732
  msgid "Settings"
733
  msgstr ""
734
 
735
- #: core/admin/api-settings.php:1067 core/lib/wpbc_all_translations.php:139
736
  msgid "Select user access level for the menu pages of plugin"
737
  msgstr ""
738
 
739
- #: core/admin/api-settings.php:1078 core/lib/wpbc_all_translations.php:140 core/wpbc.php:204
740
  msgid "Premium"
741
  msgstr ""
742
 
743
- #: core/admin/api-settings.php:1079 core/lib/wpbc_all_translations.php:141
744
  msgid "Show / hide menu"
745
  msgstr ""
746
 
747
- #: core/admin/api-settings.php:1082 core/admin/wpbc-toolbar-tiny.php:591
748
  #: core/admin/wpbc-toolbar-tiny.php:1810 core/admin/wpbc-toolbars.php:790
749
- #: core/lib/wpbc_all_translations.php:142 core/lib/wpdev-booking-widget.php:104
750
  #: js/wpbc-gutenberg.js:1332
751
  msgid "Show"
752
  msgstr ""
753
 
754
- #: core/admin/api-settings.php:1083 core/class/wpbc-class-notices.php:104
755
- #: core/lib/wpbc_all_translations.php:143 core/sync/wpbc-gcal-class.php:704
756
  #: core/wpbc-functions.php:2377
757
  msgid "Hide"
758
  msgstr ""
759
 
760
- #: core/admin/api-settings.php:1100 core/lib/wpbc_all_translations.php:144
761
  msgid "Delete booking data, when plugin deactivated"
762
  msgstr ""
763
 
764
- #: core/admin/api-settings.php:1101 core/lib/wpbc_all_translations.php:145
765
  msgid "Check this box to delete all booking data when you uninstal this plugin."
766
  msgstr ""
767
 
768
- #: core/admin/api-settings.php:1127 core/admin/page-form-free.php:986
769
- #: core/lib/wpbc_all_translations.php:146 core/sync/wpbc-gcal-class.php:474
770
  #: core/sync/wpbc-gcal-class.php:642 core/sync/wpbc-gcal-class.php:668
771
  #: inc/_bl/admin/api-settings-l.php:368 inc/_bm/admin/page-availability.php:990
772
  #: inc/_bm/admin/page-cost-rate.php:176 inc/_bm/admin/page-seasons.php:519
@@ -774,46 +774,46 @@ msgstr ""
774
  msgid "Info"
775
  msgstr ""
776
 
777
- #: core/admin/api-settings.php:1162 core/admin/page-settings.php:307
778
- #: core/lib/wpbc_all_translations.php:147
779
  msgid "Restore all dismissed windows"
780
  msgstr ""
781
 
782
- #: core/admin/api-settings.php:1286 core/admin/api-settings.php:1317
783
- #: core/admin/api-settings.php:1349 core/admin/api-settings.php:1362
784
- #: core/admin/api-settings.php:1395 core/lib/wpbc_all_translations.php:148
785
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
786
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/page-gateways.php:917
787
  #: inc/gateways/paypal/wpbc-gw-paypal.php:661 inc/gateways/sage/wpbc-gw-sage.php:591
788
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:860
789
  msgid "Warning"
790
  msgstr ""
791
 
792
- #: core/admin/api-settings.php:1287 core/lib/wpbc_all_translations.php:149
793
  msgid ""
794
  "You allow unlimited number of bookings per same dates, its can be a reason of double bookings on "
795
  "the same date. Do you really want to do this?"
796
  msgstr ""
797
 
798
- #: core/admin/api-settings.php:1318 core/lib/wpbc_all_translations.php:150
799
  msgid "This feature can impact to speed of submitting booking. Do you really want to do this?"
800
  msgstr ""
801
 
802
- #: core/admin/api-settings.php:1350 core/admin/api-settings.php:1363
803
- #: core/lib/wpbc_all_translations.php:151
804
  msgid ""
805
  "You are need to be sure what you are doing. You are disable of loading some JavaScripts Do you "
806
  "really want to do this?"
807
  msgstr ""
808
 
809
- #: core/admin/api-settings.php:1396 core/lib/wpbc_all_translations.php:152
810
  msgid ""
811
  "If you check this option, all booking data will be deleted when you uninstall this plugin. Do "
812
  "you really want to do this?"
813
  msgstr ""
814
 
815
  #: core/admin/page-bookings.php:45 core/admin/page-bookings.php:46 core/admin/page-bookings.php:47
816
- #: core/admin/wpbc-toolbars.php:467 core/lib/wpbc_all_translations.php:153
817
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2633 core/wpbc-functions.php:1886
818
  msgid "Booking Listing"
819
  msgstr ""
@@ -821,23 +821,23 @@ msgstr ""
821
  #: core/admin/page-email-approved.php:177 core/admin/page-email-deleted.php:178
822
  #: core/admin/page-email-deny.php:178 core/admin/page-email-new-admin.php:176
823
  #: core/admin/page-email-new-visitor.php:176 core/admin/page-email-trash.php:178
824
- #: core/lib/wpbc_all_translations.php:154 inc/_bm/admin/page-cost-deposit.php:134
825
  #: inc/_bm/admin/page-cost-early-late-booking.php:138
826
  #: inc/_bm/admin/page-cost-early-late-booking.php:339 inc/_bs/admin/page-email-payment.php:179
827
  #: inc/_ps/admin/page-email-edit.php:178 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:297
828
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:218
829
- #: inc/gateways/ideal/wpbc-gw-ideal.php:377 inc/gateways/ipay88/wpbc-gw-ipay88.php:317
830
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:146 inc/gateways/paypal/wpbc-gw-paypal.php:364
831
  #: inc/gateways/paypal/wpbc-gw-paypal.php:720 inc/gateways/paypal/wpbc-gw-paypal.php:743
832
  #: inc/gateways/paypal/wpbc-gw-paypal.php:766 inc/gateways/sage/wpbc-gw-sage.php:384
833
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:488
834
  msgid "Enable / Disable"
835
  msgstr ""
836
 
837
  #: core/admin/page-email-approved.php:178 core/admin/page-email-deleted.php:179
838
  #: core/admin/page-email-deny.php:179 core/admin/page-email-new-admin.php:177
839
  #: core/admin/page-email-new-visitor.php:177 core/admin/page-email-trash.php:179
840
- #: core/lib/wpbc_all_translations.php:155 inc/_bs/admin/page-email-payment.php:180
841
  #: inc/_ps/admin/page-email-edit.php:179
842
  msgid "Enable this email notification"
843
  msgstr ""
@@ -846,7 +846,7 @@ msgstr ""
846
  #: core/admin/page-email-deleted.php:190 core/admin/page-email-deleted.php:205
847
  #: core/admin/page-email-deny.php:190 core/admin/page-email-deny.php:207
848
  #: core/admin/page-email-trash.php:190 core/admin/page-email-trash.php:205
849
- #: core/lib/wpbc_all_translations.php:156 inc/_bs/admin/page-email-payment.php:191
850
  #: inc/_bs/admin/page-email-payment.php:206 inc/_ps/admin/page-email-edit.php:190
851
  #: inc/_ps/admin/page-email-edit.php:205
852
  msgid "Copy(ies)"
@@ -854,14 +854,14 @@ msgstr ""
854
 
855
  #: core/admin/page-email-approved.php:190 core/admin/page-email-deleted.php:191
856
  #: core/admin/page-email-deny.php:191 core/admin/page-email-trash.php:191
857
- #: core/lib/wpbc_all_translations.php:157 inc/_bs/admin/page-email-payment.php:192
858
  #: inc/_ps/admin/page-email-edit.php:191
859
  msgid "Enable / disable sending email(s) to additional addresses"
860
  msgstr ""
861
 
862
  #: core/admin/page-email-approved.php:205 core/admin/page-email-deleted.php:205
863
  #: core/admin/page-email-deny.php:207 core/admin/page-email-new-admin.php:192
864
- #: core/admin/page-email-trash.php:205 core/lib/wpbc_all_translations.php:158
865
  #: inc/_bm/admin/page-cost-valuation.php:275 inc/_bm/admin/page-cost-valuation.php:278
866
  #: inc/_bs/admin/page-email-payment.php:206 inc/_ps/admin/page-email-edit.php:205
867
  msgid "To"
@@ -872,7 +872,7 @@ msgstr ""
872
  #: core/admin/page-email-deny.php:217 core/admin/page-email-deny.php:272
873
  #: core/admin/page-email-new-admin.php:202 core/admin/page-email-new-admin.php:254
874
  #: core/admin/page-email-new-visitor.php:254 core/admin/page-email-trash.php:215
875
- #: core/admin/page-email-trash.php:277 core/lib/wpbc_all_translations.php:159
876
  #: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:273
877
  #: inc/_ps/admin/page-email-edit.php:215 inc/_ps/admin/page-email-edit.php:272
878
  #: inc/gateways/paypal/wpbc-gw-paypal.php:730 inc/gateways/paypal/wpbc-gw-paypal.php:753
@@ -888,26 +888,26 @@ msgstr ""
888
  #: core/admin/page-email-new-admin.php:254 core/admin/page-email-new-admin.php:295
889
  #: core/admin/page-email-new-visitor.php:254 core/admin/page-email-new-visitor.php:295
890
  #: core/admin/page-email-trash.php:215 core/admin/page-email-trash.php:277
891
- #: core/admin/page-email-trash.php:319 core/admin/page-form-free.php:1147
892
- #: core/admin/page-form-free.php:2078 core/lib/wpbc_all_translations.php:160
893
  #: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:273
894
  #: inc/_bs/admin/page-email-payment.php:317 inc/_ps/admin/page-email-edit.php:215
895
  #: inc/_ps/admin/page-email-edit.php:272 inc/_ps/admin/page-email-edit.php:313
896
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:309
897
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:343 inc/gateways/ideal/wpbc-gw-ideal.php:389
898
- #: inc/gateways/ideal/wpbc-gw-ideal.php:404 inc/gateways/ipay88/wpbc-gw-ipay88.php:329
899
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:344 inc/gateways/paypal/wpbc-gw-paypal.php:397
900
  #: inc/gateways/paypal/wpbc-gw-paypal.php:413 inc/gateways/sage/wpbc-gw-sage.php:396
901
- #: inc/gateways/sage/wpbc-gw-sage.php:411 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:516
902
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:531
903
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:548
904
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:563
905
  msgid "Required"
906
  msgstr ""
907
 
908
  #: core/admin/page-email-approved.php:216 core/admin/page-email-deleted.php:216
909
  #: core/admin/page-email-deny.php:218 core/admin/page-email-trash.php:216
910
- #: core/lib/wpbc_all_translations.php:161 inc/_bs/admin/page-email-payment.php:217
911
  #: inc/_ps/admin/page-email-edit.php:216
912
  msgid "You can put multiple emails separated by"
913
  msgstr ""
@@ -919,7 +919,7 @@ msgstr ""
919
  #: core/admin/page-email-new-visitor.php:272 core/admin/page-email-trash.php:234
920
  #: core/admin/page-email-trash.php:295 core/admin/page-form-timeslots.php:767
921
  #: core/admin/wpbc-toolbar-tiny.php:430 core/admin/wpbc-toolbar-tiny.php:1801
922
- #: core/lib/wpbc_all_translations.php:162 core/lib/wpdev-booking-widget.php:96
923
  #: core/sync/wpbc-gcal-class.php:641 core/sync/wpbc-gcal-class.php:664
924
  #: inc/_bm/admin/page-availability.php:985 inc/_bm/admin/page-seasons.php:514
925
  #: inc/_bs/admin/page-email-payment.php:235 inc/_bs/admin/page-email-payment.php:291
@@ -934,7 +934,7 @@ msgstr ""
934
  #: core/admin/page-email-new-admin.php:220 core/admin/page-email-new-admin.php:272
935
  #: core/admin/page-email-new-visitor.php:272 core/admin/page-email-trash.php:234
936
  #: core/admin/page-email-trash.php:295 core/admin/page-form-timeslots.php:132
937
- #: core/admin/wpbc-toolbar-tiny.php:430 core/lib/wpbc_all_translations.php:163
938
  #: inc/_bs/admin/page-email-payment.php:235 inc/_bs/admin/page-email-payment.php:291
939
  #: inc/_ps/admin/page-email-edit.php:234 inc/_ps/admin/page-email-edit.php:290
940
  #: inc/_ps/form/class-wpbc-field-help-button.php:73
@@ -954,18 +954,18 @@ msgstr ""
954
  #: core/admin/page-email-deny.php:262 core/admin/page-email-new-admin.php:244
955
  #: core/admin/page-email-new-visitor.php:244 core/admin/page-email-trash.php:262
956
  #: core/admin/page-import-gcal.php:159 core/admin/wpbc-toolbar-tiny.php:594
957
- #: core/lib/wpbc_all_translations.php:164 core/sync/wpbc-gcal.php:171
958
  #: inc/_bm/admin/page-cost-valuation.php:275 inc/_bm/admin/page-cost-valuation.php:278
959
  #: inc/_bm/admin/page-cost-valuation.php:449 inc/_bm/admin/page-seasons.php:1564
960
  #: inc/_bs/admin/page-email-payment.php:263 inc/_ps/admin/page-email-edit.php:262
961
  msgid "From"
962
  msgstr ""
963
 
964
- #: core/admin/page-email-approved.php:272 core/lib/wpbc_all_translations.php:165
965
  msgid "Email Address will be used in the FROM field of response to Visitor."
966
  msgstr ""
967
 
968
- #: core/admin/page-email-approved.php:310 core/lib/wpbc_all_translations.php:166
969
  #: core/wpbc-activation.php:1006
970
  msgid "Your booking has been approved"
971
  msgstr ""
@@ -973,7 +973,7 @@ msgstr ""
973
  #: core/admin/page-email-approved.php:312 core/admin/page-email-deleted.php:313
974
  #: core/admin/page-email-deny.php:313 core/admin/page-email-new-admin.php:294
975
  #: core/admin/page-email-new-visitor.php:294 core/admin/page-email-trash.php:318
976
- #: core/lib/wpbc_all_translations.php:167 inc/_bs/admin/page-email-payment.php:316
977
  #: inc/_ps/admin/page-email-edit.php:312
978
  msgid "Subject"
979
  msgstr ""
@@ -981,13 +981,13 @@ msgstr ""
981
  #: core/admin/page-email-approved.php:313 core/admin/page-email-deleted.php:314
982
  #: core/admin/page-email-deny.php:314 core/admin/page-email-new-admin.php:295
983
  #: core/admin/page-email-new-visitor.php:295 core/admin/page-email-trash.php:319
984
- #: core/lib/wpbc_all_translations.php:168 inc/_bs/admin/page-email-payment.php:317
985
  #: inc/_ps/admin/page-email-edit.php:313
986
  #, php-format
987
  msgid "Type your email %ssubject%s for the booking confimation message."
988
  msgstr ""
989
 
990
- #: core/admin/page-email-approved.php:325 core/lib/wpbc_all_translations.php:169
991
  #: core/wpbc-activation.php:1008
992
  #, php-format
993
  msgid ""
@@ -995,7 +995,7 @@ msgid ""
995
  "you, %s"
996
  msgstr ""
997
 
998
- #: core/admin/page-email-approved.php:327 core/lib/wpbc_all_translations.php:170
999
  #: core/wpbc-activation.php:1010
1000
  #, php-format
1001
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
@@ -1004,7 +1004,7 @@ msgstr ""
1004
  #: core/admin/page-email-approved.php:334 core/admin/page-email-deleted.php:331
1005
  #: core/admin/page-email-deny.php:331 core/admin/page-email-new-admin.php:310
1006
  #: core/admin/page-email-new-visitor.php:316 core/admin/page-email-trash.php:336
1007
- #: core/lib/wpbc_all_translations.php:171 inc/_bs/admin/page-email-payment.php:334
1008
  #: inc/_ps/admin/page-email-edit.php:330
1009
  msgid "Content"
1010
  msgstr ""
@@ -1012,7 +1012,7 @@ msgstr ""
1012
  #: core/admin/page-email-approved.php:335 core/admin/page-email-deleted.php:332
1013
  #: core/admin/page-email-deny.php:332 core/admin/page-email-new-admin.php:311
1014
  #: core/admin/page-email-new-visitor.php:317 core/admin/page-email-trash.php:337
1015
- #: core/lib/wpbc_all_translations.php:172 inc/_bs/admin/page-email-payment.php:335
1016
  #: inc/_ps/admin/page-email-edit.php:331
1017
  msgid "Type your email message content. "
1018
  msgstr ""
@@ -1020,7 +1020,7 @@ msgstr ""
1020
  #: core/admin/page-email-approved.php:356 core/admin/page-email-deleted.php:353
1021
  #: core/admin/page-email-deny.php:353 core/admin/page-email-new-admin.php:332
1022
  #: core/admin/page-email-new-visitor.php:338 core/admin/page-email-trash.php:358
1023
- #: core/lib/wpbc_all_translations.php:173 inc/_bs/admin/page-email-payment.php:356
1024
  #: inc/_ps/admin/page-email-edit.php:352
1025
  msgid "Email Heading"
1026
  msgstr ""
@@ -1028,7 +1028,7 @@ msgstr ""
1028
  #: core/admin/page-email-approved.php:357 core/admin/page-email-deleted.php:354
1029
  #: core/admin/page-email-deny.php:354 core/admin/page-email-new-admin.php:333
1030
  #: core/admin/page-email-new-visitor.php:339 core/admin/page-email-trash.php:359
1031
- #: core/lib/wpbc_all_translations.php:174 inc/_bs/admin/page-email-payment.php:357
1032
  #: inc/_ps/admin/page-email-edit.php:353
1033
  msgid "Enter main heading contained within the email notification."
1034
  msgstr ""
@@ -1036,7 +1036,7 @@ msgstr ""
1036
  #: core/admin/page-email-approved.php:366 core/admin/page-email-deleted.php:363
1037
  #: core/admin/page-email-deny.php:363 core/admin/page-email-new-admin.php:342
1038
  #: core/admin/page-email-new-visitor.php:348 core/admin/page-email-trash.php:368
1039
- #: core/lib/wpbc_all_translations.php:175 inc/_bs/admin/page-email-payment.php:366
1040
  #: inc/_ps/admin/page-email-edit.php:362
1041
  msgid "Email Footer Text"
1042
  msgstr ""
@@ -1044,7 +1044,7 @@ msgstr ""
1044
  #: core/admin/page-email-approved.php:367 core/admin/page-email-deleted.php:364
1045
  #: core/admin/page-email-deny.php:364 core/admin/page-email-new-admin.php:343
1046
  #: core/admin/page-email-new-visitor.php:349 core/admin/page-email-trash.php:369
1047
- #: core/lib/wpbc_all_translations.php:176 inc/_bs/admin/page-email-payment.php:367
1048
  #: inc/_ps/admin/page-email-edit.php:363
1049
  msgid "Enter text contained within footer of the email notification"
1050
  msgstr ""
@@ -1052,7 +1052,7 @@ msgstr ""
1052
  #: core/admin/page-email-approved.php:377 core/admin/page-email-deleted.php:374
1053
  #: core/admin/page-email-deny.php:374 core/admin/page-email-new-admin.php:353
1054
  #: core/admin/page-email-new-visitor.php:359 core/admin/page-email-trash.php:379
1055
- #: core/lib/wpbc_all_translations.php:177 inc/_bs/admin/page-email-payment.php:377
1056
  #: inc/_ps/admin/page-email-edit.php:373
1057
  msgid "Email template"
1058
  msgstr ""
@@ -1060,7 +1060,7 @@ msgstr ""
1060
  #: core/admin/page-email-approved.php:378 core/admin/page-email-deleted.php:375
1061
  #: core/admin/page-email-deny.php:375 core/admin/page-email-new-admin.php:354
1062
  #: core/admin/page-email-new-visitor.php:360 core/admin/page-email-trash.php:380
1063
- #: core/lib/wpbc_all_translations.php:178 inc/_bs/admin/page-email-payment.php:378
1064
  #: inc/_ps/admin/page-email-edit.php:374
1065
  msgid "Choose email template."
1066
  msgstr ""
@@ -1068,7 +1068,7 @@ msgstr ""
1068
  #: core/admin/page-email-approved.php:382 core/admin/page-email-deleted.php:379
1069
  #: core/admin/page-email-deny.php:379 core/admin/page-email-new-admin.php:358
1070
  #: core/admin/page-email-new-visitor.php:364 core/admin/page-email-trash.php:384
1071
- #: core/lib/wpbc_all_translations.php:179 inc/_bs/admin/page-email-payment.php:382
1072
  #: inc/_ps/admin/page-email-edit.php:378
1073
  msgid "Plain (without styles)"
1074
  msgstr ""
@@ -1076,7 +1076,7 @@ msgstr ""
1076
  #: core/admin/page-email-approved.php:383 core/admin/page-email-deleted.php:380
1077
  #: core/admin/page-email-deny.php:380 core/admin/page-email-new-admin.php:359
1078
  #: core/admin/page-email-new-visitor.php:365 core/admin/page-email-trash.php:385
1079
- #: core/lib/wpbc_all_translations.php:180 inc/_bs/admin/page-email-payment.php:383
1080
  #: inc/_ps/admin/page-email-edit.php:379
1081
  msgid "Standard 1 column"
1082
  msgstr ""
@@ -1084,7 +1084,7 @@ msgstr ""
1084
  #: core/admin/page-email-approved.php:390 core/admin/page-email-deleted.php:387
1085
  #: core/admin/page-email-deny.php:387 core/admin/page-email-new-admin.php:366
1086
  #: core/admin/page-email-new-visitor.php:372 core/admin/page-email-trash.php:392
1087
- #: core/lib/wpbc_all_translations.php:181 inc/_bs/admin/page-email-payment.php:390
1088
  #: inc/_ps/admin/page-email-edit.php:386
1089
  #, php-format
1090
  msgid "You can override this email template in this folder %s"
@@ -1093,7 +1093,7 @@ msgstr ""
1093
  #: core/admin/page-email-approved.php:400 core/admin/page-email-deleted.php:397
1094
  #: core/admin/page-email-deny.php:397 core/admin/page-email-new-admin.php:376
1095
  #: core/admin/page-email-new-visitor.php:382 core/admin/page-email-trash.php:402
1096
- #: core/lib/wpbc_all_translations.php:182 inc/_bs/admin/page-email-payment.php:400
1097
  #: inc/_ps/admin/page-email-edit.php:396
1098
  msgid "Base Color"
1099
  msgstr ""
@@ -1101,7 +1101,7 @@ msgstr ""
1101
  #: core/admin/page-email-approved.php:401 core/admin/page-email-deleted.php:398
1102
  #: core/admin/page-email-deny.php:398 core/admin/page-email-new-admin.php:377
1103
  #: core/admin/page-email-new-visitor.php:383 core/admin/page-email-trash.php:403
1104
- #: core/lib/wpbc_all_translations.php:183 inc/_bs/admin/page-email-payment.php:401
1105
  #: inc/_ps/admin/page-email-edit.php:397
1106
  msgid "The base color for email templates."
1107
  msgstr ""
@@ -1118,7 +1118,7 @@ msgstr ""
1118
  #: core/admin/page-email-new-visitor.php:402 core/admin/page-email-new-visitor.php:411
1119
  #: core/admin/page-email-trash.php:404 core/admin/page-email-trash.php:413
1120
  #: core/admin/page-email-trash.php:422 core/admin/page-email-trash.php:431
1121
- #: core/lib/wpbc_all_translations.php:184 inc/_bs/admin/page-email-payment.php:402
1122
  #: inc/_bs/admin/page-email-payment.php:411 inc/_bs/admin/page-email-payment.php:420
1123
  #: inc/_bs/admin/page-email-payment.php:429 inc/_ps/admin/page-email-edit.php:398
1124
  #: inc/_ps/admin/page-email-edit.php:407 inc/_ps/admin/page-email-edit.php:416
@@ -1129,7 +1129,7 @@ msgstr ""
1129
  #: core/admin/page-email-approved.php:409 core/admin/page-email-deleted.php:406
1130
  #: core/admin/page-email-deny.php:406 core/admin/page-email-new-admin.php:385
1131
  #: core/admin/page-email-new-visitor.php:391 core/admin/page-email-trash.php:411
1132
- #: core/lib/wpbc_all_translations.php:185 inc/_bs/admin/page-email-payment.php:409
1133
  #: inc/_ps/admin/page-email-edit.php:405
1134
  msgid "Background Color"
1135
  msgstr ""
@@ -1137,7 +1137,7 @@ msgstr ""
1137
  #: core/admin/page-email-approved.php:410 core/admin/page-email-deleted.php:407
1138
  #: core/admin/page-email-deny.php:407 core/admin/page-email-new-admin.php:386
1139
  #: core/admin/page-email-new-visitor.php:392 core/admin/page-email-trash.php:412
1140
- #: core/lib/wpbc_all_translations.php:186 inc/_bs/admin/page-email-payment.php:410
1141
  #: inc/_ps/admin/page-email-edit.php:406
1142
  msgid "The background color for email templates."
1143
  msgstr ""
@@ -1145,7 +1145,7 @@ msgstr ""
1145
  #: core/admin/page-email-approved.php:418 core/admin/page-email-deleted.php:415
1146
  #: core/admin/page-email-deny.php:415 core/admin/page-email-new-admin.php:394
1147
  #: core/admin/page-email-new-visitor.php:400 core/admin/page-email-trash.php:420
1148
- #: core/lib/wpbc_all_translations.php:187 inc/_bs/admin/page-email-payment.php:418
1149
  #: inc/_ps/admin/page-email-edit.php:414
1150
  msgid "Email Body Background Color"
1151
  msgstr ""
@@ -1153,7 +1153,7 @@ msgstr ""
1153
  #: core/admin/page-email-approved.php:419 core/admin/page-email-deleted.php:416
1154
  #: core/admin/page-email-deny.php:416 core/admin/page-email-new-admin.php:395
1155
  #: core/admin/page-email-new-visitor.php:401 core/admin/page-email-trash.php:421
1156
- #: core/lib/wpbc_all_translations.php:188 inc/_bs/admin/page-email-payment.php:419
1157
  #: inc/_ps/admin/page-email-edit.php:415
1158
  msgid "The main body background color for email templates."
1159
  msgstr ""
@@ -1161,7 +1161,7 @@ msgstr ""
1161
  #: core/admin/page-email-approved.php:427 core/admin/page-email-deleted.php:424
1162
  #: core/admin/page-email-deny.php:424 core/admin/page-email-new-admin.php:403
1163
  #: core/admin/page-email-new-visitor.php:409 core/admin/page-email-trash.php:429
1164
- #: core/lib/wpbc_all_translations.php:189 inc/_bs/admin/page-email-payment.php:427
1165
  #: inc/_ps/admin/page-email-edit.php:423
1166
  msgid "Email Body Text Colour"
1167
  msgstr ""
@@ -1169,7 +1169,7 @@ msgstr ""
1169
  #: core/admin/page-email-approved.php:428 core/admin/page-email-deleted.php:425
1170
  #: core/admin/page-email-deny.php:425 core/admin/page-email-new-admin.php:404
1171
  #: core/admin/page-email-new-visitor.php:410 core/admin/page-email-trash.php:430
1172
- #: core/lib/wpbc_all_translations.php:190 inc/_bs/admin/page-email-payment.php:428
1173
  #: inc/_ps/admin/page-email-edit.php:424
1174
  msgid "The main body text color for email templates."
1175
  msgstr ""
@@ -1177,7 +1177,7 @@ msgstr ""
1177
  #: core/admin/page-email-approved.php:443 core/admin/page-email-deleted.php:440
1178
  #: core/admin/page-email-deny.php:440 core/admin/page-email-new-admin.php:419
1179
  #: core/admin/page-email-new-visitor.php:425 core/admin/page-email-trash.php:445
1180
- #: core/lib/wpbc_all_translations.php:191 inc/_bs/admin/page-email-payment.php:443
1181
  #: inc/_ps/admin/page-email-edit.php:439
1182
  msgid "Email format"
1183
  msgstr ""
@@ -1185,7 +1185,7 @@ msgstr ""
1185
  #: core/admin/page-email-approved.php:444 core/admin/page-email-deleted.php:441
1186
  #: core/admin/page-email-deny.php:441 core/admin/page-email-new-admin.php:420
1187
  #: core/admin/page-email-new-visitor.php:426 core/admin/page-email-trash.php:446
1188
- #: core/lib/wpbc_all_translations.php:192 inc/_bs/admin/page-email-payment.php:444
1189
  #: inc/_ps/admin/page-email-edit.php:440
1190
  msgid "Choose which format of email to send."
1191
  msgstr ""
@@ -1193,7 +1193,7 @@ msgstr ""
1193
  #: core/admin/page-email-approved.php:448 core/admin/page-email-deleted.php:445
1194
  #: core/admin/page-email-deny.php:445 core/admin/page-email-new-admin.php:424
1195
  #: core/admin/page-email-new-visitor.php:430 core/admin/page-email-trash.php:450
1196
- #: core/lib/wpbc_all_translations.php:193 inc/_bs/admin/page-email-payment.php:448
1197
  #: inc/_ps/admin/page-email-edit.php:444
1198
  msgid "Plain text"
1199
  msgstr ""
@@ -1201,7 +1201,7 @@ msgstr ""
1201
  #: core/admin/page-email-approved.php:455 core/admin/page-email-deleted.php:452
1202
  #: core/admin/page-email-deny.php:452 core/admin/page-email-new-admin.php:431
1203
  #: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
1204
- #: core/lib/wpbc_all_translations.php:194 inc/_bs/admin/page-email-payment.php:455
1205
  #: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:701
1206
  #: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:1123
1207
  msgid "HTML"
@@ -1210,7 +1210,7 @@ msgstr ""
1210
  #: core/admin/page-email-approved.php:456 core/admin/page-email-deleted.php:453
1211
  #: core/admin/page-email-deny.php:453 core/admin/page-email-new-admin.php:432
1212
  #: core/admin/page-email-new-visitor.php:438 core/admin/page-email-trash.php:458
1213
- #: core/lib/wpbc_all_translations.php:195 inc/_bs/admin/page-email-payment.php:456
1214
  #: inc/_ps/admin/page-email-edit.php:452
1215
  msgid "Multipart"
1216
  msgstr ""
@@ -1218,7 +1218,7 @@ msgstr ""
1218
  #: core/admin/page-email-approved.php:483 core/admin/page-email-deleted.php:480
1219
  #: core/admin/page-email-deny.php:480 core/admin/page-email-new-admin.php:458
1220
  #: core/admin/page-email-new-visitor.php:465 core/admin/page-email-trash.php:485
1221
- #: core/lib/wpbc_all_translations.php:196 inc/_bs/admin/page-email-payment.php:483
1222
  #: inc/_ps/admin/page-email-edit.php:479
1223
  #, php-format
1224
  msgid ""
@@ -1229,13 +1229,13 @@ msgstr ""
1229
  #: core/admin/page-email-approved.php:483 core/admin/page-email-deleted.php:480
1230
  #: core/admin/page-email-deny.php:480 core/admin/page-email-new-admin.php:458
1231
  #: core/admin/page-email-new-visitor.php:465 core/admin/page-email-trash.php:485
1232
- #: core/lib/wpbc_all_translations.php:197 core/sync/wpbc-gcal.php:406
1233
  #: inc/_bs/admin/page-email-payment.php:483 inc/_ps/admin/page-email-edit.php:479
1234
  msgid "here"
1235
  msgstr ""
1236
 
1237
  #: core/admin/page-email-approved.php:560 core/admin/wpbc-class-listing.php:329
1238
- #: core/admin/wpbc-toolbars.php:550 core/lib/wpbc_all_translations.php:198
1239
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2735 inc/_ps/personal.php:358
1240
  #: inc/_ps/wpbc-print.php:118
1241
  msgid "Approved"
@@ -1245,23 +1245,23 @@ msgstr ""
1245
  #: core/admin/page-email-deny.php:559 core/admin/page-email-new-admin.php:513
1246
  #: core/admin/page-email-new-admin.php:514 core/admin/page-email-new-admin.php:538
1247
  #: core/admin/page-email-new-visitor.php:538 core/admin/page-email-trash.php:564
1248
- #: core/lib/wpbc_all_translations.php:199 inc/_bs/admin/page-email-payment.php:561
1249
  #: inc/_ps/admin/page-email-edit.php:557
1250
  msgid "Emails Settings"
1251
  msgstr ""
1252
 
1253
- #: core/admin/page-email-approved.php:562 core/lib/wpbc_all_translations.php:200
1254
  msgid "Customization of email template, which is sent to Visitor after approval of booking"
1255
  msgstr ""
1256
 
1257
- #: core/admin/page-email-approved.php:699 core/lib/wpbc_all_translations.php:201
1258
  msgid "Email is sent to Visitor after Approval of booking."
1259
  msgstr ""
1260
 
1261
  #: core/admin/page-email-approved.php:706 core/admin/page-email-deleted.php:703
1262
  #: core/admin/page-email-deny.php:703 core/admin/page-email-new-admin.php:686
1263
  #: core/admin/page-email-new-visitor.php:682 core/admin/page-email-trash.php:708
1264
- #: core/lib/wpbc_all_translations.php:202 inc/_bs/admin/page-email-payment.php:705
1265
  #: inc/_ps/admin/page-email-edit.php:701
1266
  msgid "Header / Footer"
1267
  msgstr ""
@@ -1269,7 +1269,7 @@ msgstr ""
1269
  #: core/admin/page-email-approved.php:713 core/admin/page-email-deleted.php:710
1270
  #: core/admin/page-email-deny.php:710 core/admin/page-email-new-admin.php:693
1271
  #: core/admin/page-email-new-visitor.php:689 core/admin/page-email-trash.php:715
1272
- #: core/lib/wpbc_all_translations.php:203 inc/_bs/admin/page-email-payment.php:712
1273
  #: inc/_ps/admin/page-email-edit.php:708
1274
  msgid "Email Styles"
1275
  msgstr ""
@@ -1277,10 +1277,10 @@ msgstr ""
1277
  #: core/admin/page-email-approved.php:725 core/admin/page-email-deleted.php:722
1278
  #: core/admin/page-email-deny.php:722 core/admin/page-email-new-admin.php:705
1279
  #: core/admin/page-email-new-visitor.php:701 core/admin/page-email-trash.php:727
1280
- #: core/admin/page-form-free.php:1149 core/admin/page-form-timeslots.php:768
1281
  #: core/admin/wpbc-class-listing.php:125 core/admin/wpbc-class-listing.php:145
1282
  #: core/admin/wpbc-toolbars.php:52 core/admin/wpbc-toolbars.php:178
1283
- #: core/lib/wpbc_all_translations.php:204 inc/_bl/admin/page-coupons.php:548
1284
  #: inc/_bm/admin/page-cost-valuation.php:203 inc/_bm/admin/page-seasons.php:527
1285
  #: inc/_bs/admin/page-email-payment.php:724 inc/_mu/admin/page-users.php:449
1286
  #: inc/_ps/admin/page-email-edit.php:720
@@ -1290,7 +1290,7 @@ msgstr ""
1290
  #: core/admin/page-email-approved.php:729 core/admin/page-email-deleted.php:726
1291
  #: core/admin/page-email-deny.php:726 core/admin/page-email-new-admin.php:709
1292
  #: core/admin/page-email-new-visitor.php:705 core/admin/page-email-trash.php:731
1293
- #: core/lib/wpbc_all_translations.php:205 inc/_bs/admin/page-email-payment.php:728
1294
  #: inc/_ps/admin/page-email-edit.php:724
1295
  msgid "Send Test Email"
1296
  msgstr ""
@@ -1301,12 +1301,12 @@ msgstr ""
1301
  #: core/admin/page-email-new-admin.php:711 core/admin/page-email-new-admin.php:747
1302
  #: core/admin/page-email-new-visitor.php:707 core/admin/page-email-new-visitor.php:743
1303
  #: core/admin/page-email-trash.php:733 core/admin/page-email-trash.php:769
1304
- #: core/admin/page-form-free.php:146 core/admin/page-form-free.php:214
1305
- #: core/admin/page-form-free.php:2198 core/admin/page-ics-export.php:236
1306
  #: core/admin/page-ics-general.php:416 core/admin/page-ics-import.php:203
1307
  #: core/admin/page-import-gcal.php:570 core/admin/page-settings.php:148
1308
  #: core/admin/page-settings.php:301 core/admin/wpbc-toolbars.php:1826
1309
- #: core/lib/wpbc_all_translations.php:206 inc/_bl/admin/page-coupons.php:220
1310
  #: inc/_bl/admin/page-coupons.php:1378 inc/_bl/admin/page-search.php:445
1311
  #: inc/_bl/admin/page-search.php:545 inc/_bm/admin/page-availability.php:1024
1312
  #: inc/_bm/admin/page-cost-advanced.php:102 inc/_bm/admin/page-cost-advanced.php:161
@@ -1320,18 +1320,18 @@ msgstr ""
1320
  #: inc/_ps/admin/page-settings-form.php:125 inc/_ps/admin/page-settings-form.php:187
1321
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:930
1322
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:489
1323
- #: inc/gateways/ideal/wpbc-gw-ideal.php:923 inc/gateways/ipay88/wpbc-gw-ipay88.php:864
1324
  #: inc/gateways/page-gateways.php:686 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:402
1325
  #: inc/gateways/paypal/wpbc-gw-paypal.php:1124 inc/gateways/sage/wpbc-gw-sage.php:913
1326
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1153
1327
  msgid "Save Changes"
1328
  msgstr ""
1329
 
1330
  #: core/admin/page-email-approved.php:749 core/admin/page-email-deleted.php:746
1331
  #: core/admin/page-email-deny.php:746 core/admin/page-email-new-admin.php:729
1332
  #: core/admin/page-email-new-visitor.php:725 core/admin/page-email-trash.php:751
1333
- #: core/admin/page-form-free.php:1148 core/admin/wpbc-dashboard.php:471
1334
- #: core/lib/wpbc_all_translations.php:207 inc/_bs/admin/page-email-payment.php:748
1335
  #: inc/_ps/admin/page-email-edit.php:744
1336
  msgid "Type"
1337
  msgstr ""
@@ -1342,7 +1342,7 @@ msgstr ""
1342
  #: core/admin/page-ics-import.php:194 core/admin/page-import-gcal.php:552
1343
  #: core/admin/page-settings.php:142 core/admin/page-settings.php:293
1344
  #: core/admin/wpbc-toolbars.php:434 core/admin/wpbc-toolbars.php:440
1345
- #: core/lib/wpbc_all_translations.php:208 inc/_bl/admin/page-search.php:495
1346
  #: inc/_bl/admin/page-search.php:523 inc/_bm/admin/page-cost-advanced.php:155
1347
  #: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
1348
  #: inc/_ps/admin/page-settings-form.php:181
@@ -1355,7 +1355,7 @@ msgstr ""
1355
  #: core/admin/page-email-approved.php:839 core/admin/page-email-deleted.php:835
1356
  #: core/admin/page-email-deny.php:835 core/admin/page-email-new-admin.php:826
1357
  #: core/admin/page-email-new-visitor.php:814 core/admin/page-email-trash.php:840
1358
- #: core/lib/wpbc_all_translations.php:209 inc/_bs/admin/page-email-payment.php:837
1359
  #: inc/_ps/admin/page-email-edit.php:833
1360
  msgid "Email sent to "
1361
  msgstr ""
@@ -1363,20 +1363,20 @@ msgstr ""
1363
  #: core/admin/page-email-approved.php:841 core/admin/page-email-deleted.php:837
1364
  #: core/admin/page-email-deny.php:837 core/admin/page-email-new-admin.php:828
1365
  #: core/admin/page-email-new-visitor.php:816 core/admin/page-email-trash.php:842
1366
- #: core/lib/wpbc_all_translations.php:210 core/wpbc-emails.php:449
1367
  #: inc/_bs/admin/page-email-payment.php:839 inc/_ps/admin/page-email-edit.php:835
1368
- msgid "Email had not sent. Some error occuered."
1369
  msgstr ""
1370
 
1371
  #: core/admin/page-email-approved.php:856 core/admin/page-email-deleted.php:852
1372
  #: core/admin/page-email-deny.php:852 core/admin/page-email-new-admin.php:912
1373
  #: core/admin/page-email-new-visitor.php:831 core/admin/page-email-trash.php:857
1374
- #: core/lib/wpbc_all_translations.php:211 inc/_bs/admin/page-email-payment.php:854
1375
  #: inc/_ps/admin/page-email-edit.php:850 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:951
1376
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:562
1377
- #: inc/gateways/ideal/wpbc-gw-ideal.php:944 inc/gateways/ipay88/wpbc-gw-ipay88.php:885
1378
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:423 inc/gateways/paypal/wpbc-gw-paypal.php:1145
1379
- #: inc/gateways/sage/wpbc-gw-sage.php:934 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1172
1380
  msgid "Settings saved."
1381
  msgstr ""
1382
 
@@ -1386,7 +1386,7 @@ msgstr ""
1386
  #: core/admin/page-email-new-admin.php:974 core/admin/page-email-new-admin.php:977
1387
  #: core/admin/page-email-new-visitor.php:892 core/admin/page-email-new-visitor.php:895
1388
  #: core/admin/page-email-trash.php:918 core/admin/page-email-trash.php:921
1389
- #: core/lib/wpbc_all_translations.php:212 inc/_bs/admin/page-email-payment.php:915
1390
  #: inc/_bs/admin/page-email-payment.php:918 inc/_ps/admin/page-email-edit.php:911
1391
  #: inc/_ps/admin/page-email-edit.php:914
1392
  msgid "If empty then title defined as WordPress"
@@ -1395,7 +1395,7 @@ msgstr ""
1395
  #: core/admin/page-email-approved.php:937 core/admin/page-email-deleted.php:933
1396
  #: core/admin/page-email-deny.php:933 core/admin/page-email-new-admin.php:994
1397
  #: core/admin/page-email-new-visitor.php:912 core/admin/page-email-trash.php:938
1398
- #: core/lib/wpbc_all_translations.php:213 inc/_bs/admin/page-email-payment.php:935
1399
  #: inc/_ps/admin/page-email-edit.php:931
1400
  msgid ""
1401
  "Email different from website DNS, its can be a reason of not delivery emails. Please use the "
@@ -1403,20 +1403,20 @@ msgid ""
1403
  msgstr ""
1404
 
1405
  #: core/admin/page-email-deleted.php:311 core/admin/page-email-deny.php:311
1406
- #: core/admin/page-email-trash.php:316 core/lib/wpbc_all_translations.php:214
1407
  #: core/wpbc-activation.php:1017
1408
  msgid "Your booking has been declined"
1409
  msgstr ""
1410
 
1411
  #: core/admin/page-email-deleted.php:325 core/admin/page-email-deny.php:325
1412
- #: core/admin/page-email-trash.php:330 core/lib/wpbc_all_translations.php:215
1413
  #: core/wpbc-activation.php:1018
1414
  #, php-format
1415
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
1416
  msgstr ""
1417
 
1418
- #: core/admin/page-email-deleted.php:558 core/lib/wpbc-ajax.php:436
1419
- #: core/lib/wpbc_all_translations.php:216 inc/_bl/admin/page-coupons.php:378
1420
  #: inc/_bl/admin/page-coupons.php:1023 inc/_bm/admin/page-availability.php:364
1421
  #: inc/_bm/admin/page-cost.php:325 inc/_bm/admin/page-seasons.php:313
1422
  #: inc/_bm/admin/page-seasons.php:843 inc/_bm/m-toolbar.php:557
@@ -1424,30 +1424,30 @@ msgstr ""
1424
  msgid "Deleted"
1425
  msgstr ""
1426
 
1427
- #: core/admin/page-email-deleted.php:560 core/lib/wpbc_all_translations.php:217
1428
  msgid "Customization of email template, which is sent to Visitor after Cancellation of booking"
1429
  msgstr ""
1430
 
1431
- #: core/admin/page-email-deleted.php:696 core/lib/wpbc_all_translations.php:218
1432
  msgid "Email is sent to Visitor after Deleting of booking."
1433
  msgstr ""
1434
 
1435
- #: core/admin/page-email-deny.php:560 core/lib/wpbc_all_translations.php:219
1436
  msgid ""
1437
  "Customization of email template, which is sent to Visitor, when booking status is set to Pending"
1438
  msgstr ""
1439
 
1440
- #: core/admin/page-email-deny.php:696 core/lib/wpbc_all_translations.php:220
1441
  msgid "Email is sent to Visitor after booking set as Pending."
1442
  msgstr ""
1443
 
1444
  #: core/admin/page-email-new-admin.php:292 core/admin/page-email-new-visitor.php:292
1445
- #: core/admin/wpbc-class-listing.php:302 core/lib/wpbc_all_translations.php:221
1446
  #: core/wpbc-activation.php:988 core/wpbc-activation.php:995
1447
  msgid "New booking"
1448
  msgstr ""
1449
 
1450
- #: core/admin/page-email-new-admin.php:308 core/lib/wpbc_all_translations.php:222
1451
  #: core/wpbc-activation.php:989
1452
  #, php-format
1453
  msgid ""
@@ -1455,29 +1455,29 @@ msgid ""
1455
  "booking is waiting for approval. Please visit the moderation panel%sThank you, %s"
1456
  msgstr ""
1457
 
1458
- #: core/admin/page-email-new-admin.php:512 core/lib/wpbc_all_translations.php:223
1459
  #: core/wpbc-functions.php:1990
1460
  msgid "Emails"
1461
  msgstr ""
1462
 
1463
  #: core/admin/page-email-new-admin.php:537 core/admin/page-email-new-visitor.php:537
1464
- #: core/lib/wpbc_all_translations.php:224
1465
  msgid "New"
1466
  msgstr ""
1467
 
1468
- #: core/admin/page-email-new-admin.php:537 core/lib/wpbc_all_translations.php:225
1469
  msgid "admin"
1470
  msgstr ""
1471
 
1472
- #: core/admin/page-email-new-admin.php:539 core/lib/wpbc_all_translations.php:226
1473
  msgid "Customization of email template, which is sending to Admin after new booking"
1474
  msgstr ""
1475
 
1476
- #: core/admin/page-email-new-admin.php:679 core/lib/wpbc_all_translations.php:227
1477
  msgid "Email is sending to Admin after creation of booking."
1478
  msgstr ""
1479
 
1480
- #: core/admin/page-email-new-visitor.php:307 core/lib/wpbc_all_translations.php:228
1481
  #: core/wpbc-activation.php:997
1482
  #, php-format
1483
  msgid ""
@@ -1485,7 +1485,7 @@ msgid ""
1485
  "edit this booking at this page: %s Thank you, %s"
1486
  msgstr ""
1487
 
1488
- #: core/admin/page-email-new-visitor.php:309 core/lib/wpbc_all_translations.php:229
1489
  #: core/wpbc-activation.php:999
1490
  #, php-format
1491
  msgid ""
@@ -1493,178 +1493,187 @@ msgid ""
1493
  "%s"
1494
  msgstr ""
1495
 
1496
- #: core/admin/page-email-new-visitor.php:537 core/lib/wpbc_all_translations.php:230
1497
  msgid "visitor"
1498
  msgstr ""
1499
 
1500
- #: core/admin/page-email-new-visitor.php:539 core/lib/wpbc_all_translations.php:231
1501
  msgid "Customization of email template, which is sending to Visitor after new booking"
1502
  msgstr ""
1503
 
1504
- #: core/admin/page-email-new-visitor.php:675 core/lib/wpbc_all_translations.php:232
1505
  msgid "Email is sending to Visitor after creation of booking."
1506
  msgstr ""
1507
 
1508
  #: core/admin/page-email-trash.php:563 core/admin/wpbc-toolbars.php:994
1509
- #: core/lib/wpbc_all_translations.php:233 core/timeline/v2/wpbc-class-timeline_v2.php:2662
1510
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2772
1511
  msgid "Trash / Reject"
1512
  msgstr ""
1513
 
1514
- #: core/admin/page-email-trash.php:565 core/lib/wpbc_all_translations.php:234
1515
  msgid "Customization of email template, which is sent to Visitor after rejecting of booking"
1516
  msgstr ""
1517
 
1518
- #: core/admin/page-email-trash.php:701 core/lib/wpbc_all_translations.php:235
1519
  msgid "Email is sent to visitor after cancelling of booking (moved to trash)."
1520
  msgstr ""
1521
 
1522
  #: core/admin/page-form-free.php:61 core/admin/page-settings.php:104
1523
- #: core/admin/page-settings.php:228 core/lib/wpbc_all_translations.php:236
1524
  #: core/wpbc-functions.php:1982 inc/_ps/admin/page-settings-form.php:46
1525
  msgid "Form"
1526
  msgstr ""
1527
 
1528
- #: core/admin/page-form-free.php:62 core/lib/wpbc_all_translations.php:237
1529
  #: inc/_ps/admin/page-settings-form.php:47
1530
  msgid "Fields Settings"
1531
  msgstr ""
1532
 
1533
- #: core/admin/page-form-free.php:63 core/lib/wpbc_all_translations.php:238
1534
  #: inc/_ps/admin/page-settings-form.php:48
1535
  msgid "Customizaton of Form Fields"
1536
  msgstr ""
1537
 
1538
  #: core/admin/page-form-free.php:76 core/admin/wpbc-dashboard.php:503
1539
- #: core/lib/wpbc_all_translations.php:239
1540
  msgid "Check Premium Features"
1541
  msgstr ""
1542
 
1543
- #: core/admin/page-form-free.php:77 core/lib/wpbc_all_translations.php:240
1544
  msgid "Upgrade to higher versions"
1545
  msgstr ""
1546
 
1547
- #: core/admin/page-form-free.php:167 core/lib/wpbc_all_translations.php:241
1548
  msgid "Form Field Configuration"
1549
  msgstr ""
1550
 
1551
- #: core/admin/page-form-free.php:190 core/lib/wpbc_all_translations.php:242
1552
  #, php-format
1553
  msgid ""
1554
  "You can add %sTime Slots%s to booking form, by activating and configure %sTime Slots%s field in "
1555
  "booking form (below) or by adding this field from (above) toolbar."
1556
  msgstr ""
1557
 
1558
- #: core/admin/page-form-free.php:298 core/admin/page-form-free.php:421
1559
- #: core/admin/page-form-free.php:579 core/lib/wpbc_all_translations.php:243
1560
- #: inc/_ps/personal.php:2101 inc/_ps/wpbc-form-templates.php:42 inc/_ps/wpbc-form-templates.php:61
 
 
 
 
1561
  #: inc/_ps/wpbc-form-templates.php:81 inc/_ps/wpbc-form-templates.php:104
1562
  #: inc/_ps/wpbc-form-templates.php:127
1563
  msgid "Send"
1564
  msgstr ""
1565
 
1566
- #: core/admin/page-form-free.php:852 core/lib/wpbc_all_translations.php:244
 
 
 
 
 
1567
  msgid "Reset to default form"
1568
  msgstr ""
1569
 
1570
- #: core/admin/page-form-free.php:856 core/admin/page-form-free.php:1466
1571
  #: core/admin/wpbc-class-listing.php:396 core/admin/wpbc-class-listing.php:402
1572
  #: core/admin/wpbc-toolbars.php:997 core/admin/wpbc-toolbars.php:1014
1573
- #: core/admin/wpbc-toolbars.php:1078 core/lib/wpbc_all_translations.php:245
1574
  #: inc/_bl/admin/page-coupons.php:236 inc/_bl/admin/page-coupons.php:808
1575
  #: inc/_bm/admin/page-availability.php:274 inc/_bm/admin/page-cost-valuation.php:354
1576
  #: inc/_bm/admin/page-cost.php:529 inc/_bm/admin/page-seasons.php:221
1577
  #: inc/_bm/admin/page-seasons.php:602 inc/_ps/admin/page-resources.php:222
1578
- #: inc/_ps/personal.php:2135
1579
  msgid "Do you really want to do this ?"
1580
  msgstr ""
1581
 
1582
- #: core/admin/page-form-free.php:884 core/admin/page-form-free.php:2184
1583
- #: core/lib/wpbc_all_translations.php:246
1584
  msgid "Add New Field"
1585
  msgstr ""
1586
 
1587
- #: core/admin/page-form-free.php:901 core/admin/page-form-free.php:936
1588
- #: core/lib/wpbc_all_translations.php:247 inc/_ps/admin/page-settings-form.php:312
1589
  msgid "Select"
1590
  msgstr ""
1591
 
1592
- #: core/admin/page-form-free.php:901 core/lib/wpbc_all_translations.php:248
1593
  msgid "Form Field"
1594
  msgstr ""
1595
 
1596
- #: core/admin/page-form-free.php:923 core/lib/wpbc_all_translations.php:249
1597
  #: inc/_ps/form/class-wpbc-form-help.php:141
1598
  msgid "Standard Fields"
1599
  msgstr ""
1600
 
1601
- #: core/admin/page-form-free.php:926 core/lib/wpbc_all_translations.php:250
1602
  #: inc/_ps/form/class-wpbc-form-help.php:147
1603
  msgid "Text"
1604
  msgstr ""
1605
 
1606
- #: core/admin/page-form-free.php:946 core/lib/wpbc_all_translations.php:251
1607
  #: inc/_ps/form/class-wpbc-form-help.php:156
1608
  msgid "Textarea"
1609
  msgstr ""
1610
 
1611
- #: core/admin/page-form-free.php:956 core/lib/wpbc_all_translations.php:252
1612
  msgid "Checkbox"
1613
  msgstr ""
1614
 
1615
- #: core/admin/page-form-free.php:971 core/lib/wpbc_all_translations.php:253
1616
  #: inc/_ps/form/class-wpbc-form-help.php:486
1617
  msgid "Advanced Fields"
1618
  msgstr ""
1619
 
1620
- #: core/admin/page-form-free.php:975 core/admin/page-form-free.php:1998
1621
- #: core/admin/page-form-free.php:1999 core/admin/page-form-timeslots.php:106
1622
  #: core/admin/page-form-timeslots.php:201 core/admin/page-form-timeslots.php:766
1623
  #: core/admin/page-form-timeslots.php:816 core/admin/page-settings.php:94
1624
- #: core/admin/page-settings.php:215 core/lib/wpbc_all_translations.php:254
1625
  msgid "Time Slots"
1626
  msgstr ""
1627
 
1628
- #: core/admin/page-form-free.php:1033 core/lib/wpbc_all_translations.php:255
1629
  msgid "View"
1630
  msgstr ""
1631
 
1632
- #: core/admin/page-form-free.php:1052 core/lib/wpbc_all_translations.php:256
1633
  msgid "Standard Forms"
1634
  msgstr ""
1635
 
1636
- #: core/admin/page-form-free.php:1055 core/lib/wpbc_all_translations.php:257
1637
  msgid "Form under calendar"
1638
  msgstr ""
1639
 
1640
- #: core/admin/page-form-free.php:1065 core/lib/wpbc_all_translations.php:258
1641
  msgid "Form at right side of calendar"
1642
  msgstr ""
1643
 
1644
- #: core/admin/page-form-free.php:1075 core/lib/wpbc_all_translations.php:259
1645
  msgid "Form and calendar are centered"
1646
  msgstr ""
1647
 
1648
- #: core/admin/page-form-free.php:1085 core/lib/wpbc_all_translations.php:260
1649
  msgid "Form for dark background"
1650
  msgstr ""
1651
 
1652
- #: core/admin/page-form-free.php:1145 core/admin/page-form-free.php:2057
1653
- #: core/lib/wpbc_all_translations.php:261
1654
  msgid "Active"
1655
  msgstr ""
1656
 
1657
- #: core/admin/page-form-free.php:1146 core/lib/wpbc_all_translations.php:262
1658
  msgid "Field Label"
1659
  msgstr ""
1660
 
1661
- #: core/admin/page-form-free.php:1148 core/admin/page-form-free.php:2123
1662
- #: core/lib/wpbc_all_translations.php:263 inc/_ps/form/class-wpbc-field-help-text.php:177
1663
  msgid "Name"
1664
  msgstr ""
1665
 
1666
- #: core/admin/page-form-free.php:1225 core/admin/page-form-free.php:1666
1667
- #: core/admin/page-form-free.php:1727 core/lib/wpbc_all_translations.php:264
1668
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2642
1669
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2700 inc/_bl/admin/page-coupons.php:215
1670
  #: inc/_bl/admin/page-coupons.php:804 inc/_bl/admin/page-coupons.php:993
@@ -1674,35 +1683,35 @@ msgstr ""
1674
  msgid "Edit"
1675
  msgstr ""
1676
 
1677
- #: core/admin/page-form-free.php:1226 core/admin/page-form-free.php:1667
1678
- #: core/admin/page-form-timeslots.php:788 core/lib/wpbc_all_translations.php:265
1679
  msgid "Remove"
1680
  msgstr ""
1681
 
1682
- #: core/admin/page-form-free.php:1901 core/lib/wpbc_all_translations.php:266
1683
  #: inc/_ps/form/class-wpbc-form-help.php:88
1684
  msgid "Shortcodes"
1685
  msgstr ""
1686
 
1687
- #: core/admin/page-form-free.php:1902 core/lib/wpbc_all_translations.php:267
1688
  #: inc/_ps/form/class-wpbc-form-help.php:89
1689
  msgid ""
1690
  "You can generate the form fields for your form (at the left side) by selection specific field in "
1691
  "the above selectbox."
1692
  msgstr ""
1693
 
1694
- #: core/admin/page-form-free.php:1903 core/lib/wpbc_all_translations.php:268
1695
  #: inc/_ps/form/class-wpbc-form-help.php:90
1696
  #, php-format
1697
  msgid "Please read more about the booking form fields configuration %shere%s."
1698
  msgstr ""
1699
 
1700
- #: core/admin/page-form-free.php:1905 core/lib/wpbc_all_translations.php:269
1701
  #: inc/_ps/form/class-wpbc-form-help.php:99
1702
  msgid "Default Form Templates"
1703
  msgstr ""
1704
 
1705
- #: core/admin/page-form-free.php:1906 core/lib/wpbc_all_translations.php:270
1706
  #: inc/_ps/form/class-wpbc-form-help.php:100
1707
  #, php-format
1708
  msgid ""
@@ -1712,93 +1721,93 @@ msgid ""
1712
  "reset both forms: Booking Form and Content of Booking Fields form."
1713
  msgstr ""
1714
 
1715
- #: core/admin/page-form-free.php:2036 core/lib/wpbc_all_translations.php:271
1716
  #: inc/_ps/wpbc-form-templates.php:144 inc/_ps/wpbc-form-templates.php:156
1717
  #: inc/_ps/wpbc-form-templates.php:171 inc/_ps/wpbc-form-templates.php:186
1718
  msgid "First Name"
1719
  msgstr ""
1720
 
1721
- #: core/admin/page-form-free.php:2058 core/lib/wpbc_all_translations.php:272
1722
  msgid "Show / hide field in booking form"
1723
  msgstr ""
1724
 
1725
- #: core/admin/page-form-free.php:2079 core/lib/wpbc_all_translations.php:273
1726
  msgid "Set field as required"
1727
  msgstr ""
1728
 
1729
- #: core/admin/page-form-free.php:2099 core/admin/page-form-timeslots.php:784
1730
  #: core/admin/wpbc-toolbar-tiny.php:428 core/admin/wpbc-toolbar-tiny.php:1219
1731
- #: core/lib/wpbc_all_translations.php:274 inc/_ps/form/class-wpbc-field-help-button.php:73
1732
  #: js/wpbc-gutenberg.js:883
1733
  msgid "Label"
1734
  msgstr ""
1735
 
1736
- #: core/admin/page-form-free.php:2128 core/lib/wpbc_all_translations.php:275
1737
  #, php-format
1738
  msgid "Type only %sunique field name%s, that is not using in form"
1739
  msgstr ""
1740
 
1741
- #: core/admin/page-form-free.php:2149 core/lib/wpbc_all_translations.php:276
1742
  msgid "Values"
1743
  msgstr ""
1744
 
1745
- #: core/admin/page-form-free.php:2154 core/lib/wpbc_all_translations.php:277
1746
  msgid "Enter dropdown options. One option per line."
1747
  msgstr ""
1748
 
1749
- #: core/admin/page-form-free.php:2189 core/admin/wpbc-toolbar-tiny.php:298
1750
  #: core/admin/wpbc-toolbars.php:710 core/admin/wpbc-toolbars.php:915
1751
- #: core/admin/wpbc-toolbars.php:1536 core/lib/wpbc_all_translations.php:278
1752
  #: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:105 inc/_bs/s-toolbar.php:209
1753
  #: inc/_ps/p-toolbar.php:508 inc/_ps/p-toolbar.php:553
1754
  msgid "Close"
1755
  msgstr ""
1756
 
1757
- #: core/admin/page-form-free.php:2203 core/lib/wpbc_all_translations.php:279
1758
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2701 inc/_bm/m-toolbar.php:377
1759
  #: inc/_bm/m-toolbar.php:378 inc/_ps/p-toolbar.php:387 inc/_ps/p-toolbar.php:439
1760
  #: inc/_ps/p-toolbar.php:472
1761
  msgid "Cancel"
1762
  msgstr ""
1763
 
1764
- #: core/admin/page-form-timeslots.php:106 core/lib/wpbc_all_translations.php:280
1765
  msgid "in 24 hour format"
1766
  msgstr ""
1767
 
1768
- #: core/admin/page-form-timeslots.php:126 core/lib/wpbc_all_translations.php:281
1769
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:154
1770
  #: inc/_ps/form/class-wpbc-field-help-select.php:119
1771
  msgid "One option per line"
1772
  msgstr ""
1773
 
1774
- #: core/admin/page-form-timeslots.php:132 core/lib/wpbc_all_translations.php:282
1775
  msgid "Titles"
1776
  msgstr ""
1777
 
1778
- #: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:283
1779
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:172
1780
  #: inc/_ps/form/class-wpbc-field-help-select.php:137
1781
  msgid "One title per line"
1782
  msgstr ""
1783
 
1784
- #: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:284
1785
  msgid "Visible options in selectbox"
1786
  msgstr ""
1787
 
1788
- #: core/admin/page-form-timeslots.php:193 core/lib/wpbc_all_translations.php:285
1789
  msgid "Reset times by"
1790
  msgstr ""
1791
 
1792
  #: core/admin/page-form-timeslots.php:195 core/admin/page-import-gcal.php:69
1793
  #: core/admin/page-import-gcal.php:196 core/admin/page-import-gcal.php:278
1794
- #: core/admin/wpbc-toolbar-tiny.php:634 core/lib/wpbc_all_translations.php:286
1795
  #: core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271 inc/_bm/admin/api-settings-m.php:67
1796
  #: inc/_bm/admin/api-settings-m.php:104 inc/_bs/admin/api-settings-s.php:532
1797
  msgid "hours"
1798
  msgstr ""
1799
 
1800
  #: core/admin/page-form-timeslots.php:196 core/admin/page-import-gcal.php:67
1801
- #: core/lib/wpbc_all_translations.php:287 inc/_bm/admin/api-settings-m.php:98
1802
  #: inc/_bm/admin/api-settings-m.php:100 inc/_bs/admin/api-settings-s.php:528
1803
  #: inc/_bs/admin/api-settings-s.php:901
1804
  msgid "hour"
@@ -1806,7 +1815,7 @@ msgstr ""
1806
 
1807
  #: core/admin/page-form-timeslots.php:197 core/admin/page-form-timeslots.php:198
1808
  #: core/admin/page-form-timeslots.php:199 core/admin/page-import-gcal.php:195
1809
- #: core/admin/page-import-gcal.php:277 core/lib/wpbc_all_translations.php:288
1810
  #: core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270 inc/_bm/admin/api-settings-m.php:67
1811
  #: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:100
1812
  #: inc/_bs/admin/api-settings-s.php:525 inc/_bs/admin/api-settings-s.php:526
@@ -1819,12 +1828,12 @@ msgstr ""
1819
  #: core/admin/page-form-timeslots.php:435 core/admin/page-form-timeslots.php:444
1820
  #: core/admin/page-form-timeslots.php:446 core/admin/page-form-timeslots.php:455
1821
  #: core/admin/page-form-timeslots.php:457 core/admin/page-form-timeslots.php:466
1822
- #: core/admin/page-form-timeslots.php:468 core/lib/wpbc_all_translations.php:289
1823
  #: core/wpbc-js.php:131 inc/_ps/personal.php:268
1824
  msgid "Processing"
1825
  msgstr ""
1826
 
1827
- #: core/admin/page-form-timeslots.php:595 core/lib/wpbc_all_translations.php:290
1828
  msgid "+ Add Time Slot"
1829
  msgstr ""
1830
 
@@ -1833,7 +1842,7 @@ msgstr ""
1833
  #: core/admin/page-ics-general.php:282 core/admin/page-ics-general.php:283
1834
  #: core/admin/page-ics-import.php:40 core/admin/page-ics-import.php:41
1835
  #: core/admin/page-import-gcal.php:388 core/admin/page-import-gcal.php:389
1836
- #: core/lib/wpbc_all_translations.php:291 core/wpbc-functions.php:2007
1837
  msgid "Sync"
1838
  msgstr ""
1839
 
@@ -1842,7 +1851,7 @@ msgstr ""
1842
  #: core/admin/page-ics-import.php:42 core/admin/page-ics-import.php:59
1843
  #: core/admin/page-ics-import.php:60 core/admin/page-ics-import.php:62
1844
  #: core/admin/page-ics-import.php:186 core/admin/page-ics-import.php:469
1845
- #: core/admin/page-import-gcal.php:390 core/lib/wpbc_all_translations.php:292
1846
  #: core/sync/wpbc-gcal.php:465
1847
  msgid "Import"
1848
  msgstr ""
@@ -1851,28 +1860,28 @@ msgstr ""
1851
  #: core/admin/page-ics-export.php:62 core/admin/page-ics-export.php:64
1852
  #: core/admin/page-ics-export.php:228 core/admin/page-ics-general.php:264
1853
  #: core/admin/page-ics-import.php:42 core/admin/page-import-gcal.php:390
1854
- #: core/lib/wpbc_all_translations.php:293 inc/_ps/p-toolbar.php:173
1855
  msgid "Export"
1856
  msgstr ""
1857
 
1858
  #: core/admin/page-ics-export.php:64 core/admin/page-ics-export.php:228
1859
- #: core/lib/wpbc_all_translations.php:294
1860
  msgid "feed"
1861
  msgstr ""
1862
 
1863
  #: core/admin/page-ics-export.php:139 core/class/wpbc-class-notices.php:25
1864
- #: core/lib/wpbc_all_translations.php:295 core/sync/wpbc-gcal.php:398
1865
  #: inc/_bm/admin/page-cost-valuation.php:290 inc/_mu/multiuser.php:767
1866
  msgid "Warning!"
1867
  msgstr ""
1868
 
1869
- #: core/admin/page-ics-export.php:141 core/lib/wpbc_all_translations.php:296
1870
  #, php-format
1871
  msgid "This feature require %s"
1872
  msgstr ""
1873
 
1874
  #: core/admin/page-ics-export.php:163 core/admin/page-ics-import.php:162
1875
- #: core/lib/wpbc_all_translations.php:297 inc/_bl/admin/api-settings-l.php:162
1876
  #: inc/_bm/admin/api-settings-m.php:86 inc/_ps/form/class-wpbc-form-help.php:117
1877
  #: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
1878
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
@@ -1885,120 +1894,121 @@ msgstr ""
1885
  #: inc/_ps/form/class-wpbc-form-help.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:460
1886
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:892
1887
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:831 inc/gateways/sage/wpbc-gw-sage.php:882
1888
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1115
1889
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1122 js/wpbc-gutenberg.js:1170
 
1890
  #: js/wpbc-gutenberg.js:1256
1891
  msgid "Important!"
1892
  msgstr ""
1893
 
1894
  #: core/admin/page-ics-export.php:165 core/admin/page-ics-import.php:164
1895
- #: core/lib/wpbc_all_translations.php:298
1896
  #, php-format
1897
  msgid "This feature require %s plugin. You can install %s plugin from this %spage%s."
1898
  msgstr ""
1899
 
1900
  #: core/admin/page-ics-export.php:177 core/admin/page-ics-export.php:240
1901
- #: core/admin/page-ics-import.php:176 core/lib/wpbc_all_translations.php:299
1902
  msgid "How it works"
1903
  msgstr ""
1904
 
1905
  #: core/admin/page-ics-export.php:441 core/admin/page-ics-export.php:444
1906
- #: core/lib/wpbc_all_translations.php:300
1907
  msgid ".ics feed URL"
1908
  msgstr ""
1909
 
1910
- #: core/admin/page-ics-export.php:463 core/lib/wpbc_all_translations.php:301
1911
  #: inc/_ps/admin/br-table-export-feeds.php:69
1912
  msgid "Open in new window"
1913
  msgstr ""
1914
 
1915
- #: core/admin/page-ics-export.php:465 core/lib/wpbc_all_translations.php:302
1916
  msgid "Please enter URL for generating .ics feed"
1917
  msgstr ""
1918
 
1919
- #: core/admin/page-ics-export.php:468 core/lib/wpbc_all_translations.php:303
1920
  msgid "This .ics feed of bookings starting from today for 1 year"
1921
  msgstr ""
1922
 
1923
  #: core/admin/page-ics-general.php:68 core/admin/wpbc-toolbar-tiny.php:875
1924
  #: core/admin/wpbc-toolbar-tiny.php:1090 core/admin/wpbc-toolbar-tiny.php:1171
1925
- #: core/lib/wpbc_all_translations.php:304 inc/_bm/admin/api-settings-m.php:60
1926
  #: inc/_ps/wpbc-booking-select-widget.php:188
1927
  msgid "None"
1928
  msgstr ""
1929
 
1930
- #: core/admin/page-ics-general.php:101 core/lib/wpbc_all_translations.php:305
1931
  msgid "Event Title"
1932
  msgstr ""
1933
 
1934
  #: core/admin/page-ics-general.php:102 core/admin/page-ics-general.php:112
1935
- #: core/admin/page-ics-general.php:122 core/lib/wpbc_all_translations.php:306
1936
  #, php-format
1937
  msgid "Select field for assigning to %sevent property%s"
1938
  msgstr ""
1939
 
1940
- #: core/admin/page-ics-general.php:111 core/lib/wpbc_all_translations.php:307
1941
  msgid "Event Description (optional field)"
1942
  msgstr ""
1943
 
1944
- #: core/admin/page-ics-general.php:121 core/lib/wpbc_all_translations.php:308
1945
  msgid "Location"
1946
  msgstr ""
1947
 
1948
  #: core/admin/page-ics-general.php:132 core/admin/wpbc-class-listing.php:206
1949
- #: core/lib/wpbc_all_translations.php:309 core/sync/wpbc-gcal.php:314
1950
  #: inc/_bl/admin/activation-l.php:119 inc/_mu/multiuser.php:628 inc/_ps/admin/activation-p.php:45
1951
  msgid "Default"
1952
  msgstr ""
1953
 
1954
- #: core/admin/page-ics-general.php:158 core/lib/wpbc_all_translations.php:310
1955
  #: core/sync/wpbc-gcal.php:309
1956
  msgid "Timezone"
1957
  msgstr ""
1958
 
1959
- #: core/admin/page-ics-general.php:159 core/lib/wpbc_all_translations.php:311
1960
  #: core/sync/wpbc-gcal.php:343
1961
  msgid "Select a city in your required timezone, if you are having problems with dates and times."
1962
  msgstr ""
1963
 
1964
- #: core/admin/page-ics-general.php:171 core/lib/wpbc_all_translations.php:312
1965
  #: inc/_bs/admin/api-settings-s.php:314
1966
  msgid "Use check in/out time"
1967
  msgstr ""
1968
 
1969
- #: core/admin/page-ics-general.php:172 core/lib/wpbc_all_translations.php:313
1970
  msgid "Use check in/out time of plugin, during import .ics feeds"
1971
  msgstr ""
1972
 
1973
- #: core/admin/page-ics-general.php:179 core/lib/wpbc_all_translations.php:314
1974
  msgid "Append check out day"
1975
  msgstr ""
1976
 
1977
- #: core/admin/page-ics-general.php:180 core/lib/wpbc_all_translations.php:315
1978
  msgid "Append one check out day, during import .ics feeds, if activated using check in/out times"
1979
  msgstr ""
1980
 
1981
- #: core/admin/page-ics-general.php:188 core/lib/wpbc_all_translations.php:316
1982
  msgid "Export only approved bookings"
1983
  msgstr ""
1984
 
1985
- #: core/admin/page-ics-general.php:189 core/lib/wpbc_all_translations.php:317
1986
  msgid "Enable of export only approved bookings in .ics feeds"
1987
  msgstr ""
1988
 
1989
- #: core/admin/page-ics-general.php:201 core/lib/wpbc_all_translations.php:318
1990
  msgid "Force import"
1991
  msgstr ""
1992
 
1993
- #: core/admin/page-ics-general.php:202 core/lib/wpbc_all_translations.php:319
1994
  msgid "Import bookings without checking, if such bookings already have been imported."
1995
  msgstr ""
1996
 
1997
- #: core/admin/page-ics-general.php:210 core/lib/wpbc_all_translations.php:320
1998
  msgid "Trash all imported bookings before new import"
1999
  msgstr ""
2000
 
2001
- #: core/admin/page-ics-general.php:211 core/lib/wpbc_all_translations.php:321
2002
  msgid ""
2003
  "Move all previously imported bookings to trash before new import bookings. Its can resolve "
2004
  "issue of updating deleted and edited events in external sources. Its work only, if you are using "
@@ -2006,73 +2016,73 @@ msgid ""
2006
  msgstr ""
2007
 
2008
  #: core/admin/page-ics-general.php:281 core/admin/page-settings.php:74
2009
- #: core/lib/wpbc_all_translations.php:322 inc/gateways/page-gateways.php:538
2010
  msgid "General"
2011
  msgstr ""
2012
 
2013
  #: core/admin/page-ics-general.php:282 core/admin/page-ics-general.php:283
2014
  #: core/admin/page-ics-general.php:390 core/admin/page-import-gcal.php:485
2015
  #: core/admin/page-settings.php:75 core/admin/page-settings.php:76
2016
- #: core/lib/wpbc_all_translations.php:323 core/wpbc.php:188
2017
  msgid "General Settings"
2018
  msgstr ""
2019
 
2020
- #: core/admin/page-ics-general.php:397 core/lib/wpbc_all_translations.php:324
2021
  msgid "Assign events fields to specific booking form field"
2022
  msgstr ""
2023
 
2024
  #: core/admin/page-ics-general.php:406 core/admin/page-settings.php:127
2025
- #: core/admin/page-settings.php:263 core/lib/wpbc_all_translations.php:325
2026
  #: inc/_bl/admin/page-search.php:539 inc/_bl/admin/page-search.php:735
2027
  #: inc/_bl/admin/page-search.php:780 inc/_bl/wpbc-search-availability.php:167
2028
  #: inc/_bl/wpbc-search-availability.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:921
2029
- #: inc/gateways/ideal/wpbc-gw-ideal.php:914 inc/gateways/ipay88/wpbc-gw-ipay88.php:855
2030
  #: inc/gateways/paypal/wpbc-gw-paypal.php:1091 inc/gateways/sage/wpbc-gw-sage.php:904
2031
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1144
2032
  msgid "Advanced"
2033
  msgstr ""
2034
 
2035
- #: core/admin/page-ics-import.php:62 core/lib/wpbc_all_translations.php:326
2036
  msgid "feeds"
2037
  msgstr ""
2038
 
2039
  #: core/admin/page-ics-import.php:438 core/admin/wpbc-sql.php:592
2040
- #: core/admin/wpbc-toolbar-tiny.php:331 core/lib/wpbc_all_translations.php:327
2041
  #: inc/_bl/admin/page-coupons.php:1409 inc/_ps/p-toolbar.php:965 inc/_ps/p-toolbar.php:996
2042
  msgid "parent resource"
2043
  msgstr ""
2044
 
2045
- #: core/admin/page-ics-import.php:460 core/lib/wpbc_all_translations.php:328
2046
  msgid "Enter URL to .ics feed"
2047
  msgstr ""
2048
 
2049
- #: core/admin/page-ics-import.php:465 core/lib/wpbc_all_translations.php:329
2050
  msgid "Choose file"
2051
  msgstr ""
2052
 
2053
- #: core/admin/page-ics-import.php:466 core/lib/wpbc_all_translations.php:330
2054
  msgid "Insert file URL"
2055
  msgstr ""
2056
 
2057
- #: core/admin/page-ics-import.php:467 core/lib/wpbc_all_translations.php:331
2058
  msgid "Upload / Select "
2059
  msgstr ""
2060
 
2061
- #: core/admin/page-ics-import.php:504 core/lib/wpbc_all_translations.php:332
2062
  msgid "What does .ics feeds import/export mean?"
2063
  msgstr ""
2064
 
2065
- #: core/admin/page-ics-import.php:512 core/lib/wpbc_all_translations.php:333
2066
  #, php-format
2067
  msgid "Its useful, if you need to import/export bookings from/to external websites, like %s"
2068
  msgstr ""
2069
 
2070
- #: core/admin/page-ics-import.php:520 core/lib/wpbc_all_translations.php:334
2071
  msgid "and any other calendar that uses .ics format"
2072
  msgstr ""
2073
 
2074
  #: core/admin/page-ics-import.php:534 core/class/wpbc-class-welcome.php:1010
2075
- #: core/lib/wpbc_all_translations.php:335
2076
  #, php-format
2077
  msgid ""
2078
  ".ics - is a file format of iCalendar standard for exchanging calendar and scheduling information "
@@ -2080,34 +2090,34 @@ msgid ""
2080
  "calendars updated and synchronized."
2081
  msgstr ""
2082
 
2083
- #: core/admin/page-ics-import.php:555 core/lib/wpbc_all_translations.php:336
2084
  msgid "Is it automatic process?"
2085
  msgstr ""
2086
 
2087
- #: core/admin/page-ics-import.php:565 core/lib/wpbc_all_translations.php:337
2088
  msgid ""
2089
  "By default .ics import is not automatic process. You need to set up CRON script on your server "
2090
  "to periodically access front-end page(s) with import .ics feeds shortcodes."
2091
  msgstr ""
2092
 
2093
- #: core/admin/page-ics-import.php:584 core/lib/wpbc_all_translations.php:338
2094
  msgid "How to start import of .ics feeds (files)?"
2095
  msgstr ""
2096
 
2097
  #: core/admin/page-ics-import.php:591 core/admin/page-ics-import.php:638
2098
- #: core/lib/wpbc_all_translations.php:339
2099
  #, php-format
2100
  msgid "Install %s plugin."
2101
  msgstr ""
2102
 
2103
- #: core/admin/page-ics-import.php:595 core/lib/wpbc_all_translations.php:340
2104
  #, php-format
2105
  msgid ""
2106
  "Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode "
2107
  "configuration%s"
2108
  msgstr ""
2109
 
2110
- #: core/admin/page-ics-import.php:604 core/lib/wpbc_all_translations.php:341
2111
  #, php-format
2112
  msgid ""
2113
  "Using such shortcodes in pages give a great flexibility to import from different .ics feeds "
@@ -2115,26 +2125,26 @@ msgid ""
2115
  "accessing such different pages with different time intervals."
2116
  msgstr ""
2117
 
2118
- #: core/admin/page-ics-import.php:613 core/lib/wpbc_all_translations.php:342
2119
  msgid "Or you can import .ics feed or file directly at current page."
2120
  msgstr ""
2121
 
2122
- #: core/admin/page-ics-import.php:620 core/lib/wpbc_all_translations.php:343
2123
  #, php-format
2124
  msgid ""
2125
  "If you have inserted import shortcodes from %s, then you can configure your CRON for "
2126
  "periodically access these pages and import .ics feeds."
2127
  msgstr ""
2128
 
2129
- #: core/admin/page-ics-import.php:631 core/lib/wpbc_all_translations.php:344
2130
  msgid "How to start export of .ics feeds (files)?"
2131
  msgstr ""
2132
 
2133
- #: core/admin/page-ics-import.php:642 core/lib/wpbc_all_translations.php:345
2134
  msgid "Configure ULR feed(s) at this settings page."
2135
  msgstr ""
2136
 
2137
- #: core/admin/page-ics-import.php:647 core/lib/wpbc_all_translations.php:346
2138
  #, php-format
2139
  msgid ""
2140
  "Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more "
@@ -2142,26 +2152,26 @@ msgid ""
2142
  "website."
2143
  msgstr ""
2144
 
2145
- #: core/admin/page-ics-import.php:656 core/lib/wpbc_all_translations.php:347
2146
  msgid "Visit these (previously configured URL feeds) pages for downloading .ics files."
2147
  msgstr ""
2148
 
2149
- #: core/admin/page-ics-import.php:711 core/lib/wpbc_all_translations.php:348
2150
  #: core/sync/wpbc-gcal-class.php:492 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:441
2151
  msgid "Done"
2152
  msgstr ""
2153
 
2154
- #: core/admin/page-import-gcal.php:60 core/lib/wpbc_all_translations.php:349
2155
  msgid "Activate auto import"
2156
  msgstr ""
2157
 
2158
- #: core/admin/page-import-gcal.php:61 core/lib/wpbc_all_translations.php:350
2159
  #, php-format
2160
  msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
2161
  msgstr ""
2162
 
2163
  #: core/admin/page-import-gcal.php:71 core/admin/wpbc-toolbars.php:567
2164
- #: core/admin/wpbc-toolbars.php:801 core/lib/wpbc_all_translations.php:351 core/wpbc-emails.php:208
2165
  #: inc/_bm/admin/page-cost-advanced.php:461 inc/_bm/admin/page-cost-deposit.php:223
2166
  #: inc/_bm/admin/page-cost-early-late-booking.php:230
2167
  #: inc/_bm/admin/page-cost-early-late-booking.php:428 inc/_bm/admin/page-cost-valuation.php:346
@@ -2176,7 +2186,7 @@ msgstr ""
2176
  #: core/admin/wpbc-toolbars.php:571 core/admin/wpbc-toolbars.php:572
2177
  #: core/admin/wpbc-toolbars.php:802 core/admin/wpbc-toolbars.php:803
2178
  #: core/admin/wpbc-toolbars.php:804 core/admin/wpbc-toolbars.php:805
2179
- #: core/admin/wpbc-toolbars.php:806 core/lib/wpbc_all_translations.php:352
2180
  #: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:94
2181
  #: inc/_bm/admin/page-cost-deposit.php:225 inc/_bm/admin/page-cost-early-late-booking.php:228
2182
  #: inc/_bm/admin/page-cost-early-late-booking.php:430 inc/_bm/admin/page-cost-valuation.php:190
@@ -2187,202 +2197,202 @@ msgstr ""
2187
  msgid "days"
2188
  msgstr ""
2189
 
2190
- #: core/admin/page-import-gcal.php:78 core/lib/wpbc_all_translations.php:353
2191
  msgid "Import events every"
2192
  msgstr ""
2193
 
2194
- #: core/admin/page-import-gcal.php:79 core/lib/wpbc_all_translations.php:354
2195
  msgid "Select time duration of import requests."
2196
  msgstr ""
2197
 
2198
- #: core/admin/page-import-gcal.php:95 core/lib/wpbc_all_translations.php:355
2199
  msgid "Google API Key"
2200
  msgstr ""
2201
 
2202
- #: core/admin/page-import-gcal.php:96 core/lib/wpbc_all_translations.php:356
2203
  msgid "Please enter your Google API key. This field required to import events."
2204
  msgstr ""
2205
 
2206
- #: core/admin/page-import-gcal.php:98 core/lib/wpbc_all_translations.php:357
2207
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:369
2208
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:407
2209
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:438 inc/gateways/ideal/wpbc-gw-ideal.php:422
2210
- #: inc/gateways/ideal/wpbc-gw-ideal.php:477 inc/gateways/ideal/wpbc-gw-ideal.php:481
2211
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:399 inc/gateways/paypal/wpbc-gw-paypal.php:550
2212
- #: inc/gateways/sage/wpbc-gw-sage.php:508 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:567
2213
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:732
2214
  msgid "Note:"
2215
  msgstr ""
2216
 
2217
- #: core/admin/page-import-gcal.php:99 core/lib/wpbc_all_translations.php:358
2218
  #, php-format
2219
  msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
2220
  msgstr ""
2221
 
2222
- #: core/admin/page-import-gcal.php:120 core/lib/wpbc_all_translations.php:359
2223
  #: inc/_ps/admin/br-table-import-gcal-p.php:148
2224
  msgid "Google Calendar ID"
2225
  msgstr ""
2226
 
2227
- #: core/admin/page-import-gcal.php:138 core/lib/wpbc_all_translations.php:360
2228
  #: core/sync/wpbc-gcal.php:295
2229
  msgid "Maximum number"
2230
  msgstr ""
2231
 
2232
- #: core/admin/page-import-gcal.php:139 core/lib/wpbc_all_translations.php:361
2233
  #: core/sync/wpbc-gcal.php:298
2234
  msgid "You can specify the maximum number of events to import during one session."
2235
  msgstr ""
2236
 
2237
  #: core/admin/page-import-gcal.php:148 core/admin/page-import-gcal.php:230
2238
- #: core/lib/wpbc_all_translations.php:362 core/sync/wpbc-gcal.php:184 core/sync/wpbc-gcal.php:248
2239
  msgid "Now"
2240
  msgstr ""
2241
 
2242
  #: core/admin/page-import-gcal.php:149 core/admin/page-import-gcal.php:231
2243
- #: core/lib/wpbc_all_translations.php:363 core/sync/wpbc-gcal.php:185 core/sync/wpbc-gcal.php:249
2244
  msgid "00:00 today"
2245
  msgstr ""
2246
 
2247
  #: core/admin/page-import-gcal.php:150 core/admin/page-import-gcal.php:232
2248
- #: core/lib/wpbc_all_translations.php:364 core/sync/wpbc-gcal.php:186 core/sync/wpbc-gcal.php:250
2249
  msgid "Start of current week"
2250
  msgstr ""
2251
 
2252
  #: core/admin/page-import-gcal.php:151 core/admin/page-import-gcal.php:233
2253
- #: core/lib/wpbc_all_translations.php:365 core/sync/wpbc-gcal.php:187 core/sync/wpbc-gcal.php:251
2254
  msgid "Start of current month"
2255
  msgstr ""
2256
 
2257
  #: core/admin/page-import-gcal.php:152 core/admin/page-import-gcal.php:234
2258
- #: core/lib/wpbc_all_translations.php:366 core/sync/wpbc-gcal.php:188 core/sync/wpbc-gcal.php:252
2259
  msgid "End of current month"
2260
  msgstr ""
2261
 
2262
- #: core/admin/page-import-gcal.php:153 core/lib/wpbc_all_translations.php:367
2263
  #: core/sync/wpbc-gcal.php:189
2264
  msgid "The start of time"
2265
  msgstr ""
2266
 
2267
  #: core/admin/page-import-gcal.php:154 core/admin/page-import-gcal.php:236
2268
- #: core/lib/wpbc_all_translations.php:368 core/sync/wpbc-gcal.php:190 core/sync/wpbc-gcal.php:254
2269
  msgid "Specific date / time"
2270
  msgstr ""
2271
 
2272
- #: core/admin/page-import-gcal.php:160 core/lib/wpbc_all_translations.php:369
2273
  #: core/sync/wpbc-gcal.php:197
2274
  msgid "Select option, when to start retrieving events."
2275
  msgstr ""
2276
 
2277
  #: core/admin/page-import-gcal.php:175 core/admin/page-import-gcal.php:257
2278
- #: core/lib/wpbc_all_translations.php:370 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2279
  msgid "Offset"
2280
  msgstr ""
2281
 
2282
  #: core/admin/page-import-gcal.php:176 core/admin/page-import-gcal.php:258
2283
- #: core/lib/wpbc_all_translations.php:371 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2284
  msgid "Enter date / time"
2285
  msgstr ""
2286
 
2287
  #: core/admin/page-import-gcal.php:194 core/admin/page-import-gcal.php:276
2288
- #: core/lib/wpbc_all_translations.php:372 core/sync/wpbc-gcal.php:205 core/sync/wpbc-gcal.php:269
2289
  msgid "seconds"
2290
  msgstr ""
2291
 
2292
  #: core/admin/page-import-gcal.php:216 core/admin/page-import-gcal.php:298
2293
- #: core/lib/wpbc_all_translations.php:373 core/sync/wpbc-gcal.php:215
2294
  msgid ""
2295
  "You can specify an additional offset from you chosen start point. The offset can be negative."
2296
  msgstr ""
2297
 
2298
  #: core/admin/page-import-gcal.php:219 core/admin/page-import-gcal.php:301
2299
- #: core/lib/wpbc_all_translations.php:374 core/sync/wpbc-gcal.php:218 core/sync/wpbc-gcal.php:282
2300
  #, php-format
2301
  msgid "Type your date in format %s. Example: %s"
2302
  msgstr ""
2303
 
2304
- #: core/admin/page-import-gcal.php:235 core/lib/wpbc_all_translations.php:375
2305
  #: core/sync/wpbc-gcal.php:253
2306
  msgid "The end of time"
2307
  msgstr ""
2308
 
2309
  #: core/admin/page-import-gcal.php:241 core/admin/wpbc-toolbar-tiny.php:614
2310
- #: core/lib/wpbc_all_translations.php:376 core/sync/wpbc-gcal.php:235
2311
  msgid "Until"
2312
  msgstr ""
2313
 
2314
- #: core/admin/page-import-gcal.php:242 core/lib/wpbc_all_translations.php:377
2315
  #: core/sync/wpbc-gcal.php:261
2316
  msgid "Select option, when to stop retrieving events."
2317
  msgstr ""
2318
 
2319
- #: core/admin/page-import-gcal.php:318 core/lib/wpbc_all_translations.php:378
2320
  msgid "To get Google Calendar API key please follow this instruction"
2321
  msgstr ""
2322
 
2323
- #: core/admin/page-import-gcal.php:320 core/lib/wpbc_all_translations.php:379
2324
  #, php-format
2325
  msgid "Go to Google Developer Console: %s."
2326
  msgstr ""
2327
 
2328
- #: core/admin/page-import-gcal.php:321 core/lib/wpbc_all_translations.php:380
2329
  msgid "Give your project a name and click \"Create\"."
2330
  msgstr ""
2331
 
2332
- #: core/admin/page-import-gcal.php:322 core/lib/wpbc_all_translations.php:381
2333
  msgid "In the sidebar click on \"APIs & auth\"."
2334
  msgstr ""
2335
 
2336
- #: core/admin/page-import-gcal.php:323 core/lib/wpbc_all_translations.php:382
2337
  msgid "Click APIs and make sure \"Calendar API\" is set to ON."
2338
  msgstr ""
2339
 
2340
- #: core/admin/page-import-gcal.php:324 core/lib/wpbc_all_translations.php:383
2341
  msgid "Now click on \"Credentials\" in the sidebar."
2342
  msgstr ""
2343
 
2344
- #: core/admin/page-import-gcal.php:325 core/lib/wpbc_all_translations.php:384
2345
  msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
2346
  msgstr ""
2347
 
2348
- #: core/admin/page-import-gcal.php:326 core/lib/wpbc_all_translations.php:385
2349
  msgid "On the popup click the button \"Server Key\" and click \"Create\"."
2350
  msgstr ""
2351
 
2352
- #: core/admin/page-import-gcal.php:327 core/lib/wpbc_all_translations.php:386
2353
  #, php-format
2354
  msgid ""
2355
  "You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
2356
  "%sGoogle API Key%s field at this page."
2357
  msgstr ""
2358
 
2359
- #: core/admin/page-import-gcal.php:330 core/lib/wpbc_all_translations.php:387
2360
  msgid "Set Your Calendar to Public"
2361
  msgstr ""
2362
 
2363
  #: core/admin/page-import-gcal.php:332 core/admin/page-import-gcal.php:340
2364
- #: core/lib/wpbc_all_translations.php:388
2365
  msgid "Navigate to your Google calendars."
2366
  msgstr ""
2367
 
2368
  #: core/admin/page-import-gcal.php:333 core/admin/page-import-gcal.php:341
2369
- #: core/lib/wpbc_all_translations.php:389
2370
  msgid "Open the settings for the calendar."
2371
  msgstr ""
2372
 
2373
- #: core/admin/page-import-gcal.php:334 core/lib/wpbc_all_translations.php:390
2374
  msgid "Click the \"Share this Calendar\" link."
2375
  msgstr ""
2376
 
2377
- #: core/admin/page-import-gcal.php:335 core/lib/wpbc_all_translations.php:391
2378
  msgid "Click the checkbox to make calendar public. Do not check the other option."
2379
  msgstr ""
2380
 
2381
- #: core/admin/page-import-gcal.php:338 core/lib/wpbc_all_translations.php:392
2382
  msgid "Find Your Calendar ID"
2383
  msgstr ""
2384
 
2385
- #: core/admin/page-import-gcal.php:342 core/lib/wpbc_all_translations.php:393
2386
  #, php-format
2387
  msgid ""
2388
  "Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
@@ -2390,33 +2400,33 @@ msgid ""
2390
  msgstr ""
2391
 
2392
  #: core/admin/page-import-gcal.php:407 core/admin/page-import-gcal.php:408
2393
- #: core/admin/page-import-gcal.php:409 core/lib/wpbc_all_translations.php:394
2394
  #: core/sync/wpbc-gcal.php:443 core/sync/wpbc-gcal.php:466
2395
  msgid "Import Google Calendar Events"
2396
  msgstr ""
2397
 
2398
  #: core/admin/page-import-gcal.php:487 core/admin/page-import-gcal.php:534
2399
- #: core/lib/wpbc_all_translations.php:395
2400
  msgid "Auto import events"
2401
  msgstr ""
2402
 
2403
  #: core/admin/page-import-gcal.php:489 core/admin/page-import-gcal.php:542
2404
- #: core/lib/wpbc_all_translations.php:396
2405
  msgid "Default settings for retrieving events"
2406
  msgstr ""
2407
 
2408
- #: core/admin/page-import-gcal.php:525 core/lib/wpbc_all_translations.php:397
2409
  msgid "Google Calendar - General Settings"
2410
  msgstr ""
2411
 
2412
  #: core/admin/page-settings.php:88 core/admin/page-settings.php:209
2413
- #: core/admin/wpbc-toolbar-tiny.php:242 core/lib/wpbc_all_translations.php:398
2414
  #: inc/_ps/form/class-wpbc-form-help.php:115
2415
  msgid "Calendar"
2416
  msgstr ""
2417
 
2418
  #: core/admin/page-settings.php:99 core/admin/page-settings.php:221
2419
- #: core/lib/wpbc_all_translations.php:399 core/wpbc-functions.php:1954
2420
  #: inc/_bm/admin/page-availability.php:47 inc/_bm/admin/page-availability.php:504
2421
  #: inc/_bm/admin/page-availability.php:596 inc/_bm/admin/page-availability.php:597
2422
  #: inc/_ps/wpbc-form-templates.php:307 inc/_ps/wpbc-form-templates.php:333
@@ -2425,47 +2435,47 @@ msgid "Availability"
2425
  msgstr ""
2426
 
2427
  #: core/admin/page-settings.php:109 core/admin/page-settings.php:235
2428
- #: core/lib/wpbc_all_translations.php:400
2429
  msgid "Booking Admin Panel"
2430
  msgstr ""
2431
 
2432
  #: core/admin/page-settings.php:114 core/admin/page-settings.php:242
2433
- #: core/lib/wpbc_all_translations.php:401 js/wpbc-gutenberg.js:743
2434
  msgid "Timeline"
2435
  msgstr ""
2436
 
2437
- #: core/admin/page-settings.php:122 core/lib/wpbc_all_translations.php:402
2438
  msgid "Auto cancellation / approval"
2439
  msgstr ""
2440
 
2441
  #: core/admin/page-settings.php:132 core/admin/page-settings.php:279
2442
- #: core/lib/wpbc_all_translations.php:403
2443
  msgid "Plugin Menu"
2444
  msgstr ""
2445
 
2446
- #: core/admin/page-settings.php:137 core/lib/wpbc_all_translations.php:404
2447
  msgid "Uninstall"
2448
  msgstr ""
2449
 
2450
- #: core/admin/page-settings.php:254 core/lib/wpbc_all_translations.php:405
2451
  msgid "Auto cancellation / auto approval of bookings"
2452
  msgstr ""
2453
 
2454
- #: core/admin/page-settings.php:272 core/lib/wpbc_all_translations.php:406
2455
  msgid "Information"
2456
  msgstr ""
2457
 
2458
- #: core/admin/page-settings.php:286 core/lib/wpbc_all_translations.php:407
2459
  msgid "Uninstall / deactivation"
2460
  msgstr ""
2461
 
2462
  #: core/admin/page-up.php:38 core/admin/wpbc-dashboard.php:505
2463
- #: core/lib/wpbc_all_translations.php:408 inc/_ps/admin/page-settings-up.php:38
2464
  msgid "Upgrade"
2465
  msgstr ""
2466
 
2467
  #: core/admin/wpbc-class-listing.php:103 core/admin/wpbc-toolbar-tiny.php:1520
2468
- #: core/admin/wpbc-toolbar-tiny.php:1529 core/lib/wpbc_all_translations.php:409
2469
  #: inc/_bl/admin/page-coupons.php:1003 inc/_bl/admin/page-coupons.php:1005
2470
  #: inc/_bl/wpbc-search-availability.php:669 inc/_bl/wpdev-booking-search-widget.php:75
2471
  #: inc/_bm/admin/page-availability.php:814 inc/_bm/admin/page-cost-deposit.php:81
@@ -2475,262 +2485,262 @@ msgstr ""
2475
  msgid "Nothing Found"
2476
  msgstr ""
2477
 
2478
- #: core/admin/wpbc-class-listing.php:125 core/lib/wpbc_all_translations.php:410
2479
  #: inc/_ps/wpbc-print.php:83
2480
  msgid "Labels"
2481
  msgstr ""
2482
 
2483
- #: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:411
2484
  msgid "Booking Data"
2485
  msgstr ""
2486
 
2487
- #: core/admin/wpbc-class-listing.php:130 core/lib/wpbc_all_translations.php:412
2488
  msgid "Booking Dates"
2489
  msgstr ""
2490
 
2491
- #: core/admin/wpbc-class-listing.php:133 core/lib/wpbc_all_translations.php:413
2492
  msgid "Show ALL dates of booking"
2493
  msgstr ""
2494
 
2495
- #: core/admin/wpbc-class-listing.php:139 core/lib/wpbc_all_translations.php:414
2496
  msgid "Show only check in/out dates"
2497
  msgstr ""
2498
 
2499
- #: core/admin/wpbc-class-listing.php:221 core/lib/wpbc_all_translations.php:415
2500
  msgid "Resource not exist"
2501
  msgstr ""
2502
 
2503
- #: core/admin/wpbc-class-listing.php:252 core/lib/wpbc_all_translations.php:416
2504
  #: inc/_bs/lib_s.php:296 inc/_bs/lib_s.php:311
2505
  msgid "Unknown"
2506
  msgstr ""
2507
 
2508
  #: core/admin/wpbc-class-listing.php:331 core/admin/wpbc-toolbars.php:765
2509
- #: core/lib/wpbc_all_translations.php:417
2510
  msgid "In Trash / Rejected"
2511
  msgstr ""
2512
 
2513
- #: core/admin/wpbc-class-listing.php:334 core/lib/wpbc_all_translations.php:418
2514
  msgid "Imported"
2515
  msgstr ""
2516
 
2517
- #: core/admin/wpbc-class-listing.php:398 core/lib/wpbc_all_translations.php:419
2518
  msgid "Reject - move to trash"
2519
  msgstr ""
2520
 
2521
  #: core/admin/wpbc-class-listing.php:404 core/admin/wpbc-toolbars.php:1011
2522
- #: core/lib/wpbc_all_translations.php:420 core/timeline/v2/wpbc-class-timeline_v2.php:2666
2523
  msgid "Restore"
2524
  msgstr ""
2525
 
2526
- #: core/admin/wpbc-class-listing.php:408 core/lib/wpbc_all_translations.php:421
2527
  msgid "Do you really want to delete this booking ?"
2528
  msgstr ""
2529
 
2530
- #: core/admin/wpbc-class-listing.php:410 core/lib/wpbc_all_translations.php:422
2531
  #: inc/_bl/admin/page-coupons.php:814 inc/_bm/admin/page-seasons.php:608
2532
  msgid "Completely Delete"
2533
  msgstr ""
2534
 
2535
  #: core/admin/wpbc-class-listing.php:419 core/admin/wpbc-toolbars.php:949
2536
- #: core/lib/wpbc_all_translations.php:423 core/timeline/v2/wpbc-class-timeline_v2.php:2676
2537
  msgid "Approve"
2538
  msgstr ""
2539
 
2540
  #: core/admin/wpbc-class-listing.php:424 core/admin/wpbc-toolbars.php:967
2541
- #: core/lib/wpbc_all_translations.php:424
2542
  msgid "Do you really want to set booking as pending ?"
2543
  msgstr ""
2544
 
2545
- #: core/admin/wpbc-class-listing.php:435 core/lib/wpbc_all_translations.php:425
2546
  #: inc/_bs/lib_s.php:339
2547
  msgid "Created"
2548
  msgstr ""
2549
 
2550
  #: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:227
2551
- #: core/lib/wpbc_all_translations.php:426 core/lib/wpdev-booking-widget.php:14
2552
  #: core/wpbc-functions.php:1850 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
2553
  #: core/wpbc.php:189
2554
  msgid "Booking Calendar"
2555
  msgstr ""
2556
 
2557
  #: core/admin/wpbc-dashboard.php:319 core/admin/wpbc-dashboard.php:333
2558
- #: core/lib/wpbc_all_translations.php:427
2559
  msgid "Video guide"
2560
  msgstr ""
2561
 
2562
- #: core/admin/wpbc-dashboard.php:344 core/lib/wpbc_all_translations.php:428
2563
  msgid "Support"
2564
  msgstr ""
2565
 
2566
- #: core/admin/wpbc-dashboard.php:355 core/lib/wpbc_all_translations.php:429
2567
  msgid "Getting Started"
2568
  msgstr ""
2569
 
2570
- #: core/admin/wpbc-dashboard.php:359 core/lib/wpbc_all_translations.php:430
2571
  msgid "Help Info"
2572
  msgstr ""
2573
 
2574
  #: core/admin/wpbc-dashboard.php:362 core/admin/wpbc-toolbars.php:441
2575
- #: core/lib/wpbc_all_translations.php:431
2576
  msgid "FAQ"
2577
  msgstr ""
2578
 
2579
- #: core/admin/wpbc-dashboard.php:365 core/lib/wpbc_all_translations.php:432
2580
  msgid "Contact email"
2581
  msgstr ""
2582
 
2583
- #: core/admin/wpbc-dashboard.php:368 core/lib/wpbc_all_translations.php:433
2584
  msgid "Rate plugin (thanks:)"
2585
  msgstr ""
2586
 
2587
- #: core/admin/wpbc-dashboard.php:446 core/lib/wpbc_all_translations.php:434
2588
  msgid "Current version"
2589
  msgstr ""
2590
 
2591
- #: core/admin/wpbc-dashboard.php:451 core/lib/wpbc_all_translations.php:435
2592
  msgid "Demo"
2593
  msgstr ""
2594
 
2595
- #: core/admin/wpbc-dashboard.php:455 core/lib/wpbc_all_translations.php:436
2596
  msgid "Version"
2597
  msgstr ""
2598
 
2599
- #: core/admin/wpbc-dashboard.php:475 core/lib/wpbc_all_translations.php:437
2600
  msgid "Used for"
2601
  msgstr ""
2602
 
2603
- #: core/admin/wpbc-dashboard.php:484 core/lib/wpbc_all_translations.php:438
2604
  msgid "websites"
2605
  msgstr ""
2606
 
2607
- #: core/admin/wpbc-dashboard.php:486 core/lib/wpbc_all_translations.php:439
2608
  msgid "website"
2609
  msgstr ""
2610
 
2611
- #: core/admin/wpbc-dashboard.php:492 core/lib/wpbc_all_translations.php:440
2612
  msgid "Release date"
2613
  msgstr ""
2614
 
2615
- #: core/admin/wpbc-dashboard.php:507 core/lib/wpbc_all_translations.php:441
2616
  msgid "Explore Premium Features"
2617
  msgstr ""
2618
 
2619
- #: core/admin/wpbc-dashboard.php:525 core/lib/wpbc_all_translations.php:442
2620
  msgid "Statistic"
2621
  msgstr ""
2622
 
2623
- #: core/admin/wpbc-dashboard.php:529 core/lib/wpbc_all_translations.php:443
2624
  msgid "New (unverified) booking(s)"
2625
  msgstr ""
2626
 
2627
- #: core/admin/wpbc-dashboard.php:533 core/lib/wpbc_all_translations.php:444
2628
  msgid "Pending booking(s)"
2629
  msgstr ""
2630
 
2631
- #: core/admin/wpbc-dashboard.php:538 core/lib/wpbc_all_translations.php:445
2632
  msgid "Agenda"
2633
  msgstr ""
2634
 
2635
- #: core/admin/wpbc-dashboard.php:542 core/lib/wpbc_all_translations.php:446
2636
  msgid "New booking(s) made today"
2637
  msgstr ""
2638
 
2639
- #: core/admin/wpbc-dashboard.php:546 core/lib/wpbc_all_translations.php:447
2640
  msgid "Bookings for today"
2641
  msgstr ""
2642
 
2643
  #: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2463
2644
- #: core/lib/wpbc_all_translations.php:448
2645
  msgid "Insert booking calendar"
2646
  msgstr ""
2647
 
2648
  #: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2464
2649
- #: core/lib/wpbc_all_translations.php:449
2650
  msgid "Booking calendar"
2651
  msgstr ""
2652
 
2653
- #: core/admin/wpbc-toolbar-tiny.php:225 core/lib/wpbc_all_translations.php:450
2654
  msgid "Insert Shortcode"
2655
  msgstr ""
2656
 
2657
- #: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:451
2658
  #: inc/_ps/admin/api-settings-p.php:197
2659
  msgid "TimeLine"
2660
  msgstr ""
2661
 
2662
- #: core/admin/wpbc-toolbar-tiny.php:244 core/lib/wpbc_all_translations.php:452
2663
  msgid "Resources Selection"
2664
  msgstr ""
2665
 
2666
- #: core/admin/wpbc-toolbar-tiny.php:246 core/lib/wpbc_all_translations.php:453
2667
  #: core/wpbc-functions.php:2017 inc/_bl/admin/page-search.php:353 inc/_bl/biz_l.php:774
2668
  #: inc/_bl/biz_l.php:789
2669
  msgid "Search"
2670
  msgstr ""
2671
 
2672
- #: core/admin/wpbc-toolbar-tiny.php:247 core/lib/wpbc_all_translations.php:454
2673
  msgid "Only Form"
2674
  msgstr ""
2675
 
2676
- #: core/admin/wpbc-toolbar-tiny.php:250 core/lib/wpbc_all_translations.php:455
2677
  #: inc/_ps/form/class-wpbc-form-help.php:754
2678
  msgid "Other"
2679
  msgstr ""
2680
 
2681
- #: core/admin/wpbc-toolbar-tiny.php:298 core/lib/wpbc_all_translations.php:456
2682
  msgid "Insert into page"
2683
  msgstr ""
2684
 
2685
  #: core/admin/wpbc-toolbar-tiny.php:371 core/admin/wpbc-toolbar-tiny.php:1151
2686
- #: core/lib/wpbc_all_translations.php:457 core/wpbc.php:177 inc/_ps/admin/page-resources.php:40
2687
  #: inc/_ps/p-toolbar.php:736
2688
  msgid "Booking resources"
2689
  msgstr ""
2690
 
2691
- #: core/admin/wpbc-toolbar-tiny.php:372 core/lib/wpbc_all_translations.php:458
2692
  msgid "Select booking resources. Please use CTRL to select multiple booking resources."
2693
  msgstr ""
2694
 
2695
- #: core/admin/wpbc-toolbar-tiny.php:406 core/lib/wpbc_all_translations.php:459
2696
  #: js/wpbc-gutenberg.js:800
2697
  msgid "View mode"
2698
  msgstr ""
2699
 
2700
- #: core/admin/wpbc-toolbar-tiny.php:407 core/lib/wpbc_all_translations.php:460
2701
  msgid "Select type of view format"
2702
  msgstr ""
2703
 
2704
  #: core/admin/wpbc-toolbar-tiny.php:429 core/admin/wpbc-toolbar-tiny.php:438
2705
- #: core/admin/wpbc-toolbars.php:785 core/lib/wpbc_all_translations.php:461
2706
  msgid "All bookings"
2707
  msgstr ""
2708
 
2709
- #: core/admin/wpbc-toolbar-tiny.php:461 core/lib/wpbc_all_translations.php:462
2710
  msgid "Select number of months to scroll after loading"
2711
  msgstr ""
2712
 
2713
- #: core/admin/wpbc-toolbar-tiny.php:482 core/lib/wpbc_all_translations.php:463
2714
  #: js/wpbc-gutenberg.js:806
2715
  msgid "Number of days to scroll"
2716
  msgstr ""
2717
 
2718
- #: core/admin/wpbc-toolbar-tiny.php:483 core/lib/wpbc_all_translations.php:464
2719
  msgid "Select number of days to scroll after loading"
2720
  msgstr ""
2721
 
2722
  #: core/admin/wpbc-toolbar-tiny.php:503 core/admin/wpbc-toolbars.php:1503
2723
- #: core/lib/wpbc_all_translations.php:465 js/wpbc-gutenberg.js:812
2724
  msgid "Start Date"
2725
  msgstr ""
2726
 
2727
- #: core/admin/wpbc-toolbar-tiny.php:581 core/lib/wpbc_all_translations.php:466
2728
  msgid "Select start date"
2729
  msgstr ""
2730
 
2731
  #: core/admin/wpbc-toolbar-tiny.php:674 core/admin/wpbc-toolbar-tiny.php:917
2732
  #: core/admin/wpbc-toolbar-tiny.php:1591 core/admin/wpbc-toolbar-tiny.php:1783
2733
- #: core/lib/wpbc_all_translations.php:467 core/lib/wpdev-booking-widget.php:118
2734
  #: inc/_ps/admin/br-table-import-gcal-p.php:170 inc/_ps/p-toolbar.php:937
2735
  #: inc/_ps/wpbc-booking-select-widget.php:153 js/wpbc-gutenberg.js:606 js/wpbc-gutenberg.js:696
2736
  #: js/wpbc-gutenberg.js:963 js/wpbc-gutenberg.js:1329
@@ -2739,82 +2749,82 @@ msgstr ""
2739
 
2740
  #: core/admin/wpbc-toolbar-tiny.php:675 core/admin/wpbc-toolbar-tiny.php:918
2741
  #: core/admin/wpbc-toolbar-tiny.php:1592 core/admin/wpbc-toolbar-tiny.php:1784
2742
- #: core/lib/wpbc_all_translations.php:468 inc/_ps/admin/br-table-import-gcal-p.php:184
2743
  msgid "Select booking resource"
2744
  msgstr ""
2745
 
2746
  #: core/admin/wpbc-toolbar-tiny.php:699 core/admin/wpbc-toolbar-tiny.php:1200
2747
- #: core/admin/wpbc-toolbar-tiny.php:1616 core/lib/wpbc_all_translations.php:469
2748
  #: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
2749
  msgid "Select default custom booking form"
2750
  msgstr ""
2751
 
2752
  #: core/admin/wpbc-toolbar-tiny.php:710 core/admin/wpbc-toolbar-tiny.php:940
2753
  #: core/admin/wpbc-toolbar-tiny.php:1288 core/admin/wpbc-toolbars.php:1618
2754
- #: core/lib/wpbc_all_translations.php:470 core/lib/wpdev-booking-widget.php:135
2755
  #: inc/_ps/wpbc-booking-select-widget.php:201
2756
  msgid "Visible months"
2757
  msgstr ""
2758
 
2759
  #: core/admin/wpbc-toolbar-tiny.php:711 core/admin/wpbc-toolbar-tiny.php:941
2760
- #: core/admin/wpbc-toolbar-tiny.php:1289 core/lib/wpbc_all_translations.php:471
2761
  msgid "Select number of month to show for calendar."
2762
  msgstr ""
2763
 
2764
  #: core/admin/wpbc-toolbar-tiny.php:731 core/admin/wpbc-toolbar-tiny.php:961
2765
- #: core/admin/wpbc-toolbar-tiny.php:1307 core/lib/wpbc_all_translations.php:472
2766
  msgid "Start month:"
2767
  msgstr ""
2768
 
2769
  #: core/admin/wpbc-toolbar-tiny.php:789 core/admin/wpbc-toolbar-tiny.php:1019
2770
- #: core/admin/wpbc-toolbar-tiny.php:1365 core/lib/wpbc_all_translations.php:473
2771
  msgid "Select start month of calendar"
2772
  msgstr ""
2773
 
2774
  #: core/admin/wpbc-toolbar-tiny.php:796 core/admin/wpbc-toolbar-tiny.php:1026
2775
- #: core/admin/wpbc-toolbar-tiny.php:1258 core/lib/wpbc_all_translations.php:474
2776
  msgid "Show advanced settings"
2777
  msgstr ""
2778
 
2779
  #: core/admin/wpbc-toolbar-tiny.php:797 core/admin/wpbc-toolbar-tiny.php:1027
2780
- #: core/admin/wpbc-toolbar-tiny.php:1259 core/lib/wpbc_all_translations.php:475
2781
  msgid "Hide advanced settings"
2782
  msgstr ""
2783
 
2784
  #: core/admin/wpbc-toolbar-tiny.php:807 core/admin/wpbc-toolbar-tiny.php:1037
2785
- #: core/admin/wpbc-toolbar-tiny.php:1269 core/lib/wpbc_all_translations.php:476
2786
  #, php-format
2787
  msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
2788
  msgstr ""
2789
 
2790
  #: core/admin/wpbc-toolbar-tiny.php:808 core/admin/wpbc-toolbar-tiny.php:1038
2791
- #: core/lib/wpbc_all_translations.php:477
2792
  #, php-format
2793
  msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
2794
  msgstr ""
2795
 
2796
  #: core/admin/wpbc-toolbar-tiny.php:818 core/admin/wpbc-toolbar-tiny.php:1048
2797
  #: core/admin/wpbc-toolbar-tiny.php:1372 core/admin/wpbc-toolbars.php:242
2798
- #: core/lib/wpbc_all_translations.php:478 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
2799
  #: inc/_ps/form/class-wpbc-field-help-select.php:111 js/wpbc-gutenberg.js:621
2800
  #: js/wpbc-gutenberg.js:708 js/wpbc-gutenberg.js:904
2801
  msgid "Options"
2802
  msgstr ""
2803
 
2804
  #: core/admin/wpbc-toolbar-tiny.php:839 core/admin/wpbc-toolbar-tiny.php:1069
2805
- #: core/admin/wpbc-toolbar-tiny.php:1393 core/lib/wpbc_all_translations.php:479
2806
  #, php-format
2807
  msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
2808
  msgstr ""
2809
 
2810
  #: core/admin/wpbc-toolbar-tiny.php:843 core/admin/wpbc-toolbar-tiny.php:1073
2811
- #: core/admin/wpbc-toolbar-tiny.php:1397 core/lib/wpbc_all_translations.php:480
2812
  msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
2813
  msgstr ""
2814
 
2815
  #: core/admin/wpbc-toolbar-tiny.php:844 core/admin/wpbc-toolbar-tiny.php:852
2816
  #: core/admin/wpbc-toolbar-tiny.php:1074 core/admin/wpbc-toolbar-tiny.php:1398
2817
- #: core/lib/wpbc_all_translations.php:481 inc/_bm/admin/page-availability.php:510
2818
  #: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
2819
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:230
2820
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
@@ -2822,7 +2832,7 @@ msgid "Description"
2822
  msgstr ""
2823
 
2824
  #: core/admin/wpbc-toolbar-tiny.php:845 core/admin/wpbc-toolbar-tiny.php:1075
2825
- #: core/admin/wpbc-toolbar-tiny.php:1399 core/lib/wpbc_all_translations.php:482
2826
  msgid ""
2827
  "Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
2828
  "to use percentage for width: 100%)"
@@ -2830,22 +2840,22 @@ msgstr ""
2830
 
2831
  #: core/admin/wpbc-toolbar-tiny.php:846 core/admin/wpbc-toolbar-tiny.php:854
2832
  #: core/admin/wpbc-toolbar-tiny.php:1076 core/admin/wpbc-toolbar-tiny.php:1400
2833
- #: core/lib/wpbc_all_translations.php:483
2834
  msgid "Code Example"
2835
  msgstr ""
2836
 
2837
- #: core/admin/wpbc-toolbar-tiny.php:851 core/lib/wpbc_all_translations.php:484
2838
  msgid ""
2839
  "Specify that during certain seasons (or days of week), the specific minimum number of days must "
2840
  "be booked. "
2841
  msgstr ""
2842
 
2843
- #: core/admin/wpbc-toolbar-tiny.php:853 core/lib/wpbc_all_translations.php:485
2844
  msgid ""
2845
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
2846
  msgstr ""
2847
 
2848
- #: core/admin/wpbc-toolbar-tiny.php:860 core/lib/wpbc_all_translations.php:486
2849
  #, php-format
2850
  msgid ""
2851
  "Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
@@ -2853,18 +2863,18 @@ msgid ""
2853
  msgstr ""
2854
 
2855
  #: core/admin/wpbc-toolbar-tiny.php:883 core/admin/wpbc-toolbar-tiny.php:1098
2856
- #: core/lib/wpbc_all_translations.php:487
2857
  msgid "Aggregate booking dates from other resources"
2858
  msgstr ""
2859
 
2860
  #: core/admin/wpbc-toolbar-tiny.php:884 core/admin/wpbc-toolbar-tiny.php:1099
2861
- #: core/lib/wpbc_all_translations.php:488
2862
  msgid ""
2863
  "Select booking resources, for getting booking dates from them and set such dates as unavailable "
2864
  "in destination calendar."
2865
  msgstr ""
2866
 
2867
- #: core/admin/wpbc-toolbar-tiny.php:1130 core/lib/wpbc_all_translations.php:489
2868
  #: inc/_bl/admin/page-search.php:478 inc/_bl/admin/page-search.php:511
2869
  #: inc/_bm/admin/api-settings-m.php:298 inc/_bm/admin/page-availability.php:252
2870
  #: inc/_bm/admin/page-cost-advanced.php:124 inc/_bm/admin/page-cost-deposit.php:341
@@ -2874,11 +2884,11 @@ msgstr ""
2874
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:479
2875
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:814
2876
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:361 inc/gateways/sage/wpbc-gw-sage.php:875
2877
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1061
2878
  msgid "Note!"
2879
  msgstr ""
2880
 
2881
- #: core/admin/wpbc-toolbar-tiny.php:1131 core/lib/wpbc_all_translations.php:490
2882
  #, php-format
2883
  msgid ""
2884
  "This shortcode %s is using for selection of the booking form of specific booking resources in "
@@ -2886,159 +2896,159 @@ msgid ""
2886
  msgstr ""
2887
 
2888
  #: core/admin/wpbc-toolbar-tiny.php:1144 core/admin/wpbc-toolbars.php:1666
2889
- #: core/lib/wpbc_all_translations.php:491 inc/_ps/admin/br-table-import-gcal-p.php:173
2890
  #: inc/_ps/wpbc-booking-select-widget.php:163
2891
  msgid "All"
2892
  msgstr ""
2893
 
2894
- #: core/admin/wpbc-toolbar-tiny.php:1153 core/lib/wpbc_all_translations.php:492
2895
  #: inc/_ps/wpbc-booking-select-widget.php:175
2896
  msgid ""
2897
  "Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
2898
  "resources."
2899
  msgstr ""
2900
 
2901
- #: core/admin/wpbc-toolbar-tiny.php:1178 core/lib/wpbc_all_translations.php:493
2902
  #: inc/_ps/wpbc-booking-select-widget.php:181
2903
  msgid "Preselected resource"
2904
  msgstr ""
2905
 
2906
- #: core/admin/wpbc-toolbar-tiny.php:1179 core/lib/wpbc_all_translations.php:494
2907
  msgid "Define preselected resource."
2908
  msgstr ""
2909
 
2910
- #: core/admin/wpbc-toolbar-tiny.php:1204 core/lib/wpbc_all_translations.php:495
2911
  #: inc/_bm/admin/api-settings-m.php:485 inc/_ps/p-toolbar.php:1222
2912
  msgid "Default Form"
2913
  msgstr ""
2914
 
2915
  #: core/admin/wpbc-toolbar-tiny.php:1220 core/admin/wpbc-toolbar-tiny.php:1229
2916
- #: core/lib/wpbc_all_translations.php:496
2917
  msgid "Please select the resource:"
2918
  msgstr ""
2919
 
2920
- #: core/admin/wpbc-toolbar-tiny.php:1221 core/lib/wpbc_all_translations.php:497
2921
  msgid "Title near your select box."
2922
  msgstr ""
2923
 
2924
- #: core/admin/wpbc-toolbar-tiny.php:1238 core/lib/wpbc_all_translations.php:498
2925
  #: inc/_ps/wpbc-booking-select-widget.php:247
2926
  msgid "First option title"
2927
  msgstr ""
2928
 
2929
- #: core/admin/wpbc-toolbar-tiny.php:1239 core/lib/wpbc_all_translations.php:499
2930
  #: inc/_ps/personal.php:543 js/wpbc-gutenberg.js:837
2931
  msgid "Please Select"
2932
  msgstr ""
2933
 
2934
- #: core/admin/wpbc-toolbar-tiny.php:1240 core/lib/wpbc_all_translations.php:500
2935
  #: inc/_ps/wpbc-booking-select-widget.php:254
2936
  msgid "First option in dropdown list."
2937
  msgstr ""
2938
 
2939
- #: core/admin/wpbc-toolbar-tiny.php:1240 core/lib/wpbc_all_translations.php:501
2940
  #: inc/_ps/wpbc-booking-select-widget.php:256
2941
  msgid "Please leave it empty if you want to skip it."
2942
  msgstr ""
2943
 
2944
  #: core/admin/wpbc-toolbar-tiny.php:1430 core/admin/wpbc-toolbar-tiny.php:1710
2945
- #: core/lib/wpbc_all_translations.php:502
2946
  msgid "Select shortcode to insert"
2947
  msgstr ""
2948
 
2949
- #: core/admin/wpbc-toolbar-tiny.php:1442 core/lib/wpbc_all_translations.php:503
2950
  msgid "Search form"
2951
  msgstr ""
2952
 
2953
- #: core/admin/wpbc-toolbar-tiny.php:1445 core/lib/wpbc_all_translations.php:504
2954
  #: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:659
2955
  #: inc/_bl/wpbc-search-availability.php:674
2956
  msgid "Search results"
2957
  msgstr ""
2958
 
2959
- #: core/admin/wpbc-toolbar-tiny.php:1464 core/lib/wpbc_all_translations.php:505
2960
  msgid "Check this box to show search results on other page"
2961
  msgstr ""
2962
 
2963
- #: core/admin/wpbc-toolbar-tiny.php:1481 core/lib/wpbc_all_translations.php:506
2964
  msgid "URL of search results:"
2965
  msgstr ""
2966
 
2967
- #: core/admin/wpbc-toolbar-tiny.php:1483 core/lib/wpbc_all_translations.php:507
2968
  msgid "Type the URL of search results page."
2969
  msgstr ""
2970
 
2971
- #: core/admin/wpbc-toolbar-tiny.php:1500 core/lib/wpbc_all_translations.php:508
2972
  msgid "Title of Search results:"
2973
  msgstr ""
2974
 
2975
  #: core/admin/wpbc-toolbar-tiny.php:1501 core/admin/wpbc-toolbar-tiny.php:1510
2976
- #: core/lib/wpbc_all_translations.php:509 inc/_bl/wpdev-booking-search-widget.php:79
2977
  msgid "Result(s) Found"
2978
  msgstr ""
2979
 
2980
- #: core/admin/wpbc-toolbar-tiny.php:1502 core/lib/wpbc_all_translations.php:510
2981
  msgid "Type the title of Search results."
2982
  msgstr ""
2983
 
2984
- #: core/admin/wpbc-toolbar-tiny.php:1502 core/lib/wpbc_all_translations.php:511
2985
  msgid "show number of search results"
2986
  msgstr ""
2987
 
2988
- #: core/admin/wpbc-toolbar-tiny.php:1519 core/lib/wpbc_all_translations.php:512
2989
  msgid "Nothing Found Message:"
2990
  msgstr ""
2991
 
2992
- #: core/admin/wpbc-toolbar-tiny.php:1521 core/lib/wpbc_all_translations.php:513
2993
  msgid "Type the message, when nothing found."
2994
  msgstr ""
2995
 
2996
- #: core/admin/wpbc-toolbar-tiny.php:1541 core/lib/wpbc_all_translations.php:514
2997
  msgid "Search only for users:"
2998
  msgstr ""
2999
 
3000
- #: core/admin/wpbc-toolbar-tiny.php:1543 core/lib/wpbc_all_translations.php:515
3001
  msgid ""
3002
  "Type IDs of the users (separated by comma \",\") for searching availability only for these "
3003
  "users, or leave it blank for searching for all users."
3004
  msgstr ""
3005
 
3006
- #: core/admin/wpbc-toolbar-tiny.php:1563 core/lib/wpbc_all_translations.php:516
3007
  #, php-format
3008
  msgid ""
3009
  "This shortcode %s is using for showing the search results at specific page, if the search form "
3010
  "is submit showing the search results at different page"
3011
  msgstr ""
3012
 
3013
- #: core/admin/wpbc-toolbar-tiny.php:1625 core/lib/wpbc_all_translations.php:517
3014
  msgid "date"
3015
  msgstr ""
3016
 
3017
- #: core/admin/wpbc-toolbar-tiny.php:1685 core/lib/wpbc_all_translations.php:518
3018
  msgid "Define date for booking"
3019
  msgstr ""
3020
 
3021
- #: core/admin/wpbc-toolbar-tiny.php:1723 core/lib/wpbc_all_translations.php:519
3022
  #: inc/_ps/p-toolbar.php:237
3023
  msgid "Edit Booking"
3024
  msgstr ""
3025
 
3026
- #: core/admin/wpbc-toolbar-tiny.php:1726 core/lib/wpbc_all_translations.php:520
3027
  msgid "Show listing of customer bookings"
3028
  msgstr ""
3029
 
3030
- #: core/admin/wpbc-toolbar-tiny.php:1729 core/lib/wpbc_all_translations.php:521
3031
  msgid "Show info about Booking Resource"
3032
  msgstr ""
3033
 
3034
- #: core/admin/wpbc-toolbar-tiny.php:1745 core/lib/wpbc_all_translations.php:522
3035
  #, php-format
3036
  msgid ""
3037
  "This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
3038
  "%s or make %spayment%s after receiving an admin email payment request"
3039
  msgstr ""
3040
 
3041
- #: core/admin/wpbc-toolbar-tiny.php:1746 core/lib/wpbc_all_translations.php:523
3042
  #, php-format
3043
  msgid ""
3044
  "The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
@@ -3046,215 +3056,215 @@ msgid ""
3046
  msgstr ""
3047
 
3048
  #: core/admin/wpbc-toolbar-tiny.php:1747 core/admin/wpbc-toolbar-tiny.php:1763
3049
- #: core/lib/wpbc_all_translations.php:524
3050
  #, php-format
3051
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
3052
  msgstr ""
3053
 
3054
- #: core/admin/wpbc-toolbar-tiny.php:1761 core/lib/wpbc_all_translations.php:525
3055
  #, php-format
3056
  msgid ""
3057
  "This shortcode %s is used on a page, where visitors can %sview listing%s of their own booking(s)"
3058
  msgstr ""
3059
 
3060
- #: core/admin/wpbc-toolbar-tiny.php:1762 core/lib/wpbc_all_translations.php:526
3061
  #, php-format
3062
  msgid ""
3063
  "The content of field %sURL of page for customer bookings listing%s on the %sgeneral booking "
3064
  "settings page%s must link to this page"
3065
  msgstr ""
3066
 
3067
- #: core/admin/wpbc-toolbar-tiny.php:1764 core/lib/wpbc_all_translations.php:527
3068
  #, php-format
3069
  msgid "%s You can use in this shortcode the same parameters as for %s shortcode"
3070
  msgstr ""
3071
 
3072
- #: core/admin/wpbc-toolbar-tiny.php:1764 core/lib/wpbc_all_translations.php:528
3073
  msgid "Trick"
3074
  msgstr ""
3075
 
3076
- #: core/admin/wpbc-toolbar-tiny.php:1805 core/lib/wpbc_all_translations.php:529
3077
  #: inc/_bl/admin/api-settings-l.php:466 inc/_ps/admin/br-table-export-feeds.php:79
3078
  #: inc/_ps/admin/br-table-import-gcal-p.php:63
3079
  msgid "Capacity"
3080
  msgstr ""
3081
 
3082
- #: core/admin/wpbc-toolbar-tiny.php:1811 core/lib/wpbc_all_translations.php:530
3083
  msgid "Select type of info to show."
3084
  msgstr ""
3085
 
3086
  #: core/admin/wpbc-toolbar-tiny.php:2121 core/admin/wpbc-toolbar-tiny.php:2164
3087
  #: core/admin/wpbc-toolbar-tiny.php:2248 core/admin/wpbc-toolbar-tiny.php:2337
3088
- #: core/lib/wpbc_all_translations.php:531
3089
  msgid "No booking resources"
3090
  msgstr ""
3091
 
3092
- #: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:532
3093
  msgid "Filters"
3094
  msgstr ""
3095
 
3096
- #: core/admin/wpbc-toolbars.php:350 core/lib/wpbc_all_translations.php:533
3097
  msgid "Expand Advanced Toolbar"
3098
  msgstr ""
3099
 
3100
- #: core/admin/wpbc-toolbars.php:357 core/lib/wpbc_all_translations.php:534
3101
  msgid "Collapse Advanced Toolbar"
3102
  msgstr ""
3103
 
3104
- #: core/admin/wpbc-toolbars.php:379 core/lib/wpbc_all_translations.php:535
3105
  msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
3106
  msgstr ""
3107
 
3108
- #: core/admin/wpbc-toolbars.php:380 core/lib/wpbc_all_translations.php:536
3109
  msgid "Emails sending"
3110
  msgstr ""
3111
 
3112
- #: core/admin/wpbc-toolbars.php:405 core/lib/wpbc_all_translations.php:537
3113
  msgid "Booking ID"
3114
  msgstr ""
3115
 
3116
  #: core/admin/wpbc-toolbars.php:408 core/admin/wpbc-toolbars.php:2255
3117
- #: core/lib/wpbc_all_translations.php:538
3118
  msgid "Go"
3119
  msgstr ""
3120
 
3121
- #: core/admin/wpbc-toolbars.php:442 core/lib/wpbc_all_translations.php:539
3122
  msgid "Technical Support"
3123
  msgstr ""
3124
 
3125
- #: core/admin/wpbc-toolbars.php:444 core/lib/wpbc_all_translations.php:540
3126
  msgid "About Booking Calendar"
3127
  msgstr ""
3128
 
3129
  #: core/admin/wpbc-toolbars.php:511 core/admin/wpbc-toolbars.php:691
3130
  #: core/admin/wpbc-toolbars.php:896 core/admin/wpbc-toolbars.php:1516
3131
- #: core/lib/wpbc_all_translations.php:541 inc/_bs/lib_s.php:85
3132
  msgid "Apply"
3133
  msgstr ""
3134
 
3135
- #: core/admin/wpbc-toolbars.php:512 core/lib/wpbc_all_translations.php:542
3136
  msgid "Refresh booking listing"
3137
  msgstr ""
3138
 
3139
- #: core/admin/wpbc-toolbars.php:526 core/lib/wpbc_all_translations.php:543
3140
  msgid "Reset filter to default values"
3141
  msgstr ""
3142
 
3143
  #: core/admin/wpbc-toolbars.php:552 core/admin/wpbc-toolbars.php:767
3144
- #: core/lib/wpbc_all_translations.php:544
3145
  msgid "Any"
3146
  msgstr ""
3147
 
3148
  #: core/admin/wpbc-toolbars.php:573 core/admin/wpbc-toolbars.php:807
3149
- #: core/lib/wpbc_all_translations.php:545
3150
  msgid "week"
3151
  msgstr ""
3152
 
3153
  #: core/admin/wpbc-toolbars.php:574 core/admin/wpbc-toolbars.php:808
3154
- #: core/lib/wpbc_all_translations.php:546
3155
  msgid "weeks"
3156
  msgstr ""
3157
 
3158
  #: core/admin/wpbc-toolbars.php:575 core/admin/wpbc-toolbars.php:809
3159
- #: core/lib/wpbc_all_translations.php:547
3160
  msgid "month"
3161
  msgstr ""
3162
 
3163
  #: core/admin/wpbc-toolbars.php:576 core/admin/wpbc-toolbars.php:577
3164
  #: core/admin/wpbc-toolbars.php:578 core/admin/wpbc-toolbars.php:810
3165
  #: core/admin/wpbc-toolbars.php:811 core/admin/wpbc-toolbars.php:812
3166
- #: core/lib/wpbc_all_translations.php:548
3167
  msgid "months"
3168
  msgstr ""
3169
 
3170
  #: core/admin/wpbc-toolbars.php:586 core/admin/wpbc-toolbars.php:821
3171
- #: core/lib/wpbc_all_translations.php:549
3172
  msgid "Filter bookings by booking dates"
3173
  msgstr ""
3174
 
3175
- #: core/admin/wpbc-toolbars.php:590 core/lib/wpbc_all_translations.php:550
3176
  msgid "Current dates"
3177
  msgstr ""
3178
 
3179
  #: core/admin/wpbc-toolbars.php:591 core/admin/wpbc-toolbars.php:825
3180
- #: core/lib/wpbc_all_translations.php:551
3181
  msgid "Today"
3182
  msgstr ""
3183
 
3184
- #: core/admin/wpbc-toolbars.php:592 core/lib/wpbc_all_translations.php:552
3185
  msgid "Previous dates"
3186
  msgstr ""
3187
 
3188
  #: core/admin/wpbc-toolbars.php:593 core/admin/wpbc-toolbars.php:826
3189
- #: core/lib/wpbc_all_translations.php:553
3190
  msgid "All dates"
3191
  msgstr ""
3192
 
3193
- #: core/admin/wpbc-toolbars.php:595 core/lib/wpbc_all_translations.php:554
3194
  msgid "Today check in/out"
3195
  msgstr ""
3196
 
3197
- #: core/admin/wpbc-toolbars.php:596 core/lib/wpbc_all_translations.php:555
3198
  msgid "Check In - Tomorrow"
3199
  msgstr ""
3200
 
3201
- #: core/admin/wpbc-toolbars.php:597 core/lib/wpbc_all_translations.php:556
3202
  msgid "Check Out - Tomorrow"
3203
  msgstr ""
3204
 
3205
- #: core/admin/wpbc-toolbars.php:602 core/lib/wpbc_all_translations.php:557
3206
  #: core/wpbc-functions.php:2530
3207
  msgid "Next"
3208
  msgstr ""
3209
 
3210
  #: core/admin/wpbc-toolbars.php:626 core/admin/wpbc-toolbars.php:831
3211
- #: core/lib/wpbc_all_translations.php:558
3212
  msgid "Prior"
3213
  msgstr ""
3214
 
3215
  #: core/admin/wpbc-toolbars.php:666 core/admin/wpbc-toolbars.php:871
3216
- #: core/lib/wpbc_all_translations.php:559
3217
  msgid "Check-in"
3218
  msgstr ""
3219
 
3220
  #: core/admin/wpbc-toolbars.php:678 core/admin/wpbc-toolbars.php:883
3221
- #: core/lib/wpbc_all_translations.php:560
3222
  msgid "Check-out"
3223
  msgstr ""
3224
 
3225
- #: core/admin/wpbc-toolbars.php:750 core/lib/wpbc_all_translations.php:561
3226
  msgid "Order by"
3227
  msgstr ""
3228
 
3229
- #: core/admin/wpbc-toolbars.php:764 core/lib/wpbc_all_translations.php:562
3230
  msgid "Exist"
3231
  msgstr ""
3232
 
3233
- #: core/admin/wpbc-toolbars.php:786 core/lib/wpbc_all_translations.php:563
3234
  msgid "New bookings"
3235
  msgstr ""
3236
 
3237
- #: core/admin/wpbc-toolbars.php:823 core/lib/wpbc_all_translations.php:564
3238
  msgid "Creation"
3239
  msgstr ""
3240
 
3241
- #: core/admin/wpbc-toolbars.php:950 core/lib/wpbc_all_translations.php:565
3242
  msgid "Approve selected bookings"
3243
  msgstr ""
3244
 
3245
- #: core/admin/wpbc-toolbars.php:965 core/lib/wpbc_all_translations.php:566
3246
  msgid "Set selected bookings as pending"
3247
  msgstr ""
3248
 
3249
- #: core/admin/wpbc-toolbars.php:995 core/lib/wpbc_all_translations.php:567
3250
  msgid "Reject booking - move selected bookings to trash"
3251
  msgstr ""
3252
 
3253
- #: core/admin/wpbc-toolbars.php:1012 core/lib/wpbc_all_translations.php:568
3254
  msgid "Restore selected bookings"
3255
  msgstr ""
3256
 
3257
- #: core/admin/wpbc-toolbars.php:1028 core/lib/wpbc_all_translations.php:569
3258
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2670 inc/_bl/admin/page-coupons.php:216
3259
  #: inc/_bl/admin/page-coupons.php:222 inc/_bm/admin/page-availability.php:240
3260
  #: inc/_bm/admin/page-availability.php:246 inc/_bm/admin/page-cost-valuation.php:567
@@ -3264,178 +3274,178 @@ msgstr ""
3264
  msgid "Delete"
3265
  msgstr ""
3266
 
3267
- #: core/admin/wpbc-toolbars.php:1029 core/lib/wpbc_all_translations.php:570
3268
  msgid "Delete selected bookings"
3269
  msgstr ""
3270
 
3271
- #: core/admin/wpbc-toolbars.php:1031 core/lib/wpbc_all_translations.php:571
3272
  #: core/sync/wpbc-gcal-class.php:706
3273
  msgid "Do you really want to delete selected booking(s) ?"
3274
  msgstr ""
3275
 
3276
- #: core/admin/wpbc-toolbars.php:1047 core/lib/wpbc_all_translations.php:572
3277
  msgid "Reason of cancellation"
3278
  msgstr ""
3279
 
3280
- #: core/admin/wpbc-toolbars.php:1075 core/admin/wpbc-toolbars.php:1076 core/lib/wpbc-ajax.php:350
3281
- #: core/lib/wpbc_all_translations.php:573
3282
  msgid "Empty Trash"
3283
  msgstr ""
3284
 
3285
- #: core/admin/wpbc-toolbars.php:1106 core/lib/wpbc_all_translations.php:574
3286
  msgid "Read All"
3287
  msgstr ""
3288
 
3289
- #: core/admin/wpbc-toolbars.php:1107 core/lib/wpbc_all_translations.php:575
3290
  msgid "Mark as read all bookings"
3291
  msgstr ""
3292
 
3293
- #: core/admin/wpbc-toolbars.php:1120 core/lib/wpbc_all_translations.php:576
3294
  msgid "Read"
3295
  msgstr ""
3296
 
3297
- #: core/admin/wpbc-toolbars.php:1121 core/lib/wpbc_all_translations.php:577
3298
  msgid "Mark as read selected bookings"
3299
  msgstr ""
3300
 
3301
- #: core/admin/wpbc-toolbars.php:1135 core/lib/wpbc_all_translations.php:578
3302
  msgid "Unread"
3303
  msgstr ""
3304
 
3305
- #: core/admin/wpbc-toolbars.php:1136 core/lib/wpbc_all_translations.php:579
3306
  msgid "Mark as Unread selected bookings"
3307
  msgstr ""
3308
 
3309
  #: core/admin/wpbc-toolbars.php:1185 core/admin/wpbc-toolbars.php:1245
3310
- #: core/lib/wpbc_all_translations.php:580
3311
  msgid "Show day"
3312
  msgstr ""
3313
 
3314
  #: core/admin/wpbc-toolbars.php:1202 core/admin/wpbc-toolbars.php:1259
3315
- #: core/lib/wpbc_all_translations.php:581
3316
  msgid "Show week"
3317
  msgstr ""
3318
 
3319
  #: core/admin/wpbc-toolbars.php:1219 core/admin/wpbc-toolbars.php:1273
3320
- #: core/lib/wpbc_all_translations.php:582
3321
  msgid "Show month"
3322
  msgstr ""
3323
 
3324
- #: core/admin/wpbc-toolbars.php:1287 core/lib/wpbc_all_translations.php:583
3325
  msgid "Show 2 months"
3326
  msgstr ""
3327
 
3328
  #: core/admin/wpbc-toolbars.php:1344 core/admin/wpbc-toolbars.php:1358
3329
- #: core/admin/wpbc-toolbars.php:1405 core/lib/wpbc_all_translations.php:584
3330
  msgid "Previous 4 weeks"
3331
  msgstr ""
3332
 
3333
  #: core/admin/wpbc-toolbars.php:1345 core/admin/wpbc-toolbars.php:1359
3334
- #: core/admin/wpbc-toolbars.php:1406 core/lib/wpbc_all_translations.php:585
3335
  msgid "Previous week"
3336
  msgstr ""
3337
 
3338
  #: core/admin/wpbc-toolbars.php:1346 core/admin/wpbc-toolbars.php:1360
3339
- #: core/admin/wpbc-toolbars.php:1407 core/lib/wpbc_all_translations.php:586
3340
  msgid "Current week"
3341
  msgstr ""
3342
 
3343
  #: core/admin/wpbc-toolbars.php:1347 core/admin/wpbc-toolbars.php:1361
3344
- #: core/admin/wpbc-toolbars.php:1408 core/lib/wpbc_all_translations.php:587
3345
  msgid "Next week"
3346
  msgstr ""
3347
 
3348
  #: core/admin/wpbc-toolbars.php:1348 core/admin/wpbc-toolbars.php:1362
3349
- #: core/admin/wpbc-toolbars.php:1409 core/lib/wpbc_all_translations.php:588
3350
  msgid "Next 4 weeks"
3351
  msgstr ""
3352
 
3353
  #: core/admin/wpbc-toolbars.php:1372 core/admin/wpbc-toolbars.php:1422
3354
- #: core/admin/wpbc-toolbars.php:1437 core/lib/wpbc_all_translations.php:589
3355
  msgid "Previous 3 months"
3356
  msgstr ""
3357
 
3358
  #: core/admin/wpbc-toolbars.php:1373 core/admin/wpbc-toolbars.php:1423
3359
- #: core/admin/wpbc-toolbars.php:1438 core/lib/wpbc_all_translations.php:590
3360
  msgid "Previous month"
3361
  msgstr ""
3362
 
3363
  #: core/admin/wpbc-toolbars.php:1374 core/admin/wpbc-toolbars.php:1424
3364
- #: core/admin/wpbc-toolbars.php:1439 core/lib/wpbc_all_translations.php:591
3365
  msgid "Current month"
3366
  msgstr ""
3367
 
3368
  #: core/admin/wpbc-toolbars.php:1375 core/admin/wpbc-toolbars.php:1425
3369
- #: core/admin/wpbc-toolbars.php:1440 core/lib/wpbc_all_translations.php:592
3370
  msgid "Next month"
3371
  msgstr ""
3372
 
3373
  #: core/admin/wpbc-toolbars.php:1376 core/admin/wpbc-toolbars.php:1426
3374
- #: core/admin/wpbc-toolbars.php:1441 core/lib/wpbc_all_translations.php:593
3375
  msgid "Next 3 months"
3376
  msgstr ""
3377
 
3378
- #: core/admin/wpbc-toolbars.php:1390 core/lib/wpbc_all_translations.php:594
3379
  msgid "Previous 7 days"
3380
  msgstr ""
3381
 
3382
- #: core/admin/wpbc-toolbars.php:1391 core/lib/wpbc_all_translations.php:595
3383
  msgid "Previous day"
3384
  msgstr ""
3385
 
3386
- #: core/admin/wpbc-toolbars.php:1392 core/lib/wpbc_all_translations.php:596
3387
  msgid "Current day"
3388
  msgstr ""
3389
 
3390
- #: core/admin/wpbc-toolbars.php:1393 core/lib/wpbc_all_translations.php:597
3391
  msgid "Next day"
3392
  msgstr ""
3393
 
3394
- #: core/admin/wpbc-toolbars.php:1394 core/lib/wpbc_all_translations.php:598
3395
  msgid "Next 7 days"
3396
  msgstr ""
3397
 
3398
- #: core/admin/wpbc-toolbars.php:1665 core/lib/wpbc_all_translations.php:599
3399
  msgid "Number of months in one row"
3400
  msgstr ""
3401
 
3402
- #: core/admin/wpbc-toolbars.php:1710 core/lib/wpbc_all_translations.php:600
3403
  msgid "Calendar width"
3404
  msgstr ""
3405
 
3406
- #: core/admin/wpbc-toolbars.php:1758 core/lib/wpbc_all_translations.php:601
3407
  msgid "Calendar cell height"
3408
  msgstr ""
3409
 
3410
  #: core/admin/wpbc-toolbars.php:1867 core/admin/wpbc-toolbars.php:1868
3411
- #: core/lib/wpbc_all_translations.php:602
3412
  msgid "Send email notification to customer about this operation"
3413
  msgstr ""
3414
 
3415
  #: core/admin/wpbc-toolbars.php:1911 core/admin/wpbc-toolbars.php:1912
3416
- #: core/lib/wpbc_all_translations.php:603
3417
  msgid "Add to Google Calendar"
3418
  msgstr ""
3419
 
3420
- #: core/admin/wpbc-toolbars.php:2115 core/lib/wpbc_all_translations.php:604
3421
  #: inc/gateways/page-gateways.php:1419 inc/gateways/page-gateways.php:1437
3422
  msgid "Total"
3423
  msgstr ""
3424
 
3425
- #: core/admin/wpbc-toolbars.php:2251 core/lib/wpbc_all_translations.php:605
3426
  msgid "ID or Title"
3427
  msgstr ""
3428
 
3429
- #: core/any/api-emails.php:508 core/lib/wpbc_all_translations.php:606
3430
  msgid "Email copy to"
3431
  msgstr ""
3432
 
3433
  #: core/class/wpbc-class-dismiss.php:26 core/class/wpbc-class-dismiss.php:30
3434
- #: core/lib/wpbc_all_translations.php:607 core/wpbc-functions.php:2795 core/wpbc-functions.php:2818
3435
  msgid "Dismiss"
3436
  msgstr ""
3437
 
3438
- #: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:608
3439
  #, php-format
3440
  msgid ""
3441
  "Probably you updated your paid version of Booking Calendar by free version or update process "
@@ -3443,283 +3453,283 @@ msgid ""
3443
  msgstr ""
3444
 
3445
  #: core/class/wpbc-class-welcome.php:1950 core/class/wpbc-class-welcome.php:2436
3446
- #: core/lib/wpbc_all_translations.php:609 inc/_ps/admin/page-settings-up.php:144
3447
  msgid "Purchase"
3448
  msgstr ""
3449
 
3450
  #: core/class/wpbc-class-welcome.php:1950 core/class/wpbc-class-welcome.php:2436
3451
- #: core/lib/wpbc_all_translations.php:610 inc/_ps/admin/page-settings-up.php:144
3452
  msgid "Upgrade Now"
3453
  msgstr ""
3454
 
3455
  #: core/lib/wpbc-ajax.php:33 core/lib/wpbc-ajax.php:37 core/lib/wpbc-ajax.php:67
3456
- #: core/lib/wpbc-ajax.php:82 core/lib/wpbc_all_translations.php:611
3457
- #: inc/gateways/ideal/wpbc-gw-ideal.php:1113
3458
  #, php-format
3459
  msgid ""
3460
  "%sError!%s Request do not pass security check! Please refresh the page and try one more time."
3461
  msgstr ""
3462
 
3463
- #: core/lib/wpbc-ajax.php:138 core/lib/wpbc_all_translations.php:612
3464
  msgid "Set as Unread"
3465
  msgstr ""
3466
 
3467
- #: core/lib/wpbc-ajax.php:140 core/lib/wpbc_all_translations.php:613
3468
  msgid "Set as Read"
3469
  msgstr ""
3470
 
3471
- #: core/lib/wpbc-ajax.php:189 core/lib/wpbc_all_translations.php:614
3472
  msgid "Approved by:"
3473
  msgstr ""
3474
 
3475
- #: core/lib/wpbc-ajax.php:189 core/lib/wpbc_all_translations.php:615
3476
  msgid "Declined by:"
3477
  msgstr ""
3478
 
3479
- #: core/lib/wpbc-ajax.php:217 core/lib/wpbc_all_translations.php:616
3480
  msgid "Set as Approved"
3481
  msgstr ""
3482
 
3483
- #: core/lib/wpbc-ajax.php:219 core/lib/wpbc_all_translations.php:617
3484
  msgid "Set as Pending"
3485
  msgstr ""
3486
 
3487
- #: core/lib/wpbc-ajax.php:240 core/lib/wpbc-ajax.php:396 core/lib/wpbc_all_translations.php:618
3488
  msgid "Reason for cancellation here"
3489
  msgstr ""
3490
 
3491
- #: core/lib/wpbc-ajax.php:241 core/lib/wpbc-ajax.php:397 core/lib/wpbc_all_translations.php:619
3492
  msgid "Reason of cancellation here"
3493
  msgstr ""
3494
 
3495
- #: core/lib/wpbc-ajax.php:295 core/lib/wpbc_all_translations.php:620
3496
  msgid "Moved to trash"
3497
  msgstr ""
3498
 
3499
- #: core/lib/wpbc-ajax.php:303 core/lib/wpbc_all_translations.php:621
3500
  msgid "Restored"
3501
  msgstr ""
3502
 
3503
- #: core/lib/wpbc-ajax.php:376 core/lib/wpbc_all_translations.php:622
3504
  #, php-format
3505
  msgid "Deleted %d bookings from trash"
3506
  msgstr ""
3507
 
3508
- #: core/lib/wpbc-ajax.php:549 core/lib/wpbc_all_translations.php:623 inc/_ps/personal.php:160
3509
  msgid "Saved"
3510
  msgstr ""
3511
 
3512
- #: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:624
3513
  msgid "The code you entered is incorrect"
3514
  msgstr ""
3515
 
3516
- #: core/lib/wpbc-booking-new.php:139 core/lib/wpbc_all_translations.php:625
3517
  msgid "Updating..."
3518
  msgstr ""
3519
 
3520
- #: core/lib/wpbc-booking-new.php:171 core/lib/wpbc_all_translations.php:626
3521
- #: inc/_ps/personal.php:2386 inc/_ps/personal.php:2577
3522
  msgid "Updated successfully"
3523
  msgstr ""
3524
 
3525
- #: core/lib/wpbc-booking-new.php:877 core/lib/wpbc_all_translations.php:627
3526
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:878
3527
  msgid "Error!"
3528
  msgstr ""
3529
 
3530
- #: core/lib/wpbc-booking-new.php:878 core/lib/wpbc_all_translations.php:628
3531
  msgid ""
3532
  "Probably these date(s) just was booking by other visitor. Please reload this page and make "
3533
  "booking again."
3534
  msgstr ""
3535
 
3536
- #: core/lib/wpbc_all_translations.php:629
3537
  msgid "Timeline type"
3538
  msgstr ""
3539
 
3540
- #: core/lib/wpbc_all_translations.php:630
3541
  msgid "Select type of timeline to load"
3542
  msgstr ""
3543
 
3544
- #: core/lib/wpbc_all_translations.php:631
3545
  msgid "Flex Timeline"
3546
  msgstr ""
3547
 
3548
- #: core/lib/wpbc_all_translations.php:632
3549
  msgid "Old Timeline"
3550
  msgstr ""
3551
 
3552
- #: core/lib/wpbc_all_translations.php:633
3553
  msgid "Trash"
3554
  msgstr ""
3555
 
3556
- #: core/lib/wpbc_all_translations.php:634
3557
  msgid "Move to trash"
3558
  msgstr ""
3559
 
3560
- #: core/lib/wpbc_all_translations.php:635 core/timeline/v2/wpbc-class-timeline_v2.php:89
3561
  #: core/timeline/v2/wpbc-class-timeline_v2.php:98 core/timeline/v2/wpbc-class-timeline_v2.php:107
3562
  msgid "Mon"
3563
  msgstr ""
3564
 
3565
- #: core/lib/wpbc_all_translations.php:636 core/timeline/v2/wpbc-class-timeline_v2.php:90
3566
  #: core/timeline/v2/wpbc-class-timeline_v2.php:99 core/timeline/v2/wpbc-class-timeline_v2.php:108
3567
  msgid "Tue"
3568
  msgstr ""
3569
 
3570
- #: core/lib/wpbc_all_translations.php:637 core/timeline/v2/wpbc-class-timeline_v2.php:91
3571
  #: core/timeline/v2/wpbc-class-timeline_v2.php:100 core/timeline/v2/wpbc-class-timeline_v2.php:109
3572
  msgid "Wed"
3573
  msgstr ""
3574
 
3575
- #: core/lib/wpbc_all_translations.php:638 core/timeline/v2/wpbc-class-timeline_v2.php:92
3576
  #: core/timeline/v2/wpbc-class-timeline_v2.php:101 core/timeline/v2/wpbc-class-timeline_v2.php:110
3577
  msgid "Thu"
3578
  msgstr ""
3579
 
3580
- #: core/lib/wpbc_all_translations.php:639 core/timeline/v2/wpbc-class-timeline_v2.php:93
3581
  #: core/timeline/v2/wpbc-class-timeline_v2.php:102 core/timeline/v2/wpbc-class-timeline_v2.php:111
3582
  msgid "Fri"
3583
  msgstr ""
3584
 
3585
- #: core/lib/wpbc_all_translations.php:640 core/timeline/v2/wpbc-class-timeline_v2.php:94
3586
  #: core/timeline/v2/wpbc-class-timeline_v2.php:103 core/timeline/v2/wpbc-class-timeline_v2.php:112
3587
  msgid "Sat"
3588
  msgstr ""
3589
 
3590
- #: core/lib/wpbc_all_translations.php:641 core/timeline/v2/wpbc-class-timeline_v2.php:95
3591
  #: core/timeline/v2/wpbc-class-timeline_v2.php:104 core/timeline/v2/wpbc-class-timeline_v2.php:113
3592
  msgid "Sun"
3593
  msgstr ""
3594
 
3595
- #: core/lib/wpbc_all_translations.php:642 core/timeline/v2/wpbc-class-timeline_v2.php:1428
3596
  #: core/timeline/v2/wpbc-class-timeline_v2.php:1441 inc/_ps/wpbc-form-templates.php:155
3597
  msgid "Times"
3598
  msgstr ""
3599
 
3600
- #: core/lib/wpbc_all_translations.php:643
3601
  msgid "Decline"
3602
  msgstr ""
3603
 
3604
- #: core/lib/wpbc_all_translations.php:644 core/timeline/v2/wpbc-class-timeline_v2.php:2702
3605
  msgid "Pay"
3606
  msgstr ""
3607
 
3608
- #: core/lib/wpbc_all_translations.php:645 core/timeline/v2/wpbc-class-timeline_v2.php:2761
3609
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2763 core/wpbc-functions.php:1999
3610
  #: inc/_bs/lib_s.php:43 inc/_bs/lib_s.php:273 inc/_bs/lib_s.php:275
3611
  #: inc/_ps/admin/page-settings-form.php:375 inc/_ps/admin/page-settings-form.php:386
3612
  msgid "Payment"
3613
  msgstr ""
3614
 
3615
- #: core/lib/wpbc_all_translations.php:646
3616
  msgid "In Trash"
3617
  msgstr ""
3618
 
3619
- #: core/lib/wpbc_all_translations.php:647
3620
  msgid "Move selected bookings to trash"
3621
  msgstr ""
3622
 
3623
- #: core/lib/wpbc_all_translations.php:648
3624
  msgid ""
3625
  "Check the box, if you want to use syntax highlighter during customization booking form at "
3626
  "Settings - Form page."
3627
  msgstr ""
3628
 
3629
- #: core/lib/wpbc_all_translations.php:649
3630
  msgid "Show 3 months"
3631
  msgstr ""
3632
 
3633
- #: core/lib/wpbc_all_translations.php:650
3634
  msgid "Show year"
3635
  msgstr ""
3636
 
3637
- #: core/lib/wpbc_all_translations.php:651
3638
  msgid "Number of months"
3639
  msgstr ""
3640
 
3641
- #: core/lib/wpbc_all_translations.php:652 inc/_bs/lib_s.php:47 inc/_bs/lib_s.php:293
3642
  msgid "Paid OK"
3643
  msgstr ""
3644
 
3645
- #: core/lib/wpbc_all_translations.php:653
3646
  msgid "Email is sent to Visitor after Canceling of booking (moved to trash)."
3647
  msgstr ""
3648
 
3649
- #: core/lib/wpbc_all_translations.php:654
3650
  #, php-format
3651
  msgid ""
3652
  "Probabaly you updated your paid version of Booking Calendar by free version or update process "
3653
  "failed. You can request the new update of your paid version at %1sthis page%2s."
3654
  msgstr ""
3655
 
3656
- #: core/lib/wpbc_all_translations.php:655
3657
  msgid "Copy to admin"
3658
  msgstr ""
3659
 
3660
- #: core/lib/wpbc_all_translations.php:656
3661
  msgid "Enable / disable sending copy of this email notification to admin"
3662
  msgstr ""
3663
 
3664
- #: core/lib/wpbc_all_translations.php:657
3665
  msgid "Customization of email template, which is sending to Visitor after approval of booking"
3666
  msgstr ""
3667
 
3668
- #: core/lib/wpbc_all_translations.php:658
3669
  msgid "Email is sending to Visitor after Approval of booking."
3670
  msgstr ""
3671
 
3672
- #: core/lib/wpbc_all_translations.php:659
3673
  msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
3674
  msgstr ""
3675
 
3676
- #: core/lib/wpbc_all_translations.php:660
3677
  msgid "Email is sending to Visitor after Deleting of booking."
3678
  msgstr ""
3679
 
3680
- #: core/lib/wpbc_all_translations.php:661
3681
  msgid ""
3682
  "Customization of email template, which is sending to Visitor, when booking status is set to "
3683
  "Pending"
3684
  msgstr ""
3685
 
3686
- #: core/lib/wpbc_all_translations.php:662
3687
  msgid "Email is sending to Visitor after booking set as Pending."
3688
  msgstr ""
3689
 
3690
- #: core/lib/wpbc_all_translations.php:663
3691
  msgid "Email is sending to Visitor after Canceling of booking (moved to trash)."
3692
  msgstr ""
3693
 
3694
- #: core/lib/wpbc_all_translations.php:664
3695
  msgid "Confgure ULR feed(s) at this settings page."
3696
  msgstr ""
3697
 
3698
- #: core/lib/wpbc_all_translations.php:665
3699
  msgid "Reject"
3700
  msgstr ""
3701
 
3702
- #: core/lib/wpbc_all_translations.php:666
3703
  msgid "Visit these (previosly configured URL feeds) pages for downloading .ics files."
3704
  msgstr ""
3705
 
3706
- #: core/lib/wpbc_all_translations.php:667
3707
  msgid "Google Calendar"
3708
  msgstr ""
3709
 
3710
- #: core/lib/wpbc_all_translations.php:668
3711
  msgid "Events Import"
3712
  msgstr ""
3713
 
3714
- #: core/lib/wpbc_all_translations.php:669
3715
  msgid "Import Settings"
3716
  msgstr ""
3717
 
3718
- #: core/lib/wpbc_all_translations.php:670
3719
  msgid "Customization of synchronization with Google Calendar"
3720
  msgstr ""
3721
 
3722
- #: core/lib/wpbc_all_translations.php:671 core/wpbc-debug.php:123 core/wpbc-emails.php:449
3723
  #: core/wpbc.php:342 core/wpbc.php:383 inc/_bl/admin/page-coupons.php:1003
3724
  #: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
3725
  #: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
@@ -3727,78 +3737,78 @@ msgstr ""
3727
  #: inc/_bm/admin/page-seasons.php:826 inc/_bm/admin/page-seasons.php:828 inc/_bs/lib_s.php:346
3728
  #: inc/_ps/hash/wpbc-hash-functions.php:67 inc/_ps/hash/wpbc-hash-functions.php:106
3729
  #: inc/_ps/hash/wpbc-hash-functions.php:134 inc/_ps/hash/wpbc-hash-functions.php:162
3730
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:311
3731
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1079
3732
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1093
3733
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1104
3734
  msgid "Error"
3735
  msgstr ""
3736
 
3737
- #: core/lib/wpbc_all_translations.php:672
3738
  msgid "does not exist"
3739
  msgstr ""
3740
 
3741
- #: core/lib/wpbc_all_translations.php:673 core/lib/wpdev-booking-class.php:501
3742
  msgid "Calendar is loading..."
3743
  msgstr ""
3744
 
3745
- #: core/lib/wpbc_all_translations.php:674 core/lib/wpdev-booking-class.php:685
3746
- #: core/lib/wpdev-booking-class.php:746 inc/_ps/personal.php:898 inc/_ps/personal.php:909
3747
  msgid "Wrong booking hash in URL (probably expired)"
3748
  msgstr ""
3749
 
3750
- #: core/lib/wpbc_all_translations.php:675
3751
  msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
3752
  msgstr ""
3753
 
3754
- #: core/lib/wpbc_all_translations.php:676 core/lib/wpdev-booking-class.php:866
3755
  #, php-format
3756
  msgid ""
3757
  "%sWarning! Booking calendar for this booking resource are already at the page, please check more "
3758
  "about this issue at %sthis page%s"
3759
  msgstr ""
3760
 
3761
- #: core/lib/wpbc_all_translations.php:677 core/lib/wpdev-booking-class.php:1110
3762
  #: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
3763
  msgid "You need to use special shortcode [bookingedit] for booking editing."
3764
  msgstr ""
3765
 
3766
- #: core/lib/wpbc_all_translations.php:678 core/lib/wpdev-booking-class.php:1058
3767
- #: core/lib/wpdev-booking-class.php:1255 core/lib/wpdev-booking-class.php:1257
3768
  #: inc/_ps/hash/wpbc-hash-functions.php:106 inc/_ps/hash/wpbc-hash-functions.php:134
3769
- #: inc/_ps/hash/wpbc-hash-functions.php:162 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1561
3770
  msgid "Wrong booking hash in URL. Probably hash is expired."
3771
  msgstr ""
3772
 
3773
- #: core/lib/wpbc_all_translations.php:679 core/lib/wpdev-booking-class.php:1062
3774
- #: core/lib/wpdev-booking-class.php:1261 js/wpbc-gutenberg.js:1182 js/wpbc-gutenberg.js:1268
3775
  msgid "You do not set any parameters for booking editing"
3776
  msgstr ""
3777
 
3778
- #: core/lib/wpbc_all_translations.php:680 core/lib/wpdev-booking-class.php:1064
3779
- #: core/lib/wpdev-booking-class.php:1263
3780
  #, php-format
3781
  msgid "Please check more about configuration at %sthis page%s"
3782
  msgstr ""
3783
 
3784
- #: core/lib/wpbc_all_translations.php:681 core/lib/wpdev-booking-widget.php:108
3785
  msgid "Booking form with calendar"
3786
  msgstr ""
3787
 
3788
- #: core/lib/wpbc_all_translations.php:682 core/lib/wpdev-booking-widget.php:109
3789
  msgid "Only availability calendar"
3790
  msgstr ""
3791
 
3792
- #: core/lib/wpbc_all_translations.php:683 core/lib/wpdev-booking-widget.php:150
3793
  msgid "Footer"
3794
  msgstr ""
3795
 
3796
- #: core/lib/wpbc_all_translations.php:684 core/lib/wpdev-booking-widget.php:155
3797
  #, php-format
3798
  msgid "Example: %sMake booking here%s"
3799
  msgstr ""
3800
 
3801
- #: core/lib/wpbc_all_translations.php:685 core/lib/wpdev-booking-widget.php:159
3802
  #: inc/_ps/wpbc-booking-select-widget.php:263
3803
  #, php-format
3804
  msgid ""
@@ -3806,103 +3816,103 @@ msgid ""
3806
  "at the same page, then the last will not be visible."
3807
  msgstr ""
3808
 
3809
- #: core/lib/wpbc_all_translations.php:686 core/lib/wpdev-booking-widget.php:163
3810
  #, php-format
3811
  msgid "%sSeveral widgets are supported at %spaid versions%s."
3812
  msgstr ""
3813
 
3814
- #: core/lib/wpbc_all_translations.php:687 core/sync/wpbc-gcal-class.php:300
3815
  msgid "Importing Feed"
3816
  msgstr ""
3817
 
3818
- #: core/lib/wpbc_all_translations.php:688 core/sync/wpbc-gcal-class.php:316
3819
  msgid "Data Parsing"
3820
  msgstr ""
3821
 
3822
- #: core/lib/wpbc_all_translations.php:689 core/sync/wpbc-gcal-class.php:458
3823
  msgid ""
3824
  "Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
3825
  "correct."
3826
  msgstr ""
3827
 
3828
- #: core/lib/wpbc_all_translations.php:690 core/sync/wpbc-gcal-class.php:465
3829
  msgid "The feed could not be found (404). Please ensure your feed URL is correct."
3830
  msgstr ""
3831
 
3832
- #: core/lib/wpbc_all_translations.php:691 core/sync/wpbc-gcal-class.php:468
3833
  msgid ""
3834
  "Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
3835
  "calendar."
3836
  msgstr ""
3837
 
3838
- #: core/lib/wpbc_all_translations.php:692 core/sync/wpbc-gcal-class.php:471
3839
  #, php-format
3840
  msgid ""
3841
  "The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
3842
  msgstr ""
3843
 
3844
- #: core/lib/wpbc_all_translations.php:693 core/sync/wpbc-gcal-class.php:644
3845
  #: core/sync/wpbc-gcal-class.php:694
3846
  msgid "GID"
3847
  msgstr ""
3848
 
3849
- #: core/lib/wpbc_all_translations.php:694 core/sync/wpbc-gcal-class.php:658
3850
  msgid "Selection"
3851
  msgstr ""
3852
 
3853
- #: core/lib/wpbc_all_translations.php:695 core/sync/wpbc-gcal-class.php:672
3854
  msgid "Location:"
3855
  msgstr ""
3856
 
3857
- #: core/lib/wpbc_all_translations.php:696 core/sync/wpbc-gcal-class.php:702
3858
  msgid "Reload page"
3859
  msgstr ""
3860
 
3861
- #: core/lib/wpbc_all_translations.php:697 core/sync/wpbc-gcal-class.php:715
3862
  msgid "Delete selected booking(s)"
3863
  msgstr ""
3864
 
3865
- #: core/lib/wpbc_all_translations.php:698 core/sync/wpbc-gcal.php:279
3866
  msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
3867
  msgstr ""
3868
 
3869
- #: core/lib/wpbc_all_translations.php:699 core/sync/wpbc-gcal.php:399
3870
  msgid "Retrieve Google Calendar Events "
3871
  msgstr ""
3872
 
3873
- #: core/lib/wpbc_all_translations.php:700 core/sync/wpbc-gcal.php:405
3874
  msgid "Please configure settings for import Google Calendar events"
3875
  msgstr ""
3876
 
3877
- #: core/lib/wpbc_all_translations.php:701 core/sync/wpbc-gcal.php:433
3878
  msgid "Configure"
3879
  msgstr ""
3880
 
3881
- #: core/lib/wpbc_all_translations.php:702 core/wpbc-activation.php:565
3882
  #, php-format
3883
  msgid "%s Found %s not indexed bookings %s"
3884
  msgstr ""
3885
 
3886
- #: core/lib/wpbc_all_translations.php:703 core/wpbc-activation.php:580
3887
  #, php-format
3888
  msgid "%s Finish getting sort dates. %s"
3889
  msgstr ""
3890
 
3891
- #: core/lib/wpbc_all_translations.php:704 core/wpbc-activation.php:589
3892
  #, php-format
3893
  msgid "Updated booking: %s"
3894
  msgstr ""
3895
 
3896
- #: core/lib/wpbc_all_translations.php:705 core/wpbc-activation.php:1022
3897
  msgid "Booking form"
3898
  msgstr ""
3899
 
3900
- #: core/lib/wpbc_all_translations.php:706 core/wpbc-activation.php:1117
3901
  #: inc/_ps/admin/page-email-edit.php:310
3902
  msgid "The reservation has been modified"
3903
  msgstr ""
3904
 
3905
- #: core/lib/wpbc_all_translations.php:707 core/wpbc-activation.php:1118
3906
  #: inc/_ps/admin/page-email-edit.php:324
3907
  #, php-format
3908
  msgid ""
@@ -3910,23 +3920,23 @@ msgid ""
3910
  "Thank you, %s"
3911
  msgstr ""
3912
 
3913
- #: core/lib/wpbc_all_translations.php:708 core/wpbc-activation.php:1181
3914
  #: inc/_bs/admin/api-settings-s.php:376
3915
  msgid "Booked Times:"
3916
  msgstr ""
3917
 
3918
- #: core/lib/wpbc_all_translations.php:709 core/wpbc-activation.php:1201
3919
  msgid ""
3920
  "This booking canceled because we did not receive payment and the administrator did not approve "
3921
  "it."
3922
  msgstr ""
3923
 
3924
- #: core/lib/wpbc_all_translations.php:710 core/wpbc-activation.php:1233
3925
  #: inc/_bs/admin/page-email-payment.php:314
3926
  msgid "You need to make payment for this reservation"
3927
  msgstr ""
3928
 
3929
- #: core/lib/wpbc_all_translations.php:711 core/wpbc-activation.php:1234
3930
  #: inc/_bs/admin/page-email-payment.php:328
3931
  #, php-format
3932
  msgid ""
@@ -3934,33 +3944,33 @@ msgid ""
3934
  "Thank you, %s"
3935
  msgstr ""
3936
 
3937
- #: core/lib/wpbc_all_translations.php:712 core/wpbc-activation.php:1271
3938
  #: inc/_bm/admin/api-settings-m.php:247
3939
  msgid "Cost: "
3940
  msgstr ""
3941
 
3942
- #: core/lib/wpbc_all_translations.php:713 core/wpbc-activation.php:1302
3943
  #: inc/_bl/admin/api-settings-l.php:75
3944
  msgid "Available: "
3945
  msgstr ""
3946
 
3947
- #: core/lib/wpbc_all_translations.php:714 core/wpbc-emails.php:78
3948
  msgid "Booking system"
3949
  msgstr ""
3950
 
3951
- #: core/lib/wpbc_all_translations.php:715 core/wpbc-emails.php:184
3952
  msgid ""
3953
  "You can use (in subject and content of email template) any shortcodes, which you used in the "
3954
  "booking form. Use the shortcodes in the same way as you used them in the content form at "
3955
  "Settings Fields page."
3956
  msgstr ""
3957
 
3958
- #: core/lib/wpbc_all_translations.php:716 core/wpbc-emails.php:187
3959
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
3960
  msgid "You can use following shortcodes in content of this template"
3961
  msgstr ""
3962
 
3963
- #: core/lib/wpbc_all_translations.php:717 core/wpbc-emails.php:191
3964
  #: inc/gateways/page-gateways.php:1068
3965
  #, php-format
3966
  msgid ""
@@ -3968,310 +3978,310 @@ msgid ""
3968
  "Fields page"
3969
  msgstr ""
3970
 
3971
- #: core/lib/wpbc_all_translations.php:718 core/wpbc-emails.php:193
3972
  #, php-format
3973
  msgid "%s - inserting data info about the booking"
3974
  msgstr ""
3975
 
3976
- #: core/lib/wpbc_all_translations.php:719 core/wpbc-emails.php:197
3977
  #, php-format
3978
  msgid "%s - inserting the dates of booking"
3979
  msgstr ""
3980
 
3981
- #: core/lib/wpbc_all_translations.php:720 core/wpbc-emails.php:201
3982
  #, php-format
3983
  msgid "%s - inserting check-in date (first day of reservation),"
3984
  msgstr ""
3985
 
3986
- #: core/lib/wpbc_all_translations.php:721 core/wpbc-emails.php:206 core/wpbc-emails.php:208
3987
  #, php-format
3988
  msgid "%s - inserting check-out date (last day of reservation),"
3989
  msgstr ""
3990
 
3991
- #: core/lib/wpbc_all_translations.php:722 core/wpbc-emails.php:213
3992
  #, php-format
3993
  msgid "%s - inserting the number of booking dates "
3994
  msgstr ""
3995
 
3996
- #: core/lib/wpbc_all_translations.php:723 core/wpbc-emails.php:219
3997
  #, php-format
3998
  msgid "%s - inserting ID of booking "
3999
  msgstr ""
4000
 
4001
- #: core/lib/wpbc_all_translations.php:724 core/wpbc-emails.php:224
4002
  #, php-format
4003
  msgid "%s or %s - inserting the title of the booking resource "
4004
  msgstr ""
4005
 
4006
- #: core/lib/wpbc_all_translations.php:725 core/wpbc-emails.php:230
4007
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:811
4008
  #, php-format
4009
  msgid "%s - inserting the cost of booking "
4010
  msgstr ""
4011
 
4012
- #: core/lib/wpbc_all_translations.php:726 core/wpbc-emails.php:236
4013
  #, php-format
4014
  msgid "%s - inserting your site URL "
4015
  msgstr ""
4016
 
4017
- #: core/lib/wpbc_all_translations.php:727 core/wpbc-emails.php:239
4018
  #, php-format
4019
  msgid "%s - inserting IP address of the user who made this action "
4020
  msgstr ""
4021
 
4022
- #: core/lib/wpbc_all_translations.php:728 core/wpbc-emails.php:240
4023
  #, php-format
4024
  msgid ""
4025
  "%s - inserting contents of the User-Agent: header from the current request, if there is one "
4026
  msgstr ""
4027
 
4028
- #: core/lib/wpbc_all_translations.php:729 core/wpbc-emails.php:241
4029
  #, php-format
4030
  msgid "%s - inserting address of the page (if any), where visitor make this action "
4031
  msgstr ""
4032
 
4033
- #: core/lib/wpbc_all_translations.php:730 core/wpbc-emails.php:245
4034
  #, php-format
4035
  msgid "%s - inserting date of this action "
4036
  msgstr ""
4037
 
4038
- #: core/lib/wpbc_all_translations.php:731 core/wpbc-emails.php:242
4039
  #, php-format
4040
  msgid "%s - inserting time of this action "
4041
  msgstr ""
4042
 
4043
- #: core/lib/wpbc_all_translations.php:732 core/wpbc-emails.php:259
4044
  #, php-format
4045
  msgid "%s - inserting moderate link of new booking "
4046
  msgstr ""
4047
 
4048
- #: core/lib/wpbc_all_translations.php:733 core/wpbc-emails.php:276
4049
  #, php-format
4050
  msgid ""
4051
  "%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
4052
  "parameter for setting different %s of this page. Example: %s )"
4053
  msgstr ""
4054
 
4055
- #: core/lib/wpbc_all_translations.php:734 core/wpbc-emails.php:280
4056
  #, php-format
4057
  msgid ""
4058
  "%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
4059
  "%s parameter for setting different %s of this page. Example: %s )"
4060
  msgstr ""
4061
 
4062
- #: core/lib/wpbc_all_translations.php:735 core/wpbc-emails.php:285
4063
  #, php-format
4064
  msgid ""
4065
  "%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
4066
  "the %s parameter for setting different %s of this page. Example: %s )"
4067
  msgstr ""
4068
 
4069
- #: core/lib/wpbc_all_translations.php:736 core/wpbc-emails.php:289
4070
  #, php-format
4071
  msgid "%s - add the reason for booking payment, you can enter it before sending email, "
4072
  msgstr ""
4073
 
4074
- #: core/lib/wpbc_all_translations.php:737 core/wpbc-emails.php:295
4075
  #, php-format
4076
  msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
4077
  msgstr ""
4078
 
4079
- #: core/lib/wpbc_all_translations.php:738 core/wpbc-emails.php:303 core/wpbc-translation.php:284
4080
  msgid "Configuration in several languages"
4081
  msgstr ""
4082
 
4083
- #: core/lib/wpbc_all_translations.php:739 core/wpbc-emails.php:304 core/wpbc-translation.php:285
4084
  #, php-format
4085
  msgid "%s - start new translation section, where %s - locale of translation"
4086
  msgstr ""
4087
 
4088
- #: core/lib/wpbc_all_translations.php:740 core/wpbc-emails.php:305 core/wpbc-translation.php:286
4089
  #, php-format
4090
  msgid "Example #1: %s - start French translation section"
4091
  msgstr ""
4092
 
4093
- #: core/lib/wpbc_all_translations.php:741 core/wpbc-emails.php:306 core/wpbc-translation.php:287
4094
  #, php-format
4095
  msgid "Example #2: \"%s\" - English and French translation of some message"
4096
  msgstr ""
4097
 
4098
- #: core/lib/wpbc_all_translations.php:742 core/wpbc-functions.php:1018 inc/_bm/biz_m.php:2066
4099
  msgid "yes"
4100
  msgstr ""
4101
 
4102
- #: core/lib/wpbc_all_translations.php:743 core/wpbc-functions.php:1022
4103
  msgid "no"
4104
  msgstr ""
4105
 
4106
- #: core/lib/wpbc_all_translations.php:744 core/wpbc-functions.php:1927
4107
  #: inc/_bm/admin/page-cost.php:48 inc/_bm/admin/page-cost.php:586
4108
  msgid "Costs and Rates"
4109
  msgstr ""
4110
 
4111
- #: core/lib/wpbc_all_translations.php:745 core/wpbc-functions.php:1936
4112
  #: inc/_bm/admin/page-cost-advanced.php:43 inc/_bm/admin/page-cost-advanced.php:148
4113
  #: inc/gateways/page-gateways.php:92
4114
  msgid "Advanced Cost"
4115
  msgstr ""
4116
 
4117
- #: core/lib/wpbc_all_translations.php:746 core/wpbc-functions.php:1945
4118
  #: inc/_bl/admin/page-coupons.php:45 inc/_bl/admin/page-coupons.php:47
4119
  msgid "Coupons"
4120
  msgstr ""
4121
 
4122
- #: core/lib/wpbc_all_translations.php:747 core/wpbc-functions.php:1963
4123
  #: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
4124
  msgid "Season Filters"
4125
  msgstr ""
4126
 
4127
- #: core/lib/wpbc_all_translations.php:748 core/wpbc-functions.php:2125
4128
  msgid "Warning! Some error occur, during sending registration request."
4129
  msgstr ""
4130
 
4131
- #: core/lib/wpbc_all_translations.php:749 core/wpbc-functions.php:2130
4132
  msgid ""
4133
  "Please refresh this page and if the same error appear again contact support by email (with info "
4134
  "about order number and website) for finishing the registrations"
4135
  msgstr ""
4136
 
4137
- #: core/lib/wpbc_all_translations.php:750 core/wpbc-functions.php:2158
4138
  #, php-format
4139
  msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
4140
  msgstr ""
4141
 
4142
- #: core/lib/wpbc_all_translations.php:751 core/wpbc-functions.php:2326
4143
  msgid "Changes saved."
4144
  msgstr ""
4145
 
4146
- #: core/lib/wpbc_all_translations.php:752 core/wpbc-functions.php:2436
4147
  msgid "Click to toggle"
4148
  msgstr ""
4149
 
4150
- #: core/lib/wpbc_all_translations.php:753 core/wpbc-functions.php:2497
4151
  msgid "Prev"
4152
  msgstr ""
4153
 
4154
- #: core/lib/wpbc_all_translations.php:754 core/wpbc-functions.php:2857
4155
  msgid "We&#8217;ve assembled some links to get you started:"
4156
  msgstr ""
4157
 
4158
- #: core/lib/wpbc_all_translations.php:755 core/wpbc-functions.php:2860
4159
  msgid "Get Started"
4160
  msgstr ""
4161
 
4162
- #: core/lib/wpbc_all_translations.php:756 core/wpbc-functions.php:2863
4163
  #, php-format
4164
  msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
4165
  msgstr ""
4166
 
4167
- #: core/lib/wpbc_all_translations.php:757 core/wpbc-functions.php:2872
4168
  #, php-format
4169
  msgid "or add booking calendar %sWidget%s to your sidebar."
4170
  msgstr ""
4171
 
4172
- #: core/lib/wpbc_all_translations.php:758 core/wpbc-functions.php:2878
4173
  #, php-format
4174
  msgid "Check %show todo%s that and what %sshortcodes%s are available."
4175
  msgstr ""
4176
 
4177
- #: core/lib/wpbc_all_translations.php:759 core/wpbc-functions.php:2885
4178
  #, php-format
4179
  msgid "Add new booking from your post/page or from %sAdmin Panel%s."
4180
  msgstr ""
4181
 
4182
- #: core/lib/wpbc_all_translations.php:760 core/wpbc-functions.php:2891
4183
  msgid "Next Steps"
4184
  msgstr ""
4185
 
4186
- #: core/lib/wpbc_all_translations.php:761 core/wpbc-functions.php:2894
4187
  #, php-format
4188
  msgid "Check %sBooking Listing%s page for new bookings."
4189
  msgstr ""
4190
 
4191
- #: core/lib/wpbc_all_translations.php:762 core/wpbc-functions.php:2899
4192
  #, php-format
4193
  msgid "Configure booking %sSettings%s."
4194
  msgstr ""
4195
 
4196
- #: core/lib/wpbc_all_translations.php:763 core/wpbc-functions.php:2903
4197
  #, php-format
4198
  msgid "Configure predefined set of your %sForm Fields%s."
4199
  msgstr ""
4200
 
4201
- #: core/lib/wpbc_all_translations.php:764 core/wpbc-functions.php:2907
4202
  #, php-format
4203
  msgid "Configure your predefined %sEmail Templates%s."
4204
  msgstr ""
4205
 
4206
- #: core/lib/wpbc_all_translations.php:765 core/wpbc-functions.php:2913
4207
  msgid "Have a questions?"
4208
  msgstr ""
4209
 
4210
- #: core/lib/wpbc_all_translations.php:766 core/wpbc-functions.php:2916
4211
  #, php-format
4212
  msgid "Check out our %sHelp%s"
4213
  msgstr ""
4214
 
4215
- #: core/lib/wpbc_all_translations.php:767 core/wpbc-functions.php:2921
4216
  #, php-format
4217
  msgid "See %sFAQ%s."
4218
  msgstr ""
4219
 
4220
- #: core/lib/wpbc_all_translations.php:768 core/wpbc-functions.php:2926
4221
  #, php-format
4222
  msgid "Still having questions? Contact %sSupport%s."
4223
  msgstr ""
4224
 
4225
- #: core/lib/wpbc_all_translations.php:769 core/wpbc-functions.php:2934 core/wpbc.php:205
4226
  #, php-format
4227
  msgid "Need even more functionality? Check %s higher versions %s"
4228
  msgstr ""
4229
 
4230
- #: core/lib/wpbc_all_translations.php:770 core/wpbc-js.php:112
4231
  msgid "This field is required"
4232
  msgstr ""
4233
 
4234
- #: core/lib/wpbc_all_translations.php:771 core/wpbc-js.php:113
4235
  msgid "This checkbox must be checked"
4236
  msgstr ""
4237
 
4238
- #: core/lib/wpbc_all_translations.php:772 core/wpbc-js.php:114
4239
  msgid "At least one option must be selected"
4240
  msgstr ""
4241
 
4242
- #: core/lib/wpbc_all_translations.php:773 core/wpbc-js.php:115
4243
  msgid "Incorrect email field"
4244
  msgstr ""
4245
 
4246
- #: core/lib/wpbc_all_translations.php:774 core/wpbc-js.php:116
4247
  msgid "Your emails do not match"
4248
  msgstr ""
4249
 
4250
- #: core/lib/wpbc_all_translations.php:775 core/wpbc-js.php:117
4251
  msgid "Please, select booking date(s) at Calendar."
4252
  msgstr ""
4253
 
4254
- #: core/lib/wpbc_all_translations.php:776 core/wpbc-js.php:132
4255
  msgid "Deleting"
4256
  msgstr ""
4257
 
4258
- #: core/lib/wpbc_all_translations.php:777 core/wpbc-js.php:133
4259
  msgid "Updating"
4260
  msgstr ""
4261
 
4262
- #: core/lib/wpbc_all_translations.php:778 core/wpbc-js.php:134
4263
  msgid "Saving"
4264
  msgstr ""
4265
 
4266
- #: core/lib/wpbc_all_translations.php:779 core/wpbc.php:97
4267
  msgid "Booking"
4268
  msgstr ""
4269
 
4270
- #: core/lib/wpbc_all_translations.php:780 core/wpbc.php:289 core/wpbc.php:296
4271
  msgid "Action is not allowed!"
4272
  msgstr ""
4273
 
4274
- #: core/lib/wpbc_all_translations.php:781 inc/_bl/admin/activation-l.php:119
4275
  #: inc/_bl/admin/activation-l.php:123 inc/_bl/admin/activation-l.php:174
4276
  #: inc/_bl/admin/page-search.php:770 inc/_bm/admin/api-settings-m.php:567 inc/_bm/m-toolbar.php:62
4277
  #: inc/_bm/m-toolbar.php:414 inc/_ps/admin/page-settings-form.php:328
@@ -4279,81 +4289,81 @@ msgstr ""
4279
  msgid "Standard"
4280
  msgstr ""
4281
 
4282
- #: core/lib/wpbc_all_translations.php:782 inc/_bl/admin/activation-l.php:120
4283
  #: inc/_bl/admin/activation-l.php:124 inc/_bl/admin/activation-l.php:157
4284
  #: inc/_bl/admin/activation-l.php:158 inc/_bl/admin/activation-l.php:175
4285
  msgid "Superior"
4286
  msgstr ""
4287
 
4288
- #: core/lib/wpbc_all_translations.php:783 inc/_bl/admin/activation-l.php:120
4289
  #: inc/_bs/admin/activation-s.php:93
4290
  msgid "Resource #1"
4291
  msgstr ""
4292
 
4293
- #: core/lib/wpbc_all_translations.php:784 inc/_bl/admin/activation-l.php:121
4294
  #: inc/_bl/admin/activation-l.php:125
4295
  msgid "Presidential Suite"
4296
  msgstr ""
4297
 
4298
- #: core/lib/wpbc_all_translations.php:785 inc/_bl/admin/activation-l.php:121
4299
  #: inc/_bs/admin/activation-s.php:94
4300
  msgid "Resource #2"
4301
  msgstr ""
4302
 
4303
- #: core/lib/wpbc_all_translations.php:786 inc/_bl/admin/activation-l.php:122
4304
  #: inc/_bl/admin/activation-l.php:126 inc/_mu/admin/activation-u.php:83
4305
  msgid "Royal Villa"
4306
  msgstr ""
4307
 
4308
- #: core/lib/wpbc_all_translations.php:787 inc/_bl/admin/activation-l.php:122
4309
  #: inc/_bs/admin/activation-s.php:95
4310
  msgid "Resource #3"
4311
  msgstr ""
4312
 
4313
- #: core/lib/wpbc_all_translations.php:788 inc/_bl/admin/api-settings-l.php:34
4314
  msgid ""
4315
  "Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
4316
  "for search results"
4317
  msgstr ""
4318
 
4319
- #: core/lib/wpbc_all_translations.php:789 inc/_bl/admin/api-settings-l.php:43
4320
  msgid ""
4321
  "Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
4322
  "1 search results"
4323
  msgstr ""
4324
 
4325
- #: core/lib/wpbc_all_translations.php:790 inc/_bl/admin/api-settings-l.php:66
4326
  msgid "Show availability in tooltip"
4327
  msgstr ""
4328
 
4329
- #: core/lib/wpbc_all_translations.php:791 inc/_bl/admin/api-settings-l.php:67
4330
  msgid ""
4331
  "Check this box to display the available number of booking resources with a tooltip, when mouse "
4332
  "hovers over each day on the calendar(s)."
4333
  msgstr ""
4334
 
4335
- #: core/lib/wpbc_all_translations.php:792 inc/_bl/admin/api-settings-l.php:76
4336
  msgid "Availability Title"
4337
  msgstr ""
4338
 
4339
- #: core/lib/wpbc_all_translations.php:793 inc/_bl/admin/api-settings-l.php:77
4340
  #, php-format
4341
  msgid "Type your %savailability%s description"
4342
  msgstr ""
4343
 
4344
- #: core/lib/wpbc_all_translations.php:794 inc/_bl/admin/api-settings-l.php:110
4345
  #: inc/_bs/admin/api-settings-s.php:516
4346
  msgid "Auto-cancel bookings"
4347
  msgstr ""
4348
 
4349
- #: core/lib/wpbc_all_translations.php:795 inc/_bl/admin/api-settings-l.php:111
4350
  #: inc/_bl/admin/api-settings-l.php:131
4351
  msgid ""
4352
  "Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
4353
  "date(s)"
4354
  msgstr ""
4355
 
4356
- #: core/lib/wpbc_all_translations.php:796 inc/_bl/admin/api-settings-l.php:129
4357
  #: inc/_bl/admin/api-settings-l.php:289
4358
  msgid ""
4359
  "Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
@@ -4361,128 +4371,128 @@ msgid ""
4361
  "approved booking, will be automatically canceled!"
4362
  msgstr ""
4363
 
4364
- #: core/lib/wpbc_all_translations.php:797 inc/_bl/admin/api-settings-l.php:160
4365
  msgid "Set capacity based on number of visitors"
4366
  msgstr ""
4367
 
4368
- #: core/lib/wpbc_all_translations.php:798 inc/_bl/admin/api-settings-l.php:161
4369
  msgid ""
4370
  "Check this box if you want total availability (daily capacity) to depend on the number of "
4371
  "selected visitors."
4372
  msgstr ""
4373
 
4374
- #: core/lib/wpbc_all_translations.php:799 inc/_bl/admin/api-settings-l.php:162
4375
  #: inc/_ps/admin/api-settings-p.php:330 inc/_ps/admin/api-settings-p.php:343
4376
  #, php-format
4377
  msgid "Please read more info about configuration of this parameter %shere%s"
4378
  msgstr ""
4379
 
4380
- #: core/lib/wpbc_all_translations.php:800 inc/_bl/admin/api-settings-l.php:177
4381
  msgid ""
4382
  "Add tooltip on calendar(s) to show availability based on the number of available booking "
4383
  "resource items remaining for each day."
4384
  msgstr ""
4385
 
4386
- #: core/lib/wpbc_all_translations.php:801 inc/_bl/admin/api-settings-l.php:180
4387
  #, php-format
4388
  msgid ""
4389
  "Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
4390
  "of visitors specified on the booking form."
4391
  msgstr ""
4392
 
4393
- #: core/lib/wpbc_all_translations.php:802 inc/_bl/admin/api-settings-l.php:183
4394
  msgid ""
4395
  "Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
4396
  "for the resource, which can be at free booking resource items."
4397
  msgstr ""
4398
 
4399
- #: core/lib/wpbc_all_translations.php:803 inc/_bl/admin/api-settings-l.php:186
4400
  #, php-format
4401
  msgid ""
4402
  "Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
4403
  "visitors specified on the booking form."
4404
  msgstr ""
4405
 
4406
- #: core/lib/wpbc_all_translations.php:804 inc/_bl/admin/api-settings-l.php:214
4407
  msgid "Disable bookings in different booking resources"
4408
  msgstr ""
4409
 
4410
- #: core/lib/wpbc_all_translations.php:805 inc/_bl/admin/api-settings-l.php:215
4411
  msgid ""
4412
  "Check this box to dissable reservations, which can be stored in different booking resources."
4413
  msgstr ""
4414
 
4415
- #: core/lib/wpbc_all_translations.php:806 inc/_bl/admin/api-settings-l.php:216
4416
  msgid ""
4417
  "When checked, all reserved days must be at same booking resource otherwise error message will "
4418
  "show."
4419
  msgstr ""
4420
 
4421
- #: core/lib/wpbc_all_translations.php:807 inc/_bl/admin/api-settings-l.php:337
4422
  #: inc/_ps/p-toolbar.php:1213
4423
  msgid "Parent"
4424
  msgstr ""
4425
 
4426
- #: core/lib/wpbc_all_translations.php:808 inc/_bl/admin/api-settings-l.php:343
4427
  #: inc/_ps/p-toolbar.php:1231
4428
  msgid "Priority"
4429
  msgstr ""
4430
 
4431
- #: core/lib/wpbc_all_translations.php:809 inc/_bl/admin/api-settings-l.php:350
4432
  msgid "Max visitors"
4433
  msgstr ""
4434
 
4435
- #: core/lib/wpbc_all_translations.php:810 inc/_bl/admin/api-settings-l.php:470
4436
  msgid "Single"
4437
  msgstr ""
4438
 
4439
- #: core/lib/wpbc_all_translations.php:811 inc/_bl/admin/api-settings-l.php:472
4440
  msgid "Child"
4441
  msgstr ""
4442
 
4443
- #: core/lib/wpbc_all_translations.php:812 inc/_bl/admin/page-coupons.php:46
4444
  msgid "Setting coupons for discount"
4445
  msgstr ""
4446
 
4447
- #: core/lib/wpbc_all_translations.php:813 inc/_bl/admin/page-coupons.php:122
4448
  #: inc/_bm/m-toolbar.php:600 inc/_bm/m-toolbar.php:602
4449
  msgid "Create dates filter"
4450
  msgstr ""
4451
 
4452
- #: core/lib/wpbc_all_translations.php:814 inc/_bl/admin/page-coupons.php:124
4453
  #: inc/_bl/admin/page-coupons.php:871
4454
  msgid "Add New Discount Coupon"
4455
  msgstr ""
4456
 
4457
- #: core/lib/wpbc_all_translations.php:815 inc/_bl/admin/page-coupons.php:214
4458
  #: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-cost.php:217
4459
  #: inc/_bm/admin/page-seasons.php:199 inc/_ps/admin/page-resources.php:187
4460
  msgid "Bulk Actions"
4461
  msgstr ""
4462
 
4463
- #: core/lib/wpbc_all_translations.php:816 inc/_bl/admin/page-coupons.php:505
4464
  #: inc/_bl/admin/page-coupons.php:1170
4465
  msgid "Coupon Code"
4466
  msgstr ""
4467
 
4468
- #: core/lib/wpbc_all_translations.php:817 inc/_bl/admin/page-coupons.php:511
4469
  #: inc/_bl/admin/page-coupons.php:1185 inc/_bl/admin/page-coupons.php:1192
4470
  msgid "Savings"
4471
  msgstr ""
4472
 
4473
- #: core/lib/wpbc_all_translations.php:818 inc/_bl/admin/page-coupons.php:517
4474
  msgid "Minimum Cost"
4475
  msgstr ""
4476
 
4477
- #: core/lib/wpbc_all_translations.php:819 inc/_bl/admin/page-coupons.php:524
4478
  msgid "Expiration"
4479
  msgstr ""
4480
 
4481
- #: core/lib/wpbc_all_translations.php:820 inc/_bl/admin/page-coupons.php:533
4482
  msgid "Number of usage"
4483
  msgstr ""
4484
 
4485
- #: core/lib/wpbc_all_translations.php:821 inc/_bl/admin/page-coupons.php:585
4486
  #: inc/_bm/admin/page-availability.php:571 inc/_bm/admin/page-availability.php:1056
4487
  #: inc/_bm/admin/page-cost-rate.php:256 inc/_bm/admin/page-cost-valuation.php:416
4488
  #: inc/_bm/admin/page-cost.php:648 inc/_bm/admin/page-seasons.php:565
@@ -4491,284 +4501,284 @@ msgstr ""
4491
  msgid "Select Booking Resource"
4492
  msgstr ""
4493
 
4494
- #: core/lib/wpbc_all_translations.php:822 inc/_bl/admin/page-coupons.php:776
4495
  #: inc/_bl/admin/page-coupons.php:1396 inc/_ps/admin/api-settings-p.php:29
4496
  #: inc/_ps/p-toolbar.php:722
4497
  msgid "All resources"
4498
  msgstr ""
4499
 
4500
- #: core/lib/wpbc_all_translations.php:823 inc/_bl/admin/page-coupons.php:993
4501
  #: inc/_ps/wpbc-form-templates.php:124 inc/_ps/wpbc-form-templates.php:196
4502
  msgid "Coupon"
4503
  msgstr ""
4504
 
4505
- #: core/lib/wpbc_all_translations.php:824 inc/_bl/admin/page-coupons.php:1171
4506
  msgid "Enter coupon code."
4507
  msgstr ""
4508
 
4509
- #: core/lib/wpbc_all_translations.php:825 inc/_bl/admin/page-coupons.php:1232
4510
  msgid "Enter number of fixed or percentage savings."
4511
  msgstr ""
4512
 
4513
- #: core/lib/wpbc_all_translations.php:826 inc/_bl/admin/page-coupons.php:1235
4514
  msgid "Expiration Date"
4515
  msgstr ""
4516
 
4517
- #: core/lib/wpbc_all_translations.php:827 inc/_bl/admin/page-coupons.php:1311
4518
  msgid "Select Expiration Date of the coupon."
4519
  msgstr ""
4520
 
4521
- #: core/lib/wpbc_all_translations.php:828 inc/_bl/admin/page-coupons.php:1318
4522
  msgid "Minimum Booking Cost"
4523
  msgstr ""
4524
 
4525
- #: core/lib/wpbc_all_translations.php:829 inc/_bl/admin/page-coupons.php:1319
4526
  msgid "Enter minimum booking cost, when coupon is applicable."
4527
  msgstr ""
4528
 
4529
- #: core/lib/wpbc_all_translations.php:830 inc/_bl/admin/page-coupons.php:1336
4530
  msgid "Maximum number of usage"
4531
  msgstr ""
4532
 
4533
- #: core/lib/wpbc_all_translations.php:831 inc/_bl/admin/page-coupons.php:1337
4534
  msgid "Enter maximum number of times, when coupon is applicable."
4535
  msgstr ""
4536
 
4537
- #: core/lib/wpbc_all_translations.php:832 inc/_bl/admin/page-coupons.php:1360
4538
  msgid "Select booking resources, where is possible to apply this coupon code."
4539
  msgstr ""
4540
 
4541
- #: core/lib/wpbc_all_translations.php:833 inc/_bl/admin/page-coupons.php:1378
4542
  #: inc/_bm/admin/page-seasons.php:1224 inc/_bm/admin/page-seasons.php:1442
4543
  #: inc/_ps/p-toolbar.php:1157
4544
  msgid "Add New"
4545
  msgstr ""
4546
 
4547
- #: core/lib/wpbc_all_translations.php:834 inc/_bl/admin/page-search.php:87
4548
  #: inc/_bl/admin/page-search.php:126 inc/_bm/admin/page-cost-advanced.php:692
4549
  #: inc/_ps/admin/page-settings-form.php:696 inc/gateways/page-gateways.php:1067
4550
  msgid "Use these shortcodes for customization: "
4551
  msgstr ""
4552
 
4553
- #: core/lib/wpbc_all_translations.php:835 inc/_bl/admin/page-search.php:88
4554
  #, php-format
4555
  msgid "%s - search inside posts/pages which are part of this category, "
4556
  msgstr ""
4557
 
4558
- #: core/lib/wpbc_all_translations.php:836 inc/_bl/admin/page-search.php:89
4559
  #, php-format
4560
  msgid "%s - search inside posts/pages which have this tag, "
4561
  msgstr ""
4562
 
4563
- #: core/lib/wpbc_all_translations.php:837 inc/_bl/admin/page-search.php:90
4564
  #: inc/_bl/admin/page-search.php:142
4565
  #, php-format
4566
  msgid "%s - check-in date, "
4567
  msgstr ""
4568
 
4569
- #: core/lib/wpbc_all_translations.php:838 inc/_bl/admin/page-search.php:91
4570
  #: inc/_bl/admin/page-search.php:143
4571
  #, php-format
4572
  msgid "%s - check-out date, "
4573
  msgstr ""
4574
 
4575
- #: core/lib/wpbc_all_translations.php:839 inc/_bl/admin/page-search.php:92
4576
  #, php-format
4577
  msgid "%s - default selection number of visitors, "
4578
  msgstr ""
4579
 
4580
- #: core/lib/wpbc_all_translations.php:840 inc/_bl/admin/page-search.php:93
4581
  #, php-format
4582
  msgid "Example: %s - custom number of visitor selections\""
4583
  msgstr ""
4584
 
4585
- #: core/lib/wpbc_all_translations.php:841 inc/_bl/admin/page-search.php:95
4586
  #, php-format
4587
  msgid "%s - search button, "
4588
  msgstr ""
4589
 
4590
- #: core/lib/wpbc_all_translations.php:842 inc/_bl/admin/page-search.php:96
4591
  #: inc/_bl/admin/page-search.php:148
4592
  msgid "HTML tags is accepted."
4593
  msgstr ""
4594
 
4595
- #: core/lib/wpbc_all_translations.php:843 inc/_bl/admin/page-search.php:127
4596
  #, php-format
4597
  msgid "%s - resource title, "
4598
  msgstr ""
4599
 
4600
- #: core/lib/wpbc_all_translations.php:844 inc/_bl/admin/page-search.php:128
4601
  #: inc/_bl/admin/page-search.php:129
4602
  #, php-format
4603
  msgid "%s - link to the page with booking form, "
4604
  msgstr ""
4605
 
4606
- #: core/lib/wpbc_all_translations.php:845 inc/_bl/admin/page-search.php:130
4607
  #, php-format
4608
  msgid "%s - availability of booking resource, "
4609
  msgstr ""
4610
 
4611
- #: core/lib/wpbc_all_translations.php:846 inc/_bl/admin/page-search.php:131
4612
  #, php-format
4613
  msgid "%s - maximum number of visitors for the booking resource, "
4614
  msgstr ""
4615
 
4616
- #: core/lib/wpbc_all_translations.php:847 inc/_bl/admin/page-search.php:132
4617
  #, php-format
4618
  msgid "%s - cost of booking the resource, "
4619
  msgstr ""
4620
 
4621
- #: core/lib/wpbc_all_translations.php:848 inc/_bl/admin/page-search.php:133
4622
  #, php-format
4623
  msgid "%s - featured image, taken from the featured image associated with the post, "
4624
  msgstr ""
4625
 
4626
- #: core/lib/wpbc_all_translations.php:849 inc/_bl/admin/page-search.php:134
4627
  #, php-format
4628
  msgid "%s - booking info, taken from the excerpt associated with the post, "
4629
  msgstr ""
4630
 
4631
- #: core/lib/wpbc_all_translations.php:850 inc/_bl/admin/page-search.php:136
4632
  #: inc/_ps/form/class-wpbc-form-help.php:677
4633
  msgid "Full cost of the booking."
4634
  msgstr ""
4635
 
4636
- #: core/lib/wpbc_all_translations.php:851 inc/_bl/admin/page-search.php:137
4637
  #: inc/_ps/form/class-wpbc-form-help.php:679
4638
  msgid "Cost of the booking for the selected dates only."
4639
  msgstr ""
4640
 
4641
- #: core/lib/wpbc_all_translations.php:852 inc/_bl/admin/page-search.php:138
4642
  #: inc/_ps/form/class-wpbc-form-help.php:681
4643
  msgid "Additional cost, which depends on the fields selection in the form."
4644
  msgstr ""
4645
 
4646
- #: core/lib/wpbc_all_translations.php:853 inc/_bl/admin/page-search.php:139
4647
  #: inc/_ps/form/class-wpbc-form-help.php:683
4648
  msgid "The deposit cost of the booking."
4649
  msgstr ""
4650
 
4651
- #: core/lib/wpbc_all_translations.php:854 inc/_bl/admin/page-search.php:140
4652
  #: inc/_ps/form/class-wpbc-form-help.php:685
4653
  msgid "Balance cost of the booking - difference between deposit and full cost."
4654
  msgstr ""
4655
 
4656
- #: core/lib/wpbc_all_translations.php:855 inc/_bl/admin/page-search.php:155
4657
  msgid "hour(s)"
4658
  msgstr ""
4659
 
4660
- #: core/lib/wpbc_all_translations.php:856 inc/_bl/admin/page-search.php:158
4661
  #: inc/_bm/admin/api-settings-m.php:74 inc/_bm/admin/api-settings-m.php:129
4662
  msgid "day(s)"
4663
  msgstr ""
4664
 
4665
- #: core/lib/wpbc_all_translations.php:857 inc/_bl/admin/page-search.php:163
4666
  msgid "Cache expiration"
4667
  msgstr ""
4668
 
4669
- #: core/lib/wpbc_all_translations.php:858 inc/_bl/admin/page-search.php:164
4670
  msgid "Select time of cache expiration"
4671
  msgstr ""
4672
 
4673
- #: core/lib/wpbc_all_translations.php:859 inc/_bl/admin/page-search.php:354
4674
  #: inc/_bl/admin/page-search.php:355
4675
  msgid "Search Settings"
4676
  msgstr ""
4677
 
4678
- #: core/lib/wpbc_all_translations.php:860 inc/_bl/admin/page-search.php:416
4679
  msgid "Cache Updated"
4680
  msgstr ""
4681
 
4682
- #: core/lib/wpbc_all_translations.php:861 inc/_bl/admin/page-search.php:441
4683
  #: inc/_bl/admin/page-search.php:487
4684
  msgid "Search Availability Form"
4685
  msgstr ""
4686
 
4687
- #: core/lib/wpbc_all_translations.php:862 inc/_bl/admin/page-search.php:442
4688
  #: inc/_bl/admin/page-search.php:505 js/wpbc-gutenberg.js:1069
4689
  msgid "Search Results"
4690
  msgstr ""
4691
 
4692
- #: core/lib/wpbc_all_translations.php:863 inc/_bl/admin/page-search.php:443
4693
  #: inc/_bl/admin/page-search.php:532
4694
  msgid "Search Cache"
4695
  msgstr ""
4696
 
4697
- #: core/lib/wpbc_all_translations.php:864 inc/_bl/admin/page-search.php:479
4698
  #, php-format
4699
  msgid ""
4700
  "If you do not see search results at front-end side of your website, please check troubleshooting "
4701
  "instruction %shere%s"
4702
  msgstr ""
4703
 
4704
- #: core/lib/wpbc_all_translations.php:865 inc/_bl/admin/page-search.php:512
4705
  msgid "CSS customization of search form and search results you can make at this file"
4706
  msgstr ""
4707
 
4708
- #: core/lib/wpbc_all_translations.php:866 inc/_bl/admin/page-search.php:684
4709
  #: inc/_bl/admin/page-search.php:748
4710
  msgid "Select Template"
4711
  msgstr ""
4712
 
4713
- #: core/lib/wpbc_all_translations.php:867
4714
  msgid "Inlinee Search Form Template"
4715
  msgstr ""
4716
 
4717
- #: core/lib/wpbc_all_translations.php:868 inc/_bl/admin/page-search.php:715
4718
  msgid "Horizontal Search Form Template"
4719
  msgstr ""
4720
 
4721
- #: core/lib/wpbc_all_translations.php:869 inc/_bl/admin/page-search.php:725
4722
  msgid "Standard Search Form Template"
4723
  msgstr ""
4724
 
4725
- #: core/lib/wpbc_all_translations.php:870 inc/_bl/admin/page-search.php:837
4726
  #: inc/_bm/admin/page-seasons.php:1227 inc/_bm/admin/page-seasons.php:1445
4727
  #: inc/_ps/admin/page-settings-form.php:530
4728
  msgid "Reset"
4729
  msgstr ""
4730
 
4731
- #: core/lib/wpbc_all_translations.php:871 inc/_bl/admin/page-search.php:838
4732
  #: inc/_ps/admin/page-settings-form.php:531
4733
  msgid "Reset current Form"
4734
  msgstr ""
4735
 
4736
- #: core/lib/wpbc_all_translations.php:872 inc/_bl/admin/page-search.php:907
4737
  msgid "Cache will expire:"
4738
  msgstr ""
4739
 
4740
- #: core/lib/wpbc_all_translations.php:873 inc/_bl/admin/page-search.php:937
4741
  #, php-format
4742
  msgid "Found: %s booking forms inside of posts or pages "
4743
  msgstr ""
4744
 
4745
- #: core/lib/wpbc_all_translations.php:874 inc/_bl/admin/page-search.php:941
4746
  msgid "Page"
4747
  msgstr ""
4748
 
4749
- #: core/lib/wpbc_all_translations.php:875 inc/_bl/admin/page-search.php:964
4750
  msgid "Reset Search Cache"
4751
  msgstr ""
4752
 
4753
- #: core/lib/wpbc_all_translations.php:876 inc/_bl/biz_l.php:136
4754
  msgid ""
4755
  "Try selecting fewer visitors. The number of visitors may be more than the number of available "
4756
  "units on selected day(s)!"
4757
  msgstr ""
4758
 
4759
- #: core/lib/wpbc_all_translations.php:877 inc/_bl/biz_l.php:404
4760
  msgid "coupon"
4761
  msgstr ""
4762
 
4763
- #: core/lib/wpbc_all_translations.php:878 inc/_bl/biz_l.php:406
4764
  msgid "discount"
4765
  msgstr ""
4766
 
4767
- #: core/lib/wpbc_all_translations.php:879 inc/_bl/biz_l.php:600
4768
  msgid "Please select check-in and check-out days!"
4769
  msgstr ""
4770
 
4771
- #: core/lib/wpbc_all_translations.php:880 inc/_bl/biz_l.php:1748 inc/_bl/biz_l.php:1759
4772
  #: inc/_bl/biz_l.php:1776 inc/_bl/biz_l.php:1781
4773
  #, php-format
4774
  msgid ""
@@ -4777,173 +4787,173 @@ msgid ""
4777
  "page and try other days."
4778
  msgstr ""
4779
 
4780
- #: core/lib/wpbc_all_translations.php:881 inc/_bl/biz_l.php:2430
4781
  #, php-format
4782
  msgid "The folowing pending booking(s): %s deleted."
4783
  msgstr ""
4784
 
4785
- #: core/lib/wpbc_all_translations.php:882 inc/_bl/wpbc-search-availability.php:862
4786
  msgid "Book now"
4787
  msgstr ""
4788
 
4789
- #: core/lib/wpbc_all_translations.php:883 inc/_bl/wpdev-booking-search-widget.php:14
4790
  #: inc/_bl/wpdev-booking-search-widget.php:67
4791
  msgid "Search availability"
4792
  msgstr ""
4793
 
4794
- #: core/lib/wpbc_all_translations.php:884 inc/_bl/wpdev-booking-search-widget.php:15
4795
  msgid "Search results."
4796
  msgstr ""
4797
 
4798
- #: core/lib/wpbc_all_translations.php:885 inc/_bl/wpdev-booking-search-widget.php:16
4799
  msgid "Nothing found."
4800
  msgstr ""
4801
 
4802
- #: core/lib/wpbc_all_translations.php:886 inc/_bl/wpdev-booking-search-widget.php:85
4803
  msgid "Title of search widget"
4804
  msgstr ""
4805
 
4806
- #: core/lib/wpbc_all_translations.php:887 inc/_bl/wpdev-booking-search-widget.php:93
4807
  msgid "Title of search results"
4808
  msgstr ""
4809
 
4810
- #: core/lib/wpbc_all_translations.php:888 inc/_bl/wpdev-booking-search-widget.php:98
4811
  #, php-format
4812
  msgid "Please type the %sTitle of search results%s."
4813
  msgstr ""
4814
 
4815
- #: core/lib/wpbc_all_translations.php:889 inc/_bl/wpdev-booking-search-widget.php:102
4816
  msgid "Nothing found message"
4817
  msgstr ""
4818
 
4819
- #: core/lib/wpbc_all_translations.php:890 inc/_bl/wpdev-booking-search-widget.php:107
4820
  #, php-format
4821
  msgid "Please type the %smessage ,what is showing, when nothing found%s."
4822
  msgstr ""
4823
 
4824
- #: core/lib/wpbc_all_translations.php:891 inc/_bl/wpdev-booking-search-widget.php:111
4825
  msgid "URL of Search Results"
4826
  msgstr ""
4827
 
4828
- #: core/lib/wpbc_all_translations.php:892 inc/_bl/wpdev-booking-search-widget.php:116
4829
  #, php-format
4830
  msgid ""
4831
  "Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
4832
  "show."
4833
  msgstr ""
4834
 
4835
- #: core/lib/wpbc_all_translations.php:893 inc/_bm/admin/activation-m.php:48
4836
  #: inc/_mu/multiuser.php:634
4837
  msgid "Weekend"
4838
  msgstr ""
4839
 
4840
- #: core/lib/wpbc_all_translations.php:894 inc/_bm/admin/activation-m.php:92
4841
  #: inc/_mu/multiuser.php:636
4842
  msgid "High season"
4843
  msgstr ""
4844
 
4845
- #: core/lib/wpbc_all_translations.php:895 inc/_bm/admin/api-settings-m.php:35
4846
  msgid "Limit available days from today"
4847
  msgstr ""
4848
 
4849
- #: core/lib/wpbc_all_translations.php:896 inc/_bm/admin/api-settings-m.php:36
4850
  msgid "Select number of available days in calendar start from today."
4851
  msgstr ""
4852
 
4853
- #: core/lib/wpbc_all_translations.php:897 inc/_bm/admin/api-settings-m.php:85
4854
  msgid "Unavailable time before / after booking"
4855
  msgstr ""
4856
 
4857
- #: core/lib/wpbc_all_translations.php:898 inc/_bm/admin/api-settings-m.php:87
4858
  msgid ""
4859
  "This feature is applying only for bookings for specific timeslots, or if activated check in/out "
4860
  "time option."
4861
  msgstr ""
4862
 
4863
- #: core/lib/wpbc_all_translations.php:899 inc/_bm/admin/api-settings-m.php:110
4864
  #: inc/_bm/admin/api-settings-m.php:134
4865
  msgid "Before booking"
4866
  msgstr ""
4867
 
4868
- #: core/lib/wpbc_all_translations.php:900 inc/_bm/admin/api-settings-m.php:111
4869
  #: inc/_bm/admin/api-settings-m.php:120 inc/_bm/admin/api-settings-m.php:135
4870
  #: inc/_bm/admin/api-settings-m.php:144
4871
  msgid "Select unavailable time interval."
4872
  msgstr ""
4873
 
4874
- #: core/lib/wpbc_all_translations.php:901 inc/_bm/admin/api-settings-m.php:119
4875
  #: inc/_bm/admin/api-settings-m.php:143
4876
  msgid "After booking"
4877
  msgstr ""
4878
 
4879
- #: core/lib/wpbc_all_translations.php:902 inc/_bm/admin/api-settings-m.php:170
4880
  msgid "Showing cost in date cell"
4881
  msgstr ""
4882
 
4883
- #: core/lib/wpbc_all_translations.php:903 inc/_bm/admin/api-settings-m.php:171
4884
  #, php-format
4885
  msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
4886
  msgstr ""
4887
 
4888
- #: core/lib/wpbc_all_translations.php:904 inc/_bm/admin/api-settings-m.php:188
4889
  msgid "Currency symbol"
4890
  msgstr ""
4891
 
4892
- #: core/lib/wpbc_all_translations.php:905 inc/_bm/admin/api-settings-m.php:224
4893
  #, php-format
4894
  msgid ""
4895
  "Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
4896
  "currency symbols%s"
4897
  msgstr ""
4898
 
4899
- #: core/lib/wpbc_all_translations.php:906 inc/_bm/admin/api-settings-m.php:237
4900
  msgid "Showing cost in tooltip"
4901
  msgstr ""
4902
 
4903
- #: core/lib/wpbc_all_translations.php:907 inc/_bm/admin/api-settings-m.php:238
4904
  msgid ""
4905
  " Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
4906
  "calendar(s)."
4907
  msgstr ""
4908
 
4909
- #: core/lib/wpbc_all_translations.php:908 inc/_bm/admin/api-settings-m.php:246
4910
  msgid "Cost Title"
4911
  msgstr ""
4912
 
4913
- #: core/lib/wpbc_all_translations.php:909 inc/_bm/admin/api-settings-m.php:248
4914
  #, php-format
4915
  msgid "Type your %scost%s description"
4916
  msgstr ""
4917
 
4918
- #: core/lib/wpbc_all_translations.php:910 inc/_bm/admin/api-settings-m.php:569
4919
  #: inc/_bm/m-toolbar.php:67 inc/_bm/m-toolbar.php:424
4920
  msgid "Custom Forms"
4921
  msgstr ""
4922
 
4923
- #: core/lib/wpbc_all_translations.php:911 inc/_bm/admin/page-availability.php:48
4924
  msgid "Configuration of availability for booking resources"
4925
  msgstr ""
4926
 
4927
- #: core/lib/wpbc_all_translations.php:912 inc/_bm/admin/page-availability.php:49
4928
  msgid "Availability Settings"
4929
  msgstr ""
4930
 
4931
- #: core/lib/wpbc_all_translations.php:913 inc/_bm/admin/page-availability.php:143
4932
  #: inc/_bm/admin/page-cost.php:119 inc/_ps/p-toolbar.php:1186
4933
  msgid "Show Children Resources"
4934
  msgstr ""
4935
 
4936
- #: core/lib/wpbc_all_translations.php:914 inc/_bm/admin/page-availability.php:145
4937
  #: inc/_bm/admin/page-cost.php:121 inc/_ps/p-toolbar.php:1188
4938
  msgid "Hide Children Resources"
4939
  msgstr ""
4940
 
4941
- #: core/lib/wpbc_all_translations.php:915 inc/_bm/admin/page-availability.php:239
4942
  #: inc/_bm/admin/page-availability.php:244 inc/_bm/admin/page-availability.php:800
4943
  msgid "Set Availability"
4944
  msgstr ""
4945
 
4946
- #: core/lib/wpbc_all_translations.php:916 inc/_bm/admin/page-availability.php:253
4947
  #: inc/_bm/admin/page-cost.php:238 inc/_ps/admin/page-resources.php:202
4948
  #, php-format
4949
  msgid ""
@@ -4951,681 +4961,681 @@ msgid ""
4951
  "booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
4952
  msgstr ""
4953
 
4954
- #: core/lib/wpbc_all_translations.php:917 inc/_bm/admin/page-availability.php:499
4955
  #: inc/_bm/admin/page-cost.php:581 inc/_ps/admin/page-resources.php:463
4956
  msgid "Resource Name"
4957
  msgstr ""
4958
 
4959
- #: core/lib/wpbc_all_translations.php:918 inc/_bm/admin/page-availability.php:608
4960
  #: inc/_bm/admin/page-availability.php:895
4961
  msgid "All days"
4962
  msgstr ""
4963
 
4964
- #: core/lib/wpbc_all_translations.php:919 inc/_bm/admin/page-availability.php:609
4965
  #: inc/_bm/admin/page-availability.php:637 inc/_bm/admin/page-availability.php:890
4966
  #: inc/_bm/admin/page-availability.php:904 inc/_bm/admin/page-availability.php:933
4967
  #: inc/_bm/admin/page-availability.php:1097 inc/_bm/admin/page-cost-rate.php:348
4968
  msgid "available"
4969
  msgstr ""
4970
 
4971
- #: core/lib/wpbc_all_translations.php:920 inc/_bm/admin/page-availability.php:610
4972
  #: inc/_bm/admin/page-availability.php:638 inc/_bm/admin/page-availability.php:891
4973
  #: inc/_bm/admin/page-availability.php:900 inc/_bm/admin/page-availability.php:929
4974
  #: inc/_bm/admin/page-availability.php:1093 inc/_bm/admin/page-cost-rate.php:344
4975
  msgid "unavailable"
4976
  msgstr ""
4977
 
4978
- #: core/lib/wpbc_all_translations.php:921 inc/_bm/admin/page-availability.php:635
4979
  #, php-format
4980
  msgid "and %s on seasons:"
4981
  msgstr ""
4982
 
4983
- #: core/lib/wpbc_all_translations.php:922 inc/_bm/admin/page-availability.php:925
4984
  #, php-format
4985
  msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
4986
  msgstr ""
4987
 
4988
- #: core/lib/wpbc_all_translations.php:923 inc/_bm/admin/page-availability.php:943
4989
  #: inc/_bm/admin/page-cost-deposit.php:309 inc/_bm/admin/page-cost-early-late-booking.php:314
4990
  #: inc/_bm/admin/page-cost-early-late-booking.php:514 inc/_bm/admin/page-cost-rate.php:119
4991
  #: inc/_bm/admin/page-cost-valuation.php:148
4992
  msgid "Hide season filters"
4993
  msgstr ""
4994
 
4995
- #: core/lib/wpbc_all_translations.php:924 inc/_bm/admin/page-availability.php:948
4996
  #: inc/_bm/admin/page-cost-deposit.php:314 inc/_bm/admin/page-cost-early-late-booking.php:319
4997
  #: inc/_bm/admin/page-cost-early-late-booking.php:519 inc/_bm/admin/page-cost-rate.php:124
4998
  #: inc/_bm/admin/page-cost-valuation.php:153
4999
  msgid "Show all exist season filters"
5000
  msgstr ""
5001
 
5002
- #: core/lib/wpbc_all_translations.php:925 inc/_bm/admin/page-availability.php:981
5003
  #: inc/_bm/admin/page-cost-rate.php:157 inc/gateways/page-gateways.php:870
5004
  msgid "Enabled"
5005
  msgstr ""
5006
 
5007
- #: core/lib/wpbc_all_translations.php:926 inc/_bm/admin/page-cost-advanced.php:44
5008
  msgid "Customization of additional cost, which depend from form fields"
5009
  msgstr ""
5010
 
5011
- #: core/lib/wpbc_all_translations.php:927 inc/_bm/admin/page-cost-advanced.php:45
5012
  msgid "Advanced Cost Settings"
5013
  msgstr ""
5014
 
5015
- #: core/lib/wpbc_all_translations.php:928 inc/_bm/admin/page-cost-advanced.php:125
5016
  msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
5017
  msgstr ""
5018
 
5019
- #: core/lib/wpbc_all_translations.php:929 inc/_bm/admin/page-cost-advanced.php:127
5020
  #, php-format
5021
  msgid ""
5022
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
5023
  "%sbooking form%s."
5024
  msgstr ""
5025
 
5026
- #: core/lib/wpbc_all_translations.php:930 inc/_bm/admin/page-cost-advanced.php:441
5027
  #: inc/_bm/admin/page-cost-deposit.php:181
5028
  msgid "Deposit type"
5029
  msgstr ""
5030
 
5031
- #: core/lib/wpbc_all_translations.php:931 inc/_bm/admin/page-cost-advanced.php:460
5032
  msgid "of total cost"
5033
  msgstr ""
5034
 
5035
- #: core/lib/wpbc_all_translations.php:932 inc/_bm/admin/page-cost-advanced.php:462
5036
  #: inc/_bs/admin/api-settings-s.php:898
5037
  msgid "night"
5038
  msgstr ""
5039
 
5040
- #: core/lib/wpbc_all_translations.php:933 inc/_bm/admin/page-cost-advanced.php:463
5041
  msgid "as additional sum"
5042
  msgstr ""
5043
 
5044
- #: core/lib/wpbc_all_translations.php:934 inc/_bm/admin/page-cost-advanced.php:658
5045
  msgid "Enter additional cost in formats:"
5046
  msgstr ""
5047
 
5048
- #: core/lib/wpbc_all_translations.php:935 inc/_bm/admin/page-cost-advanced.php:659
5049
  #, php-format
5050
  msgid ""
5051
  "For example, if the original cost of the booking is %s, then after applying additional costs the "
5052
  "total cost will be folowing"
5053
  msgstr ""
5054
 
5055
- #: core/lib/wpbc_all_translations.php:936 inc/_bm/admin/page-cost-advanced.php:662
5056
  msgid "Enter fixed cost"
5057
  msgstr ""
5058
 
5059
- #: core/lib/wpbc_all_translations.php:937 inc/_bm/admin/page-cost-advanced.php:662
5060
  #: inc/_bm/admin/page-cost-advanced.php:665 inc/_bm/admin/page-cost-advanced.php:671
5061
  #: inc/_bm/admin/page-cost-advanced.php:681
5062
  #, php-format
5063
  msgid "%s, then total cost will be %s"
5064
  msgstr ""
5065
 
5066
- #: core/lib/wpbc_all_translations.php:938 inc/_bm/admin/page-cost-advanced.php:665
5067
  msgid "Enter percentage of the entire booking"
5068
  msgstr ""
5069
 
5070
- #: core/lib/wpbc_all_translations.php:939 inc/_bm/admin/page-cost-advanced.php:668
5071
  msgid "Enter fixed amount for each selected day"
5072
  msgstr ""
5073
 
5074
- #: core/lib/wpbc_all_translations.php:940 inc/_bm/admin/page-cost-advanced.php:668
5075
  #, php-format
5076
  msgid "%s, then total cost will be (if selected 3 days) %s"
5077
  msgstr ""
5078
 
5079
- #: core/lib/wpbc_all_translations.php:941 inc/_bm/admin/page-cost-advanced.php:668
5080
  #: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
5081
  #: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
5082
  msgid "or"
5083
  msgstr ""
5084
 
5085
- #: core/lib/wpbc_all_translations.php:942 inc/_bm/admin/page-cost-advanced.php:671
5086
  msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
5087
  msgstr ""
5088
 
5089
- #: core/lib/wpbc_all_translations.php:943 inc/_bm/admin/page-cost-advanced.php:674
5090
  #: inc/_bm/admin/page-cost-advanced.php:687
5091
  #, php-format
5092
  msgid "Please check more info about configuration of this cost settings on this %spage%s."
5093
  msgstr ""
5094
 
5095
- #: core/lib/wpbc_all_translations.php:944 inc/_bm/admin/page-cost-deposit.php:73
5096
  msgid "Set Deposit"
5097
  msgstr ""
5098
 
5099
- #: core/lib/wpbc_all_translations.php:945 inc/_bm/admin/page-cost-deposit.php:135
5100
  msgid "deposit payment for booking resource"
5101
  msgstr ""
5102
 
5103
- #: core/lib/wpbc_all_translations.php:946 inc/_bm/admin/page-cost-deposit.php:153
5104
  #: inc/_bm/admin/page-cost-deposit.php:162
5105
  msgid "Deposit amount"
5106
  msgstr ""
5107
 
5108
- #: core/lib/wpbc_all_translations.php:947 inc/_bm/admin/page-cost-deposit.php:199
5109
  #: inc/_bm/admin/page-cost-early-late-booking.php:203
5110
  #: inc/_bm/admin/page-cost-early-late-booking.php:404
5111
  msgid "fixed total in"
5112
  msgstr ""
5113
 
5114
- #: core/lib/wpbc_all_translations.php:948 inc/_bm/admin/page-cost-deposit.php:200
5115
  #: inc/_bm/admin/page-cost-early-late-booking.php:204
5116
  #: inc/_bm/admin/page-cost-early-late-booking.php:405
5117
  msgid "of payment"
5118
  msgstr ""
5119
 
5120
- #: core/lib/wpbc_all_translations.php:949 inc/_bm/admin/page-cost-deposit.php:209
5121
  #: inc/_bm/admin/page-cost-early-late-booking.php:213
5122
  #: inc/_bm/admin/page-cost-early-late-booking.php:414
5123
  msgid "Conditions"
5124
  msgstr ""
5125
 
5126
- #: core/lib/wpbc_all_translations.php:950 inc/_bm/admin/page-cost-deposit.php:219
5127
  #, php-format
5128
  msgid ""
5129
  "Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
5130
  msgstr ""
5131
 
5132
- #: core/lib/wpbc_all_translations.php:951 inc/_bm/admin/page-cost-deposit.php:271
5133
  #, php-format
5134
  msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
5135
  msgstr ""
5136
 
5137
- #: core/lib/wpbc_all_translations.php:952 inc/_bm/admin/page-cost-deposit.php:275
5138
  #: inc/_bm/admin/page-cost-early-late-booking.php:280
5139
  #: inc/_bm/admin/page-cost-early-late-booking.php:480 inc/_bm/admin/page-cost-valuation.php:542
5140
  msgid "Any days"
5141
  msgstr ""
5142
 
5143
- #: core/lib/wpbc_all_translations.php:953 inc/_bm/admin/page-cost-deposit.php:342
5144
  msgid "Deposit payment total"
5145
  msgstr ""
5146
 
5147
- #: core/lib/wpbc_all_translations.php:954 inc/_bm/admin/page-cost-rate.php:69
5148
  msgid "Set Rates"
5149
  msgstr ""
5150
 
5151
- #: core/lib/wpbc_all_translations.php:955 inc/_bm/admin/page-cost-rate.php:163
5152
  #: inc/_bm/admin/page-cost.php:676 inc/_bm/admin/page-cost.php:677
5153
  msgid "Rates"
5154
  msgstr ""
5155
 
5156
- #: core/lib/wpbc_all_translations.php:956 inc/_bm/admin/page-cost-rate.php:167
5157
  msgid "Seasonal price"
5158
  msgstr ""
5159
 
5160
- #: core/lib/wpbc_all_translations.php:957 inc/_bm/admin/page-cost-rate.php:171
5161
  #: inc/_bm/admin/page-cost-valuation.php:198
5162
  msgid "Season"
5163
  msgstr ""
5164
 
5165
- #: core/lib/wpbc_all_translations.php:958 inc/_bm/admin/page-cost-rate.php:215
5166
  #, php-format
5167
  msgid ""
5168
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
5169
  "booking resource (%s) or %sAdd a new seasonal filter%s"
5170
  msgstr ""
5171
 
5172
- #: core/lib/wpbc_all_translations.php:959 inc/_bm/admin/page-cost-valuation.php:96
5173
  #: inc/_bm/admin/page-cost.php:220 inc/_bm/admin/page-cost.php:229
5174
  msgid "Set Valuation Days"
5175
  msgstr ""
5176
 
5177
- #: core/lib/wpbc_all_translations.php:960 inc/_bm/admin/page-cost-valuation.php:185
5178
  #: inc/_mu/admin/page-users.php:437
5179
  msgid "Status"
5180
  msgstr ""
5181
 
5182
- #: core/lib/wpbc_all_translations.php:961 inc/_bm/admin/page-cost-valuation.php:194
5183
  msgid "Costs"
5184
  msgstr ""
5185
 
5186
- #: core/lib/wpbc_all_translations.php:962 inc/_bm/admin/page-cost-valuation.php:249
5187
  msgid "Add new cost"
5188
  msgstr ""
5189
 
5190
- #: core/lib/wpbc_all_translations.php:963 inc/_bm/admin/page-cost-valuation.php:272
5191
  #, php-format
5192
  msgid ""
5193
  "Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
5194
  "the list."
5195
  msgstr ""
5196
 
5197
- #: core/lib/wpbc_all_translations.php:964 inc/_bm/admin/page-cost-valuation.php:275
5198
  #, php-format
5199
  msgid ""
5200
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
5201
  "terms %s"
5202
  msgstr ""
5203
 
5204
- #: core/lib/wpbc_all_translations.php:965 inc/_bm/admin/page-cost-valuation.php:275
5205
  #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:450
5206
  msgid "Together"
5207
  msgstr ""
5208
 
5209
- #: core/lib/wpbc_all_translations.php:966 inc/_bm/admin/page-cost-valuation.php:275
5210
  #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:282
5211
  #: inc/_bm/admin/page-cost-valuation.php:284 inc/_bm/admin/page-cost-valuation.php:448
5212
  msgid "For"
5213
  msgstr ""
5214
 
5215
- #: core/lib/wpbc_all_translations.php:967 inc/_bm/admin/page-cost-valuation.php:278
5216
  #, php-format
5217
  msgid "%s and %s terms have higher priority than a range %s days."
5218
  msgstr ""
5219
 
5220
- #: core/lib/wpbc_all_translations.php:968 inc/_bm/admin/page-cost-valuation.php:282
5221
  #, php-format
5222
  msgid "%s - definition of check-out date."
5223
  msgstr ""
5224
 
5225
- #: core/lib/wpbc_all_translations.php:969 inc/_bm/admin/page-cost-valuation.php:284
5226
  #: inc/_bs/admin/api-settings-s.php:199 inc/_bs/admin/api-settings-s.php:325
5227
  #: inc/_bs/admin/api-settings-s.php:338 inc/_ps/form/class-wpbc-form-help.php:532
5228
  #: inc/_ps/form/class-wpbc-form-help.php:535
5229
  msgid "Example"
5230
  msgstr ""
5231
 
5232
- #: core/lib/wpbc_all_translations.php:970 inc/_bm/admin/page-cost-valuation.php:291
5233
  msgid ""
5234
  "Specific cost will take affect, only if it active (the box at the left side is checked) and if "
5235
  "\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
5236
  msgstr ""
5237
 
5238
- #: core/lib/wpbc_all_translations.php:971 inc/_bm/admin/page-cost-valuation.php:335
5239
  #: inc/_bm/admin/page-cost-valuation.php:336 inc/_bm/biz_m.php:219 inc/_bm/biz_m.php:251
5240
  #: inc/_bm/biz_m.php:252
5241
  msgid " for all days!"
5242
  msgstr ""
5243
 
5244
- #: core/lib/wpbc_all_translations.php:972 inc/_bm/admin/page-cost-valuation.php:341
5245
  #: inc/_bm/admin/page-cost-valuation.php:502 inc/_bm/biz_m.php:217 inc/_bm/biz_m.php:249
5246
  msgid "from the cost of 1 day "
5247
  msgstr ""
5248
 
5249
- #: core/lib/wpbc_all_translations.php:973 inc/_bm/admin/page-cost-valuation.php:342
5250
  #: inc/_bm/admin/page-cost-valuation.php:503 inc/_bm/biz_m.php:216 inc/_bm/biz_m.php:248
5251
  msgid "per 1 day"
5252
  msgstr ""
5253
 
5254
- #: core/lib/wpbc_all_translations.php:974 inc/_bm/admin/page-cost-valuation.php:470
5255
  #: inc/_bm/admin/page-seasons.php:1564
5256
  msgid "to"
5257
  msgstr ""
5258
 
5259
- #: core/lib/wpbc_all_translations.php:975 inc/_bm/admin/page-cost-valuation.php:504
5260
  #: inc/_bm/biz_m.php:218 inc/_bm/biz_m.php:250
5261
  #, php-format
5262
  msgid "Additional cost in %s per 1 day"
5263
  msgstr ""
5264
 
5265
- #: core/lib/wpbc_all_translations.php:976 inc/_bm/admin/page-cost.php:49
5266
  msgid "Customization of rates, valuation days cost and deposit amount "
5267
  msgstr ""
5268
 
5269
- #: core/lib/wpbc_all_translations.php:977 inc/_bm/admin/page-cost.php:50
5270
  msgid "Costs and Rates Settings"
5271
  msgstr ""
5272
 
5273
- #: core/lib/wpbc_all_translations.php:978 inc/_bm/admin/page-cost.php:219
5274
  #: inc/_bm/admin/page-cost.php:228
5275
  msgid "Set Rate"
5276
  msgstr ""
5277
 
5278
- #: core/lib/wpbc_all_translations.php:979 inc/_bm/admin/page-cost.php:221
5279
  #: inc/_bm/admin/page-cost.php:230
5280
  msgid "Set Deposit Amount"
5281
  msgstr ""
5282
 
5283
- #: core/lib/wpbc_all_translations.php:980 inc/_bm/admin/page-cost.php:683
5284
  #: inc/_bm/admin/page-cost.php:684
5285
  msgid "Valuation days"
5286
  msgstr ""
5287
 
5288
- #: core/lib/wpbc_all_translations.php:981 inc/_bm/admin/page-cost.php:690
5289
  #: inc/_bm/admin/page-cost.php:691 inc/gateways/page-gateways.php:1435
5290
  msgid "Deposit"
5291
  msgstr ""
5292
 
5293
- #: core/lib/wpbc_all_translations.php:982 inc/_bm/admin/page-seasons.php:46
5294
  msgid "Customizaton of Season Filters"
5295
  msgstr ""
5296
 
5297
- #: core/lib/wpbc_all_translations.php:983 inc/_bm/admin/page-seasons.php:680
5298
  #: inc/_bm/admin/page-seasons.php:815
5299
  msgid "Specific Dates Filter"
5300
  msgstr ""
5301
 
5302
- #: core/lib/wpbc_all_translations.php:984 inc/_bm/admin/page-seasons.php:743
5303
  #: inc/_bm/admin/page-seasons.php:821
5304
  msgid "Conditional Dates Filter"
5305
  msgstr ""
5306
 
5307
- #: core/lib/wpbc_all_translations.php:985 inc/_bm/admin/page-seasons.php:956
5308
  #: inc/_bm/admin/page-seasons.php:1257
5309
  msgid "Filter Name"
5310
  msgstr ""
5311
 
5312
- #: core/lib/wpbc_all_translations.php:986 inc/_bm/admin/page-seasons.php:957
5313
  #: inc/_bm/admin/page-seasons.php:1258
5314
  msgid "Type filter name"
5315
  msgstr ""
5316
 
5317
- #: core/lib/wpbc_all_translations.php:987 inc/_bm/admin/page-seasons.php:990
5318
  msgid "Weekdays"
5319
  msgstr ""
5320
 
5321
- #: core/lib/wpbc_all_translations.php:988 inc/_bm/admin/page-seasons.php:1106
5322
  msgid "Months"
5323
  msgstr ""
5324
 
5325
- #: core/lib/wpbc_all_translations.php:989 inc/_bm/admin/page-seasons.php:1108
5326
  #: inc/_bm/admin/page-seasons.php:1283
5327
  msgid "January"
5328
  msgstr ""
5329
 
5330
- #: core/lib/wpbc_all_translations.php:990 inc/_bm/admin/page-seasons.php:1109
5331
  #: inc/_bm/admin/page-seasons.php:1284
5332
  msgid "February"
5333
  msgstr ""
5334
 
5335
- #: core/lib/wpbc_all_translations.php:991 inc/_bm/admin/page-seasons.php:1110
5336
  #: inc/_bm/admin/page-seasons.php:1285
5337
  msgid "March"
5338
  msgstr ""
5339
 
5340
- #: core/lib/wpbc_all_translations.php:992 inc/_bm/admin/page-seasons.php:1111
5341
  #: inc/_bm/admin/page-seasons.php:1286
5342
  msgid "April"
5343
  msgstr ""
5344
 
5345
- #: core/lib/wpbc_all_translations.php:993 inc/_bm/admin/page-seasons.php:1112
5346
  #: inc/_bm/admin/page-seasons.php:1287 inc/_bm/admin/page-seasons.php:1490
5347
  msgid "May"
5348
  msgstr ""
5349
 
5350
- #: core/lib/wpbc_all_translations.php:994 inc/_bm/admin/page-seasons.php:1113
5351
  #: inc/_bm/admin/page-seasons.php:1288
5352
  msgid "June"
5353
  msgstr ""
5354
 
5355
- #: core/lib/wpbc_all_translations.php:995 inc/_bm/admin/page-seasons.php:1114
5356
  #: inc/_bm/admin/page-seasons.php:1289
5357
  msgid "July"
5358
  msgstr ""
5359
 
5360
- #: core/lib/wpbc_all_translations.php:996 inc/_bm/admin/page-seasons.php:1115
5361
  #: inc/_bm/admin/page-seasons.php:1290
5362
  msgid "August"
5363
  msgstr ""
5364
 
5365
- #: core/lib/wpbc_all_translations.php:997 inc/_bm/admin/page-seasons.php:1116
5366
  #: inc/_bm/admin/page-seasons.php:1291
5367
  msgid "September"
5368
  msgstr ""
5369
 
5370
- #: core/lib/wpbc_all_translations.php:998 inc/_bm/admin/page-seasons.php:1117
5371
  #: inc/_bm/admin/page-seasons.php:1292
5372
  msgid "October"
5373
  msgstr ""
5374
 
5375
- #: core/lib/wpbc_all_translations1.php:2 inc/_bm/admin/page-seasons.php:1118
5376
  #: inc/_bm/admin/page-seasons.php:1293
5377
  msgid "November"
5378
  msgstr ""
5379
 
5380
- #: core/lib/wpbc_all_translations1.php:3 inc/_bm/admin/page-seasons.php:1119
5381
  #: inc/_bm/admin/page-seasons.php:1294
5382
  msgid "December"
5383
  msgstr ""
5384
 
5385
- #: core/lib/wpbc_all_translations1.php:4 inc/_bm/admin/page-seasons.php:1174
5386
  msgid "Years"
5387
  msgstr ""
5388
 
5389
- #: core/lib/wpbc_all_translations1.php:5 inc/_bm/admin/page-seasons.php:1272
5390
  #: inc/_bm/admin/page-seasons.php:1487
5391
  msgid "Mo"
5392
  msgstr ""
5393
 
5394
- #: core/lib/wpbc_all_translations1.php:6 inc/_bm/admin/page-seasons.php:1273
5395
  #: inc/_bm/admin/page-seasons.php:1487
5396
  msgid "Tu"
5397
  msgstr ""
5398
 
5399
- #: core/lib/wpbc_all_translations1.php:7 inc/_bm/admin/page-seasons.php:1274
5400
  #: inc/_bm/admin/page-seasons.php:1487
5401
  msgid "We"
5402
  msgstr ""
5403
 
5404
- #: core/lib/wpbc_all_translations1.php:8 inc/_bm/admin/page-seasons.php:1275
5405
  #: inc/_bm/admin/page-seasons.php:1487
5406
  msgid "Th"
5407
  msgstr ""
5408
 
5409
- #: core/lib/wpbc_all_translations1.php:9 inc/_bm/admin/page-seasons.php:1276
5410
  #: inc/_bm/admin/page-seasons.php:1487
5411
  msgid "Fr"
5412
  msgstr ""
5413
 
5414
- #: core/lib/wpbc_all_translations1.php:10 inc/_bm/admin/page-seasons.php:1277
5415
  #: inc/_bm/admin/page-seasons.php:1487
5416
  msgid "Sa"
5417
  msgstr ""
5418
 
5419
- #: core/lib/wpbc_all_translations1.php:11 inc/_bm/admin/page-seasons.php:1278
5420
  #: inc/_bm/admin/page-seasons.php:1487
5421
  msgid "Su"
5422
  msgstr ""
5423
 
5424
- #: core/lib/wpbc_all_translations1.php:12 inc/_bm/admin/page-seasons.php:1489
5425
  msgid "Jan"
5426
  msgstr ""
5427
 
5428
- #: core/lib/wpbc_all_translations1.php:13 inc/_bm/admin/page-seasons.php:1489
5429
  msgid "Feb"
5430
  msgstr ""
5431
 
5432
- #: core/lib/wpbc_all_translations1.php:14 inc/_bm/admin/page-seasons.php:1490
5433
  msgid "Mar"
5434
  msgstr ""
5435
 
5436
- #: core/lib/wpbc_all_translations1.php:15 inc/_bm/admin/page-seasons.php:1490
5437
  msgid "Apr"
5438
  msgstr ""
5439
 
5440
- #: core/lib/wpbc_all_translations1.php:16 inc/_bm/admin/page-seasons.php:1491
5441
  msgid "Jun"
5442
  msgstr ""
5443
 
5444
- #: core/lib/wpbc_all_translations1.php:17 inc/_bm/admin/page-seasons.php:1491
5445
  msgid "Jul"
5446
  msgstr ""
5447
 
5448
- #: core/lib/wpbc_all_translations1.php:18 inc/_bm/admin/page-seasons.php:1491
5449
  msgid "Aug"
5450
  msgstr ""
5451
 
5452
- #: core/lib/wpbc_all_translations1.php:19 inc/_bm/admin/page-seasons.php:1492
5453
  msgid "Sep"
5454
  msgstr ""
5455
 
5456
- #: core/lib/wpbc_all_translations1.php:20 inc/_bm/admin/page-seasons.php:1492
5457
  msgid "Oct"
5458
  msgstr ""
5459
 
5460
- #: core/lib/wpbc_all_translations1.php:21 inc/_bm/admin/page-seasons.php:1492
5461
  msgid "Nov"
5462
  msgstr ""
5463
 
5464
- #: core/lib/wpbc_all_translations1.php:22 inc/_bm/admin/page-seasons.php:1492
5465
  msgid "Dec"
5466
  msgstr ""
5467
 
5468
- #: core/lib/wpbc_all_translations1.php:23 inc/_bm/admin/page-seasons.php:1562
5469
  #: inc/_bm/admin/page-seasons.php:1580 inc/_bm/admin/page-seasons.php:1602
5470
  #: inc/_bm/admin/page-seasons.php:1626 inc/_bm/admin/page-seasons.php:1644
5471
  msgid "No days"
5472
  msgstr ""
5473
 
5474
- #: core/lib/wpbc_all_translations1.php:24 inc/_bm/admin/page-seasons.php:1564
5475
  msgid "time"
5476
  msgstr ""
5477
 
5478
- #: core/lib/wpbc_all_translations1.php:25 inc/_bm/admin/page-seasons.php:1582
5479
  msgid "Every"
5480
  msgstr ""
5481
 
5482
- #: core/lib/wpbc_all_translations1.php:26 inc/_bm/admin/page-seasons.php:1598
5483
  msgid "Each day "
5484
  msgstr ""
5485
 
5486
- #: core/lib/wpbc_all_translations1.php:27 inc/_bm/admin/page-seasons.php:1600
5487
  msgid "on each day "
5488
  msgstr ""
5489
 
5490
- #: core/lib/wpbc_all_translations1.php:28 inc/_bm/admin/page-seasons.php:1605
5491
  msgid "On each "
5492
  msgstr ""
5493
 
5494
- #: core/lib/wpbc_all_translations1.php:29 inc/_bm/admin/page-seasons.php:1607
5495
  msgid "on each "
5496
  msgstr ""
5497
 
5498
- #: core/lib/wpbc_all_translations1.php:30 inc/_bm/admin/page-seasons.php:1624
5499
  msgid "of every month "
5500
  msgstr ""
5501
 
5502
- #: core/lib/wpbc_all_translations1.php:31 inc/_bm/admin/page-seasons.php:1628
5503
  msgid "of"
5504
  msgstr ""
5505
 
5506
- #: core/lib/wpbc_all_translations1.php:32 inc/_bm/biz_m.php:220
5507
  msgid "for all days!"
5508
  msgstr ""
5509
 
5510
- #: core/lib/wpbc_all_translations1.php:33 inc/_bm/biz_m.php:764
5511
  msgid "Standard booking resource cost"
5512
  msgstr ""
5513
 
5514
- #: core/lib/wpbc_all_translations1.php:34 inc/_bm/biz_m.php:765
5515
  msgid "Total booking resource cost"
5516
  msgstr ""
5517
 
5518
- #: core/lib/wpbc_all_translations1.php:35 inc/_bm/m-toolbar.php:298
5519
  msgid "Delete selected booking form"
5520
  msgstr ""
5521
 
5522
- #: core/lib/wpbc_all_translations1.php:36 inc/_bm/m-toolbar.php:302
5523
  msgid "Do you really want to delete selected booking form ?"
5524
  msgstr ""
5525
 
5526
- #: core/lib/wpbc_all_translations1.php:37 inc/_bm/m-toolbar.php:327 inc/_bm/m-toolbar.php:328
5527
  msgid "Add New Custom Form"
5528
  msgstr ""
5529
 
5530
- #: core/lib/wpbc_all_translations1.php:38 inc/_bm/m-toolbar.php:361
5531
  msgid "Type the name of booking form"
5532
  msgstr ""
5533
 
5534
- #: core/lib/wpbc_all_translations1.php:39 inc/_bm/m-toolbar.php:368
5535
  msgid "Create"
5536
  msgstr ""
5537
 
5538
- #: core/lib/wpbc_all_translations1.php:40 inc/_bm/m-toolbar.php:369
5539
  msgid "Create new form"
5540
  msgstr ""
5541
 
5542
- #: core/lib/wpbc_all_translations1.php:41 inc/_bm/m-toolbar.php:564
5543
  msgid "There are no extended booking forms"
5544
  msgstr ""
5545
 
5546
- #: core/lib/wpbc_all_translations1.php:42 inc/_bm/m-toolbar.php:608 inc/_bm/m-toolbar.php:610
5547
  msgid "Create conditional days filter"
5548
  msgstr ""
5549
 
5550
- #: core/lib/wpbc_all_translations1.php:43 inc/_bs/admin/activation-s.php:93
5551
  #: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
5552
  msgid "Apartment#1"
5553
  msgstr ""
5554
 
5555
- #: core/lib/wpbc_all_translations1.php:44 inc/_bs/admin/activation-s.php:94
5556
  #: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
5557
  msgid "Apartment#2"
5558
  msgstr ""
5559
 
5560
- #: core/lib/wpbc_all_translations1.php:45 inc/_bs/admin/activation-s.php:95
5561
  #: inc/_ps/admin/activation-p.php:48
5562
  msgid "Apartment#3"
5563
  msgstr ""
5564
 
5565
- #: core/lib/wpbc_all_translations1.php:46 inc/_bs/admin/api-settings-s.php:31
5566
  msgid "Range days"
5567
  msgstr ""
5568
 
5569
- #: core/lib/wpbc_all_translations1.php:47 inc/_bs/admin/api-settings-s.php:46
5570
  #, php-format
5571
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
5572
  msgstr ""
5573
 
5574
- #: core/lib/wpbc_all_translations1.php:48 inc/_bs/admin/api-settings-s.php:48
5575
  #, php-format
5576
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
5577
  msgstr ""
5578
 
5579
- #: core/lib/wpbc_all_translations1.php:49 inc/_bs/admin/api-settings-s.php:74
5580
  #: inc/_bs/admin/api-settings-s.php:138
5581
  msgid "Days selection number"
5582
  msgstr ""
5583
 
5584
- #: core/lib/wpbc_all_translations1.php:50 inc/_bs/admin/api-settings-s.php:75
5585
  #, php-format
5586
  msgid "Type your %snumber of days for range selection%s"
5587
  msgstr ""
5588
 
5589
- #: core/lib/wpbc_all_translations1.php:51 inc/_bs/admin/api-settings-s.php:83
5590
  #: inc/_bs/admin/api-settings-s.php:211
5591
  msgid "Specific day(s) of week"
5592
  msgstr ""
5593
 
5594
- #: core/lib/wpbc_all_translations1.php:52 inc/_bs/admin/api-settings-s.php:84
5595
  #: inc/_bs/admin/api-settings-s.php:215
5596
  msgid "Any day of week"
5597
  msgstr ""
5598
 
5599
- #: core/lib/wpbc_all_translations1.php:53 inc/_bs/admin/api-settings-s.php:90
5600
  #: inc/_bs/admin/api-settings-s.php:223
5601
  msgid "Start day of range"
5602
  msgstr ""
5603
 
5604
- #: core/lib/wpbc_all_translations1.php:54 inc/_bs/admin/api-settings-s.php:119
5605
  #: inc/_bs/admin/api-settings-s.php:252
5606
  msgid "Select your start day of range selection at week"
5607
  msgstr ""
5608
 
5609
- #: core/lib/wpbc_all_translations1.php:55 inc/_bs/admin/api-settings-s.php:152
5610
  #: inc/_bs/admin/api-settings-s.php:157
5611
  msgid "Min"
5612
  msgstr ""
5613
 
5614
- #: core/lib/wpbc_all_translations1.php:56 inc/_bs/admin/api-settings-s.php:170
5615
  #: inc/_bs/admin/api-settings-s.php:175
5616
  msgid "Max"
5617
  msgstr ""
5618
 
5619
- #: core/lib/wpbc_all_translations1.php:57 inc/_bs/admin/api-settings-s.php:187
5620
  #, php-format
5621
  msgid "Select your %sminimum and maximum number of days for range selection%s"
5622
  msgstr ""
5623
 
5624
- #: core/lib/wpbc_all_translations1.php:58 inc/_bs/admin/api-settings-s.php:198
5625
  msgid "Specific days selections"
5626
  msgstr ""
5627
 
5628
- #: core/lib/wpbc_all_translations1.php:59 inc/_bs/admin/api-settings-s.php:200
5629
  #, php-format
5630
  msgid ""
5631
  "Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
@@ -5633,632 +5643,632 @@ msgid ""
5633
  "this: %s) or combination (example:%s, its the same like this: %s)"
5634
  msgstr ""
5635
 
5636
- #: core/lib/wpbc_all_translations1.php:60 inc/_bs/admin/api-settings-s.php:281
5637
  msgid "Use time selections as recurrent time slots"
5638
  msgstr ""
5639
 
5640
- #: core/lib/wpbc_all_translations1.php:61 inc/_bs/admin/api-settings-s.php:282
5641
  msgid ""
5642
  "Check this box if you want to use recurrent time to reserve several days. This means that middle "
5643
  "days will be partially booked by actual times, otherwise the time in the booking form will be "
5644
  "used as check-in/check-out time for the first and last day of the reservation."
5645
  msgstr ""
5646
 
5647
- #: core/lib/wpbc_all_translations1.php:62 inc/_bs/admin/api-settings-s.php:315
5648
  msgid "Check this option, to use check in/out time during booking process. "
5649
  msgstr ""
5650
 
5651
- #: core/lib/wpbc_all_translations1.php:63 inc/_bs/admin/api-settings-s.php:316
5652
  #, php-format
5653
  msgid "%s Important!%s This will overwrite any times selection in your booking form."
5654
  msgstr ""
5655
 
5656
- #: core/lib/wpbc_all_translations1.php:64 inc/_bs/admin/api-settings-s.php:323
5657
  msgid "Check-in time"
5658
  msgstr ""
5659
 
5660
- #: core/lib/wpbc_all_translations1.php:65 inc/_bs/admin/api-settings-s.php:324
5661
  #, php-format
5662
  msgid "Type your %sCheck-in%s time of booking"
5663
  msgstr ""
5664
 
5665
- #: core/lib/wpbc_all_translations1.php:66 inc/_bs/admin/api-settings-s.php:336
5666
  msgid "Check-Out time"
5667
  msgstr ""
5668
 
5669
- #: core/lib/wpbc_all_translations1.php:67 inc/_bs/admin/api-settings-s.php:337
5670
  #, php-format
5671
  msgid "Type your %sCheck-Out%s time of booking"
5672
  msgstr ""
5673
 
5674
- #: core/lib/wpbc_all_translations1.php:68 inc/_bs/admin/api-settings-s.php:351
5675
  msgid "Change over days as triangles"
5676
  msgstr ""
5677
 
5678
- #: core/lib/wpbc_all_translations1.php:69 inc/_bs/admin/api-settings-s.php:352
5679
  msgid "Check this option, to show change over days as triangles. "
5680
  msgstr ""
5681
 
5682
- #: core/lib/wpbc_all_translations1.php:70 inc/_bs/admin/api-settings-s.php:377
5683
  msgid "Title of booked timeslot(s)"
5684
  msgstr ""
5685
 
5686
- #: core/lib/wpbc_all_translations1.php:71 inc/_bs/admin/api-settings-s.php:378
5687
  #, php-format
5688
  msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
5689
  msgstr ""
5690
 
5691
- #: core/lib/wpbc_all_translations1.php:72 inc/_bs/admin/api-settings-s.php:418
5692
  msgid "Time Format"
5693
  msgstr ""
5694
 
5695
- #: core/lib/wpbc_all_translations1.php:73 inc/_bs/admin/api-settings-s.php:452
5696
  #, php-format
5697
  msgid ""
5698
  "Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
5699
  msgstr ""
5700
 
5701
- #: core/lib/wpbc_all_translations1.php:74 inc/_bs/admin/api-settings-s.php:478
5702
  msgid "Auto approve all new bookings"
5703
  msgstr ""
5704
 
5705
- #: core/lib/wpbc_all_translations1.php:75 inc/_bs/admin/api-settings-s.php:479
5706
  #, php-format
5707
  msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
5708
  msgstr ""
5709
 
5710
- #: core/lib/wpbc_all_translations1.php:76 inc/_bs/admin/api-settings-s.php:517
5711
  #, php-format
5712
  msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
5713
  msgstr ""
5714
 
5715
- #: core/lib/wpbc_all_translations1.php:77 inc/_bs/admin/api-settings-s.php:541
5716
  msgid "Cancel bookings older"
5717
  msgstr ""
5718
 
5719
- #: core/lib/wpbc_all_translations1.php:78 inc/_bs/admin/api-settings-s.php:542
5720
  msgid "Cancel only pending, unpaid bookings, which are older than this selection."
5721
  msgstr ""
5722
 
5723
- #: core/lib/wpbc_all_translations1.php:79 inc/_bs/admin/api-settings-s.php:550
5724
  msgid "Cancellation email sent"
5725
  msgstr ""
5726
 
5727
- #: core/lib/wpbc_all_translations1.php:80 inc/_bs/admin/api-settings-s.php:551
5728
  #, php-format
5729
  msgid "Check this box to %ssend%s cancellation email for this resource."
5730
  msgstr ""
5731
 
5732
- #: core/lib/wpbc_all_translations1.php:81 inc/_bs/admin/api-settings-s.php:559
5733
  #: inc/_bs/admin/api-settings-s.php:560
5734
  msgid "Reason for cancellation"
5735
  msgstr ""
5736
 
5737
- #: core/lib/wpbc_all_translations1.php:82 inc/_bs/admin/api-settings-s.php:561
5738
  #, php-format
5739
  msgid "Type the reason for %scancellation%s for the email template."
5740
  msgstr ""
5741
 
5742
- #: core/lib/wpbc_all_translations1.php:83 inc/_bs/admin/page-email-payment.php:560
5743
  msgid "Payment request"
5744
  msgstr ""
5745
 
5746
- #: core/lib/wpbc_all_translations1.php:84 inc/_bs/admin/page-email-payment.php:562
5747
  msgid "Customization of email template, which is sending to Visitor after payment request"
5748
  msgstr ""
5749
 
5750
- #: core/lib/wpbc_all_translations1.php:85
5751
  msgid "Email with Payment Request which is sending to Visitor."
5752
  msgstr ""
5753
 
5754
- #: core/lib/wpbc_all_translations1.php:86 core/wpbc-js.php:136
5755
  msgid "Error! Please reset your check-in/check-out dates above."
5756
  msgstr ""
5757
 
5758
- #: core/lib/wpbc_all_translations1.php:87 core/wpbc-js.php:137
5759
  msgid ""
5760
  "Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
5761
  "another date or time."
5762
  msgstr ""
5763
 
5764
- #: core/lib/wpbc_all_translations1.php:88 core/wpbc-js.php:138
5765
  msgid ""
5766
  "End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
5767
  "also be earlier that the start time, if only 1 day was selected! Please choose another date or "
5768
  "time."
5769
  msgstr ""
5770
 
5771
- #: core/lib/wpbc_all_translations1.php:89 core/wpbc-js.php:139 core/wpbc-js.php:140
5772
  msgid "The time(s) may be booked, or already in the past!"
5773
  msgstr ""
5774
 
5775
- #: core/lib/wpbc_all_translations1.php:90 inc/_bs/biz_s.php:408
5776
  msgid "Cost saved successfully"
5777
  msgstr ""
5778
 
5779
- #: core/lib/wpbc_all_translations1.php:91 inc/_bs/biz_s.php:415
5780
  msgid "Cost is not correct. It must be greater than 0"
5781
  msgstr ""
5782
 
5783
- #: core/lib/wpbc_all_translations1.php:92 inc/_bs/biz_s.php:600
5784
  msgid "Request has been sent"
5785
  msgstr ""
5786
 
5787
- #: core/lib/wpbc_all_translations1.php:93 inc/_bs/biz_s.php:607
5788
  msgid "Request has failed"
5789
  msgstr ""
5790
 
5791
- #: core/lib/wpbc_all_translations1.php:94 inc/_bs/biz_s.php:638
5792
  msgid "The payment status is changed successfully"
5793
  msgstr ""
5794
 
5795
- #: core/lib/wpbc_all_translations1.php:95 inc/_bs/biz_s.php:645
5796
  msgid "The changing of payment status is failed"
5797
  msgstr ""
5798
 
5799
- #: core/lib/wpbc_all_translations1.php:96 inc/_bs/biz_s.php:1050
5800
  msgid "deposit"
5801
  msgstr ""
5802
 
5803
- #: core/lib/wpbc_all_translations1.php:97 inc/_bs/biz_s.php:1051
5804
  msgid "Total cost"
5805
  msgstr ""
5806
 
5807
- #: core/lib/wpbc_all_translations1.php:98 inc/_bs/biz_s.php:1052
5808
  msgid "balance"
5809
  msgstr ""
5810
 
5811
- #: core/lib/wpbc_all_translations1.php:99 inc/_bs/lib_s.php:41 inc/_bs/lib_s.php:72
5812
  #: inc/_bs/s-toolbar.php:94
5813
  msgid "Payment status"
5814
  msgstr ""
5815
 
5816
- #: core/lib/wpbc_all_translations1.php:100 inc/_bs/lib_s.php:45
5817
  msgid "Any Status"
5818
  msgstr ""
5819
 
5820
- #: core/lib/wpbc_all_translations1.php:101 inc/_bs/lib_s.php:48
5821
  msgid "Unknown Status"
5822
  msgstr ""
5823
 
5824
- #: core/lib/wpbc_all_translations1.php:102 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:325
5825
  msgid "Not Completed"
5826
  msgstr ""
5827
 
5828
- #: core/lib/wpbc_all_translations1.php:103 inc/_bs/lib_s.php:50 inc/_bs/lib_s.php:314
5829
  #: inc/_bs/lib_s.php:334
5830
  msgid "Failed"
5831
  msgstr ""
5832
 
5833
- #: core/lib/wpbc_all_translations1.php:104 inc/_bs/lib_s.php:140
5834
  msgid "min"
5835
  msgstr ""
5836
 
5837
- #: core/lib/wpbc_all_translations1.php:105 inc/_bs/lib_s.php:140
5838
  msgid "max"
5839
  msgstr ""
5840
 
5841
- #: core/lib/wpbc_all_translations1.php:106 inc/_bs/lib_s.php:269 inc/_bs/lib_s.php:309
5842
  #: inc/_bs/lib_s.php:327
5843
  msgid "Completed"
5844
  msgstr ""
5845
 
5846
- #: core/lib/wpbc_all_translations1.php:107 inc/_bs/lib_s.php:310 inc/_bs/lib_s.php:330
5847
  msgid "In-Progress"
5848
  msgstr ""
5849
 
5850
- #: core/lib/wpbc_all_translations1.php:108 inc/_bs/lib_s.php:312 inc/_bs/lib_s.php:347
5851
  msgid "Partially paid"
5852
  msgstr ""
5853
 
5854
- #: core/lib/wpbc_all_translations1.php:109 inc/_bs/lib_s.php:313 inc/_bs/lib_s.php:348
5855
  msgid "Cancelled"
5856
  msgstr ""
5857
 
5858
- #: core/lib/wpbc_all_translations1.php:110 inc/_bs/lib_s.php:315 inc/_bs/lib_s.php:336
5859
  msgid "Refunded"
5860
  msgstr ""
5861
 
5862
- #: core/lib/wpbc_all_translations1.php:111 inc/_bs/lib_s.php:316 inc/_bs/lib_s.php:349
5863
  msgid "Fraud"
5864
  msgstr ""
5865
 
5866
- #: core/lib/wpbc_all_translations1.php:112 inc/_bs/lib_s.php:323
5867
  msgid "!Paid OK"
5868
  msgstr ""
5869
 
5870
- #: core/lib/wpbc_all_translations1.php:113 inc/_bs/lib_s.php:324
5871
  msgid "Unknown status"
5872
  msgstr ""
5873
 
5874
- #: core/lib/wpbc_all_translations1.php:114 inc/_bs/lib_s.php:329
5875
  msgid "Processed"
5876
  msgstr ""
5877
 
5878
- #: core/lib/wpbc_all_translations1.php:115 inc/_bs/lib_s.php:331
5879
  msgid "Canceled_Reversal"
5880
  msgstr ""
5881
 
5882
- #: core/lib/wpbc_all_translations1.php:116 inc/_bs/lib_s.php:332
5883
  msgid "Denied"
5884
  msgstr ""
5885
 
5886
- #: core/lib/wpbc_all_translations1.php:117 inc/_bs/lib_s.php:333
5887
  msgid "Expired"
5888
  msgstr ""
5889
 
5890
- #: core/lib/wpbc_all_translations1.php:118 inc/_bs/lib_s.php:335
5891
  msgid "Partially_Refunded"
5892
  msgstr ""
5893
 
5894
- #: core/lib/wpbc_all_translations1.php:119 inc/_bs/lib_s.php:337
5895
  msgid "Reversed"
5896
  msgstr ""
5897
 
5898
- #: core/lib/wpbc_all_translations1.php:120 inc/_bs/lib_s.php:338
5899
  msgid "Voided"
5900
  msgstr ""
5901
 
5902
- #: core/lib/wpbc_all_translations1.php:121 inc/_bs/lib_s.php:341
5903
  msgid "Not authed"
5904
  msgstr ""
5905
 
5906
- #: core/lib/wpbc_all_translations1.php:122 inc/_bs/lib_s.php:342
5907
  msgid "Malformed"
5908
  msgstr ""
5909
 
5910
- #: core/lib/wpbc_all_translations1.php:123 inc/_bs/lib_s.php:343
5911
  msgid "Invalid"
5912
  msgstr ""
5913
 
5914
- #: core/lib/wpbc_all_translations1.php:124 inc/_bs/lib_s.php:344
5915
  msgid "Abort"
5916
  msgstr ""
5917
 
5918
- #: core/lib/wpbc_all_translations1.php:125 inc/_bs/lib_s.php:345
5919
  msgid "Rejected"
5920
  msgstr ""
5921
 
5922
- #: core/lib/wpbc_all_translations1.php:126 inc/_bs/lib_s.php:350
5923
  msgid "Suspended"
5924
  msgstr ""
5925
 
5926
- #: core/lib/wpbc_all_translations1.php:127 inc/_bs/s-toolbar.php:68
5927
  msgid "Send payment request to visitor"
5928
  msgstr ""
5929
 
5930
- #: core/lib/wpbc_all_translations1.php:128 core/timeline/v2/wpbc-class-timeline_v2.php:2650
5931
  #: inc/_bs/s-toolbar.php:110 inc/_ps/p-toolbar.php:131 inc/_ps/p-toolbar.php:507
5932
  msgid "Print"
5933
  msgstr ""
5934
 
5935
- #: core/lib/wpbc_all_translations1.php:129 inc/_bs/s-toolbar.php:136
5936
  msgid "Save cost"
5937
  msgstr ""
5938
 
5939
- #: core/lib/wpbc_all_translations1.php:130 inc/_bs/s-toolbar.php:173
5940
  msgid "Change status"
5941
  msgstr ""
5942
 
5943
- #: core/lib/wpbc_all_translations1.php:131 inc/_bs/s-toolbar.php:196
5944
  msgid "Send payment request to customer"
5945
  msgstr ""
5946
 
5947
- #: core/lib/wpbc_all_translations1.php:132 inc/_bs/s-toolbar.php:200
5948
  #, php-format
5949
  msgid "Type your %sreason for payment%s request"
5950
  msgstr ""
5951
 
5952
- #: core/lib/wpbc_all_translations1.php:133 inc/_bs/s-toolbar.php:208
5953
  msgid "Send Request"
5954
  msgstr ""
5955
 
5956
- #: core/lib/wpbc_all_translations1.php:134 inc/_bs/s-toolbar.php:230
5957
  msgid "Auto-fill form"
5958
  msgstr ""
5959
 
5960
- #: core/lib/wpbc_all_translations1.php:135 inc/_mu/admin/activation-u.php:84
5961
  msgid "Suite"
5962
  msgstr ""
5963
 
5964
- #: core/lib/wpbc_all_translations1.php:136 inc/_mu/admin/api-settings-u.php:91
5965
  #: inc/_ps/admin/br-table-export-feeds.php:89 inc/_ps/admin/br-table-import-gcal-p.php:73
5966
  msgid "User"
5967
  msgstr ""
5968
 
5969
- #: core/lib/wpbc_all_translations1.php:137 inc/_mu/admin/api-settings-u.php:437
5970
  #: inc/_mu/admin/page-users.php:254 inc/_mu/admin/page-users.php:595
5971
  #: inc/_mu/admin/page-users.php:599
5972
  msgid "Super Admin"
5973
  msgstr ""
5974
 
5975
- #: core/lib/wpbc_all_translations1.php:138 inc/_mu/admin/api-settings-u.php:441
5976
  #: inc/_mu/admin/page-users.php:289 inc/_mu/admin/page-users.php:603
5977
  #: inc/_mu/admin/page-users.php:607
5978
  msgid "Regular User"
5979
  msgstr ""
5980
 
5981
- #: core/lib/wpbc_all_translations1.php:139 inc/_mu/admin/api-settings-u.php:446
5982
  msgid "Inactive User"
5983
  msgstr ""
5984
 
5985
- #: core/lib/wpbc_all_translations1.php:140 inc/_mu/admin/page-users.php:43
5986
  #: inc/_mu/admin/page-users.php:433
5987
  msgid "Users"
5988
  msgstr ""
5989
 
5990
- #: core/lib/wpbc_all_translations1.php:141 inc/_mu/admin/page-users.php:44
5991
  msgid "Manage Users"
5992
  msgstr ""
5993
 
5994
- #: core/lib/wpbc_all_translations1.php:142 inc/_mu/admin/page-users.php:45
5995
  msgid "Users Settings"
5996
  msgstr ""
5997
 
5998
- #: core/lib/wpbc_all_translations1.php:143 inc/_mu/admin/page-users.php:209
5999
  #: inc/_mu/multiuser.php:649
6000
  msgid "User is Activated"
6001
  msgstr ""
6002
 
6003
- #: core/lib/wpbc_all_translations1.php:144 inc/_mu/admin/page-users.php:237
6004
  #: inc/_mu/multiuser.php:699
6005
  msgid "User is Deactivated"
6006
  msgstr ""
6007
 
6008
- #: core/lib/wpbc_all_translations1.php:145 inc/_mu/admin/page-users.php:441
6009
  msgid "User Role"
6010
  msgstr ""
6011
 
6012
- #: core/lib/wpbc_all_translations1.php:146 inc/_mu/admin/page-users.php:452
6013
  #: inc/_mu/admin/page-users.php:595 inc/_mu/admin/page-users.php:603
6014
  msgid "Set user as"
6015
  msgstr ""
6016
 
6017
- #: core/lib/wpbc_all_translations1.php:147 inc/_mu/admin/page-users.php:548
6018
  msgid "Unlimited"
6019
  msgstr ""
6020
 
6021
- #: core/lib/wpbc_all_translations1.php:148 inc/_mu/admin/page-users.php:560
6022
  #: inc/_mu/admin/page-users.php:568 inc/_mu/admin/page-users.php:574
6023
  #: inc/_mu/admin/page-users.php:581 inc/_mu/admin/page-users.php:594
6024
  #: inc/_mu/admin/page-users.php:602
6025
  msgid "Do you really want"
6026
  msgstr ""
6027
 
6028
- #: core/lib/wpbc_all_translations1.php:149 inc/_mu/admin/page-users.php:561
6029
  msgid "make user active"
6030
  msgstr ""
6031
 
6032
- #: core/lib/wpbc_all_translations1.php:150 inc/_mu/admin/page-users.php:565
6033
  msgid "Activate"
6034
  msgstr ""
6035
 
6036
- #: core/lib/wpbc_all_translations1.php:151 inc/_mu/admin/page-users.php:569
6037
  msgid "make user inactive"
6038
  msgstr ""
6039
 
6040
- #: core/lib/wpbc_all_translations1.php:152 inc/_mu/admin/page-users.php:572
6041
  msgid "Deactivate"
6042
  msgstr ""
6043
 
6044
- #: core/lib/wpbc_all_translations1.php:153 inc/_mu/admin/page-users.php:575
6045
  msgid "delete configuration"
6046
  msgstr ""
6047
 
6048
- #: core/lib/wpbc_all_translations1.php:154 inc/_mu/admin/page-users.php:579
6049
  msgid "Delete settings"
6050
  msgstr ""
6051
 
6052
- #: core/lib/wpbc_all_translations1.php:155 inc/_mu/admin/page-users.php:582
6053
  msgid "delete all booking data"
6054
  msgstr ""
6055
 
6056
- #: core/lib/wpbc_all_translations1.php:156 inc/_mu/admin/page-users.php:586
6057
  msgid "Delete data"
6058
  msgstr ""
6059
 
6060
- #: core/lib/wpbc_all_translations1.php:157 inc/_mu/multiuser.php:635
6061
  msgid "Work days"
6062
  msgstr ""
6063
 
6064
- #: core/lib/wpbc_all_translations1.php:158 inc/_mu/multiuser.php:768
6065
  #, php-format
6066
  msgid ""
6067
  "%sYou do not have permissions for this page.%s Your account is not active, please contact "
6068
  "administrator.%s"
6069
  msgstr ""
6070
 
6071
- #: core/lib/wpbc_all_translations1.php:159 inc/_mu/multiuser.php:807
6072
  #, php-format
6073
  msgid "%sYou do not have permissions for this booking resources.%s"
6074
  msgstr ""
6075
 
6076
- #: core/lib/wpbc_all_translations1.php:160 inc/_mu/multiuser.php:813
6077
  #, php-format
6078
  msgid "%sNo this booking resources.%s"
6079
  msgstr ""
6080
 
6081
- #: core/lib/wpbc_all_translations1.php:161 inc/_ps/admin/activation-p.php:52
6082
  msgid "Please, reserve an apartment with fresh flowers."
6083
  msgstr ""
6084
 
6085
- #: core/lib/wpbc_all_translations1.php:162 inc/_ps/admin/api-settings-p.php:56
6086
  msgid "Default booking resource"
6087
  msgstr ""
6088
 
6089
- #: core/lib/wpbc_all_translations1.php:163 inc/_ps/admin/api-settings-p.php:57
6090
  msgid "Select your default booking resource."
6091
  msgstr ""
6092
 
6093
- #: core/lib/wpbc_all_translations1.php:164 inc/_ps/admin/api-settings-p.php:70
6094
  msgid "Resources number per page"
6095
  msgstr ""
6096
 
6097
- #: core/lib/wpbc_all_translations1.php:165 inc/_ps/admin/api-settings-p.php:71
6098
  msgid "Select number of booking resources (single or parent) per page at Resource menu page"
6099
  msgstr ""
6100
 
6101
- #: core/lib/wpbc_all_translations1.php:166 inc/_ps/admin/api-settings-p.php:183
6102
  #: inc/_ps/admin/api-settings-p.php:197
6103
  msgid "Booking title"
6104
  msgstr ""
6105
 
6106
- #: core/lib/wpbc_all_translations1.php:167 inc/_ps/admin/api-settings-p.php:183
6107
  msgid "admin panel"
6108
  msgstr ""
6109
 
6110
- #: core/lib/wpbc_all_translations1.php:168 inc/_ps/admin/api-settings-p.php:184
6111
  #, php-format
6112
  msgid ""
6113
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
6114
  "the shortcodes from the bottom form of Settings Fields page)."
6115
  msgstr ""
6116
 
6117
- #: core/lib/wpbc_all_translations1.php:169
6118
  msgid "front panel"
6119
  msgstr ""
6120
 
6121
- #: core/lib/wpbc_all_translations1.php:170 inc/_ps/admin/api-settings-p.php:198
6122
  #, php-format
6123
  msgid ""
6124
  "Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
6125
  "from the bottom form of Settings Fields page."
6126
  msgstr ""
6127
 
6128
- #: core/lib/wpbc_all_translations1.php:171 inc/_ps/admin/api-settings-p.php:206
6129
  msgid "Booking details in popover"
6130
  msgstr ""
6131
 
6132
- #: core/lib/wpbc_all_translations1.php:172 inc/_ps/admin/api-settings-p.php:207
6133
  #, php-format
6134
  msgid ""
6135
  "Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
6136
  "side."
6137
  msgstr ""
6138
 
6139
- #: core/lib/wpbc_all_translations1.php:173 inc/_ps/admin/api-settings-p.php:228
6140
  msgid "semicolon"
6141
  msgstr ""
6142
 
6143
- #: core/lib/wpbc_all_translations1.php:174 inc/_ps/admin/api-settings-p.php:229
6144
  msgid "comma"
6145
  msgstr ""
6146
 
6147
- #: core/lib/wpbc_all_translations1.php:175 inc/_ps/admin/api-settings-p.php:234
6148
  msgid "CSV data separator"
6149
  msgstr ""
6150
 
6151
- #: core/lib/wpbc_all_translations1.php:176 inc/_ps/admin/api-settings-p.php:235
6152
  msgid "Select separator of data for export bookings to CSV."
6153
  msgstr ""
6154
 
6155
- #: core/lib/wpbc_all_translations1.php:177 inc/_ps/admin/api-settings-p.php:327
6156
  #: js/wpbc-gutenberg.js:1164
6157
  msgid "URL to edit bookings"
6158
  msgstr ""
6159
 
6160
- #: core/lib/wpbc_all_translations1.php:178 inc/_ps/admin/api-settings-p.php:328
6161
  #, php-format
6162
  msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
6163
  msgstr ""
6164
 
6165
- #: core/lib/wpbc_all_translations1.php:179 inc/_ps/admin/api-settings-p.php:352
6166
  msgid "Change hash after the booking is approved"
6167
  msgstr ""
6168
 
6169
- #: core/lib/wpbc_all_translations1.php:180 inc/_ps/admin/api-settings-p.php:353
6170
  msgid ""
6171
  "Check this box if you want to change the booking hash after approval. When checked, visitor will "
6172
  "not be able to edit or cancel the booking."
6173
  msgstr ""
6174
 
6175
- #: core/lib/wpbc_all_translations1.php:181 inc/_ps/admin/page-email-edit.php:556
6176
  msgid "Modified"
6177
  msgstr ""
6178
 
6179
- #: core/lib/wpbc_all_translations1.php:182
6180
  msgid "Customization of email template, which is sending after modification of booking"
6181
  msgstr ""
6182
 
6183
- #: core/lib/wpbc_all_translations1.php:183
6184
  msgid "Email is sending to Visitor after Editing of booking."
6185
  msgstr ""
6186
 
6187
- #: core/lib/wpbc_all_translations1.php:184 inc/_ps/admin/page-resources.php:39
6188
  msgid "Customizaton of booking resources"
6189
  msgstr ""
6190
 
6191
- #: core/lib/wpbc_all_translations1.php:185 inc/_ps/admin/page-settings-form.php:137
6192
  #: inc/_ps/admin/page-settings-form.php:157
6193
  msgid "Form fields"
6194
  msgstr ""
6195
 
6196
- #: core/lib/wpbc_all_translations1.php:186 inc/_ps/admin/page-settings-form.php:138
6197
  msgid "Content of Booking Fields"
6198
  msgstr ""
6199
 
6200
- #: core/lib/wpbc_all_translations1.php:187 inc/_ps/admin/page-settings-form.php:164
6201
  msgid "Generate tag"
6202
  msgstr ""
6203
 
6204
- #: core/lib/wpbc_all_translations1.php:188 inc/_ps/admin/page-settings-form.php:173
6205
  #, php-format
6206
  msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
6207
  msgstr ""
6208
 
6209
- #: core/lib/wpbc_all_translations1.php:189 inc/_ps/admin/page-settings-form.php:312
6210
  msgid "Form Template"
6211
  msgstr ""
6212
 
6213
- #: core/lib/wpbc_all_translations1.php:190 inc/_ps/admin/page-settings-form.php:325
6214
  msgid "Standard Templates"
6215
  msgstr ""
6216
 
6217
- #: core/lib/wpbc_all_translations1.php:191 inc/_ps/form/class-wpbc-field-help-textarea.php:111
6218
  msgid "Columns"
6219
  msgstr ""
6220
 
6221
- #: core/lib/wpbc_all_translations1.php:192 inc/_ps/admin/page-settings-form.php:433
6222
  msgid "Advanced Templates"
6223
  msgstr ""
6224
 
6225
- #: core/lib/wpbc_all_translations1.php:193 inc/_ps/admin/page-settings-form.php:436
6226
  msgid "Wizard (several steps)"
6227
  msgstr ""
6228
 
6229
- #: core/lib/wpbc_all_translations1.php:194 inc/_ps/admin/page-settings-form.php:449
6230
  msgid "Time slots for different weekdays"
6231
  msgstr ""
6232
 
6233
- #: core/lib/wpbc_all_translations1.php:195 inc/_ps/admin/page-settings-form.php:459
6234
  #: inc/_ps/admin/page-settings-form.php:470
6235
  msgid "Hints"
6236
  msgstr ""
6237
 
6238
- #: core/lib/wpbc_all_translations1.php:196 inc/_ps/admin/page-settings-form.php:492
6239
  msgid "Reset Form"
6240
  msgstr ""
6241
 
6242
- #: core/lib/wpbc_all_translations1.php:197 inc/_ps/admin/page-settings-form.php:545
6243
  msgid "Both"
6244
  msgstr ""
6245
 
6246
- #: core/lib/wpbc_all_translations1.php:198 inc/_ps/admin/page-settings-form.php:546
6247
  msgid "Reset Booking Form and Content of Booking Fields Form"
6248
  msgstr ""
6249
 
6250
- #: core/lib/wpbc_all_translations1.php:199 inc/_ps/admin/page-settings-form.php:697
6251
  #: inc/gateways/page-gateways.php:1069
6252
  #, php-format
6253
  msgid "%s - inserting data from fields of booking form"
6254
  msgstr ""
6255
 
6256
- #: core/lib/wpbc_all_translations1.php:200 inc/_ps/admin/page-settings-form.php:698
6257
  #, php-format
6258
  msgid "%s - inserting new line"
6259
  msgstr ""
6260
 
6261
- #: core/lib/wpbc_all_translations1.php:201 inc/_ps/admin/page-settings-form.php:702
6262
  #: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:1124
6263
  #, php-format
6264
  msgid ""
@@ -6266,138 +6276,138 @@ msgid ""
6266
  "that all \"open\" tags (like %s) are closed (like this %s)."
6267
  msgstr ""
6268
 
6269
- #: core/lib/wpbc_all_translations1.php:202 inc/_ps/admin/page-settings-up.php:39
6270
  msgid "Upgrade to higher version"
6271
  msgstr ""
6272
 
6273
- #: core/lib/wpbc_all_translations1.php:203 inc/_ps/class/wpbc-settings-table.php:260
6274
  msgid "No results found."
6275
  msgstr ""
6276
 
6277
- #: core/lib/wpbc_all_translations1.php:204 inc/_ps/form/class-wpbc-field-help-checkbox.php:90
6278
  #, php-format
6279
  msgid "Wrap each item with %s tag"
6280
  msgstr ""
6281
 
6282
- #: core/lib/wpbc_all_translations1.php:205 inc/_ps/form/class-wpbc-field-help-checkbox.php:104
6283
  msgid "Put a label before field"
6284
  msgstr ""
6285
 
6286
- #: core/lib/wpbc_all_translations1.php:206 inc/_ps/form/class-wpbc-field-help-checkbox.php:118
6287
  #, php-format
6288
  msgid "Make it %sexclusive%s"
6289
  msgstr ""
6290
 
6291
- #: core/lib/wpbc_all_translations1.php:207 inc/_ps/form/class-wpbc-field-help-checkbox.php:128
6292
  #: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
6293
  #: inc/_ps/form/class-wpbc-field-help-text.php:194
6294
  msgid "Default value"
6295
  msgstr ""
6296
 
6297
- #: core/lib/wpbc_all_translations1.php:208 inc/_ps/form/class-wpbc-field-help-checkbox.php:136
6298
  #, php-format
6299
  msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
6300
  msgstr ""
6301
 
6302
- #: core/lib/wpbc_all_translations1.php:209 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
6303
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
6304
  #: inc/_ps/form/class-wpbc-field-help-text.php:177
6305
  msgid "required"
6306
  msgstr ""
6307
 
6308
- #: core/lib/wpbc_all_translations1.php:210 inc/_ps/form/class-wpbc-field-help-checkbox.php:164
6309
  #: inc/_ps/form/class-wpbc-field-help-select.php:129
6310
  msgid "Titles of options"
6311
  msgstr ""
6312
 
6313
- #: core/lib/wpbc_all_translations1.php:211 inc/_ps/form/class-wpbc-field-help-radio.php:93
6314
  #: inc/_ps/form/class-wpbc-field-help-select.php:86
6315
  #, php-format
6316
  msgid "One Value from %sOptions%s list"
6317
  msgstr ""
6318
 
6319
- #: core/lib/wpbc_all_translations1.php:212 inc/_ps/form/class-wpbc-field-help-select.php:101
6320
  #, php-format
6321
  msgid "Allow %smultiple%s selections"
6322
  msgstr ""
6323
 
6324
- #: core/lib/wpbc_all_translations1.php:213 inc/_ps/form/class-wpbc-field-help-text.php:167
6325
  #, php-format
6326
  msgid "Set as %srequired%s"
6327
  msgstr ""
6328
 
6329
- #: core/lib/wpbc_all_translations1.php:214 inc/_ps/form/class-wpbc-field-help-text.php:228
6330
  msgid "Placeholder"
6331
  msgstr ""
6332
 
6333
- #: core/lib/wpbc_all_translations1.php:215 inc/_ps/form/class-wpbc-field-help-text.php:247
6334
  msgid "Class"
6335
  msgstr ""
6336
 
6337
- #: core/lib/wpbc_all_translations1.php:216 inc/_ps/form/class-wpbc-field-help-text.php:264
6338
  msgid "Size"
6339
  msgstr ""
6340
 
6341
- #: core/lib/wpbc_all_translations1.php:217 inc/_ps/form/class-wpbc-field-help-text.php:281
6342
  msgid "Maxlength"
6343
  msgstr ""
6344
 
6345
- #: core/lib/wpbc_all_translations1.php:218 inc/_ps/form/class-wpbc-field-help-text.php:298
6346
  msgid "Copy and paste this shortcode into the form at left side"
6347
  msgstr ""
6348
 
6349
- #: core/lib/wpbc_all_translations1.php:219 inc/_ps/form/class-wpbc-field-help-text.php:313
6350
  #, php-format
6351
  msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
6352
  msgstr ""
6353
 
6354
- #: core/lib/wpbc_all_translations1.php:220 inc/_ps/form/class-wpbc-field-help-textarea.php:94
6355
  msgid "Rows"
6356
  msgstr ""
6357
 
6358
- #: core/lib/wpbc_all_translations1.php:221 inc/_ps/form/class-wpbc-form-help.php:86
6359
  msgid "General Information"
6360
  msgstr ""
6361
 
6362
- #: core/lib/wpbc_all_translations1.php:222 inc/_ps/form/class-wpbc-form-help.php:109
6363
  msgid "Required Fields in Booking Form"
6364
  msgstr ""
6365
 
6366
- #: core/lib/wpbc_all_translations1.php:223 inc/_ps/form/class-wpbc-form-help.php:117
6367
  #, php-format
6368
  msgid "You must to have this shortcode:%s in the form."
6369
  msgstr ""
6370
 
6371
- #: core/lib/wpbc_all_translations1.php:224 inc/_ps/form/class-wpbc-form-help.php:119
6372
  msgid ""
6373
  "You can insert several calendars of different resources into the form allowing you to book "
6374
  "several resources during one booking process."
6375
  msgstr ""
6376
 
6377
- #: core/lib/wpbc_all_translations1.php:225 inc/_ps/form/class-wpbc-form-help.php:120
6378
  #, php-format
6379
  msgid "Example: %s."
6380
  msgstr ""
6381
 
6382
- #: core/lib/wpbc_all_translations1.php:226 inc/_ps/form/class-wpbc-form-help.php:121
6383
  #, php-format
6384
  msgid ""
6385
  "where %s – default calendar %s (you can select desired resource of calendar by inserting "
6386
  "shortcode into page)%s"
6387
  msgstr ""
6388
 
6389
- #: core/lib/wpbc_all_translations1.php:227 inc/_ps/form/class-wpbc-form-help.php:122
6390
  #: inc/_ps/form/class-wpbc-form-help.php:123
6391
  #, php-format
6392
  msgid "%s – calendar of booking resource with %s"
6393
  msgstr ""
6394
 
6395
- #: core/lib/wpbc_all_translations1.php:228 inc/_ps/form/class-wpbc-form-help.php:124
6396
  #, php-format
6397
  msgid "Please check more about this feature %shere%s."
6398
  msgstr ""
6399
 
6400
- #: core/lib/wpbc_all_translations1.php:229 inc/_ps/form/class-wpbc-form-help.php:126
6401
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
6402
  #: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
6403
  #: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
@@ -6407,82 +6417,82 @@ msgstr ""
6407
  msgid "You can %suse this shortcode only once%s in the form."
6408
  msgstr ""
6409
 
6410
- #: core/lib/wpbc_all_translations1.php:230 inc/_ps/form/class-wpbc-form-help.php:135
6411
  msgid "Email Field"
6412
  msgstr ""
6413
 
6414
- #: core/lib/wpbc_all_translations1.php:231 inc/_ps/form/class-wpbc-form-help.php:136
6415
  #, php-format
6416
  msgid "You must have this shortcode:%s in the booking form."
6417
  msgstr ""
6418
 
6419
- #: core/lib/wpbc_all_translations1.php:232 inc/_ps/form/class-wpbc-form-help.php:136
6420
  msgid "This is the primary email field, which is used for sending emails to visitors."
6421
  msgstr ""
6422
 
6423
- #: core/lib/wpbc_all_translations1.php:233 inc/_ps/form/class-wpbc-form-help.php:163
6424
  msgid "Drop Down"
6425
  msgstr ""
6426
 
6427
- #: core/lib/wpbc_all_translations1.php:234 inc/_ps/form/class-wpbc-form-help.php:175
6428
  msgid "Checkbox(es)"
6429
  msgstr ""
6430
 
6431
- #: core/lib/wpbc_all_translations1.php:235 inc/_ps/form/class-wpbc-form-help.php:182
6432
  msgid "Radio Button(s)"
6433
  msgstr ""
6434
 
6435
- #: core/lib/wpbc_all_translations1.php:236 inc/_ps/form/class-wpbc-form-help.php:196
6436
  #, php-format
6437
  msgid "Insert %s shortcode to prevent SPAM bookings."
6438
  msgstr ""
6439
 
6440
- #: core/lib/wpbc_all_translations1.php:237 inc/_ps/form/class-wpbc-form-help.php:206
6441
  msgid "Submit Button"
6442
  msgstr ""
6443
 
6444
- #: core/lib/wpbc_all_translations1.php:238 inc/_ps/form/class-wpbc-form-help.php:214
6445
  msgid "Times Fields"
6446
  msgstr ""
6447
 
6448
- #: core/lib/wpbc_all_translations1.php:239 inc/_ps/form/class-wpbc-form-help.php:220
6449
  msgid "Time Slot List"
6450
  msgstr ""
6451
 
6452
- #: core/lib/wpbc_all_translations1.php:240 inc/_ps/form/class-wpbc-form-help.php:222
6453
  #: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
6454
  #: inc/_ps/form/class-wpbc-form-help.php:379
6455
  #, php-format
6456
  msgid "Select the %s using the predefined %sTime List%s."
6457
  msgstr ""
6458
 
6459
- #: core/lib/wpbc_all_translations1.php:241 inc/_ps/form/class-wpbc-form-help.php:222
6460
  msgid "Time Slot"
6461
  msgstr ""
6462
 
6463
- #: core/lib/wpbc_all_translations1.php:242 inc/_ps/form/class-wpbc-form-help.php:223
6464
  #, php-format
6465
  msgid ""
6466
  "Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
6467
  "slots, this time field will %sdisable booked times slots%s (set them as grayed)."
6468
  msgstr ""
6469
 
6470
- #: core/lib/wpbc_all_translations1.php:243 inc/_ps/form/class-wpbc-form-help.php:224
6471
  #, php-format
6472
  msgid "It works only in %ssingle day selection%s mode."
6473
  msgstr ""
6474
 
6475
- #: core/lib/wpbc_all_translations1.php:244 inc/_ps/form/class-wpbc-form-help.php:225
6476
  msgid ""
6477
  "Also some early versions of the IE do not support disabling of the options in the selectboxes."
6478
  msgstr ""
6479
 
6480
- #: core/lib/wpbc_all_translations1.php:245 inc/_ps/form/class-wpbc-form-help.php:226
6481
  msgid ""
6482
  "Even if visitor selects the booked timeslot, system will not allow them to make the booking."
6483
  msgstr ""
6484
 
6485
- #: core/lib/wpbc_all_translations1.php:246 inc/_ps/form/class-wpbc-form-help.php:229
6486
  #: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
6487
  #, php-format
6488
  msgid ""
@@ -6490,117 +6500,117 @@ msgid ""
6490
  "Time)%s only."
6491
  msgstr ""
6492
 
6493
- #: core/lib/wpbc_all_translations1.php:247 inc/_ps/form/class-wpbc-form-help.php:231
6494
  #, php-format
6495
  msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
6496
  msgstr ""
6497
 
6498
- #: core/lib/wpbc_all_translations1.php:248 inc/_ps/form/class-wpbc-form-help.php:273
6499
  msgid "Start Time - Text field"
6500
  msgstr ""
6501
 
6502
- #: core/lib/wpbc_all_translations1.php:249 inc/_ps/form/class-wpbc-form-help.php:275
6503
  #: inc/_ps/form/class-wpbc-form-help.php:288
6504
  #, php-format
6505
  msgid "Enter %s in text field."
6506
  msgstr ""
6507
 
6508
- #: core/lib/wpbc_all_translations1.php:250 inc/_ps/admin/api-settings-p.php:109
6509
  #: inc/_ps/admin/api-settings-p.php:115 inc/_ps/form/class-wpbc-form-help.php:275
6510
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
6511
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6512
  msgid "Start Time"
6513
  msgstr ""
6514
 
6515
- #: core/lib/wpbc_all_translations1.php:251 inc/_ps/form/class-wpbc-form-help.php:277
6516
  #: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
6517
  #, php-format
6518
  msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
6519
  msgstr ""
6520
 
6521
- #: core/lib/wpbc_all_translations1.php:252 inc/_ps/form/class-wpbc-form-help.php:279
6522
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6523
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6524
  #, php-format
6525
  msgid "You can also use the %s in the form."
6526
  msgstr ""
6527
 
6528
- #: core/lib/wpbc_all_translations1.php:253 inc/_ps/admin/api-settings-p.php:128
6529
  #: inc/_ps/admin/api-settings-p.php:134 inc/_ps/form/class-wpbc-form-help.php:279
6530
  #: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
6531
  #: inc/_ps/form/class-wpbc-form-help.php:340
6532
  msgid "End Time"
6533
  msgstr ""
6534
 
6535
- #: core/lib/wpbc_all_translations1.php:254 inc/_ps/form/class-wpbc-form-help.php:279
6536
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6537
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
6538
  msgid "Duration Time"
6539
  msgstr ""
6540
 
6541
- #: core/lib/wpbc_all_translations1.php:255 inc/_ps/form/class-wpbc-form-help.php:279
6542
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6543
  #: inc/_ps/form/class-wpbc-form-help.php:344
6544
  msgid "fields"
6545
  msgstr ""
6546
 
6547
- #: core/lib/wpbc_all_translations1.php:256 inc/_ps/form/class-wpbc-form-help.php:286
6548
  msgid "End Time - Text field"
6549
  msgstr ""
6550
 
6551
- #: core/lib/wpbc_all_translations1.php:257 inc/_ps/form/class-wpbc-form-help.php:300
6552
  msgid "Start Time - Drop Down list"
6553
  msgstr ""
6554
 
6555
- #: core/lib/wpbc_all_translations1.php:258 inc/_ps/form/class-wpbc-form-help.php:304
6556
  #, php-format
6557
  msgid ""
6558
  "Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
6559
  "Time)%s only."
6560
  msgstr ""
6561
 
6562
- #: core/lib/wpbc_all_translations1.php:259 inc/_ps/form/class-wpbc-form-help.php:338
6563
  msgid "End Time - Drop Down list"
6564
  msgstr ""
6565
 
6566
- #: core/lib/wpbc_all_translations1.php:260 inc/_ps/form/class-wpbc-form-help.php:377
6567
  msgid "Duration Time - Drop Down list"
6568
  msgstr ""
6569
 
6570
- #: core/lib/wpbc_all_translations1.php:261 inc/_ps/form/class-wpbc-form-help.php:383
6571
  msgid "field"
6572
  msgstr ""
6573
 
6574
- #: core/lib/wpbc_all_translations1.php:262 inc/_ps/form/class-wpbc-form-help.php:416
6575
  msgid "Different time slots, for the different week days"
6576
  msgstr ""
6577
 
6578
- #: core/lib/wpbc_all_translations1.php:263 inc/_ps/form/class-wpbc-form-help.php:419
6579
  msgid ""
6580
  "This feature provides the possibility to use the different time slot selections in the booking "
6581
  "form for the different week days or different days - which are assigned to the specific season "
6582
  "filters. So each week day (day of specific season filter) can have a different time slots list."
6583
  msgstr ""
6584
 
6585
- #: core/lib/wpbc_all_translations1.php:264 inc/_ps/form/class-wpbc-form-help.php:421
6586
  #: inc/_ps/form/class-wpbc-form-help.php:568
6587
  msgid "Configuration"
6588
  msgstr ""
6589
 
6590
- #: core/lib/wpbc_all_translations1.php:265 inc/_ps/form/class-wpbc-form-help.php:422
6591
  #: inc/_ps/form/class-wpbc-form-help.php:569
6592
  #, php-format
6593
  msgid "The general structure of the configuration %scondition rule%s is as follows"
6594
  msgstr ""
6595
 
6596
- #: core/lib/wpbc_all_translations1.php:266 inc/_ps/form/class-wpbc-form-help.php:428
6597
  #: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
6598
  #: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
6599
  #: inc/_ps/form/class-wpbc-form-help.php:619
6600
  msgid "Parameters"
6601
  msgstr ""
6602
 
6603
- #: core/lib/wpbc_all_translations1.php:267 inc/_ps/form/class-wpbc-form-help.php:429
6604
  #: inc/_ps/form/class-wpbc-form-help.php:576
6605
  #, php-format
6606
  msgid ""
@@ -6610,7 +6620,7 @@ msgid ""
6610
  "conditions. Please check more about it, in the examples."
6611
  msgstr ""
6612
 
6613
- #: core/lib/wpbc_all_translations1.php:268 inc/_ps/form/class-wpbc-form-help.php:430
6614
  #: inc/_ps/form/class-wpbc-form-help.php:577
6615
  #, php-format
6616
  msgid ""
@@ -6621,7 +6631,7 @@ msgid ""
6621
  "filter in the Season Filters page."
6622
  msgstr ""
6623
 
6624
- #: core/lib/wpbc_all_translations1.php:269 inc/_ps/form/class-wpbc-form-help.php:431
6625
  #, php-format
6626
  msgid ""
6627
  "%svalue%s – value of the specific conditions. If the value is true, the content of the "
@@ -6630,47 +6640,47 @@ msgid ""
6630
  "at initial stage, when the date in calendar is not yet selected."
6631
  msgstr ""
6632
 
6633
- #: core/lib/wpbc_all_translations1.php:270 inc/_ps/form/class-wpbc-form-help.php:433
6634
  #: inc/_ps/form/class-wpbc-form-help.php:580
6635
  msgid "Examples"
6636
  msgstr ""
6637
 
6638
- #: core/lib/wpbc_all_translations1.php:271 inc/_ps/form/class-wpbc-form-help.php:434
6639
  #: inc/_ps/form/class-wpbc-form-help.php:581
6640
  msgid "Week days conditions."
6641
  msgstr ""
6642
 
6643
- #: core/lib/wpbc_all_translations1.php:272 inc/_ps/form/class-wpbc-form-help.php:450
6644
  #: inc/_ps/form/class-wpbc-form-help.php:597
6645
  msgid "default value, if no dates are selected, or none exist conditions are true."
6646
  msgstr ""
6647
 
6648
- #: core/lib/wpbc_all_translations1.php:273 inc/_ps/form/class-wpbc-form-help.php:458
6649
  #: inc/_ps/form/class-wpbc-form-help.php:475
6650
  msgid "You can use the several values, separated by comma."
6651
  msgstr ""
6652
 
6653
- #: core/lib/wpbc_all_translations1.php:274 inc/_ps/form/class-wpbc-form-help.php:460
6654
  #: inc/_ps/form/class-wpbc-form-help.php:607
6655
  msgid "Season filters conditions."
6656
  msgstr ""
6657
 
6658
- #: core/lib/wpbc_all_translations1.php:275 inc/_ps/form/class-wpbc-form-help.php:473
6659
  #: inc/_ps/form/class-wpbc-form-help.php:620
6660
  msgid "Season filter on the Season Filters page,"
6661
  msgstr ""
6662
 
6663
- #: core/lib/wpbc_all_translations1.php:276 inc/_ps/form/class-wpbc-form-help.php:474
6664
  #: inc/_ps/form/class-wpbc-form-help.php:621
6665
  msgid "Season filter on the Season Filters page"
6666
  msgstr ""
6667
 
6668
- #: core/lib/wpbc_all_translations1.php:277 inc/_ps/form/class-wpbc-form-help.php:477
6669
  #: inc/_ps/form/class-wpbc-form-help.php:624
6670
  msgid "Additional info"
6671
  msgstr ""
6672
 
6673
- #: core/lib/wpbc_all_translations1.php:278 inc/_ps/form/class-wpbc-form-help.php:478
6674
  #: inc/_ps/form/class-wpbc-form-help.php:625
6675
  #, php-format
6676
  msgid ""
@@ -6678,103 +6688,103 @@ msgid ""
6678
  "section."
6679
  msgstr ""
6680
 
6681
- #: core/lib/wpbc_all_translations1.php:279 inc/_ps/form/class-wpbc-form-help.php:479
6682
  #: inc/_ps/form/class-wpbc-form-help.php:626
6683
  #, php-format
6684
  msgid "Please check more about this feature at %sthis page%s"
6685
  msgstr ""
6686
 
6687
- #: core/lib/wpbc_all_translations1.php:280 inc/_ps/form/class-wpbc-form-help.php:493
6688
  msgid "Time Field"
6689
  msgstr ""
6690
 
6691
- #: core/lib/wpbc_all_translations1.php:281 inc/_ps/form/class-wpbc-form-help.php:495
6692
  #, php-format
6693
  msgid "Enter the %sTime%s using the text field."
6694
  msgstr ""
6695
 
6696
- #: core/lib/wpbc_all_translations1.php:282 inc/_ps/form/class-wpbc-form-help.php:498
6697
  msgid "This field does not impact to availability (booking for the specific time) ."
6698
  msgstr ""
6699
 
6700
- #: core/lib/wpbc_all_translations1.php:283 inc/_ps/form/class-wpbc-form-help.php:499
6701
  msgid "The value of this field is just saved into DB."
6702
  msgstr ""
6703
 
6704
- #: core/lib/wpbc_all_translations1.php:284 inc/_ps/form/class-wpbc-form-help.php:509
6705
  msgid "Country List"
6706
  msgstr ""
6707
 
6708
- #: core/lib/wpbc_all_translations1.php:285 inc/_ps/form/class-wpbc-form-help.php:511
6709
  msgid "Select the country from the predefined country list."
6710
  msgstr ""
6711
 
6712
- #: core/lib/wpbc_all_translations1.php:286 inc/_ps/form/class-wpbc-form-help.php:512
6713
  #, php-format
6714
  msgid "You can customize the country list at this file: %s"
6715
  msgstr ""
6716
 
6717
- #: core/lib/wpbc_all_translations1.php:287 inc/_ps/form/class-wpbc-form-help.php:513
6718
  msgid "You can insert this field with default selected value."
6719
  msgstr ""
6720
 
6721
- #: core/lib/wpbc_all_translations1.php:288 inc/_ps/form/class-wpbc-form-help.php:514
6722
  #, php-format
6723
  msgid "Example: %s - %s\"United States\"%s is selected by default."
6724
  msgstr ""
6725
 
6726
- #: core/lib/wpbc_all_translations1.php:289 inc/_ps/form/class-wpbc-form-help.php:523
6727
  msgid "Language Sections"
6728
  msgstr ""
6729
 
6730
- #: core/lib/wpbc_all_translations1.php:290 inc/_ps/form/class-wpbc-form-help.php:525
6731
  msgid "Plugin support configurations of the booking form are available in different languages."
6732
  msgstr ""
6733
 
6734
- #: core/lib/wpbc_all_translations1.php:291 inc/_ps/form/class-wpbc-form-help.php:526
6735
  msgid "The active language of the booking form depends on the active locale of the site."
6736
  msgstr ""
6737
 
6738
- #: core/lib/wpbc_all_translations1.php:292 inc/_ps/form/class-wpbc-form-help.php:527
6739
  msgid ""
6740
  "Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
6741
  msgstr ""
6742
 
6743
- #: core/lib/wpbc_all_translations1.php:293 inc/_ps/form/class-wpbc-form-help.php:529
6744
  msgid "Usage"
6745
  msgstr ""
6746
 
6747
- #: core/lib/wpbc_all_translations1.php:294 inc/_ps/form/class-wpbc-form-help.php:530
6748
  #, php-format
6749
  msgid "start new translation section in specific language, where %s - locale of the translation."
6750
  msgstr ""
6751
 
6752
- #: core/lib/wpbc_all_translations1.php:295 inc/_ps/form/class-wpbc-form-help.php:533
6753
  msgid "English and French translation"
6754
  msgstr ""
6755
 
6756
- #: core/lib/wpbc_all_translations1.php:296 inc/_ps/form/class-wpbc-form-help.php:536
6757
  msgid "of configuration booking form in English and French languages"
6758
  msgstr ""
6759
 
6760
- #: core/lib/wpbc_all_translations1.php:297 inc/_ps/form/class-wpbc-form-help.php:555
6761
  msgid ""
6762
  "Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
6763
  "translation\" page. Required WPML 3.2 with String Translation plugin."
6764
  msgstr ""
6765
 
6766
- #: core/lib/wpbc_all_translations1.php:298 inc/_ps/form/class-wpbc-form-help.php:563
6767
  msgid "Different form fields, for the different week days"
6768
  msgstr ""
6769
 
6770
- #: core/lib/wpbc_all_translations1.php:299 inc/_ps/form/class-wpbc-form-help.php:566
6771
  msgid ""
6772
  "This feature provides the possibility to show the different form fields or any other HTML "
6773
  "content in the booking form, depending on the selection of specific week day in calendar or "
6774
  "different days, which are assigned to the specific season filters"
6775
  msgstr ""
6776
 
6777
- #: core/lib/wpbc_all_translations1.php:300 inc/_ps/form/class-wpbc-form-help.php:578
6778
  #, php-format
6779
  msgid ""
6780
  "%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
@@ -6783,54 +6793,54 @@ msgid ""
6783
  "at initial stage, when the date in calendar is not yet selected."
6784
  msgstr ""
6785
 
6786
- #: core/lib/wpbc_all_translations1.php:301 inc/_ps/form/class-wpbc-form-help.php:605
6787
  msgid "You can use several values, separated by comma."
6788
  msgstr ""
6789
 
6790
- #: core/lib/wpbc_all_translations1.php:302 inc/_ps/form/class-wpbc-form-help.php:622
6791
  msgid "You can use several values, separated by a comma."
6792
  msgstr ""
6793
 
6794
- #: core/lib/wpbc_all_translations1.php:303 inc/_ps/form/class-wpbc-form-help.php:635
6795
  msgid "Cost Fields"
6796
  msgstr ""
6797
 
6798
- #: core/lib/wpbc_all_translations1.php:304 inc/_ps/form/class-wpbc-form-help.php:641
6799
  msgid "Cost Correction Field"
6800
  msgstr ""
6801
 
6802
- #: core/lib/wpbc_all_translations1.php:305 inc/_ps/form/class-wpbc-form-help.php:643
6803
  #, php-format
6804
  msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
6805
  msgstr ""
6806
 
6807
- #: core/lib/wpbc_all_translations1.php:306 inc/_ps/form/class-wpbc-form-help.php:644
6808
  #, php-format
6809
  msgid "Use this field for %scorrecting the cost%s during adding new booking."
6810
  msgstr ""
6811
 
6812
- #: core/lib/wpbc_all_translations1.php:307 inc/_ps/form/class-wpbc-form-help.php:655
6813
  msgid "Discount Coupon field"
6814
  msgstr ""
6815
 
6816
- #: core/lib/wpbc_all_translations1.php:308 inc/_ps/form/class-wpbc-form-help.php:657
6817
  msgid "Please use this field for possibility to use coupon discounts by your visitors."
6818
  msgstr ""
6819
 
6820
- #: core/lib/wpbc_all_translations1.php:309 inc/_ps/form/class-wpbc-form-help.php:658
6821
  #, php-format
6822
  msgid "You can configure the discount coupon codes at this %spage%s."
6823
  msgstr ""
6824
 
6825
- #: core/lib/wpbc_all_translations1.php:310 inc/_ps/form/class-wpbc-form-help.php:667
6826
  msgid "Hints for your form"
6827
  msgstr ""
6828
 
6829
- #: core/lib/wpbc_all_translations1.php:311 inc/_ps/form/class-wpbc-form-help.php:673
6830
  msgid "Cost Hints"
6831
  msgstr ""
6832
 
6833
- #: core/lib/wpbc_all_translations1.php:312 inc/_ps/form/class-wpbc-form-help.php:675
6834
  #: inc/_ps/form/class-wpbc-form-help.php:697
6835
  #, php-format
6836
  msgid ""
@@ -6838,16 +6848,16 @@ msgid ""
6838
  "calendar or options in checkboxes or selectboxes)%s."
6839
  msgstr ""
6840
 
6841
- #: core/lib/wpbc_all_translations1.php:313 inc/_ps/form/class-wpbc-form-help.php:695
6842
  msgid "Dates and Times Hints"
6843
  msgstr ""
6844
 
6845
- #: core/lib/wpbc_all_translations1.php:314 inc/_ps/form/class-wpbc-form-help.php:699
6846
  #: inc/gateways/page-gateways.php:1094
6847
  msgid "Selected Check In date."
6848
  msgstr ""
6849
 
6850
- #: core/lib/wpbc_all_translations1.php:315 inc/_bm/admin/page-cost-advanced.php:695
6851
  #: inc/_bm/admin/page-cost-advanced.php:698 inc/_ps/form/class-wpbc-form-help.php:700
6852
  #: inc/_ps/form/class-wpbc-form-help.php:703 inc/_ps/form/class-wpbc-form-help.php:706
6853
  #: inc/_ps/form/class-wpbc-form-help.php:709 inc/_ps/form/class-wpbc-form-help.php:712
@@ -6862,91 +6872,91 @@ msgstr ""
6862
  msgid "Example:"
6863
  msgstr ""
6864
 
6865
- #: core/lib/wpbc_all_translations1.php:316 inc/_ps/form/class-wpbc-form-help.php:702
6866
  #: inc/_ps/form/class-wpbc-form-help.php:705 inc/gateways/page-gateways.php:1097
6867
  msgid "Selected Check Out date."
6868
  msgstr ""
6869
 
6870
- #: core/lib/wpbc_all_translations1.php:317 inc/_ps/form/class-wpbc-form-help.php:708
6871
  #: inc/gateways/page-gateways.php:1100
6872
  msgid "Selected Start Time."
6873
  msgstr ""
6874
 
6875
- #: core/lib/wpbc_all_translations1.php:318 inc/_ps/form/class-wpbc-form-help.php:711
6876
  #: inc/gateways/page-gateways.php:1103
6877
  msgid "Selected End Time."
6878
  msgstr ""
6879
 
6880
- #: core/lib/wpbc_all_translations1.php:319 inc/_ps/form/class-wpbc-form-help.php:714
6881
  #: inc/gateways/page-gateways.php:1106
6882
  msgid "All selected dates."
6883
  msgstr ""
6884
 
6885
- #: core/lib/wpbc_all_translations1.php:320 inc/_ps/form/class-wpbc-form-help.php:717
6886
  #: inc/gateways/page-gateways.php:1109
6887
  msgid "All selected dates with times."
6888
  msgstr ""
6889
 
6890
- #: core/lib/wpbc_all_translations1.php:321 inc/_ps/form/class-wpbc-form-help.php:720
6891
  #: inc/gateways/page-gateways.php:1112
6892
  msgid "All selected dates in \"short\" format."
6893
  msgstr ""
6894
 
6895
- #: core/lib/wpbc_all_translations1.php:322 inc/_ps/form/class-wpbc-form-help.php:723
6896
  #: inc/gateways/page-gateways.php:1115
6897
  msgid "All selected dates with times in \"short\" format.."
6898
  msgstr ""
6899
 
6900
- #: core/lib/wpbc_all_translations1.php:323 inc/_bm/admin/page-cost-advanced.php:695
6901
  #: inc/_ps/form/class-wpbc-form-help.php:726 inc/gateways/page-gateways.php:1118
6902
  msgid "Number of selected days."
6903
  msgstr ""
6904
 
6905
- #: core/lib/wpbc_all_translations1.php:324 inc/_bm/admin/page-cost-advanced.php:698
6906
  #: inc/_ps/form/class-wpbc-form-help.php:729 inc/gateways/page-gateways.php:1121
6907
  msgid "Number of selected nights."
6908
  msgstr ""
6909
 
6910
- #: core/lib/wpbc_all_translations1.php:325 inc/_ps/form/class-wpbc-form-help.php:739
6911
  msgid "Other Hints"
6912
  msgstr ""
6913
 
6914
- #: core/lib/wpbc_all_translations1.php:326 inc/_ps/form/class-wpbc-form-help.php:741
6915
  #: inc/_ps/form/class-wpbc-form-help.php:743 inc/gateways/page-gateways.php:1072
6916
  msgid "title of booking resource"
6917
  msgstr ""
6918
 
6919
- #: core/lib/wpbc_all_translations1.php:327 inc/_ps/form/class-wpbc-form-help.php:742
6920
  msgid "ID of booking resource."
6921
  msgstr ""
6922
 
6923
- #: core/lib/wpbc_all_translations1.php:328 inc/_ps/form/class-wpbc-form-help.php:744
6924
  msgid "cost of booking resource."
6925
  msgstr ""
6926
 
6927
- #: core/lib/wpbc_all_translations1.php:329 inc/_ps/form/class-wpbc-form-help.php:745
6928
  msgid "capacity of booking resource."
6929
  msgstr ""
6930
 
6931
- #: core/lib/wpbc_all_translations1.php:330 inc/_ps/form/class-wpbc-form-help.php:746
6932
  msgid "maximum number of visitors per booking resource."
6933
  msgstr ""
6934
 
6935
- #: core/lib/wpbc_all_translations1.php:331 inc/_ps/form/class-wpbc-form-help.php:760
6936
  msgid "Tips and Tricks"
6937
  msgstr ""
6938
 
6939
- #: core/lib/wpbc_all_translations1.php:332 inc/_ps/form/class-wpbc-form-help.php:762
6940
  #, php-format
6941
  msgid "%sEmail verification field%s."
6942
  msgstr ""
6943
 
6944
- #: core/lib/wpbc_all_translations1.php:333 inc/_ps/form/class-wpbc-form-help.php:764
6945
  #, php-format
6946
  msgid "%sDescription of usage%s."
6947
  msgstr ""
6948
 
6949
- #: core/lib/wpbc_all_translations1.php:334 inc/_ps/form/class-wpbc-form-help.php:765
6950
  #, php-format
6951
  msgid ""
6952
  "To create verification email, you need to use special CSS class in other email field. This CSS "
@@ -6954,214 +6964,214 @@ msgid ""
6954
  "field: %s"
6955
  msgstr ""
6956
 
6957
- #: core/lib/wpbc_all_translations1.php:335 inc/_ps/form/class-wpbc-form-help.php:766
6958
  #, php-format
6959
  msgid "%sExample%s."
6960
  msgstr ""
6961
 
6962
- #: core/lib/wpbc_all_translations1.php:336 inc/_ps/form/class-wpbc-form-help.php:767
6963
  msgid "confirmation email field of the primary email field"
6964
  msgstr ""
6965
 
6966
- #: core/lib/wpbc_all_translations1.php:337 inc/_ps/form/class-wpbc-form-help.php:791
6967
  msgid "Generate Tag"
6968
  msgstr ""
6969
 
6970
- #: core/lib/wpbc_all_translations1.php:338 inc/_ps/form/class-wpbc-form-help.php:807
6971
  msgid "Select option to configure or show help info about tags"
6972
  msgstr ""
6973
 
6974
- #: core/lib/wpbc_all_translations1.php:339 inc/_ps/p-toolbar.php:34
6975
  msgid "Keyword"
6976
  msgstr ""
6977
 
6978
- #: core/lib/wpbc_all_translations1.php:340 inc/_ps/p-toolbar.php:42
6979
  msgid "Enter Keyword here"
6980
  msgstr ""
6981
 
6982
- #: core/lib/wpbc_all_translations1.php:341 inc/_ps/p-toolbar.php:96
6983
  msgid ""
6984
  "Save filter settings as default template (Please, click Apply filter button, before saving!)"
6985
  msgstr ""
6986
 
6987
- #: core/lib/wpbc_all_translations1.php:342 inc/_ps/p-toolbar.php:100
6988
  msgid "Save as Default"
6989
  msgstr ""
6990
 
6991
- #: core/lib/wpbc_all_translations1.php:343 inc/_ps/p-toolbar.php:106
6992
  msgid "Delete your previously saved default filer template!"
6993
  msgstr ""
6994
 
6995
- #: core/lib/wpbc_all_translations1.php:344 inc/_ps/p-toolbar.php:110
6996
  msgid "Delete template"
6997
  msgstr ""
6998
 
6999
- #: core/lib/wpbc_all_translations1.php:345 inc/_ps/p-toolbar.php:132
7000
  msgid "Print bookings listing"
7001
  msgstr ""
7002
 
7003
- #: core/lib/wpbc_all_translations1.php:346 inc/_ps/p-toolbar.php:174
7004
  msgid "Export only current page of bookings to CSV format"
7005
  msgstr ""
7006
 
7007
- #: core/lib/wpbc_all_translations1.php:347 inc/_ps/p-toolbar.php:187
7008
  msgid "Export All"
7009
  msgstr ""
7010
 
7011
- #: core/lib/wpbc_all_translations1.php:348 inc/_ps/p-toolbar.php:188
7012
  msgid "Export All bookings to CSV format"
7013
  msgstr ""
7014
 
7015
- #: core/lib/wpbc_all_translations1.php:349 inc/_ps/p-toolbar.php:255
7016
  msgid "Edit Note"
7017
  msgstr ""
7018
 
7019
- #: core/lib/wpbc_all_translations1.php:350 inc/_ps/p-toolbar.php:278
7020
  msgid "Change Language"
7021
  msgstr ""
7022
 
7023
- #: core/lib/wpbc_all_translations1.php:351 inc/_ps/p-toolbar.php:290
7024
  msgid "Default Locale"
7025
  msgstr ""
7026
 
7027
- #: core/lib/wpbc_all_translations1.php:352 inc/_ps/p-toolbar.php:326
7028
  msgid "Change Resource"
7029
  msgstr ""
7030
 
7031
- #: core/lib/wpbc_all_translations1.php:353 inc/_ps/p-toolbar.php:351 inc/_ps/p-toolbar.php:464
7032
- #: inc/_ps/personal.php:2134
7033
  msgid "Duplicate Booking"
7034
  msgstr ""
7035
 
7036
- #: core/lib/wpbc_all_translations1.php:354 inc/_ps/p-toolbar.php:382
7037
  msgid "Save"
7038
  msgstr ""
7039
 
7040
- #: core/lib/wpbc_all_translations1.php:355 inc/_ps/p-toolbar.php:431
7041
  msgid "Change"
7042
  msgstr ""
7043
 
7044
- #: core/lib/wpbc_all_translations1.php:356 inc/_ps/p-toolbar.php:501
7045
  msgid "Print bookings"
7046
  msgstr ""
7047
 
7048
- #: core/lib/wpbc_all_translations1.php:357 inc/_ps/p-toolbar.php:540
7049
  msgid "Export bookings"
7050
  msgstr ""
7051
 
7052
- #: core/lib/wpbc_all_translations1.php:358 inc/_ps/p-toolbar.php:543
7053
  msgid "Download the CSV file of exported booking data"
7054
  msgstr ""
7055
 
7056
- #: core/lib/wpbc_all_translations1.php:359 inc/_ps/p-toolbar.php:551
7057
  msgid "Download"
7058
  msgstr ""
7059
 
7060
- #: core/lib/wpbc_all_translations1.php:360 inc/_ps/p-toolbar.php:788
7061
  msgid "Clear booking resources selection"
7062
  msgstr ""
7063
 
7064
- #: core/lib/wpbc_all_translations1.php:361 inc/_ps/p-toolbar.php:792
7065
  msgid "Apply booking resources selection"
7066
  msgstr ""
7067
 
7068
- #: core/lib/wpbc_all_translations1.php:362 inc/_ps/p-toolbar.php:822
7069
  msgid ""
7070
  "Please note, its not possible to add new resources, if \"All resources\" option is selected. "
7071
  "Please clear the selection, then add new resources."
7072
  msgstr ""
7073
 
7074
- #: core/lib/wpbc_all_translations1.php:363 inc/_ps/p-toolbar.php:1110 inc/_ps/p-toolbar.php:1158
7075
  msgid "Add New Booking Resource(s)"
7076
  msgstr ""
7077
 
7078
- #: core/lib/wpbc_all_translations1.php:364 inc/_ps/p-toolbar.php:1150
7079
  msgid "Enter name of booking resource"
7080
  msgstr ""
7081
 
7082
- #: core/lib/wpbc_all_translations1.php:365 inc/_ps/p-toolbar.php:1174
7083
  msgid "Resources count"
7084
  msgstr ""
7085
 
7086
- #: core/lib/wpbc_all_translations1.php:366 inc/_ps/personal.php:249
7087
  msgid "This booking resources does not exist"
7088
  msgstr ""
7089
 
7090
- #: core/lib/wpbc_all_translations1.php:367 inc/_ps/personal.php:294
7091
  msgid "Generating columns"
7092
  msgstr ""
7093
 
7094
- #: core/lib/wpbc_all_translations1.php:368 inc/_ps/personal.php:335
7095
  msgid "Exporting booking data"
7096
  msgstr ""
7097
 
7098
- #: core/lib/wpbc_all_translations1.php:369 inc/_ps/personal.php:380
7099
  msgid "Generating content of file"
7100
  msgstr ""
7101
 
7102
- #: core/lib/wpbc_all_translations1.php:370 inc/_ps/personal.php:422
7103
  msgid "Saving to file"
7104
  msgstr ""
7105
 
7106
- #: core/lib/wpbc_all_translations1.php:371 inc/_ps/personal.php:882
7107
  msgid "The booking was canceled by the visitor."
7108
  msgstr ""
7109
 
7110
- #: core/lib/wpbc_all_translations1.php:372 inc/_ps/personal.php:943
7111
  msgid "The booking has been canceled successfully"
7112
  msgstr ""
7113
 
7114
- #: core/lib/wpbc_all_translations1.php:373 inc/_ps/personal.php:964
7115
  msgid "Incorrect date format"
7116
  msgstr ""
7117
 
7118
- #: core/lib/wpbc_all_translations1.php:374 inc/_ps/personal.php:2113
7119
  msgid "Change your Booking"
7120
  msgstr ""
7121
 
7122
- #: core/lib/wpbc_all_translations1.php:375 inc/_ps/personal.php:2115
7123
  msgid "Cancel Booking"
7124
  msgstr ""
7125
 
7126
- #: core/lib/wpbc_all_translations1.php:376 inc/_ps/personal.php:2393
7127
  msgid "Warning! The resource was not changed. Current dates are already booked there."
7128
  msgstr ""
7129
 
7130
- #: core/lib/wpbc_all_translations1.php:377 inc/_ps/personal.php:2530
7131
  msgid "The booking has been duplicated successfully"
7132
  msgstr ""
7133
 
7134
- #: core/lib/wpbc_all_translations1.php:378 inc/_ps/personal.php:2539
7135
  msgid "Warning! Operation failed. Current dates are already booked there."
7136
  msgstr ""
7137
 
7138
- #: core/lib/wpbc_all_translations1.php:379 inc/_ps/personal.php:2626
7139
  msgid "Sending request..."
7140
  msgstr ""
7141
 
7142
- #: core/lib/wpbc_all_translations1.php:380 inc/_ps/personal.php:2655
7143
  msgid "Order number"
7144
  msgstr ""
7145
 
7146
- #: core/lib/wpbc_all_translations1.php:381 inc/_ps/personal.php:2657
7147
  msgid "Register"
7148
  msgstr ""
7149
 
7150
- #: core/lib/wpbc_all_translations1.php:382 inc/_ps/personal.php:2659
7151
  msgid ""
7152
  "Please, enter order number of your purchased version, which you received to your billing email."
7153
  msgstr ""
7154
 
7155
- #: core/lib/wpbc_all_translations1.php:383 inc/_ps/personal.php:2661
7156
  #, php-format
7157
  msgid "If you will get any difficulties or have a questions, please contact by email %s"
7158
  msgstr ""
7159
 
7160
- #: core/lib/wpbc_all_translations1.php:384 inc/_ps/wpbc-booking-select-widget.php:226
7161
  msgid "Default form"
7162
  msgstr ""
7163
 
7164
- #: core/lib/wpbc_all_translations1.php:385 inc/_ps/wpbc-check-updates.php:122
7165
  #: inc/_ps/wpbc-check-updates.php:230
7166
  #, php-format
7167
  msgid ""
@@ -7169,44 +7179,44 @@ msgid ""
7169
  "version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
7170
  msgstr ""
7171
 
7172
- #: core/lib/wpbc_all_translations1.php:386 inc/_ps/wpbc-check-updates.php:115
7173
  #: inc/_ps/wpbc-check-updates.php:128 inc/_ps/wpbc-check-updates.php:236
7174
  #, php-format
7175
  msgid "You can request the new update of plugin on %1$sthis page%2$s."
7176
  msgstr ""
7177
 
7178
- #: core/lib/wpbc_all_translations1.php:387 inc/_ps/wpbc-check-updates.php:243
7179
  msgid "Upgrade Notice"
7180
  msgstr ""
7181
 
7182
- #: core/lib/wpbc_all_translations1.php:388 inc/_ps/wpbc-check-updates.php:283
7183
  #, php-format
7184
  msgid "Version %s By %s"
7185
  msgstr ""
7186
 
7187
- #: core/lib/wpbc_all_translations1.php:389 inc/_ps/wpbc-check-updates.php:287
7188
  msgid "View details"
7189
  msgstr ""
7190
 
7191
- #: core/lib/wpbc_all_translations1.php:390 inc/_ps/wpbc-form-templates.php:34
7192
  #: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
7193
  #: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
7194
  msgid "First Name (required)"
7195
  msgstr ""
7196
 
7197
- #: core/lib/wpbc_all_translations1.php:391 inc/_ps/wpbc-form-templates.php:35
7198
  #: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
7199
  #: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
7200
  msgid "Last Name (required)"
7201
  msgstr ""
7202
 
7203
- #: core/lib/wpbc_all_translations1.php:392 inc/_ps/wpbc-form-templates.php:36
7204
  #: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
7205
  #: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
7206
  msgid "Email (required)"
7207
  msgstr ""
7208
 
7209
- #: core/lib/wpbc_all_translations1.php:393 inc/_ps/wpbc-form-templates.php:37
7210
  #: inc/_ps/wpbc-form-templates.php:52 inc/_ps/wpbc-form-templates.php:72
7211
  #: inc/_ps/wpbc-form-templates.php:95 inc/_ps/wpbc-form-templates.php:117
7212
  #: inc/_ps/wpbc-form-templates.php:147 inc/_ps/wpbc-form-templates.php:159
@@ -7215,21 +7225,21 @@ msgstr ""
7215
  msgid "Phone"
7216
  msgstr ""
7217
 
7218
- #: core/lib/wpbc_all_translations1.php:394 inc/_ps/wpbc-form-templates.php:38
7219
  #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
7220
  #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:148
7221
  #: inc/_ps/wpbc-form-templates.php:164 inc/_ps/wpbc-form-templates.php:179
7222
  msgid "Adults"
7223
  msgstr ""
7224
 
7225
- #: core/lib/wpbc_all_translations1.php:395 inc/_ps/wpbc-form-templates.php:38
7226
  #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
7227
  #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:149
7228
  #: inc/_ps/wpbc-form-templates.php:165 inc/_ps/wpbc-form-templates.php:180
7229
  msgid "Children"
7230
  msgstr ""
7231
 
7232
- #: core/lib/wpbc_all_translations1.php:396 inc/_ps/wpbc-form-templates.php:39
7233
  #: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
7234
  #: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:123
7235
  #: inc/_ps/wpbc-form-templates.php:150 inc/_ps/wpbc-form-templates.php:166
@@ -7237,437 +7247,437 @@ msgstr ""
7237
  msgid "Details"
7238
  msgstr ""
7239
 
7240
- #: core/lib/wpbc_all_translations1.php:397 inc/_ps/wpbc-form-templates.php:40
7241
  #: inc/_ps/wpbc-form-templates.php:59 inc/_ps/wpbc-form-templates.php:79
7242
  #: inc/_ps/wpbc-form-templates.php:102 inc/_ps/wpbc-form-templates.php:125
7243
  msgid "I Accept term and conditions"
7244
  msgstr ""
7245
 
7246
- #: core/lib/wpbc_all_translations1.php:398 inc/_ps/wpbc-form-templates.php:48
7247
  #: inc/_ps/wpbc-form-templates.php:68
7248
  msgid "Select Times"
7249
  msgstr ""
7250
 
7251
- #: core/lib/wpbc_all_translations1.php:399 inc/_ps/wpbc-form-templates.php:53
7252
  #: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
7253
  #: inc/_ps/wpbc-form-templates.php:118
7254
  msgid "Address (required)"
7255
  msgstr ""
7256
 
7257
- #: core/lib/wpbc_all_translations1.php:400 inc/_ps/wpbc-form-templates.php:54
7258
  #: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
7259
  #: inc/_ps/wpbc-form-templates.php:119
7260
  msgid "City (required)"
7261
  msgstr ""
7262
 
7263
- #: core/lib/wpbc_all_translations1.php:401 inc/_ps/wpbc-form-templates.php:55
7264
  #: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
7265
  #: inc/_ps/wpbc-form-templates.php:120
7266
  msgid "Post code (required)"
7267
  msgstr ""
7268
 
7269
- #: core/lib/wpbc_all_translations1.php:402 inc/_ps/wpbc-form-templates.php:56
7270
  #: inc/_ps/wpbc-form-templates.php:76 inc/_ps/wpbc-form-templates.php:99
7271
  #: inc/_ps/wpbc-form-templates.php:121
7272
  msgid "Country (required)"
7273
  msgstr ""
7274
 
7275
- #: core/lib/wpbc_all_translations1.php:403 inc/_ps/wpbc-form-templates.php:89
7276
  msgid "night(s)"
7277
  msgstr ""
7278
 
7279
- #: core/lib/wpbc_all_translations1.php:404 inc/_ps/wpbc-form-templates.php:90
7280
  #: inc/_ps/wpbc-form-templates.php:112
7281
  msgid "Full cost of the booking"
7282
  msgstr ""
7283
 
7284
- #: core/lib/wpbc_all_translations1.php:405 inc/_ps/wpbc-form-templates.php:122
7285
  #: inc/_ps/wpbc-form-templates.php:194
7286
  msgid "Visitors"
7287
  msgstr ""
7288
 
7289
- #: core/lib/wpbc_all_translations1.php:406 inc/_ps/wpbc-form-templates.php:145
7290
  #: inc/_ps/wpbc-form-templates.php:157 inc/_ps/wpbc-form-templates.php:172
7291
  #: inc/_ps/wpbc-form-templates.php:187
7292
  msgid "Last Name"
7293
  msgstr ""
7294
 
7295
- #: core/lib/wpbc_all_translations1.php:407 inc/_ps/wpbc-form-templates.php:146
7296
  #: inc/_ps/wpbc-form-templates.php:158 inc/_ps/wpbc-form-templates.php:173
7297
  #: inc/_ps/wpbc-form-templates.php:188
7298
  msgid "Email"
7299
  msgstr ""
7300
 
7301
- #: core/lib/wpbc_all_translations1.php:408 inc/_ps/wpbc-form-templates.php:160
7302
  #: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
7303
  msgid "Address"
7304
  msgstr ""
7305
 
7306
- #: core/lib/wpbc_all_translations1.php:409 inc/_ps/wpbc-form-templates.php:161
7307
  #: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
7308
  msgid "City"
7309
  msgstr ""
7310
 
7311
- #: core/lib/wpbc_all_translations1.php:410 inc/_ps/wpbc-form-templates.php:162
7312
  #: inc/_ps/wpbc-form-templates.php:177 inc/_ps/wpbc-form-templates.php:192
7313
  msgid "Post code"
7314
  msgstr ""
7315
 
7316
- #: core/lib/wpbc_all_translations1.php:411 inc/_ps/wpbc-form-templates.php:163
7317
  #: inc/_ps/wpbc-form-templates.php:178 inc/_ps/wpbc-form-templates.php:193
7318
  #: inc/gateways/page-gateways.php:361
7319
  msgid "Country"
7320
  msgstr ""
7321
 
7322
- #: core/lib/wpbc_all_translations1.php:412 inc/_ps/wpbc-form-templates.php:222
7323
  #: inc/_ps/wpbc-form-templates.php:242 inc/_ps/wpbc-form-templates.php:252
7324
  #: inc/_ps/wpbc-form-templates.php:262 inc/_ps/wpbc-form-templates.php:272
7325
  msgid "Check in"
7326
  msgstr ""
7327
 
7328
- #: core/lib/wpbc_all_translations1.php:413 inc/_ps/wpbc-form-templates.php:225
7329
  #: inc/_ps/wpbc-form-templates.php:243 inc/_ps/wpbc-form-templates.php:253
7330
  #: inc/_ps/wpbc-form-templates.php:263 inc/_ps/wpbc-form-templates.php:273
7331
  msgid "Check out"
7332
  msgstr ""
7333
 
7334
- #: core/lib/wpbc_all_translations1.php:414 inc/_ps/wpbc-form-templates.php:228
7335
  #: inc/_ps/wpbc-form-templates.php:244 inc/_ps/wpbc-form-templates.php:254
7336
  #: inc/_ps/wpbc-form-templates.php:264 inc/_ps/wpbc-form-templates.php:274
7337
  msgid "Guests"
7338
  msgstr ""
7339
 
7340
- #: core/lib/wpbc_all_translations1.php:415 inc/_ps/wpbc-form-templates.php:308
7341
  #: inc/_ps/wpbc-form-templates.php:334 inc/_ps/wpbc-form-templates.php:351
7342
  msgid "Max. persons"
7343
  msgstr ""
7344
 
7345
- #: core/lib/wpbc_all_translations1.php:416 inc/_ps/wpbc-print.php:84
7346
  msgid "Data"
7347
  msgstr ""
7348
 
7349
- #: core/lib/wpbc_all_translations1.php:417 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:298
7350
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:219
7351
- #: inc/gateways/ideal/wpbc-gw-ideal.php:378 inc/gateways/ipay88/wpbc-gw-ipay88.php:318
7352
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:147 inc/gateways/paypal/wpbc-gw-paypal.php:365
7353
- #: inc/gateways/sage/wpbc-gw-sage.php:385 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:489
7354
  msgid "Enable this payment gateway"
7355
  msgstr ""
7356
 
7357
- #: core/lib/wpbc_all_translations1.php:418 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:308
7358
  msgid "API Login ID"
7359
  msgstr ""
7360
 
7361
- #: core/lib/wpbc_all_translations1.php:419 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:310
7362
  #, php-format
7363
  msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
7364
  msgstr ""
7365
 
7366
- #: core/lib/wpbc_all_translations1.php:420
7367
  msgid "Transaction Key"
7368
  msgstr ""
7369
 
7370
- #: core/lib/wpbc_all_translations1.php:421 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:517
7371
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:532
7372
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:549
7373
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:564
7374
  #, php-format
7375
  msgid "This parameter have to assigned to you by %s"
7376
  msgstr ""
7377
 
7378
- #: core/lib/wpbc_all_translations1.php:422 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
7379
- #: inc/gateways/ideal/wpbc-gw-ideal.php:419 inc/gateways/paypal/wpbc-gw-paypal.php:444
7380
  #: inc/gateways/sage/wpbc-gw-sage.php:424
7381
  msgid "Chose payment mode"
7382
  msgstr ""
7383
 
7384
- #: core/lib/wpbc_all_translations1.php:423 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:367
7385
  msgid ""
7386
  "Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
7387
  "for using Developer account."
7388
  msgstr ""
7389
 
7390
- #: core/lib/wpbc_all_translations1.php:424 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:370
7391
  msgid ""
7392
  "Transactions posted against live merchant accounts using either of the above testing methods are "
7393
  "not submitted to financial institutions for authorization and are not stored in the Merchant "
7394
  "Interface."
7395
  msgstr ""
7396
 
7397
- #: core/lib/wpbc_all_translations1.php:425 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:375
7398
  msgid "Developer Test"
7399
  msgstr ""
7400
 
7401
- #: core/lib/wpbc_all_translations1.php:426 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:376
7402
  msgid "Live Test"
7403
  msgstr ""
7404
 
7405
- #: core/lib/wpbc_all_translations1.php:427 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:377
7406
  #: inc/gateways/paypal/wpbc-gw-paypal.php:450
7407
  msgid "Live"
7408
  msgstr ""
7409
 
7410
- #: core/lib/wpbc_all_translations1.php:428 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:385
7411
  #: inc/gateways/paypal/wpbc-gw-paypal.php:428 inc/gateways/sage/wpbc-gw-sage.php:438
7412
  msgid "Transaction type"
7413
  msgstr ""
7414
 
7415
- #: core/lib/wpbc_all_translations1.php:429 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:386
7416
  msgid "Select transaction type, which supported by the payment gateway."
7417
  msgstr ""
7418
 
7419
- #: core/lib/wpbc_all_translations1.php:430 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:389
7420
  msgid "Authorization and Capture"
7421
  msgstr ""
7422
 
7423
- #: core/lib/wpbc_all_translations1.php:431 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:390
7424
  msgid "Authorization Only"
7425
  msgstr ""
7426
 
7427
- #: core/lib/wpbc_all_translations1.php:432 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:396
7428
  #: inc/gateways/paypal/wpbc-gw-paypal.php:459 inc/gateways/sage/wpbc-gw-sage.php:453
7429
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:585
7430
  msgid "U.S. Dollars"
7431
  msgstr ""
7432
 
7433
- #: core/lib/wpbc_all_translations1.php:433 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:397
7434
- #: inc/gateways/sage/wpbc-gw-sage.php:451 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:586
7435
  msgid "Pounds Sterling"
7436
  msgstr ""
7437
 
7438
- #: core/lib/wpbc_all_translations1.php:434 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:398
7439
  #: inc/gateways/paypal/wpbc-gw-paypal.php:460 inc/gateways/sage/wpbc-gw-sage.php:452
7440
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:587
7441
  msgid "Euros"
7442
  msgstr ""
7443
 
7444
- #: core/lib/wpbc_all_translations1.php:435 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:399
7445
  #: inc/gateways/paypal/wpbc-gw-paypal.php:464 inc/gateways/sage/wpbc-gw-sage.php:456
7446
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:588
7447
  msgid "Canadian Dollars"
7448
  msgstr ""
7449
 
7450
- #: core/lib/wpbc_all_translations1.php:436 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:404
7451
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:369 inc/gateways/paypal/wpbc-gw-paypal.php:487
7452
- #: inc/gateways/sage/wpbc-gw-sage.php:478 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:729
7453
  msgid "Accepted Currency"
7454
  msgstr ""
7455
 
7456
- #: core/lib/wpbc_all_translations1.php:437 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
7457
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:370 inc/gateways/paypal/wpbc-gw-paypal.php:488
7458
- #: inc/gateways/sage/wpbc-gw-sage.php:479 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:730
7459
  msgid "The currency code that gateway will process the payment in."
7460
  msgstr ""
7461
 
7462
- #: core/lib/wpbc_all_translations1.php:438 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:408
7463
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:733
7464
  msgid ""
7465
  "Setting the currency that is not supported by the payment processor will result in an error."
7466
  msgstr ""
7467
 
7468
- #: core/lib/wpbc_all_translations1.php:439 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:418
7469
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:419
7470
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1052 inc/gateways/ideal/wpbc-gw-ideal.php:309
7471
- #: inc/gateways/ideal/wpbc-gw-ideal.php:457 inc/gateways/ideal/wpbc-gw-ideal.php:458
7472
- #: inc/gateways/ideal/wpbc-gw-ideal.php:1046 inc/gateways/ipay88/wpbc-gw-ipay88.php:379
7473
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:380 inc/gateways/ipay88/wpbc-gw-ipay88.php:986
7474
  #: inc/gateways/paypal/wpbc-gw-paypal.php:516 inc/gateways/paypal/wpbc-gw-paypal.php:517
7475
  #: inc/gateways/paypal/wpbc-gw-paypal.php:1366 inc/gateways/sage/wpbc-gw-sage.php:488
7476
  #: inc/gateways/sage/wpbc-gw-sage.php:489 inc/gateways/sage/wpbc-gw-sage.php:1042
7477
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:751
7478
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:752
7479
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1306
7480
  msgid "Pay via"
7481
  msgstr ""
7482
 
7483
- #: core/lib/wpbc_all_translations1.php:440 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:420
7484
- #: inc/gateways/ideal/wpbc-gw-ideal.php:459 inc/gateways/ipay88/wpbc-gw-ipay88.php:381
7485
  #: inc/gateways/paypal/wpbc-gw-paypal.php:518 inc/gateways/sage/wpbc-gw-sage.php:490
7486
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:753
7487
  msgid "Payment button title"
7488
  msgstr ""
7489
 
7490
- #: core/lib/wpbc_all_translations1.php:441 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
7491
- #: inc/gateways/ideal/wpbc-gw-ideal.php:460 inc/gateways/ipay88/wpbc-gw-ipay88.php:382
7492
  #: inc/gateways/paypal/wpbc-gw-paypal.php:519 inc/gateways/sage/wpbc-gw-sage.php:491
7493
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:754
7494
  msgid "Enter the title of the payment button"
7495
  msgstr ""
7496
 
7497
- #: core/lib/wpbc_all_translations1.php:442 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:432
7498
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:433
7499
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1048 inc/gateways/ideal/wpbc-gw-ideal.php:471
7500
- #: inc/gateways/ideal/wpbc-gw-ideal.php:472 inc/gateways/ideal/wpbc-gw-ideal.php:1043
7501
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:393 inc/gateways/ipay88/wpbc-gw-ipay88.php:394
7502
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:983 inc/gateways/paypal/wpbc-gw-paypal.php:544
7503
  #: inc/gateways/paypal/wpbc-gw-paypal.php:545 inc/gateways/paypal/wpbc-gw-paypal.php:1368
7504
  #: inc/gateways/sage/wpbc-gw-sage.php:502 inc/gateways/sage/wpbc-gw-sage.php:503
7505
- #: inc/gateways/sage/wpbc-gw-sage.php:1038 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:765
7506
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:766
7507
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1307
7508
  #, php-format
7509
  msgid "Payment for booking %s on these day(s): %s"
7510
  msgstr ""
7511
 
7512
- #: core/lib/wpbc_all_translations1.php:443 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:434
7513
- #: inc/gateways/ideal/wpbc-gw-ideal.php:473 inc/gateways/ipay88/wpbc-gw-ipay88.php:395
7514
  #: inc/gateways/paypal/wpbc-gw-paypal.php:546 inc/gateways/sage/wpbc-gw-sage.php:504
7515
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:767
7516
  msgid "Payment description at gateway website"
7517
  msgstr ""
7518
 
7519
- #: core/lib/wpbc_all_translations1.php:444 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:435
7520
- #: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ipay88/wpbc-gw-ipay88.php:396
7521
  #: inc/gateways/paypal/wpbc-gw-paypal.php:547 inc/gateways/sage/wpbc-gw-sage.php:505
7522
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:768
7523
  msgid "Enter the service name or the reason for the payment here."
7524
  msgstr ""
7525
 
7526
- #: core/lib/wpbc_all_translations1.php:445 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:436
7527
- #: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:397
7528
  #: inc/gateways/paypal/wpbc-gw-paypal.php:548 inc/gateways/sage/wpbc-gw-sage.php:506
7529
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:769
7530
  msgid "You can use any shortcodes, which you have used in content of booking fields data form."
7531
  msgstr ""
7532
 
7533
- #: core/lib/wpbc_all_translations1.php:446 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:439
7534
- #: inc/gateways/ideal/wpbc-gw-ideal.php:478 inc/gateways/ipay88/wpbc-gw-ipay88.php:400
7535
  #: inc/gateways/paypal/wpbc-gw-paypal.php:551 inc/gateways/sage/wpbc-gw-sage.php:509
7536
  #, php-format
7537
  msgid "This field support only up to %s characters by payment system."
7538
  msgstr ""
7539
 
7540
- #: core/lib/wpbc_all_translations1.php:447 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:457
7541
  msgid "Activate Relay Response"
7542
  msgstr ""
7543
 
7544
- #: core/lib/wpbc_all_translations1.php:448 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:458
7545
  msgid ""
7546
  "Indicate to the payment gateway that you would like to receive the transaction response to your "
7547
  "site."
7548
  msgstr ""
7549
 
7550
- #: core/lib/wpbc_all_translations1.php:449 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:461
7551
  msgid ""
7552
  "You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
7553
  "Interface, if a Relay Response is activated here."
7554
  msgstr ""
7555
 
7556
- #: core/lib/wpbc_all_translations1.php:450
7557
  msgid "MD5 Hash value"
7558
  msgstr ""
7559
 
7560
- #: core/lib/wpbc_all_translations1.php:451
7561
  msgid ""
7562
  "Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
7563
  msgstr ""
7564
 
7565
- #: core/lib/wpbc_all_translations1.php:452
7566
  msgid "To configure MD5 Hash value in Relay Response for your transactions"
7567
  msgstr ""
7568
 
7569
- #: core/lib/wpbc_all_translations1.php:453
7570
  msgid "Log on to the Merchant Interface"
7571
  msgstr ""
7572
 
7573
- #: core/lib/wpbc_all_translations1.php:454
7574
  msgid "Click Settings under Account in the main menu on the left"
7575
  msgstr ""
7576
 
7577
- #: core/lib/wpbc_all_translations1.php:455
7578
  msgid "Click MD5-Hash in the Security Settings section"
7579
  msgstr ""
7580
 
7581
- #: core/lib/wpbc_all_translations1.php:456
7582
  msgid "Enter this value"
7583
  msgstr ""
7584
 
7585
- #: core/lib/wpbc_all_translations1.php:457
7586
  msgid "Click Submit"
7587
  msgstr ""
7588
 
7589
- #: core/lib/wpbc_all_translations1.php:458
7590
  #, php-format
7591
  msgid ""
7592
  "For more information about configuring Relay Response in the Merchant Interface, please see the "
7593
  "%sMerchant Integration Guide%s"
7594
  msgstr ""
7595
 
7596
- #: core/lib/wpbc_all_translations1.php:459 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:497
7597
- #: inc/gateways/ideal/wpbc-gw-ideal.php:506 inc/gateways/ipay88/wpbc-gw-ipay88.php:421
7598
- #: inc/gateways/sage/wpbc-gw-sage.php:530 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:793
7599
  msgid "Return URL after Successful order"
7600
  msgstr ""
7601
 
7602
- #: core/lib/wpbc_all_translations1.php:460 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:515
7603
- #: inc/gateways/ideal/wpbc-gw-ideal.php:522 inc/gateways/ipay88/wpbc-gw-ipay88.php:437
7604
  #: inc/gateways/paypal/wpbc-gw-paypal.php:612 inc/gateways/sage/wpbc-gw-sage.php:546
7605
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:811
7606
  msgid "The URL where visitor will be redirected after completing payment."
7607
  msgstr ""
7608
 
7609
- #: core/lib/wpbc_all_translations1.php:461 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:516
7610
- #: inc/gateways/ideal/wpbc-gw-ideal.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:438
7611
  #: inc/gateways/paypal/wpbc-gw-paypal.php:613 inc/gateways/sage/wpbc-gw-sage.php:547
7612
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:812
7613
  #, php-format
7614
  msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
7615
  msgstr ""
7616
 
7617
- #: core/lib/wpbc_all_translations1.php:462 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:531
7618
- #: inc/gateways/ideal/wpbc-gw-ideal.php:537 inc/gateways/ipay88/wpbc-gw-ipay88.php:452
7619
- #: inc/gateways/sage/wpbc-gw-sage.php:561 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:827
7620
  msgid "Return URL after Failed order"
7621
  msgstr ""
7622
 
7623
- #: core/lib/wpbc_all_translations1.php:463 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:549
7624
- #: inc/gateways/ideal/wpbc-gw-ideal.php:553 inc/gateways/ipay88/wpbc-gw-ipay88.php:468
7625
  #: inc/gateways/paypal/wpbc-gw-paypal.php:643 inc/gateways/sage/wpbc-gw-sage.php:577
7626
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:845
7627
  msgid "The URL where the visitor will be redirected after completing payment."
7628
  msgstr ""
7629
 
7630
- #: core/lib/wpbc_all_translations1.php:464 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:550
7631
- #: inc/gateways/ideal/wpbc-gw-ideal.php:554 inc/gateways/ipay88/wpbc-gw-ipay88.php:469
7632
  #: inc/gateways/paypal/wpbc-gw-paypal.php:644 inc/gateways/sage/wpbc-gw-sage.php:578
7633
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:846
7634
  #, php-format
7635
  msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
7636
  msgstr ""
7637
 
7638
- #: core/lib/wpbc_all_translations1.php:465 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:561
7639
  msgid "Automatically approve booking"
7640
  msgstr ""
7641
 
7642
- #: core/lib/wpbc_all_translations1.php:466 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:562
7643
  msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
7644
  msgstr ""
7645
 
7646
- #: core/lib/wpbc_all_translations1.php:467 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
7647
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/paypal/wpbc-gw-paypal.php:661
7648
- #: inc/gateways/sage/wpbc-gw-sage.php:591 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:860
7649
  msgid "This will not work, if the visitor leaves the payment page."
7650
  msgstr ""
7651
 
7652
- #: core/lib/wpbc_all_translations1.php:468 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:784
7653
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
7654
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
7655
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:447
7656
- #: inc/gateways/ideal/wpbc-gw-ideal.php:801 inc/gateways/ideal/wpbc-gw-ideal.php:904
7657
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:729 inc/gateways/ipay88/wpbc-gw-ipay88.php:845
7658
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:388
7659
  #: inc/gateways/paypal/wpbc-gw-paypal.php:986 inc/gateways/paypal/wpbc-gw-paypal.php:1081
7660
  #: inc/gateways/sage/wpbc-gw-sage.php:783 inc/gateways/sage/wpbc-gw-sage.php:894
7661
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:968
7662
  #, php-format
7663
  msgid "%s Settings"
7664
  msgstr ""
7665
 
7666
- #: core/lib/wpbc_all_translations1.php:469 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:785
7667
  msgid "Integration of authorizenet payment system"
7668
  msgstr ""
7669
 
7670
- #: core/lib/wpbc_all_translations1.php:470
7671
  #, php-format
7672
  msgid ""
7673
  "If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
@@ -7675,981 +7685,981 @@ msgid ""
7675
  "gateway."
7676
  msgstr ""
7677
 
7678
- #: core/lib/wpbc_all_translations1.php:471
7679
  msgid ""
7680
  "Please configure all fields inside the Billing form fields tab at this page, when using a "
7681
  "European payment processor"
7682
  msgstr ""
7683
 
7684
- #: core/lib/wpbc_all_translations1.php:472 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:901
7685
  msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
7686
  msgstr ""
7687
 
7688
- #: core/lib/wpbc_all_translations1.php:473 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:911
7689
  #, php-format
7690
  msgid "%s - Server Integration Method (SIM)"
7691
  msgstr ""
7692
 
7693
- #: core/lib/wpbc_all_translations1.php:474 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:231
7694
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:159
7695
  msgid "Payment method description that the customer will see on your payment page."
7696
  msgstr ""
7697
 
7698
- #: core/lib/wpbc_all_translations1.php:475 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:264
7699
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
7700
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
7701
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
7702
  msgid "Bank Transfer"
7703
  msgstr ""
7704
 
7705
- #: core/lib/wpbc_all_translations1.php:476 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:345
7706
  msgid "Integration of Bank Transfer payment system"
7707
  msgstr ""
7708
 
7709
- #: core/lib/wpbc_all_translations1.php:477 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:426
7710
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:466
7711
  msgid "Account details"
7712
  msgstr ""
7713
 
7714
- #: core/lib/wpbc_all_translations1.php:478 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:480
7715
  #, php-format
7716
  msgid "Allow payments by %sdirect bank / wire transfer%s"
7717
  msgstr ""
7718
 
7719
- #: core/lib/wpbc_all_translations1.php:479 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:482
7720
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:364
7721
  msgid "Its only show fixed payment details."
7722
  msgstr ""
7723
 
7724
- #: core/lib/wpbc_all_translations1.php:480 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:717
7725
  msgid "Sort Code"
7726
  msgstr ""
7727
 
7728
- #: core/lib/wpbc_all_translations1.php:481 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:725
7729
  #, php-format
7730
  msgid ""
7731
  "Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
7732
  "the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
7733
  msgstr ""
7734
 
7735
- #: core/lib/wpbc_all_translations1.php:482 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:731
7736
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:738
7737
  msgid "Account Number"
7738
  msgstr ""
7739
 
7740
- #: core/lib/wpbc_all_translations1.php:483 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:733
7741
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:741
7742
  msgid "IBAN"
7743
  msgstr ""
7744
 
7745
- #: core/lib/wpbc_all_translations1.php:484 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:734
7746
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:742
7747
  msgid "BIC / Swift"
7748
  msgstr ""
7749
 
7750
- #: core/lib/wpbc_all_translations1.php:485 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:737
7751
  msgid "Account Name"
7752
  msgstr ""
7753
 
7754
- #: core/lib/wpbc_all_translations1.php:486 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:739
7755
- #: inc/gateways/ideal/wpbc-gw-ideal.php:324
7756
  msgid "Bank Name"
7757
  msgstr ""
7758
 
7759
- #: core/lib/wpbc_all_translations1.php:487 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:787
7760
  msgid "BSB"
7761
  msgstr ""
7762
 
7763
- #: core/lib/wpbc_all_translations1.php:488 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:788
7764
  msgid "Bank Transit Number"
7765
  msgstr ""
7766
 
7767
- #: core/lib/wpbc_all_translations1.php:489 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:789
7768
  msgid "IFSC"
7769
  msgstr ""
7770
 
7771
- #: core/lib/wpbc_all_translations1.php:490 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:790
7772
  msgid "Branch Sort"
7773
  msgstr ""
7774
 
7775
- #: core/lib/wpbc_all_translations1.php:491 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:791
7776
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:792
7777
  msgid "Bank Code"
7778
  msgstr ""
7779
 
7780
- #: core/lib/wpbc_all_translations1.php:492 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:793
7781
  msgid "Routing Number"
7782
  msgstr ""
7783
 
7784
- #: core/lib/wpbc_all_translations1.php:493 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:794
7785
  msgid "Branch Code"
7786
  msgstr ""
7787
 
7788
- #: core/lib/wpbc_all_translations1.php:494 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:804
7789
  #, php-format
7790
  msgid "%s - inserting all bank accounts details"
7791
  msgstr ""
7792
 
7793
- #: core/lib/wpbc_all_translations1.php:495 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:805
7794
  #, php-format
7795
  msgid "%s - inserting account name"
7796
  msgstr ""
7797
 
7798
- #: core/lib/wpbc_all_translations1.php:496 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:806
7799
  #, php-format
7800
  msgid "%s - inserting account number"
7801
  msgstr ""
7802
 
7803
- #: core/lib/wpbc_all_translations1.php:497 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:807
7804
  #, php-format
7805
  msgid "%s - inserting bank name "
7806
  msgstr ""
7807
 
7808
- #: core/lib/wpbc_all_translations1.php:498 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:808
7809
  #, php-format
7810
  msgid "%s - inserting sort code "
7811
  msgstr ""
7812
 
7813
- #: core/lib/wpbc_all_translations1.php:499 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:809
7814
  #, php-format
7815
  msgid "%s - inserting IBAN "
7816
  msgstr ""
7817
 
7818
- #: core/lib/wpbc_all_translations1.php:500 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:810
7819
  #, php-format
7820
  msgid "%s - inserting BIC "
7821
  msgstr ""
7822
 
7823
- #: core/lib/wpbc_all_translations1.php:501 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:815
7824
  msgid ""
7825
  "You can use any shortcodes, that you can use in payment description form at Settings Payment "
7826
  "General page"
7827
  msgstr ""
7828
 
7829
- #: core/lib/wpbc_all_translations1.php:502 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:888
7830
  msgid "+ Add Account"
7831
  msgstr ""
7832
 
7833
- #: core/lib/wpbc_all_translations1.php:503 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:888
7834
  msgid "Remove selected account(s)"
7835
  msgstr ""
7836
 
7837
- #: core/lib/wpbc_all_translations1.php:504 inc/gateways/ipay88/ipay88-backend.php:92
7838
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:570
7839
  msgid "Successful payment"
7840
  msgstr ""
7841
 
7842
- #: core/lib/wpbc_all_translations1.php:505 inc/gateways/ipay88/ipay88-backend.php:94
7843
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:573
7844
  msgid " Parameters are incorrect,"
7845
  msgstr ""
7846
 
7847
- #: core/lib/wpbc_all_translations1.php:506 inc/gateways/ipay88/ipay88-backend.php:95
7848
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:575
7849
  msgid "Cannot find the record"
7850
  msgstr ""
7851
 
7852
- #: core/lib/wpbc_all_translations1.php:507 inc/gateways/ipay88/ipay88-backend.php:96
7853
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:577
7854
  msgid "Amount different"
7855
  msgstr ""
7856
 
7857
- #: core/lib/wpbc_all_translations1.php:508 inc/gateways/ipay88/ipay88-backend.php:97
7858
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:579
7859
  msgid "Payment failed"
7860
  msgstr ""
7861
 
7862
- #: core/lib/wpbc_all_translations1.php:509 inc/gateways/ipay88/ipay88-backend.php:98
7863
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:581
7864
  msgid "Payment status updated by Mobile88 Admin(Fail)"
7865
  msgstr ""
7866
 
7867
- #: core/lib/wpbc_all_translations1.php:510 inc/gateways/ipay88/ipay88-backend.php:99
7868
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:583
7869
  msgid "Connection Error"
7870
  msgstr ""
7871
 
7872
- #: core/lib/wpbc_all_translations1.php:511 inc/gateways/ipay88/wpbc-gw-ipay88.php:328
7873
  msgid "Merchant Code"
7874
  msgstr ""
7875
 
7876
- #: core/lib/wpbc_all_translations1.php:512 inc/gateways/ipay88/wpbc-gw-ipay88.php:330
7877
  msgid "Enter your iPay88 Merchant Code."
7878
  msgstr ""
7879
 
7880
- #: core/lib/wpbc_all_translations1.php:513 inc/gateways/ideal/wpbc-gw-ideal.php:403
7881
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:343
7882
  msgid "Merchant Key"
7883
  msgstr ""
7884
 
7885
- #: core/lib/wpbc_all_translations1.php:514 inc/gateways/ipay88/wpbc-gw-ipay88.php:345
7886
  msgid "Enter your iPay88 Merchant Key."
7887
  msgstr ""
7888
 
7889
- #: core/lib/wpbc_all_translations1.php:515 inc/gateways/ipay88/wpbc-gw-ipay88.php:355
7890
  msgid "Malaysian Ringgit"
7891
  msgstr ""
7892
 
7893
- #: core/lib/wpbc_all_translations1.php:516 inc/gateways/paypal/wpbc-gw-paypal.php:479
7894
  #: inc/gateways/sage/wpbc-gw-sage.php:471
7895
  msgid "Philippine Pesos"
7896
  msgstr ""
7897
 
7898
- #: core/lib/wpbc_all_translations1.php:517 inc/gateways/ideal/wpbc-gw-ideal.php:564
7899
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:479 inc/gateways/paypal/wpbc-gw-paypal.php:658
7900
- #: inc/gateways/sage/wpbc-gw-sage.php:588 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:857
7901
  msgid "Automatically approve/cancel booking"
7902
  msgstr ""
7903
 
7904
- #: core/lib/wpbc_all_translations1.php:518 inc/gateways/ideal/wpbc-gw-ideal.php:565
7905
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:480 inc/gateways/paypal/wpbc-gw-paypal.php:659
7906
- #: inc/gateways/sage/wpbc-gw-sage.php:589 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:858
7907
  msgid ""
7908
  "Check this box to automatically approve bookings, when visitor makes a successful payment, or "
7909
  "automatically cancel the booking, when visitor makes a payment cancellation."
7910
  msgstr ""
7911
 
7912
- #: core/lib/wpbc_all_translations1.php:519 inc/gateways/ipay88/wpbc-gw-ipay88.php:730
7913
  msgid "Integration of iPay88 payment system"
7914
  msgstr ""
7915
 
7916
- #: core/lib/wpbc_all_translations1.php:520 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:893
7917
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:832 inc/gateways/sage/wpbc-gw-sage.php:883
7918
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1116
7919
  #, php-format
7920
  msgid ""
7921
  "Please configure all fields inside the %sBilling form fields%s section at %sPayments General%s "
7922
  "tab."
7923
  msgstr ""
7924
 
7925
- #: core/lib/wpbc_all_translations1.php:521 inc/gateways/page-gateways.php:65
7926
  msgid "for 1 day"
7927
  msgstr ""
7928
 
7929
- #: core/lib/wpbc_all_translations1.php:522 inc/gateways/page-gateways.php:66
7930
  msgid "for 1 night"
7931
  msgstr ""
7932
 
7933
- #: core/lib/wpbc_all_translations1.php:523 inc/gateways/page-gateways.php:67
7934
  msgid "fixed sum"
7935
  msgstr ""
7936
 
7937
- #: core/lib/wpbc_all_translations1.php:524 inc/gateways/page-gateways.php:68
7938
  msgid "for 1 hour"
7939
  msgstr ""
7940
 
7941
- #: core/lib/wpbc_all_translations1.php:525 inc/gateways/page-gateways.php:73
7942
  msgid "Set the cost"
7943
  msgstr ""
7944
 
7945
- #: core/lib/wpbc_all_translations1.php:526 inc/gateways/page-gateways.php:74
7946
  msgid " Select your cost configuration."
7947
  msgstr ""
7948
 
7949
- #: core/lib/wpbc_all_translations1.php:527 inc/gateways/page-gateways.php:82
7950
  msgid "Time impact to cost"
7951
  msgstr ""
7952
 
7953
- #: core/lib/wpbc_all_translations1.php:528 inc/gateways/page-gateways.php:83
7954
  #, php-format
7955
  msgid ""
7956
  "Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
7957
  "calculation%s."
7958
  msgstr ""
7959
 
7960
- #: core/lib/wpbc_all_translations1.php:529 inc/gateways/page-gateways.php:93
7961
  msgid ""
7962
  "Check this box if you want that specific additional cost, which configured as percentage for "
7963
  "some option, apply to other additional fixed costs and not only to original booking cost."
7964
  msgstr ""
7965
 
7966
- #: core/lib/wpbc_all_translations1.php:530 inc/gateways/page-gateways.php:195
7967
  #: inc/gateways/page-gateways.php:869
7968
  msgid "Currency"
7969
  msgstr ""
7970
 
7971
- #: core/lib/wpbc_all_translations1.php:531 inc/gateways/page-gateways.php:198
7972
  msgid ""
7973
  "This is default currency that showing at your website. Specific payment gateway(s) can support "
7974
  "or does not suport it."
7975
  msgstr ""
7976
 
7977
- #: core/lib/wpbc_all_translations1.php:532 inc/gateways/page-gateways.php:152
7978
  #: inc/gateways/page-gateways.php:201 inc/gateways/page-gateways.php:921
7979
  msgid "Important"
7980
  msgstr ""
7981
 
7982
- #: core/lib/wpbc_all_translations1.php:533 inc/gateways/page-gateways.php:201
7983
  msgid "Check and configure currency at each activated payment gateway."
7984
  msgstr ""
7985
 
7986
- #: core/lib/wpbc_all_translations1.php:534 inc/gateways/page-gateways.php:211
7987
  msgid "Currency Position"
7988
  msgstr ""
7989
 
7990
- #: core/lib/wpbc_all_translations1.php:535 inc/gateways/page-gateways.php:212
7991
  msgid "Set position of the currency symbol."
7992
  msgstr ""
7993
 
7994
- #: core/lib/wpbc_all_translations1.php:536 inc/gateways/page-gateways.php:215
7995
  msgid "Left"
7996
  msgstr ""
7997
 
7998
- #: core/lib/wpbc_all_translations1.php:537 inc/gateways/page-gateways.php:219
7999
  msgid "Right"
8000
  msgstr ""
8001
 
8002
- #: core/lib/wpbc_all_translations1.php:538 inc/gateways/page-gateways.php:223
8003
  msgid "Left with space"
8004
  msgstr ""
8005
 
8006
- #: core/lib/wpbc_all_translations1.php:539 inc/gateways/page-gateways.php:227
8007
  msgid "Right with space"
8008
  msgstr ""
8009
 
8010
- #: core/lib/wpbc_all_translations1.php:540 inc/gateways/page-gateways.php:246
8011
  msgid "Currency format"
8012
  msgstr ""
8013
 
8014
- #: core/lib/wpbc_all_translations1.php:541 inc/gateways/page-gateways.php:247
8015
  msgid "Number of decimal points"
8016
  msgstr ""
8017
 
8018
- #: core/lib/wpbc_all_translations1.php:542 inc/gateways/page-gateways.php:254
8019
  #: inc/gateways/page-gateways.php:269
8020
  msgid "No separator"
8021
  msgstr ""
8022
 
8023
- #: core/lib/wpbc_all_translations1.php:543 inc/gateways/page-gateways.php:255
8024
  #: inc/gateways/page-gateways.php:270
8025
  msgid "Space"
8026
  msgstr ""
8027
 
8028
- #: core/lib/wpbc_all_translations1.php:544 inc/gateways/page-gateways.php:256
8029
  #: inc/gateways/page-gateways.php:271
8030
  msgid "Dot"
8031
  msgstr ""
8032
 
8033
- #: core/lib/wpbc_all_translations1.php:545 inc/gateways/page-gateways.php:257
8034
  #: inc/gateways/page-gateways.php:272
8035
  msgid "Comma"
8036
  msgstr ""
8037
 
8038
- #: core/lib/wpbc_all_translations1.php:546 inc/gateways/page-gateways.php:262
8039
  msgid "Separator for the decimal point"
8040
  msgstr ""
8041
 
8042
- #: core/lib/wpbc_all_translations1.php:547 inc/gateways/page-gateways.php:277
8043
  msgid "Thousands separator"
8044
  msgstr ""
8045
 
8046
- #: core/lib/wpbc_all_translations1.php:548 inc/gateways/page-gateways.php:290
8047
  msgid "Please select"
8048
  msgstr ""
8049
 
8050
- #: core/lib/wpbc_all_translations1.php:549 inc/gateways/page-gateways.php:301
8051
  msgid ""
8052
  "Please select a field from your booking form. This field will be automatically assigned to the "
8053
  "current field in the billing form."
8054
  msgstr ""
8055
 
8056
- #: core/lib/wpbc_all_translations1.php:550 inc/gateways/page-gateways.php:313
8057
  msgid "Customer Email"
8058
  msgstr ""
8059
 
8060
- #: core/lib/wpbc_all_translations1.php:551 inc/gateways/page-gateways.php:321
8061
  msgid "First Name(s)"
8062
  msgstr ""
8063
 
8064
- #: core/lib/wpbc_all_translations1.php:552 inc/gateways/page-gateways.php:329
8065
  msgid "Last name"
8066
  msgstr ""
8067
 
8068
- #: core/lib/wpbc_all_translations1.php:553 inc/gateways/page-gateways.php:345
8069
  msgid "Billing Address"
8070
  msgstr ""
8071
 
8072
- #: core/lib/wpbc_all_translations1.php:554 inc/gateways/page-gateways.php:353
8073
  msgid "Billing City"
8074
  msgstr ""
8075
 
8076
- #: core/lib/wpbc_all_translations1.php:555 inc/gateways/page-gateways.php:370
8077
  msgid "Post Code"
8078
  msgstr ""
8079
 
8080
- #: core/lib/wpbc_all_translations1.php:556 inc/gateways/page-gateways.php:378
8081
  msgid "State"
8082
  msgstr ""
8083
 
8084
- #: core/lib/wpbc_all_translations1.php:557 inc/gateways/page-gateways.php:390
8085
  msgid "Show booking details in payment form"
8086
  msgstr ""
8087
 
8088
- #: core/lib/wpbc_all_translations1.php:558 inc/gateways/page-gateways.php:391
8089
  #, php-format
8090
  msgid ""
8091
  " Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
8092
  msgstr ""
8093
 
8094
- #: core/lib/wpbc_all_translations1.php:559 inc/gateways/page-gateways.php:402
8095
  msgid "Configure booking details summary above the payment form"
8096
  msgstr ""
8097
 
8098
- #: core/lib/wpbc_all_translations1.php:560 inc/gateways/page-gateways.php:521
8099
  msgid "Payments"
8100
  msgstr ""
8101
 
8102
- #: core/lib/wpbc_all_translations1.php:561 inc/gateways/page-gateways.php:522
8103
  msgid "Customizaton of Payment"
8104
  msgstr ""
8105
 
8106
- #: core/lib/wpbc_all_translations1.php:562 inc/gateways/page-gateways.php:523
8107
  msgid "Payment Gateways"
8108
  msgstr ""
8109
 
8110
- #: core/lib/wpbc_all_translations1.php:563 inc/gateways/page-gateways.php:539
8111
  #: inc/gateways/page-gateways.php:609 inc/gateways/page-gateways.php:636
8112
  msgid "Payment Settings"
8113
  msgstr ""
8114
 
8115
- #: core/lib/wpbc_all_translations1.php:564 inc/gateways/page-gateways.php:540
8116
  msgid "Payment Gateways - General Settings"
8117
  msgstr ""
8118
 
8119
- #: core/lib/wpbc_all_translations1.php:565 inc/gateways/page-gateways.php:607
8120
  #: inc/gateways/page-gateways.php:631
8121
  msgid "Active Payment Gateways"
8122
  msgstr ""
8123
 
8124
- #: core/lib/wpbc_all_translations1.php:566 inc/gateways/page-gateways.php:608
8125
  #: inc/gateways/page-gateways.php:652
8126
  msgid "Billing form fields"
8127
  msgstr ""
8128
 
8129
- #: core/lib/wpbc_all_translations1.php:567 inc/gateways/page-gateways.php:611
8130
  #: inc/gateways/page-gateways.php:666
8131
  msgid "Payment Description"
8132
  msgstr ""
8133
 
8134
- #: core/lib/wpbc_all_translations1.php:568 inc/gateways/page-gateways.php:867
8135
  msgid "Gateway"
8136
  msgstr ""
8137
 
8138
- #: core/lib/wpbc_all_translations1.php:569 inc/gateways/page-gateways.php:917
8139
  #, php-format
8140
  msgid "Some currencies at payment gateways are different from main currency %s"
8141
  msgstr ""
8142
 
8143
- #: core/lib/wpbc_all_translations1.php:570 inc/gateways/page-gateways.php:921
8144
  #, php-format
8145
  msgid ""
8146
  "Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
8147
  "payment form without currency exchange! Its can be reason of wrong cost."
8148
  msgstr ""
8149
 
8150
- #: core/lib/wpbc_all_translations1.php:571 inc/gateways/page-gateways.php:1070
8151
  msgid "ID of booking"
8152
  msgstr ""
8153
 
8154
- #: core/lib/wpbc_all_translations1.php:572 inc/gateways/page-gateways.php:1071
8155
  msgid "ID of booking resources"
8156
  msgstr ""
8157
 
8158
- #: core/lib/wpbc_all_translations1.php:573 inc/gateways/page-gateways.php:1077
8159
  msgid "current date"
8160
  msgstr ""
8161
 
8162
- #: core/lib/wpbc_all_translations1.php:574 inc/gateways/page-gateways.php:1078
8163
  msgid "current time"
8164
  msgstr ""
8165
 
8166
- #: core/lib/wpbc_all_translations1.php:575 inc/gateways/page-gateways.php:1084
8167
  msgid "content data of this booking"
8168
  msgstr ""
8169
 
8170
- #: core/lib/wpbc_all_translations1.php:576 inc/gateways/page-gateways.php:1085
8171
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:181
8172
  msgid "show amount to pay"
8173
  msgstr ""
8174
 
8175
- #: core/lib/wpbc_all_translations1.php:577 inc/gateways/page-gateways.php:1087
8176
  msgid "total booking cost"
8177
  msgstr ""
8178
 
8179
- #: core/lib/wpbc_all_translations1.php:578 inc/gateways/page-gateways.php:1088
8180
  msgid "deposit cost"
8181
  msgstr ""
8182
 
8183
- #: core/lib/wpbc_all_translations1.php:579 inc/gateways/page-gateways.php:1089
8184
  msgid "balance cost"
8185
  msgstr ""
8186
 
8187
- #: core/lib/wpbc_all_translations1.php:580 inc/gateways/page-gateways.php:1090
8188
  msgid "original booking cost"
8189
  msgstr ""
8190
 
8191
- #: core/lib/wpbc_all_translations1.php:581 inc/gateways/page-gateways.php:1091
8192
  msgid "additional booking cost"
8193
  msgstr ""
8194
 
8195
- #: core/lib/wpbc_all_translations1.php:582 inc/gateways/page-gateways.php:1440
8196
  msgid "Amount to pay"
8197
  msgstr ""
8198
 
8199
- #: core/lib/wpbc_all_translations1.php:583 inc/gateways/page-gateways.php:1534
8200
  #, php-format
8201
  msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
8202
  msgstr ""
8203
 
8204
- #: core/lib/wpbc_all_translations1.php:584 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:204
8205
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:282 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283
8206
  msgid "Pay in Cash"
8207
  msgstr ""
8208
 
8209
- #: core/lib/wpbc_all_translations1.php:585 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:284
8210
  msgid "Integration of Pay in Cash payment system"
8211
  msgstr ""
8212
 
8213
- #: core/lib/wpbc_all_translations1.php:586 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:362
8214
  #, php-format
8215
  msgid "If you accept %scash payment%s, you can write details about it here"
8216
  msgstr ""
8217
 
8218
- #: core/lib/wpbc_all_translations1.php:587 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:523
8219
  #, php-format
8220
  msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
8221
  msgstr ""
8222
 
8223
- #: core/lib/wpbc_all_translations1.php:588 inc/gateways/paypal/ipn.php:120
8224
  msgid "Error IPN"
8225
  msgstr ""
8226
 
8227
- #: core/lib/wpbc_all_translations1.php:589 inc/gateways/paypal/ipn.php:250
8228
  msgid "Verified IPN"
8229
  msgstr ""
8230
 
8231
- #: core/lib/wpbc_all_translations1.php:590 inc/gateways/paypal/ipn.php:273
8232
  msgid "Invalid IPN"
8233
  msgstr ""
8234
 
8235
- #: core/lib/wpbc_all_translations1.php:591 inc/gateways/paypal/wpbc-gw-paypal.php:334
8236
  msgid "Make payments with payPal - its fast, free and secure!"
8237
  msgstr ""
8238
 
8239
- #: core/lib/wpbc_all_translations1.php:592 inc/gateways/paypal/wpbc-gw-paypal.php:373
8240
  #: inc/gateways/paypal/wpbc-gw-paypal.php:861
8241
  msgid "Paypal Standard"
8242
  msgstr ""
8243
 
8244
- #: core/lib/wpbc_all_translations1.php:593 inc/gateways/paypal/wpbc-gw-paypal.php:377
8245
  #: inc/gateways/paypal/wpbc-gw-paypal.php:861
8246
  msgid "Paypal Pro Hosted Solution"
8247
  msgstr ""
8248
 
8249
- #: core/lib/wpbc_all_translations1.php:594 inc/gateways/paypal/wpbc-gw-paypal.php:384
8250
  msgid "Account Type"
8251
  msgstr ""
8252
 
8253
- #: core/lib/wpbc_all_translations1.php:595 inc/gateways/paypal/wpbc-gw-paypal.php:396
8254
  msgid "Paypal Email address to receive payments"
8255
  msgstr ""
8256
 
8257
- #: core/lib/wpbc_all_translations1.php:596 inc/gateways/paypal/wpbc-gw-paypal.php:398
8258
  msgid "This is the Paypal Email address where payments will be sent"
8259
  msgstr ""
8260
 
8261
- #: core/lib/wpbc_all_translations1.php:597 inc/gateways/paypal/wpbc-gw-paypal.php:412
8262
  msgid "Secure Merchant ID"
8263
  msgstr ""
8264
 
8265
- #: core/lib/wpbc_all_translations1.php:598 inc/gateways/paypal/wpbc-gw-paypal.php:414
8266
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
8267
  msgstr ""
8268
 
8269
- #: core/lib/wpbc_all_translations1.php:599 inc/gateways/paypal/wpbc-gw-paypal.php:429
8270
  msgid ""
8271
  " Indicates whether the transaction is payment on a final sale or an authorization for a final "
8272
  "sale, to be captured later. "
8273
  msgstr ""
8274
 
8275
- #: core/lib/wpbc_all_translations1.php:600 inc/gateways/paypal/wpbc-gw-paypal.php:433
8276
  msgid "Sale"
8277
  msgstr ""
8278
 
8279
- #: core/lib/wpbc_all_translations1.php:601 inc/gateways/paypal/wpbc-gw-paypal.php:434
8280
  msgid "Authorization"
8281
  msgstr ""
8282
 
8283
- #: core/lib/wpbc_all_translations1.php:602 inc/gateways/paypal/wpbc-gw-paypal.php:445
8284
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
8285
  msgstr ""
8286
 
8287
- #: core/lib/wpbc_all_translations1.php:603 inc/gateways/paypal/wpbc-gw-paypal.php:451
8288
  msgid "Sandbox"
8289
  msgstr ""
8290
 
8291
- #: core/lib/wpbc_all_translations1.php:604 inc/gateways/paypal/wpbc-gw-paypal.php:461
8292
  msgid "British Pound"
8293
  msgstr ""
8294
 
8295
- #: core/lib/wpbc_all_translations1.php:605 inc/gateways/paypal/wpbc-gw-paypal.php:462
8296
  msgid "Japanese Yen"
8297
  msgstr ""
8298
 
8299
- #: core/lib/wpbc_all_translations1.php:606 inc/gateways/paypal/wpbc-gw-paypal.php:463
8300
  #: inc/gateways/sage/wpbc-gw-sage.php:455
8301
  msgid "Australian Dollars"
8302
  msgstr ""
8303
 
8304
- #: core/lib/wpbc_all_translations1.php:607 inc/gateways/paypal/wpbc-gw-paypal.php:465
8305
  #: inc/gateways/sage/wpbc-gw-sage.php:457
8306
  msgid "New Zealand Dollar"
8307
  msgstr ""
8308
 
8309
- #: core/lib/wpbc_all_translations1.php:608 inc/gateways/paypal/wpbc-gw-paypal.php:466
8310
  #: inc/gateways/sage/wpbc-gw-sage.php:458
8311
  msgid "Swiss Franc"
8312
  msgstr ""
8313
 
8314
- #: core/lib/wpbc_all_translations1.php:609 inc/gateways/paypal/wpbc-gw-paypal.php:467
8315
  #: inc/gateways/sage/wpbc-gw-sage.php:459
8316
  msgid "Hong Kong Dollar"
8317
  msgstr ""
8318
 
8319
- #: core/lib/wpbc_all_translations1.php:610 inc/gateways/paypal/wpbc-gw-paypal.php:468
8320
  #: inc/gateways/sage/wpbc-gw-sage.php:460
8321
  msgid "Singapore Dollar"
8322
  msgstr ""
8323
 
8324
- #: core/lib/wpbc_all_translations1.php:611 inc/gateways/paypal/wpbc-gw-paypal.php:469
8325
  #: inc/gateways/sage/wpbc-gw-sage.php:461
8326
  msgid "Swedish Krona"
8327
  msgstr ""
8328
 
8329
- #: core/lib/wpbc_all_translations1.php:612 inc/gateways/paypal/wpbc-gw-paypal.php:470
8330
  #: inc/gateways/sage/wpbc-gw-sage.php:462
8331
  msgid "Danish Krone"
8332
  msgstr ""
8333
 
8334
- #: core/lib/wpbc_all_translations1.php:613 inc/gateways/paypal/wpbc-gw-paypal.php:471
8335
  #: inc/gateways/sage/wpbc-gw-sage.php:463
8336
  msgid "Polish Zloty"
8337
  msgstr ""
8338
 
8339
- #: core/lib/wpbc_all_translations1.php:614 inc/gateways/paypal/wpbc-gw-paypal.php:472
8340
  #: inc/gateways/sage/wpbc-gw-sage.php:464
8341
  msgid "Norwegian Krone"
8342
  msgstr ""
8343
 
8344
- #: core/lib/wpbc_all_translations1.php:615 inc/gateways/paypal/wpbc-gw-paypal.php:473
8345
  #: inc/gateways/sage/wpbc-gw-sage.php:465
8346
  msgid "Hungarian Forint"
8347
  msgstr ""
8348
 
8349
- #: core/lib/wpbc_all_translations1.php:616 inc/gateways/paypal/wpbc-gw-paypal.php:474
8350
  #: inc/gateways/sage/wpbc-gw-sage.php:466
8351
  msgid "Czech Koruna"
8352
  msgstr ""
8353
 
8354
- #: core/lib/wpbc_all_translations1.php:617 inc/gateways/paypal/wpbc-gw-paypal.php:475
8355
  msgid "Israeli New Shekel"
8356
  msgstr ""
8357
 
8358
- #: core/lib/wpbc_all_translations1.php:618 inc/gateways/paypal/wpbc-gw-paypal.php:476
8359
  #: inc/gateways/sage/wpbc-gw-sage.php:468
8360
  msgid "Mexican Peso"
8361
  msgstr ""
8362
 
8363
- #: core/lib/wpbc_all_translations1.php:619 inc/gateways/paypal/wpbc-gw-paypal.php:477
8364
  #: inc/gateways/sage/wpbc-gw-sage.php:469
8365
  msgid "Brazilian Real (only for Brazilian users)"
8366
  msgstr ""
8367
 
8368
- #: core/lib/wpbc_all_translations1.php:620 inc/gateways/paypal/wpbc-gw-paypal.php:478
8369
  #: inc/gateways/sage/wpbc-gw-sage.php:470
8370
  msgid "Malaysian Ringgits (only for Malaysian users)"
8371
  msgstr ""
8372
 
8373
- #: core/lib/wpbc_all_translations1.php:621 inc/gateways/paypal/wpbc-gw-paypal.php:480
8374
  #: inc/gateways/sage/wpbc-gw-sage.php:472
8375
  msgid "Taiwan New Dollars"
8376
  msgstr ""
8377
 
8378
- #: core/lib/wpbc_all_translations1.php:622 inc/gateways/paypal/wpbc-gw-paypal.php:481
8379
  #: inc/gateways/sage/wpbc-gw-sage.php:473
8380
  msgid "Thai Baht"
8381
  msgstr ""
8382
 
8383
- #: core/lib/wpbc_all_translations1.php:623 inc/gateways/paypal/wpbc-gw-paypal.php:482
8384
  msgid "Turkish Lira (only for Turkish members)"
8385
  msgstr ""
8386
 
8387
- #: core/lib/wpbc_all_translations1.php:624 inc/gateways/paypal/wpbc-gw-paypal.php:501
8388
  msgid "Custom button title"
8389
  msgstr ""
8390
 
8391
- #: core/lib/wpbc_all_translations1.php:625 inc/gateways/paypal/wpbc-gw-paypal.php:508
8392
  msgid "Payment Button type"
8393
  msgstr ""
8394
 
8395
- #: core/lib/wpbc_all_translations1.php:626 inc/gateways/paypal/wpbc-gw-paypal.php:563
8396
  msgid "Show Reference Text Box"
8397
  msgstr ""
8398
 
8399
- #: core/lib/wpbc_all_translations1.php:627 inc/gateways/paypal/wpbc-gw-paypal.php:564
8400
  msgid "Check this box to show Reference Text Box"
8401
  msgstr ""
8402
 
8403
- #: core/lib/wpbc_all_translations1.php:628 inc/gateways/paypal/wpbc-gw-paypal.php:572
8404
  #: inc/gateways/paypal/wpbc-gw-paypal.php:573 inc/gateways/paypal/wpbc-gw-paypal.php:1370
8405
  msgid "Enter your phone number"
8406
  msgstr ""
8407
 
8408
- #: core/lib/wpbc_all_translations1.php:629 inc/gateways/paypal/wpbc-gw-paypal.php:574
8409
  msgid "Reference Text Box Title"
8410
  msgstr ""
8411
 
8412
- #: core/lib/wpbc_all_translations1.php:630 inc/gateways/paypal/wpbc-gw-paypal.php:575
8413
  msgid ""
8414
  "Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
8415
  msgstr ""
8416
 
8417
- #: core/lib/wpbc_all_translations1.php:631 inc/gateways/paypal/wpbc-gw-paypal.php:596
8418
  msgid "Return URL from PayPal"
8419
  msgstr ""
8420
 
8421
- #: core/lib/wpbc_all_translations1.php:632 inc/gateways/paypal/wpbc-gw-paypal.php:627
8422
  msgid "Cancel Return URL from PayPal"
8423
  msgstr ""
8424
 
8425
- #: core/lib/wpbc_all_translations1.php:633 inc/gateways/paypal/wpbc-gw-paypal.php:696
8426
  #, php-format
8427
  msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
8428
  msgstr ""
8429
 
8430
- #: core/lib/wpbc_all_translations1.php:634 inc/gateways/paypal/wpbc-gw-paypal.php:697
8431
  msgid "Follow these steps to configure it:"
8432
  msgstr ""
8433
 
8434
- #: core/lib/wpbc_all_translations1.php:635 inc/gateways/paypal/wpbc-gw-paypal.php:699
8435
  msgid "Log in to your PayPal account."
8436
  msgstr ""
8437
 
8438
- #: core/lib/wpbc_all_translations1.php:636 inc/gateways/paypal/wpbc-gw-paypal.php:700
8439
  msgid "Click the Profile subtab."
8440
  msgstr ""
8441
 
8442
- #: core/lib/wpbc_all_translations1.php:637 inc/gateways/paypal/wpbc-gw-paypal.php:701
8443
  msgid "Click Website Payment Preferences in the Seller Preferences column."
8444
  msgstr ""
8445
 
8446
- #: core/lib/wpbc_all_translations1.php:638 inc/gateways/paypal/wpbc-gw-paypal.php:702
8447
  msgid "Under Auto Return for Website Payments, click the On radio button."
8448
  msgstr ""
8449
 
8450
- #: core/lib/wpbc_all_translations1.php:639 inc/gateways/paypal/wpbc-gw-paypal.php:703
8451
  msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
8452
  msgstr ""
8453
 
8454
- #: core/lib/wpbc_all_translations1.php:640 inc/gateways/paypal/wpbc-gw-paypal.php:712
8455
  msgid ""
8456
  "Instant Payment Notification (IPN) is a message service that notifies you of events related to "
8457
  "PayPal transactions"
8458
  msgstr ""
8459
 
8460
- #: core/lib/wpbc_all_translations1.php:641 inc/gateways/paypal/wpbc-gw-paypal.php:721
8461
  msgid "Sending email for verified transaction"
8462
  msgstr ""
8463
 
8464
- #: core/lib/wpbc_all_translations1.php:642 inc/gateways/paypal/wpbc-gw-paypal.php:731
8465
  #, php-format
8466
  msgid "Email for getting report for %sverified%s transactions."
8467
  msgstr ""
8468
 
8469
- #: core/lib/wpbc_all_translations1.php:643 inc/gateways/paypal/wpbc-gw-paypal.php:744
8470
  msgid "Sending email for invalid transaction"
8471
  msgstr ""
8472
 
8473
- #: core/lib/wpbc_all_translations1.php:644 inc/gateways/paypal/wpbc-gw-paypal.php:754
8474
  #, php-format
8475
  msgid "Email for getting report for %sinvalid%s transactions."
8476
  msgstr ""
8477
 
8478
- #: core/lib/wpbc_all_translations1.php:645 inc/gateways/paypal/wpbc-gw-paypal.php:767
8479
  msgid "Sending email if error occur during verification"
8480
  msgstr ""
8481
 
8482
- #: core/lib/wpbc_all_translations1.php:646 inc/gateways/paypal/wpbc-gw-paypal.php:777
8483
  #, php-format
8484
  msgid "Email for getting report for %ssome errors in verification process%s."
8485
  msgstr ""
8486
 
8487
- #: core/lib/wpbc_all_translations1.php:647 inc/gateways/paypal/wpbc-gw-paypal.php:789
8488
  msgid "Use SSL connection"
8489
  msgstr ""
8490
 
8491
- #: core/lib/wpbc_all_translations1.php:648 inc/gateways/paypal/wpbc-gw-paypal.php:790
8492
  msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
8493
  msgstr ""
8494
 
8495
- #: core/lib/wpbc_all_translations1.php:649 inc/gateways/paypal/wpbc-gw-paypal.php:797
8496
  msgid "Use cURL posting"
8497
  msgstr ""
8498
 
8499
- #: core/lib/wpbc_all_translations1.php:650 inc/gateways/paypal/wpbc-gw-paypal.php:798
8500
  msgid "Use the cURL for posting data, instead of fsockopen() function"
8501
  msgstr ""
8502
 
8503
- #: core/lib/wpbc_all_translations1.php:651 inc/gateways/paypal/wpbc-gw-paypal.php:814
8504
  msgid " Follow these instructions to set up your listener at your PayPal account:"
8505
  msgstr ""
8506
 
8507
- #: core/lib/wpbc_all_translations1.php:652 inc/gateways/paypal/wpbc-gw-paypal.php:816
8508
  msgid "Click Profile on the My Account tab."
8509
  msgstr ""
8510
 
8511
- #: core/lib/wpbc_all_translations1.php:653 inc/gateways/paypal/wpbc-gw-paypal.php:817
8512
  msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
8513
  msgstr ""
8514
 
8515
- #: core/lib/wpbc_all_translations1.php:654 inc/gateways/paypal/wpbc-gw-paypal.php:818
8516
  msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
8517
  msgstr ""
8518
 
8519
- #: core/lib/wpbc_all_translations1.php:655 inc/gateways/paypal/wpbc-gw-paypal.php:819
8520
  msgid "Specify the URL for your listener in the Notification URL field as:"
8521
  msgstr ""
8522
 
8523
- #: core/lib/wpbc_all_translations1.php:656 inc/gateways/paypal/wpbc-gw-paypal.php:821
8524
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
8525
  msgstr ""
8526
 
8527
- #: core/lib/wpbc_all_translations1.php:657 inc/gateways/paypal/wpbc-gw-paypal.php:822
8528
  msgid "Click Save."
8529
  msgstr ""
8530
 
8531
- #: core/lib/wpbc_all_translations1.php:658 inc/gateways/paypal/wpbc-gw-paypal.php:823
8532
  msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
8533
  msgstr ""
8534
 
8535
- #: core/lib/wpbc_all_translations1.php:659 inc/gateways/paypal/wpbc-gw-paypal.php:985
8536
  msgid "PayPal"
8537
  msgstr ""
8538
 
8539
- #: core/lib/wpbc_all_translations1.php:660 inc/gateways/paypal/wpbc-gw-paypal.php:987
8540
  msgid "Integration of Paypal payment system"
8541
  msgstr ""
8542
 
8543
- #: core/lib/wpbc_all_translations1.php:661 inc/gateways/paypal/wpbc-gw-paypal.php:1108
8544
  msgid "PayPal IPN"
8545
  msgstr ""
8546
 
8547
- #: core/lib/wpbc_all_translations1.php:662 inc/gateways/sage/wpbc-gw-sage.php:355
8548
  #, php-format
8549
  msgid "Pay using %s payment service"
8550
  msgstr ""
8551
 
8552
- #: core/lib/wpbc_all_translations1.php:663 inc/gateways/sage/wpbc-gw-sage.php:395
8553
  msgid "Vendor Name"
8554
  msgstr ""
8555
 
8556
- #: core/lib/wpbc_all_translations1.php:664 inc/gateways/sage/wpbc-gw-sage.php:397
8557
  msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
8558
  msgstr ""
8559
 
8560
- #: core/lib/wpbc_all_translations1.php:665 inc/gateways/sage/wpbc-gw-sage.php:410
8561
  msgid "XOR Encryption password"
8562
  msgstr ""
8563
 
8564
- #: core/lib/wpbc_all_translations1.php:666 inc/gateways/sage/wpbc-gw-sage.php:412
8565
  msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
8566
  msgstr ""
8567
 
8568
- #: core/lib/wpbc_all_translations1.php:667 inc/gateways/ideal/wpbc-gw-ideal.php:420
8569
  #: inc/gateways/sage/wpbc-gw-sage.php:425
8570
  msgid "Select TEST for the Test Server and LIVE in the live environment"
8571
  msgstr ""
8572
 
8573
- #: core/lib/wpbc_all_translations1.php:668 inc/gateways/ideal/wpbc-gw-ideal.php:432
8574
- #: inc/gateways/sage/wpbc-gw-sage.php:429 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:504
8575
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:547
8576
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:562
8577
  msgid "TEST"
8578
  msgstr ""
8579
 
8580
- #: core/lib/wpbc_all_translations1.php:669 inc/gateways/ideal/wpbc-gw-ideal.php:433
8581
- #: inc/gateways/sage/wpbc-gw-sage.php:430 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:505
8582
  msgid "LIVE"
8583
  msgstr ""
8584
 
8585
- #: core/lib/wpbc_all_translations1.php:670 inc/gateways/sage/wpbc-gw-sage.php:439
8586
  msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
8587
  msgstr ""
8588
 
8589
- #: core/lib/wpbc_all_translations1.php:671 inc/gateways/sage/wpbc-gw-sage.php:443
8590
  msgid "PAYMENT"
8591
  msgstr ""
8592
 
8593
- #: core/lib/wpbc_all_translations1.php:672 inc/gateways/sage/wpbc-gw-sage.php:444
8594
  msgid "DEFERRED"
8595
  msgstr ""
8596
 
8597
- #: core/lib/wpbc_all_translations1.php:673 inc/gateways/sage/wpbc-gw-sage.php:445
8598
  msgid "AUTHENTICATE"
8599
  msgstr ""
8600
 
8601
- #: core/lib/wpbc_all_translations1.php:674 inc/gateways/sage/wpbc-gw-sage.php:454
8602
  msgid "Yen"
8603
  msgstr ""
8604
 
8605
- #: core/lib/wpbc_all_translations1.php:675 inc/gateways/sage/wpbc-gw-sage.php:467
8606
  msgid "Israeli Shekel"
8607
  msgstr ""
8608
 
8609
- #: core/lib/wpbc_all_translations1.php:676 inc/gateways/sage/wpbc-gw-sage.php:782
8610
  msgid "Sage"
8611
  msgstr ""
8612
 
8613
- #: core/lib/wpbc_all_translations1.php:677 inc/gateways/sage/wpbc-gw-sage.php:784
8614
  msgid "Integration of Sage payment system"
8615
  msgstr ""
8616
 
8617
- #: core/lib/wpbc_all_translations1.php:678 inc/gateways/sage/wpbc-gw-sage.php:876
8618
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1062
8619
  #, php-format
8620
  msgid "If you have no account on this system, please visit %s to create one."
8621
  msgstr ""
8622
 
8623
- #: core/lib/wpbc_all_translations1.php:679 core/wpbc-functions.php:3515
8624
  msgid "Payment rejected"
8625
  msgstr ""
8626
 
8627
- #: core/lib/wpbc_all_translations1.php:680 inc/gateways/ideal/wpbc-gw-ideal.php:388
8628
  msgid "Merchant ID"
8629
  msgstr ""
8630
 
8631
- #: core/lib/wpbc_all_translations1.php:681 inc/gateways/ideal/wpbc-gw-ideal.php:390
8632
  msgid "Enter your iDEAL Merchant ID"
8633
  msgstr ""
8634
 
8635
- #: core/lib/wpbc_all_translations1.php:682 inc/gateways/ideal/wpbc-gw-ideal.php:405
8636
  msgid "Enter your iDEAL Merchant Key."
8637
  msgstr ""
8638
 
8639
- #: core/lib/wpbc_all_translations1.php:683 inc/gateways/ideal/wpbc-gw-ideal.php:423
8640
  #, php-format
8641
  msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
8642
  msgstr ""
8643
 
8644
- #: core/lib/wpbc_all_translations1.php:684 inc/gateways/ideal/wpbc-gw-ideal.php:424
8645
  msgid "Test with Simulator"
8646
  msgstr ""
8647
 
8648
- #: core/lib/wpbc_all_translations1.php:685 inc/gateways/ideal/wpbc-gw-ideal.php:426
8649
  msgid "My Profile – Connection"
8650
  msgstr ""
8651
 
8652
- #: core/lib/wpbc_all_translations1.php:686 inc/gateways/ideal/wpbc-gw-ideal.php:482
8653
  #, php-format
8654
  msgid ""
8655
  "If not supplied then the description as configured in the administration/management portal "
@@ -8657,285 +8667,286 @@ msgid ""
8657
  "be applied."
8658
  msgstr ""
8659
 
8660
- #: core/lib/wpbc_all_translations1.php:687 inc/gateways/ideal/wpbc-gw-ideal.php:483
8661
  msgid "Always use Description"
8662
  msgstr ""
8663
 
8664
- #: core/lib/wpbc_all_translations1.php:688 inc/gateways/ideal/wpbc-gw-ideal.php:802
8665
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:969
8666
  #, php-format
8667
  msgid "Integration of %s payment system"
8668
  msgstr ""
8669
 
8670
- #: core/lib/wpbc_all_translations1.php:689 inc/gateways/ideal/wpbc-gw-ideal.php:893
8671
  #, php-format
8672
  msgid "Processing your %s payments through %s"
8673
  msgstr ""
8674
 
8675
- #: core/lib/wpbc_all_translations1.php:690 core/wpbc-emails.php:266
8676
  #, php-format
8677
  msgid "%s - inserting link for export booking to"
8678
  msgstr ""
8679
 
8680
- #: core/lib/wpbc_all_translations1.php:691 inc/_ps/admin/br-table-export-feeds.php:176
8681
  msgid ".ics Feed URL"
8682
  msgstr ""
8683
 
8684
- #: core/lib/wpbc_all_translations1.php:692 core/wpbc-emails.php:247 core/wpbc-emails.php:248
8685
  #: core/wpbc-emails.php:249 core/wpbc-emails.php:250 core/wpbc-emails.php:251
8686
  #: core/wpbc-emails.php:252 core/wpbc-emails.php:253
8687
  #, php-format
8688
  msgid "%s - inserting modification date of booking "
8689
  msgstr ""
8690
 
8691
- #: core/lib/wpbc_all_translations1.php:693 inc/_ps/form/class-wpbc-form-help.php:687
8692
  msgid "Coupon discount value of the booking."
8693
  msgstr ""
8694
 
8695
- #: core/lib/wpbc_all_translations1.php:694
8696
  msgid "Stripe. Ouch, something went wrong!"
8697
  msgstr ""
8698
 
8699
- #: core/lib/wpbc_all_translations1.php:695
8700
  #, php-format
8701
  msgid "Please pay %s"
8702
  msgstr ""
8703
 
8704
- #: core/lib/wpbc_all_translations1.php:696 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:499
8705
  msgid "Chose payment account"
8706
  msgstr ""
8707
 
8708
- #: core/lib/wpbc_all_translations1.php:697 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:515
8709
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:547
8710
  msgid "Publishable key"
8711
  msgstr ""
8712
 
8713
- #: core/lib/wpbc_all_translations1.php:698 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:530
8714
- #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:562
8715
  msgid "Secret key"
8716
  msgstr ""
8717
 
8718
- #: core/lib/wpbc_all_translations1.php:699 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:734
 
8719
  msgid "For more information:"
8720
  msgstr ""
8721
 
8722
- #: core/lib/wpbc_all_translations1.php:700 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1095
8723
  #, php-format
8724
  msgid "require PHP version %s or newer!"
8725
  msgstr ""
8726
 
8727
- #: core/lib/wpbc_all_translations1.php:701 inc/_bl/admin/page-search.php:145
8728
  #, php-format
8729
  msgid "%s - ID of booking resource, "
8730
  msgstr ""
8731
 
8732
- #: core/lib/wpbc_all_translations1.php:702 inc/_bl/admin/page-search.php:146
8733
  #, php-format
8734
  msgid "%s - ID of page with booking form, "
8735
  msgstr ""
8736
 
8737
- #: core/lib/wpbc_all_translations1.php:703 inc/_bs/admin/page-email-payment.php:698
8738
  msgid "Email with Payment Request which is sent to Visitor."
8739
  msgstr ""
8740
 
8741
- #: core/lib/wpbc_all_translations1.php:704 inc/_ps/admin/page-email-edit.php:558
8742
  msgid "Customization of email template, which is sent after modification of booking"
8743
  msgstr ""
8744
 
8745
- #: core/lib/wpbc_all_translations1.php:705 inc/_ps/admin/page-email-edit.php:694
8746
  msgid "Email is sent to Visitor after Editing of booking."
8747
  msgstr ""
8748
 
8749
- #: core/lib/wpbc_all_translations1.php:706 core/lib/wpdev-booking-class.php:693
8750
  msgid "Booking resource type is not defined. This can be, when at the URL is wrong booking hash."
8751
  msgstr ""
8752
 
8753
- #: core/lib/wpbc_all_translations1.php:707 core/lib/wpdev-booking-class.php:1050
8754
  msgid "My bookings"
8755
  msgstr ""
8756
 
8757
- #: core/lib/wpbc_all_translations1.php:708 core/wpbc-emails.php:273
8758
  #, php-format
8759
  msgid ""
8760
  "%s - inserting link to the page where visitor can see listing of own bookings, (possible to use "
8761
  "the %s parameter for setting different %s of this page. Example: %s )"
8762
  msgstr ""
8763
 
8764
- #: core/lib/wpbc_all_translations1.php:709 inc/_bl/admin/page-search.php:705
8765
  msgid "Inline Search Form Template"
8766
  msgstr ""
8767
 
8768
- #: core/lib/wpbc_all_translations1.php:710 inc/_bm/admin/api-settings-m.php:275
8769
  msgid "Show booking details in tooltip"
8770
  msgstr ""
8771
 
8772
- #: core/lib/wpbc_all_translations1.php:711 inc/_bm/admin/api-settings-m.php:276
8773
  #, php-format
8774
  msgid ""
8775
  "Check this box to display booking details with a tooltip, when mouse hovers over each day on the "
8776
  "calendar(s). %sIts works only for bookings for specific timeslot(s)!%s"
8777
  msgstr ""
8778
 
8779
- #: core/lib/wpbc_all_translations1.php:712 inc/_bm/admin/api-settings-m.php:284
8780
  msgid "Booking details"
8781
  msgstr ""
8782
 
8783
- #: core/lib/wpbc_all_translations1.php:713 inc/_bm/admin/api-settings-m.php:285
8784
  msgid "You can use the shortcodes from the bottom form of Settings Fields page."
8785
  msgstr ""
8786
 
8787
- #: core/lib/wpbc_all_translations1.php:714 inc/_bm/admin/api-settings-m.php:299
8788
  msgid "This option can impact to speed of page loading."
8789
  msgstr ""
8790
 
8791
- #: core/lib/wpbc_all_translations1.php:715 inc/_bm/admin/page-cost-advanced.php:680
8792
  msgid ""
8793
  "Use arithmetic expressions in cost configurations, including fields shortcodes and simple "
8794
  "mathematics operations"
8795
  msgstr ""
8796
 
8797
- #: core/lib/wpbc_all_translations1.php:716 inc/_bm/admin/page-cost-advanced.php:682
8798
  #, php-format
8799
  msgid "if selected %s"
8800
  msgstr ""
8801
 
8802
- #: core/lib/wpbc_all_translations1.php:717 inc/_bs/admin/api-settings-s.php:304
8803
  msgid "Set check out date as available"
8804
  msgstr ""
8805
 
8806
- #: core/lib/wpbc_all_translations1.php:718 inc/_bs/admin/api-settings-s.php:305
8807
  msgid "Check this option, to remove last selected day of saving to booking."
8808
  msgstr ""
8809
 
8810
- #: core/lib/wpbc_all_translations1.php:719 inc/_bs/admin/api-settings-s.php:489
8811
  msgid "Auto approve bookings during import"
8812
  msgstr ""
8813
 
8814
- #: core/lib/wpbc_all_translations1.php:720 inc/_bs/admin/api-settings-s.php:490
8815
  #, php-format
8816
  msgid ""
8817
  "Check this checkbox to activate auto approve of all bookings %sduring import from external "
8818
  "source(s)%s."
8819
  msgstr ""
8820
 
8821
- #: core/lib/wpbc_all_translations1.php:721 inc/_bs/admin/api-settings-s.php:497
8822
  msgid "Auto approve booking, if booking cost is zero"
8823
  msgstr ""
8824
 
8825
- #: core/lib/wpbc_all_translations1.php:722 inc/_bs/admin/api-settings-s.php:498
8826
  #, php-format
8827
  msgid "Check this checkbox to activate auto approve of booking, %swhen cost of booking is zero%s."
8828
  msgstr ""
8829
 
8830
- #: core/lib/wpbc_all_translations1.php:723 inc/_bs/admin/api-settings-s.php:505
8831
  msgid "Auto approve bookings after creation booking in admin panel"
8832
  msgstr ""
8833
 
8834
- #: core/lib/wpbc_all_translations1.php:724 inc/_bs/admin/api-settings-s.php:506
8835
  #, php-format
8836
  msgid ""
8837
  "Check this checkbox to activate auto approve of booking, %sif booking was made in admin panel%s."
8838
  msgstr ""
8839
 
8840
- #: core/lib/wpbc_all_translations1.php:725 inc/_mu/admin/api-settings-u.php:62
8841
  msgid "Activate custom booking forms for regular users"
8842
  msgstr ""
8843
 
8844
- #: core/lib/wpbc_all_translations1.php:726 inc/_mu/admin/api-settings-u.php:63
8845
  msgid "Check this box if you want to use multiple custom booking forms for activated regular users"
8846
  msgstr ""
8847
 
8848
- #: core/lib/wpbc_all_translations1.php:727 inc/_ps/admin/api-settings-p.php:98
8849
  msgid "Start / End time for Calendar Overview"
8850
  msgstr ""
8851
 
8852
- #: core/lib/wpbc_all_translations1.php:728 inc/_ps/admin/api-settings-p.php:146
8853
  #, php-format
8854
  msgid "Select start and end time showing for Calendar Overview in %sDay%s view mode"
8855
  msgstr ""
8856
 
8857
- #: core/lib/wpbc_all_translations1.php:729 inc/_ps/admin/api-settings-p.php:279
8858
  msgid "Show / hide notes"
8859
  msgstr ""
8860
 
8861
- #: core/lib/wpbc_all_translations1.php:730 inc/_ps/admin/api-settings-p.php:280
8862
  msgid "Check this box if you want to open notes section by default in Booking Listing page."
8863
  msgstr ""
8864
 
8865
- #: core/lib/wpbc_all_translations1.php:731 inc/_ps/admin/api-settings-p.php:340
8866
  #: js/wpbc-gutenberg.js:1250
8867
  msgid "URL of page for customer bookings listing"
8868
  msgstr ""
8869
 
8870
- #: core/lib/wpbc_all_translations1.php:732 inc/_ps/admin/api-settings-p.php:341
8871
  #, php-format
8872
  msgid ""
8873
  "Type URL for %svisitors%s to view own bookings. You must insert %s shortcode into this page."
8874
  msgstr ""
8875
 
8876
- #: core/lib/wpbc_all_translations1.php:733 inc/gateways/page-gateways.php:105
8877
  msgid "Do not show payment form, after submit booking form"
8878
  msgstr ""
8879
 
8880
- #: core/lib/wpbc_all_translations1.php:734 inc/gateways/page-gateways.php:106
8881
  msgid "Check this box if you want to show payment form only after sending payment request by email"
8882
  msgstr ""
8883
 
8884
- #: core/lib/wpbc_all_translations1.php:735 inc/gateways/page-gateways.php:115
8885
  msgid "Auto send payment request after creation booking in admin panel"
8886
  msgstr ""
8887
 
8888
- #: core/lib/wpbc_all_translations1.php:736 inc/gateways/page-gateways.php:116
8889
  msgid ""
8890
  "Check this box if you want automatically send payment request to visitor, if booking was made in "
8891
  "admin panel"
8892
  msgstr ""
8893
 
8894
- #: core/lib/wpbc_all_translations1.php:737 inc/gateways/page-gateways.php:139
8895
  msgid "Show deposit and total booking cost together"
8896
  msgstr ""
8897
 
8898
- #: core/lib/wpbc_all_translations1.php:738 inc/gateways/page-gateways.php:140
8899
  msgid ""
8900
  "Check this box if you want to show deposit amount and total booking cost, after submit of "
8901
  "booking."
8902
  msgstr ""
8903
 
8904
- #: core/lib/wpbc_all_translations1.php:739 inc/gateways/page-gateways.php:152
8905
  msgid ""
8906
  "Please note, at admin panel for booking will be saved deposit cost and notes about deposit, do "
8907
  "not depend from the visitor choice of this payment. You need to check each such payment manually!"
8908
  msgstr ""
8909
 
8910
- #: core/lib/wpbc_all_translations1.php:740 inc/gateways/page-gateways.php:163
8911
  msgid "Send email on cost changes"
8912
  msgstr ""
8913
 
8914
- #: core/lib/wpbc_all_translations1.php:741 inc/gateways/page-gateways.php:164
8915
  msgid ""
8916
  "Check this box if you want to send booking modification email, if cost of booking was edited in "
8917
  "booking listing page."
8918
  msgstr ""
8919
 
8920
- #: core/lib/wpbc_all_translations1.php:742 inc/gateways/page-gateways.php:610
8921
  #: inc/gateways/page-gateways.php:656
8922
  msgid "Payment Options"
8923
  msgstr ""
8924
 
8925
- #: core/lib/wpbc_all_translations1.php:743 core/wpbc-js.php:141
8926
  msgid "Times:"
8927
  msgstr ""
8928
 
8929
- #: core/lib/wpbc_all_translations1.php:744 inc/_bm/admin/page-cost-early-late-booking.php:74
8930
  msgid "Set Early / Late Booking"
8931
  msgstr ""
8932
 
8933
- #: core/lib/wpbc_all_translations1.php:745 inc/_bm/admin/page-cost-early-late-booking.php:139
8934
  #, php-format
8935
  msgid "%sEarly booking discount%s for booking resource"
8936
  msgstr ""
8937
 
8938
- #: core/lib/wpbc_all_translations1.php:746 inc/_bm/admin/page-cost-early-late-booking.php:157
8939
  #: inc/_bm/admin/page-cost-early-late-booking.php:166
8940
  #: inc/_bm/admin/page-cost-early-late-booking.php:185
8941
  #: inc/_bm/admin/page-cost-early-late-booking.php:358
@@ -8944,447 +8955,485 @@ msgstr ""
8944
  msgid "Discount"
8945
  msgstr ""
8946
 
8947
- #: core/lib/wpbc_all_translations1.php:747 inc/_bm/admin/page-cost-early-late-booking.php:223
8948
  #, php-format
8949
  msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %smore%s than"
8950
  msgstr ""
8951
 
8952
- #: core/lib/wpbc_all_translations1.php:748 inc/_bm/admin/page-cost-early-late-booking.php:276
8953
  #: inc/_bm/admin/page-cost-early-late-booking.php:476
8954
  #, php-format
8955
  msgid "Apply discount, only if %scheck in%s day inside of this %sseason filter%s"
8956
  msgstr ""
8957
 
8958
- #: core/lib/wpbc_all_translations1.php:749 inc/_bm/admin/page-cost-early-late-booking.php:340
8959
  #, php-format
8960
  msgid "%sLast minute booking discount%s for booking resource"
8961
  msgstr ""
8962
 
8963
- #: core/lib/wpbc_all_translations1.php:750 inc/_bm/admin/page-cost-early-late-booking.php:424
8964
  #, php-format
8965
  msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %sless%s than"
8966
  msgstr ""
8967
 
8968
- #: core/lib/wpbc_all_translations1.php:751 inc/_bm/admin/page-cost.php:222
8969
  msgid "Early / Late Booking"
8970
  msgstr ""
8971
 
8972
- #: core/lib/wpbc_all_translations1.php:752 inc/_bm/admin/page-cost.php:231
8973
  msgid "Set Early / Late Booking Amount"
8974
  msgstr ""
8975
 
8976
- #: core/lib/wpbc_all_translations1.php:753 inc/_bm/admin/page-cost.php:697
8977
  msgid "Set Early / Late booking discount"
8978
  msgstr ""
8979
 
8980
- #: core/lib/wpbc_all_translations1.php:754 inc/_bm/admin/page-cost.php:698
8981
  msgid "Early / Late"
8982
  msgstr ""
8983
 
8984
- #: core/lib/wpbc_all_translations1.php:755 js/wpbc-gutenberg.js:55
8985
  msgid "Show a booking form, availability calendar or other elements from Booking Calendar plugin."
8986
  msgstr ""
8987
 
8988
- #: core/lib/wpbc_all_translations1.php:756 js/wpbc-gutenberg.js:142
8989
  msgid "Configure Booking Calendar Block"
8990
  msgstr ""
8991
 
8992
- #: core/lib/wpbc_all_translations1.php:757 js/wpbc-gutenberg.js:297 js/wpbc-gutenberg.js:303
8993
  msgid "Click to Preview Block"
8994
  msgstr ""
8995
 
8996
- #: core/lib/wpbc_all_translations1.php:758 js/wpbc-gutenberg.js:609 js/wpbc-gutenberg.js:699
8997
  #: js/wpbc-gutenberg.js:892
8998
  msgid "Visible months number"
8999
  msgstr ""
9000
 
9001
- #: core/lib/wpbc_all_translations1.php:759 js/wpbc-gutenberg.js:612 js/wpbc-gutenberg.js:702
9002
  #: js/wpbc-gutenberg.js:895
9003
  msgid "Start month"
9004
  msgstr ""
9005
 
9006
- #: core/lib/wpbc_all_translations1.php:760 js/wpbc-gutenberg.js:615 js/wpbc-gutenberg.js:969
9007
  msgid "Custom booking form"
9008
  msgstr ""
9009
 
9010
- #: core/lib/wpbc_all_translations1.php:761 js/wpbc-gutenberg.js:618 js/wpbc-gutenberg.js:705
9011
  #: js/wpbc-gutenberg.js:901
9012
  msgid "Unavailable dates from other booking resources"
9013
  msgstr ""
9014
 
9015
- #: core/lib/wpbc_all_translations1.php:762 js/wpbc-gutenberg.js:654
9016
  msgid "Availability Calendar"
9017
  msgstr ""
9018
 
9019
- #: core/lib/wpbc_all_translations1.php:763 js/wpbc-gutenberg.js:778 js/wpbc-gutenberg.js:880
9020
  msgid "Booking resource(s)"
9021
  msgstr ""
9022
 
9023
- #: core/lib/wpbc_all_translations1.php:764 js/wpbc-gutenberg.js:815
9024
  msgid "Show from/to"
9025
  msgstr ""
9026
 
9027
- #: core/lib/wpbc_all_translations1.php:765 js/wpbc-gutenberg.js:832
9028
  msgid "All booking resources"
9029
  msgstr ""
9030
 
9031
- #: core/lib/wpbc_all_translations1.php:766 js/wpbc-gutenberg.js:849
9032
  msgid "Selection of Resources"
9033
  msgstr ""
9034
 
9035
- #: core/lib/wpbc_all_translations1.php:767 js/wpbc-gutenberg.js:886
9036
  msgid "Selected booking resource (by default)"
9037
  msgstr ""
9038
 
9039
- #: core/lib/wpbc_all_translations1.php:768 js/wpbc-gutenberg.js:889
9040
  msgid "Title of first option in list"
9041
  msgstr ""
9042
 
9043
- #: core/lib/wpbc_all_translations1.php:769 js/wpbc-gutenberg.js:898
9044
  msgid "Custom booking form for all booking resources"
9045
  msgstr ""
9046
 
9047
- #: core/lib/wpbc_all_translations1.php:770 js/wpbc-gutenberg.js:933
9048
  msgid "Booking Form (without calendar)"
9049
  msgstr ""
9050
 
9051
- #: core/lib/wpbc_all_translations1.php:771 js/wpbc-gutenberg.js:966
9052
  msgid "Date for submit booking"
9053
  msgstr ""
9054
 
9055
- #: core/lib/wpbc_all_translations1.php:772 js/wpbc-gutenberg.js:998
9056
  msgid "Search Availability form"
9057
  msgstr ""
9058
 
9059
- #: core/lib/wpbc_all_translations1.php:773 js/wpbc-gutenberg.js:1029
9060
  msgid "Show search results on other page"
9061
  msgstr ""
9062
 
9063
- #: core/lib/wpbc_all_translations1.php:774 js/wpbc-gutenberg.js:1032
9064
  msgid "Search results page must have this shortcode"
9065
  msgstr ""
9066
 
9067
- #: core/lib/wpbc_all_translations1.php:775 js/wpbc-gutenberg.js:1035
9068
  msgid "Show search results in the same page"
9069
  msgstr ""
9070
 
9071
- #: core/lib/wpbc_all_translations1.php:776 js/wpbc-gutenberg.js:1038
9072
  msgid "Search Results Title"
9073
  msgstr ""
9074
 
9075
- #: core/lib/wpbc_all_translations1.php:777 js/wpbc-gutenberg.js:1041
9076
  msgid "Title, if no search results"
9077
  msgstr ""
9078
 
9079
- #: core/lib/wpbc_all_translations1.php:778 js/wpbc-gutenberg.js:1044
9080
  msgid "Search in booking resources of WP users"
9081
  msgstr ""
9082
 
9083
- #: core/lib/wpbc_all_translations1.php:779 js/wpbc-gutenberg.js:1098
9084
  msgid "Show search results on this page, after redirection from search form at other page."
9085
  msgstr ""
9086
 
9087
- #: core/lib/wpbc_all_translations1.php:780 js/wpbc-gutenberg.js:1122
9088
  msgid "System Block"
9089
  msgstr ""
9090
 
9091
- #: core/lib/wpbc_all_translations1.php:781 js/wpbc-gutenberg.js:1122
9092
  msgid "Booking Calendar Editing"
9093
  msgstr ""
9094
 
9095
- #: core/lib/wpbc_all_translations1.php:782 js/wpbc-gutenberg.js:1153
9096
  msgid ""
9097
  "This block required for ability to edit, cancel the booking by visitor, who made the booking, or "
9098
  "for ability to show payment form, after sending payment request."
9099
  msgstr ""
9100
 
9101
- #: core/lib/wpbc_all_translations1.php:783 js/wpbc-gutenberg.js:1158 js/wpbc-gutenberg.js:1244
9102
  msgid "Link to this page must be defined"
9103
  msgstr ""
9104
 
9105
- #: core/lib/wpbc_all_translations1.php:784 js/wpbc-gutenberg.js:1162 js/wpbc-gutenberg.js:1248
9106
  msgid "at this option"
9107
  msgstr ""
9108
 
9109
- #: core/lib/wpbc_all_translations1.php:785 js/wpbc-gutenberg.js:1172 js/wpbc-gutenberg.js:1258
9110
  msgid "You can not open this page directly. Please, use links in "
9111
  msgstr ""
9112
 
9113
- #: core/lib/wpbc_all_translations1.php:786 js/wpbc-gutenberg.js:1180 js/wpbc-gutenberg.js:1266
9114
  msgid "If you open this page directly, then you will see this error"
9115
  msgstr ""
9116
 
9117
- #: core/lib/wpbc_all_translations1.php:787 js/wpbc-gutenberg.js:1208
9118
  msgid "Customer Bookings Listing"
9119
  msgstr ""
9120
 
9121
- #: core/lib/wpbc_all_translations1.php:788 js/wpbc-gutenberg.js:1239
9122
  msgid ""
9123
  "Visitors of your website, can view previous (own) bookings, by clicking on secret link in email, "
9124
  "which is sending after booking created."
9125
  msgstr ""
9126
 
9127
- #: core/lib/wpbc_all_translations1.php:789 js/wpbc-gutenberg.js:1299
9128
  msgid "Show Info of Booking Resource"
9129
  msgstr ""
9130
 
9131
- #: core/lib/wpbc_all_translations1.php:790 js/wpbc-gutenberg.js:1365
9132
  msgid "Click to edit"
9133
  msgstr ""
9134
 
9135
- #: core/lib/wpbc_all_translations1.php:791 js/wpbc-gutenberg.js:1367
9136
  msgid "This is not real preview. Its configuration block of \"Booking Calendar\"."
9137
  msgstr ""
9138
 
9139
- #: core/lib/wpbc_all_translations1.php:792 inc/_bl/admin/page-search.php:175
9140
  msgid "Sort search results by"
9141
  msgstr ""
9142
 
9143
- #: core/lib/wpbc_all_translations1.php:793 inc/_bl/admin/page-search.php:176
9144
  msgid "Select type of sorting search results"
9145
  msgstr ""
9146
 
9147
- #: core/lib/wpbc_all_translations1.php:794 inc/_bl/admin/page-search.php:180
9148
  #: inc/_bl/admin/page-search.php:181
9149
  msgid "ID of booking resource"
9150
  msgstr ""
9151
 
9152
- #: core/lib/wpbc_all_translations1.php:795 inc/_bl/admin/page-search.php:182
9153
  #: inc/_bl/admin/page-search.php:183
9154
  msgid "Title of booking resource"
9155
  msgstr ""
9156
 
9157
- #: core/lib/wpbc_all_translations1.php:796 inc/_bl/admin/page-search.php:184
9158
  #: inc/_bl/admin/page-search.php:185
9159
  msgid "Priority field of booking resource"
9160
  msgstr ""
9161
 
9162
- #: core/lib/wpbc_all_translations1.php:797 inc/_bl/admin/page-search.php:186
9163
  #: inc/_bl/admin/page-search.php:187
9164
  msgid "Cost of booking resource"
9165
  msgstr ""
9166
 
9167
- #: core/lib/wpbc_all_translations1.php:798 inc/_bl/admin/page-search.php:188
9168
  #: inc/_bl/admin/page-search.php:189
9169
  msgid "Cost of booking"
9170
  msgstr ""
9171
 
9172
- #: core/lib/wpbc_all_translations1.php:799 inc/_ps/admin/api-settings-p.php:260
9173
  msgid "Deactivate send email option at Add Booking page"
9174
  msgstr ""
9175
 
9176
- #: core/lib/wpbc_all_translations1.php:800 inc/_ps/admin/api-settings-p.php:261
9177
  msgid ""
9178
  "Check this box if you want to deactivate by default option \"Send email\" at Add Booking page."
9179
  msgstr ""
9180
 
9181
- #: core/lib/wpbc_all_translations1.php:801 inc/_ps/admin/api-settings-p.php:269
9182
  msgid "Deactivate send email option at Booking Listing page"
9183
  msgstr ""
9184
 
9185
- #: core/lib/wpbc_all_translations1.php:802 inc/_ps/admin/api-settings-p.php:270
9186
  msgid ""
9187
  "Check this box if you want to deactivate by default option \"Send email\" at Booking Listing "
9188
  "page."
9189
  msgstr ""
9190
 
9191
- #: core/lib/wpbc_all_translations1.php:803 inc/_ps/admin/api-settings-p.php:291
9192
  msgid "Force change booking resource for exist booking"
9193
  msgstr ""
9194
 
9195
- #: core/lib/wpbc_all_translations1.php:804 inc/_ps/admin/api-settings-p.php:292
9196
  msgid ""
9197
  "Check this box if you want to skip checking availability of new booking resource during changing "
9198
  "booking resource of exist booking at Booking Listing page."
9199
  msgstr ""
9200
 
9201
- #: core/lib/wpbc_all_translations1.php:805 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:342
9202
  msgid "Signature Key"
9203
  msgstr ""
9204
 
9205
- #: core/lib/wpbc_all_translations1.php:806 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:344
9206
  msgid "Please enter the Signature Key, which you generated in the settings of Merchant Interface."
9207
  msgstr ""
9208
 
9209
- #: core/lib/wpbc_all_translations1.php:807 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:346
9210
  msgid "To generate new Signature Key"
9211
  msgstr ""
9212
 
9213
- #: core/lib/wpbc_all_translations1.php:808 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:347
9214
  #, php-format
9215
  msgid "Log on to the %sMerchant Interface%s"
9216
  msgstr ""
9217
 
9218
- #: core/lib/wpbc_all_translations1.php:809 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:348
9219
  msgid ""
9220
  "In the merchant interface, go to Account > Settings > Security Settings > General Security "
9221
  "Settings > API Credential & Keys"
9222
  msgstr ""
9223
 
9224
- #: core/lib/wpbc_all_translations1.php:810 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:349
9225
  msgid "Answer the secret question."
9226
  msgstr ""
9227
 
9228
- #: core/lib/wpbc_all_translations1.php:811 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:350
9229
  msgid "Select New Signature Key. Your signature key is displayed as a string."
9230
  msgstr ""
9231
 
9232
- #: core/lib/wpbc_all_translations1.php:812 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:351
9233
  msgid "Click Copy to Clipboard."
9234
  msgstr ""
9235
 
9236
- #: core/lib/wpbc_all_translations1.php:813 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:352
9237
  #, php-format
9238
  msgid "For more information, please check %shere%s"
9239
  msgstr ""
9240
 
9241
- #: core/lib/wpbc_all_translations1.php:814 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:886
9242
  #, php-format
9243
  msgid ""
9244
  "If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
9245
  "an API Login ID and Signature Key. These keys will authenticate requests to the payment gateway."
9246
  msgstr ""
9247
 
9248
- #: core/lib/wpbc_all_translations1.php:815 core/timeline/v2/wpbc-class-timeline_v2.php:2570
9249
  msgid "Loading"
9250
  msgstr ""
9251
 
9252
- #: core/lib/wpbc_all_translations1.php:816 core/wpbc-emails.php:262
9253
  #, php-format
9254
  msgid "%s - inserting link to approve booking in 1 mouse click "
9255
  msgstr ""
9256
 
9257
- #: core/lib/wpbc_all_translations1.php:817 core/wpbc-emails.php:263
9258
  #, php-format
9259
  msgid "%s - inserting link to set booking as pending in 1 mouse click "
9260
  msgstr ""
9261
 
9262
- #: core/lib/wpbc_all_translations1.php:818 core/wpbc-emails.php:264
9263
  #, php-format
9264
  msgid "%s - inserting link for move booking to trash in 1 mouse click "
9265
  msgstr ""
9266
 
9267
- #: core/lib/wpbc_all_translations1.php:819 inc/_bl/admin/page-search.php:695
9268
  msgid "Flex Search Form Template"
9269
  msgstr ""
9270
 
9271
- #: core/lib/wpbc_all_translations1.php:820 inc/_bl/admin/page-search.php:759
9272
  msgid "Flex"
9273
  msgstr ""
9274
 
9275
- #: core/lib/wpbc_all_translations1.php:821 inc/_ps/hash/wpbc-hash-functions.php:101
9276
  #, php-format
9277
  msgid "Booking %s have been approved."
9278
  msgstr ""
9279
 
9280
- #: core/lib/wpbc_all_translations1.php:822 inc/_ps/hash/wpbc-hash-functions.php:129
9281
  #, php-format
9282
  msgid "Booking %s have been set as pending."
9283
  msgstr ""
9284
 
9285
- #: core/lib/wpbc_all_translations1.php:823 inc/_ps/hash/wpbc-hash-functions.php:157
9286
  #, php-format
9287
  msgid "Booking %s have been moved to trash."
9288
  msgstr ""
9289
 
9290
- #: core/lib/wpbc_all_translations1.php:824 inc/_ps/p-toolbar.php:70 inc/_ps/p-toolbar.php:71
9291
  msgid "Find lost bookings"
9292
  msgstr ""
9293
 
9294
- #: core/lib/wpbc_all_translations1.php:825 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1081
9295
  #, php-format
9296
  msgid "require correct configuration of this option: %sURL to edit bookings%s"
9297
  msgstr ""
9298
 
9299
- #: core/lib/wpbc_all_translations1.php:826 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1123
9300
  msgid "You may test your integration over HTTP. However, live integrations must use HTTPS."
9301
  msgstr ""
9302
 
9303
- #: core/lib/wpbc_all_translations1.php:827 inc/_bl/admin/page-search.php:224
9304
  msgid "Select date format for search form"
9305
  msgstr ""
9306
 
9307
- #: core/lib/wpbc_all_translations1.php:828 inc/_ps/admin/api-settings-p.php:301
9308
  msgid "Logging of booking approving or rejection"
9309
  msgstr ""
9310
 
9311
- #: core/lib/wpbc_all_translations1.php:829 inc/_ps/admin/api-settings-p.php:302
9312
  msgid ""
9313
  "Check this box if you want to log approving or rejection of bookings and add it to your booking "
9314
  "notes."
9315
  msgstr ""
9316
 
9317
- #: core/lib/wpbc_all_translations1.php:830 inc/gateways/ipay88/wpbc-gw-ipay88.php:821
9318
  #, php-format
9319
  msgid "%sFor Malaysia Only%s. iPay88 - Payment Switching Gateway integration %s"
9320
  msgstr ""
9321
 
9322
- #: core/lib/wpbc_all_translations1.php:831 inc/gateways/page-gateways.php:125
9323
  msgid "Update cost, after booking editing in admin panel"
9324
  msgstr ""
9325
 
9326
- #: core/lib/wpbc_all_translations1.php:832 inc/gateways/page-gateways.php:126
9327
  msgid ""
9328
  "Check this box if you want to update cost after editing booking in admin panel, based on new "
9329
  "booking data"
9330
  msgstr ""
9331
 
9332
- #: core/lib/wpbc_all_translations1.php:833 core/wpbc-emails.php:202
9333
  #, php-format
9334
  msgid "%s - inserting check-in date (only date without time) (first day of reservation),"
9335
  msgstr ""
9336
 
9337
- #: core/lib/wpbc_all_translations1.php:834 core/wpbc-emails.php:207
9338
  #, php-format
9339
  msgid "%s - inserting check-out date (only date without time) (last day of reservation),"
9340
  msgstr ""
9341
 
9342
- #: core/lib/wpbc_all_translations1.php:835 inc/_bl/admin/page-search.php:190
9343
  msgid "Shuffle"
9344
  msgstr ""
9345
 
9346
- #: core/lib/wpbc_all_translations1.php:836 inc/gateways/page-gateways.php:175
9347
  msgid "Apply discount coupon code directly to days cost"
9348
  msgstr ""
9349
 
9350
- #: core/lib/wpbc_all_translations1.php:837 inc/gateways/page-gateways.php:176
9351
  msgid ""
9352
  "Check this box if you want apply discount coupon codes directly to days cost, without additional "
9353
  "costs."
9354
  msgstr ""
9355
 
9356
- #: core/lib/wpbc_all_translations1.php:838 inc/_ps/admin/page-settings-form.php:338
9357
  msgid "Calendar next to form"
9358
  msgstr ""
9359
 
9360
- #: core/lib/wpbc_all_translations1.php:839 inc/gateways/paypal/wpbc-gw-paypal.php:227
9361
  msgid "PayPal fee"
9362
  msgstr ""
9363
 
9364
- #: core/lib/wpbc_all_translations1.php:840 inc/gateways/paypal/wpbc-gw-paypal.php:671
9365
  msgid "PayPal Fee"
9366
  msgstr ""
9367
 
9368
- #: core/lib/wpbc_all_translations1.php:841 inc/gateways/paypal/wpbc-gw-paypal.php:674
9369
  #, php-format
9370
  msgid ""
9371
  "If you need to add %sPayPal tax fee%s payment (only for PayPal payment system), then enter "
9372
  "amount of tax fee in percents"
9373
  msgstr ""
9374
 
9375
- #: core/lib/wpbc_all_translations1.php:842 inc/_ps/wpbc-check-updates.php:114
9376
  msgid "Auto-updates are not available for this plugin."
9377
  msgstr ""
9378
 
9379
- #: inc/_ps/admin/page-settings-form.php:349
9380
  msgid "columns"
9381
  msgstr ""
9382
 
9383
- #: inc/_ps/admin/page-settings-form.php:361
9384
  msgid "2 columns with times"
9385
  msgstr ""
9386
 
9387
- #: inc/_ps/admin/page-settings-form.php:396 inc/_ps/admin/page-settings-form.php:406
9388
- #: inc/_ps/admin/page-settings-form.php:416
9389
  msgid "Time slots"
9390
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  msgstr ""
4
  "Project-Id-Version: booking\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2021-03-05 10:39+0200\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
9
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
122
  msgid "Type of days selection in calendar"
123
  msgstr ""
124
 
125
+ #: core/admin/api-settings.php:166 core/lib/wpbc_all_translations.php:20
126
  msgid "Time picker for time slots"
127
  msgstr ""
128
 
129
+ #: core/admin/api-settings.php:167 core/lib/wpbc_all_translations.php:21
130
  msgid "Show time slots as a time picker instead of a select box."
131
  msgstr ""
132
 
133
+ #: core/admin/api-settings.php:191 core/lib/wpbc_all_translations.php:22
134
  msgid "Time Picker Skin"
135
  msgstr ""
136
 
137
+ #: core/admin/api-settings.php:192 core/lib/wpbc_all_translations.php:23
138
  msgid "Select the skin of the time picker"
139
  msgstr ""
140
 
141
+ #: core/admin/api-settings.php:203 core/lib/wpbc_all_translations.php:24
142
  msgid "Do not change background color for partially booked days"
143
  msgstr ""
144
 
145
+ #: core/admin/api-settings.php:204 core/lib/wpbc_all_translations.php:25
146
  msgid "Show partially booked days with same background as in legend item"
147
  msgstr ""
148
 
149
+ #: core/admin/api-settings.php:205 core/admin/api-settings.php:355 core/admin/api-settings.php:530
150
+ #: core/admin/api-settings.php:565 core/admin/api-settings.php:886
151
  #: core/admin/page-form-free.php:189 core/admin/page-ics-export.php:467
152
+ #: core/lib/wpbc_all_translations.php:26 core/timeline/v2/wpbc-class-timeline_v2.php:2822
153
  #: inc/_bl/admin/api-settings-l.php:179 inc/_bl/admin/api-settings-l.php:185
154
  #: inc/_bl/admin/api-settings-l.php:216 inc/gateways/page-gateways.php:198
155
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1160 js/wpbc-gutenberg.js:1032
156
  msgid "Note"
157
  msgstr ""
158
 
159
+ #: core/admin/api-settings.php:206 core/admin/api-settings.php:531
160
+ #: core/lib/wpbc_all_translations.php:27
161
  msgid "Partially booked item - day, which is booked for the specific time-slot(s)."
162
  msgstr ""
163
 
164
+ #: core/admin/api-settings.php:228 core/lib/wpbc_all_translations.php:28
165
  msgid "Unavailable week days"
166
  msgstr ""
167
 
168
+ #: core/admin/api-settings.php:258 core/lib/wpbc_all_translations.php:29
169
  msgid "Check unavailable days in calendars. This option will overwrite all other settings."
170
  msgstr ""
171
 
172
+ #: core/admin/api-settings.php:276 core/lib/wpbc_all_translations.php:30
173
  msgid "Unavailable days from today"
174
  msgstr ""
175
 
176
+ #: core/admin/api-settings.php:277 core/lib/wpbc_all_translations.php:31
177
  msgid "Select number of unavailable days in calendar start from today."
178
  msgstr ""
179
 
180
+ #: core/admin/api-settings.php:316 core/lib/wpbc_all_translations.php:32 inc/_ps/lib_p.php:268
181
  msgid "Simple"
182
  msgstr ""
183
 
184
  #: core/admin/api-settings.php:316 core/admin/wpbc-toolbar-tiny.php:240
185
  #: core/admin/wpbc-toolbar-tiny.php:698 core/admin/wpbc-toolbar-tiny.php:1199
186
+ #: core/admin/wpbc-toolbar-tiny.php:1615 core/lib/wpbc_all_translations.php:33
187
  #: inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113 inc/_bm/m-toolbar.php:402
188
  #: inc/_ps/lib_p.php:268 js/wpbc-gutenberg.js:565
189
  msgid "Booking Form"
190
  msgstr ""
191
 
192
+ #: core/admin/api-settings.php:317 core/lib/wpbc_all_translations.php:34 inc/_ps/lib_p.php:264
193
  msgid ""
194
  "Check the box, if you want to use simple booking form customization from Free plugin version at "
195
  "Settings - Form page."
196
  msgstr ""
197
 
198
+ #: core/admin/api-settings.php:325 core/lib/wpbc_all_translations.php:35
199
  msgid "Syntax highlighter"
200
  msgstr ""
201
 
202
+ #: core/admin/api-settings.php:326 core/lib/wpbc_all_translations.php:36
203
  msgid "Check the box, if you want to use syntax highlighter during customization booking form."
204
  msgstr ""
205
 
206
+ #: core/admin/api-settings.php:337 core/lib/wpbc_all_translations.php:37
207
  #: inc/_ps/form/class-wpbc-form-help.php:194
208
  msgid "CAPTCHA"
209
  msgstr ""
210
 
211
+ #: core/admin/api-settings.php:338 core/lib/wpbc_all_translations.php:38
212
  msgid "Check the box to activate CAPTCHA inside the booking form."
213
  msgstr ""
214
 
215
+ #: core/admin/api-settings.php:345 core/lib/wpbc_all_translations.php:39
216
  msgid "Auto-fill fields"
217
  msgstr ""
218
 
219
+ #: core/admin/api-settings.php:346 core/lib/wpbc_all_translations.php:40
220
  msgid "Check the box to activate auto-fill form fields for logged in users."
221
  msgstr ""
222
 
223
+ #: core/admin/api-settings.php:353 core/lib/wpbc_all_translations.php:41
224
  msgid "Use CSS BootStrap"
225
  msgstr ""
226
 
227
+ #: core/admin/api-settings.php:354 core/lib/wpbc_all_translations.php:42
228
  msgid "Using BootStrap CSS for the form fields"
229
  msgstr ""
230
 
231
+ #: core/admin/api-settings.php:355 core/lib/wpbc_all_translations.php:43
232
  msgid "You must not deactivate loading BootStrap files at advanced section of these settings!"
233
  msgstr ""
234
 
235
+ #: core/admin/api-settings.php:380 core/lib/wpbc_all_translations.php:44
236
  msgid "Show legend below calendar"
237
  msgstr ""
238
 
239
+ #: core/admin/api-settings.php:381 core/lib/wpbc_all_translations.php:45
240
  msgid "Check this box to display a legend of dates below the booking calendar."
241
  msgstr ""
242
 
243
+ #: core/admin/api-settings.php:393 core/lib/wpbc_all_translations.php:46
244
  msgid "Available item"
245
  msgstr ""
246
 
247
+ #: core/admin/api-settings.php:407 core/lib/wpbc_all_translations.php:47
248
+ #: core/wpbc-activation.php:1040
249
  msgid "Available"
250
  msgstr ""
251
 
252
+ #: core/admin/api-settings.php:416 core/lib/wpbc_all_translations.php:48
253
  #, php-format
254
  msgid "Activate and type your %stitle of available%s item in legend"
255
  msgstr ""
256
 
257
+ #: core/admin/api-settings.php:430 core/lib/wpbc_all_translations.php:49
258
  msgid "Pending item"
259
  msgstr ""
260
 
261
+ #: core/admin/api-settings.php:444 core/admin/page-email-deny.php:558
262
  #: core/admin/wpbc-class-listing.php:328 core/admin/wpbc-class-listing.php:426
263
  #: core/admin/wpbc-toolbars.php:549 core/admin/wpbc-toolbars.php:964
264
+ #: core/lib/wpbc_all_translations.php:50 core/timeline/v2/wpbc-class-timeline_v2.php:2679
265
+ #: core/timeline/v2/wpbc-class-timeline_v2.php:2732 core/wpbc-activation.php:1044
266
  #: inc/_bs/lib_s.php:328 inc/_ps/personal.php:359 inc/_ps/wpbc-print.php:119
267
  msgid "Pending"
268
  msgstr ""
269
 
270
+ #: core/admin/api-settings.php:453 core/lib/wpbc_all_translations.php:51
271
  #, php-format
272
  msgid "Activate and type your %stitle of pending%s item in legend"
273
  msgstr ""
274
 
275
+ #: core/admin/api-settings.php:467 core/lib/wpbc_all_translations.php:52
276
  msgid "Approved item"
277
  msgstr ""
278
 
279
+ #: core/admin/api-settings.php:481 core/lib/wpbc_all_translations.php:53
280
+ #: core/wpbc-activation.php:1048
281
  msgid "Booked"
282
  msgstr ""
283
 
284
+ #: core/admin/api-settings.php:490 core/lib/wpbc_all_translations.php:54
285
  #, php-format
286
  msgid "Activate and type your %stitle of approved%s item in legend"
287
  msgstr ""
288
 
289
+ #: core/admin/api-settings.php:505 core/lib/wpbc_all_translations.php:55
290
  msgid "Partially booked item"
291
  msgstr ""
292
 
293
+ #: core/admin/api-settings.php:519 core/lib/wpbc_all_translations.php:56
294
+ #: core/wpbc-activation.php:1054
295
  msgid "Partially booked"
296
  msgstr ""
297
 
298
+ #: core/admin/api-settings.php:528 core/lib/wpbc_all_translations.php:57
299
  #, php-format
300
  msgid "Activate and type your %stitle of partially booked%s item in legend"
301
  msgstr ""
302
 
303
+ #: core/admin/api-settings.php:553 core/lib/wpbc_all_translations.php:58
304
  msgid "Show date number in legend"
305
  msgstr ""
306
 
307
+ #: core/admin/api-settings.php:554 core/lib/wpbc_all_translations.php:59
308
  msgid "Check this box to display today date number in legend cells. "
309
  msgstr ""
310
 
311
+ #: core/admin/api-settings.php:562 core/lib/wpbc_all_translations.php:60
312
  msgid "Show \"Thank You\" message"
313
  msgstr ""
314
 
315
+ #: core/admin/api-settings.php:563 core/lib/wpbc_all_translations.php:61
316
  msgid "Redirect visitor to a new \"Thank You\" page"
317
  msgstr ""
318
 
319
+ #: core/admin/api-settings.php:565 core/lib/wpbc_all_translations.php:62
320
  msgid "This action will have no effect, if the payment form(s) is active!"
321
  msgstr ""
322
 
323
+ #: core/admin/api-settings.php:570 core/lib/wpbc_all_translations.php:63
324
  msgid "Action after booking is done"
325
  msgstr ""
326
 
327
+ #: core/admin/api-settings.php:579 core/lib/wpbc_all_translations.php:64
328
  #: core/wpbc-activation.php:871
329
  #, php-format
330
  msgid ""
332
  "possible."
333
  msgstr ""
334
 
335
+ #: core/admin/api-settings.php:580 core/lib/wpbc_all_translations.php:65
336
  msgid "Message title"
337
  msgstr ""
338
 
339
+ #: core/admin/api-settings.php:581 core/lib/wpbc_all_translations.php:66
340
  #, php-format
341
  msgid "Type title of message %safter booking has done by user%s"
342
  msgstr ""
343
 
344
+ #: core/admin/api-settings.php:592 core/lib/wpbc_all_translations.php:67
345
  msgid "Time of message showing"
346
  msgstr ""
347
 
348
+ #: core/admin/api-settings.php:593 core/lib/wpbc_all_translations.php:68
349
  msgid "Set duration of time (milliseconds) to show this message"
350
  msgstr ""
351
 
352
+ #: core/admin/api-settings.php:620 core/lib/wpbc_all_translations.php:69
353
  msgid "URL of \"thank you\" page"
354
  msgstr ""
355
 
356
+ #: core/admin/api-settings.php:636 core/lib/wpbc_all_translations.php:70
357
  #, php-format
358
  msgid "Type URL of %s\"Thank You\" page%s"
359
  msgstr ""
360
 
361
+ #: core/admin/api-settings.php:648 core/lib/wpbc_all_translations.php:71 core/wpbc.php:137
362
  #: core/wpbc.php:138
363
  msgid "Bookings Listing"
364
  msgstr ""
365
 
366
+ #: core/admin/api-settings.php:649 core/admin/page-settings.php:242 core/admin/page-timeline.php:45
367
  #: core/admin/page-timeline.php:46 core/admin/page-timeline.php:47 core/admin/wpbc-toolbars.php:482
368
+ #: core/lib/wpbc_all_translations.php:72 core/wpbc-functions.php:1878
369
  msgid "Calendar Overview"
370
  msgstr ""
371
 
372
+ #: core/admin/api-settings.php:654 core/lib/wpbc_all_translations.php:73
373
  msgid "Default booking admin page"
374
  msgstr ""
375
 
376
+ #: core/admin/api-settings.php:655 core/lib/wpbc_all_translations.php:74
377
  msgid "Select your default view mode of bookings at the booking listing page"
378
  msgstr ""
379
 
380
+ #: core/admin/api-settings.php:671 core/admin/wpbc-toolbar-tiny.php:393
381
  #: core/admin/wpbc-toolbars.php:1184 core/admin/wpbc-toolbars.php:1244
382
+ #: core/lib/wpbc_all_translations.php:75 inc/_bl/admin/page-coupons.php:526
383
  msgid "Day"
384
  msgstr ""
385
 
386
+ #: core/admin/api-settings.php:672 core/admin/wpbc-toolbar-tiny.php:394
387
  #: core/admin/wpbc-toolbars.php:1201 core/admin/wpbc-toolbars.php:1258
388
+ #: core/lib/wpbc_all_translations.php:76
389
  msgid "Week"
390
  msgstr ""
391
 
392
+ #: core/admin/api-settings.php:673 core/admin/api-settings.php:680
393
  #: core/admin/wpbc-toolbar-tiny.php:396 core/admin/wpbc-toolbars.php:1218
394
+ #: core/admin/wpbc-toolbars.php:1272 core/lib/wpbc_all_translations.php:77
395
  #: inc/_bl/admin/page-coupons.php:525
396
  msgid "Month"
397
  msgstr ""
398
 
399
+ #: core/admin/api-settings.php:674 core/admin/wpbc-toolbar-tiny.php:398
400
+ #: core/admin/wpbc-toolbars.php:1286 core/lib/wpbc_all_translations.php:78
401
  msgid "2 Months"
402
  msgstr ""
403
 
404
+ #: core/admin/api-settings.php:675 core/admin/api-settings.php:681
405
+ #: core/admin/wpbc-toolbar-tiny.php:400 core/lib/wpbc_all_translations.php:79
406
  msgid "3 Months"
407
  msgstr ""
408
 
409
+ #: core/admin/api-settings.php:676 core/admin/api-settings.php:682
410
  #: core/admin/wpbc-toolbar-tiny.php:401 core/admin/wpbc-toolbars.php:579
411
+ #: core/admin/wpbc-toolbars.php:813 core/lib/wpbc_all_translations.php:80
412
  #: inc/_bl/admin/page-coupons.php:524
413
  msgid "Year"
414
  msgstr ""
415
 
416
+ #: core/admin/api-settings.php:687 core/lib/wpbc_all_translations.php:81
417
  msgid "Default calendar view mode"
418
  msgstr ""
419
 
420
+ #: core/admin/api-settings.php:688 core/lib/wpbc_all_translations.php:82
421
  msgid "Select your default calendar view mode at booking calendar overview page"
422
  msgstr ""
423
 
424
+ #: core/admin/api-settings.php:698 core/lib/wpbc_all_translations.php:83
425
  msgid "Filter tab"
426
  msgstr ""
427
 
428
+ #: core/admin/api-settings.php:699 core/lib/wpbc_all_translations.php:84
429
  msgid "Actions tab"
430
  msgstr ""
431
 
432
+ #: core/admin/api-settings.php:704 core/lib/wpbc_all_translations.php:85
433
  msgid "Default toolbar tab"
434
  msgstr ""
435
 
436
+ #: core/admin/api-settings.php:705 core/lib/wpbc_all_translations.php:86
437
  msgid "Select your default opened tab in toolbar at booking listing page"
438
  msgstr ""
439
 
440
+ #: core/admin/api-settings.php:717 core/lib/wpbc_all_translations.php:87
441
  msgid "Bookings number per page"
442
  msgstr ""
443
 
444
+ #: core/admin/api-settings.php:718 core/lib/wpbc_all_translations.php:88
445
  msgid "Select number of bookings per page in booking listing"
446
  msgstr ""
447
 
448
+ #: core/admin/api-settings.php:725 core/admin/api-settings.php:726
449
  #: core/admin/wpbc-class-listing.php:122 core/admin/wpbc-toolbars.php:735
450
+ #: core/admin/wpbc-toolbars.php:738 core/lib/wpbc_all_translations.php:89
451
  #: core/sync/wpbc-gcal-class.php:640 core/sync/wpbc-gcal-class.php:661
452
  #: inc/_bl/admin/page-coupons.php:495 inc/_bm/admin/page-availability.php:491
453
  #: inc/_bm/admin/page-availability.php:972 inc/_bm/admin/page-cost-rate.php:148
460
  msgid "ID"
461
  msgstr ""
462
 
463
+ #: core/admin/api-settings.php:725 core/admin/api-settings.php:727 core/admin/api-settings.php:731
464
+ #: core/admin/api-settings.php:735 core/lib/wpbc_all_translations.php:90
465
  #: inc/_bl/admin/page-search.php:180 inc/_bl/admin/page-search.php:182
466
  #: inc/_bl/admin/page-search.php:184 inc/_bl/admin/page-search.php:186
467
  #: inc/_bl/admin/page-search.php:188
468
  msgid "ASC"
469
  msgstr ""
470
 
471
+ #: core/admin/api-settings.php:726 core/admin/api-settings.php:728 core/admin/api-settings.php:732
472
+ #: core/admin/api-settings.php:736 core/lib/wpbc_all_translations.php:91
473
  #: inc/_bl/admin/page-search.php:181 inc/_bl/admin/page-search.php:183
474
  #: inc/_bl/admin/page-search.php:185 inc/_bl/admin/page-search.php:187
475
  #: inc/_bl/admin/page-search.php:189
476
  msgid "DESC"
477
  msgstr ""
478
 
479
+ #: core/admin/api-settings.php:727 core/admin/api-settings.php:728 core/admin/wpbc-toolbars.php:588
480
  #: core/admin/wpbc-toolbars.php:650 core/admin/wpbc-toolbars.php:736
481
  #: core/admin/wpbc-toolbars.php:739 core/admin/wpbc-toolbars.php:855
482
+ #: core/lib/wpbc_all_translations.php:92 core/sync/wpbc-gcal-class.php:643
483
  #: core/sync/wpbc-gcal-class.php:678 core/timeline/v2/wpbc-class-timeline_v2.php:73
484
  #: inc/_bs/lib_s.php:181 inc/_bs/lib_s.php:186 inc/_ps/lib_p.php:125 inc/_ps/lib_p.php:129
485
  #: inc/_ps/wpbc-form-templates.php:89 inc/_ps/wpbc-form-templates.php:111 inc/_ps/wpbc-print.php:85
486
  msgid "Dates"
487
  msgstr ""
488
 
489
+ #: core/admin/api-settings.php:731 core/admin/api-settings.php:732
490
+ #: core/lib/wpbc_all_translations.php:93 inc/_bl/admin/page-search.php:942
491
  #: inc/_bm/admin/page-availability.php:876 inc/_bm/admin/page-cost-rate.php:106
492
  #: inc/_bm/admin/page-cost-valuation.php:134 inc/_bs/lib_s.php:182 inc/_bs/lib_s.php:187
493
  #: inc/_ps/lib_p.php:126 inc/_ps/lib_p.php:130
494
  msgid "Resource"
495
  msgstr ""
496
 
497
+ #: core/admin/api-settings.php:735 core/admin/api-settings.php:736
498
+ #: core/admin/wpbc-toolbar-tiny.php:1803 core/lib/wpbc_all_translations.php:94
499
  #: inc/_bs/admin/api-settings-s.php:924 inc/_bs/lib_s.php:140 inc/_bs/lib_s.php:183
500
  #: inc/_bs/lib_s.php:188 inc/_ps/wpbc-print.php:86
501
  msgid "Cost"
502
  msgstr ""
503
 
504
+ #: core/admin/api-settings.php:741 core/lib/wpbc_all_translations.php:95
505
  msgid "Bookings default order"
506
  msgstr ""
507
 
508
+ #: core/admin/api-settings.php:742 core/lib/wpbc_all_translations.php:96
509
  msgid "Select your default order of bookings in the booking listing"
510
  msgstr ""
511
 
512
+ #: core/admin/api-settings.php:759 core/lib/wpbc_all_translations.php:97
513
  #: inc/_bl/admin/page-search.php:223
514
  msgid "Date Format"
515
  msgstr ""
516
 
517
+ #: core/admin/api-settings.php:764 core/lib/wpbc_all_translations.php:98
518
  msgid "F j, Y"
519
  msgstr ""
520
 
521
+ #: core/admin/api-settings.php:767 core/admin/wpbc-toolbars.php:1484
522
+ #: core/lib/wpbc_all_translations.php:99 inc/_bm/admin/api-settings-m.php:197
523
  #: inc/_bs/admin/api-settings-s.php:426 inc/_bs/lib_s.php:55
524
  msgid "Custom"
525
  msgstr ""
526
 
527
+ #: core/admin/api-settings.php:793 core/lib/wpbc_all_translations.php:100
528
  #, php-format
529
  msgid ""
530
  "Type your date format for emails and the booking table. %sDocumentation on date formatting%s"
531
  msgstr ""
532
 
533
+ #: core/admin/api-settings.php:808 core/lib/wpbc_all_translations.php:101
534
  msgid "Use localized time format"
535
  msgstr ""
536
 
537
+ #: core/admin/api-settings.php:809 core/lib/wpbc_all_translations.php:102
538
  msgid ""
539
  "This option useful only, if you have issue with translation of time format. If you activated "
540
  "this option, at some servers possible issue with \"Daylight Saving Time\" - booked times can be "
541
  "later on 1 hour."
542
  msgstr ""
543
 
544
+ #: core/admin/api-settings.php:817 core/lib/wpbc_all_translations.php:103
545
  msgid "Short days view"
546
  msgstr ""
547
 
548
+ #: core/admin/api-settings.php:818 core/lib/wpbc_all_translations.php:104
549
  msgid "Wide days view"
550
  msgstr ""
551
 
552
+ #: core/admin/api-settings.php:823 core/lib/wpbc_all_translations.php:105
553
  msgid "Dates view"
554
  msgstr ""
555
 
556
+ #: core/admin/api-settings.php:824 core/lib/wpbc_all_translations.php:106
557
  msgid "Select the default view for dates on the booking tables"
558
  msgstr ""
559
 
560
+ #: core/admin/api-settings.php:840 core/lib/wpbc_all_translations.php:107
561
  msgid "Show / hide hints"
562
  msgstr ""
563
 
564
+ #: core/admin/api-settings.php:841 core/lib/wpbc_all_translations.php:108
565
  msgid "Check this box if you want to show help hints on the admin panel."
566
  msgstr ""
567
 
568
+ #: core/admin/api-settings.php:861 core/lib/wpbc_all_translations.php:109
569
  msgid "Allow unlimited bookings per same day(s)"
570
  msgstr ""
571
 
572
+ #: core/admin/api-settings.php:862 core/lib/wpbc_all_translations.php:110
573
  #, php-format
574
  msgid ""
575
  "Check this box, if you want to %sset any days as available%s in calendar. Your visitors will be "
577
  "date(s)%s of other visitors."
578
  msgstr ""
579
 
580
+ #: core/admin/api-settings.php:872 core/lib/wpbc_all_translations.php:111
581
  #: inc/_bl/admin/api-settings-l.php:101
582
  msgid "Use pending days as available"
583
  msgstr ""
584
 
585
+ #: core/admin/api-settings.php:873 core/lib/wpbc_all_translations.php:112
586
  #: inc/_bl/admin/api-settings-l.php:102
587
  msgid "Check this box if you want to show the pending days as available in calendars"
588
  msgstr ""
589
 
590
+ #: core/admin/api-settings.php:884 core/lib/wpbc_all_translations.php:113
591
  msgid "Checking to prevent double booking, during submitting booking"
592
  msgstr ""
593
 
594
+ #: core/admin/api-settings.php:885 core/lib/wpbc_all_translations.php:114
595
  #, php-format
596
  msgid ""
597
  "Check this box, if you want to %sre-check if the selected dates available during submitting "
598
  "booking%s."
599
  msgstr ""
600
 
601
+ #: core/admin/api-settings.php:887 core/lib/wpbc_all_translations.php:115
602
  msgid ""
603
  "This feature useful to prevent double booking of the same date(s) or time(s), if several "
604
  "visitors try to book the same date(s) in same calendar during the same time."
605
  msgstr ""
606
 
607
+ #: core/admin/api-settings.php:888 core/lib/wpbc_all_translations.php:116
608
  msgid "This feature does not work for booking resources with capacity higher than one."
609
  msgstr ""
610
 
611
+ #: core/admin/api-settings.php:905 core/lib/wpbc_all_translations.php:117
612
  msgid "Show advanced settings of JavaScript loading"
613
  msgstr ""
614
 
615
+ #: core/admin/api-settings.php:906 core/lib/wpbc_all_translations.php:118
616
  msgid "Hide advanced settings of JavaScript loading"
617
  msgstr ""
618
 
619
+ #: core/admin/api-settings.php:914 core/lib/wpbc_all_translations.php:119
620
  msgid "Disable Bootstrap loading on Front-End"
621
  msgstr ""
622
 
623
+ #: core/admin/api-settings.php:915 core/admin/api-settings.php:924
624
+ #: core/lib/wpbc_all_translations.php:120
625
  msgid ""
626
  " If your theme or some other plugin is load the BootStrap JavaScripts, you can disable loading "
627
  "of this script by this plugin."
628
  msgstr ""
629
 
630
+ #: core/admin/api-settings.php:923 core/lib/wpbc_all_translations.php:121
631
  msgid "Disable Bootstrap loading on Back-End"
632
  msgstr ""
633
 
634
+ #: core/admin/api-settings.php:933 core/lib/wpbc_all_translations.php:122
635
  msgid "Load JS and CSS files only on specific pages"
636
  msgstr ""
637
 
638
+ #: core/admin/api-settings.php:934 core/lib/wpbc_all_translations.php:123
639
  msgid "Activate loading of CSS and JavaScript files of plugin only at specific pages."
640
  msgstr ""
641
 
642
+ #: core/admin/api-settings.php:944 core/lib/wpbc_all_translations.php:124
643
  msgid "Relative URLs of pages, where to load plugin CSS and JS files"
644
  msgstr ""
645
 
646
+ #: core/admin/api-settings.php:945 core/lib/wpbc_all_translations.php:125
647
  #, php-format
648
  msgid ""
649
  "Enter relative URLs of pages, where you have Booking Calendar elements (booking forms or "
650
  "availability calendars). Please enter one URL per line. Example: %s"
651
  msgstr ""
652
 
653
+ #: core/admin/api-settings.php:959 core/lib/wpbc_all_translations.php:126
654
  msgid "Show system debugging log for beta features"
655
  msgstr ""
656
 
657
+ #: core/admin/api-settings.php:960 core/lib/wpbc_all_translations.php:127
658
  msgid "Activate this option only for testing beta features"
659
  msgstr ""
660
 
661
+ #: core/admin/api-settings.php:976 core/lib/wpbc_all_translations.php:128
662
  msgid "Show settings of powered by notice"
663
  msgstr ""
664
 
665
+ #: core/admin/api-settings.php:977 core/lib/wpbc_all_translations.php:129
666
  msgid "Hide settings of powered by notice"
667
  msgstr ""
668
 
669
+ #: core/admin/api-settings.php:984 core/lib/wpbc_all_translations.php:130
670
  msgid "Powered by notice"
671
  msgstr ""
672
 
673
+ #: core/admin/api-settings.php:985 core/lib/wpbc_all_translations.php:131
674
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
675
  msgstr ""
676
 
677
+ #: core/admin/api-settings.php:993 core/lib/wpbc_all_translations.php:132
678
  msgid "Help and info notices"
679
  msgstr ""
680
 
681
+ #: core/admin/api-settings.php:994 core/lib/wpbc_all_translations.php:133
682
  msgid " Turn On/Off version notice and help info links at booking admin panel."
683
  msgstr ""
684
 
685
+ #: core/admin/api-settings.php:1022 core/lib/wpbc_all_translations.php:134
686
  msgid "Plugin menu position"
687
  msgstr ""
688
 
689
+ #: core/admin/api-settings.php:1025 core/lib/wpbc_all_translations.php:135
690
  msgid "Top"
691
  msgstr ""
692
 
693
+ #: core/admin/api-settings.php:1026 core/lib/wpbc_all_translations.php:136
694
  msgid "Middle"
695
  msgstr ""
696
 
697
+ #: core/admin/api-settings.php:1027 core/lib/wpbc_all_translations.php:137
698
  msgid "Bottom"
699
  msgstr ""
700
 
701
+ #: core/admin/api-settings.php:1038 core/lib/wpbc_all_translations.php:138
702
  msgid "User permissions for plugin menu pages"
703
  msgstr ""
704
 
705
+ #: core/admin/api-settings.php:1053 core/admin/wpbc-toolbars.php:556
706
+ #: core/admin/wpbc-toolbars.php:771 core/lib/wpbc_all_translations.php:139
707
  #: core/timeline/v2/wpbc-class-timeline_v2.php:74 core/wpbc.php:136
708
  msgid "Bookings"
709
  msgstr ""
710
 
711
+ #: core/admin/api-settings.php:1062 core/admin/page-new.php:33 core/admin/page-new.php:34
712
  #: core/admin/page-new.php:35 core/admin/wpbc-toolbars.php:1847
713
+ #: core/lib/wpbc_all_translations.php:140 core/wpbc-functions.php:1908 core/wpbc.php:165
714
  #: core/wpbc.php:166 core/wpbc.php:167
715
  msgid "Add booking"
716
  msgstr ""
717
 
718
+ #: core/admin/api-settings.php:1072 core/admin/page-import-gcal.php:491
719
+ #: core/lib/wpbc_all_translations.php:141 core/timeline/v2/wpbc-class-timeline_v2.php:72
720
  #: core/wpbc-functions.php:1918 core/wpbc.php:176 core/wpbc.php:178
721
  #: inc/_bl/admin/page-coupons.php:540 inc/_bl/admin/page-coupons.php:1355
722
  #: inc/_bm/admin/page-availability.php:875 inc/_bm/admin/page-cost-rate.php:105
726
  msgid "Resources"
727
  msgstr ""
728
 
729
+ #: core/admin/api-settings.php:1081 core/lib/wpbc_all_translations.php:142
730
  #: core/wpbc-functions.php:1973 core/wpbc.php:187 core/wpbc.php:189 core/wpbc.php:396
731
  #: inc/_bl/admin/page-coupons.php:47 inc/_bm/admin/page-seasons.php:47
732
  msgid "Settings"
733
  msgstr ""
734
 
735
+ #: core/admin/api-settings.php:1082 core/lib/wpbc_all_translations.php:143
736
  msgid "Select user access level for the menu pages of plugin"
737
  msgstr ""
738
 
739
+ #: core/admin/api-settings.php:1093 core/lib/wpbc_all_translations.php:144 core/wpbc.php:204
740
  msgid "Premium"
741
  msgstr ""
742
 
743
+ #: core/admin/api-settings.php:1094 core/lib/wpbc_all_translations.php:145
744
  msgid "Show / hide menu"
745
  msgstr ""
746
 
747
+ #: core/admin/api-settings.php:1097 core/admin/wpbc-toolbar-tiny.php:591
748
  #: core/admin/wpbc-toolbar-tiny.php:1810 core/admin/wpbc-toolbars.php:790
749
+ #: core/lib/wpbc_all_translations.php:146 core/lib/wpdev-booking-widget.php:104
750
  #: js/wpbc-gutenberg.js:1332
751
  msgid "Show"
752
  msgstr ""
753
 
754
+ #: core/admin/api-settings.php:1098 core/class/wpbc-class-notices.php:104
755
+ #: core/lib/wpbc_all_translations.php:147 core/sync/wpbc-gcal-class.php:704
756
  #: core/wpbc-functions.php:2377
757
  msgid "Hide"
758
  msgstr ""
759
 
760
+ #: core/admin/api-settings.php:1115 core/lib/wpbc_all_translations.php:148
761
  msgid "Delete booking data, when plugin deactivated"
762
  msgstr ""
763
 
764
+ #: core/admin/api-settings.php:1116 core/lib/wpbc_all_translations.php:149
765
  msgid "Check this box to delete all booking data when you uninstal this plugin."
766
  msgstr ""
767
 
768
+ #: core/admin/api-settings.php:1142 core/admin/page-form-free.php:1026
769
+ #: core/lib/wpbc_all_translations.php:150 core/sync/wpbc-gcal-class.php:474
770
  #: core/sync/wpbc-gcal-class.php:642 core/sync/wpbc-gcal-class.php:668
771
  #: inc/_bl/admin/api-settings-l.php:368 inc/_bm/admin/page-availability.php:990
772
  #: inc/_bm/admin/page-cost-rate.php:176 inc/_bm/admin/page-seasons.php:519
774
  msgid "Info"
775
  msgstr ""
776
 
777
+ #: core/admin/api-settings.php:1177 core/admin/page-settings.php:307
778
+ #: core/lib/wpbc_all_translations.php:151
779
  msgid "Restore all dismissed windows"
780
  msgstr ""
781
 
782
+ #: core/admin/api-settings.php:1301 core/admin/api-settings.php:1332
783
+ #: core/admin/api-settings.php:1364 core/admin/api-settings.php:1377
784
+ #: core/admin/api-settings.php:1410 core/lib/wpbc_all_translations.php:152
785
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
786
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/page-gateways.php:917
787
  #: inc/gateways/paypal/wpbc-gw-paypal.php:661 inc/gateways/sage/wpbc-gw-sage.php:591
788
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:941
789
  msgid "Warning"
790
  msgstr ""
791
 
792
+ #: core/admin/api-settings.php:1302 core/lib/wpbc_all_translations.php:153
793
  msgid ""
794
  "You allow unlimited number of bookings per same dates, its can be a reason of double bookings on "
795
  "the same date. Do you really want to do this?"
796
  msgstr ""
797
 
798
+ #: core/admin/api-settings.php:1333 core/lib/wpbc_all_translations.php:154
799
  msgid "This feature can impact to speed of submitting booking. Do you really want to do this?"
800
  msgstr ""
801
 
802
+ #: core/admin/api-settings.php:1365 core/admin/api-settings.php:1378
803
+ #: core/lib/wpbc_all_translations.php:155
804
  msgid ""
805
  "You are need to be sure what you are doing. You are disable of loading some JavaScripts Do you "
806
  "really want to do this?"
807
  msgstr ""
808
 
809
+ #: core/admin/api-settings.php:1411 core/lib/wpbc_all_translations.php:156
810
  msgid ""
811
  "If you check this option, all booking data will be deleted when you uninstall this plugin. Do "
812
  "you really want to do this?"
813
  msgstr ""
814
 
815
  #: core/admin/page-bookings.php:45 core/admin/page-bookings.php:46 core/admin/page-bookings.php:47
816
+ #: core/admin/wpbc-toolbars.php:467 core/lib/wpbc_all_translations.php:157
817
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2633 core/wpbc-functions.php:1886
818
  msgid "Booking Listing"
819
  msgstr ""
821
  #: core/admin/page-email-approved.php:177 core/admin/page-email-deleted.php:178
822
  #: core/admin/page-email-deny.php:178 core/admin/page-email-new-admin.php:176
823
  #: core/admin/page-email-new-visitor.php:176 core/admin/page-email-trash.php:178
824
+ #: core/lib/wpbc_all_translations.php:158 inc/_bm/admin/page-cost-deposit.php:134
825
  #: inc/_bm/admin/page-cost-early-late-booking.php:138
826
  #: inc/_bm/admin/page-cost-early-late-booking.php:339 inc/_bs/admin/page-email-payment.php:179
827
  #: inc/_ps/admin/page-email-edit.php:178 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:297
828
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:218
829
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:378 inc/gateways/ipay88/wpbc-gw-ipay88.php:317
830
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:146 inc/gateways/paypal/wpbc-gw-paypal.php:364
831
  #: inc/gateways/paypal/wpbc-gw-paypal.php:720 inc/gateways/paypal/wpbc-gw-paypal.php:743
832
  #: inc/gateways/paypal/wpbc-gw-paypal.php:766 inc/gateways/sage/wpbc-gw-sage.php:384
833
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:517
834
  msgid "Enable / Disable"
835
  msgstr ""
836
 
837
  #: core/admin/page-email-approved.php:178 core/admin/page-email-deleted.php:179
838
  #: core/admin/page-email-deny.php:179 core/admin/page-email-new-admin.php:177
839
  #: core/admin/page-email-new-visitor.php:177 core/admin/page-email-trash.php:179
840
+ #: core/lib/wpbc_all_translations.php:159 inc/_bs/admin/page-email-payment.php:180
841
  #: inc/_ps/admin/page-email-edit.php:179
842
  msgid "Enable this email notification"
843
  msgstr ""
846
  #: core/admin/page-email-deleted.php:190 core/admin/page-email-deleted.php:205
847
  #: core/admin/page-email-deny.php:190 core/admin/page-email-deny.php:207
848
  #: core/admin/page-email-trash.php:190 core/admin/page-email-trash.php:205
849
+ #: core/lib/wpbc_all_translations.php:160 inc/_bs/admin/page-email-payment.php:191
850
  #: inc/_bs/admin/page-email-payment.php:206 inc/_ps/admin/page-email-edit.php:190
851
  #: inc/_ps/admin/page-email-edit.php:205
852
  msgid "Copy(ies)"
854
 
855
  #: core/admin/page-email-approved.php:190 core/admin/page-email-deleted.php:191
856
  #: core/admin/page-email-deny.php:191 core/admin/page-email-trash.php:191
857
+ #: core/lib/wpbc_all_translations.php:161 inc/_bs/admin/page-email-payment.php:192
858
  #: inc/_ps/admin/page-email-edit.php:191
859
  msgid "Enable / disable sending email(s) to additional addresses"
860
  msgstr ""
861
 
862
  #: core/admin/page-email-approved.php:205 core/admin/page-email-deleted.php:205
863
  #: core/admin/page-email-deny.php:207 core/admin/page-email-new-admin.php:192
864
+ #: core/admin/page-email-trash.php:205 core/lib/wpbc_all_translations.php:162
865
  #: inc/_bm/admin/page-cost-valuation.php:275 inc/_bm/admin/page-cost-valuation.php:278
866
  #: inc/_bs/admin/page-email-payment.php:206 inc/_ps/admin/page-email-edit.php:205
867
  msgid "To"
872
  #: core/admin/page-email-deny.php:217 core/admin/page-email-deny.php:272
873
  #: core/admin/page-email-new-admin.php:202 core/admin/page-email-new-admin.php:254
874
  #: core/admin/page-email-new-visitor.php:254 core/admin/page-email-trash.php:215
875
+ #: core/admin/page-email-trash.php:277 core/lib/wpbc_all_translations.php:163
876
  #: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:273
877
  #: inc/_ps/admin/page-email-edit.php:215 inc/_ps/admin/page-email-edit.php:272
878
  #: inc/gateways/paypal/wpbc-gw-paypal.php:730 inc/gateways/paypal/wpbc-gw-paypal.php:753
888
  #: core/admin/page-email-new-admin.php:254 core/admin/page-email-new-admin.php:295
889
  #: core/admin/page-email-new-visitor.php:254 core/admin/page-email-new-visitor.php:295
890
  #: core/admin/page-email-trash.php:215 core/admin/page-email-trash.php:277
891
+ #: core/admin/page-email-trash.php:319 core/admin/page-form-free.php:1187
892
+ #: core/admin/page-form-free.php:2118 core/lib/wpbc_all_translations.php:164
893
  #: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:273
894
  #: inc/_bs/admin/page-email-payment.php:317 inc/_ps/admin/page-email-edit.php:215
895
  #: inc/_ps/admin/page-email-edit.php:272 inc/_ps/admin/page-email-edit.php:313
896
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:309
897
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:343 inc/gateways/ideal/wpbc-gw-ideal.php:390
898
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:405 inc/gateways/ipay88/wpbc-gw-ipay88.php:329
899
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:344 inc/gateways/paypal/wpbc-gw-paypal.php:397
900
  #: inc/gateways/paypal/wpbc-gw-paypal.php:413 inc/gateways/sage/wpbc-gw-sage.php:396
901
+ #: inc/gateways/sage/wpbc-gw-sage.php:411 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:545
902
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:560
903
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:577
904
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:592
905
  msgid "Required"
906
  msgstr ""
907
 
908
  #: core/admin/page-email-approved.php:216 core/admin/page-email-deleted.php:216
909
  #: core/admin/page-email-deny.php:218 core/admin/page-email-trash.php:216
910
+ #: core/lib/wpbc_all_translations.php:165 inc/_bs/admin/page-email-payment.php:217
911
  #: inc/_ps/admin/page-email-edit.php:216
912
  msgid "You can put multiple emails separated by"
913
  msgstr ""
919
  #: core/admin/page-email-new-visitor.php:272 core/admin/page-email-trash.php:234
920
  #: core/admin/page-email-trash.php:295 core/admin/page-form-timeslots.php:767
921
  #: core/admin/wpbc-toolbar-tiny.php:430 core/admin/wpbc-toolbar-tiny.php:1801
922
+ #: core/lib/wpbc_all_translations.php:166 core/lib/wpdev-booking-widget.php:96
923
  #: core/sync/wpbc-gcal-class.php:641 core/sync/wpbc-gcal-class.php:664
924
  #: inc/_bm/admin/page-availability.php:985 inc/_bm/admin/page-seasons.php:514
925
  #: inc/_bs/admin/page-email-payment.php:235 inc/_bs/admin/page-email-payment.php:291
934
  #: core/admin/page-email-new-admin.php:220 core/admin/page-email-new-admin.php:272
935
  #: core/admin/page-email-new-visitor.php:272 core/admin/page-email-trash.php:234
936
  #: core/admin/page-email-trash.php:295 core/admin/page-form-timeslots.php:132
937
+ #: core/admin/wpbc-toolbar-tiny.php:430 core/lib/wpbc_all_translations.php:167
938
  #: inc/_bs/admin/page-email-payment.php:235 inc/_bs/admin/page-email-payment.php:291
939
  #: inc/_ps/admin/page-email-edit.php:234 inc/_ps/admin/page-email-edit.php:290
940
  #: inc/_ps/form/class-wpbc-field-help-button.php:73
954
  #: core/admin/page-email-deny.php:262 core/admin/page-email-new-admin.php:244
955
  #: core/admin/page-email-new-visitor.php:244 core/admin/page-email-trash.php:262
956
  #: core/admin/page-import-gcal.php:159 core/admin/wpbc-toolbar-tiny.php:594
957
+ #: core/lib/wpbc_all_translations.php:168 core/sync/wpbc-gcal.php:171
958
  #: inc/_bm/admin/page-cost-valuation.php:275 inc/_bm/admin/page-cost-valuation.php:278
959
  #: inc/_bm/admin/page-cost-valuation.php:449 inc/_bm/admin/page-seasons.php:1564
960
  #: inc/_bs/admin/page-email-payment.php:263 inc/_ps/admin/page-email-edit.php:262
961
  msgid "From"
962
  msgstr ""
963
 
964
+ #: core/admin/page-email-approved.php:272 core/lib/wpbc_all_translations.php:169
965
  msgid "Email Address will be used in the FROM field of response to Visitor."
966
  msgstr ""
967
 
968
+ #: core/admin/page-email-approved.php:310 core/lib/wpbc_all_translations.php:170
969
  #: core/wpbc-activation.php:1006
970
  msgid "Your booking has been approved"
971
  msgstr ""
973
  #: core/admin/page-email-approved.php:312 core/admin/page-email-deleted.php:313
974
  #: core/admin/page-email-deny.php:313 core/admin/page-email-new-admin.php:294
975
  #: core/admin/page-email-new-visitor.php:294 core/admin/page-email-trash.php:318
976
+ #: core/lib/wpbc_all_translations.php:171 inc/_bs/admin/page-email-payment.php:316
977
  #: inc/_ps/admin/page-email-edit.php:312
978
  msgid "Subject"
979
  msgstr ""
981
  #: core/admin/page-email-approved.php:313 core/admin/page-email-deleted.php:314
982
  #: core/admin/page-email-deny.php:314 core/admin/page-email-new-admin.php:295
983
  #: core/admin/page-email-new-visitor.php:295 core/admin/page-email-trash.php:319
984
+ #: core/lib/wpbc_all_translations.php:172 inc/_bs/admin/page-email-payment.php:317
985
  #: inc/_ps/admin/page-email-edit.php:313
986
  #, php-format
987
  msgid "Type your email %ssubject%s for the booking confimation message."
988
  msgstr ""
989
 
990
+ #: core/admin/page-email-approved.php:325 core/lib/wpbc_all_translations.php:173
991
  #: core/wpbc-activation.php:1008
992
  #, php-format
993
  msgid ""
995
  "you, %s"
996
  msgstr ""
997
 
998
+ #: core/admin/page-email-approved.php:327 core/lib/wpbc_all_translations.php:174
999
  #: core/wpbc-activation.php:1010
1000
  #, php-format
1001
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
1004
  #: core/admin/page-email-approved.php:334 core/admin/page-email-deleted.php:331
1005
  #: core/admin/page-email-deny.php:331 core/admin/page-email-new-admin.php:310
1006
  #: core/admin/page-email-new-visitor.php:316 core/admin/page-email-trash.php:336
1007
+ #: core/lib/wpbc_all_translations.php:175 inc/_bs/admin/page-email-payment.php:334
1008
  #: inc/_ps/admin/page-email-edit.php:330
1009
  msgid "Content"
1010
  msgstr ""
1012
  #: core/admin/page-email-approved.php:335 core/admin/page-email-deleted.php:332
1013
  #: core/admin/page-email-deny.php:332 core/admin/page-email-new-admin.php:311
1014
  #: core/admin/page-email-new-visitor.php:317 core/admin/page-email-trash.php:337
1015
+ #: core/lib/wpbc_all_translations.php:176 inc/_bs/admin/page-email-payment.php:335
1016
  #: inc/_ps/admin/page-email-edit.php:331
1017
  msgid "Type your email message content. "
1018
  msgstr ""
1020
  #: core/admin/page-email-approved.php:356 core/admin/page-email-deleted.php:353
1021
  #: core/admin/page-email-deny.php:353 core/admin/page-email-new-admin.php:332
1022
  #: core/admin/page-email-new-visitor.php:338 core/admin/page-email-trash.php:358
1023
+ #: core/lib/wpbc_all_translations.php:177 inc/_bs/admin/page-email-payment.php:356
1024
  #: inc/_ps/admin/page-email-edit.php:352
1025
  msgid "Email Heading"
1026
  msgstr ""
1028
  #: core/admin/page-email-approved.php:357 core/admin/page-email-deleted.php:354
1029
  #: core/admin/page-email-deny.php:354 core/admin/page-email-new-admin.php:333
1030
  #: core/admin/page-email-new-visitor.php:339 core/admin/page-email-trash.php:359
1031
+ #: core/lib/wpbc_all_translations.php:178 inc/_bs/admin/page-email-payment.php:357
1032
  #: inc/_ps/admin/page-email-edit.php:353
1033
  msgid "Enter main heading contained within the email notification."
1034
  msgstr ""
1036
  #: core/admin/page-email-approved.php:366 core/admin/page-email-deleted.php:363
1037
  #: core/admin/page-email-deny.php:363 core/admin/page-email-new-admin.php:342
1038
  #: core/admin/page-email-new-visitor.php:348 core/admin/page-email-trash.php:368
1039
+ #: core/lib/wpbc_all_translations.php:179 inc/_bs/admin/page-email-payment.php:366
1040
  #: inc/_ps/admin/page-email-edit.php:362
1041
  msgid "Email Footer Text"
1042
  msgstr ""
1044
  #: core/admin/page-email-approved.php:367 core/admin/page-email-deleted.php:364
1045
  #: core/admin/page-email-deny.php:364 core/admin/page-email-new-admin.php:343
1046
  #: core/admin/page-email-new-visitor.php:349 core/admin/page-email-trash.php:369
1047
+ #: core/lib/wpbc_all_translations.php:180 inc/_bs/admin/page-email-payment.php:367
1048
  #: inc/_ps/admin/page-email-edit.php:363
1049
  msgid "Enter text contained within footer of the email notification"
1050
  msgstr ""
1052
  #: core/admin/page-email-approved.php:377 core/admin/page-email-deleted.php:374
1053
  #: core/admin/page-email-deny.php:374 core/admin/page-email-new-admin.php:353
1054
  #: core/admin/page-email-new-visitor.php:359 core/admin/page-email-trash.php:379
1055
+ #: core/lib/wpbc_all_translations.php:181 inc/_bs/admin/page-email-payment.php:377
1056
  #: inc/_ps/admin/page-email-edit.php:373
1057
  msgid "Email template"
1058
  msgstr ""
1060
  #: core/admin/page-email-approved.php:378 core/admin/page-email-deleted.php:375
1061
  #: core/admin/page-email-deny.php:375 core/admin/page-email-new-admin.php:354
1062
  #: core/admin/page-email-new-visitor.php:360 core/admin/page-email-trash.php:380
1063
+ #: core/lib/wpbc_all_translations.php:182 inc/_bs/admin/page-email-payment.php:378
1064
  #: inc/_ps/admin/page-email-edit.php:374
1065
  msgid "Choose email template."
1066
  msgstr ""
1068
  #: core/admin/page-email-approved.php:382 core/admin/page-email-deleted.php:379
1069
  #: core/admin/page-email-deny.php:379 core/admin/page-email-new-admin.php:358
1070
  #: core/admin/page-email-new-visitor.php:364 core/admin/page-email-trash.php:384
1071
+ #: core/lib/wpbc_all_translations.php:183 inc/_bs/admin/page-email-payment.php:382
1072
  #: inc/_ps/admin/page-email-edit.php:378
1073
  msgid "Plain (without styles)"
1074
  msgstr ""
1076
  #: core/admin/page-email-approved.php:383 core/admin/page-email-deleted.php:380
1077
  #: core/admin/page-email-deny.php:380 core/admin/page-email-new-admin.php:359
1078
  #: core/admin/page-email-new-visitor.php:365 core/admin/page-email-trash.php:385
1079
+ #: core/lib/wpbc_all_translations.php:184 inc/_bs/admin/page-email-payment.php:383
1080
  #: inc/_ps/admin/page-email-edit.php:379
1081
  msgid "Standard 1 column"
1082
  msgstr ""
1084
  #: core/admin/page-email-approved.php:390 core/admin/page-email-deleted.php:387
1085
  #: core/admin/page-email-deny.php:387 core/admin/page-email-new-admin.php:366
1086
  #: core/admin/page-email-new-visitor.php:372 core/admin/page-email-trash.php:392
1087
+ #: core/lib/wpbc_all_translations.php:185 inc/_bs/admin/page-email-payment.php:390
1088
  #: inc/_ps/admin/page-email-edit.php:386
1089
  #, php-format
1090
  msgid "You can override this email template in this folder %s"
1093
  #: core/admin/page-email-approved.php:400 core/admin/page-email-deleted.php:397
1094
  #: core/admin/page-email-deny.php:397 core/admin/page-email-new-admin.php:376
1095
  #: core/admin/page-email-new-visitor.php:382 core/admin/page-email-trash.php:402
1096
+ #: core/lib/wpbc_all_translations.php:186 inc/_bs/admin/page-email-payment.php:400
1097
  #: inc/_ps/admin/page-email-edit.php:396
1098
  msgid "Base Color"
1099
  msgstr ""
1101
  #: core/admin/page-email-approved.php:401 core/admin/page-email-deleted.php:398
1102
  #: core/admin/page-email-deny.php:398 core/admin/page-email-new-admin.php:377
1103
  #: core/admin/page-email-new-visitor.php:383 core/admin/page-email-trash.php:403
1104
+ #: core/lib/wpbc_all_translations.php:187 inc/_bs/admin/page-email-payment.php:401
1105
  #: inc/_ps/admin/page-email-edit.php:397
1106
  msgid "The base color for email templates."
1107
  msgstr ""
1118
  #: core/admin/page-email-new-visitor.php:402 core/admin/page-email-new-visitor.php:411
1119
  #: core/admin/page-email-trash.php:404 core/admin/page-email-trash.php:413
1120
  #: core/admin/page-email-trash.php:422 core/admin/page-email-trash.php:431
1121
+ #: core/lib/wpbc_all_translations.php:188 inc/_bs/admin/page-email-payment.php:402
1122
  #: inc/_bs/admin/page-email-payment.php:411 inc/_bs/admin/page-email-payment.php:420
1123
  #: inc/_bs/admin/page-email-payment.php:429 inc/_ps/admin/page-email-edit.php:398
1124
  #: inc/_ps/admin/page-email-edit.php:407 inc/_ps/admin/page-email-edit.php:416
1129
  #: core/admin/page-email-approved.php:409 core/admin/page-email-deleted.php:406
1130
  #: core/admin/page-email-deny.php:406 core/admin/page-email-new-admin.php:385
1131
  #: core/admin/page-email-new-visitor.php:391 core/admin/page-email-trash.php:411
1132
+ #: core/lib/wpbc_all_translations.php:189 inc/_bs/admin/page-email-payment.php:409
1133
  #: inc/_ps/admin/page-email-edit.php:405
1134
  msgid "Background Color"
1135
  msgstr ""
1137
  #: core/admin/page-email-approved.php:410 core/admin/page-email-deleted.php:407
1138
  #: core/admin/page-email-deny.php:407 core/admin/page-email-new-admin.php:386
1139
  #: core/admin/page-email-new-visitor.php:392 core/admin/page-email-trash.php:412
1140
+ #: core/lib/wpbc_all_translations.php:190 inc/_bs/admin/page-email-payment.php:410
1141
  #: inc/_ps/admin/page-email-edit.php:406
1142
  msgid "The background color for email templates."
1143
  msgstr ""
1145
  #: core/admin/page-email-approved.php:418 core/admin/page-email-deleted.php:415
1146
  #: core/admin/page-email-deny.php:415 core/admin/page-email-new-admin.php:394
1147
  #: core/admin/page-email-new-visitor.php:400 core/admin/page-email-trash.php:420
1148
+ #: core/lib/wpbc_all_translations.php:191 inc/_bs/admin/page-email-payment.php:418
1149
  #: inc/_ps/admin/page-email-edit.php:414
1150
  msgid "Email Body Background Color"
1151
  msgstr ""
1153
  #: core/admin/page-email-approved.php:419 core/admin/page-email-deleted.php:416
1154
  #: core/admin/page-email-deny.php:416 core/admin/page-email-new-admin.php:395
1155
  #: core/admin/page-email-new-visitor.php:401 core/admin/page-email-trash.php:421
1156
+ #: core/lib/wpbc_all_translations.php:192 inc/_bs/admin/page-email-payment.php:419
1157
  #: inc/_ps/admin/page-email-edit.php:415
1158
  msgid "The main body background color for email templates."
1159
  msgstr ""
1161
  #: core/admin/page-email-approved.php:427 core/admin/page-email-deleted.php:424
1162
  #: core/admin/page-email-deny.php:424 core/admin/page-email-new-admin.php:403
1163
  #: core/admin/page-email-new-visitor.php:409 core/admin/page-email-trash.php:429
1164
+ #: core/lib/wpbc_all_translations.php:193 inc/_bs/admin/page-email-payment.php:427
1165
  #: inc/_ps/admin/page-email-edit.php:423
1166
  msgid "Email Body Text Colour"
1167
  msgstr ""
1169
  #: core/admin/page-email-approved.php:428 core/admin/page-email-deleted.php:425
1170
  #: core/admin/page-email-deny.php:425 core/admin/page-email-new-admin.php:404
1171
  #: core/admin/page-email-new-visitor.php:410 core/admin/page-email-trash.php:430
1172
+ #: core/lib/wpbc_all_translations.php:194 inc/_bs/admin/page-email-payment.php:428
1173
  #: inc/_ps/admin/page-email-edit.php:424
1174
  msgid "The main body text color for email templates."
1175
  msgstr ""
1177
  #: core/admin/page-email-approved.php:443 core/admin/page-email-deleted.php:440
1178
  #: core/admin/page-email-deny.php:440 core/admin/page-email-new-admin.php:419
1179
  #: core/admin/page-email-new-visitor.php:425 core/admin/page-email-trash.php:445
1180
+ #: core/lib/wpbc_all_translations.php:195 inc/_bs/admin/page-email-payment.php:443
1181
  #: inc/_ps/admin/page-email-edit.php:439
1182
  msgid "Email format"
1183
  msgstr ""
1185
  #: core/admin/page-email-approved.php:444 core/admin/page-email-deleted.php:441
1186
  #: core/admin/page-email-deny.php:441 core/admin/page-email-new-admin.php:420
1187
  #: core/admin/page-email-new-visitor.php:426 core/admin/page-email-trash.php:446
1188
+ #: core/lib/wpbc_all_translations.php:196 inc/_bs/admin/page-email-payment.php:444
1189
  #: inc/_ps/admin/page-email-edit.php:440
1190
  msgid "Choose which format of email to send."
1191
  msgstr ""
1193
  #: core/admin/page-email-approved.php:448 core/admin/page-email-deleted.php:445
1194
  #: core/admin/page-email-deny.php:445 core/admin/page-email-new-admin.php:424
1195
  #: core/admin/page-email-new-visitor.php:430 core/admin/page-email-trash.php:450
1196
+ #: core/lib/wpbc_all_translations.php:197 inc/_bs/admin/page-email-payment.php:448
1197
  #: inc/_ps/admin/page-email-edit.php:444
1198
  msgid "Plain text"
1199
  msgstr ""
1201
  #: core/admin/page-email-approved.php:455 core/admin/page-email-deleted.php:452
1202
  #: core/admin/page-email-deny.php:452 core/admin/page-email-new-admin.php:431
1203
  #: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
1204
+ #: core/lib/wpbc_all_translations.php:198 inc/_bs/admin/page-email-payment.php:455
1205
  #: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:701
1206
  #: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:1123
1207
  msgid "HTML"
1210
  #: core/admin/page-email-approved.php:456 core/admin/page-email-deleted.php:453
1211
  #: core/admin/page-email-deny.php:453 core/admin/page-email-new-admin.php:432
1212
  #: core/admin/page-email-new-visitor.php:438 core/admin/page-email-trash.php:458
1213
+ #: core/lib/wpbc_all_translations.php:199 inc/_bs/admin/page-email-payment.php:456
1214
  #: inc/_ps/admin/page-email-edit.php:452
1215
  msgid "Multipart"
1216
  msgstr ""
1218
  #: core/admin/page-email-approved.php:483 core/admin/page-email-deleted.php:480
1219
  #: core/admin/page-email-deny.php:480 core/admin/page-email-new-admin.php:458
1220
  #: core/admin/page-email-new-visitor.php:465 core/admin/page-email-trash.php:485
1221
+ #: core/lib/wpbc_all_translations.php:200 inc/_bs/admin/page-email-payment.php:483
1222
  #: inc/_ps/admin/page-email-edit.php:479
1223
  #, php-format
1224
  msgid ""
1229
  #: core/admin/page-email-approved.php:483 core/admin/page-email-deleted.php:480
1230
  #: core/admin/page-email-deny.php:480 core/admin/page-email-new-admin.php:458
1231
  #: core/admin/page-email-new-visitor.php:465 core/admin/page-email-trash.php:485
1232
+ #: core/lib/wpbc_all_translations.php:201 core/sync/wpbc-gcal.php:406
1233
  #: inc/_bs/admin/page-email-payment.php:483 inc/_ps/admin/page-email-edit.php:479
1234
  msgid "here"
1235
  msgstr ""
1236
 
1237
  #: core/admin/page-email-approved.php:560 core/admin/wpbc-class-listing.php:329
1238
+ #: core/admin/wpbc-toolbars.php:550 core/lib/wpbc_all_translations.php:202
1239
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2735 inc/_ps/personal.php:358
1240
  #: inc/_ps/wpbc-print.php:118
1241
  msgid "Approved"
1245
  #: core/admin/page-email-deny.php:559 core/admin/page-email-new-admin.php:513
1246
  #: core/admin/page-email-new-admin.php:514 core/admin/page-email-new-admin.php:538
1247
  #: core/admin/page-email-new-visitor.php:538 core/admin/page-email-trash.php:564
1248
+ #: core/lib/wpbc_all_translations.php:203 inc/_bs/admin/page-email-payment.php:561
1249
  #: inc/_ps/admin/page-email-edit.php:557
1250
  msgid "Emails Settings"
1251
  msgstr ""
1252
 
1253
+ #: core/admin/page-email-approved.php:562 core/lib/wpbc_all_translations.php:204
1254
  msgid "Customization of email template, which is sent to Visitor after approval of booking"
1255
  msgstr ""
1256
 
1257
+ #: core/admin/page-email-approved.php:699 core/lib/wpbc_all_translations.php:205
1258
  msgid "Email is sent to Visitor after Approval of booking."
1259
  msgstr ""
1260
 
1261
  #: core/admin/page-email-approved.php:706 core/admin/page-email-deleted.php:703
1262
  #: core/admin/page-email-deny.php:703 core/admin/page-email-new-admin.php:686
1263
  #: core/admin/page-email-new-visitor.php:682 core/admin/page-email-trash.php:708
1264
+ #: core/lib/wpbc_all_translations.php:206 inc/_bs/admin/page-email-payment.php:705
1265
  #: inc/_ps/admin/page-email-edit.php:701
1266
  msgid "Header / Footer"
1267
  msgstr ""
1269
  #: core/admin/page-email-approved.php:713 core/admin/page-email-deleted.php:710
1270
  #: core/admin/page-email-deny.php:710 core/admin/page-email-new-admin.php:693
1271
  #: core/admin/page-email-new-visitor.php:689 core/admin/page-email-trash.php:715
1272
+ #: core/lib/wpbc_all_translations.php:207 inc/_bs/admin/page-email-payment.php:712
1273
  #: inc/_ps/admin/page-email-edit.php:708
1274
  msgid "Email Styles"
1275
  msgstr ""
1277
  #: core/admin/page-email-approved.php:725 core/admin/page-email-deleted.php:722
1278
  #: core/admin/page-email-deny.php:722 core/admin/page-email-new-admin.php:705
1279
  #: core/admin/page-email-new-visitor.php:701 core/admin/page-email-trash.php:727
1280
+ #: core/admin/page-form-free.php:1189 core/admin/page-form-timeslots.php:768
1281
  #: core/admin/wpbc-class-listing.php:125 core/admin/wpbc-class-listing.php:145
1282
  #: core/admin/wpbc-toolbars.php:52 core/admin/wpbc-toolbars.php:178
1283
+ #: core/lib/wpbc_all_translations.php:208 inc/_bl/admin/page-coupons.php:548
1284
  #: inc/_bm/admin/page-cost-valuation.php:203 inc/_bm/admin/page-seasons.php:527
1285
  #: inc/_bs/admin/page-email-payment.php:724 inc/_mu/admin/page-users.php:449
1286
  #: inc/_ps/admin/page-email-edit.php:720
1290
  #: core/admin/page-email-approved.php:729 core/admin/page-email-deleted.php:726
1291
  #: core/admin/page-email-deny.php:726 core/admin/page-email-new-admin.php:709
1292
  #: core/admin/page-email-new-visitor.php:705 core/admin/page-email-trash.php:731
1293
+ #: core/lib/wpbc_all_translations.php:209 inc/_bs/admin/page-email-payment.php:728
1294
  #: inc/_ps/admin/page-email-edit.php:724
1295
  msgid "Send Test Email"
1296
  msgstr ""
1301
  #: core/admin/page-email-new-admin.php:711 core/admin/page-email-new-admin.php:747
1302
  #: core/admin/page-email-new-visitor.php:707 core/admin/page-email-new-visitor.php:743
1303
  #: core/admin/page-email-trash.php:733 core/admin/page-email-trash.php:769
1304
+ #: core/admin/page-form-free.php:146 core/admin/page-form-free.php:246
1305
+ #: core/admin/page-form-free.php:2238 core/admin/page-ics-export.php:236
1306
  #: core/admin/page-ics-general.php:416 core/admin/page-ics-import.php:203
1307
  #: core/admin/page-import-gcal.php:570 core/admin/page-settings.php:148
1308
  #: core/admin/page-settings.php:301 core/admin/wpbc-toolbars.php:1826
1309
+ #: core/lib/wpbc_all_translations.php:210 inc/_bl/admin/page-coupons.php:220
1310
  #: inc/_bl/admin/page-coupons.php:1378 inc/_bl/admin/page-search.php:445
1311
  #: inc/_bl/admin/page-search.php:545 inc/_bm/admin/page-availability.php:1024
1312
  #: inc/_bm/admin/page-cost-advanced.php:102 inc/_bm/admin/page-cost-advanced.php:161
1320
  #: inc/_ps/admin/page-settings-form.php:125 inc/_ps/admin/page-settings-form.php:187
1321
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:930
1322
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:489
1323
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:924 inc/gateways/ipay88/wpbc-gw-ipay88.php:864
1324
  #: inc/gateways/page-gateways.php:686 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:402
1325
  #: inc/gateways/paypal/wpbc-gw-paypal.php:1124 inc/gateways/sage/wpbc-gw-sage.php:913
1326
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1234
1327
  msgid "Save Changes"
1328
  msgstr ""
1329
 
1330
  #: core/admin/page-email-approved.php:749 core/admin/page-email-deleted.php:746
1331
  #: core/admin/page-email-deny.php:746 core/admin/page-email-new-admin.php:729
1332
  #: core/admin/page-email-new-visitor.php:725 core/admin/page-email-trash.php:751
1333
+ #: core/admin/page-form-free.php:1188 core/admin/wpbc-dashboard.php:471
1334
+ #: core/lib/wpbc_all_translations.php:211 inc/_bs/admin/page-email-payment.php:748
1335
  #: inc/_ps/admin/page-email-edit.php:744
1336
  msgid "Type"
1337
  msgstr ""
1342
  #: core/admin/page-ics-import.php:194 core/admin/page-import-gcal.php:552
1343
  #: core/admin/page-settings.php:142 core/admin/page-settings.php:293
1344
  #: core/admin/wpbc-toolbars.php:434 core/admin/wpbc-toolbars.php:440
1345
+ #: core/lib/wpbc_all_translations.php:212 inc/_bl/admin/page-search.php:495
1346
  #: inc/_bl/admin/page-search.php:523 inc/_bm/admin/page-cost-advanced.php:155
1347
  #: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
1348
  #: inc/_ps/admin/page-settings-form.php:181
1355
  #: core/admin/page-email-approved.php:839 core/admin/page-email-deleted.php:835
1356
  #: core/admin/page-email-deny.php:835 core/admin/page-email-new-admin.php:826
1357
  #: core/admin/page-email-new-visitor.php:814 core/admin/page-email-trash.php:840
1358
+ #: core/lib/wpbc_all_translations.php:213 inc/_bs/admin/page-email-payment.php:837
1359
  #: inc/_ps/admin/page-email-edit.php:833
1360
  msgid "Email sent to "
1361
  msgstr ""
1363
  #: core/admin/page-email-approved.php:841 core/admin/page-email-deleted.php:837
1364
  #: core/admin/page-email-deny.php:837 core/admin/page-email-new-admin.php:828
1365
  #: core/admin/page-email-new-visitor.php:816 core/admin/page-email-trash.php:842
1366
+ #: core/lib/wpbc_all_translations.php:214 core/wpbc-emails.php:449
1367
  #: inc/_bs/admin/page-email-payment.php:839 inc/_ps/admin/page-email-edit.php:835
1368
+ msgid "Email was not sent. An error occurred."
1369
  msgstr ""
1370
 
1371
  #: core/admin/page-email-approved.php:856 core/admin/page-email-deleted.php:852
1372
  #: core/admin/page-email-deny.php:852 core/admin/page-email-new-admin.php:912
1373
  #: core/admin/page-email-new-visitor.php:831 core/admin/page-email-trash.php:857
1374
+ #: core/lib/wpbc_all_translations.php:215 inc/_bs/admin/page-email-payment.php:854
1375
  #: inc/_ps/admin/page-email-edit.php:850 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:951
1376
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:562
1377
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:945 inc/gateways/ipay88/wpbc-gw-ipay88.php:885
1378
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:423 inc/gateways/paypal/wpbc-gw-paypal.php:1145
1379
+ #: inc/gateways/sage/wpbc-gw-sage.php:934 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1253
1380
  msgid "Settings saved."
1381
  msgstr ""
1382
 
1386
  #: core/admin/page-email-new-admin.php:974 core/admin/page-email-new-admin.php:977
1387
  #: core/admin/page-email-new-visitor.php:892 core/admin/page-email-new-visitor.php:895
1388
  #: core/admin/page-email-trash.php:918 core/admin/page-email-trash.php:921
1389
+ #: core/lib/wpbc_all_translations.php:216 inc/_bs/admin/page-email-payment.php:915
1390
  #: inc/_bs/admin/page-email-payment.php:918 inc/_ps/admin/page-email-edit.php:911
1391
  #: inc/_ps/admin/page-email-edit.php:914
1392
  msgid "If empty then title defined as WordPress"
1395
  #: core/admin/page-email-approved.php:937 core/admin/page-email-deleted.php:933
1396
  #: core/admin/page-email-deny.php:933 core/admin/page-email-new-admin.php:994
1397
  #: core/admin/page-email-new-visitor.php:912 core/admin/page-email-trash.php:938
1398
+ #: core/lib/wpbc_all_translations.php:217 inc/_bs/admin/page-email-payment.php:935
1399
  #: inc/_ps/admin/page-email-edit.php:931
1400
  msgid ""
1401
  "Email different from website DNS, its can be a reason of not delivery emails. Please use the "
1403
  msgstr ""
1404
 
1405
  #: core/admin/page-email-deleted.php:311 core/admin/page-email-deny.php:311
1406
+ #: core/admin/page-email-trash.php:316 core/lib/wpbc_all_translations.php:218
1407
  #: core/wpbc-activation.php:1017
1408
  msgid "Your booking has been declined"
1409
  msgstr ""
1410
 
1411
  #: core/admin/page-email-deleted.php:325 core/admin/page-email-deny.php:325
1412
+ #: core/admin/page-email-trash.php:330 core/lib/wpbc_all_translations.php:219
1413
  #: core/wpbc-activation.php:1018
1414
  #, php-format
1415
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
1416
  msgstr ""
1417
 
1418
+ #: core/admin/page-email-deleted.php:558 core/lib/wpbc-ajax.php:460
1419
+ #: core/lib/wpbc_all_translations.php:220 inc/_bl/admin/page-coupons.php:378
1420
  #: inc/_bl/admin/page-coupons.php:1023 inc/_bm/admin/page-availability.php:364
1421
  #: inc/_bm/admin/page-cost.php:325 inc/_bm/admin/page-seasons.php:313
1422
  #: inc/_bm/admin/page-seasons.php:843 inc/_bm/m-toolbar.php:557
1424
  msgid "Deleted"
1425
  msgstr ""
1426
 
1427
+ #: core/admin/page-email-deleted.php:560 core/lib/wpbc_all_translations.php:221
1428
  msgid "Customization of email template, which is sent to Visitor after Cancellation of booking"
1429
  msgstr ""
1430
 
1431
+ #: core/admin/page-email-deleted.php:696 core/lib/wpbc_all_translations.php:222
1432
  msgid "Email is sent to Visitor after Deleting of booking."
1433
  msgstr ""
1434
 
1435
+ #: core/admin/page-email-deny.php:560 core/lib/wpbc_all_translations.php:223
1436
  msgid ""
1437
  "Customization of email template, which is sent to Visitor, when booking status is set to Pending"
1438
  msgstr ""
1439
 
1440
+ #: core/admin/page-email-deny.php:696 core/lib/wpbc_all_translations.php:224
1441
  msgid "Email is sent to Visitor after booking set as Pending."
1442
  msgstr ""
1443
 
1444
  #: core/admin/page-email-new-admin.php:292 core/admin/page-email-new-visitor.php:292
1445
+ #: core/admin/wpbc-class-listing.php:302 core/lib/wpbc_all_translations.php:225
1446
  #: core/wpbc-activation.php:988 core/wpbc-activation.php:995
1447
  msgid "New booking"
1448
  msgstr ""
1449
 
1450
+ #: core/admin/page-email-new-admin.php:308 core/lib/wpbc_all_translations.php:226
1451
  #: core/wpbc-activation.php:989
1452
  #, php-format
1453
  msgid ""
1455
  "booking is waiting for approval. Please visit the moderation panel%sThank you, %s"
1456
  msgstr ""
1457
 
1458
+ #: core/admin/page-email-new-admin.php:512 core/lib/wpbc_all_translations.php:227
1459
  #: core/wpbc-functions.php:1990
1460
  msgid "Emails"
1461
  msgstr ""
1462
 
1463
  #: core/admin/page-email-new-admin.php:537 core/admin/page-email-new-visitor.php:537
1464
+ #: core/lib/wpbc_all_translations.php:228
1465
  msgid "New"
1466
  msgstr ""
1467
 
1468
+ #: core/admin/page-email-new-admin.php:537 core/lib/wpbc_all_translations.php:229
1469
  msgid "admin"
1470
  msgstr ""
1471
 
1472
+ #: core/admin/page-email-new-admin.php:539 core/lib/wpbc_all_translations.php:230
1473
  msgid "Customization of email template, which is sending to Admin after new booking"
1474
  msgstr ""
1475
 
1476
+ #: core/admin/page-email-new-admin.php:679 core/lib/wpbc_all_translations.php:231
1477
  msgid "Email is sending to Admin after creation of booking."
1478
  msgstr ""
1479
 
1480
+ #: core/admin/page-email-new-visitor.php:307 core/lib/wpbc_all_translations.php:232
1481
  #: core/wpbc-activation.php:997
1482
  #, php-format
1483
  msgid ""
1485
  "edit this booking at this page: %s Thank you, %s"
1486
  msgstr ""
1487
 
1488
+ #: core/admin/page-email-new-visitor.php:309 core/lib/wpbc_all_translations.php:233
1489
  #: core/wpbc-activation.php:999
1490
  #, php-format
1491
  msgid ""
1493
  "%s"
1494
  msgstr ""
1495
 
1496
+ #: core/admin/page-email-new-visitor.php:537 core/lib/wpbc_all_translations.php:234
1497
  msgid "visitor"
1498
  msgstr ""
1499
 
1500
+ #: core/admin/page-email-new-visitor.php:539 core/lib/wpbc_all_translations.php:235
1501
  msgid "Customization of email template, which is sending to Visitor after new booking"
1502
  msgstr ""
1503
 
1504
+ #: core/admin/page-email-new-visitor.php:675 core/lib/wpbc_all_translations.php:236
1505
  msgid "Email is sending to Visitor after creation of booking."
1506
  msgstr ""
1507
 
1508
  #: core/admin/page-email-trash.php:563 core/admin/wpbc-toolbars.php:994
1509
+ #: core/lib/wpbc_all_translations.php:237 core/timeline/v2/wpbc-class-timeline_v2.php:2662
1510
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2772
1511
  msgid "Trash / Reject"
1512
  msgstr ""
1513
 
1514
+ #: core/admin/page-email-trash.php:565 core/lib/wpbc_all_translations.php:238
1515
  msgid "Customization of email template, which is sent to Visitor after rejecting of booking"
1516
  msgstr ""
1517
 
1518
+ #: core/admin/page-email-trash.php:701 core/lib/wpbc_all_translations.php:239
1519
  msgid "Email is sent to visitor after cancelling of booking (moved to trash)."
1520
  msgstr ""
1521
 
1522
  #: core/admin/page-form-free.php:61 core/admin/page-settings.php:104
1523
+ #: core/admin/page-settings.php:228 core/lib/wpbc_all_translations.php:240
1524
  #: core/wpbc-functions.php:1982 inc/_ps/admin/page-settings-form.php:46
1525
  msgid "Form"
1526
  msgstr ""
1527
 
1528
+ #: core/admin/page-form-free.php:62 core/lib/wpbc_all_translations.php:241
1529
  #: inc/_ps/admin/page-settings-form.php:47
1530
  msgid "Fields Settings"
1531
  msgstr ""
1532
 
1533
+ #: core/admin/page-form-free.php:63 core/lib/wpbc_all_translations.php:242
1534
  #: inc/_ps/admin/page-settings-form.php:48
1535
  msgid "Customizaton of Form Fields"
1536
  msgstr ""
1537
 
1538
  #: core/admin/page-form-free.php:76 core/admin/wpbc-dashboard.php:503
1539
+ #: core/lib/wpbc_all_translations.php:243
1540
  msgid "Check Premium Features"
1541
  msgstr ""
1542
 
1543
+ #: core/admin/page-form-free.php:77 core/lib/wpbc_all_translations.php:244
1544
  msgid "Upgrade to higher versions"
1545
  msgstr ""
1546
 
1547
+ #: core/admin/page-form-free.php:167 core/lib/wpbc_all_translations.php:245
1548
  msgid "Form Field Configuration"
1549
  msgstr ""
1550
 
1551
+ #: core/admin/page-form-free.php:190 core/lib/wpbc_all_translations.php:246
1552
  #, php-format
1553
  msgid ""
1554
  "You can add %sTime Slots%s to booking form, by activating and configure %sTime Slots%s field in "
1555
  "booking form (below) or by adding this field from (above) toolbar."
1556
  msgstr ""
1557
 
1558
+ #: core/admin/page-form-free.php:226
1559
+ msgid "Title of send button"
1560
+ msgstr ""
1561
+
1562
+ #: core/admin/page-form-free.php:230 core/admin/page-form-free.php:614
1563
+ #: core/lib/wpbc_all_translations.php:247 core/wpbc-activation.php:1036 inc/_ps/personal.php:2117
1564
+ #: inc/_ps/wpbc-form-templates.php:42 inc/_ps/wpbc-form-templates.php:61
1565
  #: inc/_ps/wpbc-form-templates.php:81 inc/_ps/wpbc-form-templates.php:104
1566
  #: inc/_ps/wpbc-form-templates.php:127
1567
  msgid "Send"
1568
  msgstr ""
1569
 
1570
+ #: core/admin/page-form-free.php:231
1571
+ #, php-format
1572
+ msgid "Enter %stitle of submit button%s in the booking form"
1573
+ msgstr ""
1574
+
1575
+ #: core/admin/page-form-free.php:892 core/lib/wpbc_all_translations.php:248
1576
  msgid "Reset to default form"
1577
  msgstr ""
1578
 
1579
+ #: core/admin/page-form-free.php:896 core/admin/page-form-free.php:1506
1580
  #: core/admin/wpbc-class-listing.php:396 core/admin/wpbc-class-listing.php:402
1581
  #: core/admin/wpbc-toolbars.php:997 core/admin/wpbc-toolbars.php:1014
1582
+ #: core/admin/wpbc-toolbars.php:1078 core/lib/wpbc_all_translations.php:249
1583
  #: inc/_bl/admin/page-coupons.php:236 inc/_bl/admin/page-coupons.php:808
1584
  #: inc/_bm/admin/page-availability.php:274 inc/_bm/admin/page-cost-valuation.php:354
1585
  #: inc/_bm/admin/page-cost.php:529 inc/_bm/admin/page-seasons.php:221
1586
  #: inc/_bm/admin/page-seasons.php:602 inc/_ps/admin/page-resources.php:222
1587
+ #: inc/_ps/personal.php:2151
1588
  msgid "Do you really want to do this ?"
1589
  msgstr ""
1590
 
1591
+ #: core/admin/page-form-free.php:924 core/admin/page-form-free.php:2224
1592
+ #: core/lib/wpbc_all_translations.php:250
1593
  msgid "Add New Field"
1594
  msgstr ""
1595
 
1596
+ #: core/admin/page-form-free.php:941 core/admin/page-form-free.php:976
1597
+ #: core/lib/wpbc_all_translations.php:251 inc/_ps/admin/page-settings-form.php:312
1598
  msgid "Select"
1599
  msgstr ""
1600
 
1601
+ #: core/admin/page-form-free.php:941 core/lib/wpbc_all_translations.php:252
1602
  msgid "Form Field"
1603
  msgstr ""
1604
 
1605
+ #: core/admin/page-form-free.php:963 core/lib/wpbc_all_translations.php:253
1606
  #: inc/_ps/form/class-wpbc-form-help.php:141
1607
  msgid "Standard Fields"
1608
  msgstr ""
1609
 
1610
+ #: core/admin/page-form-free.php:966 core/lib/wpbc_all_translations.php:254
1611
  #: inc/_ps/form/class-wpbc-form-help.php:147
1612
  msgid "Text"
1613
  msgstr ""
1614
 
1615
+ #: core/admin/page-form-free.php:986 core/lib/wpbc_all_translations.php:255
1616
  #: inc/_ps/form/class-wpbc-form-help.php:156
1617
  msgid "Textarea"
1618
  msgstr ""
1619
 
1620
+ #: core/admin/page-form-free.php:996 core/lib/wpbc_all_translations.php:256
1621
  msgid "Checkbox"
1622
  msgstr ""
1623
 
1624
+ #: core/admin/page-form-free.php:1011 core/lib/wpbc_all_translations.php:257
1625
  #: inc/_ps/form/class-wpbc-form-help.php:486
1626
  msgid "Advanced Fields"
1627
  msgstr ""
1628
 
1629
+ #: core/admin/page-form-free.php:1015 core/admin/page-form-free.php:2038
1630
+ #: core/admin/page-form-free.php:2039 core/admin/page-form-timeslots.php:106
1631
  #: core/admin/page-form-timeslots.php:201 core/admin/page-form-timeslots.php:766
1632
  #: core/admin/page-form-timeslots.php:816 core/admin/page-settings.php:94
1633
+ #: core/admin/page-settings.php:215 core/lib/wpbc_all_translations.php:258
1634
  msgid "Time Slots"
1635
  msgstr ""
1636
 
1637
+ #: core/admin/page-form-free.php:1073 core/lib/wpbc_all_translations.php:259
1638
  msgid "View"
1639
  msgstr ""
1640
 
1641
+ #: core/admin/page-form-free.php:1092 core/lib/wpbc_all_translations.php:260
1642
  msgid "Standard Forms"
1643
  msgstr ""
1644
 
1645
+ #: core/admin/page-form-free.php:1095 core/lib/wpbc_all_translations.php:261
1646
  msgid "Form under calendar"
1647
  msgstr ""
1648
 
1649
+ #: core/admin/page-form-free.php:1105 core/lib/wpbc_all_translations.php:262
1650
  msgid "Form at right side of calendar"
1651
  msgstr ""
1652
 
1653
+ #: core/admin/page-form-free.php:1115 core/lib/wpbc_all_translations.php:263
1654
  msgid "Form and calendar are centered"
1655
  msgstr ""
1656
 
1657
+ #: core/admin/page-form-free.php:1125 core/lib/wpbc_all_translations.php:264
1658
  msgid "Form for dark background"
1659
  msgstr ""
1660
 
1661
+ #: core/admin/page-form-free.php:1185 core/admin/page-form-free.php:2097
1662
+ #: core/lib/wpbc_all_translations.php:265
1663
  msgid "Active"
1664
  msgstr ""
1665
 
1666
+ #: core/admin/page-form-free.php:1186 core/lib/wpbc_all_translations.php:266
1667
  msgid "Field Label"
1668
  msgstr ""
1669
 
1670
+ #: core/admin/page-form-free.php:1188 core/admin/page-form-free.php:2163
1671
+ #: core/lib/wpbc_all_translations.php:267 inc/_ps/form/class-wpbc-field-help-text.php:177
1672
  msgid "Name"
1673
  msgstr ""
1674
 
1675
+ #: core/admin/page-form-free.php:1265 core/admin/page-form-free.php:1706
1676
+ #: core/admin/page-form-free.php:1767 core/lib/wpbc_all_translations.php:268
1677
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2642
1678
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2700 inc/_bl/admin/page-coupons.php:215
1679
  #: inc/_bl/admin/page-coupons.php:804 inc/_bl/admin/page-coupons.php:993
1683
  msgid "Edit"
1684
  msgstr ""
1685
 
1686
+ #: core/admin/page-form-free.php:1266 core/admin/page-form-free.php:1707
1687
+ #: core/admin/page-form-timeslots.php:788 core/lib/wpbc_all_translations.php:269
1688
  msgid "Remove"
1689
  msgstr ""
1690
 
1691
+ #: core/admin/page-form-free.php:1941 core/lib/wpbc_all_translations.php:270
1692
  #: inc/_ps/form/class-wpbc-form-help.php:88
1693
  msgid "Shortcodes"
1694
  msgstr ""
1695
 
1696
+ #: core/admin/page-form-free.php:1942 core/lib/wpbc_all_translations.php:271
1697
  #: inc/_ps/form/class-wpbc-form-help.php:89
1698
  msgid ""
1699
  "You can generate the form fields for your form (at the left side) by selection specific field in "
1700
  "the above selectbox."
1701
  msgstr ""
1702
 
1703
+ #: core/admin/page-form-free.php:1943 core/lib/wpbc_all_translations.php:272
1704
  #: inc/_ps/form/class-wpbc-form-help.php:90
1705
  #, php-format
1706
  msgid "Please read more about the booking form fields configuration %shere%s."
1707
  msgstr ""
1708
 
1709
+ #: core/admin/page-form-free.php:1945 core/lib/wpbc_all_translations.php:273
1710
  #: inc/_ps/form/class-wpbc-form-help.php:99
1711
  msgid "Default Form Templates"
1712
  msgstr ""
1713
 
1714
+ #: core/admin/page-form-free.php:1946 core/lib/wpbc_all_translations.php:274
1715
  #: inc/_ps/form/class-wpbc-form-help.php:100
1716
  #, php-format
1717
  msgid ""
1721
  "reset both forms: Booking Form and Content of Booking Fields form."
1722
  msgstr ""
1723
 
1724
+ #: core/admin/page-form-free.php:2076 core/lib/wpbc_all_translations.php:275
1725
  #: inc/_ps/wpbc-form-templates.php:144 inc/_ps/wpbc-form-templates.php:156
1726
  #: inc/_ps/wpbc-form-templates.php:171 inc/_ps/wpbc-form-templates.php:186
1727
  msgid "First Name"
1728
  msgstr ""
1729
 
1730
+ #: core/admin/page-form-free.php:2098 core/lib/wpbc_all_translations.php:276
1731
  msgid "Show / hide field in booking form"
1732
  msgstr ""
1733
 
1734
+ #: core/admin/page-form-free.php:2119 core/lib/wpbc_all_translations.php:277
1735
  msgid "Set field as required"
1736
  msgstr ""
1737
 
1738
+ #: core/admin/page-form-free.php:2139 core/admin/page-form-timeslots.php:784
1739
  #: core/admin/wpbc-toolbar-tiny.php:428 core/admin/wpbc-toolbar-tiny.php:1219
1740
+ #: core/lib/wpbc_all_translations.php:278 inc/_ps/form/class-wpbc-field-help-button.php:73
1741
  #: js/wpbc-gutenberg.js:883
1742
  msgid "Label"
1743
  msgstr ""
1744
 
1745
+ #: core/admin/page-form-free.php:2168 core/lib/wpbc_all_translations.php:279
1746
  #, php-format
1747
  msgid "Type only %sunique field name%s, that is not using in form"
1748
  msgstr ""
1749
 
1750
+ #: core/admin/page-form-free.php:2189 core/lib/wpbc_all_translations.php:280
1751
  msgid "Values"
1752
  msgstr ""
1753
 
1754
+ #: core/admin/page-form-free.php:2194 core/lib/wpbc_all_translations.php:281
1755
  msgid "Enter dropdown options. One option per line."
1756
  msgstr ""
1757
 
1758
+ #: core/admin/page-form-free.php:2229 core/admin/wpbc-toolbar-tiny.php:298
1759
  #: core/admin/wpbc-toolbars.php:710 core/admin/wpbc-toolbars.php:915
1760
+ #: core/admin/wpbc-toolbars.php:1536 core/lib/wpbc_all_translations.php:282
1761
  #: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:105 inc/_bs/s-toolbar.php:209
1762
  #: inc/_ps/p-toolbar.php:508 inc/_ps/p-toolbar.php:553
1763
  msgid "Close"
1764
  msgstr ""
1765
 
1766
+ #: core/admin/page-form-free.php:2243 core/lib/wpbc_all_translations.php:283
1767
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2701 inc/_bm/m-toolbar.php:377
1768
  #: inc/_bm/m-toolbar.php:378 inc/_ps/p-toolbar.php:387 inc/_ps/p-toolbar.php:439
1769
  #: inc/_ps/p-toolbar.php:472
1770
  msgid "Cancel"
1771
  msgstr ""
1772
 
1773
+ #: core/admin/page-form-timeslots.php:106 core/lib/wpbc_all_translations.php:284
1774
  msgid "in 24 hour format"
1775
  msgstr ""
1776
 
1777
+ #: core/admin/page-form-timeslots.php:126 core/lib/wpbc_all_translations.php:285
1778
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:154
1779
  #: inc/_ps/form/class-wpbc-field-help-select.php:119
1780
  msgid "One option per line"
1781
  msgstr ""
1782
 
1783
+ #: core/admin/page-form-timeslots.php:132 core/lib/wpbc_all_translations.php:286
1784
  msgid "Titles"
1785
  msgstr ""
1786
 
1787
+ #: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:287
1788
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:172
1789
  #: inc/_ps/form/class-wpbc-field-help-select.php:137
1790
  msgid "One title per line"
1791
  msgstr ""
1792
 
1793
+ #: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:288
1794
  msgid "Visible options in selectbox"
1795
  msgstr ""
1796
 
1797
+ #: core/admin/page-form-timeslots.php:193 core/lib/wpbc_all_translations.php:289
1798
  msgid "Reset times by"
1799
  msgstr ""
1800
 
1801
  #: core/admin/page-form-timeslots.php:195 core/admin/page-import-gcal.php:69
1802
  #: core/admin/page-import-gcal.php:196 core/admin/page-import-gcal.php:278
1803
+ #: core/admin/wpbc-toolbar-tiny.php:634 core/lib/wpbc_all_translations.php:290
1804
  #: core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271 inc/_bm/admin/api-settings-m.php:67
1805
  #: inc/_bm/admin/api-settings-m.php:104 inc/_bs/admin/api-settings-s.php:532
1806
  msgid "hours"
1807
  msgstr ""
1808
 
1809
  #: core/admin/page-form-timeslots.php:196 core/admin/page-import-gcal.php:67
1810
+ #: core/lib/wpbc_all_translations.php:291 inc/_bm/admin/api-settings-m.php:98
1811
  #: inc/_bm/admin/api-settings-m.php:100 inc/_bs/admin/api-settings-s.php:528
1812
  #: inc/_bs/admin/api-settings-s.php:901
1813
  msgid "hour"
1815
 
1816
  #: core/admin/page-form-timeslots.php:197 core/admin/page-form-timeslots.php:198
1817
  #: core/admin/page-form-timeslots.php:199 core/admin/page-import-gcal.php:195
1818
+ #: core/admin/page-import-gcal.php:277 core/lib/wpbc_all_translations.php:292
1819
  #: core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270 inc/_bm/admin/api-settings-m.php:67
1820
  #: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:100
1821
  #: inc/_bs/admin/api-settings-s.php:525 inc/_bs/admin/api-settings-s.php:526
1828
  #: core/admin/page-form-timeslots.php:435 core/admin/page-form-timeslots.php:444
1829
  #: core/admin/page-form-timeslots.php:446 core/admin/page-form-timeslots.php:455
1830
  #: core/admin/page-form-timeslots.php:457 core/admin/page-form-timeslots.php:466
1831
+ #: core/admin/page-form-timeslots.php:468 core/lib/wpbc_all_translations.php:293
1832
  #: core/wpbc-js.php:131 inc/_ps/personal.php:268
1833
  msgid "Processing"
1834
  msgstr ""
1835
 
1836
+ #: core/admin/page-form-timeslots.php:595 core/lib/wpbc_all_translations.php:294
1837
  msgid "+ Add Time Slot"
1838
  msgstr ""
1839
 
1842
  #: core/admin/page-ics-general.php:282 core/admin/page-ics-general.php:283
1843
  #: core/admin/page-ics-import.php:40 core/admin/page-ics-import.php:41
1844
  #: core/admin/page-import-gcal.php:388 core/admin/page-import-gcal.php:389
1845
+ #: core/lib/wpbc_all_translations.php:295 core/wpbc-functions.php:2007
1846
  msgid "Sync"
1847
  msgstr ""
1848
 
1851
  #: core/admin/page-ics-import.php:42 core/admin/page-ics-import.php:59
1852
  #: core/admin/page-ics-import.php:60 core/admin/page-ics-import.php:62
1853
  #: core/admin/page-ics-import.php:186 core/admin/page-ics-import.php:469
1854
+ #: core/admin/page-import-gcal.php:390 core/lib/wpbc_all_translations.php:296
1855
  #: core/sync/wpbc-gcal.php:465
1856
  msgid "Import"
1857
  msgstr ""
1860
  #: core/admin/page-ics-export.php:62 core/admin/page-ics-export.php:64
1861
  #: core/admin/page-ics-export.php:228 core/admin/page-ics-general.php:264
1862
  #: core/admin/page-ics-import.php:42 core/admin/page-import-gcal.php:390
1863
+ #: core/lib/wpbc_all_translations.php:297 inc/_ps/p-toolbar.php:173
1864
  msgid "Export"
1865
  msgstr ""
1866
 
1867
  #: core/admin/page-ics-export.php:64 core/admin/page-ics-export.php:228
1868
+ #: core/lib/wpbc_all_translations.php:298
1869
  msgid "feed"
1870
  msgstr ""
1871
 
1872
  #: core/admin/page-ics-export.php:139 core/class/wpbc-class-notices.php:25
1873
+ #: core/lib/wpbc_all_translations.php:299 core/sync/wpbc-gcal.php:398
1874
  #: inc/_bm/admin/page-cost-valuation.php:290 inc/_mu/multiuser.php:767
1875
  msgid "Warning!"
1876
  msgstr ""
1877
 
1878
+ #: core/admin/page-ics-export.php:141 core/lib/wpbc_all_translations.php:300
1879
  #, php-format
1880
  msgid "This feature require %s"
1881
  msgstr ""
1882
 
1883
  #: core/admin/page-ics-export.php:163 core/admin/page-ics-import.php:162
1884
+ #: core/lib/wpbc_all_translations.php:301 inc/_bl/admin/api-settings-l.php:162
1885
  #: inc/_bm/admin/api-settings-m.php:86 inc/_ps/form/class-wpbc-form-help.php:117
1886
  #: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
1887
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
1894
  #: inc/_ps/form/class-wpbc-form-help.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:460
1895
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:892
1896
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:831 inc/gateways/sage/wpbc-gw-sage.php:882
1897
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:810
1898
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1196
1899
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1203 js/wpbc-gutenberg.js:1170
1900
  #: js/wpbc-gutenberg.js:1256
1901
  msgid "Important!"
1902
  msgstr ""
1903
 
1904
  #: core/admin/page-ics-export.php:165 core/admin/page-ics-import.php:164
1905
+ #: core/lib/wpbc_all_translations.php:302
1906
  #, php-format
1907
  msgid "This feature require %s plugin. You can install %s plugin from this %spage%s."
1908
  msgstr ""
1909
 
1910
  #: core/admin/page-ics-export.php:177 core/admin/page-ics-export.php:240
1911
+ #: core/admin/page-ics-import.php:176 core/lib/wpbc_all_translations.php:303
1912
  msgid "How it works"
1913
  msgstr ""
1914
 
1915
  #: core/admin/page-ics-export.php:441 core/admin/page-ics-export.php:444
1916
+ #: core/lib/wpbc_all_translations.php:304
1917
  msgid ".ics feed URL"
1918
  msgstr ""
1919
 
1920
+ #: core/admin/page-ics-export.php:463 core/lib/wpbc_all_translations.php:305
1921
  #: inc/_ps/admin/br-table-export-feeds.php:69
1922
  msgid "Open in new window"
1923
  msgstr ""
1924
 
1925
+ #: core/admin/page-ics-export.php:465 core/lib/wpbc_all_translations.php:306
1926
  msgid "Please enter URL for generating .ics feed"
1927
  msgstr ""
1928
 
1929
+ #: core/admin/page-ics-export.php:468 core/lib/wpbc_all_translations.php:307
1930
  msgid "This .ics feed of bookings starting from today for 1 year"
1931
  msgstr ""
1932
 
1933
  #: core/admin/page-ics-general.php:68 core/admin/wpbc-toolbar-tiny.php:875
1934
  #: core/admin/wpbc-toolbar-tiny.php:1090 core/admin/wpbc-toolbar-tiny.php:1171
1935
+ #: core/lib/wpbc_all_translations.php:308 inc/_bm/admin/api-settings-m.php:60
1936
  #: inc/_ps/wpbc-booking-select-widget.php:188
1937
  msgid "None"
1938
  msgstr ""
1939
 
1940
+ #: core/admin/page-ics-general.php:101 core/lib/wpbc_all_translations.php:309
1941
  msgid "Event Title"
1942
  msgstr ""
1943
 
1944
  #: core/admin/page-ics-general.php:102 core/admin/page-ics-general.php:112
1945
+ #: core/admin/page-ics-general.php:122 core/lib/wpbc_all_translations.php:310
1946
  #, php-format
1947
  msgid "Select field for assigning to %sevent property%s"
1948
  msgstr ""
1949
 
1950
+ #: core/admin/page-ics-general.php:111 core/lib/wpbc_all_translations.php:311
1951
  msgid "Event Description (optional field)"
1952
  msgstr ""
1953
 
1954
+ #: core/admin/page-ics-general.php:121 core/lib/wpbc_all_translations.php:312
1955
  msgid "Location"
1956
  msgstr ""
1957
 
1958
  #: core/admin/page-ics-general.php:132 core/admin/wpbc-class-listing.php:206
1959
+ #: core/lib/wpbc_all_translations.php:313 core/sync/wpbc-gcal.php:314
1960
  #: inc/_bl/admin/activation-l.php:119 inc/_mu/multiuser.php:628 inc/_ps/admin/activation-p.php:45
1961
  msgid "Default"
1962
  msgstr ""
1963
 
1964
+ #: core/admin/page-ics-general.php:158 core/lib/wpbc_all_translations.php:314
1965
  #: core/sync/wpbc-gcal.php:309
1966
  msgid "Timezone"
1967
  msgstr ""
1968
 
1969
+ #: core/admin/page-ics-general.php:159 core/lib/wpbc_all_translations.php:315
1970
  #: core/sync/wpbc-gcal.php:343
1971
  msgid "Select a city in your required timezone, if you are having problems with dates and times."
1972
  msgstr ""
1973
 
1974
+ #: core/admin/page-ics-general.php:171 core/lib/wpbc_all_translations.php:316
1975
  #: inc/_bs/admin/api-settings-s.php:314
1976
  msgid "Use check in/out time"
1977
  msgstr ""
1978
 
1979
+ #: core/admin/page-ics-general.php:172 core/lib/wpbc_all_translations.php:317
1980
  msgid "Use check in/out time of plugin, during import .ics feeds"
1981
  msgstr ""
1982
 
1983
+ #: core/admin/page-ics-general.php:179 core/lib/wpbc_all_translations.php:318
1984
  msgid "Append check out day"
1985
  msgstr ""
1986
 
1987
+ #: core/admin/page-ics-general.php:180 core/lib/wpbc_all_translations.php:319
1988
  msgid "Append one check out day, during import .ics feeds, if activated using check in/out times"
1989
  msgstr ""
1990
 
1991
+ #: core/admin/page-ics-general.php:188 core/lib/wpbc_all_translations.php:320
1992
  msgid "Export only approved bookings"
1993
  msgstr ""
1994
 
1995
+ #: core/admin/page-ics-general.php:189 core/lib/wpbc_all_translations.php:321
1996
  msgid "Enable of export only approved bookings in .ics feeds"
1997
  msgstr ""
1998
 
1999
+ #: core/admin/page-ics-general.php:201 core/lib/wpbc_all_translations.php:322
2000
  msgid "Force import"
2001
  msgstr ""
2002
 
2003
+ #: core/admin/page-ics-general.php:202 core/lib/wpbc_all_translations.php:323
2004
  msgid "Import bookings without checking, if such bookings already have been imported."
2005
  msgstr ""
2006
 
2007
+ #: core/admin/page-ics-general.php:210 core/lib/wpbc_all_translations.php:324
2008
  msgid "Trash all imported bookings before new import"
2009
  msgstr ""
2010
 
2011
+ #: core/admin/page-ics-general.php:211 core/lib/wpbc_all_translations.php:325
2012
  msgid ""
2013
  "Move all previously imported bookings to trash before new import bookings. Its can resolve "
2014
  "issue of updating deleted and edited events in external sources. Its work only, if you are using "
2016
  msgstr ""
2017
 
2018
  #: core/admin/page-ics-general.php:281 core/admin/page-settings.php:74
2019
+ #: core/lib/wpbc_all_translations.php:326 inc/gateways/page-gateways.php:538
2020
  msgid "General"
2021
  msgstr ""
2022
 
2023
  #: core/admin/page-ics-general.php:282 core/admin/page-ics-general.php:283
2024
  #: core/admin/page-ics-general.php:390 core/admin/page-import-gcal.php:485
2025
  #: core/admin/page-settings.php:75 core/admin/page-settings.php:76
2026
+ #: core/lib/wpbc_all_translations.php:327 core/wpbc.php:188
2027
  msgid "General Settings"
2028
  msgstr ""
2029
 
2030
+ #: core/admin/page-ics-general.php:397 core/lib/wpbc_all_translations.php:328
2031
  msgid "Assign events fields to specific booking form field"
2032
  msgstr ""
2033
 
2034
  #: core/admin/page-ics-general.php:406 core/admin/page-settings.php:127
2035
+ #: core/admin/page-settings.php:263 core/lib/wpbc_all_translations.php:329
2036
  #: inc/_bl/admin/page-search.php:539 inc/_bl/admin/page-search.php:735
2037
  #: inc/_bl/admin/page-search.php:780 inc/_bl/wpbc-search-availability.php:167
2038
  #: inc/_bl/wpbc-search-availability.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:921
2039
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:915 inc/gateways/ipay88/wpbc-gw-ipay88.php:855
2040
  #: inc/gateways/paypal/wpbc-gw-paypal.php:1091 inc/gateways/sage/wpbc-gw-sage.php:904
2041
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1225
2042
  msgid "Advanced"
2043
  msgstr ""
2044
 
2045
+ #: core/admin/page-ics-import.php:62 core/lib/wpbc_all_translations.php:330
2046
  msgid "feeds"
2047
  msgstr ""
2048
 
2049
  #: core/admin/page-ics-import.php:438 core/admin/wpbc-sql.php:592
2050
+ #: core/admin/wpbc-toolbar-tiny.php:331 core/lib/wpbc_all_translations.php:331
2051
  #: inc/_bl/admin/page-coupons.php:1409 inc/_ps/p-toolbar.php:965 inc/_ps/p-toolbar.php:996
2052
  msgid "parent resource"
2053
  msgstr ""
2054
 
2055
+ #: core/admin/page-ics-import.php:460 core/lib/wpbc_all_translations.php:332
2056
  msgid "Enter URL to .ics feed"
2057
  msgstr ""
2058
 
2059
+ #: core/admin/page-ics-import.php:465 core/lib/wpbc_all_translations.php:333
2060
  msgid "Choose file"
2061
  msgstr ""
2062
 
2063
+ #: core/admin/page-ics-import.php:466 core/lib/wpbc_all_translations.php:334
2064
  msgid "Insert file URL"
2065
  msgstr ""
2066
 
2067
+ #: core/admin/page-ics-import.php:467 core/lib/wpbc_all_translations.php:335
2068
  msgid "Upload / Select "
2069
  msgstr ""
2070
 
2071
+ #: core/admin/page-ics-import.php:504 core/lib/wpbc_all_translations.php:336
2072
  msgid "What does .ics feeds import/export mean?"
2073
  msgstr ""
2074
 
2075
+ #: core/admin/page-ics-import.php:512 core/lib/wpbc_all_translations.php:337
2076
  #, php-format
2077
  msgid "Its useful, if you need to import/export bookings from/to external websites, like %s"
2078
  msgstr ""
2079
 
2080
+ #: core/admin/page-ics-import.php:520 core/lib/wpbc_all_translations.php:338
2081
  msgid "and any other calendar that uses .ics format"
2082
  msgstr ""
2083
 
2084
  #: core/admin/page-ics-import.php:534 core/class/wpbc-class-welcome.php:1010
2085
+ #: core/lib/wpbc_all_translations.php:339
2086
  #, php-format
2087
  msgid ""
2088
  ".ics - is a file format of iCalendar standard for exchanging calendar and scheduling information "
2090
  "calendars updated and synchronized."
2091
  msgstr ""
2092
 
2093
+ #: core/admin/page-ics-import.php:555 core/lib/wpbc_all_translations.php:340
2094
  msgid "Is it automatic process?"
2095
  msgstr ""
2096
 
2097
+ #: core/admin/page-ics-import.php:565 core/lib/wpbc_all_translations.php:341
2098
  msgid ""
2099
  "By default .ics import is not automatic process. You need to set up CRON script on your server "
2100
  "to periodically access front-end page(s) with import .ics feeds shortcodes."
2101
  msgstr ""
2102
 
2103
+ #: core/admin/page-ics-import.php:584 core/lib/wpbc_all_translations.php:342
2104
  msgid "How to start import of .ics feeds (files)?"
2105
  msgstr ""
2106
 
2107
  #: core/admin/page-ics-import.php:591 core/admin/page-ics-import.php:638
2108
+ #: core/lib/wpbc_all_translations.php:343
2109
  #, php-format
2110
  msgid "Install %s plugin."
2111
  msgstr ""
2112
 
2113
+ #: core/admin/page-ics-import.php:595 core/lib/wpbc_all_translations.php:344
2114
  #, php-format
2115
  msgid ""
2116
  "Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode "
2117
  "configuration%s"
2118
  msgstr ""
2119
 
2120
+ #: core/admin/page-ics-import.php:604 core/lib/wpbc_all_translations.php:345
2121
  #, php-format
2122
  msgid ""
2123
  "Using such shortcodes in pages give a great flexibility to import from different .ics feeds "
2125
  "accessing such different pages with different time intervals."
2126
  msgstr ""
2127
 
2128
+ #: core/admin/page-ics-import.php:613 core/lib/wpbc_all_translations.php:346
2129
  msgid "Or you can import .ics feed or file directly at current page."
2130
  msgstr ""
2131
 
2132
+ #: core/admin/page-ics-import.php:620 core/lib/wpbc_all_translations.php:347
2133
  #, php-format
2134
  msgid ""
2135
  "If you have inserted import shortcodes from %s, then you can configure your CRON for "
2136
  "periodically access these pages and import .ics feeds."
2137
  msgstr ""
2138
 
2139
+ #: core/admin/page-ics-import.php:631 core/lib/wpbc_all_translations.php:348
2140
  msgid "How to start export of .ics feeds (files)?"
2141
  msgstr ""
2142
 
2143
+ #: core/admin/page-ics-import.php:642 core/lib/wpbc_all_translations.php:349
2144
  msgid "Configure ULR feed(s) at this settings page."
2145
  msgstr ""
2146
 
2147
+ #: core/admin/page-ics-import.php:647 core/lib/wpbc_all_translations.php:350
2148
  #, php-format
2149
  msgid ""
2150
  "Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more "
2152
  "website."
2153
  msgstr ""
2154
 
2155
+ #: core/admin/page-ics-import.php:656 core/lib/wpbc_all_translations.php:351
2156
  msgid "Visit these (previously configured URL feeds) pages for downloading .ics files."
2157
  msgstr ""
2158
 
2159
+ #: core/admin/page-ics-import.php:711 core/lib/wpbc_all_translations.php:352
2160
  #: core/sync/wpbc-gcal-class.php:492 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:441
2161
  msgid "Done"
2162
  msgstr ""
2163
 
2164
+ #: core/admin/page-import-gcal.php:60 core/lib/wpbc_all_translations.php:353
2165
  msgid "Activate auto import"
2166
  msgstr ""
2167
 
2168
+ #: core/admin/page-import-gcal.php:61 core/lib/wpbc_all_translations.php:354
2169
  #, php-format
2170
  msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
2171
  msgstr ""
2172
 
2173
  #: core/admin/page-import-gcal.php:71 core/admin/wpbc-toolbars.php:567
2174
+ #: core/admin/wpbc-toolbars.php:801 core/lib/wpbc_all_translations.php:355 core/wpbc-emails.php:208
2175
  #: inc/_bm/admin/page-cost-advanced.php:461 inc/_bm/admin/page-cost-deposit.php:223
2176
  #: inc/_bm/admin/page-cost-early-late-booking.php:230
2177
  #: inc/_bm/admin/page-cost-early-late-booking.php:428 inc/_bm/admin/page-cost-valuation.php:346
2186
  #: core/admin/wpbc-toolbars.php:571 core/admin/wpbc-toolbars.php:572
2187
  #: core/admin/wpbc-toolbars.php:802 core/admin/wpbc-toolbars.php:803
2188
  #: core/admin/wpbc-toolbars.php:804 core/admin/wpbc-toolbars.php:805
2189
+ #: core/admin/wpbc-toolbars.php:806 core/lib/wpbc_all_translations.php:356
2190
  #: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:94
2191
  #: inc/_bm/admin/page-cost-deposit.php:225 inc/_bm/admin/page-cost-early-late-booking.php:228
2192
  #: inc/_bm/admin/page-cost-early-late-booking.php:430 inc/_bm/admin/page-cost-valuation.php:190
2197
  msgid "days"
2198
  msgstr ""
2199
 
2200
+ #: core/admin/page-import-gcal.php:78 core/lib/wpbc_all_translations.php:357
2201
  msgid "Import events every"
2202
  msgstr ""
2203
 
2204
+ #: core/admin/page-import-gcal.php:79 core/lib/wpbc_all_translations.php:358
2205
  msgid "Select time duration of import requests."
2206
  msgstr ""
2207
 
2208
+ #: core/admin/page-import-gcal.php:95 core/lib/wpbc_all_translations.php:359
2209
  msgid "Google API Key"
2210
  msgstr ""
2211
 
2212
+ #: core/admin/page-import-gcal.php:96 core/lib/wpbc_all_translations.php:360
2213
  msgid "Please enter your Google API key. This field required to import events."
2214
  msgstr ""
2215
 
2216
+ #: core/admin/page-import-gcal.php:98 core/lib/wpbc_all_translations.php:361
2217
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:369
2218
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:407
2219
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:438 inc/gateways/ideal/wpbc-gw-ideal.php:423
2220
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:478 inc/gateways/ideal/wpbc-gw-ideal.php:482
2221
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:399 inc/gateways/paypal/wpbc-gw-paypal.php:550
2222
+ #: inc/gateways/sage/wpbc-gw-sage.php:508 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:596
2223
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:761
2224
  msgid "Note:"
2225
  msgstr ""
2226
 
2227
+ #: core/admin/page-import-gcal.php:99 core/lib/wpbc_all_translations.php:362
2228
  #, php-format
2229
  msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
2230
  msgstr ""
2231
 
2232
+ #: core/admin/page-import-gcal.php:120 core/lib/wpbc_all_translations.php:363
2233
  #: inc/_ps/admin/br-table-import-gcal-p.php:148
2234
  msgid "Google Calendar ID"
2235
  msgstr ""
2236
 
2237
+ #: core/admin/page-import-gcal.php:138 core/lib/wpbc_all_translations.php:364
2238
  #: core/sync/wpbc-gcal.php:295
2239
  msgid "Maximum number"
2240
  msgstr ""
2241
 
2242
+ #: core/admin/page-import-gcal.php:139 core/lib/wpbc_all_translations.php:365
2243
  #: core/sync/wpbc-gcal.php:298
2244
  msgid "You can specify the maximum number of events to import during one session."
2245
  msgstr ""
2246
 
2247
  #: core/admin/page-import-gcal.php:148 core/admin/page-import-gcal.php:230
2248
+ #: core/lib/wpbc_all_translations.php:366 core/sync/wpbc-gcal.php:184 core/sync/wpbc-gcal.php:248
2249
  msgid "Now"
2250
  msgstr ""
2251
 
2252
  #: core/admin/page-import-gcal.php:149 core/admin/page-import-gcal.php:231
2253
+ #: core/lib/wpbc_all_translations.php:367 core/sync/wpbc-gcal.php:185 core/sync/wpbc-gcal.php:249
2254
  msgid "00:00 today"
2255
  msgstr ""
2256
 
2257
  #: core/admin/page-import-gcal.php:150 core/admin/page-import-gcal.php:232
2258
+ #: core/lib/wpbc_all_translations.php:368 core/sync/wpbc-gcal.php:186 core/sync/wpbc-gcal.php:250
2259
  msgid "Start of current week"
2260
  msgstr ""
2261
 
2262
  #: core/admin/page-import-gcal.php:151 core/admin/page-import-gcal.php:233
2263
+ #: core/lib/wpbc_all_translations.php:369 core/sync/wpbc-gcal.php:187 core/sync/wpbc-gcal.php:251
2264
  msgid "Start of current month"
2265
  msgstr ""
2266
 
2267
  #: core/admin/page-import-gcal.php:152 core/admin/page-import-gcal.php:234
2268
+ #: core/lib/wpbc_all_translations.php:370 core/sync/wpbc-gcal.php:188 core/sync/wpbc-gcal.php:252
2269
  msgid "End of current month"
2270
  msgstr ""
2271
 
2272
+ #: core/admin/page-import-gcal.php:153 core/lib/wpbc_all_translations.php:371
2273
  #: core/sync/wpbc-gcal.php:189
2274
  msgid "The start of time"
2275
  msgstr ""
2276
 
2277
  #: core/admin/page-import-gcal.php:154 core/admin/page-import-gcal.php:236
2278
+ #: core/lib/wpbc_all_translations.php:372 core/sync/wpbc-gcal.php:190 core/sync/wpbc-gcal.php:254
2279
  msgid "Specific date / time"
2280
  msgstr ""
2281
 
2282
+ #: core/admin/page-import-gcal.php:160 core/lib/wpbc_all_translations.php:373
2283
  #: core/sync/wpbc-gcal.php:197
2284
  msgid "Select option, when to start retrieving events."
2285
  msgstr ""
2286
 
2287
  #: core/admin/page-import-gcal.php:175 core/admin/page-import-gcal.php:257
2288
+ #: core/lib/wpbc_all_translations.php:374 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2289
  msgid "Offset"
2290
  msgstr ""
2291
 
2292
  #: core/admin/page-import-gcal.php:176 core/admin/page-import-gcal.php:258
2293
+ #: core/lib/wpbc_all_translations.php:375 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2294
  msgid "Enter date / time"
2295
  msgstr ""
2296
 
2297
  #: core/admin/page-import-gcal.php:194 core/admin/page-import-gcal.php:276
2298
+ #: core/lib/wpbc_all_translations.php:376 core/sync/wpbc-gcal.php:205 core/sync/wpbc-gcal.php:269
2299
  msgid "seconds"
2300
  msgstr ""
2301
 
2302
  #: core/admin/page-import-gcal.php:216 core/admin/page-import-gcal.php:298
2303
+ #: core/lib/wpbc_all_translations.php:377 core/sync/wpbc-gcal.php:215
2304
  msgid ""
2305
  "You can specify an additional offset from you chosen start point. The offset can be negative."
2306
  msgstr ""
2307
 
2308
  #: core/admin/page-import-gcal.php:219 core/admin/page-import-gcal.php:301
2309
+ #: core/lib/wpbc_all_translations.php:378 core/sync/wpbc-gcal.php:218 core/sync/wpbc-gcal.php:282
2310
  #, php-format
2311
  msgid "Type your date in format %s. Example: %s"
2312
  msgstr ""
2313
 
2314
+ #: core/admin/page-import-gcal.php:235 core/lib/wpbc_all_translations.php:379
2315
  #: core/sync/wpbc-gcal.php:253
2316
  msgid "The end of time"
2317
  msgstr ""
2318
 
2319
  #: core/admin/page-import-gcal.php:241 core/admin/wpbc-toolbar-tiny.php:614
2320
+ #: core/lib/wpbc_all_translations.php:380 core/sync/wpbc-gcal.php:235
2321
  msgid "Until"
2322
  msgstr ""
2323
 
2324
+ #: core/admin/page-import-gcal.php:242 core/lib/wpbc_all_translations.php:381
2325
  #: core/sync/wpbc-gcal.php:261
2326
  msgid "Select option, when to stop retrieving events."
2327
  msgstr ""
2328
 
2329
+ #: core/admin/page-import-gcal.php:318 core/lib/wpbc_all_translations.php:382
2330
  msgid "To get Google Calendar API key please follow this instruction"
2331
  msgstr ""
2332
 
2333
+ #: core/admin/page-import-gcal.php:320 core/lib/wpbc_all_translations.php:383
2334
  #, php-format
2335
  msgid "Go to Google Developer Console: %s."
2336
  msgstr ""
2337
 
2338
+ #: core/admin/page-import-gcal.php:321 core/lib/wpbc_all_translations.php:384
2339
  msgid "Give your project a name and click \"Create\"."
2340
  msgstr ""
2341
 
2342
+ #: core/admin/page-import-gcal.php:322 core/lib/wpbc_all_translations.php:385
2343
  msgid "In the sidebar click on \"APIs & auth\"."
2344
  msgstr ""
2345
 
2346
+ #: core/admin/page-import-gcal.php:323 core/lib/wpbc_all_translations.php:386
2347
  msgid "Click APIs and make sure \"Calendar API\" is set to ON."
2348
  msgstr ""
2349
 
2350
+ #: core/admin/page-import-gcal.php:324 core/lib/wpbc_all_translations.php:387
2351
  msgid "Now click on \"Credentials\" in the sidebar."
2352
  msgstr ""
2353
 
2354
+ #: core/admin/page-import-gcal.php:325 core/lib/wpbc_all_translations.php:388
2355
  msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
2356
  msgstr ""
2357
 
2358
+ #: core/admin/page-import-gcal.php:326 core/lib/wpbc_all_translations.php:389
2359
  msgid "On the popup click the button \"Server Key\" and click \"Create\"."
2360
  msgstr ""
2361
 
2362
+ #: core/admin/page-import-gcal.php:327 core/lib/wpbc_all_translations.php:390
2363
  #, php-format
2364
  msgid ""
2365
  "You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
2366
  "%sGoogle API Key%s field at this page."
2367
  msgstr ""
2368
 
2369
+ #: core/admin/page-import-gcal.php:330 core/lib/wpbc_all_translations.php:391
2370
  msgid "Set Your Calendar to Public"
2371
  msgstr ""
2372
 
2373
  #: core/admin/page-import-gcal.php:332 core/admin/page-import-gcal.php:340
2374
+ #: core/lib/wpbc_all_translations.php:392
2375
  msgid "Navigate to your Google calendars."
2376
  msgstr ""
2377
 
2378
  #: core/admin/page-import-gcal.php:333 core/admin/page-import-gcal.php:341
2379
+ #: core/lib/wpbc_all_translations.php:393
2380
  msgid "Open the settings for the calendar."
2381
  msgstr ""
2382
 
2383
+ #: core/admin/page-import-gcal.php:334 core/lib/wpbc_all_translations.php:394
2384
  msgid "Click the \"Share this Calendar\" link."
2385
  msgstr ""
2386
 
2387
+ #: core/admin/page-import-gcal.php:335 core/lib/wpbc_all_translations.php:395
2388
  msgid "Click the checkbox to make calendar public. Do not check the other option."
2389
  msgstr ""
2390
 
2391
+ #: core/admin/page-import-gcal.php:338 core/lib/wpbc_all_translations.php:396
2392
  msgid "Find Your Calendar ID"
2393
  msgstr ""
2394
 
2395
+ #: core/admin/page-import-gcal.php:342 core/lib/wpbc_all_translations.php:397
2396
  #, php-format
2397
  msgid ""
2398
  "Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
2400
  msgstr ""
2401
 
2402
  #: core/admin/page-import-gcal.php:407 core/admin/page-import-gcal.php:408
2403
+ #: core/admin/page-import-gcal.php:409 core/lib/wpbc_all_translations.php:398
2404
  #: core/sync/wpbc-gcal.php:443 core/sync/wpbc-gcal.php:466
2405
  msgid "Import Google Calendar Events"
2406
  msgstr ""
2407
 
2408
  #: core/admin/page-import-gcal.php:487 core/admin/page-import-gcal.php:534
2409
+ #: core/lib/wpbc_all_translations.php:399
2410
  msgid "Auto import events"
2411
  msgstr ""
2412
 
2413
  #: core/admin/page-import-gcal.php:489 core/admin/page-import-gcal.php:542
2414
+ #: core/lib/wpbc_all_translations.php:400
2415
  msgid "Default settings for retrieving events"
2416
  msgstr ""
2417
 
2418
+ #: core/admin/page-import-gcal.php:525 core/lib/wpbc_all_translations.php:401
2419
  msgid "Google Calendar - General Settings"
2420
  msgstr ""
2421
 
2422
  #: core/admin/page-settings.php:88 core/admin/page-settings.php:209
2423
+ #: core/admin/wpbc-toolbar-tiny.php:242 core/lib/wpbc_all_translations.php:402
2424
  #: inc/_ps/form/class-wpbc-form-help.php:115
2425
  msgid "Calendar"
2426
  msgstr ""
2427
 
2428
  #: core/admin/page-settings.php:99 core/admin/page-settings.php:221
2429
+ #: core/lib/wpbc_all_translations.php:403 core/wpbc-functions.php:1954
2430
  #: inc/_bm/admin/page-availability.php:47 inc/_bm/admin/page-availability.php:504
2431
  #: inc/_bm/admin/page-availability.php:596 inc/_bm/admin/page-availability.php:597
2432
  #: inc/_ps/wpbc-form-templates.php:307 inc/_ps/wpbc-form-templates.php:333
2435
  msgstr ""
2436
 
2437
  #: core/admin/page-settings.php:109 core/admin/page-settings.php:235
2438
+ #: core/lib/wpbc_all_translations.php:404
2439
  msgid "Booking Admin Panel"
2440
  msgstr ""
2441
 
2442
  #: core/admin/page-settings.php:114 core/admin/page-settings.php:242
2443
+ #: core/lib/wpbc_all_translations.php:405 js/wpbc-gutenberg.js:743
2444
  msgid "Timeline"
2445
  msgstr ""
2446
 
2447
+ #: core/admin/page-settings.php:122 core/lib/wpbc_all_translations.php:406
2448
  msgid "Auto cancellation / approval"
2449
  msgstr ""
2450
 
2451
  #: core/admin/page-settings.php:132 core/admin/page-settings.php:279
2452
+ #: core/lib/wpbc_all_translations.php:407
2453
  msgid "Plugin Menu"
2454
  msgstr ""
2455
 
2456
+ #: core/admin/page-settings.php:137 core/lib/wpbc_all_translations.php:408
2457
  msgid "Uninstall"
2458
  msgstr ""
2459
 
2460
+ #: core/admin/page-settings.php:254 core/lib/wpbc_all_translations.php:409
2461
  msgid "Auto cancellation / auto approval of bookings"
2462
  msgstr ""
2463
 
2464
+ #: core/admin/page-settings.php:272 core/lib/wpbc_all_translations.php:410
2465
  msgid "Information"
2466
  msgstr ""
2467
 
2468
+ #: core/admin/page-settings.php:286 core/lib/wpbc_all_translations.php:411
2469
  msgid "Uninstall / deactivation"
2470
  msgstr ""
2471
 
2472
  #: core/admin/page-up.php:38 core/admin/wpbc-dashboard.php:505
2473
+ #: core/lib/wpbc_all_translations.php:412 inc/_ps/admin/page-settings-up.php:38
2474
  msgid "Upgrade"
2475
  msgstr ""
2476
 
2477
  #: core/admin/wpbc-class-listing.php:103 core/admin/wpbc-toolbar-tiny.php:1520
2478
+ #: core/admin/wpbc-toolbar-tiny.php:1529 core/lib/wpbc_all_translations.php:413
2479
  #: inc/_bl/admin/page-coupons.php:1003 inc/_bl/admin/page-coupons.php:1005
2480
  #: inc/_bl/wpbc-search-availability.php:669 inc/_bl/wpdev-booking-search-widget.php:75
2481
  #: inc/_bm/admin/page-availability.php:814 inc/_bm/admin/page-cost-deposit.php:81
2485
  msgid "Nothing Found"
2486
  msgstr ""
2487
 
2488
+ #: core/admin/wpbc-class-listing.php:125 core/lib/wpbc_all_translations.php:414
2489
  #: inc/_ps/wpbc-print.php:83
2490
  msgid "Labels"
2491
  msgstr ""
2492
 
2493
+ #: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:415
2494
  msgid "Booking Data"
2495
  msgstr ""
2496
 
2497
+ #: core/admin/wpbc-class-listing.php:130 core/lib/wpbc_all_translations.php:416
2498
  msgid "Booking Dates"
2499
  msgstr ""
2500
 
2501
+ #: core/admin/wpbc-class-listing.php:133 core/lib/wpbc_all_translations.php:417
2502
  msgid "Show ALL dates of booking"
2503
  msgstr ""
2504
 
2505
+ #: core/admin/wpbc-class-listing.php:139 core/lib/wpbc_all_translations.php:418
2506
  msgid "Show only check in/out dates"
2507
  msgstr ""
2508
 
2509
+ #: core/admin/wpbc-class-listing.php:221 core/lib/wpbc_all_translations.php:419
2510
  msgid "Resource not exist"
2511
  msgstr ""
2512
 
2513
+ #: core/admin/wpbc-class-listing.php:252 core/lib/wpbc_all_translations.php:420
2514
  #: inc/_bs/lib_s.php:296 inc/_bs/lib_s.php:311
2515
  msgid "Unknown"
2516
  msgstr ""
2517
 
2518
  #: core/admin/wpbc-class-listing.php:331 core/admin/wpbc-toolbars.php:765
2519
+ #: core/lib/wpbc_all_translations.php:421
2520
  msgid "In Trash / Rejected"
2521
  msgstr ""
2522
 
2523
+ #: core/admin/wpbc-class-listing.php:334 core/lib/wpbc_all_translations.php:422
2524
  msgid "Imported"
2525
  msgstr ""
2526
 
2527
+ #: core/admin/wpbc-class-listing.php:398 core/lib/wpbc_all_translations.php:423
2528
  msgid "Reject - move to trash"
2529
  msgstr ""
2530
 
2531
  #: core/admin/wpbc-class-listing.php:404 core/admin/wpbc-toolbars.php:1011
2532
+ #: core/lib/wpbc_all_translations.php:424 core/timeline/v2/wpbc-class-timeline_v2.php:2666
2533
  msgid "Restore"
2534
  msgstr ""
2535
 
2536
+ #: core/admin/wpbc-class-listing.php:408 core/lib/wpbc_all_translations.php:425
2537
  msgid "Do you really want to delete this booking ?"
2538
  msgstr ""
2539
 
2540
+ #: core/admin/wpbc-class-listing.php:410 core/lib/wpbc_all_translations.php:426
2541
  #: inc/_bl/admin/page-coupons.php:814 inc/_bm/admin/page-seasons.php:608
2542
  msgid "Completely Delete"
2543
  msgstr ""
2544
 
2545
  #: core/admin/wpbc-class-listing.php:419 core/admin/wpbc-toolbars.php:949
2546
+ #: core/lib/wpbc_all_translations.php:427 core/timeline/v2/wpbc-class-timeline_v2.php:2676
2547
  msgid "Approve"
2548
  msgstr ""
2549
 
2550
  #: core/admin/wpbc-class-listing.php:424 core/admin/wpbc-toolbars.php:967
2551
+ #: core/lib/wpbc_all_translations.php:428
2552
  msgid "Do you really want to set booking as pending ?"
2553
  msgstr ""
2554
 
2555
+ #: core/admin/wpbc-class-listing.php:435 core/lib/wpbc_all_translations.php:429
2556
  #: inc/_bs/lib_s.php:339
2557
  msgid "Created"
2558
  msgstr ""
2559
 
2560
  #: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:227
2561
+ #: core/lib/wpbc_all_translations.php:430 core/lib/wpdev-booking-widget.php:14
2562
  #: core/wpbc-functions.php:1850 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
2563
  #: core/wpbc.php:189
2564
  msgid "Booking Calendar"
2565
  msgstr ""
2566
 
2567
  #: core/admin/wpbc-dashboard.php:319 core/admin/wpbc-dashboard.php:333
2568
+ #: core/lib/wpbc_all_translations.php:431
2569
  msgid "Video guide"
2570
  msgstr ""
2571
 
2572
+ #: core/admin/wpbc-dashboard.php:344 core/lib/wpbc_all_translations.php:432
2573
  msgid "Support"
2574
  msgstr ""
2575
 
2576
+ #: core/admin/wpbc-dashboard.php:355 core/lib/wpbc_all_translations.php:433
2577
  msgid "Getting Started"
2578
  msgstr ""
2579
 
2580
+ #: core/admin/wpbc-dashboard.php:359 core/lib/wpbc_all_translations.php:434
2581
  msgid "Help Info"
2582
  msgstr ""
2583
 
2584
  #: core/admin/wpbc-dashboard.php:362 core/admin/wpbc-toolbars.php:441
2585
+ #: core/lib/wpbc_all_translations.php:435
2586
  msgid "FAQ"
2587
  msgstr ""
2588
 
2589
+ #: core/admin/wpbc-dashboard.php:365 core/lib/wpbc_all_translations.php:436
2590
  msgid "Contact email"
2591
  msgstr ""
2592
 
2593
+ #: core/admin/wpbc-dashboard.php:368 core/lib/wpbc_all_translations.php:437
2594
  msgid "Rate plugin (thanks:)"
2595
  msgstr ""
2596
 
2597
+ #: core/admin/wpbc-dashboard.php:446 core/lib/wpbc_all_translations.php:438
2598
  msgid "Current version"
2599
  msgstr ""
2600
 
2601
+ #: core/admin/wpbc-dashboard.php:451 core/lib/wpbc_all_translations.php:439
2602
  msgid "Demo"
2603
  msgstr ""
2604
 
2605
+ #: core/admin/wpbc-dashboard.php:455 core/lib/wpbc_all_translations.php:440
2606
  msgid "Version"
2607
  msgstr ""
2608
 
2609
+ #: core/admin/wpbc-dashboard.php:475 core/lib/wpbc_all_translations.php:441
2610
  msgid "Used for"
2611
  msgstr ""
2612
 
2613
+ #: core/admin/wpbc-dashboard.php:484 core/lib/wpbc_all_translations.php:442
2614
  msgid "websites"
2615
  msgstr ""
2616
 
2617
+ #: core/admin/wpbc-dashboard.php:486 core/lib/wpbc_all_translations.php:443
2618
  msgid "website"
2619
  msgstr ""
2620
 
2621
+ #: core/admin/wpbc-dashboard.php:492 core/lib/wpbc_all_translations.php:444
2622
  msgid "Release date"
2623
  msgstr ""
2624
 
2625
+ #: core/admin/wpbc-dashboard.php:507 core/lib/wpbc_all_translations.php:445
2626
  msgid "Explore Premium Features"
2627
  msgstr ""
2628
 
2629
+ #: core/admin/wpbc-dashboard.php:525 core/lib/wpbc_all_translations.php:446
2630
  msgid "Statistic"
2631
  msgstr ""
2632
 
2633
+ #: core/admin/wpbc-dashboard.php:529 core/lib/wpbc_all_translations.php:447
2634
  msgid "New (unverified) booking(s)"
2635
  msgstr ""
2636
 
2637
+ #: core/admin/wpbc-dashboard.php:533 core/lib/wpbc_all_translations.php:448
2638
  msgid "Pending booking(s)"
2639
  msgstr ""
2640
 
2641
+ #: core/admin/wpbc-dashboard.php:538 core/lib/wpbc_all_translations.php:449
2642
  msgid "Agenda"
2643
  msgstr ""
2644
 
2645
+ #: core/admin/wpbc-dashboard.php:542 core/lib/wpbc_all_translations.php:450
2646
  msgid "New booking(s) made today"
2647
  msgstr ""
2648
 
2649
+ #: core/admin/wpbc-dashboard.php:546 core/lib/wpbc_all_translations.php:451
2650
  msgid "Bookings for today"
2651
  msgstr ""
2652
 
2653
  #: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2463
2654
+ #: core/lib/wpbc_all_translations.php:452
2655
  msgid "Insert booking calendar"
2656
  msgstr ""
2657
 
2658
  #: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2464
2659
+ #: core/lib/wpbc_all_translations.php:453
2660
  msgid "Booking calendar"
2661
  msgstr ""
2662
 
2663
+ #: core/admin/wpbc-toolbar-tiny.php:225 core/lib/wpbc_all_translations.php:454
2664
  msgid "Insert Shortcode"
2665
  msgstr ""
2666
 
2667
+ #: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:455
2668
  #: inc/_ps/admin/api-settings-p.php:197
2669
  msgid "TimeLine"
2670
  msgstr ""
2671
 
2672
+ #: core/admin/wpbc-toolbar-tiny.php:244 core/lib/wpbc_all_translations.php:456
2673
  msgid "Resources Selection"
2674
  msgstr ""
2675
 
2676
+ #: core/admin/wpbc-toolbar-tiny.php:246 core/lib/wpbc_all_translations.php:457
2677
  #: core/wpbc-functions.php:2017 inc/_bl/admin/page-search.php:353 inc/_bl/biz_l.php:774
2678
  #: inc/_bl/biz_l.php:789
2679
  msgid "Search"
2680
  msgstr ""
2681
 
2682
+ #: core/admin/wpbc-toolbar-tiny.php:247 core/lib/wpbc_all_translations.php:458
2683
  msgid "Only Form"
2684
  msgstr ""
2685
 
2686
+ #: core/admin/wpbc-toolbar-tiny.php:250 core/lib/wpbc_all_translations.php:459
2687
  #: inc/_ps/form/class-wpbc-form-help.php:754
2688
  msgid "Other"
2689
  msgstr ""
2690
 
2691
+ #: core/admin/wpbc-toolbar-tiny.php:298 core/lib/wpbc_all_translations.php:460
2692
  msgid "Insert into page"
2693
  msgstr ""
2694
 
2695
  #: core/admin/wpbc-toolbar-tiny.php:371 core/admin/wpbc-toolbar-tiny.php:1151
2696
+ #: core/lib/wpbc_all_translations.php:461 core/wpbc.php:177 inc/_ps/admin/page-resources.php:40
2697
  #: inc/_ps/p-toolbar.php:736
2698
  msgid "Booking resources"
2699
  msgstr ""
2700
 
2701
+ #: core/admin/wpbc-toolbar-tiny.php:372 core/lib/wpbc_all_translations.php:462
2702
  msgid "Select booking resources. Please use CTRL to select multiple booking resources."
2703
  msgstr ""
2704
 
2705
+ #: core/admin/wpbc-toolbar-tiny.php:406 core/lib/wpbc_all_translations.php:463
2706
  #: js/wpbc-gutenberg.js:800
2707
  msgid "View mode"
2708
  msgstr ""
2709
 
2710
+ #: core/admin/wpbc-toolbar-tiny.php:407 core/lib/wpbc_all_translations.php:464
2711
  msgid "Select type of view format"
2712
  msgstr ""
2713
 
2714
  #: core/admin/wpbc-toolbar-tiny.php:429 core/admin/wpbc-toolbar-tiny.php:438
2715
+ #: core/admin/wpbc-toolbars.php:785 core/lib/wpbc_all_translations.php:465
2716
  msgid "All bookings"
2717
  msgstr ""
2718
 
2719
+ #: core/admin/wpbc-toolbar-tiny.php:461 core/lib/wpbc_all_translations.php:466
2720
  msgid "Select number of months to scroll after loading"
2721
  msgstr ""
2722
 
2723
+ #: core/admin/wpbc-toolbar-tiny.php:482 core/lib/wpbc_all_translations.php:467
2724
  #: js/wpbc-gutenberg.js:806
2725
  msgid "Number of days to scroll"
2726
  msgstr ""
2727
 
2728
+ #: core/admin/wpbc-toolbar-tiny.php:483 core/lib/wpbc_all_translations.php:468
2729
  msgid "Select number of days to scroll after loading"
2730
  msgstr ""
2731
 
2732
  #: core/admin/wpbc-toolbar-tiny.php:503 core/admin/wpbc-toolbars.php:1503
2733
+ #: core/lib/wpbc_all_translations.php:469 js/wpbc-gutenberg.js:812
2734
  msgid "Start Date"
2735
  msgstr ""
2736
 
2737
+ #: core/admin/wpbc-toolbar-tiny.php:581 core/lib/wpbc_all_translations.php:470
2738
  msgid "Select start date"
2739
  msgstr ""
2740
 
2741
  #: core/admin/wpbc-toolbar-tiny.php:674 core/admin/wpbc-toolbar-tiny.php:917
2742
  #: core/admin/wpbc-toolbar-tiny.php:1591 core/admin/wpbc-toolbar-tiny.php:1783
2743
+ #: core/lib/wpbc_all_translations.php:471 core/lib/wpdev-booking-widget.php:118
2744
  #: inc/_ps/admin/br-table-import-gcal-p.php:170 inc/_ps/p-toolbar.php:937
2745
  #: inc/_ps/wpbc-booking-select-widget.php:153 js/wpbc-gutenberg.js:606 js/wpbc-gutenberg.js:696
2746
  #: js/wpbc-gutenberg.js:963 js/wpbc-gutenberg.js:1329
2749
 
2750
  #: core/admin/wpbc-toolbar-tiny.php:675 core/admin/wpbc-toolbar-tiny.php:918
2751
  #: core/admin/wpbc-toolbar-tiny.php:1592 core/admin/wpbc-toolbar-tiny.php:1784
2752
+ #: core/lib/wpbc_all_translations.php:472 inc/_ps/admin/br-table-import-gcal-p.php:184
2753
  msgid "Select booking resource"
2754
  msgstr ""
2755
 
2756
  #: core/admin/wpbc-toolbar-tiny.php:699 core/admin/wpbc-toolbar-tiny.php:1200
2757
+ #: core/admin/wpbc-toolbar-tiny.php:1616 core/lib/wpbc_all_translations.php:473
2758
  #: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
2759
  msgid "Select default custom booking form"
2760
  msgstr ""
2761
 
2762
  #: core/admin/wpbc-toolbar-tiny.php:710 core/admin/wpbc-toolbar-tiny.php:940
2763
  #: core/admin/wpbc-toolbar-tiny.php:1288 core/admin/wpbc-toolbars.php:1618
2764
+ #: core/lib/wpbc_all_translations.php:474 core/lib/wpdev-booking-widget.php:135
2765
  #: inc/_ps/wpbc-booking-select-widget.php:201
2766
  msgid "Visible months"
2767
  msgstr ""
2768
 
2769
  #: core/admin/wpbc-toolbar-tiny.php:711 core/admin/wpbc-toolbar-tiny.php:941
2770
+ #: core/admin/wpbc-toolbar-tiny.php:1289 core/lib/wpbc_all_translations.php:475
2771
  msgid "Select number of month to show for calendar."
2772
  msgstr ""
2773
 
2774
  #: core/admin/wpbc-toolbar-tiny.php:731 core/admin/wpbc-toolbar-tiny.php:961
2775
+ #: core/admin/wpbc-toolbar-tiny.php:1307 core/lib/wpbc_all_translations.php:476
2776
  msgid "Start month:"
2777
  msgstr ""
2778
 
2779
  #: core/admin/wpbc-toolbar-tiny.php:789 core/admin/wpbc-toolbar-tiny.php:1019
2780
+ #: core/admin/wpbc-toolbar-tiny.php:1365 core/lib/wpbc_all_translations.php:477
2781
  msgid "Select start month of calendar"
2782
  msgstr ""
2783
 
2784
  #: core/admin/wpbc-toolbar-tiny.php:796 core/admin/wpbc-toolbar-tiny.php:1026
2785
+ #: core/admin/wpbc-toolbar-tiny.php:1258 core/lib/wpbc_all_translations.php:478
2786
  msgid "Show advanced settings"
2787
  msgstr ""
2788
 
2789
  #: core/admin/wpbc-toolbar-tiny.php:797 core/admin/wpbc-toolbar-tiny.php:1027
2790
+ #: core/admin/wpbc-toolbar-tiny.php:1259 core/lib/wpbc_all_translations.php:479
2791
  msgid "Hide advanced settings"
2792
  msgstr ""
2793
 
2794
  #: core/admin/wpbc-toolbar-tiny.php:807 core/admin/wpbc-toolbar-tiny.php:1037
2795
+ #: core/admin/wpbc-toolbar-tiny.php:1269 core/lib/wpbc_all_translations.php:480
2796
  #, php-format
2797
  msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
2798
  msgstr ""
2799
 
2800
  #: core/admin/wpbc-toolbar-tiny.php:808 core/admin/wpbc-toolbar-tiny.php:1038
2801
+ #: core/lib/wpbc_all_translations.php:481
2802
  #, php-format
2803
  msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
2804
  msgstr ""
2805
 
2806
  #: core/admin/wpbc-toolbar-tiny.php:818 core/admin/wpbc-toolbar-tiny.php:1048
2807
  #: core/admin/wpbc-toolbar-tiny.php:1372 core/admin/wpbc-toolbars.php:242
2808
+ #: core/lib/wpbc_all_translations.php:482 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
2809
  #: inc/_ps/form/class-wpbc-field-help-select.php:111 js/wpbc-gutenberg.js:621
2810
  #: js/wpbc-gutenberg.js:708 js/wpbc-gutenberg.js:904
2811
  msgid "Options"
2812
  msgstr ""
2813
 
2814
  #: core/admin/wpbc-toolbar-tiny.php:839 core/admin/wpbc-toolbar-tiny.php:1069
2815
+ #: core/admin/wpbc-toolbar-tiny.php:1393 core/lib/wpbc_all_translations.php:483
2816
  #, php-format
2817
  msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
2818
  msgstr ""
2819
 
2820
  #: core/admin/wpbc-toolbar-tiny.php:843 core/admin/wpbc-toolbar-tiny.php:1073
2821
+ #: core/admin/wpbc-toolbar-tiny.php:1397 core/lib/wpbc_all_translations.php:484
2822
  msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
2823
  msgstr ""
2824
 
2825
  #: core/admin/wpbc-toolbar-tiny.php:844 core/admin/wpbc-toolbar-tiny.php:852
2826
  #: core/admin/wpbc-toolbar-tiny.php:1074 core/admin/wpbc-toolbar-tiny.php:1398
2827
+ #: core/lib/wpbc_all_translations.php:485 inc/_bm/admin/page-availability.php:510
2828
  #: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
2829
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:230
2830
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
2832
  msgstr ""
2833
 
2834
  #: core/admin/wpbc-toolbar-tiny.php:845 core/admin/wpbc-toolbar-tiny.php:1075
2835
+ #: core/admin/wpbc-toolbar-tiny.php:1399 core/lib/wpbc_all_translations.php:486
2836
  msgid ""
2837
  "Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
2838
  "to use percentage for width: 100%)"
2840
 
2841
  #: core/admin/wpbc-toolbar-tiny.php:846 core/admin/wpbc-toolbar-tiny.php:854
2842
  #: core/admin/wpbc-toolbar-tiny.php:1076 core/admin/wpbc-toolbar-tiny.php:1400
2843
+ #: core/lib/wpbc_all_translations.php:487
2844
  msgid "Code Example"
2845
  msgstr ""
2846
 
2847
+ #: core/admin/wpbc-toolbar-tiny.php:851 core/lib/wpbc_all_translations.php:488
2848
  msgid ""
2849
  "Specify that during certain seasons (or days of week), the specific minimum number of days must "
2850
  "be booked. "
2851
  msgstr ""
2852
 
2853
+ #: core/admin/wpbc-toolbar-tiny.php:853 core/lib/wpbc_all_translations.php:489
2854
  msgid ""
2855
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
2856
  msgstr ""
2857
 
2858
+ #: core/admin/wpbc-toolbar-tiny.php:860 core/lib/wpbc_all_translations.php:490
2859
  #, php-format
2860
  msgid ""
2861
  "Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
2863
  msgstr ""
2864
 
2865
  #: core/admin/wpbc-toolbar-tiny.php:883 core/admin/wpbc-toolbar-tiny.php:1098
2866
+ #: core/lib/wpbc_all_translations.php:491
2867
  msgid "Aggregate booking dates from other resources"
2868
  msgstr ""
2869
 
2870
  #: core/admin/wpbc-toolbar-tiny.php:884 core/admin/wpbc-toolbar-tiny.php:1099
2871
+ #: core/lib/wpbc_all_translations.php:492
2872
  msgid ""
2873
  "Select booking resources, for getting booking dates from them and set such dates as unavailable "
2874
  "in destination calendar."
2875
  msgstr ""
2876
 
2877
+ #: core/admin/wpbc-toolbar-tiny.php:1130 core/lib/wpbc_all_translations.php:493
2878
  #: inc/_bl/admin/page-search.php:478 inc/_bl/admin/page-search.php:511
2879
  #: inc/_bm/admin/api-settings-m.php:298 inc/_bm/admin/page-availability.php:252
2880
  #: inc/_bm/admin/page-cost-advanced.php:124 inc/_bm/admin/page-cost-deposit.php:341
2884
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:479
2885
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:814
2886
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:361 inc/gateways/sage/wpbc-gw-sage.php:875
2887
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1142
2888
  msgid "Note!"
2889
  msgstr ""
2890
 
2891
+ #: core/admin/wpbc-toolbar-tiny.php:1131 core/lib/wpbc_all_translations.php:494
2892
  #, php-format
2893
  msgid ""
2894
  "This shortcode %s is using for selection of the booking form of specific booking resources in "
2896
  msgstr ""
2897
 
2898
  #: core/admin/wpbc-toolbar-tiny.php:1144 core/admin/wpbc-toolbars.php:1666
2899
+ #: core/lib/wpbc_all_translations.php:495 inc/_ps/admin/br-table-import-gcal-p.php:173
2900
  #: inc/_ps/wpbc-booking-select-widget.php:163
2901
  msgid "All"
2902
  msgstr ""
2903
 
2904
+ #: core/admin/wpbc-toolbar-tiny.php:1153 core/lib/wpbc_all_translations.php:496
2905
  #: inc/_ps/wpbc-booking-select-widget.php:175
2906
  msgid ""
2907
  "Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
2908
  "resources."
2909
  msgstr ""
2910
 
2911
+ #: core/admin/wpbc-toolbar-tiny.php:1178 core/lib/wpbc_all_translations.php:497
2912
  #: inc/_ps/wpbc-booking-select-widget.php:181
2913
  msgid "Preselected resource"
2914
  msgstr ""
2915
 
2916
+ #: core/admin/wpbc-toolbar-tiny.php:1179 core/lib/wpbc_all_translations.php:498
2917
  msgid "Define preselected resource."
2918
  msgstr ""
2919
 
2920
+ #: core/admin/wpbc-toolbar-tiny.php:1204 core/lib/wpbc_all_translations.php:499
2921
  #: inc/_bm/admin/api-settings-m.php:485 inc/_ps/p-toolbar.php:1222
2922
  msgid "Default Form"
2923
  msgstr ""
2924
 
2925
  #: core/admin/wpbc-toolbar-tiny.php:1220 core/admin/wpbc-toolbar-tiny.php:1229
2926
+ #: core/lib/wpbc_all_translations.php:500
2927
  msgid "Please select the resource:"
2928
  msgstr ""
2929
 
2930
+ #: core/admin/wpbc-toolbar-tiny.php:1221 core/lib/wpbc_all_translations.php:501
2931
  msgid "Title near your select box."
2932
  msgstr ""
2933
 
2934
+ #: core/admin/wpbc-toolbar-tiny.php:1238 core/lib/wpbc_all_translations.php:502
2935
  #: inc/_ps/wpbc-booking-select-widget.php:247
2936
  msgid "First option title"
2937
  msgstr ""
2938
 
2939
+ #: core/admin/wpbc-toolbar-tiny.php:1239 core/lib/wpbc_all_translations.php:503
2940
  #: inc/_ps/personal.php:543 js/wpbc-gutenberg.js:837
2941
  msgid "Please Select"
2942
  msgstr ""
2943
 
2944
+ #: core/admin/wpbc-toolbar-tiny.php:1240 core/lib/wpbc_all_translations.php:504
2945
  #: inc/_ps/wpbc-booking-select-widget.php:254
2946
  msgid "First option in dropdown list."
2947
  msgstr ""
2948
 
2949
+ #: core/admin/wpbc-toolbar-tiny.php:1240 core/lib/wpbc_all_translations.php:505
2950
  #: inc/_ps/wpbc-booking-select-widget.php:256
2951
  msgid "Please leave it empty if you want to skip it."
2952
  msgstr ""
2953
 
2954
  #: core/admin/wpbc-toolbar-tiny.php:1430 core/admin/wpbc-toolbar-tiny.php:1710
2955
+ #: core/lib/wpbc_all_translations.php:506
2956
  msgid "Select shortcode to insert"
2957
  msgstr ""
2958
 
2959
+ #: core/admin/wpbc-toolbar-tiny.php:1442 core/lib/wpbc_all_translations.php:507
2960
  msgid "Search form"
2961
  msgstr ""
2962
 
2963
+ #: core/admin/wpbc-toolbar-tiny.php:1445 core/lib/wpbc_all_translations.php:508
2964
  #: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:659
2965
  #: inc/_bl/wpbc-search-availability.php:674
2966
  msgid "Search results"
2967
  msgstr ""
2968
 
2969
+ #: core/admin/wpbc-toolbar-tiny.php:1464 core/lib/wpbc_all_translations.php:509
2970
  msgid "Check this box to show search results on other page"
2971
  msgstr ""
2972
 
2973
+ #: core/admin/wpbc-toolbar-tiny.php:1481 core/lib/wpbc_all_translations.php:510
2974
  msgid "URL of search results:"
2975
  msgstr ""
2976
 
2977
+ #: core/admin/wpbc-toolbar-tiny.php:1483 core/lib/wpbc_all_translations.php:511
2978
  msgid "Type the URL of search results page."
2979
  msgstr ""
2980
 
2981
+ #: core/admin/wpbc-toolbar-tiny.php:1500 core/lib/wpbc_all_translations.php:512
2982
  msgid "Title of Search results:"
2983
  msgstr ""
2984
 
2985
  #: core/admin/wpbc-toolbar-tiny.php:1501 core/admin/wpbc-toolbar-tiny.php:1510
2986
+ #: core/lib/wpbc_all_translations.php:513 inc/_bl/wpdev-booking-search-widget.php:79
2987
  msgid "Result(s) Found"
2988
  msgstr ""
2989
 
2990
+ #: core/admin/wpbc-toolbar-tiny.php:1502 core/lib/wpbc_all_translations.php:514
2991
  msgid "Type the title of Search results."
2992
  msgstr ""
2993
 
2994
+ #: core/admin/wpbc-toolbar-tiny.php:1502 core/lib/wpbc_all_translations.php:515
2995
  msgid "show number of search results"
2996
  msgstr ""
2997
 
2998
+ #: core/admin/wpbc-toolbar-tiny.php:1519 core/lib/wpbc_all_translations.php:516
2999
  msgid "Nothing Found Message:"
3000
  msgstr ""
3001
 
3002
+ #: core/admin/wpbc-toolbar-tiny.php:1521 core/lib/wpbc_all_translations.php:517
3003
  msgid "Type the message, when nothing found."
3004
  msgstr ""
3005
 
3006
+ #: core/admin/wpbc-toolbar-tiny.php:1541 core/lib/wpbc_all_translations.php:518
3007
  msgid "Search only for users:"
3008
  msgstr ""
3009
 
3010
+ #: core/admin/wpbc-toolbar-tiny.php:1543 core/lib/wpbc_all_translations.php:519
3011
  msgid ""
3012
  "Type IDs of the users (separated by comma \",\") for searching availability only for these "
3013
  "users, or leave it blank for searching for all users."
3014
  msgstr ""
3015
 
3016
+ #: core/admin/wpbc-toolbar-tiny.php:1563 core/lib/wpbc_all_translations.php:520
3017
  #, php-format
3018
  msgid ""
3019
  "This shortcode %s is using for showing the search results at specific page, if the search form "
3020
  "is submit showing the search results at different page"
3021
  msgstr ""
3022
 
3023
+ #: core/admin/wpbc-toolbar-tiny.php:1625 core/lib/wpbc_all_translations.php:521
3024
  msgid "date"
3025
  msgstr ""
3026
 
3027
+ #: core/admin/wpbc-toolbar-tiny.php:1685 core/lib/wpbc_all_translations.php:522
3028
  msgid "Define date for booking"
3029
  msgstr ""
3030
 
3031
+ #: core/admin/wpbc-toolbar-tiny.php:1723 core/lib/wpbc_all_translations.php:523
3032
  #: inc/_ps/p-toolbar.php:237
3033
  msgid "Edit Booking"
3034
  msgstr ""
3035
 
3036
+ #: core/admin/wpbc-toolbar-tiny.php:1726 core/lib/wpbc_all_translations.php:524
3037
  msgid "Show listing of customer bookings"
3038
  msgstr ""
3039
 
3040
+ #: core/admin/wpbc-toolbar-tiny.php:1729 core/lib/wpbc_all_translations.php:525
3041
  msgid "Show info about Booking Resource"
3042
  msgstr ""
3043
 
3044
+ #: core/admin/wpbc-toolbar-tiny.php:1745 core/lib/wpbc_all_translations.php:526
3045
  #, php-format
3046
  msgid ""
3047
  "This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
3048
  "%s or make %spayment%s after receiving an admin email payment request"
3049
  msgstr ""
3050
 
3051
+ #: core/admin/wpbc-toolbar-tiny.php:1746 core/lib/wpbc_all_translations.php:527
3052
  #, php-format
3053
  msgid ""
3054
  "The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
3056
  msgstr ""
3057
 
3058
  #: core/admin/wpbc-toolbar-tiny.php:1747 core/admin/wpbc-toolbar-tiny.php:1763
3059
+ #: core/lib/wpbc_all_translations.php:528
3060
  #, php-format
3061
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
3062
  msgstr ""
3063
 
3064
+ #: core/admin/wpbc-toolbar-tiny.php:1761 core/lib/wpbc_all_translations.php:529
3065
  #, php-format
3066
  msgid ""
3067
  "This shortcode %s is used on a page, where visitors can %sview listing%s of their own booking(s)"
3068
  msgstr ""
3069
 
3070
+ #: core/admin/wpbc-toolbar-tiny.php:1762 core/lib/wpbc_all_translations.php:530
3071
  #, php-format
3072
  msgid ""
3073
  "The content of field %sURL of page for customer bookings listing%s on the %sgeneral booking "
3074
  "settings page%s must link to this page"
3075
  msgstr ""
3076
 
3077
+ #: core/admin/wpbc-toolbar-tiny.php:1764 core/lib/wpbc_all_translations.php:531
3078
  #, php-format
3079
  msgid "%s You can use in this shortcode the same parameters as for %s shortcode"
3080
  msgstr ""
3081
 
3082
+ #: core/admin/wpbc-toolbar-tiny.php:1764 core/lib/wpbc_all_translations.php:532
3083
  msgid "Trick"
3084
  msgstr ""
3085
 
3086
+ #: core/admin/wpbc-toolbar-tiny.php:1805 core/lib/wpbc_all_translations.php:533
3087
  #: inc/_bl/admin/api-settings-l.php:466 inc/_ps/admin/br-table-export-feeds.php:79
3088
  #: inc/_ps/admin/br-table-import-gcal-p.php:63
3089
  msgid "Capacity"
3090
  msgstr ""
3091
 
3092
+ #: core/admin/wpbc-toolbar-tiny.php:1811 core/lib/wpbc_all_translations.php:534
3093
  msgid "Select type of info to show."
3094
  msgstr ""
3095
 
3096
  #: core/admin/wpbc-toolbar-tiny.php:2121 core/admin/wpbc-toolbar-tiny.php:2164
3097
  #: core/admin/wpbc-toolbar-tiny.php:2248 core/admin/wpbc-toolbar-tiny.php:2337
3098
+ #: core/lib/wpbc_all_translations.php:535
3099
  msgid "No booking resources"
3100
  msgstr ""
3101
 
3102
+ #: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:536
3103
  msgid "Filters"
3104
  msgstr ""
3105
 
3106
+ #: core/admin/wpbc-toolbars.php:350 core/lib/wpbc_all_translations.php:537
3107
  msgid "Expand Advanced Toolbar"
3108
  msgstr ""
3109
 
3110
+ #: core/admin/wpbc-toolbars.php:357 core/lib/wpbc_all_translations.php:538
3111
  msgid "Collapse Advanced Toolbar"
3112
  msgstr ""
3113
 
3114
+ #: core/admin/wpbc-toolbars.php:379 core/lib/wpbc_all_translations.php:539
3115
  msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
3116
  msgstr ""
3117
 
3118
+ #: core/admin/wpbc-toolbars.php:380 core/lib/wpbc_all_translations.php:540
3119
  msgid "Emails sending"
3120
  msgstr ""
3121
 
3122
+ #: core/admin/wpbc-toolbars.php:405 core/lib/wpbc_all_translations.php:541
3123
  msgid "Booking ID"
3124
  msgstr ""
3125
 
3126
  #: core/admin/wpbc-toolbars.php:408 core/admin/wpbc-toolbars.php:2255
3127
+ #: core/lib/wpbc_all_translations.php:542
3128
  msgid "Go"
3129
  msgstr ""
3130
 
3131
+ #: core/admin/wpbc-toolbars.php:442 core/lib/wpbc_all_translations.php:543
3132
  msgid "Technical Support"
3133
  msgstr ""
3134
 
3135
+ #: core/admin/wpbc-toolbars.php:444 core/lib/wpbc_all_translations.php:544
3136
  msgid "About Booking Calendar"
3137
  msgstr ""
3138
 
3139
  #: core/admin/wpbc-toolbars.php:511 core/admin/wpbc-toolbars.php:691
3140
  #: core/admin/wpbc-toolbars.php:896 core/admin/wpbc-toolbars.php:1516
3141
+ #: core/lib/wpbc_all_translations.php:545 inc/_bs/lib_s.php:85
3142
  msgid "Apply"
3143
  msgstr ""
3144
 
3145
+ #: core/admin/wpbc-toolbars.php:512 core/lib/wpbc_all_translations.php:546
3146
  msgid "Refresh booking listing"
3147
  msgstr ""
3148
 
3149
+ #: core/admin/wpbc-toolbars.php:526 core/lib/wpbc_all_translations.php:547
3150
  msgid "Reset filter to default values"
3151
  msgstr ""
3152
 
3153
  #: core/admin/wpbc-toolbars.php:552 core/admin/wpbc-toolbars.php:767
3154
+ #: core/lib/wpbc_all_translations.php:548
3155
  msgid "Any"
3156
  msgstr ""
3157
 
3158
  #: core/admin/wpbc-toolbars.php:573 core/admin/wpbc-toolbars.php:807
3159
+ #: core/lib/wpbc_all_translations.php:549
3160
  msgid "week"
3161
  msgstr ""
3162
 
3163
  #: core/admin/wpbc-toolbars.php:574 core/admin/wpbc-toolbars.php:808
3164
+ #: core/lib/wpbc_all_translations.php:550
3165
  msgid "weeks"
3166
  msgstr ""
3167
 
3168
  #: core/admin/wpbc-toolbars.php:575 core/admin/wpbc-toolbars.php:809
3169
+ #: core/lib/wpbc_all_translations.php:551
3170
  msgid "month"
3171
  msgstr ""
3172
 
3173
  #: core/admin/wpbc-toolbars.php:576 core/admin/wpbc-toolbars.php:577
3174
  #: core/admin/wpbc-toolbars.php:578 core/admin/wpbc-toolbars.php:810
3175
  #: core/admin/wpbc-toolbars.php:811 core/admin/wpbc-toolbars.php:812
3176
+ #: core/lib/wpbc_all_translations.php:552
3177
  msgid "months"
3178
  msgstr ""
3179
 
3180
  #: core/admin/wpbc-toolbars.php:586 core/admin/wpbc-toolbars.php:821
3181
+ #: core/lib/wpbc_all_translations.php:553
3182
  msgid "Filter bookings by booking dates"
3183
  msgstr ""
3184
 
3185
+ #: core/admin/wpbc-toolbars.php:590 core/lib/wpbc_all_translations.php:554
3186
  msgid "Current dates"
3187
  msgstr ""
3188
 
3189
  #: core/admin/wpbc-toolbars.php:591 core/admin/wpbc-toolbars.php:825
3190
+ #: core/lib/wpbc_all_translations.php:555
3191
  msgid "Today"
3192
  msgstr ""
3193
 
3194
+ #: core/admin/wpbc-toolbars.php:592 core/lib/wpbc_all_translations.php:556
3195
  msgid "Previous dates"
3196
  msgstr ""
3197
 
3198
  #: core/admin/wpbc-toolbars.php:593 core/admin/wpbc-toolbars.php:826
3199
+ #: core/lib/wpbc_all_translations.php:557
3200
  msgid "All dates"
3201
  msgstr ""
3202
 
3203
+ #: core/admin/wpbc-toolbars.php:595 core/lib/wpbc_all_translations.php:558
3204
  msgid "Today check in/out"
3205
  msgstr ""
3206
 
3207
+ #: core/admin/wpbc-toolbars.php:596 core/lib/wpbc_all_translations.php:559
3208
  msgid "Check In - Tomorrow"
3209
  msgstr ""
3210
 
3211
+ #: core/admin/wpbc-toolbars.php:597 core/lib/wpbc_all_translations.php:560
3212
  msgid "Check Out - Tomorrow"
3213
  msgstr ""
3214
 
3215
+ #: core/admin/wpbc-toolbars.php:602 core/lib/wpbc_all_translations.php:561
3216
  #: core/wpbc-functions.php:2530
3217
  msgid "Next"
3218
  msgstr ""
3219
 
3220
  #: core/admin/wpbc-toolbars.php:626 core/admin/wpbc-toolbars.php:831
3221
+ #: core/lib/wpbc_all_translations.php:562
3222
  msgid "Prior"
3223
  msgstr ""
3224
 
3225
  #: core/admin/wpbc-toolbars.php:666 core/admin/wpbc-toolbars.php:871
3226
+ #: core/lib/wpbc_all_translations.php:563
3227
  msgid "Check-in"
3228
  msgstr ""
3229
 
3230
  #: core/admin/wpbc-toolbars.php:678 core/admin/wpbc-toolbars.php:883
3231
+ #: core/lib/wpbc_all_translations.php:564
3232
  msgid "Check-out"
3233
  msgstr ""
3234
 
3235
+ #: core/admin/wpbc-toolbars.php:750 core/lib/wpbc_all_translations.php:565
3236
  msgid "Order by"
3237
  msgstr ""
3238
 
3239
+ #: core/admin/wpbc-toolbars.php:764 core/lib/wpbc_all_translations.php:566
3240
  msgid "Exist"
3241
  msgstr ""
3242
 
3243
+ #: core/admin/wpbc-toolbars.php:786 core/lib/wpbc_all_translations.php:567
3244
  msgid "New bookings"
3245
  msgstr ""
3246
 
3247
+ #: core/admin/wpbc-toolbars.php:823 core/lib/wpbc_all_translations.php:568
3248
  msgid "Creation"
3249
  msgstr ""
3250
 
3251
+ #: core/admin/wpbc-toolbars.php:950 core/lib/wpbc_all_translations.php:569
3252
  msgid "Approve selected bookings"
3253
  msgstr ""
3254
 
3255
+ #: core/admin/wpbc-toolbars.php:965 core/lib/wpbc_all_translations.php:570
3256
  msgid "Set selected bookings as pending"
3257
  msgstr ""
3258
 
3259
+ #: core/admin/wpbc-toolbars.php:995 core/lib/wpbc_all_translations.php:571
3260
  msgid "Reject booking - move selected bookings to trash"
3261
  msgstr ""
3262
 
3263
+ #: core/admin/wpbc-toolbars.php:1012 core/lib/wpbc_all_translations.php:572
3264
  msgid "Restore selected bookings"
3265
  msgstr ""
3266
 
3267
+ #: core/admin/wpbc-toolbars.php:1028 core/lib/wpbc_all_translations.php:573
3268
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2670 inc/_bl/admin/page-coupons.php:216
3269
  #: inc/_bl/admin/page-coupons.php:222 inc/_bm/admin/page-availability.php:240
3270
  #: inc/_bm/admin/page-availability.php:246 inc/_bm/admin/page-cost-valuation.php:567
3274
  msgid "Delete"
3275
  msgstr ""
3276
 
3277
+ #: core/admin/wpbc-toolbars.php:1029 core/lib/wpbc_all_translations.php:574
3278
  msgid "Delete selected bookings"
3279
  msgstr ""
3280
 
3281
+ #: core/admin/wpbc-toolbars.php:1031 core/lib/wpbc_all_translations.php:575
3282
  #: core/sync/wpbc-gcal-class.php:706
3283
  msgid "Do you really want to delete selected booking(s) ?"
3284
  msgstr ""
3285
 
3286
+ #: core/admin/wpbc-toolbars.php:1047 core/lib/wpbc_all_translations.php:576
3287
  msgid "Reason of cancellation"
3288
  msgstr ""
3289
 
3290
+ #: core/admin/wpbc-toolbars.php:1075 core/admin/wpbc-toolbars.php:1076 core/lib/wpbc-ajax.php:372
3291
+ #: core/lib/wpbc_all_translations.php:577
3292
  msgid "Empty Trash"
3293
  msgstr ""
3294
 
3295
+ #: core/admin/wpbc-toolbars.php:1106 core/lib/wpbc_all_translations.php:578
3296
  msgid "Read All"
3297
  msgstr ""
3298
 
3299
+ #: core/admin/wpbc-toolbars.php:1107 core/lib/wpbc_all_translations.php:579
3300
  msgid "Mark as read all bookings"
3301
  msgstr ""
3302
 
3303
+ #: core/admin/wpbc-toolbars.php:1120 core/lib/wpbc_all_translations.php:580
3304
  msgid "Read"
3305
  msgstr ""
3306
 
3307
+ #: core/admin/wpbc-toolbars.php:1121 core/lib/wpbc_all_translations.php:581
3308
  msgid "Mark as read selected bookings"
3309
  msgstr ""
3310
 
3311
+ #: core/admin/wpbc-toolbars.php:1135 core/lib/wpbc_all_translations.php:582
3312
  msgid "Unread"
3313
  msgstr ""
3314
 
3315
+ #: core/admin/wpbc-toolbars.php:1136 core/lib/wpbc_all_translations.php:583
3316
  msgid "Mark as Unread selected bookings"
3317
  msgstr ""
3318
 
3319
  #: core/admin/wpbc-toolbars.php:1185 core/admin/wpbc-toolbars.php:1245
3320
+ #: core/lib/wpbc_all_translations.php:584
3321
  msgid "Show day"
3322
  msgstr ""
3323
 
3324
  #: core/admin/wpbc-toolbars.php:1202 core/admin/wpbc-toolbars.php:1259
3325
+ #: core/lib/wpbc_all_translations.php:585
3326
  msgid "Show week"
3327
  msgstr ""
3328
 
3329
  #: core/admin/wpbc-toolbars.php:1219 core/admin/wpbc-toolbars.php:1273
3330
+ #: core/lib/wpbc_all_translations.php:586
3331
  msgid "Show month"
3332
  msgstr ""
3333
 
3334
+ #: core/admin/wpbc-toolbars.php:1287 core/lib/wpbc_all_translations.php:587
3335
  msgid "Show 2 months"
3336
  msgstr ""
3337
 
3338
  #: core/admin/wpbc-toolbars.php:1344 core/admin/wpbc-toolbars.php:1358
3339
+ #: core/admin/wpbc-toolbars.php:1405 core/lib/wpbc_all_translations.php:588
3340
  msgid "Previous 4 weeks"
3341
  msgstr ""
3342
 
3343
  #: core/admin/wpbc-toolbars.php:1345 core/admin/wpbc-toolbars.php:1359
3344
+ #: core/admin/wpbc-toolbars.php:1406 core/lib/wpbc_all_translations.php:589
3345
  msgid "Previous week"
3346
  msgstr ""
3347
 
3348
  #: core/admin/wpbc-toolbars.php:1346 core/admin/wpbc-toolbars.php:1360
3349
+ #: core/admin/wpbc-toolbars.php:1407 core/lib/wpbc_all_translations.php:590
3350
  msgid "Current week"
3351
  msgstr ""
3352
 
3353
  #: core/admin/wpbc-toolbars.php:1347 core/admin/wpbc-toolbars.php:1361
3354
+ #: core/admin/wpbc-toolbars.php:1408 core/lib/wpbc_all_translations.php:591
3355
  msgid "Next week"
3356
  msgstr ""
3357
 
3358
  #: core/admin/wpbc-toolbars.php:1348 core/admin/wpbc-toolbars.php:1362
3359
+ #: core/admin/wpbc-toolbars.php:1409 core/lib/wpbc_all_translations.php:592
3360
  msgid "Next 4 weeks"
3361
  msgstr ""
3362
 
3363
  #: core/admin/wpbc-toolbars.php:1372 core/admin/wpbc-toolbars.php:1422
3364
+ #: core/admin/wpbc-toolbars.php:1437 core/lib/wpbc_all_translations.php:593
3365
  msgid "Previous 3 months"
3366
  msgstr ""
3367
 
3368
  #: core/admin/wpbc-toolbars.php:1373 core/admin/wpbc-toolbars.php:1423
3369
+ #: core/admin/wpbc-toolbars.php:1438 core/lib/wpbc_all_translations.php:594
3370
  msgid "Previous month"
3371
  msgstr ""
3372
 
3373
  #: core/admin/wpbc-toolbars.php:1374 core/admin/wpbc-toolbars.php:1424
3374
+ #: core/admin/wpbc-toolbars.php:1439 core/lib/wpbc_all_translations.php:595
3375
  msgid "Current month"
3376
  msgstr ""
3377
 
3378
  #: core/admin/wpbc-toolbars.php:1375 core/admin/wpbc-toolbars.php:1425
3379
+ #: core/admin/wpbc-toolbars.php:1440 core/lib/wpbc_all_translations.php:596
3380
  msgid "Next month"
3381
  msgstr ""
3382
 
3383
  #: core/admin/wpbc-toolbars.php:1376 core/admin/wpbc-toolbars.php:1426
3384
+ #: core/admin/wpbc-toolbars.php:1441 core/lib/wpbc_all_translations.php:597
3385
  msgid "Next 3 months"
3386
  msgstr ""
3387
 
3388
+ #: core/admin/wpbc-toolbars.php:1390 core/lib/wpbc_all_translations.php:598
3389
  msgid "Previous 7 days"
3390
  msgstr ""
3391
 
3392
+ #: core/admin/wpbc-toolbars.php:1391 core/lib/wpbc_all_translations.php:599
3393
  msgid "Previous day"
3394
  msgstr ""
3395
 
3396
+ #: core/admin/wpbc-toolbars.php:1392 core/lib/wpbc_all_translations.php:600
3397
  msgid "Current day"
3398
  msgstr ""
3399
 
3400
+ #: core/admin/wpbc-toolbars.php:1393 core/lib/wpbc_all_translations.php:601
3401
  msgid "Next day"
3402
  msgstr ""
3403
 
3404
+ #: core/admin/wpbc-toolbars.php:1394 core/lib/wpbc_all_translations.php:602
3405
  msgid "Next 7 days"
3406
  msgstr ""
3407
 
3408
+ #: core/admin/wpbc-toolbars.php:1665 core/lib/wpbc_all_translations.php:603
3409
  msgid "Number of months in one row"
3410
  msgstr ""
3411
 
3412
+ #: core/admin/wpbc-toolbars.php:1710 core/lib/wpbc_all_translations.php:604
3413
  msgid "Calendar width"
3414
  msgstr ""
3415
 
3416
+ #: core/admin/wpbc-toolbars.php:1758 core/lib/wpbc_all_translations.php:605
3417
  msgid "Calendar cell height"
3418
  msgstr ""
3419
 
3420
  #: core/admin/wpbc-toolbars.php:1867 core/admin/wpbc-toolbars.php:1868
3421
+ #: core/lib/wpbc_all_translations.php:606
3422
  msgid "Send email notification to customer about this operation"
3423
  msgstr ""
3424
 
3425
  #: core/admin/wpbc-toolbars.php:1911 core/admin/wpbc-toolbars.php:1912
3426
+ #: core/lib/wpbc_all_translations.php:607
3427
  msgid "Add to Google Calendar"
3428
  msgstr ""
3429
 
3430
+ #: core/admin/wpbc-toolbars.php:2115 core/lib/wpbc_all_translations.php:608
3431
  #: inc/gateways/page-gateways.php:1419 inc/gateways/page-gateways.php:1437
3432
  msgid "Total"
3433
  msgstr ""
3434
 
3435
+ #: core/admin/wpbc-toolbars.php:2251 core/lib/wpbc_all_translations.php:609
3436
  msgid "ID or Title"
3437
  msgstr ""
3438
 
3439
+ #: core/any/api-emails.php:508 core/lib/wpbc_all_translations.php:610
3440
  msgid "Email copy to"
3441
  msgstr ""
3442
 
3443
  #: core/class/wpbc-class-dismiss.php:26 core/class/wpbc-class-dismiss.php:30
3444
+ #: core/lib/wpbc_all_translations.php:611 core/wpbc-functions.php:2795 core/wpbc-functions.php:2818
3445
  msgid "Dismiss"
3446
  msgstr ""
3447
 
3448
+ #: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:612
3449
  #, php-format
3450
  msgid ""
3451
  "Probably you updated your paid version of Booking Calendar by free version or update process "
3453
  msgstr ""
3454
 
3455
  #: core/class/wpbc-class-welcome.php:1950 core/class/wpbc-class-welcome.php:2436
3456
+ #: core/lib/wpbc_all_translations.php:613 inc/_ps/admin/page-settings-up.php:144
3457
  msgid "Purchase"
3458
  msgstr ""
3459
 
3460
  #: core/class/wpbc-class-welcome.php:1950 core/class/wpbc-class-welcome.php:2436
3461
+ #: core/lib/wpbc_all_translations.php:614 inc/_ps/admin/page-settings-up.php:144
3462
  msgid "Upgrade Now"
3463
  msgstr ""
3464
 
3465
  #: core/lib/wpbc-ajax.php:33 core/lib/wpbc-ajax.php:37 core/lib/wpbc-ajax.php:67
3466
+ #: core/lib/wpbc-ajax.php:82 core/lib/wpbc_all_translations.php:615
3467
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:1114
3468
  #, php-format
3469
  msgid ""
3470
  "%sError!%s Request do not pass security check! Please refresh the page and try one more time."
3471
  msgstr ""
3472
 
3473
+ #: core/lib/wpbc-ajax.php:138 core/lib/wpbc_all_translations.php:616
3474
  msgid "Set as Unread"
3475
  msgstr ""
3476
 
3477
+ #: core/lib/wpbc-ajax.php:140 core/lib/wpbc_all_translations.php:617
3478
  msgid "Set as Read"
3479
  msgstr ""
3480
 
3481
+ #: core/lib/wpbc-ajax.php:189 core/lib/wpbc_all_translations.php:618
3482
  msgid "Approved by:"
3483
  msgstr ""
3484
 
3485
+ #: core/lib/wpbc-ajax.php:189 core/lib/wpbc_all_translations.php:619
3486
  msgid "Declined by:"
3487
  msgstr ""
3488
 
3489
+ #: core/lib/wpbc-ajax.php:217 core/lib/wpbc_all_translations.php:620
3490
  msgid "Set as Approved"
3491
  msgstr ""
3492
 
3493
+ #: core/lib/wpbc-ajax.php:219 core/lib/wpbc_all_translations.php:621
3494
  msgid "Set as Pending"
3495
  msgstr ""
3496
 
3497
+ #: core/lib/wpbc-ajax.php:240 core/lib/wpbc-ajax.php:420 core/lib/wpbc_all_translations.php:622
3498
  msgid "Reason for cancellation here"
3499
  msgstr ""
3500
 
3501
+ #: core/lib/wpbc-ajax.php:241 core/lib/wpbc-ajax.php:421 core/lib/wpbc_all_translations.php:623
3502
  msgid "Reason of cancellation here"
3503
  msgstr ""
3504
 
3505
+ #: core/lib/wpbc-ajax.php:295 core/lib/wpbc_all_translations.php:624
3506
  msgid "Moved to trash"
3507
  msgstr ""
3508
 
3509
+ #: core/lib/wpbc-ajax.php:303 core/lib/wpbc_all_translations.php:625
3510
  msgid "Restored"
3511
  msgstr ""
3512
 
3513
+ #: core/lib/wpbc-ajax.php:400 core/lib/wpbc_all_translations.php:626
3514
  #, php-format
3515
  msgid "Deleted %d bookings from trash"
3516
  msgstr ""
3517
 
3518
+ #: core/lib/wpbc-ajax.php:573 core/lib/wpbc_all_translations.php:627 inc/_ps/personal.php:160
3519
  msgid "Saved"
3520
  msgstr ""
3521
 
3522
+ #: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:628
3523
  msgid "The code you entered is incorrect"
3524
  msgstr ""
3525
 
3526
+ #: core/lib/wpbc-booking-new.php:139 core/lib/wpbc_all_translations.php:629
3527
  msgid "Updating..."
3528
  msgstr ""
3529
 
3530
+ #: core/lib/wpbc-booking-new.php:171 core/lib/wpbc_all_translations.php:630
3531
+ #: inc/_ps/personal.php:2402 inc/_ps/personal.php:2593
3532
  msgid "Updated successfully"
3533
  msgstr ""
3534
 
3535
+ #: core/lib/wpbc-booking-new.php:911 core/lib/wpbc_all_translations.php:631
3536
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:878
3537
  msgid "Error!"
3538
  msgstr ""
3539
 
3540
+ #: core/lib/wpbc-booking-new.php:912 core/lib/wpbc_all_translations.php:632
3541
  msgid ""
3542
  "Probably these date(s) just was booking by other visitor. Please reload this page and make "
3543
  "booking again."
3544
  msgstr ""
3545
 
3546
+ #: core/lib/wpbc_all_translations.php:633
3547
  msgid "Timeline type"
3548
  msgstr ""
3549
 
3550
+ #: core/lib/wpbc_all_translations.php:634
3551
  msgid "Select type of timeline to load"
3552
  msgstr ""
3553
 
3554
+ #: core/lib/wpbc_all_translations.php:635
3555
  msgid "Flex Timeline"
3556
  msgstr ""
3557
 
3558
+ #: core/lib/wpbc_all_translations.php:636
3559
  msgid "Old Timeline"
3560
  msgstr ""
3561
 
3562
+ #: core/lib/wpbc_all_translations.php:637
3563
  msgid "Trash"
3564
  msgstr ""
3565
 
3566
+ #: core/lib/wpbc_all_translations.php:638
3567
  msgid "Move to trash"
3568
  msgstr ""
3569
 
3570
+ #: core/lib/wpbc_all_translations.php:639 core/timeline/v2/wpbc-class-timeline_v2.php:89
3571
  #: core/timeline/v2/wpbc-class-timeline_v2.php:98 core/timeline/v2/wpbc-class-timeline_v2.php:107
3572
  msgid "Mon"
3573
  msgstr ""
3574
 
3575
+ #: core/lib/wpbc_all_translations.php:640 core/timeline/v2/wpbc-class-timeline_v2.php:90
3576
  #: core/timeline/v2/wpbc-class-timeline_v2.php:99 core/timeline/v2/wpbc-class-timeline_v2.php:108
3577
  msgid "Tue"
3578
  msgstr ""
3579
 
3580
+ #: core/lib/wpbc_all_translations.php:641 core/timeline/v2/wpbc-class-timeline_v2.php:91
3581
  #: core/timeline/v2/wpbc-class-timeline_v2.php:100 core/timeline/v2/wpbc-class-timeline_v2.php:109
3582
  msgid "Wed"
3583
  msgstr ""
3584
 
3585
+ #: core/lib/wpbc_all_translations.php:642 core/timeline/v2/wpbc-class-timeline_v2.php:92
3586
  #: core/timeline/v2/wpbc-class-timeline_v2.php:101 core/timeline/v2/wpbc-class-timeline_v2.php:110
3587
  msgid "Thu"
3588
  msgstr ""
3589
 
3590
+ #: core/lib/wpbc_all_translations.php:643 core/timeline/v2/wpbc-class-timeline_v2.php:93
3591
  #: core/timeline/v2/wpbc-class-timeline_v2.php:102 core/timeline/v2/wpbc-class-timeline_v2.php:111
3592
  msgid "Fri"
3593
  msgstr ""
3594
 
3595
+ #: core/lib/wpbc_all_translations.php:644 core/timeline/v2/wpbc-class-timeline_v2.php:94
3596
  #: core/timeline/v2/wpbc-class-timeline_v2.php:103 core/timeline/v2/wpbc-class-timeline_v2.php:112
3597
  msgid "Sat"
3598
  msgstr ""
3599
 
3600
+ #: core/lib/wpbc_all_translations.php:645 core/timeline/v2/wpbc-class-timeline_v2.php:95
3601
  #: core/timeline/v2/wpbc-class-timeline_v2.php:104 core/timeline/v2/wpbc-class-timeline_v2.php:113
3602
  msgid "Sun"
3603
  msgstr ""
3604
 
3605
+ #: core/lib/wpbc_all_translations.php:646 core/timeline/v2/wpbc-class-timeline_v2.php:1428
3606
  #: core/timeline/v2/wpbc-class-timeline_v2.php:1441 inc/_ps/wpbc-form-templates.php:155
3607
  msgid "Times"
3608
  msgstr ""
3609
 
3610
+ #: core/lib/wpbc_all_translations.php:647
3611
  msgid "Decline"
3612
  msgstr ""
3613
 
3614
+ #: core/lib/wpbc_all_translations.php:648 core/timeline/v2/wpbc-class-timeline_v2.php:2702
3615
  msgid "Pay"
3616
  msgstr ""
3617
 
3618
+ #: core/lib/wpbc_all_translations.php:649 core/timeline/v2/wpbc-class-timeline_v2.php:2761
3619
  #: core/timeline/v2/wpbc-class-timeline_v2.php:2763 core/wpbc-functions.php:1999
3620
  #: inc/_bs/lib_s.php:43 inc/_bs/lib_s.php:273 inc/_bs/lib_s.php:275
3621
  #: inc/_ps/admin/page-settings-form.php:375 inc/_ps/admin/page-settings-form.php:386
3622
  msgid "Payment"
3623
  msgstr ""
3624
 
3625
+ #: core/lib/wpbc_all_translations.php:650
3626
  msgid "In Trash"
3627
  msgstr ""
3628
 
3629
+ #: core/lib/wpbc_all_translations.php:651
3630
  msgid "Move selected bookings to trash"
3631
  msgstr ""
3632
 
3633
+ #: core/lib/wpbc_all_translations.php:652
3634
  msgid ""
3635
  "Check the box, if you want to use syntax highlighter during customization booking form at "
3636
  "Settings - Form page."
3637
  msgstr ""
3638
 
3639
+ #: core/lib/wpbc_all_translations.php:653
3640
  msgid "Show 3 months"
3641
  msgstr ""
3642
 
3643
+ #: core/lib/wpbc_all_translations.php:654
3644
  msgid "Show year"
3645
  msgstr ""
3646
 
3647
+ #: core/lib/wpbc_all_translations.php:655
3648
  msgid "Number of months"
3649
  msgstr ""
3650
 
3651
+ #: core/lib/wpbc_all_translations.php:656 inc/_bs/lib_s.php:47 inc/_bs/lib_s.php:293
3652
  msgid "Paid OK"
3653
  msgstr ""
3654
 
3655
+ #: core/lib/wpbc_all_translations.php:657
3656
  msgid "Email is sent to Visitor after Canceling of booking (moved to trash)."
3657
  msgstr ""
3658
 
3659
+ #: core/lib/wpbc_all_translations.php:658
3660
  #, php-format
3661
  msgid ""
3662
  "Probabaly you updated your paid version of Booking Calendar by free version or update process "
3663
  "failed. You can request the new update of your paid version at %1sthis page%2s."
3664
  msgstr ""
3665
 
3666
+ #: core/lib/wpbc_all_translations.php:659
3667
  msgid "Copy to admin"
3668
  msgstr ""
3669
 
3670
+ #: core/lib/wpbc_all_translations.php:660
3671
  msgid "Enable / disable sending copy of this email notification to admin"
3672
  msgstr ""
3673
 
3674
+ #: core/lib/wpbc_all_translations.php:661
3675
  msgid "Customization of email template, which is sending to Visitor after approval of booking"
3676
  msgstr ""
3677
 
3678
+ #: core/lib/wpbc_all_translations.php:662
3679
  msgid "Email is sending to Visitor after Approval of booking."
3680
  msgstr ""
3681
 
3682
+ #: core/lib/wpbc_all_translations.php:663
3683
  msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
3684
  msgstr ""
3685
 
3686
+ #: core/lib/wpbc_all_translations.php:664
3687
  msgid "Email is sending to Visitor after Deleting of booking."
3688
  msgstr ""
3689
 
3690
+ #: core/lib/wpbc_all_translations.php:665
3691
  msgid ""
3692
  "Customization of email template, which is sending to Visitor, when booking status is set to "
3693
  "Pending"
3694
  msgstr ""
3695
 
3696
+ #: core/lib/wpbc_all_translations.php:666
3697
  msgid "Email is sending to Visitor after booking set as Pending."
3698
  msgstr ""
3699
 
3700
+ #: core/lib/wpbc_all_translations.php:667
3701
  msgid "Email is sending to Visitor after Canceling of booking (moved to trash)."
3702
  msgstr ""
3703
 
3704
+ #: core/lib/wpbc_all_translations.php:668
3705
  msgid "Confgure ULR feed(s) at this settings page."
3706
  msgstr ""
3707
 
3708
+ #: core/lib/wpbc_all_translations.php:669
3709
  msgid "Reject"
3710
  msgstr ""
3711
 
3712
+ #: core/lib/wpbc_all_translations.php:670
3713
  msgid "Visit these (previosly configured URL feeds) pages for downloading .ics files."
3714
  msgstr ""
3715
 
3716
+ #: core/lib/wpbc_all_translations.php:671
3717
  msgid "Google Calendar"
3718
  msgstr ""
3719
 
3720
+ #: core/lib/wpbc_all_translations.php:672
3721
  msgid "Events Import"
3722
  msgstr ""
3723
 
3724
+ #: core/lib/wpbc_all_translations.php:673
3725
  msgid "Import Settings"
3726
  msgstr ""
3727
 
3728
+ #: core/lib/wpbc_all_translations.php:674
3729
  msgid "Customization of synchronization with Google Calendar"
3730
  msgstr ""
3731
 
3732
+ #: core/lib/wpbc_all_translations.php:675 core/wpbc-debug.php:123 core/wpbc-emails.php:449
3733
  #: core/wpbc.php:342 core/wpbc.php:383 inc/_bl/admin/page-coupons.php:1003
3734
  #: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
3735
  #: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
3737
  #: inc/_bm/admin/page-seasons.php:826 inc/_bm/admin/page-seasons.php:828 inc/_bs/lib_s.php:346
3738
  #: inc/_ps/hash/wpbc-hash-functions.php:67 inc/_ps/hash/wpbc-hash-functions.php:106
3739
  #: inc/_ps/hash/wpbc-hash-functions.php:134 inc/_ps/hash/wpbc-hash-functions.php:162
3740
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:314
3741
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1160
3742
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1174
3743
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1185
3744
  msgid "Error"
3745
  msgstr ""
3746
 
3747
+ #: core/lib/wpbc_all_translations.php:676
3748
  msgid "does not exist"
3749
  msgstr ""
3750
 
3751
+ #: core/lib/wpbc_all_translations.php:677 core/lib/wpdev-booking-class.php:499
3752
  msgid "Calendar is loading..."
3753
  msgstr ""
3754
 
3755
+ #: core/lib/wpbc_all_translations.php:678 core/lib/wpdev-booking-class.php:683
3756
+ #: core/lib/wpdev-booking-class.php:744 inc/_ps/personal.php:898 inc/_ps/personal.php:909
3757
  msgid "Wrong booking hash in URL (probably expired)"
3758
  msgstr ""
3759
 
3760
+ #: core/lib/wpbc_all_translations.php:679
3761
  msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
3762
  msgstr ""
3763
 
3764
+ #: core/lib/wpbc_all_translations.php:680 core/lib/wpdev-booking-class.php:864
3765
  #, php-format
3766
  msgid ""
3767
  "%sWarning! Booking calendar for this booking resource are already at the page, please check more "
3768
  "about this issue at %sthis page%s"
3769
  msgstr ""
3770
 
3771
+ #: core/lib/wpbc_all_translations.php:681 core/lib/wpdev-booking-class.php:1108
3772
  #: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
3773
  msgid "You need to use special shortcode [bookingedit] for booking editing."
3774
  msgstr ""
3775
 
3776
+ #: core/lib/wpbc_all_translations.php:682 core/lib/wpdev-booking-class.php:1056
3777
+ #: core/lib/wpdev-booking-class.php:1253 core/lib/wpdev-booking-class.php:1255
3778
  #: inc/_ps/hash/wpbc-hash-functions.php:106 inc/_ps/hash/wpbc-hash-functions.php:134
3779
+ #: inc/_ps/hash/wpbc-hash-functions.php:162 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1664
3780
  msgid "Wrong booking hash in URL. Probably hash is expired."
3781
  msgstr ""
3782
 
3783
+ #: core/lib/wpbc_all_translations.php:683 core/lib/wpdev-booking-class.php:1060
3784
+ #: core/lib/wpdev-booking-class.php:1259 js/wpbc-gutenberg.js:1182 js/wpbc-gutenberg.js:1268
3785
  msgid "You do not set any parameters for booking editing"
3786
  msgstr ""
3787
 
3788
+ #: core/lib/wpbc_all_translations.php:684 core/lib/wpdev-booking-class.php:1062
3789
+ #: core/lib/wpdev-booking-class.php:1261
3790
  #, php-format
3791
  msgid "Please check more about configuration at %sthis page%s"
3792
  msgstr ""
3793
 
3794
+ #: core/lib/wpbc_all_translations.php:685 core/lib/wpdev-booking-widget.php:108
3795
  msgid "Booking form with calendar"
3796
  msgstr ""
3797
 
3798
+ #: core/lib/wpbc_all_translations.php:686 core/lib/wpdev-booking-widget.php:109
3799
  msgid "Only availability calendar"
3800
  msgstr ""
3801
 
3802
+ #: core/lib/wpbc_all_translations.php:687 core/lib/wpdev-booking-widget.php:150
3803
  msgid "Footer"
3804
  msgstr ""
3805
 
3806
+ #: core/lib/wpbc_all_translations.php:688 core/lib/wpdev-booking-widget.php:155
3807
  #, php-format
3808
  msgid "Example: %sMake booking here%s"
3809
  msgstr ""
3810
 
3811
+ #: core/lib/wpbc_all_translations.php:689 core/lib/wpdev-booking-widget.php:159
3812
  #: inc/_ps/wpbc-booking-select-widget.php:263
3813
  #, php-format
3814
  msgid ""
3816
  "at the same page, then the last will not be visible."
3817
  msgstr ""
3818
 
3819
+ #: core/lib/wpbc_all_translations.php:690 core/lib/wpdev-booking-widget.php:163
3820
  #, php-format
3821
  msgid "%sSeveral widgets are supported at %spaid versions%s."
3822
  msgstr ""
3823
 
3824
+ #: core/lib/wpbc_all_translations.php:691 core/sync/wpbc-gcal-class.php:300
3825
  msgid "Importing Feed"
3826
  msgstr ""
3827
 
3828
+ #: core/lib/wpbc_all_translations.php:692 core/sync/wpbc-gcal-class.php:316
3829
  msgid "Data Parsing"
3830
  msgstr ""
3831
 
3832
+ #: core/lib/wpbc_all_translations.php:693 core/sync/wpbc-gcal-class.php:458
3833
  msgid ""
3834
  "Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
3835
  "correct."
3836
  msgstr ""
3837
 
3838
+ #: core/lib/wpbc_all_translations.php:694 core/sync/wpbc-gcal-class.php:465
3839
  msgid "The feed could not be found (404). Please ensure your feed URL is correct."
3840
  msgstr ""
3841
 
3842
+ #: core/lib/wpbc_all_translations.php:695 core/sync/wpbc-gcal-class.php:468
3843
  msgid ""
3844
  "Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
3845
  "calendar."
3846
  msgstr ""
3847
 
3848
+ #: core/lib/wpbc_all_translations.php:696 core/sync/wpbc-gcal-class.php:471
3849
  #, php-format
3850
  msgid ""
3851
  "The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
3852
  msgstr ""
3853
 
3854
+ #: core/lib/wpbc_all_translations.php:697 core/sync/wpbc-gcal-class.php:644
3855
  #: core/sync/wpbc-gcal-class.php:694
3856
  msgid "GID"
3857
  msgstr ""
3858
 
3859
+ #: core/lib/wpbc_all_translations.php:698 core/sync/wpbc-gcal-class.php:658
3860
  msgid "Selection"
3861
  msgstr ""
3862
 
3863
+ #: core/lib/wpbc_all_translations.php:699 core/sync/wpbc-gcal-class.php:672
3864
  msgid "Location:"
3865
  msgstr ""
3866
 
3867
+ #: core/lib/wpbc_all_translations.php:700 core/sync/wpbc-gcal-class.php:702
3868
  msgid "Reload page"
3869
  msgstr ""
3870
 
3871
+ #: core/lib/wpbc_all_translations.php:701 core/sync/wpbc-gcal-class.php:715
3872
  msgid "Delete selected booking(s)"
3873
  msgstr ""
3874
 
3875
+ #: core/lib/wpbc_all_translations.php:702 core/sync/wpbc-gcal.php:279
3876
  msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
3877
  msgstr ""
3878
 
3879
+ #: core/lib/wpbc_all_translations.php:703 core/sync/wpbc-gcal.php:399
3880
  msgid "Retrieve Google Calendar Events "
3881
  msgstr ""
3882
 
3883
+ #: core/lib/wpbc_all_translations.php:704 core/sync/wpbc-gcal.php:405
3884
  msgid "Please configure settings for import Google Calendar events"
3885
  msgstr ""
3886
 
3887
+ #: core/lib/wpbc_all_translations.php:705 core/sync/wpbc-gcal.php:433
3888
  msgid "Configure"
3889
  msgstr ""
3890
 
3891
+ #: core/lib/wpbc_all_translations.php:706 core/wpbc-activation.php:565
3892
  #, php-format
3893
  msgid "%s Found %s not indexed bookings %s"
3894
  msgstr ""
3895
 
3896
+ #: core/lib/wpbc_all_translations.php:707 core/wpbc-activation.php:580
3897
  #, php-format
3898
  msgid "%s Finish getting sort dates. %s"
3899
  msgstr ""
3900
 
3901
+ #: core/lib/wpbc_all_translations.php:708 core/wpbc-activation.php:589
3902
  #, php-format
3903
  msgid "Updated booking: %s"
3904
  msgstr ""
3905
 
3906
+ #: core/lib/wpbc_all_translations.php:709 core/wpbc-activation.php:1022
3907
  msgid "Booking form"
3908
  msgstr ""
3909
 
3910
+ #: core/lib/wpbc_all_translations.php:710 core/wpbc-activation.php:1119
3911
  #: inc/_ps/admin/page-email-edit.php:310
3912
  msgid "The reservation has been modified"
3913
  msgstr ""
3914
 
3915
+ #: core/lib/wpbc_all_translations.php:711 core/wpbc-activation.php:1120
3916
  #: inc/_ps/admin/page-email-edit.php:324
3917
  #, php-format
3918
  msgid ""
3920
  "Thank you, %s"
3921
  msgstr ""
3922
 
3923
+ #: core/lib/wpbc_all_translations.php:712 core/wpbc-activation.php:1183
3924
  #: inc/_bs/admin/api-settings-s.php:376
3925
  msgid "Booked Times:"
3926
  msgstr ""
3927
 
3928
+ #: core/lib/wpbc_all_translations.php:713 core/wpbc-activation.php:1203
3929
  msgid ""
3930
  "This booking canceled because we did not receive payment and the administrator did not approve "
3931
  "it."
3932
  msgstr ""
3933
 
3934
+ #: core/lib/wpbc_all_translations.php:714 core/wpbc-activation.php:1235
3935
  #: inc/_bs/admin/page-email-payment.php:314
3936
  msgid "You need to make payment for this reservation"
3937
  msgstr ""
3938
 
3939
+ #: core/lib/wpbc_all_translations.php:715 core/wpbc-activation.php:1236
3940
  #: inc/_bs/admin/page-email-payment.php:328
3941
  #, php-format
3942
  msgid ""
3944
  "Thank you, %s"
3945
  msgstr ""
3946
 
3947
+ #: core/lib/wpbc_all_translations.php:716 core/wpbc-activation.php:1273
3948
  #: inc/_bm/admin/api-settings-m.php:247
3949
  msgid "Cost: "
3950
  msgstr ""
3951
 
3952
+ #: core/lib/wpbc_all_translations.php:717 core/wpbc-activation.php:1304
3953
  #: inc/_bl/admin/api-settings-l.php:75
3954
  msgid "Available: "
3955
  msgstr ""
3956
 
3957
+ #: core/lib/wpbc_all_translations.php:718 core/wpbc-emails.php:78
3958
  msgid "Booking system"
3959
  msgstr ""
3960
 
3961
+ #: core/lib/wpbc_all_translations.php:719 core/wpbc-emails.php:184
3962
  msgid ""
3963
  "You can use (in subject and content of email template) any shortcodes, which you used in the "
3964
  "booking form. Use the shortcodes in the same way as you used them in the content form at "
3965
  "Settings Fields page."
3966
  msgstr ""
3967
 
3968
+ #: core/lib/wpbc_all_translations.php:720 core/wpbc-emails.php:187
3969
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
3970
  msgid "You can use following shortcodes in content of this template"
3971
  msgstr ""
3972
 
3973
+ #: core/lib/wpbc_all_translations.php:721 core/wpbc-emails.php:191
3974
  #: inc/gateways/page-gateways.php:1068
3975
  #, php-format
3976
  msgid ""
3978
  "Fields page"
3979
  msgstr ""
3980
 
3981
+ #: core/lib/wpbc_all_translations.php:722 core/wpbc-emails.php:193
3982
  #, php-format
3983
  msgid "%s - inserting data info about the booking"
3984
  msgstr ""
3985
 
3986
+ #: core/lib/wpbc_all_translations.php:723 core/wpbc-emails.php:197
3987
  #, php-format
3988
  msgid "%s - inserting the dates of booking"
3989
  msgstr ""
3990
 
3991
+ #: core/lib/wpbc_all_translations.php:724 core/wpbc-emails.php:201
3992
  #, php-format
3993
  msgid "%s - inserting check-in date (first day of reservation),"
3994
  msgstr ""
3995
 
3996
+ #: core/lib/wpbc_all_translations.php:725 core/wpbc-emails.php:206 core/wpbc-emails.php:208
3997
  #, php-format
3998
  msgid "%s - inserting check-out date (last day of reservation),"
3999
  msgstr ""
4000
 
4001
+ #: core/lib/wpbc_all_translations.php:726 core/wpbc-emails.php:213
4002
  #, php-format
4003
  msgid "%s - inserting the number of booking dates "
4004
  msgstr ""
4005
 
4006
+ #: core/lib/wpbc_all_translations.php:727 core/wpbc-emails.php:219
4007
  #, php-format
4008
  msgid "%s - inserting ID of booking "
4009
  msgstr ""
4010
 
4011
+ #: core/lib/wpbc_all_translations.php:728 core/wpbc-emails.php:224
4012
  #, php-format
4013
  msgid "%s or %s - inserting the title of the booking resource "
4014
  msgstr ""
4015
 
4016
+ #: core/lib/wpbc_all_translations.php:729 core/wpbc-emails.php:230
4017
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:811
4018
  #, php-format
4019
  msgid "%s - inserting the cost of booking "
4020
  msgstr ""
4021
 
4022
+ #: core/lib/wpbc_all_translations.php:730 core/wpbc-emails.php:236
4023
  #, php-format
4024
  msgid "%s - inserting your site URL "
4025
  msgstr ""
4026
 
4027
+ #: core/lib/wpbc_all_translations.php:731 core/wpbc-emails.php:239
4028
  #, php-format
4029
  msgid "%s - inserting IP address of the user who made this action "
4030
  msgstr ""
4031
 
4032
+ #: core/lib/wpbc_all_translations.php:732 core/wpbc-emails.php:240
4033
  #, php-format
4034
  msgid ""
4035
  "%s - inserting contents of the User-Agent: header from the current request, if there is one "
4036
  msgstr ""
4037
 
4038
+ #: core/lib/wpbc_all_translations.php:733 core/wpbc-emails.php:241
4039
  #, php-format
4040
  msgid "%s - inserting address of the page (if any), where visitor make this action "
4041
  msgstr ""
4042
 
4043
+ #: core/lib/wpbc_all_translations.php:734 core/wpbc-emails.php:245
4044
  #, php-format
4045
  msgid "%s - inserting date of this action "
4046
  msgstr ""
4047
 
4048
+ #: core/lib/wpbc_all_translations.php:735 core/wpbc-emails.php:242
4049
  #, php-format
4050
  msgid "%s - inserting time of this action "
4051
  msgstr ""
4052
 
4053
+ #: core/lib/wpbc_all_translations.php:736 core/wpbc-emails.php:259
4054
  #, php-format
4055
  msgid "%s - inserting moderate link of new booking "
4056
  msgstr ""
4057
 
4058
+ #: core/lib/wpbc_all_translations.php:737 core/wpbc-emails.php:276
4059
  #, php-format
4060
  msgid ""
4061
  "%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
4062
  "parameter for setting different %s of this page. Example: %s )"
4063
  msgstr ""
4064
 
4065
+ #: core/lib/wpbc_all_translations.php:738 core/wpbc-emails.php:280
4066
  #, php-format
4067
  msgid ""
4068
  "%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
4069
  "%s parameter for setting different %s of this page. Example: %s )"
4070
  msgstr ""
4071
 
4072
+ #: core/lib/wpbc_all_translations.php:739 core/wpbc-emails.php:285
4073
  #, php-format
4074
  msgid ""
4075
  "%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
4076
  "the %s parameter for setting different %s of this page. Example: %s )"
4077
  msgstr ""
4078
 
4079
+ #: core/lib/wpbc_all_translations.php:740 core/wpbc-emails.php:289
4080
  #, php-format
4081
  msgid "%s - add the reason for booking payment, you can enter it before sending email, "
4082
  msgstr ""
4083
 
4084
+ #: core/lib/wpbc_all_translations.php:741 core/wpbc-emails.php:295
4085
  #, php-format
4086
  msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
4087
  msgstr ""
4088
 
4089
+ #: core/lib/wpbc_all_translations.php:742 core/wpbc-emails.php:303 core/wpbc-translation.php:284
4090
  msgid "Configuration in several languages"
4091
  msgstr ""
4092
 
4093
+ #: core/lib/wpbc_all_translations.php:743 core/wpbc-emails.php:304 core/wpbc-translation.php:285
4094
  #, php-format
4095
  msgid "%s - start new translation section, where %s - locale of translation"
4096
  msgstr ""
4097
 
4098
+ #: core/lib/wpbc_all_translations.php:744 core/wpbc-emails.php:305 core/wpbc-translation.php:286
4099
  #, php-format
4100
  msgid "Example #1: %s - start French translation section"
4101
  msgstr ""
4102
 
4103
+ #: core/lib/wpbc_all_translations.php:745 core/wpbc-emails.php:306 core/wpbc-translation.php:287
4104
  #, php-format
4105
  msgid "Example #2: \"%s\" - English and French translation of some message"
4106
  msgstr ""
4107
 
4108
+ #: core/lib/wpbc_all_translations.php:746 core/wpbc-functions.php:1018 inc/_bm/biz_m.php:2066
4109
  msgid "yes"
4110
  msgstr ""
4111
 
4112
+ #: core/lib/wpbc_all_translations.php:747 core/wpbc-functions.php:1022
4113
  msgid "no"
4114
  msgstr ""
4115
 
4116
+ #: core/lib/wpbc_all_translations.php:748 core/wpbc-functions.php:1927
4117
  #: inc/_bm/admin/page-cost.php:48 inc/_bm/admin/page-cost.php:586
4118
  msgid "Costs and Rates"
4119
  msgstr ""
4120
 
4121
+ #: core/lib/wpbc_all_translations.php:749 core/wpbc-functions.php:1936
4122
  #: inc/_bm/admin/page-cost-advanced.php:43 inc/_bm/admin/page-cost-advanced.php:148
4123
  #: inc/gateways/page-gateways.php:92
4124
  msgid "Advanced Cost"
4125
  msgstr ""
4126
 
4127
+ #: core/lib/wpbc_all_translations.php:750 core/wpbc-functions.php:1945
4128
  #: inc/_bl/admin/page-coupons.php:45 inc/_bl/admin/page-coupons.php:47
4129
  msgid "Coupons"
4130
  msgstr ""
4131
 
4132
+ #: core/lib/wpbc_all_translations.php:751 core/wpbc-functions.php:1963
4133
  #: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
4134
  msgid "Season Filters"
4135
  msgstr ""
4136
 
4137
+ #: core/lib/wpbc_all_translations.php:752 core/wpbc-functions.php:2125
4138
  msgid "Warning! Some error occur, during sending registration request."
4139
  msgstr ""
4140
 
4141
+ #: core/lib/wpbc_all_translations.php:753 core/wpbc-functions.php:2130
4142
  msgid ""
4143
  "Please refresh this page and if the same error appear again contact support by email (with info "
4144
  "about order number and website) for finishing the registrations"
4145
  msgstr ""
4146
 
4147
+ #: core/lib/wpbc_all_translations.php:754 core/wpbc-functions.php:2158
4148
  #, php-format
4149
  msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
4150
  msgstr ""
4151
 
4152
+ #: core/lib/wpbc_all_translations.php:755 core/wpbc-functions.php:2326
4153
  msgid "Changes saved."
4154
  msgstr ""
4155
 
4156
+ #: core/lib/wpbc_all_translations.php:756 core/wpbc-functions.php:2436
4157
  msgid "Click to toggle"
4158
  msgstr ""
4159
 
4160
+ #: core/lib/wpbc_all_translations.php:757 core/wpbc-functions.php:2497
4161
  msgid "Prev"
4162
  msgstr ""
4163
 
4164
+ #: core/lib/wpbc_all_translations.php:758 core/wpbc-functions.php:2857
4165
  msgid "We&#8217;ve assembled some links to get you started:"
4166
  msgstr ""
4167
 
4168
+ #: core/lib/wpbc_all_translations.php:759 core/wpbc-functions.php:2860
4169
  msgid "Get Started"
4170
  msgstr ""
4171
 
4172
+ #: core/lib/wpbc_all_translations.php:760 core/wpbc-functions.php:2863
4173
  #, php-format
4174
  msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
4175
  msgstr ""
4176
 
4177
+ #: core/lib/wpbc_all_translations.php:761 core/wpbc-functions.php:2872
4178
  #, php-format
4179
  msgid "or add booking calendar %sWidget%s to your sidebar."
4180
  msgstr ""
4181
 
4182
+ #: core/lib/wpbc_all_translations.php:762 core/wpbc-functions.php:2878
4183
  #, php-format
4184
  msgid "Check %show todo%s that and what %sshortcodes%s are available."
4185
  msgstr ""
4186
 
4187
+ #: core/lib/wpbc_all_translations.php:763 core/wpbc-functions.php:2885
4188
  #, php-format
4189
  msgid "Add new booking from your post/page or from %sAdmin Panel%s."
4190
  msgstr ""
4191
 
4192
+ #: core/lib/wpbc_all_translations.php:764 core/wpbc-functions.php:2891
4193
  msgid "Next Steps"
4194
  msgstr ""
4195
 
4196
+ #: core/lib/wpbc_all_translations.php:765 core/wpbc-functions.php:2894
4197
  #, php-format
4198
  msgid "Check %sBooking Listing%s page for new bookings."
4199
  msgstr ""
4200
 
4201
+ #: core/lib/wpbc_all_translations.php:766 core/wpbc-functions.php:2899
4202
  #, php-format
4203
  msgid "Configure booking %sSettings%s."
4204
  msgstr ""
4205
 
4206
+ #: core/lib/wpbc_all_translations.php:767 core/wpbc-functions.php:2903
4207
  #, php-format
4208
  msgid "Configure predefined set of your %sForm Fields%s."
4209
  msgstr ""
4210
 
4211
+ #: core/lib/wpbc_all_translations.php:768 core/wpbc-functions.php:2907
4212
  #, php-format
4213
  msgid "Configure your predefined %sEmail Templates%s."
4214
  msgstr ""
4215
 
4216
+ #: core/lib/wpbc_all_translations.php:769 core/wpbc-functions.php:2913
4217
  msgid "Have a questions?"
4218
  msgstr ""
4219
 
4220
+ #: core/lib/wpbc_all_translations.php:770 core/wpbc-functions.php:2916
4221
  #, php-format
4222
  msgid "Check out our %sHelp%s"
4223
  msgstr ""
4224
 
4225
+ #: core/lib/wpbc_all_translations.php:771 core/wpbc-functions.php:2921
4226
  #, php-format
4227
  msgid "See %sFAQ%s."
4228
  msgstr ""
4229
 
4230
+ #: core/lib/wpbc_all_translations.php:772 core/wpbc-functions.php:2926
4231
  #, php-format
4232
  msgid "Still having questions? Contact %sSupport%s."
4233
  msgstr ""
4234
 
4235
+ #: core/lib/wpbc_all_translations.php:773 core/wpbc-functions.php:2934 core/wpbc.php:205
4236
  #, php-format
4237
  msgid "Need even more functionality? Check %s higher versions %s"
4238
  msgstr ""
4239
 
4240
+ #: core/lib/wpbc_all_translations.php:774 core/wpbc-js.php:112
4241
  msgid "This field is required"
4242
  msgstr ""
4243
 
4244
+ #: core/lib/wpbc_all_translations.php:775 core/wpbc-js.php:113
4245
  msgid "This checkbox must be checked"
4246
  msgstr ""
4247
 
4248
+ #: core/lib/wpbc_all_translations.php:776 core/wpbc-js.php:114
4249
  msgid "At least one option must be selected"
4250
  msgstr ""
4251
 
4252
+ #: core/lib/wpbc_all_translations.php:777 core/wpbc-js.php:115
4253
  msgid "Incorrect email field"
4254
  msgstr ""
4255
 
4256
+ #: core/lib/wpbc_all_translations.php:778 core/wpbc-js.php:116
4257
  msgid "Your emails do not match"
4258
  msgstr ""
4259
 
4260
+ #: core/lib/wpbc_all_translations.php:779 core/wpbc-js.php:117
4261
  msgid "Please, select booking date(s) at Calendar."
4262
  msgstr ""
4263
 
4264
+ #: core/lib/wpbc_all_translations.php:780 core/wpbc-js.php:132
4265
  msgid "Deleting"
4266
  msgstr ""
4267
 
4268
+ #: core/lib/wpbc_all_translations.php:781 core/wpbc-js.php:133
4269
  msgid "Updating"
4270
  msgstr ""
4271
 
4272
+ #: core/lib/wpbc_all_translations.php:782 core/wpbc-js.php:134
4273
  msgid "Saving"
4274
  msgstr ""
4275
 
4276
+ #: core/lib/wpbc_all_translations.php:783 core/wpbc.php:97
4277
  msgid "Booking"
4278
  msgstr ""
4279
 
4280
+ #: core/lib/wpbc_all_translations.php:784 core/wpbc.php:289 core/wpbc.php:296
4281
  msgid "Action is not allowed!"
4282
  msgstr ""
4283
 
4284
+ #: core/lib/wpbc_all_translations.php:785 inc/_bl/admin/activation-l.php:119
4285
  #: inc/_bl/admin/activation-l.php:123 inc/_bl/admin/activation-l.php:174
4286
  #: inc/_bl/admin/page-search.php:770 inc/_bm/admin/api-settings-m.php:567 inc/_bm/m-toolbar.php:62
4287
  #: inc/_bm/m-toolbar.php:414 inc/_ps/admin/page-settings-form.php:328
4289
  msgid "Standard"
4290
  msgstr ""
4291
 
4292
+ #: core/lib/wpbc_all_translations.php:786 inc/_bl/admin/activation-l.php:120
4293
  #: inc/_bl/admin/activation-l.php:124 inc/_bl/admin/activation-l.php:157
4294
  #: inc/_bl/admin/activation-l.php:158 inc/_bl/admin/activation-l.php:175
4295
  msgid "Superior"
4296
  msgstr ""
4297
 
4298
+ #: core/lib/wpbc_all_translations.php:787 inc/_bl/admin/activation-l.php:120
4299
  #: inc/_bs/admin/activation-s.php:93
4300
  msgid "Resource #1"
4301
  msgstr ""
4302
 
4303
+ #: core/lib/wpbc_all_translations.php:788 inc/_bl/admin/activation-l.php:121
4304
  #: inc/_bl/admin/activation-l.php:125
4305
  msgid "Presidential Suite"
4306
  msgstr ""
4307
 
4308
+ #: core/lib/wpbc_all_translations.php:789 inc/_bl/admin/activation-l.php:121
4309
  #: inc/_bs/admin/activation-s.php:94
4310
  msgid "Resource #2"
4311
  msgstr ""
4312
 
4313
+ #: core/lib/wpbc_all_translations.php:790 inc/_bl/admin/activation-l.php:122
4314
  #: inc/_bl/admin/activation-l.php:126 inc/_mu/admin/activation-u.php:83
4315
  msgid "Royal Villa"
4316
  msgstr ""
4317
 
4318
+ #: core/lib/wpbc_all_translations.php:791 inc/_bl/admin/activation-l.php:122
4319
  #: inc/_bs/admin/activation-s.php:95
4320
  msgid "Resource #3"
4321
  msgstr ""
4322
 
4323
+ #: core/lib/wpbc_all_translations.php:792 inc/_bl/admin/api-settings-l.php:34
4324
  msgid ""
4325
  "Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
4326
  "for search results"
4327
  msgstr ""
4328
 
4329
+ #: core/lib/wpbc_all_translations.php:793 inc/_bl/admin/api-settings-l.php:43
4330
  msgid ""
4331
  "Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
4332
  "1 search results"
4333
  msgstr ""
4334
 
4335
+ #: core/lib/wpbc_all_translations.php:794 inc/_bl/admin/api-settings-l.php:66
4336
  msgid "Show availability in tooltip"
4337
  msgstr ""
4338
 
4339
+ #: core/lib/wpbc_all_translations.php:795 inc/_bl/admin/api-settings-l.php:67
4340
  msgid ""
4341
  "Check this box to display the available number of booking resources with a tooltip, when mouse "
4342
  "hovers over each day on the calendar(s)."
4343
  msgstr ""
4344
 
4345
+ #: core/lib/wpbc_all_translations.php:796 inc/_bl/admin/api-settings-l.php:76
4346
  msgid "Availability Title"
4347
  msgstr ""
4348
 
4349
+ #: core/lib/wpbc_all_translations.php:797 inc/_bl/admin/api-settings-l.php:77
4350
  #, php-format
4351
  msgid "Type your %savailability%s description"
4352
  msgstr ""
4353
 
4354
+ #: core/lib/wpbc_all_translations.php:798 inc/_bl/admin/api-settings-l.php:110
4355
  #: inc/_bs/admin/api-settings-s.php:516
4356
  msgid "Auto-cancel bookings"
4357
  msgstr ""
4358
 
4359
+ #: core/lib/wpbc_all_translations.php:799 inc/_bl/admin/api-settings-l.php:111
4360
  #: inc/_bl/admin/api-settings-l.php:131
4361
  msgid ""
4362
  "Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
4363
  "date(s)"
4364
  msgstr ""
4365
 
4366
+ #: core/lib/wpbc_all_translations.php:800 inc/_bl/admin/api-settings-l.php:129
4367
  #: inc/_bl/admin/api-settings-l.php:289
4368
  msgid ""
4369
  "Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
4371
  "approved booking, will be automatically canceled!"
4372
  msgstr ""
4373
 
4374
+ #: core/lib/wpbc_all_translations.php:801 inc/_bl/admin/api-settings-l.php:160
4375
  msgid "Set capacity based on number of visitors"
4376
  msgstr ""
4377
 
4378
+ #: core/lib/wpbc_all_translations.php:802 inc/_bl/admin/api-settings-l.php:161
4379
  msgid ""
4380
  "Check this box if you want total availability (daily capacity) to depend on the number of "
4381
  "selected visitors."
4382
  msgstr ""
4383
 
4384
+ #: core/lib/wpbc_all_translations.php:803 inc/_bl/admin/api-settings-l.php:162
4385
  #: inc/_ps/admin/api-settings-p.php:330 inc/_ps/admin/api-settings-p.php:343
4386
  #, php-format
4387
  msgid "Please read more info about configuration of this parameter %shere%s"
4388
  msgstr ""
4389
 
4390
+ #: core/lib/wpbc_all_translations.php:804 inc/_bl/admin/api-settings-l.php:177
4391
  msgid ""
4392
  "Add tooltip on calendar(s) to show availability based on the number of available booking "
4393
  "resource items remaining for each day."
4394
  msgstr ""
4395
 
4396
+ #: core/lib/wpbc_all_translations.php:805 inc/_bl/admin/api-settings-l.php:180
4397
  #, php-format
4398
  msgid ""
4399
  "Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
4400
  "of visitors specified on the booking form."
4401
  msgstr ""
4402
 
4403
+ #: core/lib/wpbc_all_translations.php:806 inc/_bl/admin/api-settings-l.php:183
4404
  msgid ""
4405
  "Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
4406
  "for the resource, which can be at free booking resource items."
4407
  msgstr ""
4408
 
4409
+ #: core/lib/wpbc_all_translations.php:807 inc/_bl/admin/api-settings-l.php:186
4410
  #, php-format
4411
  msgid ""
4412
  "Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
4413
  "visitors specified on the booking form."
4414
  msgstr ""
4415
 
4416
+ #: core/lib/wpbc_all_translations.php:808 inc/_bl/admin/api-settings-l.php:214
4417
  msgid "Disable bookings in different booking resources"
4418
  msgstr ""
4419
 
4420
+ #: core/lib/wpbc_all_translations.php:809 inc/_bl/admin/api-settings-l.php:215
4421
  msgid ""
4422
  "Check this box to dissable reservations, which can be stored in different booking resources."
4423
  msgstr ""
4424
 
4425
+ #: core/lib/wpbc_all_translations.php:810 inc/_bl/admin/api-settings-l.php:216
4426
  msgid ""
4427
  "When checked, all reserved days must be at same booking resource otherwise error message will "
4428
  "show."
4429
  msgstr ""
4430
 
4431
+ #: core/lib/wpbc_all_translations.php:811 inc/_bl/admin/api-settings-l.php:337
4432
  #: inc/_ps/p-toolbar.php:1213
4433
  msgid "Parent"
4434
  msgstr ""
4435
 
4436
+ #: core/lib/wpbc_all_translations.php:812 inc/_bl/admin/api-settings-l.php:343
4437
  #: inc/_ps/p-toolbar.php:1231
4438
  msgid "Priority"
4439
  msgstr ""
4440
 
4441
+ #: core/lib/wpbc_all_translations.php:813 inc/_bl/admin/api-settings-l.php:350
4442
  msgid "Max visitors"
4443
  msgstr ""
4444
 
4445
+ #: core/lib/wpbc_all_translations.php:814 inc/_bl/admin/api-settings-l.php:470
4446
  msgid "Single"
4447
  msgstr ""
4448
 
4449
+ #: core/lib/wpbc_all_translations.php:815 inc/_bl/admin/api-settings-l.php:472
4450
  msgid "Child"
4451
  msgstr ""
4452
 
4453
+ #: core/lib/wpbc_all_translations.php:816 inc/_bl/admin/page-coupons.php:46
4454
  msgid "Setting coupons for discount"
4455
  msgstr ""
4456
 
4457
+ #: core/lib/wpbc_all_translations.php:817 inc/_bl/admin/page-coupons.php:122
4458
  #: inc/_bm/m-toolbar.php:600 inc/_bm/m-toolbar.php:602
4459
  msgid "Create dates filter"
4460
  msgstr ""
4461
 
4462
+ #: core/lib/wpbc_all_translations.php:818 inc/_bl/admin/page-coupons.php:124
4463
  #: inc/_bl/admin/page-coupons.php:871
4464
  msgid "Add New Discount Coupon"
4465
  msgstr ""
4466
 
4467
+ #: core/lib/wpbc_all_translations.php:819 inc/_bl/admin/page-coupons.php:214
4468
  #: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-cost.php:217
4469
  #: inc/_bm/admin/page-seasons.php:199 inc/_ps/admin/page-resources.php:187
4470
  msgid "Bulk Actions"
4471
  msgstr ""
4472
 
4473
+ #: core/lib/wpbc_all_translations.php:820 inc/_bl/admin/page-coupons.php:505
4474
  #: inc/_bl/admin/page-coupons.php:1170
4475
  msgid "Coupon Code"
4476
  msgstr ""
4477
 
4478
+ #: core/lib/wpbc_all_translations.php:821 inc/_bl/admin/page-coupons.php:511
4479
  #: inc/_bl/admin/page-coupons.php:1185 inc/_bl/admin/page-coupons.php:1192
4480
  msgid "Savings"
4481
  msgstr ""
4482
 
4483
+ #: core/lib/wpbc_all_translations.php:822 inc/_bl/admin/page-coupons.php:517
4484
  msgid "Minimum Cost"
4485
  msgstr ""
4486
 
4487
+ #: core/lib/wpbc_all_translations.php:823 inc/_bl/admin/page-coupons.php:524
4488
  msgid "Expiration"
4489
  msgstr ""
4490
 
4491
+ #: core/lib/wpbc_all_translations.php:824 inc/_bl/admin/page-coupons.php:533
4492
  msgid "Number of usage"
4493
  msgstr ""
4494
 
4495
+ #: core/lib/wpbc_all_translations.php:825 inc/_bl/admin/page-coupons.php:585
4496
  #: inc/_bm/admin/page-availability.php:571 inc/_bm/admin/page-availability.php:1056
4497
  #: inc/_bm/admin/page-cost-rate.php:256 inc/_bm/admin/page-cost-valuation.php:416
4498
  #: inc/_bm/admin/page-cost.php:648 inc/_bm/admin/page-seasons.php:565
4501
  msgid "Select Booking Resource"
4502
  msgstr ""
4503
 
4504
+ #: core/lib/wpbc_all_translations.php:826 inc/_bl/admin/page-coupons.php:776
4505
  #: inc/_bl/admin/page-coupons.php:1396 inc/_ps/admin/api-settings-p.php:29
4506
  #: inc/_ps/p-toolbar.php:722
4507
  msgid "All resources"
4508
  msgstr ""
4509
 
4510
+ #: core/lib/wpbc_all_translations.php:827 inc/_bl/admin/page-coupons.php:993
4511
  #: inc/_ps/wpbc-form-templates.php:124 inc/_ps/wpbc-form-templates.php:196
4512
  msgid "Coupon"
4513
  msgstr ""
4514
 
4515
+ #: core/lib/wpbc_all_translations.php:828 inc/_bl/admin/page-coupons.php:1171
4516
  msgid "Enter coupon code."
4517
  msgstr ""
4518
 
4519
+ #: core/lib/wpbc_all_translations.php:829 inc/_bl/admin/page-coupons.php:1232
4520
  msgid "Enter number of fixed or percentage savings."
4521
  msgstr ""
4522
 
4523
+ #: core/lib/wpbc_all_translations.php:830 inc/_bl/admin/page-coupons.php:1235
4524
  msgid "Expiration Date"
4525
  msgstr ""
4526
 
4527
+ #: core/lib/wpbc_all_translations.php:831 inc/_bl/admin/page-coupons.php:1311
4528
  msgid "Select Expiration Date of the coupon."
4529
  msgstr ""
4530
 
4531
+ #: core/lib/wpbc_all_translations.php:832 inc/_bl/admin/page-coupons.php:1318
4532
  msgid "Minimum Booking Cost"
4533
  msgstr ""
4534
 
4535
+ #: core/lib/wpbc_all_translations.php:833 inc/_bl/admin/page-coupons.php:1319
4536
  msgid "Enter minimum booking cost, when coupon is applicable."
4537
  msgstr ""
4538
 
4539
+ #: core/lib/wpbc_all_translations.php:834 inc/_bl/admin/page-coupons.php:1336
4540
  msgid "Maximum number of usage"
4541
  msgstr ""
4542
 
4543
+ #: core/lib/wpbc_all_translations.php:835 inc/_bl/admin/page-coupons.php:1337
4544
  msgid "Enter maximum number of times, when coupon is applicable."
4545
  msgstr ""
4546
 
4547
+ #: core/lib/wpbc_all_translations.php:836 inc/_bl/admin/page-coupons.php:1360
4548
  msgid "Select booking resources, where is possible to apply this coupon code."
4549
  msgstr ""
4550
 
4551
+ #: core/lib/wpbc_all_translations.php:837 inc/_bl/admin/page-coupons.php:1378
4552
  #: inc/_bm/admin/page-seasons.php:1224 inc/_bm/admin/page-seasons.php:1442
4553
  #: inc/_ps/p-toolbar.php:1157
4554
  msgid "Add New"
4555
  msgstr ""
4556
 
4557
+ #: core/lib/wpbc_all_translations.php:838 inc/_bl/admin/page-search.php:87
4558
  #: inc/_bl/admin/page-search.php:126 inc/_bm/admin/page-cost-advanced.php:692
4559
  #: inc/_ps/admin/page-settings-form.php:696 inc/gateways/page-gateways.php:1067
4560
  msgid "Use these shortcodes for customization: "
4561
  msgstr ""
4562
 
4563
+ #: core/lib/wpbc_all_translations.php:839 inc/_bl/admin/page-search.php:88
4564
  #, php-format
4565
  msgid "%s - search inside posts/pages which are part of this category, "
4566
  msgstr ""
4567
 
4568
+ #: core/lib/wpbc_all_translations.php:840 inc/_bl/admin/page-search.php:89
4569
  #, php-format
4570
  msgid "%s - search inside posts/pages which have this tag, "
4571
  msgstr ""
4572
 
4573
+ #: core/lib/wpbc_all_translations.php:841 inc/_bl/admin/page-search.php:90
4574
  #: inc/_bl/admin/page-search.php:142
4575
  #, php-format
4576
  msgid "%s - check-in date, "
4577
  msgstr ""
4578
 
4579
+ #: core/lib/wpbc_all_translations.php:842 inc/_bl/admin/page-search.php:91
4580
  #: inc/_bl/admin/page-search.php:143
4581
  #, php-format
4582
  msgid "%s - check-out date, "
4583
  msgstr ""
4584
 
4585
+ #: core/lib/wpbc_all_translations.php:843 inc/_bl/admin/page-search.php:92
4586
  #, php-format
4587
  msgid "%s - default selection number of visitors, "
4588
  msgstr ""
4589
 
4590
+ #: core/lib/wpbc_all_translations.php:844 inc/_bl/admin/page-search.php:93
4591
  #, php-format
4592
  msgid "Example: %s - custom number of visitor selections\""
4593
  msgstr ""
4594
 
4595
+ #: core/lib/wpbc_all_translations.php:845 inc/_bl/admin/page-search.php:95
4596
  #, php-format
4597
  msgid "%s - search button, "
4598
  msgstr ""
4599
 
4600
+ #: core/lib/wpbc_all_translations.php:846 inc/_bl/admin/page-search.php:96
4601
  #: inc/_bl/admin/page-search.php:148
4602
  msgid "HTML tags is accepted."
4603
  msgstr ""
4604
 
4605
+ #: core/lib/wpbc_all_translations.php:847 inc/_bl/admin/page-search.php:127
4606
  #, php-format
4607
  msgid "%s - resource title, "
4608
  msgstr ""
4609
 
4610
+ #: core/lib/wpbc_all_translations.php:848 inc/_bl/admin/page-search.php:128
4611
  #: inc/_bl/admin/page-search.php:129
4612
  #, php-format
4613
  msgid "%s - link to the page with booking form, "
4614
  msgstr ""
4615
 
4616
+ #: core/lib/wpbc_all_translations.php:849 inc/_bl/admin/page-search.php:130
4617
  #, php-format
4618
  msgid "%s - availability of booking resource, "
4619
  msgstr ""
4620
 
4621
+ #: core/lib/wpbc_all_translations.php:850 inc/_bl/admin/page-search.php:131
4622
  #, php-format
4623
  msgid "%s - maximum number of visitors for the booking resource, "
4624
  msgstr ""
4625
 
4626
+ #: core/lib/wpbc_all_translations.php:851 inc/_bl/admin/page-search.php:132
4627
  #, php-format
4628
  msgid "%s - cost of booking the resource, "
4629
  msgstr ""
4630
 
4631
+ #: core/lib/wpbc_all_translations.php:852 inc/_bl/admin/page-search.php:133
4632
  #, php-format
4633
  msgid "%s - featured image, taken from the featured image associated with the post, "
4634
  msgstr ""
4635
 
4636
+ #: core/lib/wpbc_all_translations.php:853 inc/_bl/admin/page-search.php:134
4637
  #, php-format
4638
  msgid "%s - booking info, taken from the excerpt associated with the post, "
4639
  msgstr ""
4640
 
4641
+ #: core/lib/wpbc_all_translations.php:854 inc/_bl/admin/page-search.php:136
4642
  #: inc/_ps/form/class-wpbc-form-help.php:677
4643
  msgid "Full cost of the booking."
4644
  msgstr ""
4645
 
4646
+ #: core/lib/wpbc_all_translations.php:855 inc/_bl/admin/page-search.php:137
4647
  #: inc/_ps/form/class-wpbc-form-help.php:679
4648
  msgid "Cost of the booking for the selected dates only."
4649
  msgstr ""
4650
 
4651
+ #: core/lib/wpbc_all_translations.php:856 inc/_bl/admin/page-search.php:138
4652
  #: inc/_ps/form/class-wpbc-form-help.php:681
4653
  msgid "Additional cost, which depends on the fields selection in the form."
4654
  msgstr ""
4655
 
4656
+ #: core/lib/wpbc_all_translations.php:857 inc/_bl/admin/page-search.php:139
4657
  #: inc/_ps/form/class-wpbc-form-help.php:683
4658
  msgid "The deposit cost of the booking."
4659
  msgstr ""
4660
 
4661
+ #: core/lib/wpbc_all_translations.php:858 inc/_bl/admin/page-search.php:140
4662
  #: inc/_ps/form/class-wpbc-form-help.php:685
4663
  msgid "Balance cost of the booking - difference between deposit and full cost."
4664
  msgstr ""
4665
 
4666
+ #: core/lib/wpbc_all_translations.php:859 inc/_bl/admin/page-search.php:155
4667
  msgid "hour(s)"
4668
  msgstr ""
4669
 
4670
+ #: core/lib/wpbc_all_translations.php:860 inc/_bl/admin/page-search.php:158
4671
  #: inc/_bm/admin/api-settings-m.php:74 inc/_bm/admin/api-settings-m.php:129
4672
  msgid "day(s)"
4673
  msgstr ""
4674
 
4675
+ #: core/lib/wpbc_all_translations.php:861 inc/_bl/admin/page-search.php:163
4676
  msgid "Cache expiration"
4677
  msgstr ""
4678
 
4679
+ #: core/lib/wpbc_all_translations.php:862 inc/_bl/admin/page-search.php:164
4680
  msgid "Select time of cache expiration"
4681
  msgstr ""
4682
 
4683
+ #: core/lib/wpbc_all_translations.php:863 inc/_bl/admin/page-search.php:354
4684
  #: inc/_bl/admin/page-search.php:355
4685
  msgid "Search Settings"
4686
  msgstr ""
4687
 
4688
+ #: core/lib/wpbc_all_translations.php:864 inc/_bl/admin/page-search.php:416
4689
  msgid "Cache Updated"
4690
  msgstr ""
4691
 
4692
+ #: core/lib/wpbc_all_translations.php:865 inc/_bl/admin/page-search.php:441
4693
  #: inc/_bl/admin/page-search.php:487
4694
  msgid "Search Availability Form"
4695
  msgstr ""
4696
 
4697
+ #: core/lib/wpbc_all_translations.php:866 inc/_bl/admin/page-search.php:442
4698
  #: inc/_bl/admin/page-search.php:505 js/wpbc-gutenberg.js:1069
4699
  msgid "Search Results"
4700
  msgstr ""
4701
 
4702
+ #: core/lib/wpbc_all_translations.php:867 inc/_bl/admin/page-search.php:443
4703
  #: inc/_bl/admin/page-search.php:532
4704
  msgid "Search Cache"
4705
  msgstr ""
4706
 
4707
+ #: core/lib/wpbc_all_translations.php:868 inc/_bl/admin/page-search.php:479
4708
  #, php-format
4709
  msgid ""
4710
  "If you do not see search results at front-end side of your website, please check troubleshooting "
4711
  "instruction %shere%s"
4712
  msgstr ""
4713
 
4714
+ #: core/lib/wpbc_all_translations.php:869 inc/_bl/admin/page-search.php:512
4715
  msgid "CSS customization of search form and search results you can make at this file"
4716
  msgstr ""
4717
 
4718
+ #: core/lib/wpbc_all_translations.php:870 inc/_bl/admin/page-search.php:684
4719
  #: inc/_bl/admin/page-search.php:748
4720
  msgid "Select Template"
4721
  msgstr ""
4722
 
4723
+ #: core/lib/wpbc_all_translations.php:871
4724
  msgid "Inlinee Search Form Template"
4725
  msgstr ""
4726
 
4727
+ #: core/lib/wpbc_all_translations.php:872 inc/_bl/admin/page-search.php:715
4728
  msgid "Horizontal Search Form Template"
4729
  msgstr ""
4730
 
4731
+ #: core/lib/wpbc_all_translations.php:873 inc/_bl/admin/page-search.php:725
4732
  msgid "Standard Search Form Template"
4733
  msgstr ""
4734
 
4735
+ #: core/lib/wpbc_all_translations.php:874 inc/_bl/admin/page-search.php:837
4736
  #: inc/_bm/admin/page-seasons.php:1227 inc/_bm/admin/page-seasons.php:1445
4737
  #: inc/_ps/admin/page-settings-form.php:530
4738
  msgid "Reset"
4739
  msgstr ""
4740
 
4741
+ #: core/lib/wpbc_all_translations.php:875 inc/_bl/admin/page-search.php:838
4742
  #: inc/_ps/admin/page-settings-form.php:531
4743
  msgid "Reset current Form"
4744
  msgstr ""
4745
 
4746
+ #: core/lib/wpbc_all_translations.php:876 inc/_bl/admin/page-search.php:907
4747
  msgid "Cache will expire:"
4748
  msgstr ""
4749
 
4750
+ #: core/lib/wpbc_all_translations.php:877 inc/_bl/admin/page-search.php:937
4751
  #, php-format
4752
  msgid "Found: %s booking forms inside of posts or pages "
4753
  msgstr ""
4754
 
4755
+ #: core/lib/wpbc_all_translations.php:878 inc/_bl/admin/page-search.php:941
4756
  msgid "Page"
4757
  msgstr ""
4758
 
4759
+ #: core/lib/wpbc_all_translations.php:879 inc/_bl/admin/page-search.php:964
4760
  msgid "Reset Search Cache"
4761
  msgstr ""
4762
 
4763
+ #: core/lib/wpbc_all_translations.php:880 inc/_bl/biz_l.php:136
4764
  msgid ""
4765
  "Try selecting fewer visitors. The number of visitors may be more than the number of available "
4766
  "units on selected day(s)!"
4767
  msgstr ""
4768
 
4769
+ #: core/lib/wpbc_all_translations.php:881 inc/_bl/biz_l.php:404
4770
  msgid "coupon"
4771
  msgstr ""
4772
 
4773
+ #: core/lib/wpbc_all_translations.php:882 inc/_bl/biz_l.php:406
4774
  msgid "discount"
4775
  msgstr ""
4776
 
4777
+ #: core/lib/wpbc_all_translations.php:883 inc/_bl/biz_l.php:600
4778
  msgid "Please select check-in and check-out days!"
4779
  msgstr ""
4780
 
4781
+ #: core/lib/wpbc_all_translations.php:884 inc/_bl/biz_l.php:1748 inc/_bl/biz_l.php:1759
4782
  #: inc/_bl/biz_l.php:1776 inc/_bl/biz_l.php:1781
4783
  #, php-format
4784
  msgid ""
4787
  "page and try other days."
4788
  msgstr ""
4789
 
4790
+ #: core/lib/wpbc_all_translations.php:885 inc/_bl/biz_l.php:2436
4791
  #, php-format
4792
  msgid "The folowing pending booking(s): %s deleted."
4793
  msgstr ""
4794
 
4795
+ #: core/lib/wpbc_all_translations.php:886 inc/_bl/wpbc-search-availability.php:862
4796
  msgid "Book now"
4797
  msgstr ""
4798
 
4799
+ #: core/lib/wpbc_all_translations.php:887 inc/_bl/wpdev-booking-search-widget.php:14
4800
  #: inc/_bl/wpdev-booking-search-widget.php:67
4801
  msgid "Search availability"
4802
  msgstr ""
4803
 
4804
+ #: core/lib/wpbc_all_translations.php:888 inc/_bl/wpdev-booking-search-widget.php:15
4805
  msgid "Search results."
4806
  msgstr ""
4807
 
4808
+ #: core/lib/wpbc_all_translations.php:889 inc/_bl/wpdev-booking-search-widget.php:16
4809
  msgid "Nothing found."
4810
  msgstr ""
4811
 
4812
+ #: core/lib/wpbc_all_translations.php:890 inc/_bl/wpdev-booking-search-widget.php:85
4813
  msgid "Title of search widget"
4814
  msgstr ""
4815
 
4816
+ #: core/lib/wpbc_all_translations.php:891 inc/_bl/wpdev-booking-search-widget.php:93
4817
  msgid "Title of search results"
4818
  msgstr ""
4819
 
4820
+ #: core/lib/wpbc_all_translations.php:892 inc/_bl/wpdev-booking-search-widget.php:98
4821
  #, php-format
4822
  msgid "Please type the %sTitle of search results%s."
4823
  msgstr ""
4824
 
4825
+ #: core/lib/wpbc_all_translations.php:893 inc/_bl/wpdev-booking-search-widget.php:102
4826
  msgid "Nothing found message"
4827
  msgstr ""
4828
 
4829
+ #: core/lib/wpbc_all_translations.php:894 inc/_bl/wpdev-booking-search-widget.php:107
4830
  #, php-format
4831
  msgid "Please type the %smessage ,what is showing, when nothing found%s."
4832
  msgstr ""
4833
 
4834
+ #: core/lib/wpbc_all_translations.php:895 inc/_bl/wpdev-booking-search-widget.php:111
4835
  msgid "URL of Search Results"
4836
  msgstr ""
4837
 
4838
+ #: core/lib/wpbc_all_translations.php:896 inc/_bl/wpdev-booking-search-widget.php:116
4839
  #, php-format
4840
  msgid ""
4841
  "Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
4842
  "show."
4843
  msgstr ""
4844
 
4845
+ #: core/lib/wpbc_all_translations.php:897 inc/_bm/admin/activation-m.php:48
4846
  #: inc/_mu/multiuser.php:634
4847
  msgid "Weekend"
4848
  msgstr ""
4849
 
4850
+ #: core/lib/wpbc_all_translations.php:898 inc/_bm/admin/activation-m.php:92
4851
  #: inc/_mu/multiuser.php:636
4852
  msgid "High season"
4853
  msgstr ""
4854
 
4855
+ #: core/lib/wpbc_all_translations.php:899 inc/_bm/admin/api-settings-m.php:35
4856
  msgid "Limit available days from today"
4857
  msgstr ""
4858
 
4859
+ #: core/lib/wpbc_all_translations.php:900 inc/_bm/admin/api-settings-m.php:36
4860
  msgid "Select number of available days in calendar start from today."
4861
  msgstr ""
4862
 
4863
+ #: core/lib/wpbc_all_translations.php:901 inc/_bm/admin/api-settings-m.php:85
4864
  msgid "Unavailable time before / after booking"
4865
  msgstr ""
4866
 
4867
+ #: core/lib/wpbc_all_translations.php:902 inc/_bm/admin/api-settings-m.php:87
4868
  msgid ""
4869
  "This feature is applying only for bookings for specific timeslots, or if activated check in/out "
4870
  "time option."
4871
  msgstr ""
4872
 
4873
+ #: core/lib/wpbc_all_translations.php:903 inc/_bm/admin/api-settings-m.php:110
4874
  #: inc/_bm/admin/api-settings-m.php:134
4875
  msgid "Before booking"
4876
  msgstr ""
4877
 
4878
+ #: core/lib/wpbc_all_translations.php:904 inc/_bm/admin/api-settings-m.php:111
4879
  #: inc/_bm/admin/api-settings-m.php:120 inc/_bm/admin/api-settings-m.php:135
4880
  #: inc/_bm/admin/api-settings-m.php:144
4881
  msgid "Select unavailable time interval."
4882
  msgstr ""
4883
 
4884
+ #: core/lib/wpbc_all_translations.php:905 inc/_bm/admin/api-settings-m.php:119
4885
  #: inc/_bm/admin/api-settings-m.php:143
4886
  msgid "After booking"
4887
  msgstr ""
4888
 
4889
+ #: core/lib/wpbc_all_translations.php:906 inc/_bm/admin/api-settings-m.php:170
4890
  msgid "Showing cost in date cell"
4891
  msgstr ""
4892
 
4893
+ #: core/lib/wpbc_all_translations.php:907 inc/_bm/admin/api-settings-m.php:171
4894
  #, php-format
4895
  msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
4896
  msgstr ""
4897
 
4898
+ #: core/lib/wpbc_all_translations.php:908 inc/_bm/admin/api-settings-m.php:188
4899
  msgid "Currency symbol"
4900
  msgstr ""
4901
 
4902
+ #: core/lib/wpbc_all_translations.php:909 inc/_bm/admin/api-settings-m.php:224
4903
  #, php-format
4904
  msgid ""
4905
  "Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
4906
  "currency symbols%s"
4907
  msgstr ""
4908
 
4909
+ #: core/lib/wpbc_all_translations.php:910 inc/_bm/admin/api-settings-m.php:237
4910
  msgid "Showing cost in tooltip"
4911
  msgstr ""
4912
 
4913
+ #: core/lib/wpbc_all_translations.php:911 inc/_bm/admin/api-settings-m.php:238
4914
  msgid ""
4915
  " Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
4916
  "calendar(s)."
4917
  msgstr ""
4918
 
4919
+ #: core/lib/wpbc_all_translations.php:912 inc/_bm/admin/api-settings-m.php:246
4920
  msgid "Cost Title"
4921
  msgstr ""
4922
 
4923
+ #: core/lib/wpbc_all_translations.php:913 inc/_bm/admin/api-settings-m.php:248
4924
  #, php-format
4925
  msgid "Type your %scost%s description"
4926
  msgstr ""
4927
 
4928
+ #: core/lib/wpbc_all_translations.php:914 inc/_bm/admin/api-settings-m.php:569
4929
  #: inc/_bm/m-toolbar.php:67 inc/_bm/m-toolbar.php:424
4930
  msgid "Custom Forms"
4931
  msgstr ""
4932
 
4933
+ #: core/lib/wpbc_all_translations.php:915 inc/_bm/admin/page-availability.php:48
4934
  msgid "Configuration of availability for booking resources"
4935
  msgstr ""
4936
 
4937
+ #: core/lib/wpbc_all_translations.php:916 inc/_bm/admin/page-availability.php:49
4938
  msgid "Availability Settings"
4939
  msgstr ""
4940
 
4941
+ #: core/lib/wpbc_all_translations.php:917 inc/_bm/admin/page-availability.php:143
4942
  #: inc/_bm/admin/page-cost.php:119 inc/_ps/p-toolbar.php:1186
4943
  msgid "Show Children Resources"
4944
  msgstr ""
4945
 
4946
+ #: core/lib/wpbc_all_translations.php:918 inc/_bm/admin/page-availability.php:145
4947
  #: inc/_bm/admin/page-cost.php:121 inc/_ps/p-toolbar.php:1188
4948
  msgid "Hide Children Resources"
4949
  msgstr ""
4950
 
4951
+ #: core/lib/wpbc_all_translations.php:919 inc/_bm/admin/page-availability.php:239
4952
  #: inc/_bm/admin/page-availability.php:244 inc/_bm/admin/page-availability.php:800
4953
  msgid "Set Availability"
4954
  msgstr ""
4955
 
4956
+ #: core/lib/wpbc_all_translations.php:920 inc/_bm/admin/page-availability.php:253
4957
  #: inc/_bm/admin/page-cost.php:238 inc/_ps/admin/page-resources.php:202
4958
  #, php-format
4959
  msgid ""
4961
  "booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
4962
  msgstr ""
4963
 
4964
+ #: core/lib/wpbc_all_translations.php:921 inc/_bm/admin/page-availability.php:499
4965
  #: inc/_bm/admin/page-cost.php:581 inc/_ps/admin/page-resources.php:463
4966
  msgid "Resource Name"
4967
  msgstr ""
4968
 
4969
+ #: core/lib/wpbc_all_translations.php:922 inc/_bm/admin/page-availability.php:608
4970
  #: inc/_bm/admin/page-availability.php:895
4971
  msgid "All days"
4972
  msgstr ""
4973
 
4974
+ #: core/lib/wpbc_all_translations.php:923 inc/_bm/admin/page-availability.php:609
4975
  #: inc/_bm/admin/page-availability.php:637 inc/_bm/admin/page-availability.php:890
4976
  #: inc/_bm/admin/page-availability.php:904 inc/_bm/admin/page-availability.php:933
4977
  #: inc/_bm/admin/page-availability.php:1097 inc/_bm/admin/page-cost-rate.php:348
4978
  msgid "available"
4979
  msgstr ""
4980
 
4981
+ #: core/lib/wpbc_all_translations.php:924 inc/_bm/admin/page-availability.php:610
4982
  #: inc/_bm/admin/page-availability.php:638 inc/_bm/admin/page-availability.php:891
4983
  #: inc/_bm/admin/page-availability.php:900 inc/_bm/admin/page-availability.php:929
4984
  #: inc/_bm/admin/page-availability.php:1093 inc/_bm/admin/page-cost-rate.php:344
4985
  msgid "unavailable"
4986
  msgstr ""
4987
 
4988
+ #: core/lib/wpbc_all_translations.php:925 inc/_bm/admin/page-availability.php:635
4989
  #, php-format
4990
  msgid "and %s on seasons:"
4991
  msgstr ""
4992
 
4993
+ #: core/lib/wpbc_all_translations.php:926 inc/_bm/admin/page-availability.php:925
4994
  #, php-format
4995
  msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
4996
  msgstr ""
4997
 
4998
+ #: core/lib/wpbc_all_translations.php:927 inc/_bm/admin/page-availability.php:943
4999
  #: inc/_bm/admin/page-cost-deposit.php:309 inc/_bm/admin/page-cost-early-late-booking.php:314
5000
  #: inc/_bm/admin/page-cost-early-late-booking.php:514 inc/_bm/admin/page-cost-rate.php:119
5001
  #: inc/_bm/admin/page-cost-valuation.php:148
5002
  msgid "Hide season filters"
5003
  msgstr ""
5004
 
5005
+ #: core/lib/wpbc_all_translations.php:928 inc/_bm/admin/page-availability.php:948
5006
  #: inc/_bm/admin/page-cost-deposit.php:314 inc/_bm/admin/page-cost-early-late-booking.php:319
5007
  #: inc/_bm/admin/page-cost-early-late-booking.php:519 inc/_bm/admin/page-cost-rate.php:124
5008
  #: inc/_bm/admin/page-cost-valuation.php:153
5009
  msgid "Show all exist season filters"
5010
  msgstr ""
5011
 
5012
+ #: core/lib/wpbc_all_translations.php:929 inc/_bm/admin/page-availability.php:981
5013
  #: inc/_bm/admin/page-cost-rate.php:157 inc/gateways/page-gateways.php:870
5014
  msgid "Enabled"
5015
  msgstr ""
5016
 
5017
+ #: core/lib/wpbc_all_translations.php:930 inc/_bm/admin/page-cost-advanced.php:44
5018
  msgid "Customization of additional cost, which depend from form fields"
5019
  msgstr ""
5020
 
5021
+ #: core/lib/wpbc_all_translations.php:931 inc/_bm/admin/page-cost-advanced.php:45
5022
  msgid "Advanced Cost Settings"
5023
  msgstr ""
5024
 
5025
+ #: core/lib/wpbc_all_translations.php:932 inc/_bm/admin/page-cost-advanced.php:125
5026
  msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
5027
  msgstr ""
5028
 
5029
+ #: core/lib/wpbc_all_translations.php:933 inc/_bm/admin/page-cost-advanced.php:127
5030
  #, php-format
5031
  msgid ""
5032
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
5033
  "%sbooking form%s."
5034
  msgstr ""
5035
 
5036
+ #: core/lib/wpbc_all_translations.php:934 inc/_bm/admin/page-cost-advanced.php:441
5037
  #: inc/_bm/admin/page-cost-deposit.php:181
5038
  msgid "Deposit type"
5039
  msgstr ""
5040
 
5041
+ #: core/lib/wpbc_all_translations.php:935 inc/_bm/admin/page-cost-advanced.php:460
5042
  msgid "of total cost"
5043
  msgstr ""
5044
 
5045
+ #: core/lib/wpbc_all_translations.php:936 inc/_bm/admin/page-cost-advanced.php:462
5046
  #: inc/_bs/admin/api-settings-s.php:898
5047
  msgid "night"
5048
  msgstr ""
5049
 
5050
+ #: core/lib/wpbc_all_translations.php:937 inc/_bm/admin/page-cost-advanced.php:463
5051
  msgid "as additional sum"
5052
  msgstr ""
5053
 
5054
+ #: core/lib/wpbc_all_translations.php:938 inc/_bm/admin/page-cost-advanced.php:658
5055
  msgid "Enter additional cost in formats:"
5056
  msgstr ""
5057
 
5058
+ #: core/lib/wpbc_all_translations.php:939 inc/_bm/admin/page-cost-advanced.php:659
5059
  #, php-format
5060
  msgid ""
5061
  "For example, if the original cost of the booking is %s, then after applying additional costs the "
5062
  "total cost will be folowing"
5063
  msgstr ""
5064
 
5065
+ #: core/lib/wpbc_all_translations.php:940 inc/_bm/admin/page-cost-advanced.php:662
5066
  msgid "Enter fixed cost"
5067
  msgstr ""
5068
 
5069
+ #: core/lib/wpbc_all_translations.php:941 inc/_bm/admin/page-cost-advanced.php:662
5070
  #: inc/_bm/admin/page-cost-advanced.php:665 inc/_bm/admin/page-cost-advanced.php:671
5071
  #: inc/_bm/admin/page-cost-advanced.php:681
5072
  #, php-format
5073
  msgid "%s, then total cost will be %s"
5074
  msgstr ""
5075
 
5076
+ #: core/lib/wpbc_all_translations.php:942 inc/_bm/admin/page-cost-advanced.php:665
5077
  msgid "Enter percentage of the entire booking"
5078
  msgstr ""
5079
 
5080
+ #: core/lib/wpbc_all_translations.php:943 inc/_bm/admin/page-cost-advanced.php:668
5081
  msgid "Enter fixed amount for each selected day"
5082
  msgstr ""
5083
 
5084
+ #: core/lib/wpbc_all_translations.php:944 inc/_bm/admin/page-cost-advanced.php:668
5085
  #, php-format
5086
  msgid "%s, then total cost will be (if selected 3 days) %s"
5087
  msgstr ""
5088
 
5089
+ #: core/lib/wpbc_all_translations.php:945 inc/_bm/admin/page-cost-advanced.php:668
5090
  #: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
5091
  #: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
5092
  msgid "or"
5093
  msgstr ""
5094
 
5095
+ #: core/lib/wpbc_all_translations.php:946 inc/_bm/admin/page-cost-advanced.php:671
5096
  msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
5097
  msgstr ""
5098
 
5099
+ #: core/lib/wpbc_all_translations.php:947 inc/_bm/admin/page-cost-advanced.php:674
5100
  #: inc/_bm/admin/page-cost-advanced.php:687
5101
  #, php-format
5102
  msgid "Please check more info about configuration of this cost settings on this %spage%s."
5103
  msgstr ""
5104
 
5105
+ #: core/lib/wpbc_all_translations.php:948 inc/_bm/admin/page-cost-deposit.php:73
5106
  msgid "Set Deposit"
5107
  msgstr ""
5108
 
5109
+ #: core/lib/wpbc_all_translations.php:949 inc/_bm/admin/page-cost-deposit.php:135
5110
  msgid "deposit payment for booking resource"
5111
  msgstr ""
5112
 
5113
+ #: core/lib/wpbc_all_translations.php:950 inc/_bm/admin/page-cost-deposit.php:153
5114
  #: inc/_bm/admin/page-cost-deposit.php:162
5115
  msgid "Deposit amount"
5116
  msgstr ""
5117
 
5118
+ #: core/lib/wpbc_all_translations.php:951 inc/_bm/admin/page-cost-deposit.php:199
5119
  #: inc/_bm/admin/page-cost-early-late-booking.php:203
5120
  #: inc/_bm/admin/page-cost-early-late-booking.php:404
5121
  msgid "fixed total in"
5122
  msgstr ""
5123
 
5124
+ #: core/lib/wpbc_all_translations.php:952 inc/_bm/admin/page-cost-deposit.php:200
5125
  #: inc/_bm/admin/page-cost-early-late-booking.php:204
5126
  #: inc/_bm/admin/page-cost-early-late-booking.php:405
5127
  msgid "of payment"
5128
  msgstr ""
5129
 
5130
+ #: core/lib/wpbc_all_translations.php:953 inc/_bm/admin/page-cost-deposit.php:209
5131
  #: inc/_bm/admin/page-cost-early-late-booking.php:213
5132
  #: inc/_bm/admin/page-cost-early-late-booking.php:414
5133
  msgid "Conditions"
5134
  msgstr ""
5135
 
5136
+ #: core/lib/wpbc_all_translations.php:954 inc/_bm/admin/page-cost-deposit.php:219
5137
  #, php-format
5138
  msgid ""
5139
  "Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
5140
  msgstr ""
5141
 
5142
+ #: core/lib/wpbc_all_translations.php:955 inc/_bm/admin/page-cost-deposit.php:271
5143
  #, php-format
5144
  msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
5145
  msgstr ""
5146
 
5147
+ #: core/lib/wpbc_all_translations.php:956 inc/_bm/admin/page-cost-deposit.php:275
5148
  #: inc/_bm/admin/page-cost-early-late-booking.php:280
5149
  #: inc/_bm/admin/page-cost-early-late-booking.php:480 inc/_bm/admin/page-cost-valuation.php:542
5150
  msgid "Any days"
5151
  msgstr ""
5152
 
5153
+ #: core/lib/wpbc_all_translations.php:957 inc/_bm/admin/page-cost-deposit.php:342
5154
  msgid "Deposit payment total"
5155
  msgstr ""
5156
 
5157
+ #: core/lib/wpbc_all_translations.php:958 inc/_bm/admin/page-cost-rate.php:69
5158
  msgid "Set Rates"
5159
  msgstr ""
5160
 
5161
+ #: core/lib/wpbc_all_translations.php:959 inc/_bm/admin/page-cost-rate.php:163
5162
  #: inc/_bm/admin/page-cost.php:676 inc/_bm/admin/page-cost.php:677
5163
  msgid "Rates"
5164
  msgstr ""
5165
 
5166
+ #: core/lib/wpbc_all_translations.php:960 inc/_bm/admin/page-cost-rate.php:167
5167
  msgid "Seasonal price"
5168
  msgstr ""
5169
 
5170
+ #: core/lib/wpbc_all_translations.php:961 inc/_bm/admin/page-cost-rate.php:171
5171
  #: inc/_bm/admin/page-cost-valuation.php:198
5172
  msgid "Season"
5173
  msgstr ""
5174
 
5175
+ #: core/lib/wpbc_all_translations.php:962 inc/_bm/admin/page-cost-rate.php:215
5176
  #, php-format
5177
  msgid ""
5178
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
5179
  "booking resource (%s) or %sAdd a new seasonal filter%s"
5180
  msgstr ""
5181
 
5182
+ #: core/lib/wpbc_all_translations.php:963 inc/_bm/admin/page-cost-valuation.php:96
5183
  #: inc/_bm/admin/page-cost.php:220 inc/_bm/admin/page-cost.php:229
5184
  msgid "Set Valuation Days"
5185
  msgstr ""
5186
 
5187
+ #: core/lib/wpbc_all_translations.php:964 inc/_bm/admin/page-cost-valuation.php:185
5188
  #: inc/_mu/admin/page-users.php:437
5189
  msgid "Status"
5190
  msgstr ""
5191
 
5192
+ #: core/lib/wpbc_all_translations.php:965 inc/_bm/admin/page-cost-valuation.php:194
5193
  msgid "Costs"
5194
  msgstr ""
5195
 
5196
+ #: core/lib/wpbc_all_translations.php:966 inc/_bm/admin/page-cost-valuation.php:249
5197
  msgid "Add new cost"
5198
  msgstr ""
5199
 
5200
+ #: core/lib/wpbc_all_translations.php:967 inc/_bm/admin/page-cost-valuation.php:272
5201
  #, php-format
5202
  msgid ""
5203
  "Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
5204
  "the list."
5205
  msgstr ""
5206
 
5207
+ #: core/lib/wpbc_all_translations.php:968 inc/_bm/admin/page-cost-valuation.php:275
5208
  #, php-format
5209
  msgid ""
5210
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
5211
  "terms %s"
5212
  msgstr ""
5213
 
5214
+ #: core/lib/wpbc_all_translations.php:969 inc/_bm/admin/page-cost-valuation.php:275
5215
  #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:450
5216
  msgid "Together"
5217
  msgstr ""
5218
 
5219
+ #: core/lib/wpbc_all_translations.php:970 inc/_bm/admin/page-cost-valuation.php:275
5220
  #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:282
5221
  #: inc/_bm/admin/page-cost-valuation.php:284 inc/_bm/admin/page-cost-valuation.php:448
5222
  msgid "For"
5223
  msgstr ""
5224
 
5225
+ #: core/lib/wpbc_all_translations.php:971 inc/_bm/admin/page-cost-valuation.php:278
5226
  #, php-format
5227
  msgid "%s and %s terms have higher priority than a range %s days."
5228
  msgstr ""
5229
 
5230
+ #: core/lib/wpbc_all_translations.php:972 inc/_bm/admin/page-cost-valuation.php:282
5231
  #, php-format
5232
  msgid "%s - definition of check-out date."
5233
  msgstr ""
5234
 
5235
+ #: core/lib/wpbc_all_translations.php:973 inc/_bm/admin/page-cost-valuation.php:284
5236
  #: inc/_bs/admin/api-settings-s.php:199 inc/_bs/admin/api-settings-s.php:325
5237
  #: inc/_bs/admin/api-settings-s.php:338 inc/_ps/form/class-wpbc-form-help.php:532
5238
  #: inc/_ps/form/class-wpbc-form-help.php:535
5239
  msgid "Example"
5240
  msgstr ""
5241
 
5242
+ #: core/lib/wpbc_all_translations.php:974 inc/_bm/admin/page-cost-valuation.php:291
5243
  msgid ""
5244
  "Specific cost will take affect, only if it active (the box at the left side is checked) and if "
5245
  "\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
5246
  msgstr ""
5247
 
5248
+ #: core/lib/wpbc_all_translations.php:975 inc/_bm/admin/page-cost-valuation.php:335
5249
  #: inc/_bm/admin/page-cost-valuation.php:336 inc/_bm/biz_m.php:219 inc/_bm/biz_m.php:251
5250
  #: inc/_bm/biz_m.php:252
5251
  msgid " for all days!"
5252
  msgstr ""
5253
 
5254
+ #: core/lib/wpbc_all_translations.php:976 inc/_bm/admin/page-cost-valuation.php:341
5255
  #: inc/_bm/admin/page-cost-valuation.php:502 inc/_bm/biz_m.php:217 inc/_bm/biz_m.php:249
5256
  msgid "from the cost of 1 day "
5257
  msgstr ""
5258
 
5259
+ #: core/lib/wpbc_all_translations.php:977 inc/_bm/admin/page-cost-valuation.php:342
5260
  #: inc/_bm/admin/page-cost-valuation.php:503 inc/_bm/biz_m.php:216 inc/_bm/biz_m.php:248
5261
  msgid "per 1 day"
5262
  msgstr ""
5263
 
5264
+ #: core/lib/wpbc_all_translations.php:978 inc/_bm/admin/page-cost-valuation.php:470
5265
  #: inc/_bm/admin/page-seasons.php:1564
5266
  msgid "to"
5267
  msgstr ""
5268
 
5269
+ #: core/lib/wpbc_all_translations.php:979 inc/_bm/admin/page-cost-valuation.php:504
5270
  #: inc/_bm/biz_m.php:218 inc/_bm/biz_m.php:250
5271
  #, php-format
5272
  msgid "Additional cost in %s per 1 day"
5273
  msgstr ""
5274
 
5275
+ #: core/lib/wpbc_all_translations.php:980 inc/_bm/admin/page-cost.php:49
5276
  msgid "Customization of rates, valuation days cost and deposit amount "
5277
  msgstr ""
5278
 
5279
+ #: core/lib/wpbc_all_translations.php:981 inc/_bm/admin/page-cost.php:50
5280
  msgid "Costs and Rates Settings"
5281
  msgstr ""
5282
 
5283
+ #: core/lib/wpbc_all_translations.php:982 inc/_bm/admin/page-cost.php:219
5284
  #: inc/_bm/admin/page-cost.php:228
5285
  msgid "Set Rate"
5286
  msgstr ""
5287
 
5288
+ #: core/lib/wpbc_all_translations.php:983 inc/_bm/admin/page-cost.php:221
5289
  #: inc/_bm/admin/page-cost.php:230
5290
  msgid "Set Deposit Amount"
5291
  msgstr ""
5292
 
5293
+ #: core/lib/wpbc_all_translations.php:984 inc/_bm/admin/page-cost.php:683
5294
  #: inc/_bm/admin/page-cost.php:684
5295
  msgid "Valuation days"
5296
  msgstr ""
5297
 
5298
+ #: core/lib/wpbc_all_translations.php:985 inc/_bm/admin/page-cost.php:690
5299
  #: inc/_bm/admin/page-cost.php:691 inc/gateways/page-gateways.php:1435
5300
  msgid "Deposit"
5301
  msgstr ""
5302
 
5303
+ #: core/lib/wpbc_all_translations.php:986 inc/_bm/admin/page-seasons.php:46
5304
  msgid "Customizaton of Season Filters"
5305
  msgstr ""
5306
 
5307
+ #: core/lib/wpbc_all_translations.php:987 inc/_bm/admin/page-seasons.php:680
5308
  #: inc/_bm/admin/page-seasons.php:815
5309
  msgid "Specific Dates Filter"
5310
  msgstr ""
5311
 
5312
+ #: core/lib/wpbc_all_translations.php:988 inc/_bm/admin/page-seasons.php:743
5313
  #: inc/_bm/admin/page-seasons.php:821
5314
  msgid "Conditional Dates Filter"
5315
  msgstr ""
5316
 
5317
+ #: core/lib/wpbc_all_translations.php:989 inc/_bm/admin/page-seasons.php:956
5318
  #: inc/_bm/admin/page-seasons.php:1257
5319
  msgid "Filter Name"
5320
  msgstr ""
5321
 
5322
+ #: core/lib/wpbc_all_translations.php:990 inc/_bm/admin/page-seasons.php:957
5323
  #: inc/_bm/admin/page-seasons.php:1258
5324
  msgid "Type filter name"
5325
  msgstr ""
5326
 
5327
+ #: core/lib/wpbc_all_translations.php:991 inc/_bm/admin/page-seasons.php:990
5328
  msgid "Weekdays"
5329
  msgstr ""
5330
 
5331
+ #: core/lib/wpbc_all_translations.php:992 inc/_bm/admin/page-seasons.php:1106
5332
  msgid "Months"
5333
  msgstr ""
5334
 
5335
+ #: core/lib/wpbc_all_translations.php:993 inc/_bm/admin/page-seasons.php:1108
5336
  #: inc/_bm/admin/page-seasons.php:1283
5337
  msgid "January"
5338
  msgstr ""
5339
 
5340
+ #: core/lib/wpbc_all_translations.php:994 inc/_bm/admin/page-seasons.php:1109
5341
  #: inc/_bm/admin/page-seasons.php:1284
5342
  msgid "February"
5343
  msgstr ""
5344
 
5345
+ #: core/lib/wpbc_all_translations.php:995 inc/_bm/admin/page-seasons.php:1110
5346
  #: inc/_bm/admin/page-seasons.php:1285
5347
  msgid "March"
5348
  msgstr ""
5349
 
5350
+ #: core/lib/wpbc_all_translations.php:996 inc/_bm/admin/page-seasons.php:1111
5351
  #: inc/_bm/admin/page-seasons.php:1286
5352
  msgid "April"
5353
  msgstr ""
5354
 
5355
+ #: core/lib/wpbc_all_translations.php:997 inc/_bm/admin/page-seasons.php:1112
5356
  #: inc/_bm/admin/page-seasons.php:1287 inc/_bm/admin/page-seasons.php:1490
5357
  msgid "May"
5358
  msgstr ""
5359
 
5360
+ #: core/lib/wpbc_all_translations.php:998 inc/_bm/admin/page-seasons.php:1113
5361
  #: inc/_bm/admin/page-seasons.php:1288
5362
  msgid "June"
5363
  msgstr ""
5364
 
5365
+ #: core/lib/wpbc_all_translations1.php:2 inc/_bm/admin/page-seasons.php:1114
5366
  #: inc/_bm/admin/page-seasons.php:1289
5367
  msgid "July"
5368
  msgstr ""
5369
 
5370
+ #: core/lib/wpbc_all_translations1.php:3 inc/_bm/admin/page-seasons.php:1115
5371
  #: inc/_bm/admin/page-seasons.php:1290
5372
  msgid "August"
5373
  msgstr ""
5374
 
5375
+ #: core/lib/wpbc_all_translations1.php:4 inc/_bm/admin/page-seasons.php:1116
5376
  #: inc/_bm/admin/page-seasons.php:1291
5377
  msgid "September"
5378
  msgstr ""
5379
 
5380
+ #: core/lib/wpbc_all_translations1.php:5 inc/_bm/admin/page-seasons.php:1117
5381
  #: inc/_bm/admin/page-seasons.php:1292
5382
  msgid "October"
5383
  msgstr ""
5384
 
5385
+ #: core/lib/wpbc_all_translations1.php:6 inc/_bm/admin/page-seasons.php:1118
5386
  #: inc/_bm/admin/page-seasons.php:1293
5387
  msgid "November"
5388
  msgstr ""
5389
 
5390
+ #: core/lib/wpbc_all_translations1.php:7 inc/_bm/admin/page-seasons.php:1119
5391
  #: inc/_bm/admin/page-seasons.php:1294
5392
  msgid "December"
5393
  msgstr ""
5394
 
5395
+ #: core/lib/wpbc_all_translations1.php:8 inc/_bm/admin/page-seasons.php:1174
5396
  msgid "Years"
5397
  msgstr ""
5398
 
5399
+ #: core/lib/wpbc_all_translations1.php:9 inc/_bm/admin/page-seasons.php:1272
5400
  #: inc/_bm/admin/page-seasons.php:1487
5401
  msgid "Mo"
5402
  msgstr ""
5403
 
5404
+ #: core/lib/wpbc_all_translations1.php:10 inc/_bm/admin/page-seasons.php:1273
5405
  #: inc/_bm/admin/page-seasons.php:1487
5406
  msgid "Tu"
5407
  msgstr ""
5408
 
5409
+ #: core/lib/wpbc_all_translations1.php:11 inc/_bm/admin/page-seasons.php:1274
5410
  #: inc/_bm/admin/page-seasons.php:1487
5411
  msgid "We"
5412
  msgstr ""
5413
 
5414
+ #: core/lib/wpbc_all_translations1.php:12 inc/_bm/admin/page-seasons.php:1275
5415
  #: inc/_bm/admin/page-seasons.php:1487
5416
  msgid "Th"
5417
  msgstr ""
5418
 
5419
+ #: core/lib/wpbc_all_translations1.php:13 inc/_bm/admin/page-seasons.php:1276
5420
  #: inc/_bm/admin/page-seasons.php:1487
5421
  msgid "Fr"
5422
  msgstr ""
5423
 
5424
+ #: core/lib/wpbc_all_translations1.php:14 inc/_bm/admin/page-seasons.php:1277
5425
  #: inc/_bm/admin/page-seasons.php:1487
5426
  msgid "Sa"
5427
  msgstr ""
5428
 
5429
+ #: core/lib/wpbc_all_translations1.php:15 inc/_bm/admin/page-seasons.php:1278
5430
  #: inc/_bm/admin/page-seasons.php:1487
5431
  msgid "Su"
5432
  msgstr ""
5433
 
5434
+ #: core/lib/wpbc_all_translations1.php:16 inc/_bm/admin/page-seasons.php:1489
5435
  msgid "Jan"
5436
  msgstr ""
5437
 
5438
+ #: core/lib/wpbc_all_translations1.php:17 inc/_bm/admin/page-seasons.php:1489
5439
  msgid "Feb"
5440
  msgstr ""
5441
 
5442
+ #: core/lib/wpbc_all_translations1.php:18 inc/_bm/admin/page-seasons.php:1490
5443
  msgid "Mar"
5444
  msgstr ""
5445
 
5446
+ #: core/lib/wpbc_all_translations1.php:19 inc/_bm/admin/page-seasons.php:1490
5447
  msgid "Apr"
5448
  msgstr ""
5449
 
5450
+ #: core/lib/wpbc_all_translations1.php:20 inc/_bm/admin/page-seasons.php:1491
5451
  msgid "Jun"
5452
  msgstr ""
5453
 
5454
+ #: core/lib/wpbc_all_translations1.php:21 inc/_bm/admin/page-seasons.php:1491
5455
  msgid "Jul"
5456
  msgstr ""
5457
 
5458
+ #: core/lib/wpbc_all_translations1.php:22 inc/_bm/admin/page-seasons.php:1491
5459
  msgid "Aug"
5460
  msgstr ""
5461
 
5462
+ #: core/lib/wpbc_all_translations1.php:23 inc/_bm/admin/page-seasons.php:1492
5463
  msgid "Sep"
5464
  msgstr ""
5465
 
5466
+ #: core/lib/wpbc_all_translations1.php:24 inc/_bm/admin/page-seasons.php:1492
5467
  msgid "Oct"
5468
  msgstr ""
5469
 
5470
+ #: core/lib/wpbc_all_translations1.php:25 inc/_bm/admin/page-seasons.php:1492
5471
  msgid "Nov"
5472
  msgstr ""
5473
 
5474
+ #: core/lib/wpbc_all_translations1.php:26 inc/_bm/admin/page-seasons.php:1492
5475
  msgid "Dec"
5476
  msgstr ""
5477
 
5478
+ #: core/lib/wpbc_all_translations1.php:27 inc/_bm/admin/page-seasons.php:1562
5479
  #: inc/_bm/admin/page-seasons.php:1580 inc/_bm/admin/page-seasons.php:1602
5480
  #: inc/_bm/admin/page-seasons.php:1626 inc/_bm/admin/page-seasons.php:1644
5481
  msgid "No days"
5482
  msgstr ""
5483
 
5484
+ #: core/lib/wpbc_all_translations1.php:28 inc/_bm/admin/page-seasons.php:1564
5485
  msgid "time"
5486
  msgstr ""
5487
 
5488
+ #: core/lib/wpbc_all_translations1.php:29 inc/_bm/admin/page-seasons.php:1582
5489
  msgid "Every"
5490
  msgstr ""
5491
 
5492
+ #: core/lib/wpbc_all_translations1.php:30 inc/_bm/admin/page-seasons.php:1598
5493
  msgid "Each day "
5494
  msgstr ""
5495
 
5496
+ #: core/lib/wpbc_all_translations1.php:31 inc/_bm/admin/page-seasons.php:1600
5497
  msgid "on each day "
5498
  msgstr ""
5499
 
5500
+ #: core/lib/wpbc_all_translations1.php:32 inc/_bm/admin/page-seasons.php:1605
5501
  msgid "On each "
5502
  msgstr ""
5503
 
5504
+ #: core/lib/wpbc_all_translations1.php:33 inc/_bm/admin/page-seasons.php:1607
5505
  msgid "on each "
5506
  msgstr ""
5507
 
5508
+ #: core/lib/wpbc_all_translations1.php:34 inc/_bm/admin/page-seasons.php:1624
5509
  msgid "of every month "
5510
  msgstr ""
5511
 
5512
+ #: core/lib/wpbc_all_translations1.php:35 inc/_bm/admin/page-seasons.php:1628
5513
  msgid "of"
5514
  msgstr ""
5515
 
5516
+ #: core/lib/wpbc_all_translations1.php:36 inc/_bm/biz_m.php:220
5517
  msgid "for all days!"
5518
  msgstr ""
5519
 
5520
+ #: core/lib/wpbc_all_translations1.php:37 inc/_bm/biz_m.php:764
5521
  msgid "Standard booking resource cost"
5522
  msgstr ""
5523
 
5524
+ #: core/lib/wpbc_all_translations1.php:38 inc/_bm/biz_m.php:765
5525
  msgid "Total booking resource cost"
5526
  msgstr ""
5527
 
5528
+ #: core/lib/wpbc_all_translations1.php:39 inc/_bm/m-toolbar.php:298
5529
  msgid "Delete selected booking form"
5530
  msgstr ""
5531
 
5532
+ #: core/lib/wpbc_all_translations1.php:40 inc/_bm/m-toolbar.php:302
5533
  msgid "Do you really want to delete selected booking form ?"
5534
  msgstr ""
5535
 
5536
+ #: core/lib/wpbc_all_translations1.php:41 inc/_bm/m-toolbar.php:327 inc/_bm/m-toolbar.php:328
5537
  msgid "Add New Custom Form"
5538
  msgstr ""
5539
 
5540
+ #: core/lib/wpbc_all_translations1.php:42 inc/_bm/m-toolbar.php:361
5541
  msgid "Type the name of booking form"
5542
  msgstr ""
5543
 
5544
+ #: core/lib/wpbc_all_translations1.php:43 inc/_bm/m-toolbar.php:368
5545
  msgid "Create"
5546
  msgstr ""
5547
 
5548
+ #: core/lib/wpbc_all_translations1.php:44 inc/_bm/m-toolbar.php:369
5549
  msgid "Create new form"
5550
  msgstr ""
5551
 
5552
+ #: core/lib/wpbc_all_translations1.php:45 inc/_bm/m-toolbar.php:564
5553
  msgid "There are no extended booking forms"
5554
  msgstr ""
5555
 
5556
+ #: core/lib/wpbc_all_translations1.php:46 inc/_bm/m-toolbar.php:608 inc/_bm/m-toolbar.php:610
5557
  msgid "Create conditional days filter"
5558
  msgstr ""
5559
 
5560
+ #: core/lib/wpbc_all_translations1.php:47 inc/_bs/admin/activation-s.php:93
5561
  #: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
5562
  msgid "Apartment#1"
5563
  msgstr ""
5564
 
5565
+ #: core/lib/wpbc_all_translations1.php:48 inc/_bs/admin/activation-s.php:94
5566
  #: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
5567
  msgid "Apartment#2"
5568
  msgstr ""
5569
 
5570
+ #: core/lib/wpbc_all_translations1.php:49 inc/_bs/admin/activation-s.php:95
5571
  #: inc/_ps/admin/activation-p.php:48
5572
  msgid "Apartment#3"
5573
  msgstr ""
5574
 
5575
+ #: core/lib/wpbc_all_translations1.php:50 inc/_bs/admin/api-settings-s.php:31
5576
  msgid "Range days"
5577
  msgstr ""
5578
 
5579
+ #: core/lib/wpbc_all_translations1.php:51 inc/_bs/admin/api-settings-s.php:46
5580
  #, php-format
5581
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
5582
  msgstr ""
5583
 
5584
+ #: core/lib/wpbc_all_translations1.php:52 inc/_bs/admin/api-settings-s.php:48
5585
  #, php-format
5586
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
5587
  msgstr ""
5588
 
5589
+ #: core/lib/wpbc_all_translations1.php:53 inc/_bs/admin/api-settings-s.php:74
5590
  #: inc/_bs/admin/api-settings-s.php:138
5591
  msgid "Days selection number"
5592
  msgstr ""
5593
 
5594
+ #: core/lib/wpbc_all_translations1.php:54 inc/_bs/admin/api-settings-s.php:75
5595
  #, php-format
5596
  msgid "Type your %snumber of days for range selection%s"
5597
  msgstr ""
5598
 
5599
+ #: core/lib/wpbc_all_translations1.php:55 inc/_bs/admin/api-settings-s.php:83
5600
  #: inc/_bs/admin/api-settings-s.php:211
5601
  msgid "Specific day(s) of week"
5602
  msgstr ""
5603
 
5604
+ #: core/lib/wpbc_all_translations1.php:56 inc/_bs/admin/api-settings-s.php:84
5605
  #: inc/_bs/admin/api-settings-s.php:215
5606
  msgid "Any day of week"
5607
  msgstr ""
5608
 
5609
+ #: core/lib/wpbc_all_translations1.php:57 inc/_bs/admin/api-settings-s.php:90
5610
  #: inc/_bs/admin/api-settings-s.php:223
5611
  msgid "Start day of range"
5612
  msgstr ""
5613
 
5614
+ #: core/lib/wpbc_all_translations1.php:58 inc/_bs/admin/api-settings-s.php:119
5615
  #: inc/_bs/admin/api-settings-s.php:252
5616
  msgid "Select your start day of range selection at week"
5617
  msgstr ""
5618
 
5619
+ #: core/lib/wpbc_all_translations1.php:59 inc/_bs/admin/api-settings-s.php:152
5620
  #: inc/_bs/admin/api-settings-s.php:157
5621
  msgid "Min"
5622
  msgstr ""
5623
 
5624
+ #: core/lib/wpbc_all_translations1.php:60 inc/_bs/admin/api-settings-s.php:170
5625
  #: inc/_bs/admin/api-settings-s.php:175
5626
  msgid "Max"
5627
  msgstr ""
5628
 
5629
+ #: core/lib/wpbc_all_translations1.php:61 inc/_bs/admin/api-settings-s.php:187
5630
  #, php-format
5631
  msgid "Select your %sminimum and maximum number of days for range selection%s"
5632
  msgstr ""
5633
 
5634
+ #: core/lib/wpbc_all_translations1.php:62 inc/_bs/admin/api-settings-s.php:198
5635
  msgid "Specific days selections"
5636
  msgstr ""
5637
 
5638
+ #: core/lib/wpbc_all_translations1.php:63 inc/_bs/admin/api-settings-s.php:200
5639
  #, php-format
5640
  msgid ""
5641
  "Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
5643
  "this: %s) or combination (example:%s, its the same like this: %s)"
5644
  msgstr ""
5645
 
5646
+ #: core/lib/wpbc_all_translations1.php:64 inc/_bs/admin/api-settings-s.php:281
5647
  msgid "Use time selections as recurrent time slots"
5648
  msgstr ""
5649
 
5650
+ #: core/lib/wpbc_all_translations1.php:65 inc/_bs/admin/api-settings-s.php:282
5651
  msgid ""
5652
  "Check this box if you want to use recurrent time to reserve several days. This means that middle "
5653
  "days will be partially booked by actual times, otherwise the time in the booking form will be "
5654
  "used as check-in/check-out time for the first and last day of the reservation."
5655
  msgstr ""
5656
 
5657
+ #: core/lib/wpbc_all_translations1.php:66 inc/_bs/admin/api-settings-s.php:315
5658
  msgid "Check this option, to use check in/out time during booking process. "
5659
  msgstr ""
5660
 
5661
+ #: core/lib/wpbc_all_translations1.php:67 inc/_bs/admin/api-settings-s.php:316
5662
  #, php-format
5663
  msgid "%s Important!%s This will overwrite any times selection in your booking form."
5664
  msgstr ""
5665
 
5666
+ #: core/lib/wpbc_all_translations1.php:68 inc/_bs/admin/api-settings-s.php:323
5667
  msgid "Check-in time"
5668
  msgstr ""
5669
 
5670
+ #: core/lib/wpbc_all_translations1.php:69 inc/_bs/admin/api-settings-s.php:324
5671
  #, php-format
5672
  msgid "Type your %sCheck-in%s time of booking"
5673
  msgstr ""
5674
 
5675
+ #: core/lib/wpbc_all_translations1.php:70 inc/_bs/admin/api-settings-s.php:336
5676
  msgid "Check-Out time"
5677
  msgstr ""
5678
 
5679
+ #: core/lib/wpbc_all_translations1.php:71 inc/_bs/admin/api-settings-s.php:337
5680
  #, php-format
5681
  msgid "Type your %sCheck-Out%s time of booking"
5682
  msgstr ""
5683
 
5684
+ #: core/lib/wpbc_all_translations1.php:72 inc/_bs/admin/api-settings-s.php:351
5685
  msgid "Change over days as triangles"
5686
  msgstr ""
5687
 
5688
+ #: core/lib/wpbc_all_translations1.php:73 inc/_bs/admin/api-settings-s.php:352
5689
  msgid "Check this option, to show change over days as triangles. "
5690
  msgstr ""
5691
 
5692
+ #: core/lib/wpbc_all_translations1.php:74 inc/_bs/admin/api-settings-s.php:377
5693
  msgid "Title of booked timeslot(s)"
5694
  msgstr ""
5695
 
5696
+ #: core/lib/wpbc_all_translations1.php:75 inc/_bs/admin/api-settings-s.php:378
5697
  #, php-format
5698
  msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
5699
  msgstr ""
5700
 
5701
+ #: core/lib/wpbc_all_translations1.php:76 inc/_bs/admin/api-settings-s.php:418
5702
  msgid "Time Format"
5703
  msgstr ""
5704
 
5705
+ #: core/lib/wpbc_all_translations1.php:77 inc/_bs/admin/api-settings-s.php:452
5706
  #, php-format
5707
  msgid ""
5708
  "Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
5709
  msgstr ""
5710
 
5711
+ #: core/lib/wpbc_all_translations1.php:78 inc/_bs/admin/api-settings-s.php:478
5712
  msgid "Auto approve all new bookings"
5713
  msgstr ""
5714
 
5715
+ #: core/lib/wpbc_all_translations1.php:79 inc/_bs/admin/api-settings-s.php:479
5716
  #, php-format
5717
  msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
5718
  msgstr ""
5719
 
5720
+ #: core/lib/wpbc_all_translations1.php:80 inc/_bs/admin/api-settings-s.php:517
5721
  #, php-format
5722
  msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
5723
  msgstr ""
5724
 
5725
+ #: core/lib/wpbc_all_translations1.php:81 inc/_bs/admin/api-settings-s.php:541
5726
  msgid "Cancel bookings older"
5727
  msgstr ""
5728
 
5729
+ #: core/lib/wpbc_all_translations1.php:82 inc/_bs/admin/api-settings-s.php:542
5730
  msgid "Cancel only pending, unpaid bookings, which are older than this selection."
5731
  msgstr ""
5732
 
5733
+ #: core/lib/wpbc_all_translations1.php:83 inc/_bs/admin/api-settings-s.php:550
5734
  msgid "Cancellation email sent"
5735
  msgstr ""
5736
 
5737
+ #: core/lib/wpbc_all_translations1.php:84 inc/_bs/admin/api-settings-s.php:551
5738
  #, php-format
5739
  msgid "Check this box to %ssend%s cancellation email for this resource."
5740
  msgstr ""
5741
 
5742
+ #: core/lib/wpbc_all_translations1.php:85 inc/_bs/admin/api-settings-s.php:559
5743
  #: inc/_bs/admin/api-settings-s.php:560
5744
  msgid "Reason for cancellation"
5745
  msgstr ""
5746
 
5747
+ #: core/lib/wpbc_all_translations1.php:86 inc/_bs/admin/api-settings-s.php:561
5748
  #, php-format
5749
  msgid "Type the reason for %scancellation%s for the email template."
5750
  msgstr ""
5751
 
5752
+ #: core/lib/wpbc_all_translations1.php:87 inc/_bs/admin/page-email-payment.php:560
5753
  msgid "Payment request"
5754
  msgstr ""
5755
 
5756
+ #: core/lib/wpbc_all_translations1.php:88 inc/_bs/admin/page-email-payment.php:562
5757
  msgid "Customization of email template, which is sending to Visitor after payment request"
5758
  msgstr ""
5759
 
5760
+ #: core/lib/wpbc_all_translations1.php:89
5761
  msgid "Email with Payment Request which is sending to Visitor."
5762
  msgstr ""
5763
 
5764
+ #: core/lib/wpbc_all_translations1.php:90 core/wpbc-js.php:136
5765
  msgid "Error! Please reset your check-in/check-out dates above."
5766
  msgstr ""
5767
 
5768
+ #: core/lib/wpbc_all_translations1.php:91 core/wpbc-js.php:137
5769
  msgid ""
5770
  "Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
5771
  "another date or time."
5772
  msgstr ""
5773
 
5774
+ #: core/lib/wpbc_all_translations1.php:92 core/wpbc-js.php:138
5775
  msgid ""
5776
  "End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
5777
  "also be earlier that the start time, if only 1 day was selected! Please choose another date or "
5778
  "time."
5779
  msgstr ""
5780
 
5781
+ #: core/lib/wpbc_all_translations1.php:93 core/wpbc-js.php:139 core/wpbc-js.php:140
5782
  msgid "The time(s) may be booked, or already in the past!"
5783
  msgstr ""
5784
 
5785
+ #: core/lib/wpbc_all_translations1.php:94 inc/_bs/biz_s.php:435
5786
  msgid "Cost saved successfully"
5787
  msgstr ""
5788
 
5789
+ #: core/lib/wpbc_all_translations1.php:95 inc/_bs/biz_s.php:442
5790
  msgid "Cost is not correct. It must be greater than 0"
5791
  msgstr ""
5792
 
5793
+ #: core/lib/wpbc_all_translations1.php:96 inc/_bs/biz_s.php:627
5794
  msgid "Request has been sent"
5795
  msgstr ""
5796
 
5797
+ #: core/lib/wpbc_all_translations1.php:97 inc/_bs/biz_s.php:634
5798
  msgid "Request has failed"
5799
  msgstr ""
5800
 
5801
+ #: core/lib/wpbc_all_translations1.php:98 inc/_bs/biz_s.php:665
5802
  msgid "The payment status is changed successfully"
5803
  msgstr ""
5804
 
5805
+ #: core/lib/wpbc_all_translations1.php:99 inc/_bs/biz_s.php:672
5806
  msgid "The changing of payment status is failed"
5807
  msgstr ""
5808
 
5809
+ #: core/lib/wpbc_all_translations1.php:100 inc/_bs/biz_s.php:1075
5810
  msgid "deposit"
5811
  msgstr ""
5812
 
5813
+ #: core/lib/wpbc_all_translations1.php:101 inc/_bs/biz_s.php:1076
5814
  msgid "Total cost"
5815
  msgstr ""
5816
 
5817
+ #: core/lib/wpbc_all_translations1.php:102 inc/_bs/biz_s.php:1077
5818
  msgid "balance"
5819
  msgstr ""
5820
 
5821
+ #: core/lib/wpbc_all_translations1.php:103 inc/_bs/lib_s.php:41 inc/_bs/lib_s.php:72
5822
  #: inc/_bs/s-toolbar.php:94
5823
  msgid "Payment status"
5824
  msgstr ""
5825
 
5826
+ #: core/lib/wpbc_all_translations1.php:104 inc/_bs/lib_s.php:45
5827
  msgid "Any Status"
5828
  msgstr ""
5829
 
5830
+ #: core/lib/wpbc_all_translations1.php:105 inc/_bs/lib_s.php:48
5831
  msgid "Unknown Status"
5832
  msgstr ""
5833
 
5834
+ #: core/lib/wpbc_all_translations1.php:106 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:325
5835
  msgid "Not Completed"
5836
  msgstr ""
5837
 
5838
+ #: core/lib/wpbc_all_translations1.php:107 inc/_bs/lib_s.php:50 inc/_bs/lib_s.php:314
5839
  #: inc/_bs/lib_s.php:334
5840
  msgid "Failed"
5841
  msgstr ""
5842
 
5843
+ #: core/lib/wpbc_all_translations1.php:108 inc/_bs/lib_s.php:140
5844
  msgid "min"
5845
  msgstr ""
5846
 
5847
+ #: core/lib/wpbc_all_translations1.php:109 inc/_bs/lib_s.php:140
5848
  msgid "max"
5849
  msgstr ""
5850
 
5851
+ #: core/lib/wpbc_all_translations1.php:110 inc/_bs/lib_s.php:269 inc/_bs/lib_s.php:309
5852
  #: inc/_bs/lib_s.php:327
5853
  msgid "Completed"
5854
  msgstr ""
5855
 
5856
+ #: core/lib/wpbc_all_translations1.php:111 inc/_bs/lib_s.php:310 inc/_bs/lib_s.php:330
5857
  msgid "In-Progress"
5858
  msgstr ""
5859
 
5860
+ #: core/lib/wpbc_all_translations1.php:112 inc/_bs/lib_s.php:312 inc/_bs/lib_s.php:347
5861
  msgid "Partially paid"
5862
  msgstr ""
5863
 
5864
+ #: core/lib/wpbc_all_translations1.php:113 inc/_bs/lib_s.php:313 inc/_bs/lib_s.php:348
5865
  msgid "Cancelled"
5866
  msgstr ""
5867
 
5868
+ #: core/lib/wpbc_all_translations1.php:114 inc/_bs/lib_s.php:315 inc/_bs/lib_s.php:336
5869
  msgid "Refunded"
5870
  msgstr ""
5871
 
5872
+ #: core/lib/wpbc_all_translations1.php:115 inc/_bs/lib_s.php:316 inc/_bs/lib_s.php:349
5873
  msgid "Fraud"
5874
  msgstr ""
5875
 
5876
+ #: core/lib/wpbc_all_translations1.php:116 inc/_bs/lib_s.php:323
5877
  msgid "!Paid OK"
5878
  msgstr ""
5879
 
5880
+ #: core/lib/wpbc_all_translations1.php:117 inc/_bs/lib_s.php:324
5881
  msgid "Unknown status"
5882
  msgstr ""
5883
 
5884
+ #: core/lib/wpbc_all_translations1.php:118 inc/_bs/lib_s.php:329
5885
  msgid "Processed"
5886
  msgstr ""
5887
 
5888
+ #: core/lib/wpbc_all_translations1.php:119 inc/_bs/lib_s.php:331
5889
  msgid "Canceled_Reversal"
5890
  msgstr ""
5891
 
5892
+ #: core/lib/wpbc_all_translations1.php:120 inc/_bs/lib_s.php:332
5893
  msgid "Denied"
5894
  msgstr ""
5895
 
5896
+ #: core/lib/wpbc_all_translations1.php:121 inc/_bs/lib_s.php:333
5897
  msgid "Expired"
5898
  msgstr ""
5899
 
5900
+ #: core/lib/wpbc_all_translations1.php:122 inc/_bs/lib_s.php:335
5901
  msgid "Partially_Refunded"
5902
  msgstr ""
5903
 
5904
+ #: core/lib/wpbc_all_translations1.php:123 inc/_bs/lib_s.php:337
5905
  msgid "Reversed"
5906
  msgstr ""
5907
 
5908
+ #: core/lib/wpbc_all_translations1.php:124 inc/_bs/lib_s.php:338
5909
  msgid "Voided"
5910
  msgstr ""
5911
 
5912
+ #: core/lib/wpbc_all_translations1.php:125 inc/_bs/lib_s.php:341
5913
  msgid "Not authed"
5914
  msgstr ""
5915
 
5916
+ #: core/lib/wpbc_all_translations1.php:126 inc/_bs/lib_s.php:342
5917
  msgid "Malformed"
5918
  msgstr ""
5919
 
5920
+ #: core/lib/wpbc_all_translations1.php:127 inc/_bs/lib_s.php:343
5921
  msgid "Invalid"
5922
  msgstr ""
5923
 
5924
+ #: core/lib/wpbc_all_translations1.php:128 inc/_bs/lib_s.php:344
5925
  msgid "Abort"
5926
  msgstr ""
5927
 
5928
+ #: core/lib/wpbc_all_translations1.php:129 inc/_bs/lib_s.php:345
5929
  msgid "Rejected"
5930
  msgstr ""
5931
 
5932
+ #: core/lib/wpbc_all_translations1.php:130 inc/_bs/lib_s.php:350
5933
  msgid "Suspended"
5934
  msgstr ""
5935
 
5936
+ #: core/lib/wpbc_all_translations1.php:131 inc/_bs/s-toolbar.php:68
5937
  msgid "Send payment request to visitor"
5938
  msgstr ""
5939
 
5940
+ #: core/lib/wpbc_all_translations1.php:132 core/timeline/v2/wpbc-class-timeline_v2.php:2650
5941
  #: inc/_bs/s-toolbar.php:110 inc/_ps/p-toolbar.php:131 inc/_ps/p-toolbar.php:507
5942
  msgid "Print"
5943
  msgstr ""
5944
 
5945
+ #: core/lib/wpbc_all_translations1.php:133 inc/_bs/s-toolbar.php:136
5946
  msgid "Save cost"
5947
  msgstr ""
5948
 
5949
+ #: core/lib/wpbc_all_translations1.php:134 inc/_bs/s-toolbar.php:173
5950
  msgid "Change status"
5951
  msgstr ""
5952
 
5953
+ #: core/lib/wpbc_all_translations1.php:135 inc/_bs/s-toolbar.php:196
5954
  msgid "Send payment request to customer"
5955
  msgstr ""
5956
 
5957
+ #: core/lib/wpbc_all_translations1.php:136 inc/_bs/s-toolbar.php:200
5958
  #, php-format
5959
  msgid "Type your %sreason for payment%s request"
5960
  msgstr ""
5961
 
5962
+ #: core/lib/wpbc_all_translations1.php:137 inc/_bs/s-toolbar.php:208
5963
  msgid "Send Request"
5964
  msgstr ""
5965
 
5966
+ #: core/lib/wpbc_all_translations1.php:138 inc/_bs/s-toolbar.php:230
5967
  msgid "Auto-fill form"
5968
  msgstr ""
5969
 
5970
+ #: core/lib/wpbc_all_translations1.php:139 inc/_mu/admin/activation-u.php:84
5971
  msgid "Suite"
5972
  msgstr ""
5973
 
5974
+ #: core/lib/wpbc_all_translations1.php:140 inc/_mu/admin/api-settings-u.php:91
5975
  #: inc/_ps/admin/br-table-export-feeds.php:89 inc/_ps/admin/br-table-import-gcal-p.php:73
5976
  msgid "User"
5977
  msgstr ""
5978
 
5979
+ #: core/lib/wpbc_all_translations1.php:141 inc/_mu/admin/api-settings-u.php:437
5980
  #: inc/_mu/admin/page-users.php:254 inc/_mu/admin/page-users.php:595
5981
  #: inc/_mu/admin/page-users.php:599
5982
  msgid "Super Admin"
5983
  msgstr ""
5984
 
5985
+ #: core/lib/wpbc_all_translations1.php:142 inc/_mu/admin/api-settings-u.php:441
5986
  #: inc/_mu/admin/page-users.php:289 inc/_mu/admin/page-users.php:603
5987
  #: inc/_mu/admin/page-users.php:607
5988
  msgid "Regular User"
5989
  msgstr ""
5990
 
5991
+ #: core/lib/wpbc_all_translations1.php:143 inc/_mu/admin/api-settings-u.php:446
5992
  msgid "Inactive User"
5993
  msgstr ""
5994
 
5995
+ #: core/lib/wpbc_all_translations1.php:144 inc/_mu/admin/page-users.php:43
5996
  #: inc/_mu/admin/page-users.php:433
5997
  msgid "Users"
5998
  msgstr ""
5999
 
6000
+ #: core/lib/wpbc_all_translations1.php:145 inc/_mu/admin/page-users.php:44
6001
  msgid "Manage Users"
6002
  msgstr ""
6003
 
6004
+ #: core/lib/wpbc_all_translations1.php:146 inc/_mu/admin/page-users.php:45
6005
  msgid "Users Settings"
6006
  msgstr ""
6007
 
6008
+ #: core/lib/wpbc_all_translations1.php:147 inc/_mu/admin/page-users.php:209
6009
  #: inc/_mu/multiuser.php:649
6010
  msgid "User is Activated"
6011
  msgstr ""
6012
 
6013
+ #: core/lib/wpbc_all_translations1.php:148 inc/_mu/admin/page-users.php:237
6014
  #: inc/_mu/multiuser.php:699
6015
  msgid "User is Deactivated"
6016
  msgstr ""
6017
 
6018
+ #: core/lib/wpbc_all_translations1.php:149 inc/_mu/admin/page-users.php:441
6019
  msgid "User Role"
6020
  msgstr ""
6021
 
6022
+ #: core/lib/wpbc_all_translations1.php:150 inc/_mu/admin/page-users.php:452
6023
  #: inc/_mu/admin/page-users.php:595 inc/_mu/admin/page-users.php:603
6024
  msgid "Set user as"
6025
  msgstr ""
6026
 
6027
+ #: core/lib/wpbc_all_translations1.php:151 inc/_mu/admin/page-users.php:548
6028
  msgid "Unlimited"
6029
  msgstr ""
6030
 
6031
+ #: core/lib/wpbc_all_translations1.php:152 inc/_mu/admin/page-users.php:560
6032
  #: inc/_mu/admin/page-users.php:568 inc/_mu/admin/page-users.php:574
6033
  #: inc/_mu/admin/page-users.php:581 inc/_mu/admin/page-users.php:594
6034
  #: inc/_mu/admin/page-users.php:602
6035
  msgid "Do you really want"
6036
  msgstr ""
6037
 
6038
+ #: core/lib/wpbc_all_translations1.php:153 inc/_mu/admin/page-users.php:561
6039
  msgid "make user active"
6040
  msgstr ""
6041
 
6042
+ #: core/lib/wpbc_all_translations1.php:154 inc/_mu/admin/page-users.php:565
6043
  msgid "Activate"
6044
  msgstr ""
6045
 
6046
+ #: core/lib/wpbc_all_translations1.php:155 inc/_mu/admin/page-users.php:569
6047
  msgid "make user inactive"
6048
  msgstr ""
6049
 
6050
+ #: core/lib/wpbc_all_translations1.php:156 inc/_mu/admin/page-users.php:572
6051
  msgid "Deactivate"
6052
  msgstr ""
6053
 
6054
+ #: core/lib/wpbc_all_translations1.php:157 inc/_mu/admin/page-users.php:575
6055
  msgid "delete configuration"
6056
  msgstr ""
6057
 
6058
+ #: core/lib/wpbc_all_translations1.php:158 inc/_mu/admin/page-users.php:579
6059
  msgid "Delete settings"
6060
  msgstr ""
6061
 
6062
+ #: core/lib/wpbc_all_translations1.php:159 inc/_mu/admin/page-users.php:582
6063
  msgid "delete all booking data"
6064
  msgstr ""
6065
 
6066
+ #: core/lib/wpbc_all_translations1.php:160 inc/_mu/admin/page-users.php:586
6067
  msgid "Delete data"
6068
  msgstr ""
6069
 
6070
+ #: core/lib/wpbc_all_translations1.php:161 inc/_mu/multiuser.php:635
6071
  msgid "Work days"
6072
  msgstr ""
6073
 
6074
+ #: core/lib/wpbc_all_translations1.php:162 inc/_mu/multiuser.php:768
6075
  #, php-format
6076
  msgid ""
6077
  "%sYou do not have permissions for this page.%s Your account is not active, please contact "
6078
  "administrator.%s"
6079
  msgstr ""
6080
 
6081
+ #: core/lib/wpbc_all_translations1.php:163 inc/_mu/multiuser.php:807
6082
  #, php-format
6083
  msgid "%sYou do not have permissions for this booking resources.%s"
6084
  msgstr ""
6085
 
6086
+ #: core/lib/wpbc_all_translations1.php:164 inc/_mu/multiuser.php:813
6087
  #, php-format
6088
  msgid "%sNo this booking resources.%s"
6089
  msgstr ""
6090
 
6091
+ #: core/lib/wpbc_all_translations1.php:165 inc/_ps/admin/activation-p.php:52
6092
  msgid "Please, reserve an apartment with fresh flowers."
6093
  msgstr ""
6094
 
6095
+ #: core/lib/wpbc_all_translations1.php:166 inc/_ps/admin/api-settings-p.php:56
6096
  msgid "Default booking resource"
6097
  msgstr ""
6098
 
6099
+ #: core/lib/wpbc_all_translations1.php:167 inc/_ps/admin/api-settings-p.php:57
6100
  msgid "Select your default booking resource."
6101
  msgstr ""
6102
 
6103
+ #: core/lib/wpbc_all_translations1.php:168 inc/_ps/admin/api-settings-p.php:70
6104
  msgid "Resources number per page"
6105
  msgstr ""
6106
 
6107
+ #: core/lib/wpbc_all_translations1.php:169 inc/_ps/admin/api-settings-p.php:71
6108
  msgid "Select number of booking resources (single or parent) per page at Resource menu page"
6109
  msgstr ""
6110
 
6111
+ #: core/lib/wpbc_all_translations1.php:170 inc/_ps/admin/api-settings-p.php:183
6112
  #: inc/_ps/admin/api-settings-p.php:197
6113
  msgid "Booking title"
6114
  msgstr ""
6115
 
6116
+ #: core/lib/wpbc_all_translations1.php:171 inc/_ps/admin/api-settings-p.php:183
6117
  msgid "admin panel"
6118
  msgstr ""
6119
 
6120
+ #: core/lib/wpbc_all_translations1.php:172 inc/_ps/admin/api-settings-p.php:184
6121
  #, php-format
6122
  msgid ""
6123
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
6124
  "the shortcodes from the bottom form of Settings Fields page)."
6125
  msgstr ""
6126
 
6127
+ #: core/lib/wpbc_all_translations1.php:173
6128
  msgid "front panel"
6129
  msgstr ""
6130
 
6131
+ #: core/lib/wpbc_all_translations1.php:174 inc/_ps/admin/api-settings-p.php:198
6132
  #, php-format
6133
  msgid ""
6134
  "Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
6135
  "from the bottom form of Settings Fields page."
6136
  msgstr ""
6137
 
6138
+ #: core/lib/wpbc_all_translations1.php:175 inc/_ps/admin/api-settings-p.php:206
6139
  msgid "Booking details in popover"
6140
  msgstr ""
6141
 
6142
+ #: core/lib/wpbc_all_translations1.php:176 inc/_ps/admin/api-settings-p.php:207
6143
  #, php-format
6144
  msgid ""
6145
  "Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
6146
  "side."
6147
  msgstr ""
6148
 
6149
+ #: core/lib/wpbc_all_translations1.php:177 inc/_ps/admin/api-settings-p.php:228
6150
  msgid "semicolon"
6151
  msgstr ""
6152
 
6153
+ #: core/lib/wpbc_all_translations1.php:178 inc/_ps/admin/api-settings-p.php:229
6154
  msgid "comma"
6155
  msgstr ""
6156
 
6157
+ #: core/lib/wpbc_all_translations1.php:179 inc/_ps/admin/api-settings-p.php:234
6158
  msgid "CSV data separator"
6159
  msgstr ""
6160
 
6161
+ #: core/lib/wpbc_all_translations1.php:180 inc/_ps/admin/api-settings-p.php:235
6162
  msgid "Select separator of data for export bookings to CSV."
6163
  msgstr ""
6164
 
6165
+ #: core/lib/wpbc_all_translations1.php:181 inc/_ps/admin/api-settings-p.php:327
6166
  #: js/wpbc-gutenberg.js:1164
6167
  msgid "URL to edit bookings"
6168
  msgstr ""
6169
 
6170
+ #: core/lib/wpbc_all_translations1.php:182 inc/_ps/admin/api-settings-p.php:328
6171
  #, php-format
6172
  msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
6173
  msgstr ""
6174
 
6175
+ #: core/lib/wpbc_all_translations1.php:183 inc/_ps/admin/api-settings-p.php:352
6176
  msgid "Change hash after the booking is approved"
6177
  msgstr ""
6178
 
6179
+ #: core/lib/wpbc_all_translations1.php:184 inc/_ps/admin/api-settings-p.php:353
6180
  msgid ""
6181
  "Check this box if you want to change the booking hash after approval. When checked, visitor will "
6182
  "not be able to edit or cancel the booking."
6183
  msgstr ""
6184
 
6185
+ #: core/lib/wpbc_all_translations1.php:185 inc/_ps/admin/page-email-edit.php:556
6186
  msgid "Modified"
6187
  msgstr ""
6188
 
6189
+ #: core/lib/wpbc_all_translations1.php:186
6190
  msgid "Customization of email template, which is sending after modification of booking"
6191
  msgstr ""
6192
 
6193
+ #: core/lib/wpbc_all_translations1.php:187
6194
  msgid "Email is sending to Visitor after Editing of booking."
6195
  msgstr ""
6196
 
6197
+ #: core/lib/wpbc_all_translations1.php:188 inc/_ps/admin/page-resources.php:39
6198
  msgid "Customizaton of booking resources"
6199
  msgstr ""
6200
 
6201
+ #: core/lib/wpbc_all_translations1.php:189 inc/_ps/admin/page-settings-form.php:137
6202
  #: inc/_ps/admin/page-settings-form.php:157
6203
  msgid "Form fields"
6204
  msgstr ""
6205
 
6206
+ #: core/lib/wpbc_all_translations1.php:190 inc/_ps/admin/page-settings-form.php:138
6207
  msgid "Content of Booking Fields"
6208
  msgstr ""
6209
 
6210
+ #: core/lib/wpbc_all_translations1.php:191 inc/_ps/admin/page-settings-form.php:164
6211
  msgid "Generate tag"
6212
  msgstr ""
6213
 
6214
+ #: core/lib/wpbc_all_translations1.php:192 inc/_ps/admin/page-settings-form.php:173
6215
  #, php-format
6216
  msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
6217
  msgstr ""
6218
 
6219
+ #: core/lib/wpbc_all_translations1.php:193 inc/_ps/admin/page-settings-form.php:312
6220
  msgid "Form Template"
6221
  msgstr ""
6222
 
6223
+ #: core/lib/wpbc_all_translations1.php:194 inc/_ps/admin/page-settings-form.php:325
6224
  msgid "Standard Templates"
6225
  msgstr ""
6226
 
6227
+ #: core/lib/wpbc_all_translations1.php:195 inc/_ps/form/class-wpbc-field-help-textarea.php:111
6228
  msgid "Columns"
6229
  msgstr ""
6230
 
6231
+ #: core/lib/wpbc_all_translations1.php:196 inc/_ps/admin/page-settings-form.php:433
6232
  msgid "Advanced Templates"
6233
  msgstr ""
6234
 
6235
+ #: core/lib/wpbc_all_translations1.php:197 inc/_ps/admin/page-settings-form.php:436
6236
  msgid "Wizard (several steps)"
6237
  msgstr ""
6238
 
6239
+ #: core/lib/wpbc_all_translations1.php:198 inc/_ps/admin/page-settings-form.php:449
6240
  msgid "Time slots for different weekdays"
6241
  msgstr ""
6242
 
6243
+ #: core/lib/wpbc_all_translations1.php:199 inc/_ps/admin/page-settings-form.php:459
6244
  #: inc/_ps/admin/page-settings-form.php:470
6245
  msgid "Hints"
6246
  msgstr ""
6247
 
6248
+ #: core/lib/wpbc_all_translations1.php:200 inc/_ps/admin/page-settings-form.php:492
6249
  msgid "Reset Form"
6250
  msgstr ""
6251
 
6252
+ #: core/lib/wpbc_all_translations1.php:201 inc/_ps/admin/page-settings-form.php:545
6253
  msgid "Both"
6254
  msgstr ""
6255
 
6256
+ #: core/lib/wpbc_all_translations1.php:202 inc/_ps/admin/page-settings-form.php:546
6257
  msgid "Reset Booking Form and Content of Booking Fields Form"
6258
  msgstr ""
6259
 
6260
+ #: core/lib/wpbc_all_translations1.php:203 inc/_ps/admin/page-settings-form.php:697
6261
  #: inc/gateways/page-gateways.php:1069
6262
  #, php-format
6263
  msgid "%s - inserting data from fields of booking form"
6264
  msgstr ""
6265
 
6266
+ #: core/lib/wpbc_all_translations1.php:204 inc/_ps/admin/page-settings-form.php:698
6267
  #, php-format
6268
  msgid "%s - inserting new line"
6269
  msgstr ""
6270
 
6271
+ #: core/lib/wpbc_all_translations1.php:205 inc/_ps/admin/page-settings-form.php:702
6272
  #: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:1124
6273
  #, php-format
6274
  msgid ""
6276
  "that all \"open\" tags (like %s) are closed (like this %s)."
6277
  msgstr ""
6278
 
6279
+ #: core/lib/wpbc_all_translations1.php:206 inc/_ps/admin/page-settings-up.php:39
6280
  msgid "Upgrade to higher version"
6281
  msgstr ""
6282
 
6283
+ #: core/lib/wpbc_all_translations1.php:207 inc/_ps/class/wpbc-settings-table.php:260
6284
  msgid "No results found."
6285
  msgstr ""
6286
 
6287
+ #: core/lib/wpbc_all_translations1.php:208 inc/_ps/form/class-wpbc-field-help-checkbox.php:90
6288
  #, php-format
6289
  msgid "Wrap each item with %s tag"
6290
  msgstr ""
6291
 
6292
+ #: core/lib/wpbc_all_translations1.php:209 inc/_ps/form/class-wpbc-field-help-checkbox.php:104
6293
  msgid "Put a label before field"
6294
  msgstr ""
6295
 
6296
+ #: core/lib/wpbc_all_translations1.php:210 inc/_ps/form/class-wpbc-field-help-checkbox.php:118
6297
  #, php-format
6298
  msgid "Make it %sexclusive%s"
6299
  msgstr ""
6300
 
6301
+ #: core/lib/wpbc_all_translations1.php:211 inc/_ps/form/class-wpbc-field-help-checkbox.php:128
6302
  #: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
6303
  #: inc/_ps/form/class-wpbc-field-help-text.php:194
6304
  msgid "Default value"
6305
  msgstr ""
6306
 
6307
+ #: core/lib/wpbc_all_translations1.php:212 inc/_ps/form/class-wpbc-field-help-checkbox.php:136
6308
  #, php-format
6309
  msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
6310
  msgstr ""
6311
 
6312
+ #: core/lib/wpbc_all_translations1.php:213 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
6313
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
6314
  #: inc/_ps/form/class-wpbc-field-help-text.php:177
6315
  msgid "required"
6316
  msgstr ""
6317
 
6318
+ #: core/lib/wpbc_all_translations1.php:214 inc/_ps/form/class-wpbc-field-help-checkbox.php:164
6319
  #: inc/_ps/form/class-wpbc-field-help-select.php:129
6320
  msgid "Titles of options"
6321
  msgstr ""
6322
 
6323
+ #: core/lib/wpbc_all_translations1.php:215 inc/_ps/form/class-wpbc-field-help-radio.php:93
6324
  #: inc/_ps/form/class-wpbc-field-help-select.php:86
6325
  #, php-format
6326
  msgid "One Value from %sOptions%s list"
6327
  msgstr ""
6328
 
6329
+ #: core/lib/wpbc_all_translations1.php:216 inc/_ps/form/class-wpbc-field-help-select.php:101
6330
  #, php-format
6331
  msgid "Allow %smultiple%s selections"
6332
  msgstr ""
6333
 
6334
+ #: core/lib/wpbc_all_translations1.php:217 inc/_ps/form/class-wpbc-field-help-text.php:167
6335
  #, php-format
6336
  msgid "Set as %srequired%s"
6337
  msgstr ""
6338
 
6339
+ #: core/lib/wpbc_all_translations1.php:218 inc/_ps/form/class-wpbc-field-help-text.php:228
6340
  msgid "Placeholder"
6341
  msgstr ""
6342
 
6343
+ #: core/lib/wpbc_all_translations1.php:219 inc/_ps/form/class-wpbc-field-help-text.php:247
6344
  msgid "Class"
6345
  msgstr ""
6346
 
6347
+ #: core/lib/wpbc_all_translations1.php:220 inc/_ps/form/class-wpbc-field-help-text.php:264
6348
  msgid "Size"
6349
  msgstr ""
6350
 
6351
+ #: core/lib/wpbc_all_translations1.php:221 inc/_ps/form/class-wpbc-field-help-text.php:281
6352
  msgid "Maxlength"
6353
  msgstr ""
6354
 
6355
+ #: core/lib/wpbc_all_translations1.php:222 inc/_ps/form/class-wpbc-field-help-text.php:298
6356
  msgid "Copy and paste this shortcode into the form at left side"
6357
  msgstr ""
6358
 
6359
+ #: core/lib/wpbc_all_translations1.php:223 inc/_ps/form/class-wpbc-field-help-text.php:313
6360
  #, php-format
6361
  msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
6362
  msgstr ""
6363
 
6364
+ #: core/lib/wpbc_all_translations1.php:224 inc/_ps/form/class-wpbc-field-help-textarea.php:94
6365
  msgid "Rows"
6366
  msgstr ""
6367
 
6368
+ #: core/lib/wpbc_all_translations1.php:225 inc/_ps/form/class-wpbc-form-help.php:86
6369
  msgid "General Information"
6370
  msgstr ""
6371
 
6372
+ #: core/lib/wpbc_all_translations1.php:226 inc/_ps/form/class-wpbc-form-help.php:109
6373
  msgid "Required Fields in Booking Form"
6374
  msgstr ""
6375
 
6376
+ #: core/lib/wpbc_all_translations1.php:227 inc/_ps/form/class-wpbc-form-help.php:117
6377
  #, php-format
6378
  msgid "You must to have this shortcode:%s in the form."
6379
  msgstr ""
6380
 
6381
+ #: core/lib/wpbc_all_translations1.php:228 inc/_ps/form/class-wpbc-form-help.php:119
6382
  msgid ""
6383
  "You can insert several calendars of different resources into the form allowing you to book "
6384
  "several resources during one booking process."
6385
  msgstr ""
6386
 
6387
+ #: core/lib/wpbc_all_translations1.php:229 inc/_ps/form/class-wpbc-form-help.php:120
6388
  #, php-format
6389
  msgid "Example: %s."
6390
  msgstr ""
6391
 
6392
+ #: core/lib/wpbc_all_translations1.php:230 inc/_ps/form/class-wpbc-form-help.php:121
6393
  #, php-format
6394
  msgid ""
6395
  "where %s – default calendar %s (you can select desired resource of calendar by inserting "
6396
  "shortcode into page)%s"
6397
  msgstr ""
6398
 
6399
+ #: core/lib/wpbc_all_translations1.php:231 inc/_ps/form/class-wpbc-form-help.php:122
6400
  #: inc/_ps/form/class-wpbc-form-help.php:123
6401
  #, php-format
6402
  msgid "%s – calendar of booking resource with %s"
6403
  msgstr ""
6404
 
6405
+ #: core/lib/wpbc_all_translations1.php:232 inc/_ps/form/class-wpbc-form-help.php:124
6406
  #, php-format
6407
  msgid "Please check more about this feature %shere%s."
6408
  msgstr ""
6409
 
6410
+ #: core/lib/wpbc_all_translations1.php:233 inc/_ps/form/class-wpbc-form-help.php:126
6411
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
6412
  #: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
6413
  #: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
6417
  msgid "You can %suse this shortcode only once%s in the form."
6418
  msgstr ""
6419
 
6420
+ #: core/lib/wpbc_all_translations1.php:234 inc/_ps/form/class-wpbc-form-help.php:135
6421
  msgid "Email Field"
6422
  msgstr ""
6423
 
6424
+ #: core/lib/wpbc_all_translations1.php:235 inc/_ps/form/class-wpbc-form-help.php:136
6425
  #, php-format
6426
  msgid "You must have this shortcode:%s in the booking form."
6427
  msgstr ""
6428
 
6429
+ #: core/lib/wpbc_all_translations1.php:236 inc/_ps/form/class-wpbc-form-help.php:136
6430
  msgid "This is the primary email field, which is used for sending emails to visitors."
6431
  msgstr ""
6432
 
6433
+ #: core/lib/wpbc_all_translations1.php:237 inc/_ps/form/class-wpbc-form-help.php:163
6434
  msgid "Drop Down"
6435
  msgstr ""
6436
 
6437
+ #: core/lib/wpbc_all_translations1.php:238 inc/_ps/form/class-wpbc-form-help.php:175
6438
  msgid "Checkbox(es)"
6439
  msgstr ""
6440
 
6441
+ #: core/lib/wpbc_all_translations1.php:239 inc/_ps/form/class-wpbc-form-help.php:182
6442
  msgid "Radio Button(s)"
6443
  msgstr ""
6444
 
6445
+ #: core/lib/wpbc_all_translations1.php:240 inc/_ps/form/class-wpbc-form-help.php:196
6446
  #, php-format
6447
  msgid "Insert %s shortcode to prevent SPAM bookings."
6448
  msgstr ""
6449
 
6450
+ #: core/lib/wpbc_all_translations1.php:241 inc/_ps/form/class-wpbc-form-help.php:206
6451
  msgid "Submit Button"
6452
  msgstr ""
6453
 
6454
+ #: core/lib/wpbc_all_translations1.php:242 inc/_ps/form/class-wpbc-form-help.php:214
6455
  msgid "Times Fields"
6456
  msgstr ""
6457
 
6458
+ #: core/lib/wpbc_all_translations1.php:243 inc/_ps/form/class-wpbc-form-help.php:220
6459
  msgid "Time Slot List"
6460
  msgstr ""
6461
 
6462
+ #: core/lib/wpbc_all_translations1.php:244 inc/_ps/form/class-wpbc-form-help.php:222
6463
  #: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
6464
  #: inc/_ps/form/class-wpbc-form-help.php:379
6465
  #, php-format
6466
  msgid "Select the %s using the predefined %sTime List%s."
6467
  msgstr ""
6468
 
6469
+ #: core/lib/wpbc_all_translations1.php:245 inc/_ps/form/class-wpbc-form-help.php:222
6470
  msgid "Time Slot"
6471
  msgstr ""
6472
 
6473
+ #: core/lib/wpbc_all_translations1.php:246 inc/_ps/form/class-wpbc-form-help.php:223
6474
  #, php-format
6475
  msgid ""
6476
  "Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
6477
  "slots, this time field will %sdisable booked times slots%s (set them as grayed)."
6478
  msgstr ""
6479
 
6480
+ #: core/lib/wpbc_all_translations1.php:247 inc/_ps/form/class-wpbc-form-help.php:224
6481
  #, php-format
6482
  msgid "It works only in %ssingle day selection%s mode."
6483
  msgstr ""
6484
 
6485
+ #: core/lib/wpbc_all_translations1.php:248 inc/_ps/form/class-wpbc-form-help.php:225
6486
  msgid ""
6487
  "Also some early versions of the IE do not support disabling of the options in the selectboxes."
6488
  msgstr ""
6489
 
6490
+ #: core/lib/wpbc_all_translations1.php:249 inc/_ps/form/class-wpbc-form-help.php:226
6491
  msgid ""
6492
  "Even if visitor selects the booked timeslot, system will not allow them to make the booking."
6493
  msgstr ""
6494
 
6495
+ #: core/lib/wpbc_all_translations1.php:250 inc/_ps/form/class-wpbc-form-help.php:229
6496
  #: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
6497
  #, php-format
6498
  msgid ""
6500
  "Time)%s only."
6501
  msgstr ""
6502
 
6503
+ #: core/lib/wpbc_all_translations1.php:251 inc/_ps/form/class-wpbc-form-help.php:231
6504
  #, php-format
6505
  msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
6506
  msgstr ""
6507
 
6508
+ #: core/lib/wpbc_all_translations1.php:252 inc/_ps/form/class-wpbc-form-help.php:273
6509
  msgid "Start Time - Text field"
6510
  msgstr ""
6511
 
6512
+ #: core/lib/wpbc_all_translations1.php:253 inc/_ps/form/class-wpbc-form-help.php:275
6513
  #: inc/_ps/form/class-wpbc-form-help.php:288
6514
  #, php-format
6515
  msgid "Enter %s in text field."
6516
  msgstr ""
6517
 
6518
+ #: core/lib/wpbc_all_translations1.php:254 inc/_ps/admin/api-settings-p.php:109
6519
  #: inc/_ps/admin/api-settings-p.php:115 inc/_ps/form/class-wpbc-form-help.php:275
6520
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
6521
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6522
  msgid "Start Time"
6523
  msgstr ""
6524
 
6525
+ #: core/lib/wpbc_all_translations1.php:255 inc/_ps/form/class-wpbc-form-help.php:277
6526
  #: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
6527
  #, php-format
6528
  msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
6529
  msgstr ""
6530
 
6531
+ #: core/lib/wpbc_all_translations1.php:256 inc/_ps/form/class-wpbc-form-help.php:279
6532
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6533
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6534
  #, php-format
6535
  msgid "You can also use the %s in the form."
6536
  msgstr ""
6537
 
6538
+ #: core/lib/wpbc_all_translations1.php:257 inc/_ps/admin/api-settings-p.php:128
6539
  #: inc/_ps/admin/api-settings-p.php:134 inc/_ps/form/class-wpbc-form-help.php:279
6540
  #: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
6541
  #: inc/_ps/form/class-wpbc-form-help.php:340
6542
  msgid "End Time"
6543
  msgstr ""
6544
 
6545
+ #: core/lib/wpbc_all_translations1.php:258 inc/_ps/form/class-wpbc-form-help.php:279
6546
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6547
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
6548
  msgid "Duration Time"
6549
  msgstr ""
6550
 
6551
+ #: core/lib/wpbc_all_translations1.php:259 inc/_ps/form/class-wpbc-form-help.php:279
6552
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6553
  #: inc/_ps/form/class-wpbc-form-help.php:344
6554
  msgid "fields"
6555
  msgstr ""
6556
 
6557
+ #: core/lib/wpbc_all_translations1.php:260 inc/_ps/form/class-wpbc-form-help.php:286
6558
  msgid "End Time - Text field"
6559
  msgstr ""
6560
 
6561
+ #: core/lib/wpbc_all_translations1.php:261 inc/_ps/form/class-wpbc-form-help.php:300
6562
  msgid "Start Time - Drop Down list"
6563
  msgstr ""
6564
 
6565
+ #: core/lib/wpbc_all_translations1.php:262 inc/_ps/form/class-wpbc-form-help.php:304
6566
  #, php-format
6567
  msgid ""
6568
  "Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
6569
  "Time)%s only."
6570
  msgstr ""
6571
 
6572
+ #: core/lib/wpbc_all_translations1.php:263 inc/_ps/form/class-wpbc-form-help.php:338
6573
  msgid "End Time - Drop Down list"
6574
  msgstr ""
6575
 
6576
+ #: core/lib/wpbc_all_translations1.php:264 inc/_ps/form/class-wpbc-form-help.php:377
6577
  msgid "Duration Time - Drop Down list"
6578
  msgstr ""
6579
 
6580
+ #: core/lib/wpbc_all_translations1.php:265 inc/_ps/form/class-wpbc-form-help.php:383
6581
  msgid "field"
6582
  msgstr ""
6583
 
6584
+ #: core/lib/wpbc_all_translations1.php:266 inc/_ps/form/class-wpbc-form-help.php:416
6585
  msgid "Different time slots, for the different week days"
6586
  msgstr ""
6587
 
6588
+ #: core/lib/wpbc_all_translations1.php:267 inc/_ps/form/class-wpbc-form-help.php:419
6589
  msgid ""
6590
  "This feature provides the possibility to use the different time slot selections in the booking "
6591
  "form for the different week days or different days - which are assigned to the specific season "
6592
  "filters. So each week day (day of specific season filter) can have a different time slots list."
6593
  msgstr ""
6594
 
6595
+ #: core/lib/wpbc_all_translations1.php:268 inc/_ps/form/class-wpbc-form-help.php:421
6596
  #: inc/_ps/form/class-wpbc-form-help.php:568
6597
  msgid "Configuration"
6598
  msgstr ""
6599
 
6600
+ #: core/lib/wpbc_all_translations1.php:269 inc/_ps/form/class-wpbc-form-help.php:422
6601
  #: inc/_ps/form/class-wpbc-form-help.php:569
6602
  #, php-format
6603
  msgid "The general structure of the configuration %scondition rule%s is as follows"
6604
  msgstr ""
6605
 
6606
+ #: core/lib/wpbc_all_translations1.php:270 inc/_ps/form/class-wpbc-form-help.php:428
6607
  #: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
6608
  #: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
6609
  #: inc/_ps/form/class-wpbc-form-help.php:619
6610
  msgid "Parameters"
6611
  msgstr ""
6612
 
6613
+ #: core/lib/wpbc_all_translations1.php:271 inc/_ps/form/class-wpbc-form-help.php:429
6614
  #: inc/_ps/form/class-wpbc-form-help.php:576
6615
  #, php-format
6616
  msgid ""
6620
  "conditions. Please check more about it, in the examples."
6621
  msgstr ""
6622
 
6623
+ #: core/lib/wpbc_all_translations1.php:272 inc/_ps/form/class-wpbc-form-help.php:430
6624
  #: inc/_ps/form/class-wpbc-form-help.php:577
6625
  #, php-format
6626
  msgid ""
6631
  "filter in the Season Filters page."
6632
  msgstr ""
6633
 
6634
+ #: core/lib/wpbc_all_translations1.php:273 inc/_ps/form/class-wpbc-form-help.php:431
6635
  #, php-format
6636
  msgid ""
6637
  "%svalue%s – value of the specific conditions. If the value is true, the content of the "
6640
  "at initial stage, when the date in calendar is not yet selected."
6641
  msgstr ""
6642
 
6643
+ #: core/lib/wpbc_all_translations1.php:274 inc/_ps/form/class-wpbc-form-help.php:433
6644
  #: inc/_ps/form/class-wpbc-form-help.php:580
6645
  msgid "Examples"
6646
  msgstr ""
6647
 
6648
+ #: core/lib/wpbc_all_translations1.php:275 inc/_ps/form/class-wpbc-form-help.php:434
6649
  #: inc/_ps/form/class-wpbc-form-help.php:581
6650
  msgid "Week days conditions."
6651
  msgstr ""
6652
 
6653
+ #: core/lib/wpbc_all_translations1.php:276 inc/_ps/form/class-wpbc-form-help.php:450
6654
  #: inc/_ps/form/class-wpbc-form-help.php:597
6655
  msgid "default value, if no dates are selected, or none exist conditions are true."
6656
  msgstr ""
6657
 
6658
+ #: core/lib/wpbc_all_translations1.php:277 inc/_ps/form/class-wpbc-form-help.php:458
6659
  #: inc/_ps/form/class-wpbc-form-help.php:475
6660
  msgid "You can use the several values, separated by comma."
6661
  msgstr ""
6662
 
6663
+ #: core/lib/wpbc_all_translations1.php:278 inc/_ps/form/class-wpbc-form-help.php:460
6664
  #: inc/_ps/form/class-wpbc-form-help.php:607
6665
  msgid "Season filters conditions."
6666
  msgstr ""
6667
 
6668
+ #: core/lib/wpbc_all_translations1.php:279 inc/_ps/form/class-wpbc-form-help.php:473
6669
  #: inc/_ps/form/class-wpbc-form-help.php:620
6670
  msgid "Season filter on the Season Filters page,"
6671
  msgstr ""
6672
 
6673
+ #: core/lib/wpbc_all_translations1.php:280 inc/_ps/form/class-wpbc-form-help.php:474
6674
  #: inc/_ps/form/class-wpbc-form-help.php:621
6675
  msgid "Season filter on the Season Filters page"
6676
  msgstr ""
6677
 
6678
+ #: core/lib/wpbc_all_translations1.php:281 inc/_ps/form/class-wpbc-form-help.php:477
6679
  #: inc/_ps/form/class-wpbc-form-help.php:624
6680
  msgid "Additional info"
6681
  msgstr ""
6682
 
6683
+ #: core/lib/wpbc_all_translations1.php:282 inc/_ps/form/class-wpbc-form-help.php:478
6684
  #: inc/_ps/form/class-wpbc-form-help.php:625
6685
  #, php-format
6686
  msgid ""
6688
  "section."
6689
  msgstr ""
6690
 
6691
+ #: core/lib/wpbc_all_translations1.php:283 inc/_ps/form/class-wpbc-form-help.php:479
6692
  #: inc/_ps/form/class-wpbc-form-help.php:626
6693
  #, php-format
6694
  msgid "Please check more about this feature at %sthis page%s"
6695
  msgstr ""
6696
 
6697
+ #: core/lib/wpbc_all_translations1.php:284 inc/_ps/form/class-wpbc-form-help.php:493
6698
  msgid "Time Field"
6699
  msgstr ""
6700
 
6701
+ #: core/lib/wpbc_all_translations1.php:285 inc/_ps/form/class-wpbc-form-help.php:495
6702
  #, php-format
6703
  msgid "Enter the %sTime%s using the text field."
6704
  msgstr ""
6705
 
6706
+ #: core/lib/wpbc_all_translations1.php:286 inc/_ps/form/class-wpbc-form-help.php:498
6707
  msgid "This field does not impact to availability (booking for the specific time) ."
6708
  msgstr ""
6709
 
6710
+ #: core/lib/wpbc_all_translations1.php:287 inc/_ps/form/class-wpbc-form-help.php:499
6711
  msgid "The value of this field is just saved into DB."
6712
  msgstr ""
6713
 
6714
+ #: core/lib/wpbc_all_translations1.php:288 inc/_ps/form/class-wpbc-form-help.php:509
6715
  msgid "Country List"
6716
  msgstr ""
6717
 
6718
+ #: core/lib/wpbc_all_translations1.php:289 inc/_ps/form/class-wpbc-form-help.php:511
6719
  msgid "Select the country from the predefined country list."
6720
  msgstr ""
6721
 
6722
+ #: core/lib/wpbc_all_translations1.php:290 inc/_ps/form/class-wpbc-form-help.php:512
6723
  #, php-format
6724
  msgid "You can customize the country list at this file: %s"
6725
  msgstr ""
6726
 
6727
+ #: core/lib/wpbc_all_translations1.php:291 inc/_ps/form/class-wpbc-form-help.php:513
6728
  msgid "You can insert this field with default selected value."
6729
  msgstr ""
6730
 
6731
+ #: core/lib/wpbc_all_translations1.php:292 inc/_ps/form/class-wpbc-form-help.php:514
6732
  #, php-format
6733
  msgid "Example: %s - %s\"United States\"%s is selected by default."
6734
  msgstr ""
6735
 
6736
+ #: core/lib/wpbc_all_translations1.php:293 inc/_ps/form/class-wpbc-form-help.php:523
6737
  msgid "Language Sections"
6738
  msgstr ""
6739
 
6740
+ #: core/lib/wpbc_all_translations1.php:294 inc/_ps/form/class-wpbc-form-help.php:525
6741
  msgid "Plugin support configurations of the booking form are available in different languages."
6742
  msgstr ""
6743
 
6744
+ #: core/lib/wpbc_all_translations1.php:295 inc/_ps/form/class-wpbc-form-help.php:526
6745
  msgid "The active language of the booking form depends on the active locale of the site."
6746
  msgstr ""
6747
 
6748
+ #: core/lib/wpbc_all_translations1.php:296 inc/_ps/form/class-wpbc-form-help.php:527
6749
  msgid ""
6750
  "Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
6751
  msgstr ""
6752
 
6753
+ #: core/lib/wpbc_all_translations1.php:297 inc/_ps/form/class-wpbc-form-help.php:529
6754
  msgid "Usage"
6755
  msgstr ""
6756
 
6757
+ #: core/lib/wpbc_all_translations1.php:298 inc/_ps/form/class-wpbc-form-help.php:530
6758
  #, php-format
6759
  msgid "start new translation section in specific language, where %s - locale of the translation."
6760
  msgstr ""
6761
 
6762
+ #: core/lib/wpbc_all_translations1.php:299 inc/_ps/form/class-wpbc-form-help.php:533
6763
  msgid "English and French translation"
6764
  msgstr ""
6765
 
6766
+ #: core/lib/wpbc_all_translations1.php:300 inc/_ps/form/class-wpbc-form-help.php:536
6767
  msgid "of configuration booking form in English and French languages"
6768
  msgstr ""
6769
 
6770
+ #: core/lib/wpbc_all_translations1.php:301 inc/_ps/form/class-wpbc-form-help.php:555
6771
  msgid ""
6772
  "Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
6773
  "translation\" page. Required WPML 3.2 with String Translation plugin."
6774
  msgstr ""
6775
 
6776
+ #: core/lib/wpbc_all_translations1.php:302 inc/_ps/form/class-wpbc-form-help.php:563
6777
  msgid "Different form fields, for the different week days"
6778
  msgstr ""
6779
 
6780
+ #: core/lib/wpbc_all_translations1.php:303 inc/_ps/form/class-wpbc-form-help.php:566
6781
  msgid ""
6782
  "This feature provides the possibility to show the different form fields or any other HTML "
6783
  "content in the booking form, depending on the selection of specific week day in calendar or "
6784
  "different days, which are assigned to the specific season filters"
6785
  msgstr ""
6786
 
6787
+ #: core/lib/wpbc_all_translations1.php:304 inc/_ps/form/class-wpbc-form-help.php:578
6788
  #, php-format
6789
  msgid ""
6790
  "%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
6793
  "at initial stage, when the date in calendar is not yet selected."
6794
  msgstr ""
6795
 
6796
+ #: core/lib/wpbc_all_translations1.php:305 inc/_ps/form/class-wpbc-form-help.php:605
6797
  msgid "You can use several values, separated by comma."
6798
  msgstr ""
6799
 
6800
+ #: core/lib/wpbc_all_translations1.php:306 inc/_ps/form/class-wpbc-form-help.php:622
6801
  msgid "You can use several values, separated by a comma."
6802
  msgstr ""
6803
 
6804
+ #: core/lib/wpbc_all_translations1.php:307 inc/_ps/form/class-wpbc-form-help.php:635
6805
  msgid "Cost Fields"
6806
  msgstr ""
6807
 
6808
+ #: core/lib/wpbc_all_translations1.php:308 inc/_ps/form/class-wpbc-form-help.php:641
6809
  msgid "Cost Correction Field"
6810
  msgstr ""
6811
 
6812
+ #: core/lib/wpbc_all_translations1.php:309 inc/_ps/form/class-wpbc-form-help.php:643
6813
  #, php-format
6814
  msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
6815
  msgstr ""
6816
 
6817
+ #: core/lib/wpbc_all_translations1.php:310 inc/_ps/form/class-wpbc-form-help.php:644
6818
  #, php-format
6819
  msgid "Use this field for %scorrecting the cost%s during adding new booking."
6820
  msgstr ""
6821
 
6822
+ #: core/lib/wpbc_all_translations1.php:311 inc/_ps/form/class-wpbc-form-help.php:655
6823
  msgid "Discount Coupon field"
6824
  msgstr ""
6825
 
6826
+ #: core/lib/wpbc_all_translations1.php:312 inc/_ps/form/class-wpbc-form-help.php:657
6827
  msgid "Please use this field for possibility to use coupon discounts by your visitors."
6828
  msgstr ""
6829
 
6830
+ #: core/lib/wpbc_all_translations1.php:313 inc/_ps/form/class-wpbc-form-help.php:658
6831
  #, php-format
6832
  msgid "You can configure the discount coupon codes at this %spage%s."
6833
  msgstr ""
6834
 
6835
+ #: core/lib/wpbc_all_translations1.php:314 inc/_ps/form/class-wpbc-form-help.php:667
6836
  msgid "Hints for your form"
6837
  msgstr ""
6838
 
6839
+ #: core/lib/wpbc_all_translations1.php:315 inc/_ps/form/class-wpbc-form-help.php:673
6840
  msgid "Cost Hints"
6841
  msgstr ""
6842
 
6843
+ #: core/lib/wpbc_all_translations1.php:316 inc/_ps/form/class-wpbc-form-help.php:675
6844
  #: inc/_ps/form/class-wpbc-form-help.php:697
6845
  #, php-format
6846
  msgid ""
6848
  "calendar or options in checkboxes or selectboxes)%s."
6849
  msgstr ""
6850
 
6851
+ #: core/lib/wpbc_all_translations1.php:317 inc/_ps/form/class-wpbc-form-help.php:695
6852
  msgid "Dates and Times Hints"
6853
  msgstr ""
6854
 
6855
+ #: core/lib/wpbc_all_translations1.php:318 inc/_ps/form/class-wpbc-form-help.php:699
6856
  #: inc/gateways/page-gateways.php:1094
6857
  msgid "Selected Check In date."
6858
  msgstr ""
6859
 
6860
+ #: core/lib/wpbc_all_translations1.php:319 inc/_bm/admin/page-cost-advanced.php:695
6861
  #: inc/_bm/admin/page-cost-advanced.php:698 inc/_ps/form/class-wpbc-form-help.php:700
6862
  #: inc/_ps/form/class-wpbc-form-help.php:703 inc/_ps/form/class-wpbc-form-help.php:706
6863
  #: inc/_ps/form/class-wpbc-form-help.php:709 inc/_ps/form/class-wpbc-form-help.php:712
6872
  msgid "Example:"
6873
  msgstr ""
6874
 
6875
+ #: core/lib/wpbc_all_translations1.php:320 inc/_ps/form/class-wpbc-form-help.php:702
6876
  #: inc/_ps/form/class-wpbc-form-help.php:705 inc/gateways/page-gateways.php:1097
6877
  msgid "Selected Check Out date."
6878
  msgstr ""
6879
 
6880
+ #: core/lib/wpbc_all_translations1.php:321 inc/_ps/form/class-wpbc-form-help.php:708
6881
  #: inc/gateways/page-gateways.php:1100
6882
  msgid "Selected Start Time."
6883
  msgstr ""
6884
 
6885
+ #: core/lib/wpbc_all_translations1.php:322 inc/_ps/form/class-wpbc-form-help.php:711
6886
  #: inc/gateways/page-gateways.php:1103
6887
  msgid "Selected End Time."
6888
  msgstr ""
6889
 
6890
+ #: core/lib/wpbc_all_translations1.php:323 inc/_ps/form/class-wpbc-form-help.php:714
6891
  #: inc/gateways/page-gateways.php:1106
6892
  msgid "All selected dates."
6893
  msgstr ""
6894
 
6895
+ #: core/lib/wpbc_all_translations1.php:324 inc/_ps/form/class-wpbc-form-help.php:717
6896
  #: inc/gateways/page-gateways.php:1109
6897
  msgid "All selected dates with times."
6898
  msgstr ""
6899
 
6900
+ #: core/lib/wpbc_all_translations1.php:325 inc/_ps/form/class-wpbc-form-help.php:720
6901
  #: inc/gateways/page-gateways.php:1112
6902
  msgid "All selected dates in \"short\" format."
6903
  msgstr ""
6904
 
6905
+ #: core/lib/wpbc_all_translations1.php:326 inc/_ps/form/class-wpbc-form-help.php:723
6906
  #: inc/gateways/page-gateways.php:1115
6907
  msgid "All selected dates with times in \"short\" format.."
6908
  msgstr ""
6909
 
6910
+ #: core/lib/wpbc_all_translations1.php:327 inc/_bm/admin/page-cost-advanced.php:695
6911
  #: inc/_ps/form/class-wpbc-form-help.php:726 inc/gateways/page-gateways.php:1118
6912
  msgid "Number of selected days."
6913
  msgstr ""
6914
 
6915
+ #: core/lib/wpbc_all_translations1.php:328 inc/_bm/admin/page-cost-advanced.php:698
6916
  #: inc/_ps/form/class-wpbc-form-help.php:729 inc/gateways/page-gateways.php:1121
6917
  msgid "Number of selected nights."
6918
  msgstr ""
6919
 
6920
+ #: core/lib/wpbc_all_translations1.php:329 inc/_ps/form/class-wpbc-form-help.php:739
6921
  msgid "Other Hints"
6922
  msgstr ""
6923
 
6924
+ #: core/lib/wpbc_all_translations1.php:330 inc/_ps/form/class-wpbc-form-help.php:741
6925
  #: inc/_ps/form/class-wpbc-form-help.php:743 inc/gateways/page-gateways.php:1072
6926
  msgid "title of booking resource"
6927
  msgstr ""
6928
 
6929
+ #: core/lib/wpbc_all_translations1.php:331 inc/_ps/form/class-wpbc-form-help.php:742
6930
  msgid "ID of booking resource."
6931
  msgstr ""
6932
 
6933
+ #: core/lib/wpbc_all_translations1.php:332 inc/_ps/form/class-wpbc-form-help.php:744
6934
  msgid "cost of booking resource."
6935
  msgstr ""
6936
 
6937
+ #: core/lib/wpbc_all_translations1.php:333 inc/_ps/form/class-wpbc-form-help.php:745
6938
  msgid "capacity of booking resource."
6939
  msgstr ""
6940
 
6941
+ #: core/lib/wpbc_all_translations1.php:334 inc/_ps/form/class-wpbc-form-help.php:746
6942
  msgid "maximum number of visitors per booking resource."
6943
  msgstr ""
6944
 
6945
+ #: core/lib/wpbc_all_translations1.php:335 inc/_ps/form/class-wpbc-form-help.php:760
6946
  msgid "Tips and Tricks"
6947
  msgstr ""
6948
 
6949
+ #: core/lib/wpbc_all_translations1.php:336 inc/_ps/form/class-wpbc-form-help.php:762
6950
  #, php-format
6951
  msgid "%sEmail verification field%s."
6952
  msgstr ""
6953
 
6954
+ #: core/lib/wpbc_all_translations1.php:337 inc/_ps/form/class-wpbc-form-help.php:764
6955
  #, php-format
6956
  msgid "%sDescription of usage%s."
6957
  msgstr ""
6958
 
6959
+ #: core/lib/wpbc_all_translations1.php:338 inc/_ps/form/class-wpbc-form-help.php:765
6960
  #, php-format
6961
  msgid ""
6962
  "To create verification email, you need to use special CSS class in other email field. This CSS "
6964
  "field: %s"
6965
  msgstr ""
6966
 
6967
+ #: core/lib/wpbc_all_translations1.php:339 inc/_ps/form/class-wpbc-form-help.php:766
6968
  #, php-format
6969
  msgid "%sExample%s."
6970
  msgstr ""
6971
 
6972
+ #: core/lib/wpbc_all_translations1.php:340 inc/_ps/form/class-wpbc-form-help.php:767
6973
  msgid "confirmation email field of the primary email field"
6974
  msgstr ""
6975
 
6976
+ #: core/lib/wpbc_all_translations1.php:341 inc/_ps/form/class-wpbc-form-help.php:791
6977
  msgid "Generate Tag"
6978
  msgstr ""
6979
 
6980
+ #: core/lib/wpbc_all_translations1.php:342 inc/_ps/form/class-wpbc-form-help.php:807
6981
  msgid "Select option to configure or show help info about tags"
6982
  msgstr ""
6983
 
6984
+ #: core/lib/wpbc_all_translations1.php:343 inc/_ps/p-toolbar.php:34
6985
  msgid "Keyword"
6986
  msgstr ""
6987
 
6988
+ #: core/lib/wpbc_all_translations1.php:344 inc/_ps/p-toolbar.php:42
6989
  msgid "Enter Keyword here"
6990
  msgstr ""
6991
 
6992
+ #: core/lib/wpbc_all_translations1.php:345 inc/_ps/p-toolbar.php:96
6993
  msgid ""
6994
  "Save filter settings as default template (Please, click Apply filter button, before saving!)"
6995
  msgstr ""
6996
 
6997
+ #: core/lib/wpbc_all_translations1.php:346 inc/_ps/p-toolbar.php:100
6998
  msgid "Save as Default"
6999
  msgstr ""
7000
 
7001
+ #: core/lib/wpbc_all_translations1.php:347 inc/_ps/p-toolbar.php:106
7002
  msgid "Delete your previously saved default filer template!"
7003
  msgstr ""
7004
 
7005
+ #: core/lib/wpbc_all_translations1.php:348 inc/_ps/p-toolbar.php:110
7006
  msgid "Delete template"
7007
  msgstr ""
7008
 
7009
+ #: core/lib/wpbc_all_translations1.php:349 inc/_ps/p-toolbar.php:132
7010
  msgid "Print bookings listing"
7011
  msgstr ""
7012
 
7013
+ #: core/lib/wpbc_all_translations1.php:350 inc/_ps/p-toolbar.php:174
7014
  msgid "Export only current page of bookings to CSV format"
7015
  msgstr ""
7016
 
7017
+ #: core/lib/wpbc_all_translations1.php:351 inc/_ps/p-toolbar.php:187
7018
  msgid "Export All"
7019
  msgstr ""
7020
 
7021
+ #: core/lib/wpbc_all_translations1.php:352 inc/_ps/p-toolbar.php:188
7022
  msgid "Export All bookings to CSV format"
7023
  msgstr ""
7024
 
7025
+ #: core/lib/wpbc_all_translations1.php:353 inc/_ps/p-toolbar.php:255
7026
  msgid "Edit Note"
7027
  msgstr ""
7028
 
7029
+ #: core/lib/wpbc_all_translations1.php:354 inc/_ps/p-toolbar.php:278
7030
  msgid "Change Language"
7031
  msgstr ""
7032
 
7033
+ #: core/lib/wpbc_all_translations1.php:355 inc/_ps/p-toolbar.php:290
7034
  msgid "Default Locale"
7035
  msgstr ""
7036
 
7037
+ #: core/lib/wpbc_all_translations1.php:356 inc/_ps/p-toolbar.php:326
7038
  msgid "Change Resource"
7039
  msgstr ""
7040
 
7041
+ #: core/lib/wpbc_all_translations1.php:357 inc/_ps/p-toolbar.php:351 inc/_ps/p-toolbar.php:464
7042
+ #: inc/_ps/personal.php:2150
7043
  msgid "Duplicate Booking"
7044
  msgstr ""
7045
 
7046
+ #: core/lib/wpbc_all_translations1.php:358 inc/_ps/p-toolbar.php:382
7047
  msgid "Save"
7048
  msgstr ""
7049
 
7050
+ #: core/lib/wpbc_all_translations1.php:359 inc/_ps/p-toolbar.php:431
7051
  msgid "Change"
7052
  msgstr ""
7053
 
7054
+ #: core/lib/wpbc_all_translations1.php:360 inc/_ps/p-toolbar.php:501
7055
  msgid "Print bookings"
7056
  msgstr ""
7057
 
7058
+ #: core/lib/wpbc_all_translations1.php:361 inc/_ps/p-toolbar.php:540
7059
  msgid "Export bookings"
7060
  msgstr ""
7061
 
7062
+ #: core/lib/wpbc_all_translations1.php:362 inc/_ps/p-toolbar.php:543
7063
  msgid "Download the CSV file of exported booking data"
7064
  msgstr ""
7065
 
7066
+ #: core/lib/wpbc_all_translations1.php:363 inc/_ps/p-toolbar.php:551
7067
  msgid "Download"
7068
  msgstr ""
7069
 
7070
+ #: core/lib/wpbc_all_translations1.php:364 inc/_ps/p-toolbar.php:788
7071
  msgid "Clear booking resources selection"
7072
  msgstr ""
7073
 
7074
+ #: core/lib/wpbc_all_translations1.php:365 inc/_ps/p-toolbar.php:792
7075
  msgid "Apply booking resources selection"
7076
  msgstr ""
7077
 
7078
+ #: core/lib/wpbc_all_translations1.php:366 inc/_ps/p-toolbar.php:822
7079
  msgid ""
7080
  "Please note, its not possible to add new resources, if \"All resources\" option is selected. "
7081
  "Please clear the selection, then add new resources."
7082
  msgstr ""
7083
 
7084
+ #: core/lib/wpbc_all_translations1.php:367 inc/_ps/p-toolbar.php:1110 inc/_ps/p-toolbar.php:1158
7085
  msgid "Add New Booking Resource(s)"
7086
  msgstr ""
7087
 
7088
+ #: core/lib/wpbc_all_translations1.php:368 inc/_ps/p-toolbar.php:1150
7089
  msgid "Enter name of booking resource"
7090
  msgstr ""
7091
 
7092
+ #: core/lib/wpbc_all_translations1.php:369 inc/_ps/p-toolbar.php:1174
7093
  msgid "Resources count"
7094
  msgstr ""
7095
 
7096
+ #: core/lib/wpbc_all_translations1.php:370 inc/_ps/personal.php:249
7097
  msgid "This booking resources does not exist"
7098
  msgstr ""
7099
 
7100
+ #: core/lib/wpbc_all_translations1.php:371 inc/_ps/personal.php:294
7101
  msgid "Generating columns"
7102
  msgstr ""
7103
 
7104
+ #: core/lib/wpbc_all_translations1.php:372 inc/_ps/personal.php:335
7105
  msgid "Exporting booking data"
7106
  msgstr ""
7107
 
7108
+ #: core/lib/wpbc_all_translations1.php:373 inc/_ps/personal.php:380
7109
  msgid "Generating content of file"
7110
  msgstr ""
7111
 
7112
+ #: core/lib/wpbc_all_translations1.php:374 inc/_ps/personal.php:422
7113
  msgid "Saving to file"
7114
  msgstr ""
7115
 
7116
+ #: core/lib/wpbc_all_translations1.php:375 inc/_ps/personal.php:882
7117
  msgid "The booking was canceled by the visitor."
7118
  msgstr ""
7119
 
7120
+ #: core/lib/wpbc_all_translations1.php:376 inc/_ps/personal.php:943
7121
  msgid "The booking has been canceled successfully"
7122
  msgstr ""
7123
 
7124
+ #: core/lib/wpbc_all_translations1.php:377 inc/_ps/personal.php:964
7125
  msgid "Incorrect date format"
7126
  msgstr ""
7127
 
7128
+ #: core/lib/wpbc_all_translations1.php:378 inc/_ps/personal.php:2129
7129
  msgid "Change your Booking"
7130
  msgstr ""
7131
 
7132
+ #: core/lib/wpbc_all_translations1.php:379 inc/_ps/personal.php:2131
7133
  msgid "Cancel Booking"
7134
  msgstr ""
7135
 
7136
+ #: core/lib/wpbc_all_translations1.php:380 inc/_ps/personal.php:2409
7137
  msgid "Warning! The resource was not changed. Current dates are already booked there."
7138
  msgstr ""
7139
 
7140
+ #: core/lib/wpbc_all_translations1.php:381 inc/_ps/personal.php:2546
7141
  msgid "The booking has been duplicated successfully"
7142
  msgstr ""
7143
 
7144
+ #: core/lib/wpbc_all_translations1.php:382 inc/_ps/personal.php:2555
7145
  msgid "Warning! Operation failed. Current dates are already booked there."
7146
  msgstr ""
7147
 
7148
+ #: core/lib/wpbc_all_translations1.php:383 inc/_ps/personal.php:2642
7149
  msgid "Sending request..."
7150
  msgstr ""
7151
 
7152
+ #: core/lib/wpbc_all_translations1.php:384 inc/_ps/personal.php:2671
7153
  msgid "Order number"
7154
  msgstr ""
7155
 
7156
+ #: core/lib/wpbc_all_translations1.php:385 inc/_ps/personal.php:2673
7157
  msgid "Register"
7158
  msgstr ""
7159
 
7160
+ #: core/lib/wpbc_all_translations1.php:386 inc/_ps/personal.php:2675
7161
  msgid ""
7162
  "Please, enter order number of your purchased version, which you received to your billing email."
7163
  msgstr ""
7164
 
7165
+ #: core/lib/wpbc_all_translations1.php:387 inc/_ps/personal.php:2677
7166
  #, php-format
7167
  msgid "If you will get any difficulties or have a questions, please contact by email %s"
7168
  msgstr ""
7169
 
7170
+ #: core/lib/wpbc_all_translations1.php:388 inc/_ps/wpbc-booking-select-widget.php:226
7171
  msgid "Default form"
7172
  msgstr ""
7173
 
7174
+ #: core/lib/wpbc_all_translations1.php:389 inc/_ps/wpbc-check-updates.php:122
7175
  #: inc/_ps/wpbc-check-updates.php:230
7176
  #, php-format
7177
  msgid ""
7179
  "version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
7180
  msgstr ""
7181
 
7182
+ #: core/lib/wpbc_all_translations1.php:390 inc/_ps/wpbc-check-updates.php:115
7183
  #: inc/_ps/wpbc-check-updates.php:128 inc/_ps/wpbc-check-updates.php:236
7184
  #, php-format
7185
  msgid "You can request the new update of plugin on %1$sthis page%2$s."
7186
  msgstr ""
7187
 
7188
+ #: core/lib/wpbc_all_translations1.php:391 inc/_ps/wpbc-check-updates.php:243
7189
  msgid "Upgrade Notice"
7190
  msgstr ""
7191
 
7192
+ #: core/lib/wpbc_all_translations1.php:392 inc/_ps/wpbc-check-updates.php:283
7193
  #, php-format
7194
  msgid "Version %s By %s"
7195
  msgstr ""
7196
 
7197
+ #: core/lib/wpbc_all_translations1.php:393 inc/_ps/wpbc-check-updates.php:287
7198
  msgid "View details"
7199
  msgstr ""
7200
 
7201
+ #: core/lib/wpbc_all_translations1.php:394 inc/_ps/wpbc-form-templates.php:34
7202
  #: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
7203
  #: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
7204
  msgid "First Name (required)"
7205
  msgstr ""
7206
 
7207
+ #: core/lib/wpbc_all_translations1.php:395 inc/_ps/wpbc-form-templates.php:35
7208
  #: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
7209
  #: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
7210
  msgid "Last Name (required)"
7211
  msgstr ""
7212
 
7213
+ #: core/lib/wpbc_all_translations1.php:396 inc/_ps/wpbc-form-templates.php:36
7214
  #: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
7215
  #: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
7216
  msgid "Email (required)"
7217
  msgstr ""
7218
 
7219
+ #: core/lib/wpbc_all_translations1.php:397 inc/_ps/wpbc-form-templates.php:37
7220
  #: inc/_ps/wpbc-form-templates.php:52 inc/_ps/wpbc-form-templates.php:72
7221
  #: inc/_ps/wpbc-form-templates.php:95 inc/_ps/wpbc-form-templates.php:117
7222
  #: inc/_ps/wpbc-form-templates.php:147 inc/_ps/wpbc-form-templates.php:159
7225
  msgid "Phone"
7226
  msgstr ""
7227
 
7228
+ #: core/lib/wpbc_all_translations1.php:398 inc/_ps/wpbc-form-templates.php:38
7229
  #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
7230
  #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:148
7231
  #: inc/_ps/wpbc-form-templates.php:164 inc/_ps/wpbc-form-templates.php:179
7232
  msgid "Adults"
7233
  msgstr ""
7234
 
7235
+ #: core/lib/wpbc_all_translations1.php:399 inc/_ps/wpbc-form-templates.php:38
7236
  #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
7237
  #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:149
7238
  #: inc/_ps/wpbc-form-templates.php:165 inc/_ps/wpbc-form-templates.php:180
7239
  msgid "Children"
7240
  msgstr ""
7241
 
7242
+ #: core/lib/wpbc_all_translations1.php:400 inc/_ps/wpbc-form-templates.php:39
7243
  #: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
7244
  #: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:123
7245
  #: inc/_ps/wpbc-form-templates.php:150 inc/_ps/wpbc-form-templates.php:166
7247
  msgid "Details"
7248
  msgstr ""
7249
 
7250
+ #: core/lib/wpbc_all_translations1.php:401 inc/_ps/wpbc-form-templates.php:40
7251
  #: inc/_ps/wpbc-form-templates.php:59 inc/_ps/wpbc-form-templates.php:79
7252
  #: inc/_ps/wpbc-form-templates.php:102 inc/_ps/wpbc-form-templates.php:125
7253
  msgid "I Accept term and conditions"
7254
  msgstr ""
7255
 
7256
+ #: core/lib/wpbc_all_translations1.php:402 inc/_ps/wpbc-form-templates.php:48
7257
  #: inc/_ps/wpbc-form-templates.php:68
7258
  msgid "Select Times"
7259
  msgstr ""
7260
 
7261
+ #: core/lib/wpbc_all_translations1.php:403 inc/_ps/wpbc-form-templates.php:53
7262
  #: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
7263
  #: inc/_ps/wpbc-form-templates.php:118
7264
  msgid "Address (required)"
7265
  msgstr ""
7266
 
7267
+ #: core/lib/wpbc_all_translations1.php:404 inc/_ps/wpbc-form-templates.php:54
7268
  #: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
7269
  #: inc/_ps/wpbc-form-templates.php:119
7270
  msgid "City (required)"
7271
  msgstr ""
7272
 
7273
+ #: core/lib/wpbc_all_translations1.php:405 inc/_ps/wpbc-form-templates.php:55
7274
  #: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
7275
  #: inc/_ps/wpbc-form-templates.php:120
7276
  msgid "Post code (required)"
7277
  msgstr ""
7278
 
7279
+ #: core/lib/wpbc_all_translations1.php:406 inc/_ps/wpbc-form-templates.php:56
7280
  #: inc/_ps/wpbc-form-templates.php:76 inc/_ps/wpbc-form-templates.php:99
7281
  #: inc/_ps/wpbc-form-templates.php:121
7282
  msgid "Country (required)"
7283
  msgstr ""
7284
 
7285
+ #: core/lib/wpbc_all_translations1.php:407 inc/_ps/wpbc-form-templates.php:89
7286
  msgid "night(s)"
7287
  msgstr ""
7288
 
7289
+ #: core/lib/wpbc_all_translations1.php:408 inc/_ps/wpbc-form-templates.php:90
7290
  #: inc/_ps/wpbc-form-templates.php:112
7291
  msgid "Full cost of the booking"
7292
  msgstr ""
7293
 
7294
+ #: core/lib/wpbc_all_translations1.php:409 inc/_ps/wpbc-form-templates.php:122
7295
  #: inc/_ps/wpbc-form-templates.php:194
7296
  msgid "Visitors"
7297
  msgstr ""
7298
 
7299
+ #: core/lib/wpbc_all_translations1.php:410 inc/_ps/wpbc-form-templates.php:145
7300
  #: inc/_ps/wpbc-form-templates.php:157 inc/_ps/wpbc-form-templates.php:172
7301
  #: inc/_ps/wpbc-form-templates.php:187
7302
  msgid "Last Name"
7303
  msgstr ""
7304
 
7305
+ #: core/lib/wpbc_all_translations1.php:411 inc/_ps/wpbc-form-templates.php:146
7306
  #: inc/_ps/wpbc-form-templates.php:158 inc/_ps/wpbc-form-templates.php:173
7307
  #: inc/_ps/wpbc-form-templates.php:188
7308
  msgid "Email"
7309
  msgstr ""
7310
 
7311
+ #: core/lib/wpbc_all_translations1.php:412 inc/_ps/wpbc-form-templates.php:160
7312
  #: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
7313
  msgid "Address"
7314
  msgstr ""
7315
 
7316
+ #: core/lib/wpbc_all_translations1.php:413 inc/_ps/wpbc-form-templates.php:161
7317
  #: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
7318
  msgid "City"
7319
  msgstr ""
7320
 
7321
+ #: core/lib/wpbc_all_translations1.php:414 inc/_ps/wpbc-form-templates.php:162
7322
  #: inc/_ps/wpbc-form-templates.php:177 inc/_ps/wpbc-form-templates.php:192
7323
  msgid "Post code"
7324
  msgstr ""
7325
 
7326
+ #: core/lib/wpbc_all_translations1.php:415 inc/_ps/wpbc-form-templates.php:163
7327
  #: inc/_ps/wpbc-form-templates.php:178 inc/_ps/wpbc-form-templates.php:193
7328
  #: inc/gateways/page-gateways.php:361
7329
  msgid "Country"
7330
  msgstr ""
7331
 
7332
+ #: core/lib/wpbc_all_translations1.php:416 inc/_ps/wpbc-form-templates.php:222
7333
  #: inc/_ps/wpbc-form-templates.php:242 inc/_ps/wpbc-form-templates.php:252
7334
  #: inc/_ps/wpbc-form-templates.php:262 inc/_ps/wpbc-form-templates.php:272
7335
  msgid "Check in"
7336
  msgstr ""
7337
 
7338
+ #: core/lib/wpbc_all_translations1.php:417 inc/_ps/wpbc-form-templates.php:225
7339
  #: inc/_ps/wpbc-form-templates.php:243 inc/_ps/wpbc-form-templates.php:253
7340
  #: inc/_ps/wpbc-form-templates.php:263 inc/_ps/wpbc-form-templates.php:273
7341
  msgid "Check out"
7342
  msgstr ""
7343
 
7344
+ #: core/lib/wpbc_all_translations1.php:418 inc/_ps/wpbc-form-templates.php:228
7345
  #: inc/_ps/wpbc-form-templates.php:244 inc/_ps/wpbc-form-templates.php:254
7346
  #: inc/_ps/wpbc-form-templates.php:264 inc/_ps/wpbc-form-templates.php:274
7347
  msgid "Guests"
7348
  msgstr ""
7349
 
7350
+ #: core/lib/wpbc_all_translations1.php:419 inc/_ps/wpbc-form-templates.php:308
7351
  #: inc/_ps/wpbc-form-templates.php:334 inc/_ps/wpbc-form-templates.php:351
7352
  msgid "Max. persons"
7353
  msgstr ""
7354
 
7355
+ #: core/lib/wpbc_all_translations1.php:420 inc/_ps/wpbc-print.php:84
7356
  msgid "Data"
7357
  msgstr ""
7358
 
7359
+ #: core/lib/wpbc_all_translations1.php:421 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:298
7360
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:219
7361
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:379 inc/gateways/ipay88/wpbc-gw-ipay88.php:318
7362
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:147 inc/gateways/paypal/wpbc-gw-paypal.php:365
7363
+ #: inc/gateways/sage/wpbc-gw-sage.php:385 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:518
7364
  msgid "Enable this payment gateway"
7365
  msgstr ""
7366
 
7367
+ #: core/lib/wpbc_all_translations1.php:422 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:308
7368
  msgid "API Login ID"
7369
  msgstr ""
7370
 
7371
+ #: core/lib/wpbc_all_translations1.php:423 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:310
7372
  #, php-format
7373
  msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
7374
  msgstr ""
7375
 
7376
+ #: core/lib/wpbc_all_translations1.php:424
7377
  msgid "Transaction Key"
7378
  msgstr ""
7379
 
7380
+ #: core/lib/wpbc_all_translations1.php:425 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:546
7381
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:561
7382
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:578
7383
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:593
7384
  #, php-format
7385
  msgid "This parameter have to assigned to you by %s"
7386
  msgstr ""
7387
 
7388
+ #: core/lib/wpbc_all_translations1.php:426 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
7389
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:420 inc/gateways/paypal/wpbc-gw-paypal.php:444
7390
  #: inc/gateways/sage/wpbc-gw-sage.php:424
7391
  msgid "Chose payment mode"
7392
  msgstr ""
7393
 
7394
+ #: core/lib/wpbc_all_translations1.php:427 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:367
7395
  msgid ""
7396
  "Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
7397
  "for using Developer account."
7398
  msgstr ""
7399
 
7400
+ #: core/lib/wpbc_all_translations1.php:428 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:370
7401
  msgid ""
7402
  "Transactions posted against live merchant accounts using either of the above testing methods are "
7403
  "not submitted to financial institutions for authorization and are not stored in the Merchant "
7404
  "Interface."
7405
  msgstr ""
7406
 
7407
+ #: core/lib/wpbc_all_translations1.php:429 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:375
7408
  msgid "Developer Test"
7409
  msgstr ""
7410
 
7411
+ #: core/lib/wpbc_all_translations1.php:430 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:376
7412
  msgid "Live Test"
7413
  msgstr ""
7414
 
7415
+ #: core/lib/wpbc_all_translations1.php:431 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:377
7416
  #: inc/gateways/paypal/wpbc-gw-paypal.php:450
7417
  msgid "Live"
7418
  msgstr ""
7419
 
7420
+ #: core/lib/wpbc_all_translations1.php:432 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:385
7421
  #: inc/gateways/paypal/wpbc-gw-paypal.php:428 inc/gateways/sage/wpbc-gw-sage.php:438
7422
  msgid "Transaction type"
7423
  msgstr ""
7424
 
7425
+ #: core/lib/wpbc_all_translations1.php:433 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:386
7426
  msgid "Select transaction type, which supported by the payment gateway."
7427
  msgstr ""
7428
 
7429
+ #: core/lib/wpbc_all_translations1.php:434 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:389
7430
  msgid "Authorization and Capture"
7431
  msgstr ""
7432
 
7433
+ #: core/lib/wpbc_all_translations1.php:435 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:390
7434
  msgid "Authorization Only"
7435
  msgstr ""
7436
 
7437
+ #: core/lib/wpbc_all_translations1.php:436 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:396
7438
  #: inc/gateways/paypal/wpbc-gw-paypal.php:459 inc/gateways/sage/wpbc-gw-sage.php:453
7439
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:614
7440
  msgid "U.S. Dollars"
7441
  msgstr ""
7442
 
7443
+ #: core/lib/wpbc_all_translations1.php:437 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:397
7444
+ #: inc/gateways/sage/wpbc-gw-sage.php:451 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:615
7445
  msgid "Pounds Sterling"
7446
  msgstr ""
7447
 
7448
+ #: core/lib/wpbc_all_translations1.php:438 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:398
7449
  #: inc/gateways/paypal/wpbc-gw-paypal.php:460 inc/gateways/sage/wpbc-gw-sage.php:452
7450
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:616
7451
  msgid "Euros"
7452
  msgstr ""
7453
 
7454
+ #: core/lib/wpbc_all_translations1.php:439 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:399
7455
  #: inc/gateways/paypal/wpbc-gw-paypal.php:464 inc/gateways/sage/wpbc-gw-sage.php:456
7456
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:617
7457
  msgid "Canadian Dollars"
7458
  msgstr ""
7459
 
7460
+ #: core/lib/wpbc_all_translations1.php:440 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:404
7461
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:369 inc/gateways/paypal/wpbc-gw-paypal.php:487
7462
+ #: inc/gateways/sage/wpbc-gw-sage.php:478 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:758
7463
  msgid "Accepted Currency"
7464
  msgstr ""
7465
 
7466
+ #: core/lib/wpbc_all_translations1.php:441 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
7467
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:370 inc/gateways/paypal/wpbc-gw-paypal.php:488
7468
+ #: inc/gateways/sage/wpbc-gw-sage.php:479 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:759
7469
  msgid "The currency code that gateway will process the payment in."
7470
  msgstr ""
7471
 
7472
+ #: core/lib/wpbc_all_translations1.php:442 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:408
7473
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:762
7474
  msgid ""
7475
  "Setting the currency that is not supported by the payment processor will result in an error."
7476
  msgstr ""
7477
 
7478
+ #: core/lib/wpbc_all_translations1.php:443 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:418
7479
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:419
7480
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1052 inc/gateways/ideal/wpbc-gw-ideal.php:310
7481
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:458 inc/gateways/ideal/wpbc-gw-ideal.php:459
7482
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:1047 inc/gateways/ipay88/wpbc-gw-ipay88.php:379
7483
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:380 inc/gateways/ipay88/wpbc-gw-ipay88.php:986
7484
  #: inc/gateways/paypal/wpbc-gw-paypal.php:516 inc/gateways/paypal/wpbc-gw-paypal.php:517
7485
  #: inc/gateways/paypal/wpbc-gw-paypal.php:1366 inc/gateways/sage/wpbc-gw-sage.php:488
7486
  #: inc/gateways/sage/wpbc-gw-sage.php:489 inc/gateways/sage/wpbc-gw-sage.php:1042
7487
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:832
7488
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:833
7489
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1408
7490
  msgid "Pay via"
7491
  msgstr ""
7492
 
7493
+ #: core/lib/wpbc_all_translations1.php:444 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:420
7494
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:460 inc/gateways/ipay88/wpbc-gw-ipay88.php:381
7495
  #: inc/gateways/paypal/wpbc-gw-paypal.php:518 inc/gateways/sage/wpbc-gw-sage.php:490
7496
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:834
7497
  msgid "Payment button title"
7498
  msgstr ""
7499
 
7500
+ #: core/lib/wpbc_all_translations1.php:445 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
7501
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:461 inc/gateways/ipay88/wpbc-gw-ipay88.php:382
7502
  #: inc/gateways/paypal/wpbc-gw-paypal.php:519 inc/gateways/sage/wpbc-gw-sage.php:491
7503
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:835
7504
  msgid "Enter the title of the payment button"
7505
  msgstr ""
7506
 
7507
+ #: core/lib/wpbc_all_translations1.php:446 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:432
7508
  #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:433
7509
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1048 inc/gateways/ideal/wpbc-gw-ideal.php:472
7510
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:473 inc/gateways/ideal/wpbc-gw-ideal.php:1044
7511
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:393 inc/gateways/ipay88/wpbc-gw-ipay88.php:394
7512
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:983 inc/gateways/paypal/wpbc-gw-paypal.php:544
7513
  #: inc/gateways/paypal/wpbc-gw-paypal.php:545 inc/gateways/paypal/wpbc-gw-paypal.php:1368
7514
  #: inc/gateways/sage/wpbc-gw-sage.php:502 inc/gateways/sage/wpbc-gw-sage.php:503
7515
+ #: inc/gateways/sage/wpbc-gw-sage.php:1038 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:846
7516
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:847
7517
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1409
7518
  #, php-format
7519
  msgid "Payment for booking %s on these day(s): %s"
7520
  msgstr ""
7521
 
7522
+ #: core/lib/wpbc_all_translations1.php:447 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:434
7523
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ipay88/wpbc-gw-ipay88.php:395
7524
  #: inc/gateways/paypal/wpbc-gw-paypal.php:546 inc/gateways/sage/wpbc-gw-sage.php:504
7525
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:848
7526
  msgid "Payment description at gateway website"
7527
  msgstr ""
7528
 
7529
+ #: core/lib/wpbc_all_translations1.php:448 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:435
7530
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:396
7531
  #: inc/gateways/paypal/wpbc-gw-paypal.php:547 inc/gateways/sage/wpbc-gw-sage.php:505
7532
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:849
7533
  msgid "Enter the service name or the reason for the payment here."
7534
  msgstr ""
7535
 
7536
+ #: core/lib/wpbc_all_translations1.php:449 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:436
7537
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:476 inc/gateways/ipay88/wpbc-gw-ipay88.php:397
7538
  #: inc/gateways/paypal/wpbc-gw-paypal.php:548 inc/gateways/sage/wpbc-gw-sage.php:506
7539
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:850
7540
  msgid "You can use any shortcodes, which you have used in content of booking fields data form."
7541
  msgstr ""
7542
 
7543
+ #: core/lib/wpbc_all_translations1.php:450 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:439
7544
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:479 inc/gateways/ipay88/wpbc-gw-ipay88.php:400
7545
  #: inc/gateways/paypal/wpbc-gw-paypal.php:551 inc/gateways/sage/wpbc-gw-sage.php:509
7546
  #, php-format
7547
  msgid "This field support only up to %s characters by payment system."
7548
  msgstr ""
7549
 
7550
+ #: core/lib/wpbc_all_translations1.php:451 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:457
7551
  msgid "Activate Relay Response"
7552
  msgstr ""
7553
 
7554
+ #: core/lib/wpbc_all_translations1.php:452 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:458
7555
  msgid ""
7556
  "Indicate to the payment gateway that you would like to receive the transaction response to your "
7557
  "site."
7558
  msgstr ""
7559
 
7560
+ #: core/lib/wpbc_all_translations1.php:453 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:461
7561
  msgid ""
7562
  "You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
7563
  "Interface, if a Relay Response is activated here."
7564
  msgstr ""
7565
 
7566
+ #: core/lib/wpbc_all_translations1.php:454
7567
  msgid "MD5 Hash value"
7568
  msgstr ""
7569
 
7570
+ #: core/lib/wpbc_all_translations1.php:455
7571
  msgid ""
7572
  "Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
7573
  msgstr ""
7574
 
7575
+ #: core/lib/wpbc_all_translations1.php:456
7576
  msgid "To configure MD5 Hash value in Relay Response for your transactions"
7577
  msgstr ""
7578
 
7579
+ #: core/lib/wpbc_all_translations1.php:457
7580
  msgid "Log on to the Merchant Interface"
7581
  msgstr ""
7582
 
7583
+ #: core/lib/wpbc_all_translations1.php:458
7584
  msgid "Click Settings under Account in the main menu on the left"
7585
  msgstr ""
7586
 
7587
+ #: core/lib/wpbc_all_translations1.php:459
7588
  msgid "Click MD5-Hash in the Security Settings section"
7589
  msgstr ""
7590
 
7591
+ #: core/lib/wpbc_all_translations1.php:460
7592
  msgid "Enter this value"
7593
  msgstr ""
7594
 
7595
+ #: core/lib/wpbc_all_translations1.php:461
7596
  msgid "Click Submit"
7597
  msgstr ""
7598
 
7599
+ #: core/lib/wpbc_all_translations1.php:462
7600
  #, php-format
7601
  msgid ""
7602
  "For more information about configuring Relay Response in the Merchant Interface, please see the "
7603
  "%sMerchant Integration Guide%s"
7604
  msgstr ""
7605
 
7606
+ #: core/lib/wpbc_all_translations1.php:463 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:497
7607
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:507 inc/gateways/ipay88/wpbc-gw-ipay88.php:421
7608
+ #: inc/gateways/sage/wpbc-gw-sage.php:530 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:874
7609
  msgid "Return URL after Successful order"
7610
  msgstr ""
7611
 
7612
+ #: core/lib/wpbc_all_translations1.php:464 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:515
7613
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:437
7614
  #: inc/gateways/paypal/wpbc-gw-paypal.php:612 inc/gateways/sage/wpbc-gw-sage.php:546
7615
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:892
7616
  msgid "The URL where visitor will be redirected after completing payment."
7617
  msgstr ""
7618
 
7619
+ #: core/lib/wpbc_all_translations1.php:465 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:516
7620
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:524 inc/gateways/ipay88/wpbc-gw-ipay88.php:438
7621
  #: inc/gateways/paypal/wpbc-gw-paypal.php:613 inc/gateways/sage/wpbc-gw-sage.php:547
7622
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:893
7623
  #, php-format
7624
  msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
7625
  msgstr ""
7626
 
7627
+ #: core/lib/wpbc_all_translations1.php:466 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:531
7628
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:538 inc/gateways/ipay88/wpbc-gw-ipay88.php:452
7629
+ #: inc/gateways/sage/wpbc-gw-sage.php:561 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:908
7630
  msgid "Return URL after Failed order"
7631
  msgstr ""
7632
 
7633
+ #: core/lib/wpbc_all_translations1.php:467 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:549
7634
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:554 inc/gateways/ipay88/wpbc-gw-ipay88.php:468
7635
  #: inc/gateways/paypal/wpbc-gw-paypal.php:643 inc/gateways/sage/wpbc-gw-sage.php:577
7636
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:926
7637
  msgid "The URL where the visitor will be redirected after completing payment."
7638
  msgstr ""
7639
 
7640
+ #: core/lib/wpbc_all_translations1.php:468 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:550
7641
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:555 inc/gateways/ipay88/wpbc-gw-ipay88.php:469
7642
  #: inc/gateways/paypal/wpbc-gw-paypal.php:644 inc/gateways/sage/wpbc-gw-sage.php:578
7643
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:927
7644
  #, php-format
7645
  msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
7646
  msgstr ""
7647
 
7648
+ #: core/lib/wpbc_all_translations1.php:469 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:561
7649
  msgid "Automatically approve booking"
7650
  msgstr ""
7651
 
7652
+ #: core/lib/wpbc_all_translations1.php:470 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:562
7653
  msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
7654
  msgstr ""
7655
 
7656
+ #: core/lib/wpbc_all_translations1.php:471 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
7657
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/paypal/wpbc-gw-paypal.php:661
7658
+ #: inc/gateways/sage/wpbc-gw-sage.php:591 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:941
7659
  msgid "This will not work, if the visitor leaves the payment page."
7660
  msgstr ""
7661
 
7662
+ #: core/lib/wpbc_all_translations1.php:472 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:784
7663
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
7664
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
7665
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:447
7666
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:802 inc/gateways/ideal/wpbc-gw-ideal.php:905
7667
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:729 inc/gateways/ipay88/wpbc-gw-ipay88.php:845
7668
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:388
7669
  #: inc/gateways/paypal/wpbc-gw-paypal.php:986 inc/gateways/paypal/wpbc-gw-paypal.php:1081
7670
  #: inc/gateways/sage/wpbc-gw-sage.php:783 inc/gateways/sage/wpbc-gw-sage.php:894
7671
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1049
7672
  #, php-format
7673
  msgid "%s Settings"
7674
  msgstr ""
7675
 
7676
+ #: core/lib/wpbc_all_translations1.php:473 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:785
7677
  msgid "Integration of authorizenet payment system"
7678
  msgstr ""
7679
 
7680
+ #: core/lib/wpbc_all_translations1.php:474
7681
  #, php-format
7682
  msgid ""
7683
  "If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
7685
  "gateway."
7686
  msgstr ""
7687
 
7688
+ #: core/lib/wpbc_all_translations1.php:475
7689
  msgid ""
7690
  "Please configure all fields inside the Billing form fields tab at this page, when using a "
7691
  "European payment processor"
7692
  msgstr ""
7693
 
7694
+ #: core/lib/wpbc_all_translations1.php:476 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:901
7695
  msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
7696
  msgstr ""
7697
 
7698
+ #: core/lib/wpbc_all_translations1.php:477 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:911
7699
  #, php-format
7700
  msgid "%s - Server Integration Method (SIM)"
7701
  msgstr ""
7702
 
7703
+ #: core/lib/wpbc_all_translations1.php:478 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:231
7704
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:159
7705
  msgid "Payment method description that the customer will see on your payment page."
7706
  msgstr ""
7707
 
7708
+ #: core/lib/wpbc_all_translations1.php:479 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:264
7709
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
7710
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
7711
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
7712
  msgid "Bank Transfer"
7713
  msgstr ""
7714
 
7715
+ #: core/lib/wpbc_all_translations1.php:480 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:345
7716
  msgid "Integration of Bank Transfer payment system"
7717
  msgstr ""
7718
 
7719
+ #: core/lib/wpbc_all_translations1.php:481 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:426
7720
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:466
7721
  msgid "Account details"
7722
  msgstr ""
7723
 
7724
+ #: core/lib/wpbc_all_translations1.php:482 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:480
7725
  #, php-format
7726
  msgid "Allow payments by %sdirect bank / wire transfer%s"
7727
  msgstr ""
7728
 
7729
+ #: core/lib/wpbc_all_translations1.php:483 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:482
7730
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:364
7731
  msgid "Its only show fixed payment details."
7732
  msgstr ""
7733
 
7734
+ #: core/lib/wpbc_all_translations1.php:484 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:717
7735
  msgid "Sort Code"
7736
  msgstr ""
7737
 
7738
+ #: core/lib/wpbc_all_translations1.php:485 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:725
7739
  #, php-format
7740
  msgid ""
7741
  "Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
7742
  "the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
7743
  msgstr ""
7744
 
7745
+ #: core/lib/wpbc_all_translations1.php:486 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:731
7746
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:738
7747
  msgid "Account Number"
7748
  msgstr ""
7749
 
7750
+ #: core/lib/wpbc_all_translations1.php:487 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:733
7751
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:741
7752
  msgid "IBAN"
7753
  msgstr ""
7754
 
7755
+ #: core/lib/wpbc_all_translations1.php:488 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:734
7756
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:742
7757
  msgid "BIC / Swift"
7758
  msgstr ""
7759
 
7760
+ #: core/lib/wpbc_all_translations1.php:489 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:737
7761
  msgid "Account Name"
7762
  msgstr ""
7763
 
7764
+ #: core/lib/wpbc_all_translations1.php:490 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:739
7765
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:325
7766
  msgid "Bank Name"
7767
  msgstr ""
7768
 
7769
+ #: core/lib/wpbc_all_translations1.php:491 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:787
7770
  msgid "BSB"
7771
  msgstr ""
7772
 
7773
+ #: core/lib/wpbc_all_translations1.php:492 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:788
7774
  msgid "Bank Transit Number"
7775
  msgstr ""
7776
 
7777
+ #: core/lib/wpbc_all_translations1.php:493 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:789
7778
  msgid "IFSC"
7779
  msgstr ""
7780
 
7781
+ #: core/lib/wpbc_all_translations1.php:494 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:790
7782
  msgid "Branch Sort"
7783
  msgstr ""
7784
 
7785
+ #: core/lib/wpbc_all_translations1.php:495 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:791
7786
  #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:792
7787
  msgid "Bank Code"
7788
  msgstr ""
7789
 
7790
+ #: core/lib/wpbc_all_translations1.php:496 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:793
7791
  msgid "Routing Number"
7792
  msgstr ""
7793
 
7794
+ #: core/lib/wpbc_all_translations1.php:497 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:794
7795
  msgid "Branch Code"
7796
  msgstr ""
7797
 
7798
+ #: core/lib/wpbc_all_translations1.php:498 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:804
7799
  #, php-format
7800
  msgid "%s - inserting all bank accounts details"
7801
  msgstr ""
7802
 
7803
+ #: core/lib/wpbc_all_translations1.php:499 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:805
7804
  #, php-format
7805
  msgid "%s - inserting account name"
7806
  msgstr ""
7807
 
7808
+ #: core/lib/wpbc_all_translations1.php:500 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:806
7809
  #, php-format
7810
  msgid "%s - inserting account number"
7811
  msgstr ""
7812
 
7813
+ #: core/lib/wpbc_all_translations1.php:501 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:807
7814
  #, php-format
7815
  msgid "%s - inserting bank name "
7816
  msgstr ""
7817
 
7818
+ #: core/lib/wpbc_all_translations1.php:502 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:808
7819
  #, php-format
7820
  msgid "%s - inserting sort code "
7821
  msgstr ""
7822
 
7823
+ #: core/lib/wpbc_all_translations1.php:503 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:809
7824
  #, php-format
7825
  msgid "%s - inserting IBAN "
7826
  msgstr ""
7827
 
7828
+ #: core/lib/wpbc_all_translations1.php:504 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:810
7829
  #, php-format
7830
  msgid "%s - inserting BIC "
7831
  msgstr ""
7832
 
7833
+ #: core/lib/wpbc_all_translations1.php:505 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:815
7834
  msgid ""
7835
  "You can use any shortcodes, that you can use in payment description form at Settings Payment "
7836
  "General page"
7837
  msgstr ""
7838
 
7839
+ #: core/lib/wpbc_all_translations1.php:506 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:888
7840
  msgid "+ Add Account"
7841
  msgstr ""
7842
 
7843
+ #: core/lib/wpbc_all_translations1.php:507 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:888
7844
  msgid "Remove selected account(s)"
7845
  msgstr ""
7846
 
7847
+ #: core/lib/wpbc_all_translations1.php:508 inc/gateways/ipay88/ipay88-backend.php:92
7848
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:570
7849
  msgid "Successful payment"
7850
  msgstr ""
7851
 
7852
+ #: core/lib/wpbc_all_translations1.php:509 inc/gateways/ipay88/ipay88-backend.php:94
7853
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:573
7854
  msgid " Parameters are incorrect,"
7855
  msgstr ""
7856
 
7857
+ #: core/lib/wpbc_all_translations1.php:510 inc/gateways/ipay88/ipay88-backend.php:95
7858
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:575
7859
  msgid "Cannot find the record"
7860
  msgstr ""
7861
 
7862
+ #: core/lib/wpbc_all_translations1.php:511 inc/gateways/ipay88/ipay88-backend.php:96
7863
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:577
7864
  msgid "Amount different"
7865
  msgstr ""
7866
 
7867
+ #: core/lib/wpbc_all_translations1.php:512 inc/gateways/ipay88/ipay88-backend.php:97
7868
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:579
7869
  msgid "Payment failed"
7870
  msgstr ""
7871
 
7872
+ #: core/lib/wpbc_all_translations1.php:513 inc/gateways/ipay88/ipay88-backend.php:98
7873
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:581
7874
  msgid "Payment status updated by Mobile88 Admin(Fail)"
7875
  msgstr ""
7876
 
7877
+ #: core/lib/wpbc_all_translations1.php:514 inc/gateways/ipay88/ipay88-backend.php:99
7878
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:583
7879
  msgid "Connection Error"
7880
  msgstr ""
7881
 
7882
+ #: core/lib/wpbc_all_translations1.php:515 inc/gateways/ipay88/wpbc-gw-ipay88.php:328
7883
  msgid "Merchant Code"
7884
  msgstr ""
7885
 
7886
+ #: core/lib/wpbc_all_translations1.php:516 inc/gateways/ipay88/wpbc-gw-ipay88.php:330
7887
  msgid "Enter your iPay88 Merchant Code."
7888
  msgstr ""
7889
 
7890
+ #: core/lib/wpbc_all_translations1.php:517 inc/gateways/ideal/wpbc-gw-ideal.php:404
7891
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:343
7892
  msgid "Merchant Key"
7893
  msgstr ""
7894
 
7895
+ #: core/lib/wpbc_all_translations1.php:518 inc/gateways/ipay88/wpbc-gw-ipay88.php:345
7896
  msgid "Enter your iPay88 Merchant Key."
7897
  msgstr ""
7898
 
7899
+ #: core/lib/wpbc_all_translations1.php:519 inc/gateways/ipay88/wpbc-gw-ipay88.php:355
7900
  msgid "Malaysian Ringgit"
7901
  msgstr ""
7902
 
7903
+ #: core/lib/wpbc_all_translations1.php:520 inc/gateways/paypal/wpbc-gw-paypal.php:479
7904
  #: inc/gateways/sage/wpbc-gw-sage.php:471
7905
  msgid "Philippine Pesos"
7906
  msgstr ""
7907
 
7908
+ #: core/lib/wpbc_all_translations1.php:521 inc/gateways/ideal/wpbc-gw-ideal.php:565
7909
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:479 inc/gateways/paypal/wpbc-gw-paypal.php:658
7910
+ #: inc/gateways/sage/wpbc-gw-sage.php:588 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:938
7911
  msgid "Automatically approve/cancel booking"
7912
  msgstr ""
7913
 
7914
+ #: core/lib/wpbc_all_translations1.php:522 inc/gateways/ideal/wpbc-gw-ideal.php:566
7915
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:480 inc/gateways/paypal/wpbc-gw-paypal.php:659
7916
+ #: inc/gateways/sage/wpbc-gw-sage.php:589 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:939
7917
  msgid ""
7918
  "Check this box to automatically approve bookings, when visitor makes a successful payment, or "
7919
  "automatically cancel the booking, when visitor makes a payment cancellation."
7920
  msgstr ""
7921
 
7922
+ #: core/lib/wpbc_all_translations1.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:730
7923
  msgid "Integration of iPay88 payment system"
7924
  msgstr ""
7925
 
7926
+ #: core/lib/wpbc_all_translations1.php:524 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:893
7927
  #: inc/gateways/ipay88/wpbc-gw-ipay88.php:832 inc/gateways/sage/wpbc-gw-sage.php:883
7928
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1197
7929
  #, php-format
7930
  msgid ""
7931
  "Please configure all fields inside the %sBilling form fields%s section at %sPayments General%s "
7932
  "tab."
7933
  msgstr ""
7934
 
7935
+ #: core/lib/wpbc_all_translations1.php:525 inc/gateways/page-gateways.php:65
7936
  msgid "for 1 day"
7937
  msgstr ""
7938
 
7939
+ #: core/lib/wpbc_all_translations1.php:526 inc/gateways/page-gateways.php:66
7940
  msgid "for 1 night"
7941
  msgstr ""
7942
 
7943
+ #: core/lib/wpbc_all_translations1.php:527 inc/gateways/page-gateways.php:67
7944
  msgid "fixed sum"
7945
  msgstr ""
7946
 
7947
+ #: core/lib/wpbc_all_translations1.php:528 inc/gateways/page-gateways.php:68
7948
  msgid "for 1 hour"
7949
  msgstr ""
7950
 
7951
+ #: core/lib/wpbc_all_translations1.php:529 inc/gateways/page-gateways.php:73
7952
  msgid "Set the cost"
7953
  msgstr ""
7954
 
7955
+ #: core/lib/wpbc_all_translations1.php:530 inc/gateways/page-gateways.php:74
7956
  msgid " Select your cost configuration."
7957
  msgstr ""
7958
 
7959
+ #: core/lib/wpbc_all_translations1.php:531 inc/gateways/page-gateways.php:82
7960
  msgid "Time impact to cost"
7961
  msgstr ""
7962
 
7963
+ #: core/lib/wpbc_all_translations1.php:532 inc/gateways/page-gateways.php:83
7964
  #, php-format
7965
  msgid ""
7966
  "Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
7967
  "calculation%s."
7968
  msgstr ""
7969
 
7970
+ #: core/lib/wpbc_all_translations1.php:533 inc/gateways/page-gateways.php:93
7971
  msgid ""
7972
  "Check this box if you want that specific additional cost, which configured as percentage for "
7973
  "some option, apply to other additional fixed costs and not only to original booking cost."
7974
  msgstr ""
7975
 
7976
+ #: core/lib/wpbc_all_translations1.php:534 inc/gateways/page-gateways.php:195
7977
  #: inc/gateways/page-gateways.php:869
7978
  msgid "Currency"
7979
  msgstr ""
7980
 
7981
+ #: core/lib/wpbc_all_translations1.php:535 inc/gateways/page-gateways.php:198
7982
  msgid ""
7983
  "This is default currency that showing at your website. Specific payment gateway(s) can support "
7984
  "or does not suport it."
7985
  msgstr ""
7986
 
7987
+ #: core/lib/wpbc_all_translations1.php:536 inc/gateways/page-gateways.php:152
7988
  #: inc/gateways/page-gateways.php:201 inc/gateways/page-gateways.php:921
7989
  msgid "Important"
7990
  msgstr ""
7991
 
7992
+ #: core/lib/wpbc_all_translations1.php:537 inc/gateways/page-gateways.php:201
7993
  msgid "Check and configure currency at each activated payment gateway."
7994
  msgstr ""
7995
 
7996
+ #: core/lib/wpbc_all_translations1.php:538 inc/gateways/page-gateways.php:211
7997
  msgid "Currency Position"
7998
  msgstr ""
7999
 
8000
+ #: core/lib/wpbc_all_translations1.php:539 inc/gateways/page-gateways.php:212
8001
  msgid "Set position of the currency symbol."
8002
  msgstr ""
8003
 
8004
+ #: core/lib/wpbc_all_translations1.php:540 inc/gateways/page-gateways.php:215
8005
  msgid "Left"
8006
  msgstr ""
8007
 
8008
+ #: core/lib/wpbc_all_translations1.php:541 inc/gateways/page-gateways.php:219
8009
  msgid "Right"
8010
  msgstr ""
8011
 
8012
+ #: core/lib/wpbc_all_translations1.php:542 inc/gateways/page-gateways.php:223
8013
  msgid "Left with space"
8014
  msgstr ""
8015
 
8016
+ #: core/lib/wpbc_all_translations1.php:543 inc/gateways/page-gateways.php:227
8017
  msgid "Right with space"
8018
  msgstr ""
8019
 
8020
+ #: core/lib/wpbc_all_translations1.php:544 inc/gateways/page-gateways.php:246
8021
  msgid "Currency format"
8022
  msgstr ""
8023
 
8024
+ #: core/lib/wpbc_all_translations1.php:545 inc/gateways/page-gateways.php:247
8025
  msgid "Number of decimal points"
8026
  msgstr ""
8027
 
8028
+ #: core/lib/wpbc_all_translations1.php:546 inc/gateways/page-gateways.php:254
8029
  #: inc/gateways/page-gateways.php:269
8030
  msgid "No separator"
8031
  msgstr ""
8032
 
8033
+ #: core/lib/wpbc_all_translations1.php:547 inc/gateways/page-gateways.php:255
8034
  #: inc/gateways/page-gateways.php:270
8035
  msgid "Space"
8036
  msgstr ""
8037
 
8038
+ #: core/lib/wpbc_all_translations1.php:548 inc/gateways/page-gateways.php:256
8039
  #: inc/gateways/page-gateways.php:271
8040
  msgid "Dot"
8041
  msgstr ""
8042
 
8043
+ #: core/lib/wpbc_all_translations1.php:549 inc/gateways/page-gateways.php:257
8044
  #: inc/gateways/page-gateways.php:272
8045
  msgid "Comma"
8046
  msgstr ""
8047
 
8048
+ #: core/lib/wpbc_all_translations1.php:550 inc/gateways/page-gateways.php:262
8049
  msgid "Separator for the decimal point"
8050
  msgstr ""
8051
 
8052
+ #: core/lib/wpbc_all_translations1.php:551 inc/gateways/page-gateways.php:277
8053
  msgid "Thousands separator"
8054
  msgstr ""
8055
 
8056
+ #: core/lib/wpbc_all_translations1.php:552 inc/gateways/page-gateways.php:290
8057
  msgid "Please select"
8058
  msgstr ""
8059
 
8060
+ #: core/lib/wpbc_all_translations1.php:553 inc/gateways/page-gateways.php:301
8061
  msgid ""
8062
  "Please select a field from your booking form. This field will be automatically assigned to the "
8063
  "current field in the billing form."
8064
  msgstr ""
8065
 
8066
+ #: core/lib/wpbc_all_translations1.php:554 inc/gateways/page-gateways.php:313
8067
  msgid "Customer Email"
8068
  msgstr ""
8069
 
8070
+ #: core/lib/wpbc_all_translations1.php:555 inc/gateways/page-gateways.php:321
8071
  msgid "First Name(s)"
8072
  msgstr ""
8073
 
8074
+ #: core/lib/wpbc_all_translations1.php:556 inc/gateways/page-gateways.php:329
8075
  msgid "Last name"
8076
  msgstr ""
8077
 
8078
+ #: core/lib/wpbc_all_translations1.php:557 inc/gateways/page-gateways.php:345
8079
  msgid "Billing Address"
8080
  msgstr ""
8081
 
8082
+ #: core/lib/wpbc_all_translations1.php:558 inc/gateways/page-gateways.php:353
8083
  msgid "Billing City"
8084
  msgstr ""
8085
 
8086
+ #: core/lib/wpbc_all_translations1.php:559 inc/gateways/page-gateways.php:370
8087
  msgid "Post Code"
8088
  msgstr ""
8089
 
8090
+ #: core/lib/wpbc_all_translations1.php:560 inc/gateways/page-gateways.php:378
8091
  msgid "State"
8092
  msgstr ""
8093
 
8094
+ #: core/lib/wpbc_all_translations1.php:561 inc/gateways/page-gateways.php:390
8095
  msgid "Show booking details in payment form"
8096
  msgstr ""
8097
 
8098
+ #: core/lib/wpbc_all_translations1.php:562 inc/gateways/page-gateways.php:391
8099
  #, php-format
8100
  msgid ""
8101
  " Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
8102
  msgstr ""
8103
 
8104
+ #: core/lib/wpbc_all_translations1.php:563 inc/gateways/page-gateways.php:402
8105
  msgid "Configure booking details summary above the payment form"
8106
  msgstr ""
8107
 
8108
+ #: core/lib/wpbc_all_translations1.php:564 inc/gateways/page-gateways.php:521
8109
  msgid "Payments"
8110
  msgstr ""
8111
 
8112
+ #: core/lib/wpbc_all_translations1.php:565 inc/gateways/page-gateways.php:522
8113
  msgid "Customizaton of Payment"
8114
  msgstr ""
8115
 
8116
+ #: core/lib/wpbc_all_translations1.php:566 inc/gateways/page-gateways.php:523
8117
  msgid "Payment Gateways"
8118
  msgstr ""
8119
 
8120
+ #: core/lib/wpbc_all_translations1.php:567 inc/gateways/page-gateways.php:539
8121
  #: inc/gateways/page-gateways.php:609 inc/gateways/page-gateways.php:636
8122
  msgid "Payment Settings"
8123
  msgstr ""
8124
 
8125
+ #: core/lib/wpbc_all_translations1.php:568 inc/gateways/page-gateways.php:540
8126
  msgid "Payment Gateways - General Settings"
8127
  msgstr ""
8128
 
8129
+ #: core/lib/wpbc_all_translations1.php:569 inc/gateways/page-gateways.php:607
8130
  #: inc/gateways/page-gateways.php:631
8131
  msgid "Active Payment Gateways"
8132
  msgstr ""
8133
 
8134
+ #: core/lib/wpbc_all_translations1.php:570 inc/gateways/page-gateways.php:608
8135
  #: inc/gateways/page-gateways.php:652
8136
  msgid "Billing form fields"
8137
  msgstr ""
8138
 
8139
+ #: core/lib/wpbc_all_translations1.php:571 inc/gateways/page-gateways.php:611
8140
  #: inc/gateways/page-gateways.php:666
8141
  msgid "Payment Description"
8142
  msgstr ""
8143
 
8144
+ #: core/lib/wpbc_all_translations1.php:572 inc/gateways/page-gateways.php:867
8145
  msgid "Gateway"
8146
  msgstr ""
8147
 
8148
+ #: core/lib/wpbc_all_translations1.php:573 inc/gateways/page-gateways.php:917
8149
  #, php-format
8150
  msgid "Some currencies at payment gateways are different from main currency %s"
8151
  msgstr ""
8152
 
8153
+ #: core/lib/wpbc_all_translations1.php:574 inc/gateways/page-gateways.php:921
8154
  #, php-format
8155
  msgid ""
8156
  "Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
8157
  "payment form without currency exchange! Its can be reason of wrong cost."
8158
  msgstr ""
8159
 
8160
+ #: core/lib/wpbc_all_translations1.php:575 inc/gateways/page-gateways.php:1070
8161
  msgid "ID of booking"
8162
  msgstr ""
8163
 
8164
+ #: core/lib/wpbc_all_translations1.php:576 inc/gateways/page-gateways.php:1071
8165
  msgid "ID of booking resources"
8166
  msgstr ""
8167
 
8168
+ #: core/lib/wpbc_all_translations1.php:577 inc/gateways/page-gateways.php:1077
8169
  msgid "current date"
8170
  msgstr ""
8171
 
8172
+ #: core/lib/wpbc_all_translations1.php:578 inc/gateways/page-gateways.php:1078
8173
  msgid "current time"
8174
  msgstr ""
8175
 
8176
+ #: core/lib/wpbc_all_translations1.php:579 inc/gateways/page-gateways.php:1084
8177
  msgid "content data of this booking"
8178
  msgstr ""
8179
 
8180
+ #: core/lib/wpbc_all_translations1.php:580 inc/gateways/page-gateways.php:1085
8181
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:181
8182
  msgid "show amount to pay"
8183
  msgstr ""
8184
 
8185
+ #: core/lib/wpbc_all_translations1.php:581 inc/gateways/page-gateways.php:1087
8186
  msgid "total booking cost"
8187
  msgstr ""
8188
 
8189
+ #: core/lib/wpbc_all_translations1.php:582 inc/gateways/page-gateways.php:1088
8190
  msgid "deposit cost"
8191
  msgstr ""
8192
 
8193
+ #: core/lib/wpbc_all_translations1.php:583 inc/gateways/page-gateways.php:1089
8194
  msgid "balance cost"
8195
  msgstr ""
8196
 
8197
+ #: core/lib/wpbc_all_translations1.php:584 inc/gateways/page-gateways.php:1090
8198
  msgid "original booking cost"
8199
  msgstr ""
8200
 
8201
+ #: core/lib/wpbc_all_translations1.php:585 inc/gateways/page-gateways.php:1091
8202
  msgid "additional booking cost"
8203
  msgstr ""
8204
 
8205
+ #: core/lib/wpbc_all_translations1.php:586 inc/gateways/page-gateways.php:1440
8206
  msgid "Amount to pay"
8207
  msgstr ""
8208
 
8209
+ #: core/lib/wpbc_all_translations1.php:587 inc/gateways/page-gateways.php:1534
8210
  #, php-format
8211
  msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
8212
  msgstr ""
8213
 
8214
+ #: core/lib/wpbc_all_translations1.php:588 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:204
8215
  #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:282 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283
8216
  msgid "Pay in Cash"
8217
  msgstr ""
8218
 
8219
+ #: core/lib/wpbc_all_translations1.php:589 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:284
8220
  msgid "Integration of Pay in Cash payment system"
8221
  msgstr ""
8222
 
8223
+ #: core/lib/wpbc_all_translations1.php:590 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:362
8224
  #, php-format
8225
  msgid "If you accept %scash payment%s, you can write details about it here"
8226
  msgstr ""
8227
 
8228
+ #: core/lib/wpbc_all_translations1.php:591 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:523
8229
  #, php-format
8230
  msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
8231
  msgstr ""
8232
 
8233
+ #: core/lib/wpbc_all_translations1.php:592 inc/gateways/paypal/ipn.php:120
8234
  msgid "Error IPN"
8235
  msgstr ""
8236
 
8237
+ #: core/lib/wpbc_all_translations1.php:593 inc/gateways/paypal/ipn.php:250
8238
  msgid "Verified IPN"
8239
  msgstr ""
8240
 
8241
+ #: core/lib/wpbc_all_translations1.php:594 inc/gateways/paypal/ipn.php:273
8242
  msgid "Invalid IPN"
8243
  msgstr ""
8244
 
8245
+ #: core/lib/wpbc_all_translations1.php:595 inc/gateways/paypal/wpbc-gw-paypal.php:334
8246
  msgid "Make payments with payPal - its fast, free and secure!"
8247
  msgstr ""
8248
 
8249
+ #: core/lib/wpbc_all_translations1.php:596 inc/gateways/paypal/wpbc-gw-paypal.php:373
8250
  #: inc/gateways/paypal/wpbc-gw-paypal.php:861
8251
  msgid "Paypal Standard"
8252
  msgstr ""
8253
 
8254
+ #: core/lib/wpbc_all_translations1.php:597 inc/gateways/paypal/wpbc-gw-paypal.php:377
8255
  #: inc/gateways/paypal/wpbc-gw-paypal.php:861
8256
  msgid "Paypal Pro Hosted Solution"
8257
  msgstr ""
8258
 
8259
+ #: core/lib/wpbc_all_translations1.php:598 inc/gateways/paypal/wpbc-gw-paypal.php:384
8260
  msgid "Account Type"
8261
  msgstr ""
8262
 
8263
+ #: core/lib/wpbc_all_translations1.php:599 inc/gateways/paypal/wpbc-gw-paypal.php:396
8264
  msgid "Paypal Email address to receive payments"
8265
  msgstr ""
8266
 
8267
+ #: core/lib/wpbc_all_translations1.php:600 inc/gateways/paypal/wpbc-gw-paypal.php:398
8268
  msgid "This is the Paypal Email address where payments will be sent"
8269
  msgstr ""
8270
 
8271
+ #: core/lib/wpbc_all_translations1.php:601 inc/gateways/paypal/wpbc-gw-paypal.php:412
8272
  msgid "Secure Merchant ID"
8273
  msgstr ""
8274
 
8275
+ #: core/lib/wpbc_all_translations1.php:602 inc/gateways/paypal/wpbc-gw-paypal.php:414
8276
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
8277
  msgstr ""
8278
 
8279
+ #: core/lib/wpbc_all_translations1.php:603 inc/gateways/paypal/wpbc-gw-paypal.php:429
8280
  msgid ""
8281
  " Indicates whether the transaction is payment on a final sale or an authorization for a final "
8282
  "sale, to be captured later. "
8283
  msgstr ""
8284
 
8285
+ #: core/lib/wpbc_all_translations1.php:604 inc/gateways/paypal/wpbc-gw-paypal.php:433
8286
  msgid "Sale"
8287
  msgstr ""
8288
 
8289
+ #: core/lib/wpbc_all_translations1.php:605 inc/gateways/paypal/wpbc-gw-paypal.php:434
8290
  msgid "Authorization"
8291
  msgstr ""
8292
 
8293
+ #: core/lib/wpbc_all_translations1.php:606 inc/gateways/paypal/wpbc-gw-paypal.php:445
8294
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
8295
  msgstr ""
8296
 
8297
+ #: core/lib/wpbc_all_translations1.php:607 inc/gateways/paypal/wpbc-gw-paypal.php:451
8298
  msgid "Sandbox"
8299
  msgstr ""
8300
 
8301
+ #: core/lib/wpbc_all_translations1.php:608 inc/gateways/paypal/wpbc-gw-paypal.php:461
8302
  msgid "British Pound"
8303
  msgstr ""
8304
 
8305
+ #: core/lib/wpbc_all_translations1.php:609 inc/gateways/paypal/wpbc-gw-paypal.php:462
8306
  msgid "Japanese Yen"
8307
  msgstr ""
8308
 
8309
+ #: core/lib/wpbc_all_translations1.php:610 inc/gateways/paypal/wpbc-gw-paypal.php:463
8310
  #: inc/gateways/sage/wpbc-gw-sage.php:455
8311
  msgid "Australian Dollars"
8312
  msgstr ""
8313
 
8314
+ #: core/lib/wpbc_all_translations1.php:611 inc/gateways/paypal/wpbc-gw-paypal.php:465
8315
  #: inc/gateways/sage/wpbc-gw-sage.php:457
8316
  msgid "New Zealand Dollar"
8317
  msgstr ""
8318
 
8319
+ #: core/lib/wpbc_all_translations1.php:612 inc/gateways/paypal/wpbc-gw-paypal.php:466
8320
  #: inc/gateways/sage/wpbc-gw-sage.php:458
8321
  msgid "Swiss Franc"
8322
  msgstr ""
8323
 
8324
+ #: core/lib/wpbc_all_translations1.php:613 inc/gateways/paypal/wpbc-gw-paypal.php:467
8325
  #: inc/gateways/sage/wpbc-gw-sage.php:459
8326
  msgid "Hong Kong Dollar"
8327
  msgstr ""
8328
 
8329
+ #: core/lib/wpbc_all_translations1.php:614 inc/gateways/paypal/wpbc-gw-paypal.php:468
8330
  #: inc/gateways/sage/wpbc-gw-sage.php:460
8331
  msgid "Singapore Dollar"
8332
  msgstr ""
8333
 
8334
+ #: core/lib/wpbc_all_translations1.php:615 inc/gateways/paypal/wpbc-gw-paypal.php:469
8335
  #: inc/gateways/sage/wpbc-gw-sage.php:461
8336
  msgid "Swedish Krona"
8337
  msgstr ""
8338
 
8339
+ #: core/lib/wpbc_all_translations1.php:616 inc/gateways/paypal/wpbc-gw-paypal.php:470
8340
  #: inc/gateways/sage/wpbc-gw-sage.php:462
8341
  msgid "Danish Krone"
8342
  msgstr ""
8343
 
8344
+ #: core/lib/wpbc_all_translations1.php:617 inc/gateways/paypal/wpbc-gw-paypal.php:471
8345
  #: inc/gateways/sage/wpbc-gw-sage.php:463
8346
  msgid "Polish Zloty"
8347
  msgstr ""
8348
 
8349
+ #: core/lib/wpbc_all_translations1.php:618 inc/gateways/paypal/wpbc-gw-paypal.php:472
8350
  #: inc/gateways/sage/wpbc-gw-sage.php:464
8351
  msgid "Norwegian Krone"
8352
  msgstr ""
8353
 
8354
+ #: core/lib/wpbc_all_translations1.php:619 inc/gateways/paypal/wpbc-gw-paypal.php:473
8355
  #: inc/gateways/sage/wpbc-gw-sage.php:465
8356
  msgid "Hungarian Forint"
8357
  msgstr ""
8358
 
8359
+ #: core/lib/wpbc_all_translations1.php:620 inc/gateways/paypal/wpbc-gw-paypal.php:474
8360
  #: inc/gateways/sage/wpbc-gw-sage.php:466
8361
  msgid "Czech Koruna"
8362
  msgstr ""
8363
 
8364
+ #: core/lib/wpbc_all_translations1.php:621 inc/gateways/paypal/wpbc-gw-paypal.php:475
8365
  msgid "Israeli New Shekel"
8366
  msgstr ""
8367
 
8368
+ #: core/lib/wpbc_all_translations1.php:622 inc/gateways/paypal/wpbc-gw-paypal.php:476
8369
  #: inc/gateways/sage/wpbc-gw-sage.php:468
8370
  msgid "Mexican Peso"
8371
  msgstr ""
8372
 
8373
+ #: core/lib/wpbc_all_translations1.php:623 inc/gateways/paypal/wpbc-gw-paypal.php:477
8374
  #: inc/gateways/sage/wpbc-gw-sage.php:469
8375
  msgid "Brazilian Real (only for Brazilian users)"
8376
  msgstr ""
8377
 
8378
+ #: core/lib/wpbc_all_translations1.php:624 inc/gateways/paypal/wpbc-gw-paypal.php:478
8379
  #: inc/gateways/sage/wpbc-gw-sage.php:470
8380
  msgid "Malaysian Ringgits (only for Malaysian users)"
8381
  msgstr ""
8382
 
8383
+ #: core/lib/wpbc_all_translations1.php:625 inc/gateways/paypal/wpbc-gw-paypal.php:480
8384
  #: inc/gateways/sage/wpbc-gw-sage.php:472
8385
  msgid "Taiwan New Dollars"
8386
  msgstr ""
8387
 
8388
+ #: core/lib/wpbc_all_translations1.php:626 inc/gateways/paypal/wpbc-gw-paypal.php:481
8389
  #: inc/gateways/sage/wpbc-gw-sage.php:473
8390
  msgid "Thai Baht"
8391
  msgstr ""
8392
 
8393
+ #: core/lib/wpbc_all_translations1.php:627 inc/gateways/paypal/wpbc-gw-paypal.php:482
8394
  msgid "Turkish Lira (only for Turkish members)"
8395
  msgstr ""
8396
 
8397
+ #: core/lib/wpbc_all_translations1.php:628 inc/gateways/paypal/wpbc-gw-paypal.php:501
8398
  msgid "Custom button title"
8399
  msgstr ""
8400
 
8401
+ #: core/lib/wpbc_all_translations1.php:629 inc/gateways/paypal/wpbc-gw-paypal.php:508
8402
  msgid "Payment Button type"
8403
  msgstr ""
8404
 
8405
+ #: core/lib/wpbc_all_translations1.php:630 inc/gateways/paypal/wpbc-gw-paypal.php:563
8406
  msgid "Show Reference Text Box"
8407
  msgstr ""
8408
 
8409
+ #: core/lib/wpbc_all_translations1.php:631 inc/gateways/paypal/wpbc-gw-paypal.php:564
8410
  msgid "Check this box to show Reference Text Box"
8411
  msgstr ""
8412
 
8413
+ #: core/lib/wpbc_all_translations1.php:632 inc/gateways/paypal/wpbc-gw-paypal.php:572
8414
  #: inc/gateways/paypal/wpbc-gw-paypal.php:573 inc/gateways/paypal/wpbc-gw-paypal.php:1370
8415
  msgid "Enter your phone number"
8416
  msgstr ""
8417
 
8418
+ #: core/lib/wpbc_all_translations1.php:633 inc/gateways/paypal/wpbc-gw-paypal.php:574
8419
  msgid "Reference Text Box Title"
8420
  msgstr ""
8421
 
8422
+ #: core/lib/wpbc_all_translations1.php:634 inc/gateways/paypal/wpbc-gw-paypal.php:575
8423
  msgid ""
8424
  "Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
8425
  msgstr ""
8426
 
8427
+ #: core/lib/wpbc_all_translations1.php:635 inc/gateways/paypal/wpbc-gw-paypal.php:596
8428
  msgid "Return URL from PayPal"
8429
  msgstr ""
8430
 
8431
+ #: core/lib/wpbc_all_translations1.php:636 inc/gateways/paypal/wpbc-gw-paypal.php:627
8432
  msgid "Cancel Return URL from PayPal"
8433
  msgstr ""
8434
 
8435
+ #: core/lib/wpbc_all_translations1.php:637 inc/gateways/paypal/wpbc-gw-paypal.php:696
8436
  #, php-format
8437
  msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
8438
  msgstr ""
8439
 
8440
+ #: core/lib/wpbc_all_translations1.php:638 inc/gateways/paypal/wpbc-gw-paypal.php:697
8441
  msgid "Follow these steps to configure it:"
8442
  msgstr ""
8443
 
8444
+ #: core/lib/wpbc_all_translations1.php:639 inc/gateways/paypal/wpbc-gw-paypal.php:699
8445
  msgid "Log in to your PayPal account."
8446
  msgstr ""
8447
 
8448
+ #: core/lib/wpbc_all_translations1.php:640 inc/gateways/paypal/wpbc-gw-paypal.php:700
8449
  msgid "Click the Profile subtab."
8450
  msgstr ""
8451
 
8452
+ #: core/lib/wpbc_all_translations1.php:641 inc/gateways/paypal/wpbc-gw-paypal.php:701
8453
  msgid "Click Website Payment Preferences in the Seller Preferences column."
8454
  msgstr ""
8455
 
8456
+ #: core/lib/wpbc_all_translations1.php:642 inc/gateways/paypal/wpbc-gw-paypal.php:702
8457
  msgid "Under Auto Return for Website Payments, click the On radio button."
8458
  msgstr ""
8459
 
8460
+ #: core/lib/wpbc_all_translations1.php:643 inc/gateways/paypal/wpbc-gw-paypal.php:703
8461
  msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
8462
  msgstr ""
8463
 
8464
+ #: core/lib/wpbc_all_translations1.php:644 inc/gateways/paypal/wpbc-gw-paypal.php:712
8465
  msgid ""
8466
  "Instant Payment Notification (IPN) is a message service that notifies you of events related to "
8467
  "PayPal transactions"
8468
  msgstr ""
8469
 
8470
+ #: core/lib/wpbc_all_translations1.php:645 inc/gateways/paypal/wpbc-gw-paypal.php:721
8471
  msgid "Sending email for verified transaction"
8472
  msgstr ""
8473
 
8474
+ #: core/lib/wpbc_all_translations1.php:646 inc/gateways/paypal/wpbc-gw-paypal.php:731
8475
  #, php-format
8476
  msgid "Email for getting report for %sverified%s transactions."
8477
  msgstr ""
8478
 
8479
+ #: core/lib/wpbc_all_translations1.php:647 inc/gateways/paypal/wpbc-gw-paypal.php:744
8480
  msgid "Sending email for invalid transaction"
8481
  msgstr ""
8482
 
8483
+ #: core/lib/wpbc_all_translations1.php:648 inc/gateways/paypal/wpbc-gw-paypal.php:754
8484
  #, php-format
8485
  msgid "Email for getting report for %sinvalid%s transactions."
8486
  msgstr ""
8487
 
8488
+ #: core/lib/wpbc_all_translations1.php:649 inc/gateways/paypal/wpbc-gw-paypal.php:767
8489
  msgid "Sending email if error occur during verification"
8490
  msgstr ""
8491
 
8492
+ #: core/lib/wpbc_all_translations1.php:650 inc/gateways/paypal/wpbc-gw-paypal.php:777
8493
  #, php-format
8494
  msgid "Email for getting report for %ssome errors in verification process%s."
8495
  msgstr ""
8496
 
8497
+ #: core/lib/wpbc_all_translations1.php:651 inc/gateways/paypal/wpbc-gw-paypal.php:789
8498
  msgid "Use SSL connection"
8499
  msgstr ""
8500
 
8501
+ #: core/lib/wpbc_all_translations1.php:652 inc/gateways/paypal/wpbc-gw-paypal.php:790
8502
  msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
8503
  msgstr ""
8504
 
8505
+ #: core/lib/wpbc_all_translations1.php:653 inc/gateways/paypal/wpbc-gw-paypal.php:797
8506
  msgid "Use cURL posting"
8507
  msgstr ""
8508
 
8509
+ #: core/lib/wpbc_all_translations1.php:654 inc/gateways/paypal/wpbc-gw-paypal.php:798
8510
  msgid "Use the cURL for posting data, instead of fsockopen() function"
8511
  msgstr ""
8512
 
8513
+ #: core/lib/wpbc_all_translations1.php:655 inc/gateways/paypal/wpbc-gw-paypal.php:814
8514
  msgid " Follow these instructions to set up your listener at your PayPal account:"
8515
  msgstr ""
8516
 
8517
+ #: core/lib/wpbc_all_translations1.php:656 inc/gateways/paypal/wpbc-gw-paypal.php:816
8518
  msgid "Click Profile on the My Account tab."
8519
  msgstr ""
8520
 
8521
+ #: core/lib/wpbc_all_translations1.php:657 inc/gateways/paypal/wpbc-gw-paypal.php:817
8522
  msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
8523
  msgstr ""
8524
 
8525
+ #: core/lib/wpbc_all_translations1.php:658 inc/gateways/paypal/wpbc-gw-paypal.php:818
8526
  msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
8527
  msgstr ""
8528
 
8529
+ #: core/lib/wpbc_all_translations1.php:659 inc/gateways/paypal/wpbc-gw-paypal.php:819
8530
  msgid "Specify the URL for your listener in the Notification URL field as:"
8531
  msgstr ""
8532
 
8533
+ #: core/lib/wpbc_all_translations1.php:660 inc/gateways/paypal/wpbc-gw-paypal.php:821
8534
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
8535
  msgstr ""
8536
 
8537
+ #: core/lib/wpbc_all_translations1.php:661 inc/gateways/paypal/wpbc-gw-paypal.php:822
8538
  msgid "Click Save."
8539
  msgstr ""
8540
 
8541
+ #: core/lib/wpbc_all_translations1.php:662 inc/gateways/paypal/wpbc-gw-paypal.php:823
8542
  msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
8543
  msgstr ""
8544
 
8545
+ #: core/lib/wpbc_all_translations1.php:663 inc/gateways/paypal/wpbc-gw-paypal.php:985
8546
  msgid "PayPal"
8547
  msgstr ""
8548
 
8549
+ #: core/lib/wpbc_all_translations1.php:664 inc/gateways/paypal/wpbc-gw-paypal.php:987
8550
  msgid "Integration of Paypal payment system"
8551
  msgstr ""
8552
 
8553
+ #: core/lib/wpbc_all_translations1.php:665 inc/gateways/paypal/wpbc-gw-paypal.php:1108
8554
  msgid "PayPal IPN"
8555
  msgstr ""
8556
 
8557
+ #: core/lib/wpbc_all_translations1.php:666 inc/gateways/sage/wpbc-gw-sage.php:355
8558
  #, php-format
8559
  msgid "Pay using %s payment service"
8560
  msgstr ""
8561
 
8562
+ #: core/lib/wpbc_all_translations1.php:667 inc/gateways/sage/wpbc-gw-sage.php:395
8563
  msgid "Vendor Name"
8564
  msgstr ""
8565
 
8566
+ #: core/lib/wpbc_all_translations1.php:668 inc/gateways/sage/wpbc-gw-sage.php:397
8567
  msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
8568
  msgstr ""
8569
 
8570
+ #: core/lib/wpbc_all_translations1.php:669 inc/gateways/sage/wpbc-gw-sage.php:410
8571
  msgid "XOR Encryption password"
8572
  msgstr ""
8573
 
8574
+ #: core/lib/wpbc_all_translations1.php:670 inc/gateways/sage/wpbc-gw-sage.php:412
8575
  msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
8576
  msgstr ""
8577
 
8578
+ #: core/lib/wpbc_all_translations1.php:671 inc/gateways/ideal/wpbc-gw-ideal.php:421
8579
  #: inc/gateways/sage/wpbc-gw-sage.php:425
8580
  msgid "Select TEST for the Test Server and LIVE in the live environment"
8581
  msgstr ""
8582
 
8583
+ #: core/lib/wpbc_all_translations1.php:672 inc/gateways/ideal/wpbc-gw-ideal.php:433
8584
+ #: inc/gateways/sage/wpbc-gw-sage.php:429 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:533
8585
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:576
8586
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:591
8587
  msgid "TEST"
8588
  msgstr ""
8589
 
8590
+ #: core/lib/wpbc_all_translations1.php:673 inc/gateways/ideal/wpbc-gw-ideal.php:434
8591
+ #: inc/gateways/sage/wpbc-gw-sage.php:430 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:534
8592
  msgid "LIVE"
8593
  msgstr ""
8594
 
8595
+ #: core/lib/wpbc_all_translations1.php:674 inc/gateways/sage/wpbc-gw-sage.php:439
8596
  msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
8597
  msgstr ""
8598
 
8599
+ #: core/lib/wpbc_all_translations1.php:675 inc/gateways/sage/wpbc-gw-sage.php:443
8600
  msgid "PAYMENT"
8601
  msgstr ""
8602
 
8603
+ #: core/lib/wpbc_all_translations1.php:676 inc/gateways/sage/wpbc-gw-sage.php:444
8604
  msgid "DEFERRED"
8605
  msgstr ""
8606
 
8607
+ #: core/lib/wpbc_all_translations1.php:677 inc/gateways/sage/wpbc-gw-sage.php:445
8608
  msgid "AUTHENTICATE"
8609
  msgstr ""
8610
 
8611
+ #: core/lib/wpbc_all_translations1.php:678 inc/gateways/sage/wpbc-gw-sage.php:454
8612
  msgid "Yen"
8613
  msgstr ""
8614
 
8615
+ #: core/lib/wpbc_all_translations1.php:679 inc/gateways/sage/wpbc-gw-sage.php:467
8616
  msgid "Israeli Shekel"
8617
  msgstr ""
8618
 
8619
+ #: core/lib/wpbc_all_translations1.php:680 inc/gateways/sage/wpbc-gw-sage.php:782
8620
  msgid "Sage"
8621
  msgstr ""
8622
 
8623
+ #: core/lib/wpbc_all_translations1.php:681 inc/gateways/sage/wpbc-gw-sage.php:784
8624
  msgid "Integration of Sage payment system"
8625
  msgstr ""
8626
 
8627
+ #: core/lib/wpbc_all_translations1.php:682 inc/gateways/sage/wpbc-gw-sage.php:876
8628
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1143
8629
  #, php-format
8630
  msgid "If you have no account on this system, please visit %s to create one."
8631
  msgstr ""
8632
 
8633
+ #: core/lib/wpbc_all_translations1.php:683 core/wpbc-functions.php:3515
8634
  msgid "Payment rejected"
8635
  msgstr ""
8636
 
8637
+ #: core/lib/wpbc_all_translations1.php:684 inc/gateways/ideal/wpbc-gw-ideal.php:389
8638
  msgid "Merchant ID"
8639
  msgstr ""
8640
 
8641
+ #: core/lib/wpbc_all_translations1.php:685 inc/gateways/ideal/wpbc-gw-ideal.php:391
8642
  msgid "Enter your iDEAL Merchant ID"
8643
  msgstr ""
8644
 
8645
+ #: core/lib/wpbc_all_translations1.php:686 inc/gateways/ideal/wpbc-gw-ideal.php:406
8646
  msgid "Enter your iDEAL Merchant Key."
8647
  msgstr ""
8648
 
8649
+ #: core/lib/wpbc_all_translations1.php:687 inc/gateways/ideal/wpbc-gw-ideal.php:424
8650
  #, php-format
8651
  msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
8652
  msgstr ""
8653
 
8654
+ #: core/lib/wpbc_all_translations1.php:688 inc/gateways/ideal/wpbc-gw-ideal.php:425
8655
  msgid "Test with Simulator"
8656
  msgstr ""
8657
 
8658
+ #: core/lib/wpbc_all_translations1.php:689 inc/gateways/ideal/wpbc-gw-ideal.php:427
8659
  msgid "My Profile – Connection"
8660
  msgstr ""
8661
 
8662
+ #: core/lib/wpbc_all_translations1.php:690 inc/gateways/ideal/wpbc-gw-ideal.php:483
8663
  #, php-format
8664
  msgid ""
8665
  "If not supplied then the description as configured in the administration/management portal "
8667
  "be applied."
8668
  msgstr ""
8669
 
8670
+ #: core/lib/wpbc_all_translations1.php:691 inc/gateways/ideal/wpbc-gw-ideal.php:484
8671
  msgid "Always use Description"
8672
  msgstr ""
8673
 
8674
+ #: core/lib/wpbc_all_translations1.php:692 inc/gateways/ideal/wpbc-gw-ideal.php:803
8675
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1050
8676
  #, php-format
8677
  msgid "Integration of %s payment system"
8678
  msgstr ""
8679
 
8680
+ #: core/lib/wpbc_all_translations1.php:693 inc/gateways/ideal/wpbc-gw-ideal.php:894
8681
  #, php-format
8682
  msgid "Processing your %s payments through %s"
8683
  msgstr ""
8684
 
8685
+ #: core/lib/wpbc_all_translations1.php:694 core/wpbc-emails.php:266
8686
  #, php-format
8687
  msgid "%s - inserting link for export booking to"
8688
  msgstr ""
8689
 
8690
+ #: core/lib/wpbc_all_translations1.php:695 inc/_ps/admin/br-table-export-feeds.php:176
8691
  msgid ".ics Feed URL"
8692
  msgstr ""
8693
 
8694
+ #: core/lib/wpbc_all_translations1.php:696 core/wpbc-emails.php:247 core/wpbc-emails.php:248
8695
  #: core/wpbc-emails.php:249 core/wpbc-emails.php:250 core/wpbc-emails.php:251
8696
  #: core/wpbc-emails.php:252 core/wpbc-emails.php:253
8697
  #, php-format
8698
  msgid "%s - inserting modification date of booking "
8699
  msgstr ""
8700
 
8701
+ #: core/lib/wpbc_all_translations1.php:697 inc/_ps/form/class-wpbc-form-help.php:687
8702
  msgid "Coupon discount value of the booking."
8703
  msgstr ""
8704
 
8705
+ #: core/lib/wpbc_all_translations1.php:698
8706
  msgid "Stripe. Ouch, something went wrong!"
8707
  msgstr ""
8708
 
8709
+ #: core/lib/wpbc_all_translations1.php:699
8710
  #, php-format
8711
  msgid "Please pay %s"
8712
  msgstr ""
8713
 
8714
+ #: core/lib/wpbc_all_translations1.php:700 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:528
8715
  msgid "Chose payment account"
8716
  msgstr ""
8717
 
8718
+ #: core/lib/wpbc_all_translations1.php:701 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:544
8719
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:576
8720
  msgid "Publishable key"
8721
  msgstr ""
8722
 
8723
+ #: core/lib/wpbc_all_translations1.php:702 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:559
8724
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:591
8725
  msgid "Secret key"
8726
  msgstr ""
8727
 
8728
+ #: core/lib/wpbc_all_translations1.php:703 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:763
8729
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:812
8730
  msgid "For more information:"
8731
  msgstr ""
8732
 
8733
+ #: core/lib/wpbc_all_translations1.php:704 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1176
8734
  #, php-format
8735
  msgid "require PHP version %s or newer!"
8736
  msgstr ""
8737
 
8738
+ #: core/lib/wpbc_all_translations1.php:705 inc/_bl/admin/page-search.php:145
8739
  #, php-format
8740
  msgid "%s - ID of booking resource, "
8741
  msgstr ""
8742
 
8743
+ #: core/lib/wpbc_all_translations1.php:706 inc/_bl/admin/page-search.php:146
8744
  #, php-format
8745
  msgid "%s - ID of page with booking form, "
8746
  msgstr ""
8747
 
8748
+ #: core/lib/wpbc_all_translations1.php:707 inc/_bs/admin/page-email-payment.php:698
8749
  msgid "Email with Payment Request which is sent to Visitor."
8750
  msgstr ""
8751
 
8752
+ #: core/lib/wpbc_all_translations1.php:708 inc/_ps/admin/page-email-edit.php:558
8753
  msgid "Customization of email template, which is sent after modification of booking"
8754
  msgstr ""
8755
 
8756
+ #: core/lib/wpbc_all_translations1.php:709 inc/_ps/admin/page-email-edit.php:694
8757
  msgid "Email is sent to Visitor after Editing of booking."
8758
  msgstr ""
8759
 
8760
+ #: core/lib/wpbc_all_translations1.php:710 core/lib/wpdev-booking-class.php:691
8761
  msgid "Booking resource type is not defined. This can be, when at the URL is wrong booking hash."
8762
  msgstr ""
8763
 
8764
+ #: core/lib/wpbc_all_translations1.php:711 core/lib/wpdev-booking-class.php:1048
8765
  msgid "My bookings"
8766
  msgstr ""
8767
 
8768
+ #: core/lib/wpbc_all_translations1.php:712 core/wpbc-emails.php:273
8769
  #, php-format
8770
  msgid ""
8771
  "%s - inserting link to the page where visitor can see listing of own bookings, (possible to use "
8772
  "the %s parameter for setting different %s of this page. Example: %s )"
8773
  msgstr ""
8774
 
8775
+ #: core/lib/wpbc_all_translations1.php:713 inc/_bl/admin/page-search.php:705
8776
  msgid "Inline Search Form Template"
8777
  msgstr ""
8778
 
8779
+ #: core/lib/wpbc_all_translations1.php:714 inc/_bm/admin/api-settings-m.php:275
8780
  msgid "Show booking details in tooltip"
8781
  msgstr ""
8782
 
8783
+ #: core/lib/wpbc_all_translations1.php:715 inc/_bm/admin/api-settings-m.php:276
8784
  #, php-format
8785
  msgid ""
8786
  "Check this box to display booking details with a tooltip, when mouse hovers over each day on the "
8787
  "calendar(s). %sIts works only for bookings for specific timeslot(s)!%s"
8788
  msgstr ""
8789
 
8790
+ #: core/lib/wpbc_all_translations1.php:716 inc/_bm/admin/api-settings-m.php:284
8791
  msgid "Booking details"
8792
  msgstr ""
8793
 
8794
+ #: core/lib/wpbc_all_translations1.php:717 inc/_bm/admin/api-settings-m.php:285
8795
  msgid "You can use the shortcodes from the bottom form of Settings Fields page."
8796
  msgstr ""
8797
 
8798
+ #: core/lib/wpbc_all_translations1.php:718 inc/_bm/admin/api-settings-m.php:299
8799
  msgid "This option can impact to speed of page loading."
8800
  msgstr ""
8801
 
8802
+ #: core/lib/wpbc_all_translations1.php:719 inc/_bm/admin/page-cost-advanced.php:680
8803
  msgid ""
8804
  "Use arithmetic expressions in cost configurations, including fields shortcodes and simple "
8805
  "mathematics operations"
8806
  msgstr ""
8807
 
8808
+ #: core/lib/wpbc_all_translations1.php:720 inc/_bm/admin/page-cost-advanced.php:682
8809
  #, php-format
8810
  msgid "if selected %s"
8811
  msgstr ""
8812
 
8813
+ #: core/lib/wpbc_all_translations1.php:721 inc/_bs/admin/api-settings-s.php:304
8814
  msgid "Set check out date as available"
8815
  msgstr ""
8816
 
8817
+ #: core/lib/wpbc_all_translations1.php:722 inc/_bs/admin/api-settings-s.php:305
8818
  msgid "Check this option, to remove last selected day of saving to booking."
8819
  msgstr ""
8820
 
8821
+ #: core/lib/wpbc_all_translations1.php:723 inc/_bs/admin/api-settings-s.php:489
8822
  msgid "Auto approve bookings during import"
8823
  msgstr ""
8824
 
8825
+ #: core/lib/wpbc_all_translations1.php:724 inc/_bs/admin/api-settings-s.php:490
8826
  #, php-format
8827
  msgid ""
8828
  "Check this checkbox to activate auto approve of all bookings %sduring import from external "
8829
  "source(s)%s."
8830
  msgstr ""
8831
 
8832
+ #: core/lib/wpbc_all_translations1.php:725 inc/_bs/admin/api-settings-s.php:497
8833
  msgid "Auto approve booking, if booking cost is zero"
8834
  msgstr ""
8835
 
8836
+ #: core/lib/wpbc_all_translations1.php:726 inc/_bs/admin/api-settings-s.php:498
8837
  #, php-format
8838
  msgid "Check this checkbox to activate auto approve of booking, %swhen cost of booking is zero%s."
8839
  msgstr ""
8840
 
8841
+ #: core/lib/wpbc_all_translations1.php:727 inc/_bs/admin/api-settings-s.php:505
8842
  msgid "Auto approve bookings after creation booking in admin panel"
8843
  msgstr ""
8844
 
8845
+ #: core/lib/wpbc_all_translations1.php:728 inc/_bs/admin/api-settings-s.php:506
8846
  #, php-format
8847
  msgid ""
8848
  "Check this checkbox to activate auto approve of booking, %sif booking was made in admin panel%s."
8849
  msgstr ""
8850
 
8851
+ #: core/lib/wpbc_all_translations1.php:729 inc/_mu/admin/api-settings-u.php:62
8852
  msgid "Activate custom booking forms for regular users"
8853
  msgstr ""
8854
 
8855
+ #: core/lib/wpbc_all_translations1.php:730 inc/_mu/admin/api-settings-u.php:63
8856
  msgid "Check this box if you want to use multiple custom booking forms for activated regular users"
8857
  msgstr ""
8858
 
8859
+ #: core/lib/wpbc_all_translations1.php:731 inc/_ps/admin/api-settings-p.php:98
8860
  msgid "Start / End time for Calendar Overview"
8861
  msgstr ""
8862
 
8863
+ #: core/lib/wpbc_all_translations1.php:732 inc/_ps/admin/api-settings-p.php:146
8864
  #, php-format
8865
  msgid "Select start and end time showing for Calendar Overview in %sDay%s view mode"
8866
  msgstr ""
8867
 
8868
+ #: core/lib/wpbc_all_translations1.php:733 inc/_ps/admin/api-settings-p.php:279
8869
  msgid "Show / hide notes"
8870
  msgstr ""
8871
 
8872
+ #: core/lib/wpbc_all_translations1.php:734 inc/_ps/admin/api-settings-p.php:280
8873
  msgid "Check this box if you want to open notes section by default in Booking Listing page."
8874
  msgstr ""
8875
 
8876
+ #: core/lib/wpbc_all_translations1.php:735 inc/_ps/admin/api-settings-p.php:340
8877
  #: js/wpbc-gutenberg.js:1250
8878
  msgid "URL of page for customer bookings listing"
8879
  msgstr ""
8880
 
8881
+ #: core/lib/wpbc_all_translations1.php:736 inc/_ps/admin/api-settings-p.php:341
8882
  #, php-format
8883
  msgid ""
8884
  "Type URL for %svisitors%s to view own bookings. You must insert %s shortcode into this page."
8885
  msgstr ""
8886
 
8887
+ #: core/lib/wpbc_all_translations1.php:737 inc/gateways/page-gateways.php:105
8888
  msgid "Do not show payment form, after submit booking form"
8889
  msgstr ""
8890
 
8891
+ #: core/lib/wpbc_all_translations1.php:738 inc/gateways/page-gateways.php:106
8892
  msgid "Check this box if you want to show payment form only after sending payment request by email"
8893
  msgstr ""
8894
 
8895
+ #: core/lib/wpbc_all_translations1.php:739 inc/gateways/page-gateways.php:115
8896
  msgid "Auto send payment request after creation booking in admin panel"
8897
  msgstr ""
8898
 
8899
+ #: core/lib/wpbc_all_translations1.php:740 inc/gateways/page-gateways.php:116
8900
  msgid ""
8901
  "Check this box if you want automatically send payment request to visitor, if booking was made in "
8902
  "admin panel"
8903
  msgstr ""
8904
 
8905
+ #: core/lib/wpbc_all_translations1.php:741 inc/gateways/page-gateways.php:139
8906
  msgid "Show deposit and total booking cost together"
8907
  msgstr ""
8908
 
8909
+ #: core/lib/wpbc_all_translations1.php:742 inc/gateways/page-gateways.php:140
8910
  msgid ""
8911
  "Check this box if you want to show deposit amount and total booking cost, after submit of "
8912
  "booking."
8913
  msgstr ""
8914
 
8915
+ #: core/lib/wpbc_all_translations1.php:743 inc/gateways/page-gateways.php:152
8916
  msgid ""
8917
  "Please note, at admin panel for booking will be saved deposit cost and notes about deposit, do "
8918
  "not depend from the visitor choice of this payment. You need to check each such payment manually!"
8919
  msgstr ""
8920
 
8921
+ #: core/lib/wpbc_all_translations1.php:744 inc/gateways/page-gateways.php:163
8922
  msgid "Send email on cost changes"
8923
  msgstr ""
8924
 
8925
+ #: core/lib/wpbc_all_translations1.php:745 inc/gateways/page-gateways.php:164
8926
  msgid ""
8927
  "Check this box if you want to send booking modification email, if cost of booking was edited in "
8928
  "booking listing page."
8929
  msgstr ""
8930
 
8931
+ #: core/lib/wpbc_all_translations1.php:746 inc/gateways/page-gateways.php:610
8932
  #: inc/gateways/page-gateways.php:656
8933
  msgid "Payment Options"
8934
  msgstr ""
8935
 
8936
+ #: core/lib/wpbc_all_translations1.php:747 core/wpbc-js.php:141
8937
  msgid "Times:"
8938
  msgstr ""
8939
 
8940
+ #: core/lib/wpbc_all_translations1.php:748 inc/_bm/admin/page-cost-early-late-booking.php:74
8941
  msgid "Set Early / Late Booking"
8942
  msgstr ""
8943
 
8944
+ #: core/lib/wpbc_all_translations1.php:749 inc/_bm/admin/page-cost-early-late-booking.php:139
8945
  #, php-format
8946
  msgid "%sEarly booking discount%s for booking resource"
8947
  msgstr ""
8948
 
8949
+ #: core/lib/wpbc_all_translations1.php:750 inc/_bm/admin/page-cost-early-late-booking.php:157
8950
  #: inc/_bm/admin/page-cost-early-late-booking.php:166
8951
  #: inc/_bm/admin/page-cost-early-late-booking.php:185
8952
  #: inc/_bm/admin/page-cost-early-late-booking.php:358
8955
  msgid "Discount"
8956
  msgstr ""
8957
 
8958
+ #: core/lib/wpbc_all_translations1.php:751 inc/_bm/admin/page-cost-early-late-booking.php:223
8959
  #, php-format
8960
  msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %smore%s than"
8961
  msgstr ""
8962
 
8963
+ #: core/lib/wpbc_all_translations1.php:752 inc/_bm/admin/page-cost-early-late-booking.php:276
8964
  #: inc/_bm/admin/page-cost-early-late-booking.php:476
8965
  #, php-format
8966
  msgid "Apply discount, only if %scheck in%s day inside of this %sseason filter%s"
8967
  msgstr ""
8968
 
8969
+ #: core/lib/wpbc_all_translations1.php:753 inc/_bm/admin/page-cost-early-late-booking.php:340
8970
  #, php-format
8971
  msgid "%sLast minute booking discount%s for booking resource"
8972
  msgstr ""
8973
 
8974
+ #: core/lib/wpbc_all_translations1.php:754 inc/_bm/admin/page-cost-early-late-booking.php:424
8975
  #, php-format
8976
  msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %sless%s than"
8977
  msgstr ""
8978
 
8979
+ #: core/lib/wpbc_all_translations1.php:755 inc/_bm/admin/page-cost.php:222
8980
  msgid "Early / Late Booking"
8981
  msgstr ""
8982
 
8983
+ #: core/lib/wpbc_all_translations1.php:756 inc/_bm/admin/page-cost.php:231
8984
  msgid "Set Early / Late Booking Amount"
8985
  msgstr ""
8986
 
8987
+ #: core/lib/wpbc_all_translations1.php:757 inc/_bm/admin/page-cost.php:697
8988
  msgid "Set Early / Late booking discount"
8989
  msgstr ""
8990
 
8991
+ #: core/lib/wpbc_all_translations1.php:758 inc/_bm/admin/page-cost.php:698
8992
  msgid "Early / Late"
8993
  msgstr ""
8994
 
8995
+ #: core/lib/wpbc_all_translations1.php:759 js/wpbc-gutenberg.js:55
8996
  msgid "Show a booking form, availability calendar or other elements from Booking Calendar plugin."
8997
  msgstr ""
8998
 
8999
+ #: core/lib/wpbc_all_translations1.php:760 js/wpbc-gutenberg.js:142
9000
  msgid "Configure Booking Calendar Block"
9001
  msgstr ""
9002
 
9003
+ #: core/lib/wpbc_all_translations1.php:761 js/wpbc-gutenberg.js:297 js/wpbc-gutenberg.js:303
9004
  msgid "Click to Preview Block"
9005
  msgstr ""
9006
 
9007
+ #: core/lib/wpbc_all_translations1.php:762 js/wpbc-gutenberg.js:609 js/wpbc-gutenberg.js:699
9008
  #: js/wpbc-gutenberg.js:892
9009
  msgid "Visible months number"
9010
  msgstr ""
9011
 
9012
+ #: core/lib/wpbc_all_translations1.php:763 js/wpbc-gutenberg.js:612 js/wpbc-gutenberg.js:702
9013
  #: js/wpbc-gutenberg.js:895
9014
  msgid "Start month"
9015
  msgstr ""
9016
 
9017
+ #: core/lib/wpbc_all_translations1.php:764 js/wpbc-gutenberg.js:615 js/wpbc-gutenberg.js:969
9018
  msgid "Custom booking form"
9019
  msgstr ""
9020
 
9021
+ #: core/lib/wpbc_all_translations1.php:765 js/wpbc-gutenberg.js:618 js/wpbc-gutenberg.js:705
9022
  #: js/wpbc-gutenberg.js:901
9023
  msgid "Unavailable dates from other booking resources"
9024
  msgstr ""
9025
 
9026
+ #: core/lib/wpbc_all_translations1.php:766 js/wpbc-gutenberg.js:654
9027
  msgid "Availability Calendar"
9028
  msgstr ""
9029
 
9030
+ #: core/lib/wpbc_all_translations1.php:767 js/wpbc-gutenberg.js:778 js/wpbc-gutenberg.js:880
9031
  msgid "Booking resource(s)"
9032
  msgstr ""
9033
 
9034
+ #: core/lib/wpbc_all_translations1.php:768 js/wpbc-gutenberg.js:815
9035
  msgid "Show from/to"
9036
  msgstr ""
9037
 
9038
+ #: core/lib/wpbc_all_translations1.php:769 js/wpbc-gutenberg.js:832
9039
  msgid "All booking resources"
9040
  msgstr ""
9041
 
9042
+ #: core/lib/wpbc_all_translations1.php:770 js/wpbc-gutenberg.js:849
9043
  msgid "Selection of Resources"
9044
  msgstr ""
9045
 
9046
+ #: core/lib/wpbc_all_translations1.php:771 js/wpbc-gutenberg.js:886
9047
  msgid "Selected booking resource (by default)"
9048
  msgstr ""
9049
 
9050
+ #: core/lib/wpbc_all_translations1.php:772 js/wpbc-gutenberg.js:889
9051
  msgid "Title of first option in list"
9052
  msgstr ""
9053
 
9054
+ #: core/lib/wpbc_all_translations1.php:773 js/wpbc-gutenberg.js:898
9055
  msgid "Custom booking form for all booking resources"
9056
  msgstr ""
9057
 
9058
+ #: core/lib/wpbc_all_translations1.php:774 js/wpbc-gutenberg.js:933
9059
  msgid "Booking Form (without calendar)"
9060
  msgstr ""
9061
 
9062
+ #: core/lib/wpbc_all_translations1.php:775 js/wpbc-gutenberg.js:966
9063
  msgid "Date for submit booking"
9064
  msgstr ""
9065
 
9066
+ #: core/lib/wpbc_all_translations1.php:776 js/wpbc-gutenberg.js:998
9067
  msgid "Search Availability form"
9068
  msgstr ""
9069
 
9070
+ #: core/lib/wpbc_all_translations1.php:777 js/wpbc-gutenberg.js:1029
9071
  msgid "Show search results on other page"
9072
  msgstr ""
9073
 
9074
+ #: core/lib/wpbc_all_translations1.php:778 js/wpbc-gutenberg.js:1032
9075
  msgid "Search results page must have this shortcode"
9076
  msgstr ""
9077
 
9078
+ #: core/lib/wpbc_all_translations1.php:779 js/wpbc-gutenberg.js:1035
9079
  msgid "Show search results in the same page"
9080
  msgstr ""
9081
 
9082
+ #: core/lib/wpbc_all_translations1.php:780 js/wpbc-gutenberg.js:1038
9083
  msgid "Search Results Title"
9084
  msgstr ""
9085
 
9086
+ #: core/lib/wpbc_all_translations1.php:781 js/wpbc-gutenberg.js:1041
9087
  msgid "Title, if no search results"
9088
  msgstr ""
9089
 
9090
+ #: core/lib/wpbc_all_translations1.php:782 js/wpbc-gutenberg.js:1044
9091
  msgid "Search in booking resources of WP users"
9092
  msgstr ""
9093
 
9094
+ #: core/lib/wpbc_all_translations1.php:783 js/wpbc-gutenberg.js:1098
9095
  msgid "Show search results on this page, after redirection from search form at other page."
9096
  msgstr ""
9097
 
9098
+ #: core/lib/wpbc_all_translations1.php:784 js/wpbc-gutenberg.js:1122
9099
  msgid "System Block"
9100
  msgstr ""
9101
 
9102
+ #: core/lib/wpbc_all_translations1.php:785 js/wpbc-gutenberg.js:1122
9103
  msgid "Booking Calendar Editing"
9104
  msgstr ""
9105
 
9106
+ #: core/lib/wpbc_all_translations1.php:786 js/wpbc-gutenberg.js:1153
9107
  msgid ""
9108
  "This block required for ability to edit, cancel the booking by visitor, who made the booking, or "
9109
  "for ability to show payment form, after sending payment request."
9110
  msgstr ""
9111
 
9112
+ #: core/lib/wpbc_all_translations1.php:787 js/wpbc-gutenberg.js:1158 js/wpbc-gutenberg.js:1244
9113
  msgid "Link to this page must be defined"
9114
  msgstr ""
9115
 
9116
+ #: core/lib/wpbc_all_translations1.php:788 js/wpbc-gutenberg.js:1162 js/wpbc-gutenberg.js:1248
9117
  msgid "at this option"
9118
  msgstr ""
9119
 
9120
+ #: core/lib/wpbc_all_translations1.php:789 js/wpbc-gutenberg.js:1172 js/wpbc-gutenberg.js:1258
9121
  msgid "You can not open this page directly. Please, use links in "
9122
  msgstr ""
9123
 
9124
+ #: core/lib/wpbc_all_translations1.php:790 js/wpbc-gutenberg.js:1180 js/wpbc-gutenberg.js:1266
9125
  msgid "If you open this page directly, then you will see this error"
9126
  msgstr ""
9127
 
9128
+ #: core/lib/wpbc_all_translations1.php:791 js/wpbc-gutenberg.js:1208
9129
  msgid "Customer Bookings Listing"
9130
  msgstr ""
9131
 
9132
+ #: core/lib/wpbc_all_translations1.php:792 js/wpbc-gutenberg.js:1239
9133
  msgid ""
9134
  "Visitors of your website, can view previous (own) bookings, by clicking on secret link in email, "
9135
  "which is sending after booking created."
9136
  msgstr ""
9137
 
9138
+ #: core/lib/wpbc_all_translations1.php:793 js/wpbc-gutenberg.js:1299
9139
  msgid "Show Info of Booking Resource"
9140
  msgstr ""
9141
 
9142
+ #: core/lib/wpbc_all_translations1.php:794 js/wpbc-gutenberg.js:1365
9143
  msgid "Click to edit"
9144
  msgstr ""
9145
 
9146
+ #: core/lib/wpbc_all_translations1.php:795 js/wpbc-gutenberg.js:1367
9147
  msgid "This is not real preview. Its configuration block of \"Booking Calendar\"."
9148
  msgstr ""
9149
 
9150
+ #: core/lib/wpbc_all_translations1.php:796 inc/_bl/admin/page-search.php:175
9151
  msgid "Sort search results by"
9152
  msgstr ""
9153
 
9154
+ #: core/lib/wpbc_all_translations1.php:797 inc/_bl/admin/page-search.php:176
9155
  msgid "Select type of sorting search results"
9156
  msgstr ""
9157
 
9158
+ #: core/lib/wpbc_all_translations1.php:798 inc/_bl/admin/page-search.php:180
9159
  #: inc/_bl/admin/page-search.php:181
9160
  msgid "ID of booking resource"
9161
  msgstr ""
9162
 
9163
+ #: core/lib/wpbc_all_translations1.php:799 inc/_bl/admin/page-search.php:182
9164
  #: inc/_bl/admin/page-search.php:183
9165
  msgid "Title of booking resource"
9166
  msgstr ""
9167
 
9168
+ #: core/lib/wpbc_all_translations1.php:800 inc/_bl/admin/page-search.php:184
9169
  #: inc/_bl/admin/page-search.php:185
9170
  msgid "Priority field of booking resource"
9171
  msgstr ""
9172
 
9173
+ #: core/lib/wpbc_all_translations1.php:801 inc/_bl/admin/page-search.php:186
9174
  #: inc/_bl/admin/page-search.php:187
9175
  msgid "Cost of booking resource"
9176
  msgstr ""
9177
 
9178
+ #: core/lib/wpbc_all_translations1.php:802 inc/_bl/admin/page-search.php:188
9179
  #: inc/_bl/admin/page-search.php:189
9180
  msgid "Cost of booking"
9181
  msgstr ""
9182
 
9183
+ #: core/lib/wpbc_all_translations1.php:803 inc/_ps/admin/api-settings-p.php:260
9184
  msgid "Deactivate send email option at Add Booking page"
9185
  msgstr ""
9186
 
9187
+ #: core/lib/wpbc_all_translations1.php:804 inc/_ps/admin/api-settings-p.php:261
9188
  msgid ""
9189
  "Check this box if you want to deactivate by default option \"Send email\" at Add Booking page."
9190
  msgstr ""
9191
 
9192
+ #: core/lib/wpbc_all_translations1.php:805 inc/_ps/admin/api-settings-p.php:269
9193
  msgid "Deactivate send email option at Booking Listing page"
9194
  msgstr ""
9195
 
9196
+ #: core/lib/wpbc_all_translations1.php:806 inc/_ps/admin/api-settings-p.php:270
9197
  msgid ""
9198
  "Check this box if you want to deactivate by default option \"Send email\" at Booking Listing "
9199
  "page."
9200
  msgstr ""
9201
 
9202
+ #: core/lib/wpbc_all_translations1.php:807 inc/_ps/admin/api-settings-p.php:291
9203
  msgid "Force change booking resource for exist booking"
9204
  msgstr ""
9205
 
9206
+ #: core/lib/wpbc_all_translations1.php:808 inc/_ps/admin/api-settings-p.php:292
9207
  msgid ""
9208
  "Check this box if you want to skip checking availability of new booking resource during changing "
9209
  "booking resource of exist booking at Booking Listing page."
9210
  msgstr ""
9211
 
9212
+ #: core/lib/wpbc_all_translations1.php:809 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:342
9213
  msgid "Signature Key"
9214
  msgstr ""
9215
 
9216
+ #: core/lib/wpbc_all_translations1.php:810 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:344
9217
  msgid "Please enter the Signature Key, which you generated in the settings of Merchant Interface."
9218
  msgstr ""
9219
 
9220
+ #: core/lib/wpbc_all_translations1.php:811 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:346
9221
  msgid "To generate new Signature Key"
9222
  msgstr ""
9223
 
9224
+ #: core/lib/wpbc_all_translations1.php:812 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:347
9225
  #, php-format
9226
  msgid "Log on to the %sMerchant Interface%s"
9227
  msgstr ""
9228
 
9229
+ #: core/lib/wpbc_all_translations1.php:813 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:348
9230
  msgid ""
9231
  "In the merchant interface, go to Account > Settings > Security Settings > General Security "
9232
  "Settings > API Credential & Keys"
9233
  msgstr ""
9234
 
9235
+ #: core/lib/wpbc_all_translations1.php:814 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:349
9236
  msgid "Answer the secret question."
9237
  msgstr ""
9238
 
9239
+ #: core/lib/wpbc_all_translations1.php:815 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:350
9240
  msgid "Select New Signature Key. Your signature key is displayed as a string."
9241
  msgstr ""
9242
 
9243
+ #: core/lib/wpbc_all_translations1.php:816 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:351
9244
  msgid "Click Copy to Clipboard."
9245
  msgstr ""
9246
 
9247
+ #: core/lib/wpbc_all_translations1.php:817 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:352
9248
  #, php-format
9249
  msgid "For more information, please check %shere%s"
9250
  msgstr ""
9251
 
9252
+ #: core/lib/wpbc_all_translations1.php:818 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:886
9253
  #, php-format
9254
  msgid ""
9255
  "If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
9256
  "an API Login ID and Signature Key. These keys will authenticate requests to the payment gateway."
9257
  msgstr ""
9258
 
9259
+ #: core/lib/wpbc_all_translations1.php:819 core/timeline/v2/wpbc-class-timeline_v2.php:2570
9260
  msgid "Loading"
9261
  msgstr ""
9262
 
9263
+ #: core/lib/wpbc_all_translations1.php:820 core/wpbc-emails.php:262
9264
  #, php-format
9265
  msgid "%s - inserting link to approve booking in 1 mouse click "
9266
  msgstr ""
9267
 
9268
+ #: core/lib/wpbc_all_translations1.php:821 core/wpbc-emails.php:263
9269
  #, php-format
9270
  msgid "%s - inserting link to set booking as pending in 1 mouse click "
9271
  msgstr ""
9272
 
9273
+ #: core/lib/wpbc_all_translations1.php:822 core/wpbc-emails.php:264
9274
  #, php-format
9275
  msgid "%s - inserting link for move booking to trash in 1 mouse click "
9276
  msgstr ""
9277
 
9278
+ #: core/lib/wpbc_all_translations1.php:823 inc/_bl/admin/page-search.php:695
9279
  msgid "Flex Search Form Template"
9280
  msgstr ""
9281
 
9282
+ #: core/lib/wpbc_all_translations1.php:824 inc/_bl/admin/page-search.php:759
9283
  msgid "Flex"
9284
  msgstr ""
9285
 
9286
+ #: core/lib/wpbc_all_translations1.php:825 inc/_ps/hash/wpbc-hash-functions.php:101
9287
  #, php-format
9288
  msgid "Booking %s have been approved."
9289
  msgstr ""
9290
 
9291
+ #: core/lib/wpbc_all_translations1.php:826 inc/_ps/hash/wpbc-hash-functions.php:129
9292
  #, php-format
9293
  msgid "Booking %s have been set as pending."
9294
  msgstr ""
9295
 
9296
+ #: core/lib/wpbc_all_translations1.php:827 inc/_ps/hash/wpbc-hash-functions.php:157
9297
  #, php-format
9298
  msgid "Booking %s have been moved to trash."
9299
  msgstr ""
9300
 
9301
+ #: core/lib/wpbc_all_translations1.php:828 inc/_ps/p-toolbar.php:70 inc/_ps/p-toolbar.php:71
9302
  msgid "Find lost bookings"
9303
  msgstr ""
9304
 
9305
+ #: core/lib/wpbc_all_translations1.php:829 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1162
9306
  #, php-format
9307
  msgid "require correct configuration of this option: %sURL to edit bookings%s"
9308
  msgstr ""
9309
 
9310
+ #: core/lib/wpbc_all_translations1.php:830 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1204
9311
  msgid "You may test your integration over HTTP. However, live integrations must use HTTPS."
9312
  msgstr ""
9313
 
9314
+ #: core/lib/wpbc_all_translations1.php:831 inc/_bl/admin/page-search.php:224
9315
  msgid "Select date format for search form"
9316
  msgstr ""
9317
 
9318
+ #: core/lib/wpbc_all_translations1.php:832 inc/_ps/admin/api-settings-p.php:301
9319
  msgid "Logging of booking approving or rejection"
9320
  msgstr ""
9321
 
9322
+ #: core/lib/wpbc_all_translations1.php:833 inc/_ps/admin/api-settings-p.php:302
9323
  msgid ""
9324
  "Check this box if you want to log approving or rejection of bookings and add it to your booking "
9325
  "notes."
9326
  msgstr ""
9327
 
9328
+ #: core/lib/wpbc_all_translations1.php:834 inc/gateways/ipay88/wpbc-gw-ipay88.php:821
9329
  #, php-format
9330
  msgid "%sFor Malaysia Only%s. iPay88 - Payment Switching Gateway integration %s"
9331
  msgstr ""
9332
 
9333
+ #: core/lib/wpbc_all_translations1.php:835 inc/gateways/page-gateways.php:125
9334
  msgid "Update cost, after booking editing in admin panel"
9335
  msgstr ""
9336
 
9337
+ #: core/lib/wpbc_all_translations1.php:836 inc/gateways/page-gateways.php:126
9338
  msgid ""
9339
  "Check this box if you want to update cost after editing booking in admin panel, based on new "
9340
  "booking data"
9341
  msgstr ""
9342
 
9343
+ #: core/lib/wpbc_all_translations1.php:837 core/wpbc-emails.php:202
9344
  #, php-format
9345
  msgid "%s - inserting check-in date (only date without time) (first day of reservation),"
9346
  msgstr ""
9347
 
9348
+ #: core/lib/wpbc_all_translations1.php:838 core/wpbc-emails.php:207
9349
  #, php-format
9350
  msgid "%s - inserting check-out date (only date without time) (last day of reservation),"
9351
  msgstr ""
9352
 
9353
+ #: core/lib/wpbc_all_translations1.php:839 inc/_bl/admin/page-search.php:190
9354
  msgid "Shuffle"
9355
  msgstr ""
9356
 
9357
+ #: core/lib/wpbc_all_translations1.php:840 inc/gateways/page-gateways.php:175
9358
  msgid "Apply discount coupon code directly to days cost"
9359
  msgstr ""
9360
 
9361
+ #: core/lib/wpbc_all_translations1.php:841 inc/gateways/page-gateways.php:176
9362
  msgid ""
9363
  "Check this box if you want apply discount coupon codes directly to days cost, without additional "
9364
  "costs."
9365
  msgstr ""
9366
 
9367
+ #: core/lib/wpbc_all_translations1.php:842 inc/_ps/admin/page-settings-form.php:338
9368
  msgid "Calendar next to form"
9369
  msgstr ""
9370
 
9371
+ #: core/lib/wpbc_all_translations1.php:843 inc/gateways/paypal/wpbc-gw-paypal.php:227
9372
  msgid "PayPal fee"
9373
  msgstr ""
9374
 
9375
+ #: core/lib/wpbc_all_translations1.php:844 inc/gateways/paypal/wpbc-gw-paypal.php:671
9376
  msgid "PayPal Fee"
9377
  msgstr ""
9378
 
9379
+ #: core/lib/wpbc_all_translations1.php:845 inc/gateways/paypal/wpbc-gw-paypal.php:674
9380
  #, php-format
9381
  msgid ""
9382
  "If you need to add %sPayPal tax fee%s payment (only for PayPal payment system), then enter "
9383
  "amount of tax fee in percents"
9384
  msgstr ""
9385
 
9386
+ #: core/lib/wpbc_all_translations1.php:846 inc/_ps/wpbc-check-updates.php:114
9387
  msgid "Auto-updates are not available for this plugin."
9388
  msgstr ""
9389
 
9390
+ #: core/lib/wpbc_all_translations1.php:847 inc/_ps/admin/page-settings-form.php:349
9391
  msgid "columns"
9392
  msgstr ""
9393
 
9394
+ #: core/lib/wpbc_all_translations1.php:848 inc/_ps/admin/page-settings-form.php:361
9395
  msgid "2 columns with times"
9396
  msgstr ""
9397
 
9398
+ #: core/lib/wpbc_all_translations1.php:849 inc/_ps/admin/page-settings-form.php:396
9399
+ #: inc/_ps/admin/page-settings-form.php:406 inc/_ps/admin/page-settings-form.php:416
9400
  msgid "Time slots"
9401
  msgstr ""
9402
+
9403
+ #: inc/_ps/personal.php:1362
9404
+ msgid "The booked dates already in the past"
9405
+ msgstr ""
9406
+
9407
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:780
9408
+ msgid "Card"
9409
+ msgstr ""
9410
+
9411
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:807
9412
+ msgid "Payment Methods"
9413
+ msgstr ""
9414
+
9415
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:808
9416
+ msgid "Select one or several payment methods."
9417
+ msgstr ""
9418
+
9419
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:808
9420
+ msgid "Use Ctrl button to select multiple options."
9421
+ msgstr ""
9422
+
9423
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:811
9424
+ msgid ""
9425
+ "Different payment methods require different conditions. Some payment methods require selection "
9426
+ "of EUR currency, other available only in specific countries."
9427
+ msgstr ""
9428
+
9429
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:815
9430
+ msgid "can only be charged in"
9431
+ msgstr ""
9432
+
9433
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:816
9434
+ msgid "available only for countries"
9435
+ msgstr ""
9436
+
9437
+ #: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:817
9438
+ msgid "require activation in your Stripe dashboard"
9439
+ msgstr ""
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://wpbookingcalendar.com/buy/
4
  Tags: booking calendar, booking system, availability calendar, events calendar, appointments , booking form, reservation, availability, oplugins, calendar, Booking Calendar, ical
5
  Requires at least: 4.0
6
  Requires PHP: 5.2.4
7
- Tested up to: 5.6
8
- Stable tag: 8.8
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -13,7 +13,7 @@ Booking Calendar - original 1st booking plugin for WordPress. Easily receive res
13
 
14
  == Description ==
15
 
16
- ####The original "**Booking Calendar**" plugin is the 1st booking system for WordPress, **downloaded over 1,750,000** times [since 2009](https://wpbookingcalendar.com/changelog/).
17
 
18
  **Booking Calendar** plugin enable awesome **booking system** for your site. Simply show availability and receive bookings for your property or service in easy to use booking system with clean and smooth interface.
19
 
@@ -39,6 +39,7 @@ Administrator *(and also your visitors)* will **receive notification email(s)**
39
  - Very **flexible** functionality. Fit to very wide range of business.
40
  - All bookings and settings are stored **in your DB**. You don't need third party account(s).
41
  - Sleek and **customizable design** of calendars, for fitting to your site design.
 
42
  - **Responsive** front end and back end design.
43
  - An easy to use **Booking Admin Panel** that displays bookings in **Calendar Overview** or **Listing Table** and lets you manages bookings.
44
  - **Easy to install and integrate** into your site. *For example, using booking button in edit toolbar for configuration and inserting booking shortcode into post or page.*
@@ -51,7 +52,7 @@ Booking Calendar is built to work out of the box. Just activate it and insert bo
51
 
52
  **Make New Bookings on Client side.**
53
 
54
- - **Timeslots bookings** in Booking Calendar Free version, as well. Ability to receive simple bookings for specific time-slots (times during selected day).
55
  - Make bookings in **friendly booking interface** - select the date(s) and fill booking form fields.
56
  - **Prevent of double booking** for already reserved days (1 booking per 1 day) or **allow multiple (unlimited) bookings per same day** in same calendar.
57
  - Set **pending days as available** in booking form. You can receive as many bookings as you need to and stop receiving bookings on specific date(s), when you approve some booking on specific date(s).
@@ -168,36 +169,36 @@ Please see [FAQ](https://wpbookingcalendar.com/faq/).
168
  = Support Languages =
169
 
170
  - English
171
- - Norwegian [99% Completed]
172
- - Spanish [99% Completed]
173
- - German [99% Completed]
174
- - French [99% Completed]
175
- - Arabic [99% Completed]
176
- - Dutch [99% Completed]
177
- - Polish [99% Completed]
178
  - Swedish [99% Completed]
179
- - Slovenian [98% Completed]
180
- - Brazilian Portuguese [99% Completed]
181
- - Hungarian [98% Completed]
 
 
 
 
 
 
 
182
  - Romanian [96% Completed]
183
- - Italian [95% Completed]
184
- - Finnish [95% Completed]
185
- - Danish [93% Completed]
186
- - Greek [93% Completed]
187
- - Bulgarian [93% Completed]
188
- - Turkish [93% Completed]
189
- - Chinese (Taiwan) [91% Completed]
190
- - Russian [89% Completed]
191
- - Portugal [88% Completed]
192
- - Galician (Spanish) [88% Completed]
193
- - Thai [88% Completed]
194
  - Hebrew [85% Completed]
195
  - Chinese [84% Completed]
196
  - Ukrainian [84% Completed]
197
  - Czech [72% Completed]
198
  - Slovak [72% Completed]
199
  - Croatian [72% Completed]
200
- - Catalan [72% Completed]
201
  - Belorussian [9% Completed]
202
 
203
  Please recheck the status of each translation, before using plugin.
@@ -229,6 +230,26 @@ Please see [Video Guides](https://wpbookingcalendar.com/help/).
229
 
230
  == Changelog ==
231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  = 8.8 =
233
  - Changes in **all** versions:
234
  * **New**. **Time picker** for **times slots selection** in the booking form. Activate it at the Booking > Settings General page in Time Slots section. (8.7.11.10)
4
  Tags: booking calendar, booking system, availability calendar, events calendar, appointments , booking form, reservation, availability, oplugins, calendar, Booking Calendar, ical
5
  Requires at least: 4.0
6
  Requires PHP: 5.2.4
7
+ Tested up to: 5.7
8
+ Stable tag: 8.8.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
13
 
14
  == Description ==
15
 
16
+ ####The original "**Booking Calendar**" plugin is the 1st booking system for WordPress, **downloaded over 1,830,000** times [since 2009](https://wpbookingcalendar.com/changelog/).
17
 
18
  **Booking Calendar** plugin enable awesome **booking system** for your site. Simply show availability and receive bookings for your property or service in easy to use booking system with clean and smooth interface.
19
 
39
  - Very **flexible** functionality. Fit to very wide range of business.
40
  - All bookings and settings are stored **in your DB**. You don't need third party account(s).
41
  - Sleek and **customizable design** of calendars, for fitting to your site design.
42
+ - Nice time picker for time slots bookings
43
  - **Responsive** front end and back end design.
44
  - An easy to use **Booking Admin Panel** that displays bookings in **Calendar Overview** or **Listing Table** and lets you manages bookings.
45
  - **Easy to install and integrate** into your site. *For example, using booking button in edit toolbar for configuration and inserting booking shortcode into post or page.*
52
 
53
  **Make New Bookings on Client side.**
54
 
55
+ - **Timeslots bookings** in Booking Calendar Free version, as well. Ability to receive simple bookings for specific time-slots (times during selected day). Selection time slots in time picker or in dropdown list.
56
  - Make bookings in **friendly booking interface** - select the date(s) and fill booking form fields.
57
  - **Prevent of double booking** for already reserved days (1 booking per 1 day) or **allow multiple (unlimited) bookings per same day** in same calendar.
58
  - Set **pending days as available** in booking form. You can receive as many bookings as you need to and stop receiving bookings on specific date(s), when you approve some booking on specific date(s).
169
  = Support Languages =
170
 
171
  - English
 
 
 
 
 
 
 
172
  - Swedish [99% Completed]
173
+ - Norwegian [98% Completed]
174
+ - Spanish [98% Completed]
175
+ - German [98% Completed]
176
+ - French [98% Completed]
177
+ - Arabic [98% Completed]
178
+ - Dutch [98% Completed]
179
+ - Polish [98% Completed]
180
+ - Slovenian [97% Completed]
181
+ - Brazilian Portuguese [98% Completed]
182
+ - Hungarian [97% Completed]
183
  - Romanian [96% Completed]
184
+ - Italian [94% Completed]
185
+ - Finnish [94% Completed]
186
+ - Danish [92% Completed]
187
+ - Greek [92% Completed]
188
+ - Bulgarian [92% Completed]
189
+ - Turkish [92% Completed]
190
+ - Chinese (Taiwan) [90% Completed]
191
+ - Russian [88% Completed]
192
+ - Portugal [87% Completed]
193
+ - Galician (Spanish) [87% Completed]
194
+ - Thai [87% Completed]
195
  - Hebrew [85% Completed]
196
  - Chinese [84% Completed]
197
  - Ukrainian [84% Completed]
198
  - Czech [72% Completed]
199
  - Slovak [72% Completed]
200
  - Croatian [72% Completed]
201
+ - Catalan [71% Completed]
202
  - Belorussian [9% Completed]
203
 
204
  Please recheck the status of each translation, before using plugin.
230
 
231
  == Changelog ==
232
 
233
+ = 8.8.1 =
234
+ - Changes in **all** versions:
235
+ * **New**. Configure **title of submit button** in the booking form. (8.8.1.14)
236
+ * **Support**. WordPress 5.7 support (8.8.1.10)
237
+ * **Translation** Swedish translation [100% completed] by Mikael Göransson
238
+ * **Improvement**. **Empty Trash** button working in more fast optimized way. Emails not not send about the deleting bookings from the trash in this case. (8.8.1.1)
239
+ * **Fix**. Issue of selection or deselection of all checkboxes, if clicked at the head of table at "master checkbox" in booking Listing or in resource list tables (8.8.1.15)
240
+ * **Fix**. TypeError: inp_value.trim is not a function. (In 'inp_value.trim()', 'inp_value.trim' is undefined) (8.8.1.3)
241
+ * **Fix**. Issue of having spaces between booking rows in Booking Listing page (8.8.1.10)
242
+ * **Fix**. Issue of not selecting checkboxes if clicked on lablels in some situations. (8.8.1.11)
243
+ - Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions:
244
+ * **New**. Stripe payment methods: **Alipay, iDEAL, Bancontact, giropay, P24, EPS, Sofort, SEPA Direct Debit, GrabPay, FPX, Bacs Direct Debit** (8.8.1.12) *(Business Small/Medium/Large, MultiUser)*
245
+ * **New**. Ability to use **custom fields** shortcodes **in the search results** at the Booking > Settings > Search page, like [booking_city] for showing such additional parameters in search results. Please check more here https://wpbookingcalendar.com/faq/selecting-tags-in-search-form/ (8.8.1.4) *(Business Large, MultiUser)*
246
+ * **Improvement** Do not check about required fields in "Wizard (several steps)" booking form configuration, while going to previous step. (8.8.1.5) *(Personal, Business Small/Medium/Large, MultiUser)*
247
+ * **Fix**. Issue of not updating deposit and balance cost for the booking, if activated this option "Do not show payment form, after submit booking form". (8.8.1.9) *(Business Small/Medium/Large, MultiUser)*
248
+ * **Fix**. Update payment method names for Payment Service Provider 'Sisow' - iDEAL. Some of payment methods was old or have old names. (8.8.1.8) *(Personal, Business Small/Medium/Large, MultiUser)*
249
+ * **Fix**. Show warning 'The booked dates already in the past.', if visitor try to cancel or edit own booking, that already in the past. (8.8.1.2) *(Personal, Business Small/Medium/Large, MultiUser)*
250
+ * **Fix**. Showing incorrectly Booking Listing page , if "Content of booking fields data" form start from <div> html tag. (8.8.1.6) *(Personal, Business Small/Medium/Large, MultiUser)*
251
+ * **Under Hub**. Ability to set page exception to not apply change over days functionality at the page with URI '/page-no-change-over/'. It's possible to change this URL in the file ../wp-content/plugins/{Booking Calendar Folder}/inc/_bs/biz_s.php at this code: $exception_pages = array( '/page-no-change-over/' ); (8.8.1.7) *(Business Small/Medium/Large, MultiUser)*
252
+
253
  = 8.8 =
254
  - Changes in **all** versions:
255
  * **New**. **Time picker** for **times slots selection** in the booking form. Activate it at the Booking > Settings General page in Time Slots section. (8.7.11.10)
wpdev-booking.php CHANGED
@@ -7,10 +7,10 @@ Author: wpdevelop, oplugins
7
  Author URI: https://wpbookingcalendar.com/
8
  Text Domain: booking
9
  Domain Path: /languages/
10
- Version: 8.8
11
  */
12
 
13
- /* Copyright 2009 - 2020 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
14
 
15
  This program is free software: you can redistribute it and/or modify
16
  it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ Version: 8.8
29
  if ( ! defined( 'ABSPATH' ) ) die( '<h3>Direct access to this file do not allow!</h3>' ); // Exit if accessed directly
30
 
31
 
32
- if ( ! defined( 'WP_BK_VERSION_NUM' ) ) { define( 'WP_BK_VERSION_NUM', '8.8' ); }
33
 
34
  ////////////////////////////////////////////////////////////////////////////////
35
  // PRIMARY URL CONSTANTS
7
  Author URI: https://wpbookingcalendar.com/
8
  Text Domain: booking
9
  Domain Path: /languages/
10
+ Version: 8.8.1
11
  */
12
 
13
+ /* Copyright 2009 - 2021 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
14
 
15
  This program is free software: you can redistribute it and/or modify
16
  it under the terms of the GNU General Public License as published by
29
  if ( ! defined( 'ABSPATH' ) ) die( '<h3>Direct access to this file do not allow!</h3>' ); // Exit if accessed directly
30
 
31
 
32
+ if ( ! defined( 'WP_BK_VERSION_NUM' ) ) { define( 'WP_BK_VERSION_NUM', '8.8.1' ); }
33
 
34
  ////////////////////////////////////////////////////////////////////////////////
35
  // PRIMARY URL CONSTANTS