Booking Calendar - Version 8.1.1

Version Description

  • Changes in all versions:
    • New Settings > Sync > "General" page, where possible to define Timezone and assigning form fields for events (its was moved from "Import Google Calendar Events" page, because these settings also apply for .ics feeds import / export functionality ) (8.1.10)
    • Translation Dutch translation [100% completed] by Boris Hoekmeijer
    • Translation Slovenian translation [100% completed] by Klemen G
    • Translation Finnish translation [100% completed] by Matti Helin
    • Translation Thai translation [100% completed] by Newage Keys
    • Translation Swedish translation [100% completed] by Mikael Gransson
    • Fix showing notice warning in some selectboxes at the settings during editing of some options (8.1.2)
    • Fix removing self closing tag for the textarea and selectbox. Can generate an issue in some systems (issue was only in the Booking Calendar Free version). (8.1.1.4)
    • Fix showing: "Notice: A non well formed numeric value encountered in .../wpbc-class-timeline.php on line 749 Notice" at some servers. (8.1.6)
    • Fix Issue of showing "unnamed-file.ics" file, if in export relative URL was set term likes "ics" (8.1.9)
    • Fix Issue of showing link in Timeline in header of dates number (8.1.13)
    • Improvement Updated all links from http to https of plugin website.
    • Under Hood New constant. WP_BK_AUTO_APPROVE_IF_ADD_IN_ADMIN_PANEL - Auto approve booking, if booking added in admin panel
  • Changes in Personal / Business Small / Business Medium / Business Large / MultiUser versions:
    • New Ability to use simple booking form customization from Booking Calendar Free version at the Booking > Settings > Form page. You can activate this option at the Booking > Settings General page in form section. (8.1.12) (Personal Business Small/Medium/Large, MultiUser)
    • Improvement * Show warning "Stripe require CURL library in your PHP", if curl have not installed (8.1.1) (Business Small/Medium/Large, MultiUser)
    • Improvement * New default payment form template with predefined US country selection and US states at the Booking > Settings > Form page (8.1.5) (Personal, Business Small/Medium/Large, MultiUser)
    • Fix conflict with paid versions of Booking Calendar with "Gravity Forms" plugin, if in "Gravity Forms" plugin was used "masked input" field(s). In this case in Booking Calendar will not work masked input for start/end times text field. Its will be used as standard text inputs. (8.1.5)
    • Fix Removing all new lines from booking details during exporting to CSV file, otherwise its can break CSV template (8.1.3) (Personal Business Small/Medium/Large, MultiUser)
    • Fix Issue of not showing PayPal ipn verified email at the Booking > Settings > Payment > PayPal page (after activation of this option) (8.1.4) (Business Small/Medium/Large, MultiUser)
    • Fix Issue of not ability to select booking resources at the Calendar Overview page. Its was reseting to all resources. (8.1.7) (Personal Business Small/Medium/Large, MultiUser)
    • Fix Issue of correct replacing shortcodes: [visitorbookingediturl url='some_url'], [visitorbookingcancelurl url='some_url'], [visitorbookingpayurl url='some_url'], if was used severeal languges and in English languge was used this shortcode without URL parameter. (8.1.8) (Personal Business Small/Medium/Large, MultiUser)
    • Fix Ability to search booking resources in sub tab pages (for example at the Booking > Settings > Sync > "Import Google Calendar Events" page ) (8.1.11) (Personal Business Small/Medium/Large, MultiUser)
    • Under Hood New constant. WP_BK_AUTO_SEND_PAY_REQUEST_IF_ADD_IN_ADMIN_PANEL - Auto send payment request, if booking was added in admin panel, and WP_BK_AUTO_APPROVE_IF_ADD_IN_ADMIN_PANEL =
Download this release

Release Info

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

Code changes from version 8.1 to 8.1.1

Files changed (104) hide show
  1. core/admin/api-settings.php +14 -6
  2. core/admin/exmpl-page-settings.php +1 -1
  3. core/admin/page-bookings.php +1 -1
  4. core/admin/page-email-approved.php +7 -1
  5. core/admin/page-email-deleted.php +7 -1
  6. core/admin/page-email-deny.php +7 -1
  7. core/admin/page-email-new-admin.php +8 -2
  8. core/admin/page-email-new-visitor.php +9 -2
  9. core/admin/page-email-trash.php +7 -1
  10. core/admin/page-form-free.php +11 -11
  11. core/admin/page-ics-export.php +10 -5
  12. core/admin/page-ics-general.php +572 -0
  13. core/admin/page-ics-import.php +5 -5
  14. core/admin/page-import-gcal.php +17 -201
  15. core/admin/page-new.php +1 -1
  16. core/admin/page-settings.php +1 -1
  17. core/admin/page-timeline.php +1 -1
  18. core/admin/page-up.php +5 -5
  19. core/admin/wpbc-class-listing.php +1 -1
  20. core/admin/wpbc-class-timeline.php +12 -6
  21. core/admin/wpbc-dashboard.php +11 -11
  22. core/admin/wpbc-sql.php +1 -1
  23. core/admin/wpbc-toolbar-tiny.php +6 -6
  24. core/admin/wpbc-toolbars.php +6 -6
  25. core/any/activation.php +3 -3
  26. core/any/admin-bs-ui.php +6 -6
  27. core/any/api-emails.php +1 -1
  28. core/any/class-admin-menu.php +1 -1
  29. core/any/class-admin-page-structure.php +1 -1
  30. core/any/class-admin-settings-api.php +7 -4
  31. core/any/class-css-js.php +1 -1
  32. core/any/css/admin-menu.css +1 -1
  33. core/any/css/admin-support.css +1 -1
  34. core/any/css/admin-toolbar.css +1 -1
  35. core/any/css/settings-page.css +1 -1
  36. core/any/emails_tpl/plain-html-tpl.php +1 -1
  37. core/any/emails_tpl/plain-text-tpl.php +1 -1
  38. core/any/emails_tpl/standard-html-tpl.php +1 -1
  39. core/any/emails_tpl/standard-text-tpl.php +1 -1
  40. core/any/js/admin-support.js +2 -2
  41. core/class/wpbc-class-notices.php +2 -2
  42. core/class/wpbc-class-welcome.php +24 -24
  43. core/lib/wpbc-ajax.php +1 -1
  44. core/lib/wpbc-booking-new.php +27 -6
  45. core/lib/wpbc-cron.php +1 -1
  46. core/lib/wpbc_all_translations.php +40 -19
  47. core/lib/wpdev-booking-class.php +3 -3
  48. core/lib/wpdev-booking-widget.php +1 -1
  49. core/sync/wpbc-gcal-class.php +1 -1
  50. core/sync/wpbc-gcal.php +5 -5
  51. core/wpbc-activation.php +9 -6
  52. core/wpbc-constants.php +5 -3
  53. core/wpbc-core.php +1 -1
  54. core/wpbc-css.php +3 -3
  55. core/wpbc-dates.php +2 -2
  56. core/wpbc-debug.php +1 -1
  57. core/wpbc-dev-api.php +1 -1
  58. core/wpbc-emails.php +1 -1
  59. core/wpbc-functions.php +12 -11
  60. core/wpbc-include.php +4 -3
  61. core/wpbc-js.php +10 -9
  62. core/wpbc-translation.php +1 -1
  63. core/wpbc.php +1 -1
  64. css/admin.css +1 -1
  65. css/client.css +1 -1
  66. css/modal.css +1 -1
  67. css/print.css +1 -1
  68. js/admin.js +8 -8
  69. js/client.js +15 -10
  70. js/wpbc_tinymce_btn.js +2 -2
  71. js/wpbc_vars.js +1 -1
  72. languages/booking-ar_SA.mo +0 -0
  73. languages/booking-be_BY.mo +0 -0
  74. languages/booking-bg_BG.mo +0 -0
  75. languages/booking-ca.mo +0 -0
  76. languages/booking-cs_CZ.mo +0 -0
  77. languages/booking-da_DK.mo +0 -0
  78. languages/booking-de_DE.mo +0 -0
  79. languages/booking-el.mo +0 -0
  80. languages/booking-es_ES.mo +0 -0
  81. languages/booking-fi.mo +0 -0
  82. languages/booking-fr_FR.mo +0 -0
  83. languages/booking-gl_ES.mo +0 -0
  84. languages/booking-he_IL.mo +0 -0
  85. languages/booking-hr.mo +0 -0
  86. languages/booking-hu_HU.mo +0 -0
  87. languages/booking-it_IT.mo +0 -0
  88. languages/booking-nb_NO.mo +0 -0
  89. languages/booking-nl_NL.mo +0 -0
  90. languages/booking-pl_PL.mo +0 -0
  91. languages/booking-pt_BR.mo +0 -0
  92. languages/booking-pt_PT.mo +0 -0
  93. languages/booking-ru_RU.mo +0 -0
  94. languages/booking-sk_SK.mo +0 -0
  95. languages/booking-sl_SI.mo +0 -0
  96. languages/booking-sv_SE.mo +0 -0
  97. languages/booking-th_TH.mo +0 -0
  98. languages/booking-tr_TR.mo +0 -0
  99. languages/booking-uk_UK.mo +0 -0
  100. languages/booking-zh_CN.mo +0 -0
  101. languages/booking-zh_TW.mo +0 -0
  102. languages/booking.pot +2640 -2506
  103. readme.txt +57 -23
  104. wpdev-booking.php +3 -3
core/admin/api-settings.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Settings API
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2016-02-24
11
  */
@@ -251,16 +251,24 @@ class WPBC_Settings_API_General extends WPBC_Settings_API {
251
  , 'group' => 'form'
252
  );
253
  */
254
-
255
- $this->fields['booking_is_use_captcha'] = array(
256
  'type' => 'checkbox'
257
- , 'default' => $default_options_values['booking_is_use_captcha'] //'Off'
 
 
 
 
 
 
 
 
258
  , 'title' => __('CAPTCHA' ,'booking')
259
  , 'label' => __('Check the box to activate CAPTCHA inside the booking form.' ,'booking')
260
  , 'description' => ''
261
  , 'group' => 'form'
262
- );
263
- $this->fields['booking_is_use_autofill_4_logged_user'] = array(
264
  'type' => 'checkbox'
265
  , 'default' => $default_options_values['booking_is_use_autofill_4_logged_user'] // 'Off'
266
  , 'title' => __('Auto-fill fields' ,'booking')
5
  * @category Settings API
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2016-02-24
11
  */
251
  , 'group' => 'form'
252
  );
253
  */
254
+ if ( class_exists( 'wpdev_bk_personal' ) ) //FixIn: 8.1.12
255
+ $this->fields['booking_is_use_simple_booking_form'] = array(
256
  'type' => 'checkbox'
257
+ , 'default' => $default_options_values['booking_is_use_simple_booking_form'] //'Off'
258
+ , 'title' => __('Simple' ,'booking') . ' ' . __('Booking Form', 'booking')
259
+ , 'label' => __('Check the box, if you want to use simple booking form customization from Free plugin version at Settings - Form page.' ,'booking')
260
+ , 'description' => ''
261
+ , 'group' => 'form'
262
+ );
263
+ $this->fields['booking_is_use_captcha'] = array(
264
+ 'type' => 'checkbox'
265
+ , 'default' => $default_options_values['booking_is_use_captcha'] //'Off'
266
  , 'title' => __('CAPTCHA' ,'booking')
267
  , 'label' => __('Check the box to activate CAPTCHA inside the booking form.' ,'booking')
268
  , 'description' => ''
269
  , 'group' => 'form'
270
+ );
271
+ $this->fields['booking_is_use_autofill_4_logged_user'] = array(
272
  'type' => 'checkbox'
273
  , 'default' => $default_options_values['booking_is_use_autofill_4_logged_user'] // 'Off'
274
  , 'title' => __('Auto-fill fields' ,'booking')
core/admin/exmpl-page-settings.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Content of Settings page
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-02
4
  * @category Content of Settings page
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-02
core/admin/page-bookings.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Content of Booking Listing page
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-13
4
  * @category Content of Booking Listing page
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-13
core/admin/page-email-approved.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
@@ -1106,6 +1106,12 @@ function wpbc_send_email_approved( $approved_id_str, $is_send_emeils, $denyreaso
1106
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1107
 
1108
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
 
 
 
 
 
 
1109
  } else {
1110
  $shortcode_params = false; // FixIn: 7.0.1.58
1111
  }
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
1106
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1107
 
1108
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
1109
+ } else if ( //FixIn: 8.1.8
1110
+ ( ! empty( $shortcode_params ) )
1111
+ && ( isset( $shortcode_params['end'] ) )
1112
+ && ( $shortcode_params['end'] < strlen( $mail_api->fields_values['content'] ) )
1113
+ ) {
1114
+ $pos = $shortcode_params['end'];
1115
  } else {
1116
  $shortcode_params = false; // FixIn: 7.0.1.58
1117
  }
core/admin/page-email-deleted.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
@@ -1048,6 +1048,12 @@ function wpbc_send_email_deleted( $deleted_id_str, $is_send_emeils, $deletedreas
1048
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1049
 
1050
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
 
 
 
 
 
 
1051
  } else {
1052
  $shortcode_params = false; // FixIn: 7.0.1.58
1053
  }
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
1048
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1049
 
1050
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
1051
+ } else if ( //FixIn: 8.1.8
1052
+ ( ! empty( $shortcode_params ) )
1053
+ && ( isset( $shortcode_params['end'] ) )
1054
+ && ( $shortcode_params['end'] < strlen( $mail_api->fields_values['content'] ) )
1055
+ ) {
1056
+ $pos = $shortcode_params['end'];
1057
  } else {
1058
  $shortcode_params = false; // FixIn: 7.0.1.58
1059
  }
core/admin/page-email-deny.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
@@ -1048,6 +1048,12 @@ function wpbc_send_email_deny( $deny_id_str, $is_send_emeils, $denyreason = '' )
1048
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1049
 
1050
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
 
 
 
 
 
 
1051
  } else {
1052
  $shortcode_params = false; // FixIn: 7.0.1.58
1053
  }
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
1048
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1049
 
1050
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
1051
+ } else if ( //FixIn: 8.1.8
1052
+ ( ! empty( $shortcode_params ) )
1053
+ && ( isset( $shortcode_params['end'] ) )
1054
+ && ( $shortcode_params['end'] < strlen( $mail_api->fields_values['content'] ) )
1055
+ ) {
1056
+ $pos = $shortcode_params['end'];
1057
  } else {
1058
  $shortcode_params = false; // FixIn: 7.0.1.58
1059
  }
core/admin/page-email-new-admin.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
@@ -1156,7 +1156,13 @@ function wpbc_send_email_new_admin( $booking_id, $bktype, $formdata ) {
1156
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1157
 
1158
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
1159
- } else {
 
 
 
 
 
 
1160
  $shortcode_params = false; // FixIn: 7.0.1.58
1161
  }
1162
 
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
1156
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1157
 
1158
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
1159
+ } else if ( //FixIn: 8.1.8
1160
+ ( ! empty( $shortcode_params ) )
1161
+ && ( isset( $shortcode_params['end'] ) )
1162
+ && ( $shortcode_params['end'] < strlen( $mail_api->fields_values['content'] ) )
1163
+ ) {
1164
+ $pos = $shortcode_params['end'];
1165
+ } else {
1166
  $shortcode_params = false; // FixIn: 7.0.1.58
1167
  }
1168
 
core/admin/page-email-new-visitor.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
@@ -1073,7 +1073,14 @@ function wpbc_send_email_new_visitor( $booking_id, $bktype, $formdata ) {
1073
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1074
 
1075
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
1076
- } else {
 
 
 
 
 
 
 
1077
  $shortcode_params = false; // FixIn: 7.0.1.58
1078
  }
1079
  } while ( ! empty( $shortcode_params ) ); // FixIn: 7.0.1.52
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
1073
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1074
 
1075
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
1076
+ } else if ( //FixIn: 8.1.8
1077
+ ( ! empty( $shortcode_params ) )
1078
+ && ( isset( $shortcode_params['end'] ) )
1079
+ && ( $shortcode_params['end'] < strlen( $mail_api->fields_values['content'] ) )
1080
+ ) {
1081
+ $pos = $shortcode_params['end'];
1082
+ } else {
1083
+
1084
  $shortcode_params = false; // FixIn: 7.0.1.58
1085
  }
1086
  } while ( ! empty( $shortcode_params ) ); // FixIn: 7.0.1.52
core/admin/page-email-trash.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2016-12-09
@@ -1053,6 +1053,12 @@ function wpbc_send_email_trash( $trash_id_str, $is_send_emeils, $trashreason = '
1053
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1054
 
1055
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
 
 
 
 
 
 
1056
  } else {
1057
  $shortcode_params = false; // FixIn: 7.0.1.58
1058
  }
5
  * @category Menu
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2016-12-09
1053
  $mail_api->fields_values['content'] = str_replace( $exist_replace, $new_replace ,$mail_api->fields_values['content'] );
1054
 
1055
  $replace[ $new_replace ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '['.$exist_replace.']', $booking_id );
1056
+ } else if ( //FixIn: 8.1.8
1057
+ ( ! empty( $shortcode_params ) )
1058
+ && ( isset( $shortcode_params['end'] ) )
1059
+ && ( $shortcode_params['end'] < strlen( $mail_api->fields_values['content'] ) )
1060
+ ) {
1061
+ $pos = $shortcode_params['end'];
1062
  } else {
1063
  $shortcode_params = false; // FixIn: 7.0.1.58
1064
  }
core/admin/page-form-free.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Booking Form Settings
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-03-23
@@ -68,12 +68,12 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
68
  //, 'hided' => false // Is this tab hided: true || false.
69
  , 'subtabs' => array()
70
  );
71
-
72
- $tabs[ 'upgrade-link' ] = array(
73
  'title' => __('Check Premium Features','booking') // Title of TAB
74
  , 'hint' => __('Upgrade to higher versions', 'booking') // Hint
75
  //, 'page_title' => __('Upgrade', 'booking') // Title of Page
76
- , 'link' => 'http://wpbookingcalendar.com/overview/' // Can be skiped, then generated link based on Page and Tab tags. Or can be extenral link
77
  , 'position' => 'right' // 'left' || 'right' || ''
78
  //, 'css_classes' => '' // CSS class(es)
79
  //, 'icon' => '' // Icon - link to the real PNG img
@@ -96,7 +96,7 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
96
 
97
  if ( ! wpbc_is_mu_user_can_be_here('activated_user') ) return false; // Check if MU user activated, otherwise show Warning message.
98
 
99
- if ( ! wpbc_is_mu_user_can_be_here('only_super_admin') ) return false; // User is not Super admin, so exit. Basically its was already checked at the bottom of the PHP file, just in case.
100
 
101
 
102
  // Init Settings API & Get Data from DB ////////////////////////////////
@@ -286,8 +286,8 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
286
  onclick="javascript:wpbc_verify_window_opening(<?php echo get_bk_current_user_id(); ?>, '<?php echo $my_close_open_alert_id; ?>');"
287
  >&times;</a>
288
  <strong class="alert-heading">Note!</strong>
289
- Check how in <a href="http://wpbookingcalendar.com/overview/" target="_blank" style="text-decoration:underline;">other versions of Booking Calendar</a>
290
- possible fully <a href="http://wpbookingcalendar.com/help/booking-form-fields/" target="_blank" style="text-decoration:underline;">customize the booking form</a>
291
  <em>(add or remove fields, configure time-slots, change structure of booking form, etc...).</em>
292
  </div>
293
  </span>
@@ -488,8 +488,8 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
488
 
489
  if ( $form_field['type'] == 'select' ) {
490
  $my_form.=' <select name="'. $form_field['name'] . $my_boook_type.'" id="'. $form_field['name'] . $my_boook_type.'" class="input-xlarge'
491
- . ( ( $form_field['required'] == 'On' ) ? ' wpdev-validates-as-required' : '' )
492
- . '" />';
493
 
494
  $form_field['value'] = preg_split( '/\r\n|\r|\n/', $form_field['value'] );
495
 
@@ -527,7 +527,7 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
527
  if ( $form_field['type'] == 'textarea' ) {
528
  $my_form.=' <textarea rows="3" name="'. $form_field['name'] . $my_boook_type.'" id="'. $form_field['name'] . $my_boook_type.'" class="input-xlarge'
529
  . ( ( $form_field['required'] == 'On' ) ? ' wpdev-validates-as-required' : '' )
530
- . '" />';
531
 
532
  $my_form.='</textarea>';
533
  }
@@ -1716,7 +1716,7 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
1716
  echo
1717
  '<p><strong>' . __('Shortcodes' ,'booking') . '.</strong> '
1718
  . sprintf(__('You can generate the form fields for your form (at the left side) by selection specific field in the above selectbox.' ,'booking'),'<code><strong>[email* email]</strong></code>')
1719
- .'<br/>' . sprintf(__('Please read more about the booking form fields configuration %shere%s.' ,'booking'),'<a href="http://wpbookingcalendar.com/help/booking-form-fields/" target="_blank">', '</a>' )
1720
 
1721
  . '</p><p><strong>' . __('Default Form Templates' ,'booking') . '.</strong> ' .
1722
  sprintf(__('You can reset your active form template by selecting default %sform template%s at the top toolbar. Please select the form template and click on %sReset%s button for resetting only active form (Booking Form or Content of Booking Fields form). Click on %sBoth%s button if you want to reset both forms: Booking Form and Content of Booking Fields form.' ,'booking')
4
  * @category Booking Form Settings
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-03-23
68
  //, 'hided' => false // Is this tab hided: true || false.
69
  , 'subtabs' => array()
70
  );
71
+ if ( ! class_exists( 'wpdev_bk_personal' ) ) //FixIn: 8.1.12
72
+ $tabs[ 'upgrade-link' ] = array(
73
  'title' => __('Check Premium Features','booking') // Title of TAB
74
  , 'hint' => __('Upgrade to higher versions', 'booking') // Hint
75
  //, 'page_title' => __('Upgrade', 'booking') // Title of Page
76
+ , 'link' => 'https://wpbookingcalendar.com/overview/' // Can be skiped, then generated link based on Page and Tab tags. Or can be extenral link
77
  , 'position' => 'right' // 'left' || 'right' || ''
78
  //, 'css_classes' => '' // CSS class(es)
79
  //, 'icon' => '' // Icon - link to the real PNG img
96
 
97
  if ( ! wpbc_is_mu_user_can_be_here('activated_user') ) return false; // Check if MU user activated, otherwise show Warning message.
98
 
99
+ //if ( ! wpbc_is_mu_user_can_be_here('only_super_admin') ) return false; // User is not Super admin, so exit. Basically its was already checked at the bottom of the PHP file, just in case.
100
 
101
 
102
  // Init Settings API & Get Data from DB ////////////////////////////////
286
  onclick="javascript:wpbc_verify_window_opening(<?php echo get_bk_current_user_id(); ?>, '<?php echo $my_close_open_alert_id; ?>');"
287
  >&times;</a>
288
  <strong class="alert-heading">Note!</strong>
289
+ Check how in <a href="https://wpbookingcalendar.com/overview/" target="_blank" style="text-decoration:underline;">other versions of Booking Calendar</a>
290
+ possible fully <a href="https://wpbookingcalendar.com/help/booking-form-fields/" target="_blank" style="text-decoration:underline;">customize the booking form</a>
291
  <em>(add or remove fields, configure time-slots, change structure of booking form, etc...).</em>
292
  </div>
293
  </span>
488
 
489
  if ( $form_field['type'] == 'select' ) {
490
  $my_form.=' <select name="'. $form_field['name'] . $my_boook_type.'" id="'. $form_field['name'] . $my_boook_type.'" class="input-xlarge'
491
+ . ( ( $form_field['required'] == 'On' ) ? ' wpdev-validates-as-required' : '' )
492
+ . '" >'; //FixIn: 8.1.1.4
493
 
494
  $form_field['value'] = preg_split( '/\r\n|\r|\n/', $form_field['value'] );
495
 
527
  if ( $form_field['type'] == 'textarea' ) {
528
  $my_form.=' <textarea rows="3" name="'. $form_field['name'] . $my_boook_type.'" id="'. $form_field['name'] . $my_boook_type.'" class="input-xlarge'
529
  . ( ( $form_field['required'] == 'On' ) ? ' wpdev-validates-as-required' : '' )
530
+ . '" >'; //FixIn: 8.1.1.4
531
 
532
  $my_form.='</textarea>';
533
  }
1716
  echo
1717
  '<p><strong>' . __('Shortcodes' ,'booking') . '.</strong> '
1718
  . sprintf(__('You can generate the form fields for your form (at the left side) by selection specific field in the above selectbox.' ,'booking'),'<code><strong>[email* email]</strong></code>')
1719
+ .'<br/>' . sprintf(__('Please read more about the booking form fields configuration %shere%s.' ,'booking'),'<a href="https://wpbookingcalendar.com/help/booking-form-fields/" target="_blank">', '</a>' )
1720
 
1721
  . '</p><p><strong>' . __('Default Form Templates' ,'booking') . '.</strong> ' .
1722
  sprintf(__('You can reset your active form template by selecting default %sform template%s at the top toolbar. Please select the form template and click on %sReset%s button for resetting only active form (Booking Form or Content of Booking Fields form). Click on %sBoth%s button if you want to reset both forms: Booking Form and Content of Booking Fields form.' ,'booking')
core/admin/page-ics-export.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Settings API
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2017-07-09
11
  *
@@ -462,14 +462,19 @@ function wpbc_export_ics_feed__table() {
462
  function wpbc_export_ics_feed__update() {
463
 
464
  $validated_value = WPBC_Settings_API::validate_text_post_static( 'booking_export_feed1' );
465
-
466
  $validated_value = explode( '/', $validated_value );
467
- $validated_value = array_map( 'sanitize_file_name', $validated_value );
 
 
 
 
 
 
468
  $validated_value = implode( '/', $validated_value );
469
  $validated_value = strtolower( $validated_value );
470
-
471
  $validated_value = wpbc_make_link_relative( $validated_value );
472
-
473
  if ( empty( $validated_value ) )
474
  $validated_value = '/ics/' . wpbc_get_slug_format( 'default' );
475
 
5
  * @category Settings API
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2017-07-09
11
  *
462
  function wpbc_export_ics_feed__update() {
463
 
464
  $validated_value = WPBC_Settings_API::validate_text_post_static( 'booking_export_feed1' );
465
+
466
  $validated_value = explode( '/', $validated_value );
467
+ foreach ( $validated_value as $v_i => $v_val ) { //FixIn: 8.1.9
468
+ if ( strpos( $v_val, '.') !== false ) {
469
+ $v_val = sanitize_file_name( $v_val );
470
+ }
471
+ $validated_value[ $v_i ] = $v_val;
472
+ }
473
+ // $validated_value = array_map( 'sanitize_file_name', $validated_value );
474
  $validated_value = implode( '/', $validated_value );
475
  $validated_value = strtolower( $validated_value );
 
476
  $validated_value = wpbc_make_link_relative( $validated_value );
477
+
478
  if ( empty( $validated_value ) )
479
  $validated_value = '/ics/' . wpbc_get_slug_format( 'default' );
480
 
core/admin/page-ics-general.php ADDED
@@ -0,0 +1,572 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @version 1.0
4
+ * @menu Booking > Settings > (Sync) General page
5
+ * @category Settings API
6
+ * @author wpdevelop
7
+ *
8
+ * @web-site https://wpbookingcalendar.com/
9
+ * @email info@wpbookingcalendar.com
10
+ * @modified 2017-12-18
11
+ *
12
+ */
13
+
14
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
15
+
16
+ //FixIn: 8.1.10
17
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
18
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
19
+
20
+
21
+ /** API for Settings Page */
22
+ class WPBC_API_SettingsGeneralSync extends WPBC_Settings_API {
23
+
24
+ /**
25
+ * Settings API Constructor
26
+ * During creation, system try to load values from DB, if exist.
27
+ *
28
+ * @param type $id - "Pure Name"
29
+ */
30
+ public function __construct( $id, $init_fields_values = array(), $options = array() ) {
31
+
32
+ // This configuration meaning that options will be saved separately, without $id of this CLASS, just by using names of fields -- update_bk_option( $this->options['db_prefix_option'] . $field_name , $field_value );
33
+ $default_options = array(
34
+ 'db_prefix_option' => ''
35
+ , 'db_saving_type' => 'separate'
36
+ );
37
+ // separate_prefix: update_bk_option( $this->options['db_prefix_option'] . $settings_id . '_' . $field_name , $value );
38
+ $options = wp_parse_args( $options, $default_options );
39
+
40
+ /**
41
+ * Activation and deactivation of these options already done at the wpbc-gcal.php file
42
+
43
+ // add_bk_action( 'wpbc_other_versions_activation', array( $this, 'activate' ) ); // Activate
44
+ // add_bk_action( 'wpbc_other_versions_deactivation', array( $this, 'deactivate' ) ); // Deactivate
45
+ */
46
+
47
+ parent::__construct( $id, $options, $init_fields_values ); // Define ID of Setting page and options
48
+ }
49
+
50
+
51
+
52
+ /** Define settings Fields */
53
+ public function init_settings_fields() {
54
+
55
+ $this->fields = array();
56
+
57
+ // TODO:
58
+ // add_bk_option( 'booking_gcal_events_form_fields', 'a:3:{s:5:"title";s:9:"text^name";s:11:"description";s:12:"text^details";s:5:"where";s:5:"text^";}');
59
+
60
+ // Problem with email^email field, previously its was text^email
61
+ // problem with textarea^details field, previously its was text^details
62
+
63
+
64
+ ////////////////////////////////////////////////////////////////////////
65
+ // Get form fields from different forms in the paid versions
66
+ ////////////////////////////////////////////////////////////////////////
67
+ $options = array();
68
+ $options[ 'text^' ] = __('None' ,'booking');
69
+
70
+ $booking_forms = wpbc_get_fields_list_in_booking_form();
71
+ //debuge($booking_forms);
72
+ foreach ( $booking_forms as $single_booking_form ) {
73
+
74
+ //OPTGROUP - Open
75
+ $options[ $single_booking_form['name'] ] = array(
76
+ 'title' => ucfirst( trim( $single_booking_form['name'] ) )
77
+ , 'optgroup' => true
78
+ , 'close' => false );
79
+
80
+ $field_listing = $single_booking_form['listing'];
81
+ for ( $i = 0; $i < $single_booking_form['num']; $i++ ) {
82
+ $options[ ( ( trim( $single_booking_form['name'] ) != 'standard' ) ? trim( $single_booking_form['name'] ) . '^' : '' ) .
83
+ trim( $single_booking_form['listing']['fields_type'][$i] ). '^' . trim( $single_booking_form['listing']['fields'][$i] )
84
+ ] = ( trim( $single_booking_form['listing']['labels'][$i] ) );
85
+ }
86
+
87
+ //OPTGROUP - Close
88
+ $options[ $single_booking_form['name'] . '_close' ] = array(
89
+ 'title' => $single_booking_form['name'] // ucfirst( trim( $option_group_name ) )
90
+ , 'optgroup' => true
91
+ , 'close' => true );
92
+ }
93
+ ////////////////////////////////////////////////////////////////////////
94
+ //debuge($options);
95
+
96
+
97
+ // booking_gcal_events_form_fields - !!! real name of option to save. This option have to be skipped during saving and during loading need some actions.
98
+ $this->fields['booking_gcal_events_form_fields_title'] = array(
99
+ 'type' => 'select'
100
+ , 'default' => ''
101
+ , 'title' => __('Event Title', 'booking')
102
+ , 'description' => sprintf( __( 'Select field for assigning to %sevent property%s' ,'booking'), '<b>', '</b>' )
103
+ , 'description_tag' => 'span'
104
+ , 'css' => ''
105
+ , 'options' => $options
106
+ , 'group' => 'events_fields'
107
+ );
108
+ $this->fields['booking_gcal_events_form_fields_description'] = array(
109
+ 'type' => 'select'
110
+ , 'default' => ''
111
+ , 'title' => __('Event Description (optional field)' ,'booking')
112
+ , 'description' => sprintf( __( 'Select field for assigning to %sevent property%s' ,'booking'), '<b>', '</b>' )
113
+ , 'description_tag' => 'span'
114
+ , 'css' => ''
115
+ , 'options' => $options
116
+ , 'group' => 'events_fields'
117
+ );
118
+ $this->fields['booking_gcal_events_form_fields_where'] = array(
119
+ 'type' => 'select'
120
+ , 'default' => ''
121
+ , 'title' => __('Location' ,'booking')
122
+ , 'description' => sprintf( __( 'Select field for assigning to %sevent property%s' ,'booking'), '<b>', '</b>' )
123
+ , 'description_tag' => 'span'
124
+ , 'css' => ''
125
+ , 'options' => $options
126
+ , 'group' => 'events_fields'
127
+ );
128
+ ////////////////////////////////////////////////////////////////////////
129
+
130
+
131
+ $options = array();
132
+ $options[''] = __('Default' ,'booking');
133
+
134
+ global $wpbc_booking_region_cities_list; // structure: $wpbc_booking_region_cities_list["Pacific"]["Fiji"] = "Fiji";
135
+
136
+ foreach ( $wpbc_booking_region_cities_list as $region => $region_cities) {
137
+
138
+ //OPTGROUP - Open
139
+ $options[ $region ] = array(
140
+ 'title' => ucfirst( trim( $region ) )
141
+ , 'optgroup' => true
142
+ , 'close' => false );
143
+
144
+ foreach ($region_cities as $city_key => $city_title) {
145
+
146
+ $options[ trim( $region .'/'. $city_key ) ] = ( trim( $city_title ) );
147
+ }
148
+
149
+ //OPTGROUP - Close
150
+ $options[ $region . '_close' ] = array(
151
+ 'title' => $region // ucfirst( trim( $option_group_name ) )
152
+ , 'optgroup' => true
153
+ , 'close' => true );
154
+ }
155
+ $this->fields['booking_gcal_timezone'] = array(
156
+ 'type' => 'select'
157
+ , 'default' => ''
158
+ , 'title' => __('Timezone', 'booking')
159
+ , 'description' => __('Select a city in your required timezone, if you are having problems with dates and times.' ,'booking')
160
+ , 'description_tag' => 'p'
161
+ , 'css' => ''
162
+ , 'options' => $options
163
+ , 'group' => 'general'
164
+ );
165
+ ////////////////////////////////////////////////////////////////////////
166
+
167
+ }
168
+
169
+ }
170
+
171
+
172
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
173
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
174
+
175
+
176
+ /**
177
+ * Show Content
178
+ * Update Content
179
+ * Define Slug
180
+ * Define where to show
181
+ */
182
+ class WPBC_Page_SettingsGeneralSync extends WPBC_Page_Structure {
183
+
184
+ public $settings_api = false;
185
+
186
+
187
+ /**
188
+ * API - for Fields of this Settings Page
189
+ *
190
+ * @param array $init_fields_values - array of init form fields data - this array can ovveride "default" fields and loaded data.
191
+ * @return object API
192
+ */
193
+ public function get_api( $init_fields_values = array() ){
194
+
195
+ if ( $this->settings_api === false ) {
196
+ $this->settings_api = new WPBC_API_SettingsGeneralSync( 'general_sync' , $init_fields_values );
197
+ }
198
+ return $this->settings_api;
199
+ }
200
+
201
+
202
+ public function in_page() {
203
+ return 'wpbc-settings';
204
+ }
205
+
206
+
207
+ public function tabs() {
208
+
209
+ $tabs = array();
210
+
211
+ $tabs[ 'sync' ] = array(
212
+ 'title' => __( 'Sync', 'booking') // Title of TAB
213
+ , 'page_title'=> __( 'Sync', 'booking') // Title of Page
214
+ , 'hint' => __('Import' ,'booking') . ' / ' . __('Export' ,'booking')
215
+ //, 'link' => '' // Can be skiped, then generated link based on Page and Tab tags. Or can be extenral link
216
+ //, 'position' => '' // 'left' || 'right' || ''
217
+ //, 'css_classes'=> '' // CSS class(es)
218
+ //, 'icon' => '' // Icon - link to the real PNG img
219
+ , 'font_icon' => 'glyphicon glyphicon-refresh' // CSS definition of forn Icon
220
+ //, 'default' => false // Is this tab activated by default or not: true || false.
221
+ //, 'disabled' => false // Is this tab disbaled: true || false.
222
+ //, 'hided' => false // Is this tab hided: true || false.
223
+ , 'subtabs' => array()
224
+ );
225
+
226
+
227
+ $subtabs = array();
228
+
229
+ $subtabs[ 'general' ] = array(
230
+ 'type' => 'subtab' // Required| Possible values: 'subtab' | 'separator' | 'button' | 'goto-link' | 'html'
231
+ , 'title' => __( 'General', 'booking' ) // Title of TAB
232
+ , 'page_title' => __( 'General Settings', 'booking' ) . ' - ' . __( 'Sync', 'booking' ) // Title of Page
233
+ , 'hint' => __( 'General Settings', 'booking' ) . ' - ' . __( 'Sync', 'booking' ) // Hint
234
+ , 'link' => '' // link
235
+ , 'position' => '' // 'left' || 'right' || ''
236
+ , 'css_classes' => '' // CSS class(es)
237
+ //, 'icon' => 'http://.../icon.png' // Icon - link to the real PNG img
238
+ //, 'font_icon' => 'glyphicon glyphicon-envelope' // CSS definition of Font Icon
239
+ , 'default' => true // Is this sub tab activated by default or not: true || false.
240
+ , 'disabled' => false // Is this sub tab deactivated: true || false.
241
+ , 'checkbox' => false // or definition array for specific checkbox: array( 'checked' => true, 'name' => 'feature1_active_status' ) //, 'checkbox' => array( 'checked' => $is_checked, 'name' => 'enabled_active_status' )
242
+ , 'content' => 'content' // Function to load as conten of this TAB
243
+ );
244
+
245
+ $tabs[ 'sync' ]['subtabs'] = $subtabs;
246
+
247
+
248
+ return $tabs;
249
+ }
250
+
251
+
252
+ /** Show Content of Settings page */
253
+ public function content() {
254
+
255
+ $this->css();
256
+
257
+ ////////////////////////////////////////////////////////////////////////
258
+ // Checking
259
+ ////////////////////////////////////////////////////////////////////////
260
+
261
+ do_action( 'wpbc_hook_settings_page_header', 'ics_general_settings' ); // Define Notices Section and show some static messages, if needed
262
+
263
+ if ( ! wpbc_is_mu_user_can_be_here('activated_user') ) return false; // Check if MU user activated, otherwise show Warning message.
264
+
265
+ // if ( ! wpbc_is_mu_user_can_be_here('only_super_admin') ) return false; // User is not Super admin, so exit. Basically its was already checked at the bottom of the PHP file, just in case.
266
+
267
+
268
+
269
+ ////////////////////////////////////////////////////////////////////////
270
+ // Load Data
271
+ ////////////////////////////////////////////////////////////////////////
272
+
273
+ $this->get_api(); // Load fields Data from DB
274
+
275
+ /**
276
+ * O v e r l o a d some values for our pseudo options - during normal opening of page
277
+ * if we making saving, so we need to overload these options
278
+ * one more time
279
+ */
280
+ $booking_gcal_events_form_fields = get_bk_option( 'booking_gcal_events_form_fields');
281
+ $booking_gcal_events_form_fields = maybe_unserialize( $booking_gcal_events_form_fields );
282
+
283
+ if (isset($booking_gcal_events_form_fields['title']))
284
+ $this->get_api()->set_field_value( 'booking_gcal_events_form_fields_title', $booking_gcal_events_form_fields['title'] );
285
+
286
+ if (isset($booking_gcal_events_form_fields['description']))
287
+ $this->get_api()->set_field_value( 'booking_gcal_events_form_fields_description', $booking_gcal_events_form_fields['description'] );
288
+
289
+ if (isset($booking_gcal_events_form_fields['where']))
290
+ $this->get_api()->set_field_value( 'booking_gcal_events_form_fields_where', $booking_gcal_events_form_fields['where'] );
291
+
292
+ $this->get_api()->set_values_to_fields();
293
+
294
+
295
+ ////////////////////////////////////////////////////////////////////////
296
+ // S u b m i t Main Form
297
+ ////////////////////////////////////////////////////////////////////////
298
+
299
+ $submit_form_name = 'wpbc_general_sync'; // Define form name
300
+
301
+ // $this->get_api()->validated_form_id = $submit_form_name; // Define ID of Form for ability to validate fields (like required field) before submit.
302
+
303
+ if ( isset( $_POST['is_form_sbmitted_'. $submit_form_name ] ) ) {
304
+
305
+ // Nonce checking {Return false if invalid, 1 if generated between, 0-12 hours ago, 2 if generated between 12-24 hours ago. }
306
+ $nonce_gen_time = check_admin_referer( 'wpbc_settings_page_' . $submit_form_name ); // Its stop show anything on submiting, if its not refear to the original page
307
+
308
+ // Save Changes
309
+ $this->update();
310
+ }
311
+
312
+ ////////////////////////////////////////////////////////////////////////
313
+ // JavaScript: Tooltips, Popover, Datepick (js & css)
314
+ ////////////////////////////////////////////////////////////////////////
315
+
316
+ echo '<span class="wpdevelop">';
317
+
318
+ wpbc_js_for_bookings_page();
319
+
320
+ echo '</span>';
321
+
322
+ ?><div class="clear" style="margin-bottom:0px;"></div><?php
323
+
324
+
325
+ ////////////////////////////////////////////////////////////////////////
326
+ // Content ////////////////////////////////////////////////////////////
327
+ ?>
328
+ <div class="clear" style="margin-bottom:0px;"></div>
329
+ <span class="metabox-holder">
330
+ <form name="<?php echo $submit_form_name; ?>" id="<?php echo $submit_form_name; ?>" action="" method="post" autocomplete="off">
331
+ <?php
332
+ // N o n c e field, and key for checking S u b m i t
333
+ wp_nonce_field( 'wpbc_settings_page_' . $submit_form_name );
334
+ ?><input type="hidden" name="is_form_sbmitted_<?php echo $submit_form_name; ?>" id="is_form_sbmitted_<?php echo $submit_form_name; ?>" value="1" /><?php
335
+ ?><div class="clear"></div><?php
336
+
337
+ ?><div class="clear" style="height:10px;"></div><?php
338
+
339
+
340
+ wpbc_open_meta_box_section( 'wpbc_settings_general_sync_events_general', __('General Settings' ,'booking') );
341
+
342
+ $this->get_api()->show( 'general' );
343
+
344
+ wpbc_close_meta_box_section();
345
+
346
+
347
+ wpbc_open_meta_box_section( 'wpbc_settings_general_sync_events_fields', __('Import' ,'booking') . ' > ' . __('Assign events fields to specific booking form field' ,'booking') );
348
+
349
+ $this->get_api()->show( 'events_fields' );
350
+
351
+ wpbc_close_meta_box_section();
352
+
353
+ ?>
354
+
355
+ <div class="clear"></div>
356
+
357
+ <input type="submit" value="<?php _e('Save Changes','booking'); ?>" class="button button-primary wpbc_submit_button" />
358
+ <?php
359
+
360
+ ?>
361
+ </form>
362
+ </span>
363
+ <?php
364
+
365
+ do_action( 'wpbc_hook_settings_page_footer', 'ics_general_settings' );
366
+
367
+ $this->enqueue_js();
368
+
369
+ }
370
+
371
+
372
+ /** Save Chanages */
373
+ public function update() {
374
+ // if ( function_exists( 'wpbc_general_sync__update') )
375
+ // wpbc_general_sync__update();
376
+
377
+ // Get Validated Email fields
378
+ $validated_fields = $this->get_api()->validate_post();
379
+
380
+ $validated_fields = apply_filters( 'wpbc_fields_before_saving_to_db__general_sync', $validated_fields ); //Hook for validated fields.
381
+
382
+ //debuge($validated_fields);
383
+
384
+ $this->get_api()->save_to_db( $validated_fields );
385
+
386
+ wpbc_show_changes_saved_message();
387
+ }
388
+
389
+
390
+ // <editor-fold defaultstate="collapsed" desc=" CSS & JS " >
391
+
392
+ /** CSS for this page */
393
+ private function css() {
394
+ ?>
395
+ <style type="text/css">
396
+ .wpbc_import_ics_bar .wpbc_import_btn,
397
+ .wpbc_import_ics_bar .wpbc_upload_btn{
398
+ float:left;
399
+ margin:9px 5px 10px 1px;
400
+
401
+ }
402
+ .wpbc_import_ics_bar .wpbc_import_div {
403
+ float:left;
404
+ width:70%;
405
+ }
406
+ .wpbc_import_ics_bar .wpbc_import_br_selection,
407
+ .wpbc_import_ics_bar .wpbc_import_url {
408
+ float:left;
409
+ width:28%;
410
+ height: 2em;
411
+ padding: 2px;
412
+ border-radius: 0;
413
+ margin:10px 5px 10px 1px;
414
+ }
415
+ .wpbc_import_ics_bar .wpbc_import_url {
416
+ width:70%;
417
+ padding: 2px 5px;
418
+ }
419
+ .wpbc_system_info_log {
420
+ font-size: 11px;
421
+ line-height: 1.5em;
422
+ border: 2px dashed #e85;
423
+ padding: 5px 20px;
424
+ display: none;
425
+ }
426
+ /**********************************************************************************************************/
427
+ .wpbc-help-message {
428
+ border:none;
429
+ }
430
+ /* toolbar fix */
431
+ .wpdevelop .visibility_container .control-group {
432
+ margin: 0 8px 5px 0;
433
+ }
434
+ /* Selectbox element in toolbar */
435
+ .visibility_container select optgroup{
436
+ color:#999;
437
+ vertical-align: middle;
438
+ font-style: italic;
439
+ font-weight: 400;
440
+ }
441
+ .visibility_container select option {
442
+ padding:5px;
443
+ font-weight: 600;
444
+ }
445
+ .visibility_container select optgroup option{
446
+ padding: 5px 20px;
447
+ color:#555;
448
+ font-weight: 600;
449
+ }
450
+ #wpbc_create_new_custom_form_name_fields {
451
+ width: 360px;
452
+ display:none;
453
+ }
454
+ @media (max-width: 782px) {
455
+ .wpbc_import_ics_bar .wpbc_import_br_selection,
456
+ .wpbc_import_ics_bar .wpbc_import_div {
457
+ float:none;
458
+ width:100%;
459
+ }
460
+ }
461
+ @media (max-width: 399px) {
462
+ #wpbc_create_new_custom_form_name_fields {
463
+ width: 100%;
464
+ }
465
+ }
466
+ </style>
467
+ <?php
468
+ }
469
+
470
+
471
+
472
+ /**
473
+ * Add Custon JavaScript - for some specific settings options
474
+ * Executed After post content, after initial definition of settings, and possible definition after POST request.
475
+ *
476
+ * @param type $menu_slug
477
+ */
478
+ private function enqueue_js(){
479
+
480
+ // JavaScript //////////////////////////////////////////////////////////////
481
+
482
+ $js_script = '';
483
+
484
+ // //Show|Hide grayed section
485
+ // $js_script .= "
486
+ // if ( ! jQuery('#ics_general_booking_gcal_auto_import_is_active').is(':checked') ) {
487
+ // jQuery('.wpbc_tr_auto_import').addClass('hidden_items');
488
+ // }
489
+ // ";
490
+
491
+ // // Hide|Show on Click Radion
492
+ // $js_script .= " jQuery('input[name=\"paypal_pro_hosted_solution\"]').on( 'change', function(){
493
+ // jQuery('.wpbc_sub_settings_paypal_account_type').addClass('hidden_items');
494
+ // if ( jQuery('#paypal_type_standard').is(':checked') ) {
495
+ // jQuery('.wpbc_sub_settings_paypal_standard').removeClass('hidden_items');
496
+ // } else {
497
+ // jQuery('.wpbc_sub_settings_paypal_pro_hosted').removeClass('hidden_items');
498
+ // }
499
+ // } ); ";
500
+
501
+ ////////////////////////////////////////////////////////////////////////
502
+
503
+
504
+ // Eneque JS to the footer of the page
505
+ wpbc_enqueue_js( $js_script );
506
+ }
507
+
508
+ // </editor-fold>
509
+
510
+ }
511
+ add_action('wpbc_menu_created', array( new WPBC_Page_SettingsGeneralSync() , '__construct') ); // Executed after creation of Menu
512
+
513
+
514
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
515
+ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
516
+
517
+
518
+ /**
519
+ * Validate some fields during saving to DB
520
+ * Skip saving some pseudo options, instead of that creare new real option.
521
+ *
522
+ * @param array $validated_fields
523
+ * @return type
524
+ */
525
+ function wpbc_fields_before_saving_to_db__general_sync( $validated_fields ) {
526
+
527
+ // Set new option based on pseudo options
528
+ $validated_fields['booking_gcal_events_form_fields'] = array(
529
+ 'title' => $validated_fields['booking_gcal_events_form_fields_title']
530
+ , 'description' => $validated_fields['booking_gcal_events_form_fields_description']
531
+ , 'where' => $validated_fields['booking_gcal_events_form_fields_where']
532
+ );
533
+ // Unset several pseudo options.
534
+ unset( $validated_fields['booking_gcal_events_form_fields_title'] );
535
+ unset( $validated_fields['booking_gcal_events_form_fields_description'] );
536
+ unset( $validated_fields['booking_gcal_events_form_fields_where'] );
537
+
538
+ return $validated_fields;
539
+ }
540
+ add_filter('wpbc_fields_before_saving_to_db__general_sync', 'wpbc_fields_before_saving_to_db__general_sync');
541
+
542
+
543
+
544
+ /**
545
+ * Override fields array of Settings page, AFTER saving to DB. Some fields have to have different Values.
546
+ * Set here values for our pseudo-options, after saving to DB
547
+ * Because they was not overloading during this saving
548
+ *
549
+ * @param array $fields
550
+ * @param string $page_id
551
+ * @return array - fields
552
+ */
553
+ function wpbc_fields_after_saving_to_db__general_sync( $fields, $page_id ) {
554
+
555
+ if ( $page_id == 'general_sync' ) { // Check our API ID relative saving of this settings page
556
+
557
+ $booking_gcal_events_form_fields = get_bk_option( 'booking_gcal_events_form_fields');
558
+ $booking_gcal_events_form_fields = maybe_unserialize( $booking_gcal_events_form_fields );
559
+
560
+ if (isset($booking_gcal_events_form_fields['title']))
561
+ $fields[ 'booking_gcal_events_form_fields_title' ]['value'] = $booking_gcal_events_form_fields['title'];
562
+
563
+ if (isset($booking_gcal_events_form_fields['description']))
564
+ $fields[ 'booking_gcal_events_form_fields_description' ]['value'] = $booking_gcal_events_form_fields['description'];
565
+
566
+ if (isset($booking_gcal_events_form_fields['where']))
567
+ $fields[ 'booking_gcal_events_form_fields_where' ]['value'] = $booking_gcal_events_form_fields['where'];
568
+
569
+ }
570
+ return $fields;
571
+ }
572
+ add_filter('wpbc_fields_after_saving_to_db', 'wpbc_fields_after_saving_to_db__general_sync', 10, 2);
core/admin/page-ics-import.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Settings API
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2017-07-09
11
  *
@@ -65,7 +65,7 @@ class WPBC_Page_SettingsImportFeeds extends WPBC_Page_Structure {
65
  , 'css_classes' => '' // CSS class(es)
66
  //, 'icon' => 'http://.../icon.png' // Icon - link to the real PNG img
67
  //, 'font_icon' => 'glyphicon glyphicon-envelope' // CSS definition of Font Icon
68
- , 'default' => true // Is this sub tab activated by default or not: true || false.
69
  , 'disabled' => false // Is this sub tab deactivated: true || false.
70
  , 'checkbox' => false // or definition array for specific checkbox: array( 'checked' => true, 'name' => 'feature1_active_status' ) //, 'checkbox' => array( 'checked' => $is_checked, 'name' => 'enabled_active_status' )
71
  , 'content' => 'content' // Function to load as conten of this TAB
@@ -560,7 +560,7 @@ function wpbc_ics_import_export__show_help_info( $is_import = true ) {
560
  <li><?php
561
  printf( __( 'Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode configuration%s', 'booking' )
562
  , '<code>[booking-manager-import ...]</code>'
563
- , '<a target="_blank" href="http://wpbookingcalendar.com/help/booking-manager/">'
564
  , '</a>'
565
  );
566
  ?>.
@@ -570,7 +570,7 @@ function wpbc_ics_import_export__show_help_info( $is_import = true ) {
570
  $message_ics = sprintf( __( 'Using such shortcodes in pages give a great flexibility to import from different .ics feeds (sources) into the same resource.%sAlso its possible to define different CRON parameters for accessing such different pages with different time intervals.', 'booking' )
571
  , '<br/>'
572
  );
573
- $message_ics = str_replace( array( '.ics', 'CRON' ), array( '<strong>.ics</strong>', '<a target="_blank" href="http://wpbookingcalendar.com/help/cron/"><strong>CRON</strong></a>' ), $message_ics );
574
  echo $message_ics;
575
  ?>
576
  </div>
@@ -586,7 +586,7 @@ function wpbc_ics_import_export__show_help_info( $is_import = true ) {
586
  $message_ics = sprintf( __( 'If you have inserted import shortcodes from %s, then you can configure your CRON for periodically access these pages and import .ics feeds.', 'booking' )
587
  , '<a target="_blank" href="https://wordpress.org/plugins/booking-manager/"><strong>Booking Manager</strong></a> <code>[booking-manager-import ...]</code>'
588
  );
589
- $message_ics = str_replace( array( '.ics', 'CRON' ), array( '<strong>.ics</strong>', '<a target="_blank" href="http://wpbookingcalendar.com/help/cron/"><strong>CRON</strong></a>' ), $message_ics );
590
  echo $message_ics;
591
  ?>
592
  </li>
5
  * @category Settings API
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2017-07-09
11
  *
65
  , 'css_classes' => '' // CSS class(es)
66
  //, 'icon' => 'http://.../icon.png' // Icon - link to the real PNG img
67
  //, 'font_icon' => 'glyphicon glyphicon-envelope' // CSS definition of Font Icon
68
+ , 'default' => ! true // Is this sub tab activated by default or not: true || false. //FixIn: 8.1.10
69
  , 'disabled' => false // Is this sub tab deactivated: true || false.
70
  , 'checkbox' => false // or definition array for specific checkbox: array( 'checked' => true, 'name' => 'feature1_active_status' ) //, 'checkbox' => array( 'checked' => $is_checked, 'name' => 'enabled_active_status' )
71
  , 'content' => 'content' // Function to load as conten of this TAB
560
  <li><?php
561
  printf( __( 'Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode configuration%s', 'booking' )
562
  , '<code>[booking-manager-import ...]</code>'
563
+ , '<a target="_blank" href="https://wpbookingcalendar.com/help/booking-manager/">'
564
  , '</a>'
565
  );
566
  ?>.
570
  $message_ics = sprintf( __( 'Using such shortcodes in pages give a great flexibility to import from different .ics feeds (sources) into the same resource.%sAlso its possible to define different CRON parameters for accessing such different pages with different time intervals.', 'booking' )
571
  , '<br/>'
572
  );
573
+ $message_ics = str_replace( array( '.ics', 'CRON' ), array( '<strong>.ics</strong>', '<a target="_blank" href="https://wpbookingcalendar.com/help/cron/"><strong>CRON</strong></a>' ), $message_ics );
574
  echo $message_ics;
575
  ?>
576
  </div>
586
  $message_ics = sprintf( __( 'If you have inserted import shortcodes from %s, then you can configure your CRON for periodically access these pages and import .ics feeds.', 'booking' )
587
  , '<a target="_blank" href="https://wordpress.org/plugins/booking-manager/"><strong>Booking Manager</strong></a> <code>[booking-manager-import ...]</code>'
588
  );
589
+ $message_ics = str_replace( array( '.ics', 'CRON' ), array( '<strong>.ics</strong>', '<a target="_blank" href="https://wpbookingcalendar.com/help/cron/"><strong>CRON</strong></a>' ), $message_ics );
590
  echo $message_ics;
591
  ?>
592
  </li>
core/admin/page-import-gcal.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Settings API
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2016-08-07
11
  *
@@ -35,95 +35,20 @@ class WPBC_API_SettingsImportGCal extends WPBC_Settings_API {
35
  $options = wp_parse_args( $options, $default_options );
36
 
37
  /**
38
- * Activation and deactivation of these options already done at the wpbc-gcal.php file
39
- //
40
- // add_bk_action( 'wpbc_other_versions_activation', array( $this, 'activate' ) ); // Activate
41
- // add_bk_action( 'wpbc_other_versions_deactivation', array( $this, 'deactivate' ) ); // Deactivate
42
  */
43
 
44
  parent::__construct( $id, $options, $init_fields_values ); // Define ID of Setting page and options
45
  }
46
 
47
-
48
- // TODO:
49
-
50
  /** Define settings Fields */
51
  public function init_settings_fields() {
52
-
53
- $this->fields = array();
54
-
55
- // TODO:
56
- // add_bk_option( 'booking_gcal_events_form_fields', 'a:3:{s:5:"title";s:9:"text^name";s:11:"description";s:12:"text^details";s:5:"where";s:5:"text^";}');
57
-
58
- // Problem with email^email field, previously its was text^email
59
- // problem with textarea^details field, previously its was text^details
60
-
61
-
62
- ////////////////////////////////////////////////////////////////////////
63
- // Get form fields from different forms in the paid versions
64
- ////////////////////////////////////////////////////////////////////////
65
- $options = array();
66
- $options[ 'text^' ] = __('None' ,'booking');
67
-
68
- $booking_forms = wpbc_get_fields_list_in_booking_form();
69
- //debuge($booking_forms);
70
- foreach ( $booking_forms as $single_booking_form ) {
71
-
72
- //OPTGROUP - Open
73
- $options[ $single_booking_form['name'] ] = array(
74
- 'title' => ucfirst( trim( $single_booking_form['name'] ) )
75
- , 'optgroup' => true
76
- , 'close' => false );
77
-
78
- $field_listing = $single_booking_form['listing'];
79
- for ( $i = 0; $i < $single_booking_form['num']; $i++ ) {
80
- $options[ ( ( trim( $single_booking_form['name'] ) != 'standard' ) ? trim( $single_booking_form['name'] ) . '^' : '' ) .
81
- trim( $single_booking_form['listing']['fields_type'][$i] ). '^' . trim( $single_booking_form['listing']['fields'][$i] )
82
- ] = ( trim( $single_booking_form['listing']['labels'][$i] ) );
83
- }
84
-
85
- //OPTGROUP - Close
86
- $options[ $single_booking_form['name'] . '_close' ] = array(
87
- 'title' => $single_booking_form['name'] // ucfirst( trim( $option_group_name ) )
88
- , 'optgroup' => true
89
- , 'close' => true );
90
- }
91
- ////////////////////////////////////////////////////////////////////////
92
- //debuge($options);
93
 
94
-
95
- // booking_gcal_events_form_fields - real name of option to save. This option have to be skipped during saving and during loading need some actions.
96
- $this->fields['booking_gcal_events_form_fields_title'] = array(
97
- 'type' => 'select'
98
- , 'default' => ''
99
- , 'title' => __('Event Title', 'booking')
100
- , 'description' => sprintf( __( 'Select field for assigning to %sevent property%s' ,'booking'), '<b>', '</b>' )
101
- , 'description_tag' => 'span'
102
- , 'css' => ''
103
- , 'options' => $options
104
- , 'group' => 'events_fields'
105
- );
106
- $this->fields['booking_gcal_events_form_fields_description'] = array(
107
- 'type' => 'select'
108
- , 'default' => ''
109
- , 'title' => __('Event Description (optional field)' ,'booking')
110
- , 'description' => sprintf( __( 'Select field for assigning to %sevent property%s' ,'booking'), '<b>', '</b>' )
111
- , 'description_tag' => 'span'
112
- , 'css' => ''
113
- , 'options' => $options
114
- , 'group' => 'events_fields'
115
- );
116
- $this->fields['booking_gcal_events_form_fields_where'] = array(
117
- 'type' => 'select'
118
- , 'default' => ''
119
- , 'title' => __('Location' ,'booking')
120
- , 'description' => sprintf( __( 'Select field for assigning to %sevent property%s' ,'booking'), '<b>', '</b>' )
121
- , 'description_tag' => 'span'
122
- , 'css' => ''
123
- , 'options' => $options
124
- , 'group' => 'events_fields'
125
- );
126
- ////////////////////////////////////////////////////////////////////////
127
 
128
 
129
  // Auto import
@@ -172,7 +97,7 @@ class WPBC_API_SettingsImportGCal extends WPBC_Settings_API {
172
  . '<div class="wpbc-settings-notice notice-info" style="text-align:left;"><strong>'
173
  . __('Note:' ,'booking') . '</strong> '
174
  . sprintf( __('You can check in this %sinstruction how to generate and use your Google API key%s.' ,'booking')
175
- , '<a href="http://wpbookingcalendar.com/faq/import-gc-events/">'
176
  ,'</a>'
177
  )
178
  . '</div>'
@@ -201,42 +126,7 @@ class WPBC_API_SettingsImportGCal extends WPBC_Settings_API {
201
  //, 'validate_as' => array( 'required' )
202
  , 'is_demo_safe' => wpbc_is_this_demo()
203
  );
204
-
205
-
206
- $options = array();
207
- $options[''] = __('Default' ,'booking');
208
-
209
- global $wpbc_booking_region_cities_list; // structure: $wpbc_booking_region_cities_list["Pacific"]["Fiji"] = "Fiji";
210
-
211
- foreach ( $wpbc_booking_region_cities_list as $region => $region_cities) {
212
-
213
- //OPTGROUP - Open
214
- $options[ $region ] = array(
215
- 'title' => ucfirst( trim( $region ) )
216
- , 'optgroup' => true
217
- , 'close' => false );
218
-
219
- foreach ($region_cities as $city_key => $city_title) {
220
-
221
- $options[ trim( $region .'/'. $city_key ) ] = ( trim( $city_title ) );
222
- }
223
-
224
- //OPTGROUP - Close
225
- $options[ $region . '_close' ] = array(
226
- 'title' => $region // ucfirst( trim( $option_group_name ) )
227
- , 'optgroup' => true
228
- , 'close' => true );
229
- }
230
- $this->fields['booking_gcal_timezone'] = array(
231
- 'type' => 'select'
232
- , 'default' => ''
233
- , 'title' => __('Timezone', 'booking')
234
- , 'description' => __('Select a city in your required timezone, if you are having problems with dates and times.' ,'booking')
235
- , 'description_tag' => 'p'
236
- , 'css' => ''
237
- , 'options' => $options
238
- , 'group' => 'general'
239
- );
240
  ////////////////////////////////////////////////////////////////////////
241
 
242
 
@@ -522,7 +412,7 @@ class WPBC_Page_SettingsImportGCal extends WPBC_Page_Structure {
522
  , 'css_classes' => '' // CSS class(es)
523
  //, 'icon' => 'http://.../icon.png' // Icon - link to the real PNG img
524
  //, 'font_icon' => 'glyphicon glyphicon-envelope' // CSS definition of Font Icon
525
- , 'default' => !true // Is this sub tab activated by default or not: true || false.
526
  , 'disabled' => false // Is this sub tab deactivated: true || false.
527
  , 'checkbox' => false // or definition array for specific checkbox: array( 'checked' => true, 'name' => 'feature1_active_status' ) //, 'checkbox' => array( 'checked' => $is_checked, 'name' => 'enabled_active_status' )
528
  , 'content' => 'content' // Function to load as conten of this TAB
@@ -534,7 +424,7 @@ class WPBC_Page_SettingsImportGCal extends WPBC_Page_Structure {
534
  return $tabs;
535
  }
536
 
537
- //TODO:
538
  /** Show Content of Settings page */
539
  public function content() {
540
 
@@ -557,25 +447,6 @@ class WPBC_Page_SettingsImportGCal extends WPBC_Page_Structure {
557
 
558
  $this->get_api(); // Load fields Data from DB
559
 
560
- /**
561
- * O v e r l o a d some values for our pseudo options - during normal opening of page
562
- * if we making saving, so we need to overload these options
563
- * one more time
564
- */
565
- $booking_gcal_events_form_fields = get_bk_option( 'booking_gcal_events_form_fields');
566
- $booking_gcal_events_form_fields = maybe_unserialize( $booking_gcal_events_form_fields );
567
-
568
- if (isset($booking_gcal_events_form_fields['title']))
569
- $this->get_api()->set_field_value( 'booking_gcal_events_form_fields_title', $booking_gcal_events_form_fields['title'] );
570
-
571
- if (isset($booking_gcal_events_form_fields['description']))
572
- $this->get_api()->set_field_value( 'booking_gcal_events_form_fields_description', $booking_gcal_events_form_fields['description'] );
573
-
574
- if (isset($booking_gcal_events_form_fields['where']))
575
- $this->get_api()->set_field_value( 'booking_gcal_events_form_fields_where', $booking_gcal_events_form_fields['where'] );
576
-
577
- $this->get_api()->set_values_to_fields();
578
-
579
 
580
  ////////////////////////////////////////////////////////////////////////
581
  // S u b m i t Main Form
@@ -612,7 +483,6 @@ class WPBC_Page_SettingsImportGCal extends WPBC_Page_Structure {
612
  ?>
613
  <div class="wpdvlp-sub-tabs" style="background:none;border:none;box-shadow: none;padding:0;"><span class="nav-tabs" style="text-align:right;">
614
  <a href="javascript:void(0);" onclick="javascript:wpbc_scroll_to('#wpbc_settings_import_gcal_events_general_metabox' );" original-title="" class="nav-tab go-to-link"><span><?php _e('General Settings', 'booking'); ?></span></a>
615
- <a href="javascript:void(0);" onclick="javascript:wpbc_scroll_to('#wpbc_settings_import_gcal_events_fields_metabox' );" original-title="" class="nav-tab go-to-link"><span><?php _e('Assign events fields to specific booking form field' ,'booking'); ?></span></a>
616
  <?php if ( wpbc_is_mu_user_can_be_here('only_super_admin') ) { ?>
617
  <a href="javascript:void(0);" onclick="javascript:wpbc_scroll_to('#wpbc_settings_import_gcal_events_auto_import_metabox' );" original-title="" class="nav-tab go-to-link"><span><?php _e('Auto import events' ,'booking'); ?></span></a>
618
  <?php } ?>
@@ -647,14 +517,7 @@ class WPBC_Page_SettingsImportGCal extends WPBC_Page_Structure {
647
  if ( class_exists('wpdev_bk_personal') )
648
  wpbc_hidden_search_by_id_field_in_main_form( array( 'search_get_key' => 'wh_resource_id' ) ); //FixIn: 8.0.1.12
649
 
650
- ?><div class="clear" style="height:10px;"></div><?php /* ?>
651
- <div class="wpbc-settings-notice notice-info" style="text-align:left;">
652
- <strong><?php _e('Note!' ,'booking'); ?></strong> <?php
653
- printf( __('If you do not see search results at front-end side of your website, please check troubleshooting instruction %shere%s' ,'booking'),'<a href="http://wpbookingcalendar.com/faq/no-search-results/" target="_blank">','</a>');
654
- ?>
655
- </div>
656
- <div class="clear" style="height:10px;"></div><?php
657
- */
658
 
659
  ?><div class="wpbc_settings_row wpbc_settings_row_left"><?php
660
 
@@ -665,14 +528,8 @@ class WPBC_Page_SettingsImportGCal extends WPBC_Page_Structure {
665
 
666
  wpbc_close_meta_box_section();
667
 
668
-
669
- wpbc_open_meta_box_section( 'wpbc_settings_import_gcal_events_fields', __('Assign events fields to specific booking form field' ,'booking') );
670
 
671
- $this->get_api()->show( 'events_fields' );
672
-
673
- wpbc_close_meta_box_section();
674
-
675
- if ( wpbc_is_mu_user_can_be_here('only_super_admin') ){
676
 
677
  wpbc_open_meta_box_section( 'wpbc_settings_import_gcal_events_auto_import', __('Auto import events' ,'booking') );
678
 
@@ -680,7 +537,8 @@ class WPBC_Page_SettingsImportGCal extends WPBC_Page_Structure {
680
 
681
  wpbc_close_meta_box_section();
682
  }
683
-
 
684
  wpbc_open_meta_box_section( 'wpbc_settings_import_gcal_events_default_settings', __('Default settings for retrieving events' ,'booking') );
685
 
686
  $this->get_api()->show( 'default_settings' );
@@ -741,7 +599,7 @@ class WPBC_Page_SettingsImportGCal extends WPBC_Page_Structure {
741
  // update_bk_option( 'booking_cache_expiration' , WPBC_Settings_API::validate_text_post_static( 'booking_cache_expiration' ) );
742
  }
743
 
744
- //TODO: claer unused CSS here
745
 
746
  // <editor-fold defaultstate="collapsed" desc=" CSS & JS " >
747
 
@@ -881,31 +739,6 @@ class WPBC_Page_SettingsImportGCal extends WPBC_Page_Structure {
881
  add_action('wpbc_menu_created', array( new WPBC_Page_SettingsImportGCal() , '__construct') ); // Executed after creation of Menu
882
 
883
 
884
- /**
885
- * Validate some fields during saving to DB
886
- * Skip saving some pseudo options, instead of that creare new real option.
887
- *
888
- * @param array $validated_fields
889
- * @return type
890
- */
891
- function wpbc_fields_before_saving_to_db__import_gcal( $validated_fields ) {
892
-
893
- // Set new option based on pseudo options
894
- $validated_fields['booking_gcal_events_form_fields'] = array(
895
- 'title' => $validated_fields['booking_gcal_events_form_fields_title']
896
- , 'description' => $validated_fields['booking_gcal_events_form_fields_description']
897
- , 'where' => $validated_fields['booking_gcal_events_form_fields_where']
898
- );
899
- // Unset several pseudo options.
900
- unset( $validated_fields['booking_gcal_events_form_fields_title'] );
901
- unset( $validated_fields['booking_gcal_events_form_fields_description'] );
902
- unset( $validated_fields['booking_gcal_events_form_fields_where'] );
903
-
904
- return $validated_fields;
905
- }
906
- add_filter('wpbc_fields_before_saving_to_db__import_gcal', 'wpbc_fields_before_saving_to_db__import_gcal');
907
-
908
-
909
  /**
910
  * Override fields array of Settings page, AFTER saving to DB. Some fields have to have different Values.
911
  * Set here values for our pseudo-options, after saving to DB
@@ -919,19 +752,6 @@ function wpbc_fields_after_saving_to_db__import_gcal( $fields, $page_id ) {
919
 
920
  if ( $page_id == 'import_gcal' ) { // Check our API ID relative saving of this settings page
921
 
922
- $booking_gcal_events_form_fields = get_bk_option( 'booking_gcal_events_form_fields');
923
- $booking_gcal_events_form_fields = maybe_unserialize( $booking_gcal_events_form_fields );
924
-
925
- if (isset($booking_gcal_events_form_fields['title']))
926
- $fields[ 'booking_gcal_events_form_fields_title' ]['value'] = $booking_gcal_events_form_fields['title'];
927
-
928
- if (isset($booking_gcal_events_form_fields['description']))
929
- $fields[ 'booking_gcal_events_form_fields_description' ]['value'] = $booking_gcal_events_form_fields['description'];
930
-
931
- if (isset($booking_gcal_events_form_fields['where']))
932
- $fields[ 'booking_gcal_events_form_fields_where' ]['value'] = $booking_gcal_events_form_fields['where'];
933
-
934
-
935
  // Update Cron //FixIn: 7.0.1.9
936
  if ( $fields['booking_gcal_auto_import_is_active']['value'] == 'On' ) {
937
 
@@ -953,8 +773,4 @@ function wpbc_fields_after_saving_to_db__import_gcal( $fields, $page_id ) {
953
  }
954
  return $fields;
955
  }
956
- add_filter('wpbc_fields_after_saving_to_db', 'wpbc_fields_after_saving_to_db__import_gcal', 10, 2);
957
-
958
-
959
- // TODO:
960
- // test real import functionality!!!
5
  * @category Settings API
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2016-08-07
11
  *
35
  $options = wp_parse_args( $options, $default_options );
36
 
37
  /**
38
+ * Activation and deactivation of these options already done at the wpbc-gcal.php file
39
+ //
40
+ // add_bk_action( 'wpbc_other_versions_activation', array( $this, 'activate' ) ); // Activate
41
+ // add_bk_action( 'wpbc_other_versions_deactivation', array( $this, 'deactivate' ) ); // Deactivate
42
  */
43
 
44
  parent::__construct( $id, $options, $init_fields_values ); // Define ID of Setting page and options
45
  }
46
 
47
+
 
 
48
  /** Define settings Fields */
49
  public function init_settings_fields() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
+ $this->fields = array();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
 
54
  // Auto import
97
  . '<div class="wpbc-settings-notice notice-info" style="text-align:left;"><strong>'
98
  . __('Note:' ,'booking') . '</strong> '
99
  . sprintf( __('You can check in this %sinstruction how to generate and use your Google API key%s.' ,'booking')
100
+ , '<a href="https://wpbookingcalendar.com/faq/import-gc-events/">'
101
  ,'</a>'
102
  )
103
  . '</div>'
126
  //, 'validate_as' => array( 'required' )
127
  , 'is_demo_safe' => wpbc_is_this_demo()
128
  );
129
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  ////////////////////////////////////////////////////////////////////////
131
 
132
 
412
  , 'css_classes' => '' // CSS class(es)
413
  //, 'icon' => 'http://.../icon.png' // Icon - link to the real PNG img
414
  //, 'font_icon' => 'glyphicon glyphicon-envelope' // CSS definition of Font Icon
415
+ , 'default' => false // Is this sub tab activated by default or not: true || false.
416
  , 'disabled' => false // Is this sub tab deactivated: true || false.
417
  , 'checkbox' => false // or definition array for specific checkbox: array( 'checked' => true, 'name' => 'feature1_active_status' ) //, 'checkbox' => array( 'checked' => $is_checked, 'name' => 'enabled_active_status' )
418
  , 'content' => 'content' // Function to load as conten of this TAB
424
  return $tabs;
425
  }
426
 
427
+
428
  /** Show Content of Settings page */
429
  public function content() {
430
 
447
 
448
  $this->get_api(); // Load fields Data from DB
449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
 
451
  ////////////////////////////////////////////////////////////////////////
452
  // S u b m i t Main Form
483
  ?>
484
  <div class="wpdvlp-sub-tabs" style="background:none;border:none;box-shadow: none;padding:0;"><span class="nav-tabs" style="text-align:right;">
485
  <a href="javascript:void(0);" onclick="javascript:wpbc_scroll_to('#wpbc_settings_import_gcal_events_general_metabox' );" original-title="" class="nav-tab go-to-link"><span><?php _e('General Settings', 'booking'); ?></span></a>
 
486
  <?php if ( wpbc_is_mu_user_can_be_here('only_super_admin') ) { ?>
487
  <a href="javascript:void(0);" onclick="javascript:wpbc_scroll_to('#wpbc_settings_import_gcal_events_auto_import_metabox' );" original-title="" class="nav-tab go-to-link"><span><?php _e('Auto import events' ,'booking'); ?></span></a>
488
  <?php } ?>
517
  if ( class_exists('wpdev_bk_personal') )
518
  wpbc_hidden_search_by_id_field_in_main_form( array( 'search_get_key' => 'wh_resource_id' ) ); //FixIn: 8.0.1.12
519
 
520
+ ?><div class="clear" style="height:10px;"></div><?php
 
 
 
 
 
 
 
521
 
522
  ?><div class="wpbc_settings_row wpbc_settings_row_left"><?php
523
 
528
 
529
  wpbc_close_meta_box_section();
530
 
 
 
531
 
532
+ if ( wpbc_is_mu_user_can_be_here('only_super_admin') ){
 
 
 
 
533
 
534
  wpbc_open_meta_box_section( 'wpbc_settings_import_gcal_events_auto_import', __('Auto import events' ,'booking') );
535
 
537
 
538
  wpbc_close_meta_box_section();
539
  }
540
+
541
+
542
  wpbc_open_meta_box_section( 'wpbc_settings_import_gcal_events_default_settings', __('Default settings for retrieving events' ,'booking') );
543
 
544
  $this->get_api()->show( 'default_settings' );
599
  // update_bk_option( 'booking_cache_expiration' , WPBC_Settings_API::validate_text_post_static( 'booking_cache_expiration' ) );
600
  }
601
 
602
+ //TODO: clear unused CSS here
603
 
604
  // <editor-fold defaultstate="collapsed" desc=" CSS & JS " >
605
 
739
  add_action('wpbc_menu_created', array( new WPBC_Page_SettingsImportGCal() , '__construct') ); // Executed after creation of Menu
740
 
741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
742
  /**
743
  * Override fields array of Settings page, AFTER saving to DB. Some fields have to have different Values.
744
  * Set here values for our pseudo-options, after saving to DB
752
 
753
  if ( $page_id == 'import_gcal' ) { // Check our API ID relative saving of this settings page
754
 
 
 
 
 
 
 
 
 
 
 
 
 
 
755
  // Update Cron //FixIn: 7.0.1.9
756
  if ( $fields['booking_gcal_auto_import_is_active']['value'] == 'On' ) {
757
 
773
  }
774
  return $fields;
775
  }
776
+ add_filter('wpbc_fields_after_saving_to_db', 'wpbc_fields_after_saving_to_db__import_gcal', 10, 2);
 
 
 
 
core/admin/page-new.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Content of Add New Booking
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-10-31
4
  * @category Content of Add New Booking
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-10-31
core/admin/page-settings.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Content of Settings page
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-02
4
  * @category Content of Settings page
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-02
core/admin/page-timeline.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Content of Booking Listing page
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-13
4
  * @category Content of Booking Listing page
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-13
core/admin/page-up.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Content of Up page
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2017-10-16
@@ -36,7 +36,7 @@ class WPBC_Page_SettingsUp extends WPBC_Page_Structure {
36
 
37
  $tabs[ 'upgrade' ] = array(
38
  'title' => __( 'Upgrade', 'booking') // Title of TAB
39
- , 'page_title' => ''//sprintf( __( 'Need even more functionality? Check %s higher versions %s','booking'), '', '<a href="http://wpbookingcalendar.com/overview/" target="_blank" style="text-decoration: none;font-size:0.9em;">&gt;&gt;&gt;</a>' ) // Title of Page
40
  , 'hint' => '' // Hint
41
  , 'link' => '' // Can be skiped, then generated link based on Page and Tab tags. Or can be extenral link
42
  , 'position' => 'right' // 'left' || 'right' || ''
@@ -55,7 +55,7 @@ class WPBC_Page_SettingsUp extends WPBC_Page_Structure {
55
 
56
  $this->css();
57
  ?>
58
- <div class="wpbc_redirection_message">Redirection to <a href="http://wpbookingcalendar.com/overview/#content">Booking Calendar website</a> after <span class="wpbc_countdown">5</span> seconds...</div>
59
  <script type="text/javascript">
60
 
61
  var count = 5;
@@ -65,7 +65,7 @@ class WPBC_Page_SettingsUp extends WPBC_Page_Structure {
65
  jQuery( ".wpbc_countdown" ).html( count );
66
  if ( count == 0 ){
67
  clearInterval( countdown );
68
- window.location.href = "http://wpbookingcalendar.com/overview/#content";
69
  //window.open( 'http://google.com', "_self" );
70
  }
71
  count--;
@@ -74,7 +74,7 @@ class WPBC_Page_SettingsUp extends WPBC_Page_Structure {
74
  </script>
75
  <?php
76
  do_action( 'wpbc_premium_content_overview' );
77
- //wpbc_redirect( 'http://wpbookingcalendar.com/overview/#content' );
78
  }
79
 
80
  public function css(){
4
  * @category Content of Up page
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2017-10-16
36
 
37
  $tabs[ 'upgrade' ] = array(
38
  'title' => __( 'Upgrade', 'booking') // Title of TAB
39
+ , 'page_title' => ''//sprintf( __( 'Need even more functionality? Check %s higher versions %s','booking'), '', '<a href="https://wpbookingcalendar.com/overview/" target="_blank" style="text-decoration: none;font-size:0.9em;">&gt;&gt;&gt;</a>' ) // Title of Page
40
  , 'hint' => '' // Hint
41
  , 'link' => '' // Can be skiped, then generated link based on Page and Tab tags. Or can be extenral link
42
  , 'position' => 'right' // 'left' || 'right' || ''
55
 
56
  $this->css();
57
  ?>
58
+ <div class="wpbc_redirection_message">Redirection to <a href="https://wpbookingcalendar.com/overview/#content">Booking Calendar website</a> after <span class="wpbc_countdown">5</span> seconds...</div>
59
  <script type="text/javascript">
60
 
61
  var count = 5;
65
  jQuery( ".wpbc_countdown" ).html( count );
66
  if ( count == 0 ){
67
  clearInterval( countdown );
68
+ window.location.href = "https://wpbookingcalendar.com/overview/#content";
69
  //window.open( 'http://google.com', "_self" );
70
  }
71
  count--;
74
  </script>
75
  <?php
76
  do_action( 'wpbc_premium_content_overview' );
77
+ //wpbc_redirect( 'https://wpbookingcalendar.com/overview/#content' );
78
  }
79
 
80
  public function css(){
core/admin/wpbc-class-listing.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Booking Listing Table in Admin Panel
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-12-28
4
  * @category Booking Listing Table in Admin Panel
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-12-28
core/admin/wpbc-class-timeline.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Timeline for Admin Panel
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-01-18
@@ -735,6 +735,8 @@ class WPBC_Timeline {
735
  $my_time_index = explode( ':', $my_time );
736
  $my_time_index = (int) ($my_time_index[0] * 60 * 60 + $my_time_index[1] * 60 + $my_time_index[2]);
737
 
 
 
738
  if ( !isset( $time_array[$my_date] ) ) {
739
  $time_array[$my_date] = array( $my_time_index => array( $my_time => array( 'id' => $bk->booking_id, 'resource' => $date_bk_res_id ) ) );
740
  } else {
@@ -1158,11 +1160,15 @@ class WPBC_Timeline {
1158
  if ($month_title != '') {
1159
  ?><div class="month_year"><?php echo $month_title .', ' . $yy ;?></div><?php
1160
  }
1161
- if ( ( $view_days_num==30 ) || ( $view_days_num == 60) ) {
1162
-
1163
- ?><a href='<?php echo $bk_admin_url_today . '&scroll_start_date=' . $yy . '-' . $mm . '-' . $dd ; ?>'>
1164
- <div class="day_num day_num<?php echo $d_inc ?>"><?php echo $day_title;?></div>
1165
- </a><?php
 
 
 
 
1166
 
1167
  } else {
1168
  ?><div class="day_num day_num<?php echo $d_inc ?>"><?php echo $day_title;?></div><?php
4
  * @category Timeline for Admin Panel
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-01-18
735
  $my_time_index = explode( ':', $my_time );
736
  $my_time_index = (int) ($my_time_index[0] * 60 * 60 + $my_time_index[1] * 60 + $my_time_index[2]);
737
 
738
+ $my_time = strtotime( $my_time ); //FixIn: 8.1.6
739
+
740
  if ( !isset( $time_array[$my_date] ) ) {
741
  $time_array[$my_date] = array( $my_time_index => array( $my_time => array( 'id' => $bk->booking_id, 'resource' => $date_bk_res_id ) ) );
742
  } else {
1160
  if ($month_title != '') {
1161
  ?><div class="month_year"><?php echo $month_title .', ' . $yy ;?></div><?php
1162
  }
1163
+ if ( ( $view_days_num==30 ) || ( $view_days_num == 60) ) {
1164
+
1165
+ if ( ! $this->is_frontend ) {
1166
+ ?><a href='<?php echo $bk_admin_url_today . '&scroll_start_date=' . $yy . '-' . $mm . '-' . $dd; ?>'><?php
1167
+ }
1168
+ ?> <div class="day_num day_num<?php echo $d_inc ?>"><?php echo $day_title;?></div><?php
1169
+ if ( ! $this->is_frontend ) {
1170
+ ?></a><?php
1171
+ }
1172
 
1173
  } else {
1174
  ?><div class="day_num day_num<?php echo $d_inc ?>"><?php echo $day_title;?></div><?php
core/admin/wpbc-dashboard.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Admin Panel - Dashboard functions
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-03-16
@@ -156,13 +156,13 @@ function wpbc_dashboard_widget_show() {
156
 
157
  ?><div style="clear:both;margin-bottom:20px;"></div><?php
158
 
159
- wpbc_dashboard_section_version();
160
 
161
- wpbc_dashboard_section_support();
162
 
163
  ?><div style="clear:both;"></div><?php
164
 
165
- wpbc_dashboard_section_news();
166
 
167
 
168
  ?>
@@ -173,7 +173,7 @@ function wpbc_dashboard_widget_show() {
173
 
174
  /*
175
  <div id="modal_content1" style="display:block;width:100%;height:100px;" class="modal_content_text" >
176
- <iframe src="http://wpbookingcalendar.com/purchase/#content" style="border:1px solid red; width:100%;height:100px;padding:0px;margin:0px;"></iframe>
177
  </div>
178
  */
179
  }
@@ -308,10 +308,10 @@ function wpbc_dashboard_section_support() {
308
  </td>
309
  </tr>
310
  <tr>
311
- <td style="text-align:center;" class="bk_spec_font"><a target="_blank" href="http://wpbookingcalendar.com/help/"><?php _e('Help Info' ,'booking');?></a></td>
312
  </tr>
313
  <tr>
314
- <td style="text-align:center;" class="bk_spec_font"><a target="_blank" href="http://wpbookingcalendar.com/faq/"><?php _e('FAQ' ,'booking');?></a></td>
315
  </tr>
316
  <tr>
317
  <td style="text-align:center;" class="bk_spec_font"><a href="mailto:support@wpbookingcalendar.com"><?php _e('Contact email' ,'booking');?></a></td>
@@ -356,7 +356,7 @@ function wpbc_dashboard_section_news() {
356
 
357
  /** Dashboard Version Section */
358
  function wpbc_dashboard_section_version() {
359
-
360
  $version = 'free';
361
  $version = get_bk_version();
362
  if ( wpbc_is_this_demo() )
@@ -370,7 +370,7 @@ function wpbc_dashboard_section_version() {
370
  <div class="wpbc_dashboard_section border_orrange" id="bk_upgrade_section">
371
  <div style="padding:0px 10px;width:96%;">
372
  <h4><?php _e('Upgrade to higher versions' ,'booking') ?>:</h4>
373
- <p>Check additional advanced functionality, which exist in higher versions and can be interesting for you <a href="http://wpbookingcalendar.com/overview/" target="_blank">here &raquo;</a></p>
374
  <p><a class="button button-primary" style="margin-top: 10px;font-weight: 600;" href="<?php echo wpbc_up_link(); ?>" target="_blank"><?php if ( wpbc_get_ver_sufix() == '' ) { _e('Purchase' ,'booking'); } else { _e('Upgrade Now' ,'booking'); } ?></a> </p>
375
  </div>
376
  </div>
@@ -435,11 +435,11 @@ function wpbc_dashboard_section_version() {
435
  <tr>
436
  <td colspan="2" style="border:none;text-align:center;" class=""><?php
437
  if ($version == 'free') {
438
- ?><a class="button-primary button" style="font-weight:600;" target="_blank" href="http://wpbookingcalendar.com/overview/"><?php _e('Check Premium Features' ,'booking');?></a><?php
439
  } elseif ( wpbc_get_ver_sufix() != '' ) {
440
  ?><a class="button-primary button" href="<?php echo wpbc_get_settings_url(); ?>&tab=upgrade"><?php _e('Upgrade' ,'booking');?></a><?php
441
  } else {
442
- ?><a class="button-primary button" target="_blank" href="http://wpbookingcalendar.com/overview/"><?php _e('Explore Premium Features' ,'booking');?></a><?php
443
  }
444
  ?></td>
445
  </tr>
4
  * @category Admin Panel - Dashboard functions
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-03-16
156
 
157
  ?><div style="clear:both;margin-bottom:20px;"></div><?php
158
 
159
+ wpbc_dashboard_section_version();
160
 
161
+ wpbc_dashboard_section_support();
162
 
163
  ?><div style="clear:both;"></div><?php
164
 
165
+ wpbc_dashboard_section_news();
166
 
167
 
168
  ?>
173
 
174
  /*
175
  <div id="modal_content1" style="display:block;width:100%;height:100px;" class="modal_content_text" >
176
+ <iframe src="https://wpbookingcalendar.com/purchase/#content" style="border:1px solid red; width:100%;height:100px;padding:0px;margin:0px;"></iframe>
177
  </div>
178
  */
179
  }
308
  </td>
309
  </tr>
310
  <tr>
311
+ <td style="text-align:center;" class="bk_spec_font"><a target="_blank" href="https://wpbookingcalendar.com/help/"><?php _e('Help Info' ,'booking');?></a></td>
312
  </tr>
313
  <tr>
314
+ <td style="text-align:center;" class="bk_spec_font"><a target="_blank" href="https://wpbookingcalendar.com/faq/"><?php _e('FAQ' ,'booking');?></a></td>
315
  </tr>
316
  <tr>
317
  <td style="text-align:center;" class="bk_spec_font"><a href="mailto:support@wpbookingcalendar.com"><?php _e('Contact email' ,'booking');?></a></td>
356
 
357
  /** Dashboard Version Section */
358
  function wpbc_dashboard_section_version() {
359
+
360
  $version = 'free';
361
  $version = get_bk_version();
362
  if ( wpbc_is_this_demo() )
370
  <div class="wpbc_dashboard_section border_orrange" id="bk_upgrade_section">
371
  <div style="padding:0px 10px;width:96%;">
372
  <h4><?php _e('Upgrade to higher versions' ,'booking') ?>:</h4>
373
+ <p>Check additional advanced functionality, which exist in higher versions and can be interesting for you <a href="https://wpbookingcalendar.com/overview/" target="_blank">here &raquo;</a></p>
374
  <p><a class="button button-primary" style="margin-top: 10px;font-weight: 600;" href="<?php echo wpbc_up_link(); ?>" target="_blank"><?php if ( wpbc_get_ver_sufix() == '' ) { _e('Purchase' ,'booking'); } else { _e('Upgrade Now' ,'booking'); } ?></a> </p>
375
  </div>
376
  </div>
435
  <tr>
436
  <td colspan="2" style="border:none;text-align:center;" class=""><?php
437
  if ($version == 'free') {
438
+ ?><a class="button-primary button" style="font-weight:600;" target="_blank" href="https://wpbookingcalendar.com/overview/"><?php _e('Check Premium Features' ,'booking');?></a><?php
439
  } elseif ( wpbc_get_ver_sufix() != '' ) {
440
  ?><a class="button-primary button" href="<?php echo wpbc_get_settings_url(); ?>&tab=upgrade"><?php _e('Upgrade' ,'booking');?></a><?php
441
  } else {
442
+ ?><a class="button-primary button" target="_blank" href="https://wpbookingcalendar.com/overview/"><?php _e('Explore Premium Features' ,'booking');?></a><?php
443
  }
444
  ?></td>
445
  </tr>
core/admin/wpbc-sql.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Data Engine for Booking Listing / Calendar Overview pages
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-12-08
4
  * @category Data Engine for Booking Listing / Calendar Overview pages
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-12-08
core/admin/wpbc-toolbar-tiny.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
@@ -831,7 +831,7 @@ Parameters for possible usage of shortcode:
831
  'type' => 'html'
832
  , 'html' => wpbc_show_message_in_settings(
833
  '<strong style="padding-left: 2em;line-height:2em;">'
834
- . sprintf( __( 'Please read more about the possible customizations of these %soptions%s %shere%s', 'booking' ), '<strong>', '</strong>', '<a href="http://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">', '</a>' )
835
  . '</strong>'
836
  . '<ol style="list-style-type:disc;line-height:2em;">'
837
  . '<li>'
@@ -853,8 +853,8 @@ Parameters for possible usage of shortcode:
853
 
854
  . '<li>'
855
  . sprintf(__('Please, read more about the shortcodes %shere%s or JavaScript customization of the specific shortcodes %shere%s' ,'booking')
856
- , '<a href="http://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">', '</a>'
857
- , '<a href="http://wpbookingcalendar.com/faq/advanced-javascript-for-the-booking-shortcodes/" target="_blank">','</a>')
858
  . '</li>'
859
  . '</ol>'
860
  , 'warning', '', false )
@@ -1061,7 +1061,7 @@ Parameters for possible usage of shortcode:
1061
  'type' => 'html'
1062
  , 'html' => wpbc_show_message_in_settings(
1063
  '<strong style="padding-left: 2em;line-height:2em;">'
1064
- . sprintf( __( 'Please read more about the possible customizations of these %soptions%s %shere%s', 'booking' ), '<strong>', '</strong>', '<a href="http://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">', '</a>' )
1065
  . '</strong>'
1066
  . '<ol style="list-style-type:disc;line-height:2em;">'
1067
  . '<li>'
@@ -1385,7 +1385,7 @@ Parameters for possible usage of shortcode:
1385
  'type' => 'html'
1386
  , 'html' => wpbc_show_message_in_settings(
1387
  '<strong style="padding-left: 2em;line-height:2em;">'
1388
- . sprintf( __( 'Please read more about the possible customizations of these %soptions%s %shere%s', 'booking' ), '<strong>', '</strong>', '<a href="http://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">', '</a>' )
1389
  . '</strong>'
1390
  . '<ol style="list-style-type:disc;line-height:2em;">'
1391
  . '<li>'
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
831
  'type' => 'html'
832
  , 'html' => wpbc_show_message_in_settings(
833
  '<strong style="padding-left: 2em;line-height:2em;">'
834
+ . sprintf( __( 'Please read more about the possible customizations of these %soptions%s %shere%s', 'booking' ), '<strong>', '</strong>', '<a href="https://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">', '</a>' )
835
  . '</strong>'
836
  . '<ol style="list-style-type:disc;line-height:2em;">'
837
  . '<li>'
853
 
854
  . '<li>'
855
  . sprintf(__('Please, read more about the shortcodes %shere%s or JavaScript customization of the specific shortcodes %shere%s' ,'booking')
856
+ , '<a href="https://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">', '</a>'
857
+ , '<a href="https://wpbookingcalendar.com/faq/advanced-javascript-for-the-booking-shortcodes/" target="_blank">','</a>')
858
  . '</li>'
859
  . '</ol>'
860
  , 'warning', '', false )
1061
  'type' => 'html'
1062
  , 'html' => wpbc_show_message_in_settings(
1063
  '<strong style="padding-left: 2em;line-height:2em;">'
1064
+ . sprintf( __( 'Please read more about the possible customizations of these %soptions%s %shere%s', 'booking' ), '<strong>', '</strong>', '<a href="https://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">', '</a>' )
1065
  . '</strong>'
1066
  . '<ol style="list-style-type:disc;line-height:2em;">'
1067
  . '<li>'
1385
  'type' => 'html'
1386
  , 'html' => wpbc_show_message_in_settings(
1387
  '<strong style="padding-left: 2em;line-height:2em;">'
1388
+ . sprintf( __( 'Please read more about the possible customizations of these %soptions%s %shere%s', 'booking' ), '<strong>', '</strong>', '<a href="https://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">', '</a>' )
1389
  . '</strong>'
1390
  . '<ol style="list-style-type:disc;line-height:2em;">'
1391
  . '<li>'
core/admin/wpbc-toolbars.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Toolbar. Data for UI Elements at Booking Calendar admin pages
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-16
@@ -421,7 +421,7 @@ function wpbc_toolbar_search_by_id_bookings() {
421
 
422
  /** Help - Drop Down Menu - T a b */
423
  function wpbc_bs_dropdown_menu_help() {
424
-
425
  wpbc_bs_dropdown_menu( array(
426
  'title' => __( 'Help', 'booking' )
427
  , 'font_icon' => 'glyphicon glyphicon-question-sign'
@@ -429,9 +429,9 @@ function wpbc_bs_dropdown_menu_help() {
429
  , 'items' => array(
430
  array( 'type' => 'link', 'title' => "What's New"/*__('Get Started')*/, 'url' => esc_url( admin_url( add_query_arg( array( 'page' => 'wpbc-about' ), 'index.php' ) ) ) )
431
  , array( 'type' => 'divider' )
432
- , array( 'type' => 'link', 'title' => __('Help', 'booking'), 'url' => 'http://wpbookingcalendar.com/help/' )
433
- , array( 'type' => 'link', 'title' => __('FAQ', 'booking'), 'url' => 'http://wpbookingcalendar.com/faq/' )
434
- , array( 'type' => 'link', 'title' => __('Technical Support', 'booking'), 'url' => 'http://wpbookingcalendar.com/support/' )
435
  , array( 'type' => 'divider' )
436
  , array( 'type' => 'link', 'title' => __('About Booking Calendar', 'booking'), 'url' => wpbc_up_link()
437
  , 'attr' => array(
@@ -2122,7 +2122,7 @@ function wpbc_toolbar_search_by_id__top_form( $params ) {
2122
 
2123
 
2124
  $exclude_params = array(); //array('page_num', 'orderby', 'order'); - if using "only_these_parameters", then this parameter does NOT require
2125
- $only_these_parameters = array( 'page', 'tab', $params[ 'search_get_key' ] );
2126
  $wpbc_admin_url = wpbc_get_params_in_url( wpbc_get_bookings_url( false, false ), $exclude_params, $only_these_parameters );
2127
 
2128
 
4
  * @category Toolbar. Data for UI Elements at Booking Calendar admin pages
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-16
421
 
422
  /** Help - Drop Down Menu - T a b */
423
  function wpbc_bs_dropdown_menu_help() {
424
+
425
  wpbc_bs_dropdown_menu( array(
426
  'title' => __( 'Help', 'booking' )
427
  , 'font_icon' => 'glyphicon glyphicon-question-sign'
429
  , 'items' => array(
430
  array( 'type' => 'link', 'title' => "What's New"/*__('Get Started')*/, 'url' => esc_url( admin_url( add_query_arg( array( 'page' => 'wpbc-about' ), 'index.php' ) ) ) )
431
  , array( 'type' => 'divider' )
432
+ , array( 'type' => 'link', 'title' => __('Help', 'booking'), 'url' => 'https://wpbookingcalendar.com/help/' )
433
+ , array( 'type' => 'link', 'title' => __('FAQ', 'booking'), 'url' => 'https://wpbookingcalendar.com/faq/' )
434
+ , array( 'type' => 'link', 'title' => __('Technical Support', 'booking'), 'url' => 'https://wpbookingcalendar.com/support/' )
435
  , array( 'type' => 'divider' )
436
  , array( 'type' => 'link', 'title' => __('About Booking Calendar', 'booking'), 'url' => wpbc_up_link()
437
  , 'attr' => array(
2122
 
2123
 
2124
  $exclude_params = array(); //array('page_num', 'orderby', 'order'); - if using "only_these_parameters", then this parameter does NOT require
2125
+ $only_these_parameters = array( 'page', 'tab', 'subtab', $params[ 'search_get_key' ] ); //FixIn: 8.1.11 - added , 'subtab' - ability to search booking resources in sub tab pages in settings
2126
  $wpbc_admin_url = wpbc_get_params_in_url( wpbc_get_bookings_url( false, false ), $exclude_params, $only_these_parameters );
2127
 
2128
 
core/any/activation.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Installation
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09, 2016-03-17
@@ -116,11 +116,11 @@ abstract class WPBC_Install {
116
  [$plugin_data] => Array
117
  (
118
  [Name] => Booking Calendar
119
- [PluginURI] => http://wpbookingcalendar.com/demo/
120
  [Version] => 2.8.35
121
  [Description] => Online booking and availability checking service for your site.
122
  [Author] => wpdevelop
123
- [AuthorURI] => http://wpbookingcalendar.com/
124
  [TextDomain] =>
125
  [DomainPath] =>
126
  [Network] =>
5
  * @category Installation
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09, 2016-03-17
116
  [$plugin_data] => Array
117
  (
118
  [Name] => Booking Calendar
119
+ [PluginURI] => https://wpbookingcalendar.com/demo/
120
  [Version] => 2.8.35
121
  [Description] => Online booking and availability checking service for your site.
122
  [Author] => wpdevelop
123
+ [AuthorURI] => https://wpbookingcalendar.com/
124
  [TextDomain] =>
125
  [DomainPath] =>
126
  [Network] =>
core/any/admin-bs-ui.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Toolbar. BS UI Elements for Admin Panel.
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-14
@@ -1506,14 +1506,14 @@ wpbc_dropdown_menu( array(
1506
  , 'font_icon' => 'glyphicon glyphicon-question-sign'
1507
  , 'position' => 'right'
1508
  , 'items' => array(
1509
- array( 'type' => 'link', 'title' => __('About Plugin', 'booking'), 'url' => 'http://wpbookingcalendar.com /' )
1510
  , array( 'type' => 'divider' )
1511
  , array( 'type' => 'text', 'title' => __('Text', 'booking') )
1512
- , array( 'type' => 'link', 'title' => __('Help', 'booking'), 'url' => 'http://wpbookingcalendar.com/help/' )
1513
- , array( 'type' => 'link', 'title' => __('FAQ', 'booking'), 'url' => 'http://wpbookingcalendar.com/faq/' )
1514
- , array( 'type' => 'link', 'title' => __('Technical Support', 'booking'), 'url' => 'http://wpbookingcalendar.com/support/' )
1515
  , array( 'type' => 'divider' )
1516
- , array( 'type' => 'link', 'title' => __('Upgrade Now', 'booking'), 'url' => 'http://wpbookingcalendar.com/', 'style' => 'font-weight: 600;' , 'attr' => array( 'target' => '_blank' ) )
1517
  )
1518
  ) );
1519
  *
4
  * @category Toolbar. BS UI Elements for Admin Panel.
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-14
1506
  , 'font_icon' => 'glyphicon glyphicon-question-sign'
1507
  , 'position' => 'right'
1508
  , 'items' => array(
1509
+ array( 'type' => 'link', 'title' => __('About Plugin', 'booking'), 'url' => 'https://wpbookingcalendar.com /' )
1510
  , array( 'type' => 'divider' )
1511
  , array( 'type' => 'text', 'title' => __('Text', 'booking') )
1512
+ , array( 'type' => 'link', 'title' => __('Help', 'booking'), 'url' => 'https://wpbookingcalendar.com/help/' )
1513
+ , array( 'type' => 'link', 'title' => __('FAQ', 'booking'), 'url' => 'https://wpbookingcalendar.com/faq/' )
1514
+ , array( 'type' => 'link', 'title' => __('Technical Support', 'booking'), 'url' => 'https://wpbookingcalendar.com/support/' )
1515
  , array( 'type' => 'divider' )
1516
+ , array( 'type' => 'link', 'title' => __('Upgrade Now', 'booking'), 'url' => 'https://wpbookingcalendar.com/', 'style' => 'font-weight: 600;' , 'attr' => array( 'target' => '_blank' ) )
1517
  )
1518
  ) );
1519
  *
core/any/api-emails.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category General Emails API Fields for Settings page and Functions for Sending emails.
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2016-05-12, 2015-10-06
11
  */
5
  * @category General Emails API Fields for Settings page and Functions for Sending emails.
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2016-05-12, 2015-10-06
11
  */
core/any/class-admin-menu.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Menu in Admin Panel
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-02
4
  * @category Menu in Admin Panel
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-02
core/any/class-admin-page-structure.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Page Structure in Admin Panel
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-02
4
  * @category Page Structure in Admin Panel
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-11-02
core/any/class-admin-settings-api.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Abstract Class
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2015-10-06
11
  */
@@ -888,7 +888,7 @@ abstract class WPBC_Settings_API {
888
  </th>
889
  <td><fieldset>
890
  <?php
891
- }
892
  ?>
893
  <legend class="screen-reader-text"><span><?php echo wp_kses_post( $field['title'] ); ?></span></legend>
894
  <select
@@ -931,8 +931,11 @@ abstract class WPBC_Settings_API {
931
  <?php
932
  if ( ( is_array( $field['value'] ) ) && ( in_array( $option_value, $field['value'] ) ) ) {
933
  selected( true );
934
- } else
935
- selected( $option_value, $field['value'] );
 
 
 
936
  ?>
937
  <?php disabled( in_array($option_value, $field['disabled_options'] ), true ); ?>
938
  <?php echo self::get_custom_attr_static( $option_parameters ); ?>
5
  * @category Abstract Class
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  * @modified 2015-10-06
11
  */
888
  </th>
889
  <td><fieldset>
890
  <?php
891
+ }
892
  ?>
893
  <legend class="screen-reader-text"><span><?php echo wp_kses_post( $field['title'] ); ?></span></legend>
894
  <select
931
  <?php
932
  if ( ( is_array( $field['value'] ) ) && ( in_array( $option_value, $field['value'] ) ) ) {
933
  selected( true );
934
+ } else {
935
+ if ( ! is_array( $field['value'] ) ) { //FixIn: 8.1.2
936
+ selected( $option_value, $field['value'] );
937
+ }
938
+ }
939
  ?>
940
  <?php disabled( in_array($option_value, $field['disabled_options'] ), true ); ?>
941
  <?php echo self::get_custom_attr_static( $option_parameters ); ?>
core/any/class-css-js.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Load JS and CSS files
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-10-28
4
  * @category Load JS and CSS files
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-10-28
core/any/css/admin-menu.css CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015.04.10
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015.04.10
core/any/css/admin-support.css CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-04-11
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-04-11
core/any/css/admin-toolbar.css CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-10-29
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-10-29
core/any/css/settings-page.css CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-04-11
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-04-11
core/any/emails_tpl/plain-html-tpl.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Templates
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-06-16
4
  * @category: Templates
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-06-16
core/any/emails_tpl/plain-text-tpl.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Templates
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-06-16
4
  * @category: Templates
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-06-16
core/any/emails_tpl/standard-html-tpl.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Templates
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-06-16
4
  * @category: Templates
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-06-16
core/any/emails_tpl/standard-text-tpl.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Templates
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-06-16
4
  * @category: Templates
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-06-16
core/any/js/admin-support.js CHANGED
@@ -5,7 +5,7 @@
5
  * @category Scripts
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
@@ -700,7 +700,7 @@ function wpbc_dismiss_window(us_id, window_id ){
700
  url: wpbc_ajaxurl,
701
  type:'POST',
702
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
703
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
704
  // beforeSend: someFunction,
705
  data:{
706
  //ajax_action : 'USER_SAVE_WINDOW_STATE',
5
  * @category Scripts
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2015-04-09
700
  url: wpbc_ajaxurl,
701
  type:'POST',
702
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
703
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
704
  // beforeSend: someFunction,
705
  data:{
706
  //ajax_action : 'USER_SAVE_WINDOW_STATE',
core/class/wpbc-class-notices.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Alerts
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.10.17
@@ -24,7 +24,7 @@ class WPBC_Notices {
24
 
25
  $this->messages['updated_paid_to_free'] = '<strong>'. __('Warning!' ,'booking') . '</strong> '
26
  . sprintf( __('Probabaly you updated your paid version of Booking Calendar by free version or update process failed. You can request the new update of your paid version at %1sthis page%2s.')
27
- , '<a href="http://wpbookingcalendar.com/request-update/" target="_blank">', '</a>' );
28
  $this->hooks();
29
  }
30
 
6
  * @category Alerts
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.10.17
24
 
25
  $this->messages['updated_paid_to_free'] = '<strong>'. __('Warning!' ,'booking') . '</strong> '
26
  . sprintf( __('Probabaly you updated your paid version of Booking Calendar by free version or update process failed. You can request the new update of your paid version at %1sthis page%2s.')
27
+ , '<a href="https://wpbookingcalendar.com/request-update/" target="_blank">', '</a>' );
28
  $this->hooks();
29
  }
30
 
core/class/wpbc-class-welcome.php CHANGED
@@ -14,7 +14,7 @@ class WPBC_Welcome {
14
 
15
  public $minimum_capability = 'read'; //'manage_options';
16
 
17
- private $asset_path = 'http://wpbookingcalendar.com/assets/';
18
  //private $asset_path = 'http://beta/assets/';
19
 
20
 
@@ -284,12 +284,12 @@ class WPBC_Welcome {
284
  list( $display_version ) = explode( '-', WPDEV_BK_VERSION );
285
  ?>
286
  <div class="changelog point-releases">
287
- <h3><?php echo( "Maintenance and Security Release" ); ?></h3>
288
  <p><strong><?php printf( 'Version %s',
289
- $display_version ); ?></strong> <?php printf( 'addressed some security issues and fixed %s bugs',
290
  '' ); ?>.
291
  <?php printf( 'For more information, see %sthe release notes%s',
292
- '<a href="http://wpbookingcalendar.com/changelog/" target="_blank">',
293
  '</a>' ) ?>.
294
  </p>
295
  </div>
@@ -515,7 +515,7 @@ class WPBC_Welcome {
515
 
516
  array( 'h4' => wpbc_recheck_strong_symbols( 'Import of **.ics** feeds (files)' ),
517
  'text' => '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
518
- . '<li>' . wpbc_recheck_strong_symbols( 'Native integration with our **<a target="_blank" href="http://wpbookingcalendar.com/help/booking-manager/">Booking Manager</a>** plugin for ability to import **.ics** feeds or files' ) . '</li>'
519
  . '<li>' . wpbc_recheck_strong_symbols( 'Import external **.ics** feeds via shortcodes at pages.
520
  It gives a great flexibility to import **.ics** feeds from different sources <em>(like ' )
521
  . '<strong><a href="https://www.airbnb.com/help/article/99/how-do-i-sync-my-airbnb-calendar-with-another-calendar" target="_blank">Airbnb</a></strong>, '
@@ -544,7 +544,7 @@ class WPBC_Welcome {
544
  , array( 'h4' => wpbc_recheck_strong_symbols( 'Export of **.ics** feeds (files)' ),
545
  'text' =>
546
  '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
547
- . '<li>' . wpbc_recheck_strong_symbols( 'Native integration with our **<a target="_blank" href="http://wpbookingcalendar.com/help/booking-manager/">Booking Manager</a>** plugin for ability to export **.ics** feeds' ) . '</li>'
548
  . '<li>' . wpbc_recheck_strong_symbols( 'Configure specific ULR feed(s) at setting page' ) . '</li>'
549
  . '<li>' . wpbc_recheck_strong_symbols( 'Use this URL(s) in external websites <em>(like ' )
550
  . '<strong><a href="https://www.airbnb.com/help/article/99/how-do-i-sync-my-airbnb-calendar-with-another-calendar" target="_blank">Airbnb</a></strong>, '
@@ -1210,7 +1210,7 @@ class WPBC_Welcome {
1210
  <em>
1211
  <?php
1212
  printf( 'For more information about current update, see %srelease notes%s',
1213
- '<a class="" href="http://wpbookingcalendar.com/changelog/" target="_blank">', '</a>' );
1214
  ?>
1215
  </em>
1216
  </td>
@@ -1285,7 +1285,7 @@ class WPBC_Welcome {
1285
  . sprintf( 'Or add Booking Calendar %s**widget**%s to your sidebar.', '<a href="' . admin_url( 'widgets.php' ) . '">', '</a>' )
1286
  . '</p>'
1287
  . '<p>' . sprintf( 'If you need to add shortcode manually, you can read how to add it %shere%s.',
1288
- '<a href="http://wpbookingcalendar.com/help/booking-calendar-shortcodes/">', '</a>')
1289
  . '</p>'
1290
  . '<p>' . sprintf( '* **Note.** You can add new booking(s) also from the admin panel (Booking > Add booking page).*' )
1291
  . '</p>'
@@ -1367,16 +1367,16 @@ class WPBC_Welcome {
1367
 
1368
  $this->show_col_section( array(
1369
  array(
1370
- 'text' => '<span>' . sprintf( 'Check out our %sHelp%s', '<a href="http://wpbookingcalendar.com/help/" target="_blank" >', '</a>' ) . '</span>'
1371
- . '<p>' . sprintf( 'See %sFAQ%s', '<a href="http://wpbookingcalendar.com/faq/" target="_blank">', '</a>' ) . '</p>'
1372
  )
1373
  , array(
1374
  'text' => '<strong>' . sprintf( 'Still having questions?' ) . '</strong>'
1375
- . '<p>' . sprintf( 'Check our %sForum%s or contact %sSupport%s', '<a href="http://wpbookingcalendar.com/support/" target="_blank">', '</a>', '<a href="http://wpbookingcalendar.com/contact/" target="_blank">', '</a>' ) . '</p>'
1376
  )
1377
  , array(
1378
  'text' => '<strong>' . sprintf( 'Need even more functionality?' ) . '</strong>'
1379
- . '<p>' . sprintf( ' Check %shigher versions%s of Booking Calendar', '<a href="http://wpbookingcalendar.com/overview/" target="_blank">', '</a>' ) . '</p>'
1380
 
1381
  )
1382
 
@@ -1509,7 +1509,7 @@ at the popup configuration dialog, during inserting booking shortcode into post
1509
 
1510
  $this->show_separator();
1511
 
1512
- echo wpbc_recheck_strong_symbols( '<div style="font-size: 0.95em;font-style:italic;text-align:right;margin:5px 0 10px;">Check many other nice features in Booking Calendar Personal version at <a target="_blank" href="http://wpbookingcalendar.com/overview/">features list</a> and test <a target="_blank" href="http://wpbookingcalendar.com/demo/">live demo</a>.</div>' );
1513
 
1514
  ?><div class="clear" style="height:30px;"></div><?php
1515
 
@@ -1618,7 +1618,7 @@ at the popup configuration dialog, during inserting booking shortcode into post
1618
 
1619
  $this->show_separator();
1620
 
1621
- echo wpbc_recheck_strong_symbols( '<div style="font-size: 0.95em;font-style:italic;text-align:right;margin:5px 0 10px;">Check many other nice features in Booking Calendar Business Small version at <a target="_blank" href="http://wpbookingcalendar.com/overview/">features list</a> and test <a target="_blank" href="http://wpbookingcalendar.com/demo/">live demo</a>.</div>' );
1622
 
1623
  ?><div class="clear" style="height:30px;"></div><?php
1624
 
@@ -1732,7 +1732,7 @@ at the popup configuration dialog, during inserting booking shortcode into post
1732
  . '<p>' . 'Also, you can define **specific week day(s) as start day** in calendar selection for the **specific season**.'
1733
  . '<br/>*For example, in "High Season", you can allow start day selection only at Friday in the "Low Season" to start day selection from any weekday.*' . '</p>'
1734
 
1735
- . '<p>' . '*Read more about this configuration <a href="http://wpbookingcalendar.com/help/booking-calendar-shortcodes/" targe="_blank">here</a> (at **options** parameter section).*' . '</p>'
1736
 
1737
  )
1738
 
@@ -1741,7 +1741,7 @@ at the popup configuration dialog, during inserting booking shortcode into post
1741
  '<p>' . 'This feature provide ability to use the **different time slots selections** in the booking form **for different selected week days or seasons**.' . '</p>'
1742
  . '<p>' . 'Each week day (day of specific season filter) can have different time slots list.' . '</p>'
1743
 
1744
- . '<p>' . 'You can check more info about this configuration at <a href="http://wpbookingcalendar.com/help/different-time-slots-selections-for-different-days/" targe="_blank">this page</a>.' . '</p>'
1745
  . '<p>' . '**Note.** In the same way you can configure showing any different form fields, not only timeslots.' . '</p>'
1746
  )
1747
  )
@@ -1749,7 +1749,7 @@ at the popup configuration dialog, during inserting booking shortcode into post
1749
 
1750
  $this->show_separator();
1751
 
1752
- echo wpbc_recheck_strong_symbols( '<div style="font-size: 0.95em;font-style:italic;text-align:right;margin:5px 0 10px;">Check many other nice features in Booking Calendar Business Medium version at <a target="_blank" href="http://wpbookingcalendar.com/overview/">features list</a> and test <a target="_blank" href="http://wpbookingcalendar.com/demo/">live demo</a>.</div>' );
1753
 
1754
  ?><div class="clear" style="height:30px;"></div><?php
1755
 
@@ -1774,7 +1774,7 @@ at the popup configuration dialog, during inserting booking shortcode into post
1774
 
1775
  .'<p>' . '**Note!** Its possible to make reservation only for **entire date(s)**, not a time slots
1776
  *(data about time slots for booking resources with capacity higher than one, will be record into your DB, but do not apply to availability)*.' . '</p>'
1777
- . '<p>' . '* **Configuration.** Set capacity of booking resources at Booking > **Resources** page. You can read more info about configurations of booking resources, capacity and availability at <a href="http://wpbookingcalendar.com/help/booking-resource/" target="_blank">this page</a>.*' . '</p>'
1778
  )
1779
  , array( 'img' => 'premium/capacity3.png', 'img_style'=>'margin:20px 0;width:99%;' )
1780
  )
@@ -1786,10 +1786,10 @@ at the popup configuration dialog, during inserting booking shortcode into post
1786
  'text' =>
1787
  '<p>' . 'Your visitors can even **search available booking resources** (properties or services) **for specific dates** *(like in this <a href="http://bl.wpbookingcalendar.com/search/" target="_blank">live demo</a>)*.' . '</p>'
1788
  .'<p>' . 'Beside standard parameters: **check in** and **check out** dates, number of **visitors**, you can define **additional parameters** for your search form *(for example, searching property with specific amenities)*.
1789
- <br />You can read more about this configurations at <a href="http://wpbookingcalendar.com/faq/selecting-tags-in-search-form/" target="_blank">FAQ</a>.' . '</p>'
1790
- .'<p>' . '**Note!** Plugin will search only among pages with booking forms for *<a href="http://wpbookingcalendar.com/help/booking-resource/" target="_blank">single or parent</a>* booking resources. You need to insert one booking form per page.' . '</p>'
1791
  . '<p>' . '* **Configuration.** Customize your **search form** and **search results** at Booking > Settings > **Search** page.
1792
- After that you can <a href="http://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">insert search form</a> shortcode into page and test.*' . '</p>'
1793
 
1794
  )
1795
  , array( 'img' => 'premium/search-results2.png', 'img_style'=>'margin:20px 0;width:99%;' )
@@ -1805,7 +1805,7 @@ at the popup configuration dialog, during inserting booking shortcode into post
1805
  <br/>You can define discount as **fixed cost** or as **percentage** from the total cost of booking.
1806
  ' . '</p>'
1807
  . '<p>' . '* **Configuration.** Create your coupons codes for discounts at Booking > Resources > **Coupons** page.
1808
- Then insert <a href="http://wpbookingcalendar.com/help/booking-form-fields/" target="_blank">coupon text field</a> into your booking form at Booking > Settings > Fields page.*' . '</p>'
1809
 
1810
  )
1811
  , array( 'img' => 'premium/coupons.png', 'img_style'=>'margin:2px 0;width:99%;' )
@@ -1827,7 +1827,7 @@ at the popup configuration dialog, during inserting booking shortcode into post
1827
 
1828
  $this->show_separator();
1829
 
1830
- echo wpbc_recheck_strong_symbols( '<div style="font-size: 0.95em;font-style:italic;text-align:right;margin:5px 0 10px;">Check many other nice features in Booking Calendar Business Large version at <a target="_blank" href="http://wpbookingcalendar.com/overview/">features list</a> and test <a target="_blank" href="http://wpbookingcalendar.com/demo/">live demo</a>.</div>' );
1831
 
1832
  ?><div class="clear" style="height:30px;"></div><?php
1833
 
@@ -1857,7 +1857,7 @@ at the popup configuration dialog, during inserting booking shortcode into post
1857
  . '<p>' . 'There are 2 types of the users: **super booking admin** and **regular users**.
1858
  Super booking admins can see and manage the bookings and booking resources from any users. Super booking admin can activate and manage status of other users.' . '</p>'
1859
 
1860
- . '<p>' . 'You can read more about the initial configuration at <a href="http://wpbookingcalendar.com/faq/multiuser-version-init-config/" target="_blank">FAQ</a>.' . '</p>'
1861
 
1862
  )
1863
  , array( 'img' => 'premium/users2.png', 'img_style'=>'margin-top:20px;width:95%;' )
14
 
15
  public $minimum_capability = 'read'; //'manage_options';
16
 
17
+ private $asset_path = 'https://wpbookingcalendar.com/assets/';
18
  //private $asset_path = 'http://beta/assets/';
19
 
20
 
284
  list( $display_version ) = explode( '-', WPDEV_BK_VERSION );
285
  ?>
286
  <div class="changelog point-releases">
287
+ <h3><?php echo( "Maintenance Release" ); ?></h3>
288
  <p><strong><?php printf( 'Version %s',
289
+ $display_version ); ?></strong> <?php printf( 'addressed some minor issues and fixed %s bugs',
290
  '' ); ?>.
291
  <?php printf( 'For more information, see %sthe release notes%s',
292
+ '<a href="https://wpbookingcalendar.com/changelog/" target="_blank">',
293
  '</a>' ) ?>.
294
  </p>
295
  </div>
515
 
516
  array( 'h4' => wpbc_recheck_strong_symbols( 'Import of **.ics** feeds (files)' ),
517
  'text' => '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
518
+ . '<li>' . wpbc_recheck_strong_symbols( 'Native integration with our **<a target="_blank" href="https://wpbookingcalendar.com/help/booking-manager/">Booking Manager</a>** plugin for ability to import **.ics** feeds or files' ) . '</li>'
519
  . '<li>' . wpbc_recheck_strong_symbols( 'Import external **.ics** feeds via shortcodes at pages.
520
  It gives a great flexibility to import **.ics** feeds from different sources <em>(like ' )
521
  . '<strong><a href="https://www.airbnb.com/help/article/99/how-do-i-sync-my-airbnb-calendar-with-another-calendar" target="_blank">Airbnb</a></strong>, '
544
  , array( 'h4' => wpbc_recheck_strong_symbols( 'Export of **.ics** feeds (files)' ),
545
  'text' =>
546
  '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
547
+ . '<li>' . wpbc_recheck_strong_symbols( 'Native integration with our **<a target="_blank" href="https://wpbookingcalendar.com/help/booking-manager/">Booking Manager</a>** plugin for ability to export **.ics** feeds' ) . '</li>'
548
  . '<li>' . wpbc_recheck_strong_symbols( 'Configure specific ULR feed(s) at setting page' ) . '</li>'
549
  . '<li>' . wpbc_recheck_strong_symbols( 'Use this URL(s) in external websites <em>(like ' )
550
  . '<strong><a href="https://www.airbnb.com/help/article/99/how-do-i-sync-my-airbnb-calendar-with-another-calendar" target="_blank">Airbnb</a></strong>, '
1210
  <em>
1211
  <?php
1212
  printf( 'For more information about current update, see %srelease notes%s',
1213
+ '<a class="" href="https://wpbookingcalendar.com/changelog/" target="_blank">', '</a>' );
1214
  ?>
1215
  </em>
1216
  </td>
1285
  . sprintf( 'Or add Booking Calendar %s**widget**%s to your sidebar.', '<a href="' . admin_url( 'widgets.php' ) . '">', '</a>' )
1286
  . '</p>'
1287
  . '<p>' . sprintf( 'If you need to add shortcode manually, you can read how to add it %shere%s.',
1288
+ '<a href="https://wpbookingcalendar.com/help/booking-calendar-shortcodes/">', '</a>')
1289
  . '</p>'
1290
  . '<p>' . sprintf( '* **Note.** You can add new booking(s) also from the admin panel (Booking > Add booking page).*' )
1291
  . '</p>'
1367
 
1368
  $this->show_col_section( array(
1369
  array(
1370
+ 'text' => '<span>' . sprintf( 'Check out our %sHelp%s', '<a href="https://wpbookingcalendar.com/help/" target="_blank" >', '</a>' ) . '</span>'
1371
+ . '<p>' . sprintf( 'See %sFAQ%s', '<a href="https://wpbookingcalendar.com/faq/" target="_blank">', '</a>' ) . '</p>'
1372
  )
1373
  , array(
1374
  'text' => '<strong>' . sprintf( 'Still having questions?' ) . '</strong>'
1375
+ . '<p>' . sprintf( 'Check our %sForum%s or contact %sSupport%s', '<a href="https://wpbookingcalendar.com/support/" target="_blank">', '</a>', '<a href="https://wpbookingcalendar.com/contact/" target="_blank">', '</a>' ) . '</p>'
1376
  )
1377
  , array(
1378
  'text' => '<strong>' . sprintf( 'Need even more functionality?' ) . '</strong>'
1379
+ . '<p>' . sprintf( ' Check %shigher versions%s of Booking Calendar', '<a href="https://wpbookingcalendar.com/overview/" target="_blank">', '</a>' ) . '</p>'
1380
 
1381
  )
1382
 
1509
 
1510
  $this->show_separator();
1511
 
1512
+ echo wpbc_recheck_strong_symbols( '<div style="font-size: 0.95em;font-style:italic;text-align:right;margin:5px 0 10px;">Check many other nice features in Booking Calendar Personal version at <a target="_blank" href="https://wpbookingcalendar.com/overview/">features list</a> and test <a target="_blank" href="https://wpbookingcalendar.com/demo/">live demo</a>.</div>' );
1513
 
1514
  ?><div class="clear" style="height:30px;"></div><?php
1515
 
1618
 
1619
  $this->show_separator();
1620
 
1621
+ echo wpbc_recheck_strong_symbols( '<div style="font-size: 0.95em;font-style:italic;text-align:right;margin:5px 0 10px;">Check many other nice features in Booking Calendar Business Small version at <a target="_blank" href="https://wpbookingcalendar.com/overview/">features list</a> and test <a target="_blank" href="https://wpbookingcalendar.com/demo/">live demo</a>.</div>' );
1622
 
1623
  ?><div class="clear" style="height:30px;"></div><?php
1624
 
1732
  . '<p>' . 'Also, you can define **specific week day(s) as start day** in calendar selection for the **specific season**.'
1733
  . '<br/>*For example, in "High Season", you can allow start day selection only at Friday in the "Low Season" to start day selection from any weekday.*' . '</p>'
1734
 
1735
+ . '<p>' . '*Read more about this configuration <a href="https://wpbookingcalendar.com/help/booking-calendar-shortcodes/" targe="_blank">here</a> (at **options** parameter section).*' . '</p>'
1736
 
1737
  )
1738
 
1741
  '<p>' . 'This feature provide ability to use the **different time slots selections** in the booking form **for different selected week days or seasons**.' . '</p>'
1742
  . '<p>' . 'Each week day (day of specific season filter) can have different time slots list.' . '</p>'
1743
 
1744
+ . '<p>' . 'You can check more info about this configuration at <a href="https://wpbookingcalendar.com/help/different-time-slots-selections-for-different-days/" targe="_blank">this page</a>.' . '</p>'
1745
  . '<p>' . '**Note.** In the same way you can configure showing any different form fields, not only timeslots.' . '</p>'
1746
  )
1747
  )
1749
 
1750
  $this->show_separator();
1751
 
1752
+ echo wpbc_recheck_strong_symbols( '<div style="font-size: 0.95em;font-style:italic;text-align:right;margin:5px 0 10px;">Check many other nice features in Booking Calendar Business Medium version at <a target="_blank" href="https://wpbookingcalendar.com/overview/">features list</a> and test <a target="_blank" href="https://wpbookingcalendar.com/demo/">live demo</a>.</div>' );
1753
 
1754
  ?><div class="clear" style="height:30px;"></div><?php
1755
 
1774
 
1775
  .'<p>' . '**Note!** Its possible to make reservation only for **entire date(s)**, not a time slots
1776
  *(data about time slots for booking resources with capacity higher than one, will be record into your DB, but do not apply to availability)*.' . '</p>'
1777
+ . '<p>' . '* **Configuration.** Set capacity of booking resources at Booking > **Resources** page. You can read more info about configurations of booking resources, capacity and availability at <a href="https://wpbookingcalendar.com/help/booking-resource/" target="_blank">this page</a>.*' . '</p>'
1778
  )
1779
  , array( 'img' => 'premium/capacity3.png', 'img_style'=>'margin:20px 0;width:99%;' )
1780
  )
1786
  'text' =>
1787
  '<p>' . 'Your visitors can even **search available booking resources** (properties or services) **for specific dates** *(like in this <a href="http://bl.wpbookingcalendar.com/search/" target="_blank">live demo</a>)*.' . '</p>'
1788
  .'<p>' . 'Beside standard parameters: **check in** and **check out** dates, number of **visitors**, you can define **additional parameters** for your search form *(for example, searching property with specific amenities)*.
1789
+ <br />You can read more about this configurations at <a href="https://wpbookingcalendar.com/faq/selecting-tags-in-search-form/" target="_blank">FAQ</a>.' . '</p>'
1790
+ .'<p>' . '**Note!** Plugin will search only among pages with booking forms for *<a href="https://wpbookingcalendar.com/help/booking-resource/" target="_blank">single or parent</a>* booking resources. You need to insert one booking form per page.' . '</p>'
1791
  . '<p>' . '* **Configuration.** Customize your **search form** and **search results** at Booking > Settings > **Search** page.
1792
+ After that you can <a href="https://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">insert search form</a> shortcode into page and test.*' . '</p>'
1793
 
1794
  )
1795
  , array( 'img' => 'premium/search-results2.png', 'img_style'=>'margin:20px 0;width:99%;' )
1805
  <br/>You can define discount as **fixed cost** or as **percentage** from the total cost of booking.
1806
  ' . '</p>'
1807
  . '<p>' . '* **Configuration.** Create your coupons codes for discounts at Booking > Resources > **Coupons** page.
1808
+ Then insert <a href="https://wpbookingcalendar.com/help/booking-form-fields/" target="_blank">coupon text field</a> into your booking form at Booking > Settings > Fields page.*' . '</p>'
1809
 
1810
  )
1811
  , array( 'img' => 'premium/coupons.png', 'img_style'=>'margin:2px 0;width:99%;' )
1827
 
1828
  $this->show_separator();
1829
 
1830
+ echo wpbc_recheck_strong_symbols( '<div style="font-size: 0.95em;font-style:italic;text-align:right;margin:5px 0 10px;">Check many other nice features in Booking Calendar Business Large version at <a target="_blank" href="https://wpbookingcalendar.com/overview/">features list</a> and test <a target="_blank" href="https://wpbookingcalendar.com/demo/">live demo</a>.</div>' );
1831
 
1832
  ?><div class="clear" style="height:30px;"></div><?php
1833
 
1857
  . '<p>' . 'There are 2 types of the users: **super booking admin** and **regular users**.
1858
  Super booking admins can see and manage the bookings and booking resources from any users. Super booking admin can activate and manage status of other users.' . '</p>'
1859
 
1860
+ . '<p>' . 'You can read more about the initial configuration at <a href="https://wpbookingcalendar.com/faq/multiuser-version-init-config/" target="_blank">FAQ</a>.' . '</p>'
1861
 
1862
  )
1863
  , array( 'img' => 'premium/users2.png', 'img_style'=>'margin-top:20px;width:95%;' )
core/lib/wpbc-ajax.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.05.26
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.05.26
core/lib/wpbc-booking-new.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.04.23
@@ -169,6 +169,27 @@ function wpdev_bk_insert_new_booking() {
169
  }
170
 
171
  } else {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  ?> setReservedSelectedDates('<?php echo $bktype; ?>'); <?php
173
  }
174
 
@@ -234,7 +255,7 @@ function wpbc_add_new_booking( $params , $is_edit_booking = false ){
234
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
235
 
236
  $dates_in_diff_formats = wpbc_get_dates_in_diff_formats( $params[ "dates" ], $bktype, $formdata );
237
- //debuge($dates_in_diff_formats);
238
  $str_dates__dd_mm_yyyy = $dates_in_diff_formats['string'];
239
  // $my_dates = $dates_in_diff_formats['array'];
240
  $start_time = $dates_in_diff_formats['start_time'];
@@ -382,17 +403,17 @@ function wpbc_add_new_booking( $params , $is_edit_booking = false ){
382
  if ( isset( $params["skip_page_checking_for_updating"] ) ) $skip_page_checking_for_updating = (bool) $params["skip_page_checking_for_updating"];
383
  else $skip_page_checking_for_updating = true;
384
  make_bk_action('wpdev_booking_reupdate_bk_type_to_childs', $booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) , $formdata , $skip_page_checking_for_updating );
385
-
386
  if ( ( defined( 'WP_BK_AUTO_APPROVE_WHEN_ZERO_COST' ) ) && ( WP_BK_AUTO_APPROVE_WHEN_ZERO_COST ) ){ // Auto approve booking if cost = 0.
387
  $booking_cost = apply_bk_filter('get_booking_cost_from_db', '', $booking_id);
388
  if ( ( empty( $booking_cost ) ) || ( intval( $booking_cost ) === 0 ) ) {
389
  $is_approve_or_pending = "1";
390
- $appr_sql = $wpdb->prepare( "UPDATE {$wpdb->prefix}bookingdates SET approved = %s WHERE booking_id IN ({$booking_id})", $is_approve_or_pending );
391
  if ( false === $wpdb->query( $appr_sql ) ){
392
  ?> <script type="text/javascript"> if ( jQuery('#submiting<?php echo $bktype; ?>' ).length ) { document.getElementById('submiting<?php echo $bktype; ?>').innerHTML = '<div style=&quot;height:20px;width:100%;text-align:center;margin:15px auto;&quot;><?php debuge_error('Error during updating BD - Dates',__FILE__,__LINE__); ?></div>'; }</script> <?php
393
- if ( ! empty( $params[ 'return_instead_die_on_error' ] ) ) return 0; //FixIn: 7.2.1.7
394
  die('Error during updating BD - Dates');
395
- }
396
  wpbc_send_email_approved( $booking_id, 1, "" );
397
  }
398
  }
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.04.23
169
  }
170
 
171
  } else {
172
+
173
+ if ( ( defined( 'WP_BK_AUTO_APPROVE_IF_ADD_IN_ADMIN_PANEL' ) ) && ( WP_BK_AUTO_APPROVE_IF_ADD_IN_ADMIN_PANEL ) ){
174
+ if ( strpos($_SERVER['HTTP_REFERER'], $admin_uri ) !== false ) {
175
+ global $wpdb;
176
+ $is_approve_or_pending = "1";
177
+ $appr_sql = $wpdb->prepare( "UPDATE {$wpdb->prefix}bookingdates SET approved = %s WHERE booking_id IN ({$result_bk_id})", $is_approve_or_pending );
178
+ if ( false === $wpdb->query( $appr_sql ) ){
179
+ ?> <script type="text/javascript"> if ( jQuery('#submiting<?php echo $bktype; ?>' ).length ) { document.getElementById('submiting<?php echo $bktype; ?>').innerHTML = '<div style=&quot;height:20px;width:100%;text-align:center;margin:15px auto;&quot;><?php debuge_error('Error during updating BD - Dates',__FILE__,__LINE__); ?></div>'; }</script> <?php
180
+ die('Error during updating BD - Dates');
181
+ }
182
+ wpbc_send_email_approved( $result_bk_id, 1, "" );
183
+
184
+ if ( ( defined( 'WP_BK_AUTO_SEND_PAY_REQUEST_IF_ADD_IN_ADMIN_PANEL' ) ) && ( WP_BK_AUTO_SEND_PAY_REQUEST_IF_ADD_IN_ADMIN_PANEL ) ){
185
+ if ( function_exists( 'wpbc_send_email_payment_request' ) ) {
186
+ $formdata = escape_any_xss( $_POST[ "form" ] );
187
+ $payment_reason = '';
188
+ $is_send = wpbc_send_email_payment_request( $result_bk_id , $bktype , $formdata , $payment_reason );
189
+ }
190
+ }
191
+ }
192
+ }
193
  ?> setReservedSelectedDates('<?php echo $bktype; ?>'); <?php
194
  }
195
 
255
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
256
 
257
  $dates_in_diff_formats = wpbc_get_dates_in_diff_formats( $params[ "dates" ], $bktype, $formdata );
258
+ //debuge($dates_in_diff_formats);
259
  $str_dates__dd_mm_yyyy = $dates_in_diff_formats['string'];
260
  // $my_dates = $dates_in_diff_formats['array'];
261
  $start_time = $dates_in_diff_formats['start_time'];
403
  if ( isset( $params["skip_page_checking_for_updating"] ) ) $skip_page_checking_for_updating = (bool) $params["skip_page_checking_for_updating"];
404
  else $skip_page_checking_for_updating = true;
405
  make_bk_action('wpdev_booking_reupdate_bk_type_to_childs', $booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) , $formdata , $skip_page_checking_for_updating );
406
+
407
  if ( ( defined( 'WP_BK_AUTO_APPROVE_WHEN_ZERO_COST' ) ) && ( WP_BK_AUTO_APPROVE_WHEN_ZERO_COST ) ){ // Auto approve booking if cost = 0.
408
  $booking_cost = apply_bk_filter('get_booking_cost_from_db', '', $booking_id);
409
  if ( ( empty( $booking_cost ) ) || ( intval( $booking_cost ) === 0 ) ) {
410
  $is_approve_or_pending = "1";
411
+ $appr_sql = $wpdb->prepare( "UPDATE {$wpdb->prefix}bookingdates SET approved = %s WHERE booking_id IN ({$booking_id})", $is_approve_or_pending );
412
  if ( false === $wpdb->query( $appr_sql ) ){
413
  ?> <script type="text/javascript"> if ( jQuery('#submiting<?php echo $bktype; ?>' ).length ) { document.getElementById('submiting<?php echo $bktype; ?>').innerHTML = '<div style=&quot;height:20px;width:100%;text-align:center;margin:15px auto;&quot;><?php debuge_error('Error during updating BD - Dates',__FILE__,__LINE__); ?></div>'; }</script> <?php
414
+ if ( ! empty( $params[ 'return_instead_die_on_error' ] ) ) return 0; //FixIn: 7.2.1.7
415
  die('Error during updating BD - Dates');
416
+ }
417
  wpbc_send_email_approved( $booking_id, 1, "" );
418
  }
419
  }
core/lib/wpbc-cron.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Execure Recurent Actions
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.09.02
6
  * @category Execure Recurent Actions
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.09.02
core/lib/wpbc_all_translations.php CHANGED
@@ -20,6 +20,9 @@
20
  $wpbc_all_translations[] = __('Check unavailable days in calendars. This option will overwrite all other settings.', 'booking');
21
  $wpbc_all_translations[] = __('Unavailable days from today', 'booking');
22
  $wpbc_all_translations[] = __('Select number of unavailable days in calendar start from today.', 'booking');
 
 
 
23
  $wpbc_all_translations[] = __('CAPTCHA', 'booking');
24
  $wpbc_all_translations[] = __('Check the box to activate CAPTCHA inside the booking form.', 'booking');
25
  $wpbc_all_translations[] = __('Auto-fill fields', 'booking');
@@ -125,6 +128,10 @@
125
  $wpbc_all_translations[] = __('Resources', 'booking');
126
  $wpbc_all_translations[] = __('Settings', 'booking');
127
  $wpbc_all_translations[] = __('Select user access level for the menu pages of plugin', 'booking');
 
 
 
 
128
  $wpbc_all_translations[] = __('Delete booking data, when plugin deactivated', 'booking');
129
  $wpbc_all_translations[] = __('Check this box to delete all booking data when you uninstal this plugin.', 'booking');
130
  $wpbc_all_translations[] = __('Info', 'booking');
@@ -196,6 +203,7 @@
196
  $wpbc_all_translations[] = __('Deleted', 'booking');
197
  $wpbc_all_translations[] = __('Customization of email template, which is sending to Visitor after Cancellation of booking', 'booking');
198
  $wpbc_all_translations[] = __('Email is sending to Visitor after Deleting of booking.', 'booking');
 
199
  $wpbc_all_translations[] = __('Email is sending to Visitor after booking set as Pending.', 'booking');
200
  $wpbc_all_translations[] = __('To', 'booking');
201
  $wpbc_all_translations[] = __('New booking', 'booking');
@@ -229,6 +237,12 @@
229
  $wpbc_all_translations[] = __('Textarea', 'booking');
230
  $wpbc_all_translations[] = __('Checkbox', 'booking');
231
  $wpbc_all_translations[] = __('Advanced Fields', 'booking');
 
 
 
 
 
 
232
  $wpbc_all_translations[] = __('Active', 'booking');
233
  $wpbc_all_translations[] = __('Field Label', 'booking');
234
  $wpbc_all_translations[] = __('Name', 'booking');
@@ -258,6 +272,17 @@
258
  $wpbc_all_translations[] = __('Open in new window', 'booking');
259
  $wpbc_all_translations[] = __('Please enter URL for generating .ics feed', 'booking');
260
  $wpbc_all_translations[] = __('This .ics feed of bookings starting from today for 1 year', 'booking');
 
 
 
 
 
 
 
 
 
 
 
261
  $wpbc_all_translations[] = __('feeds', 'booking');
262
  $wpbc_all_translations[] = __('parent resource', 'booking');
263
  $wpbc_all_translations[] = __('Enter URL to .ics feed', 'booking');
@@ -277,13 +302,8 @@
277
  $wpbc_all_translations[] = __('How to start export of .ics feeds (files)?', 'booking');
278
  $wpbc_all_translations[] = __('Confgure ULR feed(s) at this settings page.', 'booking');
279
  $wpbc_all_translations[] = __('Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more info about how to import .ics feeds into other websites at the support pages of sepcific website.', 'booking');
280
- $wpbc_all_translations[] = __('Visit these (previosly configured URL feeds) pages for downloading .ics files.', 'booking');
281
  $wpbc_all_translations[] = __('Done', 'booking');
282
- $wpbc_all_translations[] = __('None', 'booking');
283
- $wpbc_all_translations[] = __('Event Title', 'booking');
284
- $wpbc_all_translations[] = __('Select field for assigning to %sevent property%s', 'booking');
285
- $wpbc_all_translations[] = __('Event Description (optional field)', 'booking');
286
- $wpbc_all_translations[] = __('Location', 'booking');
287
  $wpbc_all_translations[] = __('Activate auto import', 'booking');
288
  $wpbc_all_translations[] = __('Check this box to %sactivate%s auto import events and creation bookings from them', 'booking');
289
  $wpbc_all_translations[] = __('hour', 'booking');
@@ -297,9 +317,6 @@
297
  $wpbc_all_translations[] = __('Note:', 'booking');
298
  $wpbc_all_translations[] = __('You can check in this %sinstruction how to generate and use your Google API key%s.', 'booking');
299
  $wpbc_all_translations[] = __('Google Calendar ID', 'booking');
300
- $wpbc_all_translations[] = __('Default', 'booking');
301
- $wpbc_all_translations[] = __('Timezone', 'booking');
302
- $wpbc_all_translations[] = __('Select a city in your required timezone, if you are having problems with dates and times.', 'booking');
303
  $wpbc_all_translations[] = __('Maximum number', 'booking');
304
  $wpbc_all_translations[] = __('You can specify the maximum number of events to import during one session.', 'booking');
305
  $wpbc_all_translations[] = __('Now', 'booking');
@@ -336,12 +353,9 @@
336
  $wpbc_all_translations[] = __('Find Your Calendar ID', 'booking');
337
  $wpbc_all_translations[] = __('Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to %suse the Calendar ID only, not the entire XML feed URL%s.', 'booking');
338
  $wpbc_all_translations[] = __('Import Google Calendar Events', 'booking');
339
- $wpbc_all_translations[] = __('General Settings', 'booking');
340
- $wpbc_all_translations[] = __('Assign events fields to specific booking form field', 'booking');
341
  $wpbc_all_translations[] = __('Auto import events', 'booking');
342
  $wpbc_all_translations[] = __('Default settings for retrieving events', 'booking');
343
  $wpbc_all_translations[] = __('Google Calendar - General Settings', 'booking');
344
- $wpbc_all_translations[] = __('General', 'booking');
345
  $wpbc_all_translations[] = __('Calendar', 'booking');
346
  $wpbc_all_translations[] = __('Availability', 'booking');
347
  $wpbc_all_translations[] = __('Auto cancellation / approval', 'booking');
@@ -351,6 +365,7 @@
351
  $wpbc_all_translations[] = __('Auto cancellation / auto approval of bookings', 'booking');
352
  $wpbc_all_translations[] = __('Information', 'booking');
353
  $wpbc_all_translations[] = __('Uninstall / deactivation', 'booking');
 
354
  $wpbc_all_translations[] = __('Nothing Found', 'booking');
355
  $wpbc_all_translations[] = __('Labels', 'booking');
356
  $wpbc_all_translations[] = __('Booking Data', 'booking');
@@ -384,15 +399,12 @@
384
  $wpbc_all_translations[] = __('FAQ', 'booking');
385
  $wpbc_all_translations[] = __('Contact email', 'booking');
386
  $wpbc_all_translations[] = __('Rate plugin (thanks:)', 'booking');
387
- $wpbc_all_translations[] = __('Purchase', 'booking');
388
- $wpbc_all_translations[] = __('Upgrade Now', 'booking');
389
  $wpbc_all_translations[] = __('Current version', 'booking');
390
  $wpbc_all_translations[] = __('Version', 'booking');
391
  $wpbc_all_translations[] = __('Used for', 'booking');
392
  $wpbc_all_translations[] = __('websites', 'booking');
393
  $wpbc_all_translations[] = __('website', 'booking');
394
  $wpbc_all_translations[] = __('Release date', 'booking');
395
- $wpbc_all_translations[] = __('Upgrade', 'booking');
396
  $wpbc_all_translations[] = __('Explore Premium Features', 'booking');
397
  $wpbc_all_translations[] = __('Statistic', 'booking');
398
  $wpbc_all_translations[] = __('New (unverified) booking(s)', 'booking');
@@ -403,7 +415,6 @@
403
  $wpbc_all_translations[] = __('Insert booking calendar', 'booking');
404
  $wpbc_all_translations[] = __('Booking calendar', 'booking');
405
  $wpbc_all_translations[] = __('Insert Shortcode', 'booking');
406
- $wpbc_all_translations[] = __('Booking Form', 'booking');
407
  $wpbc_all_translations[] = __('TimeLine', 'booking');
408
  $wpbc_all_translations[] = __('Resources Selection', 'booking');
409
  $wpbc_all_translations[] = __('Search', 'booking');
@@ -421,7 +432,6 @@
421
  $wpbc_all_translations[] = __('Select number of days to scroll after loading', 'booking');
422
  $wpbc_all_translations[] = __('Start Date', 'booking');
423
  $wpbc_all_translations[] = __('Select start date', 'booking');
424
- $wpbc_all_translations[] = __('Show', 'booking');
425
  $wpbc_all_translations[] = __('Booking resource', 'booking');
426
  $wpbc_all_translations[] = __('Select booking resource', 'booking');
427
  $wpbc_all_translations[] = __('Select default custom booking form', 'booking');
@@ -488,8 +498,8 @@
488
  $wpbc_all_translations[] = __('Emails sending', 'booking');
489
  $wpbc_all_translations[] = __('Booking ID', 'booking');
490
  $wpbc_all_translations[] = __('Go', 'booking');
491
- $wpbc_all_translations[] = __('About Booking Calendar', 'booking');
492
  $wpbc_all_translations[] = __('Technical Support', 'booking');
 
493
  $wpbc_all_translations[] = __('Apply', 'booking');
494
  $wpbc_all_translations[] = __('Refresh booking listing', 'booking');
495
  $wpbc_all_translations[] = __('Reset filter to default values', 'booking');
@@ -561,7 +571,8 @@
561
  $wpbc_all_translations[] = __('Dismiss', 'booking');
562
  $wpbc_all_translations[] = __('Warning!', 'booking');
563
  $wpbc_all_translations[] = __('Probabaly you updated your paid version of Booking Calendar by free version or update process failed. You can request the new update of your paid version at %1sthis page%2s.', 'booking');
564
- $wpbc_all_translations[] = __('Hide', 'booking');
 
565
  $wpbc_all_translations[] = __('%sError!%s Request do not pass security check! Please refresh the page and try one more time.', 'booking');
566
  $wpbc_all_translations[] = __('Set as Unread', 'booking');
567
  $wpbc_all_translations[] = __('Set as Read', 'booking');
@@ -577,6 +588,7 @@
577
  $wpbc_all_translations[] = __('Updated successfully', 'booking');
578
  $wpbc_all_translations[] = __('Error!', 'booking');
579
  $wpbc_all_translations[] = __('Probably these date(s) just was booking by other visitor. Please reload this page and make booking again.', 'booking');
 
580
  $wpbc_all_translations[] = __('Google Calendar', 'booking');
581
  $wpbc_all_translations[] = __('Events Import', 'booking');
582
  $wpbc_all_translations[] = __('Import Settings', 'booking');
@@ -1607,4 +1619,13 @@
1607
  $wpbc_all_translations[] = __('Processing your %s payments through %s', 'booking');
1608
  $wpbc_all_translations[] = __('%s - inserting link for export booking to', 'booking');
1609
  $wpbc_all_translations[] = __('.ics Feed URL', 'booking');
 
 
 
 
 
 
 
 
 
1610
  }
20
  $wpbc_all_translations[] = __('Check unavailable days in calendars. This option will overwrite all other settings.', 'booking');
21
  $wpbc_all_translations[] = __('Unavailable days from today', 'booking');
22
  $wpbc_all_translations[] = __('Select number of unavailable days in calendar start from today.', 'booking');
23
+ $wpbc_all_translations[] = __('Simple', 'booking');
24
+ $wpbc_all_translations[] = __('Booking Form', 'booking');
25
+ $wpbc_all_translations[] = __('Check the box, if you want to use simple booking form customization from Free plugin version at Settings - Form page.', 'booking');
26
  $wpbc_all_translations[] = __('CAPTCHA', 'booking');
27
  $wpbc_all_translations[] = __('Check the box to activate CAPTCHA inside the booking form.', 'booking');
28
  $wpbc_all_translations[] = __('Auto-fill fields', 'booking');
128
  $wpbc_all_translations[] = __('Resources', 'booking');
129
  $wpbc_all_translations[] = __('Settings', 'booking');
130
  $wpbc_all_translations[] = __('Select user access level for the menu pages of plugin', 'booking');
131
+ $wpbc_all_translations[] = __('Premium', 'booking');
132
+ $wpbc_all_translations[] = __('Show / hide menu', 'booking');
133
+ $wpbc_all_translations[] = __('Show', 'booking');
134
+ $wpbc_all_translations[] = __('Hide', 'booking');
135
  $wpbc_all_translations[] = __('Delete booking data, when plugin deactivated', 'booking');
136
  $wpbc_all_translations[] = __('Check this box to delete all booking data when you uninstal this plugin.', 'booking');
137
  $wpbc_all_translations[] = __('Info', 'booking');
203
  $wpbc_all_translations[] = __('Deleted', 'booking');
204
  $wpbc_all_translations[] = __('Customization of email template, which is sending to Visitor after Cancellation of booking', 'booking');
205
  $wpbc_all_translations[] = __('Email is sending to Visitor after Deleting of booking.', 'booking');
206
+ $wpbc_all_translations[] = __('Customization of email template, which is sending to Visitor, when booking status is set to Pending', 'booking');
207
  $wpbc_all_translations[] = __('Email is sending to Visitor after booking set as Pending.', 'booking');
208
  $wpbc_all_translations[] = __('To', 'booking');
209
  $wpbc_all_translations[] = __('New booking', 'booking');
237
  $wpbc_all_translations[] = __('Textarea', 'booking');
238
  $wpbc_all_translations[] = __('Checkbox', 'booking');
239
  $wpbc_all_translations[] = __('Advanced Fields', 'booking');
240
+ $wpbc_all_translations[] = __('View', 'booking');
241
+ $wpbc_all_translations[] = __('Standard Forms', 'booking');
242
+ $wpbc_all_translations[] = __('Form under calendar', 'booking');
243
+ $wpbc_all_translations[] = __('Form at right side of calendar', 'booking');
244
+ $wpbc_all_translations[] = __('Form and calendar are centered', 'booking');
245
+ $wpbc_all_translations[] = __('Form for dark background', 'booking');
246
  $wpbc_all_translations[] = __('Active', 'booking');
247
  $wpbc_all_translations[] = __('Field Label', 'booking');
248
  $wpbc_all_translations[] = __('Name', 'booking');
272
  $wpbc_all_translations[] = __('Open in new window', 'booking');
273
  $wpbc_all_translations[] = __('Please enter URL for generating .ics feed', 'booking');
274
  $wpbc_all_translations[] = __('This .ics feed of bookings starting from today for 1 year', 'booking');
275
+ $wpbc_all_translations[] = __('None', 'booking');
276
+ $wpbc_all_translations[] = __('Event Title', 'booking');
277
+ $wpbc_all_translations[] = __('Select field for assigning to %sevent property%s', 'booking');
278
+ $wpbc_all_translations[] = __('Event Description (optional field)', 'booking');
279
+ $wpbc_all_translations[] = __('Location', 'booking');
280
+ $wpbc_all_translations[] = __('Default', 'booking');
281
+ $wpbc_all_translations[] = __('Timezone', 'booking');
282
+ $wpbc_all_translations[] = __('Select a city in your required timezone, if you are having problems with dates and times.', 'booking');
283
+ $wpbc_all_translations[] = __('General', 'booking');
284
+ $wpbc_all_translations[] = __('General Settings', 'booking');
285
+ $wpbc_all_translations[] = __('Assign events fields to specific booking form field', 'booking');
286
  $wpbc_all_translations[] = __('feeds', 'booking');
287
  $wpbc_all_translations[] = __('parent resource', 'booking');
288
  $wpbc_all_translations[] = __('Enter URL to .ics feed', 'booking');
302
  $wpbc_all_translations[] = __('How to start export of .ics feeds (files)?', 'booking');
303
  $wpbc_all_translations[] = __('Confgure ULR feed(s) at this settings page.', 'booking');
304
  $wpbc_all_translations[] = __('Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more info about how to import .ics feeds into other websites at the support pages of sepcific website.', 'booking');
305
+ $wpbc_all_translations[] = __('Visit these (previously configured URL feeds) pages for downloading .ics files.', 'booking');
306
  $wpbc_all_translations[] = __('Done', 'booking');
 
 
 
 
 
307
  $wpbc_all_translations[] = __('Activate auto import', 'booking');
308
  $wpbc_all_translations[] = __('Check this box to %sactivate%s auto import events and creation bookings from them', 'booking');
309
  $wpbc_all_translations[] = __('hour', 'booking');
317
  $wpbc_all_translations[] = __('Note:', 'booking');
318
  $wpbc_all_translations[] = __('You can check in this %sinstruction how to generate and use your Google API key%s.', 'booking');
319
  $wpbc_all_translations[] = __('Google Calendar ID', 'booking');
 
 
 
320
  $wpbc_all_translations[] = __('Maximum number', 'booking');
321
  $wpbc_all_translations[] = __('You can specify the maximum number of events to import during one session.', 'booking');
322
  $wpbc_all_translations[] = __('Now', 'booking');
353
  $wpbc_all_translations[] = __('Find Your Calendar ID', 'booking');
354
  $wpbc_all_translations[] = __('Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to %suse the Calendar ID only, not the entire XML feed URL%s.', 'booking');
355
  $wpbc_all_translations[] = __('Import Google Calendar Events', 'booking');
 
 
356
  $wpbc_all_translations[] = __('Auto import events', 'booking');
357
  $wpbc_all_translations[] = __('Default settings for retrieving events', 'booking');
358
  $wpbc_all_translations[] = __('Google Calendar - General Settings', 'booking');
 
359
  $wpbc_all_translations[] = __('Calendar', 'booking');
360
  $wpbc_all_translations[] = __('Availability', 'booking');
361
  $wpbc_all_translations[] = __('Auto cancellation / approval', 'booking');
365
  $wpbc_all_translations[] = __('Auto cancellation / auto approval of bookings', 'booking');
366
  $wpbc_all_translations[] = __('Information', 'booking');
367
  $wpbc_all_translations[] = __('Uninstall / deactivation', 'booking');
368
+ $wpbc_all_translations[] = __('Upgrade', 'booking');
369
  $wpbc_all_translations[] = __('Nothing Found', 'booking');
370
  $wpbc_all_translations[] = __('Labels', 'booking');
371
  $wpbc_all_translations[] = __('Booking Data', 'booking');
399
  $wpbc_all_translations[] = __('FAQ', 'booking');
400
  $wpbc_all_translations[] = __('Contact email', 'booking');
401
  $wpbc_all_translations[] = __('Rate plugin (thanks:)', 'booking');
 
 
402
  $wpbc_all_translations[] = __('Current version', 'booking');
403
  $wpbc_all_translations[] = __('Version', 'booking');
404
  $wpbc_all_translations[] = __('Used for', 'booking');
405
  $wpbc_all_translations[] = __('websites', 'booking');
406
  $wpbc_all_translations[] = __('website', 'booking');
407
  $wpbc_all_translations[] = __('Release date', 'booking');
 
408
  $wpbc_all_translations[] = __('Explore Premium Features', 'booking');
409
  $wpbc_all_translations[] = __('Statistic', 'booking');
410
  $wpbc_all_translations[] = __('New (unverified) booking(s)', 'booking');
415
  $wpbc_all_translations[] = __('Insert booking calendar', 'booking');
416
  $wpbc_all_translations[] = __('Booking calendar', 'booking');
417
  $wpbc_all_translations[] = __('Insert Shortcode', 'booking');
 
418
  $wpbc_all_translations[] = __('TimeLine', 'booking');
419
  $wpbc_all_translations[] = __('Resources Selection', 'booking');
420
  $wpbc_all_translations[] = __('Search', 'booking');
432
  $wpbc_all_translations[] = __('Select number of days to scroll after loading', 'booking');
433
  $wpbc_all_translations[] = __('Start Date', 'booking');
434
  $wpbc_all_translations[] = __('Select start date', 'booking');
 
435
  $wpbc_all_translations[] = __('Booking resource', 'booking');
436
  $wpbc_all_translations[] = __('Select booking resource', 'booking');
437
  $wpbc_all_translations[] = __('Select default custom booking form', 'booking');
498
  $wpbc_all_translations[] = __('Emails sending', 'booking');
499
  $wpbc_all_translations[] = __('Booking ID', 'booking');
500
  $wpbc_all_translations[] = __('Go', 'booking');
 
501
  $wpbc_all_translations[] = __('Technical Support', 'booking');
502
+ $wpbc_all_translations[] = __('About Booking Calendar', 'booking');
503
  $wpbc_all_translations[] = __('Apply', 'booking');
504
  $wpbc_all_translations[] = __('Refresh booking listing', 'booking');
505
  $wpbc_all_translations[] = __('Reset filter to default values', 'booking');
571
  $wpbc_all_translations[] = __('Dismiss', 'booking');
572
  $wpbc_all_translations[] = __('Warning!', 'booking');
573
  $wpbc_all_translations[] = __('Probabaly you updated your paid version of Booking Calendar by free version or update process failed. You can request the new update of your paid version at %1sthis page%2s.', 'booking');
574
+ $wpbc_all_translations[] = __('Purchase', 'booking');
575
+ $wpbc_all_translations[] = __('Upgrade Now', 'booking');
576
  $wpbc_all_translations[] = __('%sError!%s Request do not pass security check! Please refresh the page and try one more time.', 'booking');
577
  $wpbc_all_translations[] = __('Set as Unread', 'booking');
578
  $wpbc_all_translations[] = __('Set as Read', 'booking');
588
  $wpbc_all_translations[] = __('Updated successfully', 'booking');
589
  $wpbc_all_translations[] = __('Error!', 'booking');
590
  $wpbc_all_translations[] = __('Probably these date(s) just was booking by other visitor. Please reload this page and make booking again.', 'booking');
591
+ $wpbc_all_translations[] = __('Visit these (previosly configured URL feeds) pages for downloading .ics files.', 'booking');
592
  $wpbc_all_translations[] = __('Google Calendar', 'booking');
593
  $wpbc_all_translations[] = __('Events Import', 'booking');
594
  $wpbc_all_translations[] = __('Import Settings', 'booking');
1619
  $wpbc_all_translations[] = __('Processing your %s payments through %s', 'booking');
1620
  $wpbc_all_translations[] = __('%s - inserting link for export booking to', 'booking');
1621
  $wpbc_all_translations[] = __('.ics Feed URL', 'booking');
1622
+ $wpbc_all_translations[] = __('%s - inserting modification date of booking ', 'booking');
1623
+ $wpbc_all_translations[] = __('Coupon discount value of the booking.', 'booking');
1624
+ $wpbc_all_translations[] = __('Stripe. Ouch, something went wrong!', 'booking');
1625
+ $wpbc_all_translations[] = __('Please pay %s', 'booking');
1626
+ $wpbc_all_translations[] = __('Chose payment account', 'booking');
1627
+ $wpbc_all_translations[] = __('Publishable key', 'booking');
1628
+ $wpbc_all_translations[] = __('Secret key', 'booking');
1629
+ $wpbc_all_translations[] = __('For more information:', 'booking');
1630
+ $wpbc_all_translations[] = __('require PHP version %s or newer!', 'booking');
1631
  }
core/lib/wpdev-booking-class.php CHANGED
@@ -492,7 +492,7 @@ class wpdev_booking {
492
 
493
  $booking_is_show_powered_by_notice = get_bk_option( 'booking_is_show_powered_by_notice' );
494
  if ( (!class_exists('wpdev_bk_personal')) && ($booking_is_show_powered_by_notice == 'On') )
495
- $calendar .= '<div style="font-size:9px;text-align:left;margin-top:3px;">Powered by <a style="font-size:9px;" href="http://wpbookingcalendar.com" target="_blank">WP Booking Calendar</a></div>';
496
 
497
  $calendar .= '<textarea id="date_booking'.$bk_type.'" name="date_booking'.$bk_type.'" autocomplete="off" style="display:none;"></textarea>'; // Calendar code
498
 
@@ -852,7 +852,7 @@ class wpdev_booking {
852
  sprintf( esc_js( __('%sWarning! Booking calendar for this booking resource are already at the page, please check more about this issue at %sthis page%s' ,'booking') )
853
  , ''
854
  , ''
855
- , ': http://wpbookingcalendar.com/faq/why-the-booking-calendar-widget-not-show-on-page/'
856
  )
857
  .'</span>";
858
  jQuery("#'.$my_random_id.'").animate( {opacity: 1}, 10000 ).fadeOut(5000);
@@ -1192,7 +1192,7 @@ class wpdev_booking {
1192
  } else {
1193
  return __('You do not set any parameters for booking editing' ,'booking')
1194
  . ' <br/><em>'
1195
- . sprintf( __('Please check more about configuration at %sthis page%s' ,'booking') , '<a href="http://wpbookingcalendar.com/faq/configure-editing-cancel-payment-bookings-for-visitors/" target="_blank">' , '</a>.')
1196
  . '</em>';
1197
  }
1198
  if ( isset( $attr['options'] ) ) { $bk_otions = $attr['options']; }
492
 
493
  $booking_is_show_powered_by_notice = get_bk_option( 'booking_is_show_powered_by_notice' );
494
  if ( (!class_exists('wpdev_bk_personal')) && ($booking_is_show_powered_by_notice == 'On') )
495
+ $calendar .= '<div style="font-size:9px;text-align:left;margin-top:3px;">Powered by <a style="font-size:9px;" href="https://wpbookingcalendar.com" target="_blank">WP Booking Calendar</a></div>';
496
 
497
  $calendar .= '<textarea id="date_booking'.$bk_type.'" name="date_booking'.$bk_type.'" autocomplete="off" style="display:none;"></textarea>'; // Calendar code
498
 
852
  sprintf( esc_js( __('%sWarning! Booking calendar for this booking resource are already at the page, please check more about this issue at %sthis page%s' ,'booking') )
853
  , ''
854
  , ''
855
+ , ': https://wpbookingcalendar.com/faq/why-the-booking-calendar-widget-not-show-on-page/'
856
  )
857
  .'</span>";
858
  jQuery("#'.$my_random_id.'").animate( {opacity: 1}, 10000 ).fadeOut(5000);
1192
  } else {
1193
  return __('You do not set any parameters for booking editing' ,'booking')
1194
  . ' <br/><em>'
1195
+ . sprintf( __('Please check more about configuration at %sthis page%s' ,'booking') , '<a href="https://wpbookingcalendar.com/faq/configure-editing-cancel-payment-bookings-for-visitors/" target="_blank">' , '</a>.')
1196
  . '</em>';
1197
  }
1198
  if ( isset( $attr['options'] ) ) { $bk_otions = $attr['options']; }
core/lib/wpdev-booking-widget.php CHANGED
@@ -160,7 +160,7 @@ class BookingWidget extends WP_Widget {
160
 
161
  <?php if (!class_exists('wpdev_bk_personal')) { ?>
162
 
163
- <em><?php printf(__("%sSeveral widgets are supported at %spaid versions%s." ,'booking'),'<span style="">','<a href="http://wpbookingcalendar.com/" target="_blank" style="text-decoration:none;color:#3A5670;">','</a>','</span>'); ?></em>
164
 
165
  <?php
166
  }
160
 
161
  <?php if (!class_exists('wpdev_bk_personal')) { ?>
162
 
163
+ <em><?php printf(__("%sSeveral widgets are supported at %spaid versions%s." ,'booking'),'<span style="">','<a href="https://wpbookingcalendar.com/" target="_blank" style="text-decoration:none;color:#3A5670;">','</a>','</span>'); ?></em>
164
 
165
  <?php
166
  }
core/sync/wpbc-gcal-class.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Data Sync
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.06.27
6
  * @category Data Sync
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.06.27
core/sync/wpbc-gcal.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Data Sync
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.06.27
@@ -502,12 +502,12 @@ function wpbc_sync_gcal_activate() {
502
  add_bk_option( 'booking_gcal_events_until_offset_type' , '' );
503
  add_bk_option( 'booking_gcal_events_max', '25');
504
  add_bk_option( 'booking_gcal_api_key', '');
505
- add_bk_option( 'booking_gcal_timezone','');
506
  add_bk_option( 'booking_gcal_is_send_email' , 'Off' );
507
  add_bk_option( 'booking_gcal_auto_import_is_active' , 'Off' );
508
  add_bk_option( 'booking_gcal_auto_import_time', '24' );
509
 
510
- add_bk_option( 'booking_gcal_events_form_fields', 'a:3:{s:5:"title";s:9:"text^name";s:11:"description";s:16:"textarea^details";s:5:"where";s:5:"text^";}');
511
  }
512
  add_bk_action('wpbc_other_versions_activation', 'wpbc_sync_gcal_activate' );
513
 
@@ -527,12 +527,12 @@ function wpbc_sync_gcal_deactivate() {
527
 
528
  delete_bk_option( 'booking_gcal_events_max' );
529
  delete_bk_option( 'booking_gcal_api_key' );
530
- delete_bk_option( 'booking_gcal_timezone');
531
  delete_bk_option( 'booking_gcal_is_send_email' );
532
  delete_bk_option( 'booking_gcal_auto_import_is_active' );
533
  delete_bk_option( 'booking_gcal_auto_import_time' );
534
 
535
- delete_bk_option( 'booking_gcal_events_form_fields');
536
 
537
  }
538
  add_bk_action('wpbc_other_versions_deactivation', 'wpbc_sync_gcal_deactivate' );
6
  * @category Data Sync
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.06.27
502
  add_bk_option( 'booking_gcal_events_until_offset_type' , '' );
503
  add_bk_option( 'booking_gcal_events_max', '25');
504
  add_bk_option( 'booking_gcal_api_key', '');
505
+ add_bk_option( 'booking_gcal_timezone','');
506
  add_bk_option( 'booking_gcal_is_send_email' , 'Off' );
507
  add_bk_option( 'booking_gcal_auto_import_is_active' , 'Off' );
508
  add_bk_option( 'booking_gcal_auto_import_time', '24' );
509
 
510
+ add_bk_option( 'booking_gcal_events_form_fields', 'a:3:{s:5:"title";s:9:"text^name";s:11:"description";s:16:"textarea^details";s:5:"where";s:5:"text^";}');
511
  }
512
  add_bk_action('wpbc_other_versions_activation', 'wpbc_sync_gcal_activate' );
513
 
527
 
528
  delete_bk_option( 'booking_gcal_events_max' );
529
  delete_bk_option( 'booking_gcal_api_key' );
530
+ delete_bk_option( 'booking_gcal_timezone');
531
  delete_bk_option( 'booking_gcal_is_send_email' );
532
  delete_bk_option( 'booking_gcal_auto_import_is_active' );
533
  delete_bk_option( 'booking_gcal_auto_import_time' );
534
 
535
+ delete_bk_option( 'booking_gcal_events_form_fields');
536
 
537
  }
538
  add_bk_action('wpbc_other_versions_deactivation', 'wpbc_sync_gcal_deactivate' );
core/wpbc-activation.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Functions
7
  * @author wpdevelop
8
  *
9
- * @web-site http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  * @modified 2016-03-17
12
  */
@@ -95,7 +95,7 @@ function wpbc_create_examples_4_demo( $my_bk_types = array() ){ global $wpdb;
95
  if ($bookings_count>=20) return;
96
 
97
 
98
- $max_num_bookings = 10; // How many bookings exist per resource
99
  foreach ($my_bk_types as $resource_id) { // Loop all resources
100
  $bk_type = $resource_id; // Booking Resource
101
  $min_days = 2;
@@ -1067,8 +1067,11 @@ function wpbc_get_default_options( $option_name = '', $is_get_multiuser_general_
1067
  // PS
1068
  ////////////////////////////////////////////////////////////////////////////
1069
 
1070
- if ( class_exists( 'wpdev_bk_personal' ) ) {
1071
-
 
 
 
1072
  $default_options['booking_form'] = str_replace( '\\n\\', '', wpbc_get_default_booking_form() );
1073
  $default_options['booking_form_show'] = str_replace( '\\n\\', '', wpbc_get_default_booking_form_show() );
1074
  $default_options['booking_url_bookings_edit_by_visitors'] = site_url();
@@ -1088,7 +1091,7 @@ function wpbc_get_default_options( $option_name = '', $is_get_multiuser_general_
1088
  $mu_option4delete[]='booking_default_title_in_day_for_calendar_view_mode';
1089
  $default_options['booking_default_title_in_day_for_timeline_front_end'] = '[name] [secondname]';
1090
  $mu_option4delete[]='booking_default_title_in_day_for_timeline_front_end';
1091
- $default_options['booking_is_show_popover_in_timeline_front_end'] = 'Off';
1092
  $mu_option4delete[]='booking_is_show_popover_in_timeline_front_end';
1093
  $default_options['booking_csv_export_separator'] = ';';
1094
  $mu_option4delete[]='booking_csv_export_separator';
@@ -1136,7 +1139,7 @@ function wpbc_get_default_options( $option_name = '', $is_get_multiuser_general_
1136
  $mu_option4delete[]='booking_range_selection_start_time';
1137
  $default_options['booking_range_selection_end_time'] = '10:00';
1138
  $mu_option4delete[]='booking_range_selection_end_time';
1139
- $default_options['booking_change_over_days_triangles'] = 'Off'; //FixIn: 7.0.1.24
1140
  $mu_option4delete[]='booking_change_over_days_triangles';
1141
  $default_options['booking_time_format'] = 'H:i';
1142
  $mu_option4delete[]='booking_time_format';
6
  * @category Functions
7
  * @author wpdevelop
8
  *
9
+ * @web-site https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  * @modified 2016-03-17
12
  */
95
  if ($bookings_count>=20) return;
96
 
97
 
98
+ $max_num_bookings = 5; // How many bookings exist per resource
99
  foreach ($my_bk_types as $resource_id) { // Loop all resources
100
  $bk_type = $resource_id; // Booking Resource
101
  $min_days = 2;
1067
  // PS
1068
  ////////////////////////////////////////////////////////////////////////////
1069
 
1070
+ if ( class_exists( 'wpdev_bk_personal' ) ) {
1071
+
1072
+ $default_options['booking_is_use_simple_booking_form'] = 'Off'; //FixIn: 8.1.12
1073
+ $mu_option4delete[]='booking_is_use_simple_booking_form';
1074
+
1075
  $default_options['booking_form'] = str_replace( '\\n\\', '', wpbc_get_default_booking_form() );
1076
  $default_options['booking_form_show'] = str_replace( '\\n\\', '', wpbc_get_default_booking_form_show() );
1077
  $default_options['booking_url_bookings_edit_by_visitors'] = site_url();
1091
  $mu_option4delete[]='booking_default_title_in_day_for_calendar_view_mode';
1092
  $default_options['booking_default_title_in_day_for_timeline_front_end'] = '[name] [secondname]';
1093
  $mu_option4delete[]='booking_default_title_in_day_for_timeline_front_end';
1094
+ $default_options['booking_is_show_popover_in_timeline_front_end'] = ($is_demo) ? 'On' : 'Off';
1095
  $mu_option4delete[]='booking_is_show_popover_in_timeline_front_end';
1096
  $default_options['booking_csv_export_separator'] = ';';
1097
  $mu_option4delete[]='booking_csv_export_separator';
1139
  $mu_option4delete[]='booking_range_selection_start_time';
1140
  $default_options['booking_range_selection_end_time'] = '10:00';
1141
  $mu_option4delete[]='booking_range_selection_end_time';
1142
+ $default_options['booking_change_over_days_triangles'] = ($is_demo) ? 'On' : 'Off'; //FixIn: 7.0.1.24
1143
  $mu_option4delete[]='booking_change_over_days_triangles';
1144
  $default_options['booking_time_format'] = 'H:i';
1145
  $mu_option4delete[]='booking_time_format';
core/wpbc-constants.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.05.17
@@ -25,6 +25,8 @@ if (!defined('WP_BK_IS_SEND_EMAILS_ON_COST_CHANGE')) define('WP_BK_IS_SEND_EM
25
  if (!defined('WP_BK_LAST_CHECKOUT_DAY_AVAILABLE')) define('WP_BK_LAST_CHECKOUT_DAY_AVAILABLE', false ); //FixIn: 6.2.3.6 // Its will remove last selected day of booking during saving it as booking.
26
  if (!defined('WP_BK_PAYMENT_FORM_ONLY_IN_REQUEST')) define('WP_BK_PAYMENT_FORM_ONLY_IN_REQUEST', false ); // Its will show payment form only in payment request during sending from Booking Listing page and do not show payment form after visitor made the booking.
27
  if (!defined('WP_BK_AUTO_APPROVE_WHEN_ZERO_COST')) define('WP_BK_AUTO_APPROVE_WHEN_ZERO_COST', false ); // Auto approve booking, if the cost of booking == 0
 
 
28
  if (!defined('WP_BK_AUTO_APPROVE_WHEN_IMPORT_GCAL')) define('WP_BK_AUTO_APPROVE_WHEN_IMPORT_GCAL', false ); // Auto approve booking, if imported from Google Calendar //FixIn:7.0.1.59
29
  if (!defined('WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH')) define('WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH', false ); // Check in search results custom fields parameters relative to less than in search form, and not only equal.
30
  if (!defined('WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH')) define('WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH', true ); // Check in search results custom fields parameter that can include to multiple selcted options in search form. Logical OR
@@ -35,8 +37,8 @@ if (!defined('WP_BK_TIMILINE_LIMIT_HOURS')) define('WP_BK_TIMILINE_L
35
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
36
  // SYSTEM CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
37
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
38
- if (!defined('WP_BK_VERSION_NUM')) define('WP_BK_VERSION_NUM', '8.1' );
39
- if (!defined('WP_BK_MINOR_UPDATE')) define('WP_BK_MINOR_UPDATE', ! true );
40
  if (!defined('IS_USE_WPDEV_BK_CACHE')) define('IS_USE_WPDEV_BK_CACHE', true );
41
  if (!defined('WP_BK_DEBUG_MODE')) define('WP_BK_DEBUG_MODE', false );
42
  if (!defined('WP_BK_MIN')) define('WP_BK_MIN', false ); //TODO: Finish with this contstant, right now its not working correctly with TRUE status
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.05.17
25
  if (!defined('WP_BK_LAST_CHECKOUT_DAY_AVAILABLE')) define('WP_BK_LAST_CHECKOUT_DAY_AVAILABLE', false ); //FixIn: 6.2.3.6 // Its will remove last selected day of booking during saving it as booking.
26
  if (!defined('WP_BK_PAYMENT_FORM_ONLY_IN_REQUEST')) define('WP_BK_PAYMENT_FORM_ONLY_IN_REQUEST', false ); // Its will show payment form only in payment request during sending from Booking Listing page and do not show payment form after visitor made the booking.
27
  if (!defined('WP_BK_AUTO_APPROVE_WHEN_ZERO_COST')) define('WP_BK_AUTO_APPROVE_WHEN_ZERO_COST', false ); // Auto approve booking, if the cost of booking == 0
28
+ if (!defined('WP_BK_AUTO_APPROVE_IF_ADD_IN_ADMIN_PANEL')) define('WP_BK_AUTO_APPROVE_IF_ADD_IN_ADMIN_PANEL', false ); // Auto approve booking, if booking added in admin panel
29
+ if (!defined('WP_BK_AUTO_SEND_PAY_REQUEST_IF_ADD_IN_ADMIN_PANEL')) define('WP_BK_AUTO_SEND_PAY_REQUEST_IF_ADD_IN_ADMIN_PANEL', false ); // Auto send payment request, if booking was added in admin panel, and WP_BK_AUTO_APPROVE_IF_ADD_IN_ADMIN_PANEL == true
30
  if (!defined('WP_BK_AUTO_APPROVE_WHEN_IMPORT_GCAL')) define('WP_BK_AUTO_APPROVE_WHEN_IMPORT_GCAL', false ); // Auto approve booking, if imported from Google Calendar //FixIn:7.0.1.59
31
  if (!defined('WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH')) define('WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH', false ); // Check in search results custom fields parameters relative to less than in search form, and not only equal.
32
  if (!defined('WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH')) define('WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH', true ); // Check in search results custom fields parameter that can include to multiple selcted options in search form. Logical OR
37
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
38
  // SYSTEM CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
39
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
40
+ if (!defined('WP_BK_VERSION_NUM')) define('WP_BK_VERSION_NUM', '8.1.1' );
41
+ if (!defined('WP_BK_MINOR_UPDATE')) define('WP_BK_MINOR_UPDATE', true );
42
  if (!defined('IS_USE_WPDEV_BK_CACHE')) define('IS_USE_WPDEV_BK_CACHE', true );
43
  if (!defined('WP_BK_DEBUG_MODE')) define('WP_BK_DEBUG_MODE', false );
44
  if (!defined('WP_BK_MIN')) define('WP_BK_MIN', false ); //TODO: Finish with this contstant, right now its not working correctly with TRUE status
core/wpbc-core.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Functions
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
6
  * @category Functions
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
core/wpbc-css.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category Core
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2013.10.16
@@ -85,7 +85,7 @@ class WPBC_CSS extends WPBC_JS_CSS{
85
  }
86
 
87
 
88
- public function remove_conflicts( $where_to_load ) {
89
 
90
  if ( wpbc_is_bookings_page() ) {
91
  if (function_exists('wp_dequeue_style')) {
@@ -98,7 +98,7 @@ class WPBC_CSS extends WPBC_JS_CSS{
98
  wp_dequeue_style( 'chosen');
99
  wp_dequeue_style( 'toolset-font-awesome-css' ); // Remove this script sitepress-multilingual-cms/res/css/font-awesome.min.css?ver=3.1.6, which is load by the "sitepress-multilingual-cms"
100
  wp_dequeue_style( 'toolset-font-awesome' ); //FixIn: 5.4.5.8
101
-
102
  }
103
  }
104
  }
4
  * @category Core
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2013.10.16
85
  }
86
 
87
 
88
+ public function remove_conflicts( $where_to_load ) {
89
 
90
  if ( wpbc_is_bookings_page() ) {
91
  if (function_exists('wp_dequeue_style')) {
98
  wp_dequeue_style( 'chosen');
99
  wp_dequeue_style( 'toolset-font-awesome-css' ); // Remove this script sitepress-multilingual-cms/res/css/font-awesome.min.css?ver=3.1.6, which is load by the "sitepress-multilingual-cms"
100
  wp_dequeue_style( 'toolset-font-awesome' ); //FixIn: 5.4.5.8
101
+ wp_dequeue_style( 'the7-fontello-css' );
102
  }
103
  }
104
  }
core/wpbc-dates.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Functions
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
@@ -190,7 +190,7 @@ function wpbc_get_times_in_form( $booking_form_data, $booking_type ){
190
 
191
  $is_time_exist = false;
192
 
193
- //if ( false ) //FixIn: 8.0.1.4 //Fix: TimeFree
194
  if ( ! class_exists('wpdev_bk_biz_s') )
195
  return $is_time_exist;
196
 
6
  * @category Functions
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
190
 
191
  $is_time_exist = false;
192
 
193
+ //if ( false ) //FixIn: 8.0.1.4 //FixIn: TimeFree
194
  if ( ! class_exists('wpdev_bk_biz_s') )
195
  return $is_time_exist;
196
 
core/wpbc-debug.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Dubug info showing
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 09.09.2015
5
  * @category Dubug info showing
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 09.09.2015
core/wpbc-dev-api.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category API
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2017-06-24
6
  * @category API
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2017-06-24
core/wpbc-emails.php CHANGED
@@ -5,7 +5,7 @@
5
  * @category Send Emails
6
  * @author wpdevelop
7
  *
8
- * @web-site http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 15.09.2015
5
  * @category Send Emails
6
  * @author wpdevelop
7
  *
8
+ * @web-site https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 15.09.2015
core/wpbc-functions.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Functions
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
@@ -1097,7 +1097,7 @@ $is_old = false;
1097
  if ( ! wpbc_is_this_demo() )
1098
  $v = wpbc_get_ver_sufix();
1099
  else $v = '';
1100
- return 'http://wpbookingcalendar.com/' . ( ( empty($v) ) ? '' : 'upgrade-' . $v . '/' ) ;
1101
  }
1102
 
1103
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -1836,7 +1836,7 @@ $is_old = false;
1836
  }
1837
 
1838
 
1839
- define ('OBC_CHECK_URL', 'http://wpbookingcalendar.com/');
1840
 
1841
  function wpdev_ajax_check_bk_news( $sub_url = '' ){
1842
 
@@ -1962,7 +1962,7 @@ $is_old = false;
1962
  $wpdev_copyright_adminpanel = get_bk_option( 'booking_wpdev_copyright_adminpanel' ); // check
1963
  if ( ( $wpdev_copyright_adminpanel !== 'Off' ) && ( ! wpbc_is_this_demo() ) ) {
1964
  $message = '';
1965
- // $message .= '<a target="_blank" href="http://wpbookingcalendar.com/">Booking Calendar</a> ' . __('version' ,'booking') . ' ' . WP_BK_VERSION_NUM ;
1966
  //
1967
  // $message .= ' | '. sprintf(__('Add your %s on %swordpress.org%s, if you enjoyed by this plugin.' ,'booking'),
1968
  // '<a target="_blank" href="http://goo.gl/tcrrpK" >&#9733;&#9733;&#9733;&#9733;&#9733;</a>',
@@ -2083,7 +2083,8 @@ function wpbc_get_params_in_url( $page_param , $exclude_params = array(), $only_
2083
  $url = admin_url( add_query_arg( $get_paramaters , 'admin.php' ) );
2084
 
2085
  if ( $is_escape_url )
2086
- $url = esc_url( $url );
 
2087
 
2088
  return $url;
2089
 
@@ -2629,9 +2630,9 @@ function wpbc_welcome_panel_content() {
2629
 
2630
  <li><div class="welcome-icon"><?php
2631
  printf( __( 'Check %show todo%s that and what %sshortcodes%s are available.','booking'),
2632
- '<a href="http://wpbookingcalendar.com/help/inserting-booking-form/" target="_blank">',
2633
  '</a>',
2634
- '<a href="http://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">',
2635
  '</a>' );
2636
  ?></div></li>
2637
  <li><div class="welcome-icon"><?php
@@ -2667,17 +2668,17 @@ function wpbc_welcome_panel_content() {
2667
  <ul>
2668
  <li><div class="welcome-icon"><?php
2669
  printf( __( 'Check out our %sHelp%s' ,'booking'),
2670
- '<a href="http://wpbookingcalendar.com/help/" target="_blank">',
2671
  '</a>' );
2672
  ?></div></li>
2673
  <li><div class="welcome-icon"><?php
2674
  printf( __( 'See %sFAQ%s.' ,'booking'),
2675
- '<a href="http://wpbookingcalendar.com/faq/" target="_blank">',
2676
  '</a>' );
2677
  ?></div></li>
2678
  <li><div class="welcome-icon"><?php
2679
  printf( __( 'Still having questions? Contact %sSupport%s.','booking'),
2680
- '<a href="http://wpbookingcalendar.com/support/" target="_blank">',
2681
  '</a>' );
2682
  ?></div></li>
2683
  </ul>
@@ -2685,7 +2686,7 @@ function wpbc_welcome_panel_content() {
2685
  </div>
2686
  <div class="welcome-icon welcome-widgets-menus" style="text-align:right;font-style:italic;"><?php
2687
  printf( __( 'Need even more functionality? Check %s higher versions %s','booking'),
2688
- '<a href="http://wpbookingcalendar.com/overview/" target="_blank">',
2689
  '</a>'
2690
  ); ?>
2691
  </div>
6
  * @category Functions
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
1097
  if ( ! wpbc_is_this_demo() )
1098
  $v = wpbc_get_ver_sufix();
1099
  else $v = '';
1100
+ return 'https://wpbookingcalendar.com/' . ( ( empty($v) ) ? '' : 'upgrade-' . $v . '/' ) ;
1101
  }
1102
 
1103
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1836
  }
1837
 
1838
 
1839
+ define ('OBC_CHECK_URL', 'https://wpbookingcalendar.com/');
1840
 
1841
  function wpdev_ajax_check_bk_news( $sub_url = '' ){
1842
 
1962
  $wpdev_copyright_adminpanel = get_bk_option( 'booking_wpdev_copyright_adminpanel' ); // check
1963
  if ( ( $wpdev_copyright_adminpanel !== 'Off' ) && ( ! wpbc_is_this_demo() ) ) {
1964
  $message = '';
1965
+ // $message .= '<a target="_blank" href="https://wpbookingcalendar.com/">Booking Calendar</a> ' . __('version' ,'booking') . ' ' . WP_BK_VERSION_NUM ;
1966
  //
1967
  // $message .= ' | '. sprintf(__('Add your %s on %swordpress.org%s, if you enjoyed by this plugin.' ,'booking'),
1968
  // '<a target="_blank" href="http://goo.gl/tcrrpK" >&#9733;&#9733;&#9733;&#9733;&#9733;</a>',
2083
  $url = admin_url( add_query_arg( $get_paramaters , 'admin.php' ) );
2084
 
2085
  if ( $is_escape_url )
2086
+ $url = esc_url_raw( $url ); //FixIn: 8.1.7
2087
+ // $url = esc_url( $url );
2088
 
2089
  return $url;
2090
 
2630
 
2631
  <li><div class="welcome-icon"><?php
2632
  printf( __( 'Check %show todo%s that and what %sshortcodes%s are available.','booking'),
2633
+ '<a href="https://wpbookingcalendar.com/help/inserting-booking-form/" target="_blank">',
2634
  '</a>',
2635
+ '<a href="https://wpbookingcalendar.com/help/booking-calendar-shortcodes/" target="_blank">',
2636
  '</a>' );
2637
  ?></div></li>
2638
  <li><div class="welcome-icon"><?php
2668
  <ul>
2669
  <li><div class="welcome-icon"><?php
2670
  printf( __( 'Check out our %sHelp%s' ,'booking'),
2671
+ '<a href="https://wpbookingcalendar.com/help/" target="_blank">',
2672
  '</a>' );
2673
  ?></div></li>
2674
  <li><div class="welcome-icon"><?php
2675
  printf( __( 'See %sFAQ%s.' ,'booking'),
2676
+ '<a href="https://wpbookingcalendar.com/faq/" target="_blank">',
2677
  '</a>' );
2678
  ?></div></li>
2679
  <li><div class="welcome-icon"><?php
2680
  printf( __( 'Still having questions? Contact %sSupport%s.','booking'),
2681
+ '<a href="https://wpbookingcalendar.com/support/" target="_blank">',
2682
  '</a>' );
2683
  ?></div></li>
2684
  </ul>
2686
  </div>
2687
  <div class="welcome-icon welcome-widgets-menus" style="text-align:right;font-style:italic;"><?php
2688
  printf( __( 'Need even more functionality? Check %s higher versions %s','booking'),
2689
+ '<a href="https://wpbookingcalendar.com/overview/" target="_blank">',
2690
  '</a>'
2691
  ); ?>
2692
  </div>
core/wpbc-include.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
@@ -68,8 +68,9 @@ if ( file_exists( WPBC_PLUGIN_DIR.'/inc/_ps/personal.php' ) ){
68
  require_once( WPBC_PLUGIN_DIR . '/core/admin/page-email-deny.php' ); // Email - Deny - set pending
69
  require_once( WPBC_PLUGIN_DIR . '/core/admin/page-email-trash.php' ); // Email - Trash
70
  require_once( WPBC_PLUGIN_DIR . '/core/admin/page-email-deleted.php' ); // Email - Deleted - completely erase
71
- require_once( WPBC_PLUGIN_DIR . '/core/admin/page-ics-import.php' ); // Import ICS Help Settings page //FixIn: 8.0
72
- require_once( WPBC_PLUGIN_DIR . '/core/admin/page-ics-export.php' ); // Export ICS Feeds Settings page //FixIn: 8.0
 
73
  require_once( WPBC_PLUGIN_DIR . '/core/admin/page-import-gcal.php' ); // Import from Google Calendar Settings page
74
  }
75
 
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
68
  require_once( WPBC_PLUGIN_DIR . '/core/admin/page-email-deny.php' ); // Email - Deny - set pending
69
  require_once( WPBC_PLUGIN_DIR . '/core/admin/page-email-trash.php' ); // Email - Trash
70
  require_once( WPBC_PLUGIN_DIR . '/core/admin/page-email-deleted.php' ); // Email - Deleted - completely erase
71
+ require_once( WPBC_PLUGIN_DIR . '/core/admin/page-ics-general.php' ); // General ICS Help Settings page //FixIn: 8.1.10
72
+ require_once( WPBC_PLUGIN_DIR . '/core/admin/page-ics-import.php' ); // Import ICS Help Settings page //FixIn: 8.0
73
+ require_once( WPBC_PLUGIN_DIR . '/core/admin/page-ics-export.php' ); // Export ICS Feeds Settings page //FixIn: 8.0
74
  require_once( WPBC_PLUGIN_DIR . '/core/admin/page-import-gcal.php' ); // Import from Google Calendar Settings page
75
  }
76
 
core/wpbc-js.php CHANGED
@@ -4,7 +4,7 @@
4
  * @category JavaScript files and varibales
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 19.10.2015
@@ -80,8 +80,8 @@ function wpbc_js_load_vars( $where_to_load ) {
80
  ////////////////////////////////////////////////////////////////////////////
81
  // JavaScripts Variables
82
  ////////////////////////////////////////////////////////////////////////////
83
-
84
- wp_enqueue_script( 'wpbc-global-vars', wpbc_plugin_url( '/js/wpbc_vars.js' ), array( 'jquery' ), '1.1' ); // Blank JS File
85
 
86
  wp_localize_script( 'wpbc-global-vars'
87
  , 'wpbc_global1', array(
@@ -207,17 +207,18 @@ function wpbc_js_load_files( $where_to_load ) {
207
  if ( ( $where_to_load == 'client' ) || ( wpbc_is_new_booking_page() ) ) {
208
 
209
  // Client
210
- wp_enqueue_script( 'wpbc-main-client', wpbc_plugin_url( '/js/client.js'), array( 'wpbc-datepick' ), '1.1');
 
211
  }
212
 
213
  if ( $where_to_load == 'admin' ) {
214
 
215
  // Admin
216
- wp_enqueue_script( 'wpbc-admin-main', wpbc_plugin_url( '/js/admin.js'), array( 'wpbc-global-vars' ), '1.1');
217
- wp_enqueue_script( 'wpbc-admin-support', wpbc_plugin_url( '/core/any/js/admin-support.js'), array( 'wpbc-global-vars' ), '1.1');
218
 
219
  // Chosen Library
220
- wp_enqueue_script( 'wpbc-chosen', wpbc_plugin_url( '/assets/libs/chosen/chosen.jquery.min.js'), array( 'wpbc-global-vars' ), '1.1' );
221
  }
222
 
223
  }
@@ -241,13 +242,13 @@ function wpbc_load_calendar_localization_file() {
241
 
242
  if ( ( $locale_lang !== 'en') && ( wpbc_is_file_exist( '/js/datepick/jquery.datepick-' . $locale_lang . '.js' ) ) ) {
243
 
244
- wp_enqueue_script( 'wpbc-datepick-localize', wpbc_plugin_url( '/js/datepick/jquery.datepick-'. $locale_lang . '.js' ), array( 'wpbc-datepick' ), '1.1');
245
 
246
  } else if ( ( ! in_array( $locale, array( 'en_US', 'en_CA', 'en_GB', 'en_AU' ) ) ) // English Exceptions
247
  && ( wpbc_is_file_exist( '/js/datepick/jquery.datepick-'. $locale_country . '.js' ) )
248
  ) {
249
 
250
- wp_enqueue_script( 'wpbc-datepick-localize', wpbc_plugin_url( '/js/datepick/jquery.datepick-'. $locale_country . '.js' ), array( 'wpbc-datepick' ), '1.1');
251
  }
252
  }
253
  }*/
4
  * @category JavaScript files and varibales
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 19.10.2015
80
  ////////////////////////////////////////////////////////////////////////////
81
  // JavaScripts Variables
82
  ////////////////////////////////////////////////////////////////////////////
83
+
84
+ wp_enqueue_script( 'wpbc-global-vars', wpbc_plugin_url( '/js/wpbc_vars.js' ), array( 'jquery' ), WP_BK_VERSION_NUM ); // Blank JS File
85
 
86
  wp_localize_script( 'wpbc-global-vars'
87
  , 'wpbc_global1', array(
207
  if ( ( $where_to_load == 'client' ) || ( wpbc_is_new_booking_page() ) ) {
208
 
209
  // Client
210
+ wp_enqueue_script( 'wpbc-main-client', wpbc_plugin_url( '/js/client.js'), array( 'wpbc-datepick' ), WP_BK_VERSION_NUM);
211
+ // wp_enqueue_script( 'wpbc-times', wpbc_plugin_url( '/js/wpbc_times.js'), array( 'wpbc-main-client' ), WP_BK_VERSION_NUM); //FixIn: TimeFree
212
  }
213
 
214
  if ( $where_to_load == 'admin' ) {
215
 
216
  // Admin
217
+ wp_enqueue_script( 'wpbc-admin-main', wpbc_plugin_url( '/js/admin.js'), array( 'wpbc-global-vars' ), WP_BK_VERSION_NUM );
218
+ wp_enqueue_script( 'wpbc-admin-support', wpbc_plugin_url( '/core/any/js/admin-support.js'), array( 'wpbc-global-vars' ), WP_BK_VERSION_NUM );
219
 
220
  // Chosen Library
221
+ wp_enqueue_script( 'wpbc-chosen', wpbc_plugin_url( '/assets/libs/chosen/chosen.jquery.min.js'), array( 'wpbc-global-vars' ), WP_BK_VERSION_NUM );
222
  }
223
 
224
  }
242
 
243
  if ( ( $locale_lang !== 'en') && ( wpbc_is_file_exist( '/js/datepick/jquery.datepick-' . $locale_lang . '.js' ) ) ) {
244
 
245
+ wp_enqueue_script( 'wpbc-datepick-localize', wpbc_plugin_url( '/js/datepick/jquery.datepick-'. $locale_lang . '.js' ), array( 'wpbc-datepick' ), WP_BK_VERSION_NUM );
246
 
247
  } else if ( ( ! in_array( $locale, array( 'en_US', 'en_CA', 'en_GB', 'en_AU' ) ) ) // English Exceptions
248
  && ( wpbc_is_file_exist( '/js/datepick/jquery.datepick-'. $locale_country . '.js' ) )
249
  ) {
250
 
251
+ wp_enqueue_script( 'wpbc-datepick-localize', wpbc_plugin_url( '/js/datepick/jquery.datepick-'. $locale_country . '.js' ), array( 'wpbc-datepick' ), WP_BK_VERSION_NUM );
252
  }
253
  }
254
  }*/
core/wpbc-translation.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Functions
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
6
  * @category Functions
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 29.09.2015
core/wpbc.php CHANGED
@@ -6,7 +6,7 @@
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
- * @link http://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.07.29
6
  * @category Bookings
7
  *
8
  * @author wpdevelop
9
+ * @link https://wpbookingcalendar.com/
10
  * @email info@wpbookingcalendar.com
11
  *
12
  * @modified 2014.07.29
css/admin.css CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Admin Pages only
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-04-11
4
  * @category: Admin Pages only
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-04-11
css/client.css CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Front-End
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-02-14
4
  * @category: Front-End
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-02-14
css/modal.css CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-01-10
4
  * @category: Admin UI
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2016-01-10
css/print.css CHANGED
@@ -4,7 +4,7 @@
4
  * @category: Admin Pages only
5
  * @author wpdevelop
6
  *
7
- * @web-site http://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-04-11
4
  * @category: Admin Pages only
5
  * @author wpdevelop
6
  *
7
+ * @web-site https://wpbookingcalendar.com/
8
  * @email info@wpbookingcalendar.com
9
  *
10
  * @modified 2015-04-11
js/admin.js CHANGED
@@ -5,7 +5,7 @@
5
  * @category Scripts
6
  *
7
  * @author wpdevelop
8
- * @link http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2014.09.10
@@ -224,7 +224,7 @@ function approve_unapprove_booking(booking_id, is_approve_or_pending, user_id, w
224
  url: wpbc_ajaxurl,
225
  type:'POST',
226
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
227
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
228
  // beforeSend: someFunction,
229
  data:{
230
  // ajax_action : ajax_type_action, // Action
@@ -309,7 +309,7 @@ function trash__restore_booking( is_trash, booking_id, user_id, wpdev_active_loc
309
  url: wpbc_ajaxurl,
310
  type:'POST',
311
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
312
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
313
  // beforeSend: someFunction,
314
  data:{
315
  //ajax_action : ajax_type_action, // Action
@@ -360,7 +360,7 @@ function delete_booking(booking_id, user_id, wpdev_active_locale, is_send_emeils
360
  url: wpbc_ajaxurl,
361
  type:'POST',
362
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
363
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
364
  // beforeSend: someFunction,
365
  data:{
366
  //ajax_action : ajax_type_action, // Action
@@ -396,7 +396,7 @@ function mark_read_booking(booking_id, is_read_or_unread, user_id, wpdev_active_
396
  url: wpbc_ajaxurl,
397
  type:'POST',
398
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
399
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
400
  // beforeSend: someFunction,
401
  data:{
402
  //ajax_action : ajax_type_action, // Action
@@ -471,7 +471,7 @@ function save_bk_listing_filter(us_id, filter_name, filter_value ){
471
  url: wpbc_ajaxurl,
472
  type:'POST',
473
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
474
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
475
  data:{
476
  // ajax_action : ajax_type_action,
477
  action : ajax_type_action,
@@ -497,7 +497,7 @@ function delete_bk_listing_filter(us_id, filter_name ){
497
  url: wpbc_ajaxurl,
498
  type:'POST',
499
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
500
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
501
  data:{
502
  // ajax_action : ajax_type_action,
503
  action : ajax_type_action,
@@ -525,7 +525,7 @@ function wpbc_import_gcal_events( us_id
525
  url: wpbc_ajaxurl,
526
  type:'POST',
527
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
528
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
529
  data:{
530
  // ajax_action : ajax_type_action,
531
  action : ajax_type_action
5
  * @category Scripts
6
  *
7
  * @author wpdevelop
8
+ * @link https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2014.09.10
224
  url: wpbc_ajaxurl,
225
  type:'POST',
226
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
227
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
228
  // beforeSend: someFunction,
229
  data:{
230
  // ajax_action : ajax_type_action, // Action
309
  url: wpbc_ajaxurl,
310
  type:'POST',
311
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
312
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
313
  // beforeSend: someFunction,
314
  data:{
315
  //ajax_action : ajax_type_action, // Action
360
  url: wpbc_ajaxurl,
361
  type:'POST',
362
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
363
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
364
  // beforeSend: someFunction,
365
  data:{
366
  //ajax_action : ajax_type_action, // Action
396
  url: wpbc_ajaxurl,
397
  type:'POST',
398
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
399
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
400
  // beforeSend: someFunction,
401
  data:{
402
  //ajax_action : ajax_type_action, // Action
471
  url: wpbc_ajaxurl,
472
  type:'POST',
473
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
474
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
475
  data:{
476
  // ajax_action : ajax_type_action,
477
  action : ajax_type_action,
497
  url: wpbc_ajaxurl,
498
  type:'POST',
499
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
500
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
501
  data:{
502
  // ajax_action : ajax_type_action,
503
  action : ajax_type_action,
525
  url: wpbc_ajaxurl,
526
  type:'POST',
527
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
528
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
529
  data:{
530
  // ajax_action : ajax_type_action,
531
  action : ajax_type_action
js/client.js CHANGED
@@ -67,12 +67,18 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
67
  return false;
68
  } //FixIn: 8.0.1.2 end
69
 
70
- if ( typeof( bkRangeDaysSelection ) == 'function' ){ // Check if this minimum BS version, and then proced
71
  if ( jQuery.isFunction( jQuery( ".datepick-days-cell" ).popover ) ) // FixIn: 7.0.1.2 - 2016-12-10
72
  jQuery( '.datepick-days-cell' ).popover( 'hide' );
73
- }
74
 
75
  jQuery( '#date_booking' + bk_type ).val( date );
 
 
 
 
 
 
76
  if ( typeof( selectDayPro ) == 'function' ){
77
  selectDayPro( date, bk_type );
78
  }
@@ -330,11 +336,11 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
330
  }
331
 
332
  function changeMonthYear(year, month){
333
- if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced
334
  if(typeof( prepare_tooltip ) == 'function') {
335
  setTimeout("prepare_tooltip("+bk_type+");",1000);
336
  }
337
- }
338
  if(typeof( prepare_highlight ) == 'function') {
339
  setTimeout("prepare_highlight();",1000);
340
  }
@@ -392,9 +398,9 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
392
  }
393
 
394
 
395
- if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced
396
  if(typeof( prepare_tooltip ) == 'function') {setTimeout("prepare_tooltip("+bk_type+");",1000);}
397
- }
398
  }
399
 
400
 
@@ -904,7 +910,7 @@ function send_ajax_submit(bk_type,formdata,captcha_chalange,user_captcha,is_send
904
  url: wpbc_ajaxurl,
905
  type:'POST',
906
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
907
- error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
908
  // beforeSend: someFunction,
909
  data:{
910
  // ajax_action : 'INSERT_INTO_TABLE',
@@ -931,7 +937,7 @@ function send_ajax_submit(bk_type,formdata,captcha_chalange,user_captcha,is_send
931
  function showErrorMessage( element , errorMessage) {
932
 
933
  if(typeof( bk_form_step_click ) == 'function') {
934
- bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: http://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/
935
  }
936
 
937
  makeScroll( element );
@@ -981,7 +987,7 @@ function showErrorMessage( element , errorMessage) {
981
  function showMessageUnderElement( element , errorMessage , message_type) {
982
 
983
  if(typeof( bk_form_step_click ) == 'function') {
984
- bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: http://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/
985
  }
986
 
987
  makeScroll( element );
@@ -1133,4 +1139,3 @@ function wpbc_unselect_all_days( bk_type ){ //FixIn: 8.0.1.2
1133
  jQuery.datepick._updateDatepick( inst );
1134
  }
1135
  }
1136
-
67
  return false;
68
  } //FixIn: 8.0.1.2 end
69
 
70
+ //if ( typeof( bkRangeDaysSelection ) == 'function' ){ //FixIn: TimeFree // Check if this minimum BS version, and then proced
71
  if ( jQuery.isFunction( jQuery( ".datepick-days-cell" ).popover ) ) // FixIn: 7.0.1.2 - 2016-12-10
72
  jQuery( '.datepick-days-cell' ).popover( 'hide' );
73
+ //}
74
 
75
  jQuery( '#date_booking' + bk_type ).val( date );
76
+
77
+ if ( typeof( bkDisableBookedTimeSlots ) == 'function' ){ //FixIn: TimeFree
78
+ if(typeof( prepare_tooltip ) == 'function') {setTimeout("prepare_tooltip("+bk_type+");",1000);}
79
+ // HERE WE WILL DISABLE ALL OPTIONS IN RANGE TIME INTERVALS FOR SINGLE DAYS SELECTIONS FOR THAT DAYS WHERE HOURS ALREADY BOOKED
80
+ bkDisableBookedTimeSlots( jQuery( '#date_booking' + bk_type ).val(), bk_type );
81
+ }
82
  if ( typeof( selectDayPro ) == 'function' ){
83
  selectDayPro( date, bk_type );
84
  }
336
  }
337
 
338
  function changeMonthYear(year, month){
339
+ //if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced //FixIn: TimeFree
340
  if(typeof( prepare_tooltip ) == 'function') {
341
  setTimeout("prepare_tooltip("+bk_type+");",1000);
342
  }
343
+ //}
344
  if(typeof( prepare_highlight ) == 'function') {
345
  setTimeout("prepare_highlight();",1000);
346
  }
398
  }
399
 
400
 
401
+ //if(typeof( bkRangeDaysSelection ) == 'function') { // Check if this minimum BS version, and then proced //FixIn: TimeFree
402
  if(typeof( prepare_tooltip ) == 'function') {setTimeout("prepare_tooltip("+bk_type+");",1000);}
403
+ //}
404
  }
405
 
406
 
910
  url: wpbc_ajaxurl,
911
  type:'POST',
912
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
913
+ error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' https://wpbookingcalendar.com/faq/#ajax-sending-error');}},
914
  // beforeSend: someFunction,
915
  data:{
916
  // ajax_action : 'INSERT_INTO_TABLE',
937
  function showErrorMessage( element , errorMessage) {
938
 
939
  if(typeof( bk_form_step_click ) == 'function') {
940
+ bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: https://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/
941
  }
942
 
943
  makeScroll( element );
987
  function showMessageUnderElement( element , errorMessage , message_type) {
988
 
989
  if(typeof( bk_form_step_click ) == 'function') {
990
+ bk_form_step_click(); // rollback to 1st step, if system will show warning and booking form is using this customization: in the Exmaple #2 here: https://wpbookingcalendar.com/faq/customize-booking-form-for-having-several-steps-of-reservation/
991
  }
992
 
993
  makeScroll( element );
1139
  jQuery.datepick._updateDatepick( inst );
1140
  }
1141
  }
 
js/wpbc_tinymce_btn.js CHANGED
@@ -37,8 +37,8 @@
37
  return {
38
  longname: "wpdevelop",
39
  author: 'wpdevelop',
40
- authorurl: 'http://wpbookingcalendar.com',
41
- infourl: 'http://wpbookingcalendar.com',
42
  version: "1.0"
43
  };
44
  }
37
  return {
38
  longname: "wpdevelop",
39
  author: 'wpdevelop',
40
+ authorurl: 'https://wpbookingcalendar.com',
41
+ infourl: 'https://wpbookingcalendar.com',
42
  version: "1.0"
43
  };
44
  }
js/wpbc_vars.js CHANGED
@@ -5,7 +5,7 @@
5
  * @category Scripts
6
  *
7
  * @author wpdevelop
8
- * @link http://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2014.05.20
5
  * @category Scripts
6
  *
7
  * @author wpdevelop
8
+ * @link https://wpbookingcalendar.com/
9
  * @email info@wpbookingcalendar.com
10
  *
11
  * @modified 2014.05.20
languages/booking-ar_SA.mo CHANGED
Binary file
languages/booking-be_BY.mo CHANGED
Binary file
languages/booking-bg_BG.mo CHANGED
Binary file
languages/booking-ca.mo CHANGED
Binary file
languages/booking-cs_CZ.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-hr.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-ru_RU.mo CHANGED
Binary file
languages/booking-sk_SK.mo CHANGED
Binary file
languages/booking-sl_SI.mo ADDED
Binary file
languages/booking-sv_SE.mo CHANGED
Binary file
languages/booking-th_TH.mo ADDED
Binary file
languages/booking-tr_TR.mo CHANGED
Binary file
languages/booking-uk_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: 2017-08-22 16:08+0300\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
9
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
@@ -18,485 +18,502 @@ msgstr ""
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: core/admin/api-settings.php:67 core/lib/wpbc_all_translations.php:1
22
  msgid "Calendar Skin"
23
  msgstr ""
24
 
25
- #: core/admin/api-settings.php:68 core/lib/wpbc_all_translations.php:2
26
  msgid "Select the skin of the booking calendar"
27
  msgstr ""
28
 
29
- #: core/admin/api-settings.php:87 core/lib/wpbc_all_translations.php:3
30
  msgid "month(s)"
31
  msgstr ""
32
 
33
- #: core/admin/api-settings.php:88 core/lib/wpbc_all_translations.php:4
34
  msgid "year(s)"
35
  msgstr ""
36
 
37
- #: core/admin/api-settings.php:93 core/lib/wpbc_all_translations.php:5
38
  msgid "Number of months"
39
  msgstr ""
40
 
41
- #: core/admin/api-settings.php:94 core/lib/wpbc_all_translations.php:6
42
  msgid "Select the maximum number of months to show (scroll)"
43
  msgstr ""
44
 
45
- #: core/admin/api-settings.php:105 core/lib/wpbc_all_translations.php:7
46
  msgid "Start Day of the week"
47
  msgstr ""
48
 
49
- #: core/admin/api-settings.php:106 core/lib/wpbc_all_translations.php:8
50
  msgid "Select your start day of the week"
51
  msgstr ""
52
 
53
- #: core/admin/api-settings.php:108 core/admin/api-settings.php:174
54
  #: core/admin/wpbc-class-timeline.php:74 core/lib/wpbc_all_translations.php:9
55
- #: inc/_bm/admin/page-seasons.php:976 inc/_bs/admin/api-settings-s.php:107
56
- #: inc/_bs/admin/api-settings-s.php:240 inc/_ps/form/class-wpbc-form-help.php:451
57
  #: inc/_ps/form/class-wpbc-form-help.php:598
58
  msgid "Sunday"
59
  msgstr ""
60
 
61
- #: core/admin/api-settings.php:109 core/admin/api-settings.php:177
62
  #: core/admin/wpbc-class-timeline.php:68 core/lib/wpbc_all_translations.php:10
63
- #: inc/_bm/admin/page-seasons.php:977 inc/_bs/admin/api-settings-s.php:108
64
- #: inc/_bs/admin/api-settings-s.php:241 inc/_ps/form/class-wpbc-form-help.php:452
65
  #: inc/_ps/form/class-wpbc-form-help.php:599
66
  msgid "Monday"
67
  msgstr ""
68
 
69
- #: core/admin/api-settings.php:110 core/admin/api-settings.php:180
70
  #: core/admin/wpbc-class-timeline.php:69 core/lib/wpbc_all_translations.php:11
71
- #: inc/_bm/admin/page-seasons.php:978 inc/_bs/admin/api-settings-s.php:109
72
- #: inc/_bs/admin/api-settings-s.php:242 inc/_ps/form/class-wpbc-form-help.php:453
73
  #: inc/_ps/form/class-wpbc-form-help.php:600
74
  msgid "Tuesday"
75
  msgstr ""
76
 
77
- #: core/admin/api-settings.php:111 core/admin/api-settings.php:183
78
  #: core/admin/wpbc-class-timeline.php:70 core/lib/wpbc_all_translations.php:12
79
- #: inc/_bm/admin/page-seasons.php:979 inc/_bs/admin/api-settings-s.php:110
80
- #: inc/_bs/admin/api-settings-s.php:243 inc/_ps/form/class-wpbc-form-help.php:454
81
  #: inc/_ps/form/class-wpbc-form-help.php:601
82
  msgid "Wednesday"
83
  msgstr ""
84
 
85
- #: core/admin/api-settings.php:112 core/admin/api-settings.php:186
86
  #: core/admin/wpbc-class-timeline.php:71 core/lib/wpbc_all_translations.php:13
87
- #: inc/_bm/admin/page-seasons.php:980 inc/_bs/admin/api-settings-s.php:111
88
- #: inc/_bs/admin/api-settings-s.php:244 inc/_ps/form/class-wpbc-form-help.php:455
89
  #: inc/_ps/form/class-wpbc-form-help.php:602
90
  msgid "Thursday"
91
  msgstr ""
92
 
93
- #: core/admin/api-settings.php:113 core/admin/api-settings.php:189
94
  #: core/admin/wpbc-class-timeline.php:72 core/lib/wpbc_all_translations.php:14
95
- #: inc/_bm/admin/page-seasons.php:981 inc/_bs/admin/api-settings-s.php:112
96
- #: inc/_bs/admin/api-settings-s.php:245 inc/_ps/form/class-wpbc-form-help.php:456
97
  #: inc/_ps/form/class-wpbc-form-help.php:603
98
  msgid "Friday"
99
  msgstr ""
100
 
101
- #: core/admin/api-settings.php:114 core/admin/api-settings.php:192
102
  #: core/admin/wpbc-class-timeline.php:73 core/lib/wpbc_all_translations.php:15
103
- #: inc/_bm/admin/page-seasons.php:982 inc/_bs/admin/api-settings-s.php:113
104
- #: inc/_bs/admin/api-settings-s.php:246 inc/_ps/form/class-wpbc-form-help.php:457
105
  #: inc/_ps/form/class-wpbc-form-help.php:604
106
  msgid "Saturday"
107
  msgstr ""
108
 
109
- #: core/admin/api-settings.php:126 core/lib/wpbc_all_translations.php:16
110
- #: inc/_bs/admin/api-settings-s.php:28
111
  msgid "Single day"
112
  msgstr ""
113
 
114
- #: core/admin/api-settings.php:132 core/lib/wpbc_all_translations.php:17
115
- #: inc/_bs/admin/api-settings-s.php:29
116
  msgid "Multiple days"
117
  msgstr ""
118
 
119
- #: core/admin/api-settings.php:142 core/lib/wpbc_all_translations.php:18
120
- #: inc/_bs/admin/api-settings-s.php:35
121
  msgid "Type of days selection in calendar"
122
  msgstr ""
123
 
124
- #: core/admin/api-settings.php:169 core/lib/wpbc_all_translations.php:19
125
  msgid "Unavailable week days"
126
  msgstr ""
127
 
128
- #: core/admin/api-settings.php:199 core/lib/wpbc_all_translations.php:20
129
  msgid "Check unavailable days in calendars. This option will overwrite all other settings."
130
  msgstr ""
131
 
132
- #: core/admin/api-settings.php:217 core/lib/wpbc_all_translations.php:21
133
  msgid "Unavailable days from today"
134
  msgstr ""
135
 
136
- #: core/admin/api-settings.php:218 core/lib/wpbc_all_translations.php:22
137
  msgid "Select number of unavailable days in calendar start from today."
138
  msgstr ""
139
 
140
- #: core/admin/api-settings.php:238 core/lib/wpbc_all_translations.php:23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  #: inc/_ps/form/class-wpbc-form-help.php:194
142
  msgid "CAPTCHA"
143
  msgstr ""
144
 
145
- #: core/admin/api-settings.php:239 core/lib/wpbc_all_translations.php:24
146
  msgid "Check the box to activate CAPTCHA inside the booking form."
147
  msgstr ""
148
 
149
- #: core/admin/api-settings.php:246 core/lib/wpbc_all_translations.php:25
150
  msgid "Auto-fill fields"
151
  msgstr ""
152
 
153
- #: core/admin/api-settings.php:247 core/lib/wpbc_all_translations.php:26
154
  msgid "Check the box to activate auto-fill form fields for logged in users."
155
  msgstr ""
156
 
157
- #: core/admin/api-settings.php:254 core/lib/wpbc_all_translations.php:27
158
  msgid "Use CSS BootStrap"
159
  msgstr ""
160
 
161
- #: core/admin/api-settings.php:255 core/lib/wpbc_all_translations.php:28
162
  msgid "Using BootStrap CSS for the form fields"
163
  msgstr ""
164
 
165
- #: core/admin/api-settings.php:256 core/admin/api-settings.php:416 core/admin/api-settings.php:451
166
- #: core/admin/api-settings.php:743 core/admin/page-ics-export.php:438
167
- #: core/admin/wpbc-class-timeline.php:2205 core/lib/wpbc_all_translations.php:29
168
- #: inc/_bl/admin/api-settings-l.php:175 inc/_bl/admin/api-settings-l.php:181
169
- #: inc/_bl/admin/api-settings-l.php:212 inc/gateways/page-gateways.php:113
170
  msgid "Note"
171
  msgstr ""
172
 
173
- #: core/admin/api-settings.php:256 core/lib/wpbc_all_translations.php:30
174
  msgid "You must not deactivate loading BootStrap files at advanced section of these settings!"
175
  msgstr ""
176
 
177
- #: core/admin/api-settings.php:266 core/lib/wpbc_all_translations.php:31
178
  msgid "Show legend below calendar"
179
  msgstr ""
180
 
181
- #: core/admin/api-settings.php:267 core/lib/wpbc_all_translations.php:32
182
  msgid "Check this box to display a legend of dates below the booking calendar."
183
  msgstr ""
184
 
185
- #: core/admin/api-settings.php:279 core/lib/wpbc_all_translations.php:33
186
  msgid "Available item"
187
  msgstr ""
188
 
189
- #: core/admin/api-settings.php:293 core/lib/wpbc_all_translations.php:34
190
- #: core/wpbc-activation.php:1012
191
  msgid "Available"
192
  msgstr ""
193
 
194
- #: core/admin/api-settings.php:302 core/lib/wpbc_all_translations.php:35
195
  #, php-format
196
  msgid "Activate and type your %stitle of available%s item in legend"
197
  msgstr ""
198
 
199
- #: core/admin/api-settings.php:316 core/lib/wpbc_all_translations.php:36
200
  msgid "Pending item"
201
  msgstr ""
202
 
203
- #: core/admin/api-settings.php:330 core/admin/page-email-deny.php:499
204
- #: core/admin/wpbc-class-listing.php:324 core/admin/wpbc-toolbars.php:538
205
- #: core/lib/wpbc_all_translations.php:37 core/wpbc-activation.php:1016 inc/_bs/lib_s.php:322
206
- #: inc/_ps/personal.php:347 inc/_ps/wpbc-print.php:116
207
  msgid "Pending"
208
  msgstr ""
209
 
210
- #: core/admin/api-settings.php:339 core/lib/wpbc_all_translations.php:38
211
  #, php-format
212
  msgid "Activate and type your %stitle of pending%s item in legend"
213
  msgstr ""
214
 
215
- #: core/admin/api-settings.php:353 core/lib/wpbc_all_translations.php:39
216
  msgid "Approved item"
217
  msgstr ""
218
 
219
- #: core/admin/api-settings.php:367 core/lib/wpbc_all_translations.php:40
220
- #: core/wpbc-activation.php:1020
221
  msgid "Booked"
222
  msgstr ""
223
 
224
- #: core/admin/api-settings.php:376 core/lib/wpbc_all_translations.php:41
225
  #, php-format
226
  msgid "Activate and type your %stitle of approved%s item in legend"
227
  msgstr ""
228
 
229
- #: core/admin/api-settings.php:391 core/lib/wpbc_all_translations.php:42
230
  msgid "Partially booked item"
231
  msgstr ""
232
 
233
- #: core/admin/api-settings.php:405 core/lib/wpbc_all_translations.php:43
234
- #: core/wpbc-activation.php:1026
235
  msgid "Partially booked"
236
  msgstr ""
237
 
238
- #: core/admin/api-settings.php:414 core/lib/wpbc_all_translations.php:44
239
  #, php-format
240
  msgid "Activate and type your %stitle of partially booked%s item in legend"
241
  msgstr ""
242
 
243
- #: core/admin/api-settings.php:417 core/lib/wpbc_all_translations.php:45
244
  msgid "Partially booked item - day, which is booked for the specific time-slot(s)."
245
  msgstr ""
246
 
247
- #: core/admin/api-settings.php:439 core/lib/wpbc_all_translations.php:46
248
  msgid "Show date number in legend"
249
  msgstr ""
250
 
251
- #: core/admin/api-settings.php:440 core/lib/wpbc_all_translations.php:47
252
  msgid "Check this box to display today date number in legend cells. "
253
  msgstr ""
254
 
255
- #: core/admin/api-settings.php:448 core/lib/wpbc_all_translations.php:48
256
  msgid "Show \"Thank You\" message"
257
  msgstr ""
258
 
259
- #: core/admin/api-settings.php:449 core/lib/wpbc_all_translations.php:49
260
  msgid "Redirect visitor to a new \"Thank You\" page"
261
  msgstr ""
262
 
263
- #: core/admin/api-settings.php:451 core/lib/wpbc_all_translations.php:50
264
  msgid "This action will have no effect, if the payment form(s) is active!"
265
  msgstr ""
266
 
267
- #: core/admin/api-settings.php:456 core/lib/wpbc_all_translations.php:51
268
  msgid "Action after booking is done"
269
  msgstr ""
270
 
271
- #: core/admin/api-settings.php:465 core/lib/wpbc_all_translations.php:52
272
- #: core/wpbc-activation.php:866
273
  #, php-format
274
  msgid ""
275
  "Thank you for your online booking. %s We will send confirmation of your booking as soon as "
276
  "possible."
277
  msgstr ""
278
 
279
- #: core/admin/api-settings.php:466 core/lib/wpbc_all_translations.php:53
280
  msgid "Message title"
281
  msgstr ""
282
 
283
- #: core/admin/api-settings.php:467 core/lib/wpbc_all_translations.php:54
284
  #, php-format
285
  msgid "Type title of message %safter booking has done by user%s"
286
  msgstr ""
287
 
288
- #: core/admin/api-settings.php:478 core/lib/wpbc_all_translations.php:55
289
  msgid "Time of message showing"
290
  msgstr ""
291
 
292
- #: core/admin/api-settings.php:479 core/lib/wpbc_all_translations.php:56
293
  msgid "Set duration of time (milliseconds) to show this message"
294
  msgstr ""
295
 
296
- #: core/admin/api-settings.php:506 core/lib/wpbc_all_translations.php:57
297
  msgid "URL of \"thank you\" page"
298
  msgstr ""
299
 
300
- #: core/admin/api-settings.php:522 core/lib/wpbc_all_translations.php:58
301
  #, php-format
302
  msgid "Type URL of %s\"Thank You\" page%s"
303
  msgstr ""
304
 
305
- #: core/admin/api-settings.php:534 core/lib/wpbc_all_translations.php:59 core/wpbc.php:137
306
  #: core/wpbc.php:138
307
  msgid "Bookings Listing"
308
  msgstr ""
309
 
310
- #: core/admin/api-settings.php:535 core/admin/page-timeline.php:44 core/admin/page-timeline.php:45
311
- #: core/admin/page-timeline.php:46 core/admin/wpbc-toolbars.php:471
312
- #: core/lib/wpbc_all_translations.php:60 core/wpbc-functions.php:1604
313
  msgid "Calendar Overview"
314
  msgstr ""
315
 
316
- #: core/admin/api-settings.php:540 core/lib/wpbc_all_translations.php:61
317
  msgid "Default booking admin page"
318
  msgstr ""
319
 
320
- #: core/admin/api-settings.php:541 core/lib/wpbc_all_translations.php:62
321
  msgid "Select your default view mode of bookings at the booking listing page"
322
  msgstr ""
323
 
324
- #: core/admin/api-settings.php:555 core/admin/wpbc-toolbar-tiny.php:386
325
- #: core/admin/wpbc-toolbars.php:1188 core/lib/wpbc_all_translations.php:63
326
- #: inc/_bl/admin/page-coupons.php:515
327
  msgid "Day"
328
  msgstr ""
329
 
330
- #: core/admin/api-settings.php:556 core/admin/wpbc-toolbar-tiny.php:387
331
- #: core/admin/wpbc-toolbars.php:1202 core/lib/wpbc_all_translations.php:64
332
  msgid "Week"
333
  msgstr ""
334
 
335
- #: core/admin/api-settings.php:557 core/admin/api-settings.php:564
336
- #: core/admin/wpbc-toolbar-tiny.php:389 core/admin/wpbc-toolbars.php:1137
337
- #: core/admin/wpbc-toolbars.php:1216 core/lib/wpbc_all_translations.php:65
338
- #: inc/_bl/admin/page-coupons.php:514
339
  msgid "Month"
340
  msgstr ""
341
 
342
- #: core/admin/api-settings.php:558 core/admin/wpbc-toolbar-tiny.php:391
343
- #: core/admin/wpbc-toolbars.php:1230 core/lib/wpbc_all_translations.php:66
344
  msgid "2 Months"
345
  msgstr ""
346
 
347
- #: core/admin/api-settings.php:559 core/admin/api-settings.php:565
348
- #: core/admin/wpbc-toolbar-tiny.php:393 core/admin/wpbc-toolbars.php:1151
349
  #: core/lib/wpbc_all_translations.php:67
350
  msgid "3 Months"
351
  msgstr ""
352
 
353
- #: core/admin/api-settings.php:560 core/admin/api-settings.php:566
354
- #: core/admin/wpbc-toolbar-tiny.php:394 core/admin/wpbc-toolbars.php:568
355
- #: core/admin/wpbc-toolbars.php:802 core/admin/wpbc-toolbars.php:1165
356
- #: core/lib/wpbc_all_translations.php:68 inc/_bl/admin/page-coupons.php:513
357
  msgid "Year"
358
  msgstr ""
359
 
360
- #: core/admin/api-settings.php:571 core/lib/wpbc_all_translations.php:69
361
  msgid "Default calendar view mode"
362
  msgstr ""
363
 
364
- #: core/admin/api-settings.php:572 core/lib/wpbc_all_translations.php:70
365
  msgid "Select your default calendar view mode at booking calendar overview page"
366
  msgstr ""
367
 
368
- #: core/admin/api-settings.php:582 core/lib/wpbc_all_translations.php:71
369
  msgid "Filter tab"
370
  msgstr ""
371
 
372
- #: core/admin/api-settings.php:583 core/lib/wpbc_all_translations.php:72
373
  msgid "Actions tab"
374
  msgstr ""
375
 
376
- #: core/admin/api-settings.php:588 core/lib/wpbc_all_translations.php:73
377
  msgid "Default toolbar tab"
378
  msgstr ""
379
 
380
- #: core/admin/api-settings.php:589 core/lib/wpbc_all_translations.php:74
381
  msgid "Select your default opened tab in toolbar at booking listing page"
382
  msgstr ""
383
 
384
- #: core/admin/api-settings.php:601 core/lib/wpbc_all_translations.php:75
385
  msgid "Bookings number per page"
386
  msgstr ""
387
 
388
- #: core/admin/api-settings.php:602 core/lib/wpbc_all_translations.php:76
389
  msgid "Select number of bookings per page in booking listing"
390
  msgstr ""
391
 
392
- #: core/admin/api-settings.php:609 core/admin/api-settings.php:610
393
- #: core/admin/wpbc-class-listing.php:121 core/admin/wpbc-toolbars.php:724
394
- #: core/admin/wpbc-toolbars.php:727 core/lib/wpbc_all_translations.php:77
395
  #: core/sync/wpbc-gcal-class.php:604 core/sync/wpbc-gcal-class.php:625
396
- #: inc/_bl/admin/page-coupons.php:484 inc/_bm/admin/page-availability.php:484
397
- #: inc/_bm/admin/page-availability.php:962 inc/_bm/admin/page-cost-rate.php:147
398
- #: inc/_bm/admin/page-cost.php:541 inc/_bm/admin/page-seasons.php:497 inc/_bs/lib_s.php:179
399
- #: inc/_bs/lib_s.php:184 inc/_mu/admin/page-users.php:422
400
- #: inc/_ps/admin/br-table-export-feeds.php:159 inc/_ps/admin/br-table-import-gcal-p.php:139
401
- #: inc/_ps/admin/page-resources.php:448 inc/_ps/form/class-wpbc-field-help-text.php:211
402
- #: inc/_ps/lib_p.php:123 inc/_ps/lib_p.php:127 inc/_ps/wpbc-print.php:80
403
- #: inc/gateways/page-gateways.php:726
404
  msgid "ID"
405
  msgstr ""
406
 
407
- #: core/admin/api-settings.php:609 core/admin/api-settings.php:611 core/admin/api-settings.php:615
408
- #: core/admin/api-settings.php:619 core/lib/wpbc_all_translations.php:78
409
  msgid "ASC"
410
  msgstr ""
411
 
412
- #: core/admin/api-settings.php:610 core/admin/api-settings.php:612 core/admin/api-settings.php:616
413
- #: core/admin/api-settings.php:620 core/lib/wpbc_all_translations.php:79
414
  msgid "DESC"
415
  msgstr ""
416
 
417
- #: core/admin/api-settings.php:611 core/admin/api-settings.php:612
418
- #: core/admin/wpbc-class-timeline.php:61 core/admin/wpbc-toolbars.php:577
419
- #: core/admin/wpbc-toolbars.php:639 core/admin/wpbc-toolbars.php:725
420
- #: core/admin/wpbc-toolbars.php:728 core/admin/wpbc-toolbars.php:844
421
  #: core/lib/wpbc_all_translations.php:80 core/sync/wpbc-gcal-class.php:607
422
  #: core/sync/wpbc-gcal-class.php:642 inc/_bs/lib_s.php:180 inc/_bs/lib_s.php:185
423
- #: inc/_ps/lib_p.php:124 inc/_ps/lib_p.php:128 inc/_ps/wpbc-form-templates.php:88
424
- #: inc/_ps/wpbc-form-templates.php:110 inc/_ps/wpbc-print.php:83
425
  msgid "Dates"
426
  msgstr ""
427
 
428
- #: core/admin/api-settings.php:615 core/admin/api-settings.php:616
429
- #: core/lib/wpbc_all_translations.php:81 inc/_bl/admin/page-search.php:779
430
- #: inc/_bm/admin/page-availability.php:866 inc/_bm/admin/page-cost-rate.php:105
431
- #: inc/_bm/admin/page-cost-valuation.php:132 inc/_bs/lib_s.php:181 inc/_bs/lib_s.php:186
432
- #: inc/_ps/lib_p.php:125 inc/_ps/lib_p.php:129
433
  msgid "Resource"
434
  msgstr ""
435
 
436
- #: core/admin/api-settings.php:619 core/admin/api-settings.php:620
437
- #: core/admin/wpbc-toolbar-tiny.php:1776 core/lib/wpbc_all_translations.php:82
438
- #: inc/_bs/admin/api-settings-s.php:867 inc/_bs/lib_s.php:139 inc/_bs/lib_s.php:182
439
- #: inc/_bs/lib_s.php:187 inc/_ps/wpbc-print.php:84
440
  msgid "Cost"
441
  msgstr ""
442
 
443
- #: core/admin/api-settings.php:625 core/lib/wpbc_all_translations.php:83
444
  msgid "Bookings default order"
445
  msgstr ""
446
 
447
- #: core/admin/api-settings.php:626 core/lib/wpbc_all_translations.php:84
448
  msgid "Select your default order of bookings in the booking listing"
449
  msgstr ""
450
 
451
- #: core/admin/api-settings.php:643 core/lib/wpbc_all_translations.php:85
452
  msgid "Date Format"
453
  msgstr ""
454
 
455
- #: core/admin/api-settings.php:648 core/lib/wpbc_all_translations.php:86
456
  msgid "F j, Y"
457
  msgstr ""
458
 
459
- #: core/admin/api-settings.php:651 core/admin/wpbc-toolbars.php:1428
460
- #: core/lib/wpbc_all_translations.php:87 inc/_bm/admin/api-settings-m.php:194
461
- #: inc/_bs/admin/api-settings-s.php:407 inc/_bs/lib_s.php:54
462
  msgid "Custom"
463
  msgstr ""
464
 
465
- #: core/admin/api-settings.php:677 core/lib/wpbc_all_translations.php:88
466
  #, php-format
467
  msgid ""
468
  "Type your date format for emails and the booking table. %sDocumentation on date formatting%s"
469
  msgstr ""
470
 
471
- #: core/admin/api-settings.php:690 core/lib/wpbc_all_translations.php:89
472
  msgid "Short days view"
473
  msgstr ""
474
 
475
- #: core/admin/api-settings.php:691 core/lib/wpbc_all_translations.php:90
476
  msgid "Wide days view"
477
  msgstr ""
478
 
479
- #: core/admin/api-settings.php:696 core/lib/wpbc_all_translations.php:91
480
  msgid "Dates view"
481
  msgstr ""
482
 
483
- #: core/admin/api-settings.php:697 core/lib/wpbc_all_translations.php:92
484
  msgid "Select the default view for dates on the booking tables"
485
  msgstr ""
486
 
487
- #: core/admin/api-settings.php:709 core/lib/wpbc_all_translations.php:93
488
  msgid "Show / hide hints"
489
  msgstr ""
490
 
491
- #: core/admin/api-settings.php:710 core/lib/wpbc_all_translations.php:94
492
  msgid "Check this box if you want to show help hints on the admin panel."
493
  msgstr ""
494
 
495
- #: core/admin/api-settings.php:730 core/lib/wpbc_all_translations.php:95
496
  msgid "Allow unlimited bookings per same day(s)"
497
  msgstr ""
498
 
499
- #: core/admin/api-settings.php:731 core/lib/wpbc_all_translations.php:96
500
  #, php-format
501
  msgid ""
502
  "Check this box, if you want to %sset any days as available%s in calendar. Your visitors will be "
@@ -504,243 +521,265 @@ msgid ""
504
  "date(s)%s of other visitors."
505
  msgstr ""
506
 
507
- #: core/admin/api-settings.php:741 core/lib/wpbc_all_translations.php:97
508
  msgid "Checking to prevent double booking, during submitting booking"
509
  msgstr ""
510
 
511
- #: core/admin/api-settings.php:742 core/lib/wpbc_all_translations.php:98
512
  #, php-format
513
  msgid ""
514
  "Check this box, if you want to %sre-check if the selected dates available during submitting "
515
  "booking%s."
516
  msgstr ""
517
 
518
- #: core/admin/api-settings.php:744 core/lib/wpbc_all_translations.php:99
519
  msgid ""
520
  "This feature useful to prevent double booking of the same date(s) or time(s), if several "
521
  "visitors try to book the same date(s) in same calendar during the same time."
522
  msgstr ""
523
 
524
- #: core/admin/api-settings.php:745 core/lib/wpbc_all_translations.php:100
525
  msgid "This feature does not work for booking resources with capacity higher than one."
526
  msgstr ""
527
 
528
- #: core/admin/api-settings.php:762 core/lib/wpbc_all_translations.php:101
529
  msgid "Show advanced settings of JavaScript loading"
530
  msgstr ""
531
 
532
- #: core/admin/api-settings.php:763 core/lib/wpbc_all_translations.php:102
533
  msgid "Hide advanced settings of JavaScript loading"
534
  msgstr ""
535
 
536
- #: core/admin/api-settings.php:771 core/lib/wpbc_all_translations.php:103
537
  msgid "Disable Bootstrap loading on Front-End"
538
  msgstr ""
539
 
540
- #: core/admin/api-settings.php:772 core/admin/api-settings.php:781
541
  #: core/lib/wpbc_all_translations.php:104
542
  msgid ""
543
  " If your theme or some other plugin is load the BootStrap JavaScripts, you can disable loading "
544
  "of this script by this plugin."
545
  msgstr ""
546
 
547
- #: core/admin/api-settings.php:780 core/lib/wpbc_all_translations.php:105
548
  msgid "Disable Bootstrap loading on Back-End"
549
  msgstr ""
550
 
551
- #: core/admin/api-settings.php:790 core/lib/wpbc_all_translations.php:106
552
  msgid "Load JS and CSS files only on specific pages"
553
  msgstr ""
554
 
555
- #: core/admin/api-settings.php:791 core/lib/wpbc_all_translations.php:107
556
  msgid "Activate loading of CSS and JavaScript files of plugin only at specific pages."
557
  msgstr ""
558
 
559
- #: core/admin/api-settings.php:801 core/lib/wpbc_all_translations.php:108
560
  msgid "Relative URLs of pages, where to load plugin CSS and JS files"
561
  msgstr ""
562
 
563
- #: core/admin/api-settings.php:802 core/lib/wpbc_all_translations.php:109
564
  #, php-format
565
  msgid ""
566
  "Enter relative URLs of pages, where you have Booking Calendar elements (booking forms or "
567
  "availability calendars). Please enter one URL per line. Example: %s"
568
  msgstr ""
569
 
570
- #: core/admin/api-settings.php:816
571
  msgid "Show system debugging log for beta features"
572
  msgstr ""
573
 
574
- #: core/admin/api-settings.php:817
575
  msgid "Activate this option only for testing beta features"
576
  msgstr ""
577
 
578
- #: core/admin/api-settings.php:833 core/lib/wpbc_all_translations.php:110
579
  msgid "Show settings of powered by notice"
580
  msgstr ""
581
 
582
- #: core/admin/api-settings.php:834 core/lib/wpbc_all_translations.php:111
583
  msgid "Hide settings of powered by notice"
584
  msgstr ""
585
 
586
- #: core/admin/api-settings.php:841 core/lib/wpbc_all_translations.php:112
587
  msgid "Powered by notice"
588
  msgstr ""
589
 
590
- #: core/admin/api-settings.php:842 core/lib/wpbc_all_translations.php:113
591
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
592
  msgstr ""
593
 
594
- #: core/admin/api-settings.php:850 core/lib/wpbc_all_translations.php:114
595
  msgid "Help and info notices"
596
  msgstr ""
597
 
598
- #: core/admin/api-settings.php:851 core/lib/wpbc_all_translations.php:115
599
  msgid " Turn On/Off version notice and help info links at booking admin panel."
600
  msgstr ""
601
 
602
- #: core/admin/api-settings.php:878 core/lib/wpbc_all_translations.php:116
603
  msgid "Plugin menu position"
604
  msgstr ""
605
 
606
- #: core/admin/api-settings.php:881 core/lib/wpbc_all_translations.php:117
607
  msgid "Top"
608
  msgstr ""
609
 
610
- #: core/admin/api-settings.php:882 core/lib/wpbc_all_translations.php:118
611
  msgid "Middle"
612
  msgstr ""
613
 
614
- #: core/admin/api-settings.php:883 core/lib/wpbc_all_translations.php:119
615
  msgid "Bottom"
616
  msgstr ""
617
 
618
- #: core/admin/api-settings.php:894 core/lib/wpbc_all_translations.php:120
619
  msgid "User permissions for plugin menu pages"
620
  msgstr ""
621
 
622
- #: core/admin/api-settings.php:909 core/admin/wpbc-class-timeline.php:62
623
- #: core/admin/wpbc-toolbars.php:545 core/admin/wpbc-toolbars.php:760
624
- #: core/lib/wpbc_all_translations.php:121 core/wpbc.php:136
625
  msgid "Bookings"
626
  msgstr ""
627
 
628
- #: core/admin/api-settings.php:918 core/admin/page-new.php:32 core/admin/page-new.php:33
629
- #: core/admin/page-new.php:34 core/admin/wpbc-toolbars.php:1791
630
- #: core/lib/wpbc_all_translations.php:122 core/wpbc-functions.php:1634 core/wpbc.php:165
631
  #: core/wpbc.php:166 core/wpbc.php:167
632
  msgid "Add booking"
633
  msgstr ""
634
 
635
- #: core/admin/api-settings.php:928 core/admin/page-import-gcal.php:616
636
- #: core/admin/wpbc-class-timeline.php:60 core/lib/wpbc_all_translations.php:123
637
- #: core/wpbc-functions.php:1644 core/wpbc.php:176 core/wpbc.php:178
638
- #: inc/_bl/admin/page-coupons.php:529 inc/_bl/admin/page-coupons.php:1339
639
- #: inc/_bm/admin/page-availability.php:865 inc/_bm/admin/page-cost-rate.php:104
640
- #: inc/_bm/admin/page-cost-valuation.php:131 inc/_mu/admin/page-users.php:440
641
- #: inc/_ps/admin/br-table-export-feeds.php:163 inc/_ps/admin/br-table-import-gcal-p.php:143
642
- #: inc/_ps/admin/page-resources.php:37 inc/_ps/admin/page-resources.php:137
643
  msgid "Resources"
644
  msgstr ""
645
 
646
- #: core/admin/api-settings.php:937 core/lib/wpbc_all_translations.php:124
647
- #: core/wpbc-functions.php:1699 core/wpbc.php:187 core/wpbc.php:189 core/wpbc.php:376
648
- #: inc/_bl/admin/page-coupons.php:46 inc/_bm/admin/page-seasons.php:47
649
  msgid "Settings"
650
  msgstr ""
651
 
652
- #: core/admin/api-settings.php:938 core/lib/wpbc_all_translations.php:125
653
  msgid "Select user access level for the menu pages of plugin"
654
  msgstr ""
655
 
656
- #: core/admin/api-settings.php:956 core/lib/wpbc_all_translations.php:126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
657
  msgid "Delete booking data, when plugin deactivated"
658
  msgstr ""
659
 
660
- #: core/admin/api-settings.php:957 core/lib/wpbc_all_translations.php:127
661
  msgid "Check this box to delete all booking data when you uninstal this plugin."
662
  msgstr ""
663
 
664
- #: core/admin/api-settings.php:983 core/admin/page-form-free.php:868
665
- #: core/lib/wpbc_all_translations.php:128 core/sync/wpbc-gcal-class.php:439
666
  #: core/sync/wpbc-gcal-class.php:606 core/sync/wpbc-gcal-class.php:632
667
- #: inc/_bl/admin/api-settings-l.php:361 inc/_bm/admin/page-availability.php:980
668
- #: inc/_bm/admin/page-cost-rate.php:175 inc/_bm/admin/page-seasons.php:510
669
- #: inc/_ps/admin/br-table-export-feeds.php:170 inc/_ps/admin/br-table-import-gcal-p.php:150
670
  msgid "Info"
671
  msgstr ""
672
 
673
- #: core/admin/api-settings.php:1106 core/admin/api-settings.php:1123
674
- #: core/admin/api-settings.php:1154 core/admin/api-settings.php:1167
675
- #: core/admin/api-settings.php:1200 core/lib/wpbc_all_translations.php:129
676
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:507
677
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:410 inc/gateways/page-gateways.php:774
678
- #: inc/gateways/paypal/wpbc-gw-paypal.php:638 inc/gateways/sage/wpbc-gw-sage.php:588
 
679
  msgid "Warning"
680
  msgstr ""
681
 
682
- #: core/admin/api-settings.php:1107 core/lib/wpbc_all_translations.php:130
683
  msgid ""
684
  "You allow unlimited number of bookings per same dates, its can be a reason of double bookings on "
685
  "the same date. Do you really want to do this?"
686
  msgstr ""
687
 
688
- #: core/admin/api-settings.php:1124 core/lib/wpbc_all_translations.php:131
689
  msgid "This feature can impact to speed of submitting booking. Do you really want to do this?"
690
  msgstr ""
691
 
692
- #: core/admin/api-settings.php:1155 core/admin/api-settings.php:1168
693
- #: core/lib/wpbc_all_translations.php:132
694
  msgid ""
695
  "You are need to be sure what you are doing. You are disable of loading some JavaScripts Do you "
696
  "really want to do this?"
697
  msgstr ""
698
 
699
- #: core/admin/api-settings.php:1201 core/lib/wpbc_all_translations.php:133
700
  msgid ""
701
  "If you check this option, all booking data will be deleted when you uninstall this plugin. Do "
702
  "you really want to do this?"
703
  msgstr ""
704
 
705
- #: core/admin/page-bookings.php:44 core/admin/page-bookings.php:45 core/admin/page-bookings.php:46
706
- #: core/admin/page-settings.php:101 core/admin/page-settings.php:216
707
- #: core/admin/wpbc-toolbars.php:456 core/lib/wpbc_all_translations.php:134
708
- #: core/wpbc-functions.php:1612
709
  msgid "Booking Listing"
710
  msgstr ""
711
 
712
  #: core/admin/page-email-approved.php:177 core/admin/page-email-deleted.php:178
713
  #: core/admin/page-email-deny.php:178 core/admin/page-email-new-admin.php:176
714
  #: core/admin/page-email-new-visitor.php:176 core/admin/page-email-trash.php:178
715
- #: core/lib/wpbc_all_translations.php:135 inc/_bm/admin/page-cost-deposit.php:133
716
  #: inc/_bs/admin/page-email-payment.php:179 inc/_ps/admin/page-email-edit.php:178
717
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:272
718
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:216
719
- #: inc/gateways/ideal/wpbc-gw-ideal.php:374 inc/gateways/ipay88/wpbc-gw-ipay88.php:252
720
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:145 inc/gateways/paypal/wpbc-gw-paypal.php:341
721
- #: inc/gateways/paypal/wpbc-gw-paypal.php:679 inc/gateways/paypal/wpbc-gw-paypal.php:702
722
- #: inc/gateways/paypal/wpbc-gw-paypal.php:725 inc/gateways/sage/wpbc-gw-sage.php:381
 
723
  msgid "Enable / Disable"
724
  msgstr ""
725
 
726
  #: core/admin/page-email-approved.php:178 core/admin/page-email-deleted.php:179
727
  #: core/admin/page-email-deny.php:179 core/admin/page-email-new-admin.php:177
728
  #: core/admin/page-email-new-visitor.php:177 core/admin/page-email-trash.php:179
729
- #: core/lib/wpbc_all_translations.php:136 inc/_bs/admin/page-email-payment.php:180
730
  #: inc/_ps/admin/page-email-edit.php:179
731
  msgid "Enable this email notification"
732
  msgstr ""
733
 
734
  #: core/admin/page-email-approved.php:187 core/admin/page-email-deleted.php:188
735
  #: core/admin/page-email-deny.php:188 core/admin/page-email-trash.php:188
736
- #: core/lib/wpbc_all_translations.php:137 inc/_bs/admin/page-email-payment.php:189
737
  #: inc/_ps/admin/page-email-edit.php:188
738
  msgid "Copy to admin"
739
  msgstr ""
740
 
741
  #: core/admin/page-email-approved.php:188 core/admin/page-email-deleted.php:189
742
  #: core/admin/page-email-deny.php:189 core/admin/page-email-trash.php:189
743
- #: core/lib/wpbc_all_translations.php:138 inc/_bs/admin/page-email-payment.php:190
744
  #: inc/_ps/admin/page-email-edit.php:189
745
  msgid "Enable / disable sending copy of this email notification to admin"
746
  msgstr ""
@@ -748,10 +787,10 @@ msgstr ""
748
  #: core/admin/page-email-approved.php:256 core/admin/page-email-deleted.php:205
749
  #: core/admin/page-email-deny.php:205 core/admin/page-email-new-admin.php:244
750
  #: core/admin/page-email-new-visitor.php:244 core/admin/page-email-trash.php:205
751
- #: core/admin/page-import-gcal.php:267 core/admin/wpbc-toolbar-tiny.php:587
752
- #: core/lib/wpbc_all_translations.php:139 core/sync/wpbc-gcal.php:171
753
- #: inc/_bm/admin/page-cost-valuation.php:273 inc/_bm/admin/page-cost-valuation.php:276
754
- #: inc/_bm/admin/page-cost-valuation.php:446 inc/_bm/admin/page-seasons.php:1543
755
  #: inc/_bs/admin/page-email-payment.php:206 inc/_ps/admin/page-email-edit.php:205
756
  msgid "From"
757
  msgstr ""
@@ -759,10 +798,10 @@ msgstr ""
759
  #: core/admin/page-email-approved.php:266 core/admin/page-email-deleted.php:215
760
  #: core/admin/page-email-deny.php:215 core/admin/page-email-new-admin.php:202
761
  #: core/admin/page-email-new-admin.php:254 core/admin/page-email-new-visitor.php:254
762
- #: core/admin/page-email-trash.php:220 core/lib/wpbc_all_translations.php:140
763
  #: inc/_bs/admin/page-email-payment.php:216 inc/_ps/admin/page-email-edit.php:215
764
- #: inc/gateways/paypal/wpbc-gw-paypal.php:689 inc/gateways/paypal/wpbc-gw-paypal.php:712
765
- #: inc/gateways/paypal/wpbc-gw-paypal.php:735
766
  msgid "Email Address"
767
  msgstr ""
768
 
@@ -772,27 +811,29 @@ msgstr ""
772
  #: core/admin/page-email-new-admin.php:202 core/admin/page-email-new-admin.php:254
773
  #: core/admin/page-email-new-admin.php:295 core/admin/page-email-new-visitor.php:254
774
  #: core/admin/page-email-new-visitor.php:295 core/admin/page-email-trash.php:220
775
- #: core/admin/page-email-trash.php:262 core/admin/page-form-free.php:909
776
- #: core/admin/page-form-free.php:1638 core/lib/wpbc_all_translations.php:141
777
  #: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:260
778
  #: inc/_ps/admin/page-email-edit.php:215 inc/_ps/admin/page-email-edit.php:256
779
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:284
780
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:299 inc/gateways/ideal/wpbc-gw-ideal.php:386
781
- #: inc/gateways/ideal/wpbc-gw-ideal.php:401 inc/gateways/ipay88/wpbc-gw-ipay88.php:264
782
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:279 inc/gateways/paypal/wpbc-gw-paypal.php:374
783
- #: inc/gateways/paypal/wpbc-gw-paypal.php:390 inc/gateways/sage/wpbc-gw-sage.php:393
784
- #: inc/gateways/sage/wpbc-gw-sage.php:408
 
 
785
  msgid "Required"
786
  msgstr ""
787
 
788
  #: core/admin/page-email-approved.php:284 core/admin/page-email-deleted.php:233
789
  #: core/admin/page-email-deny.php:233 core/admin/page-email-new-admin.php:220
790
  #: core/admin/page-email-new-admin.php:272 core/admin/page-email-new-visitor.php:272
791
- #: core/admin/page-email-trash.php:238 core/admin/wpbc-toolbar-tiny.php:423
792
- #: core/admin/wpbc-toolbar-tiny.php:1774 core/lib/wpbc_all_translations.php:142
793
- #: core/lib/wpdev-booking-widget.php:94 core/sync/wpbc-gcal-class.php:605
794
- #: core/sync/wpbc-gcal-class.php:628 inc/_bm/admin/page-availability.php:975
795
- #: inc/_bm/admin/page-seasons.php:505 inc/_bs/admin/page-email-payment.php:234
796
  #: inc/_ps/admin/page-email-edit.php:233 inc/_ps/wpbc-booking-select-widget.php:140
797
  msgid "Title"
798
  msgstr ""
@@ -800,8 +841,8 @@ msgstr ""
800
  #: core/admin/page-email-approved.php:284 core/admin/page-email-deleted.php:233
801
  #: core/admin/page-email-deny.php:233 core/admin/page-email-new-admin.php:220
802
  #: core/admin/page-email-new-admin.php:272 core/admin/page-email-new-visitor.php:272
803
- #: core/admin/page-email-trash.php:238 core/admin/wpbc-toolbar-tiny.php:423
804
- #: core/lib/wpbc_all_translations.php:143 inc/_bs/admin/page-email-payment.php:234
805
  #: inc/_ps/admin/page-email-edit.php:233 inc/_ps/form/class-wpbc-field-help-button.php:73
806
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:128
807
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:164
@@ -811,19 +852,19 @@ msgstr ""
811
  #: inc/_ps/form/class-wpbc-field-help-text.php:228 inc/_ps/form/class-wpbc-field-help-text.php:247
812
  #: inc/_ps/form/class-wpbc-field-help-text.php:264 inc/_ps/form/class-wpbc-field-help-text.php:281
813
  #: inc/_ps/form/class-wpbc-field-help-textarea.php:94
814
- #: inc/_ps/form/class-wpbc-field-help-textarea.php:111 inc/gateways/page-gateways.php:294
815
  msgid "optional"
816
  msgstr ""
817
 
818
- #: core/admin/page-email-approved.php:304 core/lib/wpbc_all_translations.php:144
819
- #: core/wpbc-activation.php:980
820
  msgid "Your booking has been approved"
821
  msgstr ""
822
 
823
  #: core/admin/page-email-approved.php:306 core/admin/page-email-deleted.php:256
824
  #: core/admin/page-email-deny.php:256 core/admin/page-email-new-admin.php:294
825
  #: core/admin/page-email-new-visitor.php:294 core/admin/page-email-trash.php:261
826
- #: core/lib/wpbc_all_translations.php:145 inc/_bs/admin/page-email-payment.php:259
827
  #: inc/_ps/admin/page-email-edit.php:255
828
  msgid "Subject"
829
  msgstr ""
@@ -831,22 +872,22 @@ msgstr ""
831
  #: core/admin/page-email-approved.php:307 core/admin/page-email-deleted.php:257
832
  #: core/admin/page-email-deny.php:257 core/admin/page-email-new-admin.php:295
833
  #: core/admin/page-email-new-visitor.php:295 core/admin/page-email-trash.php:262
834
- #: core/lib/wpbc_all_translations.php:146 inc/_bs/admin/page-email-payment.php:260
835
  #: inc/_ps/admin/page-email-edit.php:256
836
  #, php-format
837
  msgid "Type your email %ssubject%s for the booking confimation message."
838
  msgstr ""
839
 
840
- #: core/admin/page-email-approved.php:319 core/lib/wpbc_all_translations.php:147
841
- #: core/wpbc-activation.php:982
842
  #, php-format
843
  msgid ""
844
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on this page: %s Thank "
845
  "you, %s"
846
  msgstr ""
847
 
848
- #: core/admin/page-email-approved.php:321 core/lib/wpbc_all_translations.php:148
849
- #: core/wpbc-activation.php:984
850
  #, php-format
851
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
852
  msgstr ""
@@ -854,7 +895,7 @@ msgstr ""
854
  #: core/admin/page-email-approved.php:328 core/admin/page-email-deleted.php:274
855
  #: core/admin/page-email-deny.php:274 core/admin/page-email-new-admin.php:310
856
  #: core/admin/page-email-new-visitor.php:316 core/admin/page-email-trash.php:279
857
- #: core/lib/wpbc_all_translations.php:149 inc/_bs/admin/page-email-payment.php:277
858
  #: inc/_ps/admin/page-email-edit.php:273
859
  msgid "Content"
860
  msgstr ""
@@ -862,7 +903,7 @@ msgstr ""
862
  #: core/admin/page-email-approved.php:329 core/admin/page-email-deleted.php:275
863
  #: core/admin/page-email-deny.php:275 core/admin/page-email-new-admin.php:311
864
  #: core/admin/page-email-new-visitor.php:317 core/admin/page-email-trash.php:280
865
- #: core/lib/wpbc_all_translations.php:150 inc/_bs/admin/page-email-payment.php:278
866
  #: inc/_ps/admin/page-email-edit.php:274
867
  msgid "Type your email message content. "
868
  msgstr ""
@@ -870,7 +911,7 @@ msgstr ""
870
  #: core/admin/page-email-approved.php:350 core/admin/page-email-deleted.php:296
871
  #: core/admin/page-email-deny.php:296 core/admin/page-email-new-admin.php:332
872
  #: core/admin/page-email-new-visitor.php:338 core/admin/page-email-trash.php:301
873
- #: core/lib/wpbc_all_translations.php:151 inc/_bs/admin/page-email-payment.php:299
874
  #: inc/_ps/admin/page-email-edit.php:295
875
  msgid "Email Heading"
876
  msgstr ""
@@ -878,7 +919,7 @@ msgstr ""
878
  #: core/admin/page-email-approved.php:351 core/admin/page-email-deleted.php:297
879
  #: core/admin/page-email-deny.php:297 core/admin/page-email-new-admin.php:333
880
  #: core/admin/page-email-new-visitor.php:339 core/admin/page-email-trash.php:302
881
- #: core/lib/wpbc_all_translations.php:152 inc/_bs/admin/page-email-payment.php:300
882
  #: inc/_ps/admin/page-email-edit.php:296
883
  msgid "Enter main heading contained within the email notification."
884
  msgstr ""
@@ -886,7 +927,7 @@ msgstr ""
886
  #: core/admin/page-email-approved.php:360 core/admin/page-email-deleted.php:306
887
  #: core/admin/page-email-deny.php:306 core/admin/page-email-new-admin.php:342
888
  #: core/admin/page-email-new-visitor.php:348 core/admin/page-email-trash.php:311
889
- #: core/lib/wpbc_all_translations.php:153 inc/_bs/admin/page-email-payment.php:309
890
  #: inc/_ps/admin/page-email-edit.php:305
891
  msgid "Email Footer Text"
892
  msgstr ""
@@ -894,7 +935,7 @@ msgstr ""
894
  #: core/admin/page-email-approved.php:361 core/admin/page-email-deleted.php:307
895
  #: core/admin/page-email-deny.php:307 core/admin/page-email-new-admin.php:343
896
  #: core/admin/page-email-new-visitor.php:349 core/admin/page-email-trash.php:312
897
- #: core/lib/wpbc_all_translations.php:154 inc/_bs/admin/page-email-payment.php:310
898
  #: inc/_ps/admin/page-email-edit.php:306
899
  msgid "Enter text contained within footer of the email notification"
900
  msgstr ""
@@ -902,7 +943,7 @@ msgstr ""
902
  #: core/admin/page-email-approved.php:371 core/admin/page-email-deleted.php:317
903
  #: core/admin/page-email-deny.php:317 core/admin/page-email-new-admin.php:353
904
  #: core/admin/page-email-new-visitor.php:359 core/admin/page-email-trash.php:322
905
- #: core/lib/wpbc_all_translations.php:155 inc/_bs/admin/page-email-payment.php:320
906
  #: inc/_ps/admin/page-email-edit.php:316
907
  msgid "Email template"
908
  msgstr ""
@@ -910,7 +951,7 @@ msgstr ""
910
  #: core/admin/page-email-approved.php:372 core/admin/page-email-deleted.php:318
911
  #: core/admin/page-email-deny.php:318 core/admin/page-email-new-admin.php:354
912
  #: core/admin/page-email-new-visitor.php:360 core/admin/page-email-trash.php:323
913
- #: core/lib/wpbc_all_translations.php:156 inc/_bs/admin/page-email-payment.php:321
914
  #: inc/_ps/admin/page-email-edit.php:317
915
  msgid "Choose email template."
916
  msgstr ""
@@ -918,7 +959,7 @@ msgstr ""
918
  #: core/admin/page-email-approved.php:376 core/admin/page-email-deleted.php:322
919
  #: core/admin/page-email-deny.php:322 core/admin/page-email-new-admin.php:358
920
  #: core/admin/page-email-new-visitor.php:364 core/admin/page-email-trash.php:327
921
- #: core/lib/wpbc_all_translations.php:157 inc/_bs/admin/page-email-payment.php:325
922
  #: inc/_ps/admin/page-email-edit.php:321
923
  msgid "Plain (without styles)"
924
  msgstr ""
@@ -926,7 +967,7 @@ msgstr ""
926
  #: core/admin/page-email-approved.php:377 core/admin/page-email-deleted.php:323
927
  #: core/admin/page-email-deny.php:323 core/admin/page-email-new-admin.php:359
928
  #: core/admin/page-email-new-visitor.php:365 core/admin/page-email-trash.php:328
929
- #: core/lib/wpbc_all_translations.php:158 inc/_bs/admin/page-email-payment.php:326
930
  #: inc/_ps/admin/page-email-edit.php:322
931
  msgid "Standard 1 column"
932
  msgstr ""
@@ -934,7 +975,7 @@ msgstr ""
934
  #: core/admin/page-email-approved.php:384 core/admin/page-email-deleted.php:330
935
  #: core/admin/page-email-deny.php:330 core/admin/page-email-new-admin.php:366
936
  #: core/admin/page-email-new-visitor.php:372 core/admin/page-email-trash.php:335
937
- #: core/lib/wpbc_all_translations.php:159 inc/_bs/admin/page-email-payment.php:333
938
  #: inc/_ps/admin/page-email-edit.php:329
939
  #, php-format
940
  msgid "You can override this email template in this folder %s"
@@ -943,7 +984,7 @@ msgstr ""
943
  #: core/admin/page-email-approved.php:394 core/admin/page-email-deleted.php:340
944
  #: core/admin/page-email-deny.php:340 core/admin/page-email-new-admin.php:376
945
  #: core/admin/page-email-new-visitor.php:382 core/admin/page-email-trash.php:345
946
- #: core/lib/wpbc_all_translations.php:160 inc/_bs/admin/page-email-payment.php:343
947
  #: inc/_ps/admin/page-email-edit.php:339
948
  msgid "Base Color"
949
  msgstr ""
@@ -951,7 +992,7 @@ msgstr ""
951
  #: core/admin/page-email-approved.php:395 core/admin/page-email-deleted.php:341
952
  #: core/admin/page-email-deny.php:341 core/admin/page-email-new-admin.php:377
953
  #: core/admin/page-email-new-visitor.php:383 core/admin/page-email-trash.php:346
954
- #: core/lib/wpbc_all_translations.php:161 inc/_bs/admin/page-email-payment.php:344
955
  #: inc/_ps/admin/page-email-edit.php:340
956
  msgid "The base color for email templates."
957
  msgstr ""
@@ -968,7 +1009,7 @@ msgstr ""
968
  #: core/admin/page-email-new-visitor.php:402 core/admin/page-email-new-visitor.php:411
969
  #: core/admin/page-email-trash.php:347 core/admin/page-email-trash.php:356
970
  #: core/admin/page-email-trash.php:365 core/admin/page-email-trash.php:374
971
- #: core/lib/wpbc_all_translations.php:162 inc/_bs/admin/page-email-payment.php:345
972
  #: inc/_bs/admin/page-email-payment.php:354 inc/_bs/admin/page-email-payment.php:363
973
  #: inc/_bs/admin/page-email-payment.php:372 inc/_ps/admin/page-email-edit.php:341
974
  #: inc/_ps/admin/page-email-edit.php:350 inc/_ps/admin/page-email-edit.php:359
@@ -979,7 +1020,7 @@ msgstr ""
979
  #: core/admin/page-email-approved.php:403 core/admin/page-email-deleted.php:349
980
  #: core/admin/page-email-deny.php:349 core/admin/page-email-new-admin.php:385
981
  #: core/admin/page-email-new-visitor.php:391 core/admin/page-email-trash.php:354
982
- #: core/lib/wpbc_all_translations.php:163 inc/_bs/admin/page-email-payment.php:352
983
  #: inc/_ps/admin/page-email-edit.php:348
984
  msgid "Background Color"
985
  msgstr ""
@@ -987,7 +1028,7 @@ msgstr ""
987
  #: core/admin/page-email-approved.php:404 core/admin/page-email-deleted.php:350
988
  #: core/admin/page-email-deny.php:350 core/admin/page-email-new-admin.php:386
989
  #: core/admin/page-email-new-visitor.php:392 core/admin/page-email-trash.php:355
990
- #: core/lib/wpbc_all_translations.php:164 inc/_bs/admin/page-email-payment.php:353
991
  #: inc/_ps/admin/page-email-edit.php:349
992
  msgid "The background color for email templates."
993
  msgstr ""
@@ -995,7 +1036,7 @@ msgstr ""
995
  #: core/admin/page-email-approved.php:412 core/admin/page-email-deleted.php:358
996
  #: core/admin/page-email-deny.php:358 core/admin/page-email-new-admin.php:394
997
  #: core/admin/page-email-new-visitor.php:400 core/admin/page-email-trash.php:363
998
- #: core/lib/wpbc_all_translations.php:165 inc/_bs/admin/page-email-payment.php:361
999
  #: inc/_ps/admin/page-email-edit.php:357
1000
  msgid "Email Body Background Color"
1001
  msgstr ""
@@ -1003,7 +1044,7 @@ msgstr ""
1003
  #: core/admin/page-email-approved.php:413 core/admin/page-email-deleted.php:359
1004
  #: core/admin/page-email-deny.php:359 core/admin/page-email-new-admin.php:395
1005
  #: core/admin/page-email-new-visitor.php:401 core/admin/page-email-trash.php:364
1006
- #: core/lib/wpbc_all_translations.php:166 inc/_bs/admin/page-email-payment.php:362
1007
  #: inc/_ps/admin/page-email-edit.php:358
1008
  msgid "The main body background color for email templates."
1009
  msgstr ""
@@ -1011,7 +1052,7 @@ msgstr ""
1011
  #: core/admin/page-email-approved.php:421 core/admin/page-email-deleted.php:367
1012
  #: core/admin/page-email-deny.php:367 core/admin/page-email-new-admin.php:403
1013
  #: core/admin/page-email-new-visitor.php:409 core/admin/page-email-trash.php:372
1014
- #: core/lib/wpbc_all_translations.php:167 inc/_bs/admin/page-email-payment.php:370
1015
  #: inc/_ps/admin/page-email-edit.php:366
1016
  msgid "Email Body Text Colour"
1017
  msgstr ""
@@ -1019,7 +1060,7 @@ msgstr ""
1019
  #: core/admin/page-email-approved.php:422 core/admin/page-email-deleted.php:368
1020
  #: core/admin/page-email-deny.php:368 core/admin/page-email-new-admin.php:404
1021
  #: core/admin/page-email-new-visitor.php:410 core/admin/page-email-trash.php:373
1022
- #: core/lib/wpbc_all_translations.php:168 inc/_bs/admin/page-email-payment.php:371
1023
  #: inc/_ps/admin/page-email-edit.php:367
1024
  msgid "The main body text color for email templates."
1025
  msgstr ""
@@ -1027,7 +1068,7 @@ msgstr ""
1027
  #: core/admin/page-email-approved.php:437 core/admin/page-email-deleted.php:383
1028
  #: core/admin/page-email-deny.php:383 core/admin/page-email-new-admin.php:419
1029
  #: core/admin/page-email-new-visitor.php:425 core/admin/page-email-trash.php:388
1030
- #: core/lib/wpbc_all_translations.php:169 inc/_bs/admin/page-email-payment.php:386
1031
  #: inc/_ps/admin/page-email-edit.php:382
1032
  msgid "Email format"
1033
  msgstr ""
@@ -1035,7 +1076,7 @@ msgstr ""
1035
  #: core/admin/page-email-approved.php:438 core/admin/page-email-deleted.php:384
1036
  #: core/admin/page-email-deny.php:384 core/admin/page-email-new-admin.php:420
1037
  #: core/admin/page-email-new-visitor.php:426 core/admin/page-email-trash.php:389
1038
- #: core/lib/wpbc_all_translations.php:170 inc/_bs/admin/page-email-payment.php:387
1039
  #: inc/_ps/admin/page-email-edit.php:383
1040
  msgid "Choose which format of email to send."
1041
  msgstr ""
@@ -1043,7 +1084,7 @@ msgstr ""
1043
  #: core/admin/page-email-approved.php:442 core/admin/page-email-deleted.php:388
1044
  #: core/admin/page-email-deny.php:388 core/admin/page-email-new-admin.php:424
1045
  #: core/admin/page-email-new-visitor.php:430 core/admin/page-email-trash.php:393
1046
- #: core/lib/wpbc_all_translations.php:171 inc/_bs/admin/page-email-payment.php:391
1047
  #: inc/_ps/admin/page-email-edit.php:387
1048
  msgid "Plain text"
1049
  msgstr ""
@@ -1051,16 +1092,16 @@ msgstr ""
1051
  #: core/admin/page-email-approved.php:449 core/admin/page-email-deleted.php:395
1052
  #: core/admin/page-email-deny.php:395 core/admin/page-email-new-admin.php:431
1053
  #: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:400
1054
- #: core/lib/wpbc_all_translations.php:172 inc/_bs/admin/page-email-payment.php:398
1055
- #: inc/_ps/admin/page-email-edit.php:394 inc/_ps/admin/page-settings-form.php:587
1056
- #: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:979
1057
  msgid "HTML"
1058
  msgstr ""
1059
 
1060
  #: core/admin/page-email-approved.php:450 core/admin/page-email-deleted.php:396
1061
  #: core/admin/page-email-deny.php:396 core/admin/page-email-new-admin.php:432
1062
  #: core/admin/page-email-new-visitor.php:438 core/admin/page-email-trash.php:401
1063
- #: core/lib/wpbc_all_translations.php:173 inc/_bs/admin/page-email-payment.php:399
1064
  #: inc/_ps/admin/page-email-edit.php:395
1065
  msgid "Multipart"
1066
  msgstr ""
@@ -1068,7 +1109,7 @@ msgstr ""
1068
  #: core/admin/page-email-approved.php:476 core/admin/page-email-deleted.php:422
1069
  #: core/admin/page-email-deny.php:422 core/admin/page-email-new-admin.php:457
1070
  #: core/admin/page-email-new-visitor.php:464 core/admin/page-email-trash.php:427
1071
- #: core/lib/wpbc_all_translations.php:174 inc/_bs/admin/page-email-payment.php:425
1072
  #: inc/_ps/admin/page-email-edit.php:421
1073
  #, php-format
1074
  msgid ""
@@ -1079,433 +1120,463 @@ msgstr ""
1079
  #: core/admin/page-email-approved.php:476 core/admin/page-email-deleted.php:422
1080
  #: core/admin/page-email-deny.php:422 core/admin/page-email-new-admin.php:457
1081
  #: core/admin/page-email-new-visitor.php:464 core/admin/page-email-trash.php:427
1082
- #: core/lib/wpbc_all_translations.php:175 core/sync/wpbc-gcal.php:406
1083
  #: inc/_bs/admin/page-email-payment.php:425 inc/_ps/admin/page-email-edit.php:421
1084
  msgid "here"
1085
  msgstr ""
1086
 
1087
- #: core/admin/page-email-approved.php:552 core/admin/wpbc-class-listing.php:325
1088
- #: core/admin/wpbc-toolbars.php:539 core/lib/wpbc_all_translations.php:176 inc/_ps/personal.php:346
1089
- #: inc/_ps/wpbc-print.php:115
1090
  msgid "Approved"
1091
  msgstr ""
1092
 
1093
- #: core/admin/page-email-approved.php:553 core/admin/page-email-deleted.php:500
1094
- #: core/admin/page-email-deny.php:500 core/admin/page-email-new-admin.php:504
1095
- #: core/admin/page-email-new-admin.php:505 core/admin/page-email-new-admin.php:529
1096
- #: core/admin/page-email-new-visitor.php:536 core/admin/page-email-trash.php:505
1097
- #: core/lib/wpbc_all_translations.php:177 inc/_bs/admin/page-email-payment.php:502
1098
- #: inc/_ps/admin/page-email-edit.php:498
1099
  msgid "Emails Settings"
1100
  msgstr ""
1101
 
1102
- #: core/admin/page-email-approved.php:554 core/lib/wpbc_all_translations.php:178
1103
  msgid "Customization of email template, which is sending to Visitor after approval of booking"
1104
  msgstr ""
1105
 
1106
- #: core/admin/page-email-approved.php:690 core/lib/wpbc_all_translations.php:179
1107
  msgid "Email is sending to Visitor after Approval of booking."
1108
  msgstr ""
1109
 
1110
- #: core/admin/page-email-approved.php:697 core/admin/page-email-deleted.php:644
1111
- #: core/admin/page-email-deny.php:644 core/admin/page-email-new-admin.php:677
1112
- #: core/admin/page-email-new-visitor.php:680 core/admin/page-email-trash.php:649
1113
- #: core/lib/wpbc_all_translations.php:180 inc/_bs/admin/page-email-payment.php:646
1114
- #: inc/_ps/admin/page-email-edit.php:642
1115
  msgid "Header / Footer"
1116
  msgstr ""
1117
 
1118
- #: core/admin/page-email-approved.php:704 core/admin/page-email-deleted.php:651
1119
- #: core/admin/page-email-deny.php:651 core/admin/page-email-new-admin.php:684
1120
- #: core/admin/page-email-new-visitor.php:687 core/admin/page-email-trash.php:656
1121
- #: core/lib/wpbc_all_translations.php:181 inc/_bs/admin/page-email-payment.php:653
1122
- #: inc/_ps/admin/page-email-edit.php:649
1123
  msgid "Email Styles"
1124
  msgstr ""
1125
 
1126
- #: core/admin/page-email-approved.php:716 core/admin/page-email-deleted.php:663
1127
- #: core/admin/page-email-deny.php:663 core/admin/page-email-new-admin.php:696
1128
- #: core/admin/page-email-new-visitor.php:699 core/admin/page-email-trash.php:668
1129
- #: core/admin/page-form-free.php:911 core/admin/wpbc-class-listing.php:124
1130
- #: core/admin/wpbc-class-listing.php:144 core/admin/wpbc-toolbars.php:52
1131
- #: core/admin/wpbc-toolbars.php:174 core/lib/wpbc_all_translations.php:182
1132
- #: inc/_bl/admin/page-coupons.php:537 inc/_bm/admin/page-cost-valuation.php:201
1133
- #: inc/_bm/admin/page-seasons.php:518 inc/_bs/admin/page-email-payment.php:665
1134
- #: inc/_mu/admin/page-users.php:443 inc/_ps/admin/page-email-edit.php:661
1135
  msgid "Actions"
1136
  msgstr ""
1137
 
1138
- #: core/admin/page-email-approved.php:720 core/admin/page-email-deleted.php:667
1139
- #: core/admin/page-email-deny.php:667 core/admin/page-email-new-admin.php:700
1140
- #: core/admin/page-email-new-visitor.php:703 core/admin/page-email-trash.php:672
1141
- #: core/lib/wpbc_all_translations.php:183 inc/_bs/admin/page-email-payment.php:669
1142
- #: inc/_ps/admin/page-email-edit.php:665
1143
  msgid "Send Test Email"
1144
  msgstr ""
1145
 
1146
- #: core/admin/page-email-approved.php:722 core/admin/page-email-approved.php:758
1147
- #: core/admin/page-email-deleted.php:669 core/admin/page-email-deleted.php:705
1148
- #: core/admin/page-email-deny.php:669 core/admin/page-email-deny.php:705
1149
- #: core/admin/page-email-new-admin.php:702 core/admin/page-email-new-admin.php:738
1150
- #: core/admin/page-email-new-visitor.php:705 core/admin/page-email-new-visitor.php:741
1151
- #: core/admin/page-email-trash.php:674 core/admin/page-email-trash.php:710
1152
- #: core/admin/page-form-free.php:134 core/admin/page-form-free.php:184
1153
- #: core/admin/page-ics-export.php:214 core/admin/page-ics-import.php:201
1154
- #: core/admin/page-import-gcal.php:703 core/admin/page-settings.php:134
1155
- #: core/admin/page-settings.php:273 core/admin/wpbc-toolbars.php:1770
1156
- #: core/lib/wpbc_all_translations.php:184 inc/_bl/admin/page-coupons.php:210
1157
- #: inc/_bl/admin/page-coupons.php:1362 inc/_bl/admin/page-search.php:339
1158
- #: inc/_bl/admin/page-search.php:435 inc/_bm/admin/page-availability.php:1014
1159
- #: inc/_bm/admin/page-cost-advanced.php:101 inc/_bm/admin/page-cost-advanced.php:160
1160
- #: inc/_bm/admin/page-cost-deposit.php:361 inc/_bm/admin/page-cost-rate.php:230
1161
- #: inc/_bm/admin/page-cost-valuation.php:255 inc/_bm/admin/page-cost.php:216
1162
- #: inc/_bm/admin/page-seasons.php:197 inc/_bm/admin/page-seasons.php:1206
1163
- #: inc/_bm/admin/page-seasons.php:1422 inc/_bs/admin/page-email-payment.php:671
1164
- #: inc/_bs/admin/page-email-payment.php:707 inc/_mu/admin/page-users.php:163
1165
- #: inc/_ps/admin/page-email-edit.php:667 inc/_ps/admin/page-email-edit.php:703
1166
- #: inc/_ps/admin/page-resources.php:188 inc/_ps/admin/page-settings-form.php:113
1167
- #: inc/_ps/admin/page-settings-form.php:175 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:855
1168
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:484
1169
- #: inc/gateways/ideal/wpbc-gw-ideal.php:913 inc/gateways/ipay88/wpbc-gw-ipay88.php:774
1170
- #: inc/gateways/page-gateways.php:544 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:398
1171
- #: inc/gateways/paypal/wpbc-gw-paypal.php:1078 inc/gateways/sage/wpbc-gw-sage.php:903
 
 
1172
  msgid "Save Changes"
1173
  msgstr ""
1174
 
1175
- #: core/admin/page-email-approved.php:740 core/admin/page-email-deleted.php:687
1176
- #: core/admin/page-email-deny.php:687 core/admin/page-email-new-admin.php:720
1177
- #: core/admin/page-email-new-visitor.php:723 core/admin/page-email-trash.php:692
1178
- #: core/admin/page-form-free.php:910 core/admin/wpbc-dashboard.php:404
1179
- #: core/lib/wpbc_all_translations.php:185 inc/_bs/admin/page-email-payment.php:689
1180
- #: inc/_ps/admin/page-email-edit.php:685
1181
  msgid "Type"
1182
  msgstr ""
1183
 
1184
- #: core/admin/page-email-approved.php:747 core/admin/page-email-deleted.php:694
1185
- #: core/admin/page-email-deny.php:694 core/admin/page-email-new-admin.php:727
1186
- #: core/admin/page-email-new-visitor.php:730 core/admin/page-email-trash.php:699
1187
- #: core/admin/page-ics-import.php:192 core/admin/page-import-gcal.php:685
1188
- #: core/admin/page-settings.php:128 core/admin/page-settings.php:265
1189
- #: core/admin/wpbc-toolbars.php:425 core/admin/wpbc-toolbars.php:431
1190
- #: core/lib/wpbc_all_translations.php:186 inc/_bl/admin/page-search.php:389
1191
- #: inc/_bl/admin/page-search.php:417 inc/_bm/admin/page-cost-advanced.php:154
1192
- #: inc/_bs/admin/page-email-payment.php:696 inc/_ps/admin/page-email-edit.php:692
1193
- #: inc/_ps/admin/page-settings-form.php:169
1194
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:447 inc/gateways/page-gateways.php:533
1195
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:389 inc/gateways/paypal/wpbc-gw-paypal.php:1052
1196
- #: inc/gateways/paypal/wpbc-gw-paypal.php:1069
1197
  msgid "Help"
1198
  msgstr ""
1199
 
1200
- #: core/admin/page-email-approved.php:829 core/admin/page-email-deleted.php:775
1201
- #: core/admin/page-email-deny.php:775 core/admin/page-email-new-admin.php:816
1202
- #: core/admin/page-email-new-visitor.php:811 core/admin/page-email-trash.php:780
1203
- #: core/lib/wpbc_all_translations.php:187 inc/_bs/admin/page-email-payment.php:777
1204
- #: inc/_ps/admin/page-email-edit.php:773
1205
  msgid "Email sent to "
1206
  msgstr ""
1207
 
1208
- #: core/admin/page-email-approved.php:831 core/admin/page-email-deleted.php:777
1209
- #: core/admin/page-email-deny.php:777 core/admin/page-email-new-admin.php:818
1210
- #: core/admin/page-email-new-visitor.php:813 core/admin/page-email-trash.php:782
1211
- #: core/lib/wpbc_all_translations.php:188 core/wpbc-emails.php:418
1212
- #: inc/_bs/admin/page-email-payment.php:779 inc/_ps/admin/page-email-edit.php:775
1213
  msgid "Email had not sent. Some error occuered."
1214
  msgstr ""
1215
 
1216
- #: core/admin/page-email-approved.php:846 core/admin/page-email-deleted.php:792
1217
- #: core/admin/page-email-deny.php:792 core/admin/page-email-new-admin.php:902
1218
- #: core/admin/page-email-new-visitor.php:828 core/admin/page-email-trash.php:797
1219
- #: core/lib/wpbc_all_translations.php:189 inc/_bs/admin/page-email-payment.php:794
1220
- #: inc/_ps/admin/page-email-edit.php:790 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:876
1221
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:557
1222
- #: inc/gateways/ideal/wpbc-gw-ideal.php:934 inc/gateways/ipay88/wpbc-gw-ipay88.php:795
1223
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:419 inc/gateways/paypal/wpbc-gw-paypal.php:1099
1224
- #: inc/gateways/sage/wpbc-gw-sage.php:924
1225
  msgid "Settings saved."
1226
  msgstr ""
1227
 
1228
- #: core/admin/page-email-approved.php:906 core/admin/page-email-approved.php:909
1229
- #: core/admin/page-email-deleted.php:852 core/admin/page-email-deleted.php:855
1230
- #: core/admin/page-email-deny.php:852 core/admin/page-email-deny.php:855
1231
- #: core/admin/page-email-new-admin.php:963 core/admin/page-email-new-admin.php:966
1232
- #: core/admin/page-email-new-visitor.php:888 core/admin/page-email-new-visitor.php:891
1233
- #: core/admin/page-email-trash.php:857 core/admin/page-email-trash.php:860
1234
- #: core/lib/wpbc_all_translations.php:190 inc/_bs/admin/page-email-payment.php:854
1235
- #: inc/_bs/admin/page-email-payment.php:857 inc/_ps/admin/page-email-edit.php:850
1236
- #: inc/_ps/admin/page-email-edit.php:853
1237
  msgid "If empty then title defined as WordPress"
1238
  msgstr ""
1239
 
1240
- #: core/admin/page-email-approved.php:922 core/admin/page-email-deleted.php:868
1241
- #: core/admin/page-email-deny.php:868 core/admin/page-email-new-admin.php:979
1242
- #: core/admin/page-email-new-visitor.php:904 core/admin/page-email-trash.php:873
1243
- #: core/lib/wpbc_all_translations.php:191 inc/_bs/admin/page-email-payment.php:870
1244
- #: inc/_ps/admin/page-email-edit.php:866
1245
  msgid ""
1246
  "Email different from website DNS, its can be a reason of not delivery emails. Please use the "
1247
  "email withing the same domain as your website!"
1248
  msgstr ""
1249
 
1250
  #: core/admin/page-email-deleted.php:254 core/admin/page-email-deny.php:254
1251
- #: core/admin/page-email-trash.php:259 core/lib/wpbc_all_translations.php:192
1252
- #: core/wpbc-activation.php:991
1253
  msgid "Your booking has been declined"
1254
  msgstr ""
1255
 
1256
  #: core/admin/page-email-deleted.php:268 core/admin/page-email-deny.php:268
1257
- #: core/admin/page-email-trash.php:273 core/lib/wpbc_all_translations.php:193
1258
- #: core/wpbc-activation.php:992
1259
  #, php-format
1260
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
1261
  msgstr ""
1262
 
1263
- #: core/admin/page-email-deleted.php:499 core/lib/wpbc-ajax.php:328
1264
- #: core/lib/wpbc_all_translations.php:194 inc/_bl/admin/page-coupons.php:368
1265
- #: inc/_bl/admin/page-coupons.php:1010 inc/_bm/admin/page-availability.php:358
1266
- #: inc/_bm/admin/page-cost.php:313 inc/_bm/admin/page-seasons.php:305
1267
- #: inc/_bm/admin/page-seasons.php:832 inc/_bm/m-toolbar.php:546
1268
- #: inc/_ps/admin/page-resources.php:312 inc/_ps/personal.php:167
1269
  msgid "Deleted"
1270
  msgstr ""
1271
 
1272
- #: core/admin/page-email-deleted.php:501 core/admin/page-email-deny.php:501
1273
- #: core/admin/page-email-trash.php:506 core/lib/wpbc_all_translations.php:195
1274
  msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
1275
  msgstr ""
1276
 
1277
- #: core/admin/page-email-deleted.php:637 core/lib/wpbc_all_translations.php:196
1278
  msgid "Email is sending to Visitor after Deleting of booking."
1279
  msgstr ""
1280
 
1281
- #: core/admin/page-email-deny.php:637 core/lib/wpbc_all_translations.php:197
 
 
 
 
 
 
1282
  msgid "Email is sending to Visitor after booking set as Pending."
1283
  msgstr ""
1284
 
1285
- #: core/admin/page-email-new-admin.php:192 core/lib/wpbc_all_translations.php:198
1286
- #: inc/_bm/admin/page-cost-valuation.php:273 inc/_bm/admin/page-cost-valuation.php:276
1287
  msgid "To"
1288
  msgstr ""
1289
 
1290
  #: core/admin/page-email-new-admin.php:292 core/admin/page-email-new-visitor.php:292
1291
- #: core/admin/wpbc-class-listing.php:297 core/lib/wpbc_all_translations.php:199
1292
- #: core/wpbc-activation.php:962 core/wpbc-activation.php:969
1293
  msgid "New booking"
1294
  msgstr ""
1295
 
1296
- #: core/admin/page-email-new-admin.php:308 core/lib/wpbc_all_translations.php:200
1297
- #: core/wpbc-activation.php:963
1298
  #, php-format
1299
  msgid ""
1300
  "You need to approve a new booking %s for: %s Person detail information:%s Currently a new "
1301
  "booking is waiting for approval. Please visit the moderation panel%sThank you, %s"
1302
  msgstr ""
1303
 
1304
- #: core/admin/page-email-new-admin.php:503 core/lib/wpbc_all_translations.php:201
1305
- #: core/wpbc-functions.php:1716
1306
  msgid "Emails"
1307
  msgstr ""
1308
 
1309
- #: core/admin/page-email-new-admin.php:528 core/admin/page-email-new-visitor.php:535
1310
- #: core/lib/wpbc_all_translations.php:202
1311
  msgid "New"
1312
  msgstr ""
1313
 
1314
- #: core/admin/page-email-new-admin.php:528 core/lib/wpbc_all_translations.php:203
1315
  msgid "admin"
1316
  msgstr ""
1317
 
1318
- #: core/admin/page-email-new-admin.php:530 core/lib/wpbc_all_translations.php:204
1319
  msgid "Customization of email template, which is sending to Admin after new booking"
1320
  msgstr ""
1321
 
1322
- #: core/admin/page-email-new-admin.php:670 core/lib/wpbc_all_translations.php:205
1323
  msgid "Email is sending to Admin after creation of booking."
1324
  msgstr ""
1325
 
1326
- #: core/admin/page-email-new-visitor.php:307 core/lib/wpbc_all_translations.php:206
1327
- #: core/wpbc-activation.php:971
1328
  #, php-format
1329
  msgid ""
1330
  "Your reservation %s for: %s is processing now! We will send confirmation by email. %sYou can "
1331
  "edit this booking at this page: %s Thank you, %s"
1332
  msgstr ""
1333
 
1334
- #: core/admin/page-email-new-visitor.php:309 core/lib/wpbc_all_translations.php:207
1335
- #: core/wpbc-activation.php:973
1336
  #, php-format
1337
  msgid ""
1338
  "Your reservation %s for: %s is processing now! We will send confirmation by email. %s Thank you, "
1339
  "%s"
1340
  msgstr ""
1341
 
1342
- #: core/admin/page-email-new-visitor.php:535 core/lib/wpbc_all_translations.php:208
1343
  msgid "visitor"
1344
  msgstr ""
1345
 
1346
- #: core/admin/page-email-new-visitor.php:537 core/lib/wpbc_all_translations.php:209
1347
  msgid "Customization of email template, which is sending to Visitor after new booking"
1348
  msgstr ""
1349
 
1350
- #: core/admin/page-email-new-visitor.php:673 core/lib/wpbc_all_translations.php:210
1351
  msgid "Email is sending to Visitor after creation of booking."
1352
  msgstr ""
1353
 
1354
- #: core/admin/page-email-trash.php:504 core/admin/wpbc-class-listing.php:327
1355
- #: core/admin/wpbc-class-timeline.php:2190 core/admin/wpbc-toolbars.php:983
1356
- #: core/lib/wpbc_all_translations.php:211
1357
  msgid "Trash"
1358
  msgstr ""
1359
 
1360
- #: core/admin/page-email-trash.php:642 core/lib/wpbc_all_translations.php:212
1361
  msgid "Email is sending to Visitor after Canceling of booking (moved to trash)."
1362
  msgstr ""
1363
 
1364
- #: core/admin/page-form-free.php:56 core/admin/page-settings.php:96
1365
- #: core/admin/page-settings.php:209 core/lib/wpbc_all_translations.php:213
1366
- #: core/wpbc-functions.php:1708 inc/_ps/admin/page-settings-form.php:38
1367
  msgid "Form"
1368
  msgstr ""
1369
 
1370
- #: core/admin/page-form-free.php:57 core/lib/wpbc_all_translations.php:214
1371
- #: inc/_ps/admin/page-settings-form.php:39
1372
  msgid "Fields Settings"
1373
  msgstr ""
1374
 
1375
- #: core/admin/page-form-free.php:58 core/lib/wpbc_all_translations.php:215
1376
- #: inc/_ps/admin/page-settings-form.php:40
1377
  msgid "Customizaton of Form Fields"
1378
  msgstr ""
1379
 
1380
- #: core/admin/page-form-free.php:71 core/admin/wpbc-dashboard.php:434
1381
- #: core/lib/wpbc_all_translations.php:216
1382
  msgid "Check Premium Features"
1383
  msgstr ""
1384
 
1385
- #: core/admin/page-form-free.php:72 core/admin/wpbc-dashboard.php:368
1386
- #: core/lib/wpbc_all_translations.php:217
1387
  msgid "Upgrade to higher versions"
1388
  msgstr ""
1389
 
1390
- #: core/admin/page-form-free.php:155 core/lib/wpbc_all_translations.php:218
1391
  msgid "Form Field Configuration"
1392
  msgstr ""
1393
 
1394
- #: core/admin/page-form-free.php:250 core/admin/page-form-free.php:374
1395
- #: core/admin/page-form-free.php:501 core/lib/wpbc_all_translations.php:219
1396
- #: core/lib/wpdev-booking-class.php:632 inc/_ps/personal.php:1985
1397
- #: inc/_ps/wpbc-form-templates.php:41 inc/_ps/wpbc-form-templates.php:60
1398
- #: inc/_ps/wpbc-form-templates.php:80 inc/_ps/wpbc-form-templates.php:103
1399
- #: inc/_ps/wpbc-form-templates.php:126
1400
  msgid "Send"
1401
  msgstr ""
1402
 
1403
- #: core/admin/page-form-free.php:747 core/lib/wpbc_all_translations.php:220
1404
  msgid "Reset to default form"
1405
  msgstr ""
1406
 
1407
- #: core/admin/page-form-free.php:751 core/admin/page-form-free.php:1170
1408
- #: core/admin/wpbc-class-listing.php:387 core/admin/wpbc-class-listing.php:393
1409
- #: core/admin/wpbc-toolbars.php:986 core/admin/wpbc-toolbars.php:1003
1410
- #: core/lib/wpbc_all_translations.php:221 inc/_bl/admin/page-coupons.php:226
1411
- #: inc/_bl/admin/page-coupons.php:796 inc/_bm/admin/page-availability.php:268
1412
- #: inc/_bm/admin/page-cost-valuation.php:352 inc/_bm/admin/page-cost.php:499
1413
- #: inc/_bm/admin/page-seasons.php:213 inc/_bm/admin/page-seasons.php:592
1414
- #: inc/_ps/admin/page-resources.php:217
1415
  msgid "Do you really want to do this ?"
1416
  msgstr ""
1417
 
1418
- #: core/admin/page-form-free.php:778 core/admin/page-form-free.php:1738
1419
- #: core/lib/wpbc_all_translations.php:222
1420
  msgid "Add New Field"
1421
  msgstr ""
1422
 
1423
- #: core/admin/page-form-free.php:795 core/admin/page-form-free.php:830
1424
- #: core/lib/wpbc_all_translations.php:223 inc/_ps/admin/page-settings-form.php:300
1425
  msgid "Select"
1426
  msgstr ""
1427
 
1428
- #: core/admin/page-form-free.php:795 core/lib/wpbc_all_translations.php:224
1429
  msgid "Form Field"
1430
  msgstr ""
1431
 
1432
- #: core/admin/page-form-free.php:817 core/lib/wpbc_all_translations.php:225
1433
  #: inc/_ps/form/class-wpbc-form-help.php:141
1434
  msgid "Standard Fields"
1435
  msgstr ""
1436
 
1437
- #: core/admin/page-form-free.php:820 core/lib/wpbc_all_translations.php:226
1438
  #: inc/_ps/form/class-wpbc-form-help.php:147
1439
  msgid "Text"
1440
  msgstr ""
1441
 
1442
- #: core/admin/page-form-free.php:840 core/lib/wpbc_all_translations.php:227
1443
  #: inc/_ps/form/class-wpbc-form-help.php:156
1444
  msgid "Textarea"
1445
  msgstr ""
1446
 
1447
- #: core/admin/page-form-free.php:850 core/lib/wpbc_all_translations.php:228
1448
  msgid "Checkbox"
1449
  msgstr ""
1450
 
1451
- #: core/admin/page-form-free.php:865 core/lib/wpbc_all_translations.php:229
1452
  #: inc/_ps/form/class-wpbc-form-help.php:486
1453
  msgid "Advanced Fields"
1454
  msgstr ""
1455
 
1456
- #: core/admin/page-form-free.php:907 core/admin/page-form-free.php:1617
1457
- #: core/lib/wpbc_all_translations.php:230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1458
  msgid "Active"
1459
  msgstr ""
1460
 
1461
- #: core/admin/page-form-free.php:908 core/lib/wpbc_all_translations.php:231
1462
  msgid "Field Label"
1463
  msgstr ""
1464
 
1465
- #: core/admin/page-form-free.php:910 core/admin/page-form-free.php:1683
1466
- #: core/lib/wpbc_all_translations.php:232 inc/_ps/form/class-wpbc-field-help-text.php:177
1467
  msgid "Name"
1468
  msgstr ""
1469
 
1470
- #: core/admin/page-form-free.php:977 core/admin/page-form-free.php:1361
1471
- #: core/admin/page-form-free.php:1431 core/admin/page-form-free.php:1752
1472
- #: core/lib/wpbc_all_translations.php:233 inc/_bl/admin/page-coupons.php:205
1473
- #: inc/_bl/admin/page-coupons.php:792 inc/_bl/admin/page-coupons.php:980
1474
- #: inc/_bm/admin/page-cost.php:208 inc/_bm/admin/page-seasons.php:192
1475
- #: inc/_bm/admin/page-seasons.php:588 inc/_bm/admin/page-seasons.php:804
1476
- #: inc/_bm/admin/page-seasons.php:810 inc/_ps/admin/page-resources.php:183
1477
  msgid "Edit"
1478
  msgstr ""
1479
 
1480
- #: core/admin/page-form-free.php:978 core/admin/page-form-free.php:1362
1481
- #: core/lib/wpbc_all_translations.php:234
1482
  msgid "Remove"
1483
  msgstr ""
1484
 
1485
- #: core/admin/page-form-free.php:1514 core/lib/wpbc_all_translations.php:235
1486
  #: inc/_ps/form/class-wpbc-form-help.php:88
1487
  msgid "Shortcodes"
1488
  msgstr ""
1489
 
1490
- #: core/admin/page-form-free.php:1515 core/lib/wpbc_all_translations.php:236
1491
  #: inc/_ps/form/class-wpbc-form-help.php:89
1492
  msgid ""
1493
  "You can generate the form fields for your form (at the left side) by selection specific field in "
1494
  "the above selectbox."
1495
  msgstr ""
1496
 
1497
- #: core/admin/page-form-free.php:1516 core/lib/wpbc_all_translations.php:237
1498
  #: inc/_ps/form/class-wpbc-form-help.php:90
1499
  #, php-format
1500
  msgid "Please read more about the booking form fields configuration %shere%s."
1501
  msgstr ""
1502
 
1503
- #: core/admin/page-form-free.php:1518 core/lib/wpbc_all_translations.php:238
1504
  #: inc/_ps/form/class-wpbc-form-help.php:99
1505
  msgid "Default Form Templates"
1506
  msgstr ""
1507
 
1508
- #: core/admin/page-form-free.php:1519 core/lib/wpbc_all_translations.php:239
1509
  #: inc/_ps/form/class-wpbc-form-help.php:100
1510
  #, php-format
1511
  msgid ""
@@ -1515,77 +1586,81 @@ msgid ""
1515
  "reset both forms: Booking Form and Content of Booking Fields form."
1516
  msgstr ""
1517
 
1518
- #: core/admin/page-form-free.php:1618 core/lib/wpbc_all_translations.php:240
1519
  msgid "Show / hide field in booking form"
1520
  msgstr ""
1521
 
1522
- #: core/admin/page-form-free.php:1639 core/lib/wpbc_all_translations.php:241
1523
  msgid "Set field as required"
1524
  msgstr ""
1525
 
1526
- #: core/admin/page-form-free.php:1659 core/admin/wpbc-toolbar-tiny.php:421
1527
- #: core/admin/wpbc-toolbar-tiny.php:1212 core/lib/wpbc_all_translations.php:242
1528
  #: inc/_ps/form/class-wpbc-field-help-button.php:73
1529
  msgid "Label"
1530
  msgstr ""
1531
 
1532
- #: core/admin/page-form-free.php:1688 core/lib/wpbc_all_translations.php:243
1533
  #, php-format
1534
  msgid "Type only %sunique field name%s, that is not using in form"
1535
  msgstr ""
1536
 
1537
- #: core/admin/page-form-free.php:1709 core/lib/wpbc_all_translations.php:244
1538
  msgid "Values"
1539
  msgstr ""
1540
 
1541
- #: core/admin/page-form-free.php:1714 core/lib/wpbc_all_translations.php:245
1542
  msgid "Enter dropdown options. One option per line."
1543
  msgstr ""
1544
 
1545
- #: core/admin/page-form-free.php:1743 core/admin/wpbc-toolbar-tiny.php:293
1546
- #: core/admin/wpbc-toolbars.php:699 core/admin/wpbc-toolbars.php:904
1547
- #: core/admin/wpbc-toolbars.php:1480 core/lib/wpbc_all_translations.php:246
1548
- #: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:104 inc/_bs/s-toolbar.php:204
1549
- #: inc/_ps/p-toolbar.php:466 inc/_ps/p-toolbar.php:511
1550
  msgid "Close"
1551
  msgstr ""
1552
 
1553
- #: core/admin/page-form-free.php:1757 core/lib/wpbc_all_translations.php:247
1554
- #: inc/_bm/m-toolbar.php:366 inc/_bm/m-toolbar.php:367 inc/_ps/p-toolbar.php:348
1555
- #: inc/_ps/p-toolbar.php:398 inc/_ps/p-toolbar.php:431
1556
  msgid "Cancel"
1557
  msgstr ""
1558
 
1559
- #: core/admin/page-ics-export.php:41 core/admin/page-ics-export.php:42
1560
- #: core/admin/page-ics-import.php:39 core/admin/page-ics-import.php:40
1561
- #: core/admin/page-import-gcal.php:494 core/admin/page-import-gcal.php:495
1562
- #: core/wpbc-functions.php:1733
 
 
1563
  msgid "Sync"
1564
  msgstr ""
1565
 
1566
- #: core/admin/page-ics-export.php:43 core/admin/page-ics-import.php:41
1567
- #: core/admin/page-ics-import.php:58 core/admin/page-ics-import.php:59
1568
- #: core/admin/page-ics-import.php:61 core/admin/page-ics-import.php:184
1569
- #: core/admin/page-ics-import.php:461 core/admin/page-import-gcal.php:496
1570
- #: core/lib/wpbc_all_translations.php:304 core/sync/wpbc-gcal.php:465
 
1571
  msgid "Import"
1572
  msgstr ""
1573
 
1574
- #: core/admin/page-ics-export.php:43 core/admin/page-ics-export.php:60
1575
- #: core/admin/page-ics-export.php:61 core/admin/page-ics-export.php:63
1576
- #: core/admin/page-ics-export.php:206 core/admin/page-ics-import.php:41
1577
- #: core/admin/page-import-gcal.php:496 core/lib/wpbc_all_translations.php:1233
1578
- #: inc/_ps/p-toolbar.php:142
1579
  msgid "Export"
1580
  msgstr ""
1581
 
1582
- #: core/admin/page-ics-export.php:63 core/admin/page-ics-export.php:206
 
1583
  msgid "feed"
1584
  msgstr ""
1585
 
1586
- #: core/admin/page-ics-export.php:147 core/admin/page-ics-import.php:161
1587
- #: core/lib/wpbc_all_translations.php:684 inc/_bl/admin/api-settings-l.php:158
1588
- #: inc/_bm/admin/api-settings-m.php:84 inc/_ps/form/class-wpbc-form-help.php:117
1589
  #: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
1590
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
1591
  #: inc/_ps/form/class-wpbc-form-help.php:230 inc/_ps/form/class-wpbc-form-help.php:278
@@ -1594,78 +1669,140 @@ msgstr ""
1594
  #: inc/_ps/form/class-wpbc-form-help.php:343 inc/_ps/form/class-wpbc-form-help.php:380
1595
  #: inc/_ps/form/class-wpbc-form-help.php:382 inc/_ps/form/class-wpbc-form-help.php:497
1596
  #: inc/_ps/form/class-wpbc-form-help.php:515 inc/_ps/form/class-wpbc-form-help.php:645
1597
- #: inc/_ps/form/class-wpbc-form-help.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
1598
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:818
1599
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:741 inc/gateways/sage/wpbc-gw-sage.php:872
 
1600
  msgid "Important!"
1601
  msgstr ""
1602
 
1603
- #: core/admin/page-ics-export.php:149 core/admin/page-ics-import.php:163
 
1604
  #, php-format
1605
  msgid "This feature require %s plugin. You can install %s plugin from this %spage%s."
1606
  msgstr ""
1607
 
1608
- #: core/admin/page-ics-export.php:160 core/admin/page-ics-export.php:218
1609
- #: core/admin/page-ics-import.php:174
1610
  msgid "How it works"
1611
  msgstr ""
1612
 
1613
- #: core/admin/page-ics-export.php:418 core/admin/page-ics-export.php:421
 
1614
  msgid ".ics feed URL"
1615
  msgstr ""
1616
 
1617
- #: core/admin/page-ics-export.php:434 inc/_ps/admin/br-table-export-feeds.php:62
 
1618
  msgid "Open in new window"
1619
  msgstr ""
1620
 
1621
- #: core/admin/page-ics-export.php:436
1622
  msgid "Please enter URL for generating .ics feed"
1623
  msgstr ""
1624
 
1625
- #: core/admin/page-ics-export.php:439
1626
  msgid "This .ics feed of bookings starting from today for 1 year"
1627
  msgstr ""
1628
 
1629
- #: core/admin/page-ics-import.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1630
  msgid "feeds"
1631
  msgstr ""
1632
 
1633
- #: core/admin/page-ics-import.php:430 core/admin/wpbc-toolbar-tiny.php:324
1634
- #: core/lib/wpbc_all_translations.php:383 inc/_bl/admin/page-coupons.php:1393
1635
- #: inc/_ps/p-toolbar.php:912 inc/_ps/p-toolbar.php:943
1636
  msgid "parent resource"
1637
  msgstr ""
1638
 
1639
- #: core/admin/page-ics-import.php:452
1640
  msgid "Enter URL to .ics feed"
1641
  msgstr ""
1642
 
1643
- #: core/admin/page-ics-import.php:457
1644
  msgid "Choose file"
1645
  msgstr ""
1646
 
1647
- #: core/admin/page-ics-import.php:458
1648
  msgid "Insert file URL"
1649
  msgstr ""
1650
 
1651
- #: core/admin/page-ics-import.php:459
1652
  msgid "Upload / Select "
1653
  msgstr ""
1654
 
1655
- #: core/admin/page-ics-import.php:495
1656
  msgid "What does .ics feeds import/export mean?"
1657
  msgstr ""
1658
 
1659
- #: core/admin/page-ics-import.php:503
1660
  #, php-format
1661
  msgid "Its useful, if you need to import/export bookings from/to external websites, like %s"
1662
  msgstr ""
1663
 
1664
- #: core/admin/page-ics-import.php:511
1665
  msgid "and any other calendar that uses .ics format"
1666
  msgstr ""
1667
 
1668
- #: core/admin/page-ics-import.php:525 core/class/wpbc-class-welcome.php:397
 
1669
  #, php-format
1670
  msgid ""
1671
  ".ics - is a file format of iCalendar standard for exchanging calendar and scheduling information "
@@ -1673,23 +1810,24 @@ msgid ""
1673
  "calendars updated and synchronized."
1674
  msgstr ""
1675
 
1676
- #: core/admin/page-ics-import.php:546
1677
  msgid "How to start import of .ics feeds (files)?"
1678
  msgstr ""
1679
 
1680
- #: core/admin/page-ics-import.php:553 core/admin/page-ics-import.php:600
 
1681
  #, php-format
1682
  msgid "Install %s plugin."
1683
  msgstr ""
1684
 
1685
- #: core/admin/page-ics-import.php:557
1686
  #, php-format
1687
  msgid ""
1688
  "Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode "
1689
  "configuration%s"
1690
  msgstr ""
1691
 
1692
- #: core/admin/page-ics-import.php:566
1693
  #, php-format
1694
  msgid ""
1695
  "Using such shortcodes in pages give a great flexibility to import from different .ics feeds "
@@ -1697,26 +1835,26 @@ msgid ""
1697
  "accessing such different pages with different time intervals."
1698
  msgstr ""
1699
 
1700
- #: core/admin/page-ics-import.php:575
1701
  msgid "Or you can import .ics feed or file directly at current page."
1702
  msgstr ""
1703
 
1704
- #: core/admin/page-ics-import.php:582
1705
  #, php-format
1706
  msgid ""
1707
  "If you have inserted import shortcodes from %s, then you can configure your CRON for "
1708
  "periodically access these pages and import .ics feeds."
1709
  msgstr ""
1710
 
1711
- #: core/admin/page-ics-import.php:593
1712
  msgid "How to start export of .ics feeds (files)?"
1713
  msgstr ""
1714
 
1715
- #: core/admin/page-ics-import.php:604
1716
  msgid "Confgure ULR feed(s) at this settings page."
1717
  msgstr ""
1718
 
1719
- #: core/admin/page-ics-import.php:609
1720
  #, php-format
1721
  msgid ""
1722
  "Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more "
@@ -1724,1572 +1862,1505 @@ msgid ""
1724
  "website."
1725
  msgstr ""
1726
 
1727
- #: core/admin/page-ics-import.php:618
1728
- msgid "Visit these (previosly configured URL feeds) pages for downloading .ics files."
1729
  msgstr ""
1730
 
1731
- #: core/admin/page-ics-import.php:673 core/lib/wpbc_all_translations.php:573
1732
- #: core/sync/wpbc-gcal-class.php:457 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:418
1733
  msgid "Done"
1734
  msgstr ""
1735
 
1736
- #: core/admin/page-import-gcal.php:64 core/admin/wpbc-toolbar-tiny.php:868
1737
- #: core/admin/wpbc-toolbar-tiny.php:1083 core/admin/wpbc-toolbar-tiny.php:1164
1738
- #: core/lib/wpbc_all_translations.php:248 inc/_bm/admin/api-settings-m.php:58
1739
- #: inc/_ps/wpbc-booking-select-widget.php:188
1740
- msgid "None"
1741
- msgstr ""
1742
-
1743
- #: core/admin/page-import-gcal.php:97 core/lib/wpbc_all_translations.php:249
1744
- msgid "Event Title"
1745
- msgstr ""
1746
-
1747
- #: core/admin/page-import-gcal.php:98 core/admin/page-import-gcal.php:108
1748
- #: core/admin/page-import-gcal.php:118 core/lib/wpbc_all_translations.php:250
1749
- #, php-format
1750
- msgid "Select field for assigning to %sevent property%s"
1751
- msgstr ""
1752
-
1753
- #: core/admin/page-import-gcal.php:107 core/lib/wpbc_all_translations.php:251
1754
- msgid "Event Description (optional field)"
1755
- msgstr ""
1756
-
1757
- #: core/admin/page-import-gcal.php:117 core/lib/wpbc_all_translations.php:252
1758
- msgid "Location"
1759
- msgstr ""
1760
-
1761
- #: core/admin/page-import-gcal.php:133 core/lib/wpbc_all_translations.php:253
1762
  msgid "Activate auto import"
1763
  msgstr ""
1764
 
1765
- #: core/admin/page-import-gcal.php:134 core/lib/wpbc_all_translations.php:254
1766
  #, php-format
1767
  msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
1768
  msgstr ""
1769
 
1770
- #: core/admin/page-import-gcal.php:140 core/lib/wpbc_all_translations.php:255
1771
- #: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:98
1772
- #: inc/_bs/admin/api-settings-s.php:479 inc/_bs/admin/api-settings-s.php:845
1773
  msgid "hour"
1774
  msgstr ""
1775
 
1776
- #: core/admin/page-import-gcal.php:142 core/admin/page-import-gcal.php:304
1777
- #: core/admin/page-import-gcal.php:386 core/admin/wpbc-toolbar-tiny.php:627
1778
- #: core/lib/wpbc_all_translations.php:256 core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271
1779
- #: inc/_bm/admin/api-settings-m.php:65 inc/_bm/admin/api-settings-m.php:102
1780
- #: inc/_bs/admin/api-settings-s.php:483
1781
  msgid "hours"
1782
  msgstr ""
1783
 
1784
- #: core/admin/page-import-gcal.php:144 core/admin/wpbc-toolbars.php:556
1785
- #: core/admin/wpbc-toolbars.php:790 core/lib/wpbc_all_translations.php:257 core/wpbc-emails.php:204
1786
- #: inc/_bm/admin/page-cost-advanced.php:439 inc/_bm/admin/page-cost-deposit.php:222
1787
- #: inc/_bm/admin/page-cost-valuation.php:344 inc/_bs/admin/api-settings-s.php:485
1788
- #: inc/_bs/admin/api-settings-s.php:839
1789
  msgid "day"
1790
  msgstr ""
1791
 
1792
- #: core/admin/page-import-gcal.php:146 core/admin/page-import-gcal.php:305
1793
- #: core/admin/page-import-gcal.php:387 core/admin/wpbc-toolbars.php:557
1794
- #: core/admin/wpbc-toolbars.php:558 core/admin/wpbc-toolbars.php:559
1795
- #: core/admin/wpbc-toolbars.php:560 core/admin/wpbc-toolbars.php:561
1796
- #: core/admin/wpbc-toolbars.php:791 core/admin/wpbc-toolbars.php:792
1797
- #: core/admin/wpbc-toolbars.php:793 core/admin/wpbc-toolbars.php:794
1798
- #: core/admin/wpbc-toolbars.php:795 core/lib/wpbc_all_translations.php:258
1799
- #: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:81
1800
- #: inc/_bm/admin/page-cost-deposit.php:224 inc/_bm/admin/page-cost-valuation.php:188
1801
- #: inc/_bm/admin/page-cost-valuation.php:346 inc/_bm/admin/page-cost-valuation.php:478
1802
- #: inc/_bm/admin/page-seasons.php:1035 inc/_bs/admin/api-settings-s.php:487
1803
- #: inc/_ps/wpbc-form-templates.php:241
1804
  msgid "days"
1805
  msgstr ""
1806
 
1807
- #: core/admin/page-import-gcal.php:151 core/lib/wpbc_all_translations.php:259
1808
  msgid "Import events every"
1809
  msgstr ""
1810
 
1811
- #: core/admin/page-import-gcal.php:152 core/lib/wpbc_all_translations.php:260
1812
  msgid "Select time duration of import requests."
1813
  msgstr ""
1814
 
1815
- #: core/admin/page-import-gcal.php:168 core/lib/wpbc_all_translations.php:261
1816
  msgid "Google API Key"
1817
  msgstr ""
1818
 
1819
- #: core/admin/page-import-gcal.php:169 core/lib/wpbc_all_translations.php:262
1820
  msgid "Please enter your Google API key. This field required to import events."
1821
  msgstr ""
1822
 
1823
- #: core/admin/page-import-gcal.php:171 core/lib/wpbc_all_translations.php:263
1824
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:315
1825
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:352
1826
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:383 inc/gateways/ideal/wpbc-gw-ideal.php:419
1827
- #: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ideal/wpbc-gw-ideal.php:478
1828
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:327 inc/gateways/paypal/wpbc-gw-paypal.php:527
1829
- #: inc/gateways/sage/wpbc-gw-sage.php:505
 
1830
  msgid "Note:"
1831
  msgstr ""
1832
 
1833
- #: core/admin/page-import-gcal.php:172 core/lib/wpbc_all_translations.php:264
1834
  #, php-format
1835
  msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
1836
  msgstr ""
1837
 
1838
- #: core/admin/page-import-gcal.php:193 core/lib/wpbc_all_translations.php:265
1839
- #: inc/_ps/admin/br-table-import-gcal-p.php:147
1840
  msgid "Google Calendar ID"
1841
  msgstr ""
1842
 
1843
- #: core/admin/page-import-gcal.php:205 core/admin/wpbc-class-listing.php:203
1844
- #: core/lib/wpbc_all_translations.php:266 core/sync/wpbc-gcal.php:314
1845
- #: inc/_bl/admin/activation-l.php:117 inc/_mu/multiuser.php:595 inc/_ps/admin/activation-p.php:45
1846
- msgid "Default"
1847
- msgstr ""
1848
-
1849
- #: core/admin/page-import-gcal.php:231 core/lib/wpbc_all_translations.php:267
1850
- #: core/sync/wpbc-gcal.php:309
1851
- msgid "Timezone"
1852
- msgstr ""
1853
-
1854
- #: core/admin/page-import-gcal.php:232 core/lib/wpbc_all_translations.php:268
1855
- #: core/sync/wpbc-gcal.php:343
1856
- msgid "Select a city in your required timezone, if you are having problems with dates and times."
1857
- msgstr ""
1858
-
1859
- #: core/admin/page-import-gcal.php:246 core/lib/wpbc_all_translations.php:269
1860
  #: core/sync/wpbc-gcal.php:295
1861
  msgid "Maximum number"
1862
  msgstr ""
1863
 
1864
- #: core/admin/page-import-gcal.php:247 core/lib/wpbc_all_translations.php:270
1865
  #: core/sync/wpbc-gcal.php:298
1866
  msgid "You can specify the maximum number of events to import during one session."
1867
  msgstr ""
1868
 
1869
- #: core/admin/page-import-gcal.php:256 core/admin/page-import-gcal.php:338
1870
- #: core/lib/wpbc_all_translations.php:271 core/sync/wpbc-gcal.php:184 core/sync/wpbc-gcal.php:248
1871
  msgid "Now"
1872
  msgstr ""
1873
 
1874
- #: core/admin/page-import-gcal.php:257 core/admin/page-import-gcal.php:339
1875
- #: core/lib/wpbc_all_translations.php:272 core/sync/wpbc-gcal.php:185 core/sync/wpbc-gcal.php:249
1876
  msgid "00:00 today"
1877
  msgstr ""
1878
 
1879
- #: core/admin/page-import-gcal.php:258 core/admin/page-import-gcal.php:340
1880
- #: core/lib/wpbc_all_translations.php:273 core/sync/wpbc-gcal.php:186 core/sync/wpbc-gcal.php:250
1881
  msgid "Start of current week"
1882
  msgstr ""
1883
 
1884
- #: core/admin/page-import-gcal.php:259 core/admin/page-import-gcal.php:341
1885
- #: core/lib/wpbc_all_translations.php:274 core/sync/wpbc-gcal.php:187 core/sync/wpbc-gcal.php:251
1886
  msgid "Start of current month"
1887
  msgstr ""
1888
 
1889
- #: core/admin/page-import-gcal.php:260 core/admin/page-import-gcal.php:342
1890
- #: core/lib/wpbc_all_translations.php:275 core/sync/wpbc-gcal.php:188 core/sync/wpbc-gcal.php:252
1891
  msgid "End of current month"
1892
  msgstr ""
1893
 
1894
- #: core/admin/page-import-gcal.php:261 core/lib/wpbc_all_translations.php:276
1895
  #: core/sync/wpbc-gcal.php:189
1896
  msgid "The start of time"
1897
  msgstr ""
1898
 
1899
- #: core/admin/page-import-gcal.php:262 core/admin/page-import-gcal.php:344
1900
- #: core/lib/wpbc_all_translations.php:277 core/sync/wpbc-gcal.php:190 core/sync/wpbc-gcal.php:254
1901
  msgid "Specific date / time"
1902
  msgstr ""
1903
 
1904
- #: core/admin/page-import-gcal.php:268 core/lib/wpbc_all_translations.php:278
1905
  #: core/sync/wpbc-gcal.php:197
1906
  msgid "Select option, when to start retrieving events."
1907
  msgstr ""
1908
 
1909
- #: core/admin/page-import-gcal.php:283 core/admin/page-import-gcal.php:365
1910
- #: core/lib/wpbc_all_translations.php:279 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
1911
  msgid "Offset"
1912
  msgstr ""
1913
 
1914
- #: core/admin/page-import-gcal.php:284 core/admin/page-import-gcal.php:366
1915
- #: core/lib/wpbc_all_translations.php:280 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
1916
  msgid "Enter date / time"
1917
  msgstr ""
1918
 
1919
- #: core/admin/page-import-gcal.php:302 core/admin/page-import-gcal.php:384
1920
- #: core/lib/wpbc_all_translations.php:281 core/sync/wpbc-gcal.php:205 core/sync/wpbc-gcal.php:269
1921
  msgid "seconds"
1922
  msgstr ""
1923
 
1924
- #: core/admin/page-import-gcal.php:303 core/admin/page-import-gcal.php:385
1925
- #: core/lib/wpbc_all_translations.php:282 core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270
1926
- #: inc/_bm/admin/api-settings-m.php:65 inc/_bm/admin/api-settings-m.php:94
1927
- #: inc/_bm/admin/api-settings-m.php:98 inc/_bs/admin/api-settings-s.php:476
1928
- #: inc/_bs/admin/api-settings-s.php:477 inc/_bs/admin/api-settings-s.php:478
1929
- #: inc/_ps/admin/page-settings-form.php:360 inc/_ps/admin/page-settings-form.php:370
1930
  msgid "minutes"
1931
  msgstr ""
1932
 
1933
- #: core/admin/page-import-gcal.php:324 core/admin/page-import-gcal.php:406
1934
- #: core/lib/wpbc_all_translations.php:283 core/sync/wpbc-gcal.php:215
1935
  msgid ""
1936
  "You can specify an additional offset from you chosen start point. The offset can be negative."
1937
  msgstr ""
1938
 
1939
- #: core/admin/page-import-gcal.php:327 core/admin/page-import-gcal.php:409
1940
- #: core/lib/wpbc_all_translations.php:284 core/sync/wpbc-gcal.php:218 core/sync/wpbc-gcal.php:282
1941
  #, php-format
1942
  msgid "Type your date in format %s. Example: %s"
1943
  msgstr ""
1944
 
1945
- #: core/admin/page-import-gcal.php:343 core/lib/wpbc_all_translations.php:285
1946
  #: core/sync/wpbc-gcal.php:253
1947
  msgid "The end of time"
1948
  msgstr ""
1949
 
1950
- #: core/admin/page-import-gcal.php:349 core/admin/wpbc-toolbar-tiny.php:607
1951
- #: core/lib/wpbc_all_translations.php:286 core/sync/wpbc-gcal.php:235
1952
  msgid "Until"
1953
  msgstr ""
1954
 
1955
- #: core/admin/page-import-gcal.php:350 core/lib/wpbc_all_translations.php:287
1956
  #: core/sync/wpbc-gcal.php:261
1957
  msgid "Select option, when to stop retrieving events."
1958
  msgstr ""
1959
 
1960
- #: core/admin/page-import-gcal.php:426 core/lib/wpbc_all_translations.php:288
1961
  msgid "To get Google Calendar API key please follow this instruction"
1962
  msgstr ""
1963
 
1964
- #: core/admin/page-import-gcal.php:428 core/lib/wpbc_all_translations.php:289
1965
  #, php-format
1966
  msgid "Go to Google Developer Console: %s."
1967
  msgstr ""
1968
 
1969
- #: core/admin/page-import-gcal.php:429 core/lib/wpbc_all_translations.php:290
1970
  msgid "Give your project a name and click \"Create\"."
1971
  msgstr ""
1972
 
1973
- #: core/admin/page-import-gcal.php:430 core/lib/wpbc_all_translations.php:291
1974
  msgid "In the sidebar click on \"APIs & auth\"."
1975
  msgstr ""
1976
 
1977
- #: core/admin/page-import-gcal.php:431 core/lib/wpbc_all_translations.php:292
1978
  msgid "Click APIs and make sure \"Calendar API\" is set to ON."
1979
  msgstr ""
1980
 
1981
- #: core/admin/page-import-gcal.php:432 core/lib/wpbc_all_translations.php:293
1982
  msgid "Now click on \"Credentials\" in the sidebar."
1983
  msgstr ""
1984
 
1985
- #: core/admin/page-import-gcal.php:433 core/lib/wpbc_all_translations.php:294
1986
  msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
1987
  msgstr ""
1988
 
1989
- #: core/admin/page-import-gcal.php:434 core/lib/wpbc_all_translations.php:295
1990
  msgid "On the popup click the button \"Server Key\" and click \"Create\"."
1991
  msgstr ""
1992
 
1993
- #: core/admin/page-import-gcal.php:435 core/lib/wpbc_all_translations.php:296
1994
  #, php-format
1995
  msgid ""
1996
  "You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
1997
  "%sGoogle API Key%s field at this page."
1998
  msgstr ""
1999
 
2000
- #: core/admin/page-import-gcal.php:438 core/lib/wpbc_all_translations.php:297
2001
  msgid "Set Your Calendar to Public"
2002
  msgstr ""
2003
 
2004
- #: core/admin/page-import-gcal.php:440 core/admin/page-import-gcal.php:448
2005
- #: core/lib/wpbc_all_translations.php:298
2006
  msgid "Navigate to your Google calendars."
2007
  msgstr ""
2008
 
2009
- #: core/admin/page-import-gcal.php:441 core/admin/page-import-gcal.php:449
2010
- #: core/lib/wpbc_all_translations.php:299
2011
  msgid "Open the settings for the calendar."
2012
  msgstr ""
2013
 
2014
- #: core/admin/page-import-gcal.php:442 core/lib/wpbc_all_translations.php:300
2015
  msgid "Click the \"Share this Calendar\" link."
2016
  msgstr ""
2017
 
2018
- #: core/admin/page-import-gcal.php:443 core/lib/wpbc_all_translations.php:301
2019
  msgid "Click the checkbox to make calendar public. Do not check the other option."
2020
  msgstr ""
2021
 
2022
- #: core/admin/page-import-gcal.php:446 core/lib/wpbc_all_translations.php:302
2023
  msgid "Find Your Calendar ID"
2024
  msgstr ""
2025
 
2026
- #: core/admin/page-import-gcal.php:450 core/lib/wpbc_all_translations.php:303
2027
  #, php-format
2028
  msgid ""
2029
  "Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
2030
  "%suse the Calendar ID only, not the entire XML feed URL%s."
2031
  msgstr ""
2032
 
2033
- #: core/admin/page-import-gcal.php:513 core/admin/page-import-gcal.php:514
2034
- #: core/admin/page-import-gcal.php:515 core/lib/wpbc_all_translations.php:583
2035
  #: core/sync/wpbc-gcal.php:443 core/sync/wpbc-gcal.php:466
2036
  msgid "Import Google Calendar Events"
2037
  msgstr ""
2038
 
2039
- #: core/admin/page-import-gcal.php:609 core/admin/page-settings.php:73
2040
- #: core/admin/page-settings.php:74 core/lib/wpbc_all_translations.php:309 core/wpbc.php:188
2041
- msgid "General Settings"
2042
- msgstr ""
2043
-
2044
- #: core/admin/page-import-gcal.php:610 core/admin/page-import-gcal.php:660
2045
- #: core/lib/wpbc_all_translations.php:310
2046
- msgid "Assign events fields to specific booking form field"
2047
- msgstr ""
2048
-
2049
- #: core/admin/page-import-gcal.php:612 core/admin/page-import-gcal.php:668
2050
- #: core/lib/wpbc_all_translations.php:311
2051
  msgid "Auto import events"
2052
  msgstr ""
2053
 
2054
- #: core/admin/page-import-gcal.php:614 core/admin/page-import-gcal.php:675
2055
- #: core/lib/wpbc_all_translations.php:312
2056
  msgid "Default settings for retrieving events"
2057
  msgstr ""
2058
 
2059
- #: core/admin/page-import-gcal.php:653 core/lib/wpbc_all_translations.php:313
2060
  msgid "Google Calendar - General Settings"
2061
  msgstr ""
2062
 
2063
- #: core/admin/page-settings.php:72 core/lib/wpbc_all_translations.php:314
2064
- #: inc/gateways/page-gateways.php:401
2065
- msgid "General"
2066
- msgstr ""
2067
-
2068
- #: core/admin/page-settings.php:86 core/admin/page-settings.php:195
2069
- #: core/admin/wpbc-toolbar-tiny.php:239 core/lib/wpbc_all_translations.php:315
2070
  #: inc/_ps/form/class-wpbc-form-help.php:115
2071
  msgid "Calendar"
2072
  msgstr ""
2073
 
2074
- #: core/admin/page-settings.php:91 core/admin/page-settings.php:202
2075
- #: core/lib/wpbc_all_translations.php:316 core/wpbc-functions.php:1680
2076
- #: inc/_bm/admin/page-availability.php:46 inc/_bm/admin/page-availability.php:497
2077
- #: inc/_bm/admin/page-availability.php:588 inc/_bm/admin/page-availability.php:589
2078
- #: inc/_ps/wpbc-form-templates.php:275 inc/_ps/wpbc-form-templates.php:292
2079
  msgid "Availability"
2080
  msgstr ""
2081
 
2082
- #: core/admin/page-settings.php:108 core/lib/wpbc_all_translations.php:317
2083
  msgid "Auto cancellation / approval"
2084
  msgstr ""
2085
 
2086
- #: core/admin/page-settings.php:113 core/admin/page-settings.php:235
2087
- #: core/lib/wpbc_all_translations.php:318 inc/_bl/admin/page-search.php:589
2088
- #: inc/_bl/admin/page-search.php:623 inc/_bl/wpbc-search-availability.php:167
2089
- #: inc/_bl/wpbc-search-availability.php:615 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:846
2090
- #: inc/gateways/ideal/wpbc-gw-ideal.php:904 inc/gateways/ipay88/wpbc-gw-ipay88.php:765
2091
- #: inc/gateways/paypal/wpbc-gw-paypal.php:1045 inc/gateways/sage/wpbc-gw-sage.php:894
 
2092
  msgid "Advanced"
2093
  msgstr ""
2094
 
2095
- #: core/admin/page-settings.php:118 core/admin/page-settings.php:251
2096
- #: core/lib/wpbc_all_translations.php:319
2097
  msgid "Plugin Menu"
2098
  msgstr ""
2099
 
2100
- #: core/admin/page-settings.php:123 core/lib/wpbc_all_translations.php:320
2101
  msgid "Uninstall"
2102
  msgstr ""
2103
 
2104
- #: core/admin/page-settings.php:226 core/lib/wpbc_all_translations.php:321
2105
  msgid "Auto cancellation / auto approval of bookings"
2106
  msgstr ""
2107
 
2108
- #: core/admin/page-settings.php:244 core/lib/wpbc_all_translations.php:322
2109
  msgid "Information"
2110
  msgstr ""
2111
 
2112
- #: core/admin/page-settings.php:258 core/lib/wpbc_all_translations.php:323
2113
  msgid "Uninstall / deactivation"
2114
  msgstr ""
2115
 
2116
- #: core/admin/wpbc-class-listing.php:102 core/admin/wpbc-toolbar-tiny.php:1513
2117
- #: core/admin/wpbc-toolbar-tiny.php:1522 core/lib/wpbc_all_translations.php:324
2118
- #: inc/_bl/admin/page-coupons.php:990 inc/_bl/admin/page-coupons.php:992
2119
- #: inc/_bl/wpbc-search-availability.php:625 inc/_bl/wpdev-booking-search-widget.php:75
2120
- #: inc/_bm/admin/page-availability.php:805 inc/_bm/admin/page-cost-deposit.php:81
2121
- #: inc/_bm/admin/page-cost-rate.php:77 inc/_bm/admin/page-cost-valuation.php:102
2122
- #: inc/_bm/admin/page-seasons.php:815 inc/_bm/admin/page-seasons.php:817
 
 
 
 
 
2123
  msgid "Nothing Found"
2124
  msgstr ""
2125
 
2126
- #: core/admin/wpbc-class-listing.php:124 core/lib/wpbc_all_translations.php:325
2127
- #: inc/_ps/wpbc-print.php:81
2128
  msgid "Labels"
2129
  msgstr ""
2130
 
2131
- #: core/admin/wpbc-class-listing.php:128 core/lib/wpbc_all_translations.php:326
2132
  msgid "Booking Data"
2133
  msgstr ""
2134
 
2135
- #: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:327
2136
  msgid "Booking Dates"
2137
  msgstr ""
2138
 
2139
- #: core/admin/wpbc-class-listing.php:132 core/lib/wpbc_all_translations.php:328
2140
  msgid "Show ALL dates of booking"
2141
  msgstr ""
2142
 
2143
- #: core/admin/wpbc-class-listing.php:138 core/lib/wpbc_all_translations.php:329
2144
  msgid "Show only check in/out dates"
2145
  msgstr ""
2146
 
2147
- #: core/admin/wpbc-class-listing.php:218 core/lib/wpbc_all_translations.php:330
2148
  msgid "Resource not exist"
2149
  msgstr ""
2150
 
2151
- #: core/admin/wpbc-class-listing.php:244 core/lib/wpbc_all_translations.php:331
2152
  #: inc/_bs/lib_s.php:46 inc/_bs/lib_s.php:287
2153
  msgid "Paid OK"
2154
  msgstr ""
2155
 
2156
- #: core/admin/wpbc-class-listing.php:248 core/lib/wpbc_all_translations.php:332
2157
  #: inc/_bs/lib_s.php:290 inc/_bs/lib_s.php:305
2158
  msgid "Unknown"
2159
  msgstr ""
2160
 
2161
- #: core/admin/wpbc-class-listing.php:389 core/lib/wpbc_all_translations.php:333
2162
  msgid "Move to trash"
2163
  msgstr ""
2164
 
2165
- #: core/admin/wpbc-class-listing.php:395 core/admin/wpbc-toolbars.php:1000
2166
- #: core/lib/wpbc_all_translations.php:334
2167
  msgid "Restore"
2168
  msgstr ""
2169
 
2170
- #: core/admin/wpbc-class-listing.php:399 core/lib/wpbc_all_translations.php:335
2171
  msgid "Do you really want to delete this booking ?"
2172
  msgstr ""
2173
 
2174
- #: core/admin/wpbc-class-listing.php:401 core/lib/wpbc_all_translations.php:336
2175
- #: inc/_bl/admin/page-coupons.php:802 inc/_bm/admin/page-seasons.php:598
2176
  msgid "Completely Delete"
2177
  msgstr ""
2178
 
2179
- #: core/admin/wpbc-class-listing.php:410 core/admin/wpbc-toolbars.php:938
2180
- #: core/lib/wpbc_all_translations.php:337
2181
  msgid "Approve"
2182
  msgstr ""
2183
 
2184
- #: core/admin/wpbc-class-listing.php:415 core/admin/wpbc-toolbars.php:956
2185
- #: core/lib/wpbc_all_translations.php:338
2186
  msgid "Do you really want to set booking as pending ?"
2187
  msgstr ""
2188
 
2189
- #: core/admin/wpbc-class-listing.php:417 core/admin/wpbc-toolbars.php:953
2190
- #: core/lib/wpbc_all_translations.php:339
2191
  msgid "Reject"
2192
  msgstr ""
2193
 
2194
- #: core/admin/wpbc-class-listing.php:426 core/lib/wpbc_all_translations.php:340
2195
  #: inc/_bs/lib_s.php:333
2196
  msgid "Created"
2197
  msgstr ""
2198
 
2199
  #: core/admin/wpbc-class-timeline.php:77 core/admin/wpbc-class-timeline.php:86
2200
- #: core/lib/wpbc_all_translations.php:341
2201
  msgid "Mon"
2202
  msgstr ""
2203
 
2204
  #: core/admin/wpbc-class-timeline.php:78 core/admin/wpbc-class-timeline.php:87
2205
- #: core/lib/wpbc_all_translations.php:342
2206
  msgid "Tue"
2207
  msgstr ""
2208
 
2209
  #: core/admin/wpbc-class-timeline.php:79 core/admin/wpbc-class-timeline.php:88
2210
- #: core/lib/wpbc_all_translations.php:343
2211
  msgid "Wed"
2212
  msgstr ""
2213
 
2214
  #: core/admin/wpbc-class-timeline.php:80 core/admin/wpbc-class-timeline.php:89
2215
- #: core/lib/wpbc_all_translations.php:344
2216
  msgid "Thu"
2217
  msgstr ""
2218
 
2219
  #: core/admin/wpbc-class-timeline.php:81 core/admin/wpbc-class-timeline.php:90
2220
- #: core/lib/wpbc_all_translations.php:345
2221
  msgid "Fri"
2222
  msgstr ""
2223
 
2224
  #: core/admin/wpbc-class-timeline.php:82 core/admin/wpbc-class-timeline.php:91
2225
- #: core/lib/wpbc_all_translations.php:346
2226
  msgid "Sat"
2227
  msgstr ""
2228
 
2229
  #: core/admin/wpbc-class-timeline.php:83 core/admin/wpbc-class-timeline.php:92
2230
- #: core/lib/wpbc_all_translations.php:347
2231
  msgid "Sun"
2232
  msgstr ""
2233
 
2234
- #: core/admin/wpbc-class-timeline.php:1125 core/admin/wpbc-class-timeline.php:1358
2235
- #: core/lib/wpbc_all_translations.php:348 inc/_ps/wpbc-form-templates.php:153
2236
  msgid "Times"
2237
  msgstr ""
2238
 
2239
- #: core/admin/wpbc-class-timeline.php:2165 core/admin/wpbc-class-timeline.php:2167
2240
- #: core/lib/wpbc_all_translations.php:349 core/wpbc-functions.php:1725 inc/_bs/lib_s.php:42
2241
- #: inc/_bs/lib_s.php:267 inc/_bs/lib_s.php:269 inc/_ps/admin/page-settings-form.php:340
 
2242
  msgid "Payment"
2243
  msgstr ""
2244
 
2245
- #: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:224
2246
- #: core/lib/wpbc_all_translations.php:350 core/lib/wpdev-booking-widget.php:14
2247
- #: core/wpbc-functions.php:1576 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
2248
  #: core/wpbc.php:189
2249
  msgid "Booking Calendar"
2250
  msgstr ""
2251
 
2252
- #: core/admin/wpbc-dashboard.php:303 core/lib/wpbc_all_translations.php:351
2253
  msgid "Support"
2254
  msgstr ""
2255
 
2256
- #: core/admin/wpbc-dashboard.php:307 core/lib/wpbc_all_translations.php:352
2257
  msgid "Getting Started"
2258
  msgstr ""
2259
 
2260
- #: core/admin/wpbc-dashboard.php:311 core/lib/wpbc_all_translations.php:353
2261
  msgid "Help Info"
2262
  msgstr ""
2263
 
2264
- #: core/admin/wpbc-dashboard.php:314 core/admin/wpbc-toolbars.php:432
2265
- #: core/lib/wpbc_all_translations.php:354
2266
  msgid "FAQ"
2267
  msgstr ""
2268
 
2269
- #: core/admin/wpbc-dashboard.php:317 core/lib/wpbc_all_translations.php:355
2270
  msgid "Contact email"
2271
  msgstr ""
2272
 
2273
- #: core/admin/wpbc-dashboard.php:320 core/lib/wpbc_all_translations.php:356
2274
  msgid "Rate plugin (thanks:)"
2275
  msgstr ""
2276
 
2277
- #: core/admin/wpbc-dashboard.php:370 core/class/wpbc-class-welcome.php:1337
2278
- #: core/class/wpbc-class-welcome.php:1786 core/lib/wpbc_all_translations.php:357
2279
- #: inc/_ps/admin/page-settings-up.php:142
2280
- msgid "Purchase"
2281
- msgstr ""
2282
-
2283
- #: core/admin/wpbc-dashboard.php:370 core/admin/wpbc-toolbars.php:435
2284
- #: core/class/wpbc-class-welcome.php:1337 core/class/wpbc-class-welcome.php:1786
2285
- #: core/lib/wpbc_all_translations.php:358 inc/_ps/admin/page-settings-up.php:142
2286
- msgid "Upgrade Now"
2287
- msgstr ""
2288
-
2289
- #: core/admin/wpbc-dashboard.php:385 core/lib/wpbc_all_translations.php:359
2290
  msgid "Current version"
2291
  msgstr ""
2292
 
2293
- #: core/admin/wpbc-dashboard.php:388 core/lib/wpbc_all_translations.php:360
2294
  msgid "Version"
2295
  msgstr ""
2296
 
2297
- #: core/admin/wpbc-dashboard.php:408 core/lib/wpbc_all_translations.php:361
2298
  msgid "Used for"
2299
  msgstr ""
2300
 
2301
- #: core/admin/wpbc-dashboard.php:417 core/lib/wpbc_all_translations.php:362
2302
  msgid "websites"
2303
  msgstr ""
2304
 
2305
- #: core/admin/wpbc-dashboard.php:419 core/lib/wpbc_all_translations.php:363
2306
  msgid "website"
2307
  msgstr ""
2308
 
2309
- #: core/admin/wpbc-dashboard.php:425 core/lib/wpbc_all_translations.php:364
2310
  msgid "Release date"
2311
  msgstr ""
2312
 
2313
- #: core/admin/wpbc-dashboard.php:436 core/lib/wpbc_all_translations.php:365
2314
- #: inc/_ps/admin/page-settings-up.php:36
2315
- msgid "Upgrade"
2316
- msgstr ""
2317
-
2318
- #: core/admin/wpbc-dashboard.php:438 core/lib/wpbc_all_translations.php:366
2319
  msgid "Explore Premium Features"
2320
  msgstr ""
2321
 
2322
- #: core/admin/wpbc-dashboard.php:455 core/lib/wpbc_all_translations.php:367
2323
  msgid "Statistic"
2324
  msgstr ""
2325
 
2326
- #: core/admin/wpbc-dashboard.php:459 core/lib/wpbc_all_translations.php:368
2327
  msgid "New (unverified) booking(s)"
2328
  msgstr ""
2329
 
2330
- #: core/admin/wpbc-dashboard.php:463 core/lib/wpbc_all_translations.php:369
2331
  msgid "Pending booking(s)"
2332
  msgstr ""
2333
 
2334
- #: core/admin/wpbc-dashboard.php:468 core/lib/wpbc_all_translations.php:370
2335
  msgid "Agenda"
2336
  msgstr ""
2337
 
2338
- #: core/admin/wpbc-dashboard.php:472 core/lib/wpbc_all_translations.php:371
2339
  msgid "New booking(s) made today"
2340
  msgstr ""
2341
 
2342
- #: core/admin/wpbc-dashboard.php:476 core/lib/wpbc_all_translations.php:372
2343
  msgid "Bookings for today"
2344
  msgstr ""
2345
 
2346
- #: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2395
2347
- #: core/lib/wpbc_all_translations.php:373
2348
  msgid "Insert booking calendar"
2349
  msgstr ""
2350
 
2351
- #: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2396
2352
- #: core/lib/wpbc_all_translations.php:374
2353
  msgid "Booking calendar"
2354
  msgstr ""
2355
 
2356
- #: core/admin/wpbc-toolbar-tiny.php:222 core/lib/wpbc_all_translations.php:375
2357
  msgid "Insert Shortcode"
2358
  msgstr ""
2359
 
2360
- #: core/admin/wpbc-toolbar-tiny.php:237 core/admin/wpbc-toolbar-tiny.php:691
2361
- #: core/admin/wpbc-toolbar-tiny.php:1192 core/admin/wpbc-toolbar-tiny.php:1608
2362
- #: core/lib/wpbc_all_translations.php:376 inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113
2363
- #: inc/_bm/m-toolbar.php:391
2364
- msgid "Booking Form"
2365
- msgstr ""
2366
-
2367
- #: core/admin/wpbc-toolbar-tiny.php:238 core/lib/wpbc_all_translations.php:377
2368
  msgid "TimeLine"
2369
  msgstr ""
2370
 
2371
- #: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:378
2372
  msgid "Resources Selection"
2373
  msgstr ""
2374
 
2375
- #: core/admin/wpbc-toolbar-tiny.php:243 core/lib/wpbc_all_translations.php:379
2376
- #: core/wpbc-functions.php:1743 inc/_bl/admin/page-search.php:247 inc/_bl/biz_l.php:748
2377
- #: inc/_bl/biz_l.php:761
2378
  msgid "Search"
2379
  msgstr ""
2380
 
2381
- #: core/admin/wpbc-toolbar-tiny.php:244 core/lib/wpbc_all_translations.php:380
2382
  msgid "Only Form"
2383
  msgstr ""
2384
 
2385
- #: core/admin/wpbc-toolbar-tiny.php:247 core/lib/wpbc_all_translations.php:381
2386
- #: inc/_ps/form/class-wpbc-form-help.php:750
2387
  msgid "Other"
2388
  msgstr ""
2389
 
2390
- #: core/admin/wpbc-toolbar-tiny.php:293 core/lib/wpbc_all_translations.php:382
2391
  msgid "Insert into page"
2392
  msgstr ""
2393
 
2394
- #: core/admin/wpbc-toolbar-tiny.php:364 core/admin/wpbc-toolbar-tiny.php:1144
2395
- #: core/lib/wpbc_all_translations.php:384 core/wpbc.php:177 inc/_ps/admin/page-resources.php:39
2396
- #: inc/_ps/p-toolbar.php:684
2397
  msgid "Booking resources"
2398
  msgstr ""
2399
 
2400
- #: core/admin/wpbc-toolbar-tiny.php:365 core/lib/wpbc_all_translations.php:385
2401
  msgid "Select booking resources. Please use CTRL to select multiple booking resources."
2402
  msgstr ""
2403
 
2404
- #: core/admin/wpbc-toolbar-tiny.php:399 core/lib/wpbc_all_translations.php:386
2405
  msgid "View mode"
2406
  msgstr ""
2407
 
2408
- #: core/admin/wpbc-toolbar-tiny.php:400 core/lib/wpbc_all_translations.php:387
2409
  msgid "Select type of view format"
2410
  msgstr ""
2411
 
2412
- #: core/admin/wpbc-toolbar-tiny.php:422 core/admin/wpbc-toolbar-tiny.php:431
2413
- #: core/admin/wpbc-toolbars.php:774 core/lib/wpbc_all_translations.php:388
2414
  msgid "All bookings"
2415
  msgstr ""
2416
 
2417
- #: core/admin/wpbc-toolbar-tiny.php:453 core/lib/wpbc_all_translations.php:389
2418
  msgid "Number of months to scroll"
2419
  msgstr ""
2420
 
2421
- #: core/admin/wpbc-toolbar-tiny.php:454 core/lib/wpbc_all_translations.php:390
2422
  msgid "Select number of months to scroll after loading"
2423
  msgstr ""
2424
 
2425
- #: core/admin/wpbc-toolbar-tiny.php:475 core/lib/wpbc_all_translations.php:391
2426
  msgid "Number of days to scroll"
2427
  msgstr ""
2428
 
2429
- #: core/admin/wpbc-toolbar-tiny.php:476 core/lib/wpbc_all_translations.php:392
2430
  msgid "Select number of days to scroll after loading"
2431
  msgstr ""
2432
 
2433
- #: core/admin/wpbc-toolbar-tiny.php:496 core/admin/wpbc-toolbars.php:1447
2434
- #: core/lib/wpbc_all_translations.php:393
2435
  msgid "Start Date"
2436
  msgstr ""
2437
 
2438
- #: core/admin/wpbc-toolbar-tiny.php:574 core/lib/wpbc_all_translations.php:394
2439
  msgid "Select start date"
2440
  msgstr ""
2441
 
2442
- #: core/admin/wpbc-toolbar-tiny.php:584 core/admin/wpbc-toolbar-tiny.php:1783
2443
- #: core/admin/wpbc-toolbars.php:779 core/lib/wpbc_all_translations.php:395
2444
- #: core/lib/wpdev-booking-widget.php:102
2445
- msgid "Show"
2446
- msgstr ""
2447
-
2448
- #: core/admin/wpbc-toolbar-tiny.php:667 core/admin/wpbc-toolbar-tiny.php:910
2449
- #: core/admin/wpbc-toolbar-tiny.php:1584 core/admin/wpbc-toolbar-tiny.php:1756
2450
- #: core/lib/wpbc_all_translations.php:396 core/lib/wpdev-booking-widget.php:116
2451
- #: inc/_ps/admin/br-table-import-gcal-p.php:169 inc/_ps/p-toolbar.php:884
2452
  #: inc/_ps/wpbc-booking-select-widget.php:153
2453
  msgid "Booking resource"
2454
  msgstr ""
2455
 
2456
- #: core/admin/wpbc-toolbar-tiny.php:668 core/admin/wpbc-toolbar-tiny.php:911
2457
- #: core/admin/wpbc-toolbar-tiny.php:1585 core/admin/wpbc-toolbar-tiny.php:1757
2458
- #: core/lib/wpbc_all_translations.php:397 inc/_ps/admin/br-table-import-gcal-p.php:183
2459
  msgid "Select booking resource"
2460
  msgstr ""
2461
 
2462
- #: core/admin/wpbc-toolbar-tiny.php:692 core/admin/wpbc-toolbar-tiny.php:1193
2463
- #: core/admin/wpbc-toolbar-tiny.php:1609 core/lib/wpbc_all_translations.php:398
2464
  #: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
2465
  msgid "Select default custom booking form"
2466
  msgstr ""
2467
 
2468
- #: core/admin/wpbc-toolbar-tiny.php:703 core/admin/wpbc-toolbar-tiny.php:933
2469
- #: core/admin/wpbc-toolbar-tiny.php:1281 core/admin/wpbc-toolbars.php:1562
2470
- #: core/lib/wpbc_all_translations.php:399 core/lib/wpdev-booking-widget.php:133
2471
  #: inc/_ps/wpbc-booking-select-widget.php:201
2472
  msgid "Visible months"
2473
  msgstr ""
2474
 
2475
- #: core/admin/wpbc-toolbar-tiny.php:704 core/admin/wpbc-toolbar-tiny.php:934
2476
- #: core/admin/wpbc-toolbar-tiny.php:1282 core/lib/wpbc_all_translations.php:400
2477
  msgid "Select number of month to show for calendar."
2478
  msgstr ""
2479
 
2480
- #: core/admin/wpbc-toolbar-tiny.php:724 core/admin/wpbc-toolbar-tiny.php:954
2481
- #: core/admin/wpbc-toolbar-tiny.php:1300 core/lib/wpbc_all_translations.php:401
2482
  msgid "Start month:"
2483
  msgstr ""
2484
 
2485
- #: core/admin/wpbc-toolbar-tiny.php:782 core/admin/wpbc-toolbar-tiny.php:1012
2486
- #: core/admin/wpbc-toolbar-tiny.php:1358 core/lib/wpbc_all_translations.php:402
2487
  msgid "Select start month of calendar"
2488
  msgstr ""
2489
 
2490
- #: core/admin/wpbc-toolbar-tiny.php:789 core/admin/wpbc-toolbar-tiny.php:1019
2491
- #: core/admin/wpbc-toolbar-tiny.php:1251 core/lib/wpbc_all_translations.php:403
2492
  msgid "Show advanced settings"
2493
  msgstr ""
2494
 
2495
- #: core/admin/wpbc-toolbar-tiny.php:790 core/admin/wpbc-toolbar-tiny.php:1020
2496
- #: core/admin/wpbc-toolbar-tiny.php:1252 core/lib/wpbc_all_translations.php:404
2497
  msgid "Hide advanced settings"
2498
  msgstr ""
2499
 
2500
- #: core/admin/wpbc-toolbar-tiny.php:800 core/admin/wpbc-toolbar-tiny.php:1030
2501
- #: core/admin/wpbc-toolbar-tiny.php:1262 core/lib/wpbc_all_translations.php:405
2502
  #, php-format
2503
  msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
2504
  msgstr ""
2505
 
2506
- #: core/admin/wpbc-toolbar-tiny.php:801 core/admin/wpbc-toolbar-tiny.php:1031
2507
- #: core/lib/wpbc_all_translations.php:406
2508
  #, php-format
2509
  msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
2510
  msgstr ""
2511
 
2512
- #: core/admin/wpbc-toolbar-tiny.php:811 core/admin/wpbc-toolbar-tiny.php:1041
2513
- #: core/admin/wpbc-toolbar-tiny.php:1365 core/admin/wpbc-toolbars.php:238
2514
- #: core/lib/wpbc_all_translations.php:407 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
2515
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
2516
  msgid "Options"
2517
  msgstr ""
2518
 
2519
- #: core/admin/wpbc-toolbar-tiny.php:832 core/admin/wpbc-toolbar-tiny.php:1062
2520
- #: core/admin/wpbc-toolbar-tiny.php:1386 core/lib/wpbc_all_translations.php:408
2521
  #, php-format
2522
  msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
2523
  msgstr ""
2524
 
2525
- #: core/admin/wpbc-toolbar-tiny.php:836 core/admin/wpbc-toolbar-tiny.php:1066
2526
- #: core/admin/wpbc-toolbar-tiny.php:1390 core/lib/wpbc_all_translations.php:409
2527
  msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
2528
  msgstr ""
2529
 
2530
- #: core/admin/wpbc-toolbar-tiny.php:837 core/admin/wpbc-toolbar-tiny.php:845
2531
- #: core/admin/wpbc-toolbar-tiny.php:1067 core/admin/wpbc-toolbar-tiny.php:1391
2532
- #: core/lib/wpbc_all_translations.php:410 inc/_bm/admin/page-availability.php:503
2533
  #: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
2534
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:228
2535
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:157
2536
  msgid "Description"
2537
  msgstr ""
2538
 
2539
- #: core/admin/wpbc-toolbar-tiny.php:838 core/admin/wpbc-toolbar-tiny.php:1068
2540
- #: core/admin/wpbc-toolbar-tiny.php:1392 core/lib/wpbc_all_translations.php:411
2541
  msgid ""
2542
  "Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
2543
  "to use percentage for width: 100%)"
2544
  msgstr ""
2545
 
2546
- #: core/admin/wpbc-toolbar-tiny.php:839 core/admin/wpbc-toolbar-tiny.php:847
2547
- #: core/admin/wpbc-toolbar-tiny.php:1069 core/admin/wpbc-toolbar-tiny.php:1393
2548
- #: core/lib/wpbc_all_translations.php:412
2549
  msgid "Code Example"
2550
  msgstr ""
2551
 
2552
- #: core/admin/wpbc-toolbar-tiny.php:844 core/lib/wpbc_all_translations.php:413
2553
  msgid ""
2554
  "Specify that during certain seasons (or days of week), the specific minimum number of days must "
2555
  "be booked. "
2556
  msgstr ""
2557
 
2558
- #: core/admin/wpbc-toolbar-tiny.php:846 core/lib/wpbc_all_translations.php:414
2559
  msgid ""
2560
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
2561
  msgstr ""
2562
 
2563
- #: core/admin/wpbc-toolbar-tiny.php:853 core/lib/wpbc_all_translations.php:415
2564
  #, php-format
2565
  msgid ""
2566
  "Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
2567
  "shortcodes %shere%s"
2568
  msgstr ""
2569
 
2570
- #: core/admin/wpbc-toolbar-tiny.php:876 core/admin/wpbc-toolbar-tiny.php:1091
2571
- #: core/lib/wpbc_all_translations.php:416
2572
  msgid "Aggregate booking dates from other resources"
2573
  msgstr ""
2574
 
2575
- #: core/admin/wpbc-toolbar-tiny.php:877 core/admin/wpbc-toolbar-tiny.php:1092
2576
- #: core/lib/wpbc_all_translations.php:417
2577
  msgid ""
2578
  "Select booking resources, for getting booking dates from them and set such dates as unavailable "
2579
  "in destination calendar."
2580
  msgstr ""
2581
 
2582
- #: core/admin/wpbc-toolbar-tiny.php:1123 core/lib/wpbc_all_translations.php:418
2583
- #: inc/_bl/admin/page-search.php:372 inc/_bl/admin/page-search.php:405
2584
- #: inc/_bm/admin/page-availability.php:246 inc/_bm/admin/page-cost-advanced.php:123
2585
- #: inc/_bm/admin/page-cost-deposit.php:340 inc/_bm/admin/page-cost-rate.php:213
2586
- #: inc/_bm/admin/page-cost.php:225 inc/_ps/admin/page-resources.php:196
2587
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:811
2588
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:825
2589
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:474
2590
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:806
2591
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:357 inc/gateways/sage/wpbc-gw-sage.php:865
 
2592
  msgid "Note!"
2593
  msgstr ""
2594
 
2595
- #: core/admin/wpbc-toolbar-tiny.php:1124 core/lib/wpbc_all_translations.php:419
2596
  #, php-format
2597
  msgid ""
2598
  "This shortcode %s is using for selection of the booking form of specific booking resources in "
2599
  "selectbox"
2600
  msgstr ""
2601
 
2602
- #: core/admin/wpbc-toolbar-tiny.php:1137 core/admin/wpbc-toolbars.php:1610
2603
- #: core/lib/wpbc_all_translations.php:420 inc/_ps/admin/br-table-import-gcal-p.php:172
2604
  #: inc/_ps/wpbc-booking-select-widget.php:163
2605
  msgid "All"
2606
  msgstr ""
2607
 
2608
- #: core/admin/wpbc-toolbar-tiny.php:1146 core/lib/wpbc_all_translations.php:421
2609
  #: inc/_ps/wpbc-booking-select-widget.php:175
2610
  msgid ""
2611
  "Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
2612
  "resources."
2613
  msgstr ""
2614
 
2615
- #: core/admin/wpbc-toolbar-tiny.php:1171 core/lib/wpbc_all_translations.php:422
2616
  #: inc/_ps/wpbc-booking-select-widget.php:181
2617
  msgid "Preselected resource"
2618
  msgstr ""
2619
 
2620
- #: core/admin/wpbc-toolbar-tiny.php:1172 core/lib/wpbc_all_translations.php:423
2621
  msgid "Define preselected resource."
2622
  msgstr ""
2623
 
2624
- #: core/admin/wpbc-toolbar-tiny.php:1197 core/lib/wpbc_all_translations.php:424
2625
- #: inc/_bm/admin/api-settings-m.php:411 inc/_ps/p-toolbar.php:1167
2626
  msgid "Default Form"
2627
  msgstr ""
2628
 
2629
- #: core/admin/wpbc-toolbar-tiny.php:1213 core/admin/wpbc-toolbar-tiny.php:1222
2630
- #: core/lib/wpbc_all_translations.php:425
2631
  msgid "Please select the resource:"
2632
  msgstr ""
2633
 
2634
- #: core/admin/wpbc-toolbar-tiny.php:1214 core/lib/wpbc_all_translations.php:426
2635
  msgid "Title near your select box."
2636
  msgstr ""
2637
 
2638
- #: core/admin/wpbc-toolbar-tiny.php:1231 core/lib/wpbc_all_translations.php:427
2639
  #: inc/_ps/wpbc-booking-select-widget.php:247
2640
  msgid "First option title"
2641
  msgstr ""
2642
 
2643
- #: core/admin/wpbc-toolbar-tiny.php:1232 core/lib/wpbc_all_translations.php:428
2644
- #: inc/_ps/personal.php:520
2645
  msgid "Please Select"
2646
  msgstr ""
2647
 
2648
- #: core/admin/wpbc-toolbar-tiny.php:1233 core/lib/wpbc_all_translations.php:429
2649
  #: inc/_ps/wpbc-booking-select-widget.php:254
2650
  msgid "First option in dropdown list."
2651
  msgstr ""
2652
 
2653
- #: core/admin/wpbc-toolbar-tiny.php:1233 core/lib/wpbc_all_translations.php:430
2654
  #: inc/_ps/wpbc-booking-select-widget.php:256
2655
  msgid "Please leave it empty if you want to skip it."
2656
  msgstr ""
2657
 
2658
- #: core/admin/wpbc-toolbar-tiny.php:1423 core/admin/wpbc-toolbar-tiny.php:1703
2659
- #: core/lib/wpbc_all_translations.php:431
2660
  msgid "Select shortcode to insert"
2661
  msgstr ""
2662
 
2663
- #: core/admin/wpbc-toolbar-tiny.php:1435 core/lib/wpbc_all_translations.php:432
2664
  msgid "Search form"
2665
  msgstr ""
2666
 
2667
- #: core/admin/wpbc-toolbar-tiny.php:1438 core/lib/wpbc_all_translations.php:433
2668
- #: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:615
2669
- #: inc/_bl/wpbc-search-availability.php:630
2670
  msgid "Search results"
2671
  msgstr ""
2672
 
2673
- #: core/admin/wpbc-toolbar-tiny.php:1457 core/lib/wpbc_all_translations.php:434
2674
  msgid "Check this box to show search results on other page"
2675
  msgstr ""
2676
 
2677
- #: core/admin/wpbc-toolbar-tiny.php:1474 core/lib/wpbc_all_translations.php:435
2678
  msgid "URL of search results:"
2679
  msgstr ""
2680
 
2681
- #: core/admin/wpbc-toolbar-tiny.php:1476 core/lib/wpbc_all_translations.php:436
2682
  msgid "Type the URL of search results page."
2683
  msgstr ""
2684
 
2685
- #: core/admin/wpbc-toolbar-tiny.php:1493 core/lib/wpbc_all_translations.php:437
2686
  msgid "Title of Search results:"
2687
  msgstr ""
2688
 
2689
- #: core/admin/wpbc-toolbar-tiny.php:1494 core/admin/wpbc-toolbar-tiny.php:1503
2690
- #: core/lib/wpbc_all_translations.php:438 inc/_bl/wpdev-booking-search-widget.php:79
2691
  msgid "Result(s) Found"
2692
  msgstr ""
2693
 
2694
- #: core/admin/wpbc-toolbar-tiny.php:1495 core/lib/wpbc_all_translations.php:439
2695
  msgid "Type the title of Search results."
2696
  msgstr ""
2697
 
2698
- #: core/admin/wpbc-toolbar-tiny.php:1495 core/lib/wpbc_all_translations.php:440
2699
  msgid "show number of search results"
2700
  msgstr ""
2701
 
2702
- #: core/admin/wpbc-toolbar-tiny.php:1512 core/lib/wpbc_all_translations.php:441
2703
  msgid "Nothing Found Message:"
2704
  msgstr ""
2705
 
2706
- #: core/admin/wpbc-toolbar-tiny.php:1514 core/lib/wpbc_all_translations.php:442
2707
  msgid "Type the message, when nothing found."
2708
  msgstr ""
2709
 
2710
- #: core/admin/wpbc-toolbar-tiny.php:1534 core/lib/wpbc_all_translations.php:443
2711
  msgid "Search only for users:"
2712
  msgstr ""
2713
 
2714
- #: core/admin/wpbc-toolbar-tiny.php:1536 core/lib/wpbc_all_translations.php:444
2715
  msgid ""
2716
  "Type IDs of the users (separated by comma \",\") for searching availability only for these "
2717
  "users, or leave it blank for searching for all users."
2718
  msgstr ""
2719
 
2720
- #: core/admin/wpbc-toolbar-tiny.php:1556 core/lib/wpbc_all_translations.php:445
2721
  #, php-format
2722
  msgid ""
2723
  "This shortcode %s is using for showing the search results at specific page, if the search form "
2724
  "is submit showing the search results at different page"
2725
  msgstr ""
2726
 
2727
- #: core/admin/wpbc-toolbar-tiny.php:1618 core/lib/wpbc_all_translations.php:446
2728
  msgid "date"
2729
  msgstr ""
2730
 
2731
- #: core/admin/wpbc-toolbar-tiny.php:1678 core/lib/wpbc_all_translations.php:447
2732
  msgid "Define date for booking"
2733
  msgstr ""
2734
 
2735
- #: core/admin/wpbc-toolbar-tiny.php:1716 core/lib/wpbc_all_translations.php:448
2736
- #: inc/_ps/p-toolbar.php:204
2737
  msgid "Edit Booking"
2738
  msgstr ""
2739
 
2740
- #: core/admin/wpbc-toolbar-tiny.php:1719 core/lib/wpbc_all_translations.php:449
2741
  msgid "Show info about Booking Resource"
2742
  msgstr ""
2743
 
2744
- #: core/admin/wpbc-toolbar-tiny.php:1735 core/lib/wpbc_all_translations.php:450
2745
  #, php-format
2746
  msgid ""
2747
  "This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
2748
  "%s or make %spayment%s after receiving an admin email payment request"
2749
  msgstr ""
2750
 
2751
- #: core/admin/wpbc-toolbar-tiny.php:1736 core/lib/wpbc_all_translations.php:451
2752
  #, php-format
2753
  msgid ""
2754
  "The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
2755
  "to this page"
2756
  msgstr ""
2757
 
2758
- #: core/admin/wpbc-toolbar-tiny.php:1737 core/lib/wpbc_all_translations.php:452
2759
  #, php-format
2760
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
2761
  msgstr ""
2762
 
2763
- #: core/admin/wpbc-toolbar-tiny.php:1778 core/lib/wpbc_all_translations.php:453
2764
- #: inc/_bl/admin/api-settings-l.php:457 inc/_ps/admin/br-table-export-feeds.php:72
2765
- #: inc/_ps/admin/br-table-import-gcal-p.php:62
2766
  msgid "Capacity"
2767
  msgstr ""
2768
 
2769
- #: core/admin/wpbc-toolbar-tiny.php:1784 core/lib/wpbc_all_translations.php:454
2770
  msgid "Select type of info to show."
2771
  msgstr ""
2772
 
2773
- #: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:455
2774
  msgid "Filters"
2775
  msgstr ""
2776
 
2777
- #: core/admin/wpbc-toolbars.php:345 core/lib/wpbc_all_translations.php:456
2778
  msgid "Expand Advanced Toolbar"
2779
  msgstr ""
2780
 
2781
- #: core/admin/wpbc-toolbars.php:352 core/lib/wpbc_all_translations.php:457
2782
  msgid "Collapse Advanced Toolbar"
2783
  msgstr ""
2784
 
2785
- #: core/admin/wpbc-toolbars.php:370 core/lib/wpbc_all_translations.php:458
2786
  msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
2787
  msgstr ""
2788
 
2789
- #: core/admin/wpbc-toolbars.php:371 core/lib/wpbc_all_translations.php:459
2790
  msgid "Emails sending"
2791
  msgstr ""
2792
 
2793
- #: core/admin/wpbc-toolbars.php:396 core/lib/wpbc_all_translations.php:460
2794
  msgid "Booking ID"
2795
  msgstr ""
2796
 
2797
- #: core/admin/wpbc-toolbars.php:399 core/admin/wpbc-toolbars.php:2130
2798
- #: core/lib/wpbc_all_translations.php:461
2799
  msgid "Go"
2800
  msgstr ""
2801
 
2802
- #: core/admin/wpbc-toolbars.php:429 core/lib/wpbc_all_translations.php:462
2803
- msgid "About Booking Calendar"
2804
  msgstr ""
2805
 
2806
- #: core/admin/wpbc-toolbars.php:433 core/lib/wpbc_all_translations.php:463
2807
- msgid "Technical Support"
2808
  msgstr ""
2809
 
2810
- #: core/admin/wpbc-toolbars.php:500 core/admin/wpbc-toolbars.php:680
2811
- #: core/admin/wpbc-toolbars.php:885 core/admin/wpbc-toolbars.php:1460
2812
- #: core/lib/wpbc_all_translations.php:464 inc/_bs/lib_s.php:84
2813
  msgid "Apply"
2814
  msgstr ""
2815
 
2816
- #: core/admin/wpbc-toolbars.php:501 core/lib/wpbc_all_translations.php:465
2817
  msgid "Refresh booking listing"
2818
  msgstr ""
2819
 
2820
- #: core/admin/wpbc-toolbars.php:515 core/lib/wpbc_all_translations.php:466
2821
  msgid "Reset filter to default values"
2822
  msgstr ""
2823
 
2824
- #: core/admin/wpbc-toolbars.php:541 core/admin/wpbc-toolbars.php:756
2825
- #: core/lib/wpbc_all_translations.php:467
2826
  msgid "Any"
2827
  msgstr ""
2828
 
2829
- #: core/admin/wpbc-toolbars.php:562 core/admin/wpbc-toolbars.php:796
2830
- #: core/lib/wpbc_all_translations.php:468
2831
  msgid "week"
2832
  msgstr ""
2833
 
2834
- #: core/admin/wpbc-toolbars.php:563 core/admin/wpbc-toolbars.php:797
2835
- #: core/lib/wpbc_all_translations.php:469
2836
  msgid "weeks"
2837
  msgstr ""
2838
 
2839
- #: core/admin/wpbc-toolbars.php:564 core/admin/wpbc-toolbars.php:798
2840
- #: core/lib/wpbc_all_translations.php:470
2841
  msgid "month"
2842
  msgstr ""
2843
 
2844
- #: core/admin/wpbc-toolbars.php:565 core/admin/wpbc-toolbars.php:566
2845
- #: core/admin/wpbc-toolbars.php:567 core/admin/wpbc-toolbars.php:799
2846
- #: core/admin/wpbc-toolbars.php:800 core/admin/wpbc-toolbars.php:801
2847
- #: core/lib/wpbc_all_translations.php:471
2848
  msgid "months"
2849
  msgstr ""
2850
 
2851
- #: core/admin/wpbc-toolbars.php:575 core/admin/wpbc-toolbars.php:810
2852
- #: core/lib/wpbc_all_translations.php:472
2853
  msgid "Filter bookings by booking dates"
2854
  msgstr ""
2855
 
2856
- #: core/admin/wpbc-toolbars.php:579 core/lib/wpbc_all_translations.php:473
2857
  msgid "Current dates"
2858
  msgstr ""
2859
 
2860
- #: core/admin/wpbc-toolbars.php:580 core/admin/wpbc-toolbars.php:814
2861
- #: core/lib/wpbc_all_translations.php:474
2862
  msgid "Today"
2863
  msgstr ""
2864
 
2865
- #: core/admin/wpbc-toolbars.php:581 core/lib/wpbc_all_translations.php:475
2866
  msgid "Previous dates"
2867
  msgstr ""
2868
 
2869
- #: core/admin/wpbc-toolbars.php:582 core/admin/wpbc-toolbars.php:815
2870
- #: core/lib/wpbc_all_translations.php:476
2871
  msgid "All dates"
2872
  msgstr ""
2873
 
2874
- #: core/admin/wpbc-toolbars.php:584 core/lib/wpbc_all_translations.php:477
2875
  msgid "Today check in/out"
2876
  msgstr ""
2877
 
2878
- #: core/admin/wpbc-toolbars.php:585 core/lib/wpbc_all_translations.php:478
2879
  msgid "Check In - Tomorrow"
2880
  msgstr ""
2881
 
2882
- #: core/admin/wpbc-toolbars.php:586 core/lib/wpbc_all_translations.php:479
2883
  msgid "Check Out - Tomorrow"
2884
  msgstr ""
2885
 
2886
- #: core/admin/wpbc-toolbars.php:591 core/lib/wpbc_all_translations.php:480
2887
- #: core/wpbc-functions.php:2245
2888
  msgid "Next"
2889
  msgstr ""
2890
 
2891
- #: core/admin/wpbc-toolbars.php:615 core/admin/wpbc-toolbars.php:820
2892
- #: core/lib/wpbc_all_translations.php:481
2893
  msgid "Prior"
2894
  msgstr ""
2895
 
2896
- #: core/admin/wpbc-toolbars.php:655 core/admin/wpbc-toolbars.php:860
2897
- #: core/lib/wpbc_all_translations.php:482
2898
  msgid "Check-in"
2899
  msgstr ""
2900
 
2901
- #: core/admin/wpbc-toolbars.php:667 core/admin/wpbc-toolbars.php:872
2902
- #: core/lib/wpbc_all_translations.php:483
2903
  msgid "Check-out"
2904
  msgstr ""
2905
 
2906
- #: core/admin/wpbc-toolbars.php:739 core/lib/wpbc_all_translations.php:484
2907
  msgid "Order by"
2908
  msgstr ""
2909
 
2910
- #: core/admin/wpbc-toolbars.php:753 core/lib/wpbc_all_translations.php:485
2911
  msgid "Exist"
2912
  msgstr ""
2913
 
2914
- #: core/admin/wpbc-toolbars.php:754 core/lib/wpbc_all_translations.php:486
2915
  msgid "In Trash"
2916
  msgstr ""
2917
 
2918
- #: core/admin/wpbc-toolbars.php:775 core/lib/wpbc_all_translations.php:487
2919
  msgid "New bookings"
2920
  msgstr ""
2921
 
2922
- #: core/admin/wpbc-toolbars.php:812 core/lib/wpbc_all_translations.php:488
2923
  msgid "Creation"
2924
  msgstr ""
2925
 
2926
- #: core/admin/wpbc-toolbars.php:939 core/lib/wpbc_all_translations.php:489
2927
  msgid "Approve selected bookings"
2928
  msgstr ""
2929
 
2930
- #: core/admin/wpbc-toolbars.php:954 core/lib/wpbc_all_translations.php:490
2931
  msgid "Set selected bookings as pending"
2932
  msgstr ""
2933
 
2934
- #: core/admin/wpbc-toolbars.php:984 core/lib/wpbc_all_translations.php:491
2935
  msgid "Move selected bookings to trash"
2936
  msgstr ""
2937
 
2938
- #: core/admin/wpbc-toolbars.php:1001 core/lib/wpbc_all_translations.php:492
2939
  msgid "Restore selected bookings"
2940
  msgstr ""
2941
 
2942
- #: core/admin/wpbc-toolbars.php:1017 core/lib/wpbc_all_translations.php:493
2943
- #: inc/_bl/admin/page-coupons.php:206 inc/_bl/admin/page-coupons.php:212
2944
- #: inc/_bm/admin/page-availability.php:234 inc/_bm/admin/page-availability.php:240
2945
- #: inc/_bm/admin/page-cost-valuation.php:564 inc/_bm/admin/page-cost.php:212
2946
- #: inc/_bm/admin/page-cost.php:221 inc/_bm/admin/page-seasons.php:193
2947
- #: inc/_bm/admin/page-seasons.php:199 inc/_bm/m-toolbar.php:286
2948
- #: inc/_ps/admin/page-resources.php:184 inc/_ps/admin/page-resources.php:190
2949
  msgid "Delete"
2950
  msgstr ""
2951
 
2952
- #: core/admin/wpbc-toolbars.php:1018 core/lib/wpbc_all_translations.php:494
2953
  msgid "Delete selected bookings"
2954
  msgstr ""
2955
 
2956
- #: core/admin/wpbc-toolbars.php:1020 core/lib/wpbc_all_translations.php:495
2957
  #: core/sync/wpbc-gcal-class.php:670
2958
  msgid "Do you really want to delete selected booking(s) ?"
2959
  msgstr ""
2960
 
2961
- #: core/admin/wpbc-toolbars.php:1036 core/lib/wpbc_all_translations.php:496
2962
  msgid "Reason of cancellation"
2963
  msgstr ""
2964
 
2965
- #: core/admin/wpbc-toolbars.php:1059 core/lib/wpbc_all_translations.php:497
2966
  msgid "Read All"
2967
  msgstr ""
2968
 
2969
- #: core/admin/wpbc-toolbars.php:1060 core/lib/wpbc_all_translations.php:498
2970
  msgid "Mark as read all bookings"
2971
  msgstr ""
2972
 
2973
- #: core/admin/wpbc-toolbars.php:1073 core/lib/wpbc_all_translations.php:499
2974
  msgid "Read"
2975
  msgstr ""
2976
 
2977
- #: core/admin/wpbc-toolbars.php:1074 core/lib/wpbc_all_translations.php:500
2978
  msgid "Mark as read selected bookings"
2979
  msgstr ""
2980
 
2981
- #: core/admin/wpbc-toolbars.php:1088 core/lib/wpbc_all_translations.php:501
2982
  msgid "Unread"
2983
  msgstr ""
2984
 
2985
- #: core/admin/wpbc-toolbars.php:1089 core/lib/wpbc_all_translations.php:502
2986
  msgid "Mark as Unread selected bookings"
2987
  msgstr ""
2988
 
2989
- #: core/admin/wpbc-toolbars.php:1138 core/admin/wpbc-toolbars.php:1217
2990
- #: core/lib/wpbc_all_translations.php:503
2991
  msgid "Show month"
2992
  msgstr ""
2993
 
2994
- #: core/admin/wpbc-toolbars.php:1152 core/lib/wpbc_all_translations.php:504
2995
  msgid "Show 3 months"
2996
  msgstr ""
2997
 
2998
- #: core/admin/wpbc-toolbars.php:1166 core/lib/wpbc_all_translations.php:505
2999
  msgid "Show year"
3000
  msgstr ""
3001
 
3002
- #: core/admin/wpbc-toolbars.php:1189 core/lib/wpbc_all_translations.php:506
3003
  msgid "Show day"
3004
  msgstr ""
3005
 
3006
- #: core/admin/wpbc-toolbars.php:1203 core/lib/wpbc_all_translations.php:507
3007
  msgid "Show week"
3008
  msgstr ""
3009
 
3010
- #: core/admin/wpbc-toolbars.php:1231 core/lib/wpbc_all_translations.php:508
3011
  msgid "Show 2 months"
3012
  msgstr ""
3013
 
3014
- #: core/admin/wpbc-toolbars.php:1288 core/admin/wpbc-toolbars.php:1302
3015
- #: core/admin/wpbc-toolbars.php:1349 core/lib/wpbc_all_translations.php:509
3016
  msgid "Previous 4 weeks"
3017
  msgstr ""
3018
 
3019
- #: core/admin/wpbc-toolbars.php:1289 core/admin/wpbc-toolbars.php:1303
3020
- #: core/admin/wpbc-toolbars.php:1350 core/lib/wpbc_all_translations.php:510
3021
  msgid "Previous week"
3022
  msgstr ""
3023
 
3024
- #: core/admin/wpbc-toolbars.php:1290 core/admin/wpbc-toolbars.php:1304
3025
- #: core/admin/wpbc-toolbars.php:1351 core/lib/wpbc_all_translations.php:511
3026
  msgid "Current week"
3027
  msgstr ""
3028
 
3029
- #: core/admin/wpbc-toolbars.php:1291 core/admin/wpbc-toolbars.php:1305
3030
- #: core/admin/wpbc-toolbars.php:1352 core/lib/wpbc_all_translations.php:512
3031
  msgid "Next week"
3032
  msgstr ""
3033
 
3034
- #: core/admin/wpbc-toolbars.php:1292 core/admin/wpbc-toolbars.php:1306
3035
- #: core/admin/wpbc-toolbars.php:1353 core/lib/wpbc_all_translations.php:513
3036
  msgid "Next 4 weeks"
3037
  msgstr ""
3038
 
3039
- #: core/admin/wpbc-toolbars.php:1316 core/admin/wpbc-toolbars.php:1366
3040
- #: core/admin/wpbc-toolbars.php:1381 core/lib/wpbc_all_translations.php:514
3041
  msgid "Previous 3 months"
3042
  msgstr ""
3043
 
3044
- #: core/admin/wpbc-toolbars.php:1317 core/admin/wpbc-toolbars.php:1367
3045
- #: core/admin/wpbc-toolbars.php:1382 core/lib/wpbc_all_translations.php:515
3046
  msgid "Previous month"
3047
  msgstr ""
3048
 
3049
- #: core/admin/wpbc-toolbars.php:1318 core/admin/wpbc-toolbars.php:1368
3050
- #: core/admin/wpbc-toolbars.php:1383 core/lib/wpbc_all_translations.php:516
3051
  msgid "Current month"
3052
  msgstr ""
3053
 
3054
- #: core/admin/wpbc-toolbars.php:1319 core/admin/wpbc-toolbars.php:1369
3055
- #: core/admin/wpbc-toolbars.php:1384 core/lib/wpbc_all_translations.php:517
3056
  msgid "Next month"
3057
  msgstr ""
3058
 
3059
- #: core/admin/wpbc-toolbars.php:1320 core/admin/wpbc-toolbars.php:1370
3060
- #: core/admin/wpbc-toolbars.php:1385 core/lib/wpbc_all_translations.php:518
3061
  msgid "Next 3 months"
3062
  msgstr ""
3063
 
3064
- #: core/admin/wpbc-toolbars.php:1334 core/lib/wpbc_all_translations.php:519
3065
  msgid "Previous 7 days"
3066
  msgstr ""
3067
 
3068
- #: core/admin/wpbc-toolbars.php:1335 core/lib/wpbc_all_translations.php:520
3069
  msgid "Previous day"
3070
  msgstr ""
3071
 
3072
- #: core/admin/wpbc-toolbars.php:1336 core/lib/wpbc_all_translations.php:521
3073
  msgid "Current day"
3074
  msgstr ""
3075
 
3076
- #: core/admin/wpbc-toolbars.php:1337 core/lib/wpbc_all_translations.php:522
3077
  msgid "Next day"
3078
  msgstr ""
3079
 
3080
- #: core/admin/wpbc-toolbars.php:1338 core/lib/wpbc_all_translations.php:523
3081
  msgid "Next 7 days"
3082
  msgstr ""
3083
 
3084
- #: core/admin/wpbc-toolbars.php:1609 core/lib/wpbc_all_translations.php:524
3085
  msgid "Number of months in one row"
3086
  msgstr ""
3087
 
3088
- #: core/admin/wpbc-toolbars.php:1654 core/lib/wpbc_all_translations.php:525
3089
  msgid "Calendar width"
3090
  msgstr ""
3091
 
3092
- #: core/admin/wpbc-toolbars.php:1702 core/lib/wpbc_all_translations.php:526
3093
  msgid "Calendar cell height"
3094
  msgstr ""
3095
 
3096
- #: core/admin/wpbc-toolbars.php:1809 core/admin/wpbc-toolbars.php:1810
3097
- #: core/lib/wpbc_all_translations.php:527
3098
  msgid "Send email notification to customer about this operation"
3099
  msgstr ""
3100
 
3101
- #: core/admin/wpbc-toolbars.php:1842 core/admin/wpbc-toolbars.php:1843
3102
- #: core/lib/wpbc_all_translations.php:528
3103
  msgid "Add to Google Calendar"
3104
  msgstr ""
3105
 
3106
- #: core/admin/wpbc-toolbars.php:2020 core/lib/wpbc_all_translations.php:529
3107
- #: inc/gateways/page-gateways.php:1262 inc/gateways/page-gateways.php:1280
3108
  msgid "Total"
3109
  msgstr ""
3110
 
3111
- #: core/admin/wpbc-toolbars.php:2126 core/lib/wpbc_all_translations.php:530
3112
  msgid "ID or Title"
3113
  msgstr ""
3114
 
3115
- #: core/any/api-emails.php:484 core/lib/wpbc_all_translations.php:531
3116
  msgid "Email copy to"
3117
  msgstr ""
3118
 
3119
- #: core/class/wpbc-class-dismiss.php:22 core/lib/wpbc_all_translations.php:532
3120
- #: core/wpbc-functions.php:2493
3121
  msgid "Dismiss"
3122
  msgstr ""
3123
 
3124
- #: core/class/wpbc-class-notices.php:25 core/lib/wpbc_all_translations.php:533
3125
- #: core/sync/wpbc-gcal.php:398 inc/_bm/admin/page-cost-valuation.php:288 inc/_mu/multiuser.php:728
3126
  msgid "Warning!"
3127
  msgstr ""
3128
 
3129
- #: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:534
3130
  #, php-format
3131
  msgid ""
3132
  "Probabaly you updated your paid version of Booking Calendar by free version or update process "
3133
  "failed. You can request the new update of your paid version at %1sthis page%2s."
3134
  msgstr ""
3135
 
3136
- #: core/class/wpbc-class-notices.php:104 core/lib/wpbc_all_translations.php:535
3137
- #: core/sync/wpbc-gcal-class.php:668 core/wpbc-functions.php:2097
3138
- msgid "Hide"
3139
  msgstr ""
3140
 
3141
- #: core/lib/wpbc-ajax.php:32 core/lib/wpbc-ajax.php:83 core/lib/wpbc_all_translations.php:536
3142
- #: inc/gateways/ideal/wpbc-gw-ideal.php:1100
 
 
 
 
 
3143
  #, php-format
3144
  msgid ""
3145
  "%sError!%s Request do not pass security check! Please refresh the page and try one more time."
3146
  msgstr ""
3147
 
3148
- #: core/lib/wpbc-ajax.php:132 core/lib/wpbc_all_translations.php:537
3149
  msgid "Set as Unread"
3150
  msgstr ""
3151
 
3152
- #: core/lib/wpbc-ajax.php:134 core/lib/wpbc_all_translations.php:538
3153
  msgid "Set as Read"
3154
  msgstr ""
3155
 
3156
- #: core/lib/wpbc-ajax.php:200 core/lib/wpbc_all_translations.php:539
3157
  msgid "Set as Approved"
3158
  msgstr ""
3159
 
3160
- #: core/lib/wpbc-ajax.php:202 core/lib/wpbc_all_translations.php:540
3161
  msgid "Set as Pending"
3162
  msgstr ""
3163
 
3164
- #: core/lib/wpbc-ajax.php:222 core/lib/wpbc-ajax.php:293 core/lib/wpbc_all_translations.php:541
3165
  msgid "Reason for cancellation here"
3166
  msgstr ""
3167
 
3168
- #: core/lib/wpbc-ajax.php:223 core/lib/wpbc-ajax.php:294 core/lib/wpbc_all_translations.php:542
3169
  msgid "Reason of cancellation here"
3170
  msgstr ""
3171
 
3172
- #: core/lib/wpbc-ajax.php:262 core/lib/wpbc_all_translations.php:543
3173
  msgid "Moved to trash"
3174
  msgstr ""
3175
 
3176
- #: core/lib/wpbc-ajax.php:270 core/lib/wpbc_all_translations.php:544
3177
  msgid "Restored"
3178
  msgstr ""
3179
 
3180
- #: core/lib/wpbc-ajax.php:441 core/lib/wpbc_all_translations.php:545 inc/_ps/personal.php:152
3181
  msgid "Saved"
3182
  msgstr ""
3183
 
3184
- #: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:546
3185
  msgid "The code you entered is incorrect"
3186
  msgstr ""
3187
 
3188
- #: core/lib/wpbc-booking-new.php:138 core/lib/wpbc_all_translations.php:547
3189
  msgid "Updating..."
3190
  msgstr ""
3191
 
3192
- #: core/lib/wpbc-booking-new.php:163 core/lib/wpbc_all_translations.php:548
3193
- #: inc/_ps/personal.php:2246 inc/_ps/personal.php:2437
3194
  msgid "Updated successfully"
3195
  msgstr ""
3196
 
3197
- #: core/lib/wpbc-booking-new.php:701 core/lib/wpbc_all_translations.php:549
3198
  msgid "Error!"
3199
  msgstr ""
3200
 
3201
- #: core/lib/wpbc-booking-new.php:702 core/lib/wpbc_all_translations.php:550
3202
  msgid ""
3203
  "Probably these date(s) just was booking by other visitor. Please reload this page and make "
3204
  "booking again."
3205
  msgstr ""
3206
 
3207
- #: core/lib/wpbc_all_translations.php:305
 
 
 
 
3208
  msgid "Google Calendar"
3209
  msgstr ""
3210
 
3211
- #: core/lib/wpbc_all_translations.php:306
3212
  msgid "Events Import"
3213
  msgstr ""
3214
 
3215
- #: core/lib/wpbc_all_translations.php:307
3216
  msgid "Import Settings"
3217
  msgstr ""
3218
 
3219
- #: core/lib/wpbc_all_translations.php:308
3220
  msgid "Customization of synchronization with Google Calendar"
3221
  msgstr ""
3222
 
3223
- #: core/lib/wpbc_all_translations.php:551 core/wpbc-debug.php:122 core/wpbc-emails.php:418
3224
- #: core/wpbc.php:322 core/wpbc.php:363 inc/_bl/admin/page-coupons.php:990
3225
- #: inc/_bl/admin/page-coupons.php:992 inc/_bm/admin/page-availability.php:805
3226
  #: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-rate.php:77
3227
- #: inc/_bm/admin/page-cost-valuation.php:102 inc/_bm/admin/page-seasons.php:815
3228
- #: inc/_bm/admin/page-seasons.php:817 inc/_bs/lib_s.php:340
 
3229
  msgid "Error"
3230
  msgstr ""
3231
 
3232
- #: core/lib/wpbc_all_translations.php:552
3233
  msgid "does not exist"
3234
  msgstr ""
3235
 
3236
- #: core/lib/wpbc_all_translations.php:553 core/lib/wpdev-booking-class.php:493
3237
  msgid "Calendar is loading..."
3238
  msgstr ""
3239
 
3240
- #: core/lib/wpbc_all_translations.php:554 core/lib/wpdev-booking-class.php:675
3241
- #: core/lib/wpdev-booking-class.php:736 inc/_ps/personal.php:822 inc/_ps/personal.php:833
3242
  msgid "Wrong booking hash in URL (probably expired)"
3243
  msgstr ""
3244
 
3245
- #: core/lib/wpbc_all_translations.php:555 core/lib/wpdev-booking-class.php:683
3246
  msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
3247
  msgstr ""
3248
 
3249
- #: core/lib/wpbc_all_translations.php:556 core/lib/wpdev-booking-class.php:855
3250
  #, php-format
3251
  msgid ""
3252
  "%sWarning! Booking calendar for this booking resource are already at the page, please check more "
3253
  "about this issue at %sthis page%s"
3254
  msgstr ""
3255
 
3256
- #: core/lib/wpbc_all_translations.php:557 core/lib/wpdev-booking-class.php:1049
3257
  #: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
3258
  msgid "You need to use special shortcode [bookingedit] for booking editing."
3259
  msgstr ""
3260
 
3261
- #: core/lib/wpbc_all_translations.php:558 core/lib/wpdev-booking-class.php:1178
3262
- #: core/lib/wpdev-booking-class.php:1180
3263
  msgid "Wrong booking hash in URL. Probably hash is expired."
3264
  msgstr ""
3265
 
3266
- #: core/lib/wpbc_all_translations.php:559 core/lib/wpdev-booking-class.php:1184
3267
  msgid "You do not set any parameters for booking editing"
3268
  msgstr ""
3269
 
3270
- #: core/lib/wpbc_all_translations.php:560 core/lib/wpdev-booking-class.php:1186
3271
  #, php-format
3272
  msgid "Please check more about configuration at %sthis page%s"
3273
  msgstr ""
3274
 
3275
- #: core/lib/wpbc_all_translations.php:561 core/lib/wpdev-booking-widget.php:106
3276
  msgid "Booking form with calendar"
3277
  msgstr ""
3278
 
3279
- #: core/lib/wpbc_all_translations.php:562 core/lib/wpdev-booking-widget.php:107
3280
  msgid "Only availability calendar"
3281
  msgstr ""
3282
 
3283
- #: core/lib/wpbc_all_translations.php:563 core/lib/wpdev-booking-widget.php:148
3284
  msgid "Footer"
3285
  msgstr ""
3286
 
3287
- #: core/lib/wpbc_all_translations.php:564 core/lib/wpdev-booking-widget.php:153
3288
  #, php-format
3289
  msgid "Example: %sMake booking here%s"
3290
  msgstr ""
3291
 
3292
- #: core/lib/wpbc_all_translations.php:565 core/lib/wpdev-booking-widget.php:157
3293
  #: inc/_ps/wpbc-booking-select-widget.php:263
3294
  #, php-format
3295
  msgid ""
@@ -3297,103 +3368,103 @@ msgid ""
3297
  "at the same page, then the last will not be visible."
3298
  msgstr ""
3299
 
3300
- #: core/lib/wpbc_all_translations.php:566 core/lib/wpdev-booking-widget.php:161
3301
  #, php-format
3302
  msgid "%sSeveral widgets are supported at %spaid versions%s."
3303
  msgstr ""
3304
 
3305
- #: core/lib/wpbc_all_translations.php:567 core/sync/wpbc-gcal-class.php:300
3306
  msgid "Importing Feed"
3307
  msgstr ""
3308
 
3309
- #: core/lib/wpbc_all_translations.php:568 core/sync/wpbc-gcal-class.php:316
3310
  msgid "Data Parsing"
3311
  msgstr ""
3312
 
3313
- #: core/lib/wpbc_all_translations.php:569 core/sync/wpbc-gcal-class.php:423
3314
  msgid ""
3315
  "Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
3316
  "correct."
3317
  msgstr ""
3318
 
3319
- #: core/lib/wpbc_all_translations.php:570 core/sync/wpbc-gcal-class.php:430
3320
  msgid "The feed could not be found (404). Please ensure your feed URL is correct."
3321
  msgstr ""
3322
 
3323
- #: core/lib/wpbc_all_translations.php:571 core/sync/wpbc-gcal-class.php:433
3324
  msgid ""
3325
  "Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
3326
  "calendar."
3327
  msgstr ""
3328
 
3329
- #: core/lib/wpbc_all_translations.php:572 core/sync/wpbc-gcal-class.php:436
3330
  #, php-format
3331
  msgid ""
3332
  "The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
3333
  msgstr ""
3334
 
3335
- #: core/lib/wpbc_all_translations.php:574 core/sync/wpbc-gcal-class.php:608
3336
  #: core/sync/wpbc-gcal-class.php:658
3337
  msgid "GID"
3338
  msgstr ""
3339
 
3340
- #: core/lib/wpbc_all_translations.php:575 core/sync/wpbc-gcal-class.php:622
3341
  msgid "Selection"
3342
  msgstr ""
3343
 
3344
- #: core/lib/wpbc_all_translations.php:576 core/sync/wpbc-gcal-class.php:636
3345
  msgid "Location:"
3346
  msgstr ""
3347
 
3348
- #: core/lib/wpbc_all_translations.php:577 core/sync/wpbc-gcal-class.php:666
3349
  msgid "Reload page"
3350
  msgstr ""
3351
 
3352
- #: core/lib/wpbc_all_translations.php:578 core/sync/wpbc-gcal-class.php:679
3353
  msgid "Delete selected booking(s)"
3354
  msgstr ""
3355
 
3356
- #: core/lib/wpbc_all_translations.php:579 core/sync/wpbc-gcal.php:279
3357
  msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
3358
  msgstr ""
3359
 
3360
- #: core/lib/wpbc_all_translations.php:580 core/sync/wpbc-gcal.php:399
3361
  msgid "Retrieve Google Calendar Events "
3362
  msgstr ""
3363
 
3364
- #: core/lib/wpbc_all_translations.php:581 core/sync/wpbc-gcal.php:405
3365
  msgid "Please configure settings for import Google Calendar events"
3366
  msgstr ""
3367
 
3368
- #: core/lib/wpbc_all_translations.php:582 core/sync/wpbc-gcal.php:433
3369
  msgid "Configure"
3370
  msgstr ""
3371
 
3372
- #: core/lib/wpbc_all_translations.php:584 core/wpbc-activation.php:564
3373
  #, php-format
3374
  msgid "%s Found %s not indexed bookings %s"
3375
  msgstr ""
3376
 
3377
- #: core/lib/wpbc_all_translations.php:585 core/wpbc-activation.php:579
3378
  #, php-format
3379
  msgid "%s Finish getting sort dates. %s"
3380
  msgstr ""
3381
 
3382
- #: core/lib/wpbc_all_translations.php:586 core/wpbc-activation.php:588
3383
  #, php-format
3384
  msgid "Updated booking: %s"
3385
  msgstr ""
3386
 
3387
- #: core/lib/wpbc_all_translations.php:587 core/wpbc-activation.php:996
3388
  msgid "Booking form"
3389
  msgstr ""
3390
 
3391
- #: core/lib/wpbc_all_translations.php:588 core/wpbc-activation.php:1074
3392
  #: inc/_ps/admin/page-email-edit.php:253
3393
  msgid "The reservation has been modified"
3394
  msgstr ""
3395
 
3396
- #: core/lib/wpbc_all_translations.php:589 core/wpbc-activation.php:1075
3397
  #: inc/_ps/admin/page-email-edit.php:267
3398
  #, php-format
3399
  msgid ""
@@ -3401,23 +3472,23 @@ msgid ""
3401
  "Thank you, %s"
3402
  msgstr ""
3403
 
3404
- #: core/lib/wpbc_all_translations.php:590 core/wpbc-activation.php:1100
3405
- #: inc/_bs/admin/api-settings-s.php:360
3406
  msgid "Booked Times:"
3407
  msgstr ""
3408
 
3409
- #: core/lib/wpbc_all_translations.php:591 core/wpbc-activation.php:1110
3410
  msgid ""
3411
  "This booking canceled because we did not receive payment and the administrator did not approve "
3412
  "it."
3413
  msgstr ""
3414
 
3415
- #: core/lib/wpbc_all_translations.php:592 core/wpbc-activation.php:1137
3416
  #: inc/_bs/admin/page-email-payment.php:257
3417
  msgid "You need to make payment for this reservation"
3418
  msgstr ""
3419
 
3420
- #: core/lib/wpbc_all_translations.php:593 core/wpbc-activation.php:1138
3421
  #: inc/_bs/admin/page-email-payment.php:271
3422
  #, php-format
3423
  msgid ""
@@ -3425,854 +3496,854 @@ msgid ""
3425
  "Thank you, %s"
3426
  msgstr ""
3427
 
3428
- #: core/lib/wpbc_all_translations.php:594 core/wpbc-activation.php:1169
3429
- #: inc/_bm/admin/api-settings-m.php:244
3430
  msgid "Cost: "
3431
  msgstr ""
3432
 
3433
- #: core/lib/wpbc_all_translations.php:595 core/wpbc-activation.php:1200
3434
- #: inc/_bl/admin/api-settings-l.php:73
3435
  msgid "Available: "
3436
  msgstr ""
3437
 
3438
- #: core/lib/wpbc_all_translations.php:596 core/wpbc-emails.php:78
3439
  msgid "Booking system"
3440
  msgstr ""
3441
 
3442
- #: core/lib/wpbc_all_translations.php:597 core/wpbc-emails.php:182
3443
  msgid ""
3444
  "You can use (in subject and content of email template) any shortcodes, which you used in the "
3445
  "booking form. Use the shortcodes in the same way as you used them in the content form at "
3446
  "Settings Fields page."
3447
  msgstr ""
3448
 
3449
- #: core/lib/wpbc_all_translations.php:598 core/wpbc-emails.php:185
3450
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:795
3451
  msgid "You can use following shortcodes in content of this template"
3452
  msgstr ""
3453
 
3454
- #: core/lib/wpbc_all_translations.php:599 core/wpbc-emails.php:189
3455
- #: inc/gateways/page-gateways.php:924
3456
  #, php-format
3457
  msgid ""
3458
  "%s - inserting data info about the booking, which you configured in the content form at Settings "
3459
  "Fields page"
3460
  msgstr ""
3461
 
3462
- #: core/lib/wpbc_all_translations.php:600 core/wpbc-emails.php:191
3463
  #, php-format
3464
  msgid "%s - inserting data info about the booking"
3465
  msgstr ""
3466
 
3467
- #: core/lib/wpbc_all_translations.php:601 core/wpbc-emails.php:195
3468
  #, php-format
3469
  msgid "%s - inserting the dates of booking"
3470
  msgstr ""
3471
 
3472
- #: core/lib/wpbc_all_translations.php:602 core/wpbc-emails.php:199
3473
  #, php-format
3474
  msgid "%s - inserting check-in date (first day of reservation),"
3475
  msgstr ""
3476
 
3477
- #: core/lib/wpbc_all_translations.php:603 core/wpbc-emails.php:203 core/wpbc-emails.php:204
3478
  #, php-format
3479
  msgid "%s - inserting check-out date (last day of reservation),"
3480
  msgstr ""
3481
 
3482
- #: core/lib/wpbc_all_translations.php:604 core/wpbc-emails.php:209
3483
  #, php-format
3484
  msgid "%s - inserting the number of booking dates "
3485
  msgstr ""
3486
 
3487
- #: core/lib/wpbc_all_translations.php:605 core/wpbc-emails.php:215
3488
  #, php-format
3489
  msgid "%s - inserting ID of booking "
3490
  msgstr ""
3491
 
3492
- #: core/lib/wpbc_all_translations.php:606 core/wpbc-emails.php:220
3493
  #, php-format
3494
  msgid "%s or %s - inserting the title of the booking resource "
3495
  msgstr ""
3496
 
3497
- #: core/lib/wpbc_all_translations.php:607 core/wpbc-emails.php:226
3498
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
3499
  #, php-format
3500
  msgid "%s - inserting the cost of booking "
3501
  msgstr ""
3502
 
3503
- #: core/lib/wpbc_all_translations.php:608 core/wpbc-emails.php:232
3504
  #, php-format
3505
  msgid "%s - inserting your site URL "
3506
  msgstr ""
3507
 
3508
- #: core/lib/wpbc_all_translations.php:609 core/wpbc-emails.php:235
3509
  #, php-format
3510
  msgid "%s - inserting IP address of the user who made this action "
3511
  msgstr ""
3512
 
3513
- #: core/lib/wpbc_all_translations.php:610 core/wpbc-emails.php:236
3514
  #, php-format
3515
  msgid ""
3516
  "%s - inserting contents of the User-Agent: header from the current request, if there is one "
3517
  msgstr ""
3518
 
3519
- #: core/lib/wpbc_all_translations.php:611 core/wpbc-emails.php:237
3520
  #, php-format
3521
  msgid "%s - inserting address of the page (if any), where visitor make this action "
3522
  msgstr ""
3523
 
3524
- #: core/lib/wpbc_all_translations.php:612 core/wpbc-emails.php:238
3525
  #, php-format
3526
  msgid "%s - inserting date of this action "
3527
  msgstr ""
3528
 
3529
- #: core/lib/wpbc_all_translations.php:613 core/wpbc-emails.php:239
3530
  #, php-format
3531
  msgid "%s - inserting time of this action "
3532
  msgstr ""
3533
 
3534
- #: core/lib/wpbc_all_translations.php:614 core/wpbc-emails.php:244
3535
  #, php-format
3536
  msgid "%s - inserting moderate link of new booking "
3537
  msgstr ""
3538
 
3539
- #: core/lib/wpbc_all_translations.php:615 core/wpbc-emails.php:251
3540
  #, php-format
3541
  msgid ""
3542
  "%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
3543
  "parameter for setting different %s of this page. Example: %s )"
3544
  msgstr ""
3545
 
3546
- #: core/lib/wpbc_all_translations.php:616 core/wpbc-emails.php:255
3547
  #, php-format
3548
  msgid ""
3549
  "%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
3550
  "%s parameter for setting different %s of this page. Example: %s )"
3551
  msgstr ""
3552
 
3553
- #: core/lib/wpbc_all_translations.php:617 core/wpbc-emails.php:260
3554
  #, php-format
3555
  msgid ""
3556
  "%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
3557
  "the %s parameter for setting different %s of this page. Example: %s )"
3558
  msgstr ""
3559
 
3560
- #: core/lib/wpbc_all_translations.php:618 core/wpbc-emails.php:264
3561
  #, php-format
3562
  msgid "%s - add the reason for booking payment, you can enter it before sending email, "
3563
  msgstr ""
3564
 
3565
- #: core/lib/wpbc_all_translations.php:619 core/wpbc-emails.php:270
3566
  #, php-format
3567
  msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
3568
  msgstr ""
3569
 
3570
- #: core/lib/wpbc_all_translations.php:620 core/wpbc-emails.php:278 core/wpbc-translation.php:249
3571
  msgid "Configuration in several languages"
3572
  msgstr ""
3573
 
3574
- #: core/lib/wpbc_all_translations.php:621 core/wpbc-emails.php:279 core/wpbc-translation.php:250
3575
  #, php-format
3576
  msgid "%s - start new translation section, where %s - locale of translation"
3577
  msgstr ""
3578
 
3579
- #: core/lib/wpbc_all_translations.php:622 core/wpbc-emails.php:280 core/wpbc-translation.php:251
3580
  #, php-format
3581
  msgid "Example #1: %s - start French translation section"
3582
  msgstr ""
3583
 
3584
- #: core/lib/wpbc_all_translations.php:623 core/wpbc-emails.php:281 core/wpbc-translation.php:252
3585
  #, php-format
3586
  msgid "Example #2: \"%s\" - English and French translation of some message"
3587
  msgstr ""
3588
 
3589
- #: core/lib/wpbc_all_translations.php:624 core/wpbc-functions.php:756 inc/_bm/biz_m.php:1901
3590
  msgid "yes"
3591
  msgstr ""
3592
 
3593
- #: core/lib/wpbc_all_translations.php:625 core/wpbc-functions.php:760
3594
  msgid "no"
3595
  msgstr ""
3596
 
3597
- #: core/lib/wpbc_all_translations.php:626 core/wpbc-functions.php:1653
3598
- #: inc/_bm/admin/page-cost.php:47 inc/_bm/admin/page-cost.php:556
3599
  msgid "Costs and Rates"
3600
  msgstr ""
3601
 
3602
- #: core/lib/wpbc_all_translations.php:627 core/wpbc-functions.php:1662
3603
- #: inc/_bm/admin/page-cost-advanced.php:42 inc/_bm/admin/page-cost-advanced.php:147
3604
- #: inc/gateways/page-gateways.php:90
3605
  msgid "Advanced Cost"
3606
  msgstr ""
3607
 
3608
- #: core/lib/wpbc_all_translations.php:628 core/wpbc-functions.php:1671
3609
- #: inc/_bl/admin/page-coupons.php:44 inc/_bl/admin/page-coupons.php:46
3610
  msgid "Coupons"
3611
  msgstr ""
3612
 
3613
- #: core/lib/wpbc_all_translations.php:629 core/wpbc-functions.php:1689
3614
  #: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
3615
  msgid "Season Filters"
3616
  msgstr ""
3617
 
3618
- #: core/lib/wpbc_all_translations.php:630 core/wpbc-functions.php:1851
3619
  msgid "Warning! Some error occur, during sending registration request."
3620
  msgstr ""
3621
 
3622
- #: core/lib/wpbc_all_translations.php:631 core/wpbc-functions.php:1856
3623
  msgid ""
3624
  "Please refresh this page and if the same error appear again contact support by email (with info "
3625
  "about order number and website) for finishing the registrations"
3626
  msgstr ""
3627
 
3628
- #: core/lib/wpbc_all_translations.php:632 core/wpbc-functions.php:1884
3629
  #, php-format
3630
  msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
3631
  msgstr ""
3632
 
3633
- #: core/lib/wpbc_all_translations.php:633 core/wpbc-functions.php:2048
3634
  msgid "Changes saved."
3635
  msgstr ""
3636
 
3637
- #: core/lib/wpbc_all_translations.php:634 core/wpbc-functions.php:2151
3638
  msgid "Click to toggle"
3639
  msgstr ""
3640
 
3641
- #: core/lib/wpbc_all_translations.php:635 core/wpbc-functions.php:2212
3642
  msgid "Prev"
3643
  msgstr ""
3644
 
3645
- #: core/lib/wpbc_all_translations.php:636 core/wpbc-functions.php:2512
3646
  msgid "We&#8217;ve assembled some links to get you started:"
3647
  msgstr ""
3648
 
3649
- #: core/lib/wpbc_all_translations.php:637 core/wpbc-functions.php:2515
3650
  msgid "Get Started"
3651
  msgstr ""
3652
 
3653
- #: core/lib/wpbc_all_translations.php:638 core/wpbc-functions.php:2518
3654
  #, php-format
3655
  msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
3656
  msgstr ""
3657
 
3658
- #: core/lib/wpbc_all_translations.php:639 core/wpbc-functions.php:2527
3659
  #, php-format
3660
  msgid "or add booking calendar %sWidget%s to your sidebar."
3661
  msgstr ""
3662
 
3663
- #: core/lib/wpbc_all_translations.php:640 core/wpbc-functions.php:2533
3664
  #, php-format
3665
  msgid "Check %show todo%s that and what %sshortcodes%s are available."
3666
  msgstr ""
3667
 
3668
- #: core/lib/wpbc_all_translations.php:641 core/wpbc-functions.php:2540
3669
  #, php-format
3670
  msgid "Add new booking from your post/page or from %sAdmin Panel%s."
3671
  msgstr ""
3672
 
3673
- #: core/lib/wpbc_all_translations.php:642 core/wpbc-functions.php:2546
3674
  msgid "Next Steps"
3675
  msgstr ""
3676
 
3677
- #: core/lib/wpbc_all_translations.php:643 core/wpbc-functions.php:2549
3678
  #, php-format
3679
  msgid "Check %sBooking Listing%s page for new bookings."
3680
  msgstr ""
3681
 
3682
- #: core/lib/wpbc_all_translations.php:644 core/wpbc-functions.php:2554
3683
  #, php-format
3684
  msgid "Configure booking %sSettings%s."
3685
  msgstr ""
3686
 
3687
- #: core/lib/wpbc_all_translations.php:645 core/wpbc-functions.php:2558
3688
  #, php-format
3689
  msgid "Configure predefined set of your %sForm Fields%s."
3690
  msgstr ""
3691
 
3692
- #: core/lib/wpbc_all_translations.php:646 core/wpbc-functions.php:2562
3693
  #, php-format
3694
  msgid "Configure your predefined %sEmail Templates%s."
3695
  msgstr ""
3696
 
3697
- #: core/lib/wpbc_all_translations.php:647 core/wpbc-functions.php:2568
3698
  msgid "Have a questions?"
3699
  msgstr ""
3700
 
3701
- #: core/lib/wpbc_all_translations.php:648 core/wpbc-functions.php:2571
3702
  #, php-format
3703
  msgid "Check out our %sHelp%s"
3704
  msgstr ""
3705
 
3706
- #: core/lib/wpbc_all_translations.php:649 core/wpbc-functions.php:2576
3707
  #, php-format
3708
  msgid "See %sFAQ%s."
3709
  msgstr ""
3710
 
3711
- #: core/lib/wpbc_all_translations.php:650 core/wpbc-functions.php:2581
3712
  #, php-format
3713
  msgid "Still having questions? Contact %sSupport%s."
3714
  msgstr ""
3715
 
3716
- #: core/lib/wpbc_all_translations.php:651 core/wpbc-functions.php:2589
3717
  #, php-format
3718
  msgid "Need even more functionality? Check %s higher versions %s"
3719
  msgstr ""
3720
 
3721
- #: core/lib/wpbc_all_translations.php:652 core/wpbc-js.php:109
3722
  msgid "This field is required"
3723
  msgstr ""
3724
 
3725
- #: core/lib/wpbc_all_translations.php:653 core/wpbc-js.php:110
3726
  msgid "This checkbox must be checked"
3727
  msgstr ""
3728
 
3729
- #: core/lib/wpbc_all_translations.php:654 core/wpbc-js.php:111
3730
  msgid "At least one option must be selected"
3731
  msgstr ""
3732
 
3733
- #: core/lib/wpbc_all_translations.php:655 core/wpbc-js.php:112
3734
  msgid "Incorrect email field"
3735
  msgstr ""
3736
 
3737
- #: core/lib/wpbc_all_translations.php:656 core/wpbc-js.php:113
3738
  msgid "Your emails do not match"
3739
  msgstr ""
3740
 
3741
- #: core/lib/wpbc_all_translations.php:657 core/wpbc-js.php:114
3742
  msgid "Please, select booking date(s) at Calendar."
3743
  msgstr ""
3744
 
3745
- #: core/lib/wpbc_all_translations.php:658 core/wpbc-js.php:123 inc/_ps/personal.php:260
3746
  msgid "Processing"
3747
  msgstr ""
3748
 
3749
- #: core/lib/wpbc_all_translations.php:659 core/wpbc-js.php:124
3750
  msgid "Deleting"
3751
  msgstr ""
3752
 
3753
- #: core/lib/wpbc_all_translations.php:660 core/wpbc-js.php:125
3754
  msgid "Updating"
3755
  msgstr ""
3756
 
3757
- #: core/lib/wpbc_all_translations.php:661 core/wpbc-js.php:126
3758
  msgid "Saving"
3759
  msgstr ""
3760
 
3761
- #: core/lib/wpbc_all_translations.php:662 core/wpbc.php:97
3762
  msgid "Booking"
3763
  msgstr ""
3764
 
3765
- #: core/lib/wpbc_all_translations.php:663 core/wpbc.php:269 core/wpbc.php:276
3766
  msgid "Action is not allowed!"
3767
  msgstr ""
3768
 
3769
- #: core/lib/wpbc_all_translations.php:664 inc/_bl/admin/activation-l.php:117
3770
  #: inc/_bl/admin/activation-l.php:121 inc/_bl/admin/activation-l.php:157
3771
- #: inc/_bl/admin/page-search.php:613 inc/_bm/admin/api-settings-m.php:457 inc/_bm/m-toolbar.php:62
3772
- #: inc/_bm/m-toolbar.php:403 inc/_ps/admin/page-settings-form.php:316
3773
  #: inc/_ps/wpbc-booking-select-widget.php:230
3774
  msgid "Standard"
3775
  msgstr ""
3776
 
3777
- #: core/lib/wpbc_all_translations.php:665 inc/_bl/admin/activation-l.php:118
3778
  #: inc/_bl/admin/activation-l.php:122 inc/_bl/admin/activation-l.php:147
3779
  #: inc/_bl/admin/activation-l.php:148 inc/_bl/admin/activation-l.php:158
3780
  msgid "Superior"
3781
  msgstr ""
3782
 
3783
- #: core/lib/wpbc_all_translations.php:666 inc/_bl/admin/activation-l.php:118
3784
  #: inc/_bs/admin/activation-s.php:93
3785
  msgid "Resource #1"
3786
  msgstr ""
3787
 
3788
- #: core/lib/wpbc_all_translations.php:667 inc/_bl/admin/activation-l.php:119
3789
  #: inc/_bl/admin/activation-l.php:123
3790
  msgid "Presidential Suite"
3791
  msgstr ""
3792
 
3793
- #: core/lib/wpbc_all_translations.php:668 inc/_bl/admin/activation-l.php:119
3794
  #: inc/_bs/admin/activation-s.php:94
3795
  msgid "Resource #2"
3796
  msgstr ""
3797
 
3798
- #: core/lib/wpbc_all_translations.php:669 inc/_bl/admin/activation-l.php:120
3799
  #: inc/_bl/admin/activation-l.php:124 inc/_mu/admin/activation-u.php:83
3800
  msgid "Royal Villa"
3801
  msgstr ""
3802
 
3803
- #: core/lib/wpbc_all_translations.php:670 inc/_bl/admin/activation-l.php:120
3804
  #: inc/_bs/admin/activation-s.php:95
3805
  msgid "Resource #3"
3806
  msgstr ""
3807
 
3808
- #: core/lib/wpbc_all_translations.php:671 inc/_bl/admin/api-settings-l.php:33
3809
  msgid ""
3810
  "Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
3811
  "for search results"
3812
  msgstr ""
3813
 
3814
- #: core/lib/wpbc_all_translations.php:672 inc/_bl/admin/api-settings-l.php:42
3815
  msgid ""
3816
  "Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
3817
  "1 search results"
3818
  msgstr ""
3819
 
3820
- #: core/lib/wpbc_all_translations.php:673 inc/_bl/admin/api-settings-l.php:64
3821
  msgid "Show availability in tooltip"
3822
  msgstr ""
3823
 
3824
- #: core/lib/wpbc_all_translations.php:674 inc/_bl/admin/api-settings-l.php:65
3825
  msgid ""
3826
  "Check this box to display the available number of booking resources with a tooltip, when mouse "
3827
  "hovers over each day on the calendar(s)."
3828
  msgstr ""
3829
 
3830
- #: core/lib/wpbc_all_translations.php:675 inc/_bl/admin/api-settings-l.php:74
3831
  msgid "Availability Title"
3832
  msgstr ""
3833
 
3834
- #: core/lib/wpbc_all_translations.php:676 inc/_bl/admin/api-settings-l.php:75
3835
  #, php-format
3836
  msgid "Type your %savailability%s description"
3837
  msgstr ""
3838
 
3839
- #: core/lib/wpbc_all_translations.php:677 inc/_bl/admin/api-settings-l.php:98
3840
  msgid "Use pending days as available"
3841
  msgstr ""
3842
 
3843
- #: core/lib/wpbc_all_translations.php:678 inc/_bl/admin/api-settings-l.php:99
3844
  msgid "Check this box if you want to show the pending days as available in calendars"
3845
  msgstr ""
3846
 
3847
- #: core/lib/wpbc_all_translations.php:679 inc/_bl/admin/api-settings-l.php:107
3848
- #: inc/_bs/admin/api-settings-s.php:467
3849
  msgid "Auto-cancel bookings"
3850
  msgstr ""
3851
 
3852
- #: core/lib/wpbc_all_translations.php:680 inc/_bl/admin/api-settings-l.php:108
3853
- #: inc/_bl/admin/api-settings-l.php:128
3854
  msgid ""
3855
  "Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
3856
  "date(s)"
3857
  msgstr ""
3858
 
3859
- #: core/lib/wpbc_all_translations.php:681 inc/_bl/admin/api-settings-l.php:126
3860
- #: inc/_bl/admin/api-settings-l.php:284
3861
  msgid ""
3862
  "Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
3863
  "booking resource as an approved booking for the dates, which are intersect with dates of "
3864
  "approved booking, will be automatically canceled!"
3865
  msgstr ""
3866
 
3867
- #: core/lib/wpbc_all_translations.php:682 inc/_bl/admin/api-settings-l.php:156
3868
  msgid "Set capacity based on number of visitors"
3869
  msgstr ""
3870
 
3871
- #: core/lib/wpbc_all_translations.php:683 inc/_bl/admin/api-settings-l.php:157
3872
  msgid ""
3873
  "Check this box if you want total availability (daily capacity) to depend on the number of "
3874
  "selected visitors."
3875
  msgstr ""
3876
 
3877
- #: core/lib/wpbc_all_translations.php:685 inc/_bl/admin/api-settings-l.php:158
3878
- #: inc/_ps/admin/api-settings-p.php:167
3879
  #, php-format
3880
  msgid "Please read more info about configuration of this parameter %shere%s"
3881
  msgstr ""
3882
 
3883
- #: core/lib/wpbc_all_translations.php:686 inc/_bl/admin/api-settings-l.php:173
3884
  msgid ""
3885
  "Add tooltip on calendar(s) to show availability based on the number of available booking "
3886
  "resource items remaining for each day."
3887
  msgstr ""
3888
 
3889
- #: core/lib/wpbc_all_translations.php:687 inc/_bl/admin/api-settings-l.php:176
3890
  #, php-format
3891
  msgid ""
3892
  "Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
3893
  "of visitors specified on the booking form."
3894
  msgstr ""
3895
 
3896
- #: core/lib/wpbc_all_translations.php:688 inc/_bl/admin/api-settings-l.php:179
3897
  msgid ""
3898
  "Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
3899
  "for the resource, which can be at free booking resource items."
3900
  msgstr ""
3901
 
3902
- #: core/lib/wpbc_all_translations.php:689 inc/_bl/admin/api-settings-l.php:182
3903
  #, php-format
3904
  msgid ""
3905
  "Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
3906
  "visitors specified on the booking form."
3907
  msgstr ""
3908
 
3909
- #: core/lib/wpbc_all_translations.php:690 inc/_bl/admin/api-settings-l.php:210
3910
  msgid "Disable bookings in different booking resources"
3911
  msgstr ""
3912
 
3913
- #: core/lib/wpbc_all_translations.php:691 inc/_bl/admin/api-settings-l.php:211
3914
  msgid ""
3915
  "Check this box to dissable reservations, which can be stored in different booking resources."
3916
  msgstr ""
3917
 
3918
- #: core/lib/wpbc_all_translations.php:692 inc/_bl/admin/api-settings-l.php:212
3919
  msgid ""
3920
  "When checked, all reserved days must be at same booking resource otherwise error message will "
3921
  "show."
3922
  msgstr ""
3923
 
3924
- #: core/lib/wpbc_all_translations.php:693 inc/_bl/admin/api-settings-l.php:331
3925
- #: inc/_ps/p-toolbar.php:1158
3926
  msgid "Parent"
3927
  msgstr ""
3928
 
3929
- #: core/lib/wpbc_all_translations.php:694 inc/_bl/admin/api-settings-l.php:337
3930
- #: inc/_ps/p-toolbar.php:1176
3931
  msgid "Priority"
3932
  msgstr ""
3933
 
3934
- #: core/lib/wpbc_all_translations.php:695 inc/_bl/admin/api-settings-l.php:344
3935
  msgid "Max visitors"
3936
  msgstr ""
3937
 
3938
- #: core/lib/wpbc_all_translations.php:696 inc/_bl/admin/api-settings-l.php:461
3939
  msgid "Single"
3940
  msgstr ""
3941
 
3942
- #: core/lib/wpbc_all_translations.php:697 inc/_bl/admin/api-settings-l.php:463
3943
  msgid "Child"
3944
  msgstr ""
3945
 
3946
- #: core/lib/wpbc_all_translations.php:698 inc/_bl/admin/page-coupons.php:45
3947
  msgid "Setting coupons for discount"
3948
  msgstr ""
3949
 
3950
- #: core/lib/wpbc_all_translations.php:699 inc/_bl/admin/page-coupons.php:121
3951
- #: inc/_bm/m-toolbar.php:589 inc/_bm/m-toolbar.php:591
3952
  msgid "Create dates filter"
3953
  msgstr ""
3954
 
3955
- #: core/lib/wpbc_all_translations.php:700 inc/_bl/admin/page-coupons.php:123
3956
- #: inc/_bl/admin/page-coupons.php:858
3957
  msgid "Add New Discount Coupon"
3958
  msgstr ""
3959
 
3960
- #: core/lib/wpbc_all_translations.php:701 inc/_bl/admin/page-coupons.php:204
3961
- #: inc/_bm/admin/page-availability.php:232 inc/_bm/admin/page-cost.php:207
3962
- #: inc/_bm/admin/page-seasons.php:191 inc/_ps/admin/page-resources.php:182
3963
  msgid "Bulk Actions"
3964
  msgstr ""
3965
 
3966
- #: core/lib/wpbc_all_translations.php:702 inc/_bl/admin/page-coupons.php:494
3967
- #: inc/_bl/admin/page-coupons.php:1154
3968
  msgid "Coupon Code"
3969
  msgstr ""
3970
 
3971
- #: core/lib/wpbc_all_translations.php:703 inc/_bl/admin/page-coupons.php:500
3972
- #: inc/_bl/admin/page-coupons.php:1169 inc/_bl/admin/page-coupons.php:1176
3973
  msgid "Savings"
3974
  msgstr ""
3975
 
3976
- #: core/lib/wpbc_all_translations.php:704 inc/_bl/admin/page-coupons.php:506
3977
  msgid "Minimum Cost"
3978
  msgstr ""
3979
 
3980
- #: core/lib/wpbc_all_translations.php:705 inc/_bl/admin/page-coupons.php:513
3981
  msgid "Expiration"
3982
  msgstr ""
3983
 
3984
- #: core/lib/wpbc_all_translations.php:706 inc/_bl/admin/page-coupons.php:522
3985
  msgid "Number of usage"
3986
  msgstr ""
3987
 
3988
- #: core/lib/wpbc_all_translations.php:707 inc/_bl/admin/page-coupons.php:573
3989
- #: inc/_bm/admin/page-availability.php:563 inc/_bm/admin/page-availability.php:1045
3990
- #: inc/_bm/admin/page-cost-rate.php:254 inc/_bm/admin/page-cost-valuation.php:413
3991
- #: inc/_bm/admin/page-cost.php:617 inc/_bm/admin/page-seasons.php:555
3992
- #: inc/_mu/admin/page-users.php:492 inc/_ps/admin/br-table-export-feeds.php:31
3993
- #: inc/_ps/admin/br-table-import-gcal-p.php:29 inc/_ps/admin/page-resources.php:506
3994
  msgid "Select Booking Resource"
3995
  msgstr ""
3996
 
3997
- #: core/lib/wpbc_all_translations.php:708 inc/_bl/admin/page-coupons.php:764
3998
- #: inc/_bl/admin/page-coupons.php:1380 inc/_ps/admin/api-settings-p.php:28
3999
- #: inc/_ps/p-toolbar.php:670
4000
  msgid "All resources"
4001
  msgstr ""
4002
 
4003
- #: core/lib/wpbc_all_translations.php:709 inc/_bl/admin/page-coupons.php:980
4004
- #: inc/_ps/wpbc-form-templates.php:123 inc/_ps/wpbc-form-templates.php:194
4005
  msgid "Coupon"
4006
  msgstr ""
4007
 
4008
- #: core/lib/wpbc_all_translations.php:710 inc/_bl/admin/page-coupons.php:1155
4009
  msgid "Enter coupon code."
4010
  msgstr ""
4011
 
4012
- #: core/lib/wpbc_all_translations.php:711 inc/_bl/admin/page-coupons.php:1216
4013
  msgid "Enter number of fixed or percentage savings."
4014
  msgstr ""
4015
 
4016
- #: core/lib/wpbc_all_translations.php:712 inc/_bl/admin/page-coupons.php:1219
4017
  msgid "Expiration Date"
4018
  msgstr ""
4019
 
4020
- #: core/lib/wpbc_all_translations.php:713 inc/_bl/admin/page-coupons.php:1295
4021
  msgid "Select Expiration Date of the coupon."
4022
  msgstr ""
4023
 
4024
- #: core/lib/wpbc_all_translations.php:714 inc/_bl/admin/page-coupons.php:1302
4025
  msgid "Minimum Booking Cost"
4026
  msgstr ""
4027
 
4028
- #: core/lib/wpbc_all_translations.php:715 inc/_bl/admin/page-coupons.php:1303
4029
  msgid "Enter minimum booking cost, when coupon is applicable."
4030
  msgstr ""
4031
 
4032
- #: core/lib/wpbc_all_translations.php:716 inc/_bl/admin/page-coupons.php:1320
4033
  msgid "Maximum number of usage"
4034
  msgstr ""
4035
 
4036
- #: core/lib/wpbc_all_translations.php:717 inc/_bl/admin/page-coupons.php:1321
4037
  msgid "Enter maximum number of times, when coupon is applicable."
4038
  msgstr ""
4039
 
4040
- #: core/lib/wpbc_all_translations.php:718 inc/_bl/admin/page-coupons.php:1344
4041
  msgid "Select booking resources, where is possible to apply this coupon code."
4042
  msgstr ""
4043
 
4044
- #: core/lib/wpbc_all_translations.php:719 inc/_bl/admin/page-coupons.php:1362
4045
- #: inc/_bm/admin/page-seasons.php:1206 inc/_bm/admin/page-seasons.php:1422
4046
- #: inc/_ps/p-toolbar.php:1103
4047
  msgid "Add New"
4048
  msgstr ""
4049
 
4050
- #: core/lib/wpbc_all_translations.php:720 inc/_bl/admin/page-search.php:74
4051
- #: inc/_bl/admin/page-search.php:113 inc/_ps/admin/page-settings-form.php:582
4052
- #: inc/gateways/page-gateways.php:923
4053
  msgid "Use these shortcodes for customization: "
4054
  msgstr ""
4055
 
4056
- #: core/lib/wpbc_all_translations.php:721 inc/_bl/admin/page-search.php:75
4057
  #, php-format
4058
  msgid "%s - search inside posts/pages which are part of this category, "
4059
  msgstr ""
4060
 
4061
- #: core/lib/wpbc_all_translations.php:722 inc/_bl/admin/page-search.php:76
4062
  #, php-format
4063
  msgid "%s - search inside posts/pages which have this tag, "
4064
  msgstr ""
4065
 
4066
- #: core/lib/wpbc_all_translations.php:723 inc/_bl/admin/page-search.php:77
4067
- #: inc/_bl/admin/page-search.php:129
4068
  #, php-format
4069
  msgid "%s - check-in date, "
4070
  msgstr ""
4071
 
4072
- #: core/lib/wpbc_all_translations.php:724 inc/_bl/admin/page-search.php:78
4073
- #: inc/_bl/admin/page-search.php:130
4074
  #, php-format
4075
  msgid "%s - check-out date, "
4076
  msgstr ""
4077
 
4078
- #: core/lib/wpbc_all_translations.php:725 inc/_bl/admin/page-search.php:79
4079
  #, php-format
4080
  msgid "%s - default selection number of visitors, "
4081
  msgstr ""
4082
 
4083
- #: core/lib/wpbc_all_translations.php:726 inc/_bl/admin/page-search.php:80
4084
  #, php-format
4085
  msgid "Example: %s - custom number of visitor selections\""
4086
  msgstr ""
4087
 
4088
- #: core/lib/wpbc_all_translations.php:727 inc/_bl/admin/page-search.php:82
4089
  #, php-format
4090
  msgid "%s - search button, "
4091
  msgstr ""
4092
 
4093
- #: core/lib/wpbc_all_translations.php:728 inc/_bl/admin/page-search.php:83
4094
- #: inc/_bl/admin/page-search.php:131
4095
  msgid "HTML tags is accepted."
4096
  msgstr ""
4097
 
4098
- #: core/lib/wpbc_all_translations.php:729 inc/_bl/admin/page-search.php:114
4099
  #, php-format
4100
  msgid "%s - resource title, "
4101
  msgstr ""
4102
 
4103
- #: core/lib/wpbc_all_translations.php:730 inc/_bl/admin/page-search.php:115
4104
- #: inc/_bl/admin/page-search.php:116
4105
  #, php-format
4106
  msgid "%s - link to the page with booking form, "
4107
  msgstr ""
4108
 
4109
- #: core/lib/wpbc_all_translations.php:731 inc/_bl/admin/page-search.php:117
4110
  #, php-format
4111
  msgid "%s - availability of booking resource, "
4112
  msgstr ""
4113
 
4114
- #: core/lib/wpbc_all_translations.php:732 inc/_bl/admin/page-search.php:118
4115
  #, php-format
4116
  msgid "%s - maximum number of visitors for the booking resource, "
4117
  msgstr ""
4118
 
4119
- #: core/lib/wpbc_all_translations.php:733 inc/_bl/admin/page-search.php:119
4120
  #, php-format
4121
  msgid "%s - cost of booking the resource, "
4122
  msgstr ""
4123
 
4124
- #: core/lib/wpbc_all_translations.php:734 inc/_bl/admin/page-search.php:120
4125
  #, php-format
4126
  msgid "%s - featured image, taken from the featured image associated with the post, "
4127
  msgstr ""
4128
 
4129
- #: core/lib/wpbc_all_translations.php:735 inc/_bl/admin/page-search.php:121
4130
  #, php-format
4131
  msgid "%s - booking info, taken from the excerpt associated with the post, "
4132
  msgstr ""
4133
 
4134
- #: core/lib/wpbc_all_translations.php:736 inc/_bl/admin/page-search.php:123
4135
  #: inc/_ps/form/class-wpbc-form-help.php:677
4136
  msgid "Full cost of the booking."
4137
  msgstr ""
4138
 
4139
- #: core/lib/wpbc_all_translations.php:737 inc/_bl/admin/page-search.php:124
4140
  #: inc/_ps/form/class-wpbc-form-help.php:679
4141
  msgid "Cost of the booking for the selected dates only."
4142
  msgstr ""
4143
 
4144
- #: core/lib/wpbc_all_translations.php:738 inc/_bl/admin/page-search.php:125
4145
  #: inc/_ps/form/class-wpbc-form-help.php:681
4146
  msgid "Additional cost, which depends on the fields selection in the form."
4147
  msgstr ""
4148
 
4149
- #: core/lib/wpbc_all_translations.php:739 inc/_bl/admin/page-search.php:126
4150
  #: inc/_ps/form/class-wpbc-form-help.php:683
4151
  msgid "The deposit cost of the booking."
4152
  msgstr ""
4153
 
4154
- #: core/lib/wpbc_all_translations.php:740 inc/_bl/admin/page-search.php:127
4155
  #: inc/_ps/form/class-wpbc-form-help.php:685
4156
  msgid "Balance cost of the booking - difference between deposit and full cost."
4157
  msgstr ""
4158
 
4159
- #: core/lib/wpbc_all_translations.php:741 inc/_bl/admin/page-search.php:138
4160
  msgid "hour(s)"
4161
  msgstr ""
4162
 
4163
- #: core/lib/wpbc_all_translations.php:742 inc/_bl/admin/page-search.php:141
4164
- #: inc/_bm/admin/api-settings-m.php:72 inc/_bm/admin/api-settings-m.php:127
4165
  msgid "day(s)"
4166
  msgstr ""
4167
 
4168
- #: core/lib/wpbc_all_translations.php:743 inc/_bl/admin/page-search.php:146
4169
  msgid "Cache expiration"
4170
  msgstr ""
4171
 
4172
- #: core/lib/wpbc_all_translations.php:744 inc/_bl/admin/page-search.php:147
4173
  msgid "Select time of cache expiration"
4174
  msgstr ""
4175
 
4176
- #: core/lib/wpbc_all_translations.php:745 inc/_bl/admin/page-search.php:248
4177
- #: inc/_bl/admin/page-search.php:249
4178
  msgid "Search Settings"
4179
  msgstr ""
4180
 
4181
- #: core/lib/wpbc_all_translations.php:746 inc/_bl/admin/page-search.php:310
4182
  msgid "Cache Updated"
4183
  msgstr ""
4184
 
4185
- #: core/lib/wpbc_all_translations.php:747 inc/_bl/admin/page-search.php:335
4186
- #: inc/_bl/admin/page-search.php:381
4187
  msgid "Search Availability Form"
4188
  msgstr ""
4189
 
4190
- #: core/lib/wpbc_all_translations.php:748 inc/_bl/admin/page-search.php:336
4191
- #: inc/_bl/admin/page-search.php:399
4192
  msgid "Search Results"
4193
  msgstr ""
4194
 
4195
- #: core/lib/wpbc_all_translations.php:749 inc/_bl/admin/page-search.php:337
4196
- #: inc/_bl/admin/page-search.php:426
4197
  msgid "Search Cache"
4198
  msgstr ""
4199
 
4200
- #: core/lib/wpbc_all_translations.php:750 inc/_bl/admin/page-search.php:373
4201
  #, php-format
4202
  msgid ""
4203
  "If you do not see search results at front-end side of your website, please check troubleshooting "
4204
  "instruction %shere%s"
4205
  msgstr ""
4206
 
4207
- #: core/lib/wpbc_all_translations.php:751 inc/_bl/admin/page-search.php:406
4208
  msgid "CSS customization of search form and search results you can make at this file"
4209
  msgstr ""
4210
 
4211
- #: core/lib/wpbc_all_translations.php:752 inc/_bl/admin/page-search.php:549
4212
- #: inc/_bl/admin/page-search.php:602
4213
  msgid "Select Template"
4214
  msgstr ""
4215
 
4216
- #: core/lib/wpbc_all_translations.php:753 inc/_bl/admin/page-search.php:559
4217
  msgid "Inlinee Search Form Template"
4218
  msgstr ""
4219
 
4220
- #: core/lib/wpbc_all_translations.php:754 inc/_bl/admin/page-search.php:569
4221
  msgid "Horizontal Search Form Template"
4222
  msgstr ""
4223
 
4224
- #: core/lib/wpbc_all_translations.php:755 inc/_bl/admin/page-search.php:579
4225
  msgid "Standard Search Form Template"
4226
  msgstr ""
4227
 
4228
- #: core/lib/wpbc_all_translations.php:756 inc/_bl/admin/page-search.php:680
4229
- #: inc/_bm/admin/page-seasons.php:1209 inc/_bm/admin/page-seasons.php:1425
4230
- #: inc/_ps/admin/page-settings-form.php:473
4231
  msgid "Reset"
4232
  msgstr ""
4233
 
4234
- #: core/lib/wpbc_all_translations.php:757 inc/_bl/admin/page-search.php:681
4235
- #: inc/_ps/admin/page-settings-form.php:474
4236
  msgid "Reset current Form"
4237
  msgstr ""
4238
 
4239
- #: core/lib/wpbc_all_translations.php:758 inc/_bl/admin/page-search.php:744
4240
  msgid "Cache will expire:"
4241
  msgstr ""
4242
 
4243
- #: core/lib/wpbc_all_translations.php:759 inc/_bl/admin/page-search.php:774
4244
  #, php-format
4245
  msgid "Found: %s booking forms inside of posts or pages "
4246
  msgstr ""
4247
 
4248
- #: core/lib/wpbc_all_translations.php:760 inc/_bl/admin/page-search.php:778
4249
  msgid "Page"
4250
  msgstr ""
4251
 
4252
- #: core/lib/wpbc_all_translations.php:761 inc/_bl/admin/page-search.php:801
4253
  msgid "Reset Search Cache"
4254
  msgstr ""
4255
 
4256
- #: core/lib/wpbc_all_translations.php:762 inc/_bl/biz_l.php:134
4257
  msgid ""
4258
  "Try selecting fewer visitors. The number of visitors may be more than the number of available "
4259
  "units on selected day(s)!"
4260
  msgstr ""
4261
 
4262
- #: core/lib/wpbc_all_translations.php:763 inc/_bl/biz_l.php:332
4263
  msgid "coupon"
4264
  msgstr ""
4265
 
4266
- #: core/lib/wpbc_all_translations.php:764 inc/_bl/biz_l.php:334
4267
  msgid "discount"
4268
  msgstr ""
4269
 
4270
- #: core/lib/wpbc_all_translations.php:765 inc/_bl/biz_l.php:492
4271
  msgid "Please select check-in and check-out days!"
4272
  msgstr ""
4273
 
4274
- #: core/lib/wpbc_all_translations.php:766 inc/_bl/biz_l.php:1678 inc/_bl/biz_l.php:1697
4275
- #: inc/_bl/biz_l.php:1702
4276
  #, php-format
4277
  msgid ""
4278
  "Sorry, the reservation was not made because these days are already booked!!! %s (Its not "
@@ -4280,844 +4351,844 @@ msgid ""
4280
  "page and try other days."
4281
  msgstr ""
4282
 
4283
- #: core/lib/wpbc_all_translations.php:767 inc/_bl/biz_l.php:2215
4284
  #, php-format
4285
  msgid "The folowing pending booking(s): %s deleted."
4286
  msgstr ""
4287
 
4288
- #: core/lib/wpbc_all_translations.php:768 inc/_bl/wpbc-search-availability.php:763
4289
  msgid "Book now"
4290
  msgstr ""
4291
 
4292
- #: core/lib/wpbc_all_translations.php:769 inc/_bl/wpdev-booking-search-widget.php:14
4293
  #: inc/_bl/wpdev-booking-search-widget.php:67
4294
  msgid "Search availability"
4295
  msgstr ""
4296
 
4297
- #: core/lib/wpbc_all_translations.php:770 inc/_bl/wpdev-booking-search-widget.php:15
4298
  msgid "Search results."
4299
  msgstr ""
4300
 
4301
- #: core/lib/wpbc_all_translations.php:771 inc/_bl/wpdev-booking-search-widget.php:16
4302
  msgid "Nothing found."
4303
  msgstr ""
4304
 
4305
- #: core/lib/wpbc_all_translations.php:772 inc/_bl/wpdev-booking-search-widget.php:85
4306
  msgid "Title of search widget"
4307
  msgstr ""
4308
 
4309
- #: core/lib/wpbc_all_translations.php:773 inc/_bl/wpdev-booking-search-widget.php:93
4310
  msgid "Title of search results"
4311
  msgstr ""
4312
 
4313
- #: core/lib/wpbc_all_translations.php:774 inc/_bl/wpdev-booking-search-widget.php:98
4314
  #, php-format
4315
  msgid "Please type the %sTitle of search results%s."
4316
  msgstr ""
4317
 
4318
- #: core/lib/wpbc_all_translations.php:775 inc/_bl/wpdev-booking-search-widget.php:102
4319
  msgid "Nothing found message"
4320
  msgstr ""
4321
 
4322
- #: core/lib/wpbc_all_translations.php:776 inc/_bl/wpdev-booking-search-widget.php:107
4323
  #, php-format
4324
  msgid "Please type the %smessage ,what is showing, when nothing found%s."
4325
  msgstr ""
4326
 
4327
- #: core/lib/wpbc_all_translations.php:777 inc/_bl/wpdev-booking-search-widget.php:111
4328
  msgid "URL of Search Results"
4329
  msgstr ""
4330
 
4331
- #: core/lib/wpbc_all_translations.php:778 inc/_bl/wpdev-booking-search-widget.php:116
4332
  #, php-format
4333
  msgid ""
4334
  "Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
4335
  "show."
4336
  msgstr ""
4337
 
4338
- #: core/lib/wpbc_all_translations.php:779 inc/_bm/admin/activation-m.php:48
4339
- #: inc/_mu/multiuser.php:601
4340
  msgid "Weekend"
4341
  msgstr ""
4342
 
4343
- #: core/lib/wpbc_all_translations.php:780 inc/_bm/admin/activation-m.php:92
4344
- #: inc/_mu/multiuser.php:603
4345
  msgid "High season"
4346
  msgstr ""
4347
 
4348
- #: core/lib/wpbc_all_translations.php:781 inc/_bm/admin/api-settings-m.php:34
4349
  msgid "Limit available days from today"
4350
  msgstr ""
4351
 
4352
- #: core/lib/wpbc_all_translations.php:782 inc/_bm/admin/api-settings-m.php:35
4353
  msgid "Select number of available days in calendar start from today."
4354
  msgstr ""
4355
 
4356
- #: core/lib/wpbc_all_translations.php:783 inc/_bm/admin/api-settings-m.php:83
4357
  msgid "Unavailable time before / after booking"
4358
  msgstr ""
4359
 
4360
- #: core/lib/wpbc_all_translations.php:784 inc/_bm/admin/api-settings-m.php:85
4361
  msgid ""
4362
  "This feature is applying only for bookings for specific timeslots, or if activated check in/out "
4363
  "time option."
4364
  msgstr ""
4365
 
4366
- #: core/lib/wpbc_all_translations.php:785 inc/_bm/admin/api-settings-m.php:108
4367
- #: inc/_bm/admin/api-settings-m.php:132
4368
  msgid "Before booking"
4369
  msgstr ""
4370
 
4371
- #: core/lib/wpbc_all_translations.php:786 inc/_bm/admin/api-settings-m.php:109
4372
- #: inc/_bm/admin/api-settings-m.php:118 inc/_bm/admin/api-settings-m.php:133
4373
- #: inc/_bm/admin/api-settings-m.php:142
4374
  msgid "Select unavailable time interval."
4375
  msgstr ""
4376
 
4377
- #: core/lib/wpbc_all_translations.php:787 inc/_bm/admin/api-settings-m.php:117
4378
- #: inc/_bm/admin/api-settings-m.php:141
4379
  msgid "After booking"
4380
  msgstr ""
4381
 
4382
- #: core/lib/wpbc_all_translations.php:788 inc/_bm/admin/api-settings-m.php:167
4383
  msgid "Showing cost in date cell"
4384
  msgstr ""
4385
 
4386
- #: core/lib/wpbc_all_translations.php:789 inc/_bm/admin/api-settings-m.php:168
4387
  #, php-format
4388
  msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
4389
  msgstr ""
4390
 
4391
- #: core/lib/wpbc_all_translations.php:790 inc/_bm/admin/api-settings-m.php:185
4392
  msgid "Currency symbol"
4393
  msgstr ""
4394
 
4395
- #: core/lib/wpbc_all_translations.php:791 inc/_bm/admin/api-settings-m.php:221
4396
  #, php-format
4397
  msgid ""
4398
  "Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
4399
  "currency symbols%s"
4400
  msgstr ""
4401
 
4402
- #: core/lib/wpbc_all_translations.php:792 inc/_bm/admin/api-settings-m.php:234
4403
  msgid "Showing cost in tooltip"
4404
  msgstr ""
4405
 
4406
- #: core/lib/wpbc_all_translations.php:793 inc/_bm/admin/api-settings-m.php:235
4407
  msgid ""
4408
  " Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
4409
  "calendar(s)."
4410
  msgstr ""
4411
 
4412
- #: core/lib/wpbc_all_translations.php:794 inc/_bm/admin/api-settings-m.php:243
4413
  msgid "Cost Title"
4414
  msgstr ""
4415
 
4416
- #: core/lib/wpbc_all_translations.php:795 inc/_bm/admin/api-settings-m.php:245
4417
  #, php-format
4418
  msgid "Type your %scost%s description"
4419
  msgstr ""
4420
 
4421
- #: core/lib/wpbc_all_translations.php:796 inc/_bm/admin/api-settings-m.php:459
4422
- #: inc/_bm/m-toolbar.php:67 inc/_bm/m-toolbar.php:413
4423
  msgid "Custom Forms"
4424
  msgstr ""
4425
 
4426
- #: core/lib/wpbc_all_translations.php:797 inc/_bm/admin/page-availability.php:47
4427
  msgid "Configuration of availability for booking resources"
4428
  msgstr ""
4429
 
4430
- #: core/lib/wpbc_all_translations.php:798 inc/_bm/admin/page-availability.php:48
4431
  msgid "Availability Settings"
4432
  msgstr ""
4433
 
4434
- #: core/lib/wpbc_all_translations.php:799 inc/_bm/admin/page-availability.php:142
4435
- #: inc/_bm/admin/page-cost.php:118 inc/_ps/p-toolbar.php:1132
4436
  msgid "Show Children Resources"
4437
  msgstr ""
4438
 
4439
- #: core/lib/wpbc_all_translations.php:800 inc/_bm/admin/page-availability.php:144
4440
- #: inc/_bm/admin/page-cost.php:120 inc/_ps/p-toolbar.php:1134
4441
  msgid "Hide Children Resources"
4442
  msgstr ""
4443
 
4444
- #: core/lib/wpbc_all_translations.php:801 inc/_bm/admin/page-availability.php:233
4445
- #: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-availability.php:791
4446
  msgid "Set Availability"
4447
  msgstr ""
4448
 
4449
- #: core/lib/wpbc_all_translations.php:802 inc/_bm/admin/page-availability.php:247
4450
- #: inc/_bm/admin/page-cost.php:226 inc/_ps/admin/page-resources.php:197
4451
  #, php-format
4452
  msgid ""
4453
  "Please reassign exist booking(s) from selected resource(s) to other resources or delete exist "
4454
  "booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
4455
  msgstr ""
4456
 
4457
- #: core/lib/wpbc_all_translations.php:803 inc/_bm/admin/page-availability.php:492
4458
- #: inc/_bm/admin/page-cost.php:551 inc/_ps/admin/page-resources.php:456
4459
  msgid "Resource Name"
4460
  msgstr ""
4461
 
4462
- #: core/lib/wpbc_all_translations.php:804 inc/_bm/admin/page-availability.php:600
4463
- #: inc/_bm/admin/page-availability.php:885
4464
  msgid "All days"
4465
  msgstr ""
4466
 
4467
- #: core/lib/wpbc_all_translations.php:805 inc/_bm/admin/page-availability.php:601
4468
- #: inc/_bm/admin/page-availability.php:629 inc/_bm/admin/page-availability.php:880
4469
- #: inc/_bm/admin/page-availability.php:894 inc/_bm/admin/page-availability.php:923
4470
- #: inc/_bm/admin/page-availability.php:1086 inc/_bm/admin/page-cost-rate.php:346
4471
  msgid "available"
4472
  msgstr ""
4473
 
4474
- #: core/lib/wpbc_all_translations.php:806 inc/_bm/admin/page-availability.php:602
4475
- #: inc/_bm/admin/page-availability.php:630 inc/_bm/admin/page-availability.php:881
4476
- #: inc/_bm/admin/page-availability.php:890 inc/_bm/admin/page-availability.php:919
4477
- #: inc/_bm/admin/page-availability.php:1082 inc/_bm/admin/page-cost-rate.php:342
4478
  msgid "unavailable"
4479
  msgstr ""
4480
 
4481
- #: core/lib/wpbc_all_translations.php:807 inc/_bm/admin/page-availability.php:627
4482
  #, php-format
4483
  msgid "and %s on seasons:"
4484
  msgstr ""
4485
 
4486
- #: core/lib/wpbc_all_translations.php:808 inc/_bm/admin/page-availability.php:915
4487
  #, php-format
4488
  msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
4489
  msgstr ""
4490
 
4491
- #: core/lib/wpbc_all_translations.php:809 inc/_bm/admin/page-availability.php:933
4492
- #: inc/_bm/admin/page-cost-deposit.php:308 inc/_bm/admin/page-cost-rate.php:118
4493
- #: inc/_bm/admin/page-cost-valuation.php:146
4494
  msgid "Hide season filters"
4495
  msgstr ""
4496
 
4497
- #: core/lib/wpbc_all_translations.php:810 inc/_bm/admin/page-availability.php:938
4498
- #: inc/_bm/admin/page-cost-deposit.php:313 inc/_bm/admin/page-cost-rate.php:123
4499
- #: inc/_bm/admin/page-cost-valuation.php:151
4500
  msgid "Show all exist season filters"
4501
  msgstr ""
4502
 
4503
- #: core/lib/wpbc_all_translations.php:811 inc/_bm/admin/page-availability.php:971
4504
- #: inc/_bm/admin/page-cost-rate.php:156 inc/gateways/page-gateways.php:728
4505
  msgid "Enabled"
4506
  msgstr ""
4507
 
4508
- #: core/lib/wpbc_all_translations.php:812 inc/_bm/admin/page-cost-advanced.php:43
4509
  msgid "Customization of additional cost, which depend from form fields"
4510
  msgstr ""
4511
 
4512
- #: core/lib/wpbc_all_translations.php:813 inc/_bm/admin/page-cost-advanced.php:44
4513
  msgid "Advanced Cost Settings"
4514
  msgstr ""
4515
 
4516
- #: core/lib/wpbc_all_translations.php:814 inc/_bm/admin/page-cost-advanced.php:124
4517
  msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
4518
  msgstr ""
4519
 
4520
- #: core/lib/wpbc_all_translations.php:815 inc/_bm/admin/page-cost-advanced.php:126
4521
  #, php-format
4522
  msgid ""
4523
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
4524
  "%sbooking form%s."
4525
  msgstr ""
4526
 
4527
- #: core/lib/wpbc_all_translations.php:816 inc/_bm/admin/page-cost-advanced.php:419
4528
- #: inc/_bm/admin/page-cost-deposit.php:180
4529
  msgid "Deposit type"
4530
  msgstr ""
4531
 
4532
- #: core/lib/wpbc_all_translations.php:817 inc/_bm/admin/page-cost-advanced.php:438
4533
  msgid "of total cost"
4534
  msgstr ""
4535
 
4536
- #: core/lib/wpbc_all_translations.php:818 inc/_bm/admin/page-cost-advanced.php:440
4537
- #: inc/_bs/admin/api-settings-s.php:842
4538
  msgid "night"
4539
  msgstr ""
4540
 
4541
- #: core/lib/wpbc_all_translations.php:819 inc/_bm/admin/page-cost-advanced.php:441
4542
  msgid "as additional sum"
4543
  msgstr ""
4544
 
4545
- #: core/lib/wpbc_all_translations.php:820 inc/_bm/admin/page-cost-advanced.php:634
4546
  msgid "Enter additional cost in formats:"
4547
  msgstr ""
4548
 
4549
- #: core/lib/wpbc_all_translations.php:821 inc/_bm/admin/page-cost-advanced.php:635
4550
  #, php-format
4551
  msgid ""
4552
  "For example, if the original cost of the booking is %s, then after applying additional costs the "
4553
  "total cost will be folowing"
4554
  msgstr ""
4555
 
4556
- #: core/lib/wpbc_all_translations.php:822 inc/_bm/admin/page-cost-advanced.php:638
4557
  msgid "Enter fixed cost"
4558
  msgstr ""
4559
 
4560
- #: core/lib/wpbc_all_translations.php:823 inc/_bm/admin/page-cost-advanced.php:638
4561
- #: inc/_bm/admin/page-cost-advanced.php:641 inc/_bm/admin/page-cost-advanced.php:647
4562
  #, php-format
4563
  msgid "%s, then total cost will be %s"
4564
  msgstr ""
4565
 
4566
- #: core/lib/wpbc_all_translations.php:824 inc/_bm/admin/page-cost-advanced.php:641
4567
  msgid "Enter percentage of the entire booking"
4568
  msgstr ""
4569
 
4570
- #: core/lib/wpbc_all_translations.php:825 inc/_bm/admin/page-cost-advanced.php:644
4571
  msgid "Enter fixed amount for each selected day"
4572
  msgstr ""
4573
 
4574
- #: core/lib/wpbc_all_translations.php:826 inc/_bm/admin/page-cost-advanced.php:644
4575
  #, php-format
4576
  msgid "%s, then total cost will be (if selected 3 days) %s"
4577
  msgstr ""
4578
 
4579
- #: core/lib/wpbc_all_translations.php:827 inc/_bm/admin/page-cost-advanced.php:644
4580
  #: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
4581
  #: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
4582
  msgid "or"
4583
  msgstr ""
4584
 
4585
- #: core/lib/wpbc_all_translations.php:828 inc/_bm/admin/page-cost-advanced.php:647
4586
  msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
4587
  msgstr ""
4588
 
4589
- #: core/lib/wpbc_all_translations.php:829 inc/_bm/admin/page-cost-advanced.php:651
4590
  #, php-format
4591
  msgid "Please check more info about configuration of this cost settings on this %spage%s."
4592
  msgstr ""
4593
 
4594
- #: core/lib/wpbc_all_translations.php:830 inc/_bm/admin/page-cost-deposit.php:73
4595
  msgid "Set Deposit"
4596
  msgstr ""
4597
 
4598
- #: core/lib/wpbc_all_translations.php:831 inc/_bm/admin/page-cost-deposit.php:134
4599
  msgid "deposit payment for booking resource"
4600
  msgstr ""
4601
 
4602
- #: core/lib/wpbc_all_translations.php:832 inc/_bm/admin/page-cost-deposit.php:152
4603
- #: inc/_bm/admin/page-cost-deposit.php:161
4604
  msgid "Deposit amount"
4605
  msgstr ""
4606
 
4607
- #: core/lib/wpbc_all_translations.php:833 inc/_bm/admin/page-cost-deposit.php:198
4608
  msgid "fixed total in"
4609
  msgstr ""
4610
 
4611
- #: core/lib/wpbc_all_translations.php:834 inc/_bm/admin/page-cost-deposit.php:199
4612
  msgid "of payment"
4613
  msgstr ""
4614
 
4615
- #: core/lib/wpbc_all_translations.php:835 inc/_bm/admin/page-cost-deposit.php:208
4616
  msgid "Conditions"
4617
  msgstr ""
4618
 
4619
- #: core/lib/wpbc_all_translations.php:836 inc/_bm/admin/page-cost-deposit.php:218
4620
  #, php-format
4621
  msgid ""
4622
  "Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
4623
  msgstr ""
4624
 
4625
- #: core/lib/wpbc_all_translations.php:837 inc/_bm/admin/page-cost-deposit.php:270
4626
  #, php-format
4627
  msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
4628
  msgstr ""
4629
 
4630
- #: core/lib/wpbc_all_translations.php:838 inc/_bm/admin/page-cost-deposit.php:274
4631
- #: inc/_bm/admin/page-cost-valuation.php:539
4632
  msgid "Any days"
4633
  msgstr ""
4634
 
4635
- #: core/lib/wpbc_all_translations.php:839 inc/_bm/admin/page-cost-deposit.php:341
4636
  msgid "Deposit payment total"
4637
  msgstr ""
4638
 
4639
- #: core/lib/wpbc_all_translations.php:840 inc/_bm/admin/page-cost-rate.php:69
4640
  msgid "Set Rates"
4641
  msgstr ""
4642
 
4643
- #: core/lib/wpbc_all_translations.php:841 inc/_bm/admin/page-cost-rate.php:162
4644
- #: inc/_bm/admin/page-cost.php:645 inc/_bm/admin/page-cost.php:646
4645
  msgid "Rates"
4646
  msgstr ""
4647
 
4648
- #: core/lib/wpbc_all_translations.php:842 inc/_bm/admin/page-cost-rate.php:166
4649
  msgid "Seasonal price"
4650
  msgstr ""
4651
 
4652
- #: core/lib/wpbc_all_translations.php:843 inc/_bm/admin/page-cost-rate.php:170
4653
- #: inc/_bm/admin/page-cost-valuation.php:196
4654
  msgid "Season"
4655
  msgstr ""
4656
 
4657
- #: core/lib/wpbc_all_translations.php:844 inc/_bm/admin/page-cost-rate.php:214
4658
  #, php-format
4659
  msgid ""
4660
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
4661
  "booking resource (%s) or %sAdd a new seasonal filter%s"
4662
  msgstr ""
4663
 
4664
- #: core/lib/wpbc_all_translations.php:845 inc/_bm/admin/page-cost-valuation.php:95
4665
- #: inc/_bm/admin/page-cost.php:210 inc/_bm/admin/page-cost.php:218
4666
  msgid "Set Valuation Days"
4667
  msgstr ""
4668
 
4669
- #: core/lib/wpbc_all_translations.php:846 inc/_bm/admin/page-cost-valuation.php:183
4670
- #: inc/_mu/admin/page-users.php:431
4671
  msgid "Status"
4672
  msgstr ""
4673
 
4674
- #: core/lib/wpbc_all_translations.php:847 inc/_bm/admin/page-cost-valuation.php:192
4675
  msgid "Costs"
4676
  msgstr ""
4677
 
4678
- #: core/lib/wpbc_all_translations.php:848 inc/_bm/admin/page-cost-valuation.php:247
4679
  msgid "Add new cost"
4680
  msgstr ""
4681
 
4682
- #: core/lib/wpbc_all_translations.php:849 inc/_bm/admin/page-cost-valuation.php:270
4683
  #, php-format
4684
  msgid ""
4685
  "Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
4686
  "the list."
4687
  msgstr ""
4688
 
4689
- #: core/lib/wpbc_all_translations.php:850 inc/_bm/admin/page-cost-valuation.php:273
4690
  #, php-format
4691
  msgid ""
4692
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
4693
  "terms %s"
4694
  msgstr ""
4695
 
4696
- #: core/lib/wpbc_all_translations.php:851 inc/_bm/admin/page-cost-valuation.php:273
4697
- #: inc/_bm/admin/page-cost-valuation.php:276 inc/_bm/admin/page-cost-valuation.php:447
4698
  msgid "Together"
4699
  msgstr ""
4700
 
4701
- #: core/lib/wpbc_all_translations.php:852 inc/_bm/admin/page-cost-valuation.php:273
4702
- #: inc/_bm/admin/page-cost-valuation.php:276 inc/_bm/admin/page-cost-valuation.php:280
4703
- #: inc/_bm/admin/page-cost-valuation.php:282 inc/_bm/admin/page-cost-valuation.php:445
4704
  msgid "For"
4705
  msgstr ""
4706
 
4707
- #: core/lib/wpbc_all_translations.php:853 inc/_bm/admin/page-cost-valuation.php:276
4708
  #, php-format
4709
  msgid "%s and %s terms have higher priority than a range %s days."
4710
  msgstr ""
4711
 
4712
- #: core/lib/wpbc_all_translations.php:854 inc/_bm/admin/page-cost-valuation.php:280
4713
  #, php-format
4714
  msgid "%s - definition of check-out date."
4715
  msgstr ""
4716
 
4717
- #: core/lib/wpbc_all_translations.php:855 inc/_bm/admin/page-cost-valuation.php:282
4718
- #: inc/_bs/admin/api-settings-s.php:198 inc/_bs/admin/api-settings-s.php:311
4719
- #: inc/_bs/admin/api-settings-s.php:324 inc/_ps/form/class-wpbc-form-help.php:532
4720
  #: inc/_ps/form/class-wpbc-form-help.php:535
4721
  msgid "Example"
4722
  msgstr ""
4723
 
4724
- #: core/lib/wpbc_all_translations.php:856 inc/_bm/admin/page-cost-valuation.php:289
4725
  msgid ""
4726
  "Specific cost will take affect, only if it active (the box at the left side is checked) and if "
4727
  "\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
4728
  msgstr ""
4729
 
4730
- #: core/lib/wpbc_all_translations.php:857 inc/_bm/admin/page-cost-valuation.php:333
4731
- #: inc/_bm/admin/page-cost-valuation.php:334 inc/_bm/biz_m.php:244 inc/_bm/biz_m.php:275
4732
  #: inc/_bm/biz_m.php:276
4733
  msgid " for all days!"
4734
  msgstr ""
4735
 
4736
- #: core/lib/wpbc_all_translations.php:858 inc/_bm/admin/page-cost-valuation.php:339
4737
- #: inc/_bm/admin/page-cost-valuation.php:499 inc/_bm/biz_m.php:242 inc/_bm/biz_m.php:273
4738
  msgid "from the cost of 1 day "
4739
  msgstr ""
4740
 
4741
- #: core/lib/wpbc_all_translations.php:859 inc/_bm/admin/page-cost-valuation.php:340
4742
- #: inc/_bm/admin/page-cost-valuation.php:500 inc/_bm/biz_m.php:241 inc/_bm/biz_m.php:272
4743
  msgid "per 1 day"
4744
  msgstr ""
4745
 
4746
- #: core/lib/wpbc_all_translations.php:860 inc/_bm/admin/page-cost-valuation.php:467
4747
- #: inc/_bm/admin/page-seasons.php:1543
4748
  msgid "to"
4749
  msgstr ""
4750
 
4751
- #: core/lib/wpbc_all_translations.php:861 inc/_bm/admin/page-cost-valuation.php:501
4752
  #: inc/_bm/biz_m.php:243 inc/_bm/biz_m.php:274
4753
  #, php-format
4754
  msgid "Additional cost in %s per 1 day"
4755
  msgstr ""
4756
 
4757
- #: core/lib/wpbc_all_translations.php:862 inc/_bm/admin/page-cost.php:48
4758
  msgid "Customization of rates, valuation days cost and deposit amount "
4759
  msgstr ""
4760
 
4761
- #: core/lib/wpbc_all_translations.php:863 inc/_bm/admin/page-cost.php:49
4762
  msgid "Costs and Rates Settings"
4763
  msgstr ""
4764
 
4765
- #: core/lib/wpbc_all_translations.php:864 inc/_bm/admin/page-cost.php:209
4766
- #: inc/_bm/admin/page-cost.php:217
4767
  msgid "Set Rate"
4768
  msgstr ""
4769
 
4770
- #: core/lib/wpbc_all_translations.php:865 inc/_bm/admin/page-cost.php:211
4771
- #: inc/_bm/admin/page-cost.php:219
4772
  msgid "Set Deposit Amount"
4773
  msgstr ""
4774
 
4775
- #: core/lib/wpbc_all_translations.php:866 inc/_bm/admin/page-cost.php:652
4776
- #: inc/_bm/admin/page-cost.php:653
4777
  msgid "Valuation days"
4778
  msgstr ""
4779
 
4780
- #: core/lib/wpbc_all_translations.php:867 inc/_bm/admin/page-cost.php:659
4781
- #: inc/_bm/admin/page-cost.php:660 inc/gateways/page-gateways.php:1278
4782
  msgid "Deposit"
4783
  msgstr ""
4784
 
4785
- #: core/lib/wpbc_all_translations.php:868 inc/_bm/admin/page-seasons.php:46
4786
  msgid "Customizaton of Season Filters"
4787
  msgstr ""
4788
 
4789
- #: core/lib/wpbc_all_translations.php:869 inc/_bm/admin/page-seasons.php:669
4790
- #: inc/_bm/admin/page-seasons.php:804
4791
  msgid "Specific Dates Filter"
4792
  msgstr ""
4793
 
4794
- #: core/lib/wpbc_all_translations.php:870 inc/_bm/admin/page-seasons.php:732
4795
- #: inc/_bm/admin/page-seasons.php:810
4796
  msgid "Conditional Dates Filter"
4797
  msgstr ""
4798
 
4799
- #: core/lib/wpbc_all_translations.php:871 inc/_bm/admin/page-seasons.php:942
4800
- #: inc/_bm/admin/page-seasons.php:1238
4801
  msgid "Filter Name"
4802
  msgstr ""
4803
 
4804
- #: core/lib/wpbc_all_translations.php:872 inc/_bm/admin/page-seasons.php:943
4805
- #: inc/_bm/admin/page-seasons.php:1239
4806
  msgid "Type filter name"
4807
  msgstr ""
4808
 
4809
- #: core/lib/wpbc_all_translations.php:873 inc/_bm/admin/page-seasons.php:975
4810
  msgid "Weekdays"
4811
  msgstr ""
4812
 
4813
- #: core/lib/wpbc_all_translations.php:874 inc/_bm/admin/page-seasons.php:1089
4814
  msgid "Months"
4815
  msgstr ""
4816
 
4817
- #: core/lib/wpbc_all_translations.php:875 inc/_bm/admin/page-seasons.php:1091
4818
- #: inc/_bm/admin/page-seasons.php:1264
4819
  msgid "January"
4820
  msgstr ""
4821
 
4822
- #: core/lib/wpbc_all_translations.php:876 inc/_bm/admin/page-seasons.php:1092
4823
- #: inc/_bm/admin/page-seasons.php:1265
4824
  msgid "February"
4825
  msgstr ""
4826
 
4827
- #: core/lib/wpbc_all_translations.php:877 inc/_bm/admin/page-seasons.php:1093
4828
- #: inc/_bm/admin/page-seasons.php:1266
4829
  msgid "March"
4830
  msgstr ""
4831
 
4832
- #: core/lib/wpbc_all_translations.php:878 inc/_bm/admin/page-seasons.php:1094
4833
- #: inc/_bm/admin/page-seasons.php:1267
4834
  msgid "April"
4835
  msgstr ""
4836
 
4837
- #: core/lib/wpbc_all_translations.php:879 inc/_bm/admin/page-seasons.php:1095
4838
- #: inc/_bm/admin/page-seasons.php:1268 inc/_bm/admin/page-seasons.php:1469
4839
  msgid "May"
4840
  msgstr ""
4841
 
4842
- #: core/lib/wpbc_all_translations.php:880 inc/_bm/admin/page-seasons.php:1096
4843
- #: inc/_bm/admin/page-seasons.php:1269
4844
  msgid "June"
4845
  msgstr ""
4846
 
4847
- #: core/lib/wpbc_all_translations.php:881 inc/_bm/admin/page-seasons.php:1097
4848
- #: inc/_bm/admin/page-seasons.php:1270
4849
  msgid "July"
4850
  msgstr ""
4851
 
4852
- #: core/lib/wpbc_all_translations.php:882 inc/_bm/admin/page-seasons.php:1098
4853
- #: inc/_bm/admin/page-seasons.php:1271
4854
  msgid "August"
4855
  msgstr ""
4856
 
4857
- #: core/lib/wpbc_all_translations.php:883 inc/_bm/admin/page-seasons.php:1099
4858
- #: inc/_bm/admin/page-seasons.php:1272
4859
  msgid "September"
4860
  msgstr ""
4861
 
4862
- #: core/lib/wpbc_all_translations.php:884 inc/_bm/admin/page-seasons.php:1100
4863
- #: inc/_bm/admin/page-seasons.php:1273
4864
  msgid "October"
4865
  msgstr ""
4866
 
4867
- #: core/lib/wpbc_all_translations.php:885 inc/_bm/admin/page-seasons.php:1101
4868
- #: inc/_bm/admin/page-seasons.php:1274
4869
  msgid "November"
4870
  msgstr ""
4871
 
4872
- #: core/lib/wpbc_all_translations.php:886 inc/_bm/admin/page-seasons.php:1102
4873
- #: inc/_bm/admin/page-seasons.php:1275
4874
  msgid "December"
4875
  msgstr ""
4876
 
4877
- #: core/lib/wpbc_all_translations.php:887 inc/_bm/admin/page-seasons.php:1156
4878
  msgid "Years"
4879
  msgstr ""
4880
 
4881
- #: core/lib/wpbc_all_translations.php:888 inc/_bm/admin/page-seasons.php:1253
4882
- #: inc/_bm/admin/page-seasons.php:1466
4883
  msgid "Mo"
4884
  msgstr ""
4885
 
4886
- #: core/lib/wpbc_all_translations.php:889 inc/_bm/admin/page-seasons.php:1254
4887
- #: inc/_bm/admin/page-seasons.php:1466
4888
  msgid "Tu"
4889
  msgstr ""
4890
 
4891
- #: core/lib/wpbc_all_translations.php:890 inc/_bm/admin/page-seasons.php:1255
4892
- #: inc/_bm/admin/page-seasons.php:1466
4893
  msgid "We"
4894
  msgstr ""
4895
 
4896
- #: core/lib/wpbc_all_translations.php:891 inc/_bm/admin/page-seasons.php:1256
4897
- #: inc/_bm/admin/page-seasons.php:1466
4898
  msgid "Th"
4899
  msgstr ""
4900
 
4901
- #: core/lib/wpbc_all_translations.php:892 inc/_bm/admin/page-seasons.php:1257
4902
- #: inc/_bm/admin/page-seasons.php:1466
4903
  msgid "Fr"
4904
  msgstr ""
4905
 
4906
- #: core/lib/wpbc_all_translations.php:893 inc/_bm/admin/page-seasons.php:1258
4907
- #: inc/_bm/admin/page-seasons.php:1466
4908
  msgid "Sa"
4909
  msgstr ""
4910
 
4911
- #: core/lib/wpbc_all_translations.php:894 inc/_bm/admin/page-seasons.php:1259
4912
- #: inc/_bm/admin/page-seasons.php:1466
4913
  msgid "Su"
4914
  msgstr ""
4915
 
4916
- #: core/lib/wpbc_all_translations.php:895 inc/_bm/admin/page-seasons.php:1468
4917
  msgid "Jan"
4918
  msgstr ""
4919
 
4920
- #: core/lib/wpbc_all_translations.php:896 inc/_bm/admin/page-seasons.php:1468
4921
  msgid "Feb"
4922
  msgstr ""
4923
 
4924
- #: core/lib/wpbc_all_translations.php:897 inc/_bm/admin/page-seasons.php:1469
4925
  msgid "Mar"
4926
  msgstr ""
4927
 
4928
- #: core/lib/wpbc_all_translations.php:898 inc/_bm/admin/page-seasons.php:1469
4929
  msgid "Apr"
4930
  msgstr ""
4931
 
4932
- #: core/lib/wpbc_all_translations.php:899 inc/_bm/admin/page-seasons.php:1470
4933
  msgid "Jun"
4934
  msgstr ""
4935
 
4936
- #: core/lib/wpbc_all_translations.php:900 inc/_bm/admin/page-seasons.php:1470
4937
  msgid "Jul"
4938
  msgstr ""
4939
 
4940
- #: core/lib/wpbc_all_translations.php:901 inc/_bm/admin/page-seasons.php:1470
4941
  msgid "Aug"
4942
  msgstr ""
4943
 
4944
- #: core/lib/wpbc_all_translations.php:902 inc/_bm/admin/page-seasons.php:1471
4945
  msgid "Sep"
4946
  msgstr ""
4947
 
4948
- #: core/lib/wpbc_all_translations.php:903 inc/_bm/admin/page-seasons.php:1471
4949
  msgid "Oct"
4950
  msgstr ""
4951
 
4952
- #: core/lib/wpbc_all_translations.php:904 inc/_bm/admin/page-seasons.php:1471
4953
  msgid "Nov"
4954
  msgstr ""
4955
 
4956
- #: core/lib/wpbc_all_translations.php:905 inc/_bm/admin/page-seasons.php:1471
4957
  msgid "Dec"
4958
  msgstr ""
4959
 
4960
- #: core/lib/wpbc_all_translations.php:906 inc/_bm/admin/page-seasons.php:1541
4961
- #: inc/_bm/admin/page-seasons.php:1559 inc/_bm/admin/page-seasons.php:1581
4962
- #: inc/_bm/admin/page-seasons.php:1605 inc/_bm/admin/page-seasons.php:1623
4963
  msgid "No days"
4964
  msgstr ""
4965
 
4966
- #: core/lib/wpbc_all_translations.php:907 inc/_bm/admin/page-seasons.php:1543
4967
  msgid "time"
4968
  msgstr ""
4969
 
4970
- #: core/lib/wpbc_all_translations.php:908 inc/_bm/admin/page-seasons.php:1561
4971
  msgid "Every"
4972
  msgstr ""
4973
 
4974
- #: core/lib/wpbc_all_translations.php:909 inc/_bm/admin/page-seasons.php:1577
4975
  msgid "Each day "
4976
  msgstr ""
4977
 
4978
- #: core/lib/wpbc_all_translations.php:910 inc/_bm/admin/page-seasons.php:1579
4979
  msgid "on each day "
4980
  msgstr ""
4981
 
4982
- #: core/lib/wpbc_all_translations.php:911 inc/_bm/admin/page-seasons.php:1584
4983
  msgid "On each "
4984
  msgstr ""
4985
 
4986
- #: core/lib/wpbc_all_translations.php:912 inc/_bm/admin/page-seasons.php:1586
4987
  msgid "on each "
4988
  msgstr ""
4989
 
4990
- #: core/lib/wpbc_all_translations.php:913 inc/_bm/admin/page-seasons.php:1603
4991
  msgid "of every month "
4992
  msgstr ""
4993
 
4994
- #: core/lib/wpbc_all_translations.php:914 inc/_bm/admin/page-seasons.php:1607
4995
  msgid "of"
4996
  msgstr ""
4997
 
4998
- #: core/lib/wpbc_all_translations.php:915 inc/_bm/biz_m.php:245
4999
  msgid "for all days!"
5000
  msgstr ""
5001
 
5002
- #: core/lib/wpbc_all_translations.php:916 inc/_bm/biz_m.php:801
5003
  msgid "Standard booking resource cost"
5004
  msgstr ""
5005
 
5006
- #: core/lib/wpbc_all_translations.php:917 inc/_bm/biz_m.php:802
5007
  msgid "Total booking resource cost"
5008
  msgstr ""
5009
 
5010
- #: core/lib/wpbc_all_translations.php:918 inc/_bm/m-toolbar.php:287
5011
  msgid "Delete selected booking form"
5012
  msgstr ""
5013
 
5014
- #: core/lib/wpbc_all_translations.php:919 inc/_bm/m-toolbar.php:291
5015
  msgid "Do you really want to delete selected booking form ?"
5016
  msgstr ""
5017
 
5018
- #: core/lib/wpbc_all_translations.php:920 inc/_bm/m-toolbar.php:316 inc/_bm/m-toolbar.php:317
5019
  msgid "Add New Custom Form"
5020
  msgstr ""
5021
 
5022
- #: core/lib/wpbc_all_translations.php:921 inc/_bm/m-toolbar.php:350
5023
  msgid "Type the name of booking form"
5024
  msgstr ""
5025
 
5026
- #: core/lib/wpbc_all_translations.php:922 inc/_bm/m-toolbar.php:357
5027
  msgid "Create"
5028
  msgstr ""
5029
 
5030
- #: core/lib/wpbc_all_translations.php:923 inc/_bm/m-toolbar.php:358
5031
  msgid "Create new form"
5032
  msgstr ""
5033
 
5034
- #: core/lib/wpbc_all_translations.php:924 inc/_bm/m-toolbar.php:553
5035
  msgid "There are no extended booking forms"
5036
  msgstr ""
5037
 
5038
- #: core/lib/wpbc_all_translations.php:925 inc/_bm/m-toolbar.php:597 inc/_bm/m-toolbar.php:599
5039
  msgid "Create conditional days filter"
5040
  msgstr ""
5041
 
5042
- #: core/lib/wpbc_all_translations.php:926 inc/_bs/admin/activation-s.php:93
5043
  #: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
5044
  msgid "Apartment#1"
5045
  msgstr ""
5046
 
5047
- #: core/lib/wpbc_all_translations.php:927 inc/_bs/admin/activation-s.php:94
5048
  #: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
5049
  msgid "Apartment#2"
5050
  msgstr ""
5051
 
5052
- #: core/lib/wpbc_all_translations.php:928 inc/_bs/admin/activation-s.php:95
5053
  #: inc/_ps/admin/activation-p.php:48
5054
  msgid "Apartment#3"
5055
  msgstr ""
5056
 
5057
- #: core/lib/wpbc_all_translations.php:929 inc/_bs/admin/api-settings-s.php:30
5058
  msgid "Range days"
5059
  msgstr ""
5060
 
5061
- #: core/lib/wpbc_all_translations.php:930 inc/_bs/admin/api-settings-s.php:45
5062
  #, php-format
5063
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
5064
  msgstr ""
5065
 
5066
- #: core/lib/wpbc_all_translations.php:931 inc/_bs/admin/api-settings-s.php:47
5067
  #, php-format
5068
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
5069
  msgstr ""
5070
 
5071
- #: core/lib/wpbc_all_translations.php:932 inc/_bs/admin/api-settings-s.php:73
5072
- #: inc/_bs/admin/api-settings-s.php:137
5073
  msgid "Days selection number"
5074
  msgstr ""
5075
 
5076
- #: core/lib/wpbc_all_translations.php:933 inc/_bs/admin/api-settings-s.php:74
5077
  #, php-format
5078
  msgid "Type your %snumber of days for range selection%s"
5079
  msgstr ""
5080
 
5081
- #: core/lib/wpbc_all_translations.php:934 inc/_bs/admin/api-settings-s.php:82
5082
- #: inc/_bs/admin/api-settings-s.php:210
5083
  msgid "Specific day(s) of week"
5084
  msgstr ""
5085
 
5086
- #: core/lib/wpbc_all_translations.php:935 inc/_bs/admin/api-settings-s.php:83
5087
- #: inc/_bs/admin/api-settings-s.php:214
5088
  msgid "Any day of week"
5089
  msgstr ""
5090
 
5091
- #: core/lib/wpbc_all_translations.php:936 inc/_bs/admin/api-settings-s.php:89
5092
- #: inc/_bs/admin/api-settings-s.php:222
5093
  msgid "Start day of range"
5094
  msgstr ""
5095
 
5096
- #: core/lib/wpbc_all_translations.php:937 inc/_bs/admin/api-settings-s.php:118
5097
- #: inc/_bs/admin/api-settings-s.php:251
5098
  msgid "Select your start day of range selection at week"
5099
  msgstr ""
5100
 
5101
- #: core/lib/wpbc_all_translations.php:938 inc/_bs/admin/api-settings-s.php:151
5102
- #: inc/_bs/admin/api-settings-s.php:156
5103
  msgid "Min"
5104
  msgstr ""
5105
 
5106
- #: core/lib/wpbc_all_translations.php:939 inc/_bs/admin/api-settings-s.php:169
5107
- #: inc/_bs/admin/api-settings-s.php:174
5108
  msgid "Max"
5109
  msgstr ""
5110
 
5111
- #: core/lib/wpbc_all_translations.php:940 inc/_bs/admin/api-settings-s.php:186
5112
  #, php-format
5113
  msgid "Select your %sminimum and maximum number of days for range selection%s"
5114
  msgstr ""
5115
 
5116
- #: core/lib/wpbc_all_translations.php:941 inc/_bs/admin/api-settings-s.php:197
5117
  msgid "Specific days selections"
5118
  msgstr ""
5119
 
5120
- #: core/lib/wpbc_all_translations.php:942 inc/_bs/admin/api-settings-s.php:199
5121
  #, php-format
5122
  msgid ""
5123
  "Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
@@ -5125,788 +5196,788 @@ msgid ""
5125
  "this: %s) or combination (example:%s, its the same like this: %s)"
5126
  msgstr ""
5127
 
5128
- #: core/lib/wpbc_all_translations.php:943 inc/_bs/admin/api-settings-s.php:279
5129
  msgid "Use time selections as recurrent time slots"
5130
  msgstr ""
5131
 
5132
- #: core/lib/wpbc_all_translations.php:944 inc/_bs/admin/api-settings-s.php:280
5133
  msgid ""
5134
  "Check this box if you want to use recurrent time to reserve several days. This means that middle "
5135
  "days will be partially booked by actual times, otherwise the time in the booking form will be "
5136
  "used as check-in/check-out time for the first and last day of the reservation."
5137
  msgstr ""
5138
 
5139
- #: core/lib/wpbc_all_translations.php:945 inc/_bs/admin/api-settings-s.php:300
5140
  msgid "Use check in/out time"
5141
  msgstr ""
5142
 
5143
- #: core/lib/wpbc_all_translations.php:946 inc/_bs/admin/api-settings-s.php:301
5144
  msgid "Check this option, to use check in/out time during booking process. "
5145
  msgstr ""
5146
 
5147
- #: core/lib/wpbc_all_translations.php:947 inc/_bs/admin/api-settings-s.php:302
5148
  #, php-format
5149
  msgid "%s Important!%s This will overwrite any times selection in your booking form."
5150
  msgstr ""
5151
 
5152
- #: core/lib/wpbc_all_translations.php:948 inc/_bs/admin/api-settings-s.php:309
5153
  msgid "Check-in time"
5154
  msgstr ""
5155
 
5156
- #: core/lib/wpbc_all_translations.php:949 inc/_bs/admin/api-settings-s.php:310
5157
  #, php-format
5158
  msgid "Type your %sCheck-in%s time of booking"
5159
  msgstr ""
5160
 
5161
- #: core/lib/wpbc_all_translations.php:950 inc/_bs/admin/api-settings-s.php:322
5162
  msgid "Check-Out time"
5163
  msgstr ""
5164
 
5165
- #: core/lib/wpbc_all_translations.php:951 inc/_bs/admin/api-settings-s.php:323
5166
  #, php-format
5167
  msgid "Type your %sCheck-Out%s time of booking"
5168
  msgstr ""
5169
 
5170
- #: core/lib/wpbc_all_translations.php:952 inc/_bs/admin/api-settings-s.php:337
5171
  msgid "Change over days as triangles"
5172
  msgstr ""
5173
 
5174
- #: core/lib/wpbc_all_translations.php:953 inc/_bs/admin/api-settings-s.php:338
5175
  msgid "Check this option, to show change over days as triangles. "
5176
  msgstr ""
5177
 
5178
- #: core/lib/wpbc_all_translations.php:954 inc/_bs/admin/api-settings-s.php:361
5179
  msgid "Title of booked timeslot(s)"
5180
  msgstr ""
5181
 
5182
- #: core/lib/wpbc_all_translations.php:955 inc/_bs/admin/api-settings-s.php:362
5183
  #, php-format
5184
  msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
5185
  msgstr ""
5186
 
5187
- #: core/lib/wpbc_all_translations.php:956 inc/_bs/admin/api-settings-s.php:399
5188
  msgid "Time Format"
5189
  msgstr ""
5190
 
5191
- #: core/lib/wpbc_all_translations.php:957 inc/_bs/admin/api-settings-s.php:433
5192
  #, php-format
5193
  msgid ""
5194
  "Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
5195
  msgstr ""
5196
 
5197
- #: core/lib/wpbc_all_translations.php:958 inc/_bs/admin/api-settings-s.php:458
5198
  msgid "Auto approve all new bookings"
5199
  msgstr ""
5200
 
5201
- #: core/lib/wpbc_all_translations.php:959 inc/_bs/admin/api-settings-s.php:459
5202
  #, php-format
5203
  msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
5204
  msgstr ""
5205
 
5206
- #: core/lib/wpbc_all_translations.php:960 inc/_bs/admin/api-settings-s.php:468
5207
  #, php-format
5208
  msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
5209
  msgstr ""
5210
 
5211
- #: core/lib/wpbc_all_translations.php:961 inc/_bs/admin/api-settings-s.php:492
5212
  msgid "Cancel bookings older"
5213
  msgstr ""
5214
 
5215
- #: core/lib/wpbc_all_translations.php:962 inc/_bs/admin/api-settings-s.php:493
5216
  msgid "Cancel only pending, unpaid bookings, which are older than this selection."
5217
  msgstr ""
5218
 
5219
- #: core/lib/wpbc_all_translations.php:963 inc/_bs/admin/api-settings-s.php:501
5220
  msgid "Cancellation email sent"
5221
  msgstr ""
5222
 
5223
- #: core/lib/wpbc_all_translations.php:964 inc/_bs/admin/api-settings-s.php:502
5224
  #, php-format
5225
  msgid "Check this box to %ssend%s cancellation email for this resource."
5226
  msgstr ""
5227
 
5228
- #: core/lib/wpbc_all_translations.php:965 inc/_bs/admin/api-settings-s.php:510
5229
- #: inc/_bs/admin/api-settings-s.php:511
5230
  msgid "Reason for cancellation"
5231
  msgstr ""
5232
 
5233
- #: core/lib/wpbc_all_translations.php:966 inc/_bs/admin/api-settings-s.php:512
5234
  #, php-format
5235
  msgid "Type the reason for %scancellation%s for the email template."
5236
  msgstr ""
5237
 
5238
- #: core/lib/wpbc_all_translations.php:967 inc/_bs/admin/page-email-payment.php:501
5239
  msgid "Payment request"
5240
  msgstr ""
5241
 
5242
- #: core/lib/wpbc_all_translations.php:968 inc/_bs/admin/page-email-payment.php:503
5243
  msgid "Customization of email template, which is sending to Visitor after payment request"
5244
  msgstr ""
5245
 
5246
- #: core/lib/wpbc_all_translations.php:969 inc/_bs/admin/page-email-payment.php:639
5247
  msgid "Email with Payment Request which is sending to Visitor."
5248
  msgstr ""
5249
 
5250
- #: core/lib/wpbc_all_translations.php:970 inc/_bs/biz_s.php:303
5251
  msgid "Error! Please reset your check-in/check-out dates above."
5252
  msgstr ""
5253
 
5254
- #: core/lib/wpbc_all_translations.php:971 inc/_bs/biz_s.php:304
5255
  msgid ""
5256
  "Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
5257
  "another date or time."
5258
  msgstr ""
5259
 
5260
- #: core/lib/wpbc_all_translations.php:972 inc/_bs/biz_s.php:305
5261
  msgid ""
5262
  "End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
5263
  "also be earlier that the start time, if only 1 day was selected! Please choose another date or "
5264
  "time."
5265
  msgstr ""
5266
 
5267
- #: core/lib/wpbc_all_translations.php:973 inc/_bs/biz_s.php:306 inc/_bs/biz_s.php:307
5268
  msgid "The time(s) may be booked, or already in the past!"
5269
  msgstr ""
5270
 
5271
- #: core/lib/wpbc_all_translations.php:974 inc/_bs/biz_s.php:497
5272
  msgid "Cost saved successfully"
5273
  msgstr ""
5274
 
5275
- #: core/lib/wpbc_all_translations.php:975 inc/_bs/biz_s.php:504
5276
  msgid "Cost is not correct. It must be greater than 0"
5277
  msgstr ""
5278
 
5279
- #: core/lib/wpbc_all_translations.php:976 inc/_bs/biz_s.php:681
5280
  msgid "Request has been sent"
5281
  msgstr ""
5282
 
5283
- #: core/lib/wpbc_all_translations.php:977 inc/_bs/biz_s.php:688
5284
  msgid "Request has failed"
5285
  msgstr ""
5286
 
5287
- #: core/lib/wpbc_all_translations.php:978 inc/_bs/biz_s.php:719
5288
  msgid "The payment status is changed successfully"
5289
  msgstr ""
5290
 
5291
- #: core/lib/wpbc_all_translations.php:979 inc/_bs/biz_s.php:726
5292
  msgid "The changing of payment status is failed"
5293
  msgstr ""
5294
 
5295
- #: core/lib/wpbc_all_translations.php:980 inc/_bs/biz_s.php:1056
5296
  msgid "deposit"
5297
  msgstr ""
5298
 
5299
- #: core/lib/wpbc_all_translations.php:981 inc/_bs/biz_s.php:1057
5300
  msgid "Total cost"
5301
  msgstr ""
5302
 
5303
- #: core/lib/wpbc_all_translations.php:982 inc/_bs/biz_s.php:1058
5304
  msgid "balance"
5305
  msgstr ""
5306
 
5307
- #: core/lib/wpbc_all_translations.php:983 inc/_bs/lib_s.php:40 inc/_bs/lib_s.php:71
5308
- #: inc/_bs/s-toolbar.php:92
5309
  msgid "Payment status"
5310
  msgstr ""
5311
 
5312
- #: core/lib/wpbc_all_translations.php:984 inc/_bs/lib_s.php:44
5313
  msgid "Any Status"
5314
  msgstr ""
5315
 
5316
- #: core/lib/wpbc_all_translations.php:985 inc/_bs/lib_s.php:47
5317
  msgid "Unknown Status"
5318
  msgstr ""
5319
 
5320
- #: core/lib/wpbc_all_translations.php:986 inc/_bs/lib_s.php:48 inc/_bs/lib_s.php:319
5321
  msgid "Not Completed"
5322
  msgstr ""
5323
 
5324
- #: core/lib/wpbc_all_translations.php:987 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:308
5325
  #: inc/_bs/lib_s.php:328
5326
  msgid "Failed"
5327
  msgstr ""
5328
 
5329
- #: core/lib/wpbc_all_translations.php:988 inc/_bs/lib_s.php:139
5330
  msgid "min"
5331
  msgstr ""
5332
 
5333
- #: core/lib/wpbc_all_translations.php:989 inc/_bs/lib_s.php:139
5334
  msgid "max"
5335
  msgstr ""
5336
 
5337
- #: core/lib/wpbc_all_translations.php:990 inc/_bs/lib_s.php:303 inc/_bs/lib_s.php:321
5338
  msgid "Completed"
5339
  msgstr ""
5340
 
5341
- #: core/lib/wpbc_all_translations.php:991 inc/_bs/lib_s.php:304 inc/_bs/lib_s.php:324
5342
  msgid "In-Progress"
5343
  msgstr ""
5344
 
5345
- #: core/lib/wpbc_all_translations.php:992 inc/_bs/lib_s.php:306 inc/_bs/lib_s.php:341
5346
  msgid "Partially paid"
5347
  msgstr ""
5348
 
5349
- #: core/lib/wpbc_all_translations.php:993 inc/_bs/lib_s.php:307 inc/_bs/lib_s.php:342
5350
  msgid "Cancelled"
5351
  msgstr ""
5352
 
5353
- #: core/lib/wpbc_all_translations.php:994 inc/_bs/lib_s.php:309 inc/_bs/lib_s.php:330
5354
  msgid "Refunded"
5355
  msgstr ""
5356
 
5357
- #: core/lib/wpbc_all_translations.php:995 inc/_bs/lib_s.php:310 inc/_bs/lib_s.php:343
5358
  msgid "Fraud"
5359
  msgstr ""
5360
 
5361
- #: core/lib/wpbc_all_translations.php:996 inc/_bs/lib_s.php:317
5362
  msgid "!Paid OK"
5363
  msgstr ""
5364
 
5365
- #: core/lib/wpbc_all_translations.php:997 inc/_bs/lib_s.php:318
5366
  msgid "Unknown status"
5367
  msgstr ""
5368
 
5369
- #: core/lib/wpbc_all_translations.php:998 inc/_bs/lib_s.php:323
5370
  msgid "Processed"
5371
  msgstr ""
5372
 
5373
- #: core/lib/wpbc_all_translations.php:999 inc/_bs/lib_s.php:325
5374
  msgid "Canceled_Reversal"
5375
  msgstr ""
5376
 
5377
- #: core/lib/wpbc_all_translations.php:1000 inc/_bs/lib_s.php:326
5378
  msgid "Denied"
5379
  msgstr ""
5380
 
5381
- #: core/lib/wpbc_all_translations.php:1001 inc/_bs/lib_s.php:327
5382
  msgid "Expired"
5383
  msgstr ""
5384
 
5385
- #: core/lib/wpbc_all_translations.php:1002 inc/_bs/lib_s.php:329
5386
  msgid "Partially_Refunded"
5387
  msgstr ""
5388
 
5389
- #: core/lib/wpbc_all_translations.php:1003 inc/_bs/lib_s.php:331
5390
  msgid "Reversed"
5391
  msgstr ""
5392
 
5393
- #: core/lib/wpbc_all_translations.php:1004 inc/_bs/lib_s.php:332
5394
  msgid "Voided"
5395
  msgstr ""
5396
 
5397
- #: core/lib/wpbc_all_translations.php:1005 inc/_bs/lib_s.php:335
5398
  msgid "Not authed"
5399
  msgstr ""
5400
 
5401
- #: core/lib/wpbc_all_translations.php:1006 inc/_bs/lib_s.php:336
5402
  msgid "Malformed"
5403
  msgstr ""
5404
 
5405
- #: core/lib/wpbc_all_translations.php:1007 inc/_bs/lib_s.php:337
5406
  msgid "Invalid"
5407
  msgstr ""
5408
 
5409
- #: core/lib/wpbc_all_translations.php:1008 inc/_bs/lib_s.php:338
5410
  msgid "Abort"
5411
  msgstr ""
5412
 
5413
- #: core/lib/wpbc_all_translations.php:1009 inc/_bs/lib_s.php:339
5414
  msgid "Rejected"
5415
  msgstr ""
5416
 
5417
- #: core/lib/wpbc_all_translations.php:1010 inc/_bs/lib_s.php:344
5418
  msgid "Suspended"
5419
  msgstr ""
5420
 
5421
- #: core/lib/wpbc_all_translations.php:1011 inc/_bs/s-toolbar.php:67
5422
  msgid "Send payment request to visitor"
5423
  msgstr ""
5424
 
5425
- #: core/lib/wpbc_all_translations.php:1012 inc/_bs/s-toolbar.php:107 inc/_ps/p-toolbar.php:100
5426
- #: inc/_ps/p-toolbar.php:465
5427
  msgid "Print"
5428
  msgstr ""
5429
 
5430
- #: core/lib/wpbc_all_translations.php:1013 inc/_bs/s-toolbar.php:132
5431
  msgid "Save cost"
5432
  msgstr ""
5433
 
5434
- #: core/lib/wpbc_all_translations.php:1014 inc/_bs/s-toolbar.php:168
5435
  msgid "Change status"
5436
  msgstr ""
5437
 
5438
- #: core/lib/wpbc_all_translations.php:1015 inc/_bs/s-toolbar.php:191
5439
  msgid "Send payment request to customer"
5440
  msgstr ""
5441
 
5442
- #: core/lib/wpbc_all_translations.php:1016 inc/_bs/s-toolbar.php:195
5443
  #, php-format
5444
  msgid "Type your %sreason for payment%s request"
5445
  msgstr ""
5446
 
5447
- #: core/lib/wpbc_all_translations.php:1017 inc/_bs/s-toolbar.php:203
5448
  msgid "Send Request"
5449
  msgstr ""
5450
 
5451
- #: core/lib/wpbc_all_translations.php:1018 inc/_bs/s-toolbar.php:225
5452
  msgid "Auto-fill form"
5453
  msgstr ""
5454
 
5455
- #: core/lib/wpbc_all_translations.php:1019 inc/_mu/admin/activation-u.php:84
5456
  msgid "Suite"
5457
  msgstr ""
5458
 
5459
- #: core/lib/wpbc_all_translations.php:1020 inc/_mu/admin/api-settings-u.php:62
5460
- #: inc/_ps/admin/br-table-export-feeds.php:82 inc/_ps/admin/br-table-import-gcal-p.php:72
5461
  msgid "User"
5462
  msgstr ""
5463
 
5464
- #: core/lib/wpbc_all_translations.php:1021 inc/_mu/admin/api-settings-u.php:401
5465
- #: inc/_mu/admin/page-users.php:249 inc/_mu/admin/page-users.php:587
5466
- #: inc/_mu/admin/page-users.php:591
5467
  msgid "Super Admin"
5468
  msgstr ""
5469
 
5470
- #: core/lib/wpbc_all_translations.php:1022 inc/_mu/admin/api-settings-u.php:405
5471
- #: inc/_mu/admin/page-users.php:284 inc/_mu/admin/page-users.php:595
5472
- #: inc/_mu/admin/page-users.php:599
5473
  msgid "Regular User"
5474
  msgstr ""
5475
 
5476
- #: core/lib/wpbc_all_translations.php:1023 inc/_mu/admin/api-settings-u.php:410
5477
  msgid "Inactive User"
5478
  msgstr ""
5479
 
5480
- #: core/lib/wpbc_all_translations.php:1024 inc/_mu/admin/page-users.php:42
5481
- #: inc/_mu/admin/page-users.php:427
5482
  msgid "Users"
5483
  msgstr ""
5484
 
5485
- #: core/lib/wpbc_all_translations.php:1025 inc/_mu/admin/page-users.php:43
5486
  msgid "Manage Users"
5487
  msgstr ""
5488
 
5489
- #: core/lib/wpbc_all_translations.php:1026 inc/_mu/admin/page-users.php:44
5490
  msgid "Users Settings"
5491
  msgstr ""
5492
 
5493
- #: core/lib/wpbc_all_translations.php:1027 inc/_mu/admin/page-users.php:204
5494
- #: inc/_mu/multiuser.php:616
5495
  msgid "User is Activated"
5496
  msgstr ""
5497
 
5498
- #: core/lib/wpbc_all_translations.php:1028 inc/_mu/admin/page-users.php:232
5499
- #: inc/_mu/multiuser.php:666
5500
  msgid "User is Deactivated"
5501
  msgstr ""
5502
 
5503
- #: core/lib/wpbc_all_translations.php:1029 inc/_mu/admin/page-users.php:435
5504
  msgid "User Role"
5505
  msgstr ""
5506
 
5507
- #: core/lib/wpbc_all_translations.php:1030 inc/_mu/admin/page-users.php:446
5508
- #: inc/_mu/admin/page-users.php:587 inc/_mu/admin/page-users.php:595
5509
  msgid "Set user as"
5510
  msgstr ""
5511
 
5512
- #: core/lib/wpbc_all_translations.php:1031 inc/_mu/admin/page-users.php:540
5513
  msgid "Unlimited"
5514
  msgstr ""
5515
 
5516
- #: core/lib/wpbc_all_translations.php:1032 inc/_mu/admin/page-users.php:552
5517
- #: inc/_mu/admin/page-users.php:560 inc/_mu/admin/page-users.php:566
5518
- #: inc/_mu/admin/page-users.php:573 inc/_mu/admin/page-users.php:586
5519
- #: inc/_mu/admin/page-users.php:594
5520
  msgid "Do you really want"
5521
  msgstr ""
5522
 
5523
- #: core/lib/wpbc_all_translations.php:1033 inc/_mu/admin/page-users.php:553
5524
  msgid "make user active"
5525
  msgstr ""
5526
 
5527
- #: core/lib/wpbc_all_translations.php:1034 inc/_mu/admin/page-users.php:557
5528
  msgid "Activate"
5529
  msgstr ""
5530
 
5531
- #: core/lib/wpbc_all_translations.php:1035 inc/_mu/admin/page-users.php:561
5532
  msgid "make user inactive"
5533
  msgstr ""
5534
 
5535
- #: core/lib/wpbc_all_translations.php:1036 inc/_mu/admin/page-users.php:564
5536
  msgid "Deactivate"
5537
  msgstr ""
5538
 
5539
- #: core/lib/wpbc_all_translations.php:1037 inc/_mu/admin/page-users.php:567
5540
  msgid "delete configuration"
5541
  msgstr ""
5542
 
5543
- #: core/lib/wpbc_all_translations.php:1038 inc/_mu/admin/page-users.php:571
5544
  msgid "Delete settings"
5545
  msgstr ""
5546
 
5547
- #: core/lib/wpbc_all_translations.php:1039 inc/_mu/admin/page-users.php:574
5548
  msgid "delete all booking data"
5549
  msgstr ""
5550
 
5551
- #: core/lib/wpbc_all_translations.php:1040 inc/_mu/admin/page-users.php:578
5552
  msgid "Delete data"
5553
  msgstr ""
5554
 
5555
- #: core/lib/wpbc_all_translations.php:1041 inc/_mu/multiuser.php:602
5556
  msgid "Work days"
5557
  msgstr ""
5558
 
5559
- #: core/lib/wpbc_all_translations.php:1042 inc/_mu/multiuser.php:729
5560
  #, php-format
5561
  msgid ""
5562
  "%sYou do not have permissions for this page.%s Your account is not active, please contact "
5563
  "administrator.%s"
5564
  msgstr ""
5565
 
5566
- #: core/lib/wpbc_all_translations.php:1043 inc/_mu/multiuser.php:768
5567
  #, php-format
5568
  msgid "%sYou do not have permissions for this booking resources.%s"
5569
  msgstr ""
5570
 
5571
- #: core/lib/wpbc_all_translations.php:1044 inc/_mu/multiuser.php:774
5572
  #, php-format
5573
  msgid "%sNo this booking resources.%s"
5574
  msgstr ""
5575
 
5576
- #: core/lib/wpbc_all_translations.php:1045 inc/_ps/admin/activation-p.php:52
5577
  msgid "Please, reserve an apartment with fresh flowers."
5578
  msgstr ""
5579
 
5580
- #: core/lib/wpbc_all_translations.php:1046 inc/_ps/admin/api-settings-p.php:55
5581
  msgid "Default booking resource"
5582
  msgstr ""
5583
 
5584
- #: core/lib/wpbc_all_translations.php:1047 inc/_ps/admin/api-settings-p.php:56
5585
  msgid "Select your default booking resource."
5586
  msgstr ""
5587
 
5588
- #: core/lib/wpbc_all_translations.php:1048 inc/_ps/admin/api-settings-p.php:69
5589
  msgid "Resources number per page"
5590
  msgstr ""
5591
 
5592
- #: core/lib/wpbc_all_translations.php:1049 inc/_ps/admin/api-settings-p.php:70
5593
  msgid "Select number of booking resources (single or parent) per page at Resource menu page"
5594
  msgstr ""
5595
 
5596
- #: core/lib/wpbc_all_translations.php:1050 inc/_ps/admin/api-settings-p.php:90
5597
- #: inc/_ps/admin/api-settings-p.php:100
5598
  msgid "Booking title"
5599
  msgstr ""
5600
 
5601
- #: core/lib/wpbc_all_translations.php:1051 inc/_ps/admin/api-settings-p.php:90
5602
  msgid "admin panel"
5603
  msgstr ""
5604
 
5605
- #: core/lib/wpbc_all_translations.php:1052 inc/_ps/admin/api-settings-p.php:91
5606
  #, php-format
5607
  msgid ""
5608
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
5609
  "the shortcodes from the bottom form of Settings Fields page)."
5610
  msgstr ""
5611
 
5612
- #: core/lib/wpbc_all_translations.php:1053 inc/_ps/admin/api-settings-p.php:100
5613
  msgid "front panel"
5614
  msgstr ""
5615
 
5616
- #: core/lib/wpbc_all_translations.php:1054 inc/_ps/admin/api-settings-p.php:101
5617
  #, php-format
5618
  msgid ""
5619
  "Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
5620
  "from the bottom form of Settings Fields page."
5621
  msgstr ""
5622
 
5623
- #: core/lib/wpbc_all_translations.php:1055 inc/_ps/admin/api-settings-p.php:109
5624
  msgid "Booking details in popover"
5625
  msgstr ""
5626
 
5627
- #: core/lib/wpbc_all_translations.php:1056 inc/_ps/admin/api-settings-p.php:110
5628
  #, php-format
5629
  msgid ""
5630
  "Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
5631
  "side."
5632
  msgstr ""
5633
 
5634
- #: core/lib/wpbc_all_translations.php:1057 inc/_ps/admin/api-settings-p.php:132
5635
  msgid "semicolon"
5636
  msgstr ""
5637
 
5638
- #: core/lib/wpbc_all_translations.php:1058 inc/_ps/admin/api-settings-p.php:133
5639
  msgid "comma"
5640
  msgstr ""
5641
 
5642
- #: core/lib/wpbc_all_translations.php:1059 inc/_ps/admin/api-settings-p.php:138
5643
  msgid "CSV data separator"
5644
  msgstr ""
5645
 
5646
- #: core/lib/wpbc_all_translations.php:1060 inc/_ps/admin/api-settings-p.php:139
5647
  msgid "Select separator of data for export bookings to CSV."
5648
  msgstr ""
5649
 
5650
- #: core/lib/wpbc_all_translations.php:1061 inc/_ps/admin/api-settings-p.php:164
5651
  msgid "URL to edit bookings"
5652
  msgstr ""
5653
 
5654
- #: core/lib/wpbc_all_translations.php:1062 inc/_ps/admin/api-settings-p.php:165
5655
  #, php-format
5656
  msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
5657
  msgstr ""
5658
 
5659
- #: core/lib/wpbc_all_translations.php:1063 inc/_ps/admin/api-settings-p.php:176
5660
  msgid "Change hash after the booking is approved"
5661
  msgstr ""
5662
 
5663
- #: core/lib/wpbc_all_translations.php:1064 inc/_ps/admin/api-settings-p.php:177
5664
  msgid ""
5665
  "Check this box if you want to change the booking hash after approval. When checked, visitor will "
5666
  "not be able to edit or cancel the booking."
5667
  msgstr ""
5668
 
5669
- #: core/lib/wpbc_all_translations.php:1065 inc/_ps/admin/page-email-edit.php:497
5670
  msgid "Modified"
5671
  msgstr ""
5672
 
5673
- #: core/lib/wpbc_all_translations.php:1066 inc/_ps/admin/page-email-edit.php:499
5674
  msgid "Customization of email template, which is sending after modification of booking"
5675
  msgstr ""
5676
 
5677
- #: core/lib/wpbc_all_translations.php:1067 inc/_ps/admin/page-email-edit.php:635
5678
  msgid "Email is sending to Visitor after Editing of booking."
5679
  msgstr ""
5680
 
5681
- #: core/lib/wpbc_all_translations.php:1068 inc/_ps/admin/page-resources.php:38
5682
  msgid "Customizaton of booking resources"
5683
  msgstr ""
5684
 
5685
- #: core/lib/wpbc_all_translations.php:1069 inc/_ps/admin/page-settings-form.php:125
5686
- #: inc/_ps/admin/page-settings-form.php:145
5687
  msgid "Form fields"
5688
  msgstr ""
5689
 
5690
- #: core/lib/wpbc_all_translations.php:1070 inc/_ps/admin/page-settings-form.php:126
5691
  msgid "Content of Booking Fields"
5692
  msgstr ""
5693
 
5694
- #: core/lib/wpbc_all_translations.php:1071 inc/_ps/admin/page-settings-form.php:152
5695
  msgid "Generate tag"
5696
  msgstr ""
5697
 
5698
- #: core/lib/wpbc_all_translations.php:1072 inc/_ps/admin/page-settings-form.php:161
5699
  #, php-format
5700
  msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
5701
  msgstr ""
5702
 
5703
- #: core/lib/wpbc_all_translations.php:1073 inc/_ps/admin/page-settings-form.php:300
5704
  msgid "Form Template"
5705
  msgstr ""
5706
 
5707
- #: core/lib/wpbc_all_translations.php:1074 inc/_ps/admin/page-settings-form.php:313
5708
  msgid "Standard Templates"
5709
  msgstr ""
5710
 
5711
- #: core/lib/wpbc_all_translations.php:1075 inc/_ps/admin/page-settings-form.php:326
5712
  #: inc/_ps/form/class-wpbc-field-help-textarea.php:111
5713
  msgid "Columns"
5714
  msgstr ""
5715
 
5716
- #: core/lib/wpbc_all_translations.php:1076 inc/_ps/admin/page-settings-form.php:350
5717
- #: inc/_ps/admin/page-settings-form.php:360 inc/_ps/admin/page-settings-form.php:370
5718
  msgid "Time Slots"
5719
  msgstr ""
5720
 
5721
- #: core/lib/wpbc_all_translations.php:1077 inc/_ps/admin/page-settings-form.php:387
5722
  msgid "Advanced Templates"
5723
  msgstr ""
5724
 
5725
- #: core/lib/wpbc_all_translations.php:1078 inc/_ps/admin/page-settings-form.php:390
5726
  msgid "Wizard (several steps)"
5727
  msgstr ""
5728
 
5729
- #: core/lib/wpbc_all_translations.php:1079 inc/_ps/admin/page-settings-form.php:403
5730
  msgid "Time slots for different weekdays"
5731
  msgstr ""
5732
 
5733
- #: core/lib/wpbc_all_translations.php:1080 inc/_ps/admin/page-settings-form.php:413
5734
  msgid "Hints"
5735
  msgstr ""
5736
 
5737
- #: core/lib/wpbc_all_translations.php:1081 inc/_ps/admin/page-settings-form.php:435
5738
  msgid "Reset Form"
5739
  msgstr ""
5740
 
5741
- #: core/lib/wpbc_all_translations.php:1082 inc/_ps/admin/page-settings-form.php:488
5742
  msgid "Both"
5743
  msgstr ""
5744
 
5745
- #: core/lib/wpbc_all_translations.php:1083 inc/_ps/admin/page-settings-form.php:489
5746
  msgid "Reset Booking Form and Content of Booking Fields Form"
5747
  msgstr ""
5748
 
5749
- #: core/lib/wpbc_all_translations.php:1084 inc/_ps/admin/page-settings-form.php:583
5750
- #: inc/gateways/page-gateways.php:925
5751
  #, php-format
5752
  msgid "%s - inserting data from fields of booking form"
5753
  msgstr ""
5754
 
5755
- #: core/lib/wpbc_all_translations.php:1085 inc/_ps/admin/page-settings-form.php:584
5756
  #, php-format
5757
  msgid "%s - inserting new line"
5758
  msgstr ""
5759
 
5760
- #: core/lib/wpbc_all_translations.php:1086 inc/_ps/admin/page-settings-form.php:588
5761
- #: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:980
5762
  #, php-format
5763
  msgid ""
5764
  "You can use any %sHTML tags%s in the booking form. Please use the HTML tags carefully. Be sure, "
5765
  "that all \"open\" tags (like %s) are closed (like this %s)."
5766
  msgstr ""
5767
 
5768
- #: core/lib/wpbc_all_translations.php:1087 inc/_ps/admin/page-settings-up.php:37
5769
  msgid "Upgrade to higher version"
5770
  msgstr ""
5771
 
5772
- #: core/lib/wpbc_all_translations.php:1088 inc/_ps/class/wpbc-settings-table.php:252
5773
  msgid "No results found."
5774
  msgstr ""
5775
 
5776
- #: core/lib/wpbc_all_translations.php:1089 inc/_ps/form/class-wpbc-field-help-checkbox.php:90
5777
  #, php-format
5778
  msgid "Wrap each item with %s tag"
5779
  msgstr ""
5780
 
5781
- #: core/lib/wpbc_all_translations.php:1090 inc/_ps/form/class-wpbc-field-help-checkbox.php:104
5782
  msgid "Put a label before field"
5783
  msgstr ""
5784
 
5785
- #: core/lib/wpbc_all_translations.php:1091 inc/_ps/form/class-wpbc-field-help-checkbox.php:118
5786
  #, php-format
5787
  msgid "Make it %sexclusive%s"
5788
  msgstr ""
5789
 
5790
- #: core/lib/wpbc_all_translations.php:1092 inc/_ps/form/class-wpbc-field-help-checkbox.php:128
5791
  #: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
5792
  #: inc/_ps/form/class-wpbc-field-help-text.php:194
5793
  msgid "Default value"
5794
  msgstr ""
5795
 
5796
- #: core/lib/wpbc_all_translations.php:1093 inc/_ps/form/class-wpbc-field-help-checkbox.php:136
5797
  #, php-format
5798
  msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
5799
  msgstr ""
5800
 
5801
- #: core/lib/wpbc_all_translations.php:1094 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
5802
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
5803
  #: inc/_ps/form/class-wpbc-field-help-text.php:177
5804
  msgid "required"
5805
  msgstr ""
5806
 
5807
- #: core/lib/wpbc_all_translations.php:1095 inc/_ps/form/class-wpbc-field-help-checkbox.php:154
5808
  #: inc/_ps/form/class-wpbc-field-help-select.php:119
5809
  msgid "One option per line"
5810
  msgstr ""
5811
 
5812
- #: core/lib/wpbc_all_translations.php:1096 inc/_ps/form/class-wpbc-field-help-checkbox.php:164
5813
  #: inc/_ps/form/class-wpbc-field-help-select.php:129
5814
  msgid "Titles of options"
5815
  msgstr ""
5816
 
5817
- #: core/lib/wpbc_all_translations.php:1097 inc/_ps/form/class-wpbc-field-help-checkbox.php:172
5818
  #: inc/_ps/form/class-wpbc-field-help-select.php:137
5819
  msgid "One title per line"
5820
  msgstr ""
5821
 
5822
- #: core/lib/wpbc_all_translations.php:1098 inc/_ps/form/class-wpbc-field-help-radio.php:93
5823
  #: inc/_ps/form/class-wpbc-field-help-select.php:86
5824
  #, php-format
5825
  msgid "One Value from %sOptions%s list"
5826
  msgstr ""
5827
 
5828
- #: core/lib/wpbc_all_translations.php:1099 inc/_ps/form/class-wpbc-field-help-select.php:101
5829
  #, php-format
5830
  msgid "Allow %smultiple%s selections"
5831
  msgstr ""
5832
 
5833
- #: core/lib/wpbc_all_translations.php:1100 inc/_ps/form/class-wpbc-field-help-text.php:167
5834
  #, php-format
5835
  msgid "Set as %srequired%s"
5836
  msgstr ""
5837
 
5838
- #: core/lib/wpbc_all_translations.php:1101 inc/_ps/form/class-wpbc-field-help-text.php:228
5839
  msgid "Placeholder"
5840
  msgstr ""
5841
 
5842
- #: core/lib/wpbc_all_translations.php:1102 inc/_ps/form/class-wpbc-field-help-text.php:247
5843
  msgid "Class"
5844
  msgstr ""
5845
 
5846
- #: core/lib/wpbc_all_translations.php:1103 inc/_ps/form/class-wpbc-field-help-text.php:264
5847
  msgid "Size"
5848
  msgstr ""
5849
 
5850
- #: core/lib/wpbc_all_translations.php:1104 inc/_ps/form/class-wpbc-field-help-text.php:281
5851
  msgid "Maxlength"
5852
  msgstr ""
5853
 
5854
- #: core/lib/wpbc_all_translations.php:1105 inc/_ps/form/class-wpbc-field-help-text.php:298
5855
  msgid "Copy and paste this shortcode into the form at left side"
5856
  msgstr ""
5857
 
5858
- #: core/lib/wpbc_all_translations.php:1106 inc/_ps/form/class-wpbc-field-help-text.php:313
5859
  #, php-format
5860
  msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
5861
  msgstr ""
5862
 
5863
- #: core/lib/wpbc_all_translations.php:1107 inc/_ps/form/class-wpbc-field-help-textarea.php:94
5864
  msgid "Rows"
5865
  msgstr ""
5866
 
5867
- #: core/lib/wpbc_all_translations.php:1108 inc/_ps/form/class-wpbc-form-help.php:86
5868
  msgid "General Information"
5869
  msgstr ""
5870
 
5871
- #: core/lib/wpbc_all_translations.php:1109 inc/_ps/form/class-wpbc-form-help.php:109
5872
  msgid "Required Fields in Booking Form"
5873
  msgstr ""
5874
 
5875
- #: core/lib/wpbc_all_translations.php:1110 inc/_ps/form/class-wpbc-form-help.php:117
5876
  #, php-format
5877
  msgid "You must to have this shortcode:%s in the form."
5878
  msgstr ""
5879
 
5880
- #: core/lib/wpbc_all_translations.php:1111 inc/_ps/form/class-wpbc-form-help.php:119
5881
  msgid ""
5882
  "You can insert several calendars of different resources into the form allowing you to book "
5883
  "several resources during one booking process."
5884
  msgstr ""
5885
 
5886
- #: core/lib/wpbc_all_translations.php:1112 inc/_ps/form/class-wpbc-form-help.php:120
5887
  #, php-format
5888
  msgid "Example: %s."
5889
  msgstr ""
5890
 
5891
- #: core/lib/wpbc_all_translations.php:1113 inc/_ps/form/class-wpbc-form-help.php:121
5892
  #, php-format
5893
  msgid ""
5894
  "where %s – default calendar %s (you can select desired resource of calendar by inserting "
5895
  "shortcode into page)%s"
5896
  msgstr ""
5897
 
5898
- #: core/lib/wpbc_all_translations.php:1114 inc/_ps/form/class-wpbc-form-help.php:122
5899
  #: inc/_ps/form/class-wpbc-form-help.php:123
5900
  #, php-format
5901
  msgid "%s – calendar of booking resource with %s"
5902
  msgstr ""
5903
 
5904
- #: core/lib/wpbc_all_translations.php:1115 inc/_ps/form/class-wpbc-form-help.php:124
5905
  #, php-format
5906
  msgid "Please check more about this feature %shere%s."
5907
  msgstr ""
5908
 
5909
- #: core/lib/wpbc_all_translations.php:1116 inc/_ps/form/class-wpbc-form-help.php:126
5910
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
5911
  #: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
5912
  #: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
@@ -5916,82 +5987,82 @@ msgstr ""
5916
  msgid "You can %suse this shortcode only once%s in the form."
5917
  msgstr ""
5918
 
5919
- #: core/lib/wpbc_all_translations.php:1117 inc/_ps/form/class-wpbc-form-help.php:135
5920
  msgid "Email Field"
5921
  msgstr ""
5922
 
5923
- #: core/lib/wpbc_all_translations.php:1118 inc/_ps/form/class-wpbc-form-help.php:136
5924
  #, php-format
5925
  msgid "You must have this shortcode:%s in the booking form."
5926
  msgstr ""
5927
 
5928
- #: core/lib/wpbc_all_translations.php:1119 inc/_ps/form/class-wpbc-form-help.php:136
5929
  msgid "This is the primary email field, which is used for sending emails to visitors."
5930
  msgstr ""
5931
 
5932
- #: core/lib/wpbc_all_translations.php:1120 inc/_ps/form/class-wpbc-form-help.php:163
5933
  msgid "Drop Down"
5934
  msgstr ""
5935
 
5936
- #: core/lib/wpbc_all_translations.php:1121 inc/_ps/form/class-wpbc-form-help.php:175
5937
  msgid "Checkbox(es)"
5938
  msgstr ""
5939
 
5940
- #: core/lib/wpbc_all_translations.php:1122 inc/_ps/form/class-wpbc-form-help.php:182
5941
  msgid "Radio Button(s)"
5942
  msgstr ""
5943
 
5944
- #: core/lib/wpbc_all_translations.php:1123 inc/_ps/form/class-wpbc-form-help.php:196
5945
  #, php-format
5946
  msgid "Insert %s shortcode to prevent SPAM bookings."
5947
  msgstr ""
5948
 
5949
- #: core/lib/wpbc_all_translations.php:1124 inc/_ps/form/class-wpbc-form-help.php:206
5950
  msgid "Submit Button"
5951
  msgstr ""
5952
 
5953
- #: core/lib/wpbc_all_translations.php:1125 inc/_ps/form/class-wpbc-form-help.php:214
5954
  msgid "Times Fields"
5955
  msgstr ""
5956
 
5957
- #: core/lib/wpbc_all_translations.php:1126 inc/_ps/form/class-wpbc-form-help.php:220
5958
  msgid "Time Slot List"
5959
  msgstr ""
5960
 
5961
- #: core/lib/wpbc_all_translations.php:1127 inc/_ps/form/class-wpbc-form-help.php:222
5962
  #: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
5963
  #: inc/_ps/form/class-wpbc-form-help.php:379
5964
  #, php-format
5965
  msgid "Select the %s using the predefined %sTime List%s."
5966
  msgstr ""
5967
 
5968
- #: core/lib/wpbc_all_translations.php:1128 inc/_ps/form/class-wpbc-form-help.php:222
5969
  msgid "Time Slot"
5970
  msgstr ""
5971
 
5972
- #: core/lib/wpbc_all_translations.php:1129 inc/_ps/form/class-wpbc-form-help.php:223
5973
  #, php-format
5974
  msgid ""
5975
  "Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
5976
  "slots, this time field will %sdisable booked times slots%s (set them as grayed)."
5977
  msgstr ""
5978
 
5979
- #: core/lib/wpbc_all_translations.php:1130 inc/_ps/form/class-wpbc-form-help.php:224
5980
  #, php-format
5981
  msgid "It works only in %ssingle day selection%s mode."
5982
  msgstr ""
5983
 
5984
- #: core/lib/wpbc_all_translations.php:1131 inc/_ps/form/class-wpbc-form-help.php:225
5985
  msgid ""
5986
  "Also some early versions of the IE do not support disabling of the options in the selectboxes."
5987
  msgstr ""
5988
 
5989
- #: core/lib/wpbc_all_translations.php:1132 inc/_ps/form/class-wpbc-form-help.php:226
5990
  msgid ""
5991
  "Even if visitor selects the booked timeslot, system will not allow them to make the booking."
5992
  msgstr ""
5993
 
5994
- #: core/lib/wpbc_all_translations.php:1133 inc/_ps/form/class-wpbc-form-help.php:229
5995
  #: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
5996
  #, php-format
5997
  msgid ""
@@ -5999,115 +6070,115 @@ msgid ""
5999
  "Time)%s only."
6000
  msgstr ""
6001
 
6002
- #: core/lib/wpbc_all_translations.php:1134 inc/_ps/form/class-wpbc-form-help.php:231
6003
  #, php-format
6004
  msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
6005
  msgstr ""
6006
 
6007
- #: core/lib/wpbc_all_translations.php:1135 inc/_ps/form/class-wpbc-form-help.php:273
6008
  msgid "Start Time - Text field"
6009
  msgstr ""
6010
 
6011
- #: core/lib/wpbc_all_translations.php:1136 inc/_ps/form/class-wpbc-form-help.php:275
6012
  #: inc/_ps/form/class-wpbc-form-help.php:288
6013
  #, php-format
6014
  msgid "Enter %s in text field."
6015
  msgstr ""
6016
 
6017
- #: core/lib/wpbc_all_translations.php:1137 inc/_ps/form/class-wpbc-form-help.php:275
6018
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
6019
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6020
  msgid "Start Time"
6021
  msgstr ""
6022
 
6023
- #: core/lib/wpbc_all_translations.php:1138 inc/_ps/form/class-wpbc-form-help.php:277
6024
  #: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
6025
  #, php-format
6026
  msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
6027
  msgstr ""
6028
 
6029
- #: core/lib/wpbc_all_translations.php:1139 inc/_ps/form/class-wpbc-form-help.php:279
6030
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6031
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6032
  #, php-format
6033
  msgid "You can also use the %s in the form."
6034
  msgstr ""
6035
 
6036
- #: core/lib/wpbc_all_translations.php:1140 inc/_ps/form/class-wpbc-form-help.php:279
6037
  #: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
6038
  #: inc/_ps/form/class-wpbc-form-help.php:340
6039
  msgid "End Time"
6040
  msgstr ""
6041
 
6042
- #: core/lib/wpbc_all_translations.php:1141 inc/_ps/form/class-wpbc-form-help.php:279
6043
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6044
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
6045
  msgid "Duration Time"
6046
  msgstr ""
6047
 
6048
- #: core/lib/wpbc_all_translations.php:1142 inc/_ps/form/class-wpbc-form-help.php:279
6049
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6050
  #: inc/_ps/form/class-wpbc-form-help.php:344
6051
  msgid "fields"
6052
  msgstr ""
6053
 
6054
- #: core/lib/wpbc_all_translations.php:1143 inc/_ps/form/class-wpbc-form-help.php:286
6055
  msgid "End Time - Text field"
6056
  msgstr ""
6057
 
6058
- #: core/lib/wpbc_all_translations.php:1144 inc/_ps/form/class-wpbc-form-help.php:300
6059
  msgid "Start Time - Drop Down list"
6060
  msgstr ""
6061
 
6062
- #: core/lib/wpbc_all_translations.php:1145 inc/_ps/form/class-wpbc-form-help.php:304
6063
  #, php-format
6064
  msgid ""
6065
  "Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
6066
  "Time)%s only."
6067
  msgstr ""
6068
 
6069
- #: core/lib/wpbc_all_translations.php:1146 inc/_ps/form/class-wpbc-form-help.php:338
6070
  msgid "End Time - Drop Down list"
6071
  msgstr ""
6072
 
6073
- #: core/lib/wpbc_all_translations.php:1147 inc/_ps/form/class-wpbc-form-help.php:377
6074
  msgid "Duration Time - Drop Down list"
6075
  msgstr ""
6076
 
6077
- #: core/lib/wpbc_all_translations.php:1148 inc/_ps/form/class-wpbc-form-help.php:383
6078
  msgid "field"
6079
  msgstr ""
6080
 
6081
- #: core/lib/wpbc_all_translations.php:1149 inc/_ps/form/class-wpbc-form-help.php:416
6082
  msgid "Different time slots, for the different week days"
6083
  msgstr ""
6084
 
6085
- #: core/lib/wpbc_all_translations.php:1150 inc/_ps/form/class-wpbc-form-help.php:419
6086
  msgid ""
6087
  "This feature provides the possibility to use the different time slot selections in the booking "
6088
  "form for the different week days or different days - which are assigned to the specific season "
6089
  "filters. So each week day (day of specific season filter) can have a different time slots list."
6090
  msgstr ""
6091
 
6092
- #: core/lib/wpbc_all_translations.php:1151 inc/_ps/form/class-wpbc-form-help.php:421
6093
  #: inc/_ps/form/class-wpbc-form-help.php:568
6094
  msgid "Configuration"
6095
  msgstr ""
6096
 
6097
- #: core/lib/wpbc_all_translations.php:1152 inc/_ps/form/class-wpbc-form-help.php:422
6098
  #: inc/_ps/form/class-wpbc-form-help.php:569
6099
  #, php-format
6100
  msgid "The general structure of the configuration %scondition rule%s is as follows"
6101
  msgstr ""
6102
 
6103
- #: core/lib/wpbc_all_translations.php:1153 inc/_ps/form/class-wpbc-form-help.php:428
6104
  #: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
6105
  #: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
6106
  #: inc/_ps/form/class-wpbc-form-help.php:619
6107
  msgid "Parameters"
6108
  msgstr ""
6109
 
6110
- #: core/lib/wpbc_all_translations.php:1154 inc/_ps/form/class-wpbc-form-help.php:429
6111
  #: inc/_ps/form/class-wpbc-form-help.php:576
6112
  #, php-format
6113
  msgid ""
@@ -6117,7 +6188,7 @@ msgid ""
6117
  "conditions. Please check more about it, in the examples."
6118
  msgstr ""
6119
 
6120
- #: core/lib/wpbc_all_translations.php:1155 inc/_ps/form/class-wpbc-form-help.php:430
6121
  #: inc/_ps/form/class-wpbc-form-help.php:577
6122
  #, php-format
6123
  msgid ""
@@ -6128,7 +6199,7 @@ msgid ""
6128
  "filter in the Season Filters page."
6129
  msgstr ""
6130
 
6131
- #: core/lib/wpbc_all_translations.php:1156 inc/_ps/form/class-wpbc-form-help.php:431
6132
  #, php-format
6133
  msgid ""
6134
  "%svalue%s – value of the specific conditions. If the value is true, the content of the "
@@ -6137,47 +6208,47 @@ msgid ""
6137
  "at initial stage, when the date in calendar is not yet selected."
6138
  msgstr ""
6139
 
6140
- #: core/lib/wpbc_all_translations.php:1157 inc/_ps/form/class-wpbc-form-help.php:433
6141
  #: inc/_ps/form/class-wpbc-form-help.php:580
6142
  msgid "Examples"
6143
  msgstr ""
6144
 
6145
- #: core/lib/wpbc_all_translations.php:1158 inc/_ps/form/class-wpbc-form-help.php:434
6146
  #: inc/_ps/form/class-wpbc-form-help.php:581
6147
  msgid "Week days conditions."
6148
  msgstr ""
6149
 
6150
- #: core/lib/wpbc_all_translations.php:1159 inc/_ps/form/class-wpbc-form-help.php:450
6151
  #: inc/_ps/form/class-wpbc-form-help.php:597
6152
  msgid "default value, if no dates are selected, or none exist conditions are true."
6153
  msgstr ""
6154
 
6155
- #: core/lib/wpbc_all_translations.php:1160 inc/_ps/form/class-wpbc-form-help.php:458
6156
  #: inc/_ps/form/class-wpbc-form-help.php:475
6157
  msgid "You can use the several values, separated by comma."
6158
  msgstr ""
6159
 
6160
- #: core/lib/wpbc_all_translations.php:1161 inc/_ps/form/class-wpbc-form-help.php:460
6161
  #: inc/_ps/form/class-wpbc-form-help.php:607
6162
  msgid "Season filters conditions."
6163
  msgstr ""
6164
 
6165
- #: core/lib/wpbc_all_translations.php:1162 inc/_ps/form/class-wpbc-form-help.php:473
6166
  #: inc/_ps/form/class-wpbc-form-help.php:620
6167
  msgid "Season filter on the Season Filters page,"
6168
  msgstr ""
6169
 
6170
- #: core/lib/wpbc_all_translations.php:1163 inc/_ps/form/class-wpbc-form-help.php:474
6171
  #: inc/_ps/form/class-wpbc-form-help.php:621
6172
  msgid "Season filter on the Season Filters page"
6173
  msgstr ""
6174
 
6175
- #: core/lib/wpbc_all_translations.php:1164 inc/_ps/form/class-wpbc-form-help.php:477
6176
  #: inc/_ps/form/class-wpbc-form-help.php:624
6177
  msgid "Additional info"
6178
  msgstr ""
6179
 
6180
- #: core/lib/wpbc_all_translations.php:1165 inc/_ps/form/class-wpbc-form-help.php:478
6181
  #: inc/_ps/form/class-wpbc-form-help.php:625
6182
  #, php-format
6183
  msgid ""
@@ -6185,103 +6256,103 @@ msgid ""
6185
  "section."
6186
  msgstr ""
6187
 
6188
- #: core/lib/wpbc_all_translations.php:1166 inc/_ps/form/class-wpbc-form-help.php:479
6189
  #: inc/_ps/form/class-wpbc-form-help.php:626
6190
  #, php-format
6191
  msgid "Please check more about this feature at %sthis page%s"
6192
  msgstr ""
6193
 
6194
- #: core/lib/wpbc_all_translations.php:1167 inc/_ps/form/class-wpbc-form-help.php:493
6195
  msgid "Time Field"
6196
  msgstr ""
6197
 
6198
- #: core/lib/wpbc_all_translations.php:1168 inc/_ps/form/class-wpbc-form-help.php:495
6199
  #, php-format
6200
  msgid "Enter the %sTime%s using the text field."
6201
  msgstr ""
6202
 
6203
- #: core/lib/wpbc_all_translations.php:1169 inc/_ps/form/class-wpbc-form-help.php:498
6204
  msgid "This field does not impact to availability (booking for the specific time) ."
6205
  msgstr ""
6206
 
6207
- #: core/lib/wpbc_all_translations.php:1170 inc/_ps/form/class-wpbc-form-help.php:499
6208
  msgid "The value of this field is just saved into DB."
6209
  msgstr ""
6210
 
6211
- #: core/lib/wpbc_all_translations.php:1171 inc/_ps/form/class-wpbc-form-help.php:509
6212
  msgid "Country List"
6213
  msgstr ""
6214
 
6215
- #: core/lib/wpbc_all_translations.php:1172 inc/_ps/form/class-wpbc-form-help.php:511
6216
  msgid "Select the country from the predefined country list."
6217
  msgstr ""
6218
 
6219
- #: core/lib/wpbc_all_translations.php:1173 inc/_ps/form/class-wpbc-form-help.php:512
6220
  #, php-format
6221
  msgid "You can customize the country list at this file: %s"
6222
  msgstr ""
6223
 
6224
- #: core/lib/wpbc_all_translations.php:1174 inc/_ps/form/class-wpbc-form-help.php:513
6225
  msgid "You can insert this field with default selected value."
6226
  msgstr ""
6227
 
6228
- #: core/lib/wpbc_all_translations.php:1175 inc/_ps/form/class-wpbc-form-help.php:514
6229
  #, php-format
6230
  msgid "Example: %s - %s\"United States\"%s is selected by default."
6231
  msgstr ""
6232
 
6233
- #: core/lib/wpbc_all_translations.php:1176 inc/_ps/form/class-wpbc-form-help.php:523
6234
  msgid "Language Sections"
6235
  msgstr ""
6236
 
6237
- #: core/lib/wpbc_all_translations.php:1177 inc/_ps/form/class-wpbc-form-help.php:525
6238
  msgid "Plugin support configurations of the booking form are available in different languages."
6239
  msgstr ""
6240
 
6241
- #: core/lib/wpbc_all_translations.php:1178 inc/_ps/form/class-wpbc-form-help.php:526
6242
  msgid "The active language of the booking form depends on the active locale of the site."
6243
  msgstr ""
6244
 
6245
- #: core/lib/wpbc_all_translations.php:1179 inc/_ps/form/class-wpbc-form-help.php:527
6246
  msgid ""
6247
  "Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
6248
  msgstr ""
6249
 
6250
- #: core/lib/wpbc_all_translations.php:1180 inc/_ps/form/class-wpbc-form-help.php:529
6251
  msgid "Usage"
6252
  msgstr ""
6253
 
6254
- #: core/lib/wpbc_all_translations.php:1181 inc/_ps/form/class-wpbc-form-help.php:530
6255
  #, php-format
6256
  msgid "start new translation section in specific language, where %s - locale of the translation."
6257
  msgstr ""
6258
 
6259
- #: core/lib/wpbc_all_translations.php:1182 inc/_ps/form/class-wpbc-form-help.php:533
6260
  msgid "English and French translation"
6261
  msgstr ""
6262
 
6263
- #: core/lib/wpbc_all_translations.php:1183 inc/_ps/form/class-wpbc-form-help.php:536
6264
  msgid "of configuration booking form in English and French languages"
6265
  msgstr ""
6266
 
6267
- #: core/lib/wpbc_all_translations.php:1184 inc/_ps/form/class-wpbc-form-help.php:555
6268
  msgid ""
6269
  "Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
6270
  "translation\" page. Required WPML 3.2 with String Translation plugin."
6271
  msgstr ""
6272
 
6273
- #: core/lib/wpbc_all_translations.php:1185 inc/_ps/form/class-wpbc-form-help.php:563
6274
  msgid "Different form fields, for the different week days"
6275
  msgstr ""
6276
 
6277
- #: core/lib/wpbc_all_translations.php:1186 inc/_ps/form/class-wpbc-form-help.php:566
6278
  msgid ""
6279
  "This feature provides the possibility to show the different form fields or any other HTML "
6280
  "content in the booking form, depending on the selection of specific week day in calendar or "
6281
  "different days, which are assigned to the specific season filters"
6282
  msgstr ""
6283
 
6284
- #: core/lib/wpbc_all_translations.php:1187 inc/_ps/form/class-wpbc-form-help.php:578
6285
  #, php-format
6286
  msgid ""
6287
  "%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
@@ -6290,169 +6361,169 @@ msgid ""
6290
  "at initial stage, when the date in calendar is not yet selected."
6291
  msgstr ""
6292
 
6293
- #: core/lib/wpbc_all_translations.php:1188 inc/_ps/form/class-wpbc-form-help.php:605
6294
  msgid "You can use several values, separated by comma."
6295
  msgstr ""
6296
 
6297
- #: core/lib/wpbc_all_translations.php:1189 inc/_ps/form/class-wpbc-form-help.php:622
6298
  msgid "You can use several values, separated by a comma."
6299
  msgstr ""
6300
 
6301
- #: core/lib/wpbc_all_translations.php:1190 inc/_ps/form/class-wpbc-form-help.php:635
6302
  msgid "Cost Fields"
6303
  msgstr ""
6304
 
6305
- #: core/lib/wpbc_all_translations.php:1191 inc/_ps/form/class-wpbc-form-help.php:641
6306
  msgid "Cost Correction Field"
6307
  msgstr ""
6308
 
6309
- #: core/lib/wpbc_all_translations.php:1192 inc/_ps/form/class-wpbc-form-help.php:643
6310
  #, php-format
6311
  msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
6312
  msgstr ""
6313
 
6314
- #: core/lib/wpbc_all_translations.php:1193 inc/_ps/form/class-wpbc-form-help.php:644
6315
  #, php-format
6316
  msgid "Use this field for %scorrecting the cost%s during adding new booking."
6317
  msgstr ""
6318
 
6319
- #: core/lib/wpbc_all_translations.php:1194 inc/_ps/form/class-wpbc-form-help.php:655
6320
  msgid "Discount Coupon field"
6321
  msgstr ""
6322
 
6323
- #: core/lib/wpbc_all_translations.php:1195 inc/_ps/form/class-wpbc-form-help.php:657
6324
  msgid "Please use this field for possibility to use coupon discounts by your visitors."
6325
  msgstr ""
6326
 
6327
- #: core/lib/wpbc_all_translations.php:1196 inc/_ps/form/class-wpbc-form-help.php:658
6328
  #, php-format
6329
  msgid "You can configure the discount coupon codes at this %spage%s."
6330
  msgstr ""
6331
 
6332
- #: core/lib/wpbc_all_translations.php:1197 inc/_ps/form/class-wpbc-form-help.php:667
6333
  msgid "Hints for your form"
6334
  msgstr ""
6335
 
6336
- #: core/lib/wpbc_all_translations.php:1198 inc/_ps/form/class-wpbc-form-help.php:673
6337
  msgid "Cost Hints"
6338
  msgstr ""
6339
 
6340
- #: core/lib/wpbc_all_translations.php:1199 inc/_ps/form/class-wpbc-form-help.php:675
6341
- #: inc/_ps/form/class-wpbc-form-help.php:696
6342
  #, php-format
6343
  msgid ""
6344
  "Insert these shortcodes into form to %sshow info in real time %s(after selection of the dates in "
6345
  "calendar or options in checkboxes or selectboxes)%s."
6346
  msgstr ""
6347
 
6348
- #: core/lib/wpbc_all_translations.php:1200 inc/_ps/form/class-wpbc-form-help.php:694
6349
  msgid "Dates and Times Hints"
6350
  msgstr ""
6351
 
6352
- #: core/lib/wpbc_all_translations.php:1201 inc/_ps/form/class-wpbc-form-help.php:698
6353
- #: inc/gateways/page-gateways.php:950
6354
  msgid "Selected Check In date."
6355
  msgstr ""
6356
 
6357
- #: core/lib/wpbc_all_translations.php:1202 inc/_ps/form/class-wpbc-form-help.php:699
6358
- #: inc/_ps/form/class-wpbc-form-help.php:702 inc/_ps/form/class-wpbc-form-help.php:705
6359
- #: inc/_ps/form/class-wpbc-form-help.php:708 inc/_ps/form/class-wpbc-form-help.php:711
6360
- #: inc/_ps/form/class-wpbc-form-help.php:714 inc/_ps/form/class-wpbc-form-help.php:717
6361
- #: inc/_ps/form/class-wpbc-form-help.php:720 inc/_ps/form/class-wpbc-form-help.php:723
6362
- #: inc/_ps/form/class-wpbc-form-help.php:726 inc/gateways/page-gateways.php:951
6363
- #: inc/gateways/page-gateways.php:954 inc/gateways/page-gateways.php:957
6364
- #: inc/gateways/page-gateways.php:960 inc/gateways/page-gateways.php:963
6365
- #: inc/gateways/page-gateways.php:966 inc/gateways/page-gateways.php:969
6366
- #: inc/gateways/page-gateways.php:972 inc/gateways/page-gateways.php:975
6367
- #: inc/gateways/page-gateways.php:978
6368
  msgid "Example:"
6369
  msgstr ""
6370
 
6371
- #: core/lib/wpbc_all_translations.php:1203 inc/_ps/form/class-wpbc-form-help.php:701
6372
- #: inc/gateways/page-gateways.php:953
6373
  msgid "Selected Check Out date."
6374
  msgstr ""
6375
 
6376
- #: core/lib/wpbc_all_translations.php:1204 inc/_ps/form/class-wpbc-form-help.php:704
6377
- #: inc/gateways/page-gateways.php:956
6378
  msgid "Selected Start Time."
6379
  msgstr ""
6380
 
6381
- #: core/lib/wpbc_all_translations.php:1205 inc/_ps/form/class-wpbc-form-help.php:707
6382
- #: inc/gateways/page-gateways.php:959
6383
  msgid "Selected End Time."
6384
  msgstr ""
6385
 
6386
- #: core/lib/wpbc_all_translations.php:1206 inc/_ps/form/class-wpbc-form-help.php:710
6387
- #: inc/gateways/page-gateways.php:962
6388
  msgid "All selected dates."
6389
  msgstr ""
6390
 
6391
- #: core/lib/wpbc_all_translations.php:1207 inc/_ps/form/class-wpbc-form-help.php:713
6392
- #: inc/gateways/page-gateways.php:965
6393
  msgid "All selected dates with times."
6394
  msgstr ""
6395
 
6396
- #: core/lib/wpbc_all_translations.php:1208 inc/_ps/form/class-wpbc-form-help.php:716
6397
- #: inc/gateways/page-gateways.php:968
6398
  msgid "All selected dates in \"short\" format."
6399
  msgstr ""
6400
 
6401
- #: core/lib/wpbc_all_translations.php:1209 inc/_ps/form/class-wpbc-form-help.php:719
6402
- #: inc/gateways/page-gateways.php:971
6403
  msgid "All selected dates with times in \"short\" format.."
6404
  msgstr ""
6405
 
6406
- #: core/lib/wpbc_all_translations.php:1210 inc/_ps/form/class-wpbc-form-help.php:722
6407
- #: inc/gateways/page-gateways.php:974
6408
  msgid "Number of selected days."
6409
  msgstr ""
6410
 
6411
- #: core/lib/wpbc_all_translations.php:1211 inc/_ps/form/class-wpbc-form-help.php:725
6412
- #: inc/gateways/page-gateways.php:977
6413
  msgid "Number of selected nights."
6414
  msgstr ""
6415
 
6416
- #: core/lib/wpbc_all_translations.php:1212 inc/_ps/form/class-wpbc-form-help.php:735
6417
  msgid "Other Hints"
6418
  msgstr ""
6419
 
6420
- #: core/lib/wpbc_all_translations.php:1213 inc/_ps/form/class-wpbc-form-help.php:737
6421
- #: inc/_ps/form/class-wpbc-form-help.php:739 inc/gateways/page-gateways.php:928
6422
  msgid "title of booking resource"
6423
  msgstr ""
6424
 
6425
- #: core/lib/wpbc_all_translations.php:1214 inc/_ps/form/class-wpbc-form-help.php:738
6426
  msgid "ID of booking resource."
6427
  msgstr ""
6428
 
6429
- #: core/lib/wpbc_all_translations.php:1215 inc/_ps/form/class-wpbc-form-help.php:740
6430
  msgid "cost of booking resource."
6431
  msgstr ""
6432
 
6433
- #: core/lib/wpbc_all_translations.php:1216 inc/_ps/form/class-wpbc-form-help.php:741
6434
  msgid "capacity of booking resource."
6435
  msgstr ""
6436
 
6437
- #: core/lib/wpbc_all_translations.php:1217 inc/_ps/form/class-wpbc-form-help.php:742
6438
  msgid "maximum number of visitors per booking resource."
6439
  msgstr ""
6440
 
6441
- #: core/lib/wpbc_all_translations.php:1218 inc/_ps/form/class-wpbc-form-help.php:756
6442
  msgid "Tips and Tricks"
6443
  msgstr ""
6444
 
6445
- #: core/lib/wpbc_all_translations.php:1219 inc/_ps/form/class-wpbc-form-help.php:758
6446
  #, php-format
6447
  msgid "%sEmail verification field%s."
6448
  msgstr ""
6449
 
6450
- #: core/lib/wpbc_all_translations.php:1220 inc/_ps/form/class-wpbc-form-help.php:760
6451
  #, php-format
6452
  msgid "%sDescription of usage%s."
6453
  msgstr ""
6454
 
6455
- #: core/lib/wpbc_all_translations.php:1221 inc/_ps/form/class-wpbc-form-help.php:761
6456
  #, php-format
6457
  msgid ""
6458
  "To create verification email, you need to use special CSS class in other email field. This CSS "
@@ -6460,702 +6531,720 @@ msgid ""
6460
  "field: %s"
6461
  msgstr ""
6462
 
6463
- #: core/lib/wpbc_all_translations.php:1222 inc/_ps/form/class-wpbc-form-help.php:762
6464
  #, php-format
6465
  msgid "%sExample%s."
6466
  msgstr ""
6467
 
6468
- #: core/lib/wpbc_all_translations.php:1223 inc/_ps/form/class-wpbc-form-help.php:763
6469
  msgid "confirmation email field of the primary email field"
6470
  msgstr ""
6471
 
6472
- #: core/lib/wpbc_all_translations.php:1224 inc/_ps/form/class-wpbc-form-help.php:787
6473
  msgid "Generate Tag"
6474
  msgstr ""
6475
 
6476
- #: core/lib/wpbc_all_translations.php:1225 inc/_ps/form/class-wpbc-form-help.php:803
6477
  msgid "Select option to configure or show help info about tags"
6478
  msgstr ""
6479
 
6480
- #: core/lib/wpbc_all_translations.php:1226 inc/_ps/p-toolbar.php:34
6481
  msgid "Keyword"
6482
  msgstr ""
6483
 
6484
- #: core/lib/wpbc_all_translations.php:1227 inc/_ps/p-toolbar.php:42
6485
  msgid "Enter Keyword here"
6486
  msgstr ""
6487
 
6488
- #: core/lib/wpbc_all_translations.php:1228 inc/_ps/p-toolbar.php:65
6489
  msgid ""
6490
  "Save filter settings as default template (Please, click Apply filter button, before saving!)"
6491
  msgstr ""
6492
 
6493
- #: core/lib/wpbc_all_translations.php:1229 inc/_ps/p-toolbar.php:69
6494
  msgid "Save as Default"
6495
  msgstr ""
6496
 
6497
- #: core/lib/wpbc_all_translations.php:1230 inc/_ps/p-toolbar.php:75
6498
  msgid "Delete your previously saved default filer template!"
6499
  msgstr ""
6500
 
6501
- #: core/lib/wpbc_all_translations.php:1231 inc/_ps/p-toolbar.php:79
6502
  msgid "Delete template"
6503
  msgstr ""
6504
 
6505
- #: core/lib/wpbc_all_translations.php:1232 inc/_ps/p-toolbar.php:101
6506
  msgid "Print bookings listing"
6507
  msgstr ""
6508
 
6509
- #: core/lib/wpbc_all_translations.php:1234 inc/_ps/p-toolbar.php:143
6510
  msgid "Export only current page of bookings to CSV format"
6511
  msgstr ""
6512
 
6513
- #: core/lib/wpbc_all_translations.php:1235 inc/_ps/p-toolbar.php:156
6514
  msgid "Export All"
6515
  msgstr ""
6516
 
6517
- #: core/lib/wpbc_all_translations.php:1236 inc/_ps/p-toolbar.php:157
6518
  msgid "Export All bookings to CSV format"
6519
  msgstr ""
6520
 
6521
- #: core/lib/wpbc_all_translations.php:1237 inc/_ps/p-toolbar.php:221
6522
  msgid "Edit Note"
6523
  msgstr ""
6524
 
6525
- #: core/lib/wpbc_all_translations.php:1238 inc/_ps/p-toolbar.php:243
6526
  msgid "Change Language"
6527
  msgstr ""
6528
 
6529
- #: core/lib/wpbc_all_translations.php:1239 inc/_ps/p-toolbar.php:255
6530
  msgid "Default Locale"
6531
  msgstr ""
6532
 
6533
- #: core/lib/wpbc_all_translations.php:1240 inc/_ps/p-toolbar.php:290
6534
  msgid "Change Resource"
6535
  msgstr ""
6536
 
6537
- #: core/lib/wpbc_all_translations.php:1241 inc/_ps/p-toolbar.php:314 inc/_ps/p-toolbar.php:423
6538
  msgid "Duplicate Booking"
6539
  msgstr ""
6540
 
6541
- #: core/lib/wpbc_all_translations.php:1242 inc/_ps/p-toolbar.php:343
6542
  msgid "Save"
6543
  msgstr ""
6544
 
6545
- #: core/lib/wpbc_all_translations.php:1243 inc/_ps/p-toolbar.php:390
6546
  msgid "Change"
6547
  msgstr ""
6548
 
6549
- #: core/lib/wpbc_all_translations.php:1244 inc/_ps/p-toolbar.php:459
6550
  msgid "Print bookings"
6551
  msgstr ""
6552
 
6553
- #: core/lib/wpbc_all_translations.php:1245 inc/_ps/p-toolbar.php:498
6554
  msgid "Export bookings"
6555
  msgstr ""
6556
 
6557
- #: core/lib/wpbc_all_translations.php:1246 inc/_ps/p-toolbar.php:501
6558
  msgid "Download the CSV file of exported booking data"
6559
  msgstr ""
6560
 
6561
- #: core/lib/wpbc_all_translations.php:1247 inc/_ps/p-toolbar.php:509
6562
  msgid "Download"
6563
  msgstr ""
6564
 
6565
- #: core/lib/wpbc_all_translations.php:1248 inc/_ps/p-toolbar.php:735
6566
  msgid "Clear booking resources selection"
6567
  msgstr ""
6568
 
6569
- #: core/lib/wpbc_all_translations.php:1249 inc/_ps/p-toolbar.php:739
6570
  msgid "Apply booking resources selection"
6571
  msgstr ""
6572
 
6573
- #: core/lib/wpbc_all_translations.php:1250 inc/_ps/p-toolbar.php:769
6574
  msgid ""
6575
  "Please note, its not possible to add new resources, if \"All resources\" option is selected. "
6576
  "Please clear the selection, then add new resources."
6577
  msgstr ""
6578
 
6579
- #: core/lib/wpbc_all_translations.php:1251 inc/_ps/p-toolbar.php:1056 inc/_ps/p-toolbar.php:1104
6580
  msgid "Add New Booking Resource(s)"
6581
  msgstr ""
6582
 
6583
- #: core/lib/wpbc_all_translations.php:1252 inc/_ps/p-toolbar.php:1096
6584
  msgid "Enter name of booking resource"
6585
  msgstr ""
6586
 
6587
- #: core/lib/wpbc_all_translations.php:1253 inc/_ps/p-toolbar.php:1120
6588
  msgid "Resources count"
6589
  msgstr ""
6590
 
6591
- #: core/lib/wpbc_all_translations.php:1254 inc/_ps/personal.php:241
6592
  msgid "This booking resources does not exist"
6593
  msgstr ""
6594
 
6595
- #: core/lib/wpbc_all_translations.php:1255 inc/_ps/personal.php:286
6596
  msgid "Generating columns"
6597
  msgstr ""
6598
 
6599
- #: core/lib/wpbc_all_translations.php:1256 inc/_ps/personal.php:327
6600
  msgid "Exporting booking data"
6601
  msgstr ""
6602
 
6603
- #: core/lib/wpbc_all_translations.php:1257 inc/_ps/personal.php:366
6604
  msgid "Generating content of file"
6605
  msgstr ""
6606
 
6607
- #: core/lib/wpbc_all_translations.php:1258 inc/_ps/personal.php:408
6608
  msgid "Saving to file"
6609
  msgstr ""
6610
 
6611
- #: core/lib/wpbc_all_translations.php:1259 inc/_ps/personal.php:808
6612
  msgid "The booking was canceled by the visitor."
6613
  msgstr ""
6614
 
6615
- #: core/lib/wpbc_all_translations.php:1260 inc/_ps/personal.php:867
6616
  msgid "The booking has been canceled successfully"
6617
  msgstr ""
6618
 
6619
- #: core/lib/wpbc_all_translations.php:1261 inc/_ps/personal.php:887
6620
  msgid "Incorrect date format"
6621
  msgstr ""
6622
 
6623
- #: core/lib/wpbc_all_translations.php:1262 inc/_ps/personal.php:1997
6624
  msgid "Change your Booking"
6625
  msgstr ""
6626
 
6627
- #: core/lib/wpbc_all_translations.php:1263 inc/_ps/personal.php:1999
6628
  msgid "Cancel Booking"
6629
  msgstr ""
6630
 
6631
- #: core/lib/wpbc_all_translations.php:1264 inc/_ps/personal.php:2253
6632
  msgid "Warning! The resource was not changed. Current dates are already booked there."
6633
  msgstr ""
6634
 
6635
- #: core/lib/wpbc_all_translations.php:1265 inc/_ps/personal.php:2390
6636
  msgid "The booking has been duplicated successfully"
6637
  msgstr ""
6638
 
6639
- #: core/lib/wpbc_all_translations.php:1266 inc/_ps/personal.php:2399
6640
  msgid "Warning! Operation failed. Current dates are already booked there."
6641
  msgstr ""
6642
 
6643
- #: core/lib/wpbc_all_translations.php:1267 inc/_ps/personal.php:2486
6644
  msgid "Sending request..."
6645
  msgstr ""
6646
 
6647
- #: core/lib/wpbc_all_translations.php:1268 inc/_ps/personal.php:2515
6648
  msgid "Order number"
6649
  msgstr ""
6650
 
6651
- #: core/lib/wpbc_all_translations.php:1269 inc/_ps/personal.php:2517
6652
  msgid "Register"
6653
  msgstr ""
6654
 
6655
- #: core/lib/wpbc_all_translations.php:1270 inc/_ps/personal.php:2519
6656
  msgid ""
6657
  "Please, enter order number of your purchased version, which you received to your billing email."
6658
  msgstr ""
6659
 
6660
- #: core/lib/wpbc_all_translations.php:1271 inc/_ps/personal.php:2521
6661
  #, php-format
6662
  msgid "If you will get any difficulties or have a questions, please contact by email %s"
6663
  msgstr ""
6664
 
6665
- #: core/lib/wpbc_all_translations.php:1272 inc/_ps/wpbc-booking-select-widget.php:226
6666
  msgid "Default form"
6667
  msgstr ""
6668
 
6669
- #: core/lib/wpbc_all_translations.php:1273 inc/_ps/wpbc-check-updates.php:178
6670
  #, php-format
6671
  msgid ""
6672
  "There is a new version of %1$s available. <a href=\"%2$s\" target=\"_blank\" title=\"%3$s\">View "
6673
  "version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
6674
  msgstr ""
6675
 
6676
- #: core/lib/wpbc_all_translations.php:1274 inc/_ps/wpbc-check-updates.php:184
6677
  #, php-format
6678
  msgid "You can request the new update of plugin on %1$sthis page%2$s."
6679
  msgstr ""
6680
 
6681
- #: core/lib/wpbc_all_translations.php:1275 inc/_ps/wpbc-check-updates.php:191
6682
  msgid "Upgrade Notice"
6683
  msgstr ""
6684
 
6685
- #: core/lib/wpbc_all_translations.php:1276 inc/_ps/wpbc-check-updates.php:231
6686
  #, php-format
6687
  msgid "Version %s By %s"
6688
  msgstr ""
6689
 
6690
- #: core/lib/wpbc_all_translations.php:1277 inc/_ps/wpbc-check-updates.php:235
6691
  msgid "View details"
6692
  msgstr ""
6693
 
6694
- #: core/lib/wpbc_all_translations.php:1278 inc/_ps/wpbc-form-templates.php:33
6695
- #: inc/_ps/wpbc-form-templates.php:48 inc/_ps/wpbc-form-templates.php:68
6696
- #: inc/_ps/wpbc-form-templates.php:91 inc/_ps/wpbc-form-templates.php:113
6697
- msgid "First Name (required)"
6698
- msgstr ""
6699
-
6700
- #: core/lib/wpbc_all_translations.php:1279 inc/_ps/wpbc-form-templates.php:34
6701
  #: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
6702
  #: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
6703
- msgid "Last Name (required)"
6704
  msgstr ""
6705
 
6706
- #: core/lib/wpbc_all_translations.php:1280 inc/_ps/wpbc-form-templates.php:35
6707
  #: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
6708
  #: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
6709
- msgid "Email (required)"
6710
  msgstr ""
6711
 
6712
- #: core/lib/wpbc_all_translations.php:1281 inc/_ps/wpbc-form-templates.php:36
6713
  #: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
6714
  #: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
6715
- #: inc/_ps/wpbc-form-templates.php:145 inc/_ps/wpbc-form-templates.php:157
6716
- #: inc/_ps/wpbc-form-templates.php:172 inc/_ps/wpbc-form-templates.php:187
6717
- #: inc/gateways/page-gateways.php:252
 
 
 
 
 
 
6718
  msgid "Phone"
6719
  msgstr ""
6720
 
6721
- #: core/lib/wpbc_all_translations.php:1282 inc/_ps/wpbc-form-templates.php:37
6722
- #: inc/_ps/wpbc-form-templates.php:56 inc/_ps/wpbc-form-templates.php:76
6723
- #: inc/_ps/wpbc-form-templates.php:99 inc/_ps/wpbc-form-templates.php:146
6724
- #: inc/_ps/wpbc-form-templates.php:162 inc/_ps/wpbc-form-templates.php:177
6725
  msgid "Adults"
6726
  msgstr ""
6727
 
6728
- #: core/lib/wpbc_all_translations.php:1283 inc/_ps/wpbc-form-templates.php:37
6729
- #: inc/_ps/wpbc-form-templates.php:56 inc/_ps/wpbc-form-templates.php:76
6730
- #: inc/_ps/wpbc-form-templates.php:99 inc/_ps/wpbc-form-templates.php:147
6731
- #: inc/_ps/wpbc-form-templates.php:163 inc/_ps/wpbc-form-templates.php:178
6732
  msgid "Children"
6733
  msgstr ""
6734
 
6735
- #: core/lib/wpbc_all_translations.php:1284 inc/_ps/wpbc-form-templates.php:38
6736
- #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
6737
- #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:122
6738
- #: inc/_ps/wpbc-form-templates.php:148 inc/_ps/wpbc-form-templates.php:164
6739
- #: inc/_ps/wpbc-form-templates.php:179 inc/_ps/wpbc-form-templates.php:193
6740
  msgid "Details"
6741
  msgstr ""
6742
 
6743
- #: core/lib/wpbc_all_translations.php:1285 inc/_ps/wpbc-form-templates.php:39
6744
- #: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
6745
- #: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:124
6746
  msgid "I Accept term and conditions"
6747
  msgstr ""
6748
 
6749
- #: core/lib/wpbc_all_translations.php:1286 inc/_ps/wpbc-form-templates.php:47
6750
- #: inc/_ps/wpbc-form-templates.php:67
6751
  msgid "Select Times"
6752
  msgstr ""
6753
 
6754
- #: core/lib/wpbc_all_translations.php:1287 inc/_ps/wpbc-form-templates.php:52
6755
- #: inc/_ps/wpbc-form-templates.php:72 inc/_ps/wpbc-form-templates.php:95
6756
- #: inc/_ps/wpbc-form-templates.php:117
6757
- msgid "Address (required)"
6758
- msgstr ""
6759
-
6760
- #: core/lib/wpbc_all_translations.php:1288 inc/_ps/wpbc-form-templates.php:53
6761
  #: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
6762
  #: inc/_ps/wpbc-form-templates.php:118
6763
- msgid "City (required)"
6764
  msgstr ""
6765
 
6766
- #: core/lib/wpbc_all_translations.php:1289 inc/_ps/wpbc-form-templates.php:54
6767
  #: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
6768
  #: inc/_ps/wpbc-form-templates.php:119
6769
- msgid "Post code (required)"
6770
  msgstr ""
6771
 
6772
- #: core/lib/wpbc_all_translations.php:1290 inc/_ps/wpbc-form-templates.php:55
6773
  #: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
6774
  #: inc/_ps/wpbc-form-templates.php:120
 
 
 
 
 
 
6775
  msgid "Country (required)"
6776
  msgstr ""
6777
 
6778
- #: core/lib/wpbc_all_translations.php:1291 inc/_ps/wpbc-form-templates.php:88
6779
  msgid "night(s)"
6780
  msgstr ""
6781
 
6782
- #: core/lib/wpbc_all_translations.php:1292 inc/_ps/wpbc-form-templates.php:89
6783
- #: inc/_ps/wpbc-form-templates.php:111
6784
  msgid "Full cost of the booking"
6785
  msgstr ""
6786
 
6787
- #: core/lib/wpbc_all_translations.php:1293 inc/_ps/wpbc-form-templates.php:121
6788
- #: inc/_ps/wpbc-form-templates.php:192
6789
  msgid "Visitors"
6790
  msgstr ""
6791
 
6792
- #: core/lib/wpbc_all_translations.php:1294 inc/_ps/wpbc-form-templates.php:142
6793
- #: inc/_ps/wpbc-form-templates.php:154 inc/_ps/wpbc-form-templates.php:169
6794
- #: inc/_ps/wpbc-form-templates.php:184
6795
  msgid "First Name"
6796
  msgstr ""
6797
 
6798
- #: core/lib/wpbc_all_translations.php:1295 inc/_ps/wpbc-form-templates.php:143
6799
- #: inc/_ps/wpbc-form-templates.php:155 inc/_ps/wpbc-form-templates.php:170
6800
- #: inc/_ps/wpbc-form-templates.php:185
6801
  msgid "Last Name"
6802
  msgstr ""
6803
 
6804
- #: core/lib/wpbc_all_translations.php:1296 inc/_ps/wpbc-form-templates.php:144
6805
- #: inc/_ps/wpbc-form-templates.php:156 inc/_ps/wpbc-form-templates.php:171
6806
- #: inc/_ps/wpbc-form-templates.php:186
6807
  msgid "Email"
6808
  msgstr ""
6809
 
6810
- #: core/lib/wpbc_all_translations.php:1297 inc/_ps/wpbc-form-templates.php:158
6811
- #: inc/_ps/wpbc-form-templates.php:173 inc/_ps/wpbc-form-templates.php:188
6812
  msgid "Address"
6813
  msgstr ""
6814
 
6815
- #: core/lib/wpbc_all_translations.php:1298 inc/_ps/wpbc-form-templates.php:159
6816
- #: inc/_ps/wpbc-form-templates.php:174 inc/_ps/wpbc-form-templates.php:189
6817
  msgid "City"
6818
  msgstr ""
6819
 
6820
- #: core/lib/wpbc_all_translations.php:1299 inc/_ps/wpbc-form-templates.php:160
6821
- #: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
6822
  msgid "Post code"
6823
  msgstr ""
6824
 
6825
- #: core/lib/wpbc_all_translations.php:1300 inc/_ps/wpbc-form-templates.php:161
6826
- #: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
6827
- #: inc/gateways/page-gateways.php:276
6828
  msgid "Country"
6829
  msgstr ""
6830
 
6831
- #: core/lib/wpbc_all_translations.php:1301 inc/_ps/wpbc-form-templates.php:217
6832
- #: inc/_ps/wpbc-form-templates.php:227 inc/_ps/wpbc-form-templates.php:237
6833
- #: inc/_ps/wpbc-form-templates.php:247
6834
  msgid "Check in"
6835
  msgstr ""
6836
 
6837
- #: core/lib/wpbc_all_translations.php:1302 inc/_ps/wpbc-form-templates.php:218
6838
- #: inc/_ps/wpbc-form-templates.php:228 inc/_ps/wpbc-form-templates.php:238
6839
- #: inc/_ps/wpbc-form-templates.php:248
6840
  msgid "Check out"
6841
  msgstr ""
6842
 
6843
- #: core/lib/wpbc_all_translations.php:1303 inc/_ps/wpbc-form-templates.php:219
6844
- #: inc/_ps/wpbc-form-templates.php:229 inc/_ps/wpbc-form-templates.php:239
6845
- #: inc/_ps/wpbc-form-templates.php:249
6846
  msgid "Guests"
6847
  msgstr ""
6848
 
6849
- #: core/lib/wpbc_all_translations.php:1304 inc/_ps/wpbc-form-templates.php:276
6850
- #: inc/_ps/wpbc-form-templates.php:293
6851
  msgid "Max. persons"
6852
  msgstr ""
6853
 
6854
- #: core/lib/wpbc_all_translations.php:1305 inc/_ps/wpbc-print.php:82
6855
  msgid "Data"
6856
  msgstr ""
6857
 
6858
- #: core/lib/wpbc_all_translations.php:1306 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:273
6859
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:217
6860
- #: inc/gateways/ideal/wpbc-gw-ideal.php:375 inc/gateways/ipay88/wpbc-gw-ipay88.php:253
6861
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:146 inc/gateways/paypal/wpbc-gw-paypal.php:342
6862
- #: inc/gateways/sage/wpbc-gw-sage.php:382
6863
  msgid "Enable this payment gateway"
6864
  msgstr ""
6865
 
6866
- #: core/lib/wpbc_all_translations.php:1307 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:283
6867
  msgid "API Login ID"
6868
  msgstr ""
6869
 
6870
- #: core/lib/wpbc_all_translations.php:1308 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:285
6871
  #, php-format
6872
  msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
6873
  msgstr ""
6874
 
6875
- #: core/lib/wpbc_all_translations.php:1309 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:298
6876
  msgid "Transaction Key"
6877
  msgstr ""
6878
 
6879
- #: core/lib/wpbc_all_translations.php:1310 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:300
 
 
6880
  #, php-format
6881
  msgid "This parameter have to assigned to you by %s"
6882
  msgstr ""
6883
 
6884
- #: core/lib/wpbc_all_translations.php:1311 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:312
6885
- #: inc/gateways/ideal/wpbc-gw-ideal.php:416 inc/gateways/paypal/wpbc-gw-paypal.php:421
6886
- #: inc/gateways/sage/wpbc-gw-sage.php:421
6887
  msgid "Chose payment mode"
6888
  msgstr ""
6889
 
6890
- #: core/lib/wpbc_all_translations.php:1312 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:313
6891
  msgid ""
6892
  "Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
6893
  "for using Developer account."
6894
  msgstr ""
6895
 
6896
- #: core/lib/wpbc_all_translations.php:1313 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:316
6897
  msgid ""
6898
  "Transactions posted against live merchant accounts using either of the above testing methods are "
6899
  "not submitted to financial institutions for authorization and are not stored in the Merchant "
6900
  "Interface."
6901
  msgstr ""
6902
 
6903
- #: core/lib/wpbc_all_translations.php:1314 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:320
6904
  msgid "Developer Test"
6905
  msgstr ""
6906
 
6907
- #: core/lib/wpbc_all_translations.php:1315 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:321
6908
  msgid "Live Test"
6909
  msgstr ""
6910
 
6911
- #: core/lib/wpbc_all_translations.php:1316 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:322
6912
- #: inc/gateways/paypal/wpbc-gw-paypal.php:427
6913
  msgid "Live"
6914
  msgstr ""
6915
 
6916
- #: core/lib/wpbc_all_translations.php:1317 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:330
6917
- #: inc/gateways/paypal/wpbc-gw-paypal.php:405 inc/gateways/sage/wpbc-gw-sage.php:435
6918
  msgid "Transaction type"
6919
  msgstr ""
6920
 
6921
- #: core/lib/wpbc_all_translations.php:1318 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:331
6922
  msgid "Select transaction type, which supported by the payment gateway."
6923
  msgstr ""
6924
 
6925
- #: core/lib/wpbc_all_translations.php:1319 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:334
6926
  msgid "Authorization and Capture"
6927
  msgstr ""
6928
 
6929
- #: core/lib/wpbc_all_translations.php:1320 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:335
6930
  msgid "Authorization Only"
6931
  msgstr ""
6932
 
6933
- #: core/lib/wpbc_all_translations.php:1321 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:341
6934
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:291 inc/gateways/paypal/wpbc-gw-paypal.php:436
6935
- #: inc/gateways/sage/wpbc-gw-sage.php:450
6936
  msgid "U.S. Dollars"
6937
  msgstr ""
6938
 
6939
- #: core/lib/wpbc_all_translations.php:1322 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:342
6940
- #: inc/gateways/sage/wpbc-gw-sage.php:448
6941
  msgid "Pounds Sterling"
6942
  msgstr ""
6943
 
6944
- #: core/lib/wpbc_all_translations.php:1323 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:343
6945
- #: inc/gateways/paypal/wpbc-gw-paypal.php:437 inc/gateways/sage/wpbc-gw-sage.php:449
 
6946
  msgid "Euros"
6947
  msgstr ""
6948
 
6949
- #: core/lib/wpbc_all_translations.php:1324 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:344
6950
- #: inc/gateways/paypal/wpbc-gw-paypal.php:441 inc/gateways/sage/wpbc-gw-sage.php:453
 
6951
  msgid "Canadian Dollars"
6952
  msgstr ""
6953
 
6954
- #: core/lib/wpbc_all_translations.php:1325 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:349
6955
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:297 inc/gateways/paypal/wpbc-gw-paypal.php:464
6956
- #: inc/gateways/sage/wpbc-gw-sage.php:475
6957
  msgid "Accepted Currency"
6958
  msgstr ""
6959
 
6960
- #: core/lib/wpbc_all_translations.php:1326 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:350
6961
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:298 inc/gateways/paypal/wpbc-gw-paypal.php:465
6962
- #: inc/gateways/sage/wpbc-gw-sage.php:476
6963
  msgid "The currency code that gateway will process the payment in."
6964
  msgstr ""
6965
 
6966
- #: core/lib/wpbc_all_translations.php:1327 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:353
 
6967
  msgid ""
6968
  "Setting the currency that is not supported by the payment processor will result in an error."
6969
  msgstr ""
6970
 
6971
- #: core/lib/wpbc_all_translations.php:1328 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:363
6972
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:364
6973
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:973 inc/gateways/ideal/wpbc-gw-ideal.php:306
6974
- #: inc/gateways/ideal/wpbc-gw-ideal.php:454 inc/gateways/ideal/wpbc-gw-ideal.php:455
6975
- #: inc/gateways/ideal/wpbc-gw-ideal.php:1034 inc/gateways/ipay88/wpbc-gw-ipay88.php:307
6976
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:308 inc/gateways/ipay88/wpbc-gw-ipay88.php:894
6977
- #: inc/gateways/paypal/wpbc-gw-paypal.php:493 inc/gateways/paypal/wpbc-gw-paypal.php:494
6978
- #: inc/gateways/paypal/wpbc-gw-paypal.php:1316 inc/gateways/sage/wpbc-gw-sage.php:485
6979
- #: inc/gateways/sage/wpbc-gw-sage.php:486 inc/gateways/sage/wpbc-gw-sage.php:1030
 
 
6980
  msgid "Pay via"
6981
  msgstr ""
6982
 
6983
- #: core/lib/wpbc_all_translations.php:1329 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:365
6984
- #: inc/gateways/ideal/wpbc-gw-ideal.php:456 inc/gateways/ipay88/wpbc-gw-ipay88.php:309
6985
- #: inc/gateways/paypal/wpbc-gw-paypal.php:495 inc/gateways/sage/wpbc-gw-sage.php:487
 
6986
  msgid "Payment button title"
6987
  msgstr ""
6988
 
6989
- #: core/lib/wpbc_all_translations.php:1330 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
6990
- #: inc/gateways/ideal/wpbc-gw-ideal.php:457 inc/gateways/ipay88/wpbc-gw-ipay88.php:310
6991
- #: inc/gateways/paypal/wpbc-gw-paypal.php:496 inc/gateways/sage/wpbc-gw-sage.php:488
 
6992
  msgid "Enter the title of the payment button"
6993
  msgstr ""
6994
 
6995
- #: core/lib/wpbc_all_translations.php:1331 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:377
6996
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:378
6997
- #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:969 inc/gateways/ideal/wpbc-gw-ideal.php:468
6998
- #: inc/gateways/ideal/wpbc-gw-ideal.php:469 inc/gateways/ideal/wpbc-gw-ideal.php:1031
6999
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:321 inc/gateways/ipay88/wpbc-gw-ipay88.php:322
7000
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:891 inc/gateways/paypal/wpbc-gw-paypal.php:521
7001
- #: inc/gateways/paypal/wpbc-gw-paypal.php:522 inc/gateways/paypal/wpbc-gw-paypal.php:1318
7002
- #: inc/gateways/sage/wpbc-gw-sage.php:499 inc/gateways/sage/wpbc-gw-sage.php:500
7003
- #: inc/gateways/sage/wpbc-gw-sage.php:1026
 
7004
  #, php-format
7005
  msgid "Payment for booking %s on these day(s): %s"
7006
  msgstr ""
7007
 
7008
- #: core/lib/wpbc_all_translations.php:1332 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:379
7009
- #: inc/gateways/ideal/wpbc-gw-ideal.php:470 inc/gateways/ipay88/wpbc-gw-ipay88.php:323
7010
- #: inc/gateways/paypal/wpbc-gw-paypal.php:523 inc/gateways/sage/wpbc-gw-sage.php:501
 
7011
  msgid "Payment description at gateway website"
7012
  msgstr ""
7013
 
7014
- #: core/lib/wpbc_all_translations.php:1333 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:380
7015
- #: inc/gateways/ideal/wpbc-gw-ideal.php:471 inc/gateways/ipay88/wpbc-gw-ipay88.php:324
7016
- #: inc/gateways/paypal/wpbc-gw-paypal.php:524 inc/gateways/sage/wpbc-gw-sage.php:502
 
7017
  msgid "Enter the service name or the reason for the payment here."
7018
  msgstr ""
7019
 
7020
- #: core/lib/wpbc_all_translations.php:1334 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:381
7021
- #: inc/gateways/ideal/wpbc-gw-ideal.php:472 inc/gateways/ipay88/wpbc-gw-ipay88.php:325
7022
- #: inc/gateways/paypal/wpbc-gw-paypal.php:525 inc/gateways/sage/wpbc-gw-sage.php:503
 
7023
  msgid "You can use any shortcodes, which you have used in content of booking fields data form."
7024
  msgstr ""
7025
 
7026
- #: core/lib/wpbc_all_translations.php:1335 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:384
7027
- #: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:328
7028
- #: inc/gateways/paypal/wpbc-gw-paypal.php:528 inc/gateways/sage/wpbc-gw-sage.php:506
7029
  #, php-format
7030
  msgid "This field support only up to %s characters by payment system."
7031
  msgstr ""
7032
 
7033
- #: core/lib/wpbc_all_translations.php:1336 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:402
7034
  msgid "Activate Relay Response"
7035
  msgstr ""
7036
 
7037
- #: core/lib/wpbc_all_translations.php:1337 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:403
7038
  msgid ""
7039
  "Indicate to the payment gateway that you would like to receive the transaction response to your "
7040
  "site."
7041
  msgstr ""
7042
 
7043
- #: core/lib/wpbc_all_translations.php:1338 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:406
7044
  msgid ""
7045
  "You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
7046
  "Interface, if a Relay Response is activated here."
7047
  msgstr ""
7048
 
7049
- #: core/lib/wpbc_all_translations.php:1339 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:416
7050
  msgid "MD5 Hash value"
7051
  msgstr ""
7052
 
7053
- #: core/lib/wpbc_all_translations.php:1340 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:417
7054
  msgid ""
7055
  "Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
7056
  msgstr ""
7057
 
7058
- #: core/lib/wpbc_all_translations.php:1341 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:419
7059
  msgid "To configure MD5 Hash value in Relay Response for your transactions"
7060
  msgstr ""
7061
 
7062
- #: core/lib/wpbc_all_translations.php:1342 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:420
7063
  msgid "Log on to the Merchant Interface"
7064
  msgstr ""
7065
 
7066
- #: core/lib/wpbc_all_translations.php:1343 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
7067
  msgid "Click Settings under Account in the main menu on the left"
7068
  msgstr ""
7069
 
7070
- #: core/lib/wpbc_all_translations.php:1344 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:422
7071
  msgid "Click MD5-Hash in the Security Settings section"
7072
  msgstr ""
7073
 
7074
- #: core/lib/wpbc_all_translations.php:1345 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:423
7075
  msgid "Enter this value"
7076
  msgstr ""
7077
 
7078
- #: core/lib/wpbc_all_translations.php:1346 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:424
7079
  msgid "Click Submit"
7080
  msgstr ""
7081
 
7082
- #: core/lib/wpbc_all_translations.php:1347 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:425
7083
  #, php-format
7084
  msgid ""
7085
  "For more information about configuring Relay Response in the Merchant Interface, please see the "
7086
  "%sMerchant Integration Guide%s"
7087
  msgstr ""
7088
 
7089
- #: core/lib/wpbc_all_translations.php:1348 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:440
7090
- #: inc/gateways/ideal/wpbc-gw-ideal.php:503 inc/gateways/ipay88/wpbc-gw-ipay88.php:349
7091
- #: inc/gateways/sage/wpbc-gw-sage.php:527
7092
  msgid "Return URL after Successful order"
7093
  msgstr ""
7094
 
7095
- #: core/lib/wpbc_all_translations.php:1349 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:458
7096
- #: inc/gateways/ideal/wpbc-gw-ideal.php:519 inc/gateways/ipay88/wpbc-gw-ipay88.php:365
7097
- #: inc/gateways/paypal/wpbc-gw-paypal.php:589 inc/gateways/sage/wpbc-gw-sage.php:543
 
7098
  msgid "The URL where visitor will be redirected after completing payment."
7099
  msgstr ""
7100
 
7101
- #: core/lib/wpbc_all_translations.php:1350 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:459
7102
- #: inc/gateways/ideal/wpbc-gw-ideal.php:520 inc/gateways/ipay88/wpbc-gw-ipay88.php:366
7103
- #: inc/gateways/paypal/wpbc-gw-paypal.php:590 inc/gateways/sage/wpbc-gw-sage.php:544
 
7104
  #, php-format
7105
  msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
7106
  msgstr ""
7107
 
7108
- #: core/lib/wpbc_all_translations.php:1351 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:474
7109
- #: inc/gateways/ideal/wpbc-gw-ideal.php:534 inc/gateways/ipay88/wpbc-gw-ipay88.php:380
7110
- #: inc/gateways/sage/wpbc-gw-sage.php:558
7111
  msgid "Return URL after Failed order"
7112
  msgstr ""
7113
 
7114
- #: core/lib/wpbc_all_translations.php:1352 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:492
7115
- #: inc/gateways/ideal/wpbc-gw-ideal.php:550 inc/gateways/ipay88/wpbc-gw-ipay88.php:396
7116
- #: inc/gateways/paypal/wpbc-gw-paypal.php:620 inc/gateways/sage/wpbc-gw-sage.php:574
 
7117
  msgid "The URL where the visitor will be redirected after completing payment."
7118
  msgstr ""
7119
 
7120
- #: core/lib/wpbc_all_translations.php:1353 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:493
7121
- #: inc/gateways/ideal/wpbc-gw-ideal.php:551 inc/gateways/ipay88/wpbc-gw-ipay88.php:397
7122
- #: inc/gateways/paypal/wpbc-gw-paypal.php:621 inc/gateways/sage/wpbc-gw-sage.php:575
 
7123
  #, php-format
7124
  msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
7125
  msgstr ""
7126
 
7127
- #: core/lib/wpbc_all_translations.php:1354 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:504
7128
  msgid "Automatically approve booking"
7129
  msgstr ""
7130
 
7131
- #: core/lib/wpbc_all_translations.php:1355 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:505
7132
  msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
7133
  msgstr ""
7134
 
7135
- #: core/lib/wpbc_all_translations.php:1356 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:507
7136
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:410 inc/gateways/paypal/wpbc-gw-paypal.php:638
7137
- #: inc/gateways/sage/wpbc-gw-sage.php:588
7138
  msgid "This will not work, if the visitor leaves the payment page."
7139
  msgstr ""
7140
 
7141
- #: core/lib/wpbc_all_translations.php:1357 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:719
7142
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:339
7143
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:420
7144
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:442
7145
- #: inc/gateways/ideal/wpbc-gw-ideal.php:791 inc/gateways/ideal/wpbc-gw-ideal.php:894
7146
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:650 inc/gateways/ipay88/wpbc-gw-ipay88.php:755
7147
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:279 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:384
7148
- #: inc/gateways/paypal/wpbc-gw-paypal.php:940 inc/gateways/paypal/wpbc-gw-paypal.php:1035
7149
- #: inc/gateways/sage/wpbc-gw-sage.php:773 inc/gateways/sage/wpbc-gw-sage.php:884
 
7150
  #, php-format
7151
  msgid "%s Settings"
7152
  msgstr ""
7153
 
7154
- #: core/lib/wpbc_all_translations.php:1358 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:720
7155
  msgid "Integration of authorizenet payment system"
7156
  msgstr ""
7157
 
7158
- #: core/lib/wpbc_all_translations.php:1359 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:812
7159
  #, php-format
7160
  msgid ""
7161
  "If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
@@ -7163,977 +7252,980 @@ msgid ""
7163
  "gateway."
7164
  msgstr ""
7165
 
7166
- #: core/lib/wpbc_all_translations.php:1360 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:819
7167
  msgid ""
7168
  "Please configure all fields inside the Billing form fields tab at this page, when using a "
7169
  "European payment processor"
7170
  msgstr ""
7171
 
7172
- #: core/lib/wpbc_all_translations.php:1361 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:826
7173
  msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
7174
  msgstr ""
7175
 
7176
- #: core/lib/wpbc_all_translations.php:1362 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:836
7177
  #, php-format
7178
  msgid "%s - Server Integration Method (SIM)"
7179
  msgstr ""
7180
 
7181
- #: core/lib/wpbc_all_translations.php:1363 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:229
7182
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
7183
  msgid "Payment method description that the customer will see on your payment page."
7184
  msgstr ""
7185
 
7186
- #: core/lib/wpbc_all_translations.php:1364 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:261
7187
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:338
7188
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:339
7189
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:420
7190
  msgid "Bank Transfer"
7191
  msgstr ""
7192
 
7193
- #: core/lib/wpbc_all_translations.php:1365 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:340
7194
  msgid "Integration of Bank Transfer payment system"
7195
  msgstr ""
7196
 
7197
- #: core/lib/wpbc_all_translations.php:1366 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:421
7198
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:461
7199
  msgid "Account details"
7200
  msgstr ""
7201
 
7202
- #: core/lib/wpbc_all_translations.php:1367 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:475
7203
  #, php-format
7204
  msgid "Allow payments by %sdirect bank / wire transfer%s"
7205
  msgstr ""
7206
 
7207
- #: core/lib/wpbc_all_translations.php:1368 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:477
7208
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:360
7209
  msgid "Its only show fixed payment details."
7210
  msgstr ""
7211
 
7212
- #: core/lib/wpbc_all_translations.php:1369 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:710
7213
  msgid "Sort Code"
7214
  msgstr ""
7215
 
7216
- #: core/lib/wpbc_all_translations.php:1370 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:718
7217
  #, php-format
7218
  msgid ""
7219
  "Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
7220
  "the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
7221
  msgstr ""
7222
 
7223
- #: core/lib/wpbc_all_translations.php:1371 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:724
7224
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:731
7225
  msgid "Account Number"
7226
  msgstr ""
7227
 
7228
- #: core/lib/wpbc_all_translations.php:1372 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:726
7229
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:734
7230
  msgid "IBAN"
7231
  msgstr ""
7232
 
7233
- #: core/lib/wpbc_all_translations.php:1373 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:727
7234
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:735
7235
  msgid "BIC / Swift"
7236
  msgstr ""
7237
 
7238
- #: core/lib/wpbc_all_translations.php:1374 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:730
7239
  msgid "Account Name"
7240
  msgstr ""
7241
 
7242
- #: core/lib/wpbc_all_translations.php:1375 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:732
7243
- #: inc/gateways/ideal/wpbc-gw-ideal.php:321
7244
  msgid "Bank Name"
7245
  msgstr ""
7246
 
7247
- #: core/lib/wpbc_all_translations.php:1376 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:779
7248
  msgid "BSB"
7249
  msgstr ""
7250
 
7251
- #: core/lib/wpbc_all_translations.php:1377 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:780
7252
  msgid "Bank Transit Number"
7253
  msgstr ""
7254
 
7255
- #: core/lib/wpbc_all_translations.php:1378 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:781
7256
  msgid "IFSC"
7257
  msgstr ""
7258
 
7259
- #: core/lib/wpbc_all_translations.php:1379 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:782
7260
  msgid "Branch Sort"
7261
  msgstr ""
7262
 
7263
- #: core/lib/wpbc_all_translations.php:1380 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:783
7264
- #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:784
7265
  msgid "Bank Code"
7266
  msgstr ""
7267
 
7268
- #: core/lib/wpbc_all_translations.php:1381 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:785
7269
  msgid "Routing Number"
7270
  msgstr ""
7271
 
7272
- #: core/lib/wpbc_all_translations.php:1382 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:786
7273
  msgid "Branch Code"
7274
  msgstr ""
7275
 
7276
- #: core/lib/wpbc_all_translations.php:1383 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:796
7277
  #, php-format
7278
  msgid "%s - inserting all bank accounts details"
7279
  msgstr ""
7280
 
7281
- #: core/lib/wpbc_all_translations.php:1384 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:797
7282
  #, php-format
7283
  msgid "%s - inserting account name"
7284
  msgstr ""
7285
 
7286
- #: core/lib/wpbc_all_translations.php:1385 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:798
7287
  #, php-format
7288
  msgid "%s - inserting account number"
7289
  msgstr ""
7290
 
7291
- #: core/lib/wpbc_all_translations.php:1386 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:799
7292
  #, php-format
7293
  msgid "%s - inserting bank name "
7294
  msgstr ""
7295
 
7296
- #: core/lib/wpbc_all_translations.php:1387 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:800
7297
  #, php-format
7298
  msgid "%s - inserting sort code "
7299
  msgstr ""
7300
 
7301
- #: core/lib/wpbc_all_translations.php:1388 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:801
7302
  #, php-format
7303
  msgid "%s - inserting IBAN "
7304
  msgstr ""
7305
 
7306
- #: core/lib/wpbc_all_translations.php:1389 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:802
7307
  #, php-format
7308
  msgid "%s - inserting BIC "
7309
  msgstr ""
7310
 
7311
- #: core/lib/wpbc_all_translations.php:1390 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:807
7312
  msgid ""
7313
  "You can use any shortcodes, that you can use in payment description form at Settings Payment "
7314
  "General page"
7315
  msgstr ""
7316
 
7317
- #: core/lib/wpbc_all_translations.php:1391 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:880
7318
  msgid "+ Add Account"
7319
  msgstr ""
7320
 
7321
- #: core/lib/wpbc_all_translations.php:1392 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:880
7322
  msgid "Remove selected account(s)"
7323
  msgstr ""
7324
 
7325
- #: core/lib/wpbc_all_translations.php:1393 inc/gateways/ipay88/ipay88-backend.php:51
7326
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:495
7327
  msgid "Successful payment"
7328
  msgstr ""
7329
 
7330
- #: core/lib/wpbc_all_translations.php:1394 inc/gateways/ipay88/ipay88-backend.php:53
7331
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:498
7332
  msgid " Parameters are incorrect,"
7333
  msgstr ""
7334
 
7335
- #: core/lib/wpbc_all_translations.php:1395 inc/gateways/ipay88/ipay88-backend.php:54
7336
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:500
7337
  msgid "Cannot find the record"
7338
  msgstr ""
7339
 
7340
- #: core/lib/wpbc_all_translations.php:1396 inc/gateways/ipay88/ipay88-backend.php:55
7341
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:502
7342
  msgid "Amount different"
7343
  msgstr ""
7344
 
7345
- #: core/lib/wpbc_all_translations.php:1397 inc/gateways/ipay88/ipay88-backend.php:56
7346
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:504
7347
  msgid "Payment failed"
7348
  msgstr ""
7349
 
7350
- #: core/lib/wpbc_all_translations.php:1398 inc/gateways/ipay88/ipay88-backend.php:57
7351
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:506
7352
  msgid "Payment status updated by Mobile88 Admin(Fail)"
7353
  msgstr ""
7354
 
7355
- #: core/lib/wpbc_all_translations.php:1399 inc/gateways/ipay88/ipay88-backend.php:58
7356
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:508
7357
  msgid "Connection Error"
7358
  msgstr ""
7359
 
7360
- #: core/lib/wpbc_all_translations.php:1400 inc/gateways/ipay88/wpbc-gw-ipay88.php:263
7361
  msgid "Merchant Code"
7362
  msgstr ""
7363
 
7364
- #: core/lib/wpbc_all_translations.php:1401 inc/gateways/ipay88/wpbc-gw-ipay88.php:265
7365
  msgid "Enter your iPay88 Merchant Code."
7366
  msgstr ""
7367
 
7368
- #: core/lib/wpbc_all_translations.php:1402 inc/gateways/ideal/wpbc-gw-ideal.php:400
7369
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:278
7370
  msgid "Merchant Key"
7371
  msgstr ""
7372
 
7373
- #: core/lib/wpbc_all_translations.php:1403 inc/gateways/ipay88/wpbc-gw-ipay88.php:280
7374
  msgid "Enter your iPay88 Merchant Key."
7375
  msgstr ""
7376
 
7377
- #: core/lib/wpbc_all_translations.php:1404 inc/gateways/ipay88/wpbc-gw-ipay88.php:290
7378
  msgid "Malaysian Ringgit"
7379
  msgstr ""
7380
 
7381
- #: core/lib/wpbc_all_translations.php:1405 inc/gateways/ipay88/wpbc-gw-ipay88.php:292
7382
- #: inc/gateways/paypal/wpbc-gw-paypal.php:456 inc/gateways/sage/wpbc-gw-sage.php:468
7383
  msgid "Philippine Pesos"
7384
  msgstr ""
7385
 
7386
- #: core/lib/wpbc_all_translations.php:1406 inc/gateways/ideal/wpbc-gw-ideal.php:561
7387
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:407 inc/gateways/paypal/wpbc-gw-paypal.php:635
7388
- #: inc/gateways/sage/wpbc-gw-sage.php:585
7389
  msgid "Automatically approve/cancel booking"
7390
  msgstr ""
7391
 
7392
- #: core/lib/wpbc_all_translations.php:1407 inc/gateways/ideal/wpbc-gw-ideal.php:562
7393
- #: inc/gateways/ipay88/wpbc-gw-ipay88.php:408 inc/gateways/paypal/wpbc-gw-paypal.php:636
7394
- #: inc/gateways/sage/wpbc-gw-sage.php:586
7395
  msgid ""
7396
  "Check this box to automatically approve bookings, when visitor makes a successful payment, or "
7397
  "automatically cancel the booking, when visitor makes a payment cancellation."
7398
  msgstr ""
7399
 
7400
- #: core/lib/wpbc_all_translations.php:1408 inc/gateways/ipay88/wpbc-gw-ipay88.php:651
7401
  msgid "Integration of iPay88 payment system"
7402
  msgstr ""
7403
 
7404
- #: core/lib/wpbc_all_translations.php:1409 inc/gateways/ipay88/wpbc-gw-ipay88.php:742
7405
- #: inc/gateways/sage/wpbc-gw-sage.php:873
 
7406
  #, php-format
7407
  msgid ""
7408
  "Please configure all fields inside the %sBilling form fields%s section at %sPayments General%s "
7409
  "tab."
7410
  msgstr ""
7411
 
7412
- #: core/lib/wpbc_all_translations.php:1410 inc/gateways/page-gateways.php:63
7413
  msgid "for 1 day"
7414
  msgstr ""
7415
 
7416
- #: core/lib/wpbc_all_translations.php:1411 inc/gateways/page-gateways.php:64
7417
  msgid "for 1 night"
7418
  msgstr ""
7419
 
7420
- #: core/lib/wpbc_all_translations.php:1412 inc/gateways/page-gateways.php:65
7421
  msgid "fixed sum"
7422
  msgstr ""
7423
 
7424
- #: core/lib/wpbc_all_translations.php:1413 inc/gateways/page-gateways.php:66
7425
  msgid "for 1 hour"
7426
  msgstr ""
7427
 
7428
- #: core/lib/wpbc_all_translations.php:1414 inc/gateways/page-gateways.php:71
7429
  msgid "Set the cost"
7430
  msgstr ""
7431
 
7432
- #: core/lib/wpbc_all_translations.php:1415 inc/gateways/page-gateways.php:72
7433
  msgid " Select your cost configuration."
7434
  msgstr ""
7435
 
7436
- #: core/lib/wpbc_all_translations.php:1416 inc/gateways/page-gateways.php:80
7437
  msgid "Time impact to cost"
7438
  msgstr ""
7439
 
7440
- #: core/lib/wpbc_all_translations.php:1417 inc/gateways/page-gateways.php:81
7441
  #, php-format
7442
  msgid ""
7443
  "Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
7444
  "calculation%s."
7445
  msgstr ""
7446
 
7447
- #: core/lib/wpbc_all_translations.php:1418 inc/gateways/page-gateways.php:91
7448
  msgid ""
7449
  "Check this box if you want that specific additional cost, which configured as percentage for "
7450
  "some option, apply to other additional fixed costs and not only to original booking cost."
7451
  msgstr ""
7452
 
7453
- #: core/lib/wpbc_all_translations.php:1419 inc/gateways/page-gateways.php:110
7454
- #: inc/gateways/page-gateways.php:727
7455
  msgid "Currency"
7456
  msgstr ""
7457
 
7458
- #: core/lib/wpbc_all_translations.php:1420 inc/gateways/page-gateways.php:113
7459
  msgid ""
7460
  "This is default currency that showing at your website. Specific payment gateway(s) can support "
7461
  "or does not suport it."
7462
  msgstr ""
7463
 
7464
- #: core/lib/wpbc_all_translations.php:1421 inc/gateways/page-gateways.php:116
7465
- #: inc/gateways/page-gateways.php:778
7466
  msgid "Important"
7467
  msgstr ""
7468
 
7469
- #: core/lib/wpbc_all_translations.php:1422 inc/gateways/page-gateways.php:116
7470
  msgid "Check and configure currency at each activated payment gateway."
7471
  msgstr ""
7472
 
7473
- #: core/lib/wpbc_all_translations.php:1423 inc/gateways/page-gateways.php:126
7474
  msgid "Currency Position"
7475
  msgstr ""
7476
 
7477
- #: core/lib/wpbc_all_translations.php:1424 inc/gateways/page-gateways.php:127
7478
  msgid "Set position of the currency symbol."
7479
  msgstr ""
7480
 
7481
- #: core/lib/wpbc_all_translations.php:1425 inc/gateways/page-gateways.php:130
7482
  msgid "Left"
7483
  msgstr ""
7484
 
7485
- #: core/lib/wpbc_all_translations.php:1426 inc/gateways/page-gateways.php:134
7486
  msgid "Right"
7487
  msgstr ""
7488
 
7489
- #: core/lib/wpbc_all_translations.php:1427 inc/gateways/page-gateways.php:138
7490
  msgid "Left with space"
7491
  msgstr ""
7492
 
7493
- #: core/lib/wpbc_all_translations.php:1428 inc/gateways/page-gateways.php:142
7494
  msgid "Right with space"
7495
  msgstr ""
7496
 
7497
- #: core/lib/wpbc_all_translations.php:1429 inc/gateways/page-gateways.php:161
7498
  msgid "Currency format"
7499
  msgstr ""
7500
 
7501
- #: core/lib/wpbc_all_translations.php:1430 inc/gateways/page-gateways.php:162
7502
  msgid "Number of decimal points"
7503
  msgstr ""
7504
 
7505
- #: core/lib/wpbc_all_translations.php:1431 inc/gateways/page-gateways.php:169
7506
- #: inc/gateways/page-gateways.php:184
7507
  msgid "No separator"
7508
  msgstr ""
7509
 
7510
- #: core/lib/wpbc_all_translations.php:1432 inc/gateways/page-gateways.php:170
7511
- #: inc/gateways/page-gateways.php:185
7512
  msgid "Space"
7513
  msgstr ""
7514
 
7515
- #: core/lib/wpbc_all_translations.php:1433 inc/gateways/page-gateways.php:171
7516
- #: inc/gateways/page-gateways.php:186
7517
  msgid "Dot"
7518
  msgstr ""
7519
 
7520
- #: core/lib/wpbc_all_translations.php:1434 inc/gateways/page-gateways.php:172
7521
- #: inc/gateways/page-gateways.php:187
7522
  msgid "Comma"
7523
  msgstr ""
7524
 
7525
- #: core/lib/wpbc_all_translations.php:1435 inc/gateways/page-gateways.php:177
7526
  msgid "Separator for the decimal point"
7527
  msgstr ""
7528
 
7529
- #: core/lib/wpbc_all_translations.php:1436 inc/gateways/page-gateways.php:192
7530
  msgid "Thousands separator"
7531
  msgstr ""
7532
 
7533
- #: core/lib/wpbc_all_translations.php:1437 inc/gateways/page-gateways.php:205
7534
  msgid "Please select"
7535
  msgstr ""
7536
 
7537
- #: core/lib/wpbc_all_translations.php:1438 inc/gateways/page-gateways.php:216
7538
  msgid ""
7539
  "Please select a field from your booking form. This field will be automatically assigned to the "
7540
  "current field in the billing form."
7541
  msgstr ""
7542
 
7543
- #: core/lib/wpbc_all_translations.php:1439 inc/gateways/page-gateways.php:228
7544
  msgid "Customer Email"
7545
  msgstr ""
7546
 
7547
- #: core/lib/wpbc_all_translations.php:1440 inc/gateways/page-gateways.php:236
7548
  msgid "First Name(s)"
7549
  msgstr ""
7550
 
7551
- #: core/lib/wpbc_all_translations.php:1441 inc/gateways/page-gateways.php:244
7552
  msgid "Last name"
7553
  msgstr ""
7554
 
7555
- #: core/lib/wpbc_all_translations.php:1442 inc/gateways/page-gateways.php:260
7556
  msgid "Billing Address"
7557
  msgstr ""
7558
 
7559
- #: core/lib/wpbc_all_translations.php:1443 inc/gateways/page-gateways.php:268
7560
  msgid "Billing City"
7561
  msgstr ""
7562
 
7563
- #: core/lib/wpbc_all_translations.php:1444 inc/gateways/page-gateways.php:285
7564
  msgid "Post Code"
7565
  msgstr ""
7566
 
7567
- #: core/lib/wpbc_all_translations.php:1445 inc/gateways/page-gateways.php:293
7568
  msgid "State"
7569
  msgstr ""
7570
 
7571
- #: core/lib/wpbc_all_translations.php:1446 inc/gateways/page-gateways.php:305
7572
  msgid "Show booking details in payment form"
7573
  msgstr ""
7574
 
7575
- #: core/lib/wpbc_all_translations.php:1447 inc/gateways/page-gateways.php:306
7576
  #, php-format
7577
  msgid ""
7578
  " Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
7579
  msgstr ""
7580
 
7581
- #: core/lib/wpbc_all_translations.php:1448 inc/gateways/page-gateways.php:317
7582
  msgid "Configure booking details summary above the payment form"
7583
  msgstr ""
7584
 
7585
- #: core/lib/wpbc_all_translations.php:1449 inc/gateways/page-gateways.php:384
7586
  msgid "Payments"
7587
  msgstr ""
7588
 
7589
- #: core/lib/wpbc_all_translations.php:1450 inc/gateways/page-gateways.php:385
7590
  msgid "Customizaton of Payment"
7591
  msgstr ""
7592
 
7593
- #: core/lib/wpbc_all_translations.php:1451 inc/gateways/page-gateways.php:386
7594
  msgid "Payment Gateways"
7595
  msgstr ""
7596
 
7597
- #: core/lib/wpbc_all_translations.php:1452 inc/gateways/page-gateways.php:402
7598
- #: inc/gateways/page-gateways.php:472 inc/gateways/page-gateways.php:498
7599
  msgid "Payment Settings"
7600
  msgstr ""
7601
 
7602
- #: core/lib/wpbc_all_translations.php:1453 inc/gateways/page-gateways.php:403
7603
  msgid "Payment Gateways - General Settings"
7604
  msgstr ""
7605
 
7606
- #: core/lib/wpbc_all_translations.php:1454 inc/gateways/page-gateways.php:470
7607
- #: inc/gateways/page-gateways.php:493
7608
  msgid "Active Payment Gateways"
7609
  msgstr ""
7610
 
7611
- #: core/lib/wpbc_all_translations.php:1455 inc/gateways/page-gateways.php:471
7612
- #: inc/gateways/page-gateways.php:514
7613
  msgid "Billing form fields"
7614
  msgstr ""
7615
 
7616
- #: core/lib/wpbc_all_translations.php:1456 inc/gateways/page-gateways.php:473
7617
- #: inc/gateways/page-gateways.php:524
7618
  msgid "Payment Description"
7619
  msgstr ""
7620
 
7621
- #: core/lib/wpbc_all_translations.php:1457 inc/gateways/page-gateways.php:725
7622
  msgid "Gateway"
7623
  msgstr ""
7624
 
7625
- #: core/lib/wpbc_all_translations.php:1458 inc/gateways/page-gateways.php:774
7626
  #, php-format
7627
  msgid "Some currencies at payment gateways are different from main currency %s"
7628
  msgstr ""
7629
 
7630
- #: core/lib/wpbc_all_translations.php:1459 inc/gateways/page-gateways.php:778
7631
  #, php-format
7632
  msgid ""
7633
  "Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
7634
  "payment form without currency exchange! Its can be reason of wrong cost."
7635
  msgstr ""
7636
 
7637
- #: core/lib/wpbc_all_translations.php:1460 inc/gateways/page-gateways.php:926
7638
  msgid "ID of booking"
7639
  msgstr ""
7640
 
7641
- #: core/lib/wpbc_all_translations.php:1461 inc/gateways/page-gateways.php:927
7642
  msgid "ID of booking resources"
7643
  msgstr ""
7644
 
7645
- #: core/lib/wpbc_all_translations.php:1462 inc/gateways/page-gateways.php:933
7646
  msgid "current date"
7647
  msgstr ""
7648
 
7649
- #: core/lib/wpbc_all_translations.php:1463 inc/gateways/page-gateways.php:934
7650
  msgid "current time"
7651
  msgstr ""
7652
 
7653
- #: core/lib/wpbc_all_translations.php:1464 inc/gateways/page-gateways.php:940
7654
  msgid "content data of this booking"
7655
  msgstr ""
7656
 
7657
- #: core/lib/wpbc_all_translations.php:1465 inc/gateways/page-gateways.php:941
7658
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:180
7659
  msgid "show amount to pay"
7660
  msgstr ""
7661
 
7662
- #: core/lib/wpbc_all_translations.php:1466 inc/gateways/page-gateways.php:943
7663
  msgid "total booking cost"
7664
  msgstr ""
7665
 
7666
- #: core/lib/wpbc_all_translations.php:1467 inc/gateways/page-gateways.php:944
7667
  msgid "deposit cost"
7668
  msgstr ""
7669
 
7670
- #: core/lib/wpbc_all_translations.php:1468 inc/gateways/page-gateways.php:945
7671
  msgid "balance cost"
7672
  msgstr ""
7673
 
7674
- #: core/lib/wpbc_all_translations.php:1469 inc/gateways/page-gateways.php:946
7675
  msgid "original booking cost"
7676
  msgstr ""
7677
 
7678
- #: core/lib/wpbc_all_translations.php:1470 inc/gateways/page-gateways.php:947
7679
  msgid "additional booking cost"
7680
  msgstr ""
7681
 
7682
- #: core/lib/wpbc_all_translations.php:1471 inc/gateways/page-gateways.php:1283
7683
  msgid "Amount to pay"
7684
  msgstr ""
7685
 
7686
- #: core/lib/wpbc_all_translations.php:1472 inc/gateways/page-gateways.php:1316
7687
  #, php-format
7688
  msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
7689
  msgstr ""
7690
 
7691
- #: core/lib/wpbc_all_translations.php:1473 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:202
7692
- #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:278 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:279
7693
  msgid "Pay in Cash"
7694
  msgstr ""
7695
 
7696
- #: core/lib/wpbc_all_translations.php:1474 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:280
7697
  msgid "Integration of Pay in Cash payment system"
7698
  msgstr ""
7699
 
7700
- #: core/lib/wpbc_all_translations.php:1475 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:358
7701
  #, php-format
7702
  msgid "If you accept %scash payment%s, you can write details about it here"
7703
  msgstr ""
7704
 
7705
- #: core/lib/wpbc_all_translations.php:1476 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:517
7706
  #, php-format
7707
  msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
7708
  msgstr ""
7709
 
7710
- #: core/lib/wpbc_all_translations.php:1477 inc/gateways/paypal/ipn.php:120
7711
  msgid "Error IPN"
7712
  msgstr ""
7713
 
7714
- #: core/lib/wpbc_all_translations.php:1478 inc/gateways/paypal/ipn.php:234
7715
  msgid "Verified IPN"
7716
  msgstr ""
7717
 
7718
- #: core/lib/wpbc_all_translations.php:1479 inc/gateways/paypal/ipn.php:257
7719
  msgid "Invalid IPN"
7720
  msgstr ""
7721
 
7722
- #: core/lib/wpbc_all_translations.php:1480 inc/gateways/paypal/wpbc-gw-paypal.php:311
7723
  msgid "Make payments with payPal - its fast, free and secure!"
7724
  msgstr ""
7725
 
7726
- #: core/lib/wpbc_all_translations.php:1481 inc/gateways/paypal/wpbc-gw-paypal.php:350
7727
- #: inc/gateways/paypal/wpbc-gw-paypal.php:818
7728
  msgid "Paypal Standard"
7729
  msgstr ""
7730
 
7731
- #: core/lib/wpbc_all_translations.php:1482 inc/gateways/paypal/wpbc-gw-paypal.php:354
7732
- #: inc/gateways/paypal/wpbc-gw-paypal.php:818
7733
  msgid "Paypal Pro Hosted Solution"
7734
  msgstr ""
7735
 
7736
- #: core/lib/wpbc_all_translations.php:1483 inc/gateways/paypal/wpbc-gw-paypal.php:361
7737
  msgid "Account Type"
7738
  msgstr ""
7739
 
7740
- #: core/lib/wpbc_all_translations.php:1484 inc/gateways/paypal/wpbc-gw-paypal.php:373
7741
  msgid "Paypal Email address to receive payments"
7742
  msgstr ""
7743
 
7744
- #: core/lib/wpbc_all_translations.php:1485 inc/gateways/paypal/wpbc-gw-paypal.php:375
7745
  msgid "This is the Paypal Email address where payments will be sent"
7746
  msgstr ""
7747
 
7748
- #: core/lib/wpbc_all_translations.php:1486 inc/gateways/paypal/wpbc-gw-paypal.php:389
7749
  msgid "Secure Merchant ID"
7750
  msgstr ""
7751
 
7752
- #: core/lib/wpbc_all_translations.php:1487 inc/gateways/paypal/wpbc-gw-paypal.php:391
7753
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
7754
  msgstr ""
7755
 
7756
- #: core/lib/wpbc_all_translations.php:1488 inc/gateways/paypal/wpbc-gw-paypal.php:406
7757
  msgid ""
7758
  " Indicates whether the transaction is payment on a final sale or an authorization for a final "
7759
  "sale, to be captured later. "
7760
  msgstr ""
7761
 
7762
- #: core/lib/wpbc_all_translations.php:1489 inc/gateways/paypal/wpbc-gw-paypal.php:410
7763
  msgid "Sale"
7764
  msgstr ""
7765
 
7766
- #: core/lib/wpbc_all_translations.php:1490 inc/gateways/paypal/wpbc-gw-paypal.php:411
7767
  msgid "Authorization"
7768
  msgstr ""
7769
 
7770
- #: core/lib/wpbc_all_translations.php:1491 inc/gateways/paypal/wpbc-gw-paypal.php:422
7771
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
7772
  msgstr ""
7773
 
7774
- #: core/lib/wpbc_all_translations.php:1492 inc/gateways/paypal/wpbc-gw-paypal.php:428
7775
  msgid "Sandbox"
7776
  msgstr ""
7777
 
7778
- #: core/lib/wpbc_all_translations.php:1493 inc/gateways/paypal/wpbc-gw-paypal.php:438
7779
  msgid "British Pound"
7780
  msgstr ""
7781
 
7782
- #: core/lib/wpbc_all_translations.php:1494 inc/gateways/paypal/wpbc-gw-paypal.php:439
7783
  msgid "Japanese Yen"
7784
  msgstr ""
7785
 
7786
- #: core/lib/wpbc_all_translations.php:1495 inc/gateways/paypal/wpbc-gw-paypal.php:440
7787
- #: inc/gateways/sage/wpbc-gw-sage.php:452
7788
  msgid "Australian Dollars"
7789
  msgstr ""
7790
 
7791
- #: core/lib/wpbc_all_translations.php:1496 inc/gateways/paypal/wpbc-gw-paypal.php:442
7792
- #: inc/gateways/sage/wpbc-gw-sage.php:454
7793
  msgid "New Zealand Dollar"
7794
  msgstr ""
7795
 
7796
- #: core/lib/wpbc_all_translations.php:1497 inc/gateways/paypal/wpbc-gw-paypal.php:443
7797
- #: inc/gateways/sage/wpbc-gw-sage.php:455
7798
  msgid "Swiss Franc"
7799
  msgstr ""
7800
 
7801
- #: core/lib/wpbc_all_translations.php:1498 inc/gateways/paypal/wpbc-gw-paypal.php:444
7802
- #: inc/gateways/sage/wpbc-gw-sage.php:456
7803
  msgid "Hong Kong Dollar"
7804
  msgstr ""
7805
 
7806
- #: core/lib/wpbc_all_translations.php:1499 inc/gateways/paypal/wpbc-gw-paypal.php:445
7807
- #: inc/gateways/sage/wpbc-gw-sage.php:457
7808
  msgid "Singapore Dollar"
7809
  msgstr ""
7810
 
7811
- #: core/lib/wpbc_all_translations.php:1500 inc/gateways/paypal/wpbc-gw-paypal.php:446
7812
- #: inc/gateways/sage/wpbc-gw-sage.php:458
7813
  msgid "Swedish Krona"
7814
  msgstr ""
7815
 
7816
- #: core/lib/wpbc_all_translations.php:1501 inc/gateways/paypal/wpbc-gw-paypal.php:447
7817
- #: inc/gateways/sage/wpbc-gw-sage.php:459
7818
  msgid "Danish Krone"
7819
  msgstr ""
7820
 
7821
- #: core/lib/wpbc_all_translations.php:1502 inc/gateways/paypal/wpbc-gw-paypal.php:448
7822
- #: inc/gateways/sage/wpbc-gw-sage.php:460
7823
  msgid "Polish Zloty"
7824
  msgstr ""
7825
 
7826
- #: core/lib/wpbc_all_translations.php:1503 inc/gateways/paypal/wpbc-gw-paypal.php:449
7827
- #: inc/gateways/sage/wpbc-gw-sage.php:461
7828
  msgid "Norwegian Krone"
7829
  msgstr ""
7830
 
7831
- #: core/lib/wpbc_all_translations.php:1504 inc/gateways/paypal/wpbc-gw-paypal.php:450
7832
- #: inc/gateways/sage/wpbc-gw-sage.php:462
7833
  msgid "Hungarian Forint"
7834
  msgstr ""
7835
 
7836
- #: core/lib/wpbc_all_translations.php:1505 inc/gateways/paypal/wpbc-gw-paypal.php:451
7837
- #: inc/gateways/sage/wpbc-gw-sage.php:463
7838
  msgid "Czech Koruna"
7839
  msgstr ""
7840
 
7841
- #: core/lib/wpbc_all_translations.php:1506 inc/gateways/paypal/wpbc-gw-paypal.php:452
7842
  msgid "Israeli New Shekel"
7843
  msgstr ""
7844
 
7845
- #: core/lib/wpbc_all_translations.php:1507 inc/gateways/paypal/wpbc-gw-paypal.php:453
7846
- #: inc/gateways/sage/wpbc-gw-sage.php:465
7847
  msgid "Mexican Peso"
7848
  msgstr ""
7849
 
7850
- #: core/lib/wpbc_all_translations.php:1508 inc/gateways/paypal/wpbc-gw-paypal.php:454
7851
- #: inc/gateways/sage/wpbc-gw-sage.php:466
7852
  msgid "Brazilian Real (only for Brazilian users)"
7853
  msgstr ""
7854
 
7855
- #: core/lib/wpbc_all_translations.php:1509 inc/gateways/paypal/wpbc-gw-paypal.php:455
7856
- #: inc/gateways/sage/wpbc-gw-sage.php:467
7857
  msgid "Malaysian Ringgits (only for Malaysian users)"
7858
  msgstr ""
7859
 
7860
- #: core/lib/wpbc_all_translations.php:1510 inc/gateways/paypal/wpbc-gw-paypal.php:457
7861
- #: inc/gateways/sage/wpbc-gw-sage.php:469
7862
  msgid "Taiwan New Dollars"
7863
  msgstr ""
7864
 
7865
- #: core/lib/wpbc_all_translations.php:1511 inc/gateways/paypal/wpbc-gw-paypal.php:458
7866
- #: inc/gateways/sage/wpbc-gw-sage.php:470
7867
  msgid "Thai Baht"
7868
  msgstr ""
7869
 
7870
- #: core/lib/wpbc_all_translations.php:1512 inc/gateways/paypal/wpbc-gw-paypal.php:459
7871
  msgid "Turkish Lira (only for Turkish members)"
7872
  msgstr ""
7873
 
7874
- #: core/lib/wpbc_all_translations.php:1513 inc/gateways/paypal/wpbc-gw-paypal.php:478
7875
  msgid "Custom button title"
7876
  msgstr ""
7877
 
7878
- #: core/lib/wpbc_all_translations.php:1514 inc/gateways/paypal/wpbc-gw-paypal.php:485
7879
  msgid "Payment Button type"
7880
  msgstr ""
7881
 
7882
- #: core/lib/wpbc_all_translations.php:1515 inc/gateways/paypal/wpbc-gw-paypal.php:540
7883
  msgid "Show Reference Text Box"
7884
  msgstr ""
7885
 
7886
- #: core/lib/wpbc_all_translations.php:1516 inc/gateways/paypal/wpbc-gw-paypal.php:541
7887
  msgid "Check this box to show Reference Text Box"
7888
  msgstr ""
7889
 
7890
- #: core/lib/wpbc_all_translations.php:1517 inc/gateways/paypal/wpbc-gw-paypal.php:549
7891
- #: inc/gateways/paypal/wpbc-gw-paypal.php:550 inc/gateways/paypal/wpbc-gw-paypal.php:1320
7892
  msgid "Enter your phone number"
7893
  msgstr ""
7894
 
7895
- #: core/lib/wpbc_all_translations.php:1518 inc/gateways/paypal/wpbc-gw-paypal.php:551
7896
  msgid "Reference Text Box Title"
7897
  msgstr ""
7898
 
7899
- #: core/lib/wpbc_all_translations.php:1519 inc/gateways/paypal/wpbc-gw-paypal.php:552
7900
  msgid ""
7901
  "Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
7902
  msgstr ""
7903
 
7904
- #: core/lib/wpbc_all_translations.php:1520 inc/gateways/paypal/wpbc-gw-paypal.php:573
7905
  msgid "Return URL from PayPal"
7906
  msgstr ""
7907
 
7908
- #: core/lib/wpbc_all_translations.php:1521 inc/gateways/paypal/wpbc-gw-paypal.php:604
7909
  msgid "Cancel Return URL from PayPal"
7910
  msgstr ""
7911
 
7912
- #: core/lib/wpbc_all_translations.php:1522 inc/gateways/paypal/wpbc-gw-paypal.php:655
7913
  #, php-format
7914
  msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
7915
  msgstr ""
7916
 
7917
- #: core/lib/wpbc_all_translations.php:1523 inc/gateways/paypal/wpbc-gw-paypal.php:656
7918
  msgid "Follow these steps to configure it:"
7919
  msgstr ""
7920
 
7921
- #: core/lib/wpbc_all_translations.php:1524 inc/gateways/paypal/wpbc-gw-paypal.php:658
7922
  msgid "Log in to your PayPal account."
7923
  msgstr ""
7924
 
7925
- #: core/lib/wpbc_all_translations.php:1525 inc/gateways/paypal/wpbc-gw-paypal.php:659
7926
  msgid "Click the Profile subtab."
7927
  msgstr ""
7928
 
7929
- #: core/lib/wpbc_all_translations.php:1526 inc/gateways/paypal/wpbc-gw-paypal.php:660
7930
  msgid "Click Website Payment Preferences in the Seller Preferences column."
7931
  msgstr ""
7932
 
7933
- #: core/lib/wpbc_all_translations.php:1527 inc/gateways/paypal/wpbc-gw-paypal.php:661
7934
  msgid "Under Auto Return for Website Payments, click the On radio button."
7935
  msgstr ""
7936
 
7937
- #: core/lib/wpbc_all_translations.php:1528 inc/gateways/paypal/wpbc-gw-paypal.php:662
7938
  msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
7939
  msgstr ""
7940
 
7941
- #: core/lib/wpbc_all_translations.php:1529 inc/gateways/paypal/wpbc-gw-paypal.php:671
7942
  msgid ""
7943
  "Instant Payment Notification (IPN) is a message service that notifies you of events related to "
7944
  "PayPal transactions"
7945
  msgstr ""
7946
 
7947
- #: core/lib/wpbc_all_translations.php:1530 inc/gateways/paypal/wpbc-gw-paypal.php:680
7948
  msgid "Sending email for verified transaction"
7949
  msgstr ""
7950
 
7951
- #: core/lib/wpbc_all_translations.php:1531 inc/gateways/paypal/wpbc-gw-paypal.php:690
7952
  #, php-format
7953
  msgid "Email for getting report for %sverified%s transactions."
7954
  msgstr ""
7955
 
7956
- #: core/lib/wpbc_all_translations.php:1532 inc/gateways/paypal/wpbc-gw-paypal.php:703
7957
  msgid "Sending email for invalid transaction"
7958
  msgstr ""
7959
 
7960
- #: core/lib/wpbc_all_translations.php:1533 inc/gateways/paypal/wpbc-gw-paypal.php:713
7961
  #, php-format
7962
  msgid "Email for getting report for %sinvalid%s transactions."
7963
  msgstr ""
7964
 
7965
- #: core/lib/wpbc_all_translations.php:1534 inc/gateways/paypal/wpbc-gw-paypal.php:726
7966
  msgid "Sending email if error occur during verification"
7967
  msgstr ""
7968
 
7969
- #: core/lib/wpbc_all_translations.php:1535 inc/gateways/paypal/wpbc-gw-paypal.php:736
7970
  #, php-format
7971
  msgid "Email for getting report for %ssome errors in verification process%s."
7972
  msgstr ""
7973
 
7974
- #: core/lib/wpbc_all_translations.php:1536 inc/gateways/paypal/wpbc-gw-paypal.php:748
7975
  msgid "Use SSL connection"
7976
  msgstr ""
7977
 
7978
- #: core/lib/wpbc_all_translations.php:1537 inc/gateways/paypal/wpbc-gw-paypal.php:749
7979
  msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
7980
  msgstr ""
7981
 
7982
- #: core/lib/wpbc_all_translations.php:1538 inc/gateways/paypal/wpbc-gw-paypal.php:756
7983
  msgid "Use cURL posting"
7984
  msgstr ""
7985
 
7986
- #: core/lib/wpbc_all_translations.php:1539 inc/gateways/paypal/wpbc-gw-paypal.php:757
7987
  msgid "Use the cURL for posting data, instead of fsockopen() function"
7988
  msgstr ""
7989
 
7990
- #: core/lib/wpbc_all_translations.php:1540 inc/gateways/paypal/wpbc-gw-paypal.php:773
7991
  msgid " Follow these instructions to set up your listener at your PayPal account:"
7992
  msgstr ""
7993
 
7994
- #: core/lib/wpbc_all_translations.php:1541 inc/gateways/paypal/wpbc-gw-paypal.php:775
7995
  msgid "Click Profile on the My Account tab."
7996
  msgstr ""
7997
 
7998
- #: core/lib/wpbc_all_translations.php:1542 inc/gateways/paypal/wpbc-gw-paypal.php:776
7999
  msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
8000
  msgstr ""
8001
 
8002
- #: core/lib/wpbc_all_translations.php:1543 inc/gateways/paypal/wpbc-gw-paypal.php:777
8003
  msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
8004
  msgstr ""
8005
 
8006
- #: core/lib/wpbc_all_translations.php:1544 inc/gateways/paypal/wpbc-gw-paypal.php:778
8007
  msgid "Specify the URL for your listener in the Notification URL field as:"
8008
  msgstr ""
8009
 
8010
- #: core/lib/wpbc_all_translations.php:1545 inc/gateways/paypal/wpbc-gw-paypal.php:780
8011
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
8012
  msgstr ""
8013
 
8014
- #: core/lib/wpbc_all_translations.php:1546 inc/gateways/paypal/wpbc-gw-paypal.php:781
8015
  msgid "Click Save."
8016
  msgstr ""
8017
 
8018
- #: core/lib/wpbc_all_translations.php:1547 inc/gateways/paypal/wpbc-gw-paypal.php:782
8019
  msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
8020
  msgstr ""
8021
 
8022
- #: core/lib/wpbc_all_translations.php:1548 inc/gateways/paypal/wpbc-gw-paypal.php:939
8023
  msgid "PayPal"
8024
  msgstr ""
8025
 
8026
- #: core/lib/wpbc_all_translations.php:1549 inc/gateways/paypal/wpbc-gw-paypal.php:941
8027
  msgid "Integration of Paypal payment system"
8028
  msgstr ""
8029
 
8030
- #: core/lib/wpbc_all_translations.php:1550 inc/gateways/paypal/wpbc-gw-paypal.php:1062
8031
  msgid "PayPal IPN"
8032
  msgstr ""
8033
 
8034
- #: core/lib/wpbc_all_translations.php:1551 inc/gateways/sage/wpbc-gw-sage.php:352
8035
  #, php-format
8036
  msgid "Pay using %s payment service"
8037
  msgstr ""
8038
 
8039
- #: core/lib/wpbc_all_translations.php:1552 inc/gateways/sage/wpbc-gw-sage.php:392
8040
  msgid "Vendor Name"
8041
  msgstr ""
8042
 
8043
- #: core/lib/wpbc_all_translations.php:1553 inc/gateways/sage/wpbc-gw-sage.php:394
8044
  msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
8045
  msgstr ""
8046
 
8047
- #: core/lib/wpbc_all_translations.php:1554 inc/gateways/sage/wpbc-gw-sage.php:407
8048
  msgid "XOR Encryption password"
8049
  msgstr ""
8050
 
8051
- #: core/lib/wpbc_all_translations.php:1555 inc/gateways/sage/wpbc-gw-sage.php:409
8052
  msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
8053
  msgstr ""
8054
 
8055
- #: core/lib/wpbc_all_translations.php:1556 inc/gateways/ideal/wpbc-gw-ideal.php:417
8056
- #: inc/gateways/sage/wpbc-gw-sage.php:422
8057
  msgid "Select TEST for the Test Server and LIVE in the live environment"
8058
  msgstr ""
8059
 
8060
- #: core/lib/wpbc_all_translations.php:1557 inc/gateways/ideal/wpbc-gw-ideal.php:429
8061
- #: inc/gateways/sage/wpbc-gw-sage.php:426
 
8062
  msgid "TEST"
8063
  msgstr ""
8064
 
8065
- #: core/lib/wpbc_all_translations.php:1558 inc/gateways/ideal/wpbc-gw-ideal.php:430
8066
- #: inc/gateways/sage/wpbc-gw-sage.php:427
8067
  msgid "LIVE"
8068
  msgstr ""
8069
 
8070
- #: core/lib/wpbc_all_translations.php:1559 inc/gateways/sage/wpbc-gw-sage.php:436
8071
  msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
8072
  msgstr ""
8073
 
8074
- #: core/lib/wpbc_all_translations.php:1560 inc/gateways/sage/wpbc-gw-sage.php:440
8075
  msgid "PAYMENT"
8076
  msgstr ""
8077
 
8078
- #: core/lib/wpbc_all_translations.php:1561 inc/gateways/sage/wpbc-gw-sage.php:441
8079
  msgid "DEFERRED"
8080
  msgstr ""
8081
 
8082
- #: core/lib/wpbc_all_translations.php:1562 inc/gateways/sage/wpbc-gw-sage.php:442
8083
  msgid "AUTHENTICATE"
8084
  msgstr ""
8085
 
8086
- #: core/lib/wpbc_all_translations.php:1563 inc/gateways/sage/wpbc-gw-sage.php:451
8087
  msgid "Yen"
8088
  msgstr ""
8089
 
8090
- #: core/lib/wpbc_all_translations.php:1564 inc/gateways/sage/wpbc-gw-sage.php:464
8091
  msgid "Israeli Shekel"
8092
  msgstr ""
8093
 
8094
- #: core/lib/wpbc_all_translations.php:1565 inc/gateways/sage/wpbc-gw-sage.php:772
8095
  msgid "Sage"
8096
  msgstr ""
8097
 
8098
- #: core/lib/wpbc_all_translations.php:1566 inc/gateways/sage/wpbc-gw-sage.php:774
8099
  msgid "Integration of Sage payment system"
8100
  msgstr ""
8101
 
8102
- #: core/lib/wpbc_all_translations.php:1567 inc/gateways/sage/wpbc-gw-sage.php:866
 
8103
  #, php-format
8104
  msgid "If you have no account on this system, please visit %s to create one."
8105
  msgstr ""
8106
 
8107
- #: core/lib/wpbc_all_translations.php:1568 inc/gateways/wpbc-response.php:94
8108
  msgid "Payment rejected"
8109
  msgstr ""
8110
 
8111
- #: core/lib/wpbc_all_translations.php:1569 inc/gateways/ideal/wpbc-gw-ideal.php:385
8112
  msgid "Merchant ID"
8113
  msgstr ""
8114
 
8115
- #: core/lib/wpbc_all_translations.php:1570 inc/gateways/ideal/wpbc-gw-ideal.php:387
8116
  msgid "Enter your iDEAL Merchant ID"
8117
  msgstr ""
8118
 
8119
- #: core/lib/wpbc_all_translations.php:1571 inc/gateways/ideal/wpbc-gw-ideal.php:402
8120
  msgid "Enter your iDEAL Merchant Key."
8121
  msgstr ""
8122
 
8123
- #: core/lib/wpbc_all_translations.php:1572 inc/gateways/ideal/wpbc-gw-ideal.php:420
8124
  #, php-format
8125
  msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
8126
  msgstr ""
8127
 
8128
- #: core/lib/wpbc_all_translations.php:1573 inc/gateways/ideal/wpbc-gw-ideal.php:421
8129
  msgid "Test with Simulator"
8130
  msgstr ""
8131
 
8132
- #: core/lib/wpbc_all_translations.php:1574 inc/gateways/ideal/wpbc-gw-ideal.php:423
8133
  msgid "My Profile – Connection"
8134
  msgstr ""
8135
 
8136
- #: core/lib/wpbc_all_translations.php:1575 inc/gateways/ideal/wpbc-gw-ideal.php:479
8137
  #, php-format
8138
  msgid ""
8139
  "If not supplied then the description as configured in the administration/management portal "
@@ -8141,25 +8233,67 @@ msgid ""
8141
  "be applied."
8142
  msgstr ""
8143
 
8144
- #: core/lib/wpbc_all_translations.php:1576 inc/gateways/ideal/wpbc-gw-ideal.php:480
8145
  msgid "Always use Description"
8146
  msgstr ""
8147
 
8148
- #: core/lib/wpbc_all_translations.php:1577 inc/gateways/ideal/wpbc-gw-ideal.php:792
 
8149
  #, php-format
8150
  msgid "Integration of %s payment system"
8151
  msgstr ""
8152
 
8153
- #: core/lib/wpbc_all_translations.php:1578 inc/gateways/ideal/wpbc-gw-ideal.php:883
8154
  #, php-format
8155
  msgid "Processing your %s payments through %s"
8156
  msgstr ""
8157
 
8158
- #: core/lib/wpbc_all_translations.php:1579 core/wpbc-emails.php:245
8159
  #, php-format
8160
  msgid "%s - inserting link for export booking to"
8161
  msgstr ""
8162
 
8163
- #: inc/_ps/admin/br-table-export-feeds.php:167
8164
  msgid ".ics Feed URL"
8165
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  msgstr ""
4
  "Project-Id-Version: booking\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2018-01-01 16:31+0200\n"
7
  "PO-Revision-Date: \n"
8
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
9
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: core/admin/api-settings.php:68 core/lib/wpbc_all_translations.php:1
22
  msgid "Calendar Skin"
23
  msgstr ""
24
 
25
+ #: core/admin/api-settings.php:69 core/lib/wpbc_all_translations.php:2
26
  msgid "Select the skin of the booking calendar"
27
  msgstr ""
28
 
29
+ #: core/admin/api-settings.php:88 core/lib/wpbc_all_translations.php:3
30
  msgid "month(s)"
31
  msgstr ""
32
 
33
+ #: core/admin/api-settings.php:89 core/lib/wpbc_all_translations.php:4
34
  msgid "year(s)"
35
  msgstr ""
36
 
37
+ #: core/admin/api-settings.php:94 core/lib/wpbc_all_translations.php:5
38
  msgid "Number of months"
39
  msgstr ""
40
 
41
+ #: core/admin/api-settings.php:95 core/lib/wpbc_all_translations.php:6
42
  msgid "Select the maximum number of months to show (scroll)"
43
  msgstr ""
44
 
45
+ #: core/admin/api-settings.php:106 core/lib/wpbc_all_translations.php:7
46
  msgid "Start Day of the week"
47
  msgstr ""
48
 
49
+ #: core/admin/api-settings.php:107 core/lib/wpbc_all_translations.php:8
50
  msgid "Select your start day of the week"
51
  msgstr ""
52
 
53
+ #: core/admin/api-settings.php:109 core/admin/api-settings.php:175
54
  #: core/admin/wpbc-class-timeline.php:74 core/lib/wpbc_all_translations.php:9
55
+ #: inc/_bm/admin/page-seasons.php:991 inc/_bs/admin/api-settings-s.php:108
56
+ #: inc/_bs/admin/api-settings-s.php:241 inc/_ps/form/class-wpbc-form-help.php:451
57
  #: inc/_ps/form/class-wpbc-form-help.php:598
58
  msgid "Sunday"
59
  msgstr ""
60
 
61
+ #: core/admin/api-settings.php:110 core/admin/api-settings.php:178
62
  #: core/admin/wpbc-class-timeline.php:68 core/lib/wpbc_all_translations.php:10
63
+ #: inc/_bm/admin/page-seasons.php:992 inc/_bs/admin/api-settings-s.php:109
64
+ #: inc/_bs/admin/api-settings-s.php:242 inc/_ps/form/class-wpbc-form-help.php:452
65
  #: inc/_ps/form/class-wpbc-form-help.php:599
66
  msgid "Monday"
67
  msgstr ""
68
 
69
+ #: core/admin/api-settings.php:111 core/admin/api-settings.php:181
70
  #: core/admin/wpbc-class-timeline.php:69 core/lib/wpbc_all_translations.php:11
71
+ #: inc/_bm/admin/page-seasons.php:993 inc/_bs/admin/api-settings-s.php:110
72
+ #: inc/_bs/admin/api-settings-s.php:243 inc/_ps/form/class-wpbc-form-help.php:453
73
  #: inc/_ps/form/class-wpbc-form-help.php:600
74
  msgid "Tuesday"
75
  msgstr ""
76
 
77
+ #: core/admin/api-settings.php:112 core/admin/api-settings.php:184
78
  #: core/admin/wpbc-class-timeline.php:70 core/lib/wpbc_all_translations.php:12
79
+ #: inc/_bm/admin/page-seasons.php:994 inc/_bs/admin/api-settings-s.php:111
80
+ #: inc/_bs/admin/api-settings-s.php:244 inc/_ps/form/class-wpbc-form-help.php:454
81
  #: inc/_ps/form/class-wpbc-form-help.php:601
82
  msgid "Wednesday"
83
  msgstr ""
84
 
85
+ #: core/admin/api-settings.php:113 core/admin/api-settings.php:187
86
  #: core/admin/wpbc-class-timeline.php:71 core/lib/wpbc_all_translations.php:13
87
+ #: inc/_bm/admin/page-seasons.php:995 inc/_bs/admin/api-settings-s.php:112
88
+ #: inc/_bs/admin/api-settings-s.php:245 inc/_ps/form/class-wpbc-form-help.php:455
89
  #: inc/_ps/form/class-wpbc-form-help.php:602
90
  msgid "Thursday"
91
  msgstr ""
92
 
93
+ #: core/admin/api-settings.php:114 core/admin/api-settings.php:190
94
  #: core/admin/wpbc-class-timeline.php:72 core/lib/wpbc_all_translations.php:14
95
+ #: inc/_bm/admin/page-seasons.php:996 inc/_bs/admin/api-settings-s.php:113
96
+ #: inc/_bs/admin/api-settings-s.php:246 inc/_ps/form/class-wpbc-form-help.php:456
97
  #: inc/_ps/form/class-wpbc-form-help.php:603
98
  msgid "Friday"
99
  msgstr ""
100
 
101
+ #: core/admin/api-settings.php:115 core/admin/api-settings.php:193
102
  #: core/admin/wpbc-class-timeline.php:73 core/lib/wpbc_all_translations.php:15
103
+ #: inc/_bm/admin/page-seasons.php:997 inc/_bs/admin/api-settings-s.php:114
104
+ #: inc/_bs/admin/api-settings-s.php:247 inc/_ps/form/class-wpbc-form-help.php:457
105
  #: inc/_ps/form/class-wpbc-form-help.php:604
106
  msgid "Saturday"
107
  msgstr ""
108
 
109
+ #: core/admin/api-settings.php:127 core/lib/wpbc_all_translations.php:16
110
+ #: inc/_bs/admin/api-settings-s.php:29
111
  msgid "Single day"
112
  msgstr ""
113
 
114
+ #: core/admin/api-settings.php:133 core/lib/wpbc_all_translations.php:17
115
+ #: inc/_bs/admin/api-settings-s.php:30
116
  msgid "Multiple days"
117
  msgstr ""
118
 
119
+ #: core/admin/api-settings.php:143 core/lib/wpbc_all_translations.php:18
120
+ #: inc/_bs/admin/api-settings-s.php:36
121
  msgid "Type of days selection in calendar"
122
  msgstr ""
123
 
124
+ #: core/admin/api-settings.php:170 core/lib/wpbc_all_translations.php:19
125
  msgid "Unavailable week days"
126
  msgstr ""
127
 
128
+ #: core/admin/api-settings.php:200 core/lib/wpbc_all_translations.php:20
129
  msgid "Check unavailable days in calendars. This option will overwrite all other settings."
130
  msgstr ""
131
 
132
+ #: core/admin/api-settings.php:218 core/lib/wpbc_all_translations.php:21
133
  msgid "Unavailable days from today"
134
  msgstr ""
135
 
136
+ #: core/admin/api-settings.php:219 core/lib/wpbc_all_translations.php:22
137
  msgid "Select number of unavailable days in calendar start from today."
138
  msgstr ""
139
 
140
+ #: core/admin/api-settings.php:258
141
+ msgid "Simple"
142
+ msgstr ""
143
+
144
+ #: core/admin/api-settings.php:258 core/admin/wpbc-toolbar-tiny.php:239
145
+ #: core/admin/wpbc-toolbar-tiny.php:693 core/admin/wpbc-toolbar-tiny.php:1194
146
+ #: core/admin/wpbc-toolbar-tiny.php:1610 core/lib/wpbc_all_translations.php:406
147
+ #: inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113 inc/_bm/m-toolbar.php:392
148
+ msgid "Booking Form"
149
+ msgstr ""
150
+
151
+ #: core/admin/api-settings.php:259
152
+ msgid ""
153
+ "Check the box, if you want to use simple booking form customization from Free plugin version at "
154
+ "Settings - Form page."
155
+ msgstr ""
156
+
157
+ #: core/admin/api-settings.php:266 core/lib/wpbc_all_translations.php:23
158
  #: inc/_ps/form/class-wpbc-form-help.php:194
159
  msgid "CAPTCHA"
160
  msgstr ""
161
 
162
+ #: core/admin/api-settings.php:267 core/lib/wpbc_all_translations.php:24
163
  msgid "Check the box to activate CAPTCHA inside the booking form."
164
  msgstr ""
165
 
166
+ #: core/admin/api-settings.php:274 core/lib/wpbc_all_translations.php:25
167
  msgid "Auto-fill fields"
168
  msgstr ""
169
 
170
+ #: core/admin/api-settings.php:275 core/lib/wpbc_all_translations.php:26
171
  msgid "Check the box to activate auto-fill form fields for logged in users."
172
  msgstr ""
173
 
174
+ #: core/admin/api-settings.php:282 core/lib/wpbc_all_translations.php:27
175
  msgid "Use CSS BootStrap"
176
  msgstr ""
177
 
178
+ #: core/admin/api-settings.php:283 core/lib/wpbc_all_translations.php:28
179
  msgid "Using BootStrap CSS for the form fields"
180
  msgstr ""
181
 
182
+ #: core/admin/api-settings.php:284 core/admin/api-settings.php:444 core/admin/api-settings.php:479
183
+ #: core/admin/api-settings.php:771 core/admin/page-ics-export.php:446
184
+ #: core/admin/wpbc-class-timeline.php:2220 core/lib/wpbc_all_translations.php:29
185
+ #: inc/_bl/admin/api-settings-l.php:179 inc/_bl/admin/api-settings-l.php:185
186
+ #: inc/_bl/admin/api-settings-l.php:216 inc/gateways/page-gateways.php:115
187
  msgid "Note"
188
  msgstr ""
189
 
190
+ #: core/admin/api-settings.php:284 core/lib/wpbc_all_translations.php:30
191
  msgid "You must not deactivate loading BootStrap files at advanced section of these settings!"
192
  msgstr ""
193
 
194
+ #: core/admin/api-settings.php:294 core/lib/wpbc_all_translations.php:31
195
  msgid "Show legend below calendar"
196
  msgstr ""
197
 
198
+ #: core/admin/api-settings.php:295 core/lib/wpbc_all_translations.php:32
199
  msgid "Check this box to display a legend of dates below the booking calendar."
200
  msgstr ""
201
 
202
+ #: core/admin/api-settings.php:307 core/lib/wpbc_all_translations.php:33
203
  msgid "Available item"
204
  msgstr ""
205
 
206
+ #: core/admin/api-settings.php:321 core/lib/wpbc_all_translations.php:34
207
+ #: core/wpbc-activation.php:1013
208
  msgid "Available"
209
  msgstr ""
210
 
211
+ #: core/admin/api-settings.php:330 core/lib/wpbc_all_translations.php:35
212
  #, php-format
213
  msgid "Activate and type your %stitle of available%s item in legend"
214
  msgstr ""
215
 
216
+ #: core/admin/api-settings.php:344 core/lib/wpbc_all_translations.php:36
217
  msgid "Pending item"
218
  msgstr ""
219
 
220
+ #: core/admin/api-settings.php:358 core/admin/page-email-deny.php:500
221
+ #: core/admin/wpbc-class-listing.php:327 core/admin/wpbc-toolbars.php:539
222
+ #: core/lib/wpbc_all_translations.php:37 core/wpbc-activation.php:1017 inc/_bs/lib_s.php:322
223
+ #: inc/_ps/personal.php:336 inc/_ps/wpbc-print.php:119
224
  msgid "Pending"
225
  msgstr ""
226
 
227
+ #: core/admin/api-settings.php:367 core/lib/wpbc_all_translations.php:38
228
  #, php-format
229
  msgid "Activate and type your %stitle of pending%s item in legend"
230
  msgstr ""
231
 
232
+ #: core/admin/api-settings.php:381 core/lib/wpbc_all_translations.php:39
233
  msgid "Approved item"
234
  msgstr ""
235
 
236
+ #: core/admin/api-settings.php:395 core/lib/wpbc_all_translations.php:40
237
+ #: core/wpbc-activation.php:1021
238
  msgid "Booked"
239
  msgstr ""
240
 
241
+ #: core/admin/api-settings.php:404 core/lib/wpbc_all_translations.php:41
242
  #, php-format
243
  msgid "Activate and type your %stitle of approved%s item in legend"
244
  msgstr ""
245
 
246
+ #: core/admin/api-settings.php:419 core/lib/wpbc_all_translations.php:42
247
  msgid "Partially booked item"
248
  msgstr ""
249
 
250
+ #: core/admin/api-settings.php:433 core/lib/wpbc_all_translations.php:43
251
+ #: core/wpbc-activation.php:1027
252
  msgid "Partially booked"
253
  msgstr ""
254
 
255
+ #: core/admin/api-settings.php:442 core/lib/wpbc_all_translations.php:44
256
  #, php-format
257
  msgid "Activate and type your %stitle of partially booked%s item in legend"
258
  msgstr ""
259
 
260
+ #: core/admin/api-settings.php:445 core/lib/wpbc_all_translations.php:45
261
  msgid "Partially booked item - day, which is booked for the specific time-slot(s)."
262
  msgstr ""
263
 
264
+ #: core/admin/api-settings.php:467 core/lib/wpbc_all_translations.php:46
265
  msgid "Show date number in legend"
266
  msgstr ""
267
 
268
+ #: core/admin/api-settings.php:468 core/lib/wpbc_all_translations.php:47
269
  msgid "Check this box to display today date number in legend cells. "
270
  msgstr ""
271
 
272
+ #: core/admin/api-settings.php:476 core/lib/wpbc_all_translations.php:48
273
  msgid "Show \"Thank You\" message"
274
  msgstr ""
275
 
276
+ #: core/admin/api-settings.php:477 core/lib/wpbc_all_translations.php:49
277
  msgid "Redirect visitor to a new \"Thank You\" page"
278
  msgstr ""
279
 
280
+ #: core/admin/api-settings.php:479 core/lib/wpbc_all_translations.php:50
281
  msgid "This action will have no effect, if the payment form(s) is active!"
282
  msgstr ""
283
 
284
+ #: core/admin/api-settings.php:484 core/lib/wpbc_all_translations.php:51
285
  msgid "Action after booking is done"
286
  msgstr ""
287
 
288
+ #: core/admin/api-settings.php:493 core/lib/wpbc_all_translations.php:52
289
+ #: core/wpbc-activation.php:867
290
  #, php-format
291
  msgid ""
292
  "Thank you for your online booking. %s We will send confirmation of your booking as soon as "
293
  "possible."
294
  msgstr ""
295
 
296
+ #: core/admin/api-settings.php:494 core/lib/wpbc_all_translations.php:53
297
  msgid "Message title"
298
  msgstr ""
299
 
300
+ #: core/admin/api-settings.php:495 core/lib/wpbc_all_translations.php:54
301
  #, php-format
302
  msgid "Type title of message %safter booking has done by user%s"
303
  msgstr ""
304
 
305
+ #: core/admin/api-settings.php:506 core/lib/wpbc_all_translations.php:55
306
  msgid "Time of message showing"
307
  msgstr ""
308
 
309
+ #: core/admin/api-settings.php:507 core/lib/wpbc_all_translations.php:56
310
  msgid "Set duration of time (milliseconds) to show this message"
311
  msgstr ""
312
 
313
+ #: core/admin/api-settings.php:534 core/lib/wpbc_all_translations.php:57
314
  msgid "URL of \"thank you\" page"
315
  msgstr ""
316
 
317
+ #: core/admin/api-settings.php:550 core/lib/wpbc_all_translations.php:58
318
  #, php-format
319
  msgid "Type URL of %s\"Thank You\" page%s"
320
  msgstr ""
321
 
322
+ #: core/admin/api-settings.php:562 core/lib/wpbc_all_translations.php:59 core/wpbc.php:137
323
  #: core/wpbc.php:138
324
  msgid "Bookings Listing"
325
  msgstr ""
326
 
327
+ #: core/admin/api-settings.php:563 core/admin/page-timeline.php:45 core/admin/page-timeline.php:46
328
+ #: core/admin/page-timeline.php:47 core/admin/wpbc-toolbars.php:472
329
+ #: core/lib/wpbc_all_translations.php:60 core/wpbc-functions.php:1692
330
  msgid "Calendar Overview"
331
  msgstr ""
332
 
333
+ #: core/admin/api-settings.php:568 core/lib/wpbc_all_translations.php:61
334
  msgid "Default booking admin page"
335
  msgstr ""
336
 
337
+ #: core/admin/api-settings.php:569 core/lib/wpbc_all_translations.php:62
338
  msgid "Select your default view mode of bookings at the booking listing page"
339
  msgstr ""
340
 
341
+ #: core/admin/api-settings.php:583 core/admin/wpbc-toolbar-tiny.php:388
342
+ #: core/admin/wpbc-toolbars.php:1189 core/lib/wpbc_all_translations.php:63
343
+ #: inc/_bl/admin/page-coupons.php:526
344
  msgid "Day"
345
  msgstr ""
346
 
347
+ #: core/admin/api-settings.php:584 core/admin/wpbc-toolbar-tiny.php:389
348
+ #: core/admin/wpbc-toolbars.php:1203 core/lib/wpbc_all_translations.php:64
349
  msgid "Week"
350
  msgstr ""
351
 
352
+ #: core/admin/api-settings.php:585 core/admin/api-settings.php:592
353
+ #: core/admin/wpbc-toolbar-tiny.php:391 core/admin/wpbc-toolbars.php:1138
354
+ #: core/admin/wpbc-toolbars.php:1217 core/lib/wpbc_all_translations.php:65
355
+ #: inc/_bl/admin/page-coupons.php:525
356
  msgid "Month"
357
  msgstr ""
358
 
359
+ #: core/admin/api-settings.php:586 core/admin/wpbc-toolbar-tiny.php:393
360
+ #: core/admin/wpbc-toolbars.php:1231 core/lib/wpbc_all_translations.php:66
361
  msgid "2 Months"
362
  msgstr ""
363
 
364
+ #: core/admin/api-settings.php:587 core/admin/api-settings.php:593
365
+ #: core/admin/wpbc-toolbar-tiny.php:395 core/admin/wpbc-toolbars.php:1152
366
  #: core/lib/wpbc_all_translations.php:67
367
  msgid "3 Months"
368
  msgstr ""
369
 
370
+ #: core/admin/api-settings.php:588 core/admin/api-settings.php:594
371
+ #: core/admin/wpbc-toolbar-tiny.php:396 core/admin/wpbc-toolbars.php:569
372
+ #: core/admin/wpbc-toolbars.php:803 core/admin/wpbc-toolbars.php:1166
373
+ #: core/lib/wpbc_all_translations.php:68 inc/_bl/admin/page-coupons.php:524
374
  msgid "Year"
375
  msgstr ""
376
 
377
+ #: core/admin/api-settings.php:599 core/lib/wpbc_all_translations.php:69
378
  msgid "Default calendar view mode"
379
  msgstr ""
380
 
381
+ #: core/admin/api-settings.php:600 core/lib/wpbc_all_translations.php:70
382
  msgid "Select your default calendar view mode at booking calendar overview page"
383
  msgstr ""
384
 
385
+ #: core/admin/api-settings.php:610 core/lib/wpbc_all_translations.php:71
386
  msgid "Filter tab"
387
  msgstr ""
388
 
389
+ #: core/admin/api-settings.php:611 core/lib/wpbc_all_translations.php:72
390
  msgid "Actions tab"
391
  msgstr ""
392
 
393
+ #: core/admin/api-settings.php:616 core/lib/wpbc_all_translations.php:73
394
  msgid "Default toolbar tab"
395
  msgstr ""
396
 
397
+ #: core/admin/api-settings.php:617 core/lib/wpbc_all_translations.php:74
398
  msgid "Select your default opened tab in toolbar at booking listing page"
399
  msgstr ""
400
 
401
+ #: core/admin/api-settings.php:629 core/lib/wpbc_all_translations.php:75
402
  msgid "Bookings number per page"
403
  msgstr ""
404
 
405
+ #: core/admin/api-settings.php:630 core/lib/wpbc_all_translations.php:76
406
  msgid "Select number of bookings per page in booking listing"
407
  msgstr ""
408
 
409
+ #: core/admin/api-settings.php:637 core/admin/api-settings.php:638
410
+ #: core/admin/wpbc-class-listing.php:122 core/admin/wpbc-toolbars.php:725
411
+ #: core/admin/wpbc-toolbars.php:728 core/lib/wpbc_all_translations.php:77
412
  #: core/sync/wpbc-gcal-class.php:604 core/sync/wpbc-gcal-class.php:625
413
+ #: inc/_bl/admin/page-coupons.php:495 inc/_bm/admin/page-availability.php:491
414
+ #: inc/_bm/admin/page-availability.php:972 inc/_bm/admin/page-cost-rate.php:148
415
+ #: inc/_bm/admin/page-cost.php:552 inc/_bm/admin/page-seasons.php:506 inc/_bs/lib_s.php:179
416
+ #: inc/_bs/lib_s.php:184 inc/_mu/admin/page-users.php:428
417
+ #: inc/_ps/admin/br-table-export-feeds.php:160 inc/_ps/admin/br-table-import-gcal-p.php:140
418
+ #: inc/_ps/admin/page-resources.php:455 inc/_ps/form/class-wpbc-field-help-text.php:211
419
+ #: inc/_ps/lib_p.php:124 inc/_ps/lib_p.php:128 inc/_ps/wpbc-print.php:82
420
+ #: inc/gateways/page-gateways.php:730
421
  msgid "ID"
422
  msgstr ""
423
 
424
+ #: core/admin/api-settings.php:637 core/admin/api-settings.php:639 core/admin/api-settings.php:643
425
+ #: core/admin/api-settings.php:647 core/lib/wpbc_all_translations.php:78
426
  msgid "ASC"
427
  msgstr ""
428
 
429
+ #: core/admin/api-settings.php:638 core/admin/api-settings.php:640 core/admin/api-settings.php:644
430
+ #: core/admin/api-settings.php:648 core/lib/wpbc_all_translations.php:79
431
  msgid "DESC"
432
  msgstr ""
433
 
434
+ #: core/admin/api-settings.php:639 core/admin/api-settings.php:640
435
+ #: core/admin/wpbc-class-timeline.php:61 core/admin/wpbc-toolbars.php:578
436
+ #: core/admin/wpbc-toolbars.php:640 core/admin/wpbc-toolbars.php:726
437
+ #: core/admin/wpbc-toolbars.php:729 core/admin/wpbc-toolbars.php:845
438
  #: core/lib/wpbc_all_translations.php:80 core/sync/wpbc-gcal-class.php:607
439
  #: core/sync/wpbc-gcal-class.php:642 inc/_bs/lib_s.php:180 inc/_bs/lib_s.php:185
440
+ #: inc/_ps/lib_p.php:125 inc/_ps/lib_p.php:129 inc/_ps/wpbc-form-templates.php:89
441
+ #: inc/_ps/wpbc-form-templates.php:111 inc/_ps/wpbc-print.php:85
442
  msgid "Dates"
443
  msgstr ""
444
 
445
+ #: core/admin/api-settings.php:643 core/admin/api-settings.php:644
446
+ #: core/lib/wpbc_all_translations.php:81 inc/_bl/admin/page-search.php:785
447
+ #: inc/_bm/admin/page-availability.php:876 inc/_bm/admin/page-cost-rate.php:106
448
+ #: inc/_bm/admin/page-cost-valuation.php:134 inc/_bs/lib_s.php:181 inc/_bs/lib_s.php:186
449
+ #: inc/_ps/lib_p.php:126 inc/_ps/lib_p.php:130
450
  msgid "Resource"
451
  msgstr ""
452
 
453
+ #: core/admin/api-settings.php:647 core/admin/api-settings.php:648
454
+ #: core/admin/wpbc-toolbar-tiny.php:1778 core/lib/wpbc_all_translations.php:82
455
+ #: inc/_bs/admin/api-settings-s.php:879 inc/_bs/lib_s.php:139 inc/_bs/lib_s.php:182
456
+ #: inc/_bs/lib_s.php:187 inc/_ps/wpbc-print.php:86
457
  msgid "Cost"
458
  msgstr ""
459
 
460
+ #: core/admin/api-settings.php:653 core/lib/wpbc_all_translations.php:83
461
  msgid "Bookings default order"
462
  msgstr ""
463
 
464
+ #: core/admin/api-settings.php:654 core/lib/wpbc_all_translations.php:84
465
  msgid "Select your default order of bookings in the booking listing"
466
  msgstr ""
467
 
468
+ #: core/admin/api-settings.php:671 core/lib/wpbc_all_translations.php:85
469
  msgid "Date Format"
470
  msgstr ""
471
 
472
+ #: core/admin/api-settings.php:676 core/lib/wpbc_all_translations.php:86
473
  msgid "F j, Y"
474
  msgstr ""
475
 
476
+ #: core/admin/api-settings.php:679 core/admin/wpbc-toolbars.php:1429
477
+ #: core/lib/wpbc_all_translations.php:87 inc/_bm/admin/api-settings-m.php:197
478
+ #: inc/_bs/admin/api-settings-s.php:412 inc/_bs/lib_s.php:54
479
  msgid "Custom"
480
  msgstr ""
481
 
482
+ #: core/admin/api-settings.php:705 core/lib/wpbc_all_translations.php:88
483
  #, php-format
484
  msgid ""
485
  "Type your date format for emails and the booking table. %sDocumentation on date formatting%s"
486
  msgstr ""
487
 
488
+ #: core/admin/api-settings.php:718 core/lib/wpbc_all_translations.php:89
489
  msgid "Short days view"
490
  msgstr ""
491
 
492
+ #: core/admin/api-settings.php:719 core/lib/wpbc_all_translations.php:90
493
  msgid "Wide days view"
494
  msgstr ""
495
 
496
+ #: core/admin/api-settings.php:724 core/lib/wpbc_all_translations.php:91
497
  msgid "Dates view"
498
  msgstr ""
499
 
500
+ #: core/admin/api-settings.php:725 core/lib/wpbc_all_translations.php:92
501
  msgid "Select the default view for dates on the booking tables"
502
  msgstr ""
503
 
504
+ #: core/admin/api-settings.php:737 core/lib/wpbc_all_translations.php:93
505
  msgid "Show / hide hints"
506
  msgstr ""
507
 
508
+ #: core/admin/api-settings.php:738 core/lib/wpbc_all_translations.php:94
509
  msgid "Check this box if you want to show help hints on the admin panel."
510
  msgstr ""
511
 
512
+ #: core/admin/api-settings.php:758 core/lib/wpbc_all_translations.php:95
513
  msgid "Allow unlimited bookings per same day(s)"
514
  msgstr ""
515
 
516
+ #: core/admin/api-settings.php:759 core/lib/wpbc_all_translations.php:96
517
  #, php-format
518
  msgid ""
519
  "Check this box, if you want to %sset any days as available%s in calendar. Your visitors will be "
521
  "date(s)%s of other visitors."
522
  msgstr ""
523
 
524
+ #: core/admin/api-settings.php:769 core/lib/wpbc_all_translations.php:97
525
  msgid "Checking to prevent double booking, during submitting booking"
526
  msgstr ""
527
 
528
+ #: core/admin/api-settings.php:770 core/lib/wpbc_all_translations.php:98
529
  #, php-format
530
  msgid ""
531
  "Check this box, if you want to %sre-check if the selected dates available during submitting "
532
  "booking%s."
533
  msgstr ""
534
 
535
+ #: core/admin/api-settings.php:772 core/lib/wpbc_all_translations.php:99
536
  msgid ""
537
  "This feature useful to prevent double booking of the same date(s) or time(s), if several "
538
  "visitors try to book the same date(s) in same calendar during the same time."
539
  msgstr ""
540
 
541
+ #: core/admin/api-settings.php:773 core/lib/wpbc_all_translations.php:100
542
  msgid "This feature does not work for booking resources with capacity higher than one."
543
  msgstr ""
544
 
545
+ #: core/admin/api-settings.php:790 core/lib/wpbc_all_translations.php:101
546
  msgid "Show advanced settings of JavaScript loading"
547
  msgstr ""
548
 
549
+ #: core/admin/api-settings.php:791 core/lib/wpbc_all_translations.php:102
550
  msgid "Hide advanced settings of JavaScript loading"
551
  msgstr ""
552
 
553
+ #: core/admin/api-settings.php:799 core/lib/wpbc_all_translations.php:103
554
  msgid "Disable Bootstrap loading on Front-End"
555
  msgstr ""
556
 
557
+ #: core/admin/api-settings.php:800 core/admin/api-settings.php:809
558
  #: core/lib/wpbc_all_translations.php:104
559
  msgid ""
560
  " If your theme or some other plugin is load the BootStrap JavaScripts, you can disable loading "
561
  "of this script by this plugin."
562
  msgstr ""
563
 
564
+ #: core/admin/api-settings.php:808 core/lib/wpbc_all_translations.php:105
565
  msgid "Disable Bootstrap loading on Back-End"
566
  msgstr ""
567
 
568
+ #: core/admin/api-settings.php:818 core/lib/wpbc_all_translations.php:106
569
  msgid "Load JS and CSS files only on specific pages"
570
  msgstr ""
571
 
572
+ #: core/admin/api-settings.php:819 core/lib/wpbc_all_translations.php:107
573
  msgid "Activate loading of CSS and JavaScript files of plugin only at specific pages."
574
  msgstr ""
575
 
576
+ #: core/admin/api-settings.php:829 core/lib/wpbc_all_translations.php:108
577
  msgid "Relative URLs of pages, where to load plugin CSS and JS files"
578
  msgstr ""
579
 
580
+ #: core/admin/api-settings.php:830 core/lib/wpbc_all_translations.php:109
581
  #, php-format
582
  msgid ""
583
  "Enter relative URLs of pages, where you have Booking Calendar elements (booking forms or "
584
  "availability calendars). Please enter one URL per line. Example: %s"
585
  msgstr ""
586
 
587
+ #: core/admin/api-settings.php:844 core/lib/wpbc_all_translations.php:110
588
  msgid "Show system debugging log for beta features"
589
  msgstr ""
590
 
591
+ #: core/admin/api-settings.php:845 core/lib/wpbc_all_translations.php:111
592
  msgid "Activate this option only for testing beta features"
593
  msgstr ""
594
 
595
+ #: core/admin/api-settings.php:861 core/lib/wpbc_all_translations.php:112
596
  msgid "Show settings of powered by notice"
597
  msgstr ""
598
 
599
+ #: core/admin/api-settings.php:862 core/lib/wpbc_all_translations.php:113
600
  msgid "Hide settings of powered by notice"
601
  msgstr ""
602
 
603
+ #: core/admin/api-settings.php:869 core/lib/wpbc_all_translations.php:114
604
  msgid "Powered by notice"
605
  msgstr ""
606
 
607
+ #: core/admin/api-settings.php:870 core/lib/wpbc_all_translations.php:115
608
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
609
  msgstr ""
610
 
611
+ #: core/admin/api-settings.php:878 core/lib/wpbc_all_translations.php:116
612
  msgid "Help and info notices"
613
  msgstr ""
614
 
615
+ #: core/admin/api-settings.php:879 core/lib/wpbc_all_translations.php:117
616
  msgid " Turn On/Off version notice and help info links at booking admin panel."
617
  msgstr ""
618
 
619
+ #: core/admin/api-settings.php:906 core/lib/wpbc_all_translations.php:118
620
  msgid "Plugin menu position"
621
  msgstr ""
622
 
623
+ #: core/admin/api-settings.php:909 core/lib/wpbc_all_translations.php:119
624
  msgid "Top"
625
  msgstr ""
626
 
627
+ #: core/admin/api-settings.php:910 core/lib/wpbc_all_translations.php:120
628
  msgid "Middle"
629
  msgstr ""
630
 
631
+ #: core/admin/api-settings.php:911 core/lib/wpbc_all_translations.php:121
632
  msgid "Bottom"
633
  msgstr ""
634
 
635
+ #: core/admin/api-settings.php:922 core/lib/wpbc_all_translations.php:122
636
  msgid "User permissions for plugin menu pages"
637
  msgstr ""
638
 
639
+ #: core/admin/api-settings.php:937 core/admin/wpbc-class-timeline.php:62
640
+ #: core/admin/wpbc-toolbars.php:546 core/admin/wpbc-toolbars.php:761
641
+ #: core/lib/wpbc_all_translations.php:123 core/wpbc.php:136
642
  msgid "Bookings"
643
  msgstr ""
644
 
645
+ #: core/admin/api-settings.php:946 core/admin/page-new.php:33 core/admin/page-new.php:34
646
+ #: core/admin/page-new.php:35 core/admin/wpbc-toolbars.php:1792
647
+ #: core/lib/wpbc_all_translations.php:124 core/wpbc-functions.php:1722 core/wpbc.php:165
648
  #: core/wpbc.php:166 core/wpbc.php:167
649
  msgid "Add booking"
650
  msgstr ""
651
 
652
+ #: core/admin/api-settings.php:956 core/admin/page-import-gcal.php:491
653
+ #: core/admin/wpbc-class-timeline.php:60 core/lib/wpbc_all_translations.php:125
654
+ #: core/wpbc-functions.php:1732 core/wpbc.php:176 core/wpbc.php:178
655
+ #: inc/_bl/admin/page-coupons.php:540 inc/_bl/admin/page-coupons.php:1355
656
+ #: inc/_bm/admin/page-availability.php:875 inc/_bm/admin/page-cost-rate.php:105
657
+ #: inc/_bm/admin/page-cost-valuation.php:133 inc/_mu/admin/page-users.php:446
658
+ #: inc/_ps/admin/br-table-export-feeds.php:164 inc/_ps/admin/br-table-import-gcal-p.php:144
659
+ #: inc/_ps/admin/page-resources.php:38 inc/_ps/admin/page-resources.php:138
660
  msgid "Resources"
661
  msgstr ""
662
 
663
+ #: core/admin/api-settings.php:965 core/lib/wpbc_all_translations.php:126
664
+ #: core/wpbc-functions.php:1787 core/wpbc.php:187 core/wpbc.php:189 core/wpbc.php:396
665
+ #: inc/_bl/admin/page-coupons.php:47 inc/_bm/admin/page-seasons.php:47
666
  msgid "Settings"
667
  msgstr ""
668
 
669
+ #: core/admin/api-settings.php:966 core/lib/wpbc_all_translations.php:127
670
  msgid "Select user access level for the menu pages of plugin"
671
  msgstr ""
672
 
673
+ #: core/admin/api-settings.php:977 core/wpbc.php:204
674
+ msgid "Premium"
675
+ msgstr ""
676
+
677
+ #: core/admin/api-settings.php:978
678
+ msgid "Show / hide menu"
679
+ msgstr ""
680
+
681
+ #: core/admin/api-settings.php:981 core/admin/wpbc-toolbar-tiny.php:586
682
+ #: core/admin/wpbc-toolbar-tiny.php:1785 core/admin/wpbc-toolbars.php:780
683
+ #: core/lib/wpbc_all_translations.php:424 core/lib/wpdev-booking-widget.php:104
684
+ msgid "Show"
685
+ msgstr ""
686
+
687
+ #: core/admin/api-settings.php:982 core/class/wpbc-class-notices.php:104
688
+ #: core/lib/wpbc_all_translations.php:564 core/sync/wpbc-gcal-class.php:668
689
+ #: core/wpbc-functions.php:2191
690
+ msgid "Hide"
691
+ msgstr ""
692
+
693
+ #: core/admin/api-settings.php:999 core/lib/wpbc_all_translations.php:128
694
  msgid "Delete booking data, when plugin deactivated"
695
  msgstr ""
696
 
697
+ #: core/admin/api-settings.php:1000 core/lib/wpbc_all_translations.php:129
698
  msgid "Check this box to delete all booking data when you uninstal this plugin."
699
  msgstr ""
700
 
701
+ #: core/admin/api-settings.php:1026 core/admin/page-form-free.php:958
702
+ #: core/lib/wpbc_all_translations.php:130 core/sync/wpbc-gcal-class.php:439
703
  #: core/sync/wpbc-gcal-class.php:606 core/sync/wpbc-gcal-class.php:632
704
+ #: inc/_bl/admin/api-settings-l.php:368 inc/_bm/admin/page-availability.php:990
705
+ #: inc/_bm/admin/page-cost-rate.php:176 inc/_bm/admin/page-seasons.php:519
706
+ #: inc/_ps/admin/br-table-export-feeds.php:171 inc/_ps/admin/br-table-import-gcal-p.php:151
707
  msgid "Info"
708
  msgstr ""
709
 
710
+ #: core/admin/api-settings.php:1150 core/admin/api-settings.php:1167
711
+ #: core/admin/api-settings.php:1198 core/admin/api-settings.php:1211
712
+ #: core/admin/api-settings.php:1244 core/lib/wpbc_all_translations.php:131
713
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:509
714
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:412 inc/gateways/page-gateways.php:779
715
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:640 inc/gateways/sage/wpbc-gw-sage.php:591
716
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:655
717
  msgid "Warning"
718
  msgstr ""
719
 
720
+ #: core/admin/api-settings.php:1151 core/lib/wpbc_all_translations.php:132
721
  msgid ""
722
  "You allow unlimited number of bookings per same dates, its can be a reason of double bookings on "
723
  "the same date. Do you really want to do this?"
724
  msgstr ""
725
 
726
+ #: core/admin/api-settings.php:1168 core/lib/wpbc_all_translations.php:133
727
  msgid "This feature can impact to speed of submitting booking. Do you really want to do this?"
728
  msgstr ""
729
 
730
+ #: core/admin/api-settings.php:1199 core/admin/api-settings.php:1212
731
+ #: core/lib/wpbc_all_translations.php:134
732
  msgid ""
733
  "You are need to be sure what you are doing. You are disable of loading some JavaScripts Do you "
734
  "really want to do this?"
735
  msgstr ""
736
 
737
+ #: core/admin/api-settings.php:1245 core/lib/wpbc_all_translations.php:135
738
  msgid ""
739
  "If you check this option, all booking data will be deleted when you uninstall this plugin. Do "
740
  "you really want to do this?"
741
  msgstr ""
742
 
743
+ #: core/admin/page-bookings.php:45 core/admin/page-bookings.php:46 core/admin/page-bookings.php:47
744
+ #: core/admin/page-settings.php:103 core/admin/page-settings.php:218
745
+ #: core/admin/wpbc-toolbars.php:457 core/lib/wpbc_all_translations.php:136
746
+ #: core/wpbc-functions.php:1700
747
  msgid "Booking Listing"
748
  msgstr ""
749
 
750
  #: core/admin/page-email-approved.php:177 core/admin/page-email-deleted.php:178
751
  #: core/admin/page-email-deny.php:178 core/admin/page-email-new-admin.php:176
752
  #: core/admin/page-email-new-visitor.php:176 core/admin/page-email-trash.php:178
753
+ #: core/lib/wpbc_all_translations.php:137 inc/_bm/admin/page-cost-deposit.php:134
754
  #: inc/_bs/admin/page-email-payment.php:179 inc/_ps/admin/page-email-edit.php:178
755
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:274
756
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:217
757
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:377 inc/gateways/ipay88/wpbc-gw-ipay88.php:254
758
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:146 inc/gateways/paypal/wpbc-gw-paypal.php:343
759
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:681 inc/gateways/paypal/wpbc-gw-paypal.php:704
760
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:727 inc/gateways/sage/wpbc-gw-sage.php:384
761
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:283
762
  msgid "Enable / Disable"
763
  msgstr ""
764
 
765
  #: core/admin/page-email-approved.php:178 core/admin/page-email-deleted.php:179
766
  #: core/admin/page-email-deny.php:179 core/admin/page-email-new-admin.php:177
767
  #: core/admin/page-email-new-visitor.php:177 core/admin/page-email-trash.php:179
768
+ #: core/lib/wpbc_all_translations.php:138 inc/_bs/admin/page-email-payment.php:180
769
  #: inc/_ps/admin/page-email-edit.php:179
770
  msgid "Enable this email notification"
771
  msgstr ""
772
 
773
  #: core/admin/page-email-approved.php:187 core/admin/page-email-deleted.php:188
774
  #: core/admin/page-email-deny.php:188 core/admin/page-email-trash.php:188
775
+ #: core/lib/wpbc_all_translations.php:139 inc/_bs/admin/page-email-payment.php:189
776
  #: inc/_ps/admin/page-email-edit.php:188
777
  msgid "Copy to admin"
778
  msgstr ""
779
 
780
  #: core/admin/page-email-approved.php:188 core/admin/page-email-deleted.php:189
781
  #: core/admin/page-email-deny.php:189 core/admin/page-email-trash.php:189
782
+ #: core/lib/wpbc_all_translations.php:140 inc/_bs/admin/page-email-payment.php:190
783
  #: inc/_ps/admin/page-email-edit.php:189
784
  msgid "Enable / disable sending copy of this email notification to admin"
785
  msgstr ""
787
  #: core/admin/page-email-approved.php:256 core/admin/page-email-deleted.php:205
788
  #: core/admin/page-email-deny.php:205 core/admin/page-email-new-admin.php:244
789
  #: core/admin/page-email-new-visitor.php:244 core/admin/page-email-trash.php:205
790
+ #: core/admin/page-import-gcal.php:159 core/admin/wpbc-toolbar-tiny.php:589
791
+ #: core/lib/wpbc_all_translations.php:141 core/sync/wpbc-gcal.php:171
792
+ #: inc/_bm/admin/page-cost-valuation.php:275 inc/_bm/admin/page-cost-valuation.php:278
793
+ #: inc/_bm/admin/page-cost-valuation.php:449 inc/_bm/admin/page-seasons.php:1564
794
  #: inc/_bs/admin/page-email-payment.php:206 inc/_ps/admin/page-email-edit.php:205
795
  msgid "From"
796
  msgstr ""
798
  #: core/admin/page-email-approved.php:266 core/admin/page-email-deleted.php:215
799
  #: core/admin/page-email-deny.php:215 core/admin/page-email-new-admin.php:202
800
  #: core/admin/page-email-new-admin.php:254 core/admin/page-email-new-visitor.php:254
801
+ #: core/admin/page-email-trash.php:220 core/lib/wpbc_all_translations.php:142
802
  #: inc/_bs/admin/page-email-payment.php:216 inc/_ps/admin/page-email-edit.php:215
803
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:691 inc/gateways/paypal/wpbc-gw-paypal.php:714
804
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:737
805
  msgid "Email Address"
806
  msgstr ""
807
 
811
  #: core/admin/page-email-new-admin.php:202 core/admin/page-email-new-admin.php:254
812
  #: core/admin/page-email-new-admin.php:295 core/admin/page-email-new-visitor.php:254
813
  #: core/admin/page-email-new-visitor.php:295 core/admin/page-email-trash.php:220
814
+ #: core/admin/page-email-trash.php:262 core/admin/page-form-free.php:1109
815
+ #: core/admin/page-form-free.php:1841 core/lib/wpbc_all_translations.php:143
816
  #: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:260
817
  #: inc/_ps/admin/page-email-edit.php:215 inc/_ps/admin/page-email-edit.php:256
818
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:286
819
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:301 inc/gateways/ideal/wpbc-gw-ideal.php:389
820
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:404 inc/gateways/ipay88/wpbc-gw-ipay88.php:266
821
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:281 inc/gateways/paypal/wpbc-gw-paypal.php:376
822
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:392 inc/gateways/sage/wpbc-gw-sage.php:396
823
+ #: inc/gateways/sage/wpbc-gw-sage.php:411 inc/gateways/stripe/wpbc-gw-stripe.php:311
824
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:326 inc/gateways/stripe/wpbc-gw-stripe.php:343
825
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:358
826
  msgid "Required"
827
  msgstr ""
828
 
829
  #: core/admin/page-email-approved.php:284 core/admin/page-email-deleted.php:233
830
  #: core/admin/page-email-deny.php:233 core/admin/page-email-new-admin.php:220
831
  #: core/admin/page-email-new-admin.php:272 core/admin/page-email-new-visitor.php:272
832
+ #: core/admin/page-email-trash.php:238 core/admin/wpbc-toolbar-tiny.php:425
833
+ #: core/admin/wpbc-toolbar-tiny.php:1776 core/lib/wpbc_all_translations.php:144
834
+ #: core/lib/wpdev-booking-widget.php:96 core/sync/wpbc-gcal-class.php:605
835
+ #: core/sync/wpbc-gcal-class.php:628 inc/_bm/admin/page-availability.php:985
836
+ #: inc/_bm/admin/page-seasons.php:514 inc/_bs/admin/page-email-payment.php:234
837
  #: inc/_ps/admin/page-email-edit.php:233 inc/_ps/wpbc-booking-select-widget.php:140
838
  msgid "Title"
839
  msgstr ""
841
  #: core/admin/page-email-approved.php:284 core/admin/page-email-deleted.php:233
842
  #: core/admin/page-email-deny.php:233 core/admin/page-email-new-admin.php:220
843
  #: core/admin/page-email-new-admin.php:272 core/admin/page-email-new-visitor.php:272
844
+ #: core/admin/page-email-trash.php:238 core/admin/wpbc-toolbar-tiny.php:425
845
+ #: core/lib/wpbc_all_translations.php:145 inc/_bs/admin/page-email-payment.php:234
846
  #: inc/_ps/admin/page-email-edit.php:233 inc/_ps/form/class-wpbc-field-help-button.php:73
847
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:128
848
  #: inc/_ps/form/class-wpbc-field-help-checkbox.php:164
852
  #: inc/_ps/form/class-wpbc-field-help-text.php:228 inc/_ps/form/class-wpbc-field-help-text.php:247
853
  #: inc/_ps/form/class-wpbc-field-help-text.php:264 inc/_ps/form/class-wpbc-field-help-text.php:281
854
  #: inc/_ps/form/class-wpbc-field-help-textarea.php:94
855
+ #: inc/_ps/form/class-wpbc-field-help-textarea.php:111 inc/gateways/page-gateways.php:296
856
  msgid "optional"
857
  msgstr ""
858
 
859
+ #: core/admin/page-email-approved.php:304 core/lib/wpbc_all_translations.php:146
860
+ #: core/wpbc-activation.php:981
861
  msgid "Your booking has been approved"
862
  msgstr ""
863
 
864
  #: core/admin/page-email-approved.php:306 core/admin/page-email-deleted.php:256
865
  #: core/admin/page-email-deny.php:256 core/admin/page-email-new-admin.php:294
866
  #: core/admin/page-email-new-visitor.php:294 core/admin/page-email-trash.php:261
867
+ #: core/lib/wpbc_all_translations.php:147 inc/_bs/admin/page-email-payment.php:259
868
  #: inc/_ps/admin/page-email-edit.php:255
869
  msgid "Subject"
870
  msgstr ""
872
  #: core/admin/page-email-approved.php:307 core/admin/page-email-deleted.php:257
873
  #: core/admin/page-email-deny.php:257 core/admin/page-email-new-admin.php:295
874
  #: core/admin/page-email-new-visitor.php:295 core/admin/page-email-trash.php:262
875
+ #: core/lib/wpbc_all_translations.php:148 inc/_bs/admin/page-email-payment.php:260
876
  #: inc/_ps/admin/page-email-edit.php:256
877
  #, php-format
878
  msgid "Type your email %ssubject%s for the booking confimation message."
879
  msgstr ""
880
 
881
+ #: core/admin/page-email-approved.php:319 core/lib/wpbc_all_translations.php:149
882
+ #: core/wpbc-activation.php:983
883
  #, php-format
884
  msgid ""
885
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on this page: %s Thank "
886
  "you, %s"
887
  msgstr ""
888
 
889
+ #: core/admin/page-email-approved.php:321 core/lib/wpbc_all_translations.php:150
890
+ #: core/wpbc-activation.php:985
891
  #, php-format
892
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
893
  msgstr ""
895
  #: core/admin/page-email-approved.php:328 core/admin/page-email-deleted.php:274
896
  #: core/admin/page-email-deny.php:274 core/admin/page-email-new-admin.php:310
897
  #: core/admin/page-email-new-visitor.php:316 core/admin/page-email-trash.php:279
898
+ #: core/lib/wpbc_all_translations.php:151 inc/_bs/admin/page-email-payment.php:277
899
  #: inc/_ps/admin/page-email-edit.php:273
900
  msgid "Content"
901
  msgstr ""
903
  #: core/admin/page-email-approved.php:329 core/admin/page-email-deleted.php:275
904
  #: core/admin/page-email-deny.php:275 core/admin/page-email-new-admin.php:311
905
  #: core/admin/page-email-new-visitor.php:317 core/admin/page-email-trash.php:280
906
+ #: core/lib/wpbc_all_translations.php:152 inc/_bs/admin/page-email-payment.php:278
907
  #: inc/_ps/admin/page-email-edit.php:274
908
  msgid "Type your email message content. "
909
  msgstr ""
911
  #: core/admin/page-email-approved.php:350 core/admin/page-email-deleted.php:296
912
  #: core/admin/page-email-deny.php:296 core/admin/page-email-new-admin.php:332
913
  #: core/admin/page-email-new-visitor.php:338 core/admin/page-email-trash.php:301
914
+ #: core/lib/wpbc_all_translations.php:153 inc/_bs/admin/page-email-payment.php:299
915
  #: inc/_ps/admin/page-email-edit.php:295
916
  msgid "Email Heading"
917
  msgstr ""
919
  #: core/admin/page-email-approved.php:351 core/admin/page-email-deleted.php:297
920
  #: core/admin/page-email-deny.php:297 core/admin/page-email-new-admin.php:333
921
  #: core/admin/page-email-new-visitor.php:339 core/admin/page-email-trash.php:302
922
+ #: core/lib/wpbc_all_translations.php:154 inc/_bs/admin/page-email-payment.php:300
923
  #: inc/_ps/admin/page-email-edit.php:296
924
  msgid "Enter main heading contained within the email notification."
925
  msgstr ""
927
  #: core/admin/page-email-approved.php:360 core/admin/page-email-deleted.php:306
928
  #: core/admin/page-email-deny.php:306 core/admin/page-email-new-admin.php:342
929
  #: core/admin/page-email-new-visitor.php:348 core/admin/page-email-trash.php:311
930
+ #: core/lib/wpbc_all_translations.php:155 inc/_bs/admin/page-email-payment.php:309
931
  #: inc/_ps/admin/page-email-edit.php:305
932
  msgid "Email Footer Text"
933
  msgstr ""
935
  #: core/admin/page-email-approved.php:361 core/admin/page-email-deleted.php:307
936
  #: core/admin/page-email-deny.php:307 core/admin/page-email-new-admin.php:343
937
  #: core/admin/page-email-new-visitor.php:349 core/admin/page-email-trash.php:312
938
+ #: core/lib/wpbc_all_translations.php:156 inc/_bs/admin/page-email-payment.php:310
939
  #: inc/_ps/admin/page-email-edit.php:306
940
  msgid "Enter text contained within footer of the email notification"
941
  msgstr ""
943
  #: core/admin/page-email-approved.php:371 core/admin/page-email-deleted.php:317
944
  #: core/admin/page-email-deny.php:317 core/admin/page-email-new-admin.php:353
945
  #: core/admin/page-email-new-visitor.php:359 core/admin/page-email-trash.php:322
946
+ #: core/lib/wpbc_all_translations.php:157 inc/_bs/admin/page-email-payment.php:320
947
  #: inc/_ps/admin/page-email-edit.php:316
948
  msgid "Email template"
949
  msgstr ""
951
  #: core/admin/page-email-approved.php:372 core/admin/page-email-deleted.php:318
952
  #: core/admin/page-email-deny.php:318 core/admin/page-email-new-admin.php:354
953
  #: core/admin/page-email-new-visitor.php:360 core/admin/page-email-trash.php:323
954
+ #: core/lib/wpbc_all_translations.php:158 inc/_bs/admin/page-email-payment.php:321
955
  #: inc/_ps/admin/page-email-edit.php:317
956
  msgid "Choose email template."
957
  msgstr ""
959
  #: core/admin/page-email-approved.php:376 core/admin/page-email-deleted.php:322
960
  #: core/admin/page-email-deny.php:322 core/admin/page-email-new-admin.php:358
961
  #: core/admin/page-email-new-visitor.php:364 core/admin/page-email-trash.php:327
962
+ #: core/lib/wpbc_all_translations.php:159 inc/_bs/admin/page-email-payment.php:325
963
  #: inc/_ps/admin/page-email-edit.php:321
964
  msgid "Plain (without styles)"
965
  msgstr ""
967
  #: core/admin/page-email-approved.php:377 core/admin/page-email-deleted.php:323
968
  #: core/admin/page-email-deny.php:323 core/admin/page-email-new-admin.php:359
969
  #: core/admin/page-email-new-visitor.php:365 core/admin/page-email-trash.php:328
970
+ #: core/lib/wpbc_all_translations.php:160 inc/_bs/admin/page-email-payment.php:326
971
  #: inc/_ps/admin/page-email-edit.php:322
972
  msgid "Standard 1 column"
973
  msgstr ""
975
  #: core/admin/page-email-approved.php:384 core/admin/page-email-deleted.php:330
976
  #: core/admin/page-email-deny.php:330 core/admin/page-email-new-admin.php:366
977
  #: core/admin/page-email-new-visitor.php:372 core/admin/page-email-trash.php:335
978
+ #: core/lib/wpbc_all_translations.php:161 inc/_bs/admin/page-email-payment.php:333
979
  #: inc/_ps/admin/page-email-edit.php:329
980
  #, php-format
981
  msgid "You can override this email template in this folder %s"
984
  #: core/admin/page-email-approved.php:394 core/admin/page-email-deleted.php:340
985
  #: core/admin/page-email-deny.php:340 core/admin/page-email-new-admin.php:376
986
  #: core/admin/page-email-new-visitor.php:382 core/admin/page-email-trash.php:345
987
+ #: core/lib/wpbc_all_translations.php:162 inc/_bs/admin/page-email-payment.php:343
988
  #: inc/_ps/admin/page-email-edit.php:339
989
  msgid "Base Color"
990
  msgstr ""
992
  #: core/admin/page-email-approved.php:395 core/admin/page-email-deleted.php:341
993
  #: core/admin/page-email-deny.php:341 core/admin/page-email-new-admin.php:377
994
  #: core/admin/page-email-new-visitor.php:383 core/admin/page-email-trash.php:346
995
+ #: core/lib/wpbc_all_translations.php:163 inc/_bs/admin/page-email-payment.php:344
996
  #: inc/_ps/admin/page-email-edit.php:340
997
  msgid "The base color for email templates."
998
  msgstr ""
1009
  #: core/admin/page-email-new-visitor.php:402 core/admin/page-email-new-visitor.php:411
1010
  #: core/admin/page-email-trash.php:347 core/admin/page-email-trash.php:356
1011
  #: core/admin/page-email-trash.php:365 core/admin/page-email-trash.php:374
1012
+ #: core/lib/wpbc_all_translations.php:164 inc/_bs/admin/page-email-payment.php:345
1013
  #: inc/_bs/admin/page-email-payment.php:354 inc/_bs/admin/page-email-payment.php:363
1014
  #: inc/_bs/admin/page-email-payment.php:372 inc/_ps/admin/page-email-edit.php:341
1015
  #: inc/_ps/admin/page-email-edit.php:350 inc/_ps/admin/page-email-edit.php:359
1020
  #: core/admin/page-email-approved.php:403 core/admin/page-email-deleted.php:349
1021
  #: core/admin/page-email-deny.php:349 core/admin/page-email-new-admin.php:385
1022
  #: core/admin/page-email-new-visitor.php:391 core/admin/page-email-trash.php:354
1023
+ #: core/lib/wpbc_all_translations.php:165 inc/_bs/admin/page-email-payment.php:352
1024
  #: inc/_ps/admin/page-email-edit.php:348
1025
  msgid "Background Color"
1026
  msgstr ""
1028
  #: core/admin/page-email-approved.php:404 core/admin/page-email-deleted.php:350
1029
  #: core/admin/page-email-deny.php:350 core/admin/page-email-new-admin.php:386
1030
  #: core/admin/page-email-new-visitor.php:392 core/admin/page-email-trash.php:355
1031
+ #: core/lib/wpbc_all_translations.php:166 inc/_bs/admin/page-email-payment.php:353
1032
  #: inc/_ps/admin/page-email-edit.php:349
1033
  msgid "The background color for email templates."
1034
  msgstr ""
1036
  #: core/admin/page-email-approved.php:412 core/admin/page-email-deleted.php:358
1037
  #: core/admin/page-email-deny.php:358 core/admin/page-email-new-admin.php:394
1038
  #: core/admin/page-email-new-visitor.php:400 core/admin/page-email-trash.php:363
1039
+ #: core/lib/wpbc_all_translations.php:167 inc/_bs/admin/page-email-payment.php:361
1040
  #: inc/_ps/admin/page-email-edit.php:357
1041
  msgid "Email Body Background Color"
1042
  msgstr ""
1044
  #: core/admin/page-email-approved.php:413 core/admin/page-email-deleted.php:359
1045
  #: core/admin/page-email-deny.php:359 core/admin/page-email-new-admin.php:395
1046
  #: core/admin/page-email-new-visitor.php:401 core/admin/page-email-trash.php:364
1047
+ #: core/lib/wpbc_all_translations.php:168 inc/_bs/admin/page-email-payment.php:362
1048
  #: inc/_ps/admin/page-email-edit.php:358
1049
  msgid "The main body background color for email templates."
1050
  msgstr ""
1052
  #: core/admin/page-email-approved.php:421 core/admin/page-email-deleted.php:367
1053
  #: core/admin/page-email-deny.php:367 core/admin/page-email-new-admin.php:403
1054
  #: core/admin/page-email-new-visitor.php:409 core/admin/page-email-trash.php:372
1055
+ #: core/lib/wpbc_all_translations.php:169 inc/_bs/admin/page-email-payment.php:370
1056
  #: inc/_ps/admin/page-email-edit.php:366
1057
  msgid "Email Body Text Colour"
1058
  msgstr ""
1060
  #: core/admin/page-email-approved.php:422 core/admin/page-email-deleted.php:368
1061
  #: core/admin/page-email-deny.php:368 core/admin/page-email-new-admin.php:404
1062
  #: core/admin/page-email-new-visitor.php:410 core/admin/page-email-trash.php:373
1063
+ #: core/lib/wpbc_all_translations.php:170 inc/_bs/admin/page-email-payment.php:371
1064
  #: inc/_ps/admin/page-email-edit.php:367
1065
  msgid "The main body text color for email templates."
1066
  msgstr ""
1068
  #: core/admin/page-email-approved.php:437 core/admin/page-email-deleted.php:383
1069
  #: core/admin/page-email-deny.php:383 core/admin/page-email-new-admin.php:419
1070
  #: core/admin/page-email-new-visitor.php:425 core/admin/page-email-trash.php:388
1071
+ #: core/lib/wpbc_all_translations.php:171 inc/_bs/admin/page-email-payment.php:386
1072
  #: inc/_ps/admin/page-email-edit.php:382
1073
  msgid "Email format"
1074
  msgstr ""
1076
  #: core/admin/page-email-approved.php:438 core/admin/page-email-deleted.php:384
1077
  #: core/admin/page-email-deny.php:384 core/admin/page-email-new-admin.php:420
1078
  #: core/admin/page-email-new-visitor.php:426 core/admin/page-email-trash.php:389
1079
+ #: core/lib/wpbc_all_translations.php:172 inc/_bs/admin/page-email-payment.php:387
1080
  #: inc/_ps/admin/page-email-edit.php:383
1081
  msgid "Choose which format of email to send."
1082
  msgstr ""
1084
  #: core/admin/page-email-approved.php:442 core/admin/page-email-deleted.php:388
1085
  #: core/admin/page-email-deny.php:388 core/admin/page-email-new-admin.php:424
1086
  #: core/admin/page-email-new-visitor.php:430 core/admin/page-email-trash.php:393
1087
+ #: core/lib/wpbc_all_translations.php:173 inc/_bs/admin/page-email-payment.php:391
1088
  #: inc/_ps/admin/page-email-edit.php:387
1089
  msgid "Plain text"
1090
  msgstr ""
1092
  #: core/admin/page-email-approved.php:449 core/admin/page-email-deleted.php:395
1093
  #: core/admin/page-email-deny.php:395 core/admin/page-email-new-admin.php:431
1094
  #: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:400
1095
+ #: core/lib/wpbc_all_translations.php:174 inc/_bs/admin/page-email-payment.php:398
1096
+ #: inc/_ps/admin/page-email-edit.php:394 inc/_ps/admin/page-settings-form.php:602
1097
+ #: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:985
1098
  msgid "HTML"
1099
  msgstr ""
1100
 
1101
  #: core/admin/page-email-approved.php:450 core/admin/page-email-deleted.php:396
1102
  #: core/admin/page-email-deny.php:396 core/admin/page-email-new-admin.php:432
1103
  #: core/admin/page-email-new-visitor.php:438 core/admin/page-email-trash.php:401
1104
+ #: core/lib/wpbc_all_translations.php:175 inc/_bs/admin/page-email-payment.php:399
1105
  #: inc/_ps/admin/page-email-edit.php:395
1106
  msgid "Multipart"
1107
  msgstr ""
1109
  #: core/admin/page-email-approved.php:476 core/admin/page-email-deleted.php:422
1110
  #: core/admin/page-email-deny.php:422 core/admin/page-email-new-admin.php:457
1111
  #: core/admin/page-email-new-visitor.php:464 core/admin/page-email-trash.php:427
1112
+ #: core/lib/wpbc_all_translations.php:176 inc/_bs/admin/page-email-payment.php:425
1113
  #: inc/_ps/admin/page-email-edit.php:421
1114
  #, php-format
1115
  msgid ""
1120
  #: core/admin/page-email-approved.php:476 core/admin/page-email-deleted.php:422
1121
  #: core/admin/page-email-deny.php:422 core/admin/page-email-new-admin.php:457
1122
  #: core/admin/page-email-new-visitor.php:464 core/admin/page-email-trash.php:427
1123
+ #: core/lib/wpbc_all_translations.php:177 core/sync/wpbc-gcal.php:406
1124
  #: inc/_bs/admin/page-email-payment.php:425 inc/_ps/admin/page-email-edit.php:421
1125
  msgid "here"
1126
  msgstr ""
1127
 
1128
+ #: core/admin/page-email-approved.php:553 core/admin/wpbc-class-listing.php:328
1129
+ #: core/admin/wpbc-toolbars.php:540 core/lib/wpbc_all_translations.php:178 inc/_ps/personal.php:335
1130
+ #: inc/_ps/wpbc-print.php:118
1131
  msgid "Approved"
1132
  msgstr ""
1133
 
1134
+ #: core/admin/page-email-approved.php:554 core/admin/page-email-deleted.php:501
1135
+ #: core/admin/page-email-deny.php:501 core/admin/page-email-new-admin.php:505
1136
+ #: core/admin/page-email-new-admin.php:506 core/admin/page-email-new-admin.php:530
1137
+ #: core/admin/page-email-new-visitor.php:537 core/admin/page-email-trash.php:506
1138
+ #: core/lib/wpbc_all_translations.php:179 inc/_bs/admin/page-email-payment.php:503
1139
+ #: inc/_ps/admin/page-email-edit.php:499
1140
  msgid "Emails Settings"
1141
  msgstr ""
1142
 
1143
+ #: core/admin/page-email-approved.php:555 core/lib/wpbc_all_translations.php:180
1144
  msgid "Customization of email template, which is sending to Visitor after approval of booking"
1145
  msgstr ""
1146
 
1147
+ #: core/admin/page-email-approved.php:691 core/lib/wpbc_all_translations.php:181
1148
  msgid "Email is sending to Visitor after Approval of booking."
1149
  msgstr ""
1150
 
1151
+ #: core/admin/page-email-approved.php:698 core/admin/page-email-deleted.php:645
1152
+ #: core/admin/page-email-deny.php:645 core/admin/page-email-new-admin.php:678
1153
+ #: core/admin/page-email-new-visitor.php:681 core/admin/page-email-trash.php:650
1154
+ #: core/lib/wpbc_all_translations.php:182 inc/_bs/admin/page-email-payment.php:647
1155
+ #: inc/_ps/admin/page-email-edit.php:643
1156
  msgid "Header / Footer"
1157
  msgstr ""
1158
 
1159
+ #: core/admin/page-email-approved.php:705 core/admin/page-email-deleted.php:652
1160
+ #: core/admin/page-email-deny.php:652 core/admin/page-email-new-admin.php:685
1161
+ #: core/admin/page-email-new-visitor.php:688 core/admin/page-email-trash.php:657
1162
+ #: core/lib/wpbc_all_translations.php:183 inc/_bs/admin/page-email-payment.php:654
1163
+ #: inc/_ps/admin/page-email-edit.php:650
1164
  msgid "Email Styles"
1165
  msgstr ""
1166
 
1167
+ #: core/admin/page-email-approved.php:717 core/admin/page-email-deleted.php:664
1168
+ #: core/admin/page-email-deny.php:664 core/admin/page-email-new-admin.php:697
1169
+ #: core/admin/page-email-new-visitor.php:700 core/admin/page-email-trash.php:669
1170
+ #: core/admin/page-form-free.php:1111 core/admin/wpbc-class-listing.php:125
1171
+ #: core/admin/wpbc-class-listing.php:145 core/admin/wpbc-toolbars.php:52
1172
+ #: core/admin/wpbc-toolbars.php:174 core/lib/wpbc_all_translations.php:184
1173
+ #: inc/_bl/admin/page-coupons.php:548 inc/_bm/admin/page-cost-valuation.php:203
1174
+ #: inc/_bm/admin/page-seasons.php:527 inc/_bs/admin/page-email-payment.php:666
1175
+ #: inc/_mu/admin/page-users.php:449 inc/_ps/admin/page-email-edit.php:662
1176
  msgid "Actions"
1177
  msgstr ""
1178
 
1179
+ #: core/admin/page-email-approved.php:721 core/admin/page-email-deleted.php:668
1180
+ #: core/admin/page-email-deny.php:668 core/admin/page-email-new-admin.php:701
1181
+ #: core/admin/page-email-new-visitor.php:704 core/admin/page-email-trash.php:673
1182
+ #: core/lib/wpbc_all_translations.php:185 inc/_bs/admin/page-email-payment.php:670
1183
+ #: inc/_ps/admin/page-email-edit.php:666
1184
  msgid "Send Test Email"
1185
  msgstr ""
1186
 
1187
+ #: core/admin/page-email-approved.php:723 core/admin/page-email-approved.php:759
1188
+ #: core/admin/page-email-deleted.php:670 core/admin/page-email-deleted.php:706
1189
+ #: core/admin/page-email-deny.php:670 core/admin/page-email-deny.php:706
1190
+ #: core/admin/page-email-new-admin.php:703 core/admin/page-email-new-admin.php:739
1191
+ #: core/admin/page-email-new-visitor.php:706 core/admin/page-email-new-visitor.php:742
1192
+ #: core/admin/page-email-trash.php:675 core/admin/page-email-trash.php:711
1193
+ #: core/admin/page-form-free.php:138 core/admin/page-form-free.php:189
1194
+ #: core/admin/page-ics-export.php:221 core/admin/page-ics-general.php:357
1195
+ #: core/admin/page-ics-import.php:203 core/admin/page-import-gcal.php:570
1196
+ #: core/admin/page-settings.php:136 core/admin/page-settings.php:275
1197
+ #: core/admin/wpbc-toolbars.php:1771 core/lib/wpbc_all_translations.php:186
1198
+ #: inc/_bl/admin/page-coupons.php:220 inc/_bl/admin/page-coupons.php:1378
1199
+ #: inc/_bl/admin/page-search.php:345 inc/_bl/admin/page-search.php:441
1200
+ #: inc/_bm/admin/page-availability.php:1024 inc/_bm/admin/page-cost-advanced.php:102
1201
+ #: inc/_bm/admin/page-cost-advanced.php:161 inc/_bm/admin/page-cost-deposit.php:362
1202
+ #: inc/_bm/admin/page-cost-rate.php:231 inc/_bm/admin/page-cost-valuation.php:257
1203
+ #: inc/_bm/admin/page-cost.php:226 inc/_bm/admin/page-seasons.php:205
1204
+ #: inc/_bm/admin/page-seasons.php:1224 inc/_bm/admin/page-seasons.php:1442
1205
+ #: inc/_bs/admin/page-email-payment.php:672 inc/_bs/admin/page-email-payment.php:708
1206
+ #: inc/_mu/admin/page-users.php:168 inc/_ps/admin/page-email-edit.php:668
1207
+ #: inc/_ps/admin/page-email-edit.php:704 inc/_ps/admin/page-resources.php:193
1208
+ #: inc/_ps/admin/page-settings-form.php:114 inc/_ps/admin/page-settings-form.php:176
1209
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:863
1210
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:488
1211
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:923 inc/gateways/ipay88/wpbc-gw-ipay88.php:783
1212
+ #: inc/gateways/page-gateways.php:548 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:402
1213
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:1085 inc/gateways/sage/wpbc-gw-sage.php:911
1214
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:920
1215
  msgid "Save Changes"
1216
  msgstr ""
1217
 
1218
+ #: core/admin/page-email-approved.php:741 core/admin/page-email-deleted.php:688
1219
+ #: core/admin/page-email-deny.php:688 core/admin/page-email-new-admin.php:721
1220
+ #: core/admin/page-email-new-visitor.php:724 core/admin/page-email-trash.php:693
1221
+ #: core/admin/page-form-free.php:1110 core/admin/wpbc-dashboard.php:408
1222
+ #: core/lib/wpbc_all_translations.php:187 inc/_bs/admin/page-email-payment.php:690
1223
+ #: inc/_ps/admin/page-email-edit.php:686
1224
  msgid "Type"
1225
  msgstr ""
1226
 
1227
+ #: core/admin/page-email-approved.php:748 core/admin/page-email-deleted.php:695
1228
+ #: core/admin/page-email-deny.php:695 core/admin/page-email-new-admin.php:728
1229
+ #: core/admin/page-email-new-visitor.php:731 core/admin/page-email-trash.php:700
1230
+ #: core/admin/page-ics-import.php:194 core/admin/page-import-gcal.php:552
1231
+ #: core/admin/page-settings.php:130 core/admin/page-settings.php:267
1232
+ #: core/admin/wpbc-toolbars.php:426 core/admin/wpbc-toolbars.php:432
1233
+ #: core/lib/wpbc_all_translations.php:188 inc/_bl/admin/page-search.php:395
1234
+ #: inc/_bl/admin/page-search.php:423 inc/_bm/admin/page-cost-advanced.php:155
1235
+ #: inc/_bs/admin/page-email-payment.php:697 inc/_ps/admin/page-email-edit.php:693
1236
+ #: inc/_ps/admin/page-settings-form.php:170
1237
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:451 inc/gateways/page-gateways.php:537
1238
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:393 inc/gateways/paypal/wpbc-gw-paypal.php:1059
1239
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:1076
1240
  msgid "Help"
1241
  msgstr ""
1242
 
1243
+ #: core/admin/page-email-approved.php:830 core/admin/page-email-deleted.php:776
1244
+ #: core/admin/page-email-deny.php:776 core/admin/page-email-new-admin.php:817
1245
+ #: core/admin/page-email-new-visitor.php:812 core/admin/page-email-trash.php:781
1246
+ #: core/lib/wpbc_all_translations.php:189 inc/_bs/admin/page-email-payment.php:778
1247
+ #: inc/_ps/admin/page-email-edit.php:774
1248
  msgid "Email sent to "
1249
  msgstr ""
1250
 
1251
+ #: core/admin/page-email-approved.php:832 core/admin/page-email-deleted.php:778
1252
+ #: core/admin/page-email-deny.php:778 core/admin/page-email-new-admin.php:819
1253
+ #: core/admin/page-email-new-visitor.php:814 core/admin/page-email-trash.php:783
1254
+ #: core/lib/wpbc_all_translations.php:190 core/wpbc-emails.php:436
1255
+ #: inc/_bs/admin/page-email-payment.php:780 inc/_ps/admin/page-email-edit.php:776
1256
  msgid "Email had not sent. Some error occuered."
1257
  msgstr ""
1258
 
1259
+ #: core/admin/page-email-approved.php:847 core/admin/page-email-deleted.php:793
1260
+ #: core/admin/page-email-deny.php:793 core/admin/page-email-new-admin.php:903
1261
+ #: core/admin/page-email-new-visitor.php:829 core/admin/page-email-trash.php:798
1262
+ #: core/lib/wpbc_all_translations.php:191 inc/_bs/admin/page-email-payment.php:795
1263
+ #: inc/_ps/admin/page-email-edit.php:791 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:884
1264
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:561
1265
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:944 inc/gateways/ipay88/wpbc-gw-ipay88.php:804
1266
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:423 inc/gateways/paypal/wpbc-gw-paypal.php:1106
1267
+ #: inc/gateways/sage/wpbc-gw-sage.php:932 inc/gateways/stripe/wpbc-gw-stripe.php:939
1268
  msgid "Settings saved."
1269
  msgstr ""
1270
 
1271
+ #: core/admin/page-email-approved.php:908 core/admin/page-email-approved.php:911
1272
+ #: core/admin/page-email-deleted.php:854 core/admin/page-email-deleted.php:857
1273
+ #: core/admin/page-email-deny.php:854 core/admin/page-email-deny.php:857
1274
+ #: core/admin/page-email-new-admin.php:965 core/admin/page-email-new-admin.php:968
1275
+ #: core/admin/page-email-new-visitor.php:890 core/admin/page-email-new-visitor.php:893
1276
+ #: core/admin/page-email-trash.php:859 core/admin/page-email-trash.php:862
1277
+ #: core/lib/wpbc_all_translations.php:192 inc/_bs/admin/page-email-payment.php:856
1278
+ #: inc/_bs/admin/page-email-payment.php:859 inc/_ps/admin/page-email-edit.php:852
1279
+ #: inc/_ps/admin/page-email-edit.php:855
1280
  msgid "If empty then title defined as WordPress"
1281
  msgstr ""
1282
 
1283
+ #: core/admin/page-email-approved.php:928 core/admin/page-email-deleted.php:874
1284
+ #: core/admin/page-email-deny.php:874 core/admin/page-email-new-admin.php:985
1285
+ #: core/admin/page-email-new-visitor.php:910 core/admin/page-email-trash.php:879
1286
+ #: core/lib/wpbc_all_translations.php:193 inc/_bs/admin/page-email-payment.php:876
1287
+ #: inc/_ps/admin/page-email-edit.php:872
1288
  msgid ""
1289
  "Email different from website DNS, its can be a reason of not delivery emails. Please use the "
1290
  "email withing the same domain as your website!"
1291
  msgstr ""
1292
 
1293
  #: core/admin/page-email-deleted.php:254 core/admin/page-email-deny.php:254
1294
+ #: core/admin/page-email-trash.php:259 core/lib/wpbc_all_translations.php:194
1295
+ #: core/wpbc-activation.php:992
1296
  msgid "Your booking has been declined"
1297
  msgstr ""
1298
 
1299
  #: core/admin/page-email-deleted.php:268 core/admin/page-email-deny.php:268
1300
+ #: core/admin/page-email-trash.php:273 core/lib/wpbc_all_translations.php:195
1301
+ #: core/wpbc-activation.php:993
1302
  #, php-format
1303
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
1304
  msgstr ""
1305
 
1306
+ #: core/admin/page-email-deleted.php:500 core/lib/wpbc-ajax.php:328
1307
+ #: core/lib/wpbc_all_translations.php:196 inc/_bl/admin/page-coupons.php:378
1308
+ #: inc/_bl/admin/page-coupons.php:1023 inc/_bm/admin/page-availability.php:364
1309
+ #: inc/_bm/admin/page-cost.php:323 inc/_bm/admin/page-seasons.php:313
1310
+ #: inc/_bm/admin/page-seasons.php:843 inc/_bm/m-toolbar.php:547
1311
+ #: inc/_ps/admin/page-resources.php:318 inc/_ps/personal.php:156
1312
  msgid "Deleted"
1313
  msgstr ""
1314
 
1315
+ #: core/admin/page-email-deleted.php:502 core/admin/page-email-trash.php:507
1316
+ #: core/lib/wpbc_all_translations.php:197
1317
  msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
1318
  msgstr ""
1319
 
1320
+ #: core/admin/page-email-deleted.php:638 core/lib/wpbc_all_translations.php:198
1321
  msgid "Email is sending to Visitor after Deleting of booking."
1322
  msgstr ""
1323
 
1324
+ #: core/admin/page-email-deny.php:502
1325
+ msgid ""
1326
+ "Customization of email template, which is sending to Visitor, when booking status is set to "
1327
+ "Pending"
1328
+ msgstr ""
1329
+
1330
+ #: core/admin/page-email-deny.php:638 core/lib/wpbc_all_translations.php:199
1331
  msgid "Email is sending to Visitor after booking set as Pending."
1332
  msgstr ""
1333
 
1334
+ #: core/admin/page-email-new-admin.php:192 core/lib/wpbc_all_translations.php:200
1335
+ #: inc/_bm/admin/page-cost-valuation.php:275 inc/_bm/admin/page-cost-valuation.php:278
1336
  msgid "To"
1337
  msgstr ""
1338
 
1339
  #: core/admin/page-email-new-admin.php:292 core/admin/page-email-new-visitor.php:292
1340
+ #: core/admin/wpbc-class-listing.php:300 core/lib/wpbc_all_translations.php:201
1341
+ #: core/wpbc-activation.php:963 core/wpbc-activation.php:970
1342
  msgid "New booking"
1343
  msgstr ""
1344
 
1345
+ #: core/admin/page-email-new-admin.php:308 core/lib/wpbc_all_translations.php:202
1346
+ #: core/wpbc-activation.php:964
1347
  #, php-format
1348
  msgid ""
1349
  "You need to approve a new booking %s for: %s Person detail information:%s Currently a new "
1350
  "booking is waiting for approval. Please visit the moderation panel%sThank you, %s"
1351
  msgstr ""
1352
 
1353
+ #: core/admin/page-email-new-admin.php:504 core/lib/wpbc_all_translations.php:203
1354
+ #: core/wpbc-functions.php:1804
1355
  msgid "Emails"
1356
  msgstr ""
1357
 
1358
+ #: core/admin/page-email-new-admin.php:529 core/admin/page-email-new-visitor.php:536
1359
+ #: core/lib/wpbc_all_translations.php:204
1360
  msgid "New"
1361
  msgstr ""
1362
 
1363
+ #: core/admin/page-email-new-admin.php:529 core/lib/wpbc_all_translations.php:205
1364
  msgid "admin"
1365
  msgstr ""
1366
 
1367
+ #: core/admin/page-email-new-admin.php:531 core/lib/wpbc_all_translations.php:206
1368
  msgid "Customization of email template, which is sending to Admin after new booking"
1369
  msgstr ""
1370
 
1371
+ #: core/admin/page-email-new-admin.php:671 core/lib/wpbc_all_translations.php:207
1372
  msgid "Email is sending to Admin after creation of booking."
1373
  msgstr ""
1374
 
1375
+ #: core/admin/page-email-new-visitor.php:307 core/lib/wpbc_all_translations.php:208
1376
+ #: core/wpbc-activation.php:972
1377
  #, php-format
1378
  msgid ""
1379
  "Your reservation %s for: %s is processing now! We will send confirmation by email. %sYou can "
1380
  "edit this booking at this page: %s Thank you, %s"
1381
  msgstr ""
1382
 
1383
+ #: core/admin/page-email-new-visitor.php:309 core/lib/wpbc_all_translations.php:209
1384
+ #: core/wpbc-activation.php:974
1385
  #, php-format
1386
  msgid ""
1387
  "Your reservation %s for: %s is processing now! We will send confirmation by email. %s Thank you, "
1388
  "%s"
1389
  msgstr ""
1390
 
1391
+ #: core/admin/page-email-new-visitor.php:536 core/lib/wpbc_all_translations.php:210
1392
  msgid "visitor"
1393
  msgstr ""
1394
 
1395
+ #: core/admin/page-email-new-visitor.php:538 core/lib/wpbc_all_translations.php:211
1396
  msgid "Customization of email template, which is sending to Visitor after new booking"
1397
  msgstr ""
1398
 
1399
+ #: core/admin/page-email-new-visitor.php:674 core/lib/wpbc_all_translations.php:212
1400
  msgid "Email is sending to Visitor after creation of booking."
1401
  msgstr ""
1402
 
1403
+ #: core/admin/page-email-trash.php:505 core/admin/wpbc-class-listing.php:330
1404
+ #: core/admin/wpbc-class-timeline.php:2205 core/admin/wpbc-toolbars.php:984
1405
+ #: core/lib/wpbc_all_translations.php:213
1406
  msgid "Trash"
1407
  msgstr ""
1408
 
1409
+ #: core/admin/page-email-trash.php:643 core/lib/wpbc_all_translations.php:214
1410
  msgid "Email is sending to Visitor after Canceling of booking (moved to trash)."
1411
  msgstr ""
1412
 
1413
+ #: core/admin/page-form-free.php:58 core/admin/page-settings.php:98
1414
+ #: core/admin/page-settings.php:211 core/lib/wpbc_all_translations.php:215
1415
+ #: core/wpbc-functions.php:1796 inc/_ps/admin/page-settings-form.php:39
1416
  msgid "Form"
1417
  msgstr ""
1418
 
1419
+ #: core/admin/page-form-free.php:59 core/lib/wpbc_all_translations.php:216
1420
+ #: inc/_ps/admin/page-settings-form.php:40
1421
  msgid "Fields Settings"
1422
  msgstr ""
1423
 
1424
+ #: core/admin/page-form-free.php:60 core/lib/wpbc_all_translations.php:217
1425
+ #: inc/_ps/admin/page-settings-form.php:41
1426
  msgid "Customizaton of Form Fields"
1427
  msgstr ""
1428
 
1429
+ #: core/admin/page-form-free.php:73 core/admin/wpbc-dashboard.php:438
1430
+ #: core/lib/wpbc_all_translations.php:218
1431
  msgid "Check Premium Features"
1432
  msgstr ""
1433
 
1434
+ #: core/admin/page-form-free.php:74 core/lib/wpbc_all_translations.php:219
 
1435
  msgid "Upgrade to higher versions"
1436
  msgstr ""
1437
 
1438
+ #: core/admin/page-form-free.php:159 core/lib/wpbc_all_translations.php:220
1439
  msgid "Form Field Configuration"
1440
  msgstr ""
1441
 
1442
+ #: core/admin/page-form-free.php:260 core/admin/page-form-free.php:383
1443
+ #: core/admin/page-form-free.php:563 core/lib/wpbc_all_translations.php:221
1444
+ #: inc/_ps/personal.php:1981 inc/_ps/wpbc-form-templates.php:42 inc/_ps/wpbc-form-templates.php:61
1445
+ #: inc/_ps/wpbc-form-templates.php:81 inc/_ps/wpbc-form-templates.php:104
1446
+ #: inc/_ps/wpbc-form-templates.php:127
 
1447
  msgid "Send"
1448
  msgstr ""
1449
 
1450
+ #: core/admin/page-form-free.php:837 core/lib/wpbc_all_translations.php:222
1451
  msgid "Reset to default form"
1452
  msgstr ""
1453
 
1454
+ #: core/admin/page-form-free.php:841 core/admin/page-form-free.php:1370
1455
+ #: core/admin/wpbc-class-listing.php:390 core/admin/wpbc-class-listing.php:396
1456
+ #: core/admin/wpbc-toolbars.php:987 core/admin/wpbc-toolbars.php:1004
1457
+ #: core/lib/wpbc_all_translations.php:223 inc/_bl/admin/page-coupons.php:236
1458
+ #: inc/_bl/admin/page-coupons.php:808 inc/_bm/admin/page-availability.php:274
1459
+ #: inc/_bm/admin/page-cost-valuation.php:354 inc/_bm/admin/page-cost.php:510
1460
+ #: inc/_bm/admin/page-seasons.php:221 inc/_bm/admin/page-seasons.php:602
1461
+ #: inc/_ps/admin/page-resources.php:222
1462
  msgid "Do you really want to do this ?"
1463
  msgstr ""
1464
 
1465
+ #: core/admin/page-form-free.php:868 core/admin/page-form-free.php:1941
1466
+ #: core/lib/wpbc_all_translations.php:224
1467
  msgid "Add New Field"
1468
  msgstr ""
1469
 
1470
+ #: core/admin/page-form-free.php:885 core/admin/page-form-free.php:920
1471
+ #: core/lib/wpbc_all_translations.php:225 inc/_ps/admin/page-settings-form.php:301
1472
  msgid "Select"
1473
  msgstr ""
1474
 
1475
+ #: core/admin/page-form-free.php:885 core/lib/wpbc_all_translations.php:226
1476
  msgid "Form Field"
1477
  msgstr ""
1478
 
1479
+ #: core/admin/page-form-free.php:907 core/lib/wpbc_all_translations.php:227
1480
  #: inc/_ps/form/class-wpbc-form-help.php:141
1481
  msgid "Standard Fields"
1482
  msgstr ""
1483
 
1484
+ #: core/admin/page-form-free.php:910 core/lib/wpbc_all_translations.php:228
1485
  #: inc/_ps/form/class-wpbc-form-help.php:147
1486
  msgid "Text"
1487
  msgstr ""
1488
 
1489
+ #: core/admin/page-form-free.php:930 core/lib/wpbc_all_translations.php:229
1490
  #: inc/_ps/form/class-wpbc-form-help.php:156
1491
  msgid "Textarea"
1492
  msgstr ""
1493
 
1494
+ #: core/admin/page-form-free.php:940 core/lib/wpbc_all_translations.php:230
1495
  msgid "Checkbox"
1496
  msgstr ""
1497
 
1498
+ #: core/admin/page-form-free.php:955 core/lib/wpbc_all_translations.php:231
1499
  #: inc/_ps/form/class-wpbc-form-help.php:486
1500
  msgid "Advanced Fields"
1501
  msgstr ""
1502
 
1503
+ #: core/admin/page-form-free.php:995
1504
+ msgid "View"
1505
+ msgstr ""
1506
+
1507
+ #: core/admin/page-form-free.php:1014
1508
+ msgid "Standard Forms"
1509
+ msgstr ""
1510
+
1511
+ #: core/admin/page-form-free.php:1017
1512
+ msgid "Form under calendar"
1513
+ msgstr ""
1514
+
1515
+ #: core/admin/page-form-free.php:1027
1516
+ msgid "Form at right side of calendar"
1517
+ msgstr ""
1518
+
1519
+ #: core/admin/page-form-free.php:1037
1520
+ msgid "Form and calendar are centered"
1521
+ msgstr ""
1522
+
1523
+ #: core/admin/page-form-free.php:1047
1524
+ msgid "Form for dark background"
1525
+ msgstr ""
1526
+
1527
+ #: core/admin/page-form-free.php:1107 core/admin/page-form-free.php:1820
1528
+ #: core/lib/wpbc_all_translations.php:232
1529
  msgid "Active"
1530
  msgstr ""
1531
 
1532
+ #: core/admin/page-form-free.php:1108 core/lib/wpbc_all_translations.php:233
1533
  msgid "Field Label"
1534
  msgstr ""
1535
 
1536
+ #: core/admin/page-form-free.php:1110 core/admin/page-form-free.php:1886
1537
+ #: core/lib/wpbc_all_translations.php:234 inc/_ps/form/class-wpbc-field-help-text.php:177
1538
  msgid "Name"
1539
  msgstr ""
1540
 
1541
+ #: core/admin/page-form-free.php:1177 core/admin/page-form-free.php:1563
1542
+ #: core/admin/page-form-free.php:1634 core/admin/page-form-free.php:1955
1543
+ #: core/lib/wpbc_all_translations.php:235 inc/_bl/admin/page-coupons.php:215
1544
+ #: inc/_bl/admin/page-coupons.php:804 inc/_bl/admin/page-coupons.php:993
1545
+ #: inc/_bm/admin/page-cost.php:218 inc/_bm/admin/page-seasons.php:200
1546
+ #: inc/_bm/admin/page-seasons.php:598 inc/_bm/admin/page-seasons.php:815
1547
+ #: inc/_bm/admin/page-seasons.php:821 inc/_ps/admin/page-resources.php:188
1548
  msgid "Edit"
1549
  msgstr ""
1550
 
1551
+ #: core/admin/page-form-free.php:1178 core/admin/page-form-free.php:1564
1552
+ #: core/lib/wpbc_all_translations.php:236
1553
  msgid "Remove"
1554
  msgstr ""
1555
 
1556
+ #: core/admin/page-form-free.php:1717 core/lib/wpbc_all_translations.php:237
1557
  #: inc/_ps/form/class-wpbc-form-help.php:88
1558
  msgid "Shortcodes"
1559
  msgstr ""
1560
 
1561
+ #: core/admin/page-form-free.php:1718 core/lib/wpbc_all_translations.php:238
1562
  #: inc/_ps/form/class-wpbc-form-help.php:89
1563
  msgid ""
1564
  "You can generate the form fields for your form (at the left side) by selection specific field in "
1565
  "the above selectbox."
1566
  msgstr ""
1567
 
1568
+ #: core/admin/page-form-free.php:1719 core/lib/wpbc_all_translations.php:239
1569
  #: inc/_ps/form/class-wpbc-form-help.php:90
1570
  #, php-format
1571
  msgid "Please read more about the booking form fields configuration %shere%s."
1572
  msgstr ""
1573
 
1574
+ #: core/admin/page-form-free.php:1721 core/lib/wpbc_all_translations.php:240
1575
  #: inc/_ps/form/class-wpbc-form-help.php:99
1576
  msgid "Default Form Templates"
1577
  msgstr ""
1578
 
1579
+ #: core/admin/page-form-free.php:1722 core/lib/wpbc_all_translations.php:241
1580
  #: inc/_ps/form/class-wpbc-form-help.php:100
1581
  #, php-format
1582
  msgid ""
1586
  "reset both forms: Booking Form and Content of Booking Fields form."
1587
  msgstr ""
1588
 
1589
+ #: core/admin/page-form-free.php:1821 core/lib/wpbc_all_translations.php:242
1590
  msgid "Show / hide field in booking form"
1591
  msgstr ""
1592
 
1593
+ #: core/admin/page-form-free.php:1842 core/lib/wpbc_all_translations.php:243
1594
  msgid "Set field as required"
1595
  msgstr ""
1596
 
1597
+ #: core/admin/page-form-free.php:1862 core/admin/wpbc-toolbar-tiny.php:423
1598
+ #: core/admin/wpbc-toolbar-tiny.php:1214 core/lib/wpbc_all_translations.php:244
1599
  #: inc/_ps/form/class-wpbc-field-help-button.php:73
1600
  msgid "Label"
1601
  msgstr ""
1602
 
1603
+ #: core/admin/page-form-free.php:1891 core/lib/wpbc_all_translations.php:245
1604
  #, php-format
1605
  msgid "Type only %sunique field name%s, that is not using in form"
1606
  msgstr ""
1607
 
1608
+ #: core/admin/page-form-free.php:1912 core/lib/wpbc_all_translations.php:246
1609
  msgid "Values"
1610
  msgstr ""
1611
 
1612
+ #: core/admin/page-form-free.php:1917 core/lib/wpbc_all_translations.php:247
1613
  msgid "Enter dropdown options. One option per line."
1614
  msgstr ""
1615
 
1616
+ #: core/admin/page-form-free.php:1946 core/admin/wpbc-toolbar-tiny.php:295
1617
+ #: core/admin/wpbc-toolbars.php:700 core/admin/wpbc-toolbars.php:905
1618
+ #: core/admin/wpbc-toolbars.php:1481 core/lib/wpbc_all_translations.php:248
1619
+ #: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:104 inc/_bs/s-toolbar.php:209
1620
+ #: inc/_ps/p-toolbar.php:476 inc/_ps/p-toolbar.php:521
1621
  msgid "Close"
1622
  msgstr ""
1623
 
1624
+ #: core/admin/page-form-free.php:1960 core/lib/wpbc_all_translations.php:249
1625
+ #: inc/_bm/m-toolbar.php:367 inc/_bm/m-toolbar.php:368 inc/_ps/p-toolbar.php:355
1626
+ #: inc/_ps/p-toolbar.php:407 inc/_ps/p-toolbar.php:440
1627
  msgid "Cancel"
1628
  msgstr ""
1629
 
1630
+ #: core/admin/page-ics-export.php:42 core/admin/page-ics-export.php:43
1631
+ #: core/admin/page-ics-general.php:212 core/admin/page-ics-general.php:213
1632
+ #: core/admin/page-ics-general.php:232 core/admin/page-ics-general.php:233
1633
+ #: core/admin/page-ics-import.php:40 core/admin/page-ics-import.php:41
1634
+ #: core/admin/page-import-gcal.php:388 core/admin/page-import-gcal.php:389
1635
+ #: core/lib/wpbc_all_translations.php:250 core/wpbc-functions.php:1821
1636
  msgid "Sync"
1637
  msgstr ""
1638
 
1639
+ #: core/admin/page-ics-export.php:44 core/admin/page-ics-general.php:214
1640
+ #: core/admin/page-ics-general.php:347 core/admin/page-ics-import.php:42
1641
+ #: core/admin/page-ics-import.php:59 core/admin/page-ics-import.php:60
1642
+ #: core/admin/page-ics-import.php:62 core/admin/page-ics-import.php:186
1643
+ #: core/admin/page-ics-import.php:464 core/admin/page-import-gcal.php:390
1644
+ #: core/lib/wpbc_all_translations.php:251 core/sync/wpbc-gcal.php:465
1645
  msgid "Import"
1646
  msgstr ""
1647
 
1648
+ #: core/admin/page-ics-export.php:44 core/admin/page-ics-export.php:61
1649
+ #: core/admin/page-ics-export.php:62 core/admin/page-ics-export.php:64
1650
+ #: core/admin/page-ics-export.php:213 core/admin/page-ics-general.php:214
1651
+ #: core/admin/page-ics-import.php:42 core/admin/page-import-gcal.php:390
1652
+ #: core/lib/wpbc_all_translations.php:252 inc/_ps/p-toolbar.php:142
1653
  msgid "Export"
1654
  msgstr ""
1655
 
1656
+ #: core/admin/page-ics-export.php:64 core/admin/page-ics-export.php:213
1657
+ #: core/lib/wpbc_all_translations.php:253
1658
  msgid "feed"
1659
  msgstr ""
1660
 
1661
+ #: core/admin/page-ics-export.php:148 core/admin/page-ics-import.php:162
1662
+ #: core/lib/wpbc_all_translations.php:254 inc/_bl/admin/api-settings-l.php:162
1663
+ #: inc/_bm/admin/api-settings-m.php:86 inc/_ps/form/class-wpbc-form-help.php:117
1664
  #: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
1665
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
1666
  #: inc/_ps/form/class-wpbc-form-help.php:230 inc/_ps/form/class-wpbc-form-help.php:278
1669
  #: inc/_ps/form/class-wpbc-form-help.php:343 inc/_ps/form/class-wpbc-form-help.php:380
1670
  #: inc/_ps/form/class-wpbc-form-help.php:382 inc/_ps/form/class-wpbc-form-help.php:497
1671
  #: inc/_ps/form/class-wpbc-form-help.php:515 inc/_ps/form/class-wpbc-form-help.php:645
1672
+ #: inc/_ps/form/class-wpbc-form-help.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:407
1673
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:825
1674
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:750 inc/gateways/sage/wpbc-gw-sage.php:880
1675
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:889
1676
  msgid "Important!"
1677
  msgstr ""
1678
 
1679
+ #: core/admin/page-ics-export.php:150 core/admin/page-ics-import.php:164
1680
+ #: core/lib/wpbc_all_translations.php:255
1681
  #, php-format
1682
  msgid "This feature require %s plugin. You can install %s plugin from this %spage%s."
1683
  msgstr ""
1684
 
1685
+ #: core/admin/page-ics-export.php:162 core/admin/page-ics-export.php:225
1686
+ #: core/admin/page-ics-import.php:176 core/lib/wpbc_all_translations.php:256
1687
  msgid "How it works"
1688
  msgstr ""
1689
 
1690
+ #: core/admin/page-ics-export.php:426 core/admin/page-ics-export.php:429
1691
+ #: core/lib/wpbc_all_translations.php:257
1692
  msgid ".ics feed URL"
1693
  msgstr ""
1694
 
1695
+ #: core/admin/page-ics-export.php:442 core/lib/wpbc_all_translations.php:258
1696
+ #: inc/_ps/admin/br-table-export-feeds.php:63
1697
  msgid "Open in new window"
1698
  msgstr ""
1699
 
1700
+ #: core/admin/page-ics-export.php:444 core/lib/wpbc_all_translations.php:259
1701
  msgid "Please enter URL for generating .ics feed"
1702
  msgstr ""
1703
 
1704
+ #: core/admin/page-ics-export.php:447 core/lib/wpbc_all_translations.php:260
1705
  msgid "This .ics feed of bookings starting from today for 1 year"
1706
  msgstr ""
1707
 
1708
+ #: core/admin/page-ics-general.php:68 core/admin/wpbc-toolbar-tiny.php:870
1709
+ #: core/admin/wpbc-toolbar-tiny.php:1085 core/admin/wpbc-toolbar-tiny.php:1166
1710
+ #: core/lib/wpbc_all_translations.php:282 inc/_bm/admin/api-settings-m.php:60
1711
+ #: inc/_ps/wpbc-booking-select-widget.php:188
1712
+ msgid "None"
1713
+ msgstr ""
1714
+
1715
+ #: core/admin/page-ics-general.php:101 core/lib/wpbc_all_translations.php:283
1716
+ msgid "Event Title"
1717
+ msgstr ""
1718
+
1719
+ #: core/admin/page-ics-general.php:102 core/admin/page-ics-general.php:112
1720
+ #: core/admin/page-ics-general.php:122 core/lib/wpbc_all_translations.php:284
1721
+ #, php-format
1722
+ msgid "Select field for assigning to %sevent property%s"
1723
+ msgstr ""
1724
+
1725
+ #: core/admin/page-ics-general.php:111 core/lib/wpbc_all_translations.php:285
1726
+ msgid "Event Description (optional field)"
1727
+ msgstr ""
1728
+
1729
+ #: core/admin/page-ics-general.php:121 core/lib/wpbc_all_translations.php:286
1730
+ msgid "Location"
1731
+ msgstr ""
1732
+
1733
+ #: core/admin/page-ics-general.php:132 core/admin/wpbc-class-listing.php:205
1734
+ #: core/lib/wpbc_all_translations.php:300 core/sync/wpbc-gcal.php:314
1735
+ #: inc/_bl/admin/activation-l.php:117 inc/_mu/multiuser.php:598 inc/_ps/admin/activation-p.php:45
1736
+ msgid "Default"
1737
+ msgstr ""
1738
+
1739
+ #: core/admin/page-ics-general.php:158 core/lib/wpbc_all_translations.php:301
1740
+ #: core/sync/wpbc-gcal.php:309
1741
+ msgid "Timezone"
1742
+ msgstr ""
1743
+
1744
+ #: core/admin/page-ics-general.php:159 core/lib/wpbc_all_translations.php:302
1745
+ #: core/sync/wpbc-gcal.php:343
1746
+ msgid "Select a city in your required timezone, if you are having problems with dates and times."
1747
+ msgstr ""
1748
+
1749
+ #: core/admin/page-ics-general.php:231 core/admin/page-settings.php:74
1750
+ #: core/lib/wpbc_all_translations.php:344 inc/gateways/page-gateways.php:405
1751
+ msgid "General"
1752
+ msgstr ""
1753
+
1754
+ #: core/admin/page-ics-general.php:232 core/admin/page-ics-general.php:233
1755
+ #: core/admin/page-ics-general.php:340 core/admin/page-import-gcal.php:485
1756
+ #: core/admin/page-settings.php:75 core/admin/page-settings.php:76
1757
+ #: core/lib/wpbc_all_translations.php:339 core/wpbc.php:188
1758
+ msgid "General Settings"
1759
+ msgstr ""
1760
+
1761
+ #: core/admin/page-ics-general.php:347 core/lib/wpbc_all_translations.php:340
1762
+ msgid "Assign events fields to specific booking form field"
1763
+ msgstr ""
1764
+
1765
+ #: core/admin/page-ics-import.php:62 core/lib/wpbc_all_translations.php:261
1766
  msgid "feeds"
1767
  msgstr ""
1768
 
1769
+ #: core/admin/page-ics-import.php:433 core/admin/wpbc-toolbar-tiny.php:326
1770
+ #: core/lib/wpbc_all_translations.php:262 inc/_bl/admin/page-coupons.php:1409
1771
+ #: inc/_ps/p-toolbar.php:924 inc/_ps/p-toolbar.php:955
1772
  msgid "parent resource"
1773
  msgstr ""
1774
 
1775
+ #: core/admin/page-ics-import.php:455 core/lib/wpbc_all_translations.php:263
1776
  msgid "Enter URL to .ics feed"
1777
  msgstr ""
1778
 
1779
+ #: core/admin/page-ics-import.php:460 core/lib/wpbc_all_translations.php:264
1780
  msgid "Choose file"
1781
  msgstr ""
1782
 
1783
+ #: core/admin/page-ics-import.php:461 core/lib/wpbc_all_translations.php:265
1784
  msgid "Insert file URL"
1785
  msgstr ""
1786
 
1787
+ #: core/admin/page-ics-import.php:462 core/lib/wpbc_all_translations.php:266
1788
  msgid "Upload / Select "
1789
  msgstr ""
1790
 
1791
+ #: core/admin/page-ics-import.php:499 core/lib/wpbc_all_translations.php:267
1792
  msgid "What does .ics feeds import/export mean?"
1793
  msgstr ""
1794
 
1795
+ #: core/admin/page-ics-import.php:507 core/lib/wpbc_all_translations.php:268
1796
  #, php-format
1797
  msgid "Its useful, if you need to import/export bookings from/to external websites, like %s"
1798
  msgstr ""
1799
 
1800
+ #: core/admin/page-ics-import.php:515 core/lib/wpbc_all_translations.php:269
1801
  msgid "and any other calendar that uses .ics format"
1802
  msgstr ""
1803
 
1804
+ #: core/admin/page-ics-import.php:529 core/class/wpbc-class-welcome.php:494
1805
+ #: core/lib/wpbc_all_translations.php:270
1806
  #, php-format
1807
  msgid ""
1808
  ".ics - is a file format of iCalendar standard for exchanging calendar and scheduling information "
1810
  "calendars updated and synchronized."
1811
  msgstr ""
1812
 
1813
+ #: core/admin/page-ics-import.php:550 core/lib/wpbc_all_translations.php:271
1814
  msgid "How to start import of .ics feeds (files)?"
1815
  msgstr ""
1816
 
1817
+ #: core/admin/page-ics-import.php:557 core/admin/page-ics-import.php:604
1818
+ #: core/lib/wpbc_all_translations.php:272
1819
  #, php-format
1820
  msgid "Install %s plugin."
1821
  msgstr ""
1822
 
1823
+ #: core/admin/page-ics-import.php:561 core/lib/wpbc_all_translations.php:273
1824
  #, php-format
1825
  msgid ""
1826
  "Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode "
1827
  "configuration%s"
1828
  msgstr ""
1829
 
1830
+ #: core/admin/page-ics-import.php:570 core/lib/wpbc_all_translations.php:274
1831
  #, php-format
1832
  msgid ""
1833
  "Using such shortcodes in pages give a great flexibility to import from different .ics feeds "
1835
  "accessing such different pages with different time intervals."
1836
  msgstr ""
1837
 
1838
+ #: core/admin/page-ics-import.php:579 core/lib/wpbc_all_translations.php:275
1839
  msgid "Or you can import .ics feed or file directly at current page."
1840
  msgstr ""
1841
 
1842
+ #: core/admin/page-ics-import.php:586 core/lib/wpbc_all_translations.php:276
1843
  #, php-format
1844
  msgid ""
1845
  "If you have inserted import shortcodes from %s, then you can configure your CRON for "
1846
  "periodically access these pages and import .ics feeds."
1847
  msgstr ""
1848
 
1849
+ #: core/admin/page-ics-import.php:597 core/lib/wpbc_all_translations.php:277
1850
  msgid "How to start export of .ics feeds (files)?"
1851
  msgstr ""
1852
 
1853
+ #: core/admin/page-ics-import.php:608 core/lib/wpbc_all_translations.php:278
1854
  msgid "Confgure ULR feed(s) at this settings page."
1855
  msgstr ""
1856
 
1857
+ #: core/admin/page-ics-import.php:613 core/lib/wpbc_all_translations.php:279
1858
  #, php-format
1859
  msgid ""
1860
  "Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more "
1862
  "website."
1863
  msgstr ""
1864
 
1865
+ #: core/admin/page-ics-import.php:622
1866
+ msgid "Visit these (previously configured URL feeds) pages for downloading .ics files."
1867
  msgstr ""
1868
 
1869
+ #: core/admin/page-ics-import.php:677 core/lib/wpbc_all_translations.php:281
1870
+ #: core/sync/wpbc-gcal-class.php:457 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:408
1871
  msgid "Done"
1872
  msgstr ""
1873
 
1874
+ #: core/admin/page-import-gcal.php:60 core/lib/wpbc_all_translations.php:287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1875
  msgid "Activate auto import"
1876
  msgstr ""
1877
 
1878
+ #: core/admin/page-import-gcal.php:61 core/lib/wpbc_all_translations.php:288
1879
  #, php-format
1880
  msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
1881
  msgstr ""
1882
 
1883
+ #: core/admin/page-import-gcal.php:67 core/lib/wpbc_all_translations.php:289
1884
+ #: inc/_bm/admin/api-settings-m.php:98 inc/_bm/admin/api-settings-m.php:100
1885
+ #: inc/_bs/admin/api-settings-s.php:485 inc/_bs/admin/api-settings-s.php:856
1886
  msgid "hour"
1887
  msgstr ""
1888
 
1889
+ #: core/admin/page-import-gcal.php:69 core/admin/page-import-gcal.php:196
1890
+ #: core/admin/page-import-gcal.php:278 core/admin/wpbc-toolbar-tiny.php:629
1891
+ #: core/lib/wpbc_all_translations.php:290 core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271
1892
+ #: inc/_bm/admin/api-settings-m.php:67 inc/_bm/admin/api-settings-m.php:104
1893
+ #: inc/_bs/admin/api-settings-s.php:489
1894
  msgid "hours"
1895
  msgstr ""
1896
 
1897
+ #: core/admin/page-import-gcal.php:71 core/admin/wpbc-toolbars.php:557
1898
+ #: core/admin/wpbc-toolbars.php:791 core/lib/wpbc_all_translations.php:291 core/wpbc-emails.php:205
1899
+ #: inc/_bm/admin/page-cost-advanced.php:440 inc/_bm/admin/page-cost-deposit.php:223
1900
+ #: inc/_bm/admin/page-cost-valuation.php:346 inc/_bs/admin/api-settings-s.php:491
1901
+ #: inc/_bs/admin/api-settings-s.php:850 inc/_ps/form/class-wpbc-form-help.php:705
1902
  msgid "day"
1903
  msgstr ""
1904
 
1905
+ #: core/admin/page-import-gcal.php:73 core/admin/page-import-gcal.php:197
1906
+ #: core/admin/page-import-gcal.php:279 core/admin/wpbc-toolbars.php:558
1907
+ #: core/admin/wpbc-toolbars.php:559 core/admin/wpbc-toolbars.php:560
1908
+ #: core/admin/wpbc-toolbars.php:561 core/admin/wpbc-toolbars.php:562
1909
+ #: core/admin/wpbc-toolbars.php:792 core/admin/wpbc-toolbars.php:793
1910
+ #: core/admin/wpbc-toolbars.php:794 core/admin/wpbc-toolbars.php:795
1911
+ #: core/admin/wpbc-toolbars.php:796 core/lib/wpbc_all_translations.php:292
1912
+ #: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:82
1913
+ #: inc/_bm/admin/page-cost-deposit.php:225 inc/_bm/admin/page-cost-valuation.php:190
1914
+ #: inc/_bm/admin/page-cost-valuation.php:348 inc/_bm/admin/page-cost-valuation.php:481
1915
+ #: inc/_bm/admin/page-seasons.php:1051 inc/_bs/admin/api-settings-s.php:493
1916
+ #: inc/_ps/wpbc-form-templates.php:244
1917
  msgid "days"
1918
  msgstr ""
1919
 
1920
+ #: core/admin/page-import-gcal.php:78 core/lib/wpbc_all_translations.php:293
1921
  msgid "Import events every"
1922
  msgstr ""
1923
 
1924
+ #: core/admin/page-import-gcal.php:79 core/lib/wpbc_all_translations.php:294
1925
  msgid "Select time duration of import requests."
1926
  msgstr ""
1927
 
1928
+ #: core/admin/page-import-gcal.php:95 core/lib/wpbc_all_translations.php:295
1929
  msgid "Google API Key"
1930
  msgstr ""
1931
 
1932
+ #: core/admin/page-import-gcal.php:96 core/lib/wpbc_all_translations.php:296
1933
  msgid "Please enter your Google API key. This field required to import events."
1934
  msgstr ""
1935
 
1936
+ #: core/admin/page-import-gcal.php:98 core/lib/wpbc_all_translations.php:297
1937
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:317
1938
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:354
1939
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:385 inc/gateways/ideal/wpbc-gw-ideal.php:422
1940
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:477 inc/gateways/ideal/wpbc-gw-ideal.php:481
1941
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:329 inc/gateways/paypal/wpbc-gw-paypal.php:529
1942
+ #: inc/gateways/sage/wpbc-gw-sage.php:508 inc/gateways/stripe/wpbc-gw-stripe.php:362
1943
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:527
1944
  msgid "Note:"
1945
  msgstr ""
1946
 
1947
+ #: core/admin/page-import-gcal.php:99 core/lib/wpbc_all_translations.php:298
1948
  #, php-format
1949
  msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
1950
  msgstr ""
1951
 
1952
+ #: core/admin/page-import-gcal.php:120 core/lib/wpbc_all_translations.php:299
1953
+ #: inc/_ps/admin/br-table-import-gcal-p.php:148
1954
  msgid "Google Calendar ID"
1955
  msgstr ""
1956
 
1957
+ #: core/admin/page-import-gcal.php:138 core/lib/wpbc_all_translations.php:303
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1958
  #: core/sync/wpbc-gcal.php:295
1959
  msgid "Maximum number"
1960
  msgstr ""
1961
 
1962
+ #: core/admin/page-import-gcal.php:139 core/lib/wpbc_all_translations.php:304
1963
  #: core/sync/wpbc-gcal.php:298
1964
  msgid "You can specify the maximum number of events to import during one session."
1965
  msgstr ""
1966
 
1967
+ #: core/admin/page-import-gcal.php:148 core/admin/page-import-gcal.php:230
1968
+ #: core/lib/wpbc_all_translations.php:305 core/sync/wpbc-gcal.php:184 core/sync/wpbc-gcal.php:248
1969
  msgid "Now"
1970
  msgstr ""
1971
 
1972
+ #: core/admin/page-import-gcal.php:149 core/admin/page-import-gcal.php:231
1973
+ #: core/lib/wpbc_all_translations.php:306 core/sync/wpbc-gcal.php:185 core/sync/wpbc-gcal.php:249
1974
  msgid "00:00 today"
1975
  msgstr ""
1976
 
1977
+ #: core/admin/page-import-gcal.php:150 core/admin/page-import-gcal.php:232
1978
+ #: core/lib/wpbc_all_translations.php:307 core/sync/wpbc-gcal.php:186 core/sync/wpbc-gcal.php:250
1979
  msgid "Start of current week"
1980
  msgstr ""
1981
 
1982
+ #: core/admin/page-import-gcal.php:151 core/admin/page-import-gcal.php:233
1983
+ #: core/lib/wpbc_all_translations.php:308 core/sync/wpbc-gcal.php:187 core/sync/wpbc-gcal.php:251
1984
  msgid "Start of current month"
1985
  msgstr ""
1986
 
1987
+ #: core/admin/page-import-gcal.php:152 core/admin/page-import-gcal.php:234
1988
+ #: core/lib/wpbc_all_translations.php:309 core/sync/wpbc-gcal.php:188 core/sync/wpbc-gcal.php:252
1989
  msgid "End of current month"
1990
  msgstr ""
1991
 
1992
+ #: core/admin/page-import-gcal.php:153 core/lib/wpbc_all_translations.php:310
1993
  #: core/sync/wpbc-gcal.php:189
1994
  msgid "The start of time"
1995
  msgstr ""
1996
 
1997
+ #: core/admin/page-import-gcal.php:154 core/admin/page-import-gcal.php:236
1998
+ #: core/lib/wpbc_all_translations.php:311 core/sync/wpbc-gcal.php:190 core/sync/wpbc-gcal.php:254
1999
  msgid "Specific date / time"
2000
  msgstr ""
2001
 
2002
+ #: core/admin/page-import-gcal.php:160 core/lib/wpbc_all_translations.php:312
2003
  #: core/sync/wpbc-gcal.php:197
2004
  msgid "Select option, when to start retrieving events."
2005
  msgstr ""
2006
 
2007
+ #: core/admin/page-import-gcal.php:175 core/admin/page-import-gcal.php:257
2008
+ #: core/lib/wpbc_all_translations.php:313 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2009
  msgid "Offset"
2010
  msgstr ""
2011
 
2012
+ #: core/admin/page-import-gcal.php:176 core/admin/page-import-gcal.php:258
2013
+ #: core/lib/wpbc_all_translations.php:314 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
2014
  msgid "Enter date / time"
2015
  msgstr ""
2016
 
2017
+ #: core/admin/page-import-gcal.php:194 core/admin/page-import-gcal.php:276
2018
+ #: core/lib/wpbc_all_translations.php:315 core/sync/wpbc-gcal.php:205 core/sync/wpbc-gcal.php:269
2019
  msgid "seconds"
2020
  msgstr ""
2021
 
2022
+ #: core/admin/page-import-gcal.php:195 core/admin/page-import-gcal.php:277
2023
+ #: core/lib/wpbc_all_translations.php:316 core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270
2024
+ #: inc/_bm/admin/api-settings-m.php:67 inc/_bm/admin/api-settings-m.php:96
2025
+ #: inc/_bm/admin/api-settings-m.php:100 inc/_bs/admin/api-settings-s.php:482
2026
+ #: inc/_bs/admin/api-settings-s.php:483 inc/_bs/admin/api-settings-s.php:484
2027
+ #: inc/_ps/admin/page-settings-form.php:372 inc/_ps/admin/page-settings-form.php:382
2028
  msgid "minutes"
2029
  msgstr ""
2030
 
2031
+ #: core/admin/page-import-gcal.php:216 core/admin/page-import-gcal.php:298
2032
+ #: core/lib/wpbc_all_translations.php:317 core/sync/wpbc-gcal.php:215
2033
  msgid ""
2034
  "You can specify an additional offset from you chosen start point. The offset can be negative."
2035
  msgstr ""
2036
 
2037
+ #: core/admin/page-import-gcal.php:219 core/admin/page-import-gcal.php:301
2038
+ #: core/lib/wpbc_all_translations.php:318 core/sync/wpbc-gcal.php:218 core/sync/wpbc-gcal.php:282
2039
  #, php-format
2040
  msgid "Type your date in format %s. Example: %s"
2041
  msgstr ""
2042
 
2043
+ #: core/admin/page-import-gcal.php:235 core/lib/wpbc_all_translations.php:319
2044
  #: core/sync/wpbc-gcal.php:253
2045
  msgid "The end of time"
2046
  msgstr ""
2047
 
2048
+ #: core/admin/page-import-gcal.php:241 core/admin/wpbc-toolbar-tiny.php:609
2049
+ #: core/lib/wpbc_all_translations.php:320 core/sync/wpbc-gcal.php:235
2050
  msgid "Until"
2051
  msgstr ""
2052
 
2053
+ #: core/admin/page-import-gcal.php:242 core/lib/wpbc_all_translations.php:321
2054
  #: core/sync/wpbc-gcal.php:261
2055
  msgid "Select option, when to stop retrieving events."
2056
  msgstr ""
2057
 
2058
+ #: core/admin/page-import-gcal.php:318 core/lib/wpbc_all_translations.php:322
2059
  msgid "To get Google Calendar API key please follow this instruction"
2060
  msgstr ""
2061
 
2062
+ #: core/admin/page-import-gcal.php:320 core/lib/wpbc_all_translations.php:323
2063
  #, php-format
2064
  msgid "Go to Google Developer Console: %s."
2065
  msgstr ""
2066
 
2067
+ #: core/admin/page-import-gcal.php:321 core/lib/wpbc_all_translations.php:324
2068
  msgid "Give your project a name and click \"Create\"."
2069
  msgstr ""
2070
 
2071
+ #: core/admin/page-import-gcal.php:322 core/lib/wpbc_all_translations.php:325
2072
  msgid "In the sidebar click on \"APIs & auth\"."
2073
  msgstr ""
2074
 
2075
+ #: core/admin/page-import-gcal.php:323 core/lib/wpbc_all_translations.php:326
2076
  msgid "Click APIs and make sure \"Calendar API\" is set to ON."
2077
  msgstr ""
2078
 
2079
+ #: core/admin/page-import-gcal.php:324 core/lib/wpbc_all_translations.php:327
2080
  msgid "Now click on \"Credentials\" in the sidebar."
2081
  msgstr ""
2082
 
2083
+ #: core/admin/page-import-gcal.php:325 core/lib/wpbc_all_translations.php:328
2084
  msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
2085
  msgstr ""
2086
 
2087
+ #: core/admin/page-import-gcal.php:326 core/lib/wpbc_all_translations.php:329
2088
  msgid "On the popup click the button \"Server Key\" and click \"Create\"."
2089
  msgstr ""
2090
 
2091
+ #: core/admin/page-import-gcal.php:327 core/lib/wpbc_all_translations.php:330
2092
  #, php-format
2093
  msgid ""
2094
  "You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
2095
  "%sGoogle API Key%s field at this page."
2096
  msgstr ""
2097
 
2098
+ #: core/admin/page-import-gcal.php:330 core/lib/wpbc_all_translations.php:331
2099
  msgid "Set Your Calendar to Public"
2100
  msgstr ""
2101
 
2102
+ #: core/admin/page-import-gcal.php:332 core/admin/page-import-gcal.php:340
2103
+ #: core/lib/wpbc_all_translations.php:332
2104
  msgid "Navigate to your Google calendars."
2105
  msgstr ""
2106
 
2107
+ #: core/admin/page-import-gcal.php:333 core/admin/page-import-gcal.php:341
2108
+ #: core/lib/wpbc_all_translations.php:333
2109
  msgid "Open the settings for the calendar."
2110
  msgstr ""
2111
 
2112
+ #: core/admin/page-import-gcal.php:334 core/lib/wpbc_all_translations.php:334
2113
  msgid "Click the \"Share this Calendar\" link."
2114
  msgstr ""
2115
 
2116
+ #: core/admin/page-import-gcal.php:335 core/lib/wpbc_all_translations.php:335
2117
  msgid "Click the checkbox to make calendar public. Do not check the other option."
2118
  msgstr ""
2119
 
2120
+ #: core/admin/page-import-gcal.php:338 core/lib/wpbc_all_translations.php:336
2121
  msgid "Find Your Calendar ID"
2122
  msgstr ""
2123
 
2124
+ #: core/admin/page-import-gcal.php:342 core/lib/wpbc_all_translations.php:337
2125
  #, php-format
2126
  msgid ""
2127
  "Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
2128
  "%suse the Calendar ID only, not the entire XML feed URL%s."
2129
  msgstr ""
2130
 
2131
+ #: core/admin/page-import-gcal.php:407 core/admin/page-import-gcal.php:408
2132
+ #: core/admin/page-import-gcal.php:409 core/lib/wpbc_all_translations.php:338
2133
  #: core/sync/wpbc-gcal.php:443 core/sync/wpbc-gcal.php:466
2134
  msgid "Import Google Calendar Events"
2135
  msgstr ""
2136
 
2137
+ #: core/admin/page-import-gcal.php:487 core/admin/page-import-gcal.php:534
2138
+ #: core/lib/wpbc_all_translations.php:341
 
 
 
 
 
 
 
 
 
 
2139
  msgid "Auto import events"
2140
  msgstr ""
2141
 
2142
+ #: core/admin/page-import-gcal.php:489 core/admin/page-import-gcal.php:542
2143
+ #: core/lib/wpbc_all_translations.php:342
2144
  msgid "Default settings for retrieving events"
2145
  msgstr ""
2146
 
2147
+ #: core/admin/page-import-gcal.php:525 core/lib/wpbc_all_translations.php:343
2148
  msgid "Google Calendar - General Settings"
2149
  msgstr ""
2150
 
2151
+ #: core/admin/page-settings.php:88 core/admin/page-settings.php:197
2152
+ #: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:345
 
 
 
 
 
2153
  #: inc/_ps/form/class-wpbc-form-help.php:115
2154
  msgid "Calendar"
2155
  msgstr ""
2156
 
2157
+ #: core/admin/page-settings.php:93 core/admin/page-settings.php:204
2158
+ #: core/lib/wpbc_all_translations.php:346 core/wpbc-functions.php:1768
2159
+ #: inc/_bm/admin/page-availability.php:47 inc/_bm/admin/page-availability.php:504
2160
+ #: inc/_bm/admin/page-availability.php:596 inc/_bm/admin/page-availability.php:597
2161
+ #: inc/_ps/wpbc-form-templates.php:279 inc/_ps/wpbc-form-templates.php:296
2162
  msgid "Availability"
2163
  msgstr ""
2164
 
2165
+ #: core/admin/page-settings.php:110 core/lib/wpbc_all_translations.php:347
2166
  msgid "Auto cancellation / approval"
2167
  msgstr ""
2168
 
2169
+ #: core/admin/page-settings.php:115 core/admin/page-settings.php:237
2170
+ #: core/lib/wpbc_all_translations.php:348 inc/_bl/admin/page-search.php:595
2171
+ #: inc/_bl/admin/page-search.php:629 inc/_bl/wpbc-search-availability.php:167
2172
+ #: inc/_bl/wpbc-search-availability.php:621 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:854
2173
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:914 inc/gateways/ipay88/wpbc-gw-ipay88.php:774
2174
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:1052 inc/gateways/sage/wpbc-gw-sage.php:902
2175
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:911
2176
  msgid "Advanced"
2177
  msgstr ""
2178
 
2179
+ #: core/admin/page-settings.php:120 core/admin/page-settings.php:253
2180
+ #: core/lib/wpbc_all_translations.php:349
2181
  msgid "Plugin Menu"
2182
  msgstr ""
2183
 
2184
+ #: core/admin/page-settings.php:125 core/lib/wpbc_all_translations.php:350
2185
  msgid "Uninstall"
2186
  msgstr ""
2187
 
2188
+ #: core/admin/page-settings.php:228 core/lib/wpbc_all_translations.php:351
2189
  msgid "Auto cancellation / auto approval of bookings"
2190
  msgstr ""
2191
 
2192
+ #: core/admin/page-settings.php:246 core/lib/wpbc_all_translations.php:352
2193
  msgid "Information"
2194
  msgstr ""
2195
 
2196
+ #: core/admin/page-settings.php:260 core/lib/wpbc_all_translations.php:353
2197
  msgid "Uninstall / deactivation"
2198
  msgstr ""
2199
 
2200
+ #: core/admin/page-up.php:38 core/admin/wpbc-dashboard.php:440
2201
+ #: core/lib/wpbc_all_translations.php:395 inc/_ps/admin/page-settings-up.php:37
2202
+ msgid "Upgrade"
2203
+ msgstr ""
2204
+
2205
+ #: core/admin/wpbc-class-listing.php:103 core/admin/wpbc-toolbar-tiny.php:1515
2206
+ #: core/admin/wpbc-toolbar-tiny.php:1524 core/lib/wpbc_all_translations.php:354
2207
+ #: inc/_bl/admin/page-coupons.php:1003 inc/_bl/admin/page-coupons.php:1005
2208
+ #: inc/_bl/wpbc-search-availability.php:631 inc/_bl/wpdev-booking-search-widget.php:75
2209
+ #: inc/_bm/admin/page-availability.php:814 inc/_bm/admin/page-cost-deposit.php:81
2210
+ #: inc/_bm/admin/page-cost-rate.php:77 inc/_bm/admin/page-cost-valuation.php:103
2211
+ #: inc/_bm/admin/page-seasons.php:826 inc/_bm/admin/page-seasons.php:828
2212
  msgid "Nothing Found"
2213
  msgstr ""
2214
 
2215
+ #: core/admin/wpbc-class-listing.php:125 core/lib/wpbc_all_translations.php:355
2216
+ #: inc/_ps/wpbc-print.php:83
2217
  msgid "Labels"
2218
  msgstr ""
2219
 
2220
+ #: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:356
2221
  msgid "Booking Data"
2222
  msgstr ""
2223
 
2224
+ #: core/admin/wpbc-class-listing.php:130 core/lib/wpbc_all_translations.php:357
2225
  msgid "Booking Dates"
2226
  msgstr ""
2227
 
2228
+ #: core/admin/wpbc-class-listing.php:133 core/lib/wpbc_all_translations.php:358
2229
  msgid "Show ALL dates of booking"
2230
  msgstr ""
2231
 
2232
+ #: core/admin/wpbc-class-listing.php:139 core/lib/wpbc_all_translations.php:359
2233
  msgid "Show only check in/out dates"
2234
  msgstr ""
2235
 
2236
+ #: core/admin/wpbc-class-listing.php:220 core/lib/wpbc_all_translations.php:360
2237
  msgid "Resource not exist"
2238
  msgstr ""
2239
 
2240
+ #: core/admin/wpbc-class-listing.php:246 core/lib/wpbc_all_translations.php:361
2241
  #: inc/_bs/lib_s.php:46 inc/_bs/lib_s.php:287
2242
  msgid "Paid OK"
2243
  msgstr ""
2244
 
2245
+ #: core/admin/wpbc-class-listing.php:250 core/lib/wpbc_all_translations.php:362
2246
  #: inc/_bs/lib_s.php:290 inc/_bs/lib_s.php:305
2247
  msgid "Unknown"
2248
  msgstr ""
2249
 
2250
+ #: core/admin/wpbc-class-listing.php:392 core/lib/wpbc_all_translations.php:363
2251
  msgid "Move to trash"
2252
  msgstr ""
2253
 
2254
+ #: core/admin/wpbc-class-listing.php:398 core/admin/wpbc-toolbars.php:1001
2255
+ #: core/lib/wpbc_all_translations.php:364
2256
  msgid "Restore"
2257
  msgstr ""
2258
 
2259
+ #: core/admin/wpbc-class-listing.php:402 core/lib/wpbc_all_translations.php:365
2260
  msgid "Do you really want to delete this booking ?"
2261
  msgstr ""
2262
 
2263
+ #: core/admin/wpbc-class-listing.php:404 core/lib/wpbc_all_translations.php:366
2264
+ #: inc/_bl/admin/page-coupons.php:814 inc/_bm/admin/page-seasons.php:608
2265
  msgid "Completely Delete"
2266
  msgstr ""
2267
 
2268
+ #: core/admin/wpbc-class-listing.php:413 core/admin/wpbc-toolbars.php:939
2269
+ #: core/lib/wpbc_all_translations.php:367
2270
  msgid "Approve"
2271
  msgstr ""
2272
 
2273
+ #: core/admin/wpbc-class-listing.php:418 core/admin/wpbc-toolbars.php:957
2274
+ #: core/lib/wpbc_all_translations.php:368
2275
  msgid "Do you really want to set booking as pending ?"
2276
  msgstr ""
2277
 
2278
+ #: core/admin/wpbc-class-listing.php:420 core/admin/wpbc-toolbars.php:954
2279
+ #: core/lib/wpbc_all_translations.php:369
2280
  msgid "Reject"
2281
  msgstr ""
2282
 
2283
+ #: core/admin/wpbc-class-listing.php:429 core/lib/wpbc_all_translations.php:370
2284
  #: inc/_bs/lib_s.php:333
2285
  msgid "Created"
2286
  msgstr ""
2287
 
2288
  #: core/admin/wpbc-class-timeline.php:77 core/admin/wpbc-class-timeline.php:86
2289
+ #: core/lib/wpbc_all_translations.php:371
2290
  msgid "Mon"
2291
  msgstr ""
2292
 
2293
  #: core/admin/wpbc-class-timeline.php:78 core/admin/wpbc-class-timeline.php:87
2294
+ #: core/lib/wpbc_all_translations.php:372
2295
  msgid "Tue"
2296
  msgstr ""
2297
 
2298
  #: core/admin/wpbc-class-timeline.php:79 core/admin/wpbc-class-timeline.php:88
2299
+ #: core/lib/wpbc_all_translations.php:373
2300
  msgid "Wed"
2301
  msgstr ""
2302
 
2303
  #: core/admin/wpbc-class-timeline.php:80 core/admin/wpbc-class-timeline.php:89
2304
+ #: core/lib/wpbc_all_translations.php:374
2305
  msgid "Thu"
2306
  msgstr ""
2307
 
2308
  #: core/admin/wpbc-class-timeline.php:81 core/admin/wpbc-class-timeline.php:90
2309
+ #: core/lib/wpbc_all_translations.php:375
2310
  msgid "Fri"
2311
  msgstr ""
2312
 
2313
  #: core/admin/wpbc-class-timeline.php:82 core/admin/wpbc-class-timeline.php:91
2314
+ #: core/lib/wpbc_all_translations.php:376
2315
  msgid "Sat"
2316
  msgstr ""
2317
 
2318
  #: core/admin/wpbc-class-timeline.php:83 core/admin/wpbc-class-timeline.php:92
2319
+ #: core/lib/wpbc_all_translations.php:377
2320
  msgid "Sun"
2321
  msgstr ""
2322
 
2323
+ #: core/admin/wpbc-class-timeline.php:1134 core/admin/wpbc-class-timeline.php:1371
2324
+ #: core/lib/wpbc_all_translations.php:378 inc/_ps/wpbc-form-templates.php:155
2325
  msgid "Times"
2326
  msgstr ""
2327
 
2328
+ #: core/admin/wpbc-class-timeline.php:2180 core/admin/wpbc-class-timeline.php:2182
2329
+ #: core/lib/wpbc_all_translations.php:379 core/wpbc-functions.php:1813 inc/_bs/lib_s.php:42
2330
+ #: inc/_bs/lib_s.php:267 inc/_bs/lib_s.php:269 inc/_ps/admin/page-settings-form.php:341
2331
+ #: inc/_ps/admin/page-settings-form.php:352
2332
  msgid "Payment"
2333
  msgstr ""
2334
 
2335
+ #: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:226
2336
+ #: core/lib/wpbc_all_translations.php:380 core/lib/wpdev-booking-widget.php:14
2337
+ #: core/wpbc-functions.php:1664 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
2338
  #: core/wpbc.php:189
2339
  msgid "Booking Calendar"
2340
  msgstr ""
2341
 
2342
+ #: core/admin/wpbc-dashboard.php:303 core/lib/wpbc_all_translations.php:381
2343
  msgid "Support"
2344
  msgstr ""
2345
 
2346
+ #: core/admin/wpbc-dashboard.php:307 core/lib/wpbc_all_translations.php:382
2347
  msgid "Getting Started"
2348
  msgstr ""
2349
 
2350
+ #: core/admin/wpbc-dashboard.php:311 core/lib/wpbc_all_translations.php:383
2351
  msgid "Help Info"
2352
  msgstr ""
2353
 
2354
+ #: core/admin/wpbc-dashboard.php:314 core/admin/wpbc-toolbars.php:433
2355
+ #: core/lib/wpbc_all_translations.php:384
2356
  msgid "FAQ"
2357
  msgstr ""
2358
 
2359
+ #: core/admin/wpbc-dashboard.php:317 core/lib/wpbc_all_translations.php:385
2360
  msgid "Contact email"
2361
  msgstr ""
2362
 
2363
+ #: core/admin/wpbc-dashboard.php:320 core/lib/wpbc_all_translations.php:386
2364
  msgid "Rate plugin (thanks:)"
2365
  msgstr ""
2366
 
2367
+ #: core/admin/wpbc-dashboard.php:389 core/lib/wpbc_all_translations.php:389
 
 
 
 
 
 
 
 
 
 
 
 
2368
  msgid "Current version"
2369
  msgstr ""
2370
 
2371
+ #: core/admin/wpbc-dashboard.php:392 core/lib/wpbc_all_translations.php:390
2372
  msgid "Version"
2373
  msgstr ""
2374
 
2375
+ #: core/admin/wpbc-dashboard.php:412 core/lib/wpbc_all_translations.php:391
2376
  msgid "Used for"
2377
  msgstr ""
2378
 
2379
+ #: core/admin/wpbc-dashboard.php:421 core/lib/wpbc_all_translations.php:392
2380
  msgid "websites"
2381
  msgstr ""
2382
 
2383
+ #: core/admin/wpbc-dashboard.php:423 core/lib/wpbc_all_translations.php:393
2384
  msgid "website"
2385
  msgstr ""
2386
 
2387
+ #: core/admin/wpbc-dashboard.php:429 core/lib/wpbc_all_translations.php:394
2388
  msgid "Release date"
2389
  msgstr ""
2390
 
2391
+ #: core/admin/wpbc-dashboard.php:442 core/lib/wpbc_all_translations.php:396
 
 
 
 
 
2392
  msgid "Explore Premium Features"
2393
  msgstr ""
2394
 
2395
+ #: core/admin/wpbc-dashboard.php:459 core/lib/wpbc_all_translations.php:397
2396
  msgid "Statistic"
2397
  msgstr ""
2398
 
2399
+ #: core/admin/wpbc-dashboard.php:463 core/lib/wpbc_all_translations.php:398
2400
  msgid "New (unverified) booking(s)"
2401
  msgstr ""
2402
 
2403
+ #: core/admin/wpbc-dashboard.php:467 core/lib/wpbc_all_translations.php:399
2404
  msgid "Pending booking(s)"
2405
  msgstr ""
2406
 
2407
+ #: core/admin/wpbc-dashboard.php:472 core/lib/wpbc_all_translations.php:400
2408
  msgid "Agenda"
2409
  msgstr ""
2410
 
2411
+ #: core/admin/wpbc-dashboard.php:476 core/lib/wpbc_all_translations.php:401
2412
  msgid "New booking(s) made today"
2413
  msgstr ""
2414
 
2415
+ #: core/admin/wpbc-dashboard.php:480 core/lib/wpbc_all_translations.php:402
2416
  msgid "Bookings for today"
2417
  msgstr ""
2418
 
2419
+ #: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2397
2420
+ #: core/lib/wpbc_all_translations.php:403
2421
  msgid "Insert booking calendar"
2422
  msgstr ""
2423
 
2424
+ #: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2398
2425
+ #: core/lib/wpbc_all_translations.php:404
2426
  msgid "Booking calendar"
2427
  msgstr ""
2428
 
2429
+ #: core/admin/wpbc-toolbar-tiny.php:224 core/lib/wpbc_all_translations.php:405
2430
  msgid "Insert Shortcode"
2431
  msgstr ""
2432
 
2433
+ #: core/admin/wpbc-toolbar-tiny.php:240 core/lib/wpbc_all_translations.php:407
 
 
 
 
 
 
 
2434
  msgid "TimeLine"
2435
  msgstr ""
2436
 
2437
+ #: core/admin/wpbc-toolbar-tiny.php:243 core/lib/wpbc_all_translations.php:408
2438
  msgid "Resources Selection"
2439
  msgstr ""
2440
 
2441
+ #: core/admin/wpbc-toolbar-tiny.php:245 core/lib/wpbc_all_translations.php:409
2442
+ #: core/wpbc-functions.php:1831 inc/_bl/admin/page-search.php:253 inc/_bl/biz_l.php:785
2443
+ #: inc/_bl/biz_l.php:798
2444
  msgid "Search"
2445
  msgstr ""
2446
 
2447
+ #: core/admin/wpbc-toolbar-tiny.php:246 core/lib/wpbc_all_translations.php:410
2448
  msgid "Only Form"
2449
  msgstr ""
2450
 
2451
+ #: core/admin/wpbc-toolbar-tiny.php:249 core/lib/wpbc_all_translations.php:411
2452
+ #: inc/_ps/form/class-wpbc-form-help.php:754
2453
  msgid "Other"
2454
  msgstr ""
2455
 
2456
+ #: core/admin/wpbc-toolbar-tiny.php:295 core/lib/wpbc_all_translations.php:412
2457
  msgid "Insert into page"
2458
  msgstr ""
2459
 
2460
+ #: core/admin/wpbc-toolbar-tiny.php:366 core/admin/wpbc-toolbar-tiny.php:1146
2461
+ #: core/lib/wpbc_all_translations.php:413 core/wpbc.php:177 inc/_ps/admin/page-resources.php:40
2462
+ #: inc/_ps/p-toolbar.php:695
2463
  msgid "Booking resources"
2464
  msgstr ""
2465
 
2466
+ #: core/admin/wpbc-toolbar-tiny.php:367 core/lib/wpbc_all_translations.php:414
2467
  msgid "Select booking resources. Please use CTRL to select multiple booking resources."
2468
  msgstr ""
2469
 
2470
+ #: core/admin/wpbc-toolbar-tiny.php:401 core/lib/wpbc_all_translations.php:415
2471
  msgid "View mode"
2472
  msgstr ""
2473
 
2474
+ #: core/admin/wpbc-toolbar-tiny.php:402 core/lib/wpbc_all_translations.php:416
2475
  msgid "Select type of view format"
2476
  msgstr ""
2477
 
2478
+ #: core/admin/wpbc-toolbar-tiny.php:424 core/admin/wpbc-toolbar-tiny.php:433
2479
+ #: core/admin/wpbc-toolbars.php:775 core/lib/wpbc_all_translations.php:417
2480
  msgid "All bookings"
2481
  msgstr ""
2482
 
2483
+ #: core/admin/wpbc-toolbar-tiny.php:455 core/lib/wpbc_all_translations.php:418
2484
  msgid "Number of months to scroll"
2485
  msgstr ""
2486
 
2487
+ #: core/admin/wpbc-toolbar-tiny.php:456 core/lib/wpbc_all_translations.php:419
2488
  msgid "Select number of months to scroll after loading"
2489
  msgstr ""
2490
 
2491
+ #: core/admin/wpbc-toolbar-tiny.php:477 core/lib/wpbc_all_translations.php:420
2492
  msgid "Number of days to scroll"
2493
  msgstr ""
2494
 
2495
+ #: core/admin/wpbc-toolbar-tiny.php:478 core/lib/wpbc_all_translations.php:421
2496
  msgid "Select number of days to scroll after loading"
2497
  msgstr ""
2498
 
2499
+ #: core/admin/wpbc-toolbar-tiny.php:498 core/admin/wpbc-toolbars.php:1448
2500
+ #: core/lib/wpbc_all_translations.php:422
2501
  msgid "Start Date"
2502
  msgstr ""
2503
 
2504
+ #: core/admin/wpbc-toolbar-tiny.php:576 core/lib/wpbc_all_translations.php:423
2505
  msgid "Select start date"
2506
  msgstr ""
2507
 
2508
+ #: core/admin/wpbc-toolbar-tiny.php:669 core/admin/wpbc-toolbar-tiny.php:912
2509
+ #: core/admin/wpbc-toolbar-tiny.php:1586 core/admin/wpbc-toolbar-tiny.php:1758
2510
+ #: core/lib/wpbc_all_translations.php:425 core/lib/wpdev-booking-widget.php:118
2511
+ #: inc/_ps/admin/br-table-import-gcal-p.php:170 inc/_ps/p-toolbar.php:896
 
 
 
 
 
 
2512
  #: inc/_ps/wpbc-booking-select-widget.php:153
2513
  msgid "Booking resource"
2514
  msgstr ""
2515
 
2516
+ #: core/admin/wpbc-toolbar-tiny.php:670 core/admin/wpbc-toolbar-tiny.php:913
2517
+ #: core/admin/wpbc-toolbar-tiny.php:1587 core/admin/wpbc-toolbar-tiny.php:1759
2518
+ #: core/lib/wpbc_all_translations.php:426 inc/_ps/admin/br-table-import-gcal-p.php:184
2519
  msgid "Select booking resource"
2520
  msgstr ""
2521
 
2522
+ #: core/admin/wpbc-toolbar-tiny.php:694 core/admin/wpbc-toolbar-tiny.php:1195
2523
+ #: core/admin/wpbc-toolbar-tiny.php:1611 core/lib/wpbc_all_translations.php:427
2524
  #: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
2525
  msgid "Select default custom booking form"
2526
  msgstr ""
2527
 
2528
+ #: core/admin/wpbc-toolbar-tiny.php:705 core/admin/wpbc-toolbar-tiny.php:935
2529
+ #: core/admin/wpbc-toolbar-tiny.php:1283 core/admin/wpbc-toolbars.php:1563
2530
+ #: core/lib/wpbc_all_translations.php:428 core/lib/wpdev-booking-widget.php:135
2531
  #: inc/_ps/wpbc-booking-select-widget.php:201
2532
  msgid "Visible months"
2533
  msgstr ""
2534
 
2535
+ #: core/admin/wpbc-toolbar-tiny.php:706 core/admin/wpbc-toolbar-tiny.php:936
2536
+ #: core/admin/wpbc-toolbar-tiny.php:1284 core/lib/wpbc_all_translations.php:429
2537
  msgid "Select number of month to show for calendar."
2538
  msgstr ""
2539
 
2540
+ #: core/admin/wpbc-toolbar-tiny.php:726 core/admin/wpbc-toolbar-tiny.php:956
2541
+ #: core/admin/wpbc-toolbar-tiny.php:1302 core/lib/wpbc_all_translations.php:430
2542
  msgid "Start month:"
2543
  msgstr ""
2544
 
2545
+ #: core/admin/wpbc-toolbar-tiny.php:784 core/admin/wpbc-toolbar-tiny.php:1014
2546
+ #: core/admin/wpbc-toolbar-tiny.php:1360 core/lib/wpbc_all_translations.php:431
2547
  msgid "Select start month of calendar"
2548
  msgstr ""
2549
 
2550
+ #: core/admin/wpbc-toolbar-tiny.php:791 core/admin/wpbc-toolbar-tiny.php:1021
2551
+ #: core/admin/wpbc-toolbar-tiny.php:1253 core/lib/wpbc_all_translations.php:432
2552
  msgid "Show advanced settings"
2553
  msgstr ""
2554
 
2555
+ #: core/admin/wpbc-toolbar-tiny.php:792 core/admin/wpbc-toolbar-tiny.php:1022
2556
+ #: core/admin/wpbc-toolbar-tiny.php:1254 core/lib/wpbc_all_translations.php:433
2557
  msgid "Hide advanced settings"
2558
  msgstr ""
2559
 
2560
+ #: core/admin/wpbc-toolbar-tiny.php:802 core/admin/wpbc-toolbar-tiny.php:1032
2561
+ #: core/admin/wpbc-toolbar-tiny.php:1264 core/lib/wpbc_all_translations.php:434
2562
  #, php-format
2563
  msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
2564
  msgstr ""
2565
 
2566
+ #: core/admin/wpbc-toolbar-tiny.php:803 core/admin/wpbc-toolbar-tiny.php:1033
2567
+ #: core/lib/wpbc_all_translations.php:435
2568
  #, php-format
2569
  msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
2570
  msgstr ""
2571
 
2572
+ #: core/admin/wpbc-toolbar-tiny.php:813 core/admin/wpbc-toolbar-tiny.php:1043
2573
+ #: core/admin/wpbc-toolbar-tiny.php:1367 core/admin/wpbc-toolbars.php:238
2574
+ #: core/lib/wpbc_all_translations.php:436 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
2575
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
2576
  msgid "Options"
2577
  msgstr ""
2578
 
2579
+ #: core/admin/wpbc-toolbar-tiny.php:834 core/admin/wpbc-toolbar-tiny.php:1064
2580
+ #: core/admin/wpbc-toolbar-tiny.php:1388 core/lib/wpbc_all_translations.php:437
2581
  #, php-format
2582
  msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
2583
  msgstr ""
2584
 
2585
+ #: core/admin/wpbc-toolbar-tiny.php:838 core/admin/wpbc-toolbar-tiny.php:1068
2586
+ #: core/admin/wpbc-toolbar-tiny.php:1392 core/lib/wpbc_all_translations.php:438
2587
  msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
2588
  msgstr ""
2589
 
2590
+ #: core/admin/wpbc-toolbar-tiny.php:839 core/admin/wpbc-toolbar-tiny.php:847
2591
+ #: core/admin/wpbc-toolbar-tiny.php:1069 core/admin/wpbc-toolbar-tiny.php:1393
2592
+ #: core/lib/wpbc_all_translations.php:439 inc/_bm/admin/page-availability.php:510
2593
  #: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
2594
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:229
2595
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
2596
  msgid "Description"
2597
  msgstr ""
2598
 
2599
+ #: core/admin/wpbc-toolbar-tiny.php:840 core/admin/wpbc-toolbar-tiny.php:1070
2600
+ #: core/admin/wpbc-toolbar-tiny.php:1394 core/lib/wpbc_all_translations.php:440
2601
  msgid ""
2602
  "Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
2603
  "to use percentage for width: 100%)"
2604
  msgstr ""
2605
 
2606
+ #: core/admin/wpbc-toolbar-tiny.php:841 core/admin/wpbc-toolbar-tiny.php:849
2607
+ #: core/admin/wpbc-toolbar-tiny.php:1071 core/admin/wpbc-toolbar-tiny.php:1395
2608
+ #: core/lib/wpbc_all_translations.php:441
2609
  msgid "Code Example"
2610
  msgstr ""
2611
 
2612
+ #: core/admin/wpbc-toolbar-tiny.php:846 core/lib/wpbc_all_translations.php:442
2613
  msgid ""
2614
  "Specify that during certain seasons (or days of week), the specific minimum number of days must "
2615
  "be booked. "
2616
  msgstr ""
2617
 
2618
+ #: core/admin/wpbc-toolbar-tiny.php:848 core/lib/wpbc_all_translations.php:443
2619
  msgid ""
2620
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
2621
  msgstr ""
2622
 
2623
+ #: core/admin/wpbc-toolbar-tiny.php:855 core/lib/wpbc_all_translations.php:444
2624
  #, php-format
2625
  msgid ""
2626
  "Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
2627
  "shortcodes %shere%s"
2628
  msgstr ""
2629
 
2630
+ #: core/admin/wpbc-toolbar-tiny.php:878 core/admin/wpbc-toolbar-tiny.php:1093
2631
+ #: core/lib/wpbc_all_translations.php:445
2632
  msgid "Aggregate booking dates from other resources"
2633
  msgstr ""
2634
 
2635
+ #: core/admin/wpbc-toolbar-tiny.php:879 core/admin/wpbc-toolbar-tiny.php:1094
2636
+ #: core/lib/wpbc_all_translations.php:446
2637
  msgid ""
2638
  "Select booking resources, for getting booking dates from them and set such dates as unavailable "
2639
  "in destination calendar."
2640
  msgstr ""
2641
 
2642
+ #: core/admin/wpbc-toolbar-tiny.php:1125 core/lib/wpbc_all_translations.php:447
2643
+ #: inc/_bl/admin/page-search.php:378 inc/_bl/admin/page-search.php:411
2644
+ #: inc/_bm/admin/page-availability.php:252 inc/_bm/admin/page-cost-advanced.php:124
2645
+ #: inc/_bm/admin/page-cost-deposit.php:341 inc/_bm/admin/page-cost-rate.php:214
2646
+ #: inc/_bm/admin/page-cost.php:235 inc/_ps/admin/page-resources.php:201
2647
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:818
2648
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:833
2649
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:478
2650
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:813
2651
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:361 inc/gateways/sage/wpbc-gw-sage.php:873
2652
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:882
2653
  msgid "Note!"
2654
  msgstr ""
2655
 
2656
+ #: core/admin/wpbc-toolbar-tiny.php:1126 core/lib/wpbc_all_translations.php:448
2657
  #, php-format
2658
  msgid ""
2659
  "This shortcode %s is using for selection of the booking form of specific booking resources in "
2660
  "selectbox"
2661
  msgstr ""
2662
 
2663
+ #: core/admin/wpbc-toolbar-tiny.php:1139 core/admin/wpbc-toolbars.php:1611
2664
+ #: core/lib/wpbc_all_translations.php:449 inc/_ps/admin/br-table-import-gcal-p.php:173
2665
  #: inc/_ps/wpbc-booking-select-widget.php:163
2666
  msgid "All"
2667
  msgstr ""
2668
 
2669
+ #: core/admin/wpbc-toolbar-tiny.php:1148 core/lib/wpbc_all_translations.php:450
2670
  #: inc/_ps/wpbc-booking-select-widget.php:175
2671
  msgid ""
2672
  "Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
2673
  "resources."
2674
  msgstr ""
2675
 
2676
+ #: core/admin/wpbc-toolbar-tiny.php:1173 core/lib/wpbc_all_translations.php:451
2677
  #: inc/_ps/wpbc-booking-select-widget.php:181
2678
  msgid "Preselected resource"
2679
  msgstr ""
2680
 
2681
+ #: core/admin/wpbc-toolbar-tiny.php:1174 core/lib/wpbc_all_translations.php:452
2682
  msgid "Define preselected resource."
2683
  msgstr ""
2684
 
2685
+ #: core/admin/wpbc-toolbar-tiny.php:1199 core/lib/wpbc_all_translations.php:453
2686
+ #: inc/_bm/admin/api-settings-m.php:417 inc/_ps/p-toolbar.php:1181
2687
  msgid "Default Form"
2688
  msgstr ""
2689
 
2690
+ #: core/admin/wpbc-toolbar-tiny.php:1215 core/admin/wpbc-toolbar-tiny.php:1224
2691
+ #: core/lib/wpbc_all_translations.php:454
2692
  msgid "Please select the resource:"
2693
  msgstr ""
2694
 
2695
+ #: core/admin/wpbc-toolbar-tiny.php:1216 core/lib/wpbc_all_translations.php:455
2696
  msgid "Title near your select box."
2697
  msgstr ""
2698
 
2699
+ #: core/admin/wpbc-toolbar-tiny.php:1233 core/lib/wpbc_all_translations.php:456
2700
  #: inc/_ps/wpbc-booking-select-widget.php:247
2701
  msgid "First option title"
2702
  msgstr ""
2703
 
2704
+ #: core/admin/wpbc-toolbar-tiny.php:1234 core/lib/wpbc_all_translations.php:457
2705
+ #: inc/_ps/personal.php:510
2706
  msgid "Please Select"
2707
  msgstr ""
2708
 
2709
+ #: core/admin/wpbc-toolbar-tiny.php:1235 core/lib/wpbc_all_translations.php:458
2710
  #: inc/_ps/wpbc-booking-select-widget.php:254
2711
  msgid "First option in dropdown list."
2712
  msgstr ""
2713
 
2714
+ #: core/admin/wpbc-toolbar-tiny.php:1235 core/lib/wpbc_all_translations.php:459
2715
  #: inc/_ps/wpbc-booking-select-widget.php:256
2716
  msgid "Please leave it empty if you want to skip it."
2717
  msgstr ""
2718
 
2719
+ #: core/admin/wpbc-toolbar-tiny.php:1425 core/admin/wpbc-toolbar-tiny.php:1705
2720
+ #: core/lib/wpbc_all_translations.php:460
2721
  msgid "Select shortcode to insert"
2722
  msgstr ""
2723
 
2724
+ #: core/admin/wpbc-toolbar-tiny.php:1437 core/lib/wpbc_all_translations.php:461
2725
  msgid "Search form"
2726
  msgstr ""
2727
 
2728
+ #: core/admin/wpbc-toolbar-tiny.php:1440 core/lib/wpbc_all_translations.php:462
2729
+ #: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:621
2730
+ #: inc/_bl/wpbc-search-availability.php:636
2731
  msgid "Search results"
2732
  msgstr ""
2733
 
2734
+ #: core/admin/wpbc-toolbar-tiny.php:1459 core/lib/wpbc_all_translations.php:463
2735
  msgid "Check this box to show search results on other page"
2736
  msgstr ""
2737
 
2738
+ #: core/admin/wpbc-toolbar-tiny.php:1476 core/lib/wpbc_all_translations.php:464
2739
  msgid "URL of search results:"
2740
  msgstr ""
2741
 
2742
+ #: core/admin/wpbc-toolbar-tiny.php:1478 core/lib/wpbc_all_translations.php:465
2743
  msgid "Type the URL of search results page."
2744
  msgstr ""
2745
 
2746
+ #: core/admin/wpbc-toolbar-tiny.php:1495 core/lib/wpbc_all_translations.php:466
2747
  msgid "Title of Search results:"
2748
  msgstr ""
2749
 
2750
+ #: core/admin/wpbc-toolbar-tiny.php:1496 core/admin/wpbc-toolbar-tiny.php:1505
2751
+ #: core/lib/wpbc_all_translations.php:467 inc/_bl/wpdev-booking-search-widget.php:79
2752
  msgid "Result(s) Found"
2753
  msgstr ""
2754
 
2755
+ #: core/admin/wpbc-toolbar-tiny.php:1497 core/lib/wpbc_all_translations.php:468
2756
  msgid "Type the title of Search results."
2757
  msgstr ""
2758
 
2759
+ #: core/admin/wpbc-toolbar-tiny.php:1497 core/lib/wpbc_all_translations.php:469
2760
  msgid "show number of search results"
2761
  msgstr ""
2762
 
2763
+ #: core/admin/wpbc-toolbar-tiny.php:1514 core/lib/wpbc_all_translations.php:470
2764
  msgid "Nothing Found Message:"
2765
  msgstr ""
2766
 
2767
+ #: core/admin/wpbc-toolbar-tiny.php:1516 core/lib/wpbc_all_translations.php:471
2768
  msgid "Type the message, when nothing found."
2769
  msgstr ""
2770
 
2771
+ #: core/admin/wpbc-toolbar-tiny.php:1536 core/lib/wpbc_all_translations.php:472
2772
  msgid "Search only for users:"
2773
  msgstr ""
2774
 
2775
+ #: core/admin/wpbc-toolbar-tiny.php:1538 core/lib/wpbc_all_translations.php:473
2776
  msgid ""
2777
  "Type IDs of the users (separated by comma \",\") for searching availability only for these "
2778
  "users, or leave it blank for searching for all users."
2779
  msgstr ""
2780
 
2781
+ #: core/admin/wpbc-toolbar-tiny.php:1558 core/lib/wpbc_all_translations.php:474
2782
  #, php-format
2783
  msgid ""
2784
  "This shortcode %s is using for showing the search results at specific page, if the search form "
2785
  "is submit showing the search results at different page"
2786
  msgstr ""
2787
 
2788
+ #: core/admin/wpbc-toolbar-tiny.php:1620 core/lib/wpbc_all_translations.php:475
2789
  msgid "date"
2790
  msgstr ""
2791
 
2792
+ #: core/admin/wpbc-toolbar-tiny.php:1680 core/lib/wpbc_all_translations.php:476
2793
  msgid "Define date for booking"
2794
  msgstr ""
2795
 
2796
+ #: core/admin/wpbc-toolbar-tiny.php:1718 core/lib/wpbc_all_translations.php:477
2797
+ #: inc/_ps/p-toolbar.php:206
2798
  msgid "Edit Booking"
2799
  msgstr ""
2800
 
2801
+ #: core/admin/wpbc-toolbar-tiny.php:1721 core/lib/wpbc_all_translations.php:478
2802
  msgid "Show info about Booking Resource"
2803
  msgstr ""
2804
 
2805
+ #: core/admin/wpbc-toolbar-tiny.php:1737 core/lib/wpbc_all_translations.php:479
2806
  #, php-format
2807
  msgid ""
2808
  "This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
2809
  "%s or make %spayment%s after receiving an admin email payment request"
2810
  msgstr ""
2811
 
2812
+ #: core/admin/wpbc-toolbar-tiny.php:1738 core/lib/wpbc_all_translations.php:480
2813
  #, php-format
2814
  msgid ""
2815
  "The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
2816
  "to this page"
2817
  msgstr ""
2818
 
2819
+ #: core/admin/wpbc-toolbar-tiny.php:1739 core/lib/wpbc_all_translations.php:481
2820
  #, php-format
2821
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
2822
  msgstr ""
2823
 
2824
+ #: core/admin/wpbc-toolbar-tiny.php:1780 core/lib/wpbc_all_translations.php:482
2825
+ #: inc/_bl/admin/api-settings-l.php:466 inc/_ps/admin/br-table-export-feeds.php:73
2826
+ #: inc/_ps/admin/br-table-import-gcal-p.php:63
2827
  msgid "Capacity"
2828
  msgstr ""
2829
 
2830
+ #: core/admin/wpbc-toolbar-tiny.php:1786 core/lib/wpbc_all_translations.php:483
2831
  msgid "Select type of info to show."
2832
  msgstr ""
2833
 
2834
+ #: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:484
2835
  msgid "Filters"
2836
  msgstr ""
2837
 
2838
+ #: core/admin/wpbc-toolbars.php:346 core/lib/wpbc_all_translations.php:485
2839
  msgid "Expand Advanced Toolbar"
2840
  msgstr ""
2841
 
2842
+ #: core/admin/wpbc-toolbars.php:353 core/lib/wpbc_all_translations.php:486
2843
  msgid "Collapse Advanced Toolbar"
2844
  msgstr ""
2845
 
2846
+ #: core/admin/wpbc-toolbars.php:371 core/lib/wpbc_all_translations.php:487
2847
  msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
2848
  msgstr ""
2849
 
2850
+ #: core/admin/wpbc-toolbars.php:372 core/lib/wpbc_all_translations.php:488
2851
  msgid "Emails sending"
2852
  msgstr ""
2853
 
2854
+ #: core/admin/wpbc-toolbars.php:397 core/lib/wpbc_all_translations.php:489
2855
  msgid "Booking ID"
2856
  msgstr ""
2857
 
2858
+ #: core/admin/wpbc-toolbars.php:400 core/admin/wpbc-toolbars.php:2164
2859
+ #: core/lib/wpbc_all_translations.php:490
2860
  msgid "Go"
2861
  msgstr ""
2862
 
2863
+ #: core/admin/wpbc-toolbars.php:434 core/lib/wpbc_all_translations.php:492
2864
+ msgid "Technical Support"
2865
  msgstr ""
2866
 
2867
+ #: core/admin/wpbc-toolbars.php:436 core/lib/wpbc_all_translations.php:491
2868
+ msgid "About Booking Calendar"
2869
  msgstr ""
2870
 
2871
+ #: core/admin/wpbc-toolbars.php:501 core/admin/wpbc-toolbars.php:681
2872
+ #: core/admin/wpbc-toolbars.php:886 core/admin/wpbc-toolbars.php:1461
2873
+ #: core/lib/wpbc_all_translations.php:493 inc/_bs/lib_s.php:84
2874
  msgid "Apply"
2875
  msgstr ""
2876
 
2877
+ #: core/admin/wpbc-toolbars.php:502 core/lib/wpbc_all_translations.php:494
2878
  msgid "Refresh booking listing"
2879
  msgstr ""
2880
 
2881
+ #: core/admin/wpbc-toolbars.php:516 core/lib/wpbc_all_translations.php:495
2882
  msgid "Reset filter to default values"
2883
  msgstr ""
2884
 
2885
+ #: core/admin/wpbc-toolbars.php:542 core/admin/wpbc-toolbars.php:757
2886
+ #: core/lib/wpbc_all_translations.php:496
2887
  msgid "Any"
2888
  msgstr ""
2889
 
2890
+ #: core/admin/wpbc-toolbars.php:563 core/admin/wpbc-toolbars.php:797
2891
+ #: core/lib/wpbc_all_translations.php:497
2892
  msgid "week"
2893
  msgstr ""
2894
 
2895
+ #: core/admin/wpbc-toolbars.php:564 core/admin/wpbc-toolbars.php:798
2896
+ #: core/lib/wpbc_all_translations.php:498
2897
  msgid "weeks"
2898
  msgstr ""
2899
 
2900
+ #: core/admin/wpbc-toolbars.php:565 core/admin/wpbc-toolbars.php:799
2901
+ #: core/lib/wpbc_all_translations.php:499
2902
  msgid "month"
2903
  msgstr ""
2904
 
2905
+ #: core/admin/wpbc-toolbars.php:566 core/admin/wpbc-toolbars.php:567
2906
+ #: core/admin/wpbc-toolbars.php:568 core/admin/wpbc-toolbars.php:800
2907
+ #: core/admin/wpbc-toolbars.php:801 core/admin/wpbc-toolbars.php:802
2908
+ #: core/lib/wpbc_all_translations.php:500
2909
  msgid "months"
2910
  msgstr ""
2911
 
2912
+ #: core/admin/wpbc-toolbars.php:576 core/admin/wpbc-toolbars.php:811
2913
+ #: core/lib/wpbc_all_translations.php:501
2914
  msgid "Filter bookings by booking dates"
2915
  msgstr ""
2916
 
2917
+ #: core/admin/wpbc-toolbars.php:580 core/lib/wpbc_all_translations.php:502
2918
  msgid "Current dates"
2919
  msgstr ""
2920
 
2921
+ #: core/admin/wpbc-toolbars.php:581 core/admin/wpbc-toolbars.php:815
2922
+ #: core/lib/wpbc_all_translations.php:503
2923
  msgid "Today"
2924
  msgstr ""
2925
 
2926
+ #: core/admin/wpbc-toolbars.php:582 core/lib/wpbc_all_translations.php:504
2927
  msgid "Previous dates"
2928
  msgstr ""
2929
 
2930
+ #: core/admin/wpbc-toolbars.php:583 core/admin/wpbc-toolbars.php:816
2931
+ #: core/lib/wpbc_all_translations.php:505
2932
  msgid "All dates"
2933
  msgstr ""
2934
 
2935
+ #: core/admin/wpbc-toolbars.php:585 core/lib/wpbc_all_translations.php:506
2936
  msgid "Today check in/out"
2937
  msgstr ""
2938
 
2939
+ #: core/admin/wpbc-toolbars.php:586 core/lib/wpbc_all_translations.php:507
2940
  msgid "Check In - Tomorrow"
2941
  msgstr ""
2942
 
2943
+ #: core/admin/wpbc-toolbars.php:587 core/lib/wpbc_all_translations.php:508
2944
  msgid "Check Out - Tomorrow"
2945
  msgstr ""
2946
 
2947
+ #: core/admin/wpbc-toolbars.php:592 core/lib/wpbc_all_translations.php:509
2948
+ #: core/wpbc-functions.php:2341
2949
  msgid "Next"
2950
  msgstr ""
2951
 
2952
+ #: core/admin/wpbc-toolbars.php:616 core/admin/wpbc-toolbars.php:821
2953
+ #: core/lib/wpbc_all_translations.php:510
2954
  msgid "Prior"
2955
  msgstr ""
2956
 
2957
+ #: core/admin/wpbc-toolbars.php:656 core/admin/wpbc-toolbars.php:861
2958
+ #: core/lib/wpbc_all_translations.php:511
2959
  msgid "Check-in"
2960
  msgstr ""
2961
 
2962
+ #: core/admin/wpbc-toolbars.php:668 core/admin/wpbc-toolbars.php:873
2963
+ #: core/lib/wpbc_all_translations.php:512
2964
  msgid "Check-out"
2965
  msgstr ""
2966
 
2967
+ #: core/admin/wpbc-toolbars.php:740 core/lib/wpbc_all_translations.php:513
2968
  msgid "Order by"
2969
  msgstr ""
2970
 
2971
+ #: core/admin/wpbc-toolbars.php:754 core/lib/wpbc_all_translations.php:514
2972
  msgid "Exist"
2973
  msgstr ""
2974
 
2975
+ #: core/admin/wpbc-toolbars.php:755 core/lib/wpbc_all_translations.php:515
2976
  msgid "In Trash"
2977
  msgstr ""
2978
 
2979
+ #: core/admin/wpbc-toolbars.php:776 core/lib/wpbc_all_translations.php:516
2980
  msgid "New bookings"
2981
  msgstr ""
2982
 
2983
+ #: core/admin/wpbc-toolbars.php:813 core/lib/wpbc_all_translations.php:517
2984
  msgid "Creation"
2985
  msgstr ""
2986
 
2987
+ #: core/admin/wpbc-toolbars.php:940 core/lib/wpbc_all_translations.php:518
2988
  msgid "Approve selected bookings"
2989
  msgstr ""
2990
 
2991
+ #: core/admin/wpbc-toolbars.php:955 core/lib/wpbc_all_translations.php:519
2992
  msgid "Set selected bookings as pending"
2993
  msgstr ""
2994
 
2995
+ #: core/admin/wpbc-toolbars.php:985 core/lib/wpbc_all_translations.php:520
2996
  msgid "Move selected bookings to trash"
2997
  msgstr ""
2998
 
2999
+ #: core/admin/wpbc-toolbars.php:1002 core/lib/wpbc_all_translations.php:521
3000
  msgid "Restore selected bookings"
3001
  msgstr ""
3002
 
3003
+ #: core/admin/wpbc-toolbars.php:1018 core/lib/wpbc_all_translations.php:522
3004
+ #: inc/_bl/admin/page-coupons.php:216 inc/_bl/admin/page-coupons.php:222
3005
+ #: inc/_bm/admin/page-availability.php:240 inc/_bm/admin/page-availability.php:246
3006
+ #: inc/_bm/admin/page-cost-valuation.php:567 inc/_bm/admin/page-cost.php:222
3007
+ #: inc/_bm/admin/page-cost.php:231 inc/_bm/admin/page-seasons.php:201
3008
+ #: inc/_bm/admin/page-seasons.php:207 inc/_bm/m-toolbar.php:287
3009
+ #: inc/_ps/admin/page-resources.php:189 inc/_ps/admin/page-resources.php:195
3010
  msgid "Delete"
3011
  msgstr ""
3012
 
3013
+ #: core/admin/wpbc-toolbars.php:1019 core/lib/wpbc_all_translations.php:523
3014
  msgid "Delete selected bookings"
3015
  msgstr ""
3016
 
3017
+ #: core/admin/wpbc-toolbars.php:1021 core/lib/wpbc_all_translations.php:524
3018
  #: core/sync/wpbc-gcal-class.php:670
3019
  msgid "Do you really want to delete selected booking(s) ?"
3020
  msgstr ""
3021
 
3022
+ #: core/admin/wpbc-toolbars.php:1037 core/lib/wpbc_all_translations.php:525
3023
  msgid "Reason of cancellation"
3024
  msgstr ""
3025
 
3026
+ #: core/admin/wpbc-toolbars.php:1060 core/lib/wpbc_all_translations.php:526
3027
  msgid "Read All"
3028
  msgstr ""
3029
 
3030
+ #: core/admin/wpbc-toolbars.php:1061 core/lib/wpbc_all_translations.php:527
3031
  msgid "Mark as read all bookings"
3032
  msgstr ""
3033
 
3034
+ #: core/admin/wpbc-toolbars.php:1074 core/lib/wpbc_all_translations.php:528
3035
  msgid "Read"
3036
  msgstr ""
3037
 
3038
+ #: core/admin/wpbc-toolbars.php:1075 core/lib/wpbc_all_translations.php:529
3039
  msgid "Mark as read selected bookings"
3040
  msgstr ""
3041
 
3042
+ #: core/admin/wpbc-toolbars.php:1089 core/lib/wpbc_all_translations.php:530
3043
  msgid "Unread"
3044
  msgstr ""
3045
 
3046
+ #: core/admin/wpbc-toolbars.php:1090 core/lib/wpbc_all_translations.php:531
3047
  msgid "Mark as Unread selected bookings"
3048
  msgstr ""
3049
 
3050
+ #: core/admin/wpbc-toolbars.php:1139 core/admin/wpbc-toolbars.php:1218
3051
+ #: core/lib/wpbc_all_translations.php:532
3052
  msgid "Show month"
3053
  msgstr ""
3054
 
3055
+ #: core/admin/wpbc-toolbars.php:1153 core/lib/wpbc_all_translations.php:533
3056
  msgid "Show 3 months"
3057
  msgstr ""
3058
 
3059
+ #: core/admin/wpbc-toolbars.php:1167 core/lib/wpbc_all_translations.php:534
3060
  msgid "Show year"
3061
  msgstr ""
3062
 
3063
+ #: core/admin/wpbc-toolbars.php:1190 core/lib/wpbc_all_translations.php:535
3064
  msgid "Show day"
3065
  msgstr ""
3066
 
3067
+ #: core/admin/wpbc-toolbars.php:1204 core/lib/wpbc_all_translations.php:536
3068
  msgid "Show week"
3069
  msgstr ""
3070
 
3071
+ #: core/admin/wpbc-toolbars.php:1232 core/lib/wpbc_all_translations.php:537
3072
  msgid "Show 2 months"
3073
  msgstr ""
3074
 
3075
+ #: core/admin/wpbc-toolbars.php:1289 core/admin/wpbc-toolbars.php:1303
3076
+ #: core/admin/wpbc-toolbars.php:1350 core/lib/wpbc_all_translations.php:538
3077
  msgid "Previous 4 weeks"
3078
  msgstr ""
3079
 
3080
+ #: core/admin/wpbc-toolbars.php:1290 core/admin/wpbc-toolbars.php:1304
3081
+ #: core/admin/wpbc-toolbars.php:1351 core/lib/wpbc_all_translations.php:539
3082
  msgid "Previous week"
3083
  msgstr ""
3084
 
3085
+ #: core/admin/wpbc-toolbars.php:1291 core/admin/wpbc-toolbars.php:1305
3086
+ #: core/admin/wpbc-toolbars.php:1352 core/lib/wpbc_all_translations.php:540
3087
  msgid "Current week"
3088
  msgstr ""
3089
 
3090
+ #: core/admin/wpbc-toolbars.php:1292 core/admin/wpbc-toolbars.php:1306
3091
+ #: core/admin/wpbc-toolbars.php:1353 core/lib/wpbc_all_translations.php:541
3092
  msgid "Next week"
3093
  msgstr ""
3094
 
3095
+ #: core/admin/wpbc-toolbars.php:1293 core/admin/wpbc-toolbars.php:1307
3096
+ #: core/admin/wpbc-toolbars.php:1354 core/lib/wpbc_all_translations.php:542
3097
  msgid "Next 4 weeks"
3098
  msgstr ""
3099
 
3100
+ #: core/admin/wpbc-toolbars.php:1317 core/admin/wpbc-toolbars.php:1367
3101
+ #: core/admin/wpbc-toolbars.php:1382 core/lib/wpbc_all_translations.php:543
3102
  msgid "Previous 3 months"
3103
  msgstr ""
3104
 
3105
+ #: core/admin/wpbc-toolbars.php:1318 core/admin/wpbc-toolbars.php:1368
3106
+ #: core/admin/wpbc-toolbars.php:1383 core/lib/wpbc_all_translations.php:544
3107
  msgid "Previous month"
3108
  msgstr ""
3109
 
3110
+ #: core/admin/wpbc-toolbars.php:1319 core/admin/wpbc-toolbars.php:1369
3111
+ #: core/admin/wpbc-toolbars.php:1384 core/lib/wpbc_all_translations.php:545
3112
  msgid "Current month"
3113
  msgstr ""
3114
 
3115
+ #: core/admin/wpbc-toolbars.php:1320 core/admin/wpbc-toolbars.php:1370
3116
+ #: core/admin/wpbc-toolbars.php:1385 core/lib/wpbc_all_translations.php:546
3117
  msgid "Next month"
3118
  msgstr ""
3119
 
3120
+ #: core/admin/wpbc-toolbars.php:1321 core/admin/wpbc-toolbars.php:1371
3121
+ #: core/admin/wpbc-toolbars.php:1386 core/lib/wpbc_all_translations.php:547
3122
  msgid "Next 3 months"
3123
  msgstr ""
3124
 
3125
+ #: core/admin/wpbc-toolbars.php:1335 core/lib/wpbc_all_translations.php:548
3126
  msgid "Previous 7 days"
3127
  msgstr ""
3128
 
3129
+ #: core/admin/wpbc-toolbars.php:1336 core/lib/wpbc_all_translations.php:549
3130
  msgid "Previous day"
3131
  msgstr ""
3132
 
3133
+ #: core/admin/wpbc-toolbars.php:1337 core/lib/wpbc_all_translations.php:550
3134
  msgid "Current day"
3135
  msgstr ""
3136
 
3137
+ #: core/admin/wpbc-toolbars.php:1338 core/lib/wpbc_all_translations.php:551
3138
  msgid "Next day"
3139
  msgstr ""
3140
 
3141
+ #: core/admin/wpbc-toolbars.php:1339 core/lib/wpbc_all_translations.php:552
3142
  msgid "Next 7 days"
3143
  msgstr ""
3144
 
3145
+ #: core/admin/wpbc-toolbars.php:1610 core/lib/wpbc_all_translations.php:553
3146
  msgid "Number of months in one row"
3147
  msgstr ""
3148
 
3149
+ #: core/admin/wpbc-toolbars.php:1655 core/lib/wpbc_all_translations.php:554
3150
  msgid "Calendar width"
3151
  msgstr ""
3152
 
3153
+ #: core/admin/wpbc-toolbars.php:1703 core/lib/wpbc_all_translations.php:555
3154
  msgid "Calendar cell height"
3155
  msgstr ""
3156
 
3157
+ #: core/admin/wpbc-toolbars.php:1810 core/admin/wpbc-toolbars.php:1811
3158
+ #: core/lib/wpbc_all_translations.php:556
3159
  msgid "Send email notification to customer about this operation"
3160
  msgstr ""
3161
 
3162
+ #: core/admin/wpbc-toolbars.php:1844 core/admin/wpbc-toolbars.php:1845
3163
+ #: core/lib/wpbc_all_translations.php:557
3164
  msgid "Add to Google Calendar"
3165
  msgstr ""
3166
 
3167
+ #: core/admin/wpbc-toolbars.php:2024 core/lib/wpbc_all_translations.php:558
3168
+ #: inc/gateways/page-gateways.php:1274 inc/gateways/page-gateways.php:1292
3169
  msgid "Total"
3170
  msgstr ""
3171
 
3172
+ #: core/admin/wpbc-toolbars.php:2160 core/lib/wpbc_all_translations.php:559
3173
  msgid "ID or Title"
3174
  msgstr ""
3175
 
3176
+ #: core/any/api-emails.php:502 core/lib/wpbc_all_translations.php:560
3177
  msgid "Email copy to"
3178
  msgstr ""
3179
 
3180
+ #: core/class/wpbc-class-dismiss.php:22 core/lib/wpbc_all_translations.php:561
3181
+ #: core/wpbc-functions.php:2591
3182
  msgid "Dismiss"
3183
  msgstr ""
3184
 
3185
+ #: core/class/wpbc-class-notices.php:25 core/lib/wpbc_all_translations.php:562
3186
+ #: core/sync/wpbc-gcal.php:398 inc/_bm/admin/page-cost-valuation.php:290 inc/_mu/multiuser.php:736
3187
  msgid "Warning!"
3188
  msgstr ""
3189
 
3190
+ #: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:563
3191
  #, php-format
3192
  msgid ""
3193
  "Probabaly you updated your paid version of Booking Calendar by free version or update process "
3194
  "failed. You can request the new update of your paid version at %1sthis page%2s."
3195
  msgstr ""
3196
 
3197
+ #: core/class/wpbc-class-welcome.php:1434 core/class/wpbc-class-welcome.php:1883
3198
+ #: core/lib/wpbc_all_translations.php:387 inc/_ps/admin/page-settings-up.php:143
3199
+ msgid "Purchase"
3200
  msgstr ""
3201
 
3202
+ #: core/class/wpbc-class-welcome.php:1434 core/class/wpbc-class-welcome.php:1883
3203
+ #: core/lib/wpbc_all_translations.php:388 inc/_ps/admin/page-settings-up.php:143
3204
+ msgid "Upgrade Now"
3205
+ msgstr ""
3206
+
3207
+ #: core/lib/wpbc-ajax.php:32 core/lib/wpbc-ajax.php:83 core/lib/wpbc_all_translations.php:565
3208
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:1113
3209
  #, php-format
3210
  msgid ""
3211
  "%sError!%s Request do not pass security check! Please refresh the page and try one more time."
3212
  msgstr ""
3213
 
3214
+ #: core/lib/wpbc-ajax.php:132 core/lib/wpbc_all_translations.php:566
3215
  msgid "Set as Unread"
3216
  msgstr ""
3217
 
3218
+ #: core/lib/wpbc-ajax.php:134 core/lib/wpbc_all_translations.php:567
3219
  msgid "Set as Read"
3220
  msgstr ""
3221
 
3222
+ #: core/lib/wpbc-ajax.php:200 core/lib/wpbc_all_translations.php:568
3223
  msgid "Set as Approved"
3224
  msgstr ""
3225
 
3226
+ #: core/lib/wpbc-ajax.php:202 core/lib/wpbc_all_translations.php:569
3227
  msgid "Set as Pending"
3228
  msgstr ""
3229
 
3230
+ #: core/lib/wpbc-ajax.php:222 core/lib/wpbc-ajax.php:293 core/lib/wpbc_all_translations.php:570
3231
  msgid "Reason for cancellation here"
3232
  msgstr ""
3233
 
3234
+ #: core/lib/wpbc-ajax.php:223 core/lib/wpbc-ajax.php:294 core/lib/wpbc_all_translations.php:571
3235
  msgid "Reason of cancellation here"
3236
  msgstr ""
3237
 
3238
+ #: core/lib/wpbc-ajax.php:262 core/lib/wpbc_all_translations.php:572
3239
  msgid "Moved to trash"
3240
  msgstr ""
3241
 
3242
+ #: core/lib/wpbc-ajax.php:270 core/lib/wpbc_all_translations.php:573
3243
  msgid "Restored"
3244
  msgstr ""
3245
 
3246
+ #: core/lib/wpbc-ajax.php:441 core/lib/wpbc_all_translations.php:574 inc/_ps/personal.php:141
3247
  msgid "Saved"
3248
  msgstr ""
3249
 
3250
+ #: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:575
3251
  msgid "The code you entered is incorrect"
3252
  msgstr ""
3253
 
3254
+ #: core/lib/wpbc-booking-new.php:138 core/lib/wpbc_all_translations.php:576
3255
  msgid "Updating..."
3256
  msgstr ""
3257
 
3258
+ #: core/lib/wpbc-booking-new.php:163 core/lib/wpbc_all_translations.php:577
3259
+ #: inc/_ps/personal.php:2242 inc/_ps/personal.php:2433
3260
  msgid "Updated successfully"
3261
  msgstr ""
3262
 
3263
+ #: core/lib/wpbc-booking-new.php:723 core/lib/wpbc_all_translations.php:578
3264
  msgid "Error!"
3265
  msgstr ""
3266
 
3267
+ #: core/lib/wpbc-booking-new.php:724 core/lib/wpbc_all_translations.php:579
3268
  msgid ""
3269
  "Probably these date(s) just was booking by other visitor. Please reload this page and make "
3270
  "booking again."
3271
  msgstr ""
3272
 
3273
+ #: core/lib/wpbc_all_translations.php:280
3274
+ msgid "Visit these (previosly configured URL feeds) pages for downloading .ics files."
3275
+ msgstr ""
3276
+
3277
+ #: core/lib/wpbc_all_translations.php:580
3278
  msgid "Google Calendar"
3279
  msgstr ""
3280
 
3281
+ #: core/lib/wpbc_all_translations.php:581
3282
  msgid "Events Import"
3283
  msgstr ""
3284
 
3285
+ #: core/lib/wpbc_all_translations.php:582
3286
  msgid "Import Settings"
3287
  msgstr ""
3288
 
3289
+ #: core/lib/wpbc_all_translations.php:583
3290
  msgid "Customization of synchronization with Google Calendar"
3291
  msgstr ""
3292
 
3293
+ #: core/lib/wpbc_all_translations.php:584 core/wpbc-debug.php:123 core/wpbc-emails.php:436
3294
+ #: core/wpbc.php:342 core/wpbc.php:383 inc/_bl/admin/page-coupons.php:1003
3295
+ #: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
3296
  #: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-rate.php:77
3297
+ #: inc/_bm/admin/page-cost-valuation.php:103 inc/_bm/admin/page-seasons.php:826
3298
+ #: inc/_bm/admin/page-seasons.php:828 inc/_bs/lib_s.php:340
3299
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:861 inc/gateways/stripe/wpbc-gw-stripe.php:872
3300
  msgid "Error"
3301
  msgstr ""
3302
 
3303
+ #: core/lib/wpbc_all_translations.php:585
3304
  msgid "does not exist"
3305
  msgstr ""
3306
 
3307
+ #: core/lib/wpbc_all_translations.php:586 core/lib/wpdev-booking-class.php:488
3308
  msgid "Calendar is loading..."
3309
  msgstr ""
3310
 
3311
+ #: core/lib/wpbc_all_translations.php:587 core/lib/wpdev-booking-class.php:672
3312
+ #: core/lib/wpdev-booking-class.php:733 inc/_ps/personal.php:812 inc/_ps/personal.php:823
3313
  msgid "Wrong booking hash in URL (probably expired)"
3314
  msgstr ""
3315
 
3316
+ #: core/lib/wpbc_all_translations.php:588 core/lib/wpdev-booking-class.php:680
3317
  msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
3318
  msgstr ""
3319
 
3320
+ #: core/lib/wpbc_all_translations.php:589 core/lib/wpdev-booking-class.php:852
3321
  #, php-format
3322
  msgid ""
3323
  "%sWarning! Booking calendar for this booking resource are already at the page, please check more "
3324
  "about this issue at %sthis page%s"
3325
  msgstr ""
3326
 
3327
+ #: core/lib/wpbc_all_translations.php:590 core/lib/wpdev-booking-class.php:1058
3328
  #: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
3329
  msgid "You need to use special shortcode [bookingedit] for booking editing."
3330
  msgstr ""
3331
 
3332
+ #: core/lib/wpbc_all_translations.php:591 core/lib/wpdev-booking-class.php:1187
3333
+ #: core/lib/wpdev-booking-class.php:1189
3334
  msgid "Wrong booking hash in URL. Probably hash is expired."
3335
  msgstr ""
3336
 
3337
+ #: core/lib/wpbc_all_translations.php:592 core/lib/wpdev-booking-class.php:1193
3338
  msgid "You do not set any parameters for booking editing"
3339
  msgstr ""
3340
 
3341
+ #: core/lib/wpbc_all_translations.php:593 core/lib/wpdev-booking-class.php:1195
3342
  #, php-format
3343
  msgid "Please check more about configuration at %sthis page%s"
3344
  msgstr ""
3345
 
3346
+ #: core/lib/wpbc_all_translations.php:594 core/lib/wpdev-booking-widget.php:108
3347
  msgid "Booking form with calendar"
3348
  msgstr ""
3349
 
3350
+ #: core/lib/wpbc_all_translations.php:595 core/lib/wpdev-booking-widget.php:109
3351
  msgid "Only availability calendar"
3352
  msgstr ""
3353
 
3354
+ #: core/lib/wpbc_all_translations.php:596 core/lib/wpdev-booking-widget.php:150
3355
  msgid "Footer"
3356
  msgstr ""
3357
 
3358
+ #: core/lib/wpbc_all_translations.php:597 core/lib/wpdev-booking-widget.php:155
3359
  #, php-format
3360
  msgid "Example: %sMake booking here%s"
3361
  msgstr ""
3362
 
3363
+ #: core/lib/wpbc_all_translations.php:598 core/lib/wpdev-booking-widget.php:159
3364
  #: inc/_ps/wpbc-booking-select-widget.php:263
3365
  #, php-format
3366
  msgid ""
3368
  "at the same page, then the last will not be visible."
3369
  msgstr ""
3370
 
3371
+ #: core/lib/wpbc_all_translations.php:599 core/lib/wpdev-booking-widget.php:163
3372
  #, php-format
3373
  msgid "%sSeveral widgets are supported at %spaid versions%s."
3374
  msgstr ""
3375
 
3376
+ #: core/lib/wpbc_all_translations.php:600 core/sync/wpbc-gcal-class.php:300
3377
  msgid "Importing Feed"
3378
  msgstr ""
3379
 
3380
+ #: core/lib/wpbc_all_translations.php:601 core/sync/wpbc-gcal-class.php:316
3381
  msgid "Data Parsing"
3382
  msgstr ""
3383
 
3384
+ #: core/lib/wpbc_all_translations.php:602 core/sync/wpbc-gcal-class.php:423
3385
  msgid ""
3386
  "Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
3387
  "correct."
3388
  msgstr ""
3389
 
3390
+ #: core/lib/wpbc_all_translations.php:603 core/sync/wpbc-gcal-class.php:430
3391
  msgid "The feed could not be found (404). Please ensure your feed URL is correct."
3392
  msgstr ""
3393
 
3394
+ #: core/lib/wpbc_all_translations.php:604 core/sync/wpbc-gcal-class.php:433
3395
  msgid ""
3396
  "Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
3397
  "calendar."
3398
  msgstr ""
3399
 
3400
+ #: core/lib/wpbc_all_translations.php:605 core/sync/wpbc-gcal-class.php:436
3401
  #, php-format
3402
  msgid ""
3403
  "The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
3404
  msgstr ""
3405
 
3406
+ #: core/lib/wpbc_all_translations.php:606 core/sync/wpbc-gcal-class.php:608
3407
  #: core/sync/wpbc-gcal-class.php:658
3408
  msgid "GID"
3409
  msgstr ""
3410
 
3411
+ #: core/lib/wpbc_all_translations.php:607 core/sync/wpbc-gcal-class.php:622
3412
  msgid "Selection"
3413
  msgstr ""
3414
 
3415
+ #: core/lib/wpbc_all_translations.php:608 core/sync/wpbc-gcal-class.php:636
3416
  msgid "Location:"
3417
  msgstr ""
3418
 
3419
+ #: core/lib/wpbc_all_translations.php:609 core/sync/wpbc-gcal-class.php:666
3420
  msgid "Reload page"
3421
  msgstr ""
3422
 
3423
+ #: core/lib/wpbc_all_translations.php:610 core/sync/wpbc-gcal-class.php:679
3424
  msgid "Delete selected booking(s)"
3425
  msgstr ""
3426
 
3427
+ #: core/lib/wpbc_all_translations.php:611 core/sync/wpbc-gcal.php:279
3428
  msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
3429
  msgstr ""
3430
 
3431
+ #: core/lib/wpbc_all_translations.php:612 core/sync/wpbc-gcal.php:399
3432
  msgid "Retrieve Google Calendar Events "
3433
  msgstr ""
3434
 
3435
+ #: core/lib/wpbc_all_translations.php:613 core/sync/wpbc-gcal.php:405
3436
  msgid "Please configure settings for import Google Calendar events"
3437
  msgstr ""
3438
 
3439
+ #: core/lib/wpbc_all_translations.php:614 core/sync/wpbc-gcal.php:433
3440
  msgid "Configure"
3441
  msgstr ""
3442
 
3443
+ #: core/lib/wpbc_all_translations.php:615 core/wpbc-activation.php:565
3444
  #, php-format
3445
  msgid "%s Found %s not indexed bookings %s"
3446
  msgstr ""
3447
 
3448
+ #: core/lib/wpbc_all_translations.php:616 core/wpbc-activation.php:580
3449
  #, php-format
3450
  msgid "%s Finish getting sort dates. %s"
3451
  msgstr ""
3452
 
3453
+ #: core/lib/wpbc_all_translations.php:617 core/wpbc-activation.php:589
3454
  #, php-format
3455
  msgid "Updated booking: %s"
3456
  msgstr ""
3457
 
3458
+ #: core/lib/wpbc_all_translations.php:618 core/wpbc-activation.php:997
3459
  msgid "Booking form"
3460
  msgstr ""
3461
 
3462
+ #: core/lib/wpbc_all_translations.php:619 core/wpbc-activation.php:1084
3463
  #: inc/_ps/admin/page-email-edit.php:253
3464
  msgid "The reservation has been modified"
3465
  msgstr ""
3466
 
3467
+ #: core/lib/wpbc_all_translations.php:620 core/wpbc-activation.php:1085
3468
  #: inc/_ps/admin/page-email-edit.php:267
3469
  #, php-format
3470
  msgid ""
3472
  "Thank you, %s"
3473
  msgstr ""
3474
 
3475
+ #: core/lib/wpbc_all_translations.php:621 core/wpbc-activation.php:1110
3476
+ #: inc/_bs/admin/api-settings-s.php:364
3477
  msgid "Booked Times:"
3478
  msgstr ""
3479
 
3480
+ #: core/lib/wpbc_all_translations.php:622 core/wpbc-activation.php:1120
3481
  msgid ""
3482
  "This booking canceled because we did not receive payment and the administrator did not approve "
3483
  "it."
3484
  msgstr ""
3485
 
3486
+ #: core/lib/wpbc_all_translations.php:623 core/wpbc-activation.php:1147
3487
  #: inc/_bs/admin/page-email-payment.php:257
3488
  msgid "You need to make payment for this reservation"
3489
  msgstr ""
3490
 
3491
+ #: core/lib/wpbc_all_translations.php:624 core/wpbc-activation.php:1148
3492
  #: inc/_bs/admin/page-email-payment.php:271
3493
  #, php-format
3494
  msgid ""
3496
  "Thank you, %s"
3497
  msgstr ""
3498
 
3499
+ #: core/lib/wpbc_all_translations.php:625 core/wpbc-activation.php:1179
3500
+ #: inc/_bm/admin/api-settings-m.php:247
3501
  msgid "Cost: "
3502
  msgstr ""
3503
 
3504
+ #: core/lib/wpbc_all_translations.php:626 core/wpbc-activation.php:1210
3505
+ #: inc/_bl/admin/api-settings-l.php:75
3506
  msgid "Available: "
3507
  msgstr ""
3508
 
3509
+ #: core/lib/wpbc_all_translations.php:627 core/wpbc-emails.php:78
3510
  msgid "Booking system"
3511
  msgstr ""
3512
 
3513
+ #: core/lib/wpbc_all_translations.php:628 core/wpbc-emails.php:183
3514
  msgid ""
3515
  "You can use (in subject and content of email template) any shortcodes, which you used in the "
3516
  "booking form. Use the shortcodes in the same way as you used them in the content form at "
3517
  "Settings Fields page."
3518
  msgstr ""
3519
 
3520
+ #: core/lib/wpbc_all_translations.php:629 core/wpbc-emails.php:186
3521
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:802
3522
  msgid "You can use following shortcodes in content of this template"
3523
  msgstr ""
3524
 
3525
+ #: core/lib/wpbc_all_translations.php:630 core/wpbc-emails.php:190
3526
+ #: inc/gateways/page-gateways.php:930
3527
  #, php-format
3528
  msgid ""
3529
  "%s - inserting data info about the booking, which you configured in the content form at Settings "
3530
  "Fields page"
3531
  msgstr ""
3532
 
3533
+ #: core/lib/wpbc_all_translations.php:631 core/wpbc-emails.php:192
3534
  #, php-format
3535
  msgid "%s - inserting data info about the booking"
3536
  msgstr ""
3537
 
3538
+ #: core/lib/wpbc_all_translations.php:632 core/wpbc-emails.php:196
3539
  #, php-format
3540
  msgid "%s - inserting the dates of booking"
3541
  msgstr ""
3542
 
3543
+ #: core/lib/wpbc_all_translations.php:633 core/wpbc-emails.php:200
3544
  #, php-format
3545
  msgid "%s - inserting check-in date (first day of reservation),"
3546
  msgstr ""
3547
 
3548
+ #: core/lib/wpbc_all_translations.php:634 core/wpbc-emails.php:204 core/wpbc-emails.php:205
3549
  #, php-format
3550
  msgid "%s - inserting check-out date (last day of reservation),"
3551
  msgstr ""
3552
 
3553
+ #: core/lib/wpbc_all_translations.php:635 core/wpbc-emails.php:210
3554
  #, php-format
3555
  msgid "%s - inserting the number of booking dates "
3556
  msgstr ""
3557
 
3558
+ #: core/lib/wpbc_all_translations.php:636 core/wpbc-emails.php:216
3559
  #, php-format
3560
  msgid "%s - inserting ID of booking "
3561
  msgstr ""
3562
 
3563
+ #: core/lib/wpbc_all_translations.php:637 core/wpbc-emails.php:221
3564
  #, php-format
3565
  msgid "%s or %s - inserting the title of the booking resource "
3566
  msgstr ""
3567
 
3568
+ #: core/lib/wpbc_all_translations.php:638 core/wpbc-emails.php:227
3569
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:810
3570
  #, php-format
3571
  msgid "%s - inserting the cost of booking "
3572
  msgstr ""
3573
 
3574
+ #: core/lib/wpbc_all_translations.php:639 core/wpbc-emails.php:233
3575
  #, php-format
3576
  msgid "%s - inserting your site URL "
3577
  msgstr ""
3578
 
3579
+ #: core/lib/wpbc_all_translations.php:640 core/wpbc-emails.php:236
3580
  #, php-format
3581
  msgid "%s - inserting IP address of the user who made this action "
3582
  msgstr ""
3583
 
3584
+ #: core/lib/wpbc_all_translations.php:641 core/wpbc-emails.php:237
3585
  #, php-format
3586
  msgid ""
3587
  "%s - inserting contents of the User-Agent: header from the current request, if there is one "
3588
  msgstr ""
3589
 
3590
+ #: core/lib/wpbc_all_translations.php:642 core/wpbc-emails.php:238
3591
  #, php-format
3592
  msgid "%s - inserting address of the page (if any), where visitor make this action "
3593
  msgstr ""
3594
 
3595
+ #: core/lib/wpbc_all_translations.php:643 core/wpbc-emails.php:242
3596
  #, php-format
3597
  msgid "%s - inserting date of this action "
3598
  msgstr ""
3599
 
3600
+ #: core/lib/wpbc_all_translations.php:644 core/wpbc-emails.php:239
3601
  #, php-format
3602
  msgid "%s - inserting time of this action "
3603
  msgstr ""
3604
 
3605
+ #: core/lib/wpbc_all_translations.php:645 core/wpbc-emails.php:256
3606
  #, php-format
3607
  msgid "%s - inserting moderate link of new booking "
3608
  msgstr ""
3609
 
3610
+ #: core/lib/wpbc_all_translations.php:646 core/wpbc-emails.php:263
3611
  #, php-format
3612
  msgid ""
3613
  "%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
3614
  "parameter for setting different %s of this page. Example: %s )"
3615
  msgstr ""
3616
 
3617
+ #: core/lib/wpbc_all_translations.php:647 core/wpbc-emails.php:267
3618
  #, php-format
3619
  msgid ""
3620
  "%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
3621
  "%s parameter for setting different %s of this page. Example: %s )"
3622
  msgstr ""
3623
 
3624
+ #: core/lib/wpbc_all_translations.php:648 core/wpbc-emails.php:272
3625
  #, php-format
3626
  msgid ""
3627
  "%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
3628
  "the %s parameter for setting different %s of this page. Example: %s )"
3629
  msgstr ""
3630
 
3631
+ #: core/lib/wpbc_all_translations.php:649 core/wpbc-emails.php:276
3632
  #, php-format
3633
  msgid "%s - add the reason for booking payment, you can enter it before sending email, "
3634
  msgstr ""
3635
 
3636
+ #: core/lib/wpbc_all_translations.php:650 core/wpbc-emails.php:282
3637
  #, php-format
3638
  msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
3639
  msgstr ""
3640
 
3641
+ #: core/lib/wpbc_all_translations.php:651 core/wpbc-emails.php:290 core/wpbc-translation.php:266
3642
  msgid "Configuration in several languages"
3643
  msgstr ""
3644
 
3645
+ #: core/lib/wpbc_all_translations.php:652 core/wpbc-emails.php:291 core/wpbc-translation.php:267
3646
  #, php-format
3647
  msgid "%s - start new translation section, where %s - locale of translation"
3648
  msgstr ""
3649
 
3650
+ #: core/lib/wpbc_all_translations.php:653 core/wpbc-emails.php:292 core/wpbc-translation.php:268
3651
  #, php-format
3652
  msgid "Example #1: %s - start French translation section"
3653
  msgstr ""
3654
 
3655
+ #: core/lib/wpbc_all_translations.php:654 core/wpbc-emails.php:293 core/wpbc-translation.php:269
3656
  #, php-format
3657
  msgid "Example #2: \"%s\" - English and French translation of some message"
3658
  msgstr ""
3659
 
3660
+ #: core/lib/wpbc_all_translations.php:655 core/wpbc-functions.php:829 inc/_bm/biz_m.php:1905
3661
  msgid "yes"
3662
  msgstr ""
3663
 
3664
+ #: core/lib/wpbc_all_translations.php:656 core/wpbc-functions.php:833
3665
  msgid "no"
3666
  msgstr ""
3667
 
3668
+ #: core/lib/wpbc_all_translations.php:657 core/wpbc-functions.php:1741
3669
+ #: inc/_bm/admin/page-cost.php:48 inc/_bm/admin/page-cost.php:567
3670
  msgid "Costs and Rates"
3671
  msgstr ""
3672
 
3673
+ #: core/lib/wpbc_all_translations.php:658 core/wpbc-functions.php:1750
3674
+ #: inc/_bm/admin/page-cost-advanced.php:43 inc/_bm/admin/page-cost-advanced.php:148
3675
+ #: inc/gateways/page-gateways.php:92
3676
  msgid "Advanced Cost"
3677
  msgstr ""
3678
 
3679
+ #: core/lib/wpbc_all_translations.php:659 core/wpbc-functions.php:1759
3680
+ #: inc/_bl/admin/page-coupons.php:45 inc/_bl/admin/page-coupons.php:47
3681
  msgid "Coupons"
3682
  msgstr ""
3683
 
3684
+ #: core/lib/wpbc_all_translations.php:660 core/wpbc-functions.php:1777
3685
  #: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
3686
  msgid "Season Filters"
3687
  msgstr ""
3688
 
3689
+ #: core/lib/wpbc_all_translations.php:661 core/wpbc-functions.php:1939
3690
  msgid "Warning! Some error occur, during sending registration request."
3691
  msgstr ""
3692
 
3693
+ #: core/lib/wpbc_all_translations.php:662 core/wpbc-functions.php:1944
3694
  msgid ""
3695
  "Please refresh this page and if the same error appear again contact support by email (with info "
3696
  "about order number and website) for finishing the registrations"
3697
  msgstr ""
3698
 
3699
+ #: core/lib/wpbc_all_translations.php:663 core/wpbc-functions.php:1972
3700
  #, php-format
3701
  msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
3702
  msgstr ""
3703
 
3704
+ #: core/lib/wpbc_all_translations.php:664 core/wpbc-functions.php:2140
3705
  msgid "Changes saved."
3706
  msgstr ""
3707
 
3708
+ #: core/lib/wpbc_all_translations.php:665 core/wpbc-functions.php:2246
3709
  msgid "Click to toggle"
3710
  msgstr ""
3711
 
3712
+ #: core/lib/wpbc_all_translations.php:666 core/wpbc-functions.php:2308
3713
  msgid "Prev"
3714
  msgstr ""
3715
 
3716
+ #: core/lib/wpbc_all_translations.php:667 core/wpbc-functions.php:2611
3717
  msgid "We&#8217;ve assembled some links to get you started:"
3718
  msgstr ""
3719
 
3720
+ #: core/lib/wpbc_all_translations.php:668 core/wpbc-functions.php:2614
3721
  msgid "Get Started"
3722
  msgstr ""
3723
 
3724
+ #: core/lib/wpbc_all_translations.php:669 core/wpbc-functions.php:2617
3725
  #, php-format
3726
  msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
3727
  msgstr ""
3728
 
3729
+ #: core/lib/wpbc_all_translations.php:670 core/wpbc-functions.php:2626
3730
  #, php-format
3731
  msgid "or add booking calendar %sWidget%s to your sidebar."
3732
  msgstr ""
3733
 
3734
+ #: core/lib/wpbc_all_translations.php:671 core/wpbc-functions.php:2632
3735
  #, php-format
3736
  msgid "Check %show todo%s that and what %sshortcodes%s are available."
3737
  msgstr ""
3738
 
3739
+ #: core/lib/wpbc_all_translations.php:672 core/wpbc-functions.php:2639
3740
  #, php-format
3741
  msgid "Add new booking from your post/page or from %sAdmin Panel%s."
3742
  msgstr ""
3743
 
3744
+ #: core/lib/wpbc_all_translations.php:673 core/wpbc-functions.php:2645
3745
  msgid "Next Steps"
3746
  msgstr ""
3747
 
3748
+ #: core/lib/wpbc_all_translations.php:674 core/wpbc-functions.php:2648
3749
  #, php-format
3750
  msgid "Check %sBooking Listing%s page for new bookings."
3751
  msgstr ""
3752
 
3753
+ #: core/lib/wpbc_all_translations.php:675 core/wpbc-functions.php:2653
3754
  #, php-format
3755
  msgid "Configure booking %sSettings%s."
3756
  msgstr ""
3757
 
3758
+ #: core/lib/wpbc_all_translations.php:676 core/wpbc-functions.php:2657
3759
  #, php-format
3760
  msgid "Configure predefined set of your %sForm Fields%s."
3761
  msgstr ""
3762
 
3763
+ #: core/lib/wpbc_all_translations.php:677 core/wpbc-functions.php:2661
3764
  #, php-format
3765
  msgid "Configure your predefined %sEmail Templates%s."
3766
  msgstr ""
3767
 
3768
+ #: core/lib/wpbc_all_translations.php:678 core/wpbc-functions.php:2667
3769
  msgid "Have a questions?"
3770
  msgstr ""
3771
 
3772
+ #: core/lib/wpbc_all_translations.php:679 core/wpbc-functions.php:2670
3773
  #, php-format
3774
  msgid "Check out our %sHelp%s"
3775
  msgstr ""
3776
 
3777
+ #: core/lib/wpbc_all_translations.php:680 core/wpbc-functions.php:2675
3778
  #, php-format
3779
  msgid "See %sFAQ%s."
3780
  msgstr ""
3781
 
3782
+ #: core/lib/wpbc_all_translations.php:681 core/wpbc-functions.php:2680
3783
  #, php-format
3784
  msgid "Still having questions? Contact %sSupport%s."
3785
  msgstr ""
3786
 
3787
+ #: core/lib/wpbc_all_translations.php:682 core/wpbc-functions.php:2688 core/wpbc.php:205
3788
  #, php-format
3789
  msgid "Need even more functionality? Check %s higher versions %s"
3790
  msgstr ""
3791
 
3792
+ #: core/lib/wpbc_all_translations.php:683 core/wpbc-js.php:111
3793
  msgid "This field is required"
3794
  msgstr ""
3795
 
3796
+ #: core/lib/wpbc_all_translations.php:684 core/wpbc-js.php:112
3797
  msgid "This checkbox must be checked"
3798
  msgstr ""
3799
 
3800
+ #: core/lib/wpbc_all_translations.php:685 core/wpbc-js.php:113
3801
  msgid "At least one option must be selected"
3802
  msgstr ""
3803
 
3804
+ #: core/lib/wpbc_all_translations.php:686 core/wpbc-js.php:114
3805
  msgid "Incorrect email field"
3806
  msgstr ""
3807
 
3808
+ #: core/lib/wpbc_all_translations.php:687 core/wpbc-js.php:115
3809
  msgid "Your emails do not match"
3810
  msgstr ""
3811
 
3812
+ #: core/lib/wpbc_all_translations.php:688 core/wpbc-js.php:116
3813
  msgid "Please, select booking date(s) at Calendar."
3814
  msgstr ""
3815
 
3816
+ #: core/lib/wpbc_all_translations.php:689 core/wpbc-js.php:125 inc/_ps/personal.php:249
3817
  msgid "Processing"
3818
  msgstr ""
3819
 
3820
+ #: core/lib/wpbc_all_translations.php:690 core/wpbc-js.php:126
3821
  msgid "Deleting"
3822
  msgstr ""
3823
 
3824
+ #: core/lib/wpbc_all_translations.php:691 core/wpbc-js.php:127
3825
  msgid "Updating"
3826
  msgstr ""
3827
 
3828
+ #: core/lib/wpbc_all_translations.php:692 core/wpbc-js.php:128
3829
  msgid "Saving"
3830
  msgstr ""
3831
 
3832
+ #: core/lib/wpbc_all_translations.php:693 core/wpbc.php:97
3833
  msgid "Booking"
3834
  msgstr ""
3835
 
3836
+ #: core/lib/wpbc_all_translations.php:694 core/wpbc.php:289 core/wpbc.php:296
3837
  msgid "Action is not allowed!"
3838
  msgstr ""
3839
 
3840
+ #: core/lib/wpbc_all_translations.php:695 inc/_bl/admin/activation-l.php:117
3841
  #: inc/_bl/admin/activation-l.php:121 inc/_bl/admin/activation-l.php:157
3842
+ #: inc/_bl/admin/page-search.php:619 inc/_bm/admin/api-settings-m.php:464 inc/_bm/m-toolbar.php:62
3843
+ #: inc/_bm/m-toolbar.php:404 inc/_ps/admin/page-settings-form.php:317
3844
  #: inc/_ps/wpbc-booking-select-widget.php:230
3845
  msgid "Standard"
3846
  msgstr ""
3847
 
3848
+ #: core/lib/wpbc_all_translations.php:696 inc/_bl/admin/activation-l.php:118
3849
  #: inc/_bl/admin/activation-l.php:122 inc/_bl/admin/activation-l.php:147
3850
  #: inc/_bl/admin/activation-l.php:148 inc/_bl/admin/activation-l.php:158
3851
  msgid "Superior"
3852
  msgstr ""
3853
 
3854
+ #: core/lib/wpbc_all_translations.php:697 inc/_bl/admin/activation-l.php:118
3855
  #: inc/_bs/admin/activation-s.php:93
3856
  msgid "Resource #1"
3857
  msgstr ""
3858
 
3859
+ #: core/lib/wpbc_all_translations.php:698 inc/_bl/admin/activation-l.php:119
3860
  #: inc/_bl/admin/activation-l.php:123
3861
  msgid "Presidential Suite"
3862
  msgstr ""
3863
 
3864
+ #: core/lib/wpbc_all_translations.php:699 inc/_bl/admin/activation-l.php:119
3865
  #: inc/_bs/admin/activation-s.php:94
3866
  msgid "Resource #2"
3867
  msgstr ""
3868
 
3869
+ #: core/lib/wpbc_all_translations.php:700 inc/_bl/admin/activation-l.php:120
3870
  #: inc/_bl/admin/activation-l.php:124 inc/_mu/admin/activation-u.php:83
3871
  msgid "Royal Villa"
3872
  msgstr ""
3873
 
3874
+ #: core/lib/wpbc_all_translations.php:701 inc/_bl/admin/activation-l.php:120
3875
  #: inc/_bs/admin/activation-s.php:95
3876
  msgid "Resource #3"
3877
  msgstr ""
3878
 
3879
+ #: core/lib/wpbc_all_translations.php:702 inc/_bl/admin/api-settings-l.php:34
3880
  msgid ""
3881
  "Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
3882
  "for search results"
3883
  msgstr ""
3884
 
3885
+ #: core/lib/wpbc_all_translations.php:703 inc/_bl/admin/api-settings-l.php:43
3886
  msgid ""
3887
  "Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
3888
  "1 search results"
3889
  msgstr ""
3890
 
3891
+ #: core/lib/wpbc_all_translations.php:704 inc/_bl/admin/api-settings-l.php:66
3892
  msgid "Show availability in tooltip"
3893
  msgstr ""
3894
 
3895
+ #: core/lib/wpbc_all_translations.php:705 inc/_bl/admin/api-settings-l.php:67
3896
  msgid ""
3897
  "Check this box to display the available number of booking resources with a tooltip, when mouse "
3898
  "hovers over each day on the calendar(s)."
3899
  msgstr ""
3900
 
3901
+ #: core/lib/wpbc_all_translations.php:706 inc/_bl/admin/api-settings-l.php:76
3902
  msgid "Availability Title"
3903
  msgstr ""
3904
 
3905
+ #: core/lib/wpbc_all_translations.php:707 inc/_bl/admin/api-settings-l.php:77
3906
  #, php-format
3907
  msgid "Type your %savailability%s description"
3908
  msgstr ""
3909
 
3910
+ #: core/lib/wpbc_all_translations.php:708 inc/_bl/admin/api-settings-l.php:101
3911
  msgid "Use pending days as available"
3912
  msgstr ""
3913
 
3914
+ #: core/lib/wpbc_all_translations.php:709 inc/_bl/admin/api-settings-l.php:102
3915
  msgid "Check this box if you want to show the pending days as available in calendars"
3916
  msgstr ""
3917
 
3918
+ #: core/lib/wpbc_all_translations.php:710 inc/_bl/admin/api-settings-l.php:110
3919
+ #: inc/_bs/admin/api-settings-s.php:473
3920
  msgid "Auto-cancel bookings"
3921
  msgstr ""
3922
 
3923
+ #: core/lib/wpbc_all_translations.php:711 inc/_bl/admin/api-settings-l.php:111
3924
+ #: inc/_bl/admin/api-settings-l.php:131
3925
  msgid ""
3926
  "Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
3927
  "date(s)"
3928
  msgstr ""
3929
 
3930
+ #: core/lib/wpbc_all_translations.php:712 inc/_bl/admin/api-settings-l.php:129
3931
+ #: inc/_bl/admin/api-settings-l.php:289
3932
  msgid ""
3933
  "Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
3934
  "booking resource as an approved booking for the dates, which are intersect with dates of "
3935
  "approved booking, will be automatically canceled!"
3936
  msgstr ""
3937
 
3938
+ #: core/lib/wpbc_all_translations.php:713 inc/_bl/admin/api-settings-l.php:160
3939
  msgid "Set capacity based on number of visitors"
3940
  msgstr ""
3941
 
3942
+ #: core/lib/wpbc_all_translations.php:714 inc/_bl/admin/api-settings-l.php:161
3943
  msgid ""
3944
  "Check this box if you want total availability (daily capacity) to depend on the number of "
3945
  "selected visitors."
3946
  msgstr ""
3947
 
3948
+ #: core/lib/wpbc_all_translations.php:715 inc/_bl/admin/api-settings-l.php:162
3949
+ #: inc/_ps/admin/api-settings-p.php:171
3950
  #, php-format
3951
  msgid "Please read more info about configuration of this parameter %shere%s"
3952
  msgstr ""
3953
 
3954
+ #: core/lib/wpbc_all_translations.php:716 inc/_bl/admin/api-settings-l.php:177
3955
  msgid ""
3956
  "Add tooltip on calendar(s) to show availability based on the number of available booking "
3957
  "resource items remaining for each day."
3958
  msgstr ""
3959
 
3960
+ #: core/lib/wpbc_all_translations.php:717 inc/_bl/admin/api-settings-l.php:180
3961
  #, php-format
3962
  msgid ""
3963
  "Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
3964
  "of visitors specified on the booking form."
3965
  msgstr ""
3966
 
3967
+ #: core/lib/wpbc_all_translations.php:718 inc/_bl/admin/api-settings-l.php:183
3968
  msgid ""
3969
  "Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
3970
  "for the resource, which can be at free booking resource items."
3971
  msgstr ""
3972
 
3973
+ #: core/lib/wpbc_all_translations.php:719 inc/_bl/admin/api-settings-l.php:186
3974
  #, php-format
3975
  msgid ""
3976
  "Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
3977
  "visitors specified on the booking form."
3978
  msgstr ""
3979
 
3980
+ #: core/lib/wpbc_all_translations.php:720 inc/_bl/admin/api-settings-l.php:214
3981
  msgid "Disable bookings in different booking resources"
3982
  msgstr ""
3983
 
3984
+ #: core/lib/wpbc_all_translations.php:721 inc/_bl/admin/api-settings-l.php:215
3985
  msgid ""
3986
  "Check this box to dissable reservations, which can be stored in different booking resources."
3987
  msgstr ""
3988
 
3989
+ #: core/lib/wpbc_all_translations.php:722 inc/_bl/admin/api-settings-l.php:216
3990
  msgid ""
3991
  "When checked, all reserved days must be at same booking resource otherwise error message will "
3992
  "show."
3993
  msgstr ""
3994
 
3995
+ #: core/lib/wpbc_all_translations.php:723 inc/_bl/admin/api-settings-l.php:337
3996
+ #: inc/_ps/p-toolbar.php:1172
3997
  msgid "Parent"
3998
  msgstr ""
3999
 
4000
+ #: core/lib/wpbc_all_translations.php:724 inc/_bl/admin/api-settings-l.php:343
4001
+ #: inc/_ps/p-toolbar.php:1190
4002
  msgid "Priority"
4003
  msgstr ""
4004
 
4005
+ #: core/lib/wpbc_all_translations.php:725 inc/_bl/admin/api-settings-l.php:350
4006
  msgid "Max visitors"
4007
  msgstr ""
4008
 
4009
+ #: core/lib/wpbc_all_translations.php:726 inc/_bl/admin/api-settings-l.php:470
4010
  msgid "Single"
4011
  msgstr ""
4012
 
4013
+ #: core/lib/wpbc_all_translations.php:727 inc/_bl/admin/api-settings-l.php:472
4014
  msgid "Child"
4015
  msgstr ""
4016
 
4017
+ #: core/lib/wpbc_all_translations.php:728 inc/_bl/admin/page-coupons.php:46
4018
  msgid "Setting coupons for discount"
4019
  msgstr ""
4020
 
4021
+ #: core/lib/wpbc_all_translations.php:729 inc/_bl/admin/page-coupons.php:122
4022
+ #: inc/_bm/m-toolbar.php:590 inc/_bm/m-toolbar.php:592
4023
  msgid "Create dates filter"
4024
  msgstr ""
4025
 
4026
+ #: core/lib/wpbc_all_translations.php:730 inc/_bl/admin/page-coupons.php:124
4027
+ #: inc/_bl/admin/page-coupons.php:871
4028
  msgid "Add New Discount Coupon"
4029
  msgstr ""
4030
 
4031
+ #: core/lib/wpbc_all_translations.php:731 inc/_bl/admin/page-coupons.php:214
4032
+ #: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-cost.php:217
4033
+ #: inc/_bm/admin/page-seasons.php:199 inc/_ps/admin/page-resources.php:187
4034
  msgid "Bulk Actions"
4035
  msgstr ""
4036
 
4037
+ #: core/lib/wpbc_all_translations.php:732 inc/_bl/admin/page-coupons.php:505
4038
+ #: inc/_bl/admin/page-coupons.php:1170
4039
  msgid "Coupon Code"
4040
  msgstr ""
4041
 
4042
+ #: core/lib/wpbc_all_translations.php:733 inc/_bl/admin/page-coupons.php:511
4043
+ #: inc/_bl/admin/page-coupons.php:1185 inc/_bl/admin/page-coupons.php:1192
4044
  msgid "Savings"
4045
  msgstr ""
4046
 
4047
+ #: core/lib/wpbc_all_translations.php:734 inc/_bl/admin/page-coupons.php:517
4048
  msgid "Minimum Cost"
4049
  msgstr ""
4050
 
4051
+ #: core/lib/wpbc_all_translations.php:735 inc/_bl/admin/page-coupons.php:524
4052
  msgid "Expiration"
4053
  msgstr ""
4054
 
4055
+ #: core/lib/wpbc_all_translations.php:736 inc/_bl/admin/page-coupons.php:533
4056
  msgid "Number of usage"
4057
  msgstr ""
4058
 
4059
+ #: core/lib/wpbc_all_translations.php:737 inc/_bl/admin/page-coupons.php:585
4060
+ #: inc/_bm/admin/page-availability.php:571 inc/_bm/admin/page-availability.php:1056
4061
+ #: inc/_bm/admin/page-cost-rate.php:256 inc/_bm/admin/page-cost-valuation.php:416
4062
+ #: inc/_bm/admin/page-cost.php:629 inc/_bm/admin/page-seasons.php:565
4063
+ #: inc/_mu/admin/page-users.php:500 inc/_ps/admin/br-table-export-feeds.php:32
4064
+ #: inc/_ps/admin/br-table-import-gcal-p.php:30 inc/_ps/admin/page-resources.php:514
4065
  msgid "Select Booking Resource"
4066
  msgstr ""
4067
 
4068
+ #: core/lib/wpbc_all_translations.php:738 inc/_bl/admin/page-coupons.php:776
4069
+ #: inc/_bl/admin/page-coupons.php:1396 inc/_ps/admin/api-settings-p.php:29
4070
+ #: inc/_ps/p-toolbar.php:681
4071
  msgid "All resources"
4072
  msgstr ""
4073
 
4074
+ #: core/lib/wpbc_all_translations.php:739 inc/_bl/admin/page-coupons.php:993
4075
+ #: inc/_ps/wpbc-form-templates.php:124 inc/_ps/wpbc-form-templates.php:196
4076
  msgid "Coupon"
4077
  msgstr ""
4078
 
4079
+ #: core/lib/wpbc_all_translations.php:740 inc/_bl/admin/page-coupons.php:1171
4080
  msgid "Enter coupon code."
4081
  msgstr ""
4082
 
4083
+ #: core/lib/wpbc_all_translations.php:741 inc/_bl/admin/page-coupons.php:1232
4084
  msgid "Enter number of fixed or percentage savings."
4085
  msgstr ""
4086
 
4087
+ #: core/lib/wpbc_all_translations.php:742 inc/_bl/admin/page-coupons.php:1235
4088
  msgid "Expiration Date"
4089
  msgstr ""
4090
 
4091
+ #: core/lib/wpbc_all_translations.php:743 inc/_bl/admin/page-coupons.php:1311
4092
  msgid "Select Expiration Date of the coupon."
4093
  msgstr ""
4094
 
4095
+ #: core/lib/wpbc_all_translations.php:744 inc/_bl/admin/page-coupons.php:1318
4096
  msgid "Minimum Booking Cost"
4097
  msgstr ""
4098
 
4099
+ #: core/lib/wpbc_all_translations.php:745 inc/_bl/admin/page-coupons.php:1319
4100
  msgid "Enter minimum booking cost, when coupon is applicable."
4101
  msgstr ""
4102
 
4103
+ #: core/lib/wpbc_all_translations.php:746 inc/_bl/admin/page-coupons.php:1336
4104
  msgid "Maximum number of usage"
4105
  msgstr ""
4106
 
4107
+ #: core/lib/wpbc_all_translations.php:747 inc/_bl/admin/page-coupons.php:1337
4108
  msgid "Enter maximum number of times, when coupon is applicable."
4109
  msgstr ""
4110
 
4111
+ #: core/lib/wpbc_all_translations.php:748 inc/_bl/admin/page-coupons.php:1360
4112
  msgid "Select booking resources, where is possible to apply this coupon code."
4113
  msgstr ""
4114
 
4115
+ #: core/lib/wpbc_all_translations.php:749 inc/_bl/admin/page-coupons.php:1378
4116
+ #: inc/_bm/admin/page-seasons.php:1224 inc/_bm/admin/page-seasons.php:1442
4117
+ #: inc/_ps/p-toolbar.php:1116
4118
  msgid "Add New"
4119
  msgstr ""
4120
 
4121
+ #: core/lib/wpbc_all_translations.php:750 inc/_bl/admin/page-search.php:75
4122
+ #: inc/_bl/admin/page-search.php:114 inc/_ps/admin/page-settings-form.php:597
4123
+ #: inc/gateways/page-gateways.php:929
4124
  msgid "Use these shortcodes for customization: "
4125
  msgstr ""
4126
 
4127
+ #: core/lib/wpbc_all_translations.php:751 inc/_bl/admin/page-search.php:76
4128
  #, php-format
4129
  msgid "%s - search inside posts/pages which are part of this category, "
4130
  msgstr ""
4131
 
4132
+ #: core/lib/wpbc_all_translations.php:752 inc/_bl/admin/page-search.php:77
4133
  #, php-format
4134
  msgid "%s - search inside posts/pages which have this tag, "
4135
  msgstr ""
4136
 
4137
+ #: core/lib/wpbc_all_translations.php:753 inc/_bl/admin/page-search.php:78
4138
+ #: inc/_bl/admin/page-search.php:130
4139
  #, php-format
4140
  msgid "%s - check-in date, "
4141
  msgstr ""
4142
 
4143
+ #: core/lib/wpbc_all_translations.php:754 inc/_bl/admin/page-search.php:79
4144
+ #: inc/_bl/admin/page-search.php:131
4145
  #, php-format
4146
  msgid "%s - check-out date, "
4147
  msgstr ""
4148
 
4149
+ #: core/lib/wpbc_all_translations.php:755 inc/_bl/admin/page-search.php:80
4150
  #, php-format
4151
  msgid "%s - default selection number of visitors, "
4152
  msgstr ""
4153
 
4154
+ #: core/lib/wpbc_all_translations.php:756 inc/_bl/admin/page-search.php:81
4155
  #, php-format
4156
  msgid "Example: %s - custom number of visitor selections\""
4157
  msgstr ""
4158
 
4159
+ #: core/lib/wpbc_all_translations.php:757 inc/_bl/admin/page-search.php:83
4160
  #, php-format
4161
  msgid "%s - search button, "
4162
  msgstr ""
4163
 
4164
+ #: core/lib/wpbc_all_translations.php:758 inc/_bl/admin/page-search.php:84
4165
+ #: inc/_bl/admin/page-search.php:132
4166
  msgid "HTML tags is accepted."
4167
  msgstr ""
4168
 
4169
+ #: core/lib/wpbc_all_translations.php:759 inc/_bl/admin/page-search.php:115
4170
  #, php-format
4171
  msgid "%s - resource title, "
4172
  msgstr ""
4173
 
4174
+ #: core/lib/wpbc_all_translations.php:760 inc/_bl/admin/page-search.php:116
4175
+ #: inc/_bl/admin/page-search.php:117
4176
  #, php-format
4177
  msgid "%s - link to the page with booking form, "
4178
  msgstr ""
4179
 
4180
+ #: core/lib/wpbc_all_translations.php:761 inc/_bl/admin/page-search.php:118
4181
  #, php-format
4182
  msgid "%s - availability of booking resource, "
4183
  msgstr ""
4184
 
4185
+ #: core/lib/wpbc_all_translations.php:762 inc/_bl/admin/page-search.php:119
4186
  #, php-format
4187
  msgid "%s - maximum number of visitors for the booking resource, "
4188
  msgstr ""
4189
 
4190
+ #: core/lib/wpbc_all_translations.php:763 inc/_bl/admin/page-search.php:120
4191
  #, php-format
4192
  msgid "%s - cost of booking the resource, "
4193
  msgstr ""
4194
 
4195
+ #: core/lib/wpbc_all_translations.php:764 inc/_bl/admin/page-search.php:121
4196
  #, php-format
4197
  msgid "%s - featured image, taken from the featured image associated with the post, "
4198
  msgstr ""
4199
 
4200
+ #: core/lib/wpbc_all_translations.php:765 inc/_bl/admin/page-search.php:122
4201
  #, php-format
4202
  msgid "%s - booking info, taken from the excerpt associated with the post, "
4203
  msgstr ""
4204
 
4205
+ #: core/lib/wpbc_all_translations.php:766 inc/_bl/admin/page-search.php:124
4206
  #: inc/_ps/form/class-wpbc-form-help.php:677
4207
  msgid "Full cost of the booking."
4208
  msgstr ""
4209
 
4210
+ #: core/lib/wpbc_all_translations.php:767 inc/_bl/admin/page-search.php:125
4211
  #: inc/_ps/form/class-wpbc-form-help.php:679
4212
  msgid "Cost of the booking for the selected dates only."
4213
  msgstr ""
4214
 
4215
+ #: core/lib/wpbc_all_translations.php:768 inc/_bl/admin/page-search.php:126
4216
  #: inc/_ps/form/class-wpbc-form-help.php:681
4217
  msgid "Additional cost, which depends on the fields selection in the form."
4218
  msgstr ""
4219
 
4220
+ #: core/lib/wpbc_all_translations.php:769 inc/_bl/admin/page-search.php:127
4221
  #: inc/_ps/form/class-wpbc-form-help.php:683
4222
  msgid "The deposit cost of the booking."
4223
  msgstr ""
4224
 
4225
+ #: core/lib/wpbc_all_translations.php:770 inc/_bl/admin/page-search.php:128
4226
  #: inc/_ps/form/class-wpbc-form-help.php:685
4227
  msgid "Balance cost of the booking - difference between deposit and full cost."
4228
  msgstr ""
4229
 
4230
+ #: core/lib/wpbc_all_translations.php:771 inc/_bl/admin/page-search.php:139
4231
  msgid "hour(s)"
4232
  msgstr ""
4233
 
4234
+ #: core/lib/wpbc_all_translations.php:772 inc/_bl/admin/page-search.php:142
4235
+ #: inc/_bm/admin/api-settings-m.php:74 inc/_bm/admin/api-settings-m.php:129
4236
  msgid "day(s)"
4237
  msgstr ""
4238
 
4239
+ #: core/lib/wpbc_all_translations.php:773 inc/_bl/admin/page-search.php:147
4240
  msgid "Cache expiration"
4241
  msgstr ""
4242
 
4243
+ #: core/lib/wpbc_all_translations.php:774 inc/_bl/admin/page-search.php:148
4244
  msgid "Select time of cache expiration"
4245
  msgstr ""
4246
 
4247
+ #: core/lib/wpbc_all_translations.php:775 inc/_bl/admin/page-search.php:254
4248
+ #: inc/_bl/admin/page-search.php:255
4249
  msgid "Search Settings"
4250
  msgstr ""
4251
 
4252
+ #: core/lib/wpbc_all_translations.php:776 inc/_bl/admin/page-search.php:316
4253
  msgid "Cache Updated"
4254
  msgstr ""
4255
 
4256
+ #: core/lib/wpbc_all_translations.php:777 inc/_bl/admin/page-search.php:341
4257
+ #: inc/_bl/admin/page-search.php:387
4258
  msgid "Search Availability Form"
4259
  msgstr ""
4260
 
4261
+ #: core/lib/wpbc_all_translations.php:778 inc/_bl/admin/page-search.php:342
4262
+ #: inc/_bl/admin/page-search.php:405
4263
  msgid "Search Results"
4264
  msgstr ""
4265
 
4266
+ #: core/lib/wpbc_all_translations.php:779 inc/_bl/admin/page-search.php:343
4267
+ #: inc/_bl/admin/page-search.php:432
4268
  msgid "Search Cache"
4269
  msgstr ""
4270
 
4271
+ #: core/lib/wpbc_all_translations.php:780 inc/_bl/admin/page-search.php:379
4272
  #, php-format
4273
  msgid ""
4274
  "If you do not see search results at front-end side of your website, please check troubleshooting "
4275
  "instruction %shere%s"
4276
  msgstr ""
4277
 
4278
+ #: core/lib/wpbc_all_translations.php:781 inc/_bl/admin/page-search.php:412
4279
  msgid "CSS customization of search form and search results you can make at this file"
4280
  msgstr ""
4281
 
4282
+ #: core/lib/wpbc_all_translations.php:782 inc/_bl/admin/page-search.php:555
4283
+ #: inc/_bl/admin/page-search.php:608
4284
  msgid "Select Template"
4285
  msgstr ""
4286
 
4287
+ #: core/lib/wpbc_all_translations.php:783 inc/_bl/admin/page-search.php:565
4288
  msgid "Inlinee Search Form Template"
4289
  msgstr ""
4290
 
4291
+ #: core/lib/wpbc_all_translations.php:784 inc/_bl/admin/page-search.php:575
4292
  msgid "Horizontal Search Form Template"
4293
  msgstr ""
4294
 
4295
+ #: core/lib/wpbc_all_translations.php:785 inc/_bl/admin/page-search.php:585
4296
  msgid "Standard Search Form Template"
4297
  msgstr ""
4298
 
4299
+ #: core/lib/wpbc_all_translations.php:786 inc/_bl/admin/page-search.php:686
4300
+ #: inc/_bm/admin/page-seasons.php:1227 inc/_bm/admin/page-seasons.php:1445
4301
+ #: inc/_ps/admin/page-settings-form.php:485
4302
  msgid "Reset"
4303
  msgstr ""
4304
 
4305
+ #: core/lib/wpbc_all_translations.php:787 inc/_bl/admin/page-search.php:687
4306
+ #: inc/_ps/admin/page-settings-form.php:486
4307
  msgid "Reset current Form"
4308
  msgstr ""
4309
 
4310
+ #: core/lib/wpbc_all_translations.php:788 inc/_bl/admin/page-search.php:750
4311
  msgid "Cache will expire:"
4312
  msgstr ""
4313
 
4314
+ #: core/lib/wpbc_all_translations.php:789 inc/_bl/admin/page-search.php:780
4315
  #, php-format
4316
  msgid "Found: %s booking forms inside of posts or pages "
4317
  msgstr ""
4318
 
4319
+ #: core/lib/wpbc_all_translations.php:790 inc/_bl/admin/page-search.php:784
4320
  msgid "Page"
4321
  msgstr ""
4322
 
4323
+ #: core/lib/wpbc_all_translations.php:791 inc/_bl/admin/page-search.php:807
4324
  msgid "Reset Search Cache"
4325
  msgstr ""
4326
 
4327
+ #: core/lib/wpbc_all_translations.php:792 inc/_bl/biz_l.php:135
4328
  msgid ""
4329
  "Try selecting fewer visitors. The number of visitors may be more than the number of available "
4330
  "units on selected day(s)!"
4331
  msgstr ""
4332
 
4333
+ #: core/lib/wpbc_all_translations.php:793 inc/_bl/biz_l.php:362
4334
  msgid "coupon"
4335
  msgstr ""
4336
 
4337
+ #: core/lib/wpbc_all_translations.php:794 inc/_bl/biz_l.php:364
4338
  msgid "discount"
4339
  msgstr ""
4340
 
4341
+ #: core/lib/wpbc_all_translations.php:795 inc/_bl/biz_l.php:529
4342
  msgid "Please select check-in and check-out days!"
4343
  msgstr ""
4344
 
4345
+ #: core/lib/wpbc_all_translations.php:796 inc/_bl/biz_l.php:1715 inc/_bl/biz_l.php:1734
4346
+ #: inc/_bl/biz_l.php:1739
4347
  #, php-format
4348
  msgid ""
4349
  "Sorry, the reservation was not made because these days are already booked!!! %s (Its not "
4351
  "page and try other days."
4352
  msgstr ""
4353
 
4354
+ #: core/lib/wpbc_all_translations.php:797 inc/_bl/biz_l.php:2252
4355
  #, php-format
4356
  msgid "The folowing pending booking(s): %s deleted."
4357
  msgstr ""
4358
 
4359
+ #: core/lib/wpbc_all_translations.php:798 inc/_bl/wpbc-search-availability.php:769
4360
  msgid "Book now"
4361
  msgstr ""
4362
 
4363
+ #: core/lib/wpbc_all_translations.php:799 inc/_bl/wpdev-booking-search-widget.php:14
4364
  #: inc/_bl/wpdev-booking-search-widget.php:67
4365
  msgid "Search availability"
4366
  msgstr ""
4367
 
4368
+ #: core/lib/wpbc_all_translations.php:800 inc/_bl/wpdev-booking-search-widget.php:15
4369
  msgid "Search results."
4370
  msgstr ""
4371
 
4372
+ #: core/lib/wpbc_all_translations.php:801 inc/_bl/wpdev-booking-search-widget.php:16
4373
  msgid "Nothing found."
4374
  msgstr ""
4375
 
4376
+ #: core/lib/wpbc_all_translations.php:802 inc/_bl/wpdev-booking-search-widget.php:85
4377
  msgid "Title of search widget"
4378
  msgstr ""
4379
 
4380
+ #: core/lib/wpbc_all_translations.php:803 inc/_bl/wpdev-booking-search-widget.php:93
4381
  msgid "Title of search results"
4382
  msgstr ""
4383
 
4384
+ #: core/lib/wpbc_all_translations.php:804 inc/_bl/wpdev-booking-search-widget.php:98
4385
  #, php-format
4386
  msgid "Please type the %sTitle of search results%s."
4387
  msgstr ""
4388
 
4389
+ #: core/lib/wpbc_all_translations.php:805 inc/_bl/wpdev-booking-search-widget.php:102
4390
  msgid "Nothing found message"
4391
  msgstr ""
4392
 
4393
+ #: core/lib/wpbc_all_translations.php:806 inc/_bl/wpdev-booking-search-widget.php:107
4394
  #, php-format
4395
  msgid "Please type the %smessage ,what is showing, when nothing found%s."
4396
  msgstr ""
4397
 
4398
+ #: core/lib/wpbc_all_translations.php:807 inc/_bl/wpdev-booking-search-widget.php:111
4399
  msgid "URL of Search Results"
4400
  msgstr ""
4401
 
4402
+ #: core/lib/wpbc_all_translations.php:808 inc/_bl/wpdev-booking-search-widget.php:116
4403
  #, php-format
4404
  msgid ""
4405
  "Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
4406
  "show."
4407
  msgstr ""
4408
 
4409
+ #: core/lib/wpbc_all_translations.php:809 inc/_bm/admin/activation-m.php:48
4410
+ #: inc/_mu/multiuser.php:604
4411
  msgid "Weekend"
4412
  msgstr ""
4413
 
4414
+ #: core/lib/wpbc_all_translations.php:810 inc/_bm/admin/activation-m.php:92
4415
+ #: inc/_mu/multiuser.php:606
4416
  msgid "High season"
4417
  msgstr ""
4418
 
4419
+ #: core/lib/wpbc_all_translations.php:811 inc/_bm/admin/api-settings-m.php:35
4420
  msgid "Limit available days from today"
4421
  msgstr ""
4422
 
4423
+ #: core/lib/wpbc_all_translations.php:812 inc/_bm/admin/api-settings-m.php:36
4424
  msgid "Select number of available days in calendar start from today."
4425
  msgstr ""
4426
 
4427
+ #: core/lib/wpbc_all_translations.php:813 inc/_bm/admin/api-settings-m.php:85
4428
  msgid "Unavailable time before / after booking"
4429
  msgstr ""
4430
 
4431
+ #: core/lib/wpbc_all_translations.php:814 inc/_bm/admin/api-settings-m.php:87
4432
  msgid ""
4433
  "This feature is applying only for bookings for specific timeslots, or if activated check in/out "
4434
  "time option."
4435
  msgstr ""
4436
 
4437
+ #: core/lib/wpbc_all_translations.php:815 inc/_bm/admin/api-settings-m.php:110
4438
+ #: inc/_bm/admin/api-settings-m.php:134
4439
  msgid "Before booking"
4440
  msgstr ""
4441
 
4442
+ #: core/lib/wpbc_all_translations.php:816 inc/_bm/admin/api-settings-m.php:111
4443
+ #: inc/_bm/admin/api-settings-m.php:120 inc/_bm/admin/api-settings-m.php:135
4444
+ #: inc/_bm/admin/api-settings-m.php:144
4445
  msgid "Select unavailable time interval."
4446
  msgstr ""
4447
 
4448
+ #: core/lib/wpbc_all_translations.php:817 inc/_bm/admin/api-settings-m.php:119
4449
+ #: inc/_bm/admin/api-settings-m.php:143
4450
  msgid "After booking"
4451
  msgstr ""
4452
 
4453
+ #: core/lib/wpbc_all_translations.php:818 inc/_bm/admin/api-settings-m.php:170
4454
  msgid "Showing cost in date cell"
4455
  msgstr ""
4456
 
4457
+ #: core/lib/wpbc_all_translations.php:819 inc/_bm/admin/api-settings-m.php:171
4458
  #, php-format
4459
  msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
4460
  msgstr ""
4461
 
4462
+ #: core/lib/wpbc_all_translations.php:820 inc/_bm/admin/api-settings-m.php:188
4463
  msgid "Currency symbol"
4464
  msgstr ""
4465
 
4466
+ #: core/lib/wpbc_all_translations.php:821 inc/_bm/admin/api-settings-m.php:224
4467
  #, php-format
4468
  msgid ""
4469
  "Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
4470
  "currency symbols%s"
4471
  msgstr ""
4472
 
4473
+ #: core/lib/wpbc_all_translations.php:822 inc/_bm/admin/api-settings-m.php:237
4474
  msgid "Showing cost in tooltip"
4475
  msgstr ""
4476
 
4477
+ #: core/lib/wpbc_all_translations.php:823 inc/_bm/admin/api-settings-m.php:238
4478
  msgid ""
4479
  " Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
4480
  "calendar(s)."
4481
  msgstr ""
4482
 
4483
+ #: core/lib/wpbc_all_translations.php:824 inc/_bm/admin/api-settings-m.php:246
4484
  msgid "Cost Title"
4485
  msgstr ""
4486
 
4487
+ #: core/lib/wpbc_all_translations.php:825 inc/_bm/admin/api-settings-m.php:248
4488
  #, php-format
4489
  msgid "Type your %scost%s description"
4490
  msgstr ""
4491
 
4492
+ #: core/lib/wpbc_all_translations.php:826 inc/_bm/admin/api-settings-m.php:466
4493
+ #: inc/_bm/m-toolbar.php:67 inc/_bm/m-toolbar.php:414
4494
  msgid "Custom Forms"
4495
  msgstr ""
4496
 
4497
+ #: core/lib/wpbc_all_translations.php:827 inc/_bm/admin/page-availability.php:48
4498
  msgid "Configuration of availability for booking resources"
4499
  msgstr ""
4500
 
4501
+ #: core/lib/wpbc_all_translations.php:828 inc/_bm/admin/page-availability.php:49
4502
  msgid "Availability Settings"
4503
  msgstr ""
4504
 
4505
+ #: core/lib/wpbc_all_translations.php:829 inc/_bm/admin/page-availability.php:143
4506
+ #: inc/_bm/admin/page-cost.php:119 inc/_ps/p-toolbar.php:1145
4507
  msgid "Show Children Resources"
4508
  msgstr ""
4509
 
4510
+ #: core/lib/wpbc_all_translations.php:830 inc/_bm/admin/page-availability.php:145
4511
+ #: inc/_bm/admin/page-cost.php:121 inc/_ps/p-toolbar.php:1147
4512
  msgid "Hide Children Resources"
4513
  msgstr ""
4514
 
4515
+ #: core/lib/wpbc_all_translations.php:831 inc/_bm/admin/page-availability.php:239
4516
+ #: inc/_bm/admin/page-availability.php:244 inc/_bm/admin/page-availability.php:800
4517
  msgid "Set Availability"
4518
  msgstr ""
4519
 
4520
+ #: core/lib/wpbc_all_translations.php:832 inc/_bm/admin/page-availability.php:253
4521
+ #: inc/_bm/admin/page-cost.php:236 inc/_ps/admin/page-resources.php:202
4522
  #, php-format
4523
  msgid ""
4524
  "Please reassign exist booking(s) from selected resource(s) to other resources or delete exist "
4525
  "booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
4526
  msgstr ""
4527
 
4528
+ #: core/lib/wpbc_all_translations.php:833 inc/_bm/admin/page-availability.php:499
4529
+ #: inc/_bm/admin/page-cost.php:562 inc/_ps/admin/page-resources.php:463
4530
  msgid "Resource Name"
4531
  msgstr ""
4532
 
4533
+ #: core/lib/wpbc_all_translations.php:834 inc/_bm/admin/page-availability.php:608
4534
+ #: inc/_bm/admin/page-availability.php:895
4535
  msgid "All days"
4536
  msgstr ""
4537
 
4538
+ #: core/lib/wpbc_all_translations.php:835 inc/_bm/admin/page-availability.php:609
4539
+ #: inc/_bm/admin/page-availability.php:637 inc/_bm/admin/page-availability.php:890
4540
+ #: inc/_bm/admin/page-availability.php:904 inc/_bm/admin/page-availability.php:933
4541
+ #: inc/_bm/admin/page-availability.php:1097 inc/_bm/admin/page-cost-rate.php:348
4542
  msgid "available"
4543
  msgstr ""
4544
 
4545
+ #: core/lib/wpbc_all_translations.php:836 inc/_bm/admin/page-availability.php:610
4546
+ #: inc/_bm/admin/page-availability.php:638 inc/_bm/admin/page-availability.php:891
4547
+ #: inc/_bm/admin/page-availability.php:900 inc/_bm/admin/page-availability.php:929
4548
+ #: inc/_bm/admin/page-availability.php:1093 inc/_bm/admin/page-cost-rate.php:344
4549
  msgid "unavailable"
4550
  msgstr ""
4551
 
4552
+ #: core/lib/wpbc_all_translations.php:837 inc/_bm/admin/page-availability.php:635
4553
  #, php-format
4554
  msgid "and %s on seasons:"
4555
  msgstr ""
4556
 
4557
+ #: core/lib/wpbc_all_translations.php:838 inc/_bm/admin/page-availability.php:925
4558
  #, php-format
4559
  msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
4560
  msgstr ""
4561
 
4562
+ #: core/lib/wpbc_all_translations.php:839 inc/_bm/admin/page-availability.php:943
4563
+ #: inc/_bm/admin/page-cost-deposit.php:309 inc/_bm/admin/page-cost-rate.php:119
4564
+ #: inc/_bm/admin/page-cost-valuation.php:148
4565
  msgid "Hide season filters"
4566
  msgstr ""
4567
 
4568
+ #: core/lib/wpbc_all_translations.php:840 inc/_bm/admin/page-availability.php:948
4569
+ #: inc/_bm/admin/page-cost-deposit.php:314 inc/_bm/admin/page-cost-rate.php:124
4570
+ #: inc/_bm/admin/page-cost-valuation.php:153
4571
  msgid "Show all exist season filters"
4572
  msgstr ""
4573
 
4574
+ #: core/lib/wpbc_all_translations.php:841 inc/_bm/admin/page-availability.php:981
4575
+ #: inc/_bm/admin/page-cost-rate.php:157 inc/gateways/page-gateways.php:732
4576
  msgid "Enabled"
4577
  msgstr ""
4578
 
4579
+ #: core/lib/wpbc_all_translations.php:842 inc/_bm/admin/page-cost-advanced.php:44
4580
  msgid "Customization of additional cost, which depend from form fields"
4581
  msgstr ""
4582
 
4583
+ #: core/lib/wpbc_all_translations.php:843 inc/_bm/admin/page-cost-advanced.php:45
4584
  msgid "Advanced Cost Settings"
4585
  msgstr ""
4586
 
4587
+ #: core/lib/wpbc_all_translations.php:844 inc/_bm/admin/page-cost-advanced.php:125
4588
  msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
4589
  msgstr ""
4590
 
4591
+ #: core/lib/wpbc_all_translations.php:845 inc/_bm/admin/page-cost-advanced.php:127
4592
  #, php-format
4593
  msgid ""
4594
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
4595
  "%sbooking form%s."
4596
  msgstr ""
4597
 
4598
+ #: core/lib/wpbc_all_translations.php:846 inc/_bm/admin/page-cost-advanced.php:420
4599
+ #: inc/_bm/admin/page-cost-deposit.php:181
4600
  msgid "Deposit type"
4601
  msgstr ""
4602
 
4603
+ #: core/lib/wpbc_all_translations.php:847 inc/_bm/admin/page-cost-advanced.php:439
4604
  msgid "of total cost"
4605
  msgstr ""
4606
 
4607
+ #: core/lib/wpbc_all_translations.php:848 inc/_bm/admin/page-cost-advanced.php:441
4608
+ #: inc/_bs/admin/api-settings-s.php:853
4609
  msgid "night"
4610
  msgstr ""
4611
 
4612
+ #: core/lib/wpbc_all_translations.php:849 inc/_bm/admin/page-cost-advanced.php:442
4613
  msgid "as additional sum"
4614
  msgstr ""
4615
 
4616
+ #: core/lib/wpbc_all_translations.php:850 inc/_bm/admin/page-cost-advanced.php:637
4617
  msgid "Enter additional cost in formats:"
4618
  msgstr ""
4619
 
4620
+ #: core/lib/wpbc_all_translations.php:851 inc/_bm/admin/page-cost-advanced.php:638
4621
  #, php-format
4622
  msgid ""
4623
  "For example, if the original cost of the booking is %s, then after applying additional costs the "
4624
  "total cost will be folowing"
4625
  msgstr ""
4626
 
4627
+ #: core/lib/wpbc_all_translations.php:852 inc/_bm/admin/page-cost-advanced.php:641
4628
  msgid "Enter fixed cost"
4629
  msgstr ""
4630
 
4631
+ #: core/lib/wpbc_all_translations.php:853 inc/_bm/admin/page-cost-advanced.php:641
4632
+ #: inc/_bm/admin/page-cost-advanced.php:644 inc/_bm/admin/page-cost-advanced.php:650
4633
  #, php-format
4634
  msgid "%s, then total cost will be %s"
4635
  msgstr ""
4636
 
4637
+ #: core/lib/wpbc_all_translations.php:854 inc/_bm/admin/page-cost-advanced.php:644
4638
  msgid "Enter percentage of the entire booking"
4639
  msgstr ""
4640
 
4641
+ #: core/lib/wpbc_all_translations.php:855 inc/_bm/admin/page-cost-advanced.php:647
4642
  msgid "Enter fixed amount for each selected day"
4643
  msgstr ""
4644
 
4645
+ #: core/lib/wpbc_all_translations.php:856 inc/_bm/admin/page-cost-advanced.php:647
4646
  #, php-format
4647
  msgid "%s, then total cost will be (if selected 3 days) %s"
4648
  msgstr ""
4649
 
4650
+ #: core/lib/wpbc_all_translations.php:857 inc/_bm/admin/page-cost-advanced.php:647
4651
  #: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
4652
  #: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
4653
  msgid "or"
4654
  msgstr ""
4655
 
4656
+ #: core/lib/wpbc_all_translations.php:858 inc/_bm/admin/page-cost-advanced.php:650
4657
  msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
4658
  msgstr ""
4659
 
4660
+ #: core/lib/wpbc_all_translations.php:859 inc/_bm/admin/page-cost-advanced.php:654
4661
  #, php-format
4662
  msgid "Please check more info about configuration of this cost settings on this %spage%s."
4663
  msgstr ""
4664
 
4665
+ #: core/lib/wpbc_all_translations.php:860 inc/_bm/admin/page-cost-deposit.php:73
4666
  msgid "Set Deposit"
4667
  msgstr ""
4668
 
4669
+ #: core/lib/wpbc_all_translations.php:861 inc/_bm/admin/page-cost-deposit.php:135
4670
  msgid "deposit payment for booking resource"
4671
  msgstr ""
4672
 
4673
+ #: core/lib/wpbc_all_translations.php:862 inc/_bm/admin/page-cost-deposit.php:153
4674
+ #: inc/_bm/admin/page-cost-deposit.php:162
4675
  msgid "Deposit amount"
4676
  msgstr ""
4677
 
4678
+ #: core/lib/wpbc_all_translations.php:863 inc/_bm/admin/page-cost-deposit.php:199
4679
  msgid "fixed total in"
4680
  msgstr ""
4681
 
4682
+ #: core/lib/wpbc_all_translations.php:864 inc/_bm/admin/page-cost-deposit.php:200
4683
  msgid "of payment"
4684
  msgstr ""
4685
 
4686
+ #: core/lib/wpbc_all_translations.php:865 inc/_bm/admin/page-cost-deposit.php:209
4687
  msgid "Conditions"
4688
  msgstr ""
4689
 
4690
+ #: core/lib/wpbc_all_translations.php:866 inc/_bm/admin/page-cost-deposit.php:219
4691
  #, php-format
4692
  msgid ""
4693
  "Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
4694
  msgstr ""
4695
 
4696
+ #: core/lib/wpbc_all_translations.php:867 inc/_bm/admin/page-cost-deposit.php:271
4697
  #, php-format
4698
  msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
4699
  msgstr ""
4700
 
4701
+ #: core/lib/wpbc_all_translations.php:868 inc/_bm/admin/page-cost-deposit.php:275
4702
+ #: inc/_bm/admin/page-cost-valuation.php:542
4703
  msgid "Any days"
4704
  msgstr ""
4705
 
4706
+ #: core/lib/wpbc_all_translations.php:869 inc/_bm/admin/page-cost-deposit.php:342
4707
  msgid "Deposit payment total"
4708
  msgstr ""
4709
 
4710
+ #: core/lib/wpbc_all_translations.php:870 inc/_bm/admin/page-cost-rate.php:69
4711
  msgid "Set Rates"
4712
  msgstr ""
4713
 
4714
+ #: core/lib/wpbc_all_translations.php:871 inc/_bm/admin/page-cost-rate.php:163
4715
+ #: inc/_bm/admin/page-cost.php:657 inc/_bm/admin/page-cost.php:658
4716
  msgid "Rates"
4717
  msgstr ""
4718
 
4719
+ #: core/lib/wpbc_all_translations.php:872 inc/_bm/admin/page-cost-rate.php:167
4720
  msgid "Seasonal price"
4721
  msgstr ""
4722
 
4723
+ #: core/lib/wpbc_all_translations.php:873 inc/_bm/admin/page-cost-rate.php:171
4724
+ #: inc/_bm/admin/page-cost-valuation.php:198
4725
  msgid "Season"
4726
  msgstr ""
4727
 
4728
+ #: core/lib/wpbc_all_translations.php:874 inc/_bm/admin/page-cost-rate.php:215
4729
  #, php-format
4730
  msgid ""
4731
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
4732
  "booking resource (%s) or %sAdd a new seasonal filter%s"
4733
  msgstr ""
4734
 
4735
+ #: core/lib/wpbc_all_translations.php:875 inc/_bm/admin/page-cost-valuation.php:96
4736
+ #: inc/_bm/admin/page-cost.php:220 inc/_bm/admin/page-cost.php:228
4737
  msgid "Set Valuation Days"
4738
  msgstr ""
4739
 
4740
+ #: core/lib/wpbc_all_translations.php:876 inc/_bm/admin/page-cost-valuation.php:185
4741
+ #: inc/_mu/admin/page-users.php:437
4742
  msgid "Status"
4743
  msgstr ""
4744
 
4745
+ #: core/lib/wpbc_all_translations.php:877 inc/_bm/admin/page-cost-valuation.php:194
4746
  msgid "Costs"
4747
  msgstr ""
4748
 
4749
+ #: core/lib/wpbc_all_translations.php:878 inc/_bm/admin/page-cost-valuation.php:249
4750
  msgid "Add new cost"
4751
  msgstr ""
4752
 
4753
+ #: core/lib/wpbc_all_translations.php:879 inc/_bm/admin/page-cost-valuation.php:272
4754
  #, php-format
4755
  msgid ""
4756
  "Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
4757
  "the list."
4758
  msgstr ""
4759
 
4760
+ #: core/lib/wpbc_all_translations.php:880 inc/_bm/admin/page-cost-valuation.php:275
4761
  #, php-format
4762
  msgid ""
4763
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
4764
  "terms %s"
4765
  msgstr ""
4766
 
4767
+ #: core/lib/wpbc_all_translations.php:881 inc/_bm/admin/page-cost-valuation.php:275
4768
+ #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:450
4769
  msgid "Together"
4770
  msgstr ""
4771
 
4772
+ #: core/lib/wpbc_all_translations.php:882 inc/_bm/admin/page-cost-valuation.php:275
4773
+ #: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:282
4774
+ #: inc/_bm/admin/page-cost-valuation.php:284 inc/_bm/admin/page-cost-valuation.php:448
4775
  msgid "For"
4776
  msgstr ""
4777
 
4778
+ #: core/lib/wpbc_all_translations.php:883 inc/_bm/admin/page-cost-valuation.php:278
4779
  #, php-format
4780
  msgid "%s and %s terms have higher priority than a range %s days."
4781
  msgstr ""
4782
 
4783
+ #: core/lib/wpbc_all_translations.php:884 inc/_bm/admin/page-cost-valuation.php:282
4784
  #, php-format
4785
  msgid "%s - definition of check-out date."
4786
  msgstr ""
4787
 
4788
+ #: core/lib/wpbc_all_translations.php:885 inc/_bm/admin/page-cost-valuation.php:284
4789
+ #: inc/_bs/admin/api-settings-s.php:199 inc/_bs/admin/api-settings-s.php:314
4790
+ #: inc/_bs/admin/api-settings-s.php:327 inc/_ps/form/class-wpbc-form-help.php:532
4791
  #: inc/_ps/form/class-wpbc-form-help.php:535
4792
  msgid "Example"
4793
  msgstr ""
4794
 
4795
+ #: core/lib/wpbc_all_translations.php:886 inc/_bm/admin/page-cost-valuation.php:291
4796
  msgid ""
4797
  "Specific cost will take affect, only if it active (the box at the left side is checked) and if "
4798
  "\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
4799
  msgstr ""
4800
 
4801
+ #: core/lib/wpbc_all_translations.php:887 inc/_bm/admin/page-cost-valuation.php:335
4802
+ #: inc/_bm/admin/page-cost-valuation.php:336 inc/_bm/biz_m.php:244 inc/_bm/biz_m.php:275
4803
  #: inc/_bm/biz_m.php:276
4804
  msgid " for all days!"
4805
  msgstr ""
4806
 
4807
+ #: core/lib/wpbc_all_translations.php:888 inc/_bm/admin/page-cost-valuation.php:341
4808
+ #: inc/_bm/admin/page-cost-valuation.php:502 inc/_bm/biz_m.php:242 inc/_bm/biz_m.php:273
4809
  msgid "from the cost of 1 day "
4810
  msgstr ""
4811
 
4812
+ #: core/lib/wpbc_all_translations.php:889 inc/_bm/admin/page-cost-valuation.php:342
4813
+ #: inc/_bm/admin/page-cost-valuation.php:503 inc/_bm/biz_m.php:241 inc/_bm/biz_m.php:272
4814
  msgid "per 1 day"
4815
  msgstr ""
4816
 
4817
+ #: core/lib/wpbc_all_translations.php:890 inc/_bm/admin/page-cost-valuation.php:470
4818
+ #: inc/_bm/admin/page-seasons.php:1564
4819
  msgid "to"
4820
  msgstr ""
4821
 
4822
+ #: core/lib/wpbc_all_translations.php:891 inc/_bm/admin/page-cost-valuation.php:504
4823
  #: inc/_bm/biz_m.php:243 inc/_bm/biz_m.php:274
4824
  #, php-format
4825
  msgid "Additional cost in %s per 1 day"
4826
  msgstr ""
4827
 
4828
+ #: core/lib/wpbc_all_translations.php:892 inc/_bm/admin/page-cost.php:49
4829
  msgid "Customization of rates, valuation days cost and deposit amount "
4830
  msgstr ""
4831
 
4832
+ #: core/lib/wpbc_all_translations.php:893 inc/_bm/admin/page-cost.php:50
4833
  msgid "Costs and Rates Settings"
4834
  msgstr ""
4835
 
4836
+ #: core/lib/wpbc_all_translations.php:894 inc/_bm/admin/page-cost.php:219
4837
+ #: inc/_bm/admin/page-cost.php:227
4838
  msgid "Set Rate"
4839
  msgstr ""
4840
 
4841
+ #: core/lib/wpbc_all_translations.php:895 inc/_bm/admin/page-cost.php:221
4842
+ #: inc/_bm/admin/page-cost.php:229
4843
  msgid "Set Deposit Amount"
4844
  msgstr ""
4845
 
4846
+ #: core/lib/wpbc_all_translations.php:896 inc/_bm/admin/page-cost.php:664
4847
+ #: inc/_bm/admin/page-cost.php:665
4848
  msgid "Valuation days"
4849
  msgstr ""
4850
 
4851
+ #: core/lib/wpbc_all_translations.php:897 inc/_bm/admin/page-cost.php:671
4852
+ #: inc/_bm/admin/page-cost.php:672 inc/gateways/page-gateways.php:1290
4853
  msgid "Deposit"
4854
  msgstr ""
4855
 
4856
+ #: core/lib/wpbc_all_translations.php:898 inc/_bm/admin/page-seasons.php:46
4857
  msgid "Customizaton of Season Filters"
4858
  msgstr ""
4859
 
4860
+ #: core/lib/wpbc_all_translations.php:899 inc/_bm/admin/page-seasons.php:680
4861
+ #: inc/_bm/admin/page-seasons.php:815
4862
  msgid "Specific Dates Filter"
4863
  msgstr ""
4864
 
4865
+ #: core/lib/wpbc_all_translations.php:900 inc/_bm/admin/page-seasons.php:743
4866
+ #: inc/_bm/admin/page-seasons.php:821
4867
  msgid "Conditional Dates Filter"
4868
  msgstr ""
4869
 
4870
+ #: core/lib/wpbc_all_translations.php:901 inc/_bm/admin/page-seasons.php:956
4871
+ #: inc/_bm/admin/page-seasons.php:1257
4872
  msgid "Filter Name"
4873
  msgstr ""
4874
 
4875
+ #: core/lib/wpbc_all_translations.php:902 inc/_bm/admin/page-seasons.php:957
4876
+ #: inc/_bm/admin/page-seasons.php:1258
4877
  msgid "Type filter name"
4878
  msgstr ""
4879
 
4880
+ #: core/lib/wpbc_all_translations.php:903 inc/_bm/admin/page-seasons.php:990
4881
  msgid "Weekdays"
4882
  msgstr ""
4883
 
4884
+ #: core/lib/wpbc_all_translations.php:904 inc/_bm/admin/page-seasons.php:1106
4885
  msgid "Months"
4886
  msgstr ""
4887
 
4888
+ #: core/lib/wpbc_all_translations.php:905 inc/_bm/admin/page-seasons.php:1108
4889
+ #: inc/_bm/admin/page-seasons.php:1283
4890
  msgid "January"
4891
  msgstr ""
4892
 
4893
+ #: core/lib/wpbc_all_translations.php:906 inc/_bm/admin/page-seasons.php:1109
4894
+ #: inc/_bm/admin/page-seasons.php:1284
4895
  msgid "February"
4896
  msgstr ""
4897
 
4898
+ #: core/lib/wpbc_all_translations.php:907 inc/_bm/admin/page-seasons.php:1110
4899
+ #: inc/_bm/admin/page-seasons.php:1285
4900
  msgid "March"
4901
  msgstr ""
4902
 
4903
+ #: core/lib/wpbc_all_translations.php:908 inc/_bm/admin/page-seasons.php:1111
4904
+ #: inc/_bm/admin/page-seasons.php:1286
4905
  msgid "April"
4906
  msgstr ""
4907
 
4908
+ #: core/lib/wpbc_all_translations.php:909 inc/_bm/admin/page-seasons.php:1112
4909
+ #: inc/_bm/admin/page-seasons.php:1287 inc/_bm/admin/page-seasons.php:1490
4910
  msgid "May"
4911
  msgstr ""
4912
 
4913
+ #: core/lib/wpbc_all_translations.php:910 inc/_bm/admin/page-seasons.php:1113
4914
+ #: inc/_bm/admin/page-seasons.php:1288
4915
  msgid "June"
4916
  msgstr ""
4917
 
4918
+ #: core/lib/wpbc_all_translations.php:911 inc/_bm/admin/page-seasons.php:1114
4919
+ #: inc/_bm/admin/page-seasons.php:1289
4920
  msgid "July"
4921
  msgstr ""
4922
 
4923
+ #: core/lib/wpbc_all_translations.php:912 inc/_bm/admin/page-seasons.php:1115
4924
+ #: inc/_bm/admin/page-seasons.php:1290
4925
  msgid "August"
4926
  msgstr ""
4927
 
4928
+ #: core/lib/wpbc_all_translations.php:913 inc/_bm/admin/page-seasons.php:1116
4929
+ #: inc/_bm/admin/page-seasons.php:1291
4930
  msgid "September"
4931
  msgstr ""
4932
 
4933
+ #: core/lib/wpbc_all_translations.php:914 inc/_bm/admin/page-seasons.php:1117
4934
+ #: inc/_bm/admin/page-seasons.php:1292
4935
  msgid "October"
4936
  msgstr ""
4937
 
4938
+ #: core/lib/wpbc_all_translations.php:915 inc/_bm/admin/page-seasons.php:1118
4939
+ #: inc/_bm/admin/page-seasons.php:1293
4940
  msgid "November"
4941
  msgstr ""
4942
 
4943
+ #: core/lib/wpbc_all_translations.php:916 inc/_bm/admin/page-seasons.php:1119
4944
+ #: inc/_bm/admin/page-seasons.php:1294
4945
  msgid "December"
4946
  msgstr ""
4947
 
4948
+ #: core/lib/wpbc_all_translations.php:917 inc/_bm/admin/page-seasons.php:1174
4949
  msgid "Years"
4950
  msgstr ""
4951
 
4952
+ #: core/lib/wpbc_all_translations.php:918 inc/_bm/admin/page-seasons.php:1272
4953
+ #: inc/_bm/admin/page-seasons.php:1487
4954
  msgid "Mo"
4955
  msgstr ""
4956
 
4957
+ #: core/lib/wpbc_all_translations.php:919 inc/_bm/admin/page-seasons.php:1273
4958
+ #: inc/_bm/admin/page-seasons.php:1487
4959
  msgid "Tu"
4960
  msgstr ""
4961
 
4962
+ #: core/lib/wpbc_all_translations.php:920 inc/_bm/admin/page-seasons.php:1274
4963
+ #: inc/_bm/admin/page-seasons.php:1487
4964
  msgid "We"
4965
  msgstr ""
4966
 
4967
+ #: core/lib/wpbc_all_translations.php:921 inc/_bm/admin/page-seasons.php:1275
4968
+ #: inc/_bm/admin/page-seasons.php:1487
4969
  msgid "Th"
4970
  msgstr ""
4971
 
4972
+ #: core/lib/wpbc_all_translations.php:922 inc/_bm/admin/page-seasons.php:1276
4973
+ #: inc/_bm/admin/page-seasons.php:1487
4974
  msgid "Fr"
4975
  msgstr ""
4976
 
4977
+ #: core/lib/wpbc_all_translations.php:923 inc/_bm/admin/page-seasons.php:1277
4978
+ #: inc/_bm/admin/page-seasons.php:1487
4979
  msgid "Sa"
4980
  msgstr ""
4981
 
4982
+ #: core/lib/wpbc_all_translations.php:924 inc/_bm/admin/page-seasons.php:1278
4983
+ #: inc/_bm/admin/page-seasons.php:1487
4984
  msgid "Su"
4985
  msgstr ""
4986
 
4987
+ #: core/lib/wpbc_all_translations.php:925 inc/_bm/admin/page-seasons.php:1489
4988
  msgid "Jan"
4989
  msgstr ""
4990
 
4991
+ #: core/lib/wpbc_all_translations.php:926 inc/_bm/admin/page-seasons.php:1489
4992
  msgid "Feb"
4993
  msgstr ""
4994
 
4995
+ #: core/lib/wpbc_all_translations.php:927 inc/_bm/admin/page-seasons.php:1490
4996
  msgid "Mar"
4997
  msgstr ""
4998
 
4999
+ #: core/lib/wpbc_all_translations.php:928 inc/_bm/admin/page-seasons.php:1490
5000
  msgid "Apr"
5001
  msgstr ""
5002
 
5003
+ #: core/lib/wpbc_all_translations.php:929 inc/_bm/admin/page-seasons.php:1491
5004
  msgid "Jun"
5005
  msgstr ""
5006
 
5007
+ #: core/lib/wpbc_all_translations.php:930 inc/_bm/admin/page-seasons.php:1491
5008
  msgid "Jul"
5009
  msgstr ""
5010
 
5011
+ #: core/lib/wpbc_all_translations.php:931 inc/_bm/admin/page-seasons.php:1491
5012
  msgid "Aug"
5013
  msgstr ""
5014
 
5015
+ #: core/lib/wpbc_all_translations.php:932 inc/_bm/admin/page-seasons.php:1492
5016
  msgid "Sep"
5017
  msgstr ""
5018
 
5019
+ #: core/lib/wpbc_all_translations.php:933 inc/_bm/admin/page-seasons.php:1492
5020
  msgid "Oct"
5021
  msgstr ""
5022
 
5023
+ #: core/lib/wpbc_all_translations.php:934 inc/_bm/admin/page-seasons.php:1492
5024
  msgid "Nov"
5025
  msgstr ""
5026
 
5027
+ #: core/lib/wpbc_all_translations.php:935 inc/_bm/admin/page-seasons.php:1492
5028
  msgid "Dec"
5029
  msgstr ""
5030
 
5031
+ #: core/lib/wpbc_all_translations.php:936 inc/_bm/admin/page-seasons.php:1562
5032
+ #: inc/_bm/admin/page-seasons.php:1580 inc/_bm/admin/page-seasons.php:1602
5033
+ #: inc/_bm/admin/page-seasons.php:1626 inc/_bm/admin/page-seasons.php:1644
5034
  msgid "No days"
5035
  msgstr ""
5036
 
5037
+ #: core/lib/wpbc_all_translations.php:937 inc/_bm/admin/page-seasons.php:1564
5038
  msgid "time"
5039
  msgstr ""
5040
 
5041
+ #: core/lib/wpbc_all_translations.php:938 inc/_bm/admin/page-seasons.php:1582
5042
  msgid "Every"
5043
  msgstr ""
5044
 
5045
+ #: core/lib/wpbc_all_translations.php:939 inc/_bm/admin/page-seasons.php:1598
5046
  msgid "Each day "
5047
  msgstr ""
5048
 
5049
+ #: core/lib/wpbc_all_translations.php:940 inc/_bm/admin/page-seasons.php:1600
5050
  msgid "on each day "
5051
  msgstr ""
5052
 
5053
+ #: core/lib/wpbc_all_translations.php:941 inc/_bm/admin/page-seasons.php:1605
5054
  msgid "On each "
5055
  msgstr ""
5056
 
5057
+ #: core/lib/wpbc_all_translations.php:942 inc/_bm/admin/page-seasons.php:1607
5058
  msgid "on each "
5059
  msgstr ""
5060
 
5061
+ #: core/lib/wpbc_all_translations.php:943 inc/_bm/admin/page-seasons.php:1624
5062
  msgid "of every month "
5063
  msgstr ""
5064
 
5065
+ #: core/lib/wpbc_all_translations.php:944 inc/_bm/admin/page-seasons.php:1628
5066
  msgid "of"
5067
  msgstr ""
5068
 
5069
+ #: core/lib/wpbc_all_translations.php:945 inc/_bm/biz_m.php:245
5070
  msgid "for all days!"
5071
  msgstr ""
5072
 
5073
+ #: core/lib/wpbc_all_translations.php:946 inc/_bm/biz_m.php:801
5074
  msgid "Standard booking resource cost"
5075
  msgstr ""
5076
 
5077
+ #: core/lib/wpbc_all_translations.php:947 inc/_bm/biz_m.php:802
5078
  msgid "Total booking resource cost"
5079
  msgstr ""
5080
 
5081
+ #: core/lib/wpbc_all_translations.php:948 inc/_bm/m-toolbar.php:288
5082
  msgid "Delete selected booking form"
5083
  msgstr ""
5084
 
5085
+ #: core/lib/wpbc_all_translations.php:949 inc/_bm/m-toolbar.php:292
5086
  msgid "Do you really want to delete selected booking form ?"
5087
  msgstr ""
5088
 
5089
+ #: core/lib/wpbc_all_translations.php:950 inc/_bm/m-toolbar.php:317 inc/_bm/m-toolbar.php:318
5090
  msgid "Add New Custom Form"
5091
  msgstr ""
5092
 
5093
+ #: core/lib/wpbc_all_translations.php:951 inc/_bm/m-toolbar.php:351
5094
  msgid "Type the name of booking form"
5095
  msgstr ""
5096
 
5097
+ #: core/lib/wpbc_all_translations.php:952 inc/_bm/m-toolbar.php:358
5098
  msgid "Create"
5099
  msgstr ""
5100
 
5101
+ #: core/lib/wpbc_all_translations.php:953 inc/_bm/m-toolbar.php:359
5102
  msgid "Create new form"
5103
  msgstr ""
5104
 
5105
+ #: core/lib/wpbc_all_translations.php:954 inc/_bm/m-toolbar.php:554
5106
  msgid "There are no extended booking forms"
5107
  msgstr ""
5108
 
5109
+ #: core/lib/wpbc_all_translations.php:955 inc/_bm/m-toolbar.php:598 inc/_bm/m-toolbar.php:600
5110
  msgid "Create conditional days filter"
5111
  msgstr ""
5112
 
5113
+ #: core/lib/wpbc_all_translations.php:956 inc/_bs/admin/activation-s.php:93
5114
  #: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
5115
  msgid "Apartment#1"
5116
  msgstr ""
5117
 
5118
+ #: core/lib/wpbc_all_translations.php:957 inc/_bs/admin/activation-s.php:94
5119
  #: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
5120
  msgid "Apartment#2"
5121
  msgstr ""
5122
 
5123
+ #: core/lib/wpbc_all_translations.php:958 inc/_bs/admin/activation-s.php:95
5124
  #: inc/_ps/admin/activation-p.php:48
5125
  msgid "Apartment#3"
5126
  msgstr ""
5127
 
5128
+ #: core/lib/wpbc_all_translations.php:959 inc/_bs/admin/api-settings-s.php:31
5129
  msgid "Range days"
5130
  msgstr ""
5131
 
5132
+ #: core/lib/wpbc_all_translations.php:960 inc/_bs/admin/api-settings-s.php:46
5133
  #, php-format
5134
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
5135
  msgstr ""
5136
 
5137
+ #: core/lib/wpbc_all_translations.php:961 inc/_bs/admin/api-settings-s.php:48
5138
  #, php-format
5139
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
5140
  msgstr ""
5141
 
5142
+ #: core/lib/wpbc_all_translations.php:962 inc/_bs/admin/api-settings-s.php:74
5143
+ #: inc/_bs/admin/api-settings-s.php:138
5144
  msgid "Days selection number"
5145
  msgstr ""
5146
 
5147
+ #: core/lib/wpbc_all_translations.php:963 inc/_bs/admin/api-settings-s.php:75
5148
  #, php-format
5149
  msgid "Type your %snumber of days for range selection%s"
5150
  msgstr ""
5151
 
5152
+ #: core/lib/wpbc_all_translations.php:964 inc/_bs/admin/api-settings-s.php:83
5153
+ #: inc/_bs/admin/api-settings-s.php:211
5154
  msgid "Specific day(s) of week"
5155
  msgstr ""
5156
 
5157
+ #: core/lib/wpbc_all_translations.php:965 inc/_bs/admin/api-settings-s.php:84
5158
+ #: inc/_bs/admin/api-settings-s.php:215
5159
  msgid "Any day of week"
5160
  msgstr ""
5161
 
5162
+ #: core/lib/wpbc_all_translations.php:966 inc/_bs/admin/api-settings-s.php:90
5163
+ #: inc/_bs/admin/api-settings-s.php:223
5164
  msgid "Start day of range"
5165
  msgstr ""
5166
 
5167
+ #: core/lib/wpbc_all_translations.php:967 inc/_bs/admin/api-settings-s.php:119
5168
+ #: inc/_bs/admin/api-settings-s.php:252
5169
  msgid "Select your start day of range selection at week"
5170
  msgstr ""
5171
 
5172
+ #: core/lib/wpbc_all_translations.php:968 inc/_bs/admin/api-settings-s.php:152
5173
+ #: inc/_bs/admin/api-settings-s.php:157
5174
  msgid "Min"
5175
  msgstr ""
5176
 
5177
+ #: core/lib/wpbc_all_translations.php:969 inc/_bs/admin/api-settings-s.php:170
5178
+ #: inc/_bs/admin/api-settings-s.php:175
5179
  msgid "Max"
5180
  msgstr ""
5181
 
5182
+ #: core/lib/wpbc_all_translations.php:970 inc/_bs/admin/api-settings-s.php:187
5183
  #, php-format
5184
  msgid "Select your %sminimum and maximum number of days for range selection%s"
5185
  msgstr ""
5186
 
5187
+ #: core/lib/wpbc_all_translations.php:971 inc/_bs/admin/api-settings-s.php:198
5188
  msgid "Specific days selections"
5189
  msgstr ""
5190
 
5191
+ #: core/lib/wpbc_all_translations.php:972 inc/_bs/admin/api-settings-s.php:200
5192
  #, php-format
5193
  msgid ""
5194
  "Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
5196
  "this: %s) or combination (example:%s, its the same like this: %s)"
5197
  msgstr ""
5198
 
5199
+ #: core/lib/wpbc_all_translations.php:973 inc/_bs/admin/api-settings-s.php:281
5200
  msgid "Use time selections as recurrent time slots"
5201
  msgstr ""
5202
 
5203
+ #: core/lib/wpbc_all_translations.php:974 inc/_bs/admin/api-settings-s.php:282
5204
  msgid ""
5205
  "Check this box if you want to use recurrent time to reserve several days. This means that middle "
5206
  "days will be partially booked by actual times, otherwise the time in the booking form will be "
5207
  "used as check-in/check-out time for the first and last day of the reservation."
5208
  msgstr ""
5209
 
5210
+ #: core/lib/wpbc_all_translations.php:975 inc/_bs/admin/api-settings-s.php:303
5211
  msgid "Use check in/out time"
5212
  msgstr ""
5213
 
5214
+ #: core/lib/wpbc_all_translations.php:976 inc/_bs/admin/api-settings-s.php:304
5215
  msgid "Check this option, to use check in/out time during booking process. "
5216
  msgstr ""
5217
 
5218
+ #: core/lib/wpbc_all_translations.php:977 inc/_bs/admin/api-settings-s.php:305
5219
  #, php-format
5220
  msgid "%s Important!%s This will overwrite any times selection in your booking form."
5221
  msgstr ""
5222
 
5223
+ #: core/lib/wpbc_all_translations.php:978 inc/_bs/admin/api-settings-s.php:312
5224
  msgid "Check-in time"
5225
  msgstr ""
5226
 
5227
+ #: core/lib/wpbc_all_translations.php:979 inc/_bs/admin/api-settings-s.php:313
5228
  #, php-format
5229
  msgid "Type your %sCheck-in%s time of booking"
5230
  msgstr ""
5231
 
5232
+ #: core/lib/wpbc_all_translations.php:980 inc/_bs/admin/api-settings-s.php:325
5233
  msgid "Check-Out time"
5234
  msgstr ""
5235
 
5236
+ #: core/lib/wpbc_all_translations.php:981 inc/_bs/admin/api-settings-s.php:326
5237
  #, php-format
5238
  msgid "Type your %sCheck-Out%s time of booking"
5239
  msgstr ""
5240
 
5241
+ #: core/lib/wpbc_all_translations.php:982 inc/_bs/admin/api-settings-s.php:340
5242
  msgid "Change over days as triangles"
5243
  msgstr ""
5244
 
5245
+ #: core/lib/wpbc_all_translations.php:983 inc/_bs/admin/api-settings-s.php:341
5246
  msgid "Check this option, to show change over days as triangles. "
5247
  msgstr ""
5248
 
5249
+ #: core/lib/wpbc_all_translations.php:984 inc/_bs/admin/api-settings-s.php:365
5250
  msgid "Title of booked timeslot(s)"
5251
  msgstr ""
5252
 
5253
+ #: core/lib/wpbc_all_translations.php:985 inc/_bs/admin/api-settings-s.php:366
5254
  #, php-format
5255
  msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
5256
  msgstr ""
5257
 
5258
+ #: core/lib/wpbc_all_translations.php:986 inc/_bs/admin/api-settings-s.php:404
5259
  msgid "Time Format"
5260
  msgstr ""
5261
 
5262
+ #: core/lib/wpbc_all_translations.php:987 inc/_bs/admin/api-settings-s.php:438
5263
  #, php-format
5264
  msgid ""
5265
  "Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
5266
  msgstr ""
5267
 
5268
+ #: core/lib/wpbc_all_translations.php:988 inc/_bs/admin/api-settings-s.php:464
5269
  msgid "Auto approve all new bookings"
5270
  msgstr ""
5271
 
5272
+ #: core/lib/wpbc_all_translations.php:989 inc/_bs/admin/api-settings-s.php:465
5273
  #, php-format
5274
  msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
5275
  msgstr ""
5276
 
5277
+ #: core/lib/wpbc_all_translations.php:990 inc/_bs/admin/api-settings-s.php:474
5278
  #, php-format
5279
  msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
5280
  msgstr ""
5281
 
5282
+ #: core/lib/wpbc_all_translations.php:991 inc/_bs/admin/api-settings-s.php:498
5283
  msgid "Cancel bookings older"
5284
  msgstr ""
5285
 
5286
+ #: core/lib/wpbc_all_translations.php:992 inc/_bs/admin/api-settings-s.php:499
5287
  msgid "Cancel only pending, unpaid bookings, which are older than this selection."
5288
  msgstr ""
5289
 
5290
+ #: core/lib/wpbc_all_translations.php:993 inc/_bs/admin/api-settings-s.php:507
5291
  msgid "Cancellation email sent"
5292
  msgstr ""
5293
 
5294
+ #: core/lib/wpbc_all_translations.php:994 inc/_bs/admin/api-settings-s.php:508
5295
  #, php-format
5296
  msgid "Check this box to %ssend%s cancellation email for this resource."
5297
  msgstr ""
5298
 
5299
+ #: core/lib/wpbc_all_translations.php:995 inc/_bs/admin/api-settings-s.php:516
5300
+ #: inc/_bs/admin/api-settings-s.php:517
5301
  msgid "Reason for cancellation"
5302
  msgstr ""
5303
 
5304
+ #: core/lib/wpbc_all_translations.php:996 inc/_bs/admin/api-settings-s.php:518
5305
  #, php-format
5306
  msgid "Type the reason for %scancellation%s for the email template."
5307
  msgstr ""
5308
 
5309
+ #: core/lib/wpbc_all_translations.php:997 inc/_bs/admin/page-email-payment.php:502
5310
  msgid "Payment request"
5311
  msgstr ""
5312
 
5313
+ #: core/lib/wpbc_all_translations.php:998 inc/_bs/admin/page-email-payment.php:504
5314
  msgid "Customization of email template, which is sending to Visitor after payment request"
5315
  msgstr ""
5316
 
5317
+ #: core/lib/wpbc_all_translations.php:999 inc/_bs/admin/page-email-payment.php:640
5318
  msgid "Email with Payment Request which is sending to Visitor."
5319
  msgstr ""
5320
 
5321
+ #: core/lib/wpbc_all_translations.php:1000 inc/_bs/biz_s.php:303
5322
  msgid "Error! Please reset your check-in/check-out dates above."
5323
  msgstr ""
5324
 
5325
+ #: core/lib/wpbc_all_translations.php:1001 inc/_bs/biz_s.php:304
5326
  msgid ""
5327
  "Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
5328
  "another date or time."
5329
  msgstr ""
5330
 
5331
+ #: core/lib/wpbc_all_translations.php:1002 inc/_bs/biz_s.php:305
5332
  msgid ""
5333
  "End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
5334
  "also be earlier that the start time, if only 1 day was selected! Please choose another date or "
5335
  "time."
5336
  msgstr ""
5337
 
5338
+ #: core/lib/wpbc_all_translations.php:1003 inc/_bs/biz_s.php:306 inc/_bs/biz_s.php:307
5339
  msgid "The time(s) may be booked, or already in the past!"
5340
  msgstr ""
5341
 
5342
+ #: core/lib/wpbc_all_translations.php:1004 inc/_bs/biz_s.php:514
5343
  msgid "Cost saved successfully"
5344
  msgstr ""
5345
 
5346
+ #: core/lib/wpbc_all_translations.php:1005 inc/_bs/biz_s.php:521
5347
  msgid "Cost is not correct. It must be greater than 0"
5348
  msgstr ""
5349
 
5350
+ #: core/lib/wpbc_all_translations.php:1006 inc/_bs/biz_s.php:702
5351
  msgid "Request has been sent"
5352
  msgstr ""
5353
 
5354
+ #: core/lib/wpbc_all_translations.php:1007 inc/_bs/biz_s.php:709
5355
  msgid "Request has failed"
5356
  msgstr ""
5357
 
5358
+ #: core/lib/wpbc_all_translations.php:1008 inc/_bs/biz_s.php:740
5359
  msgid "The payment status is changed successfully"
5360
  msgstr ""
5361
 
5362
+ #: core/lib/wpbc_all_translations.php:1009 inc/_bs/biz_s.php:747
5363
  msgid "The changing of payment status is failed"
5364
  msgstr ""
5365
 
5366
+ #: core/lib/wpbc_all_translations.php:1010 inc/_bs/biz_s.php:1077
5367
  msgid "deposit"
5368
  msgstr ""
5369
 
5370
+ #: core/lib/wpbc_all_translations.php:1011 inc/_bs/biz_s.php:1078
5371
  msgid "Total cost"
5372
  msgstr ""
5373
 
5374
+ #: core/lib/wpbc_all_translations.php:1012 inc/_bs/biz_s.php:1079
5375
  msgid "balance"
5376
  msgstr ""
5377
 
5378
+ #: core/lib/wpbc_all_translations.php:1013 inc/_bs/lib_s.php:40 inc/_bs/lib_s.php:71
5379
+ #: inc/_bs/s-toolbar.php:94
5380
  msgid "Payment status"
5381
  msgstr ""
5382
 
5383
+ #: core/lib/wpbc_all_translations.php:1014 inc/_bs/lib_s.php:44
5384
  msgid "Any Status"
5385
  msgstr ""
5386
 
5387
+ #: core/lib/wpbc_all_translations.php:1015 inc/_bs/lib_s.php:47
5388
  msgid "Unknown Status"
5389
  msgstr ""
5390
 
5391
+ #: core/lib/wpbc_all_translations.php:1016 inc/_bs/lib_s.php:48 inc/_bs/lib_s.php:319
5392
  msgid "Not Completed"
5393
  msgstr ""
5394
 
5395
+ #: core/lib/wpbc_all_translations.php:1017 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:308
5396
  #: inc/_bs/lib_s.php:328
5397
  msgid "Failed"
5398
  msgstr ""
5399
 
5400
+ #: core/lib/wpbc_all_translations.php:1018 inc/_bs/lib_s.php:139
5401
  msgid "min"
5402
  msgstr ""
5403
 
5404
+ #: core/lib/wpbc_all_translations.php:1019 inc/_bs/lib_s.php:139
5405
  msgid "max"
5406
  msgstr ""
5407
 
5408
+ #: core/lib/wpbc_all_translations.php:1020 inc/_bs/lib_s.php:303 inc/_bs/lib_s.php:321
5409
  msgid "Completed"
5410
  msgstr ""
5411
 
5412
+ #: core/lib/wpbc_all_translations.php:1021 inc/_bs/lib_s.php:304 inc/_bs/lib_s.php:324
5413
  msgid "In-Progress"
5414
  msgstr ""
5415
 
5416
+ #: core/lib/wpbc_all_translations.php:1022 inc/_bs/lib_s.php:306 inc/_bs/lib_s.php:341
5417
  msgid "Partially paid"
5418
  msgstr ""
5419
 
5420
+ #: core/lib/wpbc_all_translations.php:1023 inc/_bs/lib_s.php:307 inc/_bs/lib_s.php:342
5421
  msgid "Cancelled"
5422
  msgstr ""
5423
 
5424
+ #: core/lib/wpbc_all_translations.php:1024 inc/_bs/lib_s.php:309 inc/_bs/lib_s.php:330
5425
  msgid "Refunded"
5426
  msgstr ""
5427
 
5428
+ #: core/lib/wpbc_all_translations.php:1025 inc/_bs/lib_s.php:310 inc/_bs/lib_s.php:343
5429
  msgid "Fraud"
5430
  msgstr ""
5431
 
5432
+ #: core/lib/wpbc_all_translations.php:1026 inc/_bs/lib_s.php:317
5433
  msgid "!Paid OK"
5434
  msgstr ""
5435
 
5436
+ #: core/lib/wpbc_all_translations.php:1027 inc/_bs/lib_s.php:318
5437
  msgid "Unknown status"
5438
  msgstr ""
5439
 
5440
+ #: core/lib/wpbc_all_translations.php:1028 inc/_bs/lib_s.php:323
5441
  msgid "Processed"
5442
  msgstr ""
5443
 
5444
+ #: core/lib/wpbc_all_translations.php:1029 inc/_bs/lib_s.php:325
5445
  msgid "Canceled_Reversal"
5446
  msgstr ""
5447
 
5448
+ #: core/lib/wpbc_all_translations.php:1030 inc/_bs/lib_s.php:326
5449
  msgid "Denied"
5450
  msgstr ""
5451
 
5452
+ #: core/lib/wpbc_all_translations.php:1031 inc/_bs/lib_s.php:327
5453
  msgid "Expired"
5454
  msgstr ""
5455
 
5456
+ #: core/lib/wpbc_all_translations.php:1032 inc/_bs/lib_s.php:329
5457
  msgid "Partially_Refunded"
5458
  msgstr ""
5459
 
5460
+ #: core/lib/wpbc_all_translations.php:1033 inc/_bs/lib_s.php:331
5461
  msgid "Reversed"
5462
  msgstr ""
5463
 
5464
+ #: core/lib/wpbc_all_translations.php:1034 inc/_bs/lib_s.php:332
5465
  msgid "Voided"
5466
  msgstr ""
5467
 
5468
+ #: core/lib/wpbc_all_translations.php:1035 inc/_bs/lib_s.php:335
5469
  msgid "Not authed"
5470
  msgstr ""
5471
 
5472
+ #: core/lib/wpbc_all_translations.php:1036 inc/_bs/lib_s.php:336
5473
  msgid "Malformed"
5474
  msgstr ""
5475
 
5476
+ #: core/lib/wpbc_all_translations.php:1037 inc/_bs/lib_s.php:337
5477
  msgid "Invalid"
5478
  msgstr ""
5479
 
5480
+ #: core/lib/wpbc_all_translations.php:1038 inc/_bs/lib_s.php:338
5481
  msgid "Abort"
5482
  msgstr ""
5483
 
5484
+ #: core/lib/wpbc_all_translations.php:1039 inc/_bs/lib_s.php:339
5485
  msgid "Rejected"
5486
  msgstr ""
5487
 
5488
+ #: core/lib/wpbc_all_translations.php:1040 inc/_bs/lib_s.php:344
5489
  msgid "Suspended"
5490
  msgstr ""
5491
 
5492
+ #: core/lib/wpbc_all_translations.php:1041 inc/_bs/s-toolbar.php:68
5493
  msgid "Send payment request to visitor"
5494
  msgstr ""
5495
 
5496
+ #: core/lib/wpbc_all_translations.php:1042 inc/_bs/s-toolbar.php:110 inc/_ps/p-toolbar.php:100
5497
+ #: inc/_ps/p-toolbar.php:475
5498
  msgid "Print"
5499
  msgstr ""
5500
 
5501
+ #: core/lib/wpbc_all_translations.php:1043 inc/_bs/s-toolbar.php:136
5502
  msgid "Save cost"
5503
  msgstr ""
5504
 
5505
+ #: core/lib/wpbc_all_translations.php:1044 inc/_bs/s-toolbar.php:173
5506
  msgid "Change status"
5507
  msgstr ""
5508
 
5509
+ #: core/lib/wpbc_all_translations.php:1045 inc/_bs/s-toolbar.php:196
5510
  msgid "Send payment request to customer"
5511
  msgstr ""
5512
 
5513
+ #: core/lib/wpbc_all_translations.php:1046 inc/_bs/s-toolbar.php:200
5514
  #, php-format
5515
  msgid "Type your %sreason for payment%s request"
5516
  msgstr ""
5517
 
5518
+ #: core/lib/wpbc_all_translations.php:1047 inc/_bs/s-toolbar.php:208
5519
  msgid "Send Request"
5520
  msgstr ""
5521
 
5522
+ #: core/lib/wpbc_all_translations.php:1048 inc/_bs/s-toolbar.php:230
5523
  msgid "Auto-fill form"
5524
  msgstr ""
5525
 
5526
+ #: core/lib/wpbc_all_translations.php:1049 inc/_mu/admin/activation-u.php:84
5527
  msgid "Suite"
5528
  msgstr ""
5529
 
5530
+ #: core/lib/wpbc_all_translations.php:1050 inc/_mu/admin/api-settings-u.php:64
5531
+ #: inc/_ps/admin/br-table-export-feeds.php:83 inc/_ps/admin/br-table-import-gcal-p.php:73
5532
  msgid "User"
5533
  msgstr ""
5534
 
5535
+ #: core/lib/wpbc_all_translations.php:1051 inc/_mu/admin/api-settings-u.php:410
5536
+ #: inc/_mu/admin/page-users.php:254 inc/_mu/admin/page-users.php:595
5537
+ #: inc/_mu/admin/page-users.php:599
5538
  msgid "Super Admin"
5539
  msgstr ""
5540
 
5541
+ #: core/lib/wpbc_all_translations.php:1052 inc/_mu/admin/api-settings-u.php:414
5542
+ #: inc/_mu/admin/page-users.php:289 inc/_mu/admin/page-users.php:603
5543
+ #: inc/_mu/admin/page-users.php:607
5544
  msgid "Regular User"
5545
  msgstr ""
5546
 
5547
+ #: core/lib/wpbc_all_translations.php:1053 inc/_mu/admin/api-settings-u.php:419
5548
  msgid "Inactive User"
5549
  msgstr ""
5550
 
5551
+ #: core/lib/wpbc_all_translations.php:1054 inc/_mu/admin/page-users.php:43
5552
+ #: inc/_mu/admin/page-users.php:433
5553
  msgid "Users"
5554
  msgstr ""
5555
 
5556
+ #: core/lib/wpbc_all_translations.php:1055 inc/_mu/admin/page-users.php:44
5557
  msgid "Manage Users"
5558
  msgstr ""
5559
 
5560
+ #: core/lib/wpbc_all_translations.php:1056 inc/_mu/admin/page-users.php:45
5561
  msgid "Users Settings"
5562
  msgstr ""
5563
 
5564
+ #: core/lib/wpbc_all_translations.php:1057 inc/_mu/admin/page-users.php:209
5565
+ #: inc/_mu/multiuser.php:619
5566
  msgid "User is Activated"
5567
  msgstr ""
5568
 
5569
+ #: core/lib/wpbc_all_translations.php:1058 inc/_mu/admin/page-users.php:237
5570
+ #: inc/_mu/multiuser.php:669
5571
  msgid "User is Deactivated"
5572
  msgstr ""
5573
 
5574
+ #: core/lib/wpbc_all_translations.php:1059 inc/_mu/admin/page-users.php:441
5575
  msgid "User Role"
5576
  msgstr ""
5577
 
5578
+ #: core/lib/wpbc_all_translations.php:1060 inc/_mu/admin/page-users.php:452
5579
+ #: inc/_mu/admin/page-users.php:595 inc/_mu/admin/page-users.php:603
5580
  msgid "Set user as"
5581
  msgstr ""
5582
 
5583
+ #: core/lib/wpbc_all_translations.php:1061 inc/_mu/admin/page-users.php:548
5584
  msgid "Unlimited"
5585
  msgstr ""
5586
 
5587
+ #: core/lib/wpbc_all_translations.php:1062 inc/_mu/admin/page-users.php:560
5588
+ #: inc/_mu/admin/page-users.php:568 inc/_mu/admin/page-users.php:574
5589
+ #: inc/_mu/admin/page-users.php:581 inc/_mu/admin/page-users.php:594
5590
+ #: inc/_mu/admin/page-users.php:602
5591
  msgid "Do you really want"
5592
  msgstr ""
5593
 
5594
+ #: core/lib/wpbc_all_translations.php:1063 inc/_mu/admin/page-users.php:561
5595
  msgid "make user active"
5596
  msgstr ""
5597
 
5598
+ #: core/lib/wpbc_all_translations.php:1064 inc/_mu/admin/page-users.php:565
5599
  msgid "Activate"
5600
  msgstr ""
5601
 
5602
+ #: core/lib/wpbc_all_translations.php:1065 inc/_mu/admin/page-users.php:569
5603
  msgid "make user inactive"
5604
  msgstr ""
5605
 
5606
+ #: core/lib/wpbc_all_translations.php:1066 inc/_mu/admin/page-users.php:572
5607
  msgid "Deactivate"
5608
  msgstr ""
5609
 
5610
+ #: core/lib/wpbc_all_translations.php:1067 inc/_mu/admin/page-users.php:575
5611
  msgid "delete configuration"
5612
  msgstr ""
5613
 
5614
+ #: core/lib/wpbc_all_translations.php:1068 inc/_mu/admin/page-users.php:579
5615
  msgid "Delete settings"
5616
  msgstr ""
5617
 
5618
+ #: core/lib/wpbc_all_translations.php:1069 inc/_mu/admin/page-users.php:582
5619
  msgid "delete all booking data"
5620
  msgstr ""
5621
 
5622
+ #: core/lib/wpbc_all_translations.php:1070 inc/_mu/admin/page-users.php:586
5623
  msgid "Delete data"
5624
  msgstr ""
5625
 
5626
+ #: core/lib/wpbc_all_translations.php:1071 inc/_mu/multiuser.php:605
5627
  msgid "Work days"
5628
  msgstr ""
5629
 
5630
+ #: core/lib/wpbc_all_translations.php:1072 inc/_mu/multiuser.php:737
5631
  #, php-format
5632
  msgid ""
5633
  "%sYou do not have permissions for this page.%s Your account is not active, please contact "
5634
  "administrator.%s"
5635
  msgstr ""
5636
 
5637
+ #: core/lib/wpbc_all_translations.php:1073 inc/_mu/multiuser.php:776
5638
  #, php-format
5639
  msgid "%sYou do not have permissions for this booking resources.%s"
5640
  msgstr ""
5641
 
5642
+ #: core/lib/wpbc_all_translations.php:1074 inc/_mu/multiuser.php:782
5643
  #, php-format
5644
  msgid "%sNo this booking resources.%s"
5645
  msgstr ""
5646
 
5647
+ #: core/lib/wpbc_all_translations.php:1075 inc/_ps/admin/activation-p.php:52
5648
  msgid "Please, reserve an apartment with fresh flowers."
5649
  msgstr ""
5650
 
5651
+ #: core/lib/wpbc_all_translations.php:1076 inc/_ps/admin/api-settings-p.php:56
5652
  msgid "Default booking resource"
5653
  msgstr ""
5654
 
5655
+ #: core/lib/wpbc_all_translations.php:1077 inc/_ps/admin/api-settings-p.php:57
5656
  msgid "Select your default booking resource."
5657
  msgstr ""
5658
 
5659
+ #: core/lib/wpbc_all_translations.php:1078 inc/_ps/admin/api-settings-p.php:70
5660
  msgid "Resources number per page"
5661
  msgstr ""
5662
 
5663
+ #: core/lib/wpbc_all_translations.php:1079 inc/_ps/admin/api-settings-p.php:71
5664
  msgid "Select number of booking resources (single or parent) per page at Resource menu page"
5665
  msgstr ""
5666
 
5667
+ #: core/lib/wpbc_all_translations.php:1080 inc/_ps/admin/api-settings-p.php:92
5668
+ #: inc/_ps/admin/api-settings-p.php:102
5669
  msgid "Booking title"
5670
  msgstr ""
5671
 
5672
+ #: core/lib/wpbc_all_translations.php:1081 inc/_ps/admin/api-settings-p.php:92
5673
  msgid "admin panel"
5674
  msgstr ""
5675
 
5676
+ #: core/lib/wpbc_all_translations.php:1082 inc/_ps/admin/api-settings-p.php:93
5677
  #, php-format
5678
  msgid ""
5679
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
5680
  "the shortcodes from the bottom form of Settings Fields page)."
5681
  msgstr ""
5682
 
5683
+ #: core/lib/wpbc_all_translations.php:1083 inc/_ps/admin/api-settings-p.php:102
5684
  msgid "front panel"
5685
  msgstr ""
5686
 
5687
+ #: core/lib/wpbc_all_translations.php:1084 inc/_ps/admin/api-settings-p.php:103
5688
  #, php-format
5689
  msgid ""
5690
  "Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
5691
  "from the bottom form of Settings Fields page."
5692
  msgstr ""
5693
 
5694
+ #: core/lib/wpbc_all_translations.php:1085 inc/_ps/admin/api-settings-p.php:111
5695
  msgid "Booking details in popover"
5696
  msgstr ""
5697
 
5698
+ #: core/lib/wpbc_all_translations.php:1086 inc/_ps/admin/api-settings-p.php:112
5699
  #, php-format
5700
  msgid ""
5701
  "Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
5702
  "side."
5703
  msgstr ""
5704
 
5705
+ #: core/lib/wpbc_all_translations.php:1087 inc/_ps/admin/api-settings-p.php:135
5706
  msgid "semicolon"
5707
  msgstr ""
5708
 
5709
+ #: core/lib/wpbc_all_translations.php:1088 inc/_ps/admin/api-settings-p.php:136
5710
  msgid "comma"
5711
  msgstr ""
5712
 
5713
+ #: core/lib/wpbc_all_translations.php:1089 inc/_ps/admin/api-settings-p.php:141
5714
  msgid "CSV data separator"
5715
  msgstr ""
5716
 
5717
+ #: core/lib/wpbc_all_translations.php:1090 inc/_ps/admin/api-settings-p.php:142
5718
  msgid "Select separator of data for export bookings to CSV."
5719
  msgstr ""
5720
 
5721
+ #: core/lib/wpbc_all_translations.php:1091 inc/_ps/admin/api-settings-p.php:168
5722
  msgid "URL to edit bookings"
5723
  msgstr ""
5724
 
5725
+ #: core/lib/wpbc_all_translations.php:1092 inc/_ps/admin/api-settings-p.php:169
5726
  #, php-format
5727
  msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
5728
  msgstr ""
5729
 
5730
+ #: core/lib/wpbc_all_translations.php:1093 inc/_ps/admin/api-settings-p.php:180
5731
  msgid "Change hash after the booking is approved"
5732
  msgstr ""
5733
 
5734
+ #: core/lib/wpbc_all_translations.php:1094 inc/_ps/admin/api-settings-p.php:181
5735
  msgid ""
5736
  "Check this box if you want to change the booking hash after approval. When checked, visitor will "
5737
  "not be able to edit or cancel the booking."
5738
  msgstr ""
5739
 
5740
+ #: core/lib/wpbc_all_translations.php:1095 inc/_ps/admin/page-email-edit.php:498
5741
  msgid "Modified"
5742
  msgstr ""
5743
 
5744
+ #: core/lib/wpbc_all_translations.php:1096 inc/_ps/admin/page-email-edit.php:500
5745
  msgid "Customization of email template, which is sending after modification of booking"
5746
  msgstr ""
5747
 
5748
+ #: core/lib/wpbc_all_translations.php:1097 inc/_ps/admin/page-email-edit.php:636
5749
  msgid "Email is sending to Visitor after Editing of booking."
5750
  msgstr ""
5751
 
5752
+ #: core/lib/wpbc_all_translations.php:1098 inc/_ps/admin/page-resources.php:39
5753
  msgid "Customizaton of booking resources"
5754
  msgstr ""
5755
 
5756
+ #: core/lib/wpbc_all_translations.php:1099 inc/_ps/admin/page-settings-form.php:126
5757
+ #: inc/_ps/admin/page-settings-form.php:146
5758
  msgid "Form fields"
5759
  msgstr ""
5760
 
5761
+ #: core/lib/wpbc_all_translations.php:1100 inc/_ps/admin/page-settings-form.php:127
5762
  msgid "Content of Booking Fields"
5763
  msgstr ""
5764
 
5765
+ #: core/lib/wpbc_all_translations.php:1101 inc/_ps/admin/page-settings-form.php:153
5766
  msgid "Generate tag"
5767
  msgstr ""
5768
 
5769
+ #: core/lib/wpbc_all_translations.php:1102 inc/_ps/admin/page-settings-form.php:162
5770
  #, php-format
5771
  msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
5772
  msgstr ""
5773
 
5774
+ #: core/lib/wpbc_all_translations.php:1103 inc/_ps/admin/page-settings-form.php:301
5775
  msgid "Form Template"
5776
  msgstr ""
5777
 
5778
+ #: core/lib/wpbc_all_translations.php:1104 inc/_ps/admin/page-settings-form.php:314
5779
  msgid "Standard Templates"
5780
  msgstr ""
5781
 
5782
+ #: core/lib/wpbc_all_translations.php:1105 inc/_ps/admin/page-settings-form.php:327
5783
  #: inc/_ps/form/class-wpbc-field-help-textarea.php:111
5784
  msgid "Columns"
5785
  msgstr ""
5786
 
5787
+ #: core/lib/wpbc_all_translations.php:1106 inc/_ps/admin/page-settings-form.php:362
5788
+ #: inc/_ps/admin/page-settings-form.php:372 inc/_ps/admin/page-settings-form.php:382
5789
  msgid "Time Slots"
5790
  msgstr ""
5791
 
5792
+ #: core/lib/wpbc_all_translations.php:1107 inc/_ps/admin/page-settings-form.php:399
5793
  msgid "Advanced Templates"
5794
  msgstr ""
5795
 
5796
+ #: core/lib/wpbc_all_translations.php:1108 inc/_ps/admin/page-settings-form.php:402
5797
  msgid "Wizard (several steps)"
5798
  msgstr ""
5799
 
5800
+ #: core/lib/wpbc_all_translations.php:1109 inc/_ps/admin/page-settings-form.php:415
5801
  msgid "Time slots for different weekdays"
5802
  msgstr ""
5803
 
5804
+ #: core/lib/wpbc_all_translations.php:1110 inc/_ps/admin/page-settings-form.php:425
5805
  msgid "Hints"
5806
  msgstr ""
5807
 
5808
+ #: core/lib/wpbc_all_translations.php:1111 inc/_ps/admin/page-settings-form.php:447
5809
  msgid "Reset Form"
5810
  msgstr ""
5811
 
5812
+ #: core/lib/wpbc_all_translations.php:1112 inc/_ps/admin/page-settings-form.php:500
5813
  msgid "Both"
5814
  msgstr ""
5815
 
5816
+ #: core/lib/wpbc_all_translations.php:1113 inc/_ps/admin/page-settings-form.php:501
5817
  msgid "Reset Booking Form and Content of Booking Fields Form"
5818
  msgstr ""
5819
 
5820
+ #: core/lib/wpbc_all_translations.php:1114 inc/_ps/admin/page-settings-form.php:598
5821
+ #: inc/gateways/page-gateways.php:931
5822
  #, php-format
5823
  msgid "%s - inserting data from fields of booking form"
5824
  msgstr ""
5825
 
5826
+ #: core/lib/wpbc_all_translations.php:1115 inc/_ps/admin/page-settings-form.php:599
5827
  #, php-format
5828
  msgid "%s - inserting new line"
5829
  msgstr ""
5830
 
5831
+ #: core/lib/wpbc_all_translations.php:1116 inc/_ps/admin/page-settings-form.php:603
5832
+ #: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:986
5833
  #, php-format
5834
  msgid ""
5835
  "You can use any %sHTML tags%s in the booking form. Please use the HTML tags carefully. Be sure, "
5836
  "that all \"open\" tags (like %s) are closed (like this %s)."
5837
  msgstr ""
5838
 
5839
+ #: core/lib/wpbc_all_translations.php:1117 inc/_ps/admin/page-settings-up.php:38
5840
  msgid "Upgrade to higher version"
5841
  msgstr ""
5842
 
5843
+ #: core/lib/wpbc_all_translations.php:1118 inc/_ps/class/wpbc-settings-table.php:260
5844
  msgid "No results found."
5845
  msgstr ""
5846
 
5847
+ #: core/lib/wpbc_all_translations.php:1119 inc/_ps/form/class-wpbc-field-help-checkbox.php:90
5848
  #, php-format
5849
  msgid "Wrap each item with %s tag"
5850
  msgstr ""
5851
 
5852
+ #: core/lib/wpbc_all_translations.php:1120 inc/_ps/form/class-wpbc-field-help-checkbox.php:104
5853
  msgid "Put a label before field"
5854
  msgstr ""
5855
 
5856
+ #: core/lib/wpbc_all_translations.php:1121 inc/_ps/form/class-wpbc-field-help-checkbox.php:118
5857
  #, php-format
5858
  msgid "Make it %sexclusive%s"
5859
  msgstr ""
5860
 
5861
+ #: core/lib/wpbc_all_translations.php:1122 inc/_ps/form/class-wpbc-field-help-checkbox.php:128
5862
  #: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
5863
  #: inc/_ps/form/class-wpbc-field-help-text.php:194
5864
  msgid "Default value"
5865
  msgstr ""
5866
 
5867
+ #: core/lib/wpbc_all_translations.php:1123 inc/_ps/form/class-wpbc-field-help-checkbox.php:136
5868
  #, php-format
5869
  msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
5870
  msgstr ""
5871
 
5872
+ #: core/lib/wpbc_all_translations.php:1124 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
5873
  #: inc/_ps/form/class-wpbc-field-help-select.php:111
5874
  #: inc/_ps/form/class-wpbc-field-help-text.php:177
5875
  msgid "required"
5876
  msgstr ""
5877
 
5878
+ #: core/lib/wpbc_all_translations.php:1125 inc/_ps/form/class-wpbc-field-help-checkbox.php:154
5879
  #: inc/_ps/form/class-wpbc-field-help-select.php:119
5880
  msgid "One option per line"
5881
  msgstr ""
5882
 
5883
+ #: core/lib/wpbc_all_translations.php:1126 inc/_ps/form/class-wpbc-field-help-checkbox.php:164
5884
  #: inc/_ps/form/class-wpbc-field-help-select.php:129
5885
  msgid "Titles of options"
5886
  msgstr ""
5887
 
5888
+ #: core/lib/wpbc_all_translations.php:1127 inc/_ps/form/class-wpbc-field-help-checkbox.php:172
5889
  #: inc/_ps/form/class-wpbc-field-help-select.php:137
5890
  msgid "One title per line"
5891
  msgstr ""
5892
 
5893
+ #: core/lib/wpbc_all_translations.php:1128 inc/_ps/form/class-wpbc-field-help-radio.php:93
5894
  #: inc/_ps/form/class-wpbc-field-help-select.php:86
5895
  #, php-format
5896
  msgid "One Value from %sOptions%s list"
5897
  msgstr ""
5898
 
5899
+ #: core/lib/wpbc_all_translations.php:1129 inc/_ps/form/class-wpbc-field-help-select.php:101
5900
  #, php-format
5901
  msgid "Allow %smultiple%s selections"
5902
  msgstr ""
5903
 
5904
+ #: core/lib/wpbc_all_translations.php:1130 inc/_ps/form/class-wpbc-field-help-text.php:167
5905
  #, php-format
5906
  msgid "Set as %srequired%s"
5907
  msgstr ""
5908
 
5909
+ #: core/lib/wpbc_all_translations.php:1131 inc/_ps/form/class-wpbc-field-help-text.php:228
5910
  msgid "Placeholder"
5911
  msgstr ""
5912
 
5913
+ #: core/lib/wpbc_all_translations.php:1132 inc/_ps/form/class-wpbc-field-help-text.php:247
5914
  msgid "Class"
5915
  msgstr ""
5916
 
5917
+ #: core/lib/wpbc_all_translations.php:1133 inc/_ps/form/class-wpbc-field-help-text.php:264
5918
  msgid "Size"
5919
  msgstr ""
5920
 
5921
+ #: core/lib/wpbc_all_translations.php:1134 inc/_ps/form/class-wpbc-field-help-text.php:281
5922
  msgid "Maxlength"
5923
  msgstr ""
5924
 
5925
+ #: core/lib/wpbc_all_translations.php:1135 inc/_ps/form/class-wpbc-field-help-text.php:298
5926
  msgid "Copy and paste this shortcode into the form at left side"
5927
  msgstr ""
5928
 
5929
+ #: core/lib/wpbc_all_translations.php:1136 inc/_ps/form/class-wpbc-field-help-text.php:313
5930
  #, php-format
5931
  msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
5932
  msgstr ""
5933
 
5934
+ #: core/lib/wpbc_all_translations.php:1137 inc/_ps/form/class-wpbc-field-help-textarea.php:94
5935
  msgid "Rows"
5936
  msgstr ""
5937
 
5938
+ #: core/lib/wpbc_all_translations.php:1138 inc/_ps/form/class-wpbc-form-help.php:86
5939
  msgid "General Information"
5940
  msgstr ""
5941
 
5942
+ #: core/lib/wpbc_all_translations.php:1139 inc/_ps/form/class-wpbc-form-help.php:109
5943
  msgid "Required Fields in Booking Form"
5944
  msgstr ""
5945
 
5946
+ #: core/lib/wpbc_all_translations.php:1140 inc/_ps/form/class-wpbc-form-help.php:117
5947
  #, php-format
5948
  msgid "You must to have this shortcode:%s in the form."
5949
  msgstr ""
5950
 
5951
+ #: core/lib/wpbc_all_translations.php:1141 inc/_ps/form/class-wpbc-form-help.php:119
5952
  msgid ""
5953
  "You can insert several calendars of different resources into the form allowing you to book "
5954
  "several resources during one booking process."
5955
  msgstr ""
5956
 
5957
+ #: core/lib/wpbc_all_translations.php:1142 inc/_ps/form/class-wpbc-form-help.php:120
5958
  #, php-format
5959
  msgid "Example: %s."
5960
  msgstr ""
5961
 
5962
+ #: core/lib/wpbc_all_translations.php:1143 inc/_ps/form/class-wpbc-form-help.php:121
5963
  #, php-format
5964
  msgid ""
5965
  "where %s – default calendar %s (you can select desired resource of calendar by inserting "
5966
  "shortcode into page)%s"
5967
  msgstr ""
5968
 
5969
+ #: core/lib/wpbc_all_translations.php:1144 inc/_ps/form/class-wpbc-form-help.php:122
5970
  #: inc/_ps/form/class-wpbc-form-help.php:123
5971
  #, php-format
5972
  msgid "%s – calendar of booking resource with %s"
5973
  msgstr ""
5974
 
5975
+ #: core/lib/wpbc_all_translations.php:1145 inc/_ps/form/class-wpbc-form-help.php:124
5976
  #, php-format
5977
  msgid "Please check more about this feature %shere%s."
5978
  msgstr ""
5979
 
5980
+ #: core/lib/wpbc_all_translations.php:1146 inc/_ps/form/class-wpbc-form-help.php:126
5981
  #: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
5982
  #: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
5983
  #: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
5987
  msgid "You can %suse this shortcode only once%s in the form."
5988
  msgstr ""
5989
 
5990
+ #: core/lib/wpbc_all_translations.php:1147 inc/_ps/form/class-wpbc-form-help.php:135
5991
  msgid "Email Field"
5992
  msgstr ""
5993
 
5994
+ #: core/lib/wpbc_all_translations.php:1148 inc/_ps/form/class-wpbc-form-help.php:136
5995
  #, php-format
5996
  msgid "You must have this shortcode:%s in the booking form."
5997
  msgstr ""
5998
 
5999
+ #: core/lib/wpbc_all_translations.php:1149 inc/_ps/form/class-wpbc-form-help.php:136
6000
  msgid "This is the primary email field, which is used for sending emails to visitors."
6001
  msgstr ""
6002
 
6003
+ #: core/lib/wpbc_all_translations.php:1150 inc/_ps/form/class-wpbc-form-help.php:163
6004
  msgid "Drop Down"
6005
  msgstr ""
6006
 
6007
+ #: core/lib/wpbc_all_translations.php:1151 inc/_ps/form/class-wpbc-form-help.php:175
6008
  msgid "Checkbox(es)"
6009
  msgstr ""
6010
 
6011
+ #: core/lib/wpbc_all_translations.php:1152 inc/_ps/form/class-wpbc-form-help.php:182
6012
  msgid "Radio Button(s)"
6013
  msgstr ""
6014
 
6015
+ #: core/lib/wpbc_all_translations.php:1153 inc/_ps/form/class-wpbc-form-help.php:196
6016
  #, php-format
6017
  msgid "Insert %s shortcode to prevent SPAM bookings."
6018
  msgstr ""
6019
 
6020
+ #: core/lib/wpbc_all_translations.php:1154 inc/_ps/form/class-wpbc-form-help.php:206
6021
  msgid "Submit Button"
6022
  msgstr ""
6023
 
6024
+ #: core/lib/wpbc_all_translations.php:1155 inc/_ps/form/class-wpbc-form-help.php:214
6025
  msgid "Times Fields"
6026
  msgstr ""
6027
 
6028
+ #: core/lib/wpbc_all_translations.php:1156 inc/_ps/form/class-wpbc-form-help.php:220
6029
  msgid "Time Slot List"
6030
  msgstr ""
6031
 
6032
+ #: core/lib/wpbc_all_translations.php:1157 inc/_ps/form/class-wpbc-form-help.php:222
6033
  #: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
6034
  #: inc/_ps/form/class-wpbc-form-help.php:379
6035
  #, php-format
6036
  msgid "Select the %s using the predefined %sTime List%s."
6037
  msgstr ""
6038
 
6039
+ #: core/lib/wpbc_all_translations.php:1158 inc/_ps/form/class-wpbc-form-help.php:222
6040
  msgid "Time Slot"
6041
  msgstr ""
6042
 
6043
+ #: core/lib/wpbc_all_translations.php:1159 inc/_ps/form/class-wpbc-form-help.php:223
6044
  #, php-format
6045
  msgid ""
6046
  "Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
6047
  "slots, this time field will %sdisable booked times slots%s (set them as grayed)."
6048
  msgstr ""
6049
 
6050
+ #: core/lib/wpbc_all_translations.php:1160 inc/_ps/form/class-wpbc-form-help.php:224
6051
  #, php-format
6052
  msgid "It works only in %ssingle day selection%s mode."
6053
  msgstr ""
6054
 
6055
+ #: core/lib/wpbc_all_translations.php:1161 inc/_ps/form/class-wpbc-form-help.php:225
6056
  msgid ""
6057
  "Also some early versions of the IE do not support disabling of the options in the selectboxes."
6058
  msgstr ""
6059
 
6060
+ #: core/lib/wpbc_all_translations.php:1162 inc/_ps/form/class-wpbc-form-help.php:226
6061
  msgid ""
6062
  "Even if visitor selects the booked timeslot, system will not allow them to make the booking."
6063
  msgstr ""
6064
 
6065
+ #: core/lib/wpbc_all_translations.php:1163 inc/_ps/form/class-wpbc-form-help.php:229
6066
  #: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
6067
  #, php-format
6068
  msgid ""
6070
  "Time)%s only."
6071
  msgstr ""
6072
 
6073
+ #: core/lib/wpbc_all_translations.php:1164 inc/_ps/form/class-wpbc-form-help.php:231
6074
  #, php-format
6075
  msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
6076
  msgstr ""
6077
 
6078
+ #: core/lib/wpbc_all_translations.php:1165 inc/_ps/form/class-wpbc-form-help.php:273
6079
  msgid "Start Time - Text field"
6080
  msgstr ""
6081
 
6082
+ #: core/lib/wpbc_all_translations.php:1166 inc/_ps/form/class-wpbc-form-help.php:275
6083
  #: inc/_ps/form/class-wpbc-form-help.php:288
6084
  #, php-format
6085
  msgid "Enter %s in text field."
6086
  msgstr ""
6087
 
6088
+ #: core/lib/wpbc_all_translations.php:1167 inc/_ps/form/class-wpbc-form-help.php:275
6089
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
6090
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6091
  msgid "Start Time"
6092
  msgstr ""
6093
 
6094
+ #: core/lib/wpbc_all_translations.php:1168 inc/_ps/form/class-wpbc-form-help.php:277
6095
  #: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
6096
  #, php-format
6097
  msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
6098
  msgstr ""
6099
 
6100
+ #: core/lib/wpbc_all_translations.php:1169 inc/_ps/form/class-wpbc-form-help.php:279
6101
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6102
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
6103
  #, php-format
6104
  msgid "You can also use the %s in the form."
6105
  msgstr ""
6106
 
6107
+ #: core/lib/wpbc_all_translations.php:1170 inc/_ps/form/class-wpbc-form-help.php:279
6108
  #: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
6109
  #: inc/_ps/form/class-wpbc-form-help.php:340
6110
  msgid "End Time"
6111
  msgstr ""
6112
 
6113
+ #: core/lib/wpbc_all_translations.php:1171 inc/_ps/form/class-wpbc-form-help.php:279
6114
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6115
  #: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
6116
  msgid "Duration Time"
6117
  msgstr ""
6118
 
6119
+ #: core/lib/wpbc_all_translations.php:1172 inc/_ps/form/class-wpbc-form-help.php:279
6120
  #: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
6121
  #: inc/_ps/form/class-wpbc-form-help.php:344
6122
  msgid "fields"
6123
  msgstr ""
6124
 
6125
+ #: core/lib/wpbc_all_translations.php:1173 inc/_ps/form/class-wpbc-form-help.php:286
6126
  msgid "End Time - Text field"
6127
  msgstr ""
6128
 
6129
+ #: core/lib/wpbc_all_translations.php:1174 inc/_ps/form/class-wpbc-form-help.php:300
6130
  msgid "Start Time - Drop Down list"
6131
  msgstr ""
6132
 
6133
+ #: core/lib/wpbc_all_translations.php:1175 inc/_ps/form/class-wpbc-form-help.php:304
6134
  #, php-format
6135
  msgid ""
6136
  "Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
6137
  "Time)%s only."
6138
  msgstr ""
6139
 
6140
+ #: core/lib/wpbc_all_translations.php:1176 inc/_ps/form/class-wpbc-form-help.php:338
6141
  msgid "End Time - Drop Down list"
6142
  msgstr ""
6143
 
6144
+ #: core/lib/wpbc_all_translations.php:1177 inc/_ps/form/class-wpbc-form-help.php:377
6145
  msgid "Duration Time - Drop Down list"
6146
  msgstr ""
6147
 
6148
+ #: core/lib/wpbc_all_translations.php:1178 inc/_ps/form/class-wpbc-form-help.php:383
6149
  msgid "field"
6150
  msgstr ""
6151
 
6152
+ #: core/lib/wpbc_all_translations.php:1179 inc/_ps/form/class-wpbc-form-help.php:416
6153
  msgid "Different time slots, for the different week days"
6154
  msgstr ""
6155
 
6156
+ #: core/lib/wpbc_all_translations.php:1180 inc/_ps/form/class-wpbc-form-help.php:419
6157
  msgid ""
6158
  "This feature provides the possibility to use the different time slot selections in the booking "
6159
  "form for the different week days or different days - which are assigned to the specific season "
6160
  "filters. So each week day (day of specific season filter) can have a different time slots list."
6161
  msgstr ""
6162
 
6163
+ #: core/lib/wpbc_all_translations.php:1181 inc/_ps/form/class-wpbc-form-help.php:421
6164
  #: inc/_ps/form/class-wpbc-form-help.php:568
6165
  msgid "Configuration"
6166
  msgstr ""
6167
 
6168
+ #: core/lib/wpbc_all_translations.php:1182 inc/_ps/form/class-wpbc-form-help.php:422
6169
  #: inc/_ps/form/class-wpbc-form-help.php:569
6170
  #, php-format
6171
  msgid "The general structure of the configuration %scondition rule%s is as follows"
6172
  msgstr ""
6173
 
6174
+ #: core/lib/wpbc_all_translations.php:1183 inc/_ps/form/class-wpbc-form-help.php:428
6175
  #: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
6176
  #: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
6177
  #: inc/_ps/form/class-wpbc-form-help.php:619
6178
  msgid "Parameters"
6179
  msgstr ""
6180
 
6181
+ #: core/lib/wpbc_all_translations.php:1184 inc/_ps/form/class-wpbc-form-help.php:429
6182
  #: inc/_ps/form/class-wpbc-form-help.php:576
6183
  #, php-format
6184
  msgid ""
6188
  "conditions. Please check more about it, in the examples."
6189
  msgstr ""
6190
 
6191
+ #: core/lib/wpbc_all_translations.php:1185 inc/_ps/form/class-wpbc-form-help.php:430
6192
  #: inc/_ps/form/class-wpbc-form-help.php:577
6193
  #, php-format
6194
  msgid ""
6199
  "filter in the Season Filters page."
6200
  msgstr ""
6201
 
6202
+ #: core/lib/wpbc_all_translations.php:1186 inc/_ps/form/class-wpbc-form-help.php:431
6203
  #, php-format
6204
  msgid ""
6205
  "%svalue%s – value of the specific conditions. If the value is true, the content of the "
6208
  "at initial stage, when the date in calendar is not yet selected."
6209
  msgstr ""
6210
 
6211
+ #: core/lib/wpbc_all_translations.php:1187 inc/_ps/form/class-wpbc-form-help.php:433
6212
  #: inc/_ps/form/class-wpbc-form-help.php:580
6213
  msgid "Examples"
6214
  msgstr ""
6215
 
6216
+ #: core/lib/wpbc_all_translations.php:1188 inc/_ps/form/class-wpbc-form-help.php:434
6217
  #: inc/_ps/form/class-wpbc-form-help.php:581
6218
  msgid "Week days conditions."
6219
  msgstr ""
6220
 
6221
+ #: core/lib/wpbc_all_translations.php:1189 inc/_ps/form/class-wpbc-form-help.php:450
6222
  #: inc/_ps/form/class-wpbc-form-help.php:597
6223
  msgid "default value, if no dates are selected, or none exist conditions are true."
6224
  msgstr ""
6225
 
6226
+ #: core/lib/wpbc_all_translations.php:1190 inc/_ps/form/class-wpbc-form-help.php:458
6227
  #: inc/_ps/form/class-wpbc-form-help.php:475
6228
  msgid "You can use the several values, separated by comma."
6229
  msgstr ""
6230
 
6231
+ #: core/lib/wpbc_all_translations.php:1191 inc/_ps/form/class-wpbc-form-help.php:460
6232
  #: inc/_ps/form/class-wpbc-form-help.php:607
6233
  msgid "Season filters conditions."
6234
  msgstr ""
6235
 
6236
+ #: core/lib/wpbc_all_translations.php:1192 inc/_ps/form/class-wpbc-form-help.php:473
6237
  #: inc/_ps/form/class-wpbc-form-help.php:620
6238
  msgid "Season filter on the Season Filters page,"
6239
  msgstr ""
6240
 
6241
+ #: core/lib/wpbc_all_translations.php:1193 inc/_ps/form/class-wpbc-form-help.php:474
6242
  #: inc/_ps/form/class-wpbc-form-help.php:621
6243
  msgid "Season filter on the Season Filters page"
6244
  msgstr ""
6245
 
6246
+ #: core/lib/wpbc_all_translations.php:1194 inc/_ps/form/class-wpbc-form-help.php:477
6247
  #: inc/_ps/form/class-wpbc-form-help.php:624
6248
  msgid "Additional info"
6249
  msgstr ""
6250
 
6251
+ #: core/lib/wpbc_all_translations.php:1195 inc/_ps/form/class-wpbc-form-help.php:478
6252
  #: inc/_ps/form/class-wpbc-form-help.php:625
6253
  #, php-format
6254
  msgid ""
6256
  "section."
6257
  msgstr ""
6258
 
6259
+ #: core/lib/wpbc_all_translations.php:1196 inc/_ps/form/class-wpbc-form-help.php:479
6260
  #: inc/_ps/form/class-wpbc-form-help.php:626
6261
  #, php-format
6262
  msgid "Please check more about this feature at %sthis page%s"
6263
  msgstr ""
6264
 
6265
+ #: core/lib/wpbc_all_translations.php:1197 inc/_ps/form/class-wpbc-form-help.php:493
6266
  msgid "Time Field"
6267
  msgstr ""
6268
 
6269
+ #: core/lib/wpbc_all_translations.php:1198 inc/_ps/form/class-wpbc-form-help.php:495
6270
  #, php-format
6271
  msgid "Enter the %sTime%s using the text field."
6272
  msgstr ""
6273
 
6274
+ #: core/lib/wpbc_all_translations.php:1199 inc/_ps/form/class-wpbc-form-help.php:498
6275
  msgid "This field does not impact to availability (booking for the specific time) ."
6276
  msgstr ""
6277
 
6278
+ #: core/lib/wpbc_all_translations.php:1200 inc/_ps/form/class-wpbc-form-help.php:499
6279
  msgid "The value of this field is just saved into DB."
6280
  msgstr ""
6281
 
6282
+ #: core/lib/wpbc_all_translations.php:1201 inc/_ps/form/class-wpbc-form-help.php:509
6283
  msgid "Country List"
6284
  msgstr ""
6285
 
6286
+ #: core/lib/wpbc_all_translations.php:1202 inc/_ps/form/class-wpbc-form-help.php:511
6287
  msgid "Select the country from the predefined country list."
6288
  msgstr ""
6289
 
6290
+ #: core/lib/wpbc_all_translations.php:1203 inc/_ps/form/class-wpbc-form-help.php:512
6291
  #, php-format
6292
  msgid "You can customize the country list at this file: %s"
6293
  msgstr ""
6294
 
6295
+ #: core/lib/wpbc_all_translations.php:1204 inc/_ps/form/class-wpbc-form-help.php:513
6296
  msgid "You can insert this field with default selected value."
6297
  msgstr ""
6298
 
6299
+ #: core/lib/wpbc_all_translations.php:1205 inc/_ps/form/class-wpbc-form-help.php:514
6300
  #, php-format
6301
  msgid "Example: %s - %s\"United States\"%s is selected by default."
6302
  msgstr ""
6303
 
6304
+ #: core/lib/wpbc_all_translations.php:1206 inc/_ps/form/class-wpbc-form-help.php:523
6305
  msgid "Language Sections"
6306
  msgstr ""
6307
 
6308
+ #: core/lib/wpbc_all_translations.php:1207 inc/_ps/form/class-wpbc-form-help.php:525
6309
  msgid "Plugin support configurations of the booking form are available in different languages."
6310
  msgstr ""
6311
 
6312
+ #: core/lib/wpbc_all_translations.php:1208 inc/_ps/form/class-wpbc-form-help.php:526
6313
  msgid "The active language of the booking form depends on the active locale of the site."
6314
  msgstr ""
6315
 
6316
+ #: core/lib/wpbc_all_translations.php:1209 inc/_ps/form/class-wpbc-form-help.php:527
6317
  msgid ""
6318
  "Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
6319
  msgstr ""
6320
 
6321
+ #: core/lib/wpbc_all_translations.php:1210 inc/_ps/form/class-wpbc-form-help.php:529
6322
  msgid "Usage"
6323
  msgstr ""
6324
 
6325
+ #: core/lib/wpbc_all_translations.php:1211 inc/_ps/form/class-wpbc-form-help.php:530
6326
  #, php-format
6327
  msgid "start new translation section in specific language, where %s - locale of the translation."
6328
  msgstr ""
6329
 
6330
+ #: core/lib/wpbc_all_translations.php:1212 inc/_ps/form/class-wpbc-form-help.php:533
6331
  msgid "English and French translation"
6332
  msgstr ""
6333
 
6334
+ #: core/lib/wpbc_all_translations.php:1213 inc/_ps/form/class-wpbc-form-help.php:536
6335
  msgid "of configuration booking form in English and French languages"
6336
  msgstr ""
6337
 
6338
+ #: core/lib/wpbc_all_translations.php:1214 inc/_ps/form/class-wpbc-form-help.php:555
6339
  msgid ""
6340
  "Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
6341
  "translation\" page. Required WPML 3.2 with String Translation plugin."
6342
  msgstr ""
6343
 
6344
+ #: core/lib/wpbc_all_translations.php:1215 inc/_ps/form/class-wpbc-form-help.php:563
6345
  msgid "Different form fields, for the different week days"
6346
  msgstr ""
6347
 
6348
+ #: core/lib/wpbc_all_translations.php:1216 inc/_ps/form/class-wpbc-form-help.php:566
6349
  msgid ""
6350
  "This feature provides the possibility to show the different form fields or any other HTML "
6351
  "content in the booking form, depending on the selection of specific week day in calendar or "
6352
  "different days, which are assigned to the specific season filters"
6353
  msgstr ""
6354
 
6355
+ #: core/lib/wpbc_all_translations.php:1217 inc/_ps/form/class-wpbc-form-help.php:578
6356
  #, php-format
6357
  msgid ""
6358
  "%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
6361
  "at initial stage, when the date in calendar is not yet selected."
6362
  msgstr ""
6363
 
6364
+ #: core/lib/wpbc_all_translations.php:1218 inc/_ps/form/class-wpbc-form-help.php:605
6365
  msgid "You can use several values, separated by comma."
6366
  msgstr ""
6367
 
6368
+ #: core/lib/wpbc_all_translations.php:1219 inc/_ps/form/class-wpbc-form-help.php:622
6369
  msgid "You can use several values, separated by a comma."
6370
  msgstr ""
6371
 
6372
+ #: core/lib/wpbc_all_translations.php:1220 inc/_ps/form/class-wpbc-form-help.php:635
6373
  msgid "Cost Fields"
6374
  msgstr ""
6375
 
6376
+ #: core/lib/wpbc_all_translations.php:1221 inc/_ps/form/class-wpbc-form-help.php:641
6377
  msgid "Cost Correction Field"
6378
  msgstr ""
6379
 
6380
+ #: core/lib/wpbc_all_translations.php:1222 inc/_ps/form/class-wpbc-form-help.php:643
6381
  #, php-format
6382
  msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
6383
  msgstr ""
6384
 
6385
+ #: core/lib/wpbc_all_translations.php:1223 inc/_ps/form/class-wpbc-form-help.php:644
6386
  #, php-format
6387
  msgid "Use this field for %scorrecting the cost%s during adding new booking."
6388
  msgstr ""
6389
 
6390
+ #: core/lib/wpbc_all_translations.php:1224 inc/_ps/form/class-wpbc-form-help.php:655
6391
  msgid "Discount Coupon field"
6392
  msgstr ""
6393
 
6394
+ #: core/lib/wpbc_all_translations.php:1225 inc/_ps/form/class-wpbc-form-help.php:657
6395
  msgid "Please use this field for possibility to use coupon discounts by your visitors."
6396
  msgstr ""
6397
 
6398
+ #: core/lib/wpbc_all_translations.php:1226 inc/_ps/form/class-wpbc-form-help.php:658
6399
  #, php-format
6400
  msgid "You can configure the discount coupon codes at this %spage%s."
6401
  msgstr ""
6402
 
6403
+ #: core/lib/wpbc_all_translations.php:1227 inc/_ps/form/class-wpbc-form-help.php:667
6404
  msgid "Hints for your form"
6405
  msgstr ""
6406
 
6407
+ #: core/lib/wpbc_all_translations.php:1228 inc/_ps/form/class-wpbc-form-help.php:673
6408
  msgid "Cost Hints"
6409
  msgstr ""
6410
 
6411
+ #: core/lib/wpbc_all_translations.php:1229 inc/_ps/form/class-wpbc-form-help.php:675
6412
+ #: inc/_ps/form/class-wpbc-form-help.php:697
6413
  #, php-format
6414
  msgid ""
6415
  "Insert these shortcodes into form to %sshow info in real time %s(after selection of the dates in "
6416
  "calendar or options in checkboxes or selectboxes)%s."
6417
  msgstr ""
6418
 
6419
+ #: core/lib/wpbc_all_translations.php:1230 inc/_ps/form/class-wpbc-form-help.php:695
6420
  msgid "Dates and Times Hints"
6421
  msgstr ""
6422
 
6423
+ #: core/lib/wpbc_all_translations.php:1231 inc/_ps/form/class-wpbc-form-help.php:699
6424
+ #: inc/gateways/page-gateways.php:956
6425
  msgid "Selected Check In date."
6426
  msgstr ""
6427
 
6428
+ #: core/lib/wpbc_all_translations.php:1232 inc/_ps/form/class-wpbc-form-help.php:700
6429
+ #: inc/_ps/form/class-wpbc-form-help.php:703 inc/_ps/form/class-wpbc-form-help.php:706
6430
+ #: inc/_ps/form/class-wpbc-form-help.php:709 inc/_ps/form/class-wpbc-form-help.php:712
6431
+ #: inc/_ps/form/class-wpbc-form-help.php:715 inc/_ps/form/class-wpbc-form-help.php:718
6432
+ #: inc/_ps/form/class-wpbc-form-help.php:721 inc/_ps/form/class-wpbc-form-help.php:724
6433
+ #: inc/_ps/form/class-wpbc-form-help.php:727 inc/_ps/form/class-wpbc-form-help.php:730
6434
+ #: inc/gateways/page-gateways.php:957 inc/gateways/page-gateways.php:960
6435
+ #: inc/gateways/page-gateways.php:963 inc/gateways/page-gateways.php:966
6436
+ #: inc/gateways/page-gateways.php:969 inc/gateways/page-gateways.php:972
6437
+ #: inc/gateways/page-gateways.php:975 inc/gateways/page-gateways.php:978
6438
+ #: inc/gateways/page-gateways.php:981 inc/gateways/page-gateways.php:984
6439
  msgid "Example:"
6440
  msgstr ""
6441
 
6442
+ #: core/lib/wpbc_all_translations.php:1233 inc/_ps/form/class-wpbc-form-help.php:702
6443
+ #: inc/_ps/form/class-wpbc-form-help.php:705 inc/gateways/page-gateways.php:959
6444
  msgid "Selected Check Out date."
6445
  msgstr ""
6446
 
6447
+ #: core/lib/wpbc_all_translations.php:1234 inc/_ps/form/class-wpbc-form-help.php:708
6448
+ #: inc/gateways/page-gateways.php:962
6449
  msgid "Selected Start Time."
6450
  msgstr ""
6451
 
6452
+ #: core/lib/wpbc_all_translations.php:1235 inc/_ps/form/class-wpbc-form-help.php:711
6453
+ #: inc/gateways/page-gateways.php:965
6454
  msgid "Selected End Time."
6455
  msgstr ""
6456
 
6457
+ #: core/lib/wpbc_all_translations.php:1236 inc/_ps/form/class-wpbc-form-help.php:714
6458
+ #: inc/gateways/page-gateways.php:968
6459
  msgid "All selected dates."
6460
  msgstr ""
6461
 
6462
+ #: core/lib/wpbc_all_translations.php:1237 inc/_ps/form/class-wpbc-form-help.php:717
6463
+ #: inc/gateways/page-gateways.php:971
6464
  msgid "All selected dates with times."
6465
  msgstr ""
6466
 
6467
+ #: core/lib/wpbc_all_translations.php:1238 inc/_ps/form/class-wpbc-form-help.php:720
6468
+ #: inc/gateways/page-gateways.php:974
6469
  msgid "All selected dates in \"short\" format."
6470
  msgstr ""
6471
 
6472
+ #: core/lib/wpbc_all_translations.php:1239 inc/_ps/form/class-wpbc-form-help.php:723
6473
+ #: inc/gateways/page-gateways.php:977
6474
  msgid "All selected dates with times in \"short\" format.."
6475
  msgstr ""
6476
 
6477
+ #: core/lib/wpbc_all_translations.php:1240 inc/_ps/form/class-wpbc-form-help.php:726
6478
+ #: inc/gateways/page-gateways.php:980
6479
  msgid "Number of selected days."
6480
  msgstr ""
6481
 
6482
+ #: core/lib/wpbc_all_translations.php:1241 inc/_ps/form/class-wpbc-form-help.php:729
6483
+ #: inc/gateways/page-gateways.php:983
6484
  msgid "Number of selected nights."
6485
  msgstr ""
6486
 
6487
+ #: core/lib/wpbc_all_translations.php:1242 inc/_ps/form/class-wpbc-form-help.php:739
6488
  msgid "Other Hints"
6489
  msgstr ""
6490
 
6491
+ #: core/lib/wpbc_all_translations.php:1243 inc/_ps/form/class-wpbc-form-help.php:741
6492
+ #: inc/_ps/form/class-wpbc-form-help.php:743 inc/gateways/page-gateways.php:934
6493
  msgid "title of booking resource"
6494
  msgstr ""
6495
 
6496
+ #: core/lib/wpbc_all_translations.php:1244 inc/_ps/form/class-wpbc-form-help.php:742
6497
  msgid "ID of booking resource."
6498
  msgstr ""
6499
 
6500
+ #: core/lib/wpbc_all_translations.php:1245 inc/_ps/form/class-wpbc-form-help.php:744
6501
  msgid "cost of booking resource."
6502
  msgstr ""
6503
 
6504
+ #: core/lib/wpbc_all_translations.php:1246 inc/_ps/form/class-wpbc-form-help.php:745
6505
  msgid "capacity of booking resource."
6506
  msgstr ""
6507
 
6508
+ #: core/lib/wpbc_all_translations.php:1247 inc/_ps/form/class-wpbc-form-help.php:746
6509
  msgid "maximum number of visitors per booking resource."
6510
  msgstr ""
6511
 
6512
+ #: core/lib/wpbc_all_translations.php:1248 inc/_ps/form/class-wpbc-form-help.php:760
6513
  msgid "Tips and Tricks"
6514
  msgstr ""
6515
 
6516
+ #: core/lib/wpbc_all_translations.php:1249 inc/_ps/form/class-wpbc-form-help.php:762
6517
  #, php-format
6518
  msgid "%sEmail verification field%s."
6519
  msgstr ""
6520
 
6521
+ #: core/lib/wpbc_all_translations.php:1250 inc/_ps/form/class-wpbc-form-help.php:764
6522
  #, php-format
6523
  msgid "%sDescription of usage%s."
6524
  msgstr ""
6525
 
6526
+ #: core/lib/wpbc_all_translations.php:1251 inc/_ps/form/class-wpbc-form-help.php:765
6527
  #, php-format
6528
  msgid ""
6529
  "To create verification email, you need to use special CSS class in other email field. This CSS "
6531
  "field: %s"
6532
  msgstr ""
6533
 
6534
+ #: core/lib/wpbc_all_translations.php:1252 inc/_ps/form/class-wpbc-form-help.php:766
6535
  #, php-format
6536
  msgid "%sExample%s."
6537
  msgstr ""
6538
 
6539
+ #: core/lib/wpbc_all_translations.php:1253 inc/_ps/form/class-wpbc-form-help.php:767
6540
  msgid "confirmation email field of the primary email field"
6541
  msgstr ""
6542
 
6543
+ #: core/lib/wpbc_all_translations.php:1254 inc/_ps/form/class-wpbc-form-help.php:791
6544
  msgid "Generate Tag"
6545
  msgstr ""
6546
 
6547
+ #: core/lib/wpbc_all_translations.php:1255 inc/_ps/form/class-wpbc-form-help.php:807
6548
  msgid "Select option to configure or show help info about tags"
6549
  msgstr ""
6550
 
6551
+ #: core/lib/wpbc_all_translations.php:1256 inc/_ps/p-toolbar.php:34
6552
  msgid "Keyword"
6553
  msgstr ""
6554
 
6555
+ #: core/lib/wpbc_all_translations.php:1257 inc/_ps/p-toolbar.php:42
6556
  msgid "Enter Keyword here"
6557
  msgstr ""
6558
 
6559
+ #: core/lib/wpbc_all_translations.php:1258 inc/_ps/p-toolbar.php:65
6560
  msgid ""
6561
  "Save filter settings as default template (Please, click Apply filter button, before saving!)"
6562
  msgstr ""
6563
 
6564
+ #: core/lib/wpbc_all_translations.php:1259 inc/_ps/p-toolbar.php:69
6565
  msgid "Save as Default"
6566
  msgstr ""
6567
 
6568
+ #: core/lib/wpbc_all_translations.php:1260 inc/_ps/p-toolbar.php:75
6569
  msgid "Delete your previously saved default filer template!"
6570
  msgstr ""
6571
 
6572
+ #: core/lib/wpbc_all_translations.php:1261 inc/_ps/p-toolbar.php:79
6573
  msgid "Delete template"
6574
  msgstr ""
6575
 
6576
+ #: core/lib/wpbc_all_translations.php:1262 inc/_ps/p-toolbar.php:101
6577
  msgid "Print bookings listing"
6578
  msgstr ""
6579
 
6580
+ #: core/lib/wpbc_all_translations.php:1263 inc/_ps/p-toolbar.php:143
6581
  msgid "Export only current page of bookings to CSV format"
6582
  msgstr ""
6583
 
6584
+ #: core/lib/wpbc_all_translations.php:1264 inc/_ps/p-toolbar.php:156
6585
  msgid "Export All"
6586
  msgstr ""
6587
 
6588
+ #: core/lib/wpbc_all_translations.php:1265 inc/_ps/p-toolbar.php:157
6589
  msgid "Export All bookings to CSV format"
6590
  msgstr ""
6591
 
6592
+ #: core/lib/wpbc_all_translations.php:1266 inc/_ps/p-toolbar.php:224
6593
  msgid "Edit Note"
6594
  msgstr ""
6595
 
6596
+ #: core/lib/wpbc_all_translations.php:1267 inc/_ps/p-toolbar.php:247
6597
  msgid "Change Language"
6598
  msgstr ""
6599
 
6600
+ #: core/lib/wpbc_all_translations.php:1268 inc/_ps/p-toolbar.php:259
6601
  msgid "Default Locale"
6602
  msgstr ""
6603
 
6604
+ #: core/lib/wpbc_all_translations.php:1269 inc/_ps/p-toolbar.php:295
6605
  msgid "Change Resource"
6606
  msgstr ""
6607
 
6608
+ #: core/lib/wpbc_all_translations.php:1270 inc/_ps/p-toolbar.php:320 inc/_ps/p-toolbar.php:432
6609
  msgid "Duplicate Booking"
6610
  msgstr ""
6611
 
6612
+ #: core/lib/wpbc_all_translations.php:1271 inc/_ps/p-toolbar.php:350
6613
  msgid "Save"
6614
  msgstr ""
6615
 
6616
+ #: core/lib/wpbc_all_translations.php:1272 inc/_ps/p-toolbar.php:399
6617
  msgid "Change"
6618
  msgstr ""
6619
 
6620
+ #: core/lib/wpbc_all_translations.php:1273 inc/_ps/p-toolbar.php:469
6621
  msgid "Print bookings"
6622
  msgstr ""
6623
 
6624
+ #: core/lib/wpbc_all_translations.php:1274 inc/_ps/p-toolbar.php:508
6625
  msgid "Export bookings"
6626
  msgstr ""
6627
 
6628
+ #: core/lib/wpbc_all_translations.php:1275 inc/_ps/p-toolbar.php:511
6629
  msgid "Download the CSV file of exported booking data"
6630
  msgstr ""
6631
 
6632
+ #: core/lib/wpbc_all_translations.php:1276 inc/_ps/p-toolbar.php:519
6633
  msgid "Download"
6634
  msgstr ""
6635
 
6636
+ #: core/lib/wpbc_all_translations.php:1277 inc/_ps/p-toolbar.php:747
6637
  msgid "Clear booking resources selection"
6638
  msgstr ""
6639
 
6640
+ #: core/lib/wpbc_all_translations.php:1278 inc/_ps/p-toolbar.php:751
6641
  msgid "Apply booking resources selection"
6642
  msgstr ""
6643
 
6644
+ #: core/lib/wpbc_all_translations.php:1279 inc/_ps/p-toolbar.php:781
6645
  msgid ""
6646
  "Please note, its not possible to add new resources, if \"All resources\" option is selected. "
6647
  "Please clear the selection, then add new resources."
6648
  msgstr ""
6649
 
6650
+ #: core/lib/wpbc_all_translations.php:1280 inc/_ps/p-toolbar.php:1069 inc/_ps/p-toolbar.php:1117
6651
  msgid "Add New Booking Resource(s)"
6652
  msgstr ""
6653
 
6654
+ #: core/lib/wpbc_all_translations.php:1281 inc/_ps/p-toolbar.php:1109
6655
  msgid "Enter name of booking resource"
6656
  msgstr ""
6657
 
6658
+ #: core/lib/wpbc_all_translations.php:1282 inc/_ps/p-toolbar.php:1133
6659
  msgid "Resources count"
6660
  msgstr ""
6661
 
6662
+ #: core/lib/wpbc_all_translations.php:1283 inc/_ps/personal.php:230
6663
  msgid "This booking resources does not exist"
6664
  msgstr ""
6665
 
6666
+ #: core/lib/wpbc_all_translations.php:1284 inc/_ps/personal.php:275
6667
  msgid "Generating columns"
6668
  msgstr ""
6669
 
6670
+ #: core/lib/wpbc_all_translations.php:1285 inc/_ps/personal.php:316
6671
  msgid "Exporting booking data"
6672
  msgstr ""
6673
 
6674
+ #: core/lib/wpbc_all_translations.php:1286 inc/_ps/personal.php:356
6675
  msgid "Generating content of file"
6676
  msgstr ""
6677
 
6678
+ #: core/lib/wpbc_all_translations.php:1287 inc/_ps/personal.php:398
6679
  msgid "Saving to file"
6680
  msgstr ""
6681
 
6682
+ #: core/lib/wpbc_all_translations.php:1288 inc/_ps/personal.php:798
6683
  msgid "The booking was canceled by the visitor."
6684
  msgstr ""
6685
 
6686
+ #: core/lib/wpbc_all_translations.php:1289 inc/_ps/personal.php:857
6687
  msgid "The booking has been canceled successfully"
6688
  msgstr ""
6689
 
6690
+ #: core/lib/wpbc_all_translations.php:1290 inc/_ps/personal.php:877
6691
  msgid "Incorrect date format"
6692
  msgstr ""
6693
 
6694
+ #: core/lib/wpbc_all_translations.php:1291 inc/_ps/personal.php:1993
6695
  msgid "Change your Booking"
6696
  msgstr ""
6697
 
6698
+ #: core/lib/wpbc_all_translations.php:1292 inc/_ps/personal.php:1995
6699
  msgid "Cancel Booking"
6700
  msgstr ""
6701
 
6702
+ #: core/lib/wpbc_all_translations.php:1293 inc/_ps/personal.php:2249
6703
  msgid "Warning! The resource was not changed. Current dates are already booked there."
6704
  msgstr ""
6705
 
6706
+ #: core/lib/wpbc_all_translations.php:1294 inc/_ps/personal.php:2386
6707
  msgid "The booking has been duplicated successfully"
6708
  msgstr ""
6709
 
6710
+ #: core/lib/wpbc_all_translations.php:1295 inc/_ps/personal.php:2395
6711
  msgid "Warning! Operation failed. Current dates are already booked there."
6712
  msgstr ""
6713
 
6714
+ #: core/lib/wpbc_all_translations.php:1296 inc/_ps/personal.php:2482
6715
  msgid "Sending request..."
6716
  msgstr ""
6717
 
6718
+ #: core/lib/wpbc_all_translations.php:1297 inc/_ps/personal.php:2511
6719
  msgid "Order number"
6720
  msgstr ""
6721
 
6722
+ #: core/lib/wpbc_all_translations.php:1298 inc/_ps/personal.php:2513
6723
  msgid "Register"
6724
  msgstr ""
6725
 
6726
+ #: core/lib/wpbc_all_translations.php:1299 inc/_ps/personal.php:2515
6727
  msgid ""
6728
  "Please, enter order number of your purchased version, which you received to your billing email."
6729
  msgstr ""
6730
 
6731
+ #: core/lib/wpbc_all_translations.php:1300 inc/_ps/personal.php:2517
6732
  #, php-format
6733
  msgid "If you will get any difficulties or have a questions, please contact by email %s"
6734
  msgstr ""
6735
 
6736
+ #: core/lib/wpbc_all_translations.php:1301 inc/_ps/wpbc-booking-select-widget.php:226
6737
  msgid "Default form"
6738
  msgstr ""
6739
 
6740
+ #: core/lib/wpbc_all_translations.php:1302 inc/_ps/wpbc-check-updates.php:178
6741
  #, php-format
6742
  msgid ""
6743
  "There is a new version of %1$s available. <a href=\"%2$s\" target=\"_blank\" title=\"%3$s\">View "
6744
  "version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
6745
  msgstr ""
6746
 
6747
+ #: core/lib/wpbc_all_translations.php:1303 inc/_ps/wpbc-check-updates.php:184
6748
  #, php-format
6749
  msgid "You can request the new update of plugin on %1$sthis page%2$s."
6750
  msgstr ""
6751
 
6752
+ #: core/lib/wpbc_all_translations.php:1304 inc/_ps/wpbc-check-updates.php:191
6753
  msgid "Upgrade Notice"
6754
  msgstr ""
6755
 
6756
+ #: core/lib/wpbc_all_translations.php:1305 inc/_ps/wpbc-check-updates.php:231
6757
  #, php-format
6758
  msgid "Version %s By %s"
6759
  msgstr ""
6760
 
6761
+ #: core/lib/wpbc_all_translations.php:1306 inc/_ps/wpbc-check-updates.php:235
6762
  msgid "View details"
6763
  msgstr ""
6764
 
6765
+ #: core/lib/wpbc_all_translations.php:1307 inc/_ps/wpbc-form-templates.php:34
 
 
 
 
 
 
6766
  #: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
6767
  #: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
6768
+ msgid "First Name (required)"
6769
  msgstr ""
6770
 
6771
+ #: core/lib/wpbc_all_translations.php:1308 inc/_ps/wpbc-form-templates.php:35
6772
  #: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
6773
  #: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
6774
+ msgid "Last Name (required)"
6775
  msgstr ""
6776
 
6777
+ #: core/lib/wpbc_all_translations.php:1309 inc/_ps/wpbc-form-templates.php:36
6778
  #: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
6779
  #: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
6780
+ msgid "Email (required)"
6781
+ msgstr ""
6782
+
6783
+ #: core/lib/wpbc_all_translations.php:1310 inc/_ps/wpbc-form-templates.php:37
6784
+ #: inc/_ps/wpbc-form-templates.php:52 inc/_ps/wpbc-form-templates.php:72
6785
+ #: inc/_ps/wpbc-form-templates.php:95 inc/_ps/wpbc-form-templates.php:117
6786
+ #: inc/_ps/wpbc-form-templates.php:147 inc/_ps/wpbc-form-templates.php:159
6787
+ #: inc/_ps/wpbc-form-templates.php:174 inc/_ps/wpbc-form-templates.php:189
6788
+ #: inc/gateways/page-gateways.php:254
6789
  msgid "Phone"
6790
  msgstr ""
6791
 
6792
+ #: core/lib/wpbc_all_translations.php:1311 inc/_ps/wpbc-form-templates.php:38
6793
+ #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
6794
+ #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:148
6795
+ #: inc/_ps/wpbc-form-templates.php:164 inc/_ps/wpbc-form-templates.php:179
6796
  msgid "Adults"
6797
  msgstr ""
6798
 
6799
+ #: core/lib/wpbc_all_translations.php:1312 inc/_ps/wpbc-form-templates.php:38
6800
+ #: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
6801
+ #: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:149
6802
+ #: inc/_ps/wpbc-form-templates.php:165 inc/_ps/wpbc-form-templates.php:180
6803
  msgid "Children"
6804
  msgstr ""
6805
 
6806
+ #: core/lib/wpbc_all_translations.php:1313 inc/_ps/wpbc-form-templates.php:39
6807
+ #: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
6808
+ #: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:123
6809
+ #: inc/_ps/wpbc-form-templates.php:150 inc/_ps/wpbc-form-templates.php:166
6810
+ #: inc/_ps/wpbc-form-templates.php:181 inc/_ps/wpbc-form-templates.php:195
6811
  msgid "Details"
6812
  msgstr ""
6813
 
6814
+ #: core/lib/wpbc_all_translations.php:1314 inc/_ps/wpbc-form-templates.php:40
6815
+ #: inc/_ps/wpbc-form-templates.php:59 inc/_ps/wpbc-form-templates.php:79
6816
+ #: inc/_ps/wpbc-form-templates.php:102 inc/_ps/wpbc-form-templates.php:125
6817
  msgid "I Accept term and conditions"
6818
  msgstr ""
6819
 
6820
+ #: core/lib/wpbc_all_translations.php:1315 inc/_ps/wpbc-form-templates.php:48
6821
+ #: inc/_ps/wpbc-form-templates.php:68
6822
  msgid "Select Times"
6823
  msgstr ""
6824
 
6825
+ #: core/lib/wpbc_all_translations.php:1316 inc/_ps/wpbc-form-templates.php:53
 
 
 
 
 
 
6826
  #: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
6827
  #: inc/_ps/wpbc-form-templates.php:118
6828
+ msgid "Address (required)"
6829
  msgstr ""
6830
 
6831
+ #: core/lib/wpbc_all_translations.php:1317 inc/_ps/wpbc-form-templates.php:54
6832
  #: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
6833
  #: inc/_ps/wpbc-form-templates.php:119
6834
+ msgid "City (required)"
6835
  msgstr ""
6836
 
6837
+ #: core/lib/wpbc_all_translations.php:1318 inc/_ps/wpbc-form-templates.php:55
6838
  #: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
6839
  #: inc/_ps/wpbc-form-templates.php:120
6840
+ msgid "Post code (required)"
6841
+ msgstr ""
6842
+
6843
+ #: core/lib/wpbc_all_translations.php:1319 inc/_ps/wpbc-form-templates.php:56
6844
+ #: inc/_ps/wpbc-form-templates.php:76 inc/_ps/wpbc-form-templates.php:99
6845
+ #: inc/_ps/wpbc-form-templates.php:121
6846
  msgid "Country (required)"
6847
  msgstr ""
6848
 
6849
+ #: core/lib/wpbc_all_translations.php:1320 inc/_ps/wpbc-form-templates.php:89
6850
  msgid "night(s)"
6851
  msgstr ""
6852
 
6853
+ #: core/lib/wpbc_all_translations.php:1321 inc/_ps/wpbc-form-templates.php:90
6854
+ #: inc/_ps/wpbc-form-templates.php:112
6855
  msgid "Full cost of the booking"
6856
  msgstr ""
6857
 
6858
+ #: core/lib/wpbc_all_translations.php:1322 inc/_ps/wpbc-form-templates.php:122
6859
+ #: inc/_ps/wpbc-form-templates.php:194
6860
  msgid "Visitors"
6861
  msgstr ""
6862
 
6863
+ #: core/lib/wpbc_all_translations.php:1323 inc/_ps/wpbc-form-templates.php:144
6864
+ #: inc/_ps/wpbc-form-templates.php:156 inc/_ps/wpbc-form-templates.php:171
6865
+ #: inc/_ps/wpbc-form-templates.php:186
6866
  msgid "First Name"
6867
  msgstr ""
6868
 
6869
+ #: core/lib/wpbc_all_translations.php:1324 inc/_ps/wpbc-form-templates.php:145
6870
+ #: inc/_ps/wpbc-form-templates.php:157 inc/_ps/wpbc-form-templates.php:172
6871
+ #: inc/_ps/wpbc-form-templates.php:187
6872
  msgid "Last Name"
6873
  msgstr ""
6874
 
6875
+ #: core/lib/wpbc_all_translations.php:1325 inc/_ps/wpbc-form-templates.php:146
6876
+ #: inc/_ps/wpbc-form-templates.php:158 inc/_ps/wpbc-form-templates.php:173
6877
+ #: inc/_ps/wpbc-form-templates.php:188
6878
  msgid "Email"
6879
  msgstr ""
6880
 
6881
+ #: core/lib/wpbc_all_translations.php:1326 inc/_ps/wpbc-form-templates.php:160
6882
+ #: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
6883
  msgid "Address"
6884
  msgstr ""
6885
 
6886
+ #: core/lib/wpbc_all_translations.php:1327 inc/_ps/wpbc-form-templates.php:161
6887
+ #: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
6888
  msgid "City"
6889
  msgstr ""
6890
 
6891
+ #: core/lib/wpbc_all_translations.php:1328 inc/_ps/wpbc-form-templates.php:162
6892
+ #: inc/_ps/wpbc-form-templates.php:177 inc/_ps/wpbc-form-templates.php:192
6893
  msgid "Post code"
6894
  msgstr ""
6895
 
6896
+ #: core/lib/wpbc_all_translations.php:1329 inc/_ps/wpbc-form-templates.php:163
6897
+ #: inc/_ps/wpbc-form-templates.php:178 inc/_ps/wpbc-form-templates.php:193
6898
+ #: inc/gateways/page-gateways.php:278
6899
  msgid "Country"
6900
  msgstr ""
6901
 
6902
+ #: core/lib/wpbc_all_translations.php:1330 inc/_ps/wpbc-form-templates.php:220
6903
+ #: inc/_ps/wpbc-form-templates.php:230 inc/_ps/wpbc-form-templates.php:240
6904
+ #: inc/_ps/wpbc-form-templates.php:250
6905
  msgid "Check in"
6906
  msgstr ""
6907
 
6908
+ #: core/lib/wpbc_all_translations.php:1331 inc/_ps/wpbc-form-templates.php:221
6909
+ #: inc/_ps/wpbc-form-templates.php:231 inc/_ps/wpbc-form-templates.php:241
6910
+ #: inc/_ps/wpbc-form-templates.php:251
6911
  msgid "Check out"
6912
  msgstr ""
6913
 
6914
+ #: core/lib/wpbc_all_translations.php:1332 inc/_ps/wpbc-form-templates.php:222
6915
+ #: inc/_ps/wpbc-form-templates.php:232 inc/_ps/wpbc-form-templates.php:242
6916
+ #: inc/_ps/wpbc-form-templates.php:252
6917
  msgid "Guests"
6918
  msgstr ""
6919
 
6920
+ #: core/lib/wpbc_all_translations.php:1333 inc/_ps/wpbc-form-templates.php:280
6921
+ #: inc/_ps/wpbc-form-templates.php:297
6922
  msgid "Max. persons"
6923
  msgstr ""
6924
 
6925
+ #: core/lib/wpbc_all_translations.php:1334 inc/_ps/wpbc-print.php:84
6926
  msgid "Data"
6927
  msgstr ""
6928
 
6929
+ #: core/lib/wpbc_all_translations.php:1335 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:275
6930
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:218
6931
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:378 inc/gateways/ipay88/wpbc-gw-ipay88.php:255
6932
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:147 inc/gateways/paypal/wpbc-gw-paypal.php:344
6933
+ #: inc/gateways/sage/wpbc-gw-sage.php:385 inc/gateways/stripe/wpbc-gw-stripe.php:284
6934
  msgid "Enable this payment gateway"
6935
  msgstr ""
6936
 
6937
+ #: core/lib/wpbc_all_translations.php:1336 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:285
6938
  msgid "API Login ID"
6939
  msgstr ""
6940
 
6941
+ #: core/lib/wpbc_all_translations.php:1337 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:287
6942
  #, php-format
6943
  msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
6944
  msgstr ""
6945
 
6946
+ #: core/lib/wpbc_all_translations.php:1338 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:300
6947
  msgid "Transaction Key"
6948
  msgstr ""
6949
 
6950
+ #: core/lib/wpbc_all_translations.php:1339 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:302
6951
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:312 inc/gateways/stripe/wpbc-gw-stripe.php:327
6952
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:344 inc/gateways/stripe/wpbc-gw-stripe.php:359
6953
  #, php-format
6954
  msgid "This parameter have to assigned to you by %s"
6955
  msgstr ""
6956
 
6957
+ #: core/lib/wpbc_all_translations.php:1340 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:314
6958
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:419 inc/gateways/paypal/wpbc-gw-paypal.php:423
6959
+ #: inc/gateways/sage/wpbc-gw-sage.php:424
6960
  msgid "Chose payment mode"
6961
  msgstr ""
6962
 
6963
+ #: core/lib/wpbc_all_translations.php:1341 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:315
6964
  msgid ""
6965
  "Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
6966
  "for using Developer account."
6967
  msgstr ""
6968
 
6969
+ #: core/lib/wpbc_all_translations.php:1342 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:318
6970
  msgid ""
6971
  "Transactions posted against live merchant accounts using either of the above testing methods are "
6972
  "not submitted to financial institutions for authorization and are not stored in the Merchant "
6973
  "Interface."
6974
  msgstr ""
6975
 
6976
+ #: core/lib/wpbc_all_translations.php:1343 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:322
6977
  msgid "Developer Test"
6978
  msgstr ""
6979
 
6980
+ #: core/lib/wpbc_all_translations.php:1344 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:323
6981
  msgid "Live Test"
6982
  msgstr ""
6983
 
6984
+ #: core/lib/wpbc_all_translations.php:1345 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:324
6985
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:429
6986
  msgid "Live"
6987
  msgstr ""
6988
 
6989
+ #: core/lib/wpbc_all_translations.php:1346 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:332
6990
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:407 inc/gateways/sage/wpbc-gw-sage.php:438
6991
  msgid "Transaction type"
6992
  msgstr ""
6993
 
6994
+ #: core/lib/wpbc_all_translations.php:1347 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:333
6995
  msgid "Select transaction type, which supported by the payment gateway."
6996
  msgstr ""
6997
 
6998
+ #: core/lib/wpbc_all_translations.php:1348 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:336
6999
  msgid "Authorization and Capture"
7000
  msgstr ""
7001
 
7002
+ #: core/lib/wpbc_all_translations.php:1349 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:337
7003
  msgid "Authorization Only"
7004
  msgstr ""
7005
 
7006
+ #: core/lib/wpbc_all_translations.php:1350 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:343
7007
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:293 inc/gateways/paypal/wpbc-gw-paypal.php:438
7008
+ #: inc/gateways/sage/wpbc-gw-sage.php:453 inc/gateways/stripe/wpbc-gw-stripe.php:380
7009
  msgid "U.S. Dollars"
7010
  msgstr ""
7011
 
7012
+ #: core/lib/wpbc_all_translations.php:1351 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:344
7013
+ #: inc/gateways/sage/wpbc-gw-sage.php:451 inc/gateways/stripe/wpbc-gw-stripe.php:381
7014
  msgid "Pounds Sterling"
7015
  msgstr ""
7016
 
7017
+ #: core/lib/wpbc_all_translations.php:1352 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:345
7018
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:439 inc/gateways/sage/wpbc-gw-sage.php:452
7019
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:382
7020
  msgid "Euros"
7021
  msgstr ""
7022
 
7023
+ #: core/lib/wpbc_all_translations.php:1353 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:346
7024
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:443 inc/gateways/sage/wpbc-gw-sage.php:456
7025
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:383
7026
  msgid "Canadian Dollars"
7027
  msgstr ""
7028
 
7029
+ #: core/lib/wpbc_all_translations.php:1354 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:351
7030
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:299 inc/gateways/paypal/wpbc-gw-paypal.php:466
7031
+ #: inc/gateways/sage/wpbc-gw-sage.php:478 inc/gateways/stripe/wpbc-gw-stripe.php:524
7032
  msgid "Accepted Currency"
7033
  msgstr ""
7034
 
7035
+ #: core/lib/wpbc_all_translations.php:1355 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:352
7036
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:300 inc/gateways/paypal/wpbc-gw-paypal.php:467
7037
+ #: inc/gateways/sage/wpbc-gw-sage.php:479 inc/gateways/stripe/wpbc-gw-stripe.php:525
7038
  msgid "The currency code that gateway will process the payment in."
7039
  msgstr ""
7040
 
7041
+ #: core/lib/wpbc_all_translations.php:1356 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:355
7042
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:528
7043
  msgid ""
7044
  "Setting the currency that is not supported by the payment processor will result in an error."
7045
  msgstr ""
7046
 
7047
+ #: core/lib/wpbc_all_translations.php:1357 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:365
7048
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
7049
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:983 inc/gateways/ideal/wpbc-gw-ideal.php:309
7050
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:457 inc/gateways/ideal/wpbc-gw-ideal.php:458
7051
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:1046 inc/gateways/ipay88/wpbc-gw-ipay88.php:309
7052
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:310 inc/gateways/ipay88/wpbc-gw-ipay88.php:905
7053
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:495 inc/gateways/paypal/wpbc-gw-paypal.php:496
7054
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:1327 inc/gateways/sage/wpbc-gw-sage.php:488
7055
+ #: inc/gateways/sage/wpbc-gw-sage.php:489 inc/gateways/sage/wpbc-gw-sage.php:1040
7056
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:546 inc/gateways/stripe/wpbc-gw-stripe.php:547
7057
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:1046
7058
  msgid "Pay via"
7059
  msgstr ""
7060
 
7061
+ #: core/lib/wpbc_all_translations.php:1358 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:367
7062
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:459 inc/gateways/ipay88/wpbc-gw-ipay88.php:311
7063
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:497 inc/gateways/sage/wpbc-gw-sage.php:490
7064
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:548
7065
  msgid "Payment button title"
7066
  msgstr ""
7067
 
7068
+ #: core/lib/wpbc_all_translations.php:1359 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:368
7069
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:460 inc/gateways/ipay88/wpbc-gw-ipay88.php:312
7070
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:498 inc/gateways/sage/wpbc-gw-sage.php:491
7071
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:549
7072
  msgid "Enter the title of the payment button"
7073
  msgstr ""
7074
 
7075
+ #: core/lib/wpbc_all_translations.php:1360 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:379
7076
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:380
7077
+ #: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:979 inc/gateways/ideal/wpbc-gw-ideal.php:471
7078
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:472 inc/gateways/ideal/wpbc-gw-ideal.php:1043
7079
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:323 inc/gateways/ipay88/wpbc-gw-ipay88.php:324
7080
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:902 inc/gateways/paypal/wpbc-gw-paypal.php:523
7081
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:524 inc/gateways/paypal/wpbc-gw-paypal.php:1329
7082
+ #: inc/gateways/sage/wpbc-gw-sage.php:502 inc/gateways/sage/wpbc-gw-sage.php:503
7083
+ #: inc/gateways/sage/wpbc-gw-sage.php:1036 inc/gateways/stripe/wpbc-gw-stripe.php:560
7084
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:561 inc/gateways/stripe/wpbc-gw-stripe.php:1047
7085
  #, php-format
7086
  msgid "Payment for booking %s on these day(s): %s"
7087
  msgstr ""
7088
 
7089
+ #: core/lib/wpbc_all_translations.php:1361 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:381
7090
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:473 inc/gateways/ipay88/wpbc-gw-ipay88.php:325
7091
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:525 inc/gateways/sage/wpbc-gw-sage.php:504
7092
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:562
7093
  msgid "Payment description at gateway website"
7094
  msgstr ""
7095
 
7096
+ #: core/lib/wpbc_all_translations.php:1362 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:382
7097
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ipay88/wpbc-gw-ipay88.php:326
7098
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:526 inc/gateways/sage/wpbc-gw-sage.php:505
7099
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:563
7100
  msgid "Enter the service name or the reason for the payment here."
7101
  msgstr ""
7102
 
7103
+ #: core/lib/wpbc_all_translations.php:1363 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:383
7104
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:327
7105
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:527 inc/gateways/sage/wpbc-gw-sage.php:506
7106
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:564
7107
  msgid "You can use any shortcodes, which you have used in content of booking fields data form."
7108
  msgstr ""
7109
 
7110
+ #: core/lib/wpbc_all_translations.php:1364 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:386
7111
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:478 inc/gateways/ipay88/wpbc-gw-ipay88.php:330
7112
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:530 inc/gateways/sage/wpbc-gw-sage.php:509
7113
  #, php-format
7114
  msgid "This field support only up to %s characters by payment system."
7115
  msgstr ""
7116
 
7117
+ #: core/lib/wpbc_all_translations.php:1365 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:404
7118
  msgid "Activate Relay Response"
7119
  msgstr ""
7120
 
7121
+ #: core/lib/wpbc_all_translations.php:1366 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
7122
  msgid ""
7123
  "Indicate to the payment gateway that you would like to receive the transaction response to your "
7124
  "site."
7125
  msgstr ""
7126
 
7127
+ #: core/lib/wpbc_all_translations.php:1367 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:408
7128
  msgid ""
7129
  "You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
7130
  "Interface, if a Relay Response is activated here."
7131
  msgstr ""
7132
 
7133
+ #: core/lib/wpbc_all_translations.php:1368 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:418
7134
  msgid "MD5 Hash value"
7135
  msgstr ""
7136
 
7137
+ #: core/lib/wpbc_all_translations.php:1369 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:419
7138
  msgid ""
7139
  "Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
7140
  msgstr ""
7141
 
7142
+ #: core/lib/wpbc_all_translations.php:1370 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
7143
  msgid "To configure MD5 Hash value in Relay Response for your transactions"
7144
  msgstr ""
7145
 
7146
+ #: core/lib/wpbc_all_translations.php:1371 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:422
7147
  msgid "Log on to the Merchant Interface"
7148
  msgstr ""
7149
 
7150
+ #: core/lib/wpbc_all_translations.php:1372 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:423
7151
  msgid "Click Settings under Account in the main menu on the left"
7152
  msgstr ""
7153
 
7154
+ #: core/lib/wpbc_all_translations.php:1373 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:424
7155
  msgid "Click MD5-Hash in the Security Settings section"
7156
  msgstr ""
7157
 
7158
+ #: core/lib/wpbc_all_translations.php:1374 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:425
7159
  msgid "Enter this value"
7160
  msgstr ""
7161
 
7162
+ #: core/lib/wpbc_all_translations.php:1375 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:426
7163
  msgid "Click Submit"
7164
  msgstr ""
7165
 
7166
+ #: core/lib/wpbc_all_translations.php:1376 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:427
7167
  #, php-format
7168
  msgid ""
7169
  "For more information about configuring Relay Response in the Merchant Interface, please see the "
7170
  "%sMerchant Integration Guide%s"
7171
  msgstr ""
7172
 
7173
+ #: core/lib/wpbc_all_translations.php:1377 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:442
7174
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:506 inc/gateways/ipay88/wpbc-gw-ipay88.php:351
7175
+ #: inc/gateways/sage/wpbc-gw-sage.php:530 inc/gateways/stripe/wpbc-gw-stripe.php:588
7176
  msgid "Return URL after Successful order"
7177
  msgstr ""
7178
 
7179
+ #: core/lib/wpbc_all_translations.php:1378 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:460
7180
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:522 inc/gateways/ipay88/wpbc-gw-ipay88.php:367
7181
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:591 inc/gateways/sage/wpbc-gw-sage.php:546
7182
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:606
7183
  msgid "The URL where visitor will be redirected after completing payment."
7184
  msgstr ""
7185
 
7186
+ #: core/lib/wpbc_all_translations.php:1379 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:461
7187
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:368
7188
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:592 inc/gateways/sage/wpbc-gw-sage.php:547
7189
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:607
7190
  #, php-format
7191
  msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
7192
  msgstr ""
7193
 
7194
+ #: core/lib/wpbc_all_translations.php:1380 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:476
7195
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:537 inc/gateways/ipay88/wpbc-gw-ipay88.php:382
7196
+ #: inc/gateways/sage/wpbc-gw-sage.php:561 inc/gateways/stripe/wpbc-gw-stripe.php:622
7197
  msgid "Return URL after Failed order"
7198
  msgstr ""
7199
 
7200
+ #: core/lib/wpbc_all_translations.php:1381 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:494
7201
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:553 inc/gateways/ipay88/wpbc-gw-ipay88.php:398
7202
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:622 inc/gateways/sage/wpbc-gw-sage.php:577
7203
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:640
7204
  msgid "The URL where the visitor will be redirected after completing payment."
7205
  msgstr ""
7206
 
7207
+ #: core/lib/wpbc_all_translations.php:1382 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:495
7208
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:554 inc/gateways/ipay88/wpbc-gw-ipay88.php:399
7209
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:623 inc/gateways/sage/wpbc-gw-sage.php:578
7210
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:641
7211
  #, php-format
7212
  msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
7213
  msgstr ""
7214
 
7215
+ #: core/lib/wpbc_all_translations.php:1383 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:506
7216
  msgid "Automatically approve booking"
7217
  msgstr ""
7218
 
7219
+ #: core/lib/wpbc_all_translations.php:1384 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:507
7220
  msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
7221
  msgstr ""
7222
 
7223
+ #: core/lib/wpbc_all_translations.php:1385 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:509
7224
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:412 inc/gateways/paypal/wpbc-gw-paypal.php:640
7225
+ #: inc/gateways/sage/wpbc-gw-sage.php:591 inc/gateways/stripe/wpbc-gw-stripe.php:655
7226
  msgid "This will not work, if the visitor leaves the payment page."
7227
  msgstr ""
7228
 
7229
+ #: core/lib/wpbc_all_translations.php:1386 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:726
7230
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
7231
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:424
7232
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:446
7233
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:801 inc/gateways/ideal/wpbc-gw-ideal.php:904
7234
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:659 inc/gateways/ipay88/wpbc-gw-ipay88.php:764
7235
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:388
7236
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:947 inc/gateways/paypal/wpbc-gw-paypal.php:1042
7237
+ #: inc/gateways/sage/wpbc-gw-sage.php:781 inc/gateways/sage/wpbc-gw-sage.php:892
7238
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:764
7239
  #, php-format
7240
  msgid "%s Settings"
7241
  msgstr ""
7242
 
7243
+ #: core/lib/wpbc_all_translations.php:1387 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:727
7244
  msgid "Integration of authorizenet payment system"
7245
  msgstr ""
7246
 
7247
+ #: core/lib/wpbc_all_translations.php:1388 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:819
7248
  #, php-format
7249
  msgid ""
7250
  "If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
7252
  "gateway."
7253
  msgstr ""
7254
 
7255
+ #: core/lib/wpbc_all_translations.php:1389
7256
  msgid ""
7257
  "Please configure all fields inside the Billing form fields tab at this page, when using a "
7258
  "European payment processor"
7259
  msgstr ""
7260
 
7261
+ #: core/lib/wpbc_all_translations.php:1390 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:834
7262
  msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
7263
  msgstr ""
7264
 
7265
+ #: core/lib/wpbc_all_translations.php:1391 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:844
7266
  #, php-format
7267
  msgid "%s - Server Integration Method (SIM)"
7268
  msgstr ""
7269
 
7270
+ #: core/lib/wpbc_all_translations.php:1392 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:230
7271
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:159
7272
  msgid "Payment method description that the customer will see on your payment page."
7273
  msgstr ""
7274
 
7275
+ #: core/lib/wpbc_all_translations.php:1393 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:263
7276
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:342
7277
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
7278
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:424
7279
  msgid "Bank Transfer"
7280
  msgstr ""
7281
 
7282
+ #: core/lib/wpbc_all_translations.php:1394 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
7283
  msgid "Integration of Bank Transfer payment system"
7284
  msgstr ""
7285
 
7286
+ #: core/lib/wpbc_all_translations.php:1395 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
7287
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:465
7288
  msgid "Account details"
7289
  msgstr ""
7290
 
7291
+ #: core/lib/wpbc_all_translations.php:1396 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:479
7292
  #, php-format
7293
  msgid "Allow payments by %sdirect bank / wire transfer%s"
7294
  msgstr ""
7295
 
7296
+ #: core/lib/wpbc_all_translations.php:1397 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:481
7297
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:364
7298
  msgid "Its only show fixed payment details."
7299
  msgstr ""
7300
 
7301
+ #: core/lib/wpbc_all_translations.php:1398 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:716
7302
  msgid "Sort Code"
7303
  msgstr ""
7304
 
7305
+ #: core/lib/wpbc_all_translations.php:1399 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:724
7306
  #, php-format
7307
  msgid ""
7308
  "Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
7309
  "the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
7310
  msgstr ""
7311
 
7312
+ #: core/lib/wpbc_all_translations.php:1400 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:730
7313
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:737
7314
  msgid "Account Number"
7315
  msgstr ""
7316
 
7317
+ #: core/lib/wpbc_all_translations.php:1401 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:732
7318
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:740
7319
  msgid "IBAN"
7320
  msgstr ""
7321
 
7322
+ #: core/lib/wpbc_all_translations.php:1402 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:733
7323
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:741
7324
  msgid "BIC / Swift"
7325
  msgstr ""
7326
 
7327
+ #: core/lib/wpbc_all_translations.php:1403 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:736
7328
  msgid "Account Name"
7329
  msgstr ""
7330
 
7331
+ #: core/lib/wpbc_all_translations.php:1404 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:738
7332
+ #: inc/gateways/ideal/wpbc-gw-ideal.php:324
7333
  msgid "Bank Name"
7334
  msgstr ""
7335
 
7336
+ #: core/lib/wpbc_all_translations.php:1405 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:786
7337
  msgid "BSB"
7338
  msgstr ""
7339
 
7340
+ #: core/lib/wpbc_all_translations.php:1406 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:787
7341
  msgid "Bank Transit Number"
7342
  msgstr ""
7343
 
7344
+ #: core/lib/wpbc_all_translations.php:1407 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:788
7345
  msgid "IFSC"
7346
  msgstr ""
7347
 
7348
+ #: core/lib/wpbc_all_translations.php:1408 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:789
7349
  msgid "Branch Sort"
7350
  msgstr ""
7351
 
7352
+ #: core/lib/wpbc_all_translations.php:1409 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:790
7353
+ #: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:791
7354
  msgid "Bank Code"
7355
  msgstr ""
7356
 
7357
+ #: core/lib/wpbc_all_translations.php:1410 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:792
7358
  msgid "Routing Number"
7359
  msgstr ""
7360
 
7361
+ #: core/lib/wpbc_all_translations.php:1411 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:793
7362
  msgid "Branch Code"
7363
  msgstr ""
7364
 
7365
+ #: core/lib/wpbc_all_translations.php:1412 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
7366
  #, php-format
7367
  msgid "%s - inserting all bank accounts details"
7368
  msgstr ""
7369
 
7370
+ #: core/lib/wpbc_all_translations.php:1413 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:804
7371
  #, php-format
7372
  msgid "%s - inserting account name"
7373
  msgstr ""
7374
 
7375
+ #: core/lib/wpbc_all_translations.php:1414 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:805
7376
  #, php-format
7377
  msgid "%s - inserting account number"
7378
  msgstr ""
7379
 
7380
+ #: core/lib/wpbc_all_translations.php:1415 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:806
7381
  #, php-format
7382
  msgid "%s - inserting bank name "
7383
  msgstr ""
7384
 
7385
+ #: core/lib/wpbc_all_translations.php:1416 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:807
7386
  #, php-format
7387
  msgid "%s - inserting sort code "
7388
  msgstr ""
7389
 
7390
+ #: core/lib/wpbc_all_translations.php:1417 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:808
7391
  #, php-format
7392
  msgid "%s - inserting IBAN "
7393
  msgstr ""
7394
 
7395
+ #: core/lib/wpbc_all_translations.php:1418 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:809
7396
  #, php-format
7397
  msgid "%s - inserting BIC "
7398
  msgstr ""
7399
 
7400
+ #: core/lib/wpbc_all_translations.php:1419 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:814
7401
  msgid ""
7402
  "You can use any shortcodes, that you can use in payment description form at Settings Payment "
7403
  "General page"
7404
  msgstr ""
7405
 
7406
+ #: core/lib/wpbc_all_translations.php:1420 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:887
7407
  msgid "+ Add Account"
7408
  msgstr ""
7409
 
7410
+ #: core/lib/wpbc_all_translations.php:1421 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:887
7411
  msgid "Remove selected account(s)"
7412
  msgstr ""
7413
 
7414
+ #: core/lib/wpbc_all_translations.php:1422 inc/gateways/ipay88/ipay88-backend.php:51
7415
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:500
7416
  msgid "Successful payment"
7417
  msgstr ""
7418
 
7419
+ #: core/lib/wpbc_all_translations.php:1423 inc/gateways/ipay88/ipay88-backend.php:53
7420
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:503
7421
  msgid " Parameters are incorrect,"
7422
  msgstr ""
7423
 
7424
+ #: core/lib/wpbc_all_translations.php:1424 inc/gateways/ipay88/ipay88-backend.php:54
7425
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:505
7426
  msgid "Cannot find the record"
7427
  msgstr ""
7428
 
7429
+ #: core/lib/wpbc_all_translations.php:1425 inc/gateways/ipay88/ipay88-backend.php:55
7430
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:507
7431
  msgid "Amount different"
7432
  msgstr ""
7433
 
7434
+ #: core/lib/wpbc_all_translations.php:1426 inc/gateways/ipay88/ipay88-backend.php:56
7435
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:509
7436
  msgid "Payment failed"
7437
  msgstr ""
7438
 
7439
+ #: core/lib/wpbc_all_translations.php:1427 inc/gateways/ipay88/ipay88-backend.php:57
7440
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:511
7441
  msgid "Payment status updated by Mobile88 Admin(Fail)"
7442
  msgstr ""
7443
 
7444
+ #: core/lib/wpbc_all_translations.php:1428 inc/gateways/ipay88/ipay88-backend.php:58
7445
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:513
7446
  msgid "Connection Error"
7447
  msgstr ""
7448
 
7449
+ #: core/lib/wpbc_all_translations.php:1429 inc/gateways/ipay88/wpbc-gw-ipay88.php:265
7450
  msgid "Merchant Code"
7451
  msgstr ""
7452
 
7453
+ #: core/lib/wpbc_all_translations.php:1430 inc/gateways/ipay88/wpbc-gw-ipay88.php:267
7454
  msgid "Enter your iPay88 Merchant Code."
7455
  msgstr ""
7456
 
7457
+ #: core/lib/wpbc_all_translations.php:1431 inc/gateways/ideal/wpbc-gw-ideal.php:403
7458
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:280
7459
  msgid "Merchant Key"
7460
  msgstr ""
7461
 
7462
+ #: core/lib/wpbc_all_translations.php:1432 inc/gateways/ipay88/wpbc-gw-ipay88.php:282
7463
  msgid "Enter your iPay88 Merchant Key."
7464
  msgstr ""
7465
 
7466
+ #: core/lib/wpbc_all_translations.php:1433 inc/gateways/ipay88/wpbc-gw-ipay88.php:292
7467
  msgid "Malaysian Ringgit"
7468
  msgstr ""
7469
 
7470
+ #: core/lib/wpbc_all_translations.php:1434 inc/gateways/ipay88/wpbc-gw-ipay88.php:294
7471
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:458 inc/gateways/sage/wpbc-gw-sage.php:471
7472
  msgid "Philippine Pesos"
7473
  msgstr ""
7474
 
7475
+ #: core/lib/wpbc_all_translations.php:1435 inc/gateways/ideal/wpbc-gw-ideal.php:564
7476
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:409 inc/gateways/paypal/wpbc-gw-paypal.php:637
7477
+ #: inc/gateways/sage/wpbc-gw-sage.php:588 inc/gateways/stripe/wpbc-gw-stripe.php:652
7478
  msgid "Automatically approve/cancel booking"
7479
  msgstr ""
7480
 
7481
+ #: core/lib/wpbc_all_translations.php:1436 inc/gateways/ideal/wpbc-gw-ideal.php:565
7482
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:410 inc/gateways/paypal/wpbc-gw-paypal.php:638
7483
+ #: inc/gateways/sage/wpbc-gw-sage.php:589 inc/gateways/stripe/wpbc-gw-stripe.php:653
7484
  msgid ""
7485
  "Check this box to automatically approve bookings, when visitor makes a successful payment, or "
7486
  "automatically cancel the booking, when visitor makes a payment cancellation."
7487
  msgstr ""
7488
 
7489
+ #: core/lib/wpbc_all_translations.php:1437 inc/gateways/ipay88/wpbc-gw-ipay88.php:660
7490
  msgid "Integration of iPay88 payment system"
7491
  msgstr ""
7492
 
7493
+ #: core/lib/wpbc_all_translations.php:1438 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:826
7494
+ #: inc/gateways/ipay88/wpbc-gw-ipay88.php:751 inc/gateways/sage/wpbc-gw-sage.php:881
7495
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:890
7496
  #, php-format
7497
  msgid ""
7498
  "Please configure all fields inside the %sBilling form fields%s section at %sPayments General%s "
7499
  "tab."
7500
  msgstr ""
7501
 
7502
+ #: core/lib/wpbc_all_translations.php:1439 inc/gateways/page-gateways.php:65
7503
  msgid "for 1 day"
7504
  msgstr ""
7505
 
7506
+ #: core/lib/wpbc_all_translations.php:1440 inc/gateways/page-gateways.php:66
7507
  msgid "for 1 night"
7508
  msgstr ""
7509
 
7510
+ #: core/lib/wpbc_all_translations.php:1441 inc/gateways/page-gateways.php:67
7511
  msgid "fixed sum"
7512
  msgstr ""
7513
 
7514
+ #: core/lib/wpbc_all_translations.php:1442 inc/gateways/page-gateways.php:68
7515
  msgid "for 1 hour"
7516
  msgstr ""
7517
 
7518
+ #: core/lib/wpbc_all_translations.php:1443 inc/gateways/page-gateways.php:73
7519
  msgid "Set the cost"
7520
  msgstr ""
7521
 
7522
+ #: core/lib/wpbc_all_translations.php:1444 inc/gateways/page-gateways.php:74
7523
  msgid " Select your cost configuration."
7524
  msgstr ""
7525
 
7526
+ #: core/lib/wpbc_all_translations.php:1445 inc/gateways/page-gateways.php:82
7527
  msgid "Time impact to cost"
7528
  msgstr ""
7529
 
7530
+ #: core/lib/wpbc_all_translations.php:1446 inc/gateways/page-gateways.php:83
7531
  #, php-format
7532
  msgid ""
7533
  "Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
7534
  "calculation%s."
7535
  msgstr ""
7536
 
7537
+ #: core/lib/wpbc_all_translations.php:1447 inc/gateways/page-gateways.php:93
7538
  msgid ""
7539
  "Check this box if you want that specific additional cost, which configured as percentage for "
7540
  "some option, apply to other additional fixed costs and not only to original booking cost."
7541
  msgstr ""
7542
 
7543
+ #: core/lib/wpbc_all_translations.php:1448 inc/gateways/page-gateways.php:112
7544
+ #: inc/gateways/page-gateways.php:731
7545
  msgid "Currency"
7546
  msgstr ""
7547
 
7548
+ #: core/lib/wpbc_all_translations.php:1449 inc/gateways/page-gateways.php:115
7549
  msgid ""
7550
  "This is default currency that showing at your website. Specific payment gateway(s) can support "
7551
  "or does not suport it."
7552
  msgstr ""
7553
 
7554
+ #: core/lib/wpbc_all_translations.php:1450 inc/gateways/page-gateways.php:118
7555
+ #: inc/gateways/page-gateways.php:783
7556
  msgid "Important"
7557
  msgstr ""
7558
 
7559
+ #: core/lib/wpbc_all_translations.php:1451 inc/gateways/page-gateways.php:118
7560
  msgid "Check and configure currency at each activated payment gateway."
7561
  msgstr ""
7562
 
7563
+ #: core/lib/wpbc_all_translations.php:1452 inc/gateways/page-gateways.php:128
7564
  msgid "Currency Position"
7565
  msgstr ""
7566
 
7567
+ #: core/lib/wpbc_all_translations.php:1453 inc/gateways/page-gateways.php:129
7568
  msgid "Set position of the currency symbol."
7569
  msgstr ""
7570
 
7571
+ #: core/lib/wpbc_all_translations.php:1454 inc/gateways/page-gateways.php:132
7572
  msgid "Left"
7573
  msgstr ""
7574
 
7575
+ #: core/lib/wpbc_all_translations.php:1455 inc/gateways/page-gateways.php:136
7576
  msgid "Right"
7577
  msgstr ""
7578
 
7579
+ #: core/lib/wpbc_all_translations.php:1456 inc/gateways/page-gateways.php:140
7580
  msgid "Left with space"
7581
  msgstr ""
7582
 
7583
+ #: core/lib/wpbc_all_translations.php:1457 inc/gateways/page-gateways.php:144
7584
  msgid "Right with space"
7585
  msgstr ""
7586
 
7587
+ #: core/lib/wpbc_all_translations.php:1458 inc/gateways/page-gateways.php:163
7588
  msgid "Currency format"
7589
  msgstr ""
7590
 
7591
+ #: core/lib/wpbc_all_translations.php:1459 inc/gateways/page-gateways.php:164
7592
  msgid "Number of decimal points"
7593
  msgstr ""
7594
 
7595
+ #: core/lib/wpbc_all_translations.php:1460 inc/gateways/page-gateways.php:171
7596
+ #: inc/gateways/page-gateways.php:186
7597
  msgid "No separator"
7598
  msgstr ""
7599
 
7600
+ #: core/lib/wpbc_all_translations.php:1461 inc/gateways/page-gateways.php:172
7601
+ #: inc/gateways/page-gateways.php:187
7602
  msgid "Space"
7603
  msgstr ""
7604
 
7605
+ #: core/lib/wpbc_all_translations.php:1462 inc/gateways/page-gateways.php:173
7606
+ #: inc/gateways/page-gateways.php:188
7607
  msgid "Dot"
7608
  msgstr ""
7609
 
7610
+ #: core/lib/wpbc_all_translations.php:1463 inc/gateways/page-gateways.php:174
7611
+ #: inc/gateways/page-gateways.php:189
7612
  msgid "Comma"
7613
  msgstr ""
7614
 
7615
+ #: core/lib/wpbc_all_translations.php:1464 inc/gateways/page-gateways.php:179
7616
  msgid "Separator for the decimal point"
7617
  msgstr ""
7618
 
7619
+ #: core/lib/wpbc_all_translations.php:1465 inc/gateways/page-gateways.php:194
7620
  msgid "Thousands separator"
7621
  msgstr ""
7622
 
7623
+ #: core/lib/wpbc_all_translations.php:1466 inc/gateways/page-gateways.php:207
7624
  msgid "Please select"
7625
  msgstr ""
7626
 
7627
+ #: core/lib/wpbc_all_translations.php:1467 inc/gateways/page-gateways.php:218
7628
  msgid ""
7629
  "Please select a field from your booking form. This field will be automatically assigned to the "
7630
  "current field in the billing form."
7631
  msgstr ""
7632
 
7633
+ #: core/lib/wpbc_all_translations.php:1468 inc/gateways/page-gateways.php:230
7634
  msgid "Customer Email"
7635
  msgstr ""
7636
 
7637
+ #: core/lib/wpbc_all_translations.php:1469 inc/gateways/page-gateways.php:238
7638
  msgid "First Name(s)"
7639
  msgstr ""
7640
 
7641
+ #: core/lib/wpbc_all_translations.php:1470 inc/gateways/page-gateways.php:246
7642
  msgid "Last name"
7643
  msgstr ""
7644
 
7645
+ #: core/lib/wpbc_all_translations.php:1471 inc/gateways/page-gateways.php:262
7646
  msgid "Billing Address"
7647
  msgstr ""
7648
 
7649
+ #: core/lib/wpbc_all_translations.php:1472 inc/gateways/page-gateways.php:270
7650
  msgid "Billing City"
7651
  msgstr ""
7652
 
7653
+ #: core/lib/wpbc_all_translations.php:1473 inc/gateways/page-gateways.php:287
7654
  msgid "Post Code"
7655
  msgstr ""
7656
 
7657
+ #: core/lib/wpbc_all_translations.php:1474 inc/gateways/page-gateways.php:295
7658
  msgid "State"
7659
  msgstr ""
7660
 
7661
+ #: core/lib/wpbc_all_translations.php:1475 inc/gateways/page-gateways.php:307
7662
  msgid "Show booking details in payment form"
7663
  msgstr ""
7664
 
7665
+ #: core/lib/wpbc_all_translations.php:1476 inc/gateways/page-gateways.php:308
7666
  #, php-format
7667
  msgid ""
7668
  " Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
7669
  msgstr ""
7670
 
7671
+ #: core/lib/wpbc_all_translations.php:1477 inc/gateways/page-gateways.php:319
7672
  msgid "Configure booking details summary above the payment form"
7673
  msgstr ""
7674
 
7675
+ #: core/lib/wpbc_all_translations.php:1478 inc/gateways/page-gateways.php:388
7676
  msgid "Payments"
7677
  msgstr ""
7678
 
7679
+ #: core/lib/wpbc_all_translations.php:1479 inc/gateways/page-gateways.php:389
7680
  msgid "Customizaton of Payment"
7681
  msgstr ""
7682
 
7683
+ #: core/lib/wpbc_all_translations.php:1480 inc/gateways/page-gateways.php:390
7684
  msgid "Payment Gateways"
7685
  msgstr ""
7686
 
7687
+ #: core/lib/wpbc_all_translations.php:1481 inc/gateways/page-gateways.php:406
7688
+ #: inc/gateways/page-gateways.php:476 inc/gateways/page-gateways.php:502
7689
  msgid "Payment Settings"
7690
  msgstr ""
7691
 
7692
+ #: core/lib/wpbc_all_translations.php:1482 inc/gateways/page-gateways.php:407
7693
  msgid "Payment Gateways - General Settings"
7694
  msgstr ""
7695
 
7696
+ #: core/lib/wpbc_all_translations.php:1483 inc/gateways/page-gateways.php:474
7697
+ #: inc/gateways/page-gateways.php:497
7698
  msgid "Active Payment Gateways"
7699
  msgstr ""
7700
 
7701
+ #: core/lib/wpbc_all_translations.php:1484 inc/gateways/page-gateways.php:475
7702
+ #: inc/gateways/page-gateways.php:518
7703
  msgid "Billing form fields"
7704
  msgstr ""
7705
 
7706
+ #: core/lib/wpbc_all_translations.php:1485 inc/gateways/page-gateways.php:477
7707
+ #: inc/gateways/page-gateways.php:528
7708
  msgid "Payment Description"
7709
  msgstr ""
7710
 
7711
+ #: core/lib/wpbc_all_translations.php:1486 inc/gateways/page-gateways.php:729
7712
  msgid "Gateway"
7713
  msgstr ""
7714
 
7715
+ #: core/lib/wpbc_all_translations.php:1487 inc/gateways/page-gateways.php:779
7716
  #, php-format
7717
  msgid "Some currencies at payment gateways are different from main currency %s"
7718
  msgstr ""
7719
 
7720
+ #: core/lib/wpbc_all_translations.php:1488 inc/gateways/page-gateways.php:783
7721
  #, php-format
7722
  msgid ""
7723
  "Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
7724
  "payment form without currency exchange! Its can be reason of wrong cost."
7725
  msgstr ""
7726
 
7727
+ #: core/lib/wpbc_all_translations.php:1489 inc/gateways/page-gateways.php:932
7728
  msgid "ID of booking"
7729
  msgstr ""
7730
 
7731
+ #: core/lib/wpbc_all_translations.php:1490 inc/gateways/page-gateways.php:933
7732
  msgid "ID of booking resources"
7733
  msgstr ""
7734
 
7735
+ #: core/lib/wpbc_all_translations.php:1491 inc/gateways/page-gateways.php:939
7736
  msgid "current date"
7737
  msgstr ""
7738
 
7739
+ #: core/lib/wpbc_all_translations.php:1492 inc/gateways/page-gateways.php:940
7740
  msgid "current time"
7741
  msgstr ""
7742
 
7743
+ #: core/lib/wpbc_all_translations.php:1493 inc/gateways/page-gateways.php:946
7744
  msgid "content data of this booking"
7745
  msgstr ""
7746
 
7747
+ #: core/lib/wpbc_all_translations.php:1494 inc/gateways/page-gateways.php:947
7748
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:181
7749
  msgid "show amount to pay"
7750
  msgstr ""
7751
 
7752
+ #: core/lib/wpbc_all_translations.php:1495 inc/gateways/page-gateways.php:949
7753
  msgid "total booking cost"
7754
  msgstr ""
7755
 
7756
+ #: core/lib/wpbc_all_translations.php:1496 inc/gateways/page-gateways.php:950
7757
  msgid "deposit cost"
7758
  msgstr ""
7759
 
7760
+ #: core/lib/wpbc_all_translations.php:1497 inc/gateways/page-gateways.php:951
7761
  msgid "balance cost"
7762
  msgstr ""
7763
 
7764
+ #: core/lib/wpbc_all_translations.php:1498 inc/gateways/page-gateways.php:952
7765
  msgid "original booking cost"
7766
  msgstr ""
7767
 
7768
+ #: core/lib/wpbc_all_translations.php:1499 inc/gateways/page-gateways.php:953
7769
  msgid "additional booking cost"
7770
  msgstr ""
7771
 
7772
+ #: core/lib/wpbc_all_translations.php:1500 inc/gateways/page-gateways.php:1295
7773
  msgid "Amount to pay"
7774
  msgstr ""
7775
 
7776
+ #: core/lib/wpbc_all_translations.php:1501 inc/gateways/page-gateways.php:1329
7777
  #, php-format
7778
  msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
7779
  msgstr ""
7780
 
7781
+ #: core/lib/wpbc_all_translations.php:1502 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:204
7782
+ #: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:282 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283
7783
  msgid "Pay in Cash"
7784
  msgstr ""
7785
 
7786
+ #: core/lib/wpbc_all_translations.php:1503 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:284
7787
  msgid "Integration of Pay in Cash payment system"
7788
  msgstr ""
7789
 
7790
+ #: core/lib/wpbc_all_translations.php:1504 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:362
7791
  #, php-format
7792
  msgid "If you accept %scash payment%s, you can write details about it here"
7793
  msgstr ""
7794
 
7795
+ #: core/lib/wpbc_all_translations.php:1505 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:523
7796
  #, php-format
7797
  msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
7798
  msgstr ""
7799
 
7800
+ #: core/lib/wpbc_all_translations.php:1506 inc/gateways/paypal/ipn.php:120
7801
  msgid "Error IPN"
7802
  msgstr ""
7803
 
7804
+ #: core/lib/wpbc_all_translations.php:1507 inc/gateways/paypal/ipn.php:234
7805
  msgid "Verified IPN"
7806
  msgstr ""
7807
 
7808
+ #: core/lib/wpbc_all_translations.php:1508 inc/gateways/paypal/ipn.php:257
7809
  msgid "Invalid IPN"
7810
  msgstr ""
7811
 
7812
+ #: core/lib/wpbc_all_translations.php:1509 inc/gateways/paypal/wpbc-gw-paypal.php:313
7813
  msgid "Make payments with payPal - its fast, free and secure!"
7814
  msgstr ""
7815
 
7816
+ #: core/lib/wpbc_all_translations.php:1510 inc/gateways/paypal/wpbc-gw-paypal.php:352
7817
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:822
7818
  msgid "Paypal Standard"
7819
  msgstr ""
7820
 
7821
+ #: core/lib/wpbc_all_translations.php:1511 inc/gateways/paypal/wpbc-gw-paypal.php:356
7822
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:822
7823
  msgid "Paypal Pro Hosted Solution"
7824
  msgstr ""
7825
 
7826
+ #: core/lib/wpbc_all_translations.php:1512 inc/gateways/paypal/wpbc-gw-paypal.php:363
7827
  msgid "Account Type"
7828
  msgstr ""
7829
 
7830
+ #: core/lib/wpbc_all_translations.php:1513 inc/gateways/paypal/wpbc-gw-paypal.php:375
7831
  msgid "Paypal Email address to receive payments"
7832
  msgstr ""
7833
 
7834
+ #: core/lib/wpbc_all_translations.php:1514 inc/gateways/paypal/wpbc-gw-paypal.php:377
7835
  msgid "This is the Paypal Email address where payments will be sent"
7836
  msgstr ""
7837
 
7838
+ #: core/lib/wpbc_all_translations.php:1515 inc/gateways/paypal/wpbc-gw-paypal.php:391
7839
  msgid "Secure Merchant ID"
7840
  msgstr ""
7841
 
7842
+ #: core/lib/wpbc_all_translations.php:1516 inc/gateways/paypal/wpbc-gw-paypal.php:393
7843
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
7844
  msgstr ""
7845
 
7846
+ #: core/lib/wpbc_all_translations.php:1517 inc/gateways/paypal/wpbc-gw-paypal.php:408
7847
  msgid ""
7848
  " Indicates whether the transaction is payment on a final sale or an authorization for a final "
7849
  "sale, to be captured later. "
7850
  msgstr ""
7851
 
7852
+ #: core/lib/wpbc_all_translations.php:1518 inc/gateways/paypal/wpbc-gw-paypal.php:412
7853
  msgid "Sale"
7854
  msgstr ""
7855
 
7856
+ #: core/lib/wpbc_all_translations.php:1519 inc/gateways/paypal/wpbc-gw-paypal.php:413
7857
  msgid "Authorization"
7858
  msgstr ""
7859
 
7860
+ #: core/lib/wpbc_all_translations.php:1520 inc/gateways/paypal/wpbc-gw-paypal.php:424
7861
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
7862
  msgstr ""
7863
 
7864
+ #: core/lib/wpbc_all_translations.php:1521 inc/gateways/paypal/wpbc-gw-paypal.php:430
7865
  msgid "Sandbox"
7866
  msgstr ""
7867
 
7868
+ #: core/lib/wpbc_all_translations.php:1522 inc/gateways/paypal/wpbc-gw-paypal.php:440
7869
  msgid "British Pound"
7870
  msgstr ""
7871
 
7872
+ #: core/lib/wpbc_all_translations.php:1523 inc/gateways/paypal/wpbc-gw-paypal.php:441
7873
  msgid "Japanese Yen"
7874
  msgstr ""
7875
 
7876
+ #: core/lib/wpbc_all_translations.php:1524 inc/gateways/paypal/wpbc-gw-paypal.php:442
7877
+ #: inc/gateways/sage/wpbc-gw-sage.php:455
7878
  msgid "Australian Dollars"
7879
  msgstr ""
7880
 
7881
+ #: core/lib/wpbc_all_translations.php:1525 inc/gateways/paypal/wpbc-gw-paypal.php:444
7882
+ #: inc/gateways/sage/wpbc-gw-sage.php:457
7883
  msgid "New Zealand Dollar"
7884
  msgstr ""
7885
 
7886
+ #: core/lib/wpbc_all_translations.php:1526 inc/gateways/paypal/wpbc-gw-paypal.php:445
7887
+ #: inc/gateways/sage/wpbc-gw-sage.php:458
7888
  msgid "Swiss Franc"
7889
  msgstr ""
7890
 
7891
+ #: core/lib/wpbc_all_translations.php:1527 inc/gateways/paypal/wpbc-gw-paypal.php:446
7892
+ #: inc/gateways/sage/wpbc-gw-sage.php:459
7893
  msgid "Hong Kong Dollar"
7894
  msgstr ""
7895
 
7896
+ #: core/lib/wpbc_all_translations.php:1528 inc/gateways/paypal/wpbc-gw-paypal.php:447
7897
+ #: inc/gateways/sage/wpbc-gw-sage.php:460
7898
  msgid "Singapore Dollar"
7899
  msgstr ""
7900
 
7901
+ #: core/lib/wpbc_all_translations.php:1529 inc/gateways/paypal/wpbc-gw-paypal.php:448
7902
+ #: inc/gateways/sage/wpbc-gw-sage.php:461
7903
  msgid "Swedish Krona"
7904
  msgstr ""
7905
 
7906
+ #: core/lib/wpbc_all_translations.php:1530 inc/gateways/paypal/wpbc-gw-paypal.php:449
7907
+ #: inc/gateways/sage/wpbc-gw-sage.php:462
7908
  msgid "Danish Krone"
7909
  msgstr ""
7910
 
7911
+ #: core/lib/wpbc_all_translations.php:1531 inc/gateways/paypal/wpbc-gw-paypal.php:450
7912
+ #: inc/gateways/sage/wpbc-gw-sage.php:463
7913
  msgid "Polish Zloty"
7914
  msgstr ""
7915
 
7916
+ #: core/lib/wpbc_all_translations.php:1532 inc/gateways/paypal/wpbc-gw-paypal.php:451
7917
+ #: inc/gateways/sage/wpbc-gw-sage.php:464
7918
  msgid "Norwegian Krone"
7919
  msgstr ""
7920
 
7921
+ #: core/lib/wpbc_all_translations.php:1533 inc/gateways/paypal/wpbc-gw-paypal.php:452
7922
+ #: inc/gateways/sage/wpbc-gw-sage.php:465
7923
  msgid "Hungarian Forint"
7924
  msgstr ""
7925
 
7926
+ #: core/lib/wpbc_all_translations.php:1534 inc/gateways/paypal/wpbc-gw-paypal.php:453
7927
+ #: inc/gateways/sage/wpbc-gw-sage.php:466
7928
  msgid "Czech Koruna"
7929
  msgstr ""
7930
 
7931
+ #: core/lib/wpbc_all_translations.php:1535 inc/gateways/paypal/wpbc-gw-paypal.php:454
7932
  msgid "Israeli New Shekel"
7933
  msgstr ""
7934
 
7935
+ #: core/lib/wpbc_all_translations.php:1536 inc/gateways/paypal/wpbc-gw-paypal.php:455
7936
+ #: inc/gateways/sage/wpbc-gw-sage.php:468
7937
  msgid "Mexican Peso"
7938
  msgstr ""
7939
 
7940
+ #: core/lib/wpbc_all_translations.php:1537 inc/gateways/paypal/wpbc-gw-paypal.php:456
7941
+ #: inc/gateways/sage/wpbc-gw-sage.php:469
7942
  msgid "Brazilian Real (only for Brazilian users)"
7943
  msgstr ""
7944
 
7945
+ #: core/lib/wpbc_all_translations.php:1538 inc/gateways/paypal/wpbc-gw-paypal.php:457
7946
+ #: inc/gateways/sage/wpbc-gw-sage.php:470
7947
  msgid "Malaysian Ringgits (only for Malaysian users)"
7948
  msgstr ""
7949
 
7950
+ #: core/lib/wpbc_all_translations.php:1539 inc/gateways/paypal/wpbc-gw-paypal.php:459
7951
+ #: inc/gateways/sage/wpbc-gw-sage.php:472
7952
  msgid "Taiwan New Dollars"
7953
  msgstr ""
7954
 
7955
+ #: core/lib/wpbc_all_translations.php:1540 inc/gateways/paypal/wpbc-gw-paypal.php:460
7956
+ #: inc/gateways/sage/wpbc-gw-sage.php:473
7957
  msgid "Thai Baht"
7958
  msgstr ""
7959
 
7960
+ #: core/lib/wpbc_all_translations.php:1541 inc/gateways/paypal/wpbc-gw-paypal.php:461
7961
  msgid "Turkish Lira (only for Turkish members)"
7962
  msgstr ""
7963
 
7964
+ #: core/lib/wpbc_all_translations.php:1542 inc/gateways/paypal/wpbc-gw-paypal.php:480
7965
  msgid "Custom button title"
7966
  msgstr ""
7967
 
7968
+ #: core/lib/wpbc_all_translations.php:1543 inc/gateways/paypal/wpbc-gw-paypal.php:487
7969
  msgid "Payment Button type"
7970
  msgstr ""
7971
 
7972
+ #: core/lib/wpbc_all_translations.php:1544 inc/gateways/paypal/wpbc-gw-paypal.php:542
7973
  msgid "Show Reference Text Box"
7974
  msgstr ""
7975
 
7976
+ #: core/lib/wpbc_all_translations.php:1545 inc/gateways/paypal/wpbc-gw-paypal.php:543
7977
  msgid "Check this box to show Reference Text Box"
7978
  msgstr ""
7979
 
7980
+ #: core/lib/wpbc_all_translations.php:1546 inc/gateways/paypal/wpbc-gw-paypal.php:551
7981
+ #: inc/gateways/paypal/wpbc-gw-paypal.php:552 inc/gateways/paypal/wpbc-gw-paypal.php:1331
7982
  msgid "Enter your phone number"
7983
  msgstr ""
7984
 
7985
+ #: core/lib/wpbc_all_translations.php:1547 inc/gateways/paypal/wpbc-gw-paypal.php:553
7986
  msgid "Reference Text Box Title"
7987
  msgstr ""
7988
 
7989
+ #: core/lib/wpbc_all_translations.php:1548 inc/gateways/paypal/wpbc-gw-paypal.php:554
7990
  msgid ""
7991
  "Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
7992
  msgstr ""
7993
 
7994
+ #: core/lib/wpbc_all_translations.php:1549 inc/gateways/paypal/wpbc-gw-paypal.php:575
7995
  msgid "Return URL from PayPal"
7996
  msgstr ""
7997
 
7998
+ #: core/lib/wpbc_all_translations.php:1550 inc/gateways/paypal/wpbc-gw-paypal.php:606
7999
  msgid "Cancel Return URL from PayPal"
8000
  msgstr ""
8001
 
8002
+ #: core/lib/wpbc_all_translations.php:1551 inc/gateways/paypal/wpbc-gw-paypal.php:657
8003
  #, php-format
8004
  msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
8005
  msgstr ""
8006
 
8007
+ #: core/lib/wpbc_all_translations.php:1552 inc/gateways/paypal/wpbc-gw-paypal.php:658
8008
  msgid "Follow these steps to configure it:"
8009
  msgstr ""
8010
 
8011
+ #: core/lib/wpbc_all_translations.php:1553 inc/gateways/paypal/wpbc-gw-paypal.php:660
8012
  msgid "Log in to your PayPal account."
8013
  msgstr ""
8014
 
8015
+ #: core/lib/wpbc_all_translations.php:1554 inc/gateways/paypal/wpbc-gw-paypal.php:661
8016
  msgid "Click the Profile subtab."
8017
  msgstr ""
8018
 
8019
+ #: core/lib/wpbc_all_translations.php:1555 inc/gateways/paypal/wpbc-gw-paypal.php:662
8020
  msgid "Click Website Payment Preferences in the Seller Preferences column."
8021
  msgstr ""
8022
 
8023
+ #: core/lib/wpbc_all_translations.php:1556 inc/gateways/paypal/wpbc-gw-paypal.php:663
8024
  msgid "Under Auto Return for Website Payments, click the On radio button."
8025
  msgstr ""
8026
 
8027
+ #: core/lib/wpbc_all_translations.php:1557 inc/gateways/paypal/wpbc-gw-paypal.php:664
8028
  msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
8029
  msgstr ""
8030
 
8031
+ #: core/lib/wpbc_all_translations.php:1558 inc/gateways/paypal/wpbc-gw-paypal.php:673
8032
  msgid ""
8033
  "Instant Payment Notification (IPN) is a message service that notifies you of events related to "
8034
  "PayPal transactions"
8035
  msgstr ""
8036
 
8037
+ #: core/lib/wpbc_all_translations.php:1559 inc/gateways/paypal/wpbc-gw-paypal.php:682
8038
  msgid "Sending email for verified transaction"
8039
  msgstr ""
8040
 
8041
+ #: core/lib/wpbc_all_translations.php:1560 inc/gateways/paypal/wpbc-gw-paypal.php:692
8042
  #, php-format
8043
  msgid "Email for getting report for %sverified%s transactions."
8044
  msgstr ""
8045
 
8046
+ #: core/lib/wpbc_all_translations.php:1561 inc/gateways/paypal/wpbc-gw-paypal.php:705
8047
  msgid "Sending email for invalid transaction"
8048
  msgstr ""
8049
 
8050
+ #: core/lib/wpbc_all_translations.php:1562 inc/gateways/paypal/wpbc-gw-paypal.php:715
8051
  #, php-format
8052
  msgid "Email for getting report for %sinvalid%s transactions."
8053
  msgstr ""
8054
 
8055
+ #: core/lib/wpbc_all_translations.php:1563 inc/gateways/paypal/wpbc-gw-paypal.php:728
8056
  msgid "Sending email if error occur during verification"
8057
  msgstr ""
8058
 
8059
+ #: core/lib/wpbc_all_translations.php:1564 inc/gateways/paypal/wpbc-gw-paypal.php:738
8060
  #, php-format
8061
  msgid "Email for getting report for %ssome errors in verification process%s."
8062
  msgstr ""
8063
 
8064
+ #: core/lib/wpbc_all_translations.php:1565 inc/gateways/paypal/wpbc-gw-paypal.php:750
8065
  msgid "Use SSL connection"
8066
  msgstr ""
8067
 
8068
+ #: core/lib/wpbc_all_translations.php:1566 inc/gateways/paypal/wpbc-gw-paypal.php:751
8069
  msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
8070
  msgstr ""
8071
 
8072
+ #: core/lib/wpbc_all_translations.php:1567 inc/gateways/paypal/wpbc-gw-paypal.php:758
8073
  msgid "Use cURL posting"
8074
  msgstr ""
8075
 
8076
+ #: core/lib/wpbc_all_translations.php:1568 inc/gateways/paypal/wpbc-gw-paypal.php:759
8077
  msgid "Use the cURL for posting data, instead of fsockopen() function"
8078
  msgstr ""
8079
 
8080
+ #: core/lib/wpbc_all_translations.php:1569 inc/gateways/paypal/wpbc-gw-paypal.php:775
8081
  msgid " Follow these instructions to set up your listener at your PayPal account:"
8082
  msgstr ""
8083
 
8084
+ #: core/lib/wpbc_all_translations.php:1570 inc/gateways/paypal/wpbc-gw-paypal.php:777
8085
  msgid "Click Profile on the My Account tab."
8086
  msgstr ""
8087
 
8088
+ #: core/lib/wpbc_all_translations.php:1571 inc/gateways/paypal/wpbc-gw-paypal.php:778
8089
  msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
8090
  msgstr ""
8091
 
8092
+ #: core/lib/wpbc_all_translations.php:1572 inc/gateways/paypal/wpbc-gw-paypal.php:779
8093
  msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
8094
  msgstr ""
8095
 
8096
+ #: core/lib/wpbc_all_translations.php:1573 inc/gateways/paypal/wpbc-gw-paypal.php:780
8097
  msgid "Specify the URL for your listener in the Notification URL field as:"
8098
  msgstr ""
8099
 
8100
+ #: core/lib/wpbc_all_translations.php:1574 inc/gateways/paypal/wpbc-gw-paypal.php:782
8101
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
8102
  msgstr ""
8103
 
8104
+ #: core/lib/wpbc_all_translations.php:1575 inc/gateways/paypal/wpbc-gw-paypal.php:783
8105
  msgid "Click Save."
8106
  msgstr ""
8107
 
8108
+ #: core/lib/wpbc_all_translations.php:1576 inc/gateways/paypal/wpbc-gw-paypal.php:784
8109
  msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
8110
  msgstr ""
8111
 
8112
+ #: core/lib/wpbc_all_translations.php:1577 inc/gateways/paypal/wpbc-gw-paypal.php:946
8113
  msgid "PayPal"
8114
  msgstr ""
8115
 
8116
+ #: core/lib/wpbc_all_translations.php:1578 inc/gateways/paypal/wpbc-gw-paypal.php:948
8117
  msgid "Integration of Paypal payment system"
8118
  msgstr ""
8119
 
8120
+ #: core/lib/wpbc_all_translations.php:1579 inc/gateways/paypal/wpbc-gw-paypal.php:1069
8121
  msgid "PayPal IPN"
8122
  msgstr ""
8123
 
8124
+ #: core/lib/wpbc_all_translations.php:1580 inc/gateways/sage/wpbc-gw-sage.php:355
8125
  #, php-format
8126
  msgid "Pay using %s payment service"
8127
  msgstr ""
8128
 
8129
+ #: core/lib/wpbc_all_translations.php:1581 inc/gateways/sage/wpbc-gw-sage.php:395
8130
  msgid "Vendor Name"
8131
  msgstr ""
8132
 
8133
+ #: core/lib/wpbc_all_translations.php:1582 inc/gateways/sage/wpbc-gw-sage.php:397
8134
  msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
8135
  msgstr ""
8136
 
8137
+ #: core/lib/wpbc_all_translations.php:1583 inc/gateways/sage/wpbc-gw-sage.php:410
8138
  msgid "XOR Encryption password"
8139
  msgstr ""
8140
 
8141
+ #: core/lib/wpbc_all_translations.php:1584 inc/gateways/sage/wpbc-gw-sage.php:412
8142
  msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
8143
  msgstr ""
8144
 
8145
+ #: core/lib/wpbc_all_translations.php:1585 inc/gateways/ideal/wpbc-gw-ideal.php:420
8146
+ #: inc/gateways/sage/wpbc-gw-sage.php:425
8147
  msgid "Select TEST for the Test Server and LIVE in the live environment"
8148
  msgstr ""
8149
 
8150
+ #: core/lib/wpbc_all_translations.php:1586 inc/gateways/ideal/wpbc-gw-ideal.php:432
8151
+ #: inc/gateways/sage/wpbc-gw-sage.php:429 inc/gateways/stripe/wpbc-gw-stripe.php:299
8152
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:342 inc/gateways/stripe/wpbc-gw-stripe.php:357
8153
  msgid "TEST"
8154
  msgstr ""
8155
 
8156
+ #: core/lib/wpbc_all_translations.php:1587 inc/gateways/ideal/wpbc-gw-ideal.php:433
8157
+ #: inc/gateways/sage/wpbc-gw-sage.php:430 inc/gateways/stripe/wpbc-gw-stripe.php:300
8158
  msgid "LIVE"
8159
  msgstr ""
8160
 
8161
+ #: core/lib/wpbc_all_translations.php:1588 inc/gateways/sage/wpbc-gw-sage.php:439
8162
  msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
8163
  msgstr ""
8164
 
8165
+ #: core/lib/wpbc_all_translations.php:1589 inc/gateways/sage/wpbc-gw-sage.php:443
8166
  msgid "PAYMENT"
8167
  msgstr ""
8168
 
8169
+ #: core/lib/wpbc_all_translations.php:1590 inc/gateways/sage/wpbc-gw-sage.php:444
8170
  msgid "DEFERRED"
8171
  msgstr ""
8172
 
8173
+ #: core/lib/wpbc_all_translations.php:1591 inc/gateways/sage/wpbc-gw-sage.php:445
8174
  msgid "AUTHENTICATE"
8175
  msgstr ""
8176
 
8177
+ #: core/lib/wpbc_all_translations.php:1592 inc/gateways/sage/wpbc-gw-sage.php:454
8178
  msgid "Yen"
8179
  msgstr ""
8180
 
8181
+ #: core/lib/wpbc_all_translations.php:1593 inc/gateways/sage/wpbc-gw-sage.php:467
8182
  msgid "Israeli Shekel"
8183
  msgstr ""
8184
 
8185
+ #: core/lib/wpbc_all_translations.php:1594 inc/gateways/sage/wpbc-gw-sage.php:780
8186
  msgid "Sage"
8187
  msgstr ""
8188
 
8189
+ #: core/lib/wpbc_all_translations.php:1595 inc/gateways/sage/wpbc-gw-sage.php:782
8190
  msgid "Integration of Sage payment system"
8191
  msgstr ""
8192
 
8193
+ #: core/lib/wpbc_all_translations.php:1596 inc/gateways/sage/wpbc-gw-sage.php:874
8194
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:883
8195
  #, php-format
8196
  msgid "If you have no account on this system, please visit %s to create one."
8197
  msgstr ""
8198
 
8199
+ #: core/lib/wpbc_all_translations.php:1597 inc/gateways/wpbc-response.php:96
8200
  msgid "Payment rejected"
8201
  msgstr ""
8202
 
8203
+ #: core/lib/wpbc_all_translations.php:1598 inc/gateways/ideal/wpbc-gw-ideal.php:388
8204
  msgid "Merchant ID"
8205
  msgstr ""
8206
 
8207
+ #: core/lib/wpbc_all_translations.php:1599 inc/gateways/ideal/wpbc-gw-ideal.php:390
8208
  msgid "Enter your iDEAL Merchant ID"
8209
  msgstr ""
8210
 
8211
+ #: core/lib/wpbc_all_translations.php:1600 inc/gateways/ideal/wpbc-gw-ideal.php:405
8212
  msgid "Enter your iDEAL Merchant Key."
8213
  msgstr ""
8214
 
8215
+ #: core/lib/wpbc_all_translations.php:1601 inc/gateways/ideal/wpbc-gw-ideal.php:423
8216
  #, php-format
8217
  msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
8218
  msgstr ""
8219
 
8220
+ #: core/lib/wpbc_all_translations.php:1602 inc/gateways/ideal/wpbc-gw-ideal.php:424
8221
  msgid "Test with Simulator"
8222
  msgstr ""
8223
 
8224
+ #: core/lib/wpbc_all_translations.php:1603 inc/gateways/ideal/wpbc-gw-ideal.php:426
8225
  msgid "My Profile – Connection"
8226
  msgstr ""
8227
 
8228
+ #: core/lib/wpbc_all_translations.php:1604 inc/gateways/ideal/wpbc-gw-ideal.php:482
8229
  #, php-format
8230
  msgid ""
8231
  "If not supplied then the description as configured in the administration/management portal "
8233
  "be applied."
8234
  msgstr ""
8235
 
8236
+ #: core/lib/wpbc_all_translations.php:1605 inc/gateways/ideal/wpbc-gw-ideal.php:483
8237
  msgid "Always use Description"
8238
  msgstr ""
8239
 
8240
+ #: core/lib/wpbc_all_translations.php:1606 inc/gateways/ideal/wpbc-gw-ideal.php:802
8241
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:765
8242
  #, php-format
8243
  msgid "Integration of %s payment system"
8244
  msgstr ""
8245
 
8246
+ #: core/lib/wpbc_all_translations.php:1607 inc/gateways/ideal/wpbc-gw-ideal.php:893
8247
  #, php-format
8248
  msgid "Processing your %s payments through %s"
8249
  msgstr ""
8250
 
8251
+ #: core/lib/wpbc_all_translations.php:1608 core/wpbc-emails.php:257
8252
  #, php-format
8253
  msgid "%s - inserting link for export booking to"
8254
  msgstr ""
8255
 
8256
+ #: core/lib/wpbc_all_translations.php:1609 inc/_ps/admin/br-table-export-feeds.php:168
8257
  msgid ".ics Feed URL"
8258
  msgstr ""
8259
+
8260
+ #: core/wpbc-emails.php:244 core/wpbc-emails.php:245 core/wpbc-emails.php:246
8261
+ #: core/wpbc-emails.php:247 core/wpbc-emails.php:248 core/wpbc-emails.php:249
8262
+ #: core/wpbc-emails.php:250
8263
+ #, php-format
8264
+ msgid "%s - inserting modification date of booking "
8265
+ msgstr ""
8266
+
8267
+ #: inc/_ps/form/class-wpbc-form-help.php:687
8268
+ msgid "Coupon discount value of the booking."
8269
+ msgstr ""
8270
+
8271
+ #: inc/gateways/stripe/stripe-charge.php:366
8272
+ msgid "Stripe. Ouch, something went wrong!"
8273
+ msgstr ""
8274
+
8275
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:255
8276
+ #, php-format
8277
+ msgid "Please pay %s"
8278
+ msgstr ""
8279
+
8280
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:294
8281
+ msgid "Chose payment account"
8282
+ msgstr ""
8283
+
8284
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:310 inc/gateways/stripe/wpbc-gw-stripe.php:342
8285
+ msgid "Publishable key"
8286
+ msgstr ""
8287
+
8288
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:325 inc/gateways/stripe/wpbc-gw-stripe.php:357
8289
+ msgid "Secret key"
8290
+ msgstr ""
8291
+
8292
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:529
8293
+ msgid "For more information:"
8294
+ msgstr ""
8295
+
8296
+ #: inc/gateways/stripe/wpbc-gw-stripe.php:863
8297
+ #, php-format
8298
+ msgid "require PHP version %s or newer!"
8299
+ msgstr ""
readme.txt CHANGED
@@ -1,23 +1,25 @@
1
  === Booking Calendar ===
2
  Contributors: wpdevelop, oplugins
3
- Donate link: http://wpbookingcalendar.com/buy/
4
  Tags: booking calendar, availability calendar, ical, booking system, booking form, reservation, events, appointment, availability, schedule, calendar, contact form
5
  Requires at least: 4.0
6
  Requires PHP: 5.2.4
7
  Tested up to: 4.9
8
- Stable tag: 8.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
  Booking Calendar plugin - is the ultimate booking system for online reservation and availability checking service for your site.
13
 
14
  == Description ==
15
- Booking Calendar plugin will enable **online booking services** for your site. It's highly supported, *oldest ([since 2009](http://wpbookingcalendar.com/changelog/)) booking wordpress plugin* with **intuitive interface** and **flexible functionality**, which is possible to use in wide range of businesses.
16
- >[Plugin Homepage](http://wpbookingcalendar.com/ "Booking Calendar Homepage") | [Features](http://wpbookingcalendar.com/overview/ "Features") | [Support Forum](http://wpbookingcalendar.com/support/ "Support") | [FAQ](http://wpbookingcalendar.com/faq/ "FAQ on Plugin site") | [Premium Demos](http://wpbookingcalendar.com/demo/ "Live Demos of Premium versions")
17
 
18
  Your website visitors can **check availability** of **property** *(like apartment, house, hotel room, etc.)* or any **service** you offer and **make a booking** in a minute.
19
 
20
-
 
 
21
  **Your Customers will be able to:**
22
 
23
  1. Select day(s) in calendar *(which is possible to customize for fitting to your site design)*
@@ -102,9 +104,13 @@ Booking Calendar is built to work out of the box. Just activate it and insert bo
102
  - **Multi language** support. *(Check all available languages at this [page](http://wordpress.org/extend/plugins/booking/other_notes/ "Translations")).*
103
 
104
 
105
- And **much, much more**... *Please check ton of features in [premium versions](http://wpbookingcalendar.com/overview/ "Booking Calendar Features list") of plugin.*
106
-
107
 
 
 
 
 
 
108
  = BOOKING CALENDAR IS GREAT FOR: =
109
  Booking Calendar is used by thousands of users. Whether you're operating a big hotel with hundreds of rooms, or you're a sole business owner, which need to automatize the bookings for your service, we have you in mind.
110
 
@@ -130,11 +136,11 @@ Installing the plugin is easy. Just follow these steps:
130
 
131
  Installation is complete!
132
 
133
- 6. Now you can open (create new) post or page and using the "Booking" button in edit toolbar insert the booking shortcode. If you want to insert and configure the shortcode manually, please check this [instruction](http://wpbookingcalendar.com/help/booking-calendar-shortcodes/)
134
  7. Update (publish) your post or page. Now your web site visitors can make new bookings in the booking form at that page.
135
 
136
  That's it! Just configure your settings (Booking --> Settings) and predefined booking form fields (Booking --> Settings --> Fields).
137
- If you're unclear about the installation process, check out our [HELP](http://wpbookingcalendar.com/help/) instructions. Still having trouble from there? See the [FAQ](http://wpbookingcalendar.com/faq/) for more troubleshooting ideas or contact [support](http://wpbookingcalendar.com/support/).
138
 
139
  **Important notice:** Because of changes in CSS and JavaScript files, please clear browser cache, after you made this update.
140
  = Requirements =
@@ -147,7 +153,7 @@ If you're unclear about the installation process, check out our [HELP](http://wp
147
 
148
  == Frequently Asked Questions ==
149
 
150
- Please see [FAQ](http://wpbookingcalendar.com/faq/).
151
 
152
  If you have any further questions, please fill free to <a href="mailto:support@wpbookingcalendar.com" title="faq">contact directly</a>.
153
 
@@ -156,14 +162,16 @@ If you have any further questions, please fill free to <a href="mailto:support@w
156
  - English
157
  - Spanish [100% Completed]
158
  - Galician (Spanish) [100% Completed]
159
- - Dutch [98% Completed]
160
- - German [97% Completed]
161
- - Italian [97% Completed]
162
- - Danish [97% Completed]
163
- - Finnish [97% Completed]
164
- - Swedish [97% Completed]
165
- - Norwegian [97% Completed]
166
- - Brazilian Portuguese [97% Completed]
 
 
167
  - Hebrew [96% Completed]
168
  - Hungarian [96% Completed]
169
  - Ukrainian [96% Completed]
@@ -184,13 +192,13 @@ If you have any further questions, please fill free to <a href="mailto:support@w
184
  - Belarussian [10% Completed]
185
 
186
  Please recheck the status of each translation, before using plugin.
187
- We open for your help in new translations or correcting existing ones. You can translate to new language or update exist one, using this [tutorial of translation](http://wpbookingcalendar.com/faq/make-translation-of-wp-plugin/)
188
  = Tech support =
189
 
190
- If you have some questions, which you haven't found at [FAQ](http://wpbookingcalendar.com/faq/) you can post them at [technical help board](http://wpbookingcalendar.com/support/)
191
  = Have New idea? =
192
 
193
- Please, fill free for suggesting [new ideas](http://wpbookingcalendar.com/ideas/) or [new features](http://wpbookingcalendar.com/ideas/)
194
 
195
  == Screenshots ==
196
 
@@ -208,6 +216,33 @@ Please, fill free for suggesting [new ideas](http://wpbookingcalendar.com/ideas/
208
  12. **Timeline**. Glance booking checking for a year (3 months or month), at front-end side of your website.
209
 
210
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  = 8.1 =
212
  - Changes in **all** versions:
213
  * **New** Ability to define **different structures of booking forms** at Booking > Settings > Form page: "Vertical", "**Side by side**", "Centered", "Dark"
@@ -231,7 +266,6 @@ Please, fill free for suggesting [new ideas](http://wpbookingcalendar.com/ideas/
231
  * **Fix** issue of incorrect cost calculation, during editing booking, when selected days from 1 to 9 and used some rates. Issue relative of not using leading 0 in textarea. (8.0.2.2) *(Business Medium/Large, MultiUser)*
232
  * **Fix** issue of showing coupon discount description, does not depend from uppercase or lowercase of entered coupon code (8.0.2.7) *(Business Large, MultiUser)*
233
 
234
-
235
  = 8.0.1 =
236
  - Changes in **all** versions:
237
  * **Fix** issue of not ability to approve / decline bookings in Safari browser (8.0.1.100)
@@ -570,7 +604,7 @@ Please, fill free for suggesting [new ideas](http://wpbookingcalendar.com/ideas/
570
  * Underhood. New constant. 'WP_BK_AUTO_APPROVE_WHEN_ZERO_COST' - Auto approve booking, if the cost of booking == 0
571
  * Underhood. New constant. 'WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH' - Check in search results custom fields parameters relative to less than in search form, and not only equal.
572
 
573
- For more information, see the [full release notes](http://wpbookingcalendar.com/changelog/).
574
 
575
  == Upgrade Notice ==
576
  = 8.1 =
1
  === Booking Calendar ===
2
  Contributors: wpdevelop, oplugins
3
+ Donate link: https://wpbookingcalendar.com/buy/
4
  Tags: booking calendar, availability calendar, ical, booking system, booking form, reservation, events, appointment, availability, schedule, calendar, contact form
5
  Requires at least: 4.0
6
  Requires PHP: 5.2.4
7
  Tested up to: 4.9
8
+ Stable tag: 8.1.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
  Booking Calendar plugin - is the ultimate booking system for online reservation and availability checking service for your site.
13
 
14
  == Description ==
15
+ Booking Calendar plugin will enable **online booking services** for your site. It's highly supported, *oldest ([since 2009](https://wpbookingcalendar.com/changelog/)) booking wordpress plugin* with **intuitive interface** and **flexible functionality**, which is possible to use in wide range of businesses.
16
+ >[Homepage](https://wpbookingcalendar.com/ "Booking Calendar Homepage") | [Features Overview](https://wpbookingcalendar.com/overview/ "Features Overview of Booking Calendar") | [Premium Demos](https://wpbookingcalendar.com/demo/ "Live demos of booking premium versions") | [HELP](https://wpbookingcalendar.com/help/ "Video Guides of booking system")
17
 
18
  Your website visitors can **check availability** of **property** *(like apartment, house, hotel room, etc.)* or any **service** you offer and **make a booking** in a minute.
19
 
20
+ [youtube https://youtu.be/NR5pdYVkLhI]
21
+ > Overview of Booking Calendar, start receive bookings in 60 seconds
22
+
23
  **Your Customers will be able to:**
24
 
25
  1. Select day(s) in calendar *(which is possible to customize for fitting to your site design)*
104
  - **Multi language** support. *(Check all available languages at this [page](http://wordpress.org/extend/plugins/booking/other_notes/ "Translations")).*
105
 
106
 
107
+ And **much, much more**... *please check ton of features in [premium versions](https://wpbookingcalendar.com/overview/ "Booking Calendar Features list") of plugin.*
 
108
 
109
+ = Main features overview in premium versions of Booking Calendar =
110
+ [youtube https://www.youtube.com/watch?v=SpPAwrpP7q0&list=PLabuVtqCh9dwNZgeEmghr1PkbLMMM-BpV]
111
+ > Videos of features in **premium** versions
112
+
113
+
114
  = BOOKING CALENDAR IS GREAT FOR: =
115
  Booking Calendar is used by thousands of users. Whether you're operating a big hotel with hundreds of rooms, or you're a sole business owner, which need to automatize the bookings for your service, we have you in mind.
116
 
136
 
137
  Installation is complete!
138
 
139
+ 6. Now you can open (create new) post or page and using the "Booking" button in edit toolbar insert the booking shortcode. If you want to insert and configure the shortcode manually, please check this [instruction](https://wpbookingcalendar.com/help/booking-calendar-shortcodes/)
140
  7. Update (publish) your post or page. Now your web site visitors can make new bookings in the booking form at that page.
141
 
142
  That's it! Just configure your settings (Booking --> Settings) and predefined booking form fields (Booking --> Settings --> Fields).
143
+ If you're unclear about the installation process, check out our [HELP](https://wpbookingcalendar.com/help/) instructions. Still having trouble from there? See the [FAQ](https://wpbookingcalendar.com/faq/) for more troubleshooting ideas or contact [support](https://wpbookingcalendar.com/support/).
144
 
145
  **Important notice:** Because of changes in CSS and JavaScript files, please clear browser cache, after you made this update.
146
  = Requirements =
153
 
154
  == Frequently Asked Questions ==
155
 
156
+ Please see [FAQ](https://wpbookingcalendar.com/faq/).
157
 
158
  If you have any further questions, please fill free to <a href="mailto:support@wpbookingcalendar.com" title="faq">contact directly</a>.
159
 
162
  - English
163
  - Spanish [100% Completed]
164
  - Galician (Spanish) [100% Completed]
165
+ - Dutch [100% Completed]
166
+ - Finnish [100% Completed]
167
+ - Swedish [100% Completed]
168
+ - Slovenian [100% Completed]
169
+ - Thai [100% Completed]
170
+ - German [96% Completed]
171
+ - Italian [96% Completed]
172
+ - Danish [96% Completed]
173
+ - Norwegian [96% Completed]
174
+ - Brazilian Portuguese [96% Completed]
175
  - Hebrew [96% Completed]
176
  - Hungarian [96% Completed]
177
  - Ukrainian [96% Completed]
192
  - Belarussian [10% Completed]
193
 
194
  Please recheck the status of each translation, before using plugin.
195
+ We open for your help in new translations or correcting existing ones. You can translate to new language or update exist one, using this [tutorial of translation](https://wpbookingcalendar.com/faq/make-translation-of-wp-plugin/)
196
  = Tech support =
197
 
198
+ If you have some questions, which you haven't found at [FAQ](https://wpbookingcalendar.com/faq/) you can post them at [technical help board](https://wpbookingcalendar.com/support/)
199
  = Have New idea? =
200
 
201
+ Please, fill free for suggesting [new ideas](https://wpbookingcalendar.com/ideas/) or [new features](https://wpbookingcalendar.com/ideas/)
202
 
203
  == Screenshots ==
204
 
216
  12. **Timeline**. Glance booking checking for a year (3 months or month), at front-end side of your website.
217
 
218
  == Changelog ==
219
+ = 8.1.1 =
220
+ - Changes in **all** versions:
221
+ * **New** Settings > Sync > "General" page, where possible to define Timezone and assigning form fields for events (its was moved from "Import Google Calendar Events" page, because these settings also apply for .ics feeds import / export functionality ) (8.1.10)
222
+ * **Translation** Dutch translation [100% completed] by Boris Hoekmeijer
223
+ * **Translation** Slovenian translation [100% completed] by Klemen G
224
+ * **Translation** Finnish translation [100% completed] by Matti Helin
225
+ * **Translation** Thai translation [100% completed] by Newage Keys
226
+ * **Translation** Swedish translation [100% completed] by Mikael Göransson
227
+ * **Fix** showing notice warning in some selectboxes at the settings during editing of some options (8.1.2)
228
+ * **Fix** removing self closing tag for the textarea and selectbox. Can generate an issue in some systems (issue was only in the Booking Calendar Free version). (8.1.1.4)
229
+ * **Fix** showing: "Notice: A non well formed numeric value encountered in .../wpbc-class-timeline.php on line 749 Notice" at some servers. (8.1.6)
230
+ * **Fix** Issue of showing "unnamed-file.ics" file, if in export relative URL was set term likes "ics" (8.1.9)
231
+ * **Fix** Issue of showing link in Timeline in header of dates number (8.1.13)
232
+ * **Improvement** Updated all links from http to https of plugin website.
233
+ * *Under Hood* New constant. WP_BK_AUTO_APPROVE_IF_ADD_IN_ADMIN_PANEL - Auto approve booking, if booking added in admin panel
234
+ - Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions:
235
+ * **New** Ability to use **simple booking form** customization from Booking Calendar Free version at the Booking > Settings > Form page. You can activate this option at the Booking > Settings General page in form section. (8.1.12) *(Personal Business Small/Medium/Large, MultiUser)*
236
+ * **Improvement** * Show warning "Stripe require CURL library in your PHP", if curl have not installed (8.1.1) *(Business Small/Medium/Large, MultiUser)*
237
+ * **Improvement** * New default payment form template with predefined US country selection and US states at the Booking > Settings > Form page (8.1.5) *(Personal, Business Small/Medium/Large, MultiUser)*
238
+ * **Fix** conflict with paid versions of Booking Calendar with "Gravity Forms" plugin, if in "Gravity Forms" plugin was used "masked input" field(s). In this case in Booking Calendar will not work masked input for start/end times text field. Its will be used as standard text inputs. (8.1.5)
239
+ * **Fix** Removing all new lines from booking details during exporting to CSV file, otherwise its can break CSV template (8.1.3) *(Personal Business Small/Medium/Large, MultiUser)*
240
+ * **Fix** Issue of not showing PayPal ipn verified email at the Booking > Settings > Payment > PayPal page (after activation of this option) (8.1.4) *(Business Small/Medium/Large, MultiUser)*
241
+ * **Fix** Issue of not ability to select booking resources at the Calendar Overview page. Its was reseting to all resources. (8.1.7) *(Personal Business Small/Medium/Large, MultiUser)*
242
+ * **Fix** Issue of correct replacing shortcodes: [visitorbookingediturl url='some_url'], [visitorbookingcancelurl url='some_url'], [visitorbookingpayurl url='some_url'], if was used severeal languges and in English languge was used this shortcode without URL parameter. (8.1.8) *(Personal Business Small/Medium/Large, MultiUser)*
243
+ * **Fix** Ability to search booking resources in sub tab pages (for example at the Booking > Settings > Sync > "Import Google Calendar Events" page ) (8.1.11) *(Personal Business Small/Medium/Large, MultiUser)*
244
+ * *Under Hood* New constant. WP_BK_AUTO_SEND_PAY_REQUEST_IF_ADD_IN_ADMIN_PANEL - Auto send payment request, if booking was added in admin panel, and WP_BK_AUTO_APPROVE_IF_ADD_IN_ADMIN_PANEL == true
245
+
246
  = 8.1 =
247
  - Changes in **all** versions:
248
  * **New** Ability to define **different structures of booking forms** at Booking > Settings > Form page: "Vertical", "**Side by side**", "Centered", "Dark"
266
  * **Fix** issue of incorrect cost calculation, during editing booking, when selected days from 1 to 9 and used some rates. Issue relative of not using leading 0 in textarea. (8.0.2.2) *(Business Medium/Large, MultiUser)*
267
  * **Fix** issue of showing coupon discount description, does not depend from uppercase or lowercase of entered coupon code (8.0.2.7) *(Business Large, MultiUser)*
268
 
 
269
  = 8.0.1 =
270
  - Changes in **all** versions:
271
  * **Fix** issue of not ability to approve / decline bookings in Safari browser (8.0.1.100)
604
  * Underhood. New constant. 'WP_BK_AUTO_APPROVE_WHEN_ZERO_COST' - Auto approve booking, if the cost of booking == 0
605
  * Underhood. New constant. 'WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH' - Check in search results custom fields parameters relative to less than in search form, and not only equal.
606
 
607
+ For more information, see the [full release notes](https://wpbookingcalendar.com/changelog/).
608
 
609
  == Upgrade Notice ==
610
  = 8.1 =
wpdev-booking.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /*
3
  Plugin Name: Booking Calendar
4
- Plugin URI: http://wpbookingcalendar.com/demo/
5
  Description: Online reservation and availability checking service for your site.
6
  Author: wpdevelop, oplugins
7
- Author URI: http://wpbookingcalendar.com/
8
  Text Domain: booking
9
  Domain Path: /languages/
10
- Version: 8.1
11
  */
12
 
13
  /* Copyright 2009 - 2017 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
1
  <?php
2
  /*
3
  Plugin Name: Booking Calendar
4
+ Plugin URI: https://wpbookingcalendar.com/demo/
5
  Description: Online reservation and availability checking service for your site.
6
  Author: wpdevelop, oplugins
7
+ Author URI: https://wpbookingcalendar.com/
8
  Text Domain: booking
9
  Domain Path: /languages/
10
+ Version: 8.1.1
11
  */
12
 
13
  /* Copyright 2009 - 2017 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),