Version Description
- Changes in all versions:
- Translation Dutch translation [99% completed] by Boris Hoekmeijer.
- Translation Polish translation [99% completed] by Rafa Drza.
- Translation German translation [99% completed] by Andreas Wellmann.
- Improvement Load translation (if exist) from the general plugins folder firstly: /wp-content/languages/plugin/booking-xx_XX.mo (8.7.7.1)
- Improvement Replaced usage of Bootstrap slideToggle to jQuery toggle function - for ability to show some sections, if bootstrap library deactivated. (8.7.7.9)
- Fix. Warning: preg_match(): Compilation failed: invalid range in character class for emails (8.7.7.2)
- Fix. Issue of not showing captcha in some servers with Apache 2.4 or newer versions. (8.7.7.5)
- Fix. Issue of adding cutted booking details, while clicking on "Add to Google Calendar button", if in booking details was used & symbols (8.7.7.7)
- Fix. Issue of changing locale in Polylang plugin 2.7.2 or newer (8.7.7.11)
- Fix. Issue of showing incorrectly short day names in Timeline in non English languages (8.7.7.14)
- Fix. Issue of sometimes hidding theme menus in admin panel, if the Booking Calendar menu also showing at the top (8.7.7.16)
- Under hood New function wpbc_get_form_fields_free(); for booking form fields in Booking Calendar Free version. (8.7.7.3)
- Under hood New support for 'email-reminders' integration. Ability to use function wpbc_api_get_bookings_arr with parameter wh_booking_id like '>10' or '<100' (8.7.7.10)
- Changes in Personal / Business Small / Business Medium / Business Large / MultiUser versions:
- New. Ability to define PayPal tax fee payment (only for PayPal payment system) in percents at the Booking > Settings > Payment > PayPal page (8.7.7.12) (Business Small/Medium/Large, MultiUser)
- New. Form template for showing booking form fields in 2 columns (8.7.7.15) (Business Small/Medium/Large, MultiUser)
- Improvement Show all booking resources (instead of default resource), in timeline shortcode if was skipped 'type' parameter or value of this parameter is empty (8.7.7.4) (Personal, Business Small/Medium/Large, MultiUser)
- Fix. Issue of adding empty booking details, while clicking on "Add to Google Calendar button", if was assigned fields from Custom booking form at Booking > Settings > Sync > "General" page (8.7.7.6) (Business Medium/Large, MultiUser)
- Fix. Issue of ability to scroll to "step #1", while using "Wizard form template", and some required fields was not filled at "step #2" (8.7.7.8) (Personal, Business Small/Medium/Large, MultiUser)
- Fix. Issue of not showing the correct color of payment status relative to using different languages (other than English) in the system.
Download this release
Release Info
Developer | wpdevelop |
Plugin | Booking Calendar |
Version | 8.7.7 |
Comparing to | |
See all releases |
Code changes from version 8.7.6 to 8.7.7
- core/admin/api-settings.php +8 -8
- core/admin/wpbc-class-listing.php +3 -3
- core/admin/wpbc-sql.php +22 -4
- core/admin/wpbc-toolbar-tiny.php +32 -32
- core/admin/wpbc-toolbars.php +7 -9
- core/any/api-emails.php +1 -1
- core/lib/wpbc_all_translations1.php +4 -0
- core/timeline/v2/wpbc-class-timeline_v2.php +27 -20
- core/wpbc-dev-api.php +25 -2
- core/wpbc-emails.php +1 -1
- core/wpbc-translation.php +19 -8
- core/wpbc.php +3 -3
- css/client.css +44 -1
- js/captcha/captcha.php +56 -5
- js/client.js +5 -4
- languages/booking-ar_SA.mo +0 -0
- languages/booking-be_BY.mo +0 -0
- languages/booking-bg_BG.mo +0 -0
- languages/booking-ca.mo +0 -0
- languages/booking-cs_CZ.mo +0 -0
- languages/booking-da_DK.mo +0 -0
- languages/booking-de_DE.mo +0 -0
- languages/booking-el.mo +0 -0
- languages/booking-es_ES.mo +0 -0
- languages/booking-fi.mo +0 -0
- languages/booking-fr_FR.mo +0 -0
- languages/booking-gl_ES.mo +0 -0
- languages/booking-he_IL.mo +0 -0
- languages/booking-hr.mo +0 -0
- languages/booking-hu_HU.mo +0 -0
- languages/booking-it_IT.mo +0 -0
- languages/booking-nb_NO.mo +0 -0
- languages/booking-nl_NL.mo +0 -0
- languages/booking-pl_PL.mo +0 -0
- languages/booking-pt_BR.mo +0 -0
- languages/booking-pt_PT.mo +0 -0
- languages/booking-ro_RO.mo +0 -0
- languages/booking-ru_RU.mo +0 -0
- languages/booking-sk_SK.mo +0 -0
- languages/booking-sl_SI.mo +0 -0
- languages/booking-sv_SE.mo +0 -0
- languages/booking-th_TH.mo +0 -0
- languages/booking-tr_TR.mo +0 -0
- languages/{booking-uk_UK.mo → booking-uk.mo} +0 -0
- languages/booking-zh_CN.mo +0 -0
- languages/booking-zh_TW.mo +0 -0
- languages/booking.pot +197 -178
- readme.txt +31 -8
- wpdev-booking.php +2 -2
core/admin/api-settings.php
CHANGED
@@ -1288,8 +1288,8 @@ class WPBC_Settings_API_General extends WPBC_Settings_API {
|
|
1288 |
|
1289 |
// Click on Show Advanced JavaScript section link
|
1290 |
$js_script .= " jQuery('#wpbc_show_advanced_section_link_show').on( 'click', function(){
|
1291 |
-
jQuery('#wpbc_show_advanced_section_link_show').
|
1292 |
-
jQuery('#wpbc_show_advanced_section_link_hide').animate( {opacity: 1}, 200 ).
|
1293 |
jQuery('.wpbc_advanced_js_loading_settings').removeClass('hidden_items');
|
1294 |
|
1295 |
if ( ! jQuery('#set_gen_booking_is_load_js_css_on_specific_pages').is(':checked') ) {
|
@@ -1297,8 +1297,8 @@ class WPBC_Settings_API_General extends WPBC_Settings_API {
|
|
1297 |
}
|
1298 |
} ); ";
|
1299 |
$js_script .= " jQuery('#wpbc_show_advanced_section_link_hide').on( 'click', function(){
|
1300 |
-
jQuery('#wpbc_show_advanced_section_link_hide').
|
1301 |
-
jQuery('#wpbc_show_advanced_section_link_show').animate( {opacity: 1}, 200 ).
|
1302 |
jQuery('.wpbc_advanced_js_loading_settings').addClass('hidden_items');
|
1303 |
} ); ";
|
1304 |
// Click on "is_not_load_bs_script_in_client"
|
@@ -1336,13 +1336,13 @@ class WPBC_Settings_API_General extends WPBC_Settings_API {
|
|
1336 |
|
1337 |
// Click on Powered by links
|
1338 |
$js_script .= " jQuery('#wpbc_powered_by_link_show').on( 'click', function(){
|
1339 |
-
jQuery('#wpbc_powered_by_link_show').
|
1340 |
-
jQuery('#wpbc_powered_by_link_hide').animate( {opacity: 1}, 200 ).
|
1341 |
jQuery('.wpbc_is_show_powered_by_notice').removeClass('hidden_items');
|
1342 |
} ); ";
|
1343 |
$js_script .= " jQuery('#wpbc_powered_by_link_hide').on( 'click', function(){
|
1344 |
-
jQuery('#wpbc_powered_by_link_hide').
|
1345 |
-
jQuery('#wpbc_powered_by_link_show').animate( {opacity: 1}, 200 ).
|
1346 |
jQuery('.wpbc_is_show_powered_by_notice').addClass('hidden_items');
|
1347 |
} ); ";
|
1348 |
|
1288 |
|
1289 |
// Click on Show Advanced JavaScript section link
|
1290 |
$js_script .= " jQuery('#wpbc_show_advanced_section_link_show').on( 'click', function(){
|
1291 |
+
jQuery('#wpbc_show_advanced_section_link_show').toggle(200);
|
1292 |
+
jQuery('#wpbc_show_advanced_section_link_hide').animate( {opacity: 1}, 200 ).toggle(200);
|
1293 |
jQuery('.wpbc_advanced_js_loading_settings').removeClass('hidden_items');
|
1294 |
|
1295 |
if ( ! jQuery('#set_gen_booking_is_load_js_css_on_specific_pages').is(':checked') ) {
|
1297 |
}
|
1298 |
} ); ";
|
1299 |
$js_script .= " jQuery('#wpbc_show_advanced_section_link_hide').on( 'click', function(){
|
1300 |
+
jQuery('#wpbc_show_advanced_section_link_hide').toggle(200);
|
1301 |
+
jQuery('#wpbc_show_advanced_section_link_show').animate( {opacity: 1}, 200 ).toggle(200);
|
1302 |
jQuery('.wpbc_advanced_js_loading_settings').addClass('hidden_items');
|
1303 |
} ); ";
|
1304 |
// Click on "is_not_load_bs_script_in_client"
|
1336 |
|
1337 |
// Click on Powered by links
|
1338 |
$js_script .= " jQuery('#wpbc_powered_by_link_show').on( 'click', function(){
|
1339 |
+
jQuery('#wpbc_powered_by_link_show').toggle(200);
|
1340 |
+
jQuery('#wpbc_powered_by_link_hide').animate( {opacity: 1}, 200 ).toggle(200);
|
1341 |
jQuery('.wpbc_is_show_powered_by_notice').removeClass('hidden_items');
|
1342 |
} ); ";
|
1343 |
$js_script .= " jQuery('#wpbc_powered_by_link_hide').on( 'click', function(){
|
1344 |
+
jQuery('#wpbc_powered_by_link_hide').toggle(200);
|
1345 |
+
jQuery('#wpbc_powered_by_link_show').animate( {opacity: 1}, 200 ).toggle(200);
|
1346 |
jQuery('.wpbc_is_show_powered_by_notice').addClass('hidden_items');
|
1347 |
} ); ";
|
1348 |
|
core/admin/wpbc-class-listing.php
CHANGED
@@ -239,10 +239,10 @@ class WPBC_Booking_Listing_Table {
|
|
239 |
|
240 |
$payment_status_titles = get_payment_status_titles();
|
241 |
$row_data['current_payment_status_titles'] = array_search( $row_data['pay_status'], $payment_status_titles );
|
242 |
-
if ( $row_data['current_payment_status_titles'] === false )
|
243 |
$row_data['current_payment_status_titles'] = $row_data['pay_status'];
|
244 |
|
245 |
-
|
246 |
if ( $row_data['is_paid'] ) {
|
247 |
//$row_data['pay_print_status'] = __( 'Paid OK', 'booking' );
|
248 |
$row_data['pay_print_status'] = $row_data['pay_status']; //Payment status with payment system description, like PayPal:Ok //FixIn: 8.2.1.25
|
@@ -327,7 +327,7 @@ class WPBC_Booking_Listing_Table {
|
|
327 |
<?php make_bk_action('wpbc_booking_listing_show_label_resource', $row_data['resource_name'], $this->url['request'] .'&wh_booking_type='. $row_data['resource'] ); ?>
|
328 |
<span class="label label-default label-pending <?php if ($row_data['is_approved']) echo ' hidden_items '; ?> "><?php _e('Pending' ,'booking'); ?></span>
|
329 |
<span class="label label-default label-approved <?php if (! $row_data['is_approved']) echo ' hidden_items '; ?>"><?php _e('Approved' ,'booking'); ?></span>
|
330 |
-
|
331 |
<span class="label label-trash label-danger <?php if (! $row_data['is_trash']) echo ' hidden_items '; ?> "><?php _e('In Trash / Rejected' ,'booking'); ?></span><?php //FixIn: 6.1.1.10 ?>
|
332 |
<?php //FixIn: 8.4.5.10
|
333 |
if ( ! empty ( $row_data['sync_gid'] ) ) {
|
239 |
|
240 |
$payment_status_titles = get_payment_status_titles();
|
241 |
$row_data['current_payment_status_titles'] = array_search( $row_data['pay_status'], $payment_status_titles );
|
242 |
+
if ( $row_data['current_payment_status_titles'] === false )
|
243 |
$row_data['current_payment_status_titles'] = $row_data['pay_status'];
|
244 |
|
245 |
+
|
246 |
if ( $row_data['is_paid'] ) {
|
247 |
//$row_data['pay_print_status'] = __( 'Paid OK', 'booking' );
|
248 |
$row_data['pay_print_status'] = $row_data['pay_status']; //Payment status with payment system description, like PayPal:Ok //FixIn: 8.2.1.25
|
327 |
<?php make_bk_action('wpbc_booking_listing_show_label_resource', $row_data['resource_name'], $this->url['request'] .'&wh_booking_type='. $row_data['resource'] ); ?>
|
328 |
<span class="label label-default label-pending <?php if ($row_data['is_approved']) echo ' hidden_items '; ?> "><?php _e('Pending' ,'booking'); ?></span>
|
329 |
<span class="label label-default label-approved <?php if (! $row_data['is_approved']) echo ' hidden_items '; ?>"><?php _e('Approved' ,'booking'); ?></span>
|
330 |
+
<?php make_bk_action( 'wpdev_bk_listing_show_payment_label', $row_data['is_paid'], $row_data['pay_print_status'], $row_data['current_payment_status_titles'], $row_data['pay_status'] ); //FixIn: 8.7.7.13 ?>
|
331 |
<span class="label label-trash label-danger <?php if (! $row_data['is_trash']) echo ' hidden_items '; ?> "><?php _e('In Trash / Rejected' ,'booking'); ?></span><?php //FixIn: 6.1.1.10 ?>
|
332 |
<?php //FixIn: 8.4.5.10
|
333 |
if ( ! empty ( $row_data['sync_gid'] ) ) {
|
core/admin/wpbc-sql.php
CHANGED
@@ -1024,10 +1024,28 @@ function wpbc_get_sql_for_booking_listing( $args ){
|
|
1024 |
}
|
1025 |
|
1026 |
} else {
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1031 |
// Check if searching booking is belonging to specific user in Booking Calendar MultiUser version
|
1032 |
$sql_where = apply_bk_filter('update_where_sql_for_getting_bookings_in_multiuser', $sql_where );
|
1033 |
|
1024 |
}
|
1025 |
|
1026 |
} else {
|
1027 |
+
|
1028 |
+
//FixIn: 8.7.7.10
|
1029 |
+
if ( strpos( $wh_booking_id, '<' ) !== false ) {
|
1030 |
+
$wh_booking_id = str_replace( '<', '', $wh_booking_id );
|
1031 |
+
$wh_booking_id = intval( $wh_booking_id );
|
1032 |
+
$sql_where = " WHERE bk.booking_id < " . $wh_booking_id . " ";
|
1033 |
+
}
|
1034 |
+
|
1035 |
+
else if ( strpos( $wh_booking_id, '>' ) !== false ) {
|
1036 |
+
$wh_booking_id = str_replace( '>', '', $wh_booking_id );
|
1037 |
+
$wh_booking_id = intval( $wh_booking_id );
|
1038 |
+
$sql_where = " WHERE bk.booking_id > " . $wh_booking_id . " ";
|
1039 |
+
|
1040 |
+
}
|
1041 |
+
|
1042 |
+
else if ( strpos( $wh_booking_id, ',' ) !== false ) {
|
1043 |
+
$sql_where = " WHERE bk.booking_id IN (" . $wh_booking_id . ") ";
|
1044 |
+
|
1045 |
+
} else {
|
1046 |
+
$sql_where = " WHERE bk.booking_id = " . $wh_booking_id . " ";
|
1047 |
+
}
|
1048 |
+
|
1049 |
// Check if searching booking is belonging to specific user in Booking Calendar MultiUser version
|
1050 |
$sql_where = apply_bk_filter('update_where_sql_for_getting_bookings_in_multiuser', $sql_where );
|
1051 |
|
core/admin/wpbc-toolbar-tiny.php
CHANGED
@@ -1848,16 +1848,16 @@ Parameters for possible usage of shortcode:
|
|
1848 |
jQuery( "#wpbc_bookingtimeline_view_days_num option[value=7]" ).prop( "disabled", true );
|
1849 |
jQuery( "#wpbc_bookingtimeline_view_days_num option[value=60]" ).prop( "disabled", true );
|
1850 |
// jQuery('#bookingtimeline_show_link').on( 'click', function(){
|
1851 |
-
// jQuery('#bookingtimeline_show_link').
|
1852 |
-
// jQuery('#bookingtimeline_hide_link').animate( {opacity: 1}, 200 ).
|
1853 |
-
// jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').
|
1854 |
-
// jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').animate( {opacity: 1}, 200 ).
|
1855 |
// } );
|
1856 |
// jQuery('#bookingtimeline_hide_link').on( 'click', function(){
|
1857 |
-
// jQuery('#bookingtimeline_hide_link').
|
1858 |
-
// jQuery('#bookingtimeline_show_link').animate( {opacity: 1}, 200 ).
|
1859 |
-
// jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').
|
1860 |
-
// jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').animate( {opacity: 1}, 200 ).
|
1861 |
// } );
|
1862 |
//FixIn: 7.0.1.17
|
1863 |
jQuery( '#wpbc_bookingtimeline_type,#wpbc_bookingtimeline_view_days_num,#wpbc_bookingtimeline_header_title,#wpbc_bookingtimeline_scroll_start_date_active,#wpbc_bookingtimeline_scroll_month,#wpbc_bookingtimeline_scroll_day,#wpbc_bookingtimeline_limit_hours_start_time,#wpbc_bookingtimeline_limit_hours_end_time').on( 'change', function(){ // Booking Resource Selectbox Change value
|
@@ -1874,16 +1874,16 @@ Parameters for possible usage of shortcode:
|
|
1874 |
////////////////////////////////////////////////////////////////
|
1875 |
<?php $shortcode_section_key = 'booking'; ?>
|
1876 |
jQuery('#booking_show_link').on( 'click', function(){
|
1877 |
-
jQuery('#booking_show_link').
|
1878 |
-
jQuery('#booking_hide_link').animate( {opacity: 1}, 200 ).
|
1879 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').
|
1880 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').animate( {opacity: 1}, 200 ).
|
1881 |
} );
|
1882 |
jQuery('#booking_hide_link').on( 'click', function(){
|
1883 |
-
jQuery('#booking_hide_link').
|
1884 |
-
jQuery('#booking_show_link').animate( {opacity: 1}, 200 ).
|
1885 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').
|
1886 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').animate( {opacity: 1}, 200 ).
|
1887 |
} );
|
1888 |
jQuery( '#wpbc_booking_type,#wpbc_booking_form_type,#wpbc_booking_nummonths,#wpbc_booking_startmonth_active,#wpbc_booking_options,#wpbc_booking_aggregate').on( 'change', function(){ // Booking Resource Selectbox Change value
|
1889 |
wpbc_set_shortcode();
|
@@ -1899,16 +1899,16 @@ Parameters for possible usage of shortcode:
|
|
1899 |
////////////////////////////////////////////////////////////////
|
1900 |
<?php $shortcode_section_key = 'bookingcalendar'; ?>
|
1901 |
jQuery('#bookingcalendar_show_link').on( 'click', function(){
|
1902 |
-
jQuery('#bookingcalendar_show_link').
|
1903 |
-
jQuery('#bookingcalendar_hide_link').animate( {opacity: 1}, 200 ).
|
1904 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').
|
1905 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').animate( {opacity: 1}, 200 ).
|
1906 |
} );
|
1907 |
jQuery('#bookingcalendar_hide_link').on( 'click', function(){
|
1908 |
-
jQuery('#bookingcalendar_hide_link').
|
1909 |
-
jQuery('#bookingcalendar_show_link').animate( {opacity: 1}, 200 ).
|
1910 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').
|
1911 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').animate( {opacity: 1}, 200 ).
|
1912 |
} );
|
1913 |
jQuery( '#wpbc_bookingcalendar_type,#wpbc_bookingcalendar_nummonths,#wpbc_bookingcalendar_startmonth_active,#wpbc_bookingcalendar_options,#wpbc_bookingcalendar_aggregate').on( 'change', function(){ // Booking Resource Selectbox Change value
|
1914 |
wpbc_set_shortcode();
|
@@ -1924,16 +1924,16 @@ Parameters for possible usage of shortcode:
|
|
1924 |
////////////////////////////////////////////////////////////////
|
1925 |
<?php $shortcode_section_key = 'bookingselect'; ?>
|
1926 |
jQuery('#bookingselect_show_link').on( 'click', function(){
|
1927 |
-
jQuery('#bookingselect_show_link').
|
1928 |
-
jQuery('#bookingselect_hide_link').animate( {opacity: 1}, 200 ).
|
1929 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').
|
1930 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').animate( {opacity: 1}, 200 ).
|
1931 |
} );
|
1932 |
jQuery('#bookingselect_hide_link').on( 'click', function(){
|
1933 |
-
jQuery('#bookingselect_hide_link').
|
1934 |
-
jQuery('#bookingselect_show_link').animate( {opacity: 1}, 200 ).
|
1935 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').
|
1936 |
-
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').animate( {opacity: 1}, 200 ).
|
1937 |
} );
|
1938 |
jQuery( '#wpbc_bookingselect_type,#wpbc_bookingselect_selected_type,#wpbc_bookingselect_form_type,#wpbc_bookingselect_label,#wpbc_bookingselect_first_option_title,#wpbc_bookingselect_nummonths,#wpbc_bookingselect_startmonth_active,#wpbc_bookingselect_options').on( 'change', function(){ // Booking Resource Selectbox Change value
|
1939 |
wpbc_set_shortcode();
|
1848 |
jQuery( "#wpbc_bookingtimeline_view_days_num option[value=7]" ).prop( "disabled", true );
|
1849 |
jQuery( "#wpbc_bookingtimeline_view_days_num option[value=60]" ).prop( "disabled", true );
|
1850 |
// jQuery('#bookingtimeline_show_link').on( 'click', function(){
|
1851 |
+
// jQuery('#bookingtimeline_show_link').toggle(200);
|
1852 |
+
// jQuery('#bookingtimeline_hide_link').animate( {opacity: 1}, 200 ).toggle(200);
|
1853 |
+
// jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').toggle(200);
|
1854 |
+
// jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').animate( {opacity: 1}, 200 ).toggle(200);
|
1855 |
// } );
|
1856 |
// jQuery('#bookingtimeline_hide_link').on( 'click', function(){
|
1857 |
+
// jQuery('#bookingtimeline_hide_link').toggle(200);
|
1858 |
+
// jQuery('#bookingtimeline_show_link').animate( {opacity: 1}, 200 ).toggle(200);
|
1859 |
+
// jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').toggle(200);
|
1860 |
+
// jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').animate( {opacity: 1}, 200 ).toggle(200);
|
1861 |
// } );
|
1862 |
//FixIn: 7.0.1.17
|
1863 |
jQuery( '#wpbc_bookingtimeline_type,#wpbc_bookingtimeline_view_days_num,#wpbc_bookingtimeline_header_title,#wpbc_bookingtimeline_scroll_start_date_active,#wpbc_bookingtimeline_scroll_month,#wpbc_bookingtimeline_scroll_day,#wpbc_bookingtimeline_limit_hours_start_time,#wpbc_bookingtimeline_limit_hours_end_time').on( 'change', function(){ // Booking Resource Selectbox Change value
|
1874 |
////////////////////////////////////////////////////////////////
|
1875 |
<?php $shortcode_section_key = 'booking'; ?>
|
1876 |
jQuery('#booking_show_link').on( 'click', function(){
|
1877 |
+
jQuery('#booking_show_link').toggle(200);
|
1878 |
+
jQuery('#booking_hide_link').animate( {opacity: 1}, 200 ).toggle(200);
|
1879 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').toggle(200);
|
1880 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').animate( {opacity: 1}, 200 ).toggle(200);
|
1881 |
} );
|
1882 |
jQuery('#booking_hide_link').on( 'click', function(){
|
1883 |
+
jQuery('#booking_hide_link').toggle(200);
|
1884 |
+
jQuery('#booking_show_link').animate( {opacity: 1}, 200 ).toggle(200);
|
1885 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').toggle(200);
|
1886 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').animate( {opacity: 1}, 200 ).toggle(200);
|
1887 |
} );
|
1888 |
jQuery( '#wpbc_booking_type,#wpbc_booking_form_type,#wpbc_booking_nummonths,#wpbc_booking_startmonth_active,#wpbc_booking_options,#wpbc_booking_aggregate').on( 'change', function(){ // Booking Resource Selectbox Change value
|
1889 |
wpbc_set_shortcode();
|
1899 |
////////////////////////////////////////////////////////////////
|
1900 |
<?php $shortcode_section_key = 'bookingcalendar'; ?>
|
1901 |
jQuery('#bookingcalendar_show_link').on( 'click', function(){
|
1902 |
+
jQuery('#bookingcalendar_show_link').toggle(200);
|
1903 |
+
jQuery('#bookingcalendar_hide_link').animate( {opacity: 1}, 200 ).toggle(200);
|
1904 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').toggle(200);
|
1905 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').animate( {opacity: 1}, 200 ).toggle(200);
|
1906 |
} );
|
1907 |
jQuery('#bookingcalendar_hide_link').on( 'click', function(){
|
1908 |
+
jQuery('#bookingcalendar_hide_link').toggle(200);
|
1909 |
+
jQuery('#bookingcalendar_show_link').animate( {opacity: 1}, 200 ).toggle(200);
|
1910 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').toggle(200);
|
1911 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').animate( {opacity: 1}, 200 ).toggle(200);
|
1912 |
} );
|
1913 |
jQuery( '#wpbc_bookingcalendar_type,#wpbc_bookingcalendar_nummonths,#wpbc_bookingcalendar_startmonth_active,#wpbc_bookingcalendar_options,#wpbc_bookingcalendar_aggregate').on( 'change', function(){ // Booking Resource Selectbox Change value
|
1914 |
wpbc_set_shortcode();
|
1924 |
////////////////////////////////////////////////////////////////
|
1925 |
<?php $shortcode_section_key = 'bookingselect'; ?>
|
1926 |
jQuery('#bookingselect_show_link').on( 'click', function(){
|
1927 |
+
jQuery('#bookingselect_show_link').toggle(200);
|
1928 |
+
jQuery('#bookingselect_hide_link').animate( {opacity: 1}, 200 ).toggle(200);
|
1929 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').toggle(200);
|
1930 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').animate( {opacity: 1}, 200 ).toggle(200);
|
1931 |
} );
|
1932 |
jQuery('#bookingselect_hide_link').on( 'click', function(){
|
1933 |
+
jQuery('#bookingselect_hide_link').toggle(200);
|
1934 |
+
jQuery('#bookingselect_show_link').animate( {opacity: 1}, 200 ).toggle(200);
|
1935 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_advanced_section').toggle(200);
|
1936 |
+
jQuery('.<?php echo $shortcode_section_key; ?>_standard_section').animate( {opacity: 1}, 200 ).toggle(200);
|
1937 |
} );
|
1938 |
jQuery( '#wpbc_bookingselect_type,#wpbc_bookingselect_selected_type,#wpbc_bookingselect_form_type,#wpbc_bookingselect_label,#wpbc_bookingselect_first_option_title,#wpbc_bookingselect_nummonths,#wpbc_bookingselect_startmonth_active,#wpbc_bookingselect_options').on( 'change', function(){ // Booking Resource Selectbox Change value
|
1939 |
wpbc_set_shortcode();
|
core/admin/wpbc-toolbars.php
CHANGED
@@ -1941,9 +1941,9 @@ function wpbc_btn_add_booking_to_google_calendar( $booking_data, $button_attr =
|
|
1941 |
|
1942 |
$field_name = explode( '^', $booking_gcal_events_form_fields[ $key_name ] );
|
1943 |
|
1944 |
-
$field_name = (
|
1945 |
|
1946 |
-
if ( (! empty($field_name))
|
1947 |
&& (! empty($booking_data['form_data']))
|
1948 |
&& (! empty($booking_data['form_data']['_all_fields_']))
|
1949 |
&& (! empty($booking_data['form_data']['_all_fields_'][ $field_name ]))
|
@@ -1951,23 +1951,21 @@ function wpbc_btn_add_booking_to_google_calendar( $booking_data, $button_attr =
|
|
1951 |
|
1952 |
if ( 'description' === $key_name ) { //FixIn: 8.1.3.2
|
1953 |
if ( isset( $booking_data['form_show'] ) ) { //FixIn: 8.7.3.14
|
1954 |
-
$fields[ $key_name ] = str_replace( array( ' ', '"' )
|
1955 |
-
, array( '+', '' )
|
1956 |
, esc_html( strip_tags( $booking_data['form_show'] ) )
|
1957 |
);
|
1958 |
}
|
1959 |
} else {
|
1960 |
-
$fields[ $key_name ] = str_replace( array( ' ', '"' )
|
1961 |
-
, array( '+', '' )
|
1962 |
, $booking_data['form_data']['_all_fields_'][ $field_name ]
|
1963 |
);
|
1964 |
-
|
1965 |
}
|
1966 |
-
|
1967 |
}
|
1968 |
}
|
1969 |
}
|
1970 |
-
|
1971 |
|
1972 |
// Dates.
|
1973 |
|
1941 |
|
1942 |
$field_name = explode( '^', $booking_gcal_events_form_fields[ $key_name ] );
|
1943 |
|
1944 |
+
$field_name = $field_name[ ( count( $field_name ) - 1 ) ]; //FixIn: 8.7.7.6
|
1945 |
|
1946 |
+
if ( (! empty($field_name))
|
1947 |
&& (! empty($booking_data['form_data']))
|
1948 |
&& (! empty($booking_data['form_data']['_all_fields_']))
|
1949 |
&& (! empty($booking_data['form_data']['_all_fields_'][ $field_name ]))
|
1951 |
|
1952 |
if ( 'description' === $key_name ) { //FixIn: 8.1.3.2
|
1953 |
if ( isset( $booking_data['form_show'] ) ) { //FixIn: 8.7.3.14
|
1954 |
+
$fields[ $key_name ] = str_replace( array( ' ', '"', '&' )
|
1955 |
+
, array( '+', '', '' )
|
1956 |
, esc_html( strip_tags( $booking_data['form_show'] ) )
|
1957 |
);
|
1958 |
}
|
1959 |
} else {
|
1960 |
+
$fields[ $key_name ] = str_replace( array( ' ', '"', '&' ) //FixIn: 8.7.7.7
|
1961 |
+
, array( '+', '', '' )
|
1962 |
, $booking_data['form_data']['_all_fields_'][ $field_name ]
|
1963 |
);
|
|
|
1964 |
}
|
|
|
1965 |
}
|
1966 |
}
|
1967 |
}
|
1968 |
+
//debuge($booking_gcal_events_form_fields, $fields,$booking_data['form_data']);
|
1969 |
|
1970 |
// Dates.
|
1971 |
|
core/any/api-emails.php
CHANGED
@@ -438,7 +438,7 @@ abstract class WPBC_Emails_API extends WPBC_Settings_API {
|
|
438 |
}
|
439 |
} else {
|
440 |
// Check about correct format of email
|
441 |
-
if( preg_match( '/([\w\.\-_]+)?\w+@[\w
|
442 |
$recipient = $matches[0];
|
443 |
}
|
444 |
}
|
438 |
}
|
439 |
} else {
|
440 |
// Check about correct format of email
|
441 |
+
if( preg_match( '/([\w\.\-_]+)?\w+@[\w\-_]+(\.\w+){1,}/im', $recipient, $matches ) ) { //FixIn: 8.7.7.2
|
442 |
$recipient = $matches[0];
|
443 |
}
|
444 |
}
|
core/lib/wpbc_all_translations1.php
CHANGED
@@ -835,4 +835,8 @@
|
|
835 |
$wpbc_all_translations[] = __('Shuffle', 'booking');
|
836 |
$wpbc_all_translations[] = __('Apply discount coupon code directly to days cost', 'booking');
|
837 |
$wpbc_all_translations[] = __('Check this box if you want apply discount coupon codes directly to days cost, without additional costs.', 'booking');
|
|
|
|
|
|
|
|
|
838 |
}
|
835 |
$wpbc_all_translations[] = __('Shuffle', 'booking');
|
836 |
$wpbc_all_translations[] = __('Apply discount coupon code directly to days cost', 'booking');
|
837 |
$wpbc_all_translations[] = __('Check this box if you want apply discount coupon codes directly to days cost, without additional costs.', 'booking');
|
838 |
+
$wpbc_all_translations[] = __('Calendar next to form', 'booking');
|
839 |
+
$wpbc_all_translations[] = __('PayPal fee', 'booking');
|
840 |
+
$wpbc_all_translations[] = __('PayPal Fee', 'booking');
|
841 |
+
$wpbc_all_translations[] = __('If you need to add %sPayPal tax fee%s payment (only for PayPal payment system), then enter amount of tax fee in percents', 'booking');
|
842 |
}
|
core/timeline/v2/wpbc-class-timeline_v2.php
CHANGED
@@ -94,23 +94,23 @@ class WPBC_TimelineFlex {
|
|
94 |
, 6 => __( 'Sat', 'booking' )
|
95 |
, 7 => __( 'Sun', 'booking' )
|
96 |
)
|
97 |
-
, '1' => array( //FixIn: 7.0.1.11
|
98 |
-
1 =>
|
99 |
-
, 2 =>
|
100 |
-
, 3 =>
|
101 |
-
, 4 =>
|
102 |
-
, 5 =>
|
103 |
-
, 6 =>
|
104 |
-
, 7 =>
|
105 |
)
|
106 |
, 'short' => array(
|
107 |
-
1 =>
|
108 |
-
, 2 =>
|
109 |
-
, 3 =>
|
110 |
-
, 4 =>
|
111 |
-
, 5 =>
|
112 |
-
, 6 =>
|
113 |
-
, 7 =>
|
114 |
)
|
115 |
);
|
116 |
|
@@ -892,7 +892,7 @@ class WPBC_TimelineFlex {
|
|
892 |
if ( 0 != $is_started ) {
|
893 |
?><div class="warning_check_in_out_not_equal"><?php
|
894 |
debuge( 'Warning! Number of check in != check out times.', $dates_to_check, $is_started) ;
|
895 |
-
?></div><script type="text/javascript"> jQuery( '.warning_check_in_out_not_equal' ).animate( {opacity: 1}, 3000 ).
|
896 |
}
|
897 |
|
898 |
|
@@ -1263,7 +1263,7 @@ if(1)
|
|
1263 |
$limit_hours = 24;
|
1264 |
|
1265 |
if ( $is_matrix ) {
|
1266 |
-
|
1267 |
// MATRIX VIEW
|
1268 |
switch ( $view_days_num ) {
|
1269 |
case '1':
|
@@ -2978,10 +2978,17 @@ function bookingflextimeline_shortcode($attr) {
|
|
2978 |
|
2979 |
//if ( function_exists( 'wpbc_br_cache' ) ) $br_cache = wpbc_br_cache(); // Init booking resources cache
|
2980 |
|
2981 |
-
|
2982 |
-
|
2983 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2984 |
}
|
|
|
2985 |
if ( ! isset( $attr['view_days_num' ] ) ) {
|
2986 |
$attr['view_days_num' ] = 30;
|
2987 |
}
|
94 |
, 6 => __( 'Sat', 'booking' )
|
95 |
, 7 => __( 'Sun', 'booking' )
|
96 |
)
|
97 |
+
, '1' => array( //FixIn: 7.0.1.11 //FixIn: 8.7.7.14
|
98 |
+
1 => mb_substr( __( 'Mon', 'booking' ), 0, -1 )
|
99 |
+
, 2 => mb_substr( __( 'Tue', 'booking' ), 0, -1 )
|
100 |
+
, 3 => mb_substr( __( 'Wed', 'booking' ), 0, -1 )
|
101 |
+
, 4 => mb_substr( __( 'Thu', 'booking' ), 0, -1 )
|
102 |
+
, 5 => mb_substr( __( 'Fri', 'booking' ), 0, -1 )
|
103 |
+
, 6 => mb_substr( __( 'Sat', 'booking' ), 0, -1 )
|
104 |
+
, 7 => mb_substr( __( 'Sun', 'booking' ), 0, -1 )
|
105 |
)
|
106 |
, 'short' => array(
|
107 |
+
1 => mb_substr( __( 'Mon', 'booking' ), 0, 1 )
|
108 |
+
, 2 => mb_substr( __( 'Tue', 'booking' ), 0, 1 )
|
109 |
+
, 3 => mb_substr( __( 'Wed', 'booking' ), 0, 1 )
|
110 |
+
, 4 => mb_substr( __( 'Thu', 'booking' ), 0, 1 )
|
111 |
+
, 5 => mb_substr( __( 'Fri', 'booking' ), 0, 1 )
|
112 |
+
, 6 => mb_substr( __( 'Sat', 'booking' ), 0, 1 )
|
113 |
+
, 7 => mb_substr( __( 'Sun', 'booking' ), 0, 1 )
|
114 |
)
|
115 |
);
|
116 |
|
892 |
if ( 0 != $is_started ) {
|
893 |
?><div class="warning_check_in_out_not_equal"><?php
|
894 |
debuge( 'Warning! Number of check in != check out times.', $dates_to_check, $is_started) ;
|
895 |
+
?></div><script type="text/javascript"> jQuery( '.warning_check_in_out_not_equal' ).animate( {opacity: 1}, 3000 ).toggle(1000); </script><?php
|
896 |
}
|
897 |
|
898 |
|
1263 |
$limit_hours = 24;
|
1264 |
|
1265 |
if ( $is_matrix ) {
|
1266 |
+
|
1267 |
// MATRIX VIEW
|
1268 |
switch ( $view_days_num ) {
|
1269 |
case '1':
|
2978 |
|
2979 |
//if ( function_exists( 'wpbc_br_cache' ) ) $br_cache = wpbc_br_cache(); // Init booking resources cache
|
2980 |
|
2981 |
+
if ( empty( $attr['type'] ) ) { // 8.7.7.4
|
2982 |
+
if ( class_exists( 'wpdev_bk_personal' ) ) {
|
2983 |
+
$br_list = wpbc_get_all_booking_resources_list();
|
2984 |
+
$br_list = array_keys( $br_list );
|
2985 |
+
$br_list = implode( ',', $br_list );
|
2986 |
+
$attr['type'] = $br_list;
|
2987 |
+
} else {
|
2988 |
+
$attr['type'] = wpbc_get_default_resource();
|
2989 |
+
}
|
2990 |
}
|
2991 |
+
|
2992 |
if ( ! isset( $attr['view_days_num' ] ) ) {
|
2993 |
$attr['view_days_num' ] = 30;
|
2994 |
}
|
core/wpbc-dev-api.php
CHANGED
@@ -228,9 +228,9 @@ function wpbc_api_is_dates_booked( $booking_dates, $resource_id = 1, $params = a
|
|
228 |
$sql .= " ORDER BY bk.booking_id DESC, dt.booking_date ASC ";
|
229 |
|
230 |
$exist_dates_results = $wpdb->get_results( $sql );
|
231 |
-
|
232 |
$is_date_time_booked = wpbc_check_dates_intersections( $booking_dates, $exist_dates_results );
|
233 |
-
|
234 |
return $is_date_time_booked;
|
235 |
}
|
236 |
|
@@ -431,6 +431,29 @@ function wpbc_api_get_booking_by_id( $booking_id = '' ) {
|
|
431 |
return $data;
|
432 |
}
|
433 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
|
435 |
/**
|
436 |
* Hook action after creation new booking
|
228 |
$sql .= " ORDER BY bk.booking_id DESC, dt.booking_date ASC ";
|
229 |
|
230 |
$exist_dates_results = $wpdb->get_results( $sql );
|
231 |
+
|
232 |
$is_date_time_booked = wpbc_check_dates_intersections( $booking_dates, $exist_dates_results );
|
233 |
+
//debuge((int)$is_date_time_booked, $booking_dates) ;
|
234 |
return $is_date_time_booked;
|
235 |
}
|
236 |
|
431 |
return $data;
|
432 |
}
|
433 |
|
434 |
+
//FixIn: 8.7.7.3
|
435 |
+
/**
|
436 |
+
* Get booking form fields in Booking Calendar Free version
|
437 |
+
* @return array
|
438 |
+
*/
|
439 |
+
function wpbc_get_form_fields_free() {
|
440 |
+
$obj = array();
|
441 |
+
if ( class_exists( 'WPBC_Page_SettingsFormFieldsFree' ) ) {
|
442 |
+
$form_fields = WPBC_Page_SettingsFormFieldsFree::get_booking_form_structure_for_visual();
|
443 |
+
foreach ( $form_fields as $field ) {
|
444 |
+
if ( ( $field['name'] != '' )
|
445 |
+
&& ( $field['label'] != '' )
|
446 |
+
&& ( ! in_array( $field['type'], array(
|
447 |
+
'captcha',
|
448 |
+
'submit'
|
449 |
+
) ) )
|
450 |
+
) {
|
451 |
+
$obj[ $field['name'] ] = $field['label'];
|
452 |
+
}
|
453 |
+
}
|
454 |
+
}
|
455 |
+
return $obj;
|
456 |
+
}
|
457 |
|
458 |
/**
|
459 |
* Hook action after creation new booking
|
core/wpbc-emails.php
CHANGED
@@ -44,7 +44,7 @@ function wpbc_validate_emails( $emails ) {
|
|
44 |
}
|
45 |
} else {
|
46 |
// Check about correct format of email
|
47 |
-
if( preg_match( '/([\w\.\-_]+)?\w+@[\w
|
48 |
$recipient = $matches[0];
|
49 |
}
|
50 |
}
|
44 |
}
|
45 |
} else {
|
46 |
// Check about correct format of email
|
47 |
+
if( preg_match( '/([\w\.\-_]+)?\w+@[\w\-_]+(\.\w+){1,}/im', $recipient, $matches ) ) { //FixIn: 8.7.7.2
|
48 |
$recipient = $matches[0];
|
49 |
}
|
50 |
}
|
core/wpbc-translation.php
CHANGED
@@ -158,10 +158,10 @@ function wpbc_load_translation(){
|
|
158 |
|
159 |
//$locale = 'fr_FR'; wpbc_load_locale( $locale );
|
160 |
|
161 |
-
if ( ! wpbc_load_locale() ) {
|
162 |
-
wpbc_load_locale('en_US');
|
163 |
}
|
164 |
-
|
165 |
$locale = wpbc_get_booking_locale();
|
166 |
}
|
167 |
|
@@ -196,7 +196,7 @@ function wpbc_load_locale( $locale = '' ) {
|
|
196 |
|
197 |
if ( empty( $locale ) )
|
198 |
$locale = wpbc_get_booking_locale();
|
199 |
-
//debuge($locale);
|
200 |
if ( ! empty( $locale ) ) {
|
201 |
|
202 |
$domain = 'booking';
|
@@ -206,7 +206,13 @@ function wpbc_load_locale( $locale = '' ) {
|
|
206 |
// we have long locale like en_US, get only 2 firstletters, for general locale, like 'en'
|
207 |
$mofile_local_short = WPBC_PLUGIN_DIR . '/languages/' . $domain . '-' . substr( $locale, 0 , 2 ) . '.mo';
|
208 |
}
|
209 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
//debuge( $mofile );
|
211 |
if ( file_exists( $mofile ) ) {
|
212 |
|
@@ -231,9 +237,14 @@ function wpbc_get_booking_locale() {
|
|
231 |
|
232 |
// Exception for Polylang plugin. Its will force to load locale of Polylang plugin.
|
233 |
if( function_exists( 'pll_current_language' ) ) { //FixIn: 8.1.2.5
|
234 |
-
if (
|
|
|
|
|
|
|
235 |
$locale = pll_current_language( 'locale' );
|
236 |
-
|
|
|
|
|
237 |
}
|
238 |
}
|
239 |
|
@@ -247,7 +258,7 @@ function wpbc_get_booking_locale() {
|
|
247 |
$locale = get_locale();
|
248 |
|
249 |
define( 'WPBC_LOCALE_RELOAD', $locale );
|
250 |
-
|
251 |
return $locale;
|
252 |
}
|
253 |
|
158 |
|
159 |
//$locale = 'fr_FR'; wpbc_load_locale( $locale );
|
160 |
|
161 |
+
if ( ! wpbc_load_locale() ) {
|
162 |
+
wpbc_load_locale('en_US');
|
163 |
}
|
164 |
+
|
165 |
$locale = wpbc_get_booking_locale();
|
166 |
}
|
167 |
|
196 |
|
197 |
if ( empty( $locale ) )
|
198 |
$locale = wpbc_get_booking_locale();
|
199 |
+
//debuge($locale);
|
200 |
if ( ! empty( $locale ) ) {
|
201 |
|
202 |
$domain = 'booking';
|
206 |
// we have long locale like en_US, get only 2 firstletters, for general locale, like 'en'
|
207 |
$mofile_local_short = WPBC_PLUGIN_DIR . '/languages/' . $domain . '-' . substr( $locale, 0 , 2 ) . '.mo';
|
208 |
}
|
209 |
+
//FixIn: 8.7.7.1
|
210 |
+
// Load from General folder /wp-content/languages/plugin/plugin-name-xx_XX.mo
|
211 |
+
$mofile_general = WP_CONTENT_DIR. '/languages/plugin/' . $domain . '-' . $locale . '.mo';
|
212 |
+
if ( file_exists( $mofile_general ) ) {
|
213 |
+
return load_textdomain( $domain, $mofile_general );
|
214 |
+
}
|
215 |
+
|
216 |
//debuge( $mofile );
|
217 |
if ( file_exists( $mofile ) ) {
|
218 |
|
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 |
+
( version_compare( POLYLANG_VERSION, '2.6.5', '<' ) ) //FixIn: 8.7.1.3
|
242 |
+
|| ( version_compare( POLYLANG_VERSION, '2.7.1', '>' ) ) //FixIn: 8.7.7.11
|
243 |
+
) {
|
244 |
$locale = pll_current_language( 'locale' );
|
245 |
+
if ( ! empty( $locale ) ) { //FixIn: 8.7.7.11
|
246 |
+
return $locale;
|
247 |
+
}
|
248 |
}
|
249 |
}
|
250 |
|
258 |
$locale = get_locale();
|
259 |
|
260 |
define( 'WPBC_LOCALE_RELOAD', $locale );
|
261 |
+
|
262 |
return $locale;
|
263 |
}
|
264 |
|
core/wpbc.php
CHANGED
@@ -112,7 +112,7 @@ public function define_admin_menu(){
|
|
112 |
$booking_menu_position = get_bk_option( 'booking_menu_position' );
|
113 |
switch ( $booking_menu_position ) {
|
114 |
case 'top':
|
115 |
-
$booking_menu_position = 3.3;
|
116 |
break;
|
117 |
case 'middle':
|
118 |
global $_wp_last_object_menu; // The index of the last top-level menu in the object menu group
|
@@ -120,10 +120,10 @@ public function define_admin_menu(){
|
|
120 |
$booking_menu_position = $_wp_last_object_menu; // 58.9;
|
121 |
break;
|
122 |
case 'bottom':
|
123 |
-
$booking_menu_position = 99.999;
|
124 |
break;
|
125 |
default:
|
126 |
-
$booking_menu_position = 3.3;
|
127 |
break;
|
128 |
}
|
129 |
|
112 |
$booking_menu_position = get_bk_option( 'booking_menu_position' );
|
113 |
switch ( $booking_menu_position ) {
|
114 |
case 'top':
|
115 |
+
$booking_menu_position = '3.3'; //FixIn: 8.7.7.16
|
116 |
break;
|
117 |
case 'middle':
|
118 |
global $_wp_last_object_menu; // The index of the last top-level menu in the object menu group
|
120 |
$booking_menu_position = $_wp_last_object_menu; // 58.9;
|
121 |
break;
|
122 |
case 'bottom':
|
123 |
+
$booking_menu_position = '99.999';
|
124 |
break;
|
125 |
default:
|
126 |
+
$booking_menu_position = '3.3';
|
127 |
break;
|
128 |
}
|
129 |
|
css/client.css
CHANGED
@@ -492,4 +492,47 @@ form.booking_form {
|
|
492 |
color:#c7254e;
|
493 |
background-color:#f9f2f4;
|
494 |
border-radius: 2px;
|
495 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
492 |
color:#c7254e;
|
493 |
background-color:#f9f2f4;
|
494 |
border-radius: 2px;
|
495 |
+
}
|
496 |
+
|
497 |
+
|
498 |
+
/* Different Forms */
|
499 |
+
/* Booking Form - 2 columns //FixIn: 8.7.7.15 */
|
500 |
+
.wpbc_form_columns {
|
501 |
+
width: 90%;
|
502 |
+
margin-top:1em;
|
503 |
+
}
|
504 |
+
.wpbc_form_columns .wpbc_form_row {
|
505 |
+
display: flex;
|
506 |
+
flex-flow: row wrap;
|
507 |
+
justify-content: space-between;
|
508 |
+
}
|
509 |
+
.wpbc_form_columns .wpbc_form_field {
|
510 |
+
flex: 1 1 0;
|
511 |
+
|
512 |
+
display: flex;
|
513 |
+
flex-flow: row wrap;
|
514 |
+
justify-content: flex-start;
|
515 |
+
align-items: baseline;
|
516 |
+
padding: 0 3% 0 0;
|
517 |
+
}
|
518 |
+
.wpbc_form_columns .wpbc_form_field label {
|
519 |
+
flex: 0 1 auto;
|
520 |
+
margin-right: 2em;
|
521 |
+
display: flex;
|
522 |
+
flex-flow: column nowrap;
|
523 |
+
justify-content: center;
|
524 |
+
width: 200px;
|
525 |
+
font-weight: 600;
|
526 |
+
margin-top: 1em;
|
527 |
+
}
|
528 |
+
.wpbc_form_columns .wpbc_form_field .wpdev-form-control-wrap {
|
529 |
+
width: 100%;
|
530 |
+
}
|
531 |
+
.booking_form .wpbc_form_columns .form-group .controls select,
|
532 |
+
.booking_form .wpbc_form_columns select,
|
533 |
+
.booking_form .wpbc_form_columns input[type="text"] {
|
534 |
+
width: 95%;
|
535 |
+
}
|
536 |
+
.booking_form .wpbc_form_columns textarea {
|
537 |
+
width: 98%;
|
538 |
+
}
|
js/captcha/captcha.php
CHANGED
@@ -300,15 +300,66 @@ class wpdevReallySimpleCaptcha {
|
|
300 |
return true;
|
301 |
}
|
302 |
|
|
|
303 |
if ( $handle = @fopen( $htaccess_file, 'w' ) ) {
|
304 |
-
|
305 |
-
fwrite( $handle, '
|
306 |
-
fwrite( $handle, '<
|
|
|
|
|
|
|
307 |
fwrite( $handle, ' Allow from all' . "\n" );
|
308 |
-
fwrite( $handle, '</Files>' . "\n" );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
fclose( $handle );
|
310 |
}
|
311 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
312 |
return true;
|
313 |
}
|
314 |
|
@@ -326,4 +377,4 @@ class wpdevReallySimpleCaptcha {
|
|
326 |
$path = preg_replace( '|/+|', '/', $path );
|
327 |
return $path;
|
328 |
}
|
329 |
-
}
|
300 |
return true;
|
301 |
}
|
302 |
|
303 |
+
// FixIn: 8.7.7.5
|
304 |
if ( $handle = @fopen( $htaccess_file, 'w' ) ) {
|
305 |
+
|
306 |
+
fwrite( $handle, '# apache 2.2' . "\n" );
|
307 |
+
fwrite( $handle, '<IfModule !mod_authz_core.c>' . "\n" );
|
308 |
+
fwrite( $handle, ' Order deny,allow' . "\n" );
|
309 |
+
fwrite( $handle, ' Deny from all' . "\n" );
|
310 |
+
fwrite( $handle, ' <Files ~ "^[0-9A-Za-z]+\.(jpeg|gif|png)$">' . "\n" );
|
311 |
fwrite( $handle, ' Allow from all' . "\n" );
|
312 |
+
fwrite( $handle, ' </Files>' . "\n" );
|
313 |
+
fwrite( $handle, '</IfModule>' . "\n" );
|
314 |
+
|
315 |
+
fwrite( $handle, '# apache 2.4' . "\n" );
|
316 |
+
fwrite( $handle, '<IfModule mod_authz_core.c>' . "\n" );
|
317 |
+
fwrite( $handle, ' Require all denied' . "\n" );
|
318 |
+
fwrite( $handle, ' <Files ~ "^[0-9A-Za-z]+\.(jpeg|gif|png)$">' . "\n" );
|
319 |
+
fwrite( $handle, ' Require all granted' . "\n" );
|
320 |
+
fwrite( $handle, ' </Files>' . "\n" );
|
321 |
+
fwrite( $handle, '</IfModule>' . "\n" );
|
322 |
+
|
323 |
fclose( $handle );
|
324 |
}
|
325 |
|
326 |
+
/*
|
327 |
+
// Check Apache version
|
328 |
+
$apache_ver = '0';
|
329 |
+
if ( ( isset( $_SERVER['SERVER_SOFTWARE'] ) ) && ( false !== strpos( $_SERVER['SERVER_SOFTWARE'], 'Apache/2.4' ) ) ) {
|
330 |
+
|
331 |
+
$apache_ver = explode( "Apache", $_SERVER['SERVER_SOFTWARE'] ); // Apache/1.3.29 (Unix) PHP
|
332 |
+
if ( isset( $apache_ver[1] ) ) {
|
333 |
+
$apache_ver = trim( $apache_ver[1], '/ ' );
|
334 |
+
$apache_ver = explode( " ", $apache_ver );
|
335 |
+
$apache_ver = trim( $apache_ver[0] );
|
336 |
+
} else {
|
337 |
+
$apache_ver = '0';
|
338 |
+
}
|
339 |
+
}
|
340 |
+
if ( version_compare( $apache_ver, '2.4', '>=' ) ) {
|
341 |
+
// Apache 2.4 or newer
|
342 |
+
|
343 |
+
if ( $handle = @fopen( $htaccess_file, 'w' ) ) {
|
344 |
+
fwrite( $handle, 'Require all denied' . "\n" );
|
345 |
+
fwrite( $handle, '<Files ~ "^[0-9A-Za-z]+\\.(jpeg|gif|png)$">' . "\n" );
|
346 |
+
fwrite( $handle, ' Require all granted' . "\n" );
|
347 |
+
fwrite( $handle, '</Files>' . "\n" );
|
348 |
+
fclose( $handle );
|
349 |
+
}
|
350 |
+
} else {
|
351 |
+
|
352 |
+
// Apache 2.2 or lower
|
353 |
+
if ( $handle = @fopen( $htaccess_file, 'w' ) ) {
|
354 |
+
fwrite( $handle, 'Order deny,allow' . "\n" );
|
355 |
+
fwrite( $handle, 'Deny from all' . "\n" );
|
356 |
+
fwrite( $handle, '<Files ~ "^[0-9A-Za-z]+\\.(jpeg|gif|png)$">' . "\n" );
|
357 |
+
fwrite( $handle, ' Allow from all' . "\n" );
|
358 |
+
fwrite( $handle, '</Files>' . "\n" );
|
359 |
+
fclose( $handle );
|
360 |
+
}
|
361 |
+
}
|
362 |
+
*/
|
363 |
return true;
|
364 |
}
|
365 |
|
377 |
$path = preg_replace( '|/+|', '/', $path );
|
378 |
return $path;
|
379 |
}
|
380 |
+
}
|
js/client.js
CHANGED
@@ -1503,11 +1503,12 @@ function bk_form_step_click( el ){
|
|
1503 |
*/
|
1504 |
function wpbc_wizard_step( el, step_num ){
|
1505 |
var br_id = jQuery( el ).closest( 'form' ).find( 'input[name^="bk_type"]' ).val();
|
1506 |
-
|
1507 |
-
|
1508 |
-
|
|
|
|
|
1509 |
}
|
1510 |
-
|
1511 |
if ( wpbc_is_some_elements_visible( br_id, ['rangetime', 'durationtime', 'starttime', 'endtime'] ) ){
|
1512 |
if ( is_this_time_selections_not_available( br_id, document.getElementById( 'booking_form' + br_id ) ) ){
|
1513 |
return false;
|
1503 |
*/
|
1504 |
function wpbc_wizard_step( el, step_num ){
|
1505 |
var br_id = jQuery( el ).closest( 'form' ).find( 'input[name^="bk_type"]' ).val();
|
1506 |
+
if ( 1 != step_num ){ //FixIn: 8.7.7.8
|
1507 |
+
var is_error = wpbc_check_errors_in_booking_form( br_id );
|
1508 |
+
if ( is_error ){
|
1509 |
+
return false;
|
1510 |
+
}
|
1511 |
}
|
|
|
1512 |
if ( wpbc_is_some_elements_visible( br_id, ['rangetime', 'durationtime', 'starttime', 'endtime'] ) ){
|
1513 |
if ( is_this_time_selections_not_available( br_id, document.getElementById( 'booking_form' + br_id ) ) ){
|
1514 |
return false;
|
languages/booking-ar_SA.mo
CHANGED
Binary file
|
languages/booking-be_BY.mo
CHANGED
Binary file
|
languages/booking-bg_BG.mo
CHANGED
Binary file
|
languages/booking-ca.mo
CHANGED
Binary file
|
languages/booking-cs_CZ.mo
CHANGED
Binary file
|
languages/booking-da_DK.mo
CHANGED
Binary file
|
languages/booking-de_DE.mo
CHANGED
Binary file
|
languages/booking-el.mo
CHANGED
Binary file
|
languages/booking-es_ES.mo
CHANGED
Binary file
|
languages/booking-fi.mo
CHANGED
Binary file
|
languages/booking-fr_FR.mo
CHANGED
Binary file
|
languages/booking-gl_ES.mo
CHANGED
Binary file
|
languages/booking-he_IL.mo
CHANGED
Binary file
|
languages/booking-hr.mo
CHANGED
Binary file
|
languages/booking-hu_HU.mo
CHANGED
Binary file
|
languages/booking-it_IT.mo
CHANGED
Binary file
|
languages/booking-nb_NO.mo
CHANGED
Binary file
|
languages/booking-nl_NL.mo
CHANGED
Binary file
|
languages/booking-pl_PL.mo
CHANGED
Binary file
|
languages/booking-pt_BR.mo
CHANGED
Binary file
|
languages/booking-pt_PT.mo
CHANGED
Binary file
|
languages/booking-ro_RO.mo
CHANGED
Binary file
|
languages/booking-ru_RU.mo
CHANGED
Binary file
|
languages/booking-sk_SK.mo
CHANGED
Binary file
|
languages/booking-sl_SI.mo
CHANGED
Binary file
|
languages/booking-sv_SE.mo
CHANGED
Binary file
|
languages/booking-th_TH.mo
CHANGED
Binary file
|
languages/booking-tr_TR.mo
CHANGED
Binary file
|
languages/{booking-uk_UK.mo → booking-uk.mo}
RENAMED
Binary file
|
languages/booking-zh_CN.mo
CHANGED
Binary file
|
languages/booking-zh_TW.mo
CHANGED
Binary file
|
languages/booking.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: booking\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: wpdevelop <info@wpdevelop.com>\n"
|
9 |
"Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
|
@@ -247,7 +247,7 @@ msgstr ""
|
|
247 |
#: core/admin/wpbc-toolbars.php:549 core/admin/wpbc-toolbars.php:964
|
248 |
#: core/lib/wpbc_all_translations.php:46 core/timeline/v2/wpbc-class-timeline_v2.php:2676
|
249 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2729 core/wpbc-activation.php:1034
|
250 |
-
#: inc/_bs/lib_s.php:
|
251 |
msgid "Pending"
|
252 |
msgstr ""
|
253 |
|
@@ -768,7 +768,7 @@ msgstr ""
|
|
768 |
#: core/admin/api-settings.php:1354 core/lib/wpbc_all_translations.php:148
|
769 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
|
770 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/page-gateways.php:917
|
771 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
772 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:857
|
773 |
msgid "Warning"
|
774 |
msgstr ""
|
@@ -811,9 +811,9 @@ msgstr ""
|
|
811 |
#: inc/_ps/admin/page-email-edit.php:178 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:297
|
812 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:218
|
813 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:377 inc/gateways/ipay88/wpbc-gw-ipay88.php:317
|
814 |
-
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:146 inc/gateways/paypal/wpbc-gw-paypal.php:
|
815 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
816 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
817 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:485
|
818 |
msgid "Enable / Disable"
|
819 |
msgstr ""
|
@@ -859,8 +859,8 @@ msgstr ""
|
|
859 |
#: core/admin/page-email-trash.php:277 core/lib/wpbc_all_translations.php:159
|
860 |
#: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:273
|
861 |
#: inc/_ps/admin/page-email-edit.php:215 inc/_ps/admin/page-email-edit.php:272
|
862 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
863 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
864 |
msgid "Email Address"
|
865 |
msgstr ""
|
866 |
|
@@ -880,8 +880,8 @@ msgstr ""
|
|
880 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:309
|
881 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:343 inc/gateways/ideal/wpbc-gw-ideal.php:389
|
882 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:404 inc/gateways/ipay88/wpbc-gw-ipay88.php:329
|
883 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:344 inc/gateways/paypal/wpbc-gw-paypal.php:
|
884 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
885 |
#: inc/gateways/sage/wpbc-gw-sage.php:411 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:513
|
886 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:528
|
887 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:545
|
@@ -1186,7 +1186,7 @@ msgstr ""
|
|
1186 |
#: core/admin/page-email-deny.php:452 core/admin/page-email-new-admin.php:431
|
1187 |
#: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
|
1188 |
#: core/lib/wpbc_all_translations.php:194 inc/_bs/admin/page-email-payment.php:455
|
1189 |
-
#: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:
|
1190 |
#: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:1123
|
1191 |
msgid "HTML"
|
1192 |
msgstr ""
|
@@ -1306,7 +1306,7 @@ msgstr ""
|
|
1306 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:489
|
1307 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:923 inc/gateways/ipay88/wpbc-gw-ipay88.php:864
|
1308 |
#: inc/gateways/page-gateways.php:686 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:402
|
1309 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
1310 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1150
|
1311 |
msgid "Save Changes"
|
1312 |
msgstr ""
|
@@ -1331,8 +1331,8 @@ msgstr ""
|
|
1331 |
#: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
|
1332 |
#: inc/_ps/admin/page-settings-form.php:181
|
1333 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:452 inc/gateways/page-gateways.php:675
|
1334 |
-
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:393 inc/gateways/paypal/wpbc-gw-paypal.php:
|
1335 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
1336 |
msgid "Help"
|
1337 |
msgstr ""
|
1338 |
|
@@ -1359,7 +1359,7 @@ msgstr ""
|
|
1359 |
#: inc/_ps/admin/page-email-edit.php:850 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:951
|
1360 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:562
|
1361 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:944 inc/gateways/ipay88/wpbc-gw-ipay88.php:885
|
1362 |
-
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:423 inc/gateways/paypal/wpbc-gw-paypal.php:
|
1363 |
#: inc/gateways/sage/wpbc-gw-sage.php:934 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1169
|
1364 |
msgid "Settings saved."
|
1365 |
msgstr ""
|
@@ -1605,8 +1605,8 @@ msgstr ""
|
|
1605 |
#: core/admin/page-form-free.php:1992 core/admin/page-form-timeslots.php:106
|
1606 |
#: core/admin/page-form-timeslots.php:201 core/admin/page-form-timeslots.php:766
|
1607 |
#: core/admin/page-form-timeslots.php:816 core/lib/wpbc_all_translations.php:254
|
1608 |
-
#: inc/_ps/admin/page-settings-form.php:
|
1609 |
-
#: inc/_ps/admin/page-settings-form.php:
|
1610 |
msgid "Time Slots"
|
1611 |
msgstr ""
|
1612 |
|
@@ -1795,8 +1795,8 @@ msgstr ""
|
|
1795 |
#: core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270 inc/_bm/admin/api-settings-m.php:67
|
1796 |
#: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:100
|
1797 |
#: inc/_bs/admin/api-settings-s.php:525 inc/_bs/admin/api-settings-s.php:526
|
1798 |
-
#: inc/_bs/admin/api-settings-s.php:527 inc/_ps/admin/page-settings-form.php:
|
1799 |
-
#: inc/_ps/admin/page-settings-form.php:
|
1800 |
msgid "minutes"
|
1801 |
msgstr ""
|
1802 |
|
@@ -2012,7 +2012,7 @@ msgstr ""
|
|
2012 |
#: inc/_bl/admin/page-search.php:780 inc/_bl/wpbc-search-availability.php:167
|
2013 |
#: inc/_bl/wpbc-search-availability.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:921
|
2014 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:914 inc/gateways/ipay88/wpbc-gw-ipay88.php:855
|
2015 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
2016 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1141
|
2017 |
msgid "Advanced"
|
2018 |
msgstr ""
|
@@ -2167,7 +2167,7 @@ msgstr ""
|
|
2167 |
#: inc/_bm/admin/page-cost-early-late-booking.php:430 inc/_bm/admin/page-cost-valuation.php:190
|
2168 |
#: inc/_bm/admin/page-cost-valuation.php:348 inc/_bm/admin/page-cost-valuation.php:481
|
2169 |
#: inc/_bm/admin/page-seasons.php:1051 inc/_bs/admin/api-settings-s.php:536
|
2170 |
-
#: inc/_ps/admin/page-settings-form.php:
|
2171 |
#: inc/_ps/wpbc-form-templates.php:266
|
2172 |
msgid "days"
|
2173 |
msgstr ""
|
@@ -2193,7 +2193,7 @@ msgstr ""
|
|
2193 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:407
|
2194 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:438 inc/gateways/ideal/wpbc-gw-ideal.php:422
|
2195 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:477 inc/gateways/ideal/wpbc-gw-ideal.php:481
|
2196 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:399 inc/gateways/paypal/wpbc-gw-paypal.php:
|
2197 |
#: inc/gateways/sage/wpbc-gw-sage.php:508 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:564
|
2198 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:729
|
2199 |
msgid "Note:"
|
@@ -2486,7 +2486,7 @@ msgid "Resource not exist"
|
|
2486 |
msgstr ""
|
2487 |
|
2488 |
#: core/admin/wpbc-class-listing.php:252 core/lib/wpbc_all_translations.php:416
|
2489 |
-
#: inc/_bs/lib_s.php:
|
2490 |
msgid "Unknown"
|
2491 |
msgstr ""
|
2492 |
|
@@ -2528,7 +2528,7 @@ msgid "Do you really want to set booking as pending ?"
|
|
2528 |
msgstr ""
|
2529 |
|
2530 |
#: core/admin/wpbc-class-listing.php:435 core/lib/wpbc_all_translations.php:425
|
2531 |
-
#: inc/_bs/lib_s.php:
|
2532 |
msgid "Created"
|
2533 |
msgstr ""
|
2534 |
|
@@ -3098,7 +3098,7 @@ msgstr ""
|
|
3098 |
msgid "Booking ID"
|
3099 |
msgstr ""
|
3100 |
|
3101 |
-
#: core/admin/wpbc-toolbars.php:408 core/admin/wpbc-toolbars.php:
|
3102 |
#: core/lib/wpbc_all_translations.php:538
|
3103 |
msgid "Go"
|
3104 |
msgstr ""
|
@@ -3402,12 +3402,12 @@ msgstr ""
|
|
3402 |
msgid "Add to Google Calendar"
|
3403 |
msgstr ""
|
3404 |
|
3405 |
-
#: core/admin/wpbc-toolbars.php:
|
3406 |
#: inc/gateways/page-gateways.php:1419 inc/gateways/page-gateways.php:1437
|
3407 |
msgid "Total"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
-
#: core/admin/wpbc-toolbars.php:
|
3411 |
msgid "ID or Title"
|
3412 |
msgstr ""
|
3413 |
|
@@ -3592,8 +3592,8 @@ msgstr ""
|
|
3592 |
|
3593 |
#: core/lib/wpbc_all_translations.php:645 core/timeline/v2/wpbc-class-timeline_v2.php:2758
|
3594 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2760 core/wpbc-functions.php:1999
|
3595 |
-
#: inc/_bs/lib_s.php:43 inc/_bs/lib_s.php:
|
3596 |
-
#: inc/_ps/admin/page-settings-form.php:
|
3597 |
msgid "Payment"
|
3598 |
msgstr ""
|
3599 |
|
@@ -3623,7 +3623,7 @@ msgstr ""
|
|
3623 |
msgid "Number of months"
|
3624 |
msgstr ""
|
3625 |
|
3626 |
-
#: core/lib/wpbc_all_translations.php:652 inc/_bs/lib_s.php:47 inc/_bs/lib_s.php:
|
3627 |
msgid "Paid OK"
|
3628 |
msgstr ""
|
3629 |
|
@@ -3709,7 +3709,7 @@ msgstr ""
|
|
3709 |
#: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
|
3710 |
#: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
|
3711 |
#: inc/_bm/admin/page-cost-rate.php:77 inc/_bm/admin/page-cost-valuation.php:103
|
3712 |
-
#: inc/_bm/admin/page-seasons.php:826 inc/_bm/admin/page-seasons.php:828 inc/_bs/lib_s.php:
|
3713 |
#: inc/_ps/hash/wpbc-hash-functions.php:67 inc/_ps/hash/wpbc-hash-functions.php:106
|
3714 |
#: inc/_ps/hash/wpbc-hash-functions.php:134 inc/_ps/hash/wpbc-hash-functions.php:162
|
3715 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:308
|
@@ -4061,21 +4061,21 @@ msgstr ""
|
|
4061 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
4062 |
msgstr ""
|
4063 |
|
4064 |
-
#: core/lib/wpbc_all_translations.php:738 core/wpbc-emails.php:303 core/wpbc-translation.php:
|
4065 |
msgid "Configuration in several languages"
|
4066 |
msgstr ""
|
4067 |
|
4068 |
-
#: core/lib/wpbc_all_translations.php:739 core/wpbc-emails.php:304 core/wpbc-translation.php:
|
4069 |
#, php-format
|
4070 |
msgid "%s - start new translation section, where %s - locale of translation"
|
4071 |
msgstr ""
|
4072 |
|
4073 |
-
#: core/lib/wpbc_all_translations.php:740 core/wpbc-emails.php:305 core/wpbc-translation.php:
|
4074 |
#, php-format
|
4075 |
msgid "Example #1: %s - start French translation section"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
-
#: core/lib/wpbc_all_translations.php:741 core/wpbc-emails.php:306 core/wpbc-translation.php:
|
4079 |
#, php-format
|
4080 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
4081 |
msgstr ""
|
@@ -4531,7 +4531,7 @@ msgstr ""
|
|
4531 |
|
4532 |
#: core/lib/wpbc_all_translations.php:834 inc/_bl/admin/page-search.php:87
|
4533 |
#: inc/_bl/admin/page-search.php:126 inc/_bm/admin/page-cost-advanced.php:692
|
4534 |
-
#: inc/_ps/admin/page-settings-form.php:
|
4535 |
msgid "Use these shortcodes for customization: "
|
4536 |
msgstr ""
|
4537 |
|
@@ -4709,12 +4709,12 @@ msgstr ""
|
|
4709 |
|
4710 |
#: core/lib/wpbc_all_translations.php:870 inc/_bl/admin/page-search.php:837
|
4711 |
#: inc/_bm/admin/page-seasons.php:1227 inc/_bm/admin/page-seasons.php:1445
|
4712 |
-
#: inc/_ps/admin/page-settings-form.php:
|
4713 |
msgid "Reset"
|
4714 |
msgstr ""
|
4715 |
|
4716 |
#: core/lib/wpbc_all_translations.php:871 inc/_bl/admin/page-search.php:838
|
4717 |
-
#: inc/_ps/admin/page-settings-form.php:
|
4718 |
msgid "Reset current Form"
|
4719 |
msgstr ""
|
4720 |
|
@@ -4762,7 +4762,7 @@ msgid ""
|
|
4762 |
"page and try other days."
|
4763 |
msgstr ""
|
4764 |
|
4765 |
-
#: core/lib/wpbc_all_translations.php:881 inc/_bl/biz_l.php:
|
4766 |
#, php-format
|
4767 |
msgid "The folowing pending booking(s): %s deleted."
|
4768 |
msgstr ""
|
@@ -5806,12 +5806,12 @@ msgstr ""
|
|
5806 |
msgid "Unknown Status"
|
5807 |
msgstr ""
|
5808 |
|
5809 |
-
#: core/lib/wpbc_all_translations1.php:102 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:
|
5810 |
msgid "Not Completed"
|
5811 |
msgstr ""
|
5812 |
|
5813 |
-
#: core/lib/wpbc_all_translations1.php:103 inc/_bs/lib_s.php:50 inc/_bs/lib_s.php:
|
5814 |
-
#: inc/_bs/lib_s.php:
|
5815 |
msgid "Failed"
|
5816 |
msgstr ""
|
5817 |
|
@@ -5823,88 +5823,88 @@ msgstr ""
|
|
5823 |
msgid "max"
|
5824 |
msgstr ""
|
5825 |
|
5826 |
-
#: core/lib/wpbc_all_translations1.php:106 inc/_bs/lib_s.php:
|
5827 |
-
#: inc/_bs/lib_s.php:
|
5828 |
msgid "Completed"
|
5829 |
msgstr ""
|
5830 |
|
5831 |
-
#: core/lib/wpbc_all_translations1.php:107 inc/_bs/lib_s.php:
|
5832 |
msgid "In-Progress"
|
5833 |
msgstr ""
|
5834 |
|
5835 |
-
#: core/lib/wpbc_all_translations1.php:108 inc/_bs/lib_s.php:
|
5836 |
msgid "Partially paid"
|
5837 |
msgstr ""
|
5838 |
|
5839 |
-
#: core/lib/wpbc_all_translations1.php:109 inc/_bs/lib_s.php:
|
5840 |
msgid "Cancelled"
|
5841 |
msgstr ""
|
5842 |
|
5843 |
-
#: core/lib/wpbc_all_translations1.php:110 inc/_bs/lib_s.php:
|
5844 |
msgid "Refunded"
|
5845 |
msgstr ""
|
5846 |
|
5847 |
-
#: core/lib/wpbc_all_translations1.php:111 inc/_bs/lib_s.php:
|
5848 |
msgid "Fraud"
|
5849 |
msgstr ""
|
5850 |
|
5851 |
-
#: core/lib/wpbc_all_translations1.php:112 inc/_bs/lib_s.php:
|
5852 |
msgid "!Paid OK"
|
5853 |
msgstr ""
|
5854 |
|
5855 |
-
#: core/lib/wpbc_all_translations1.php:113 inc/_bs/lib_s.php:
|
5856 |
msgid "Unknown status"
|
5857 |
msgstr ""
|
5858 |
|
5859 |
-
#: core/lib/wpbc_all_translations1.php:114 inc/_bs/lib_s.php:
|
5860 |
msgid "Processed"
|
5861 |
msgstr ""
|
5862 |
|
5863 |
-
#: core/lib/wpbc_all_translations1.php:115 inc/_bs/lib_s.php:
|
5864 |
msgid "Canceled_Reversal"
|
5865 |
msgstr ""
|
5866 |
|
5867 |
-
#: core/lib/wpbc_all_translations1.php:116 inc/_bs/lib_s.php:
|
5868 |
msgid "Denied"
|
5869 |
msgstr ""
|
5870 |
|
5871 |
-
#: core/lib/wpbc_all_translations1.php:117 inc/_bs/lib_s.php:
|
5872 |
msgid "Expired"
|
5873 |
msgstr ""
|
5874 |
|
5875 |
-
#: core/lib/wpbc_all_translations1.php:118 inc/_bs/lib_s.php:
|
5876 |
msgid "Partially_Refunded"
|
5877 |
msgstr ""
|
5878 |
|
5879 |
-
#: core/lib/wpbc_all_translations1.php:119 inc/_bs/lib_s.php:
|
5880 |
msgid "Reversed"
|
5881 |
msgstr ""
|
5882 |
|
5883 |
-
#: core/lib/wpbc_all_translations1.php:120 inc/_bs/lib_s.php:
|
5884 |
msgid "Voided"
|
5885 |
msgstr ""
|
5886 |
|
5887 |
-
#: core/lib/wpbc_all_translations1.php:121 inc/_bs/lib_s.php:
|
5888 |
msgid "Not authed"
|
5889 |
msgstr ""
|
5890 |
|
5891 |
-
#: core/lib/wpbc_all_translations1.php:122 inc/_bs/lib_s.php:
|
5892 |
msgid "Malformed"
|
5893 |
msgstr ""
|
5894 |
|
5895 |
-
#: core/lib/wpbc_all_translations1.php:123 inc/_bs/lib_s.php:
|
5896 |
msgid "Invalid"
|
5897 |
msgstr ""
|
5898 |
|
5899 |
-
#: core/lib/wpbc_all_translations1.php:124 inc/_bs/lib_s.php:
|
5900 |
msgid "Abort"
|
5901 |
msgstr ""
|
5902 |
|
5903 |
-
#: core/lib/wpbc_all_translations1.php:125 inc/_bs/lib_s.php:
|
5904 |
msgid "Rejected"
|
5905 |
msgstr ""
|
5906 |
|
5907 |
-
#: core/lib/wpbc_all_translations1.php:126 inc/_bs/lib_s.php:
|
5908 |
msgid "Suspended"
|
5909 |
msgstr ""
|
5910 |
|
@@ -6199,52 +6199,52 @@ msgstr ""
|
|
6199 |
msgid "Standard Templates"
|
6200 |
msgstr ""
|
6201 |
|
6202 |
-
#: core/lib/wpbc_all_translations1.php:191 inc/_ps/admin/page-settings-form.php:
|
6203 |
#: inc/_ps/form/class-wpbc-field-help-textarea.php:111
|
6204 |
msgid "Columns"
|
6205 |
msgstr ""
|
6206 |
|
6207 |
-
#: core/lib/wpbc_all_translations1.php:192 inc/_ps/admin/page-settings-form.php:
|
6208 |
msgid "Advanced Templates"
|
6209 |
msgstr ""
|
6210 |
|
6211 |
-
#: core/lib/wpbc_all_translations1.php:193 inc/_ps/admin/page-settings-form.php:
|
6212 |
msgid "Wizard (several steps)"
|
6213 |
msgstr ""
|
6214 |
|
6215 |
-
#: core/lib/wpbc_all_translations1.php:194 inc/_ps/admin/page-settings-form.php:
|
6216 |
msgid "Time slots for different weekdays"
|
6217 |
msgstr ""
|
6218 |
|
6219 |
-
#: core/lib/wpbc_all_translations1.php:195 inc/_ps/admin/page-settings-form.php:
|
6220 |
-
#: inc/_ps/admin/page-settings-form.php:
|
6221 |
msgid "Hints"
|
6222 |
msgstr ""
|
6223 |
|
6224 |
-
#: core/lib/wpbc_all_translations1.php:196 inc/_ps/admin/page-settings-form.php:
|
6225 |
msgid "Reset Form"
|
6226 |
msgstr ""
|
6227 |
|
6228 |
-
#: core/lib/wpbc_all_translations1.php:197 inc/_ps/admin/page-settings-form.php:
|
6229 |
msgid "Both"
|
6230 |
msgstr ""
|
6231 |
|
6232 |
-
#: core/lib/wpbc_all_translations1.php:198 inc/_ps/admin/page-settings-form.php:
|
6233 |
msgid "Reset Booking Form and Content of Booking Fields Form"
|
6234 |
msgstr ""
|
6235 |
|
6236 |
-
#: core/lib/wpbc_all_translations1.php:199 inc/_ps/admin/page-settings-form.php:
|
6237 |
#: inc/gateways/page-gateways.php:1069
|
6238 |
#, php-format
|
6239 |
msgid "%s - inserting data from fields of booking form"
|
6240 |
msgstr ""
|
6241 |
|
6242 |
-
#: core/lib/wpbc_all_translations1.php:200 inc/_ps/admin/page-settings-form.php:
|
6243 |
#, php-format
|
6244 |
msgid "%s - inserting new line"
|
6245 |
msgstr ""
|
6246 |
|
6247 |
-
#: core/lib/wpbc_all_translations1.php:201 inc/_ps/admin/page-settings-form.php:
|
6248 |
#: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:1124
|
6249 |
#, php-format
|
6250 |
msgid ""
|
@@ -7333,7 +7333,7 @@ msgstr ""
|
|
7333 |
#: core/lib/wpbc_all_translations1.php:417 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:298
|
7334 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:219
|
7335 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:378 inc/gateways/ipay88/wpbc-gw-ipay88.php:318
|
7336 |
-
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:147 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7337 |
#: inc/gateways/sage/wpbc-gw-sage.php:385 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:486
|
7338 |
msgid "Enable this payment gateway"
|
7339 |
msgstr ""
|
@@ -7360,7 +7360,7 @@ msgid "This parameter have to assigned to you by %s"
|
|
7360 |
msgstr ""
|
7361 |
|
7362 |
#: core/lib/wpbc_all_translations1.php:422 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
|
7363 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:419 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7364 |
#: inc/gateways/sage/wpbc-gw-sage.php:424
|
7365 |
msgid "Chose payment mode"
|
7366 |
msgstr ""
|
@@ -7387,12 +7387,12 @@ msgid "Live Test"
|
|
7387 |
msgstr ""
|
7388 |
|
7389 |
#: core/lib/wpbc_all_translations1.php:427 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:377
|
7390 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7391 |
msgid "Live"
|
7392 |
msgstr ""
|
7393 |
|
7394 |
#: core/lib/wpbc_all_translations1.php:428 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:385
|
7395 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7396 |
msgid "Transaction type"
|
7397 |
msgstr ""
|
7398 |
|
@@ -7409,7 +7409,7 @@ msgid "Authorization Only"
|
|
7409 |
msgstr ""
|
7410 |
|
7411 |
#: core/lib/wpbc_all_translations1.php:432 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:396
|
7412 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7413 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:582
|
7414 |
msgid "U.S. Dollars"
|
7415 |
msgstr ""
|
@@ -7420,25 +7420,25 @@ msgid "Pounds Sterling"
|
|
7420 |
msgstr ""
|
7421 |
|
7422 |
#: core/lib/wpbc_all_translations1.php:434 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:398
|
7423 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7424 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:584
|
7425 |
msgid "Euros"
|
7426 |
msgstr ""
|
7427 |
|
7428 |
#: core/lib/wpbc_all_translations1.php:435 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:399
|
7429 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7430 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:585
|
7431 |
msgid "Canadian Dollars"
|
7432 |
msgstr ""
|
7433 |
|
7434 |
#: core/lib/wpbc_all_translations1.php:436 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:404
|
7435 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:369 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7436 |
#: inc/gateways/sage/wpbc-gw-sage.php:478 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:726
|
7437 |
msgid "Accepted Currency"
|
7438 |
msgstr ""
|
7439 |
|
7440 |
#: core/lib/wpbc_all_translations1.php:437 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
|
7441 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:370 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7442 |
#: inc/gateways/sage/wpbc-gw-sage.php:479 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:727
|
7443 |
msgid "The currency code that gateway will process the payment in."
|
7444 |
msgstr ""
|
@@ -7455,8 +7455,8 @@ msgstr ""
|
|
7455 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:457 inc/gateways/ideal/wpbc-gw-ideal.php:458
|
7456 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:1046 inc/gateways/ipay88/wpbc-gw-ipay88.php:379
|
7457 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:380 inc/gateways/ipay88/wpbc-gw-ipay88.php:986
|
7458 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7459 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7460 |
#: inc/gateways/sage/wpbc-gw-sage.php:489 inc/gateways/sage/wpbc-gw-sage.php:1042
|
7461 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:748
|
7462 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:749
|
@@ -7466,14 +7466,14 @@ msgstr ""
|
|
7466 |
|
7467 |
#: core/lib/wpbc_all_translations1.php:440 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:420
|
7468 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:459 inc/gateways/ipay88/wpbc-gw-ipay88.php:381
|
7469 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7470 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:750
|
7471 |
msgid "Payment button title"
|
7472 |
msgstr ""
|
7473 |
|
7474 |
#: core/lib/wpbc_all_translations1.php:441 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
|
7475 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:460 inc/gateways/ipay88/wpbc-gw-ipay88.php:382
|
7476 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7477 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:751
|
7478 |
msgid "Enter the title of the payment button"
|
7479 |
msgstr ""
|
@@ -7483,8 +7483,8 @@ msgstr ""
|
|
7483 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1048 inc/gateways/ideal/wpbc-gw-ideal.php:471
|
7484 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:472 inc/gateways/ideal/wpbc-gw-ideal.php:1043
|
7485 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:393 inc/gateways/ipay88/wpbc-gw-ipay88.php:394
|
7486 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:983 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7487 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7488 |
#: inc/gateways/sage/wpbc-gw-sage.php:502 inc/gateways/sage/wpbc-gw-sage.php:503
|
7489 |
#: inc/gateways/sage/wpbc-gw-sage.php:1038 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:762
|
7490 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:763
|
@@ -7495,28 +7495,28 @@ msgstr ""
|
|
7495 |
|
7496 |
#: core/lib/wpbc_all_translations1.php:443 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:434
|
7497 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:473 inc/gateways/ipay88/wpbc-gw-ipay88.php:395
|
7498 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7499 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:764
|
7500 |
msgid "Payment description at gateway website"
|
7501 |
msgstr ""
|
7502 |
|
7503 |
#: core/lib/wpbc_all_translations1.php:444 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:435
|
7504 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ipay88/wpbc-gw-ipay88.php:396
|
7505 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7506 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:765
|
7507 |
msgid "Enter the service name or the reason for the payment here."
|
7508 |
msgstr ""
|
7509 |
|
7510 |
#: core/lib/wpbc_all_translations1.php:445 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:436
|
7511 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:397
|
7512 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7513 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:766
|
7514 |
msgid "You can use any shortcodes, which you have used in content of booking fields data form."
|
7515 |
msgstr ""
|
7516 |
|
7517 |
#: core/lib/wpbc_all_translations1.php:446 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:439
|
7518 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:478 inc/gateways/ipay88/wpbc-gw-ipay88.php:400
|
7519 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7520 |
#, php-format
|
7521 |
msgid "This field support only up to %s characters by payment system."
|
7522 |
msgstr ""
|
@@ -7585,14 +7585,14 @@ msgstr ""
|
|
7585 |
|
7586 |
#: core/lib/wpbc_all_translations1.php:460 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:515
|
7587 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:522 inc/gateways/ipay88/wpbc-gw-ipay88.php:437
|
7588 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7589 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:808
|
7590 |
msgid "The URL where visitor will be redirected after completing payment."
|
7591 |
msgstr ""
|
7592 |
|
7593 |
#: core/lib/wpbc_all_translations1.php:461 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:516
|
7594 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:438
|
7595 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7596 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:809
|
7597 |
#, php-format
|
7598 |
msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
|
@@ -7606,14 +7606,14 @@ msgstr ""
|
|
7606 |
|
7607 |
#: core/lib/wpbc_all_translations1.php:463 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:549
|
7608 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:553 inc/gateways/ipay88/wpbc-gw-ipay88.php:468
|
7609 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7610 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:842
|
7611 |
msgid "The URL where the visitor will be redirected after completing payment."
|
7612 |
msgstr ""
|
7613 |
|
7614 |
#: core/lib/wpbc_all_translations1.php:464 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:550
|
7615 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:554 inc/gateways/ipay88/wpbc-gw-ipay88.php:469
|
7616 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7617 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:843
|
7618 |
#, php-format
|
7619 |
msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
|
@@ -7628,7 +7628,7 @@ msgid "Check this box to automatically approve booking, when visitor makes a suc
|
|
7628 |
msgstr ""
|
7629 |
|
7630 |
#: core/lib/wpbc_all_translations1.php:467 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
|
7631 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7632 |
#: inc/gateways/sage/wpbc-gw-sage.php:591 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:857
|
7633 |
msgid "This will not work, if the visitor leaves the payment page."
|
7634 |
msgstr ""
|
@@ -7640,7 +7640,7 @@ msgstr ""
|
|
7640 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:801 inc/gateways/ideal/wpbc-gw-ideal.php:904
|
7641 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:729 inc/gateways/ipay88/wpbc-gw-ipay88.php:845
|
7642 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:388
|
7643 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7644 |
#: inc/gateways/sage/wpbc-gw-sage.php:783 inc/gateways/sage/wpbc-gw-sage.php:894
|
7645 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:965
|
7646 |
#, php-format
|
@@ -7874,19 +7874,19 @@ msgstr ""
|
|
7874 |
msgid "Malaysian Ringgit"
|
7875 |
msgstr ""
|
7876 |
|
7877 |
-
#: core/lib/wpbc_all_translations1.php:516 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7878 |
#: inc/gateways/sage/wpbc-gw-sage.php:471
|
7879 |
msgid "Philippine Pesos"
|
7880 |
msgstr ""
|
7881 |
|
7882 |
#: core/lib/wpbc_all_translations1.php:517 inc/gateways/ideal/wpbc-gw-ideal.php:564
|
7883 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:479 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7884 |
#: inc/gateways/sage/wpbc-gw-sage.php:588 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:854
|
7885 |
msgid "Automatically approve/cancel booking"
|
7886 |
msgstr ""
|
7887 |
|
7888 |
#: core/lib/wpbc_all_translations1.php:518 inc/gateways/ideal/wpbc-gw-ideal.php:565
|
7889 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:480 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7890 |
#: inc/gateways/sage/wpbc-gw-sage.php:589 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:855
|
7891 |
msgid ""
|
7892 |
"Check this box to automatically approve bookings, when visitor makes a successful payment, or "
|
@@ -8216,315 +8216,315 @@ msgstr ""
|
|
8216 |
msgid "Invalid IPN"
|
8217 |
msgstr ""
|
8218 |
|
8219 |
-
#: core/lib/wpbc_all_translations1.php:591 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8220 |
msgid "Make payments with payPal - its fast, free and secure!"
|
8221 |
msgstr ""
|
8222 |
|
8223 |
-
#: core/lib/wpbc_all_translations1.php:592 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8224 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
8225 |
msgid "Paypal Standard"
|
8226 |
msgstr ""
|
8227 |
|
8228 |
-
#: core/lib/wpbc_all_translations1.php:593 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8229 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
8230 |
msgid "Paypal Pro Hosted Solution"
|
8231 |
msgstr ""
|
8232 |
|
8233 |
-
#: core/lib/wpbc_all_translations1.php:594 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8234 |
msgid "Account Type"
|
8235 |
msgstr ""
|
8236 |
|
8237 |
-
#: core/lib/wpbc_all_translations1.php:595 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8238 |
msgid "Paypal Email address to receive payments"
|
8239 |
msgstr ""
|
8240 |
|
8241 |
-
#: core/lib/wpbc_all_translations1.php:596 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8242 |
msgid "This is the Paypal Email address where payments will be sent"
|
8243 |
msgstr ""
|
8244 |
|
8245 |
-
#: core/lib/wpbc_all_translations1.php:597 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8246 |
msgid "Secure Merchant ID"
|
8247 |
msgstr ""
|
8248 |
|
8249 |
-
#: core/lib/wpbc_all_translations1.php:598 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8250 |
msgid "This is the Secure Merchant ID, which can be found on the profile page"
|
8251 |
msgstr ""
|
8252 |
|
8253 |
-
#: core/lib/wpbc_all_translations1.php:599 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8254 |
msgid ""
|
8255 |
" Indicates whether the transaction is payment on a final sale or an authorization for a final "
|
8256 |
"sale, to be captured later. "
|
8257 |
msgstr ""
|
8258 |
|
8259 |
-
#: core/lib/wpbc_all_translations1.php:600 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8260 |
msgid "Sale"
|
8261 |
msgstr ""
|
8262 |
|
8263 |
-
#: core/lib/wpbc_all_translations1.php:601 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8264 |
msgid "Authorization"
|
8265 |
msgstr ""
|
8266 |
|
8267 |
-
#: core/lib/wpbc_all_translations1.php:602 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8268 |
msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
|
8269 |
msgstr ""
|
8270 |
|
8271 |
-
#: core/lib/wpbc_all_translations1.php:603 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8272 |
msgid "Sandbox"
|
8273 |
msgstr ""
|
8274 |
|
8275 |
-
#: core/lib/wpbc_all_translations1.php:604 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8276 |
msgid "British Pound"
|
8277 |
msgstr ""
|
8278 |
|
8279 |
-
#: core/lib/wpbc_all_translations1.php:605 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8280 |
msgid "Japanese Yen"
|
8281 |
msgstr ""
|
8282 |
|
8283 |
-
#: core/lib/wpbc_all_translations1.php:606 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8284 |
#: inc/gateways/sage/wpbc-gw-sage.php:455
|
8285 |
msgid "Australian Dollars"
|
8286 |
msgstr ""
|
8287 |
|
8288 |
-
#: core/lib/wpbc_all_translations1.php:607 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8289 |
#: inc/gateways/sage/wpbc-gw-sage.php:457
|
8290 |
msgid "New Zealand Dollar"
|
8291 |
msgstr ""
|
8292 |
|
8293 |
-
#: core/lib/wpbc_all_translations1.php:608 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8294 |
#: inc/gateways/sage/wpbc-gw-sage.php:458
|
8295 |
msgid "Swiss Franc"
|
8296 |
msgstr ""
|
8297 |
|
8298 |
-
#: core/lib/wpbc_all_translations1.php:609 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8299 |
#: inc/gateways/sage/wpbc-gw-sage.php:459
|
8300 |
msgid "Hong Kong Dollar"
|
8301 |
msgstr ""
|
8302 |
|
8303 |
-
#: core/lib/wpbc_all_translations1.php:610 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8304 |
#: inc/gateways/sage/wpbc-gw-sage.php:460
|
8305 |
msgid "Singapore Dollar"
|
8306 |
msgstr ""
|
8307 |
|
8308 |
-
#: core/lib/wpbc_all_translations1.php:611 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8309 |
#: inc/gateways/sage/wpbc-gw-sage.php:461
|
8310 |
msgid "Swedish Krona"
|
8311 |
msgstr ""
|
8312 |
|
8313 |
-
#: core/lib/wpbc_all_translations1.php:612 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8314 |
#: inc/gateways/sage/wpbc-gw-sage.php:462
|
8315 |
msgid "Danish Krone"
|
8316 |
msgstr ""
|
8317 |
|
8318 |
-
#: core/lib/wpbc_all_translations1.php:613 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8319 |
#: inc/gateways/sage/wpbc-gw-sage.php:463
|
8320 |
msgid "Polish Zloty"
|
8321 |
msgstr ""
|
8322 |
|
8323 |
-
#: core/lib/wpbc_all_translations1.php:614 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8324 |
#: inc/gateways/sage/wpbc-gw-sage.php:464
|
8325 |
msgid "Norwegian Krone"
|
8326 |
msgstr ""
|
8327 |
|
8328 |
-
#: core/lib/wpbc_all_translations1.php:615 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8329 |
#: inc/gateways/sage/wpbc-gw-sage.php:465
|
8330 |
msgid "Hungarian Forint"
|
8331 |
msgstr ""
|
8332 |
|
8333 |
-
#: core/lib/wpbc_all_translations1.php:616 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8334 |
#: inc/gateways/sage/wpbc-gw-sage.php:466
|
8335 |
msgid "Czech Koruna"
|
8336 |
msgstr ""
|
8337 |
|
8338 |
-
#: core/lib/wpbc_all_translations1.php:617 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8339 |
msgid "Israeli New Shekel"
|
8340 |
msgstr ""
|
8341 |
|
8342 |
-
#: core/lib/wpbc_all_translations1.php:618 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8343 |
#: inc/gateways/sage/wpbc-gw-sage.php:468
|
8344 |
msgid "Mexican Peso"
|
8345 |
msgstr ""
|
8346 |
|
8347 |
-
#: core/lib/wpbc_all_translations1.php:619 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8348 |
#: inc/gateways/sage/wpbc-gw-sage.php:469
|
8349 |
msgid "Brazilian Real (only for Brazilian users)"
|
8350 |
msgstr ""
|
8351 |
|
8352 |
-
#: core/lib/wpbc_all_translations1.php:620 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8353 |
#: inc/gateways/sage/wpbc-gw-sage.php:470
|
8354 |
msgid "Malaysian Ringgits (only for Malaysian users)"
|
8355 |
msgstr ""
|
8356 |
|
8357 |
-
#: core/lib/wpbc_all_translations1.php:621 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8358 |
#: inc/gateways/sage/wpbc-gw-sage.php:472
|
8359 |
msgid "Taiwan New Dollars"
|
8360 |
msgstr ""
|
8361 |
|
8362 |
-
#: core/lib/wpbc_all_translations1.php:622 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8363 |
#: inc/gateways/sage/wpbc-gw-sage.php:473
|
8364 |
msgid "Thai Baht"
|
8365 |
msgstr ""
|
8366 |
|
8367 |
-
#: core/lib/wpbc_all_translations1.php:623 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8368 |
msgid "Turkish Lira (only for Turkish members)"
|
8369 |
msgstr ""
|
8370 |
|
8371 |
-
#: core/lib/wpbc_all_translations1.php:624 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8372 |
msgid "Custom button title"
|
8373 |
msgstr ""
|
8374 |
|
8375 |
-
#: core/lib/wpbc_all_translations1.php:625 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8376 |
msgid "Payment Button type"
|
8377 |
msgstr ""
|
8378 |
|
8379 |
-
#: core/lib/wpbc_all_translations1.php:626 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8380 |
msgid "Show Reference Text Box"
|
8381 |
msgstr ""
|
8382 |
|
8383 |
-
#: core/lib/wpbc_all_translations1.php:627 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8384 |
msgid "Check this box to show Reference Text Box"
|
8385 |
msgstr ""
|
8386 |
|
8387 |
-
#: core/lib/wpbc_all_translations1.php:628 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8388 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
8389 |
msgid "Enter your phone number"
|
8390 |
msgstr ""
|
8391 |
|
8392 |
-
#: core/lib/wpbc_all_translations1.php:629 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8393 |
msgid "Reference Text Box Title"
|
8394 |
msgstr ""
|
8395 |
|
8396 |
-
#: core/lib/wpbc_all_translations1.php:630 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8397 |
msgid ""
|
8398 |
"Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
|
8399 |
msgstr ""
|
8400 |
|
8401 |
-
#: core/lib/wpbc_all_translations1.php:631 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8402 |
msgid "Return URL from PayPal"
|
8403 |
msgstr ""
|
8404 |
|
8405 |
-
#: core/lib/wpbc_all_translations1.php:632 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8406 |
msgid "Cancel Return URL from PayPal"
|
8407 |
msgstr ""
|
8408 |
|
8409 |
-
#: core/lib/wpbc_all_translations1.php:633 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8410 |
#, php-format
|
8411 |
msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
|
8412 |
msgstr ""
|
8413 |
|
8414 |
-
#: core/lib/wpbc_all_translations1.php:634 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8415 |
msgid "Follow these steps to configure it:"
|
8416 |
msgstr ""
|
8417 |
|
8418 |
-
#: core/lib/wpbc_all_translations1.php:635 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8419 |
msgid "Log in to your PayPal account."
|
8420 |
msgstr ""
|
8421 |
|
8422 |
-
#: core/lib/wpbc_all_translations1.php:636 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8423 |
msgid "Click the Profile subtab."
|
8424 |
msgstr ""
|
8425 |
|
8426 |
-
#: core/lib/wpbc_all_translations1.php:637 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8427 |
msgid "Click Website Payment Preferences in the Seller Preferences column."
|
8428 |
msgstr ""
|
8429 |
|
8430 |
-
#: core/lib/wpbc_all_translations1.php:638 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8431 |
msgid "Under Auto Return for Website Payments, click the On radio button."
|
8432 |
msgstr ""
|
8433 |
|
8434 |
-
#: core/lib/wpbc_all_translations1.php:639 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8435 |
msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
|
8436 |
msgstr ""
|
8437 |
|
8438 |
-
#: core/lib/wpbc_all_translations1.php:640 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8439 |
msgid ""
|
8440 |
"Instant Payment Notification (IPN) is a message service that notifies you of events related to "
|
8441 |
"PayPal transactions"
|
8442 |
msgstr ""
|
8443 |
|
8444 |
-
#: core/lib/wpbc_all_translations1.php:641 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8445 |
msgid "Sending email for verified transaction"
|
8446 |
msgstr ""
|
8447 |
|
8448 |
-
#: core/lib/wpbc_all_translations1.php:642 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8449 |
#, php-format
|
8450 |
msgid "Email for getting report for %sverified%s transactions."
|
8451 |
msgstr ""
|
8452 |
|
8453 |
-
#: core/lib/wpbc_all_translations1.php:643 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8454 |
msgid "Sending email for invalid transaction"
|
8455 |
msgstr ""
|
8456 |
|
8457 |
-
#: core/lib/wpbc_all_translations1.php:644 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8458 |
#, php-format
|
8459 |
msgid "Email for getting report for %sinvalid%s transactions."
|
8460 |
msgstr ""
|
8461 |
|
8462 |
-
#: core/lib/wpbc_all_translations1.php:645 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8463 |
msgid "Sending email if error occur during verification"
|
8464 |
msgstr ""
|
8465 |
|
8466 |
-
#: core/lib/wpbc_all_translations1.php:646 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8467 |
#, php-format
|
8468 |
msgid "Email for getting report for %ssome errors in verification process%s."
|
8469 |
msgstr ""
|
8470 |
|
8471 |
-
#: core/lib/wpbc_all_translations1.php:647 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8472 |
msgid "Use SSL connection"
|
8473 |
msgstr ""
|
8474 |
|
8475 |
-
#: core/lib/wpbc_all_translations1.php:648 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8476 |
msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
|
8477 |
msgstr ""
|
8478 |
|
8479 |
-
#: core/lib/wpbc_all_translations1.php:649 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8480 |
msgid "Use cURL posting"
|
8481 |
msgstr ""
|
8482 |
|
8483 |
-
#: core/lib/wpbc_all_translations1.php:650 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8484 |
msgid "Use the cURL for posting data, instead of fsockopen() function"
|
8485 |
msgstr ""
|
8486 |
|
8487 |
-
#: core/lib/wpbc_all_translations1.php:651 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8488 |
msgid " Follow these instructions to set up your listener at your PayPal account:"
|
8489 |
msgstr ""
|
8490 |
|
8491 |
-
#: core/lib/wpbc_all_translations1.php:652 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8492 |
msgid "Click Profile on the My Account tab."
|
8493 |
msgstr ""
|
8494 |
|
8495 |
-
#: core/lib/wpbc_all_translations1.php:653 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8496 |
msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
|
8497 |
msgstr ""
|
8498 |
|
8499 |
-
#: core/lib/wpbc_all_translations1.php:654 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8500 |
msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
|
8501 |
msgstr ""
|
8502 |
|
8503 |
-
#: core/lib/wpbc_all_translations1.php:655 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8504 |
msgid "Specify the URL for your listener in the Notification URL field as:"
|
8505 |
msgstr ""
|
8506 |
|
8507 |
-
#: core/lib/wpbc_all_translations1.php:656 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8508 |
msgid "Click Receive IPN messages (Enabled) to enable your listener."
|
8509 |
msgstr ""
|
8510 |
|
8511 |
-
#: core/lib/wpbc_all_translations1.php:657 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8512 |
msgid "Click Save."
|
8513 |
msgstr ""
|
8514 |
|
8515 |
-
#: core/lib/wpbc_all_translations1.php:658 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8516 |
msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
|
8517 |
msgstr ""
|
8518 |
|
8519 |
-
#: core/lib/wpbc_all_translations1.php:659 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8520 |
msgid "PayPal"
|
8521 |
msgstr ""
|
8522 |
|
8523 |
-
#: core/lib/wpbc_all_translations1.php:660 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8524 |
msgid "Integration of Paypal payment system"
|
8525 |
msgstr ""
|
8526 |
|
8527 |
-
#: core/lib/wpbc_all_translations1.php:661 inc/gateways/paypal/wpbc-gw-paypal.php:
|
8528 |
msgid "PayPal IPN"
|
8529 |
msgstr ""
|
8530 |
|
@@ -9336,3 +9336,22 @@ msgid ""
|
|
9336 |
"Check this box if you want apply discount coupon codes directly to days cost, without additional "
|
9337 |
"costs."
|
9338 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: booking\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2020-07-02 08:54+0300\n"
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: wpdevelop <info@wpdevelop.com>\n"
|
9 |
"Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
|
247 |
#: core/admin/wpbc-toolbars.php:549 core/admin/wpbc-toolbars.php:964
|
248 |
#: core/lib/wpbc_all_translations.php:46 core/timeline/v2/wpbc-class-timeline_v2.php:2676
|
249 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2729 core/wpbc-activation.php:1034
|
250 |
+
#: inc/_bs/lib_s.php:328 inc/_ps/personal.php:359 inc/_ps/wpbc-print.php:119
|
251 |
msgid "Pending"
|
252 |
msgstr ""
|
253 |
|
768 |
#: core/admin/api-settings.php:1354 core/lib/wpbc_all_translations.php:148
|
769 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
|
770 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/page-gateways.php:917
|
771 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:661 inc/gateways/sage/wpbc-gw-sage.php:591
|
772 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:857
|
773 |
msgid "Warning"
|
774 |
msgstr ""
|
811 |
#: inc/_ps/admin/page-email-edit.php:178 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:297
|
812 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:218
|
813 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:377 inc/gateways/ipay88/wpbc-gw-ipay88.php:317
|
814 |
+
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:146 inc/gateways/paypal/wpbc-gw-paypal.php:364
|
815 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:720 inc/gateways/paypal/wpbc-gw-paypal.php:743
|
816 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:766 inc/gateways/sage/wpbc-gw-sage.php:384
|
817 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:485
|
818 |
msgid "Enable / Disable"
|
819 |
msgstr ""
|
859 |
#: core/admin/page-email-trash.php:277 core/lib/wpbc_all_translations.php:159
|
860 |
#: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:273
|
861 |
#: inc/_ps/admin/page-email-edit.php:215 inc/_ps/admin/page-email-edit.php:272
|
862 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:730 inc/gateways/paypal/wpbc-gw-paypal.php:753
|
863 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:776
|
864 |
msgid "Email Address"
|
865 |
msgstr ""
|
866 |
|
880 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:309
|
881 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:343 inc/gateways/ideal/wpbc-gw-ideal.php:389
|
882 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:404 inc/gateways/ipay88/wpbc-gw-ipay88.php:329
|
883 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:344 inc/gateways/paypal/wpbc-gw-paypal.php:397
|
884 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:413 inc/gateways/sage/wpbc-gw-sage.php:396
|
885 |
#: inc/gateways/sage/wpbc-gw-sage.php:411 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:513
|
886 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:528
|
887 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:545
|
1186 |
#: core/admin/page-email-deny.php:452 core/admin/page-email-new-admin.php:431
|
1187 |
#: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
|
1188 |
#: core/lib/wpbc_all_translations.php:194 inc/_bs/admin/page-email-payment.php:455
|
1189 |
+
#: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:689
|
1190 |
#: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:1123
|
1191 |
msgid "HTML"
|
1192 |
msgstr ""
|
1306 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:489
|
1307 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:923 inc/gateways/ipay88/wpbc-gw-ipay88.php:864
|
1308 |
#: inc/gateways/page-gateways.php:686 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:402
|
1309 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:1124 inc/gateways/sage/wpbc-gw-sage.php:913
|
1310 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1150
|
1311 |
msgid "Save Changes"
|
1312 |
msgstr ""
|
1331 |
#: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
|
1332 |
#: inc/_ps/admin/page-settings-form.php:181
|
1333 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:452 inc/gateways/page-gateways.php:675
|
1334 |
+
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:393 inc/gateways/paypal/wpbc-gw-paypal.php:1098
|
1335 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:1115
|
1336 |
msgid "Help"
|
1337 |
msgstr ""
|
1338 |
|
1359 |
#: inc/_ps/admin/page-email-edit.php:850 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:951
|
1360 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:562
|
1361 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:944 inc/gateways/ipay88/wpbc-gw-ipay88.php:885
|
1362 |
+
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:423 inc/gateways/paypal/wpbc-gw-paypal.php:1145
|
1363 |
#: inc/gateways/sage/wpbc-gw-sage.php:934 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1169
|
1364 |
msgid "Settings saved."
|
1365 |
msgstr ""
|
1605 |
#: core/admin/page-form-free.php:1992 core/admin/page-form-timeslots.php:106
|
1606 |
#: core/admin/page-form-timeslots.php:201 core/admin/page-form-timeslots.php:766
|
1607 |
#: core/admin/page-form-timeslots.php:816 core/lib/wpbc_all_translations.php:254
|
1608 |
+
#: inc/_ps/admin/page-settings-form.php:384 inc/_ps/admin/page-settings-form.php:394
|
1609 |
+
#: inc/_ps/admin/page-settings-form.php:404
|
1610 |
msgid "Time Slots"
|
1611 |
msgstr ""
|
1612 |
|
1795 |
#: core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270 inc/_bm/admin/api-settings-m.php:67
|
1796 |
#: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:100
|
1797 |
#: inc/_bs/admin/api-settings-s.php:525 inc/_bs/admin/api-settings-s.php:526
|
1798 |
+
#: inc/_bs/admin/api-settings-s.php:527 inc/_ps/admin/page-settings-form.php:394
|
1799 |
+
#: inc/_ps/admin/page-settings-form.php:404
|
1800 |
msgid "minutes"
|
1801 |
msgstr ""
|
1802 |
|
2012 |
#: inc/_bl/admin/page-search.php:780 inc/_bl/wpbc-search-availability.php:167
|
2013 |
#: inc/_bl/wpbc-search-availability.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:921
|
2014 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:914 inc/gateways/ipay88/wpbc-gw-ipay88.php:855
|
2015 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:1091 inc/gateways/sage/wpbc-gw-sage.php:904
|
2016 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1141
|
2017 |
msgid "Advanced"
|
2018 |
msgstr ""
|
2167 |
#: inc/_bm/admin/page-cost-early-late-booking.php:430 inc/_bm/admin/page-cost-valuation.php:190
|
2168 |
#: inc/_bm/admin/page-cost-valuation.php:348 inc/_bm/admin/page-cost-valuation.php:481
|
2169 |
#: inc/_bm/admin/page-seasons.php:1051 inc/_bs/admin/api-settings-s.php:536
|
2170 |
+
#: inc/_ps/admin/page-settings-form.php:458 inc/_ps/wpbc-form-templates.php:231
|
2171 |
#: inc/_ps/wpbc-form-templates.php:266
|
2172 |
msgid "days"
|
2173 |
msgstr ""
|
2193 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:407
|
2194 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:438 inc/gateways/ideal/wpbc-gw-ideal.php:422
|
2195 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:477 inc/gateways/ideal/wpbc-gw-ideal.php:481
|
2196 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:399 inc/gateways/paypal/wpbc-gw-paypal.php:550
|
2197 |
#: inc/gateways/sage/wpbc-gw-sage.php:508 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:564
|
2198 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:729
|
2199 |
msgid "Note:"
|
2486 |
msgstr ""
|
2487 |
|
2488 |
#: core/admin/wpbc-class-listing.php:252 core/lib/wpbc_all_translations.php:416
|
2489 |
+
#: inc/_bs/lib_s.php:296 inc/_bs/lib_s.php:311
|
2490 |
msgid "Unknown"
|
2491 |
msgstr ""
|
2492 |
|
2528 |
msgstr ""
|
2529 |
|
2530 |
#: core/admin/wpbc-class-listing.php:435 core/lib/wpbc_all_translations.php:425
|
2531 |
+
#: inc/_bs/lib_s.php:339
|
2532 |
msgid "Created"
|
2533 |
msgstr ""
|
2534 |
|
3098 |
msgid "Booking ID"
|
3099 |
msgstr ""
|
3100 |
|
3101 |
+
#: core/admin/wpbc-toolbars.php:408 core/admin/wpbc-toolbars.php:2247
|
3102 |
#: core/lib/wpbc_all_translations.php:538
|
3103 |
msgid "Go"
|
3104 |
msgstr ""
|
3402 |
msgid "Add to Google Calendar"
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: core/admin/wpbc-toolbars.php:2107 core/lib/wpbc_all_translations.php:604
|
3406 |
#: inc/gateways/page-gateways.php:1419 inc/gateways/page-gateways.php:1437
|
3407 |
msgid "Total"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
+
#: core/admin/wpbc-toolbars.php:2243 core/lib/wpbc_all_translations.php:605
|
3411 |
msgid "ID or Title"
|
3412 |
msgstr ""
|
3413 |
|
3592 |
|
3593 |
#: core/lib/wpbc_all_translations.php:645 core/timeline/v2/wpbc-class-timeline_v2.php:2758
|
3594 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2760 core/wpbc-functions.php:1999
|
3595 |
+
#: inc/_bs/lib_s.php:43 inc/_bs/lib_s.php:273 inc/_bs/lib_s.php:275
|
3596 |
+
#: inc/_ps/admin/page-settings-form.php:363 inc/_ps/admin/page-settings-form.php:374
|
3597 |
msgid "Payment"
|
3598 |
msgstr ""
|
3599 |
|
3623 |
msgid "Number of months"
|
3624 |
msgstr ""
|
3625 |
|
3626 |
+
#: core/lib/wpbc_all_translations.php:652 inc/_bs/lib_s.php:47 inc/_bs/lib_s.php:293
|
3627 |
msgid "Paid OK"
|
3628 |
msgstr ""
|
3629 |
|
3709 |
#: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
|
3710 |
#: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
|
3711 |
#: inc/_bm/admin/page-cost-rate.php:77 inc/_bm/admin/page-cost-valuation.php:103
|
3712 |
+
#: inc/_bm/admin/page-seasons.php:826 inc/_bm/admin/page-seasons.php:828 inc/_bs/lib_s.php:346
|
3713 |
#: inc/_ps/hash/wpbc-hash-functions.php:67 inc/_ps/hash/wpbc-hash-functions.php:106
|
3714 |
#: inc/_ps/hash/wpbc-hash-functions.php:134 inc/_ps/hash/wpbc-hash-functions.php:162
|
3715 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:308
|
4061 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
4062 |
msgstr ""
|
4063 |
|
4064 |
+
#: core/lib/wpbc_all_translations.php:738 core/wpbc-emails.php:303 core/wpbc-translation.php:284
|
4065 |
msgid "Configuration in several languages"
|
4066 |
msgstr ""
|
4067 |
|
4068 |
+
#: core/lib/wpbc_all_translations.php:739 core/wpbc-emails.php:304 core/wpbc-translation.php:285
|
4069 |
#, php-format
|
4070 |
msgid "%s - start new translation section, where %s - locale of translation"
|
4071 |
msgstr ""
|
4072 |
|
4073 |
+
#: core/lib/wpbc_all_translations.php:740 core/wpbc-emails.php:305 core/wpbc-translation.php:286
|
4074 |
#, php-format
|
4075 |
msgid "Example #1: %s - start French translation section"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
+
#: core/lib/wpbc_all_translations.php:741 core/wpbc-emails.php:306 core/wpbc-translation.php:287
|
4079 |
#, php-format
|
4080 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
4081 |
msgstr ""
|
4531 |
|
4532 |
#: core/lib/wpbc_all_translations.php:834 inc/_bl/admin/page-search.php:87
|
4533 |
#: inc/_bl/admin/page-search.php:126 inc/_bm/admin/page-cost-advanced.php:692
|
4534 |
+
#: inc/_ps/admin/page-settings-form.php:684 inc/gateways/page-gateways.php:1067
|
4535 |
msgid "Use these shortcodes for customization: "
|
4536 |
msgstr ""
|
4537 |
|
4709 |
|
4710 |
#: core/lib/wpbc_all_translations.php:870 inc/_bl/admin/page-search.php:837
|
4711 |
#: inc/_bm/admin/page-seasons.php:1227 inc/_bm/admin/page-seasons.php:1445
|
4712 |
+
#: inc/_ps/admin/page-settings-form.php:518
|
4713 |
msgid "Reset"
|
4714 |
msgstr ""
|
4715 |
|
4716 |
#: core/lib/wpbc_all_translations.php:871 inc/_bl/admin/page-search.php:838
|
4717 |
+
#: inc/_ps/admin/page-settings-form.php:519
|
4718 |
msgid "Reset current Form"
|
4719 |
msgstr ""
|
4720 |
|
4762 |
"page and try other days."
|
4763 |
msgstr ""
|
4764 |
|
4765 |
+
#: core/lib/wpbc_all_translations.php:881 inc/_bl/biz_l.php:2408
|
4766 |
#, php-format
|
4767 |
msgid "The folowing pending booking(s): %s deleted."
|
4768 |
msgstr ""
|
5806 |
msgid "Unknown Status"
|
5807 |
msgstr ""
|
5808 |
|
5809 |
+
#: core/lib/wpbc_all_translations1.php:102 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:325
|
5810 |
msgid "Not Completed"
|
5811 |
msgstr ""
|
5812 |
|
5813 |
+
#: core/lib/wpbc_all_translations1.php:103 inc/_bs/lib_s.php:50 inc/_bs/lib_s.php:314
|
5814 |
+
#: inc/_bs/lib_s.php:334
|
5815 |
msgid "Failed"
|
5816 |
msgstr ""
|
5817 |
|
5823 |
msgid "max"
|
5824 |
msgstr ""
|
5825 |
|
5826 |
+
#: core/lib/wpbc_all_translations1.php:106 inc/_bs/lib_s.php:269 inc/_bs/lib_s.php:309
|
5827 |
+
#: inc/_bs/lib_s.php:327
|
5828 |
msgid "Completed"
|
5829 |
msgstr ""
|
5830 |
|
5831 |
+
#: core/lib/wpbc_all_translations1.php:107 inc/_bs/lib_s.php:310 inc/_bs/lib_s.php:330
|
5832 |
msgid "In-Progress"
|
5833 |
msgstr ""
|
5834 |
|
5835 |
+
#: core/lib/wpbc_all_translations1.php:108 inc/_bs/lib_s.php:312 inc/_bs/lib_s.php:347
|
5836 |
msgid "Partially paid"
|
5837 |
msgstr ""
|
5838 |
|
5839 |
+
#: core/lib/wpbc_all_translations1.php:109 inc/_bs/lib_s.php:313 inc/_bs/lib_s.php:348
|
5840 |
msgid "Cancelled"
|
5841 |
msgstr ""
|
5842 |
|
5843 |
+
#: core/lib/wpbc_all_translations1.php:110 inc/_bs/lib_s.php:315 inc/_bs/lib_s.php:336
|
5844 |
msgid "Refunded"
|
5845 |
msgstr ""
|
5846 |
|
5847 |
+
#: core/lib/wpbc_all_translations1.php:111 inc/_bs/lib_s.php:316 inc/_bs/lib_s.php:349
|
5848 |
msgid "Fraud"
|
5849 |
msgstr ""
|
5850 |
|
5851 |
+
#: core/lib/wpbc_all_translations1.php:112 inc/_bs/lib_s.php:323
|
5852 |
msgid "!Paid OK"
|
5853 |
msgstr ""
|
5854 |
|
5855 |
+
#: core/lib/wpbc_all_translations1.php:113 inc/_bs/lib_s.php:324
|
5856 |
msgid "Unknown status"
|
5857 |
msgstr ""
|
5858 |
|
5859 |
+
#: core/lib/wpbc_all_translations1.php:114 inc/_bs/lib_s.php:329
|
5860 |
msgid "Processed"
|
5861 |
msgstr ""
|
5862 |
|
5863 |
+
#: core/lib/wpbc_all_translations1.php:115 inc/_bs/lib_s.php:331
|
5864 |
msgid "Canceled_Reversal"
|
5865 |
msgstr ""
|
5866 |
|
5867 |
+
#: core/lib/wpbc_all_translations1.php:116 inc/_bs/lib_s.php:332
|
5868 |
msgid "Denied"
|
5869 |
msgstr ""
|
5870 |
|
5871 |
+
#: core/lib/wpbc_all_translations1.php:117 inc/_bs/lib_s.php:333
|
5872 |
msgid "Expired"
|
5873 |
msgstr ""
|
5874 |
|
5875 |
+
#: core/lib/wpbc_all_translations1.php:118 inc/_bs/lib_s.php:335
|
5876 |
msgid "Partially_Refunded"
|
5877 |
msgstr ""
|
5878 |
|
5879 |
+
#: core/lib/wpbc_all_translations1.php:119 inc/_bs/lib_s.php:337
|
5880 |
msgid "Reversed"
|
5881 |
msgstr ""
|
5882 |
|
5883 |
+
#: core/lib/wpbc_all_translations1.php:120 inc/_bs/lib_s.php:338
|
5884 |
msgid "Voided"
|
5885 |
msgstr ""
|
5886 |
|
5887 |
+
#: core/lib/wpbc_all_translations1.php:121 inc/_bs/lib_s.php:341
|
5888 |
msgid "Not authed"
|
5889 |
msgstr ""
|
5890 |
|
5891 |
+
#: core/lib/wpbc_all_translations1.php:122 inc/_bs/lib_s.php:342
|
5892 |
msgid "Malformed"
|
5893 |
msgstr ""
|
5894 |
|
5895 |
+
#: core/lib/wpbc_all_translations1.php:123 inc/_bs/lib_s.php:343
|
5896 |
msgid "Invalid"
|
5897 |
msgstr ""
|
5898 |
|
5899 |
+
#: core/lib/wpbc_all_translations1.php:124 inc/_bs/lib_s.php:344
|
5900 |
msgid "Abort"
|
5901 |
msgstr ""
|
5902 |
|
5903 |
+
#: core/lib/wpbc_all_translations1.php:125 inc/_bs/lib_s.php:345
|
5904 |
msgid "Rejected"
|
5905 |
msgstr ""
|
5906 |
|
5907 |
+
#: core/lib/wpbc_all_translations1.php:126 inc/_bs/lib_s.php:350
|
5908 |
msgid "Suspended"
|
5909 |
msgstr ""
|
5910 |
|
6199 |
msgid "Standard Templates"
|
6200 |
msgstr ""
|
6201 |
|
6202 |
+
#: core/lib/wpbc_all_translations1.php:191 inc/_ps/admin/page-settings-form.php:349
|
6203 |
#: inc/_ps/form/class-wpbc-field-help-textarea.php:111
|
6204 |
msgid "Columns"
|
6205 |
msgstr ""
|
6206 |
|
6207 |
+
#: core/lib/wpbc_all_translations1.php:192 inc/_ps/admin/page-settings-form.php:421
|
6208 |
msgid "Advanced Templates"
|
6209 |
msgstr ""
|
6210 |
|
6211 |
+
#: core/lib/wpbc_all_translations1.php:193 inc/_ps/admin/page-settings-form.php:424
|
6212 |
msgid "Wizard (several steps)"
|
6213 |
msgstr ""
|
6214 |
|
6215 |
+
#: core/lib/wpbc_all_translations1.php:194 inc/_ps/admin/page-settings-form.php:437
|
6216 |
msgid "Time slots for different weekdays"
|
6217 |
msgstr ""
|
6218 |
|
6219 |
+
#: core/lib/wpbc_all_translations1.php:195 inc/_ps/admin/page-settings-form.php:447
|
6220 |
+
#: inc/_ps/admin/page-settings-form.php:458
|
6221 |
msgid "Hints"
|
6222 |
msgstr ""
|
6223 |
|
6224 |
+
#: core/lib/wpbc_all_translations1.php:196 inc/_ps/admin/page-settings-form.php:480
|
6225 |
msgid "Reset Form"
|
6226 |
msgstr ""
|
6227 |
|
6228 |
+
#: core/lib/wpbc_all_translations1.php:197 inc/_ps/admin/page-settings-form.php:533
|
6229 |
msgid "Both"
|
6230 |
msgstr ""
|
6231 |
|
6232 |
+
#: core/lib/wpbc_all_translations1.php:198 inc/_ps/admin/page-settings-form.php:534
|
6233 |
msgid "Reset Booking Form and Content of Booking Fields Form"
|
6234 |
msgstr ""
|
6235 |
|
6236 |
+
#: core/lib/wpbc_all_translations1.php:199 inc/_ps/admin/page-settings-form.php:685
|
6237 |
#: inc/gateways/page-gateways.php:1069
|
6238 |
#, php-format
|
6239 |
msgid "%s - inserting data from fields of booking form"
|
6240 |
msgstr ""
|
6241 |
|
6242 |
+
#: core/lib/wpbc_all_translations1.php:200 inc/_ps/admin/page-settings-form.php:686
|
6243 |
#, php-format
|
6244 |
msgid "%s - inserting new line"
|
6245 |
msgstr ""
|
6246 |
|
6247 |
+
#: core/lib/wpbc_all_translations1.php:201 inc/_ps/admin/page-settings-form.php:690
|
6248 |
#: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:1124
|
6249 |
#, php-format
|
6250 |
msgid ""
|
7333 |
#: core/lib/wpbc_all_translations1.php:417 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:298
|
7334 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:219
|
7335 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:378 inc/gateways/ipay88/wpbc-gw-ipay88.php:318
|
7336 |
+
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:147 inc/gateways/paypal/wpbc-gw-paypal.php:365
|
7337 |
#: inc/gateways/sage/wpbc-gw-sage.php:385 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:486
|
7338 |
msgid "Enable this payment gateway"
|
7339 |
msgstr ""
|
7360 |
msgstr ""
|
7361 |
|
7362 |
#: core/lib/wpbc_all_translations1.php:422 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
|
7363 |
+
#: inc/gateways/ideal/wpbc-gw-ideal.php:419 inc/gateways/paypal/wpbc-gw-paypal.php:444
|
7364 |
#: inc/gateways/sage/wpbc-gw-sage.php:424
|
7365 |
msgid "Chose payment mode"
|
7366 |
msgstr ""
|
7387 |
msgstr ""
|
7388 |
|
7389 |
#: core/lib/wpbc_all_translations1.php:427 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:377
|
7390 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:450
|
7391 |
msgid "Live"
|
7392 |
msgstr ""
|
7393 |
|
7394 |
#: core/lib/wpbc_all_translations1.php:428 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:385
|
7395 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:428 inc/gateways/sage/wpbc-gw-sage.php:438
|
7396 |
msgid "Transaction type"
|
7397 |
msgstr ""
|
7398 |
|
7409 |
msgstr ""
|
7410 |
|
7411 |
#: core/lib/wpbc_all_translations1.php:432 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:396
|
7412 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:459 inc/gateways/sage/wpbc-gw-sage.php:453
|
7413 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:582
|
7414 |
msgid "U.S. Dollars"
|
7415 |
msgstr ""
|
7420 |
msgstr ""
|
7421 |
|
7422 |
#: core/lib/wpbc_all_translations1.php:434 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:398
|
7423 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:460 inc/gateways/sage/wpbc-gw-sage.php:452
|
7424 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:584
|
7425 |
msgid "Euros"
|
7426 |
msgstr ""
|
7427 |
|
7428 |
#: core/lib/wpbc_all_translations1.php:435 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:399
|
7429 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:464 inc/gateways/sage/wpbc-gw-sage.php:456
|
7430 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:585
|
7431 |
msgid "Canadian Dollars"
|
7432 |
msgstr ""
|
7433 |
|
7434 |
#: core/lib/wpbc_all_translations1.php:436 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:404
|
7435 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:369 inc/gateways/paypal/wpbc-gw-paypal.php:487
|
7436 |
#: inc/gateways/sage/wpbc-gw-sage.php:478 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:726
|
7437 |
msgid "Accepted Currency"
|
7438 |
msgstr ""
|
7439 |
|
7440 |
#: core/lib/wpbc_all_translations1.php:437 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
|
7441 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:370 inc/gateways/paypal/wpbc-gw-paypal.php:488
|
7442 |
#: inc/gateways/sage/wpbc-gw-sage.php:479 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:727
|
7443 |
msgid "The currency code that gateway will process the payment in."
|
7444 |
msgstr ""
|
7455 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:457 inc/gateways/ideal/wpbc-gw-ideal.php:458
|
7456 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:1046 inc/gateways/ipay88/wpbc-gw-ipay88.php:379
|
7457 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:380 inc/gateways/ipay88/wpbc-gw-ipay88.php:986
|
7458 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:516 inc/gateways/paypal/wpbc-gw-paypal.php:517
|
7459 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:1366 inc/gateways/sage/wpbc-gw-sage.php:488
|
7460 |
#: inc/gateways/sage/wpbc-gw-sage.php:489 inc/gateways/sage/wpbc-gw-sage.php:1042
|
7461 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:748
|
7462 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:749
|
7466 |
|
7467 |
#: core/lib/wpbc_all_translations1.php:440 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:420
|
7468 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:459 inc/gateways/ipay88/wpbc-gw-ipay88.php:381
|
7469 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:518 inc/gateways/sage/wpbc-gw-sage.php:490
|
7470 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:750
|
7471 |
msgid "Payment button title"
|
7472 |
msgstr ""
|
7473 |
|
7474 |
#: core/lib/wpbc_all_translations1.php:441 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
|
7475 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:460 inc/gateways/ipay88/wpbc-gw-ipay88.php:382
|
7476 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:519 inc/gateways/sage/wpbc-gw-sage.php:491
|
7477 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:751
|
7478 |
msgid "Enter the title of the payment button"
|
7479 |
msgstr ""
|
7483 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1048 inc/gateways/ideal/wpbc-gw-ideal.php:471
|
7484 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:472 inc/gateways/ideal/wpbc-gw-ideal.php:1043
|
7485 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:393 inc/gateways/ipay88/wpbc-gw-ipay88.php:394
|
7486 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:983 inc/gateways/paypal/wpbc-gw-paypal.php:544
|
7487 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:545 inc/gateways/paypal/wpbc-gw-paypal.php:1368
|
7488 |
#: inc/gateways/sage/wpbc-gw-sage.php:502 inc/gateways/sage/wpbc-gw-sage.php:503
|
7489 |
#: inc/gateways/sage/wpbc-gw-sage.php:1038 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:762
|
7490 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:763
|
7495 |
|
7496 |
#: core/lib/wpbc_all_translations1.php:443 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:434
|
7497 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:473 inc/gateways/ipay88/wpbc-gw-ipay88.php:395
|
7498 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:546 inc/gateways/sage/wpbc-gw-sage.php:504
|
7499 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:764
|
7500 |
msgid "Payment description at gateway website"
|
7501 |
msgstr ""
|
7502 |
|
7503 |
#: core/lib/wpbc_all_translations1.php:444 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:435
|
7504 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ipay88/wpbc-gw-ipay88.php:396
|
7505 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:547 inc/gateways/sage/wpbc-gw-sage.php:505
|
7506 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:765
|
7507 |
msgid "Enter the service name or the reason for the payment here."
|
7508 |
msgstr ""
|
7509 |
|
7510 |
#: core/lib/wpbc_all_translations1.php:445 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:436
|
7511 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:397
|
7512 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:548 inc/gateways/sage/wpbc-gw-sage.php:506
|
7513 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:766
|
7514 |
msgid "You can use any shortcodes, which you have used in content of booking fields data form."
|
7515 |
msgstr ""
|
7516 |
|
7517 |
#: core/lib/wpbc_all_translations1.php:446 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:439
|
7518 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:478 inc/gateways/ipay88/wpbc-gw-ipay88.php:400
|
7519 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:551 inc/gateways/sage/wpbc-gw-sage.php:509
|
7520 |
#, php-format
|
7521 |
msgid "This field support only up to %s characters by payment system."
|
7522 |
msgstr ""
|
7585 |
|
7586 |
#: core/lib/wpbc_all_translations1.php:460 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:515
|
7587 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:522 inc/gateways/ipay88/wpbc-gw-ipay88.php:437
|
7588 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:612 inc/gateways/sage/wpbc-gw-sage.php:546
|
7589 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:808
|
7590 |
msgid "The URL where visitor will be redirected after completing payment."
|
7591 |
msgstr ""
|
7592 |
|
7593 |
#: core/lib/wpbc_all_translations1.php:461 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:516
|
7594 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:438
|
7595 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:613 inc/gateways/sage/wpbc-gw-sage.php:547
|
7596 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:809
|
7597 |
#, php-format
|
7598 |
msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
|
7606 |
|
7607 |
#: core/lib/wpbc_all_translations1.php:463 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:549
|
7608 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:553 inc/gateways/ipay88/wpbc-gw-ipay88.php:468
|
7609 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:643 inc/gateways/sage/wpbc-gw-sage.php:577
|
7610 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:842
|
7611 |
msgid "The URL where the visitor will be redirected after completing payment."
|
7612 |
msgstr ""
|
7613 |
|
7614 |
#: core/lib/wpbc_all_translations1.php:464 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:550
|
7615 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:554 inc/gateways/ipay88/wpbc-gw-ipay88.php:469
|
7616 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:644 inc/gateways/sage/wpbc-gw-sage.php:578
|
7617 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:843
|
7618 |
#, php-format
|
7619 |
msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
|
7628 |
msgstr ""
|
7629 |
|
7630 |
#: core/lib/wpbc_all_translations1.php:467 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
|
7631 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/paypal/wpbc-gw-paypal.php:661
|
7632 |
#: inc/gateways/sage/wpbc-gw-sage.php:591 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:857
|
7633 |
msgid "This will not work, if the visitor leaves the payment page."
|
7634 |
msgstr ""
|
7640 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:801 inc/gateways/ideal/wpbc-gw-ideal.php:904
|
7641 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:729 inc/gateways/ipay88/wpbc-gw-ipay88.php:845
|
7642 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:388
|
7643 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:986 inc/gateways/paypal/wpbc-gw-paypal.php:1081
|
7644 |
#: inc/gateways/sage/wpbc-gw-sage.php:783 inc/gateways/sage/wpbc-gw-sage.php:894
|
7645 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:965
|
7646 |
#, php-format
|
7874 |
msgid "Malaysian Ringgit"
|
7875 |
msgstr ""
|
7876 |
|
7877 |
+
#: core/lib/wpbc_all_translations1.php:516 inc/gateways/paypal/wpbc-gw-paypal.php:479
|
7878 |
#: inc/gateways/sage/wpbc-gw-sage.php:471
|
7879 |
msgid "Philippine Pesos"
|
7880 |
msgstr ""
|
7881 |
|
7882 |
#: core/lib/wpbc_all_translations1.php:517 inc/gateways/ideal/wpbc-gw-ideal.php:564
|
7883 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:479 inc/gateways/paypal/wpbc-gw-paypal.php:658
|
7884 |
#: inc/gateways/sage/wpbc-gw-sage.php:588 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:854
|
7885 |
msgid "Automatically approve/cancel booking"
|
7886 |
msgstr ""
|
7887 |
|
7888 |
#: core/lib/wpbc_all_translations1.php:518 inc/gateways/ideal/wpbc-gw-ideal.php:565
|
7889 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:480 inc/gateways/paypal/wpbc-gw-paypal.php:659
|
7890 |
#: inc/gateways/sage/wpbc-gw-sage.php:589 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:855
|
7891 |
msgid ""
|
7892 |
"Check this box to automatically approve bookings, when visitor makes a successful payment, or "
|
8216 |
msgid "Invalid IPN"
|
8217 |
msgstr ""
|
8218 |
|
8219 |
+
#: core/lib/wpbc_all_translations1.php:591 inc/gateways/paypal/wpbc-gw-paypal.php:334
|
8220 |
msgid "Make payments with payPal - its fast, free and secure!"
|
8221 |
msgstr ""
|
8222 |
|
8223 |
+
#: core/lib/wpbc_all_translations1.php:592 inc/gateways/paypal/wpbc-gw-paypal.php:373
|
8224 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:861
|
8225 |
msgid "Paypal Standard"
|
8226 |
msgstr ""
|
8227 |
|
8228 |
+
#: core/lib/wpbc_all_translations1.php:593 inc/gateways/paypal/wpbc-gw-paypal.php:377
|
8229 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:861
|
8230 |
msgid "Paypal Pro Hosted Solution"
|
8231 |
msgstr ""
|
8232 |
|
8233 |
+
#: core/lib/wpbc_all_translations1.php:594 inc/gateways/paypal/wpbc-gw-paypal.php:384
|
8234 |
msgid "Account Type"
|
8235 |
msgstr ""
|
8236 |
|
8237 |
+
#: core/lib/wpbc_all_translations1.php:595 inc/gateways/paypal/wpbc-gw-paypal.php:396
|
8238 |
msgid "Paypal Email address to receive payments"
|
8239 |
msgstr ""
|
8240 |
|
8241 |
+
#: core/lib/wpbc_all_translations1.php:596 inc/gateways/paypal/wpbc-gw-paypal.php:398
|
8242 |
msgid "This is the Paypal Email address where payments will be sent"
|
8243 |
msgstr ""
|
8244 |
|
8245 |
+
#: core/lib/wpbc_all_translations1.php:597 inc/gateways/paypal/wpbc-gw-paypal.php:412
|
8246 |
msgid "Secure Merchant ID"
|
8247 |
msgstr ""
|
8248 |
|
8249 |
+
#: core/lib/wpbc_all_translations1.php:598 inc/gateways/paypal/wpbc-gw-paypal.php:414
|
8250 |
msgid "This is the Secure Merchant ID, which can be found on the profile page"
|
8251 |
msgstr ""
|
8252 |
|
8253 |
+
#: core/lib/wpbc_all_translations1.php:599 inc/gateways/paypal/wpbc-gw-paypal.php:429
|
8254 |
msgid ""
|
8255 |
" Indicates whether the transaction is payment on a final sale or an authorization for a final "
|
8256 |
"sale, to be captured later. "
|
8257 |
msgstr ""
|
8258 |
|
8259 |
+
#: core/lib/wpbc_all_translations1.php:600 inc/gateways/paypal/wpbc-gw-paypal.php:433
|
8260 |
msgid "Sale"
|
8261 |
msgstr ""
|
8262 |
|
8263 |
+
#: core/lib/wpbc_all_translations1.php:601 inc/gateways/paypal/wpbc-gw-paypal.php:434
|
8264 |
msgid "Authorization"
|
8265 |
msgstr ""
|
8266 |
|
8267 |
+
#: core/lib/wpbc_all_translations1.php:602 inc/gateways/paypal/wpbc-gw-paypal.php:445
|
8268 |
msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
|
8269 |
msgstr ""
|
8270 |
|
8271 |
+
#: core/lib/wpbc_all_translations1.php:603 inc/gateways/paypal/wpbc-gw-paypal.php:451
|
8272 |
msgid "Sandbox"
|
8273 |
msgstr ""
|
8274 |
|
8275 |
+
#: core/lib/wpbc_all_translations1.php:604 inc/gateways/paypal/wpbc-gw-paypal.php:461
|
8276 |
msgid "British Pound"
|
8277 |
msgstr ""
|
8278 |
|
8279 |
+
#: core/lib/wpbc_all_translations1.php:605 inc/gateways/paypal/wpbc-gw-paypal.php:462
|
8280 |
msgid "Japanese Yen"
|
8281 |
msgstr ""
|
8282 |
|
8283 |
+
#: core/lib/wpbc_all_translations1.php:606 inc/gateways/paypal/wpbc-gw-paypal.php:463
|
8284 |
#: inc/gateways/sage/wpbc-gw-sage.php:455
|
8285 |
msgid "Australian Dollars"
|
8286 |
msgstr ""
|
8287 |
|
8288 |
+
#: core/lib/wpbc_all_translations1.php:607 inc/gateways/paypal/wpbc-gw-paypal.php:465
|
8289 |
#: inc/gateways/sage/wpbc-gw-sage.php:457
|
8290 |
msgid "New Zealand Dollar"
|
8291 |
msgstr ""
|
8292 |
|
8293 |
+
#: core/lib/wpbc_all_translations1.php:608 inc/gateways/paypal/wpbc-gw-paypal.php:466
|
8294 |
#: inc/gateways/sage/wpbc-gw-sage.php:458
|
8295 |
msgid "Swiss Franc"
|
8296 |
msgstr ""
|
8297 |
|
8298 |
+
#: core/lib/wpbc_all_translations1.php:609 inc/gateways/paypal/wpbc-gw-paypal.php:467
|
8299 |
#: inc/gateways/sage/wpbc-gw-sage.php:459
|
8300 |
msgid "Hong Kong Dollar"
|
8301 |
msgstr ""
|
8302 |
|
8303 |
+
#: core/lib/wpbc_all_translations1.php:610 inc/gateways/paypal/wpbc-gw-paypal.php:468
|
8304 |
#: inc/gateways/sage/wpbc-gw-sage.php:460
|
8305 |
msgid "Singapore Dollar"
|
8306 |
msgstr ""
|
8307 |
|
8308 |
+
#: core/lib/wpbc_all_translations1.php:611 inc/gateways/paypal/wpbc-gw-paypal.php:469
|
8309 |
#: inc/gateways/sage/wpbc-gw-sage.php:461
|
8310 |
msgid "Swedish Krona"
|
8311 |
msgstr ""
|
8312 |
|
8313 |
+
#: core/lib/wpbc_all_translations1.php:612 inc/gateways/paypal/wpbc-gw-paypal.php:470
|
8314 |
#: inc/gateways/sage/wpbc-gw-sage.php:462
|
8315 |
msgid "Danish Krone"
|
8316 |
msgstr ""
|
8317 |
|
8318 |
+
#: core/lib/wpbc_all_translations1.php:613 inc/gateways/paypal/wpbc-gw-paypal.php:471
|
8319 |
#: inc/gateways/sage/wpbc-gw-sage.php:463
|
8320 |
msgid "Polish Zloty"
|
8321 |
msgstr ""
|
8322 |
|
8323 |
+
#: core/lib/wpbc_all_translations1.php:614 inc/gateways/paypal/wpbc-gw-paypal.php:472
|
8324 |
#: inc/gateways/sage/wpbc-gw-sage.php:464
|
8325 |
msgid "Norwegian Krone"
|
8326 |
msgstr ""
|
8327 |
|
8328 |
+
#: core/lib/wpbc_all_translations1.php:615 inc/gateways/paypal/wpbc-gw-paypal.php:473
|
8329 |
#: inc/gateways/sage/wpbc-gw-sage.php:465
|
8330 |
msgid "Hungarian Forint"
|
8331 |
msgstr ""
|
8332 |
|
8333 |
+
#: core/lib/wpbc_all_translations1.php:616 inc/gateways/paypal/wpbc-gw-paypal.php:474
|
8334 |
#: inc/gateways/sage/wpbc-gw-sage.php:466
|
8335 |
msgid "Czech Koruna"
|
8336 |
msgstr ""
|
8337 |
|
8338 |
+
#: core/lib/wpbc_all_translations1.php:617 inc/gateways/paypal/wpbc-gw-paypal.php:475
|
8339 |
msgid "Israeli New Shekel"
|
8340 |
msgstr ""
|
8341 |
|
8342 |
+
#: core/lib/wpbc_all_translations1.php:618 inc/gateways/paypal/wpbc-gw-paypal.php:476
|
8343 |
#: inc/gateways/sage/wpbc-gw-sage.php:468
|
8344 |
msgid "Mexican Peso"
|
8345 |
msgstr ""
|
8346 |
|
8347 |
+
#: core/lib/wpbc_all_translations1.php:619 inc/gateways/paypal/wpbc-gw-paypal.php:477
|
8348 |
#: inc/gateways/sage/wpbc-gw-sage.php:469
|
8349 |
msgid "Brazilian Real (only for Brazilian users)"
|
8350 |
msgstr ""
|
8351 |
|
8352 |
+
#: core/lib/wpbc_all_translations1.php:620 inc/gateways/paypal/wpbc-gw-paypal.php:478
|
8353 |
#: inc/gateways/sage/wpbc-gw-sage.php:470
|
8354 |
msgid "Malaysian Ringgits (only for Malaysian users)"
|
8355 |
msgstr ""
|
8356 |
|
8357 |
+
#: core/lib/wpbc_all_translations1.php:621 inc/gateways/paypal/wpbc-gw-paypal.php:480
|
8358 |
#: inc/gateways/sage/wpbc-gw-sage.php:472
|
8359 |
msgid "Taiwan New Dollars"
|
8360 |
msgstr ""
|
8361 |
|
8362 |
+
#: core/lib/wpbc_all_translations1.php:622 inc/gateways/paypal/wpbc-gw-paypal.php:481
|
8363 |
#: inc/gateways/sage/wpbc-gw-sage.php:473
|
8364 |
msgid "Thai Baht"
|
8365 |
msgstr ""
|
8366 |
|
8367 |
+
#: core/lib/wpbc_all_translations1.php:623 inc/gateways/paypal/wpbc-gw-paypal.php:482
|
8368 |
msgid "Turkish Lira (only for Turkish members)"
|
8369 |
msgstr ""
|
8370 |
|
8371 |
+
#: core/lib/wpbc_all_translations1.php:624 inc/gateways/paypal/wpbc-gw-paypal.php:501
|
8372 |
msgid "Custom button title"
|
8373 |
msgstr ""
|
8374 |
|
8375 |
+
#: core/lib/wpbc_all_translations1.php:625 inc/gateways/paypal/wpbc-gw-paypal.php:508
|
8376 |
msgid "Payment Button type"
|
8377 |
msgstr ""
|
8378 |
|
8379 |
+
#: core/lib/wpbc_all_translations1.php:626 inc/gateways/paypal/wpbc-gw-paypal.php:563
|
8380 |
msgid "Show Reference Text Box"
|
8381 |
msgstr ""
|
8382 |
|
8383 |
+
#: core/lib/wpbc_all_translations1.php:627 inc/gateways/paypal/wpbc-gw-paypal.php:564
|
8384 |
msgid "Check this box to show Reference Text Box"
|
8385 |
msgstr ""
|
8386 |
|
8387 |
+
#: core/lib/wpbc_all_translations1.php:628 inc/gateways/paypal/wpbc-gw-paypal.php:572
|
8388 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:573 inc/gateways/paypal/wpbc-gw-paypal.php:1370
|
8389 |
msgid "Enter your phone number"
|
8390 |
msgstr ""
|
8391 |
|
8392 |
+
#: core/lib/wpbc_all_translations1.php:629 inc/gateways/paypal/wpbc-gw-paypal.php:574
|
8393 |
msgid "Reference Text Box Title"
|
8394 |
msgstr ""
|
8395 |
|
8396 |
+
#: core/lib/wpbc_all_translations1.php:630 inc/gateways/paypal/wpbc-gw-paypal.php:575
|
8397 |
msgid ""
|
8398 |
"Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
|
8399 |
msgstr ""
|
8400 |
|
8401 |
+
#: core/lib/wpbc_all_translations1.php:631 inc/gateways/paypal/wpbc-gw-paypal.php:596
|
8402 |
msgid "Return URL from PayPal"
|
8403 |
msgstr ""
|
8404 |
|
8405 |
+
#: core/lib/wpbc_all_translations1.php:632 inc/gateways/paypal/wpbc-gw-paypal.php:627
|
8406 |
msgid "Cancel Return URL from PayPal"
|
8407 |
msgstr ""
|
8408 |
|
8409 |
+
#: core/lib/wpbc_all_translations1.php:633 inc/gateways/paypal/wpbc-gw-paypal.php:696
|
8410 |
#, php-format
|
8411 |
msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
|
8412 |
msgstr ""
|
8413 |
|
8414 |
+
#: core/lib/wpbc_all_translations1.php:634 inc/gateways/paypal/wpbc-gw-paypal.php:697
|
8415 |
msgid "Follow these steps to configure it:"
|
8416 |
msgstr ""
|
8417 |
|
8418 |
+
#: core/lib/wpbc_all_translations1.php:635 inc/gateways/paypal/wpbc-gw-paypal.php:699
|
8419 |
msgid "Log in to your PayPal account."
|
8420 |
msgstr ""
|
8421 |
|
8422 |
+
#: core/lib/wpbc_all_translations1.php:636 inc/gateways/paypal/wpbc-gw-paypal.php:700
|
8423 |
msgid "Click the Profile subtab."
|
8424 |
msgstr ""
|
8425 |
|
8426 |
+
#: core/lib/wpbc_all_translations1.php:637 inc/gateways/paypal/wpbc-gw-paypal.php:701
|
8427 |
msgid "Click Website Payment Preferences in the Seller Preferences column."
|
8428 |
msgstr ""
|
8429 |
|
8430 |
+
#: core/lib/wpbc_all_translations1.php:638 inc/gateways/paypal/wpbc-gw-paypal.php:702
|
8431 |
msgid "Under Auto Return for Website Payments, click the On radio button."
|
8432 |
msgstr ""
|
8433 |
|
8434 |
+
#: core/lib/wpbc_all_translations1.php:639 inc/gateways/paypal/wpbc-gw-paypal.php:703
|
8435 |
msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
|
8436 |
msgstr ""
|
8437 |
|
8438 |
+
#: core/lib/wpbc_all_translations1.php:640 inc/gateways/paypal/wpbc-gw-paypal.php:712
|
8439 |
msgid ""
|
8440 |
"Instant Payment Notification (IPN) is a message service that notifies you of events related to "
|
8441 |
"PayPal transactions"
|
8442 |
msgstr ""
|
8443 |
|
8444 |
+
#: core/lib/wpbc_all_translations1.php:641 inc/gateways/paypal/wpbc-gw-paypal.php:721
|
8445 |
msgid "Sending email for verified transaction"
|
8446 |
msgstr ""
|
8447 |
|
8448 |
+
#: core/lib/wpbc_all_translations1.php:642 inc/gateways/paypal/wpbc-gw-paypal.php:731
|
8449 |
#, php-format
|
8450 |
msgid "Email for getting report for %sverified%s transactions."
|
8451 |
msgstr ""
|
8452 |
|
8453 |
+
#: core/lib/wpbc_all_translations1.php:643 inc/gateways/paypal/wpbc-gw-paypal.php:744
|
8454 |
msgid "Sending email for invalid transaction"
|
8455 |
msgstr ""
|
8456 |
|
8457 |
+
#: core/lib/wpbc_all_translations1.php:644 inc/gateways/paypal/wpbc-gw-paypal.php:754
|
8458 |
#, php-format
|
8459 |
msgid "Email for getting report for %sinvalid%s transactions."
|
8460 |
msgstr ""
|
8461 |
|
8462 |
+
#: core/lib/wpbc_all_translations1.php:645 inc/gateways/paypal/wpbc-gw-paypal.php:767
|
8463 |
msgid "Sending email if error occur during verification"
|
8464 |
msgstr ""
|
8465 |
|
8466 |
+
#: core/lib/wpbc_all_translations1.php:646 inc/gateways/paypal/wpbc-gw-paypal.php:777
|
8467 |
#, php-format
|
8468 |
msgid "Email for getting report for %ssome errors in verification process%s."
|
8469 |
msgstr ""
|
8470 |
|
8471 |
+
#: core/lib/wpbc_all_translations1.php:647 inc/gateways/paypal/wpbc-gw-paypal.php:789
|
8472 |
msgid "Use SSL connection"
|
8473 |
msgstr ""
|
8474 |
|
8475 |
+
#: core/lib/wpbc_all_translations1.php:648 inc/gateways/paypal/wpbc-gw-paypal.php:790
|
8476 |
msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
|
8477 |
msgstr ""
|
8478 |
|
8479 |
+
#: core/lib/wpbc_all_translations1.php:649 inc/gateways/paypal/wpbc-gw-paypal.php:797
|
8480 |
msgid "Use cURL posting"
|
8481 |
msgstr ""
|
8482 |
|
8483 |
+
#: core/lib/wpbc_all_translations1.php:650 inc/gateways/paypal/wpbc-gw-paypal.php:798
|
8484 |
msgid "Use the cURL for posting data, instead of fsockopen() function"
|
8485 |
msgstr ""
|
8486 |
|
8487 |
+
#: core/lib/wpbc_all_translations1.php:651 inc/gateways/paypal/wpbc-gw-paypal.php:814
|
8488 |
msgid " Follow these instructions to set up your listener at your PayPal account:"
|
8489 |
msgstr ""
|
8490 |
|
8491 |
+
#: core/lib/wpbc_all_translations1.php:652 inc/gateways/paypal/wpbc-gw-paypal.php:816
|
8492 |
msgid "Click Profile on the My Account tab."
|
8493 |
msgstr ""
|
8494 |
|
8495 |
+
#: core/lib/wpbc_all_translations1.php:653 inc/gateways/paypal/wpbc-gw-paypal.php:817
|
8496 |
msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
|
8497 |
msgstr ""
|
8498 |
|
8499 |
+
#: core/lib/wpbc_all_translations1.php:654 inc/gateways/paypal/wpbc-gw-paypal.php:818
|
8500 |
msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
|
8501 |
msgstr ""
|
8502 |
|
8503 |
+
#: core/lib/wpbc_all_translations1.php:655 inc/gateways/paypal/wpbc-gw-paypal.php:819
|
8504 |
msgid "Specify the URL for your listener in the Notification URL field as:"
|
8505 |
msgstr ""
|
8506 |
|
8507 |
+
#: core/lib/wpbc_all_translations1.php:656 inc/gateways/paypal/wpbc-gw-paypal.php:821
|
8508 |
msgid "Click Receive IPN messages (Enabled) to enable your listener."
|
8509 |
msgstr ""
|
8510 |
|
8511 |
+
#: core/lib/wpbc_all_translations1.php:657 inc/gateways/paypal/wpbc-gw-paypal.php:822
|
8512 |
msgid "Click Save."
|
8513 |
msgstr ""
|
8514 |
|
8515 |
+
#: core/lib/wpbc_all_translations1.php:658 inc/gateways/paypal/wpbc-gw-paypal.php:823
|
8516 |
msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
|
8517 |
msgstr ""
|
8518 |
|
8519 |
+
#: core/lib/wpbc_all_translations1.php:659 inc/gateways/paypal/wpbc-gw-paypal.php:985
|
8520 |
msgid "PayPal"
|
8521 |
msgstr ""
|
8522 |
|
8523 |
+
#: core/lib/wpbc_all_translations1.php:660 inc/gateways/paypal/wpbc-gw-paypal.php:987
|
8524 |
msgid "Integration of Paypal payment system"
|
8525 |
msgstr ""
|
8526 |
|
8527 |
+
#: core/lib/wpbc_all_translations1.php:661 inc/gateways/paypal/wpbc-gw-paypal.php:1108
|
8528 |
msgid "PayPal IPN"
|
8529 |
msgstr ""
|
8530 |
|
9336 |
"Check this box if you want apply discount coupon codes directly to days cost, without additional "
|
9337 |
"costs."
|
9338 |
msgstr ""
|
9339 |
+
|
9340 |
+
#: inc/_ps/admin/page-settings-form.php:338
|
9341 |
+
msgid "Calendar next to form"
|
9342 |
+
msgstr ""
|
9343 |
+
|
9344 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:227
|
9345 |
+
msgid "PayPal fee"
|
9346 |
+
msgstr ""
|
9347 |
+
|
9348 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:671
|
9349 |
+
msgid "PayPal Fee"
|
9350 |
+
msgstr ""
|
9351 |
+
|
9352 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:674
|
9353 |
+
#, php-format
|
9354 |
+
msgid ""
|
9355 |
+
"If you need to add %sPayPal tax fee%s payment (only for PayPal payment system), then enter "
|
9356 |
+
"amount of tax fee in percents"
|
9357 |
+
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.4
|
8 |
-
Stable tag: 8.7.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -170,32 +170,32 @@ Please see [FAQ](https://wpbookingcalendar.com/faq/).
|
|
170 |
- English
|
171 |
- Dutch [99% Completed]
|
172 |
- German [99% Completed]
|
|
|
173 |
- Swedish [99% Completed]
|
174 |
- French [98% Completed]
|
175 |
- Slovenian [98% Completed]
|
176 |
- Brazilian Portuguese [99% Completed]
|
177 |
- Hungarian [98% Completed]
|
178 |
-
- Spanish [
|
179 |
- Romanian [97% Completed]
|
180 |
-
- Italian [
|
181 |
- Finnish [95% Completed]
|
182 |
- Danish [93% Completed]
|
183 |
- Greek [93% Completed]
|
184 |
- Bulgarian [93% Completed]
|
185 |
-
- Polish [93% Completed]
|
186 |
- Turkish [93% Completed]
|
187 |
- Chinese (Taiwan) [91% Completed]
|
188 |
- Russian [89% Completed]
|
189 |
-
- Portugal [
|
190 |
- Galician (Spanish) [88% Completed]
|
191 |
- Thai [88% Completed]
|
192 |
- Norwegian [86% Completed]
|
193 |
-
- Hebrew [
|
194 |
- Ukrainian [85% Completed]
|
195 |
- Chinese [85% Completed]
|
196 |
- Czech [72% Completed]
|
197 |
- Slovak [72% Completed]
|
198 |
-
- Croatian [
|
199 |
- Catalan [72% Completed]
|
200 |
- Arabic [72% Completed]
|
201 |
- Belorussian [9% Completed]
|
@@ -227,6 +227,29 @@ Please see [Video Guides](https://wpbookingcalendar.com/help/).
|
|
227 |
13. **Time Slots**. Simple configuration of **time slots** selection in booking form.
|
228 |
|
229 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
= 8.7.6 =
|
231 |
- Changes in **all** versions:
|
232 |
* **Support** WordPress 5.4 - Fix compatibility with new Blocks editor in Gutenberg editor, during inserting Booking Calendar shortcodes into the posts or pages (8.7.6.11)
|
@@ -257,7 +280,7 @@ Please see [Video Guides](https://wpbookingcalendar.com/help/).
|
|
257 |
* **Translation** Dutch translation [100% completed].
|
258 |
* **Fix**. Error at WAMP server of not ability to activate the Booking Calendar plugin. Server can not load large translation file and show page "This site cant be reached". (With php 7.2 or newer) (8.7.3.6)
|
259 |
* **Fix**. Issue of Daylight Saving Time - in some systems after ~ 29 of March, system generate minus several hours which show incorrect selected dates (8.7.3.9)
|
260 |
-
* **Fix**. Issue of "Bad
|
261 |
* **Fix**. Issue of showing warning "Undefined index" at line 1955 of wpbc-toolbar.php file (8.7.3.14)
|
262 |
* **Fix**. Issue of showing dates in incorrect language in hints, while using some translation plugins, like WPML (8.7.3.15)
|
263 |
* **Fix**. Gutenberg editor. Issue of showing warning "A future version of React will block javascript...". Replaced href="javascript:void(0)" to href="#!" (8.7.3.17)
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
Tested up to: 5.4
|
8 |
+
Stable tag: 8.7.7
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
170 |
- English
|
171 |
- Dutch [99% Completed]
|
172 |
- German [99% Completed]
|
173 |
+
- Polish [99% Completed]
|
174 |
- Swedish [99% Completed]
|
175 |
- French [98% Completed]
|
176 |
- Slovenian [98% Completed]
|
177 |
- Brazilian Portuguese [99% Completed]
|
178 |
- Hungarian [98% Completed]
|
179 |
+
- Spanish [97% Completed]
|
180 |
- Romanian [97% Completed]
|
181 |
+
- Italian [95% Completed]
|
182 |
- Finnish [95% Completed]
|
183 |
- Danish [93% Completed]
|
184 |
- Greek [93% Completed]
|
185 |
- Bulgarian [93% Completed]
|
|
|
186 |
- Turkish [93% Completed]
|
187 |
- Chinese (Taiwan) [91% Completed]
|
188 |
- Russian [89% Completed]
|
189 |
+
- Portugal [88% Completed]
|
190 |
- Galician (Spanish) [88% Completed]
|
191 |
- Thai [88% Completed]
|
192 |
- Norwegian [86% Completed]
|
193 |
+
- Hebrew [85% Completed]
|
194 |
- Ukrainian [85% Completed]
|
195 |
- Chinese [85% Completed]
|
196 |
- Czech [72% Completed]
|
197 |
- Slovak [72% Completed]
|
198 |
+
- Croatian [72% Completed]
|
199 |
- Catalan [72% Completed]
|
200 |
- Arabic [72% Completed]
|
201 |
- Belorussian [9% Completed]
|
227 |
13. **Time Slots**. Simple configuration of **time slots** selection in booking form.
|
228 |
|
229 |
== Changelog ==
|
230 |
+
= 8.7.7 =
|
231 |
+
- Changes in **all** versions:
|
232 |
+
* **Translation** Dutch translation [99% completed] by Boris Hoekmeijer.
|
233 |
+
* **Translation** Polish translation [99% completed] by Rafał Drzał.
|
234 |
+
* **Translation** German translation [99% completed] by Andreas Wellmann.
|
235 |
+
* **Improvement** Load translation (if exist) from the general plugins folder firstly: /wp-content/languages/plugin/booking-xx_XX.mo (8.7.7.1)
|
236 |
+
* **Improvement** Replaced usage of Bootstrap slideToggle to jQuery toggle function - for ability to show some sections, if bootstrap library deactivated. (8.7.7.9)
|
237 |
+
* **Fix**. Warning: preg_match(): Compilation failed: invalid range in character class for emails (8.7.7.2)
|
238 |
+
* **Fix**. Issue of not showing captcha in some servers with Apache 2.4 or newer versions. (8.7.7.5)
|
239 |
+
* **Fix**. Issue of adding cutted booking details, while clicking on "Add to Google Calendar button", if in booking details was used & symbols (8.7.7.7)
|
240 |
+
* **Fix**. Issue of changing locale in Polylang plugin 2.7.2 or newer (8.7.7.11)
|
241 |
+
* **Fix**. Issue of showing incorrectly short day names in Timeline in non English languages (8.7.7.14)
|
242 |
+
* **Fix**. Issue of sometimes hidding theme menus in admin panel, if the Booking Calendar menu also showing at the top (8.7.7.16)
|
243 |
+
* **Under hood** New function wpbc_get_form_fields_free(); for booking form fields in Booking Calendar Free version. (8.7.7.3)
|
244 |
+
* **Under hood** New support for 'email-reminders' integration. Ability to use function wpbc_api_get_bookings_arr with parameter wh_booking_id like '>10' or '<100' (8.7.7.10)
|
245 |
+
- Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions:
|
246 |
+
* **New**. Ability to define PayPal tax fee payment (only for PayPal payment system) in percents at the Booking > Settings > Payment > PayPal page (8.7.7.12) *(Business Small/Medium/Large, MultiUser)*
|
247 |
+
* **New**. Form template for showing booking form fields in 2 columns (8.7.7.15) *(Business Small/Medium/Large, MultiUser)*
|
248 |
+
* **Improvement** Show all booking resources (instead of default resource), in timeline shortcode if was skipped 'type' parameter or value of this parameter is empty (8.7.7.4) *(Personal, Business Small/Medium/Large, MultiUser)*
|
249 |
+
* **Fix**. Issue of adding empty booking details, while clicking on "Add to Google Calendar button", if was assigned fields from Custom booking form at Booking > Settings > Sync > "General" page (8.7.7.6) *(Business Medium/Large, MultiUser)*
|
250 |
+
* **Fix**. Issue of ability to scroll to "step #1", while using "Wizard form template", and some required fields was not filled at "step #2" (8.7.7.8) *(Personal, Business Small/Medium/Large, MultiUser)*
|
251 |
+
* **Fix**. Issue of not showing the correct color of payment status relative to using different languages (other than English) in the system.
|
252 |
+
|
253 |
= 8.7.6 =
|
254 |
- Changes in **all** versions:
|
255 |
* **Support** WordPress 5.4 - Fix compatibility with new Blocks editor in Gutenberg editor, during inserting Booking Calendar shortcodes into the posts or pages (8.7.6.11)
|
280 |
* **Translation** Dutch translation [100% completed].
|
281 |
* **Fix**. Error at WAMP server of not ability to activate the Booking Calendar plugin. Server can not load large translation file and show page "This site cant be reached". (With php 7.2 or newer) (8.7.3.6)
|
282 |
* **Fix**. Issue of Daylight Saving Time - in some systems after ~ 29 of March, system generate minus several hours which show incorrect selected dates (8.7.3.9)
|
283 |
+
* **Fix**. Issue of "Bad Request 400" during clicking "Add to Google Calendar" button in Booking Listing page in some browsers (8.7.3.10)
|
284 |
* **Fix**. Issue of showing warning "Undefined index" at line 1955 of wpbc-toolbar.php file (8.7.3.14)
|
285 |
* **Fix**. Issue of showing dates in incorrect language in hints, while using some translation plugins, like WPML (8.7.3.15)
|
286 |
* **Fix**. Gutenberg editor. Issue of showing warning "A future version of React will block javascript...". Replaced href="javascript:void(0)" to href="#!" (8.7.3.17)
|
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.7.
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2020 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
|
@@ -29,7 +29,7 @@ Version: 8.7.6
|
|
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.7.
|
33 |
|
34 |
////////////////////////////////////////////////////////////////////////////////
|
35 |
// PRIMARY URL CONSTANTS
|
7 |
Author URI: https://wpbookingcalendar.com/
|
8 |
Text Domain: booking
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 8.7.7
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2020 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.7.7' ); }
|
33 |
|
34 |
////////////////////////////////////////////////////////////////////////////////
|
35 |
// PRIMARY URL CONSTANTS
|