Version Description
- Changes in all versions:
- Translation. French translation [100% completed] by Walid Chaafi
- Translation. Arabic translation [100% Completed] by Walid Chaafi
- Translation. Dutch translation [99% completed] by Wilbert van Diemen
- Translation. Brazilian Portuguese [99% Completed] by Myres Hopkins
- Translation. Greek [100% Completed] by Ilias Moutzouris
- New. Ability to export into .ics feeds only bookings, that was created in Booking Calendar plugin, without any other imported bookings. Activate it at Booking > Settings > Sync > "General" page. Available in Booking Manager update 2.0.20 or newer. (8.8.3.19)
- Improvement. Show error message, if activated to use CAPTCHA and PHP configuration does not have activated GD library. (8.8.3.5)
- Improvement. Show help message, about troubleshooting of "Request do not pass security check!" error. (8.8.3.6)
- Improvement. Showing centered booking form, while using simple booking form configuration. (8.8.3.10)
- Improvement. Debug function show HTML elements during output of strings (8.8.3.11)
- Fix. Issue of incorrectly defined locale order, that was reason of not loading language in some translation plugins, like Falang (possible in Polylang, WPML) (8.8.3.8)
- Fix. Warning: Use of undefined constant POLYLANG_VERSION - assumed 'POLYLANG_VERSION' (this will throw an Error in a future version of PHP) in ../core/wpbc-translation.php on line 241 (8.8.3.16)
- Changes in Personal / Business Small / Business Medium / Business Large / MultiUser versions:
- New. Show debug cost information of "Daily costs" and "Additional costs" to better understand how costs is working. Activate it at the Booking > Settings > Payment page in Payment options section. (8.8.3.18) (Business Medium/Large, MultiUser)
- New. Ability to calculate the deposit amount based on daily costs only, without additional costs. Activate it at the Booking > Settings > Payment page in Payment options section (8.8.3.15) (Business Medium/Large, MultiUser)
- Improvement. If we are using the [cost_corrections] shortcode in the booking form for entering our cost at Booking > Add booking page, then we can use in the New booking emails such shortcodes [corrected_total_cost], [corrected_deposit_cost], corrected_balance_cost (Business Medium/Large, MultiUser)
- Improvement. Escape any html tags from the booking resource titles in emails (8.8.3.17) (Personal, Business Small/Medium/Large, MultiUser)
- Fix. Deprecated Message in PHP 8.0: Required parameter $bk_res_id follows optional parameter $blank in ..\wp-content\plugins\booking\inc_mu\multiuser.php on line 257 (8.8.3.3) (Business Large, MultiUser)
- Fix. Deprecated Message in PHP 8.0: Required parameter $nonSensitiveDataKey follows optional parameter $delimeter in ..\wp-content\plugins\booking\inc\gateways\sage\wpbc-gw-sage.php on line 1342 (8.8.3.4) (Business Small/Medium/Large, MultiUser)
- Fix. Fix timezone issue for auto cancellation of pending bookings that does not have the successfully paid status. (8.8.3.1) (Business Large, MultiUser)
- Fix. Issie of not showing '0.00' for some advanced hint option, like [breakfast_hint], if checkbox of breakfast feature was unchecked in the booking form. (8.8.3.2) (Business Medium/Large, MultiUser)
- Fix. PHP Fatal error: Uncaught TypeError: Unsupported operand types: float / string in ../inc/_bm/biz_m.php:1166 (8.8.3.9)
- Fix. Error of during updates of plugin, relative of correct configuring of $transient variable within the "pre_set_site_transient_update_plugins" WordPress hook. (8.8.3.14)
Download this release
Release Info
Developer | wpdevelop |
Plugin | Booking Calendar |
Version | 8.9 |
Comparing to | |
See all releases |
Code changes from version 8.8.2 to 8.9
- core/admin/api-settings.php +1 -1
- core/admin/page-email-new-visitor.php +3 -1
- core/admin/page-form-free.php +1 -1
- core/admin/page-ics-general.php +17 -1
- core/admin/wpbc-sql.php +10 -1
- core/class/wpbc-class-welcome.php +55 -6
- core/lib/wpbc-ajax.php +10 -2
- core/lib/wpbc-booking-new.php +64 -22
- core/lib/wpbc_all_translations.php +6 -6
- core/lib/wpbc_all_translations1.php +11 -0
- core/lib/wpdev-booking-class.php +34 -4
- core/timeline/v2/wpbc-class-timeline_v2.php +1 -6
- core/wpbc-activation.php +1 -0
- core/wpbc-constants.php +1 -1
- core/wpbc-css.php +3 -1
- core/wpbc-debug.php +56 -2
- core/wpbc-dev-api.php +2 -1
- core/wpbc-include.php +19 -11
- core/wpbc-js.php +8 -2
- core/wpbc-translation.php +9 -7
- css/client.css +23 -4
- js/_out/wpbc_form.js +76 -0
- js/_out/wpbc_form.js.map +1 -0
- js/_out/wpbc_form_summary.js +46 -0
- js/_out/wpbc_form_summary.js.map +1 -0
- js/client.js +12 -3
- js/wpbc_form.js +22 -0
- js/wpbc_form_summary.js +75 -0
- js/wpbc_times.js +5 -8
- languages/booking-ar_SA.mo +0 -0
- languages/booking-el.mo +0 -0
- languages/booking-fi.mo +0 -0
- languages/booking-fr_FR.mo +0 -0
- languages/booking-nl_NL.mo +0 -0
- languages/booking-pt_BR.mo +0 -0
- languages/booking.pot +393 -342
- readme.txt +48 -23
- wpdev-booking.php +2 -2
core/admin/api-settings.php
CHANGED
@@ -60,7 +60,7 @@ class WPBC_Settings_API_General extends WPBC_Settings_API {
|
|
60 |
$skin_file[1] = str_replace( array( WPBC_PLUGIN_URL, $upload_dir['basedir'] ), '', $skin_file[1] ); // Get relative path for calendar skin
|
61 |
$calendar_skins_options[ $skin_file[1] ] = $skin_file[2];
|
62 |
}
|
63 |
-
|
64 |
$this->fields['booking_skin'] = array(
|
65 |
'type' => 'select'
|
66 |
, 'default' => $default_options_values['booking_skin'] // '/css/skins/traditional.css' // Activation|Deactivation of this options in wpbc-activation file. // Default value in wpbc_get_default_options('booking_skin')
|
60 |
$skin_file[1] = str_replace( array( WPBC_PLUGIN_URL, $upload_dir['basedir'] ), '', $skin_file[1] ); // Get relative path for calendar skin
|
61 |
$calendar_skins_options[ $skin_file[1] ] = $skin_file[2];
|
62 |
}
|
63 |
+
|
64 |
$this->fields['booking_skin'] = array(
|
65 |
'type' => 'select'
|
66 |
, 'default' => $default_options_values['booking_skin'] // '/css/skins/traditional.css' // Activation|Deactivation of this options in wpbc-activation file. // Default value in wpbc_get_default_options('booking_skin')
|
core/admin/page-email-new-visitor.php
CHANGED
@@ -970,7 +970,9 @@ function wpbc__get_replace_shortcodes__email_new_visitor( $booking_id, $bktype,
|
|
970 |
// Cost ////////////////////////////////////////////////////////////////////
|
971 |
$booking_cost = apply_bk_filter( 'get_booking_cost_from_db', '', $booking_id );
|
972 |
$booking_cost = wpbc_get_cost_with_currency_for_user( $booking_cost );
|
973 |
-
|
|
|
|
|
974 |
// Other ///////////////////////////////////////////////////////////////////
|
975 |
$replace[ 'booking_id' ] = $booking_id;
|
976 |
$replace[ 'id' ] = $replace[ 'booking_id' ];
|
970 |
// Cost ////////////////////////////////////////////////////////////////////
|
971 |
$booking_cost = apply_bk_filter( 'get_booking_cost_from_db', '', $booking_id );
|
972 |
$booking_cost = wpbc_get_cost_with_currency_for_user( $booking_cost );
|
973 |
+
|
974 |
+
|
975 |
+
|
976 |
// Other ///////////////////////////////////////////////////////////////////
|
977 |
$replace[ 'booking_id' ] = $booking_id;
|
978 |
$replace[ 'id' ] = $replace[ 'booking_id' ];
|
core/admin/page-form-free.php
CHANGED
@@ -495,7 +495,7 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
|
|
495 |
|
496 |
|
497 |
$skip_already_exist_field_types = array( 'calendar', 'submit', 'captcha' );
|
498 |
-
|
499 |
foreach ( $visual_form_structure as $key => $form_field ) {
|
500 |
|
501 |
$defaults = array(
|
495 |
|
496 |
|
497 |
$skip_already_exist_field_types = array( 'calendar', 'submit', 'captcha' );
|
498 |
+
|
499 |
foreach ( $visual_form_structure as $key => $form_field ) {
|
500 |
|
501 |
$defaults = array(
|
core/admin/page-ics-general.php
CHANGED
@@ -190,6 +190,22 @@ class WPBC_API_SettingsGeneralSync extends WPBC_Settings_API {
|
|
190 |
, 'description' => ''
|
191 |
, 'group' => 'import_advanced'
|
192 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
}
|
194 |
|
195 |
//FixIn: 8.5.1.1
|
@@ -207,7 +223,7 @@ class WPBC_API_SettingsGeneralSync extends WPBC_Settings_API {
|
|
207 |
$this->fields['booking_ics_force_trash_before_import'] = array(
|
208 |
'type' => 'checkbox'
|
209 |
, 'default' => 'Off'
|
210 |
-
, 'title' => __('Trash all imported bookings before new import', 'booking')
|
211 |
, 'label' => __('Move all previously imported bookings to trash before new import bookings. Its can resolve issue of updating deleted and edited events in external sources. Its work only, if you are using one source (.ics feed) for importing into specific booking resource!' ,'booking')
|
212 |
, 'description' => ''
|
213 |
, 'group' => 'import_advanced'
|
190 |
, 'description' => ''
|
191 |
, 'group' => 'import_advanced'
|
192 |
);
|
193 |
+
|
194 |
+
//FixIn: 8.8.3.19
|
195 |
+
$this->fields['booking_is_ics_export_imported_bookings'] = array(
|
196 |
+
'type' => 'select'
|
197 |
+
, 'default' => ''
|
198 |
+
, 'title' => __('Export bookings type', 'booking')
|
199 |
+
, 'description' => __('Select which type of bookings to export' ,'booking')
|
200 |
+
, 'description_tag' => 'p'
|
201 |
+
, 'css' => ''
|
202 |
+
, 'options' => array (
|
203 |
+
'' => __('All bookings'),
|
204 |
+
'plugin' => __('Bookings created in Booking Calendar'),
|
205 |
+
'imported' => __('Imported bookings'),
|
206 |
+
)
|
207 |
+
, 'group' => 'import_advanced'
|
208 |
+
);
|
209 |
}
|
210 |
|
211 |
//FixIn: 8.5.1.1
|
223 |
$this->fields['booking_ics_force_trash_before_import'] = array(
|
224 |
'type' => 'checkbox'
|
225 |
, 'default' => 'Off'
|
226 |
+
, 'title' => __('Trash all imported bookings before new import', 'booking') //. ' ' . '[Experimental Feature]'
|
227 |
, 'label' => __('Move all previously imported bookings to trash before new import bookings. Its can resolve issue of updating deleted and edited events in external sources. Its work only, if you are using one source (.ics feed) for importing into specific booking resource!' ,'booking')
|
228 |
, 'description' => ''
|
229 |
, 'group' => 'import_advanced'
|
core/admin/wpbc-sql.php
CHANGED
@@ -939,7 +939,7 @@ function wpbc_get_sql_for_booking_listing( $args ){
|
|
939 |
}
|
940 |
|
941 |
$defaults = array(
|
942 |
-
|
943 |
, 'wh_approved' => ''
|
944 |
, 'wh_booking_id' => ''
|
945 |
, 'wh_is_new' => ''
|
@@ -954,6 +954,7 @@ function wpbc_get_sql_for_booking_listing( $args ){
|
|
954 |
, 'or_sort' => get_bk_option( 'booking_sort_order' )
|
955 |
, 'page_num' => '1'
|
956 |
, 'wh_trash' => '' //FixIn: 6.1.1.10
|
|
|
957 |
, 'page_items_count' => $num_per_page_check
|
958 |
);
|
959 |
$r = wp_parse_args( $args, $defaults );
|
@@ -1010,6 +1011,14 @@ function wpbc_get_sql_for_booking_listing( $args ){
|
|
1010 |
|
1011 |
$sql_where .= " {$trash_bookings} "; //FixIn: 6.1.1.10
|
1012 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1013 |
if ( $wh_is_new !== '' )
|
1014 |
$sql_where .= " AND bk.is_new = " . $wh_is_new . " ";
|
1015 |
|
939 |
}
|
940 |
|
941 |
$defaults = array(
|
942 |
+
'wh_booking_type' => ''
|
943 |
, 'wh_approved' => ''
|
944 |
, 'wh_booking_id' => ''
|
945 |
, 'wh_is_new' => ''
|
954 |
, 'or_sort' => get_bk_option( 'booking_sort_order' )
|
955 |
, 'page_num' => '1'
|
956 |
, 'wh_trash' => '' //FixIn: 6.1.1.10
|
957 |
+
, 'wh_sync_gid' => '' // '' | 'imported' | 'plugin' //FixIn: 8.8.3.19
|
958 |
, 'page_items_count' => $num_per_page_check
|
959 |
);
|
960 |
$r = wp_parse_args( $args, $defaults );
|
1011 |
|
1012 |
$sql_where .= " {$trash_bookings} "; //FixIn: 6.1.1.10
|
1013 |
|
1014 |
+
//FixIn: 8.8.3.19
|
1015 |
+
if ( 'imported' === $wh_sync_gid ) {
|
1016 |
+
$sql_where .= " AND bk.sync_gid != '' ";
|
1017 |
+
}
|
1018 |
+
if ( 'plugin' === $wh_sync_gid ) {
|
1019 |
+
$sql_where .= " AND bk.sync_gid = '' ";
|
1020 |
+
}
|
1021 |
+
|
1022 |
if ( $wh_is_new !== '' )
|
1023 |
$sql_where .= " AND bk.is_new = " . $wh_is_new . " ";
|
1024 |
|
core/class/wpbc-class-welcome.php
CHANGED
@@ -439,16 +439,70 @@ class WPBC_Welcome {
|
|
439 |
|
440 |
|
441 |
$this->maintence_section();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
443 |
// 8.8
|
444 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
445 |
?>
|
|
|
446 |
<h2 style='font-size: 2.1em;'>What's New in Booking Calendar <span style="font-size: 1.1em;
|
447 |
font-weight: 600;font-family: Consolas,Monaco,monospace;padding-left: 10px;color: #5F5F5F;">8.8</span></h2><?php
|
448 |
|
449 |
|
450 |
?><div class="feature-section two-col">
|
451 |
-
<div class="col col-1" style="flex: 1 1
|
|
|
|
|
|
|
|
|
|
|
452 |
<?php
|
453 |
echo
|
454 |
'<h4>' .wpbc_recheck_strong_symbols( 'New' ) . '</h4>' .
|
@@ -466,11 +520,6 @@ class WPBC_Welcome {
|
|
466 |
|
467 |
?>
|
468 |
</div>
|
469 |
-
<div class="col col-2 last-feature" style="flex: 1 1 auto;width: 60%;">
|
470 |
-
<img src="https://wpbookingcalendar.com/assets/9.0/time-picker-premium-black.png"
|
471 |
-
style="margin:30px 5px;width: 98%;box-shadow: 0 1px 3px #aaa;border-radius: 2px;"
|
472 |
-
class="wpbc-section-image">
|
473 |
-
</div>
|
474 |
</div><?php
|
475 |
|
476 |
|
439 |
|
440 |
|
441 |
$this->maintence_section();
|
442 |
+
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
443 |
+
// 8.9
|
444 |
+
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
445 |
+
?>
|
446 |
+
<h2 style='font-size: 2.1em;'>What's New in Booking Calendar <span style="font-size: 1.1em;
|
447 |
+
font-weight: 600;font-family: Consolas,Monaco,monospace;padding-left: 10px;color: #5F5F5F;">8.9</span></h2><?php
|
448 |
+
|
449 |
+
|
450 |
+
?><div class="feature-section two-col">
|
451 |
+
|
452 |
+
<div class="col col-1" style="flex: 1 1 50%;width: 100%;">
|
453 |
+
<?php
|
454 |
+
echo
|
455 |
+
'<h4>' .wpbc_recheck_strong_symbols( 'New' ) . '</h4>' .
|
456 |
+
'<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
457 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Show debug cost information of "Daily costs" and "Additional costs" to better understand how costs are working. Activate it at the Booking > Settings > Payment page in the Payment options section. *(Business Medium/Large, MultiUser)*' ) . '</li>'
|
458 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Ability to calculate the deposit amount based on daily costs only, without additional costs. Activate it at the Booking > Settings > Payment page in the Payment options section. *(Business Medium/Large, MultiUser)*' ) . '</li>'
|
459 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Ability to export into .ics feeds only bookings, that was created in the Booking Calendar plugin, without any other imported bookings. Activate it at Booking > Settings > Sync > "General" page. Available in Booking Manager update 2.0.20 or newer. ' ) . '</li>'
|
460 |
+
|
461 |
+
. '</ul>'
|
462 |
+
. '<h4>' .wpbc_recheck_strong_symbols( 'Improvement' ) . '</h4>'
|
463 |
+
. '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
464 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Show error message, if activated to use CAPTCHA and PHP configuration does not have activated GD library.' ) . '</li>'
|
465 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Show help message, about troubleshooting of "Request do not pass security check!" error.' ) . '</li>'
|
466 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Showing centered booking form, while using simple booking form configuration.' ) . '</li>'
|
467 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'The Debug function shows HTML elements during output of strings.' ) . '</li>'
|
468 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'If we are using the [cost_corrections] shortcode in the booking form for entering our cost at Booking > Add booking page, then we can use in the New booking emails such shortcodes [corrected_total_cost], [corrected_deposit_cost], [corrected_balance_cost]. *(Business Medium/Large, MultiUser)*' ) . '</li>'
|
469 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Escape any html tags from the booking resource titles in emails. *(Personal, Business Small/Medium/Large, MultiUser)*' ) . '</li>'
|
470 |
+
|
471 |
+
. '</ul>';
|
472 |
+
|
473 |
+
?>
|
474 |
+
</div>
|
475 |
+
<div class="col col-2 last-feature" style="flex: 1 1 auto;width: 60%;">
|
476 |
+
<img src="https://wpbookingcalendar.com/assets/8.9/debug_valuation_days.png"
|
477 |
+
style="margin:30px 5px 0;width: 98%;box-shadow: 0 1px 3px #aaa;border-radius: 2px;"
|
478 |
+
class="wpbc-section-image" />
|
479 |
+
<img src="https://wpbookingcalendar.com/assets/8.9/debug_advanced_costs.png"
|
480 |
+
style="margin:30px 5px 0;width: 98%;box-shadow: 0 1px 3px #aaa;border-radius: 2px;"
|
481 |
+
class="wpbc-section-image" />
|
482 |
+
|
483 |
+
<img src="https://wpbookingcalendar.com/assets/8.9/rates_debug_show.png"
|
484 |
+
style="margin:30px 5px 0;width: 98%;box-shadow: 0 1px 3px #aaa;border-radius: 2px;"
|
485 |
+
class="wpbc-section-image" />
|
486 |
+
<span style="font-size:0.8em;padding:1em;">* This feature is available in the Booking Calendar Business Medium or higher versions.</span>
|
487 |
+
</div> </div><?php
|
488 |
+
|
489 |
+
|
490 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
491 |
// 8.8
|
492 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
493 |
?>
|
494 |
+
<div class="clear" style="margin-top:20px;"></div>
|
495 |
<h2 style='font-size: 2.1em;'>What's New in Booking Calendar <span style="font-size: 1.1em;
|
496 |
font-weight: 600;font-family: Consolas,Monaco,monospace;padding-left: 10px;color: #5F5F5F;">8.8</span></h2><?php
|
497 |
|
498 |
|
499 |
?><div class="feature-section two-col">
|
500 |
+
<div class="col col-1" style="flex: 1 1 auto;width: 60%;">
|
501 |
+
<img src="https://wpbookingcalendar.com/assets/9.0/time-picker-premium-black.png"
|
502 |
+
style="margin:30px 5px;width: 98%;box-shadow: 0 1px 3px #aaa;border-radius: 2px;"
|
503 |
+
class="wpbc-section-image">
|
504 |
+
</div>
|
505 |
+
<div class="col col-2 last-feature" style="flex: 1 1 50%;width: 100%;">
|
506 |
<?php
|
507 |
echo
|
508 |
'<h4>' .wpbc_recheck_strong_symbols( 'New' ) . '</h4>' .
|
520 |
|
521 |
?>
|
522 |
</div>
|
|
|
|
|
|
|
|
|
|
|
523 |
</div><?php
|
524 |
|
525 |
|
core/lib/wpbc-ajax.php
CHANGED
@@ -31,10 +31,12 @@ function wpdev_check_nonce_in_admin_panel( $action_check = 'wpbc_ajax_admin_nonc
|
|
31 |
if (jQuery("#ajax_respond").length > 0 ){
|
32 |
jQuery( "#ajax_respond" ).after( "<div class='wpdevelop'><div class='alert alert-warning alert-danger'><?php
|
33 |
printf( __( '%sError!%s Request do not pass security check! Please refresh the page and try one more time.', 'booking' ), '<strong>', '</strong>' );
|
|
|
34 |
?></div></div>" );
|
35 |
} else if (jQuery(".ajax_respond_insert").length > 0 ){
|
36 |
jQuery( ".ajax_respond_insert" ).after( "<div class='wpdevelop'><div class='alert alert-warning alert-danger'><?php
|
37 |
printf( __( '%sError!%s Request do not pass security check! Please refresh the page and try one more time.', 'booking' ), '<strong>', '</strong>' );
|
|
|
38 |
?></div></div>" );
|
39 |
}
|
40 |
if ( jQuery("#ajax_message").length )
|
@@ -64,7 +66,10 @@ function wpbc_ajax_WPBC_TIMELINE_NAV() {
|
|
64 |
|
65 |
$nonce = ( isset($_REQUEST['wpbc_nonce']) ) ? $_REQUEST['wpbc_nonce'] : '';
|
66 |
if ( ! wp_verify_nonce( $nonce, $_POST['action'] ) ) { // This nonce is not valid.
|
67 |
-
wp_die(
|
|
|
|
|
|
|
68 |
}
|
69 |
make_bk_action('wpbc_ajax_timeline');
|
70 |
wp_die(''); // Its prevent of showing '0' et the end of request.
|
@@ -79,7 +84,10 @@ function wpbc_ajax_WPBC_FLEXTIMELINE_NAV() {
|
|
79 |
|
80 |
$nonce = ( isset($_REQUEST['wpbc_nonce']) ) ? $_REQUEST['wpbc_nonce'] : '';
|
81 |
if ( ! wp_verify_nonce( $nonce, $_POST['action'] ) ) { // This nonce is not valid.
|
82 |
-
wp_die(
|
|
|
|
|
|
|
83 |
}
|
84 |
make_bk_action('wpbc_ajax_flex_timeline');
|
85 |
wp_die(''); // Its prevent of showing '0' et the end of request.
|
31 |
if (jQuery("#ajax_respond").length > 0 ){
|
32 |
jQuery( "#ajax_respond" ).after( "<div class='wpdevelop'><div class='alert alert-warning alert-danger'><?php
|
33 |
printf( __( '%sError!%s Request do not pass security check! Please refresh the page and try one more time.', 'booking' ), '<strong>', '</strong>' );
|
34 |
+
echo '<br/>' . sprintf( __( 'Please check more %shere%s', 'booking' ), '<a href="https://wpbookingcalendar.com/faq/request-do-not-pass-security-check/" target="_blank">', '</a>.' ); //FixIn: 8.8.3.6
|
35 |
?></div></div>" );
|
36 |
} else if (jQuery(".ajax_respond_insert").length > 0 ){
|
37 |
jQuery( ".ajax_respond_insert" ).after( "<div class='wpdevelop'><div class='alert alert-warning alert-danger'><?php
|
38 |
printf( __( '%sError!%s Request do not pass security check! Please refresh the page and try one more time.', 'booking' ), '<strong>', '</strong>' );
|
39 |
+
echo '<br/>' . sprintf( __( 'Please check more %shere%s', 'booking' ), '<a href="https://wpbookingcalendar.com/faq/request-do-not-pass-security-check/" target="_blank">', '</a>.' ); //FixIn: 8.8.3.6
|
40 |
?></div></div>" );
|
41 |
}
|
42 |
if ( jQuery("#ajax_message").length )
|
66 |
|
67 |
$nonce = ( isset($_REQUEST['wpbc_nonce']) ) ? $_REQUEST['wpbc_nonce'] : '';
|
68 |
if ( ! wp_verify_nonce( $nonce, $_POST['action'] ) ) { // This nonce is not valid.
|
69 |
+
wp_die(
|
70 |
+
sprintf(__('%sError!%s Request do not pass security check! Please refresh the page and try one more time.' ,'booking'),'<strong>','</strong>')
|
71 |
+
. '<br/>' . sprintf( __( 'Please check more %shere%s', 'booking' ), '<a href="https://wpbookingcalendar.com/faq/request-do-not-pass-security-check/" target="_blank">', '</a>.' ) //FixIn: 8.8.3.6
|
72 |
+
); // Its prevent of showing '0' et the end of request.
|
73 |
}
|
74 |
make_bk_action('wpbc_ajax_timeline');
|
75 |
wp_die(''); // Its prevent of showing '0' et the end of request.
|
84 |
|
85 |
$nonce = ( isset($_REQUEST['wpbc_nonce']) ) ? $_REQUEST['wpbc_nonce'] : '';
|
86 |
if ( ! wp_verify_nonce( $nonce, $_POST['action'] ) ) { // This nonce is not valid.
|
87 |
+
wp_die(
|
88 |
+
sprintf(__('%sError!%s Request do not pass security check! Please refresh the page and try one more time.' ,'booking'),'<strong>','</strong>')
|
89 |
+
. '<br/>' . sprintf( __( 'Please check more %shere%s', 'booking' ), '<a href="https://wpbookingcalendar.com/faq/request-do-not-pass-security-check/" target="_blank">', '</a>.' ) //FixIn: 8.8.3.6
|
90 |
+
); // Its prevent of showing '0' et the end of request.
|
91 |
}
|
92 |
make_bk_action('wpbc_ajax_flex_timeline');
|
93 |
wp_die(''); // Its prevent of showing '0' et the end of request.
|
core/lib/wpbc-booking-new.php
CHANGED
@@ -449,31 +449,77 @@ function wpbc_add_new_booking( $params , $is_edit_booking = false ){
|
|
449 |
else $is_send_emeils = 1;
|
450 |
|
451 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
//FixIn: 8.4.2.9
|
453 |
if ( ( $is_edit_booking === false )
|
454 |
|| ( true === $is_duplicate_booking )
|
455 |
) {
|
456 |
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
if ( $is_send_emeils != 0 ) {
|
458 |
// wpbc_send_email_new_REPLACED( $booking_id, $bktype, $formdata ) ; // Old Sending emails.
|
459 |
|
460 |
$email_content = str_replace( array("\r\n","\r","\n","\\r","\\n","\\r\\n"), "<br/>", $formdata ); //FixIn: 8.1.3.4
|
461 |
|
462 |
-
wpbc_send_email_new_admin(
|
463 |
wpbc_send_email_new_visitor( $booking_id, $bktype, $email_content ) ;
|
464 |
-
|
465 |
}
|
466 |
|
467 |
-
//Check if cost correction field exist
|
468 |
-
$fin_summ = apply_bk_filter( 'check_if_cost_exist_in_field', false, $formdata, $bktype ); //FixIn: 8.4.7.28
|
469 |
-
if ( $fin_summ === false ) {
|
470 |
-
if ( ( isset( $params["is_show_payment_form"]) ) && ( $params["is_show_payment_form"] == 1 ) ) {
|
471 |
-
//debuge('wpdev_new_booking',$booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) ,$formdata );
|
472 |
-
do_action('wpdev_new_booking',$booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) ,$formdata );
|
473 |
-
} else
|
474 |
-
do_action('wpbc_update_cost_of_new_booking',$booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) ,$formdata );
|
475 |
-
}
|
476 |
-
|
477 |
// Useful hook for Google Adwords Conversion tracking. //FixIn: 8.5.2.25
|
478 |
do_action( 'wpbc_track_new_booking', array(
|
479 |
'booking_id' => $booking_id,
|
@@ -507,7 +553,6 @@ function wpbc_add_new_booking( $params , $is_edit_booking = false ){
|
|
507 |
add_action( 'wpbc_track_new_booking', 'my_booking_tracking' );
|
508 |
*/
|
509 |
|
510 |
-
|
511 |
wpbc_integrate_MailChimp($formdata, $bktype);
|
512 |
|
513 |
do_action( 'wpbc_booking_approved' , $booking_id , $is_approved_dates ); //FixIn: 8.7.6.1
|
@@ -517,11 +562,7 @@ function wpbc_add_new_booking( $params , $is_edit_booking = false ){
|
|
517 |
|
518 |
} else {
|
519 |
|
520 |
-
|
521 |
-
$email_content = str_replace( array("\r\n","\r","\n","\\r","\\n","\\r\\n"), "<br/>", $formdata ); //FixIn: 8.1.3.4
|
522 |
-
wpbc_send_email_modified($booking_id, $bktype, $email_content );
|
523 |
-
}
|
524 |
-
$admin_uri = ltrim( str_replace( get_site_url( null, '', 'admin' ), '', admin_url('admin.php?') ), '/' ) ;
|
525 |
|
526 |
$is_show_payment_form_after_editing = true; // Default
|
527 |
// if ( $is_edit_booking !== false ) {
|
@@ -530,15 +571,12 @@ function wpbc_add_new_booking( $params , $is_edit_booking = false ){
|
|
530 |
if ( strpos($_SERVER['HTTP_REFERER'], $admin_uri ) === false ) {
|
531 |
|
532 |
// Front End
|
533 |
-
|
534 |
if ( ( isset( $params["is_show_payment_form"]) ) && ( $params["is_show_payment_form"] == 1 ) && ( $is_show_payment_form_after_editing ) )
|
535 |
do_action('wpdev_new_booking',$booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) ,$formdata );
|
536 |
else
|
537 |
do_action('wpbc_update_cost_of_new_booking',$booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) ,$formdata );
|
538 |
|
539 |
-
} else {
|
540 |
-
|
541 |
-
// Admin panel
|
542 |
|
543 |
//FixIn: 8.6.1.24
|
544 |
if ( ( $is_edit_booking !== false ) && ( 'On' == $is_update_cost_after_editing ) )
|
@@ -547,6 +585,10 @@ function wpbc_add_new_booking( $params , $is_edit_booking = false ){
|
|
547 |
// do_action('wpbc_update_cost_of_new_booking',$booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) ,$formdata ); // Update Only cost field
|
548 |
}
|
549 |
|
|
|
|
|
|
|
|
|
550 |
|
551 |
// Useful hook booking edit tracking. //FixIn: 8.7.11.15
|
552 |
do_action( 'wpbc_track_edit_booking', array(
|
449 |
else $is_send_emeils = 1;
|
450 |
|
451 |
|
452 |
+
// Here checking if we are using the [cost_corrections] shortcode in the booking form, and then
|
453 |
+
// we need to re-update shortcodes [corrected_total_cost], [corrected_deposit_cost], [corrected_balance_cost] for using in New booking email
|
454 |
+
//FixIn: 8.8.3.12
|
455 |
+
$fin_cost_corrections_sum = apply_bk_filter( 'check_if_cost_exist_in_field', false, $formdata, $bktype );
|
456 |
+
if ( false !== $fin_cost_corrections_sum ) {
|
457 |
+
$booking_cost_array = apply_bk_filter( 'wpbc_get_cost_of_new_booking', $booking_id, $bktype, $str_dates__dd_mm_yyyy, array( $start_time, $end_time ), $formdata );
|
458 |
+
/**
|
459 |
+
return array(
|
460 |
+
'total_cost' => 100
|
461 |
+
, 'deposit_cost' => 15
|
462 |
+
, 'wp_nonce' => $wp_nonce
|
463 |
+
, 'is_deposit' => true
|
464 |
+
, 'additional_calendars' => []
|
465 |
+
);
|
466 |
+
*/
|
467 |
+
$cur_sym = wpbc_get_currency_symbol();
|
468 |
+
|
469 |
+
$booking_cost_array['balance_cost'] = floatval($booking_cost_array['total_cost']) - floatval($booking_cost_array['deposit_cost']);
|
470 |
+
|
471 |
+
// Shortcode [corrected_total_cost]
|
472 |
+
$cost_text = $booking_cost_array['total_cost'] ;
|
473 |
+
$cost_text = number_format( floatval( $cost_text ), wpbc_get_cost_decimals(), '.', '' );
|
474 |
+
$cost_text = strip_tags( wpbc_cost_show( $cost_text, array( 'currency' => 'CURRENCY_SYMBOL' ) ) );
|
475 |
+
$cost_text = str_replace( array( 'CURRENCY_SYMBOL', '&' ), array( $cur_sym, '&' ), $cost_text );
|
476 |
+
$formdata .= "~text^corrected_total_cost$bktype^" . $cost_text;
|
477 |
+
|
478 |
+
// Shortcode [corrected_deposit_cost]
|
479 |
+
$cost_text = $booking_cost_array['deposit_cost'] ;
|
480 |
+
$cost_text = number_format( floatval( $cost_text ), wpbc_get_cost_decimals(), '.', '' );
|
481 |
+
$cost_text = strip_tags( wpbc_cost_show( $cost_text, array( 'currency' => 'CURRENCY_SYMBOL' ) ) );
|
482 |
+
$cost_text = str_replace( array( 'CURRENCY_SYMBOL', '&' ), array( $cur_sym, '&' ), $cost_text );
|
483 |
+
$formdata .= "~text^corrected_deposit_cost$bktype^" . $cost_text;
|
484 |
+
|
485 |
+
//Shortcode [corrected_balance_cost]
|
486 |
+
$cost_text = $booking_cost_array['balance_cost'] ;
|
487 |
+
$cost_text = number_format( floatval( $cost_text ), wpbc_get_cost_decimals(), '.', '' );
|
488 |
+
$cost_text = strip_tags( wpbc_cost_show( $cost_text, array( 'currency' => 'CURRENCY_SYMBOL' ) ) );
|
489 |
+
$cost_text = str_replace( array( 'CURRENCY_SYMBOL', '&' ), array( $cur_sym, '&' ), $cost_text );
|
490 |
+
$formdata .= "~text^corrected_balance_cost$bktype^" . $cost_text;
|
491 |
+
|
492 |
+
// Update new form data for having it in approved emails.
|
493 |
+
$update_sql = "UPDATE {$wpdb->prefix}booking AS bk SET bk.form='{$formdata}' WHERE bk.booking_id={$booking_id};";
|
494 |
+
if ( false === $wpdb->query( $update_sql ) ){
|
495 |
+
?> <script type="text/javascript"> if ( jQuery('#submiting<?php echo $bktype; ?>' ).length ) { document.getElementById('submiting<?php echo $bktype; ?>').innerHTML = '<div style="height:20px;width:100%;text-align:center;margin:15px auto;"><?php debuge_error('Error during updating exist booking in DB',__FILE__,__LINE__); ?></div>'; }</script> <?php
|
496 |
+
if ( ! empty( $params[ 'return_instead_die_on_error' ] ) ) return 0;
|
497 |
+
die('Error during updating exist booking in DB');
|
498 |
+
}
|
499 |
+
}
|
500 |
+
//FixIn: 8.8.3.12
|
501 |
+
|
502 |
+
|
503 |
//FixIn: 8.4.2.9
|
504 |
if ( ( $is_edit_booking === false )
|
505 |
|| ( true === $is_duplicate_booking )
|
506 |
) {
|
507 |
|
508 |
+
if ( ( isset( $params["is_show_payment_form"] ) ) && ( $params["is_show_payment_form"] == 1 ) ) {
|
509 |
+
do_action( 'wpdev_new_booking', $booking_id, $bktype, $str_dates__dd_mm_yyyy, array( $start_time, $end_time ), $formdata );
|
510 |
+
} else {
|
511 |
+
do_action( 'wpbc_update_cost_of_new_booking', $booking_id, $bktype, $str_dates__dd_mm_yyyy, array( $start_time, $end_time ), $formdata );
|
512 |
+
}
|
513 |
+
|
514 |
if ( $is_send_emeils != 0 ) {
|
515 |
// wpbc_send_email_new_REPLACED( $booking_id, $bktype, $formdata ) ; // Old Sending emails.
|
516 |
|
517 |
$email_content = str_replace( array("\r\n","\r","\n","\\r","\\n","\\r\\n"), "<br/>", $formdata ); //FixIn: 8.1.3.4
|
518 |
|
519 |
+
wpbc_send_email_new_admin( $booking_id, $bktype, $email_content ) ;
|
520 |
wpbc_send_email_new_visitor( $booking_id, $bktype, $email_content ) ;
|
|
|
521 |
}
|
522 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
523 |
// Useful hook for Google Adwords Conversion tracking. //FixIn: 8.5.2.25
|
524 |
do_action( 'wpbc_track_new_booking', array(
|
525 |
'booking_id' => $booking_id,
|
553 |
add_action( 'wpbc_track_new_booking', 'my_booking_tracking' );
|
554 |
*/
|
555 |
|
|
|
556 |
wpbc_integrate_MailChimp($formdata, $bktype);
|
557 |
|
558 |
do_action( 'wpbc_booking_approved' , $booking_id , $is_approved_dates ); //FixIn: 8.7.6.1
|
562 |
|
563 |
} else {
|
564 |
|
565 |
+
$admin_uri = ltrim( str_replace( get_site_url( null, '', 'admin' ), '', admin_url('admin.php?') ), '/' ) ;
|
|
|
|
|
|
|
|
|
566 |
|
567 |
$is_show_payment_form_after_editing = true; // Default
|
568 |
// if ( $is_edit_booking !== false ) {
|
571 |
if ( strpos($_SERVER['HTTP_REFERER'], $admin_uri ) === false ) {
|
572 |
|
573 |
// Front End
|
|
|
574 |
if ( ( isset( $params["is_show_payment_form"]) ) && ( $params["is_show_payment_form"] == 1 ) && ( $is_show_payment_form_after_editing ) )
|
575 |
do_action('wpdev_new_booking',$booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) ,$formdata );
|
576 |
else
|
577 |
do_action('wpbc_update_cost_of_new_booking',$booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) ,$formdata );
|
578 |
|
579 |
+
} else { // Admin panel
|
|
|
|
|
580 |
|
581 |
//FixIn: 8.6.1.24
|
582 |
if ( ( $is_edit_booking !== false ) && ( 'On' == $is_update_cost_after_editing ) )
|
585 |
// do_action('wpbc_update_cost_of_new_booking',$booking_id, $bktype, $str_dates__dd_mm_yyyy, array($start_time, $end_time ) ,$formdata ); // Update Only cost field
|
586 |
}
|
587 |
|
588 |
+
if ($is_send_emeils != 0 ) {
|
589 |
+
$email_content = str_replace( array("\r\n","\r","\n","\\r","\\n","\\r\\n"), "<br/>", $formdata ); //FixIn: 8.1.3.4
|
590 |
+
wpbc_send_email_modified($booking_id, $bktype, $email_content );
|
591 |
+
}
|
592 |
|
593 |
// Useful hook booking edit tracking. //FixIn: 8.7.11.15
|
594 |
do_action( 'wpbc_track_edit_booking', array(
|
core/lib/wpbc_all_translations.php
CHANGED
@@ -321,6 +321,11 @@
|
|
321 |
$wpbc_all_translations[] = __('Append one check out day, during import .ics feeds, if activated using check in/out times', 'booking');
|
322 |
$wpbc_all_translations[] = __('Export only approved bookings', 'booking');
|
323 |
$wpbc_all_translations[] = __('Enable of export only approved bookings in .ics feeds', 'booking');
|
|
|
|
|
|
|
|
|
|
|
324 |
$wpbc_all_translations[] = __('Force import', 'booking');
|
325 |
$wpbc_all_translations[] = __('Import bookings without checking, if such bookings already have been imported.', 'booking');
|
326 |
$wpbc_all_translations[] = __('Trash all imported bookings before new import', 'booking');
|
@@ -464,7 +469,6 @@
|
|
464 |
$wpbc_all_translations[] = __('Select booking resources. Please use CTRL to select multiple booking resources.', 'booking');
|
465 |
$wpbc_all_translations[] = __('View mode', 'booking');
|
466 |
$wpbc_all_translations[] = __('Select type of view format', 'booking');
|
467 |
-
$wpbc_all_translations[] = __('All bookings', 'booking');
|
468 |
$wpbc_all_translations[] = __('Select number of months to scroll after loading', 'booking');
|
469 |
$wpbc_all_translations[] = __('Number of days to scroll', 'booking');
|
470 |
$wpbc_all_translations[] = __('Select number of days to scroll after loading', 'booking');
|
@@ -615,6 +619,7 @@
|
|
615 |
$wpbc_all_translations[] = __('Purchase', 'booking');
|
616 |
$wpbc_all_translations[] = __('Upgrade Now', 'booking');
|
617 |
$wpbc_all_translations[] = __('%sError!%s Request do not pass security check! Please refresh the page and try one more time.', 'booking');
|
|
|
618 |
$wpbc_all_translations[] = __('Set as Unread', 'booking');
|
619 |
$wpbc_all_translations[] = __('Set as Read', 'booking');
|
620 |
$wpbc_all_translations[] = __('Approved by:', 'booking');
|
@@ -991,9 +996,4 @@
|
|
991 |
$wpbc_all_translations[] = __('Filter Name', 'booking');
|
992 |
$wpbc_all_translations[] = __('Type filter name', 'booking');
|
993 |
$wpbc_all_translations[] = __('Weekdays', 'booking');
|
994 |
-
$wpbc_all_translations[] = __('Months', 'booking');
|
995 |
-
$wpbc_all_translations[] = __('January', 'booking');
|
996 |
-
$wpbc_all_translations[] = __('February', 'booking');
|
997 |
-
$wpbc_all_translations[] = __('March', 'booking');
|
998 |
-
$wpbc_all_translations[] = __('April', 'booking');
|
999 |
}
|
321 |
$wpbc_all_translations[] = __('Append one check out day, during import .ics feeds, if activated using check in/out times', 'booking');
|
322 |
$wpbc_all_translations[] = __('Export only approved bookings', 'booking');
|
323 |
$wpbc_all_translations[] = __('Enable of export only approved bookings in .ics feeds', 'booking');
|
324 |
+
$wpbc_all_translations[] = __('Export bookings type', 'booking');
|
325 |
+
$wpbc_all_translations[] = __('Select which type of bookings to export', 'booking');
|
326 |
+
$wpbc_all_translations[] = __('All bookings', 'booking');
|
327 |
+
$wpbc_all_translations[] = __('Bookings created in Booking Calendar', 'booking');
|
328 |
+
$wpbc_all_translations[] = __('Imported bookings', 'booking');
|
329 |
$wpbc_all_translations[] = __('Force import', 'booking');
|
330 |
$wpbc_all_translations[] = __('Import bookings without checking, if such bookings already have been imported.', 'booking');
|
331 |
$wpbc_all_translations[] = __('Trash all imported bookings before new import', 'booking');
|
469 |
$wpbc_all_translations[] = __('Select booking resources. Please use CTRL to select multiple booking resources.', 'booking');
|
470 |
$wpbc_all_translations[] = __('View mode', 'booking');
|
471 |
$wpbc_all_translations[] = __('Select type of view format', 'booking');
|
|
|
472 |
$wpbc_all_translations[] = __('Select number of months to scroll after loading', 'booking');
|
473 |
$wpbc_all_translations[] = __('Number of days to scroll', 'booking');
|
474 |
$wpbc_all_translations[] = __('Select number of days to scroll after loading', 'booking');
|
619 |
$wpbc_all_translations[] = __('Purchase', 'booking');
|
620 |
$wpbc_all_translations[] = __('Upgrade Now', 'booking');
|
621 |
$wpbc_all_translations[] = __('%sError!%s Request do not pass security check! Please refresh the page and try one more time.', 'booking');
|
622 |
+
$wpbc_all_translations[] = __('Please check more %shere%s', 'booking');
|
623 |
$wpbc_all_translations[] = __('Set as Unread', 'booking');
|
624 |
$wpbc_all_translations[] = __('Set as Read', 'booking');
|
625 |
$wpbc_all_translations[] = __('Approved by:', 'booking');
|
996 |
$wpbc_all_translations[] = __('Filter Name', 'booking');
|
997 |
$wpbc_all_translations[] = __('Type filter name', 'booking');
|
998 |
$wpbc_all_translations[] = __('Weekdays', 'booking');
|
|
|
|
|
|
|
|
|
|
|
999 |
}
|
core/lib/wpbc_all_translations1.php
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
<?php function wpbc_all_translations2() { $wpbc_all_translations = array();
|
|
|
|
|
|
|
|
|
|
|
2 |
$wpbc_all_translations[] = __('May', 'booking');
|
3 |
$wpbc_all_translations[] = __('June', 'booking');
|
4 |
$wpbc_all_translations[] = __('July', 'booking');
|
@@ -861,4 +866,10 @@
|
|
861 |
$wpbc_all_translations[] = __('Disable days selection', 'booking');
|
862 |
$wpbc_all_translations[] = __('Check this box to %sdisable days selection in calendar%s after redirection from search results', 'booking');
|
863 |
$wpbc_all_translations[] = __('Use it to prevent bookings that are not allowed with such days selection in different booking resources.', 'booking');
|
|
|
|
|
|
|
|
|
|
|
|
|
864 |
}
|
1 |
<?php function wpbc_all_translations2() { $wpbc_all_translations = array();
|
2 |
+
$wpbc_all_translations[] = __('Months', 'booking');
|
3 |
+
$wpbc_all_translations[] = __('January', 'booking');
|
4 |
+
$wpbc_all_translations[] = __('February', 'booking');
|
5 |
+
$wpbc_all_translations[] = __('March', 'booking');
|
6 |
+
$wpbc_all_translations[] = __('April', 'booking');
|
7 |
$wpbc_all_translations[] = __('May', 'booking');
|
8 |
$wpbc_all_translations[] = __('June', 'booking');
|
9 |
$wpbc_all_translations[] = __('July', 'booking');
|
866 |
$wpbc_all_translations[] = __('Disable days selection', 'booking');
|
867 |
$wpbc_all_translations[] = __('Check this box to %sdisable days selection in calendar%s after redirection from search results', 'booking');
|
868 |
$wpbc_all_translations[] = __('Use it to prevent bookings that are not allowed with such days selection in different booking resources.', 'booking');
|
869 |
+
$wpbc_all_translations[] = __('This option does not work with Stripe payment system.', 'booking');
|
870 |
+
$wpbc_all_translations[] = __('Calculate the deposit only based on daily costs ', 'booking');
|
871 |
+
$wpbc_all_translations[] = __('Check this box if you want to calculate the deposit amount based on daily costs only, without additional costs.', 'booking');
|
872 |
+
$wpbc_all_translations[] = __('Show debug cost info', 'booking');
|
873 |
+
$wpbc_all_translations[] = __('Display %sDaily costs%s and %sAdditional costs%s for checking costs configuration. Check this box only during testing.', 'booking');
|
874 |
+
$wpbc_all_translations[] = __('Currency Settings', 'booking');
|
875 |
}
|
core/lib/wpdev-booking-class.php
CHANGED
@@ -177,6 +177,20 @@ class wpdev_booking {
|
|
177 |
$dates_approve = apply_bk_filter('get_bk_dates', $wpdb->get_results( $sql_req ), $approved, 0,$bk_type );
|
178 |
}
|
179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
//FixIn: 6.1.1.18
|
181 |
$prior_check_out_date = false;
|
182 |
if ( ! empty( $dates_approve ) )
|
@@ -205,6 +219,19 @@ class wpdev_booking {
|
|
205 |
|
206 |
// Generate booking CAPTCHA fields for booking form
|
207 |
function createCapthaContent($bk_tp) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
$admin_uri = ltrim( str_replace( get_site_url( null, '', 'admin' ), '', admin_url('admin.php?') ), '/' ) ;
|
209 |
if ( ( get_bk_option( 'booking_is_use_captcha' ) !== 'On' )
|
210 |
|| ( strpos($_SERVER['REQUEST_URI'], $admin_uri ) !== false )
|
@@ -668,7 +695,7 @@ class wpdev_booking {
|
|
668 |
$additional_bk_types = explode(';',$bk_type);
|
669 |
$bk_type = $additional_bk_types[0];
|
670 |
}
|
671 |
-
|
672 |
$is_booking_resource_exist = apply_bk_filter('wpdev_is_booking_resource_exist',true, $bk_type, $is_echo );
|
673 |
if (! $is_booking_resource_exist) {
|
674 |
if ( $is_echo ) echo 'Booking resource does not exist.' . ' [ID='.$bk_type.']';
|
@@ -712,7 +739,7 @@ class wpdev_booking {
|
|
712 |
//debuge($bk_type);
|
713 |
|
714 |
$start_script_code = $this->get_script_for_calendar($bk_type, $additional_bk_types, $my_selected_dates_without_calendar, $cal_count, $start_month_calendar );
|
715 |
-
|
716 |
// Apply scripts for the conditions in the rnage days selections
|
717 |
$start_script_code = apply_bk_filter('wpdev_bk_define_additional_js_options_for_bk_shortcode', $start_script_code, $bk_type, $bk_otions);
|
718 |
|
@@ -799,8 +826,11 @@ class wpdev_booking {
|
|
799 |
}
|
800 |
//FixIn:6.0.1.5
|
801 |
|
802 |
-
|
803 |
-
|
|
|
|
|
|
|
804 |
|
805 |
// Insert calendar into form
|
806 |
if ( strpos($form, '[calendar]') !== false ) $form = str_replace('[calendar]', $calendar ,$form);
|
177 |
$dates_approve = apply_bk_filter('get_bk_dates', $wpdb->get_results( $sql_req ), $approved, 0,$bk_type );
|
178 |
}
|
179 |
|
180 |
+
// Make aggregation of the dates for the parent booking resources with specific capacity
|
181 |
+
if ( 0 ) {
|
182 |
+
$bk_res_aggregate = implode( ',', array_splice( $additional_bk_types, 1, 1 ) );
|
183 |
+
$sql_req_aggregate = "SELECT DISTINCT dt.booking_date
|
184 |
+
FROM {$wpdb->prefix}bookingdates as dt
|
185 |
+
INNER JOIN {$wpdb->prefix}booking as bk
|
186 |
+
ON bk.booking_id = dt.booking_id
|
187 |
+
WHERE dt.booking_date >= CURDATE() {$trash_bookings} AND bk.booking_type IN ({$bk_res_aggregate})
|
188 |
+
" . ( ( $skip_booking_id != '' ) ? " AND dt.booking_id NOT IN ( " . $skip_booking_id . " ) " : "" ) . "
|
189 |
+
ORDER BY dt.booking_date";
|
190 |
+
$dates_aggregate = $wpdb->get_results( $sql_req_aggregate );
|
191 |
+
$dates_approve = array_merge( $dates_approve, $dates_aggregate );
|
192 |
+
}
|
193 |
+
|
194 |
//FixIn: 6.1.1.18
|
195 |
$prior_check_out_date = false;
|
196 |
if ( ! empty( $dates_approve ) )
|
219 |
|
220 |
// Generate booking CAPTCHA fields for booking form
|
221 |
function createCapthaContent($bk_tp) {
|
222 |
+
|
223 |
+
//FixIn: 8.8.3.5
|
224 |
+
if ( function_exists('gd_info') ) {
|
225 |
+
$gd_info = gd_info();
|
226 |
+
if ( isset( $gd_info['GD Version'] ) )
|
227 |
+
$gd_info = $gd_info['GD Version'];
|
228 |
+
else
|
229 |
+
$gd_info = json_encode( $gd_info );
|
230 |
+
} else {
|
231 |
+
return '<strong>Error!</strong> CAPTCHA requires the GD library activated in your PHP configuration. Please check more <a href="https://wpbookingcalendar.com/faq/captcha-showing-problems/">here</a>.';
|
232 |
+
}
|
233 |
+
|
234 |
+
|
235 |
$admin_uri = ltrim( str_replace( get_site_url( null, '', 'admin' ), '', admin_url('admin.php?') ), '/' ) ;
|
236 |
if ( ( get_bk_option( 'booking_is_use_captcha' ) !== 'On' )
|
237 |
|| ( strpos($_SERVER['REQUEST_URI'], $admin_uri ) !== false )
|
695 |
$additional_bk_types = explode(';',$bk_type);
|
696 |
$bk_type = $additional_bk_types[0];
|
697 |
}
|
698 |
+
|
699 |
$is_booking_resource_exist = apply_bk_filter('wpdev_is_booking_resource_exist',true, $bk_type, $is_echo );
|
700 |
if (! $is_booking_resource_exist) {
|
701 |
if ( $is_echo ) echo 'Booking resource does not exist.' . ' [ID='.$bk_type.']';
|
739 |
//debuge($bk_type);
|
740 |
|
741 |
$start_script_code = $this->get_script_for_calendar($bk_type, $additional_bk_types, $my_selected_dates_without_calendar, $cal_count, $start_month_calendar );
|
742 |
+
|
743 |
// Apply scripts for the conditions in the rnage days selections
|
744 |
$start_script_code = apply_bk_filter('wpdev_bk_define_additional_js_options_for_bk_shortcode', $start_script_code, $bk_type, $bk_otions);
|
745 |
|
826 |
}
|
827 |
//FixIn:6.0.1.5
|
828 |
|
829 |
+
if ( $this->wpdev_bk_personal !== false ) {
|
830 |
+
$form .= $this->wpdev_bk_personal->get_booking_form( $my_boook_type, $my_booking_form, $custom_params );
|
831 |
+
} else {
|
832 |
+
$form .= $this->get_booking_form( $my_boook_type );
|
833 |
+
}
|
834 |
|
835 |
// Insert calendar into form
|
836 |
if ( strpos($form, '[calendar]') !== false ) $form = str_replace('[calendar]', $calendar ,$form);
|
core/timeline/v2/wpbc-class-timeline_v2.php
CHANGED
@@ -3016,11 +3016,6 @@ function bookingflextimeline_shortcode($attr) {
|
|
3016 |
|
3017 |
$html_client_id = $timeline->client_init( $attr ); // Define arameters and get bookings
|
3018 |
|
3019 |
-
//wpbc_bs_javascript_tooltips(); // JS Tooltips
|
3020 |
-
// if ( ! WPBC()->booking_obj->popover_front_end_js_is_writed ) { //Write this JS only once at page
|
3021 |
-
// wpbc_bs_javascript_popover(); // JS Popover
|
3022 |
-
// WPBC()->booking_obj->popover_front_end_js_is_writed = true;
|
3023 |
-
// }
|
3024 |
//wpbc_datepicker_js(); // JS Datepicker
|
3025 |
//wpbc_datepicker_css(); // CSS DatePicker
|
3026 |
|
@@ -3037,7 +3032,7 @@ function bookingflextimeline_shortcode($attr) {
|
|
3037 |
wpbc_bs_javascript_popover(); // JS Popover
|
3038 |
WPBC()->booking_obj->popover_front_end_js_is_writed = true;
|
3039 |
|
3040 |
-
//Define
|
3041 |
?>
|
3042 |
<script type="text/javascript">
|
3043 |
var wpbc_timeline_obj = {};
|
3016 |
|
3017 |
$html_client_id = $timeline->client_init( $attr ); // Define arameters and get bookings
|
3018 |
|
|
|
|
|
|
|
|
|
|
|
3019 |
//wpbc_datepicker_js(); // JS Datepicker
|
3020 |
//wpbc_datepicker_css(); // CSS DatePicker
|
3021 |
|
3032 |
wpbc_bs_javascript_popover(); // JS Popover
|
3033 |
WPBC()->booking_obj->popover_front_end_js_is_writed = true;
|
3034 |
|
3035 |
+
//Define Global JavaScript Object - array of objects.
|
3036 |
?>
|
3037 |
<script type="text/javascript">
|
3038 |
var wpbc_timeline_obj = {};
|
core/wpbc-activation.php
CHANGED
@@ -1177,6 +1177,7 @@ $mu_option4delete[]= 'booking_timeslot_picker_skin';
|
|
1177 |
//FixIn: 8.5.2.3
|
1178 |
$default_options['booking_is_ics_export_only_approved'] = 'Off';
|
1179 |
//$mu_option4delete[]='booking_is_ics_export_only_approved'; // No need to delete ^
|
|
|
1180 |
|
1181 |
$default_options['booking_recurrent_time'] = 'Off';
|
1182 |
$mu_option4delete[]='booking_recurrent_time';
|
1177 |
//FixIn: 8.5.2.3
|
1178 |
$default_options['booking_is_ics_export_only_approved'] = 'Off';
|
1179 |
//$mu_option4delete[]='booking_is_ics_export_only_approved'; // No need to delete ^
|
1180 |
+
$default_options['booking_is_ics_export_imported_bookings'] = ''; //FixIn: 8.8.3.19
|
1181 |
|
1182 |
$default_options['booking_recurrent_time'] = 'Off';
|
1183 |
$mu_option4delete[]='booking_recurrent_time';
|
core/wpbc-constants.php
CHANGED
@@ -26,7 +26,7 @@ if ( ! defined( 'WP_BK_CHECK_OUT_MINUS_DAY_SEARCH' ) ) { define( 'WP_BK_C
|
|
26 |
////////////////////////////////////////////////////////////
|
27 |
// SYSTEM CONSTANTS //////////////
|
28 |
////////////////////////////////////////////////////////////
|
29 |
-
if ( ! defined( 'WP_BK_MINOR_UPDATE' ) ) { define( 'WP_BK_MINOR_UPDATE', true ); }
|
30 |
if ( ! defined( 'WP_BK_RESPONSE' ) ) { define( 'WP_BK_RESPONSE', false ); }
|
31 |
if ( ! defined( 'WP_BK_BETA_DATA_FILL' ) ) { define( 'WP_BK_BETA_DATA_FILL', 0 ); } // Set 0 for no filling or 2 for 241 bookings or more for more
|
32 |
|
26 |
////////////////////////////////////////////////////////////
|
27 |
// SYSTEM CONSTANTS //////////////
|
28 |
////////////////////////////////////////////////////////////
|
29 |
+
if ( ! defined( 'WP_BK_MINOR_UPDATE' ) ) { define( 'WP_BK_MINOR_UPDATE', ! true ); }
|
30 |
if ( ! defined( 'WP_BK_RESPONSE' ) ) { define( 'WP_BK_RESPONSE', false ); }
|
31 |
if ( ! defined( 'WP_BK_BETA_DATA_FILL' ) ) { define( 'WP_BK_BETA_DATA_FILL', 0 ); } // Set 0 for no filling or 2 for 241 bookings or more for more
|
32 |
|
core/wpbc-css.php
CHANGED
@@ -172,9 +172,11 @@ function wpbc_get_calendar_skin_url() {
|
|
172 |
}
|
173 |
|
174 |
// Check if this skin exist int he Custom User folder at the http://example.com/wp-content/uploads/wpbc_skins/
|
175 |
-
$upload_dir = wp_upload_dir();
|
176 |
$custom_user_skin_folder = $upload_dir['basedir'] ;
|
177 |
$custom_user_skin_url = $upload_dir['baseurl'] ;
|
|
|
|
|
178 |
if ( file_exists( $custom_user_skin_folder . str_replace( array( WPBC_PLUGIN_URL , $custom_user_skin_url ), '', get_bk_option( 'booking_skin') ) ) ) {
|
179 |
$calendar_skin_path = $custom_user_skin_url . str_replace( array(WPBC_PLUGIN_URL, $custom_user_skin_url ), '', get_bk_option( 'booking_skin') );
|
180 |
}
|
172 |
}
|
173 |
|
174 |
// Check if this skin exist int he Custom User folder at the http://example.com/wp-content/uploads/wpbc_skins/
|
175 |
+
$upload_dir = wp_upload_dir();
|
176 |
$custom_user_skin_folder = $upload_dir['basedir'] ;
|
177 |
$custom_user_skin_url = $upload_dir['baseurl'] ;
|
178 |
+
//$custom_user_skin_url = str_replace( 'http:', 'https:', $custom_user_skin_url );
|
179 |
+
|
180 |
if ( file_exists( $custom_user_skin_folder . str_replace( array( WPBC_PLUGIN_URL , $custom_user_skin_url ), '', get_bk_option( 'booking_skin') ) ) ) {
|
181 |
$calendar_skin_path = $custom_user_skin_url . str_replace( array(WPBC_PLUGIN_URL, $custom_user_skin_url ), '', get_bk_option( 'booking_skin') );
|
182 |
}
|
core/wpbc-debug.php
CHANGED
@@ -27,8 +27,17 @@ if (!function_exists ('debuge')) {
|
|
27 |
$numargs = func_num_args();
|
28 |
$var = func_get_args();
|
29 |
$makeexit = is_bool( $var[count($var)-1] ) ? $var[ count($var) - 1 ]:false;
|
30 |
-
echo "<div><pre class='prettyprint linenums'>";
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
echo "</pre></div>";
|
33 |
echo '<script type="text/javascript"> jQuery(".ajax_respond_insert, .ajax_respond").show(); </script>';
|
34 |
if ( $makeexit ) {
|
@@ -38,6 +47,51 @@ if (!function_exists ('debuge')) {
|
|
38 |
}
|
39 |
}
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
/*
|
42 |
* Show Speed of the execution and number of queries.
|
43 |
*/
|
27 |
$numargs = func_num_args();
|
28 |
$var = func_get_args();
|
29 |
$makeexit = is_bool( $var[count($var)-1] ) ? $var[ count($var) - 1 ]:false;
|
30 |
+
echo "<div><pre class='prettyprint linenums'>"; //FixIn: 8.8.3.11
|
31 |
+
foreach ( $var as $ind => $item ) {
|
32 |
+
|
33 |
+
echo "\n<strong> [$ind] " . gettype( $item ) . "</strong>\n";
|
34 |
+
|
35 |
+
if ( 'string' === gettype( $item ) ) {
|
36 |
+
echo( htmlentities( $item ) );
|
37 |
+
} else {
|
38 |
+
print_r( $item );
|
39 |
+
}
|
40 |
+
}
|
41 |
echo "</pre></div>";
|
42 |
echo '<script type="text/javascript"> jQuery(".ajax_respond_insert, .ajax_respond").show(); </script>';
|
43 |
if ( $makeexit ) {
|
47 |
}
|
48 |
}
|
49 |
|
50 |
+
|
51 |
+
|
52 |
+
/*
|
53 |
+
* Show debug info for Visitors. This function used for showing debug info for visitors at the website.
|
54 |
+
* if first parameter is 'clear', second parameter it's how many mesages (DIV elements) to show in exist view. Negative value, calculate DIV elements from bottom.
|
55 |
+
* Example: show_debug( 'clear', -3 ); - show 3 last DIV elements.
|
56 |
+
*/
|
57 |
+
if (!function_exists ('show_debug')) {
|
58 |
+
//FixIn: 8.8.3.18
|
59 |
+
function show_debug() {
|
60 |
+
|
61 |
+
if ( is_admin() && ( defined( 'DOING_AJAX' ) ) && ( DOING_AJAX ) ) {
|
62 |
+
}else {
|
63 |
+
return;
|
64 |
+
}
|
65 |
+
|
66 |
+
//$numargs = func_num_args();
|
67 |
+
$var = func_get_args();
|
68 |
+
|
69 |
+
if ( 'clear' === $var[0] ) {
|
70 |
+
echo '<script type="text/javascript">
|
71 |
+
jQuery(".ajax_respond_insert div").hide();
|
72 |
+
jQuery(".ajax_respond_insert div").slice( '.$var[1].' ).show();
|
73 |
+
</script>';
|
74 |
+
}
|
75 |
+
|
76 |
+
$milliseconds = round(microtime(true) * 1000);
|
77 |
+
|
78 |
+
echo "<div class='wpbc_debug wpbc_debug_{$milliseconds}'><pre class='prettyprint linenums'>";
|
79 |
+
foreach ( $var as $ind => $item ) {
|
80 |
+
echo "\n";
|
81 |
+
|
82 |
+
if ( 'string' === gettype( $item ) ) {
|
83 |
+
echo( htmlentities( $item ) );
|
84 |
+
} else {
|
85 |
+
print_r( $item );
|
86 |
+
}
|
87 |
+
}
|
88 |
+
echo "</pre></div>";
|
89 |
+
echo '<script type="text/javascript"> jQuery(".ajax_respond_insert, .ajax_respond").show(); </script>';
|
90 |
+
echo '<script type="text/javascript"> if ( jQuery(".ajax_respond_insert").length == 0 ) {jQuery(".wpbc_debug_'.$milliseconds.'").hide()}; </script>';
|
91 |
+
}
|
92 |
+
}
|
93 |
+
|
94 |
+
|
95 |
/*
|
96 |
* Show Speed of the execution and number of queries.
|
97 |
*/
|
core/wpbc-dev-api.php
CHANGED
@@ -115,7 +115,8 @@ function wpbc_api_booking_add_new( $booking_dates, $booking_data, $resource_id =
|
|
115 |
, 'wpdev_active_locale' => 'en_US' // locale
|
116 |
, 'is_show_payment_form' => 0 // Paramters for adding booking in the HTML:
|
117 |
, 'is_edit_booking' => false // array( 'booking_id' => 75, 'booking_type' => 1 ) // Update Booking params
|
118 |
-
, 'return_instead_die_on_error' => true // return 0 instead of die during creation of new booking
|
|
|
119 |
);
|
120 |
$params = wp_parse_args( $params, $defaults );
|
121 |
|
115 |
, 'wpdev_active_locale' => 'en_US' // locale
|
116 |
, 'is_show_payment_form' => 0 // Paramters for adding booking in the HTML:
|
117 |
, 'is_edit_booking' => false // array( 'booking_id' => 75, 'booking_type' => 1 ) // Update Booking params
|
118 |
+
, 'return_instead_die_on_error' => true // return 0 instead of die during creation of new booking
|
119 |
+
, 'skip_page_checking_for_updating' => 0
|
120 |
);
|
121 |
$params = wp_parse_args( $params, $defaults );
|
122 |
|
core/wpbc-include.php
CHANGED
@@ -105,19 +105,27 @@ require_once WPBC_PLUGIN_DIR . '/core/lib/wpdev-booking-widget.php';
|
|
105 |
require_once WPBC_PLUGIN_DIR . '/js/captcha/captcha.php'; // C A P T C H A
|
106 |
|
107 |
|
108 |
-
//FixIn: 8.8.
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
} else {
|
117 |
-
require_once WPBC_PLUGIN_DIR . '/languages/wpdev-country-list.php';
|
118 |
}
|
119 |
-
} else {
|
120 |
-
require_once WPBC_PLUGIN_DIR . '/languages/wpdev-country-list.php'; // Load Country list
|
121 |
}
|
122 |
|
123 |
|
105 |
require_once WPBC_PLUGIN_DIR . '/js/captcha/captcha.php'; // C A P T C H A
|
106 |
|
107 |
|
108 |
+
//FixIn: 8.8.3.8
|
109 |
+
add_action( 'plugins_loaded', 'wpbc_late_load_country_list', 100, 1 );
|
110 |
+
/**
|
111 |
+
* Load country list after locale defined by some other translation plugin.
|
112 |
+
*/
|
113 |
+
function wpbc_late_load_country_list() {
|
114 |
+
|
115 |
+
//FixIn: 8.8.2.5
|
116 |
+
$locale = wpbc_get_booking_locale();
|
117 |
+
if ( ! empty( $locale ) ) {
|
118 |
+
$locale_lang = strtolower( substr( $locale, 0, 2 ) );
|
119 |
+
$locale_country = strtolower( substr( $locale, 3 ) );
|
120 |
+
|
121 |
+
if ( ( $locale_lang !== 'en' ) && ( wpbc_is_file_exist( '/languages/wpdev-country-list-' . $locale . '.php' ) ) ) {
|
122 |
+
require_once WPBC_PLUGIN_DIR . '/languages/wpdev-country-list-' . $locale . '.php';
|
123 |
+
} else {
|
124 |
+
require_once WPBC_PLUGIN_DIR . '/languages/wpdev-country-list.php';
|
125 |
+
}
|
126 |
} else {
|
127 |
+
require_once WPBC_PLUGIN_DIR . '/languages/wpdev-country-list.php';
|
128 |
}
|
|
|
|
|
129 |
}
|
130 |
|
131 |
|
core/wpbc-js.php
CHANGED
@@ -196,9 +196,15 @@ function wpbc_js_load_files( $where_to_load ) {
|
|
196 |
if ( ( $where_to_load == 'client' ) || ( wpbc_is_new_booking_page() ) ) {
|
197 |
|
198 |
// Client
|
199 |
-
|
200 |
|
201 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
|
203 |
|
204 |
if ( 'On' === get_bk_option( 'booking_timeslot_picker' ) ) {
|
196 |
if ( ( $where_to_load == 'client' ) || ( wpbc_is_new_booking_page() ) ) {
|
197 |
|
198 |
// Client
|
199 |
+
wp_enqueue_script( 'wpbc-main-client', wpbc_plugin_url( '/js/client.js' ), array( 'wpbc-datepick' ), WP_BK_VERSION_NUM );
|
200 |
|
201 |
+
|
202 |
+
// wp_enqueue_script( 'wpbc-form-summary', wpbc_plugin_url( '/js/wpbc_form_summary.js' ), array(), WP_BK_VERSION_NUM ); //FixIn: 8.8.3.13
|
203 |
+
// wp_enqueue_script( 'wpbc-form-summary', wpbc_plugin_url( '/js/_out/wpbc_form_summary.js' ), array(), WP_BK_VERSION_NUM ); //FixIn: 8.8.3.13
|
204 |
+
// wp_enqueue_script( 'wpbc-form', wpbc_plugin_url( '/js/_out/wpbc_form.js' ), array( 'wpbc-main-client', 'react', 'react-dom' ), WP_BK_VERSION_NUM ); //FixIn: 8.8.3.7
|
205 |
+
|
206 |
+
|
207 |
+
wp_enqueue_script( 'wpbc-times', wpbc_plugin_url( '/js/wpbc_times.js' ), array( 'wpbc-main-client' ), WP_BK_VERSION_NUM ); //FixIn: TimeFree 2 //UnComment it for Booking Calendar Free version
|
208 |
|
209 |
|
210 |
if ( 'On' === get_bk_option( 'booking_timeslot_picker' ) ) {
|
core/wpbc-translation.php
CHANGED
@@ -237,13 +237,15 @@ function wpbc_get_booking_locale() {
|
|
237 |
|
238 |
// Exception for Polylang plugin. Its will force to load locale of Polylang plugin.
|
239 |
if( function_exists( 'pll_current_language' ) ) { //FixIn: 8.1.2.5
|
240 |
-
if (
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
|
|
|
|
247 |
}
|
248 |
}
|
249 |
}
|
237 |
|
238 |
// Exception for Polylang plugin. Its will force to load locale of Polylang plugin.
|
239 |
if( function_exists( 'pll_current_language' ) ) { //FixIn: 8.1.2.5
|
240 |
+
if ( defined( 'POLYLANG_VERSION' ) ) { //FixIn: 8.8.3.16
|
241 |
+
if (
|
242 |
+
( version_compare( POLYLANG_VERSION, '2.6.5', '<' ) ) //FixIn: 8.7.1.3
|
243 |
+
|| ( version_compare( POLYLANG_VERSION, '2.7.1', '>' ) ) //FixIn: 8.7.7.11
|
244 |
+
) {
|
245 |
+
$locale = pll_current_language( 'locale' );
|
246 |
+
if ( ! empty( $locale ) ) { //FixIn: 8.7.7.11
|
247 |
+
return $locale;
|
248 |
+
}
|
249 |
}
|
250 |
}
|
251 |
}
|
css/client.css
CHANGED
@@ -20,13 +20,25 @@
|
|
20 |
|
21 |
}
|
22 |
/* form_center */
|
23 |
-
.wpbc_booking_form_structure.wpbc_form_center {
|
24 |
-
|
|
|
|
|
|
|
25 |
}
|
26 |
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar,
|
27 |
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_form {
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
}
|
31 |
/* form_dark */
|
32 |
.wpbc_booking_form_structure.wpbc_form_dark .wpbc_structure_form label{
|
@@ -588,3 +600,10 @@ form.booking_form {
|
|
588 |
padding: 0;
|
589 |
margin-top: -2.5em;
|
590 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
}
|
22 |
/* form_center */
|
23 |
+
.wpbc_booking_form_structure.wpbc_form_center { /* FixIn: 8.8.3.10 */
|
24 |
+
display:flex;
|
25 |
+
flex-flow: column wrap;
|
26 |
+
justify-content: space-between;
|
27 |
+
align-items: center;
|
28 |
}
|
29 |
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar,
|
30 |
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_form {
|
31 |
+
flex: 1 1 auto;
|
32 |
+
margin-bottom: 1em;
|
33 |
+
}
|
34 |
+
@media (max-width: 769px) {
|
35 |
+
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar {
|
36 |
+
margin:0;
|
37 |
+
width: 95%;
|
38 |
+
}
|
39 |
+
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar .wpbc_change_over_triangle {
|
40 |
+
width:100%;
|
41 |
+
}
|
42 |
}
|
43 |
/* form_dark */
|
44 |
.wpbc_booking_form_structure.wpbc_form_dark .wpbc_structure_form label{
|
600 |
padding: 0;
|
601 |
margin-top: -2.5em;
|
602 |
}
|
603 |
+
.wpbc_debug {
|
604 |
+
float: left;
|
605 |
+
margin-right: 2em;
|
606 |
+
}
|
607 |
+
.wpbc_debug:last-of-type{
|
608 |
+
float:none;
|
609 |
+
}
|
js/_out/wpbc_form.js
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
|
3 |
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
4 |
+
|
5 |
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
6 |
+
|
7 |
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
8 |
+
|
9 |
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
10 |
+
|
11 |
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
12 |
+
|
13 |
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
14 |
+
|
15 |
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
16 |
+
|
17 |
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
18 |
+
|
19 |
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
20 |
+
|
21 |
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
22 |
+
|
23 |
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
24 |
+
|
25 |
+
var App = /*#__PURE__*/function (_React$Component) {
|
26 |
+
_inherits(App, _React$Component);
|
27 |
+
|
28 |
+
var _super = _createSuper(App);
|
29 |
+
|
30 |
+
function App() {
|
31 |
+
_classCallCheck(this, App);
|
32 |
+
|
33 |
+
return _super.apply(this, arguments);
|
34 |
+
}
|
35 |
+
|
36 |
+
_createClass(App, [{
|
37 |
+
key: "render",
|
38 |
+
value: function render() {
|
39 |
+
return /*#__PURE__*/React.createElement("div", {
|
40 |
+
className: "App"
|
41 |
+
}, /*#__PURE__*/React.createElement(Header, null));
|
42 |
+
}
|
43 |
+
}]);
|
44 |
+
|
45 |
+
return App;
|
46 |
+
}(React.Component);
|
47 |
+
|
48 |
+
var Header = /*#__PURE__*/function (_React$Component2) {
|
49 |
+
_inherits(Header, _React$Component2);
|
50 |
+
|
51 |
+
var _super2 = _createSuper(Header);
|
52 |
+
|
53 |
+
function Header() {
|
54 |
+
_classCallCheck(this, Header);
|
55 |
+
|
56 |
+
return _super2.apply(this, arguments);
|
57 |
+
}
|
58 |
+
|
59 |
+
_createClass(Header, [{
|
60 |
+
key: "render",
|
61 |
+
value: function render() {
|
62 |
+
return /*#__PURE__*/React.createElement("h1", {
|
63 |
+
style: {
|
64 |
+
color: '#f00'
|
65 |
+
}
|
66 |
+
}, "Ok, we are using Rect here !");
|
67 |
+
}
|
68 |
+
}]);
|
69 |
+
|
70 |
+
return Header;
|
71 |
+
}(React.Component);
|
72 |
+
|
73 |
+
jQuery(document).ready(function () {
|
74 |
+
ReactDOM.render( /*#__PURE__*/React.createElement(App, null), document.getElementById('booking_form_div4'));
|
75 |
+
});
|
76 |
+
//# sourceMappingURL=wpbc_form.js.map
|
js/_out/wpbc_form.js.map
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
{"version":3,"sources":["../wpbc_form.js"],"names":["App","React","Component","Header","color","jQuery","document","ready","ReactDOM","render","getElementById"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;IAAMA,G;;;;;;;;;;;;;WACJ,kBAAS;AACP,0BACE;AAAK,QAAA,SAAS,EAAC;AAAf,sBACE,oBAAC,MAAD,OADF,CADF;AAKD;;;;EAPeC,KAAK,CAACC,S;;IAWlBC,M;;;;;;;;;;;;;WACJ,kBAAS;AACP,0BACI;AAAI,QAAA,KAAK,EAAE;AAACC,UAAAA,KAAK,EAAC;AAAP;AAAX,0CADJ;AAGD;;;;EALmBH,KAAK,CAACC,S;;AAQ5BG,MAAM,CAAEC,QAAF,CAAN,CAAmBC,KAAnB,CAA0B,YAAW;AACnCC,EAAAA,QAAQ,CAACC,MAAT,eAAiB,oBAAC,GAAD,OAAjB,EAAyBH,QAAQ,CAACI,cAAT,CAAyB,mBAAzB,CAAzB;AACD,CAFD","sourcesContent":["class App extends React.Component {\r\n render() {\r\n return (\r\n <div className=\"App\">\r\n <Header />\r\n </div>\r\n )\r\n }\r\n}\r\n\r\n\r\nclass Header extends React.Component {\r\n render() {\r\n return (\r\n <h1 style={{color:'#f00'}}>Ok, we are using Rect here !</h1>\r\n )\r\n }\r\n}\r\n\r\njQuery( document ).ready( function (){\r\n ReactDOM.render( <App/>, document.getElementById( 'booking_form_div4' ) );\r\n} );\r\n"],"file":"wpbc_form.js"}
|
js/_out/wpbc_form_summary.js
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"use strict";
|
2 |
+
|
3 |
+
var wpbcSummary = function (obj, $) {
|
4 |
+
// Define private property
|
5 |
+
var p_forms = obj.forms_structure = obj.forms_structure || [];
|
6 |
+
|
7 |
+
obj.get_form_structure = function (resource_id) {
|
8 |
+
return p_forms[resource_id];
|
9 |
+
};
|
10 |
+
|
11 |
+
obj.set_form_structure = function (resource_id, form_structure) {
|
12 |
+
p_forms[resource_id] = form_structure;
|
13 |
+
};
|
14 |
+
|
15 |
+
return obj;
|
16 |
+
}(wpbcSummary || {}, jQuery);
|
17 |
+
|
18 |
+
function booking_form_submit_click_trigger(event, resource_id, booking_form_html, active_locale) {
|
19 |
+
console.log(event, resource_id, booking_form_html, active_locale);
|
20 |
+
}
|
21 |
+
|
22 |
+
jQuery(".booking_form_div").on('booking_form_submit_click', booking_form_submit_click_trigger); // Trigger for dates selection in the booking form
|
23 |
+
// jQuery( ".booking_form_div" ).trigger( "date_selected", [ bk_type, date ] );
|
24 |
+
// jQuery( ".booking_form_div" ).on('date_selected', function(event, bk_type, date) { ... } );
|
25 |
+
|
26 |
+
/*
|
27 |
+
?>
|
28 |
+
<script type="text/javascript">
|
29 |
+
jQuery( document ).ready( function (){
|
30 |
+
|
31 |
+
// Set Security - Nonce for Ajax - Listing
|
32 |
+
oper_contacts_listing.set_secure_param( 'nonce', '<?php echo wp_create_nonce( 'oper_contacts_listing_ajx' . '_opernonce' ) ?>' );
|
33 |
+
oper_contacts_listing.set_secure_param( 'user_id', '<?php echo get_current_user_id(); ?>' );
|
34 |
+
oper_contacts_listing.set_secure_param( 'locale', '<?php echo get_user_locale(); ?>' );
|
35 |
+
|
36 |
+
// Set other parameters
|
37 |
+
oper_contacts_listing.set_other_param( 'listing_container', '.oper_contacts_listing_container' );
|
38 |
+
oper_contacts_listing.set_other_param( 'pagination_container', '.oper_contacts_pagination' );
|
39 |
+
|
40 |
+
// Send Ajax request and show listing after this.
|
41 |
+
oper_contacts_send_search_request_with_params( <?php echo wp_json_encode( $escaped_request_params ); ?> );
|
42 |
+
} );
|
43 |
+
</script>
|
44 |
+
<?php
|
45 |
+
*/
|
46 |
+
//# sourceMappingURL=wpbc_form_summary.js.map
|
js/_out/wpbc_form_summary.js.map
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
{"version":3,"sources":["../wpbc_form_summary.js"],"names":["wpbcSummary","obj","$","p_forms","forms_structure","get_form_structure","resource_id","set_form_structure","form_structure","jQuery","booking_form_submit_click_trigger","event","booking_form_html","active_locale","console","log","on"],"mappings":";;AAAA,IAAIA,WAAW,GAAI,UAAWC,GAAX,EAAgBC,CAAhB,EAAmB;AAErC;AACA,MAAIC,OAAO,GAAGF,GAAG,CAACG,eAAJ,GAAsBH,GAAG,CAACG,eAAJ,IAAuB,EAA3D;;AAEAH,EAAAA,GAAG,CAACI,kBAAJ,GAAyB,UAAWC,WAAX,EAAwB;AAEhD,WAAOH,OAAO,CAAEG,WAAF,CAAd;AACA,GAHD;;AAKAL,EAAAA,GAAG,CAACM,kBAAJ,GAAyB,UAAWD,WAAX,EAAwBE,cAAxB,EAAwC;AAEhEL,IAAAA,OAAO,CAAEG,WAAF,CAAP,GAAyBE,cAAzB;AACA,GAHD;;AAMA,SAAOP,GAAP;AACA,CAjBkB,CAiBhBD,WAAW,IAAI,EAjBC,EAiBIS,MAjBJ,CAAnB;;AAqBA,SAASC,iCAAT,CAA4CC,KAA5C,EAAmDL,WAAnD,EAAgEM,iBAAhE,EAAmFC,aAAnF,EAAkG;AAC9FC,EAAAA,OAAO,CAACC,GAAR,CAAaJ,KAAb,EAAoBL,WAApB,EAAiCM,iBAAjC,EAAoDC,aAApD;AACH;;AACDJ,MAAM,CAAE,mBAAF,CAAN,CAA8BO,EAA9B,CAAkC,2BAAlC,EAA+DN,iCAA/D,E,CAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sourcesContent":["var wpbcSummary = (function ( obj, $ ){\r\n\r\n\t// Define private property\r\n\tvar p_forms = obj.forms_structure = obj.forms_structure || [];\r\n\r\n\tobj.get_form_structure = function ( resource_id ){\r\n\r\n\t\treturn p_forms[ resource_id ];\r\n\t};\r\n\r\n\tobj.set_form_structure = function ( resource_id, form_structure ){\r\n\r\n\t\tp_forms[ resource_id ] = form_structure;\r\n\t};\r\n\r\n\r\n\treturn obj;\r\n}( wpbcSummary || {}, jQuery ));\r\n\r\n\r\n\r\nfunction booking_form_submit_click_trigger( event, resource_id, booking_form_html, active_locale ){\r\n console.log( event, resource_id, booking_form_html, active_locale );\r\n}\r\njQuery( \".booking_form_div\" ).on( 'booking_form_submit_click', booking_form_submit_click_trigger );\r\n\r\n// Trigger for dates selection in the booking form\r\n// \tjQuery( \".booking_form_div\" ).trigger( \"date_selected\", [ bk_type, date ] );\r\n// jQuery( \".booking_form_div\" ).on('date_selected', function(event, bk_type, date) { ... } );\r\n\r\n/*\r\n?>\r\n<script type=\"text/javascript\">\r\n\tjQuery( document ).ready( function (){\r\n\r\n\t\t// Set Security - Nonce for Ajax - Listing\r\n\t\toper_contacts_listing.set_secure_param( 'nonce', '<?php echo wp_create_nonce( 'oper_contacts_listing_ajx' . '_opernonce' ) ?>' );\r\n\t\toper_contacts_listing.set_secure_param( 'user_id', '<?php echo get_current_user_id(); ?>' );\r\n\t\toper_contacts_listing.set_secure_param( 'locale', '<?php echo get_user_locale(); ?>' );\r\n\r\n\t\t// Set other parameters\r\n\t\toper_contacts_listing.set_other_param( 'listing_container', '.oper_contacts_listing_container' );\r\n\t\toper_contacts_listing.set_other_param( 'pagination_container', '.oper_contacts_pagination' );\r\n\r\n\t\t// Send Ajax request and show listing after this.\r\n\t\toper_contacts_send_search_request_with_params( <?php echo wp_json_encode( $escaped_request_params ); ?> );\r\n\t} );\r\n</script>\r\n<?php\r\n */"],"file":"wpbc_form_summary.js"}
|
js/client.js
CHANGED
@@ -10,10 +10,10 @@ var is_show_cost_in_date_cell = false;
|
|
10 |
var is_show_availability_in_tooltips = false;
|
11 |
var global_avalaibility_times = [];
|
12 |
var numbb = 0;
|
|
|
13 |
//var is_use_visitors_number_for_availability;
|
14 |
var timeoutID_of_thank_you_page = null;
|
15 |
|
16 |
-
|
17 |
/**
|
18 |
* Booking Calendar - JavaScript Settings
|
19 |
*
|
@@ -542,7 +542,7 @@ function setUnavailableSelectedDays( bk_type ){
|
|
542 |
}
|
543 |
|
544 |
|
545 |
-
//
|
546 |
function setReservedSelectedDates( bk_type ){
|
547 |
|
548 |
var is_pay_now = false;
|
@@ -650,9 +650,18 @@ function wpbc_get_arr_of_selected_additional_calendars( bk_type ){
|
|
650 |
|
651 |
// Check fields at form and then send request
|
652 |
function mybooking_submit( submit_form , bk_type, wpdev_active_locale){
|
653 |
-
|
654 |
//console.log( wpbc_get_arr_of_selected_additional_calendars( bk_type ) );
|
655 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
656 |
//FixIn: 8.4.0.2
|
657 |
var is_error = wpbc_check_errors_in_booking_form( bk_type );
|
658 |
if ( is_error ) { return false; }
|
10 |
var is_show_availability_in_tooltips = false;
|
11 |
var global_avalaibility_times = [];
|
12 |
var numbb = 0;
|
13 |
+
|
14 |
//var is_use_visitors_number_for_availability;
|
15 |
var timeoutID_of_thank_you_page = null;
|
16 |
|
|
|
17 |
/**
|
18 |
* Booking Calendar - JavaScript Settings
|
19 |
*
|
542 |
}
|
543 |
|
544 |
|
545 |
+
// After reservation action is done
|
546 |
function setReservedSelectedDates( bk_type ){
|
547 |
|
548 |
var is_pay_now = false;
|
650 |
|
651 |
// Check fields at form and then send request
|
652 |
function mybooking_submit( submit_form , bk_type, wpdev_active_locale){
|
|
|
653 |
//console.log( wpbc_get_arr_of_selected_additional_calendars( bk_type ) );
|
654 |
|
655 |
+
|
656 |
+
var target_elm = jQuery( ".booking_form_div" ).trigger( "booking_form_submit_click", [bk_type, submit_form, wpdev_active_locale] ); //FixIn: 8.8.3.13
|
657 |
+
if (
|
658 |
+
( jQuery( target_elm ).find( 'input[name="booking_form_show_summary"]' ).length > 0 )
|
659 |
+
&& ( 'pause_submit' === jQuery( target_elm ).find( 'input[name="booking_form_show_summary"]' ).val() )
|
660 |
+
)
|
661 |
+
{
|
662 |
+
return false;
|
663 |
+
}
|
664 |
+
|
665 |
//FixIn: 8.4.0.2
|
666 |
var is_error = wpbc_check_errors_in_booking_form( bk_type );
|
667 |
if ( is_error ) { return false; }
|
js/wpbc_form.js
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
class App extends React.Component {
|
2 |
+
render() {
|
3 |
+
return (
|
4 |
+
<div className="App">
|
5 |
+
<Header />
|
6 |
+
</div>
|
7 |
+
)
|
8 |
+
}
|
9 |
+
}
|
10 |
+
|
11 |
+
|
12 |
+
class Header extends React.Component {
|
13 |
+
render() {
|
14 |
+
return (
|
15 |
+
<h1 style={{color:'#f00'}}>Ok, we are using Rect here !</h1>
|
16 |
+
)
|
17 |
+
}
|
18 |
+
}
|
19 |
+
|
20 |
+
jQuery( document ).ready( function (){
|
21 |
+
ReactDOM.render( <App/>, document.getElementById( 'booking_form_div4' ) );
|
22 |
+
} );
|
js/wpbc_form_summary.js
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var wpbcSummary = (function ( obj, $ ){
|
2 |
+
|
3 |
+
// Define private property
|
4 |
+
var p_forms = obj.forms_structure = obj.forms_structure || [];
|
5 |
+
|
6 |
+
obj.get_form_structure = function ( resource_id ){
|
7 |
+
|
8 |
+
return p_forms[ resource_id ];
|
9 |
+
};
|
10 |
+
|
11 |
+
obj.set_form_structure = function ( resource_id, form_structure ){
|
12 |
+
|
13 |
+
p_forms[ resource_id ] = form_structure;
|
14 |
+
};
|
15 |
+
|
16 |
+
|
17 |
+
return obj;
|
18 |
+
}( wpbcSummary || {}, jQuery ));
|
19 |
+
|
20 |
+
|
21 |
+
/**
|
22 |
+
* Catch event on clicking on submit button
|
23 |
+
*
|
24 |
+
* @param event Event, where generated the action --- jQuery( event.target ) is jQuery( ".booking_form_div" )
|
25 |
+
* @param resource_id booking resource ID 1
|
26 |
+
* @param booking_form_html HTML booking form
|
27 |
+
* @param active_locale locale - en_us
|
28 |
+
*/
|
29 |
+
function booking_form_submit_click_trigger( event, resource_id, booking_form_html, active_locale ){
|
30 |
+
console.log( event, resource_id, booking_form_html, active_locale );
|
31 |
+
|
32 |
+
var booking_form_div = event.target;
|
33 |
+
|
34 |
+
// Pause submit - This is elemnt prevent from submitting booking form!
|
35 |
+
jQuery( booking_form_div ).append( '<input type="hidden" name="booking_form_show_summary" value="pause_submit">' );
|
36 |
+
|
37 |
+
// Save data for later mybooking_submit( booking_form_html , resource_id, active_locale );
|
38 |
+
|
39 |
+
// Catch all booking form fields
|
40 |
+
|
41 |
+
// Generate show template
|
42 |
+
|
43 |
+
// Appove or decline submit
|
44 |
+
|
45 |
+
|
46 |
+
}
|
47 |
+
|
48 |
+
jQuery( document ).ready( function (){
|
49 |
+
jQuery( ".booking_form_div" ).on( 'booking_form_submit_click', booking_form_submit_click_trigger );
|
50 |
+
});
|
51 |
+
|
52 |
+
// Trigger for dates selection in the booking form
|
53 |
+
// jQuery( ".booking_form_div" ).trigger( "date_selected", [ bk_type, date ] );
|
54 |
+
// jQuery( ".booking_form_div" ).on('date_selected', function(event, bk_type, date) { ... } );
|
55 |
+
|
56 |
+
/*
|
57 |
+
?>
|
58 |
+
<script type="text/javascript">
|
59 |
+
jQuery( document ).ready( function (){
|
60 |
+
|
61 |
+
// Set Security - Nonce for Ajax - Listing
|
62 |
+
oper_contacts_listing.set_secure_param( 'nonce', '<?php echo wp_create_nonce( 'oper_contacts_listing_ajx' . '_opernonce' ) ?>' );
|
63 |
+
oper_contacts_listing.set_secure_param( 'user_id', '<?php echo get_current_user_id(); ?>' );
|
64 |
+
oper_contacts_listing.set_secure_param( 'locale', '<?php echo get_user_locale(); ?>' );
|
65 |
+
|
66 |
+
// Set other parameters
|
67 |
+
oper_contacts_listing.set_other_param( 'listing_container', '.oper_contacts_listing_container' );
|
68 |
+
oper_contacts_listing.set_other_param( 'pagination_container', '.oper_contacts_pagination' );
|
69 |
+
|
70 |
+
// Send Ajax request and show listing after this.
|
71 |
+
oper_contacts_send_search_request_with_params( <?php echo wp_json_encode( $escaped_request_params ); ?> );
|
72 |
+
} );
|
73 |
+
</script>
|
74 |
+
<?php
|
75 |
+
*/
|
js/wpbc_times.js
CHANGED
@@ -20,6 +20,7 @@ function is_this_time_selections_not_available( resource_id, form_elements ){
|
|
20 |
}
|
21 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
22 |
|
|
|
23 |
/**
|
24 |
* Prepare for showing popovers in calendar at front-end side
|
25 |
*
|
@@ -56,6 +57,7 @@ function wpbc_set_popover_in_cal( resource_id ){
|
|
56 |
}
|
57 |
}
|
58 |
|
|
|
59 |
/**
|
60 |
* Sort times array - prevent issue with same start/end times.
|
61 |
* @param times_array [
|
@@ -105,7 +107,6 @@ function wpbc_sort_times_array( times_array ){
|
|
105 |
}
|
106 |
|
107 |
|
108 |
-
|
109 |
/**
|
110 |
* Prepare content for popover, like Times, Costs, Availability, ....
|
111 |
* @param value
|
@@ -495,8 +496,6 @@ function wpbc_is_time_field_in_booking_form( resource_id, form_elements ){
|
|
495 |
}
|
496 |
|
497 |
|
498 |
-
|
499 |
-
|
500 |
function checkTimeInside( mytime, is_start_time, bk_type ){
|
501 |
|
502 |
// Check time availability for global filters
|
@@ -978,7 +977,7 @@ function wpbc_is_time_field_in_booking_form( resource_id, form_elements ){
|
|
978 |
}
|
979 |
|
980 |
|
981 |
-
// Check if this IE and get version of IE otherwise setversion of IE to 0
|
982 |
var isIE_4_bk = (navigator.appName == "Microsoft Internet Explorer");
|
983 |
var IEversion_4_bk = navigator.appVersion;
|
984 |
if ( isIE_4_bk ){
|
@@ -986,9 +985,7 @@ function wpbc_is_time_field_in_booking_form( resource_id, form_elements ){
|
|
986 |
} else {
|
987 |
IEversion_4_bk = 0;
|
988 |
}
|
989 |
-
|
990 |
-
|
991 |
-
// IE7 select box emulate functions for disabling select boxes:
|
992 |
if ( IEversion_4_bk == 7 ){
|
993 |
|
994 |
window.onload = function (){
|
@@ -1048,6 +1045,7 @@ function wpbc_is_time_field_in_booking_form( resource_id, form_elements ){
|
|
1048 |
}
|
1049 |
}
|
1050 |
|
|
|
1051 |
//FixIn: 8.4.7.6
|
1052 |
function is_time_slot_booked_for_this_time_array( bk_type, times_array, td_class, time_field_to_check ) {
|
1053 |
|
@@ -1170,7 +1168,6 @@ function wpbc_is_time_field_in_booking_form( resource_id, form_elements ){
|
|
1170 |
}
|
1171 |
|
1172 |
|
1173 |
-
|
1174 |
// Times
|
1175 |
function isDayFullByTime( bk_type, td_class ) {
|
1176 |
|
20 |
}
|
21 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
22 |
|
23 |
+
|
24 |
/**
|
25 |
* Prepare for showing popovers in calendar at front-end side
|
26 |
*
|
57 |
}
|
58 |
}
|
59 |
|
60 |
+
|
61 |
/**
|
62 |
* Sort times array - prevent issue with same start/end times.
|
63 |
* @param times_array [
|
107 |
}
|
108 |
|
109 |
|
|
|
110 |
/**
|
111 |
* Prepare content for popover, like Times, Costs, Availability, ....
|
112 |
* @param value
|
496 |
}
|
497 |
|
498 |
|
|
|
|
|
499 |
function checkTimeInside( mytime, is_start_time, bk_type ){
|
500 |
|
501 |
// Check time availability for global filters
|
977 |
}
|
978 |
|
979 |
|
980 |
+
// Check if this IE and get version of IE otherwise setversion of IE to 0
|
981 |
var isIE_4_bk = (navigator.appName == "Microsoft Internet Explorer");
|
982 |
var IEversion_4_bk = navigator.appVersion;
|
983 |
if ( isIE_4_bk ){
|
985 |
} else {
|
986 |
IEversion_4_bk = 0;
|
987 |
}
|
988 |
+
// IE7 select box emulate functions for disabling select boxes:
|
|
|
|
|
989 |
if ( IEversion_4_bk == 7 ){
|
990 |
|
991 |
window.onload = function (){
|
1045 |
}
|
1046 |
}
|
1047 |
|
1048 |
+
|
1049 |
//FixIn: 8.4.7.6
|
1050 |
function is_time_slot_booked_for_this_time_array( bk_type, times_array, td_class, time_field_to_check ) {
|
1051 |
|
1168 |
}
|
1169 |
|
1170 |
|
|
|
1171 |
// Times
|
1172 |
function isDayFullByTime( bk_type, td_class ) {
|
1173 |
|
languages/booking-ar_SA.mo
CHANGED
Binary file
|
languages/booking-el.mo
CHANGED
Binary file
|
languages/booking-fi.mo
CHANGED
Binary file
|
languages/booking-fr_FR.mo
CHANGED
Binary file
|
languages/booking-nl_NL.mo
CHANGED
Binary file
|
languages/booking-pt_BR.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: 2021-
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: wpdevelop <info@wpdevelop.com>\n"
|
9 |
"Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
|
@@ -34,7 +34,7 @@ msgstr ""
|
|
34 |
msgid "year(s)"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: core/admin/api-settings.php:94 core/admin/wpbc-toolbar-tiny.php:
|
38 |
#: core/lib/wpbc_all_translations.php:6 js/wpbc-gutenberg.js:815
|
39 |
msgid "Number of months to scroll"
|
40 |
msgstr ""
|
@@ -151,7 +151,7 @@ msgstr ""
|
|
151 |
#: core/admin/page-form-free.php:189 core/admin/page-ics-export.php:467
|
152 |
#: core/lib/wpbc_all_translations.php:26 core/timeline/v2/wpbc-class-timeline_v2.php:2822
|
153 |
#: inc/_bl/admin/api-settings-l.php:179 inc/_bl/admin/api-settings-l.php:185
|
154 |
-
#: inc/_bl/admin/api-settings-l.php:216 inc/gateways/page-gateways.php:
|
155 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1160 js/wpbc-gutenberg.js:1038
|
156 |
msgid "Note"
|
157 |
msgstr ""
|
@@ -181,9 +181,9 @@ msgstr ""
|
|
181 |
msgid "Simple"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: core/admin/api-settings.php:316 core/admin/wpbc-toolbar-tiny.php:
|
185 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
186 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
187 |
#: inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113 inc/_bm/m-toolbar.php:402
|
188 |
#: inc/_ps/lib_p.php:268 js/wpbc-gutenberg.js:571
|
189 |
msgid "Booking Form"
|
@@ -263,7 +263,7 @@ msgstr ""
|
|
263 |
#: core/admin/wpbc-toolbars.php:549 core/admin/wpbc-toolbars.php:964
|
264 |
#: core/lib/wpbc_all_translations.php:50 core/timeline/v2/wpbc-class-timeline_v2.php:2679
|
265 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2732 core/wpbc-activation.php:1044
|
266 |
-
#: inc/_bs/lib_s.php:328 inc/_ps/personal.php:
|
267 |
msgid "Pending"
|
268 |
msgstr ""
|
269 |
|
@@ -377,37 +377,37 @@ msgstr ""
|
|
377 |
msgid "Select your default view mode of bookings at the booking listing page"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: core/admin/api-settings.php:671 core/admin/wpbc-toolbar-tiny.php:
|
381 |
#: core/admin/wpbc-toolbars.php:1184 core/admin/wpbc-toolbars.php:1244
|
382 |
#: core/lib/wpbc_all_translations.php:75 inc/_bl/admin/page-coupons.php:526
|
383 |
msgid "Day"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: core/admin/api-settings.php:672 core/admin/wpbc-toolbar-tiny.php:
|
387 |
#: core/admin/wpbc-toolbars.php:1201 core/admin/wpbc-toolbars.php:1258
|
388 |
#: core/lib/wpbc_all_translations.php:76
|
389 |
msgid "Week"
|
390 |
msgstr ""
|
391 |
|
392 |
#: core/admin/api-settings.php:673 core/admin/api-settings.php:680
|
393 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
394 |
#: core/admin/wpbc-toolbars.php:1272 core/lib/wpbc_all_translations.php:77
|
395 |
#: inc/_bl/admin/page-coupons.php:525
|
396 |
msgid "Month"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: core/admin/api-settings.php:674 core/admin/wpbc-toolbar-tiny.php:
|
400 |
#: core/admin/wpbc-toolbars.php:1286 core/lib/wpbc_all_translations.php:78
|
401 |
msgid "2 Months"
|
402 |
msgstr ""
|
403 |
|
404 |
#: core/admin/api-settings.php:675 core/admin/api-settings.php:681
|
405 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
406 |
msgid "3 Months"
|
407 |
msgstr ""
|
408 |
|
409 |
#: core/admin/api-settings.php:676 core/admin/api-settings.php:682
|
410 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
411 |
#: core/admin/wpbc-toolbars.php:813 core/lib/wpbc_all_translations.php:80
|
412 |
#: inc/_bl/admin/page-coupons.php:524
|
413 |
msgid "Year"
|
@@ -456,7 +456,7 @@ msgstr ""
|
|
456 |
#: inc/_ps/admin/br-table-export-feeds.php:168 inc/_ps/admin/br-table-import-gcal-p.php:140
|
457 |
#: inc/_ps/admin/page-resources.php:455 inc/_ps/form/class-wpbc-field-help-text.php:211
|
458 |
#: inc/_ps/lib_p.php:124 inc/_ps/lib_p.php:128 inc/_ps/wpbc-print.php:82
|
459 |
-
#: inc/gateways/page-gateways.php:
|
460 |
msgid "ID"
|
461 |
msgstr ""
|
462 |
|
@@ -495,7 +495,7 @@ msgid "Resource"
|
|
495 |
msgstr ""
|
496 |
|
497 |
#: core/admin/api-settings.php:735 core/admin/api-settings.php:736
|
498 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
499 |
#: inc/_bs/admin/api-settings-s.php:924 inc/_bs/lib_s.php:140 inc/_bs/lib_s.php:183
|
500 |
#: inc/_bs/lib_s.php:188 inc/_ps/wpbc-print.php:86
|
501 |
msgid "Cost"
|
@@ -744,8 +744,8 @@ msgstr ""
|
|
744 |
msgid "Show / hide menu"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: core/admin/api-settings.php:1097 core/admin/wpbc-toolbar-tiny.php:
|
748 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
749 |
#: core/lib/wpbc_all_translations.php:146 core/lib/wpdev-booking-widget.php:104
|
750 |
#: js/wpbc-gutenberg.js:1338
|
751 |
msgid "Show"
|
@@ -783,7 +783,7 @@ msgstr ""
|
|
783 |
#: core/admin/api-settings.php:1364 core/admin/api-settings.php:1377
|
784 |
#: core/admin/api-settings.php:1410 core/lib/wpbc_all_translations.php:152
|
785 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
|
786 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/page-gateways.php:
|
787 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:661 inc/gateways/sage/wpbc-gw-sage.php:591
|
788 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:941
|
789 |
msgid "Warning"
|
@@ -918,7 +918,7 @@ msgstr ""
|
|
918 |
#: core/admin/page-email-new-admin.php:220 core/admin/page-email-new-admin.php:272
|
919 |
#: core/admin/page-email-new-visitor.php:272 core/admin/page-email-trash.php:234
|
920 |
#: core/admin/page-email-trash.php:295 core/admin/page-form-timeslots.php:767
|
921 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
922 |
#: core/lib/wpbc_all_translations.php:166 core/lib/wpdev-booking-widget.php:96
|
923 |
#: core/sync/wpbc-gcal-class.php:641 core/sync/wpbc-gcal-class.php:664
|
924 |
#: inc/_bm/admin/page-availability.php:985 inc/_bm/admin/page-seasons.php:514
|
@@ -934,7 +934,7 @@ msgstr ""
|
|
934 |
#: core/admin/page-email-new-admin.php:220 core/admin/page-email-new-admin.php:272
|
935 |
#: core/admin/page-email-new-visitor.php:272 core/admin/page-email-trash.php:234
|
936 |
#: core/admin/page-email-trash.php:295 core/admin/page-form-timeslots.php:132
|
937 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
938 |
#: inc/_bs/admin/page-email-payment.php:235 inc/_bs/admin/page-email-payment.php:291
|
939 |
#: inc/_ps/admin/page-email-edit.php:234 inc/_ps/admin/page-email-edit.php:290
|
940 |
#: inc/_ps/form/class-wpbc-field-help-button.php:73
|
@@ -946,14 +946,14 @@ msgstr ""
|
|
946 |
#: inc/_ps/form/class-wpbc-field-help-text.php:228 inc/_ps/form/class-wpbc-field-help-text.php:247
|
947 |
#: inc/_ps/form/class-wpbc-field-help-text.php:264 inc/_ps/form/class-wpbc-field-help-text.php:281
|
948 |
#: inc/_ps/form/class-wpbc-field-help-textarea.php:94
|
949 |
-
#: inc/_ps/form/class-wpbc-field-help-textarea.php:111 inc/gateways/page-gateways.php:
|
950 |
msgid "optional"
|
951 |
msgstr ""
|
952 |
|
953 |
#: core/admin/page-email-approved.php:262 core/admin/page-email-deleted.php:262
|
954 |
#: core/admin/page-email-deny.php:262 core/admin/page-email-new-admin.php:244
|
955 |
#: core/admin/page-email-new-visitor.php:244 core/admin/page-email-trash.php:262
|
956 |
-
#: core/admin/page-import-gcal.php:159 core/admin/wpbc-toolbar-tiny.php:
|
957 |
#: core/lib/wpbc_all_translations.php:168 core/sync/wpbc-gcal.php:171
|
958 |
#: inc/_bm/admin/page-cost-valuation.php:275 inc/_bm/admin/page-cost-valuation.php:278
|
959 |
#: inc/_bm/admin/page-cost-valuation.php:449 inc/_bm/admin/page-seasons.php:1564
|
@@ -1203,7 +1203,7 @@ msgstr ""
|
|
1203 |
#: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
|
1204 |
#: core/lib/wpbc_all_translations.php:198 inc/_bs/admin/page-email-payment.php:455
|
1205 |
#: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:714
|
1206 |
-
#: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:
|
1207 |
msgid "HTML"
|
1208 |
msgstr ""
|
1209 |
|
@@ -1236,7 +1236,7 @@ msgstr ""
|
|
1236 |
|
1237 |
#: core/admin/page-email-approved.php:560 core/admin/wpbc-class-listing.php:329
|
1238 |
#: core/admin/wpbc-toolbars.php:550 core/lib/wpbc_all_translations.php:202
|
1239 |
-
#: core/timeline/v2/wpbc-class-timeline_v2.php:2735 inc/_ps/personal.php:
|
1240 |
#: inc/_ps/wpbc-print.php:118
|
1241 |
msgid "Approved"
|
1242 |
msgstr ""
|
@@ -1303,7 +1303,7 @@ msgstr ""
|
|
1303 |
#: core/admin/page-email-trash.php:733 core/admin/page-email-trash.php:769
|
1304 |
#: core/admin/page-form-free.php:146 core/admin/page-form-free.php:246
|
1305 |
#: core/admin/page-form-free.php:2241 core/admin/page-ics-export.php:236
|
1306 |
-
#: core/admin/page-ics-general.php:
|
1307 |
#: core/admin/page-import-gcal.php:570 core/admin/page-settings.php:148
|
1308 |
#: core/admin/page-settings.php:301 core/admin/wpbc-toolbars.php:1826
|
1309 |
#: core/lib/wpbc_all_translations.php:210 inc/_bl/admin/page-coupons.php:220
|
@@ -1321,7 +1321,7 @@ msgstr ""
|
|
1321 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:930
|
1322 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:489
|
1323 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:924 inc/gateways/ipay88/wpbc-gw-ipay88.php:864
|
1324 |
-
#: inc/gateways/page-gateways.php:
|
1325 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:1124 inc/gateways/sage/wpbc-gw-sage.php:913
|
1326 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1234
|
1327 |
msgid "Save Changes"
|
@@ -1346,7 +1346,7 @@ msgstr ""
|
|
1346 |
#: inc/_bl/admin/page-search.php:536 inc/_bm/admin/page-cost-advanced.php:155
|
1347 |
#: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
|
1348 |
#: inc/_ps/admin/page-settings-form.php:181
|
1349 |
-
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:452 inc/gateways/page-gateways.php:
|
1350 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:393 inc/gateways/paypal/wpbc-gw-paypal.php:1098
|
1351 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:1115
|
1352 |
msgid "Help"
|
@@ -1415,12 +1415,12 @@ msgstr ""
|
|
1415 |
msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: core/admin/page-email-deleted.php:558 core/lib/wpbc-ajax.php:
|
1419 |
#: core/lib/wpbc_all_translations.php:220 inc/_bl/admin/page-coupons.php:378
|
1420 |
#: inc/_bl/admin/page-coupons.php:1023 inc/_bm/admin/page-availability.php:364
|
1421 |
#: inc/_bm/admin/page-cost.php:325 inc/_bm/admin/page-seasons.php:313
|
1422 |
#: inc/_bm/admin/page-seasons.php:843 inc/_bm/m-toolbar.php:557
|
1423 |
-
#: inc/_ps/admin/page-resources.php:318 inc/_ps/personal.php:
|
1424 |
msgid "Deleted"
|
1425 |
msgstr ""
|
1426 |
|
@@ -1560,7 +1560,7 @@ msgid "Title of send button"
|
|
1560 |
msgstr ""
|
1561 |
|
1562 |
#: core/admin/page-form-free.php:230 core/lib/wpbc_all_translations.php:248
|
1563 |
-
#: core/wpbc-activation.php:1036 inc/_ps/personal.php:
|
1564 |
#: inc/_ps/wpbc-form-templates.php:61 inc/_ps/wpbc-form-templates.php:81
|
1565 |
#: inc/_ps/wpbc-form-templates.php:104 inc/_ps/wpbc-form-templates.php:127
|
1566 |
msgid "Send"
|
@@ -1583,7 +1583,7 @@ msgstr ""
|
|
1583 |
#: inc/_bm/admin/page-availability.php:274 inc/_bm/admin/page-cost-valuation.php:354
|
1584 |
#: inc/_bm/admin/page-cost.php:529 inc/_bm/admin/page-seasons.php:221
|
1585 |
#: inc/_bm/admin/page-seasons.php:602 inc/_ps/admin/page-resources.php:222
|
1586 |
-
#: inc/_ps/personal.php:
|
1587 |
msgid "Do you really want to do this ?"
|
1588 |
msgstr ""
|
1589 |
|
@@ -1735,7 +1735,7 @@ msgid "Set field as required"
|
|
1735 |
msgstr ""
|
1736 |
|
1737 |
#: core/admin/page-form-free.php:2142 core/admin/page-form-timeslots.php:784
|
1738 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
1739 |
#: core/lib/wpbc_all_translations.php:280 inc/_ps/form/class-wpbc-field-help-button.php:73
|
1740 |
#: js/wpbc-gutenberg.js:889
|
1741 |
msgid "Label"
|
@@ -1754,7 +1754,7 @@ msgstr ""
|
|
1754 |
msgid "Enter dropdown options. One option per line."
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: core/admin/page-form-free.php:2232 core/admin/wpbc-toolbar-tiny.php:
|
1758 |
#: core/admin/wpbc-toolbars.php:710 core/admin/wpbc-toolbars.php:915
|
1759 |
#: core/admin/wpbc-toolbars.php:1536 core/lib/wpbc_all_translations.php:284
|
1760 |
#: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:105 inc/_bs/s-toolbar.php:209
|
@@ -1799,7 +1799,7 @@ msgstr ""
|
|
1799 |
|
1800 |
#: core/admin/page-form-timeslots.php:195 core/admin/page-import-gcal.php:69
|
1801 |
#: core/admin/page-import-gcal.php:196 core/admin/page-import-gcal.php:278
|
1802 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
1803 |
#: core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271 inc/_bm/admin/api-settings-m.php:67
|
1804 |
#: inc/_bm/admin/api-settings-m.php:104 inc/_bs/admin/api-settings-s.php:532
|
1805 |
msgid "hours"
|
@@ -1828,7 +1828,7 @@ msgstr ""
|
|
1828 |
#: core/admin/page-form-timeslots.php:446 core/admin/page-form-timeslots.php:455
|
1829 |
#: core/admin/page-form-timeslots.php:457 core/admin/page-form-timeslots.php:466
|
1830 |
#: core/admin/page-form-timeslots.php:468 core/lib/wpbc_all_translations.php:295
|
1831 |
-
#: core/wpbc-js.php:131 inc/_ps/personal.php:
|
1832 |
msgid "Processing"
|
1833 |
msgstr ""
|
1834 |
|
@@ -1837,16 +1837,16 @@ msgid "+ Add Time Slot"
|
|
1837 |
msgstr ""
|
1838 |
|
1839 |
#: core/admin/page-ics-export.php:42 core/admin/page-ics-export.php:43
|
1840 |
-
#: core/admin/page-ics-general.php:
|
1841 |
-
#: core/admin/page-ics-general.php:
|
1842 |
#: core/admin/page-ics-import.php:40 core/admin/page-ics-import.php:41
|
1843 |
#: core/admin/page-import-gcal.php:388 core/admin/page-import-gcal.php:389
|
1844 |
#: core/lib/wpbc_all_translations.php:297 core/wpbc-functions.php:2007
|
1845 |
msgid "Sync"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
-
#: core/admin/page-ics-export.php:44 core/admin/page-ics-general.php:
|
1849 |
-
#: core/admin/page-ics-general.php:
|
1850 |
#: core/admin/page-ics-import.php:42 core/admin/page-ics-import.php:59
|
1851 |
#: core/admin/page-ics-import.php:60 core/admin/page-ics-import.php:62
|
1852 |
#: core/admin/page-ics-import.php:186 core/admin/page-ics-import.php:469
|
@@ -1857,7 +1857,7 @@ msgstr ""
|
|
1857 |
|
1858 |
#: core/admin/page-ics-export.php:44 core/admin/page-ics-export.php:61
|
1859 |
#: core/admin/page-ics-export.php:62 core/admin/page-ics-export.php:64
|
1860 |
-
#: core/admin/page-ics-export.php:228 core/admin/page-ics-general.php:
|
1861 |
#: core/admin/page-ics-import.php:42 core/admin/page-import-gcal.php:390
|
1862 |
#: core/lib/wpbc_all_translations.php:299 inc/_ps/p-toolbar.php:173
|
1863 |
msgid "Export"
|
@@ -1929,8 +1929,8 @@ msgstr ""
|
|
1929 |
msgid "This .ics feed of bookings starting from today for 1 year"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
-
#: core/admin/page-ics-general.php:68 core/admin/wpbc-toolbar-tiny.php:
|
1933 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
1934 |
#: core/lib/wpbc_all_translations.php:310 inc/_bm/admin/api-settings-m.php:60
|
1935 |
#: inc/_ps/wpbc-booking-select-widget.php:188
|
1936 |
msgid "None"
|
@@ -1995,42 +1995,64 @@ msgstr ""
|
|
1995 |
msgid "Enable of export only approved bookings in .ics feeds"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
-
#: core/admin/page-ics-general.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1999 |
msgid "Force import"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: core/admin/page-ics-general.php:
|
2003 |
msgid "Import bookings without checking, if such bookings already have been imported."
|
2004 |
msgstr ""
|
2005 |
|
2006 |
-
#: core/admin/page-ics-general.php:
|
2007 |
msgid "Trash all imported bookings before new import"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: core/admin/page-ics-general.php:
|
2011 |
msgid ""
|
2012 |
"Move all previously imported bookings to trash before new import bookings. Its can resolve "
|
2013 |
"issue of updating deleted and edited events in external sources. Its work only, if you are using "
|
2014 |
"one source (.ics feed) for importing into specific booking resource!"
|
2015 |
msgstr ""
|
2016 |
|
2017 |
-
#: core/admin/page-ics-general.php:
|
2018 |
-
#: core/lib/wpbc_all_translations.php:328 inc/gateways/page-gateways.php:
|
2019 |
msgid "General"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: core/admin/page-ics-general.php:
|
2023 |
-
#: core/admin/page-ics-general.php:
|
2024 |
#: core/admin/page-settings.php:75 core/admin/page-settings.php:76
|
2025 |
#: core/lib/wpbc_all_translations.php:329 core/wpbc.php:188
|
2026 |
msgid "General Settings"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
-
#: core/admin/page-ics-general.php:
|
2030 |
msgid "Assign events fields to specific booking form field"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: core/admin/page-ics-general.php:
|
2034 |
#: core/admin/page-settings.php:263 core/lib/wpbc_all_translations.php:331
|
2035 |
#: inc/_bl/admin/page-search.php:552 inc/_bl/admin/page-search.php:748
|
2036 |
#: inc/_bl/admin/page-search.php:793 inc/_bl/wpbc-search-availability.php:167
|
@@ -2046,7 +2068,7 @@ msgid "feeds"
|
|
2046 |
msgstr ""
|
2047 |
|
2048 |
#: core/admin/page-ics-import.php:438 core/admin/wpbc-sql.php:592
|
2049 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2050 |
#: inc/_bl/admin/page-coupons.php:1409 inc/_ps/p-toolbar.php:965 inc/_ps/p-toolbar.php:996
|
2051 |
msgid "parent resource"
|
2052 |
msgstr ""
|
@@ -2080,7 +2102,7 @@ msgstr ""
|
|
2080 |
msgid "and any other calendar that uses .ics format"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
-
#: core/admin/page-ics-import.php:534 core/class/wpbc-class-welcome.php:
|
2084 |
#: core/lib/wpbc_all_translations.php:341
|
2085 |
#, php-format
|
2086 |
msgid ""
|
@@ -2156,7 +2178,7 @@ msgid "Visit these (previously configured URL feeds) pages for downloading .ics
|
|
2156 |
msgstr ""
|
2157 |
|
2158 |
#: core/admin/page-ics-import.php:711 core/lib/wpbc_all_translations.php:354
|
2159 |
-
#: core/sync/wpbc-gcal-class.php:492 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:
|
2160 |
msgid "Done"
|
2161 |
msgstr ""
|
2162 |
|
@@ -2315,7 +2337,7 @@ msgstr ""
|
|
2315 |
msgid "The end of time"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
-
#: core/admin/page-import-gcal.php:241 core/admin/wpbc-toolbar-tiny.php:
|
2319 |
#: core/lib/wpbc_all_translations.php:382 core/sync/wpbc-gcal.php:235
|
2320 |
msgid "Until"
|
2321 |
msgstr ""
|
@@ -2419,7 +2441,7 @@ msgid "Google Calendar - General Settings"
|
|
2419 |
msgstr ""
|
2420 |
|
2421 |
#: core/admin/page-settings.php:88 core/admin/page-settings.php:209
|
2422 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2423 |
#: inc/_ps/form/class-wpbc-form-help.php:115
|
2424 |
msgid "Calendar"
|
2425 |
msgstr ""
|
@@ -2473,8 +2495,8 @@ msgstr ""
|
|
2473 |
msgid "Upgrade"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
-
#: core/admin/wpbc-class-listing.php:103 core/admin/wpbc-toolbar-tiny.php:
|
2477 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2478 |
#: inc/_bl/admin/page-coupons.php:1003 inc/_bl/admin/page-coupons.php:1005
|
2479 |
#: inc/_bl/wpbc-search-availability.php:669 inc/_bl/wpdev-booking-search-widget.php:75
|
2480 |
#: inc/_bm/admin/page-availability.php:814 inc/_bm/admin/page-cost-deposit.php:81
|
@@ -2556,7 +2578,7 @@ msgstr ""
|
|
2556 |
msgid "Created"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
-
#: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:
|
2560 |
#: core/lib/wpbc_all_translations.php:432 core/lib/wpdev-booking-widget.php:14
|
2561 |
#: core/wpbc-functions.php:1850 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
|
2562 |
#: core/wpbc.php:189
|
@@ -2649,96 +2671,91 @@ msgstr ""
|
|
2649 |
msgid "Bookings for today"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:
|
2653 |
#: core/lib/wpbc_all_translations.php:454
|
2654 |
msgid "Insert booking calendar"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
-
#: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:
|
2658 |
#: core/lib/wpbc_all_translations.php:455
|
2659 |
msgid "Booking calendar"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2663 |
msgid "Insert Shortcode"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2667 |
#: inc/_ps/admin/api-settings-p.php:197
|
2668 |
msgid "TimeLine"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2672 |
msgid "Resources Selection"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2676 |
#: core/wpbc-functions.php:2017 inc/_bl/admin/page-search.php:366 inc/_bl/biz_l.php:775
|
2677 |
#: inc/_bl/biz_l.php:790
|
2678 |
msgid "Search"
|
2679 |
msgstr ""
|
2680 |
|
2681 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2682 |
msgid "Only Form"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2686 |
#: inc/_ps/form/class-wpbc-form-help.php:754
|
2687 |
msgid "Other"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2691 |
msgid "Insert into page"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2695 |
#: core/lib/wpbc_all_translations.php:463 core/wpbc.php:177 inc/_ps/admin/page-resources.php:40
|
2696 |
#: inc/_ps/p-toolbar.php:736
|
2697 |
msgid "Booking resources"
|
2698 |
msgstr ""
|
2699 |
|
2700 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2701 |
msgid "Select booking resources. Please use CTRL to select multiple booking resources."
|
2702 |
msgstr ""
|
2703 |
|
2704 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2705 |
#: js/wpbc-gutenberg.js:806
|
2706 |
msgid "View mode"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2710 |
msgid "Select type of view format"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2714 |
-
#: core/admin/wpbc-toolbars.php:785 core/lib/wpbc_all_translations.php:467
|
2715 |
-
msgid "All bookings"
|
2716 |
-
msgstr ""
|
2717 |
-
|
2718 |
-
#: core/admin/wpbc-toolbar-tiny.php:461 core/lib/wpbc_all_translations.php:468
|
2719 |
msgid "Select number of months to scroll after loading"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2723 |
#: js/wpbc-gutenberg.js:812
|
2724 |
msgid "Number of days to scroll"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2728 |
msgid "Select number of days to scroll after loading"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2732 |
#: core/lib/wpbc_all_translations.php:471 js/wpbc-gutenberg.js:818
|
2733 |
msgid "Start Date"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2737 |
msgid "Select start date"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2741 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2742 |
#: core/lib/wpbc_all_translations.php:473 core/lib/wpdev-booking-widget.php:118
|
2743 |
#: inc/_ps/admin/br-table-import-gcal-p.php:170 inc/_ps/p-toolbar.php:937
|
2744 |
#: inc/_ps/wpbc-booking-select-widget.php:153 js/wpbc-gutenberg.js:612 js/wpbc-gutenberg.js:702
|
@@ -2746,83 +2763,83 @@ msgstr ""
|
|
2746 |
msgid "Booking resource"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2750 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2751 |
#: core/lib/wpbc_all_translations.php:474 inc/_ps/admin/br-table-import-gcal-p.php:184
|
2752 |
msgid "Select booking resource"
|
2753 |
msgstr ""
|
2754 |
|
2755 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2756 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2757 |
#: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
|
2758 |
msgid "Select default custom booking form"
|
2759 |
msgstr ""
|
2760 |
|
2761 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2762 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2763 |
#: core/lib/wpbc_all_translations.php:476 core/lib/wpdev-booking-widget.php:135
|
2764 |
#: inc/_ps/wpbc-booking-select-widget.php:201
|
2765 |
msgid "Visible months"
|
2766 |
msgstr ""
|
2767 |
|
2768 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2769 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2770 |
msgid "Select number of month to show for calendar."
|
2771 |
msgstr ""
|
2772 |
|
2773 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2774 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2775 |
msgid "Start month:"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2779 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2780 |
msgid "Select start month of calendar"
|
2781 |
msgstr ""
|
2782 |
|
2783 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2784 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2785 |
msgid "Show advanced settings"
|
2786 |
msgstr ""
|
2787 |
|
2788 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2789 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2790 |
msgid "Hide advanced settings"
|
2791 |
msgstr ""
|
2792 |
|
2793 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2794 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2795 |
#, php-format
|
2796 |
msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
|
2797 |
msgstr ""
|
2798 |
|
2799 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2800 |
#: core/lib/wpbc_all_translations.php:483
|
2801 |
#, php-format
|
2802 |
msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
|
2803 |
msgstr ""
|
2804 |
|
2805 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2806 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2807 |
#: core/lib/wpbc_all_translations.php:484 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
|
2808 |
#: inc/_ps/form/class-wpbc-field-help-select.php:111 js/wpbc-gutenberg.js:627
|
2809 |
#: js/wpbc-gutenberg.js:714 js/wpbc-gutenberg.js:910
|
2810 |
msgid "Options"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2814 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2815 |
#, php-format
|
2816 |
msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2820 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2821 |
msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
|
2822 |
msgstr ""
|
2823 |
|
2824 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2825 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2826 |
#: core/lib/wpbc_all_translations.php:487 inc/_bm/admin/page-availability.php:510
|
2827 |
#: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
|
2828 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:230
|
@@ -2830,50 +2847,50 @@ msgstr ""
|
|
2830 |
msgid "Description"
|
2831 |
msgstr ""
|
2832 |
|
2833 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2834 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2835 |
msgid ""
|
2836 |
"Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
|
2837 |
"to use percentage for width: 100%)"
|
2838 |
msgstr ""
|
2839 |
|
2840 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2841 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2842 |
#: core/lib/wpbc_all_translations.php:489
|
2843 |
msgid "Code Example"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2847 |
msgid ""
|
2848 |
"Specify that during certain seasons (or days of week), the specific minimum number of days must "
|
2849 |
"be booked. "
|
2850 |
msgstr ""
|
2851 |
|
2852 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2853 |
msgid ""
|
2854 |
"Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2858 |
#, php-format
|
2859 |
msgid ""
|
2860 |
"Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
|
2861 |
"shortcodes %shere%s"
|
2862 |
msgstr ""
|
2863 |
|
2864 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2865 |
#: core/lib/wpbc_all_translations.php:493
|
2866 |
msgid "Aggregate booking dates from other resources"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2870 |
#: core/lib/wpbc_all_translations.php:494
|
2871 |
msgid ""
|
2872 |
"Select booking resources, for getting booking dates from them and set such dates as unavailable "
|
2873 |
"in destination calendar."
|
2874 |
msgstr ""
|
2875 |
|
2876 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2877 |
#: inc/_bl/admin/page-search.php:491 inc/_bl/admin/page-search.php:524
|
2878 |
#: inc/_bm/admin/api-settings-m.php:298 inc/_bm/admin/page-availability.php:252
|
2879 |
#: inc/_bm/admin/page-cost-advanced.php:124 inc/_bm/admin/page-cost-deposit.php:341
|
@@ -2887,213 +2904,213 @@ msgstr ""
|
|
2887 |
msgid "Note!"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2891 |
#, php-format
|
2892 |
msgid ""
|
2893 |
"This shortcode %s is using for selection of the booking form of specific booking resources in "
|
2894 |
"selectbox"
|
2895 |
msgstr ""
|
2896 |
|
2897 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2898 |
#: core/lib/wpbc_all_translations.php:497 inc/_ps/admin/br-table-import-gcal-p.php:173
|
2899 |
#: inc/_ps/wpbc-booking-select-widget.php:163
|
2900 |
msgid "All"
|
2901 |
msgstr ""
|
2902 |
|
2903 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2904 |
#: inc/_ps/wpbc-booking-select-widget.php:175
|
2905 |
msgid ""
|
2906 |
"Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
|
2907 |
"resources."
|
2908 |
msgstr ""
|
2909 |
|
2910 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2911 |
#: inc/_ps/wpbc-booking-select-widget.php:181
|
2912 |
msgid "Preselected resource"
|
2913 |
msgstr ""
|
2914 |
|
2915 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2916 |
msgid "Define preselected resource."
|
2917 |
msgstr ""
|
2918 |
|
2919 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2920 |
#: inc/_bm/admin/api-settings-m.php:485 inc/_ps/p-toolbar.php:1222
|
2921 |
msgid "Default Form"
|
2922 |
msgstr ""
|
2923 |
|
2924 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2925 |
#: core/lib/wpbc_all_translations.php:502
|
2926 |
msgid "Please select the resource:"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2930 |
msgid "Title near your select box."
|
2931 |
msgstr ""
|
2932 |
|
2933 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2934 |
#: inc/_ps/wpbc-booking-select-widget.php:247
|
2935 |
msgid "First option title"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2939 |
-
#: inc/_ps/personal.php:
|
2940 |
msgid "Please Select"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2944 |
#: inc/_ps/wpbc-booking-select-widget.php:254
|
2945 |
msgid "First option in dropdown list."
|
2946 |
msgstr ""
|
2947 |
|
2948 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2949 |
#: inc/_ps/wpbc-booking-select-widget.php:256
|
2950 |
msgid "Please leave it empty if you want to skip it."
|
2951 |
msgstr ""
|
2952 |
|
2953 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2954 |
#: core/lib/wpbc_all_translations.php:508
|
2955 |
msgid "Select shortcode to insert"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2959 |
msgid "Search form"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2963 |
#: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:659
|
2964 |
#: inc/_bl/wpbc-search-availability.php:674
|
2965 |
msgid "Search results"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2969 |
msgid "Check this box to show search results on other page"
|
2970 |
msgstr ""
|
2971 |
|
2972 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2973 |
msgid "URL of search results:"
|
2974 |
msgstr ""
|
2975 |
|
2976 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2977 |
msgid "Type the URL of search results page."
|
2978 |
msgstr ""
|
2979 |
|
2980 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2981 |
msgid "Title of Search results:"
|
2982 |
msgstr ""
|
2983 |
|
2984 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2985 |
#: core/lib/wpbc_all_translations.php:515 inc/_bl/wpdev-booking-search-widget.php:79
|
2986 |
msgid "Result(s) Found"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2990 |
msgid "Type the title of Search results."
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2994 |
msgid "show number of search results"
|
2995 |
msgstr ""
|
2996 |
|
2997 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
2998 |
msgid "Nothing Found Message:"
|
2999 |
msgstr ""
|
3000 |
|
3001 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3002 |
msgid "Type the message, when nothing found."
|
3003 |
msgstr ""
|
3004 |
|
3005 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3006 |
msgid "Search only for users:"
|
3007 |
msgstr ""
|
3008 |
|
3009 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3010 |
msgid ""
|
3011 |
"Type IDs of the users (separated by comma \",\") for searching availability only for these "
|
3012 |
"users, or leave it blank for searching for all users."
|
3013 |
msgstr ""
|
3014 |
|
3015 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3016 |
#, php-format
|
3017 |
msgid ""
|
3018 |
"This shortcode %s is using for showing the search results at specific page, if the search form "
|
3019 |
"is submit showing the search results at different page"
|
3020 |
msgstr ""
|
3021 |
|
3022 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3023 |
msgid "date"
|
3024 |
msgstr ""
|
3025 |
|
3026 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3027 |
msgid "Define date for booking"
|
3028 |
msgstr ""
|
3029 |
|
3030 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3031 |
#: inc/_ps/p-toolbar.php:237
|
3032 |
msgid "Edit Booking"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3036 |
msgid "Show listing of customer bookings"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3040 |
msgid "Show info about Booking Resource"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3044 |
#, php-format
|
3045 |
msgid ""
|
3046 |
"This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
|
3047 |
"%s or make %spayment%s after receiving an admin email payment request"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3051 |
#, php-format
|
3052 |
msgid ""
|
3053 |
"The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
|
3054 |
"to this page"
|
3055 |
msgstr ""
|
3056 |
|
3057 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3058 |
#: core/lib/wpbc_all_translations.php:530
|
3059 |
#, php-format
|
3060 |
msgid "Email templates, which use shortcodes: %s, will be linked to this page"
|
3061 |
msgstr ""
|
3062 |
|
3063 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3064 |
#, php-format
|
3065 |
msgid ""
|
3066 |
"This shortcode %s is used on a page, where visitors can %sview listing%s of their own booking(s)"
|
3067 |
msgstr ""
|
3068 |
|
3069 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3070 |
#, php-format
|
3071 |
msgid ""
|
3072 |
"The content of field %sURL of page for customer bookings listing%s on the %sgeneral booking "
|
3073 |
"settings page%s must link to this page"
|
3074 |
msgstr ""
|
3075 |
|
3076 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3077 |
#, php-format
|
3078 |
msgid "%s You can use in this shortcode the same parameters as for %s shortcode"
|
3079 |
msgstr ""
|
3080 |
|
3081 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3082 |
msgid "Trick"
|
3083 |
msgstr ""
|
3084 |
|
3085 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3086 |
#: inc/_bl/admin/api-settings-l.php:466 inc/_ps/admin/br-table-export-feeds.php:79
|
3087 |
#: inc/_ps/admin/br-table-import-gcal-p.php:63
|
3088 |
msgid "Capacity"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3092 |
msgid "Select type of info to show."
|
3093 |
msgstr ""
|
3094 |
|
3095 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3096 |
-
#: core/admin/wpbc-toolbar-tiny.php:
|
3097 |
#: core/lib/wpbc_all_translations.php:537
|
3098 |
msgid "No booking resources"
|
3099 |
msgstr ""
|
@@ -3286,7 +3303,7 @@ msgstr ""
|
|
3286 |
msgid "Reason of cancellation"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
-
#: core/admin/wpbc-toolbars.php:1075 core/admin/wpbc-toolbars.php:1076 core/lib/wpbc-ajax.php:
|
3290 |
#: core/lib/wpbc_all_translations.php:579
|
3291 |
msgid "Empty Trash"
|
3292 |
msgstr ""
|
@@ -3427,7 +3444,7 @@ msgid "Add to Google Calendar"
|
|
3427 |
msgstr ""
|
3428 |
|
3429 |
#: core/admin/wpbc-toolbars.php:2115 core/lib/wpbc_all_translations.php:610
|
3430 |
-
#: inc/gateways/page-gateways.php:
|
3431 |
msgid "Total"
|
3432 |
msgstr ""
|
3433 |
|
@@ -3451,70 +3468,76 @@ msgid ""
|
|
3451 |
"failed. You can request the new update of your paid version at %1sthis page%2s."
|
3452 |
msgstr ""
|
3453 |
|
3454 |
-
#: core/class/wpbc-class-welcome.php:
|
3455 |
#: core/lib/wpbc_all_translations.php:615 inc/_ps/admin/page-settings-up.php:155
|
3456 |
msgid "Purchase"
|
3457 |
msgstr ""
|
3458 |
|
3459 |
-
#: core/class/wpbc-class-welcome.php:
|
3460 |
#: core/lib/wpbc_all_translations.php:616 inc/_ps/admin/page-settings-up.php:155
|
3461 |
msgid "Upgrade Now"
|
3462 |
msgstr ""
|
3463 |
|
3464 |
-
#: core/lib/wpbc-ajax.php:33 core/lib/wpbc-ajax.php:
|
3465 |
-
#: core/lib/wpbc-ajax.php:
|
3466 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:
|
3467 |
#, php-format
|
3468 |
msgid ""
|
3469 |
"%sError!%s Request do not pass security check! Please refresh the page and try one more time."
|
3470 |
msgstr ""
|
3471 |
|
3472 |
-
#: core/lib/wpbc-ajax.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
3473 |
msgid "Set as Unread"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
-
#: core/lib/wpbc-ajax.php:
|
3477 |
msgid "Set as Read"
|
3478 |
msgstr ""
|
3479 |
|
3480 |
-
#: core/lib/wpbc-ajax.php:
|
3481 |
msgid "Approved by:"
|
3482 |
msgstr ""
|
3483 |
|
3484 |
-
#: core/lib/wpbc-ajax.php:
|
3485 |
msgid "Declined by:"
|
3486 |
msgstr ""
|
3487 |
|
3488 |
-
#: core/lib/wpbc-ajax.php:
|
3489 |
msgid "Set as Approved"
|
3490 |
msgstr ""
|
3491 |
|
3492 |
-
#: core/lib/wpbc-ajax.php:
|
3493 |
msgid "Set as Pending"
|
3494 |
msgstr ""
|
3495 |
|
3496 |
-
#: core/lib/wpbc-ajax.php:
|
3497 |
msgid "Reason for cancellation here"
|
3498 |
msgstr ""
|
3499 |
|
3500 |
-
#: core/lib/wpbc-ajax.php:
|
3501 |
msgid "Reason of cancellation here"
|
3502 |
msgstr ""
|
3503 |
|
3504 |
-
#: core/lib/wpbc-ajax.php:
|
3505 |
msgid "Moved to trash"
|
3506 |
msgstr ""
|
3507 |
|
3508 |
-
#: core/lib/wpbc-ajax.php:
|
3509 |
msgid "Restored"
|
3510 |
msgstr ""
|
3511 |
|
3512 |
-
#: core/lib/wpbc-ajax.php:
|
3513 |
#, php-format
|
3514 |
msgid "Deleted %d bookings from trash"
|
3515 |
msgstr ""
|
3516 |
|
3517 |
-
#: core/lib/wpbc-ajax.php:
|
3518 |
msgid "Saved"
|
3519 |
msgstr ""
|
3520 |
|
@@ -3527,16 +3550,16 @@ msgid "Updating..."
|
|
3527 |
msgstr ""
|
3528 |
|
3529 |
#: core/lib/wpbc-booking-new.php:171 core/lib/wpbc_all_translations.php:632
|
3530 |
-
#: inc/_ps/personal.php:
|
3531 |
msgid "Updated successfully"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
-
#: core/lib/wpbc-booking-new.php:
|
3535 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:878
|
3536 |
msgid "Error!"
|
3537 |
msgstr ""
|
3538 |
|
3539 |
-
#: core/lib/wpbc-booking-new.php:
|
3540 |
msgid ""
|
3541 |
"Probably these date(s) just was booking by other visitor. Please reload this page and make "
|
3542 |
"booking again."
|
@@ -3728,7 +3751,7 @@ msgstr ""
|
|
3728 |
msgid "Customization of synchronization with Google Calendar"
|
3729 |
msgstr ""
|
3730 |
|
3731 |
-
#: core/lib/wpbc_all_translations.php:677 core/wpbc-debug.php:
|
3732 |
#: core/wpbc.php:342 core/wpbc.php:383 inc/_bl/admin/page-coupons.php:1003
|
3733 |
#: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
|
3734 |
#: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
|
@@ -3747,12 +3770,12 @@ msgstr ""
|
|
3747 |
msgid "does not exist"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
-
#: core/lib/wpbc_all_translations.php:679 core/lib/wpdev-booking-class.php:
|
3751 |
msgid "Calendar is loading..."
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: core/lib/wpbc_all_translations.php:680 core/lib/wpdev-booking-class.php:
|
3755 |
-
#: core/lib/wpdev-booking-class.php:
|
3756 |
msgid "Wrong booking hash in URL (probably expired)"
|
3757 |
msgstr ""
|
3758 |
|
@@ -3760,32 +3783,32 @@ msgstr ""
|
|
3760 |
msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
|
3761 |
msgstr ""
|
3762 |
|
3763 |
-
#: core/lib/wpbc_all_translations.php:682 core/lib/wpdev-booking-class.php:
|
3764 |
#, php-format
|
3765 |
msgid ""
|
3766 |
"%sWarning! Booking calendar for this booking resource are already at the page, please check more "
|
3767 |
"about this issue at %sthis page%s"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: core/lib/wpbc_all_translations.php:683 core/lib/wpdev-booking-class.php:
|
3771 |
#: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
|
3772 |
msgid "You need to use special shortcode [bookingedit] for booking editing."
|
3773 |
msgstr ""
|
3774 |
|
3775 |
-
#: core/lib/wpbc_all_translations.php:684 core/lib/wpdev-booking-class.php:
|
3776 |
-
#: core/lib/wpdev-booking-class.php:
|
3777 |
#: inc/_ps/hash/wpbc-hash-functions.php:106 inc/_ps/hash/wpbc-hash-functions.php:134
|
3778 |
#: inc/_ps/hash/wpbc-hash-functions.php:162 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1664
|
3779 |
msgid "Wrong booking hash in URL. Probably hash is expired."
|
3780 |
msgstr ""
|
3781 |
|
3782 |
-
#: core/lib/wpbc_all_translations.php:685 core/lib/wpdev-booking-class.php:
|
3783 |
-
#: core/lib/wpdev-booking-class.php:
|
3784 |
msgid "You do not set any parameters for booking editing"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
-
#: core/lib/wpbc_all_translations.php:686 core/lib/wpdev-booking-class.php:
|
3788 |
-
#: core/lib/wpdev-booking-class.php:
|
3789 |
#, php-format
|
3790 |
msgid "Please check more about configuration at %sthis page%s"
|
3791 |
msgstr ""
|
@@ -3919,23 +3942,23 @@ msgid ""
|
|
3919 |
"Thank you, %s"
|
3920 |
msgstr ""
|
3921 |
|
3922 |
-
#: core/lib/wpbc_all_translations.php:714 core/wpbc-activation.php:
|
3923 |
#: inc/_bs/admin/api-settings-s.php:376
|
3924 |
msgid "Booked Times:"
|
3925 |
msgstr ""
|
3926 |
|
3927 |
-
#: core/lib/wpbc_all_translations.php:715 core/wpbc-activation.php:
|
3928 |
msgid ""
|
3929 |
"This booking canceled because we did not receive payment and the administrator did not approve "
|
3930 |
"it."
|
3931 |
msgstr ""
|
3932 |
|
3933 |
-
#: core/lib/wpbc_all_translations.php:716 core/wpbc-activation.php:
|
3934 |
#: inc/_bs/admin/page-email-payment.php:314
|
3935 |
msgid "You need to make payment for this reservation"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
-
#: core/lib/wpbc_all_translations.php:717 core/wpbc-activation.php:
|
3939 |
#: inc/_bs/admin/page-email-payment.php:328
|
3940 |
#, php-format
|
3941 |
msgid ""
|
@@ -3943,12 +3966,12 @@ msgid ""
|
|
3943 |
"Thank you, %s"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
-
#: core/lib/wpbc_all_translations.php:718 core/wpbc-activation.php:
|
3947 |
#: inc/_bm/admin/api-settings-m.php:247
|
3948 |
msgid "Cost: "
|
3949 |
msgstr ""
|
3950 |
|
3951 |
-
#: core/lib/wpbc_all_translations.php:719 core/wpbc-activation.php:
|
3952 |
#: inc/_bl/admin/api-settings-l.php:75
|
3953 |
msgid "Available: "
|
3954 |
msgstr ""
|
@@ -3970,7 +3993,7 @@ msgid "You can use following shortcodes in content of this template"
|
|
3970 |
msgstr ""
|
3971 |
|
3972 |
#: core/lib/wpbc_all_translations.php:723 core/wpbc-emails.php:191
|
3973 |
-
#: inc/gateways/page-gateways.php:
|
3974 |
#, php-format
|
3975 |
msgid ""
|
3976 |
"%s - inserting data info about the booking, which you configured in the content form at Settings "
|
@@ -4085,26 +4108,26 @@ msgstr ""
|
|
4085 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
4086 |
msgstr ""
|
4087 |
|
4088 |
-
#: core/lib/wpbc_all_translations.php:744 core/wpbc-emails.php:303 core/wpbc-translation.php:
|
4089 |
msgid "Configuration in several languages"
|
4090 |
msgstr ""
|
4091 |
|
4092 |
-
#: core/lib/wpbc_all_translations.php:745 core/wpbc-emails.php:304 core/wpbc-translation.php:
|
4093 |
#, php-format
|
4094 |
msgid "%s - start new translation section, where %s - locale of translation"
|
4095 |
msgstr ""
|
4096 |
|
4097 |
-
#: core/lib/wpbc_all_translations.php:746 core/wpbc-emails.php:305 core/wpbc-translation.php:
|
4098 |
#, php-format
|
4099 |
msgid "Example #1: %s - start French translation section"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
-
#: core/lib/wpbc_all_translations.php:747 core/wpbc-emails.php:306 core/wpbc-translation.php:
|
4103 |
#, php-format
|
4104 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
4105 |
msgstr ""
|
4106 |
|
4107 |
-
#: core/lib/wpbc_all_translations.php:748 core/wpbc-functions.php:1018 inc/_bm/biz_m.php:
|
4108 |
msgid "yes"
|
4109 |
msgstr ""
|
4110 |
|
@@ -4555,7 +4578,7 @@ msgstr ""
|
|
4555 |
|
4556 |
#: core/lib/wpbc_all_translations.php:840 inc/_bl/admin/page-search.php:87
|
4557 |
#: inc/_bl/admin/page-search.php:126 inc/_bm/admin/page-cost-advanced.php:692
|
4558 |
-
#: inc/_ps/admin/page-settings-form.php:709 inc/gateways/page-gateways.php:
|
4559 |
msgid "Use these shortcodes for customization: "
|
4560 |
msgstr ""
|
4561 |
|
@@ -4791,7 +4814,7 @@ msgstr ""
|
|
4791 |
msgid "The folowing pending booking(s): %s deleted."
|
4792 |
msgstr ""
|
4793 |
|
4794 |
-
#: core/lib/wpbc_all_translations.php:888 inc/_bl/wpbc-search-availability.php:
|
4795 |
msgid "Book now"
|
4796 |
msgstr ""
|
4797 |
|
@@ -5009,7 +5032,7 @@ msgid "Show all exist season filters"
|
|
5009 |
msgstr ""
|
5010 |
|
5011 |
#: core/lib/wpbc_all_translations.php:931 inc/_bm/admin/page-availability.php:981
|
5012 |
-
#: inc/_bm/admin/page-cost-rate.php:157 inc/gateways/page-gateways.php:
|
5013 |
msgid "Enabled"
|
5014 |
msgstr ""
|
5015 |
|
@@ -5295,7 +5318,7 @@ msgid "Valuation days"
|
|
5295 |
msgstr ""
|
5296 |
|
5297 |
#: core/lib/wpbc_all_translations.php:987 inc/_bm/admin/page-cost.php:690
|
5298 |
-
#: inc/_bm/admin/page-cost.php:691 inc/gateways/page-gateways.php:
|
5299 |
msgid "Deposit"
|
5300 |
msgstr ""
|
5301 |
|
@@ -5781,39 +5804,39 @@ msgstr ""
|
|
5781 |
msgid "The time(s) may be booked, or already in the past!"
|
5782 |
msgstr ""
|
5783 |
|
5784 |
-
#: core/lib/wpbc_all_translations1.php:96 inc/_bs/biz_s.php:
|
5785 |
msgid "Cost saved successfully"
|
5786 |
msgstr ""
|
5787 |
|
5788 |
-
#: core/lib/wpbc_all_translations1.php:97 inc/_bs/biz_s.php:
|
5789 |
msgid "Cost is not correct. It must be greater than 0"
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#: core/lib/wpbc_all_translations1.php:98 inc/_bs/biz_s.php:
|
5793 |
msgid "Request has been sent"
|
5794 |
msgstr ""
|
5795 |
|
5796 |
-
#: core/lib/wpbc_all_translations1.php:99 inc/_bs/biz_s.php:
|
5797 |
msgid "Request has failed"
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#: core/lib/wpbc_all_translations1.php:100 inc/_bs/biz_s.php:
|
5801 |
msgid "The payment status is changed successfully"
|
5802 |
msgstr ""
|
5803 |
|
5804 |
-
#: core/lib/wpbc_all_translations1.php:101 inc/_bs/biz_s.php:
|
5805 |
msgid "The changing of payment status is failed"
|
5806 |
msgstr ""
|
5807 |
|
5808 |
-
#: core/lib/wpbc_all_translations1.php:102 inc/_bs/biz_s.php:
|
5809 |
msgid "deposit"
|
5810 |
msgstr ""
|
5811 |
|
5812 |
-
#: core/lib/wpbc_all_translations1.php:103 inc/_bs/biz_s.php:
|
5813 |
msgid "Total cost"
|
5814 |
msgstr ""
|
5815 |
|
5816 |
-
#: core/lib/wpbc_all_translations1.php:104 inc/_bs/biz_s.php:
|
5817 |
msgid "balance"
|
5818 |
msgstr ""
|
5819 |
|
@@ -6257,7 +6280,7 @@ msgid "Reset Booking Form and Content of Booking Fields Form"
|
|
6257 |
msgstr ""
|
6258 |
|
6259 |
#: core/lib/wpbc_all_translations1.php:205 inc/_ps/admin/page-settings-form.php:710
|
6260 |
-
#: inc/gateways/page-gateways.php:
|
6261 |
#, php-format
|
6262 |
msgid "%s - inserting data from fields of booking form"
|
6263 |
msgstr ""
|
@@ -6268,7 +6291,7 @@ msgid "%s - inserting new line"
|
|
6268 |
msgstr ""
|
6269 |
|
6270 |
#: core/lib/wpbc_all_translations1.php:207 inc/_ps/admin/page-settings-form.php:715
|
6271 |
-
#: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:
|
6272 |
#, php-format
|
6273 |
msgid ""
|
6274 |
"You can use any %sHTML tags%s in the booking form. Please use the HTML tags carefully. Be sure, "
|
@@ -6852,7 +6875,7 @@ msgid "Dates and Times Hints"
|
|
6852 |
msgstr ""
|
6853 |
|
6854 |
#: core/lib/wpbc_all_translations1.php:320 inc/_ps/form/class-wpbc-form-help.php:699
|
6855 |
-
#: inc/gateways/page-gateways.php:
|
6856 |
msgid "Selected Check In date."
|
6857 |
msgstr ""
|
6858 |
|
@@ -6863,56 +6886,56 @@ msgstr ""
|
|
6863 |
#: inc/_ps/form/class-wpbc-form-help.php:715 inc/_ps/form/class-wpbc-form-help.php:718
|
6864 |
#: inc/_ps/form/class-wpbc-form-help.php:721 inc/_ps/form/class-wpbc-form-help.php:724
|
6865 |
#: inc/_ps/form/class-wpbc-form-help.php:727 inc/_ps/form/class-wpbc-form-help.php:730
|
6866 |
-
#: inc/gateways/page-gateways.php:
|
6867 |
-
#: inc/gateways/page-gateways.php:
|
6868 |
-
#: inc/gateways/page-gateways.php:
|
6869 |
-
#: inc/gateways/page-gateways.php:
|
6870 |
-
#: inc/gateways/page-gateways.php:
|
6871 |
msgid "Example:"
|
6872 |
msgstr ""
|
6873 |
|
6874 |
#: core/lib/wpbc_all_translations1.php:322 inc/_ps/form/class-wpbc-form-help.php:702
|
6875 |
-
#: inc/_ps/form/class-wpbc-form-help.php:705 inc/gateways/page-gateways.php:
|
6876 |
msgid "Selected Check Out date."
|
6877 |
msgstr ""
|
6878 |
|
6879 |
#: core/lib/wpbc_all_translations1.php:323 inc/_ps/form/class-wpbc-form-help.php:708
|
6880 |
-
#: inc/gateways/page-gateways.php:
|
6881 |
msgid "Selected Start Time."
|
6882 |
msgstr ""
|
6883 |
|
6884 |
#: core/lib/wpbc_all_translations1.php:324 inc/_ps/form/class-wpbc-form-help.php:711
|
6885 |
-
#: inc/gateways/page-gateways.php:
|
6886 |
msgid "Selected End Time."
|
6887 |
msgstr ""
|
6888 |
|
6889 |
#: core/lib/wpbc_all_translations1.php:325 inc/_ps/form/class-wpbc-form-help.php:714
|
6890 |
-
#: inc/gateways/page-gateways.php:
|
6891 |
msgid "All selected dates."
|
6892 |
msgstr ""
|
6893 |
|
6894 |
#: core/lib/wpbc_all_translations1.php:326 inc/_ps/form/class-wpbc-form-help.php:717
|
6895 |
-
#: inc/gateways/page-gateways.php:
|
6896 |
msgid "All selected dates with times."
|
6897 |
msgstr ""
|
6898 |
|
6899 |
#: core/lib/wpbc_all_translations1.php:327 inc/_ps/form/class-wpbc-form-help.php:720
|
6900 |
-
#: inc/gateways/page-gateways.php:
|
6901 |
msgid "All selected dates in \"short\" format."
|
6902 |
msgstr ""
|
6903 |
|
6904 |
#: core/lib/wpbc_all_translations1.php:328 inc/_ps/form/class-wpbc-form-help.php:723
|
6905 |
-
#: inc/gateways/page-gateways.php:
|
6906 |
msgid "All selected dates with times in \"short\" format.."
|
6907 |
msgstr ""
|
6908 |
|
6909 |
#: core/lib/wpbc_all_translations1.php:329 inc/_bm/admin/page-cost-advanced.php:695
|
6910 |
-
#: inc/_ps/form/class-wpbc-form-help.php:726 inc/gateways/page-gateways.php:
|
6911 |
msgid "Number of selected days."
|
6912 |
msgstr ""
|
6913 |
|
6914 |
#: core/lib/wpbc_all_translations1.php:330 inc/_bm/admin/page-cost-advanced.php:698
|
6915 |
-
#: inc/_ps/form/class-wpbc-form-help.php:729 inc/gateways/page-gateways.php:
|
6916 |
msgid "Number of selected nights."
|
6917 |
msgstr ""
|
6918 |
|
@@ -6921,7 +6944,7 @@ msgid "Other Hints"
|
|
6921 |
msgstr ""
|
6922 |
|
6923 |
#: core/lib/wpbc_all_translations1.php:332 inc/_ps/form/class-wpbc-form-help.php:741
|
6924 |
-
#: inc/_ps/form/class-wpbc-form-help.php:743 inc/gateways/page-gateways.php:
|
6925 |
msgid "title of booking resource"
|
6926 |
msgstr ""
|
6927 |
|
@@ -7038,7 +7061,7 @@ msgid "Change Resource"
|
|
7038 |
msgstr ""
|
7039 |
|
7040 |
#: core/lib/wpbc_all_translations1.php:359 inc/_ps/p-toolbar.php:351 inc/_ps/p-toolbar.php:464
|
7041 |
-
#: inc/_ps/personal.php:
|
7042 |
msgid "Duplicate Booking"
|
7043 |
msgstr ""
|
7044 |
|
@@ -7092,76 +7115,76 @@ msgstr ""
|
|
7092 |
msgid "Resources count"
|
7093 |
msgstr ""
|
7094 |
|
7095 |
-
#: core/lib/wpbc_all_translations1.php:372 inc/_ps/personal.php:
|
7096 |
msgid "This booking resources does not exist"
|
7097 |
msgstr ""
|
7098 |
|
7099 |
-
#: core/lib/wpbc_all_translations1.php:373 inc/_ps/personal.php:
|
7100 |
msgid "Generating columns"
|
7101 |
msgstr ""
|
7102 |
|
7103 |
-
#: core/lib/wpbc_all_translations1.php:374 inc/_ps/personal.php:
|
7104 |
msgid "Exporting booking data"
|
7105 |
msgstr ""
|
7106 |
|
7107 |
-
#: core/lib/wpbc_all_translations1.php:375 inc/_ps/personal.php:
|
7108 |
msgid "Generating content of file"
|
7109 |
msgstr ""
|
7110 |
|
7111 |
-
#: core/lib/wpbc_all_translations1.php:376 inc/_ps/personal.php:
|
7112 |
msgid "Saving to file"
|
7113 |
msgstr ""
|
7114 |
|
7115 |
-
#: core/lib/wpbc_all_translations1.php:377 inc/_ps/personal.php:
|
7116 |
msgid "The booking was canceled by the visitor."
|
7117 |
msgstr ""
|
7118 |
|
7119 |
-
#: core/lib/wpbc_all_translations1.php:378 inc/_ps/personal.php:
|
7120 |
msgid "The booking has been canceled successfully"
|
7121 |
msgstr ""
|
7122 |
|
7123 |
-
#: core/lib/wpbc_all_translations1.php:379 inc/_ps/personal.php:
|
7124 |
msgid "Incorrect date format"
|
7125 |
msgstr ""
|
7126 |
|
7127 |
-
#: core/lib/wpbc_all_translations1.php:380 inc/_ps/personal.php:
|
7128 |
msgid "Change your Booking"
|
7129 |
msgstr ""
|
7130 |
|
7131 |
-
#: core/lib/wpbc_all_translations1.php:381 inc/_ps/personal.php:
|
7132 |
msgid "Cancel Booking"
|
7133 |
msgstr ""
|
7134 |
|
7135 |
-
#: core/lib/wpbc_all_translations1.php:382 inc/_ps/personal.php:
|
7136 |
msgid "Warning! The resource was not changed. Current dates are already booked there."
|
7137 |
msgstr ""
|
7138 |
|
7139 |
-
#: core/lib/wpbc_all_translations1.php:383 inc/_ps/personal.php:
|
7140 |
msgid "The booking has been duplicated successfully"
|
7141 |
msgstr ""
|
7142 |
|
7143 |
-
#: core/lib/wpbc_all_translations1.php:384 inc/_ps/personal.php:
|
7144 |
msgid "Warning! Operation failed. Current dates are already booked there."
|
7145 |
msgstr ""
|
7146 |
|
7147 |
-
#: core/lib/wpbc_all_translations1.php:385 inc/_ps/personal.php:
|
7148 |
msgid "Sending request..."
|
7149 |
msgstr ""
|
7150 |
|
7151 |
-
#: core/lib/wpbc_all_translations1.php:386 inc/_ps/personal.php:
|
7152 |
msgid "Order number"
|
7153 |
msgstr ""
|
7154 |
|
7155 |
-
#: core/lib/wpbc_all_translations1.php:387 inc/_ps/personal.php:
|
7156 |
msgid "Register"
|
7157 |
msgstr ""
|
7158 |
|
7159 |
-
#: core/lib/wpbc_all_translations1.php:388 inc/_ps/personal.php:
|
7160 |
msgid ""
|
7161 |
"Please, enter order number of your purchased version, which you received to your billing email."
|
7162 |
msgstr ""
|
7163 |
|
7164 |
-
#: core/lib/wpbc_all_translations1.php:389 inc/_ps/personal.php:
|
7165 |
#, php-format
|
7166 |
msgid "If you will get any difficulties or have a questions, please contact by email %s"
|
7167 |
msgstr ""
|
@@ -7171,7 +7194,7 @@ msgid "Default form"
|
|
7171 |
msgstr ""
|
7172 |
|
7173 |
#: core/lib/wpbc_all_translations1.php:391 inc/_ps/wpbc-check-updates.php:122
|
7174 |
-
#: inc/_ps/wpbc-check-updates.php:
|
7175 |
#, php-format
|
7176 |
msgid ""
|
7177 |
"There is a new version of %1$s available. <a href=\"%2$s\" target=\"_blank\" title=\"%3$s\">View "
|
@@ -7179,21 +7202,21 @@ msgid ""
|
|
7179 |
msgstr ""
|
7180 |
|
7181 |
#: core/lib/wpbc_all_translations1.php:392 inc/_ps/wpbc-check-updates.php:115
|
7182 |
-
#: inc/_ps/wpbc-check-updates.php:128 inc/_ps/wpbc-check-updates.php:
|
7183 |
#, php-format
|
7184 |
msgid "You can request the new update of plugin on %1$sthis page%2$s."
|
7185 |
msgstr ""
|
7186 |
|
7187 |
-
#: core/lib/wpbc_all_translations1.php:393 inc/_ps/wpbc-check-updates.php:
|
7188 |
msgid "Upgrade Notice"
|
7189 |
msgstr ""
|
7190 |
|
7191 |
-
#: core/lib/wpbc_all_translations1.php:394 inc/_ps/wpbc-check-updates.php:
|
7192 |
#, php-format
|
7193 |
msgid "Version %s By %s"
|
7194 |
msgstr ""
|
7195 |
|
7196 |
-
#: core/lib/wpbc_all_translations1.php:395 inc/_ps/wpbc-check-updates.php:
|
7197 |
msgid "View details"
|
7198 |
msgstr ""
|
7199 |
|
@@ -7220,7 +7243,7 @@ msgstr ""
|
|
7220 |
#: inc/_ps/wpbc-form-templates.php:95 inc/_ps/wpbc-form-templates.php:117
|
7221 |
#: inc/_ps/wpbc-form-templates.php:147 inc/_ps/wpbc-form-templates.php:159
|
7222 |
#: inc/_ps/wpbc-form-templates.php:174 inc/_ps/wpbc-form-templates.php:189
|
7223 |
-
#: inc/gateways/page-gateways.php:
|
7224 |
msgid "Phone"
|
7225 |
msgstr ""
|
7226 |
|
@@ -7324,7 +7347,7 @@ msgstr ""
|
|
7324 |
|
7325 |
#: core/lib/wpbc_all_translations1.php:417 inc/_ps/wpbc-form-templates.php:163
|
7326 |
#: inc/_ps/wpbc-form-templates.php:178 inc/_ps/wpbc-form-templates.php:193
|
7327 |
-
#: inc/gateways/page-gateways.php:
|
7328 |
msgid "Country"
|
7329 |
msgstr ""
|
7330 |
|
@@ -7972,240 +7995,239 @@ msgid ""
|
|
7972 |
"some option, apply to other additional fixed costs and not only to original booking cost."
|
7973 |
msgstr ""
|
7974 |
|
7975 |
-
#: core/lib/wpbc_all_translations1.php:536 inc/gateways/page-gateways.php:
|
7976 |
-
#: inc/gateways/page-gateways.php:
|
7977 |
msgid "Currency"
|
7978 |
msgstr ""
|
7979 |
|
7980 |
-
#: core/lib/wpbc_all_translations1.php:537 inc/gateways/page-gateways.php:
|
7981 |
msgid ""
|
7982 |
"This is default currency that showing at your website. Specific payment gateway(s) can support "
|
7983 |
"or does not suport it."
|
7984 |
msgstr ""
|
7985 |
|
7986 |
#: core/lib/wpbc_all_translations1.php:538 inc/gateways/page-gateways.php:152
|
7987 |
-
#: inc/gateways/page-gateways.php:
|
7988 |
msgid "Important"
|
7989 |
msgstr ""
|
7990 |
|
7991 |
-
#: core/lib/wpbc_all_translations1.php:539 inc/gateways/page-gateways.php:
|
7992 |
msgid "Check and configure currency at each activated payment gateway."
|
7993 |
msgstr ""
|
7994 |
|
7995 |
-
#: core/lib/wpbc_all_translations1.php:540 inc/gateways/page-gateways.php:
|
7996 |
msgid "Currency Position"
|
7997 |
msgstr ""
|
7998 |
|
7999 |
-
#: core/lib/wpbc_all_translations1.php:541 inc/gateways/page-gateways.php:
|
8000 |
msgid "Set position of the currency symbol."
|
8001 |
msgstr ""
|
8002 |
|
8003 |
-
#: core/lib/wpbc_all_translations1.php:542 inc/gateways/page-gateways.php:
|
8004 |
msgid "Left"
|
8005 |
msgstr ""
|
8006 |
|
8007 |
-
#: core/lib/wpbc_all_translations1.php:543 inc/gateways/page-gateways.php:
|
8008 |
msgid "Right"
|
8009 |
msgstr ""
|
8010 |
|
8011 |
-
#: core/lib/wpbc_all_translations1.php:544 inc/gateways/page-gateways.php:
|
8012 |
msgid "Left with space"
|
8013 |
msgstr ""
|
8014 |
|
8015 |
-
#: core/lib/wpbc_all_translations1.php:545 inc/gateways/page-gateways.php:
|
8016 |
msgid "Right with space"
|
8017 |
msgstr ""
|
8018 |
|
8019 |
-
#: core/lib/wpbc_all_translations1.php:546 inc/gateways/page-gateways.php:
|
8020 |
msgid "Currency format"
|
8021 |
msgstr ""
|
8022 |
|
8023 |
-
#: core/lib/wpbc_all_translations1.php:547 inc/gateways/page-gateways.php:
|
8024 |
msgid "Number of decimal points"
|
8025 |
msgstr ""
|
8026 |
|
8027 |
-
#: core/lib/wpbc_all_translations1.php:548 inc/gateways/page-gateways.php:
|
8028 |
-
#: inc/gateways/page-gateways.php:
|
8029 |
msgid "No separator"
|
8030 |
msgstr ""
|
8031 |
|
8032 |
-
#: core/lib/wpbc_all_translations1.php:549 inc/gateways/page-gateways.php:
|
8033 |
-
#: inc/gateways/page-gateways.php:
|
8034 |
msgid "Space"
|
8035 |
msgstr ""
|
8036 |
|
8037 |
-
#: core/lib/wpbc_all_translations1.php:550 inc/gateways/page-gateways.php:
|
8038 |
-
#: inc/gateways/page-gateways.php:
|
8039 |
msgid "Dot"
|
8040 |
msgstr ""
|
8041 |
|
8042 |
-
#: core/lib/wpbc_all_translations1.php:551 inc/gateways/page-gateways.php:
|
8043 |
-
#: inc/gateways/page-gateways.php:
|
8044 |
msgid "Comma"
|
8045 |
msgstr ""
|
8046 |
|
8047 |
-
#: core/lib/wpbc_all_translations1.php:552 inc/gateways/page-gateways.php:
|
8048 |
msgid "Separator for the decimal point"
|
8049 |
msgstr ""
|
8050 |
|
8051 |
-
#: core/lib/wpbc_all_translations1.php:553 inc/gateways/page-gateways.php:
|
8052 |
msgid "Thousands separator"
|
8053 |
msgstr ""
|
8054 |
|
8055 |
-
#: core/lib/wpbc_all_translations1.php:554 inc/gateways/page-gateways.php:
|
8056 |
msgid "Please select"
|
8057 |
msgstr ""
|
8058 |
|
8059 |
-
#: core/lib/wpbc_all_translations1.php:555 inc/gateways/page-gateways.php:
|
8060 |
msgid ""
|
8061 |
"Please select a field from your booking form. This field will be automatically assigned to the "
|
8062 |
"current field in the billing form."
|
8063 |
msgstr ""
|
8064 |
|
8065 |
-
#: core/lib/wpbc_all_translations1.php:556 inc/gateways/page-gateways.php:
|
8066 |
msgid "Customer Email"
|
8067 |
msgstr ""
|
8068 |
|
8069 |
-
#: core/lib/wpbc_all_translations1.php:557 inc/gateways/page-gateways.php:
|
8070 |
msgid "First Name(s)"
|
8071 |
msgstr ""
|
8072 |
|
8073 |
-
#: core/lib/wpbc_all_translations1.php:558 inc/gateways/page-gateways.php:
|
8074 |
msgid "Last name"
|
8075 |
msgstr ""
|
8076 |
|
8077 |
-
#: core/lib/wpbc_all_translations1.php:559 inc/gateways/page-gateways.php:
|
8078 |
msgid "Billing Address"
|
8079 |
msgstr ""
|
8080 |
|
8081 |
-
#: core/lib/wpbc_all_translations1.php:560 inc/gateways/page-gateways.php:
|
8082 |
msgid "Billing City"
|
8083 |
msgstr ""
|
8084 |
|
8085 |
-
#: core/lib/wpbc_all_translations1.php:561 inc/gateways/page-gateways.php:
|
8086 |
msgid "Post Code"
|
8087 |
msgstr ""
|
8088 |
|
8089 |
-
#: core/lib/wpbc_all_translations1.php:562 inc/gateways/page-gateways.php:
|
8090 |
msgid "State"
|
8091 |
msgstr ""
|
8092 |
|
8093 |
-
#: core/lib/wpbc_all_translations1.php:563 inc/gateways/page-gateways.php:
|
8094 |
msgid "Show booking details in payment form"
|
8095 |
msgstr ""
|
8096 |
|
8097 |
-
#: core/lib/wpbc_all_translations1.php:564 inc/gateways/page-gateways.php:
|
8098 |
#, php-format
|
8099 |
msgid ""
|
8100 |
" Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
|
8101 |
msgstr ""
|
8102 |
|
8103 |
-
#: core/lib/wpbc_all_translations1.php:565 inc/gateways/page-gateways.php:
|
8104 |
msgid "Configure booking details summary above the payment form"
|
8105 |
msgstr ""
|
8106 |
|
8107 |
-
#: core/lib/wpbc_all_translations1.php:566 inc/gateways/page-gateways.php:
|
8108 |
msgid "Payments"
|
8109 |
msgstr ""
|
8110 |
|
8111 |
-
#: core/lib/wpbc_all_translations1.php:567 inc/gateways/page-gateways.php:
|
8112 |
msgid "Customizaton of Payment"
|
8113 |
msgstr ""
|
8114 |
|
8115 |
-
#: core/lib/wpbc_all_translations1.php:568 inc/gateways/page-gateways.php:
|
8116 |
msgid "Payment Gateways"
|
8117 |
msgstr ""
|
8118 |
|
8119 |
-
#: core/lib/wpbc_all_translations1.php:569 inc/gateways/page-gateways.php:
|
8120 |
-
#: inc/gateways/page-gateways.php:609 inc/gateways/page-gateways.php:636
|
8121 |
msgid "Payment Settings"
|
8122 |
msgstr ""
|
8123 |
|
8124 |
-
#: core/lib/wpbc_all_translations1.php:570 inc/gateways/page-gateways.php:
|
8125 |
msgid "Payment Gateways - General Settings"
|
8126 |
msgstr ""
|
8127 |
|
8128 |
-
#: core/lib/wpbc_all_translations1.php:571 inc/gateways/page-gateways.php:
|
8129 |
-
#: inc/gateways/page-gateways.php:
|
8130 |
msgid "Active Payment Gateways"
|
8131 |
msgstr ""
|
8132 |
|
8133 |
-
#: core/lib/wpbc_all_translations1.php:572 inc/gateways/page-gateways.php:
|
8134 |
-
#: inc/gateways/page-gateways.php:
|
8135 |
msgid "Billing form fields"
|
8136 |
msgstr ""
|
8137 |
|
8138 |
-
#: core/lib/wpbc_all_translations1.php:573 inc/gateways/page-gateways.php:
|
8139 |
-
#: inc/gateways/page-gateways.php:
|
8140 |
msgid "Payment Description"
|
8141 |
msgstr ""
|
8142 |
|
8143 |
-
#: core/lib/wpbc_all_translations1.php:574 inc/gateways/page-gateways.php:
|
8144 |
msgid "Gateway"
|
8145 |
msgstr ""
|
8146 |
|
8147 |
-
#: core/lib/wpbc_all_translations1.php:575 inc/gateways/page-gateways.php:
|
8148 |
#, php-format
|
8149 |
msgid "Some currencies at payment gateways are different from main currency %s"
|
8150 |
msgstr ""
|
8151 |
|
8152 |
-
#: core/lib/wpbc_all_translations1.php:576 inc/gateways/page-gateways.php:
|
8153 |
#, php-format
|
8154 |
msgid ""
|
8155 |
"Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
|
8156 |
"payment form without currency exchange! Its can be reason of wrong cost."
|
8157 |
msgstr ""
|
8158 |
|
8159 |
-
#: core/lib/wpbc_all_translations1.php:577 inc/gateways/page-gateways.php:
|
8160 |
msgid "ID of booking"
|
8161 |
msgstr ""
|
8162 |
|
8163 |
-
#: core/lib/wpbc_all_translations1.php:578 inc/gateways/page-gateways.php:
|
8164 |
msgid "ID of booking resources"
|
8165 |
msgstr ""
|
8166 |
|
8167 |
-
#: core/lib/wpbc_all_translations1.php:579 inc/gateways/page-gateways.php:
|
8168 |
msgid "current date"
|
8169 |
msgstr ""
|
8170 |
|
8171 |
-
#: core/lib/wpbc_all_translations1.php:580 inc/gateways/page-gateways.php:
|
8172 |
msgid "current time"
|
8173 |
msgstr ""
|
8174 |
|
8175 |
-
#: core/lib/wpbc_all_translations1.php:581 inc/gateways/page-gateways.php:
|
8176 |
msgid "content data of this booking"
|
8177 |
msgstr ""
|
8178 |
|
8179 |
-
#: core/lib/wpbc_all_translations1.php:582 inc/gateways/page-gateways.php:
|
8180 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:181
|
8181 |
msgid "show amount to pay"
|
8182 |
msgstr ""
|
8183 |
|
8184 |
-
#: core/lib/wpbc_all_translations1.php:583 inc/gateways/page-gateways.php:
|
8185 |
msgid "total booking cost"
|
8186 |
msgstr ""
|
8187 |
|
8188 |
-
#: core/lib/wpbc_all_translations1.php:584 inc/gateways/page-gateways.php:
|
8189 |
msgid "deposit cost"
|
8190 |
msgstr ""
|
8191 |
|
8192 |
-
#: core/lib/wpbc_all_translations1.php:585 inc/gateways/page-gateways.php:
|
8193 |
msgid "balance cost"
|
8194 |
msgstr ""
|
8195 |
|
8196 |
-
#: core/lib/wpbc_all_translations1.php:586 inc/gateways/page-gateways.php:
|
8197 |
msgid "original booking cost"
|
8198 |
msgstr ""
|
8199 |
|
8200 |
-
#: core/lib/wpbc_all_translations1.php:587 inc/gateways/page-gateways.php:
|
8201 |
msgid "additional booking cost"
|
8202 |
msgstr ""
|
8203 |
|
8204 |
-
#: core/lib/wpbc_all_translations1.php:588 inc/gateways/page-gateways.php:
|
8205 |
msgid "Amount to pay"
|
8206 |
msgstr ""
|
8207 |
|
8208 |
-
#: core/lib/wpbc_all_translations1.php:589 inc/gateways/page-gateways.php:
|
8209 |
#, php-format
|
8210 |
msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
|
8211 |
msgstr ""
|
@@ -8756,11 +8778,11 @@ msgstr ""
|
|
8756 |
msgid "Email is sent to Visitor after Editing of booking."
|
8757 |
msgstr ""
|
8758 |
|
8759 |
-
#: core/lib/wpbc_all_translations1.php:712 core/lib/wpdev-booking-class.php:
|
8760 |
msgid "Booking resource type is not defined. This can be, when at the URL is wrong booking hash."
|
8761 |
msgstr ""
|
8762 |
|
8763 |
-
#: core/lib/wpbc_all_translations1.php:713 core/lib/wpdev-booking-class.php:
|
8764 |
msgid "My bookings"
|
8765 |
msgstr ""
|
8766 |
|
@@ -8917,18 +8939,18 @@ msgid ""
|
|
8917 |
"not depend from the visitor choice of this payment. You need to check each such payment manually!"
|
8918 |
msgstr ""
|
8919 |
|
8920 |
-
#: core/lib/wpbc_all_translations1.php:746 inc/gateways/page-gateways.php:
|
8921 |
msgid "Send email on cost changes"
|
8922 |
msgstr ""
|
8923 |
|
8924 |
-
#: core/lib/wpbc_all_translations1.php:747 inc/gateways/page-gateways.php:
|
8925 |
msgid ""
|
8926 |
"Check this box if you want to send booking modification email, if cost of booking was edited in "
|
8927 |
"booking listing page."
|
8928 |
msgstr ""
|
8929 |
|
8930 |
-
#: core/lib/wpbc_all_translations1.php:748 inc/gateways/page-gateways.php:
|
8931 |
-
#: inc/gateways/page-gateways.php:
|
8932 |
msgid "Payment Options"
|
8933 |
msgstr ""
|
8934 |
|
@@ -9400,7 +9422,7 @@ msgstr ""
|
|
9400 |
msgid "Time slots"
|
9401 |
msgstr ""
|
9402 |
|
9403 |
-
#: core/lib/wpbc_all_translations1.php:852 inc/_ps/personal.php:
|
9404 |
msgid "The booked dates already in the past"
|
9405 |
msgstr ""
|
9406 |
|
@@ -9438,18 +9460,47 @@ msgstr ""
|
|
9438 |
msgid "require activation in your Stripe dashboard"
|
9439 |
msgstr ""
|
9440 |
|
9441 |
-
#: inc/_bl/admin/page-search.php:235
|
9442 |
msgid "Disable days selection"
|
9443 |
msgstr ""
|
9444 |
|
9445 |
-
#: inc/_bl/admin/page-search.php:236
|
9446 |
#, php-format
|
9447 |
msgid ""
|
9448 |
"Check this box to %sdisable days selection in calendar%s after redirection from search results"
|
9449 |
msgstr ""
|
9450 |
|
9451 |
-
#: inc/_bl/admin/page-search.php:237
|
9452 |
msgid ""
|
9453 |
"Use it to prevent bookings that are not allowed with such days selection in different booking "
|
9454 |
"resources."
|
9455 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: booking\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2021-10-24 12:21+0300\n"
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: wpdevelop <info@wpdevelop.com>\n"
|
9 |
"Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
|
34 |
msgid "year(s)"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: core/admin/api-settings.php:94 core/admin/wpbc-toolbar-tiny.php:466
|
38 |
#: core/lib/wpbc_all_translations.php:6 js/wpbc-gutenberg.js:815
|
39 |
msgid "Number of months to scroll"
|
40 |
msgstr ""
|
151 |
#: core/admin/page-form-free.php:189 core/admin/page-ics-export.php:467
|
152 |
#: core/lib/wpbc_all_translations.php:26 core/timeline/v2/wpbc-class-timeline_v2.php:2822
|
153 |
#: inc/_bl/admin/api-settings-l.php:179 inc/_bl/admin/api-settings-l.php:185
|
154 |
+
#: inc/_bl/admin/api-settings-l.php:216 inc/gateways/page-gateways.php:225
|
155 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1160 js/wpbc-gutenberg.js:1038
|
156 |
msgid "Note"
|
157 |
msgstr ""
|
181 |
msgid "Simple"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: core/admin/api-settings.php:316 core/admin/wpbc-toolbar-tiny.php:246
|
185 |
+
#: core/admin/wpbc-toolbar-tiny.php:704 core/admin/wpbc-toolbar-tiny.php:1205
|
186 |
+
#: core/admin/wpbc-toolbar-tiny.php:1621 core/lib/wpbc_all_translations.php:33
|
187 |
#: inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113 inc/_bm/m-toolbar.php:402
|
188 |
#: inc/_ps/lib_p.php:268 js/wpbc-gutenberg.js:571
|
189 |
msgid "Booking Form"
|
263 |
#: core/admin/wpbc-toolbars.php:549 core/admin/wpbc-toolbars.php:964
|
264 |
#: core/lib/wpbc_all_translations.php:50 core/timeline/v2/wpbc-class-timeline_v2.php:2679
|
265 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2732 core/wpbc-activation.php:1044
|
266 |
+
#: inc/_bs/lib_s.php:328 inc/_ps/personal.php:368 inc/_ps/wpbc-print.php:119
|
267 |
msgid "Pending"
|
268 |
msgstr ""
|
269 |
|
377 |
msgid "Select your default view mode of bookings at the booking listing page"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: core/admin/api-settings.php:671 core/admin/wpbc-toolbar-tiny.php:399
|
381 |
#: core/admin/wpbc-toolbars.php:1184 core/admin/wpbc-toolbars.php:1244
|
382 |
#: core/lib/wpbc_all_translations.php:75 inc/_bl/admin/page-coupons.php:526
|
383 |
msgid "Day"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: core/admin/api-settings.php:672 core/admin/wpbc-toolbar-tiny.php:400
|
387 |
#: core/admin/wpbc-toolbars.php:1201 core/admin/wpbc-toolbars.php:1258
|
388 |
#: core/lib/wpbc_all_translations.php:76
|
389 |
msgid "Week"
|
390 |
msgstr ""
|
391 |
|
392 |
#: core/admin/api-settings.php:673 core/admin/api-settings.php:680
|
393 |
+
#: core/admin/wpbc-toolbar-tiny.php:402 core/admin/wpbc-toolbars.php:1218
|
394 |
#: core/admin/wpbc-toolbars.php:1272 core/lib/wpbc_all_translations.php:77
|
395 |
#: inc/_bl/admin/page-coupons.php:525
|
396 |
msgid "Month"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: core/admin/api-settings.php:674 core/admin/wpbc-toolbar-tiny.php:404
|
400 |
#: core/admin/wpbc-toolbars.php:1286 core/lib/wpbc_all_translations.php:78
|
401 |
msgid "2 Months"
|
402 |
msgstr ""
|
403 |
|
404 |
#: core/admin/api-settings.php:675 core/admin/api-settings.php:681
|
405 |
+
#: core/admin/wpbc-toolbar-tiny.php:406 core/lib/wpbc_all_translations.php:79
|
406 |
msgid "3 Months"
|
407 |
msgstr ""
|
408 |
|
409 |
#: core/admin/api-settings.php:676 core/admin/api-settings.php:682
|
410 |
+
#: core/admin/wpbc-toolbar-tiny.php:407 core/admin/wpbc-toolbars.php:579
|
411 |
#: core/admin/wpbc-toolbars.php:813 core/lib/wpbc_all_translations.php:80
|
412 |
#: inc/_bl/admin/page-coupons.php:524
|
413 |
msgid "Year"
|
456 |
#: inc/_ps/admin/br-table-export-feeds.php:168 inc/_ps/admin/br-table-import-gcal-p.php:140
|
457 |
#: inc/_ps/admin/page-resources.php:455 inc/_ps/form/class-wpbc-field-help-text.php:211
|
458 |
#: inc/_ps/lib_p.php:124 inc/_ps/lib_p.php:128 inc/_ps/wpbc-print.php:82
|
459 |
+
#: inc/gateways/page-gateways.php:887
|
460 |
msgid "ID"
|
461 |
msgstr ""
|
462 |
|
495 |
msgstr ""
|
496 |
|
497 |
#: core/admin/api-settings.php:735 core/admin/api-settings.php:736
|
498 |
+
#: core/admin/wpbc-toolbar-tiny.php:1809 core/lib/wpbc_all_translations.php:94
|
499 |
#: inc/_bs/admin/api-settings-s.php:924 inc/_bs/lib_s.php:140 inc/_bs/lib_s.php:183
|
500 |
#: inc/_bs/lib_s.php:188 inc/_ps/wpbc-print.php:86
|
501 |
msgid "Cost"
|
744 |
msgid "Show / hide menu"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: core/admin/api-settings.php:1097 core/admin/wpbc-toolbar-tiny.php:597
|
748 |
+
#: core/admin/wpbc-toolbar-tiny.php:1816 core/admin/wpbc-toolbars.php:790
|
749 |
#: core/lib/wpbc_all_translations.php:146 core/lib/wpdev-booking-widget.php:104
|
750 |
#: js/wpbc-gutenberg.js:1338
|
751 |
msgid "Show"
|
783 |
#: core/admin/api-settings.php:1364 core/admin/api-settings.php:1377
|
784 |
#: core/admin/api-settings.php:1410 core/lib/wpbc_all_translations.php:152
|
785 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
|
786 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/page-gateways.php:936
|
787 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:661 inc/gateways/sage/wpbc-gw-sage.php:591
|
788 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:941
|
789 |
msgid "Warning"
|
918 |
#: core/admin/page-email-new-admin.php:220 core/admin/page-email-new-admin.php:272
|
919 |
#: core/admin/page-email-new-visitor.php:272 core/admin/page-email-trash.php:234
|
920 |
#: core/admin/page-email-trash.php:295 core/admin/page-form-timeslots.php:767
|
921 |
+
#: core/admin/wpbc-toolbar-tiny.php:436 core/admin/wpbc-toolbar-tiny.php:1807
|
922 |
#: core/lib/wpbc_all_translations.php:166 core/lib/wpdev-booking-widget.php:96
|
923 |
#: core/sync/wpbc-gcal-class.php:641 core/sync/wpbc-gcal-class.php:664
|
924 |
#: inc/_bm/admin/page-availability.php:985 inc/_bm/admin/page-seasons.php:514
|
934 |
#: core/admin/page-email-new-admin.php:220 core/admin/page-email-new-admin.php:272
|
935 |
#: core/admin/page-email-new-visitor.php:272 core/admin/page-email-trash.php:234
|
936 |
#: core/admin/page-email-trash.php:295 core/admin/page-form-timeslots.php:132
|
937 |
+
#: core/admin/wpbc-toolbar-tiny.php:436 core/lib/wpbc_all_translations.php:167
|
938 |
#: inc/_bs/admin/page-email-payment.php:235 inc/_bs/admin/page-email-payment.php:291
|
939 |
#: inc/_ps/admin/page-email-edit.php:234 inc/_ps/admin/page-email-edit.php:290
|
940 |
#: inc/_ps/form/class-wpbc-field-help-button.php:73
|
946 |
#: inc/_ps/form/class-wpbc-field-help-text.php:228 inc/_ps/form/class-wpbc-field-help-text.php:247
|
947 |
#: inc/_ps/form/class-wpbc-field-help-text.php:264 inc/_ps/form/class-wpbc-field-help-text.php:281
|
948 |
#: inc/_ps/form/class-wpbc-field-help-textarea.php:94
|
949 |
+
#: inc/_ps/form/class-wpbc-field-help-textarea.php:111 inc/gateways/page-gateways.php:409
|
950 |
msgid "optional"
|
951 |
msgstr ""
|
952 |
|
953 |
#: core/admin/page-email-approved.php:262 core/admin/page-email-deleted.php:262
|
954 |
#: core/admin/page-email-deny.php:262 core/admin/page-email-new-admin.php:244
|
955 |
#: core/admin/page-email-new-visitor.php:244 core/admin/page-email-trash.php:262
|
956 |
+
#: core/admin/page-import-gcal.php:159 core/admin/wpbc-toolbar-tiny.php:600
|
957 |
#: core/lib/wpbc_all_translations.php:168 core/sync/wpbc-gcal.php:171
|
958 |
#: inc/_bm/admin/page-cost-valuation.php:275 inc/_bm/admin/page-cost-valuation.php:278
|
959 |
#: inc/_bm/admin/page-cost-valuation.php:449 inc/_bm/admin/page-seasons.php:1564
|
1203 |
#: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
|
1204 |
#: core/lib/wpbc_all_translations.php:198 inc/_bs/admin/page-email-payment.php:455
|
1205 |
#: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:714
|
1206 |
+
#: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:1142
|
1207 |
msgid "HTML"
|
1208 |
msgstr ""
|
1209 |
|
1236 |
|
1237 |
#: core/admin/page-email-approved.php:560 core/admin/wpbc-class-listing.php:329
|
1238 |
#: core/admin/wpbc-toolbars.php:550 core/lib/wpbc_all_translations.php:202
|
1239 |
+
#: core/timeline/v2/wpbc-class-timeline_v2.php:2735 inc/_ps/personal.php:367
|
1240 |
#: inc/_ps/wpbc-print.php:118
|
1241 |
msgid "Approved"
|
1242 |
msgstr ""
|
1303 |
#: core/admin/page-email-trash.php:733 core/admin/page-email-trash.php:769
|
1304 |
#: core/admin/page-form-free.php:146 core/admin/page-form-free.php:246
|
1305 |
#: core/admin/page-form-free.php:2241 core/admin/page-ics-export.php:236
|
1306 |
+
#: core/admin/page-ics-general.php:432 core/admin/page-ics-import.php:203
|
1307 |
#: core/admin/page-import-gcal.php:570 core/admin/page-settings.php:148
|
1308 |
#: core/admin/page-settings.php:301 core/admin/wpbc-toolbars.php:1826
|
1309 |
#: core/lib/wpbc_all_translations.php:210 inc/_bl/admin/page-coupons.php:220
|
1321 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:930
|
1322 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:489
|
1323 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:924 inc/gateways/ipay88/wpbc-gw-ipay88.php:864
|
1324 |
+
#: inc/gateways/page-gateways.php:705 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:402
|
1325 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:1124 inc/gateways/sage/wpbc-gw-sage.php:913
|
1326 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1234
|
1327 |
msgid "Save Changes"
|
1346 |
#: inc/_bl/admin/page-search.php:536 inc/_bm/admin/page-cost-advanced.php:155
|
1347 |
#: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
|
1348 |
#: inc/_ps/admin/page-settings-form.php:181
|
1349 |
+
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:452 inc/gateways/page-gateways.php:696
|
1350 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:393 inc/gateways/paypal/wpbc-gw-paypal.php:1098
|
1351 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:1115
|
1352 |
msgid "Help"
|
1415 |
msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
+
#: core/admin/page-email-deleted.php:558 core/lib/wpbc-ajax.php:468
|
1419 |
#: core/lib/wpbc_all_translations.php:220 inc/_bl/admin/page-coupons.php:378
|
1420 |
#: inc/_bl/admin/page-coupons.php:1023 inc/_bm/admin/page-availability.php:364
|
1421 |
#: inc/_bm/admin/page-cost.php:325 inc/_bm/admin/page-seasons.php:313
|
1422 |
#: inc/_bm/admin/page-seasons.php:843 inc/_bm/m-toolbar.php:557
|
1423 |
+
#: inc/_ps/admin/page-resources.php:318 inc/_ps/personal.php:184
|
1424 |
msgid "Deleted"
|
1425 |
msgstr ""
|
1426 |
|
1560 |
msgstr ""
|
1561 |
|
1562 |
#: core/admin/page-form-free.php:230 core/lib/wpbc_all_translations.php:248
|
1563 |
+
#: core/wpbc-activation.php:1036 inc/_ps/personal.php:2129 inc/_ps/wpbc-form-templates.php:42
|
1564 |
#: inc/_ps/wpbc-form-templates.php:61 inc/_ps/wpbc-form-templates.php:81
|
1565 |
#: inc/_ps/wpbc-form-templates.php:104 inc/_ps/wpbc-form-templates.php:127
|
1566 |
msgid "Send"
|
1583 |
#: inc/_bm/admin/page-availability.php:274 inc/_bm/admin/page-cost-valuation.php:354
|
1584 |
#: inc/_bm/admin/page-cost.php:529 inc/_bm/admin/page-seasons.php:221
|
1585 |
#: inc/_bm/admin/page-seasons.php:602 inc/_ps/admin/page-resources.php:222
|
1586 |
+
#: inc/_ps/personal.php:2163
|
1587 |
msgid "Do you really want to do this ?"
|
1588 |
msgstr ""
|
1589 |
|
1735 |
msgstr ""
|
1736 |
|
1737 |
#: core/admin/page-form-free.php:2142 core/admin/page-form-timeslots.php:784
|
1738 |
+
#: core/admin/wpbc-toolbar-tiny.php:434 core/admin/wpbc-toolbar-tiny.php:1225
|
1739 |
#: core/lib/wpbc_all_translations.php:280 inc/_ps/form/class-wpbc-field-help-button.php:73
|
1740 |
#: js/wpbc-gutenberg.js:889
|
1741 |
msgid "Label"
|
1754 |
msgid "Enter dropdown options. One option per line."
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: core/admin/page-form-free.php:2232 core/admin/wpbc-toolbar-tiny.php:304
|
1758 |
#: core/admin/wpbc-toolbars.php:710 core/admin/wpbc-toolbars.php:915
|
1759 |
#: core/admin/wpbc-toolbars.php:1536 core/lib/wpbc_all_translations.php:284
|
1760 |
#: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:105 inc/_bs/s-toolbar.php:209
|
1799 |
|
1800 |
#: core/admin/page-form-timeslots.php:195 core/admin/page-import-gcal.php:69
|
1801 |
#: core/admin/page-import-gcal.php:196 core/admin/page-import-gcal.php:278
|
1802 |
+
#: core/admin/wpbc-toolbar-tiny.php:640 core/lib/wpbc_all_translations.php:292
|
1803 |
#: core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271 inc/_bm/admin/api-settings-m.php:67
|
1804 |
#: inc/_bm/admin/api-settings-m.php:104 inc/_bs/admin/api-settings-s.php:532
|
1805 |
msgid "hours"
|
1828 |
#: core/admin/page-form-timeslots.php:446 core/admin/page-form-timeslots.php:455
|
1829 |
#: core/admin/page-form-timeslots.php:457 core/admin/page-form-timeslots.php:466
|
1830 |
#: core/admin/page-form-timeslots.php:468 core/lib/wpbc_all_translations.php:295
|
1831 |
+
#: core/wpbc-js.php:131 inc/_ps/personal.php:277
|
1832 |
msgid "Processing"
|
1833 |
msgstr ""
|
1834 |
|
1837 |
msgstr ""
|
1838 |
|
1839 |
#: core/admin/page-ics-export.php:42 core/admin/page-ics-export.php:43
|
1840 |
+
#: core/admin/page-ics-general.php:278 core/admin/page-ics-general.php:279
|
1841 |
+
#: core/admin/page-ics-general.php:298 core/admin/page-ics-general.php:299
|
1842 |
#: core/admin/page-ics-import.php:40 core/admin/page-ics-import.php:41
|
1843 |
#: core/admin/page-import-gcal.php:388 core/admin/page-import-gcal.php:389
|
1844 |
#: core/lib/wpbc_all_translations.php:297 core/wpbc-functions.php:2007
|
1845 |
msgid "Sync"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: core/admin/page-ics-export.php:44 core/admin/page-ics-general.php:280
|
1849 |
+
#: core/admin/page-ics-general.php:413 core/admin/page-ics-general.php:422
|
1850 |
#: core/admin/page-ics-import.php:42 core/admin/page-ics-import.php:59
|
1851 |
#: core/admin/page-ics-import.php:60 core/admin/page-ics-import.php:62
|
1852 |
#: core/admin/page-ics-import.php:186 core/admin/page-ics-import.php:469
|
1857 |
|
1858 |
#: core/admin/page-ics-export.php:44 core/admin/page-ics-export.php:61
|
1859 |
#: core/admin/page-ics-export.php:62 core/admin/page-ics-export.php:64
|
1860 |
+
#: core/admin/page-ics-export.php:228 core/admin/page-ics-general.php:280
|
1861 |
#: core/admin/page-ics-import.php:42 core/admin/page-import-gcal.php:390
|
1862 |
#: core/lib/wpbc_all_translations.php:299 inc/_ps/p-toolbar.php:173
|
1863 |
msgid "Export"
|
1929 |
msgid "This .ics feed of bookings starting from today for 1 year"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
+
#: core/admin/page-ics-general.php:68 core/admin/wpbc-toolbar-tiny.php:881
|
1933 |
+
#: core/admin/wpbc-toolbar-tiny.php:1096 core/admin/wpbc-toolbar-tiny.php:1177
|
1934 |
#: core/lib/wpbc_all_translations.php:310 inc/_bm/admin/api-settings-m.php:60
|
1935 |
#: inc/_ps/wpbc-booking-select-widget.php:188
|
1936 |
msgid "None"
|
1995 |
msgid "Enable of export only approved bookings in .ics feeds"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
+
#: core/admin/page-ics-general.php:198
|
1999 |
+
msgid "Export bookings type"
|
2000 |
+
msgstr ""
|
2001 |
+
|
2002 |
+
#: core/admin/page-ics-general.php:199
|
2003 |
+
msgid "Select which type of bookings to export"
|
2004 |
+
msgstr ""
|
2005 |
+
|
2006 |
+
#: core/admin/page-ics-general.php:203 core/admin/wpbc-toolbar-tiny.php:435
|
2007 |
+
#: core/admin/wpbc-toolbar-tiny.php:444 core/admin/wpbc-toolbars.php:785
|
2008 |
+
#: core/lib/wpbc_all_translations.php:467
|
2009 |
+
msgid "All bookings"
|
2010 |
+
msgstr ""
|
2011 |
+
|
2012 |
+
#: core/admin/page-ics-general.php:204
|
2013 |
+
msgid "Bookings created in Booking Calendar"
|
2014 |
+
msgstr ""
|
2015 |
+
|
2016 |
+
#: core/admin/page-ics-general.php:205
|
2017 |
+
msgid "Imported bookings"
|
2018 |
+
msgstr ""
|
2019 |
+
|
2020 |
+
#: core/admin/page-ics-general.php:217 core/lib/wpbc_all_translations.php:324
|
2021 |
msgid "Force import"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
+
#: core/admin/page-ics-general.php:218 core/lib/wpbc_all_translations.php:325
|
2025 |
msgid "Import bookings without checking, if such bookings already have been imported."
|
2026 |
msgstr ""
|
2027 |
|
2028 |
+
#: core/admin/page-ics-general.php:226 core/lib/wpbc_all_translations.php:326
|
2029 |
msgid "Trash all imported bookings before new import"
|
2030 |
msgstr ""
|
2031 |
|
2032 |
+
#: core/admin/page-ics-general.php:227 core/lib/wpbc_all_translations.php:327
|
2033 |
msgid ""
|
2034 |
"Move all previously imported bookings to trash before new import bookings. Its can resolve "
|
2035 |
"issue of updating deleted and edited events in external sources. Its work only, if you are using "
|
2036 |
"one source (.ics feed) for importing into specific booking resource!"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: core/admin/page-ics-general.php:297 core/admin/page-settings.php:74
|
2040 |
+
#: core/lib/wpbc_all_translations.php:328 inc/gateways/page-gateways.php:568
|
2041 |
msgid "General"
|
2042 |
msgstr ""
|
2043 |
|
2044 |
+
#: core/admin/page-ics-general.php:298 core/admin/page-ics-general.php:299
|
2045 |
+
#: core/admin/page-ics-general.php:406 core/admin/page-import-gcal.php:485
|
2046 |
#: core/admin/page-settings.php:75 core/admin/page-settings.php:76
|
2047 |
#: core/lib/wpbc_all_translations.php:329 core/wpbc.php:188
|
2048 |
msgid "General Settings"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: core/admin/page-ics-general.php:413 core/lib/wpbc_all_translations.php:330
|
2052 |
msgid "Assign events fields to specific booking form field"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: core/admin/page-ics-general.php:422 core/admin/page-settings.php:127
|
2056 |
#: core/admin/page-settings.php:263 core/lib/wpbc_all_translations.php:331
|
2057 |
#: inc/_bl/admin/page-search.php:552 inc/_bl/admin/page-search.php:748
|
2058 |
#: inc/_bl/admin/page-search.php:793 inc/_bl/wpbc-search-availability.php:167
|
2068 |
msgstr ""
|
2069 |
|
2070 |
#: core/admin/page-ics-import.php:438 core/admin/wpbc-sql.php:592
|
2071 |
+
#: core/admin/wpbc-toolbar-tiny.php:337 core/lib/wpbc_all_translations.php:333
|
2072 |
#: inc/_bl/admin/page-coupons.php:1409 inc/_ps/p-toolbar.php:965 inc/_ps/p-toolbar.php:996
|
2073 |
msgid "parent resource"
|
2074 |
msgstr ""
|
2102 |
msgid "and any other calendar that uses .ics format"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
+
#: core/admin/page-ics-import.php:534 core/class/wpbc-class-welcome.php:1059
|
2106 |
#: core/lib/wpbc_all_translations.php:341
|
2107 |
#, php-format
|
2108 |
msgid ""
|
2178 |
msgstr ""
|
2179 |
|
2180 |
#: core/admin/page-ics-import.php:711 core/lib/wpbc_all_translations.php:354
|
2181 |
+
#: core/sync/wpbc-gcal-class.php:492 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:450
|
2182 |
msgid "Done"
|
2183 |
msgstr ""
|
2184 |
|
2337 |
msgid "The end of time"
|
2338 |
msgstr ""
|
2339 |
|
2340 |
+
#: core/admin/page-import-gcal.php:241 core/admin/wpbc-toolbar-tiny.php:620
|
2341 |
#: core/lib/wpbc_all_translations.php:382 core/sync/wpbc-gcal.php:235
|
2342 |
msgid "Until"
|
2343 |
msgstr ""
|
2441 |
msgstr ""
|
2442 |
|
2443 |
#: core/admin/page-settings.php:88 core/admin/page-settings.php:209
|
2444 |
+
#: core/admin/wpbc-toolbar-tiny.php:248 core/lib/wpbc_all_translations.php:404
|
2445 |
#: inc/_ps/form/class-wpbc-form-help.php:115
|
2446 |
msgid "Calendar"
|
2447 |
msgstr ""
|
2495 |
msgid "Upgrade"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
+
#: core/admin/wpbc-class-listing.php:103 core/admin/wpbc-toolbar-tiny.php:1526
|
2499 |
+
#: core/admin/wpbc-toolbar-tiny.php:1535 core/lib/wpbc_all_translations.php:415
|
2500 |
#: inc/_bl/admin/page-coupons.php:1003 inc/_bl/admin/page-coupons.php:1005
|
2501 |
#: inc/_bl/wpbc-search-availability.php:669 inc/_bl/wpdev-booking-search-widget.php:75
|
2502 |
#: inc/_bm/admin/page-availability.php:814 inc/_bm/admin/page-cost-deposit.php:81
|
2578 |
msgid "Created"
|
2579 |
msgstr ""
|
2580 |
|
2581 |
+
#: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:233
|
2582 |
#: core/lib/wpbc_all_translations.php:432 core/lib/wpdev-booking-widget.php:14
|
2583 |
#: core/wpbc-functions.php:1850 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
|
2584 |
#: core/wpbc.php:189
|
2671 |
msgid "Bookings for today"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
+
#: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2469
|
2675 |
#: core/lib/wpbc_all_translations.php:454
|
2676 |
msgid "Insert booking calendar"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2470
|
2680 |
#: core/lib/wpbc_all_translations.php:455
|
2681 |
msgid "Booking calendar"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
+
#: core/admin/wpbc-toolbar-tiny.php:231 core/lib/wpbc_all_translations.php:456
|
2685 |
msgid "Insert Shortcode"
|
2686 |
msgstr ""
|
2687 |
|
2688 |
+
#: core/admin/wpbc-toolbar-tiny.php:247 core/lib/wpbc_all_translations.php:457
|
2689 |
#: inc/_ps/admin/api-settings-p.php:197
|
2690 |
msgid "TimeLine"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
+
#: core/admin/wpbc-toolbar-tiny.php:250 core/lib/wpbc_all_translations.php:458
|
2694 |
msgid "Resources Selection"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
+
#: core/admin/wpbc-toolbar-tiny.php:252 core/lib/wpbc_all_translations.php:459
|
2698 |
#: core/wpbc-functions.php:2017 inc/_bl/admin/page-search.php:366 inc/_bl/biz_l.php:775
|
2699 |
#: inc/_bl/biz_l.php:790
|
2700 |
msgid "Search"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: core/admin/wpbc-toolbar-tiny.php:253 core/lib/wpbc_all_translations.php:460
|
2704 |
msgid "Only Form"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
+
#: core/admin/wpbc-toolbar-tiny.php:256 core/lib/wpbc_all_translations.php:461
|
2708 |
#: inc/_ps/form/class-wpbc-form-help.php:754
|
2709 |
msgid "Other"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
+
#: core/admin/wpbc-toolbar-tiny.php:304 core/lib/wpbc_all_translations.php:462
|
2713 |
msgid "Insert into page"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
+
#: core/admin/wpbc-toolbar-tiny.php:377 core/admin/wpbc-toolbar-tiny.php:1157
|
2717 |
#: core/lib/wpbc_all_translations.php:463 core/wpbc.php:177 inc/_ps/admin/page-resources.php:40
|
2718 |
#: inc/_ps/p-toolbar.php:736
|
2719 |
msgid "Booking resources"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: core/admin/wpbc-toolbar-tiny.php:378 core/lib/wpbc_all_translations.php:464
|
2723 |
msgid "Select booking resources. Please use CTRL to select multiple booking resources."
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: core/admin/wpbc-toolbar-tiny.php:412 core/lib/wpbc_all_translations.php:465
|
2727 |
#: js/wpbc-gutenberg.js:806
|
2728 |
msgid "View mode"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: core/admin/wpbc-toolbar-tiny.php:413 core/lib/wpbc_all_translations.php:466
|
2732 |
msgid "Select type of view format"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
+
#: core/admin/wpbc-toolbar-tiny.php:467 core/lib/wpbc_all_translations.php:468
|
|
|
|
|
|
|
|
|
|
|
2736 |
msgid "Select number of months to scroll after loading"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
+
#: core/admin/wpbc-toolbar-tiny.php:488 core/lib/wpbc_all_translations.php:469
|
2740 |
#: js/wpbc-gutenberg.js:812
|
2741 |
msgid "Number of days to scroll"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
+
#: core/admin/wpbc-toolbar-tiny.php:489 core/lib/wpbc_all_translations.php:470
|
2745 |
msgid "Select number of days to scroll after loading"
|
2746 |
msgstr ""
|
2747 |
|
2748 |
+
#: core/admin/wpbc-toolbar-tiny.php:509 core/admin/wpbc-toolbars.php:1503
|
2749 |
#: core/lib/wpbc_all_translations.php:471 js/wpbc-gutenberg.js:818
|
2750 |
msgid "Start Date"
|
2751 |
msgstr ""
|
2752 |
|
2753 |
+
#: core/admin/wpbc-toolbar-tiny.php:587 core/lib/wpbc_all_translations.php:472
|
2754 |
msgid "Select start date"
|
2755 |
msgstr ""
|
2756 |
|
2757 |
+
#: core/admin/wpbc-toolbar-tiny.php:680 core/admin/wpbc-toolbar-tiny.php:923
|
2758 |
+
#: core/admin/wpbc-toolbar-tiny.php:1597 core/admin/wpbc-toolbar-tiny.php:1789
|
2759 |
#: core/lib/wpbc_all_translations.php:473 core/lib/wpdev-booking-widget.php:118
|
2760 |
#: inc/_ps/admin/br-table-import-gcal-p.php:170 inc/_ps/p-toolbar.php:937
|
2761 |
#: inc/_ps/wpbc-booking-select-widget.php:153 js/wpbc-gutenberg.js:612 js/wpbc-gutenberg.js:702
|
2763 |
msgid "Booking resource"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
+
#: core/admin/wpbc-toolbar-tiny.php:681 core/admin/wpbc-toolbar-tiny.php:924
|
2767 |
+
#: core/admin/wpbc-toolbar-tiny.php:1598 core/admin/wpbc-toolbar-tiny.php:1790
|
2768 |
#: core/lib/wpbc_all_translations.php:474 inc/_ps/admin/br-table-import-gcal-p.php:184
|
2769 |
msgid "Select booking resource"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
+
#: core/admin/wpbc-toolbar-tiny.php:705 core/admin/wpbc-toolbar-tiny.php:1206
|
2773 |
+
#: core/admin/wpbc-toolbar-tiny.php:1622 core/lib/wpbc_all_translations.php:475
|
2774 |
#: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
|
2775 |
msgid "Select default custom booking form"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
+
#: core/admin/wpbc-toolbar-tiny.php:716 core/admin/wpbc-toolbar-tiny.php:946
|
2779 |
+
#: core/admin/wpbc-toolbar-tiny.php:1294 core/admin/wpbc-toolbars.php:1618
|
2780 |
#: core/lib/wpbc_all_translations.php:476 core/lib/wpdev-booking-widget.php:135
|
2781 |
#: inc/_ps/wpbc-booking-select-widget.php:201
|
2782 |
msgid "Visible months"
|
2783 |
msgstr ""
|
2784 |
|
2785 |
+
#: core/admin/wpbc-toolbar-tiny.php:717 core/admin/wpbc-toolbar-tiny.php:947
|
2786 |
+
#: core/admin/wpbc-toolbar-tiny.php:1295 core/lib/wpbc_all_translations.php:477
|
2787 |
msgid "Select number of month to show for calendar."
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#: core/admin/wpbc-toolbar-tiny.php:737 core/admin/wpbc-toolbar-tiny.php:967
|
2791 |
+
#: core/admin/wpbc-toolbar-tiny.php:1313 core/lib/wpbc_all_translations.php:478
|
2792 |
msgid "Start month:"
|
2793 |
msgstr ""
|
2794 |
|
2795 |
+
#: core/admin/wpbc-toolbar-tiny.php:795 core/admin/wpbc-toolbar-tiny.php:1025
|
2796 |
+
#: core/admin/wpbc-toolbar-tiny.php:1371 core/lib/wpbc_all_translations.php:479
|
2797 |
msgid "Select start month of calendar"
|
2798 |
msgstr ""
|
2799 |
|
2800 |
+
#: core/admin/wpbc-toolbar-tiny.php:802 core/admin/wpbc-toolbar-tiny.php:1032
|
2801 |
+
#: core/admin/wpbc-toolbar-tiny.php:1264 core/lib/wpbc_all_translations.php:480
|
2802 |
msgid "Show advanced settings"
|
2803 |
msgstr ""
|
2804 |
|
2805 |
+
#: core/admin/wpbc-toolbar-tiny.php:803 core/admin/wpbc-toolbar-tiny.php:1033
|
2806 |
+
#: core/admin/wpbc-toolbar-tiny.php:1265 core/lib/wpbc_all_translations.php:481
|
2807 |
msgid "Hide advanced settings"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
+
#: core/admin/wpbc-toolbar-tiny.php:813 core/admin/wpbc-toolbar-tiny.php:1043
|
2811 |
+
#: core/admin/wpbc-toolbar-tiny.php:1275 core/lib/wpbc_all_translations.php:482
|
2812 |
#, php-format
|
2813 |
msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
|
2814 |
msgstr ""
|
2815 |
|
2816 |
+
#: core/admin/wpbc-toolbar-tiny.php:814 core/admin/wpbc-toolbar-tiny.php:1044
|
2817 |
#: core/lib/wpbc_all_translations.php:483
|
2818 |
#, php-format
|
2819 |
msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
+
#: core/admin/wpbc-toolbar-tiny.php:824 core/admin/wpbc-toolbar-tiny.php:1054
|
2823 |
+
#: core/admin/wpbc-toolbar-tiny.php:1378 core/admin/wpbc-toolbars.php:242
|
2824 |
#: core/lib/wpbc_all_translations.php:484 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
|
2825 |
#: inc/_ps/form/class-wpbc-field-help-select.php:111 js/wpbc-gutenberg.js:627
|
2826 |
#: js/wpbc-gutenberg.js:714 js/wpbc-gutenberg.js:910
|
2827 |
msgid "Options"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
+
#: core/admin/wpbc-toolbar-tiny.php:845 core/admin/wpbc-toolbar-tiny.php:1075
|
2831 |
+
#: core/admin/wpbc-toolbar-tiny.php:1399 core/lib/wpbc_all_translations.php:485
|
2832 |
#, php-format
|
2833 |
msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
+
#: core/admin/wpbc-toolbar-tiny.php:849 core/admin/wpbc-toolbar-tiny.php:1079
|
2837 |
+
#: core/admin/wpbc-toolbar-tiny.php:1403 core/lib/wpbc_all_translations.php:486
|
2838 |
msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
|
2839 |
msgstr ""
|
2840 |
|
2841 |
+
#: core/admin/wpbc-toolbar-tiny.php:850 core/admin/wpbc-toolbar-tiny.php:858
|
2842 |
+
#: core/admin/wpbc-toolbar-tiny.php:1080 core/admin/wpbc-toolbar-tiny.php:1404
|
2843 |
#: core/lib/wpbc_all_translations.php:487 inc/_bm/admin/page-availability.php:510
|
2844 |
#: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
|
2845 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:230
|
2847 |
msgid "Description"
|
2848 |
msgstr ""
|
2849 |
|
2850 |
+
#: core/admin/wpbc-toolbar-tiny.php:851 core/admin/wpbc-toolbar-tiny.php:1081
|
2851 |
+
#: core/admin/wpbc-toolbar-tiny.php:1405 core/lib/wpbc_all_translations.php:488
|
2852 |
msgid ""
|
2853 |
"Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
|
2854 |
"to use percentage for width: 100%)"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
+
#: core/admin/wpbc-toolbar-tiny.php:852 core/admin/wpbc-toolbar-tiny.php:860
|
2858 |
+
#: core/admin/wpbc-toolbar-tiny.php:1082 core/admin/wpbc-toolbar-tiny.php:1406
|
2859 |
#: core/lib/wpbc_all_translations.php:489
|
2860 |
msgid "Code Example"
|
2861 |
msgstr ""
|
2862 |
|
2863 |
+
#: core/admin/wpbc-toolbar-tiny.php:857 core/lib/wpbc_all_translations.php:490
|
2864 |
msgid ""
|
2865 |
"Specify that during certain seasons (or days of week), the specific minimum number of days must "
|
2866 |
"be booked. "
|
2867 |
msgstr ""
|
2868 |
|
2869 |
+
#: core/admin/wpbc-toolbar-tiny.php:859 core/lib/wpbc_all_translations.php:491
|
2870 |
msgid ""
|
2871 |
"Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
|
2872 |
msgstr ""
|
2873 |
|
2874 |
+
#: core/admin/wpbc-toolbar-tiny.php:866 core/lib/wpbc_all_translations.php:492
|
2875 |
#, php-format
|
2876 |
msgid ""
|
2877 |
"Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
|
2878 |
"shortcodes %shere%s"
|
2879 |
msgstr ""
|
2880 |
|
2881 |
+
#: core/admin/wpbc-toolbar-tiny.php:889 core/admin/wpbc-toolbar-tiny.php:1104
|
2882 |
#: core/lib/wpbc_all_translations.php:493
|
2883 |
msgid "Aggregate booking dates from other resources"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
+
#: core/admin/wpbc-toolbar-tiny.php:890 core/admin/wpbc-toolbar-tiny.php:1105
|
2887 |
#: core/lib/wpbc_all_translations.php:494
|
2888 |
msgid ""
|
2889 |
"Select booking resources, for getting booking dates from them and set such dates as unavailable "
|
2890 |
"in destination calendar."
|
2891 |
msgstr ""
|
2892 |
|
2893 |
+
#: core/admin/wpbc-toolbar-tiny.php:1136 core/lib/wpbc_all_translations.php:495
|
2894 |
#: inc/_bl/admin/page-search.php:491 inc/_bl/admin/page-search.php:524
|
2895 |
#: inc/_bm/admin/api-settings-m.php:298 inc/_bm/admin/page-availability.php:252
|
2896 |
#: inc/_bm/admin/page-cost-advanced.php:124 inc/_bm/admin/page-cost-deposit.php:341
|
2904 |
msgid "Note!"
|
2905 |
msgstr ""
|
2906 |
|
2907 |
+
#: core/admin/wpbc-toolbar-tiny.php:1137 core/lib/wpbc_all_translations.php:496
|
2908 |
#, php-format
|
2909 |
msgid ""
|
2910 |
"This shortcode %s is using for selection of the booking form of specific booking resources in "
|
2911 |
"selectbox"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: core/admin/wpbc-toolbar-tiny.php:1150 core/admin/wpbc-toolbars.php:1666
|
2915 |
#: core/lib/wpbc_all_translations.php:497 inc/_ps/admin/br-table-import-gcal-p.php:173
|
2916 |
#: inc/_ps/wpbc-booking-select-widget.php:163
|
2917 |
msgid "All"
|
2918 |
msgstr ""
|
2919 |
|
2920 |
+
#: core/admin/wpbc-toolbar-tiny.php:1159 core/lib/wpbc_all_translations.php:498
|
2921 |
#: inc/_ps/wpbc-booking-select-widget.php:175
|
2922 |
msgid ""
|
2923 |
"Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
|
2924 |
"resources."
|
2925 |
msgstr ""
|
2926 |
|
2927 |
+
#: core/admin/wpbc-toolbar-tiny.php:1184 core/lib/wpbc_all_translations.php:499
|
2928 |
#: inc/_ps/wpbc-booking-select-widget.php:181
|
2929 |
msgid "Preselected resource"
|
2930 |
msgstr ""
|
2931 |
|
2932 |
+
#: core/admin/wpbc-toolbar-tiny.php:1185 core/lib/wpbc_all_translations.php:500
|
2933 |
msgid "Define preselected resource."
|
2934 |
msgstr ""
|
2935 |
|
2936 |
+
#: core/admin/wpbc-toolbar-tiny.php:1210 core/lib/wpbc_all_translations.php:501
|
2937 |
#: inc/_bm/admin/api-settings-m.php:485 inc/_ps/p-toolbar.php:1222
|
2938 |
msgid "Default Form"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
+
#: core/admin/wpbc-toolbar-tiny.php:1226 core/admin/wpbc-toolbar-tiny.php:1235
|
2942 |
#: core/lib/wpbc_all_translations.php:502
|
2943 |
msgid "Please select the resource:"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: core/admin/wpbc-toolbar-tiny.php:1227 core/lib/wpbc_all_translations.php:503
|
2947 |
msgid "Title near your select box."
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: core/admin/wpbc-toolbar-tiny.php:1244 core/lib/wpbc_all_translations.php:504
|
2951 |
#: inc/_ps/wpbc-booking-select-widget.php:247
|
2952 |
msgid "First option title"
|
2953 |
msgstr ""
|
2954 |
|
2955 |
+
#: core/admin/wpbc-toolbar-tiny.php:1245 core/lib/wpbc_all_translations.php:505
|
2956 |
+
#: inc/_ps/personal.php:552 js/wpbc-gutenberg.js:843
|
2957 |
msgid "Please Select"
|
2958 |
msgstr ""
|
2959 |
|
2960 |
+
#: core/admin/wpbc-toolbar-tiny.php:1246 core/lib/wpbc_all_translations.php:506
|
2961 |
#: inc/_ps/wpbc-booking-select-widget.php:254
|
2962 |
msgid "First option in dropdown list."
|
2963 |
msgstr ""
|
2964 |
|
2965 |
+
#: core/admin/wpbc-toolbar-tiny.php:1246 core/lib/wpbc_all_translations.php:507
|
2966 |
#: inc/_ps/wpbc-booking-select-widget.php:256
|
2967 |
msgid "Please leave it empty if you want to skip it."
|
2968 |
msgstr ""
|
2969 |
|
2970 |
+
#: core/admin/wpbc-toolbar-tiny.php:1436 core/admin/wpbc-toolbar-tiny.php:1716
|
2971 |
#: core/lib/wpbc_all_translations.php:508
|
2972 |
msgid "Select shortcode to insert"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
+
#: core/admin/wpbc-toolbar-tiny.php:1448 core/lib/wpbc_all_translations.php:509
|
2976 |
msgid "Search form"
|
2977 |
msgstr ""
|
2978 |
|
2979 |
+
#: core/admin/wpbc-toolbar-tiny.php:1451 core/lib/wpbc_all_translations.php:510
|
2980 |
#: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:659
|
2981 |
#: inc/_bl/wpbc-search-availability.php:674
|
2982 |
msgid "Search results"
|
2983 |
msgstr ""
|
2984 |
|
2985 |
+
#: core/admin/wpbc-toolbar-tiny.php:1470 core/lib/wpbc_all_translations.php:511
|
2986 |
msgid "Check this box to show search results on other page"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
+
#: core/admin/wpbc-toolbar-tiny.php:1487 core/lib/wpbc_all_translations.php:512
|
2990 |
msgid "URL of search results:"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
+
#: core/admin/wpbc-toolbar-tiny.php:1489 core/lib/wpbc_all_translations.php:513
|
2994 |
msgid "Type the URL of search results page."
|
2995 |
msgstr ""
|
2996 |
|
2997 |
+
#: core/admin/wpbc-toolbar-tiny.php:1506 core/lib/wpbc_all_translations.php:514
|
2998 |
msgid "Title of Search results:"
|
2999 |
msgstr ""
|
3000 |
|
3001 |
+
#: core/admin/wpbc-toolbar-tiny.php:1507 core/admin/wpbc-toolbar-tiny.php:1516
|
3002 |
#: core/lib/wpbc_all_translations.php:515 inc/_bl/wpdev-booking-search-widget.php:79
|
3003 |
msgid "Result(s) Found"
|
3004 |
msgstr ""
|
3005 |
|
3006 |
+
#: core/admin/wpbc-toolbar-tiny.php:1508 core/lib/wpbc_all_translations.php:516
|
3007 |
msgid "Type the title of Search results."
|
3008 |
msgstr ""
|
3009 |
|
3010 |
+
#: core/admin/wpbc-toolbar-tiny.php:1508 core/lib/wpbc_all_translations.php:517
|
3011 |
msgid "show number of search results"
|
3012 |
msgstr ""
|
3013 |
|
3014 |
+
#: core/admin/wpbc-toolbar-tiny.php:1525 core/lib/wpbc_all_translations.php:518
|
3015 |
msgid "Nothing Found Message:"
|
3016 |
msgstr ""
|
3017 |
|
3018 |
+
#: core/admin/wpbc-toolbar-tiny.php:1527 core/lib/wpbc_all_translations.php:519
|
3019 |
msgid "Type the message, when nothing found."
|
3020 |
msgstr ""
|
3021 |
|
3022 |
+
#: core/admin/wpbc-toolbar-tiny.php:1547 core/lib/wpbc_all_translations.php:520
|
3023 |
msgid "Search only for users:"
|
3024 |
msgstr ""
|
3025 |
|
3026 |
+
#: core/admin/wpbc-toolbar-tiny.php:1549 core/lib/wpbc_all_translations.php:521
|
3027 |
msgid ""
|
3028 |
"Type IDs of the users (separated by comma \",\") for searching availability only for these "
|
3029 |
"users, or leave it blank for searching for all users."
|
3030 |
msgstr ""
|
3031 |
|
3032 |
+
#: core/admin/wpbc-toolbar-tiny.php:1569 core/lib/wpbc_all_translations.php:522
|
3033 |
#, php-format
|
3034 |
msgid ""
|
3035 |
"This shortcode %s is using for showing the search results at specific page, if the search form "
|
3036 |
"is submit showing the search results at different page"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: core/admin/wpbc-toolbar-tiny.php:1631 core/lib/wpbc_all_translations.php:523
|
3040 |
msgid "date"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
+
#: core/admin/wpbc-toolbar-tiny.php:1691 core/lib/wpbc_all_translations.php:524
|
3044 |
msgid "Define date for booking"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
+
#: core/admin/wpbc-toolbar-tiny.php:1729 core/lib/wpbc_all_translations.php:525
|
3048 |
#: inc/_ps/p-toolbar.php:237
|
3049 |
msgid "Edit Booking"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
+
#: core/admin/wpbc-toolbar-tiny.php:1732 core/lib/wpbc_all_translations.php:526
|
3053 |
msgid "Show listing of customer bookings"
|
3054 |
msgstr ""
|
3055 |
|
3056 |
+
#: core/admin/wpbc-toolbar-tiny.php:1735 core/lib/wpbc_all_translations.php:527
|
3057 |
msgid "Show info about Booking Resource"
|
3058 |
msgstr ""
|
3059 |
|
3060 |
+
#: core/admin/wpbc-toolbar-tiny.php:1751 core/lib/wpbc_all_translations.php:528
|
3061 |
#, php-format
|
3062 |
msgid ""
|
3063 |
"This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
|
3064 |
"%s or make %spayment%s after receiving an admin email payment request"
|
3065 |
msgstr ""
|
3066 |
|
3067 |
+
#: core/admin/wpbc-toolbar-tiny.php:1752 core/lib/wpbc_all_translations.php:529
|
3068 |
#, php-format
|
3069 |
msgid ""
|
3070 |
"The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
|
3071 |
"to this page"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
+
#: core/admin/wpbc-toolbar-tiny.php:1753 core/admin/wpbc-toolbar-tiny.php:1769
|
3075 |
#: core/lib/wpbc_all_translations.php:530
|
3076 |
#, php-format
|
3077 |
msgid "Email templates, which use shortcodes: %s, will be linked to this page"
|
3078 |
msgstr ""
|
3079 |
|
3080 |
+
#: core/admin/wpbc-toolbar-tiny.php:1767 core/lib/wpbc_all_translations.php:531
|
3081 |
#, php-format
|
3082 |
msgid ""
|
3083 |
"This shortcode %s is used on a page, where visitors can %sview listing%s of their own booking(s)"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
+
#: core/admin/wpbc-toolbar-tiny.php:1768 core/lib/wpbc_all_translations.php:532
|
3087 |
#, php-format
|
3088 |
msgid ""
|
3089 |
"The content of field %sURL of page for customer bookings listing%s on the %sgeneral booking "
|
3090 |
"settings page%s must link to this page"
|
3091 |
msgstr ""
|
3092 |
|
3093 |
+
#: core/admin/wpbc-toolbar-tiny.php:1770 core/lib/wpbc_all_translations.php:533
|
3094 |
#, php-format
|
3095 |
msgid "%s You can use in this shortcode the same parameters as for %s shortcode"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
+
#: core/admin/wpbc-toolbar-tiny.php:1770 core/lib/wpbc_all_translations.php:534
|
3099 |
msgid "Trick"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
+
#: core/admin/wpbc-toolbar-tiny.php:1811 core/lib/wpbc_all_translations.php:535
|
3103 |
#: inc/_bl/admin/api-settings-l.php:466 inc/_ps/admin/br-table-export-feeds.php:79
|
3104 |
#: inc/_ps/admin/br-table-import-gcal-p.php:63
|
3105 |
msgid "Capacity"
|
3106 |
msgstr ""
|
3107 |
|
3108 |
+
#: core/admin/wpbc-toolbar-tiny.php:1817 core/lib/wpbc_all_translations.php:536
|
3109 |
msgid "Select type of info to show."
|
3110 |
msgstr ""
|
3111 |
|
3112 |
+
#: core/admin/wpbc-toolbar-tiny.php:2127 core/admin/wpbc-toolbar-tiny.php:2170
|
3113 |
+
#: core/admin/wpbc-toolbar-tiny.php:2254 core/admin/wpbc-toolbar-tiny.php:2343
|
3114 |
#: core/lib/wpbc_all_translations.php:537
|
3115 |
msgid "No booking resources"
|
3116 |
msgstr ""
|
3303 |
msgid "Reason of cancellation"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: core/admin/wpbc-toolbars.php:1075 core/admin/wpbc-toolbars.php:1076 core/lib/wpbc-ajax.php:380
|
3307 |
#: core/lib/wpbc_all_translations.php:579
|
3308 |
msgid "Empty Trash"
|
3309 |
msgstr ""
|
3444 |
msgstr ""
|
3445 |
|
3446 |
#: core/admin/wpbc-toolbars.php:2115 core/lib/wpbc_all_translations.php:610
|
3447 |
+
#: inc/gateways/page-gateways.php:1440 inc/gateways/page-gateways.php:1458
|
3448 |
msgid "Total"
|
3449 |
msgstr ""
|
3450 |
|
3468 |
"failed. You can request the new update of your paid version at %1sthis page%2s."
|
3469 |
msgstr ""
|
3470 |
|
3471 |
+
#: core/class/wpbc-class-welcome.php:1999 core/class/wpbc-class-welcome.php:2485
|
3472 |
#: core/lib/wpbc_all_translations.php:615 inc/_ps/admin/page-settings-up.php:155
|
3473 |
msgid "Purchase"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
+
#: core/class/wpbc-class-welcome.php:1999 core/class/wpbc-class-welcome.php:2485
|
3477 |
#: core/lib/wpbc_all_translations.php:616 inc/_ps/admin/page-settings-up.php:155
|
3478 |
msgid "Upgrade Now"
|
3479 |
msgstr ""
|
3480 |
|
3481 |
+
#: core/lib/wpbc-ajax.php:33 core/lib/wpbc-ajax.php:38 core/lib/wpbc-ajax.php:70
|
3482 |
+
#: core/lib/wpbc-ajax.php:88 core/lib/wpbc_all_translations.php:617
|
3483 |
+
#: inc/gateways/ideal/wpbc-gw-ideal.php:1115
|
3484 |
#, php-format
|
3485 |
msgid ""
|
3486 |
"%sError!%s Request do not pass security check! Please refresh the page and try one more time."
|
3487 |
msgstr ""
|
3488 |
|
3489 |
+
#: core/lib/wpbc-ajax.php:34 core/lib/wpbc-ajax.php:39 core/lib/wpbc-ajax.php:71
|
3490 |
+
#: core/lib/wpbc-ajax.php:89 inc/gateways/ideal/wpbc-gw-ideal.php:1116
|
3491 |
+
#, php-format
|
3492 |
+
msgid "Please check more %shere%s"
|
3493 |
+
msgstr ""
|
3494 |
+
|
3495 |
+
#: core/lib/wpbc-ajax.php:146 core/lib/wpbc_all_translations.php:618
|
3496 |
msgid "Set as Unread"
|
3497 |
msgstr ""
|
3498 |
|
3499 |
+
#: core/lib/wpbc-ajax.php:148 core/lib/wpbc_all_translations.php:619
|
3500 |
msgid "Set as Read"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
+
#: core/lib/wpbc-ajax.php:197 core/lib/wpbc_all_translations.php:620
|
3504 |
msgid "Approved by:"
|
3505 |
msgstr ""
|
3506 |
|
3507 |
+
#: core/lib/wpbc-ajax.php:197 core/lib/wpbc_all_translations.php:621
|
3508 |
msgid "Declined by:"
|
3509 |
msgstr ""
|
3510 |
|
3511 |
+
#: core/lib/wpbc-ajax.php:225 core/lib/wpbc_all_translations.php:622
|
3512 |
msgid "Set as Approved"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
+
#: core/lib/wpbc-ajax.php:227 core/lib/wpbc_all_translations.php:623
|
3516 |
msgid "Set as Pending"
|
3517 |
msgstr ""
|
3518 |
|
3519 |
+
#: core/lib/wpbc-ajax.php:248 core/lib/wpbc-ajax.php:428 core/lib/wpbc_all_translations.php:624
|
3520 |
msgid "Reason for cancellation here"
|
3521 |
msgstr ""
|
3522 |
|
3523 |
+
#: core/lib/wpbc-ajax.php:249 core/lib/wpbc-ajax.php:429 core/lib/wpbc_all_translations.php:625
|
3524 |
msgid "Reason of cancellation here"
|
3525 |
msgstr ""
|
3526 |
|
3527 |
+
#: core/lib/wpbc-ajax.php:303 core/lib/wpbc_all_translations.php:626
|
3528 |
msgid "Moved to trash"
|
3529 |
msgstr ""
|
3530 |
|
3531 |
+
#: core/lib/wpbc-ajax.php:311 core/lib/wpbc_all_translations.php:627
|
3532 |
msgid "Restored"
|
3533 |
msgstr ""
|
3534 |
|
3535 |
+
#: core/lib/wpbc-ajax.php:408 core/lib/wpbc_all_translations.php:628
|
3536 |
#, php-format
|
3537 |
msgid "Deleted %d bookings from trash"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
+
#: core/lib/wpbc-ajax.php:581 core/lib/wpbc_all_translations.php:629 inc/_ps/personal.php:169
|
3541 |
msgid "Saved"
|
3542 |
msgstr ""
|
3543 |
|
3550 |
msgstr ""
|
3551 |
|
3552 |
#: core/lib/wpbc-booking-new.php:171 core/lib/wpbc_all_translations.php:632
|
3553 |
+
#: inc/_ps/personal.php:2414 inc/_ps/personal.php:2605
|
3554 |
msgid "Updated successfully"
|
3555 |
msgstr ""
|
3556 |
|
3557 |
+
#: core/lib/wpbc-booking-new.php:953 core/lib/wpbc_all_translations.php:633
|
3558 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:878
|
3559 |
msgid "Error!"
|
3560 |
msgstr ""
|
3561 |
|
3562 |
+
#: core/lib/wpbc-booking-new.php:954 core/lib/wpbc_all_translations.php:634
|
3563 |
msgid ""
|
3564 |
"Probably these date(s) just was booking by other visitor. Please reload this page and make "
|
3565 |
"booking again."
|
3751 |
msgid "Customization of synchronization with Google Calendar"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
+
#: core/lib/wpbc_all_translations.php:677 core/wpbc-debug.php:177 core/wpbc-emails.php:449
|
3755 |
#: core/wpbc.php:342 core/wpbc.php:383 inc/_bl/admin/page-coupons.php:1003
|
3756 |
#: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
|
3757 |
#: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
|
3770 |
msgid "does not exist"
|
3771 |
msgstr ""
|
3772 |
|
3773 |
+
#: core/lib/wpbc_all_translations.php:679 core/lib/wpdev-booking-class.php:528
|
3774 |
msgid "Calendar is loading..."
|
3775 |
msgstr ""
|
3776 |
|
3777 |
+
#: core/lib/wpbc_all_translations.php:680 core/lib/wpdev-booking-class.php:712
|
3778 |
+
#: core/lib/wpdev-booking-class.php:773 inc/_ps/personal.php:907 inc/_ps/personal.php:918
|
3779 |
msgid "Wrong booking hash in URL (probably expired)"
|
3780 |
msgstr ""
|
3781 |
|
3783 |
msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
|
3784 |
msgstr ""
|
3785 |
|
3786 |
+
#: core/lib/wpbc_all_translations.php:682 core/lib/wpdev-booking-class.php:896
|
3787 |
#, php-format
|
3788 |
msgid ""
|
3789 |
"%sWarning! Booking calendar for this booking resource are already at the page, please check more "
|
3790 |
"about this issue at %sthis page%s"
|
3791 |
msgstr ""
|
3792 |
|
3793 |
+
#: core/lib/wpbc_all_translations.php:683 core/lib/wpdev-booking-class.php:1140
|
3794 |
#: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
|
3795 |
msgid "You need to use special shortcode [bookingedit] for booking editing."
|
3796 |
msgstr ""
|
3797 |
|
3798 |
+
#: core/lib/wpbc_all_translations.php:684 core/lib/wpdev-booking-class.php:1088
|
3799 |
+
#: core/lib/wpdev-booking-class.php:1285 core/lib/wpdev-booking-class.php:1287
|
3800 |
#: inc/_ps/hash/wpbc-hash-functions.php:106 inc/_ps/hash/wpbc-hash-functions.php:134
|
3801 |
#: inc/_ps/hash/wpbc-hash-functions.php:162 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1664
|
3802 |
msgid "Wrong booking hash in URL. Probably hash is expired."
|
3803 |
msgstr ""
|
3804 |
|
3805 |
+
#: core/lib/wpbc_all_translations.php:685 core/lib/wpdev-booking-class.php:1092
|
3806 |
+
#: core/lib/wpdev-booking-class.php:1291 js/wpbc-gutenberg.js:1188 js/wpbc-gutenberg.js:1274
|
3807 |
msgid "You do not set any parameters for booking editing"
|
3808 |
msgstr ""
|
3809 |
|
3810 |
+
#: core/lib/wpbc_all_translations.php:686 core/lib/wpdev-booking-class.php:1094
|
3811 |
+
#: core/lib/wpdev-booking-class.php:1293
|
3812 |
#, php-format
|
3813 |
msgid "Please check more about configuration at %sthis page%s"
|
3814 |
msgstr ""
|
3942 |
"Thank you, %s"
|
3943 |
msgstr ""
|
3944 |
|
3945 |
+
#: core/lib/wpbc_all_translations.php:714 core/wpbc-activation.php:1184
|
3946 |
#: inc/_bs/admin/api-settings-s.php:376
|
3947 |
msgid "Booked Times:"
|
3948 |
msgstr ""
|
3949 |
|
3950 |
+
#: core/lib/wpbc_all_translations.php:715 core/wpbc-activation.php:1204
|
3951 |
msgid ""
|
3952 |
"This booking canceled because we did not receive payment and the administrator did not approve "
|
3953 |
"it."
|
3954 |
msgstr ""
|
3955 |
|
3956 |
+
#: core/lib/wpbc_all_translations.php:716 core/wpbc-activation.php:1236
|
3957 |
#: inc/_bs/admin/page-email-payment.php:314
|
3958 |
msgid "You need to make payment for this reservation"
|
3959 |
msgstr ""
|
3960 |
|
3961 |
+
#: core/lib/wpbc_all_translations.php:717 core/wpbc-activation.php:1237
|
3962 |
#: inc/_bs/admin/page-email-payment.php:328
|
3963 |
#, php-format
|
3964 |
msgid ""
|
3966 |
"Thank you, %s"
|
3967 |
msgstr ""
|
3968 |
|
3969 |
+
#: core/lib/wpbc_all_translations.php:718 core/wpbc-activation.php:1274
|
3970 |
#: inc/_bm/admin/api-settings-m.php:247
|
3971 |
msgid "Cost: "
|
3972 |
msgstr ""
|
3973 |
|
3974 |
+
#: core/lib/wpbc_all_translations.php:719 core/wpbc-activation.php:1305
|
3975 |
#: inc/_bl/admin/api-settings-l.php:75
|
3976 |
msgid "Available: "
|
3977 |
msgstr ""
|
3993 |
msgstr ""
|
3994 |
|
3995 |
#: core/lib/wpbc_all_translations.php:723 core/wpbc-emails.php:191
|
3996 |
+
#: inc/gateways/page-gateways.php:1087
|
3997 |
#, php-format
|
3998 |
msgid ""
|
3999 |
"%s - inserting data info about the booking, which you configured in the content form at Settings "
|
4108 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
4109 |
msgstr ""
|
4110 |
|
4111 |
+
#: core/lib/wpbc_all_translations.php:744 core/wpbc-emails.php:303 core/wpbc-translation.php:286
|
4112 |
msgid "Configuration in several languages"
|
4113 |
msgstr ""
|
4114 |
|
4115 |
+
#: core/lib/wpbc_all_translations.php:745 core/wpbc-emails.php:304 core/wpbc-translation.php:287
|
4116 |
#, php-format
|
4117 |
msgid "%s - start new translation section, where %s - locale of translation"
|
4118 |
msgstr ""
|
4119 |
|
4120 |
+
#: core/lib/wpbc_all_translations.php:746 core/wpbc-emails.php:305 core/wpbc-translation.php:288
|
4121 |
#, php-format
|
4122 |
msgid "Example #1: %s - start French translation section"
|
4123 |
msgstr ""
|
4124 |
|
4125 |
+
#: core/lib/wpbc_all_translations.php:747 core/wpbc-emails.php:306 core/wpbc-translation.php:289
|
4126 |
#, php-format
|
4127 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
4128 |
msgstr ""
|
4129 |
|
4130 |
+
#: core/lib/wpbc_all_translations.php:748 core/wpbc-functions.php:1018 inc/_bm/biz_m.php:2085
|
4131 |
msgid "yes"
|
4132 |
msgstr ""
|
4133 |
|
4578 |
|
4579 |
#: core/lib/wpbc_all_translations.php:840 inc/_bl/admin/page-search.php:87
|
4580 |
#: inc/_bl/admin/page-search.php:126 inc/_bm/admin/page-cost-advanced.php:692
|
4581 |
+
#: inc/_ps/admin/page-settings-form.php:709 inc/gateways/page-gateways.php:1086
|
4582 |
msgid "Use these shortcodes for customization: "
|
4583 |
msgstr ""
|
4584 |
|
4814 |
msgid "The folowing pending booking(s): %s deleted."
|
4815 |
msgstr ""
|
4816 |
|
4817 |
+
#: core/lib/wpbc_all_translations.php:888 inc/_bl/wpbc-search-availability.php:861
|
4818 |
msgid "Book now"
|
4819 |
msgstr ""
|
4820 |
|
5032 |
msgstr ""
|
5033 |
|
5034 |
#: core/lib/wpbc_all_translations.php:931 inc/_bm/admin/page-availability.php:981
|
5035 |
+
#: inc/_bm/admin/page-cost-rate.php:157 inc/gateways/page-gateways.php:889
|
5036 |
msgid "Enabled"
|
5037 |
msgstr ""
|
5038 |
|
5318 |
msgstr ""
|
5319 |
|
5320 |
#: core/lib/wpbc_all_translations.php:987 inc/_bm/admin/page-cost.php:690
|
5321 |
+
#: inc/_bm/admin/page-cost.php:691 inc/gateways/page-gateways.php:1456
|
5322 |
msgid "Deposit"
|
5323 |
msgstr ""
|
5324 |
|
5804 |
msgid "The time(s) may be booked, or already in the past!"
|
5805 |
msgstr ""
|
5806 |
|
5807 |
+
#: core/lib/wpbc_all_translations1.php:96 inc/_bs/biz_s.php:440
|
5808 |
msgid "Cost saved successfully"
|
5809 |
msgstr ""
|
5810 |
|
5811 |
+
#: core/lib/wpbc_all_translations1.php:97 inc/_bs/biz_s.php:447
|
5812 |
msgid "Cost is not correct. It must be greater than 0"
|
5813 |
msgstr ""
|
5814 |
|
5815 |
+
#: core/lib/wpbc_all_translations1.php:98 inc/_bs/biz_s.php:632
|
5816 |
msgid "Request has been sent"
|
5817 |
msgstr ""
|
5818 |
|
5819 |
+
#: core/lib/wpbc_all_translations1.php:99 inc/_bs/biz_s.php:639
|
5820 |
msgid "Request has failed"
|
5821 |
msgstr ""
|
5822 |
|
5823 |
+
#: core/lib/wpbc_all_translations1.php:100 inc/_bs/biz_s.php:670
|
5824 |
msgid "The payment status is changed successfully"
|
5825 |
msgstr ""
|
5826 |
|
5827 |
+
#: core/lib/wpbc_all_translations1.php:101 inc/_bs/biz_s.php:677
|
5828 |
msgid "The changing of payment status is failed"
|
5829 |
msgstr ""
|
5830 |
|
5831 |
+
#: core/lib/wpbc_all_translations1.php:102 inc/_bs/biz_s.php:1095
|
5832 |
msgid "deposit"
|
5833 |
msgstr ""
|
5834 |
|
5835 |
+
#: core/lib/wpbc_all_translations1.php:103 inc/_bs/biz_s.php:1096
|
5836 |
msgid "Total cost"
|
5837 |
msgstr ""
|
5838 |
|
5839 |
+
#: core/lib/wpbc_all_translations1.php:104 inc/_bs/biz_s.php:1097
|
5840 |
msgid "balance"
|
5841 |
msgstr ""
|
5842 |
|
6280 |
msgstr ""
|
6281 |
|
6282 |
#: core/lib/wpbc_all_translations1.php:205 inc/_ps/admin/page-settings-form.php:710
|
6283 |
+
#: inc/gateways/page-gateways.php:1088
|
6284 |
#, php-format
|
6285 |
msgid "%s - inserting data from fields of booking form"
|
6286 |
msgstr ""
|
6291 |
msgstr ""
|
6292 |
|
6293 |
#: core/lib/wpbc_all_translations1.php:207 inc/_ps/admin/page-settings-form.php:715
|
6294 |
+
#: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:1143
|
6295 |
#, php-format
|
6296 |
msgid ""
|
6297 |
"You can use any %sHTML tags%s in the booking form. Please use the HTML tags carefully. Be sure, "
|
6875 |
msgstr ""
|
6876 |
|
6877 |
#: core/lib/wpbc_all_translations1.php:320 inc/_ps/form/class-wpbc-form-help.php:699
|
6878 |
+
#: inc/gateways/page-gateways.php:1113
|
6879 |
msgid "Selected Check In date."
|
6880 |
msgstr ""
|
6881 |
|
6886 |
#: inc/_ps/form/class-wpbc-form-help.php:715 inc/_ps/form/class-wpbc-form-help.php:718
|
6887 |
#: inc/_ps/form/class-wpbc-form-help.php:721 inc/_ps/form/class-wpbc-form-help.php:724
|
6888 |
#: inc/_ps/form/class-wpbc-form-help.php:727 inc/_ps/form/class-wpbc-form-help.php:730
|
6889 |
+
#: inc/gateways/page-gateways.php:1114 inc/gateways/page-gateways.php:1117
|
6890 |
+
#: inc/gateways/page-gateways.php:1120 inc/gateways/page-gateways.php:1123
|
6891 |
+
#: inc/gateways/page-gateways.php:1126 inc/gateways/page-gateways.php:1129
|
6892 |
+
#: inc/gateways/page-gateways.php:1132 inc/gateways/page-gateways.php:1135
|
6893 |
+
#: inc/gateways/page-gateways.php:1138 inc/gateways/page-gateways.php:1141
|
6894 |
msgid "Example:"
|
6895 |
msgstr ""
|
6896 |
|
6897 |
#: core/lib/wpbc_all_translations1.php:322 inc/_ps/form/class-wpbc-form-help.php:702
|
6898 |
+
#: inc/_ps/form/class-wpbc-form-help.php:705 inc/gateways/page-gateways.php:1116
|
6899 |
msgid "Selected Check Out date."
|
6900 |
msgstr ""
|
6901 |
|
6902 |
#: core/lib/wpbc_all_translations1.php:323 inc/_ps/form/class-wpbc-form-help.php:708
|
6903 |
+
#: inc/gateways/page-gateways.php:1119
|
6904 |
msgid "Selected Start Time."
|
6905 |
msgstr ""
|
6906 |
|
6907 |
#: core/lib/wpbc_all_translations1.php:324 inc/_ps/form/class-wpbc-form-help.php:711
|
6908 |
+
#: inc/gateways/page-gateways.php:1122
|
6909 |
msgid "Selected End Time."
|
6910 |
msgstr ""
|
6911 |
|
6912 |
#: core/lib/wpbc_all_translations1.php:325 inc/_ps/form/class-wpbc-form-help.php:714
|
6913 |
+
#: inc/gateways/page-gateways.php:1125
|
6914 |
msgid "All selected dates."
|
6915 |
msgstr ""
|
6916 |
|
6917 |
#: core/lib/wpbc_all_translations1.php:326 inc/_ps/form/class-wpbc-form-help.php:717
|
6918 |
+
#: inc/gateways/page-gateways.php:1128
|
6919 |
msgid "All selected dates with times."
|
6920 |
msgstr ""
|
6921 |
|
6922 |
#: core/lib/wpbc_all_translations1.php:327 inc/_ps/form/class-wpbc-form-help.php:720
|
6923 |
+
#: inc/gateways/page-gateways.php:1131
|
6924 |
msgid "All selected dates in \"short\" format."
|
6925 |
msgstr ""
|
6926 |
|
6927 |
#: core/lib/wpbc_all_translations1.php:328 inc/_ps/form/class-wpbc-form-help.php:723
|
6928 |
+
#: inc/gateways/page-gateways.php:1134
|
6929 |
msgid "All selected dates with times in \"short\" format.."
|
6930 |
msgstr ""
|
6931 |
|
6932 |
#: core/lib/wpbc_all_translations1.php:329 inc/_bm/admin/page-cost-advanced.php:695
|
6933 |
+
#: inc/_ps/form/class-wpbc-form-help.php:726 inc/gateways/page-gateways.php:1137
|
6934 |
msgid "Number of selected days."
|
6935 |
msgstr ""
|
6936 |
|
6937 |
#: core/lib/wpbc_all_translations1.php:330 inc/_bm/admin/page-cost-advanced.php:698
|
6938 |
+
#: inc/_ps/form/class-wpbc-form-help.php:729 inc/gateways/page-gateways.php:1140
|
6939 |
msgid "Number of selected nights."
|
6940 |
msgstr ""
|
6941 |
|
6944 |
msgstr ""
|
6945 |
|
6946 |
#: core/lib/wpbc_all_translations1.php:332 inc/_ps/form/class-wpbc-form-help.php:741
|
6947 |
+
#: inc/_ps/form/class-wpbc-form-help.php:743 inc/gateways/page-gateways.php:1091
|
6948 |
msgid "title of booking resource"
|
6949 |
msgstr ""
|
6950 |
|
7061 |
msgstr ""
|
7062 |
|
7063 |
#: core/lib/wpbc_all_translations1.php:359 inc/_ps/p-toolbar.php:351 inc/_ps/p-toolbar.php:464
|
7064 |
+
#: inc/_ps/personal.php:2162
|
7065 |
msgid "Duplicate Booking"
|
7066 |
msgstr ""
|
7067 |
|
7115 |
msgid "Resources count"
|
7116 |
msgstr ""
|
7117 |
|
7118 |
+
#: core/lib/wpbc_all_translations1.php:372 inc/_ps/personal.php:258
|
7119 |
msgid "This booking resources does not exist"
|
7120 |
msgstr ""
|
7121 |
|
7122 |
+
#: core/lib/wpbc_all_translations1.php:373 inc/_ps/personal.php:303
|
7123 |
msgid "Generating columns"
|
7124 |
msgstr ""
|
7125 |
|
7126 |
+
#: core/lib/wpbc_all_translations1.php:374 inc/_ps/personal.php:344
|
7127 |
msgid "Exporting booking data"
|
7128 |
msgstr ""
|
7129 |
|
7130 |
+
#: core/lib/wpbc_all_translations1.php:375 inc/_ps/personal.php:389
|
7131 |
msgid "Generating content of file"
|
7132 |
msgstr ""
|
7133 |
|
7134 |
+
#: core/lib/wpbc_all_translations1.php:376 inc/_ps/personal.php:431
|
7135 |
msgid "Saving to file"
|
7136 |
msgstr ""
|
7137 |
|
7138 |
+
#: core/lib/wpbc_all_translations1.php:377 inc/_ps/personal.php:891
|
7139 |
msgid "The booking was canceled by the visitor."
|
7140 |
msgstr ""
|
7141 |
|
7142 |
+
#: core/lib/wpbc_all_translations1.php:378 inc/_ps/personal.php:952
|
7143 |
msgid "The booking has been canceled successfully"
|
7144 |
msgstr ""
|
7145 |
|
7146 |
+
#: core/lib/wpbc_all_translations1.php:379 inc/_ps/personal.php:973
|
7147 |
msgid "Incorrect date format"
|
7148 |
msgstr ""
|
7149 |
|
7150 |
+
#: core/lib/wpbc_all_translations1.php:380 inc/_ps/personal.php:2141
|
7151 |
msgid "Change your Booking"
|
7152 |
msgstr ""
|
7153 |
|
7154 |
+
#: core/lib/wpbc_all_translations1.php:381 inc/_ps/personal.php:2143
|
7155 |
msgid "Cancel Booking"
|
7156 |
msgstr ""
|
7157 |
|
7158 |
+
#: core/lib/wpbc_all_translations1.php:382 inc/_ps/personal.php:2421
|
7159 |
msgid "Warning! The resource was not changed. Current dates are already booked there."
|
7160 |
msgstr ""
|
7161 |
|
7162 |
+
#: core/lib/wpbc_all_translations1.php:383 inc/_ps/personal.php:2558
|
7163 |
msgid "The booking has been duplicated successfully"
|
7164 |
msgstr ""
|
7165 |
|
7166 |
+
#: core/lib/wpbc_all_translations1.php:384 inc/_ps/personal.php:2567
|
7167 |
msgid "Warning! Operation failed. Current dates are already booked there."
|
7168 |
msgstr ""
|
7169 |
|
7170 |
+
#: core/lib/wpbc_all_translations1.php:385 inc/_ps/personal.php:2654
|
7171 |
msgid "Sending request..."
|
7172 |
msgstr ""
|
7173 |
|
7174 |
+
#: core/lib/wpbc_all_translations1.php:386 inc/_ps/personal.php:2683
|
7175 |
msgid "Order number"
|
7176 |
msgstr ""
|
7177 |
|
7178 |
+
#: core/lib/wpbc_all_translations1.php:387 inc/_ps/personal.php:2685
|
7179 |
msgid "Register"
|
7180 |
msgstr ""
|
7181 |
|
7182 |
+
#: core/lib/wpbc_all_translations1.php:388 inc/_ps/personal.php:2687
|
7183 |
msgid ""
|
7184 |
"Please, enter order number of your purchased version, which you received to your billing email."
|
7185 |
msgstr ""
|
7186 |
|
7187 |
+
#: core/lib/wpbc_all_translations1.php:389 inc/_ps/personal.php:2689
|
7188 |
#, php-format
|
7189 |
msgid "If you will get any difficulties or have a questions, please contact by email %s"
|
7190 |
msgstr ""
|
7194 |
msgstr ""
|
7195 |
|
7196 |
#: core/lib/wpbc_all_translations1.php:391 inc/_ps/wpbc-check-updates.php:122
|
7197 |
+
#: inc/_ps/wpbc-check-updates.php:297
|
7198 |
#, php-format
|
7199 |
msgid ""
|
7200 |
"There is a new version of %1$s available. <a href=\"%2$s\" target=\"_blank\" title=\"%3$s\">View "
|
7202 |
msgstr ""
|
7203 |
|
7204 |
#: core/lib/wpbc_all_translations1.php:392 inc/_ps/wpbc-check-updates.php:115
|
7205 |
+
#: inc/_ps/wpbc-check-updates.php:128 inc/_ps/wpbc-check-updates.php:303
|
7206 |
#, php-format
|
7207 |
msgid "You can request the new update of plugin on %1$sthis page%2$s."
|
7208 |
msgstr ""
|
7209 |
|
7210 |
+
#: core/lib/wpbc_all_translations1.php:393 inc/_ps/wpbc-check-updates.php:310
|
7211 |
msgid "Upgrade Notice"
|
7212 |
msgstr ""
|
7213 |
|
7214 |
+
#: core/lib/wpbc_all_translations1.php:394 inc/_ps/wpbc-check-updates.php:350
|
7215 |
#, php-format
|
7216 |
msgid "Version %s By %s"
|
7217 |
msgstr ""
|
7218 |
|
7219 |
+
#: core/lib/wpbc_all_translations1.php:395 inc/_ps/wpbc-check-updates.php:354
|
7220 |
msgid "View details"
|
7221 |
msgstr ""
|
7222 |
|
7243 |
#: inc/_ps/wpbc-form-templates.php:95 inc/_ps/wpbc-form-templates.php:117
|
7244 |
#: inc/_ps/wpbc-form-templates.php:147 inc/_ps/wpbc-form-templates.php:159
|
7245 |
#: inc/_ps/wpbc-form-templates.php:174 inc/_ps/wpbc-form-templates.php:189
|
7246 |
+
#: inc/gateways/page-gateways.php:367
|
7247 |
msgid "Phone"
|
7248 |
msgstr ""
|
7249 |
|
7347 |
|
7348 |
#: core/lib/wpbc_all_translations1.php:417 inc/_ps/wpbc-form-templates.php:163
|
7349 |
#: inc/_ps/wpbc-form-templates.php:178 inc/_ps/wpbc-form-templates.php:193
|
7350 |
+
#: inc/gateways/page-gateways.php:391
|
7351 |
msgid "Country"
|
7352 |
msgstr ""
|
7353 |
|
7995 |
"some option, apply to other additional fixed costs and not only to original booking cost."
|
7996 |
msgstr ""
|
7997 |
|
7998 |
+
#: core/lib/wpbc_all_translations1.php:536 inc/gateways/page-gateways.php:222
|
7999 |
+
#: inc/gateways/page-gateways.php:888
|
8000 |
msgid "Currency"
|
8001 |
msgstr ""
|
8002 |
|
8003 |
+
#: core/lib/wpbc_all_translations1.php:537 inc/gateways/page-gateways.php:225
|
8004 |
msgid ""
|
8005 |
"This is default currency that showing at your website. Specific payment gateway(s) can support "
|
8006 |
"or does not suport it."
|
8007 |
msgstr ""
|
8008 |
|
8009 |
#: core/lib/wpbc_all_translations1.php:538 inc/gateways/page-gateways.php:152
|
8010 |
+
#: inc/gateways/page-gateways.php:228 inc/gateways/page-gateways.php:940
|
8011 |
msgid "Important"
|
8012 |
msgstr ""
|
8013 |
|
8014 |
+
#: core/lib/wpbc_all_translations1.php:539 inc/gateways/page-gateways.php:228
|
8015 |
msgid "Check and configure currency at each activated payment gateway."
|
8016 |
msgstr ""
|
8017 |
|
8018 |
+
#: core/lib/wpbc_all_translations1.php:540 inc/gateways/page-gateways.php:238
|
8019 |
msgid "Currency Position"
|
8020 |
msgstr ""
|
8021 |
|
8022 |
+
#: core/lib/wpbc_all_translations1.php:541 inc/gateways/page-gateways.php:239
|
8023 |
msgid "Set position of the currency symbol."
|
8024 |
msgstr ""
|
8025 |
|
8026 |
+
#: core/lib/wpbc_all_translations1.php:542 inc/gateways/page-gateways.php:242
|
8027 |
msgid "Left"
|
8028 |
msgstr ""
|
8029 |
|
8030 |
+
#: core/lib/wpbc_all_translations1.php:543 inc/gateways/page-gateways.php:246
|
8031 |
msgid "Right"
|
8032 |
msgstr ""
|
8033 |
|
8034 |
+
#: core/lib/wpbc_all_translations1.php:544 inc/gateways/page-gateways.php:250
|
8035 |
msgid "Left with space"
|
8036 |
msgstr ""
|
8037 |
|
8038 |
+
#: core/lib/wpbc_all_translations1.php:545 inc/gateways/page-gateways.php:254
|
8039 |
msgid "Right with space"
|
8040 |
msgstr ""
|
8041 |
|
8042 |
+
#: core/lib/wpbc_all_translations1.php:546 inc/gateways/page-gateways.php:273
|
8043 |
msgid "Currency format"
|
8044 |
msgstr ""
|
8045 |
|
8046 |
+
#: core/lib/wpbc_all_translations1.php:547 inc/gateways/page-gateways.php:274
|
8047 |
msgid "Number of decimal points"
|
8048 |
msgstr ""
|
8049 |
|
8050 |
+
#: core/lib/wpbc_all_translations1.php:548 inc/gateways/page-gateways.php:282
|
8051 |
+
#: inc/gateways/page-gateways.php:298
|
8052 |
msgid "No separator"
|
8053 |
msgstr ""
|
8054 |
|
8055 |
+
#: core/lib/wpbc_all_translations1.php:549 inc/gateways/page-gateways.php:283
|
8056 |
+
#: inc/gateways/page-gateways.php:299
|
8057 |
msgid "Space"
|
8058 |
msgstr ""
|
8059 |
|
8060 |
+
#: core/lib/wpbc_all_translations1.php:550 inc/gateways/page-gateways.php:284
|
8061 |
+
#: inc/gateways/page-gateways.php:300
|
8062 |
msgid "Dot"
|
8063 |
msgstr ""
|
8064 |
|
8065 |
+
#: core/lib/wpbc_all_translations1.php:551 inc/gateways/page-gateways.php:285
|
8066 |
+
#: inc/gateways/page-gateways.php:301
|
8067 |
msgid "Comma"
|
8068 |
msgstr ""
|
8069 |
|
8070 |
+
#: core/lib/wpbc_all_translations1.php:552 inc/gateways/page-gateways.php:290
|
8071 |
msgid "Separator for the decimal point"
|
8072 |
msgstr ""
|
8073 |
|
8074 |
+
#: core/lib/wpbc_all_translations1.php:553 inc/gateways/page-gateways.php:306
|
8075 |
msgid "Thousands separator"
|
8076 |
msgstr ""
|
8077 |
|
8078 |
+
#: core/lib/wpbc_all_translations1.php:554 inc/gateways/page-gateways.php:320
|
8079 |
msgid "Please select"
|
8080 |
msgstr ""
|
8081 |
|
8082 |
+
#: core/lib/wpbc_all_translations1.php:555 inc/gateways/page-gateways.php:331
|
8083 |
msgid ""
|
8084 |
"Please select a field from your booking form. This field will be automatically assigned to the "
|
8085 |
"current field in the billing form."
|
8086 |
msgstr ""
|
8087 |
|
8088 |
+
#: core/lib/wpbc_all_translations1.php:556 inc/gateways/page-gateways.php:343
|
8089 |
msgid "Customer Email"
|
8090 |
msgstr ""
|
8091 |
|
8092 |
+
#: core/lib/wpbc_all_translations1.php:557 inc/gateways/page-gateways.php:351
|
8093 |
msgid "First Name(s)"
|
8094 |
msgstr ""
|
8095 |
|
8096 |
+
#: core/lib/wpbc_all_translations1.php:558 inc/gateways/page-gateways.php:359
|
8097 |
msgid "Last name"
|
8098 |
msgstr ""
|
8099 |
|
8100 |
+
#: core/lib/wpbc_all_translations1.php:559 inc/gateways/page-gateways.php:375
|
8101 |
msgid "Billing Address"
|
8102 |
msgstr ""
|
8103 |
|
8104 |
+
#: core/lib/wpbc_all_translations1.php:560 inc/gateways/page-gateways.php:383
|
8105 |
msgid "Billing City"
|
8106 |
msgstr ""
|
8107 |
|
8108 |
+
#: core/lib/wpbc_all_translations1.php:561 inc/gateways/page-gateways.php:400
|
8109 |
msgid "Post Code"
|
8110 |
msgstr ""
|
8111 |
|
8112 |
+
#: core/lib/wpbc_all_translations1.php:562 inc/gateways/page-gateways.php:408
|
8113 |
msgid "State"
|
8114 |
msgstr ""
|
8115 |
|
8116 |
+
#: core/lib/wpbc_all_translations1.php:563 inc/gateways/page-gateways.php:420
|
8117 |
msgid "Show booking details in payment form"
|
8118 |
msgstr ""
|
8119 |
|
8120 |
+
#: core/lib/wpbc_all_translations1.php:564 inc/gateways/page-gateways.php:421
|
8121 |
#, php-format
|
8122 |
msgid ""
|
8123 |
" Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
|
8124 |
msgstr ""
|
8125 |
|
8126 |
+
#: core/lib/wpbc_all_translations1.php:565 inc/gateways/page-gateways.php:432
|
8127 |
msgid "Configure booking details summary above the payment form"
|
8128 |
msgstr ""
|
8129 |
|
8130 |
+
#: core/lib/wpbc_all_translations1.php:566 inc/gateways/page-gateways.php:551
|
8131 |
msgid "Payments"
|
8132 |
msgstr ""
|
8133 |
|
8134 |
+
#: core/lib/wpbc_all_translations1.php:567 inc/gateways/page-gateways.php:552
|
8135 |
msgid "Customizaton of Payment"
|
8136 |
msgstr ""
|
8137 |
|
8138 |
+
#: core/lib/wpbc_all_translations1.php:568 inc/gateways/page-gateways.php:553
|
8139 |
msgid "Payment Gateways"
|
8140 |
msgstr ""
|
8141 |
|
8142 |
+
#: core/lib/wpbc_all_translations1.php:569 inc/gateways/page-gateways.php:569
|
|
|
8143 |
msgid "Payment Settings"
|
8144 |
msgstr ""
|
8145 |
|
8146 |
+
#: core/lib/wpbc_all_translations1.php:570 inc/gateways/page-gateways.php:570
|
8147 |
msgid "Payment Gateways - General Settings"
|
8148 |
msgstr ""
|
8149 |
|
8150 |
+
#: core/lib/wpbc_all_translations1.php:571 inc/gateways/page-gateways.php:637
|
8151 |
+
#: inc/gateways/page-gateways.php:661
|
8152 |
msgid "Active Payment Gateways"
|
8153 |
msgstr ""
|
8154 |
|
8155 |
+
#: core/lib/wpbc_all_translations1.php:572 inc/gateways/page-gateways.php:641
|
8156 |
+
#: inc/gateways/page-gateways.php:679
|
8157 |
msgid "Billing form fields"
|
8158 |
msgstr ""
|
8159 |
|
8160 |
+
#: core/lib/wpbc_all_translations1.php:573 inc/gateways/page-gateways.php:640
|
8161 |
+
#: inc/gateways/page-gateways.php:689
|
8162 |
msgid "Payment Description"
|
8163 |
msgstr ""
|
8164 |
|
8165 |
+
#: core/lib/wpbc_all_translations1.php:574 inc/gateways/page-gateways.php:886
|
8166 |
msgid "Gateway"
|
8167 |
msgstr ""
|
8168 |
|
8169 |
+
#: core/lib/wpbc_all_translations1.php:575 inc/gateways/page-gateways.php:936
|
8170 |
#, php-format
|
8171 |
msgid "Some currencies at payment gateways are different from main currency %s"
|
8172 |
msgstr ""
|
8173 |
|
8174 |
+
#: core/lib/wpbc_all_translations1.php:576 inc/gateways/page-gateways.php:940
|
8175 |
#, php-format
|
8176 |
msgid ""
|
8177 |
"Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
|
8178 |
"payment form without currency exchange! Its can be reason of wrong cost."
|
8179 |
msgstr ""
|
8180 |
|
8181 |
+
#: core/lib/wpbc_all_translations1.php:577 inc/gateways/page-gateways.php:1089
|
8182 |
msgid "ID of booking"
|
8183 |
msgstr ""
|
8184 |
|
8185 |
+
#: core/lib/wpbc_all_translations1.php:578 inc/gateways/page-gateways.php:1090
|
8186 |
msgid "ID of booking resources"
|
8187 |
msgstr ""
|
8188 |
|
8189 |
+
#: core/lib/wpbc_all_translations1.php:579 inc/gateways/page-gateways.php:1096
|
8190 |
msgid "current date"
|
8191 |
msgstr ""
|
8192 |
|
8193 |
+
#: core/lib/wpbc_all_translations1.php:580 inc/gateways/page-gateways.php:1097
|
8194 |
msgid "current time"
|
8195 |
msgstr ""
|
8196 |
|
8197 |
+
#: core/lib/wpbc_all_translations1.php:581 inc/gateways/page-gateways.php:1103
|
8198 |
msgid "content data of this booking"
|
8199 |
msgstr ""
|
8200 |
|
8201 |
+
#: core/lib/wpbc_all_translations1.php:582 inc/gateways/page-gateways.php:1104
|
8202 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:181
|
8203 |
msgid "show amount to pay"
|
8204 |
msgstr ""
|
8205 |
|
8206 |
+
#: core/lib/wpbc_all_translations1.php:583 inc/gateways/page-gateways.php:1106
|
8207 |
msgid "total booking cost"
|
8208 |
msgstr ""
|
8209 |
|
8210 |
+
#: core/lib/wpbc_all_translations1.php:584 inc/gateways/page-gateways.php:1107
|
8211 |
msgid "deposit cost"
|
8212 |
msgstr ""
|
8213 |
|
8214 |
+
#: core/lib/wpbc_all_translations1.php:585 inc/gateways/page-gateways.php:1108
|
8215 |
msgid "balance cost"
|
8216 |
msgstr ""
|
8217 |
|
8218 |
+
#: core/lib/wpbc_all_translations1.php:586 inc/gateways/page-gateways.php:1109
|
8219 |
msgid "original booking cost"
|
8220 |
msgstr ""
|
8221 |
|
8222 |
+
#: core/lib/wpbc_all_translations1.php:587 inc/gateways/page-gateways.php:1110
|
8223 |
msgid "additional booking cost"
|
8224 |
msgstr ""
|
8225 |
|
8226 |
+
#: core/lib/wpbc_all_translations1.php:588 inc/gateways/page-gateways.php:1461
|
8227 |
msgid "Amount to pay"
|
8228 |
msgstr ""
|
8229 |
|
8230 |
+
#: core/lib/wpbc_all_translations1.php:589 inc/gateways/page-gateways.php:1555
|
8231 |
#, php-format
|
8232 |
msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
|
8233 |
msgstr ""
|
8778 |
msgid "Email is sent to Visitor after Editing of booking."
|
8779 |
msgstr ""
|
8780 |
|
8781 |
+
#: core/lib/wpbc_all_translations1.php:712 core/lib/wpdev-booking-class.php:720
|
8782 |
msgid "Booking resource type is not defined. This can be, when at the URL is wrong booking hash."
|
8783 |
msgstr ""
|
8784 |
|
8785 |
+
#: core/lib/wpbc_all_translations1.php:713 core/lib/wpdev-booking-class.php:1080
|
8786 |
msgid "My bookings"
|
8787 |
msgstr ""
|
8788 |
|
8939 |
"not depend from the visitor choice of this payment. You need to check each such payment manually!"
|
8940 |
msgstr ""
|
8941 |
|
8942 |
+
#: core/lib/wpbc_all_translations1.php:746 inc/gateways/page-gateways.php:187
|
8943 |
msgid "Send email on cost changes"
|
8944 |
msgstr ""
|
8945 |
|
8946 |
+
#: core/lib/wpbc_all_translations1.php:747 inc/gateways/page-gateways.php:188
|
8947 |
msgid ""
|
8948 |
"Check this box if you want to send booking modification email, if cost of booking was edited in "
|
8949 |
"booking listing page."
|
8950 |
msgstr ""
|
8951 |
|
8952 |
+
#: core/lib/wpbc_all_translations1.php:748 inc/gateways/page-gateways.php:638
|
8953 |
+
#: inc/gateways/page-gateways.php:665
|
8954 |
msgid "Payment Options"
|
8955 |
msgstr ""
|
8956 |
|
9422 |
msgid "Time slots"
|
9423 |
msgstr ""
|
9424 |
|
9425 |
+
#: core/lib/wpbc_all_translations1.php:852 inc/_ps/personal.php:1374
|
9426 |
msgid "The booked dates already in the past"
|
9427 |
msgstr ""
|
9428 |
|
9460 |
msgid "require activation in your Stripe dashboard"
|
9461 |
msgstr ""
|
9462 |
|
9463 |
+
#: core/lib/wpbc_all_translations1.php:861 inc/_bl/admin/page-search.php:235
|
9464 |
msgid "Disable days selection"
|
9465 |
msgstr ""
|
9466 |
|
9467 |
+
#: core/lib/wpbc_all_translations1.php:862 inc/_bl/admin/page-search.php:236
|
9468 |
#, php-format
|
9469 |
msgid ""
|
9470 |
"Check this box to %sdisable days selection in calendar%s after redirection from search results"
|
9471 |
msgstr ""
|
9472 |
|
9473 |
+
#: core/lib/wpbc_all_translations1.php:863 inc/_bl/admin/page-search.php:237
|
9474 |
msgid ""
|
9475 |
"Use it to prevent bookings that are not allowed with such days selection in different booking "
|
9476 |
"resources."
|
9477 |
msgstr ""
|
9478 |
+
|
9479 |
+
#: inc/gateways/page-gateways.php:154
|
9480 |
+
msgid "This option does not work with Stripe payment system."
|
9481 |
+
msgstr ""
|
9482 |
+
|
9483 |
+
#: inc/gateways/page-gateways.php:163
|
9484 |
+
msgid "Calculate the deposit only based on daily costs "
|
9485 |
+
msgstr ""
|
9486 |
+
|
9487 |
+
#: inc/gateways/page-gateways.php:164
|
9488 |
+
msgid ""
|
9489 |
+
"Check this box if you want to calculate the deposit amount based on daily costs only, without "
|
9490 |
+
"additional costs."
|
9491 |
+
msgstr ""
|
9492 |
+
|
9493 |
+
#: inc/gateways/page-gateways.php:203
|
9494 |
+
msgid "Show debug cost info"
|
9495 |
+
msgstr ""
|
9496 |
+
|
9497 |
+
#: inc/gateways/page-gateways.php:204
|
9498 |
+
#, php-format
|
9499 |
+
msgid ""
|
9500 |
+
"Display %sDaily costs%s and %sAdditional costs%s for checking costs configuration. Check this "
|
9501 |
+
"box only during testing."
|
9502 |
+
msgstr ""
|
9503 |
+
|
9504 |
+
#: inc/gateways/page-gateways.php:639 inc/gateways/page-gateways.php:669
|
9505 |
+
msgid "Currency Settings"
|
9506 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: booking calendar, booking system, availability calendar, events calendar,
|
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
Tested up to: 5.8
|
8 |
-
Stable tag: 8.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -13,7 +13,7 @@ Booking Calendar - original 1st booking plugin for WordPress. Easily receive res
|
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
-
####The original "**Booking Calendar**" plugin is the 1st booking system for WordPress, **downloaded over
|
17 |
|
18 |
**Booking Calendar** plugin enable awesome **booking system** for your site. Simply show availability and receive bookings for your property or service in easy to use booking system with clean and smooth interface.
|
19 |
|
@@ -169,34 +169,34 @@ Please see [FAQ](https://wpbookingcalendar.com/faq/).
|
|
169 |
= Support Languages =
|
170 |
|
171 |
- English
|
172 |
-
- Finnish [100% Completed]
|
173 |
- Dutch [99% Completed]
|
174 |
-
-
|
|
|
|
|
|
|
|
|
|
|
175 |
- Norwegian [98% Completed]
|
|
|
176 |
- Spanish [98% Completed]
|
177 |
-
- Spanish (Mexico) [98% Completed]
|
178 |
- German [98% Completed]
|
179 |
-
-
|
180 |
-
-
|
181 |
-
-
|
182 |
-
-
|
183 |
-
- Brazilian Portuguese [98% Completed]
|
184 |
-
- Hungarian [97% Completed]
|
185 |
-
- Romanian [96% Completed]
|
186 |
- Italian [94% Completed]
|
187 |
-
- Danish [
|
188 |
-
-
|
189 |
-
-
|
190 |
-
-
|
191 |
-
- Chinese (Taiwan) [90% Completed]
|
192 |
- Russian [88% Completed]
|
193 |
- Portugal [87% Completed]
|
194 |
- Galician (Spanish) [87% Completed]
|
195 |
- Thai [87% Completed]
|
196 |
- Hebrew [84% Completed]
|
197 |
-
- Chinese [
|
198 |
-
- Ukrainian [
|
199 |
-
- Croatian [
|
200 |
- Slovak [71% Completed]
|
201 |
- Czech [71% Completed]
|
202 |
- Catalan [71% Completed]
|
@@ -230,6 +230,31 @@ Please see [Video Guides](https://wpbookingcalendar.com/help/).
|
|
230 |
13. **Time Slots**. Simple configuration of **time slots** selection in booking form.
|
231 |
|
232 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
|
234 |
= 8.8.2 =
|
235 |
- Changes in **all** versions:
|
@@ -237,7 +262,7 @@ Please see [Video Guides](https://wpbookingcalendar.com/help/).
|
|
237 |
* **Support**. Booking Calendar blocks in Widgets (8.8.2.11)
|
238 |
* **Support**. Booking Calendar blocks in Customizer (8.8.2.12)
|
239 |
* **New**. Ability to use [add_to_google_cal_url] shortcode in the "New visitor email" template at the Booking > Settings > Emails page, for adding event to own Google Calendar (8.8.2.4)
|
240 |
-
* **Improvement**. Immediate showing block in Gutenberg editor, after configuration in
|
241 |
* **Translation**. Dutch translation [99% completed] by Wilbert van Diemen
|
242 |
* **Translation**. Finnish translation [100% completed] by Riku Kuusisto
|
243 |
- Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions:
|
@@ -872,5 +897,5 @@ Please see [Video Guides](https://wpbookingcalendar.com/help/).
|
|
872 |
For more information, see the [full release notes](https://wpbookingcalendar.com/changelog/).
|
873 |
|
874 |
== Upgrade Notice ==
|
875 |
-
= 8.
|
876 |
-
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
Tested up to: 5.8
|
8 |
+
Stable tag: 8.9
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
####The original "**Booking Calendar**" plugin is the 1st booking system for WordPress, **downloaded over 2,000,000** times [since 2009](https://wpbookingcalendar.com/changelog/).
|
17 |
|
18 |
**Booking Calendar** plugin enable awesome **booking system** for your site. Simply show availability and receive bookings for your property or service in easy to use booking system with clean and smooth interface.
|
19 |
|
169 |
= Support Languages =
|
170 |
|
171 |
- English
|
|
|
172 |
- Dutch [99% Completed]
|
173 |
+
- French [99% Completed]
|
174 |
+
- Finnish [99% Completed]
|
175 |
+
- Greek [99% Completed]
|
176 |
+
- Arabic [99% Completed]
|
177 |
+
- Brazilian Portuguese [99% Completed]
|
178 |
+
- Spanish (Mexico) [99% Completed]
|
179 |
- Norwegian [98% Completed]
|
180 |
+
- Swedish [98% Completed]
|
181 |
- Spanish [98% Completed]
|
|
|
182 |
- German [98% Completed]
|
183 |
+
- Polish [97% Completed]
|
184 |
+
- Slovenian [96% Completed]
|
185 |
+
- Hungarian [96% Completed]
|
186 |
+
- Romanian [95% Completed]
|
|
|
|
|
|
|
187 |
- Italian [94% Completed]
|
188 |
+
- Danish [91% Completed]
|
189 |
+
- Bulgarian [91% Completed]
|
190 |
+
- Turkish [91% Completed]
|
191 |
+
- Chinese (Taiwan) [89% Completed]
|
|
|
192 |
- Russian [88% Completed]
|
193 |
- Portugal [87% Completed]
|
194 |
- Galician (Spanish) [87% Completed]
|
195 |
- Thai [87% Completed]
|
196 |
- Hebrew [84% Completed]
|
197 |
+
- Chinese [83% Completed]
|
198 |
+
- Ukrainian [83% Completed]
|
199 |
+
- Croatian [71% Completed]
|
200 |
- Slovak [71% Completed]
|
201 |
- Czech [71% Completed]
|
202 |
- Catalan [71% Completed]
|
230 |
13. **Time Slots**. Simple configuration of **time slots** selection in booking form.
|
231 |
|
232 |
== Changelog ==
|
233 |
+
= 8.9 =
|
234 |
+
- Changes in **all** versions:
|
235 |
+
* **Translation**. French translation [100% completed] by Walid Chaafi
|
236 |
+
* **Translation**. Arabic translation [100% Completed] by Walid Chaafi
|
237 |
+
* **Translation**. Dutch translation [99% completed] by Wilbert van Diemen
|
238 |
+
* **Translation**. Brazilian Portuguese [99% Completed] by Myres Hopkins
|
239 |
+
* **Translation**. Greek [100% Completed] by Ilias Moutzouris
|
240 |
+
* **New**. Ability to export into .ics feeds only bookings, that was created in Booking Calendar plugin, without any other imported bookings. Activate it at Booking > Settings > Sync > "General" page. Available in Booking Manager update 2.0.20 or newer. (8.8.3.19)
|
241 |
+
* **Improvement**. Show error message, if activated to use CAPTCHA and PHP configuration does not have activated GD library. (8.8.3.5)
|
242 |
+
* **Improvement**. Show help message, about troubleshooting of "Request do not pass security check!" error. (8.8.3.6)
|
243 |
+
* **Improvement**. Showing centered booking form, while using simple booking form configuration. (8.8.3.10)
|
244 |
+
* **Improvement**. Debug function show HTML elements during output of strings (8.8.3.11)
|
245 |
+
* **Fix**. Issue of incorrectly defined locale order, that was reason of not loading language in some translation plugins, like Falang (possible in Polylang, WPML) (8.8.3.8)
|
246 |
+
* **Fix**. Warning: Use of undefined constant POLYLANG_VERSION - assumed 'POLYLANG_VERSION' (this will throw an Error in a future version of PHP) in ../core/wpbc-translation.php on line 241 (8.8.3.16)
|
247 |
+
- Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions:
|
248 |
+
* **New**. Show debug cost information of "Daily costs" and "Additional costs" to better understand how costs is working. Activate it at the Booking > Settings > Payment page in Payment options section. (8.8.3.18) *(Business Medium/Large, MultiUser)*
|
249 |
+
* **New**. Ability to calculate the deposit amount based on daily costs only, without additional costs. Activate it at the Booking > Settings > Payment page in Payment options section (8.8.3.15) *(Business Medium/Large, MultiUser)*
|
250 |
+
* **Improvement**. If we are using the [cost_corrections] shortcode in the booking form for entering our cost at Booking > Add booking page, then we can use in the New booking emails such shortcodes [corrected_total_cost], [corrected_deposit_cost], [corrected_balance_cost] ( 8.8.3.12) *(Business Medium/Large, MultiUser)*
|
251 |
+
* **Improvement**. Escape any html tags from the booking resource titles in emails (8.8.3.17) *(Personal, Business Small/Medium/Large, MultiUser)*
|
252 |
+
* **Fix**. Deprecated Message in PHP 8.0: Required parameter $bk_res_id follows optional parameter $blank in ..\wp-content\plugins\booking\inc\_mu\multiuser.php on line 257 (8.8.3.3) *(Business Large, MultiUser)*
|
253 |
+
* **Fix**. Deprecated Message in PHP 8.0: Required parameter $nonSensitiveDataKey follows optional parameter $delimeter in ..\wp-content\plugins\booking\inc\gateways\sage\wpbc-gw-sage.php on line 1342 (8.8.3.4) *(Business Small/Medium/Large, MultiUser)*
|
254 |
+
* **Fix**. Fix timezone issue for auto cancellation of pending bookings that does not have the successfully paid status. (8.8.3.1) *(Business Large, MultiUser)*
|
255 |
+
* **Fix**. Issie of not showing '0.00' for some advanced hint option, like [breakfast_hint], if checkbox of breakfast feature was unchecked in the booking form. (8.8.3.2) *(Business Medium/Large, MultiUser)*
|
256 |
+
* **Fix**. PHP Fatal error: Uncaught TypeError: Unsupported operand types: float / string in ../inc/_bm/biz_m.php:1166 (8.8.3.9)
|
257 |
+
* **Fix**. Error of during updates of plugin, relative of correct configuring of $transient variable within the "pre_set_site_transient_update_plugins" WordPress hook. (8.8.3.14)
|
258 |
|
259 |
= 8.8.2 =
|
260 |
- Changes in **all** versions:
|
262 |
* **Support**. Booking Calendar blocks in Widgets (8.8.2.11)
|
263 |
* **Support**. Booking Calendar blocks in Customizer (8.8.2.12)
|
264 |
* **New**. Ability to use [add_to_google_cal_url] shortcode in the "New visitor email" template at the Booking > Settings > Emails page, for adding event to own Google Calendar (8.8.2.4)
|
265 |
+
* **Improvement**. Immediate showing block in Gutenberg editor, after configuration in popup window. No need to click on "Click to Preview Block" button, as previously. (8.8.2.10)
|
266 |
* **Translation**. Dutch translation [99% completed] by Wilbert van Diemen
|
267 |
* **Translation**. Finnish translation [100% completed] by Riku Kuusisto
|
268 |
- Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions:
|
897 |
For more information, see the [full release notes](https://wpbookingcalendar.com/changelog/).
|
898 |
|
899 |
== Upgrade Notice ==
|
900 |
+
= 8.9 =
|
901 |
+
Show help info about costs to better understand cost calculations. Improvements in .ics export functionality. Other improvements...
|
wpdev-booking.php
CHANGED
@@ -7,7 +7,7 @@ Author: wpdevelop, oplugins
|
|
7 |
Author URI: https://wpbookingcalendar.com/
|
8 |
Text Domain: booking
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 8.
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2021 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
|
@@ -29,7 +29,7 @@ Version: 8.8.2
|
|
29 |
if ( ! defined( 'ABSPATH' ) ) die( '<h3>Direct access to this file do not allow!</h3>' ); // Exit if accessed directly
|
30 |
|
31 |
|
32 |
-
if ( ! defined( 'WP_BK_VERSION_NUM' ) ) { define( 'WP_BK_VERSION_NUM', '8.
|
33 |
|
34 |
////////////////////////////////////////////////////////////////////////////////
|
35 |
// PRIMARY URL CONSTANTS
|
7 |
Author URI: https://wpbookingcalendar.com/
|
8 |
Text Domain: booking
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 8.9
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2021 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
|
29 |
if ( ! defined( 'ABSPATH' ) ) die( '<h3>Direct access to this file do not allow!</h3>' ); // Exit if accessed directly
|
30 |
|
31 |
|
32 |
+
if ( ! defined( 'WP_BK_VERSION_NUM' ) ) { define( 'WP_BK_VERSION_NUM', '8.9' ); }
|
33 |
|
34 |
////////////////////////////////////////////////////////////////////////////////
|
35 |
// PRIMARY URL CONSTANTS
|