Version Description
- Changes in all versions:
- New New buttons in Booking Listing page for fast manual export (adding) of specific booking to Google Calendar (7.1.2.5)
- New Shortcode [add_to_google_cal_url] in email template for sending email to admin for fast manual export (adding) of specific booking to Google Calendar (7.1.2.5)
- Translation Danish translation [100% completed] by Daniel Moesgaard
- Translation Swedish translation [100% completed] by Mikael Gransson
- Translation Hebrew translation [100% completed] by Alex Rabayev and Iris Schuster
- Translation Arabic translation [84% completed]
- Fix some translation issue (7.1.2.1)
- Fix issue of showing today bookings in Booking Listing page (7.1.2.8)
- Improvement remove today day highlighting in calendar, after loading of page (7.1.2.8)
- Fix Renamed Greek translation files from booking-el_GR.mo to booking-el.mo (booking-el_GR.po to booking-el.po) Its seems that default locale for Greek is 'el' (7.1.2.10)
- Fix add possibility to check and load file for 'short' translation locale (like 'en'), if file for 'long' locale (like 'en_US') was not found in translation folder. (7.1.2.11)
- Changes in Personal / Business Small / Business Medium / Business Large / MultiUser versions:
- Improvement New form template with 30 minutes time-slots selection at Booking > Settings > Form page (7.1.2.6) (Business Small/Medium/Large, MultiUser)
- Improvement Ability to add empty parameter "&booking_hash" to URL in browser at Booking > Add booking page for ability to add bookings for past days (7.1.2.10) (Personal Business Small/Medium/Large, MultiUser)
- Improvement Ability to use "Valuation days" cost settings, if activated "Use time selections as recurrent time slots" and set cost "per 1 day" and option "Time impact to cost" deactivated at Booking > Settings > Payment page. Useful, when need to set cost per days, but also save time-slots during booking on several days. (7.1.2.11) (Business Medium/Large, MultiUser)
- Improvement Ability to use "selected_dates" option in [bookingselect ...] shortcode for showing only booking form for specific predefined date in booking resource selection list. Example of Booking Calendar shortcode: [bookingselect type='4,3' label='Please select the resource:' selected_dates='25.11.2017']. (7.2.0.1) (Business Large, MultiUser)
- New Constant WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH in wpbc-constants.php file. Check in search results custom fields parameter that can include to multiple selected options in search form. Logical OR (7.1.2.9) (Business Large, MultiUser)
- Trick Using in Booking > Resources page parameter "show_all_resources" in browser URL, will show all booking resources, even lost booking resources. Lost booking resources can be, if you was assigned as parent booking resource to single booking resource, itself. (7.1.2.2) (Business Large, MultiUser)
- Fix do not show option for ability to select as parent booking resource itself, at Booking > Resources page. Its prevent from generating lost booking resources. (7.1.2.3) (Business Large, MultiUser)
- Fix issue of not having access in modal windows (like payment request) to enter some data, when opened page with mobile device (7.1.2.7) (Personal Business Small/Medium/Large, MultiUser)
-
Fix issue in Danish translation, which was show warning at Booking > Settings > Payment > Bank transfer page (7.1.2.9) (Business Small/Medium/Large, MultiUser)
-
Fix issue of showing $, instead of $ symbol in the Booking Listing, if was used in "Content of booking fields data" form HINT cost shortcodes (7.1.2.12) (Business Medium/Large, MultiUser)
- Fix issue of hiding selection of booking resources field after submit of booking (7.1.2.13) (Personal Business Small/Medium/Large, MultiUser)
- Fix issue of not checking (during booking submit process) elements from conditional fields logic, if these fields does not visible. (7.1.2.14) (Business Medium/Large, MultiUser)
Download this release
Release Info
Developer | wpdevelop |
Plugin | Booking Calendar |
Version | 7.2 |
Comparing to | |
See all releases |
Code changes from version 7.1.1 to 7.2
- core/admin/page-email-approved.php +2 -2
- core/admin/page-email-deleted.php +2 -2
- core/admin/page-email-deny.php +2 -2
- core/admin/page-email-new-admin.php +11 -2
- core/admin/page-email-new-visitor.php +2 -2
- core/admin/page-email-trash.php +2 -2
- core/admin/page-new.php +1 -1
- core/admin/wpbc-class-listing.php +10 -7
- core/admin/wpbc-class-timeline.php +5 -0
- core/admin/wpbc-sql.php +3 -3
- core/admin/wpbc-toolbars.php +175 -3
- core/any/css/admin-toolbar.css +6 -0
- core/class/wpbc-class-welcome.php +264 -11
- core/lib/wpbc-booking-new.php +2 -31
- core/lib/wpbc_all_translations.php +2 -0
- core/wpbc-constants.php +3 -2
- core/wpbc-emails.php +3 -2
- core/wpbc-functions.php +9 -2
- core/wpbc-translation.php +13 -2
- css/admin.css +9 -0
- css/client.css +9 -7
- css/modal.css +6 -0
- js/client.js +14 -3
- 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_GR.mo → 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-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-ru_RU.mo +0 -0
- languages/booking-sk_SK.mo +0 -0
- languages/booking-sv_SE.mo +0 -0
- languages/booking-tr_TR.mo +0 -0
- languages/booking-uk_UK.mo +0 -0
- languages/booking-zh_CN.mo +0 -0
- languages/booking.pot +1497 -1485
- readme.txt +72 -47
- wpdev-booking.php +1 -1
core/admin/page-email-approved.php
CHANGED
@@ -785,7 +785,7 @@ class WPBC_Settings_Page_Email_Approved extends WPBC_Page_Structure {
|
|
785 |
$replace['dates_count'] = '2';
|
786 |
$replace['cost'] = '250.00';
|
787 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
788 |
-
$replace[ 'remote_ip' ] =
|
789 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
790 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
791 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
@@ -983,7 +983,7 @@ function wpbc__get_replace_shortcodes__email_approved( $booking_id, $bktype, $fo
|
|
983 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
984 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
985 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
986 |
-
$replace[ 'remote_ip' ] =
|
987 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
988 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
989 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
785 |
$replace['dates_count'] = '2';
|
786 |
$replace['cost'] = '250.00';
|
787 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
788 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
789 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
790 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
791 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
983 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
984 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
985 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
986 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
987 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
988 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
989 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
core/admin/page-email-deleted.php
CHANGED
@@ -732,7 +732,7 @@ class WPBC_Settings_Page_Email_Deleted extends WPBC_Page_Structure {
|
|
732 |
$replace['dates_count'] = '2';
|
733 |
$replace['cost'] = '250.00';
|
734 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
735 |
-
$replace[ 'remote_ip' ] =
|
736 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
737 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
738 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
@@ -929,7 +929,7 @@ function wpbc__get_replace_shortcodes__email_deleted( $booking_id, $bktype, $for
|
|
929 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
930 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
931 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
932 |
-
$replace[ 'remote_ip' ] =
|
933 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
934 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
935 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
732 |
$replace['dates_count'] = '2';
|
733 |
$replace['cost'] = '250.00';
|
734 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
735 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
736 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
737 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
738 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
929 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
930 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
931 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
932 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
933 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
934 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
935 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
core/admin/page-email-deny.php
CHANGED
@@ -732,7 +732,7 @@ class WPBC_Settings_Page_Email_Deny extends WPBC_Page_Structure {
|
|
732 |
$replace['dates_count'] = '2';
|
733 |
$replace['cost'] = '250.00';
|
734 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
735 |
-
$replace[ 'remote_ip' ] =
|
736 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
737 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
738 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
@@ -929,7 +929,7 @@ function wpbc__get_replace_shortcodes__email_deny( $booking_id, $bktype, $formda
|
|
929 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
930 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
931 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
932 |
-
$replace[ 'remote_ip' ] =
|
933 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
934 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
935 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
732 |
$replace['dates_count'] = '2';
|
733 |
$replace['cost'] = '250.00';
|
734 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
735 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
736 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
737 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
738 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
929 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
930 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
931 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
932 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
933 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
934 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
935 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
core/admin/page-email-new-admin.php
CHANGED
@@ -773,7 +773,7 @@ class WPBC_Settings_Page_Email_NewAdmin extends WPBC_Page_Structure {
|
|
773 |
$replace['dates_count'] = '2';
|
774 |
$replace['cost'] = '250.00';
|
775 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
776 |
-
$replace[ 'remote_ip' ] =
|
777 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
778 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
779 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
@@ -1040,7 +1040,7 @@ function wpbc__get_replace_shortcodes__email_new_admin( $booking_id, $bktype, $f
|
|
1040 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
1041 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
1042 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
1043 |
-
$replace[ 'remote_ip' ] =
|
1044 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
1045 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
1046 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
@@ -1067,6 +1067,15 @@ function wpbc__get_replace_shortcodes__email_new_admin( $booking_id, $bktype, $f
|
|
1067 |
$replace[ 'visitorbookingpayurl' ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '[visitorbookingpayurl]', $booking_id );
|
1068 |
$replace[ 'bookinghash' ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '[bookinghash]', $booking_id );
|
1069 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1070 |
////////////////////////////////////////////////////////////////////////////
|
1071 |
|
1072 |
return $replace;
|
773 |
$replace['dates_count'] = '2';
|
774 |
$replace['cost'] = '250.00';
|
775 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
776 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
777 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
778 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
779 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
1040 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
1041 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
1042 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
1043 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
1044 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
1045 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
1046 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
1067 |
$replace[ 'visitorbookingpayurl' ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '[visitorbookingpayurl]', $booking_id );
|
1068 |
$replace[ 'bookinghash' ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '[bookinghash]', $booking_id );
|
1069 |
|
1070 |
+
|
1071 |
+
//FixIn: 7.1.2.5
|
1072 |
+
$booking_data = array( 'form_data' => $booking_form_show_array );
|
1073 |
+
$booking_data[ 'dates_short' ] = array( $my_dates4emeil_check_in_out[ 0 ], '-', $my_dates4emeil_check_in_out[ count( $my_dates4emeil_check_in_out ) - 1 ] );
|
1074 |
+
$replace[ 'add_to_google_cal_url' ] = htmlspecialchars_decode( esc_url(
|
1075 |
+
wpbc_btn_add_booking_to_google_calendar( $booking_data , array( 'is_only_url' => true ), false )
|
1076 |
+
) );
|
1077 |
+
|
1078 |
+
|
1079 |
////////////////////////////////////////////////////////////////////////////
|
1080 |
|
1081 |
return $replace;
|
core/admin/page-email-new-visitor.php
CHANGED
@@ -768,7 +768,7 @@ class WPBC_Settings_Page_Email_NewVisitor extends WPBC_Page_Structure {
|
|
768 |
$replace['dates_count'] = '2';
|
769 |
$replace['cost'] = '250.00';
|
770 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
771 |
-
$replace[ 'remote_ip' ] =
|
772 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
773 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
774 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
@@ -965,7 +965,7 @@ function wpbc__get_replace_shortcodes__email_new_visitor( $booking_id, $bktype,
|
|
965 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
966 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
967 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
968 |
-
$replace[ 'remote_ip' ] =
|
969 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
970 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
971 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
768 |
$replace['dates_count'] = '2';
|
769 |
$replace['cost'] = '250.00';
|
770 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
771 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
772 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
773 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
774 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
965 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
966 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
967 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
968 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
969 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
970 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
971 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
core/admin/page-email-trash.php
CHANGED
@@ -737,7 +737,7 @@ class WPBC_Settings_Page_Email_Trash extends WPBC_Page_Structure {
|
|
737 |
$replace['dates_count'] = '2';
|
738 |
$replace['cost'] = '250.00';
|
739 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
740 |
-
$replace[ 'remote_ip' ] =
|
741 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
742 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
743 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
@@ -934,7 +934,7 @@ function wpbc__get_replace_shortcodes__email_trash( $booking_id, $bktype, $formd
|
|
934 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
935 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
936 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
937 |
-
$replace[ 'remote_ip' ] =
|
938 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
939 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
940 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
737 |
$replace['dates_count'] = '2';
|
738 |
$replace['cost'] = '250.00';
|
739 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
740 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
741 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
742 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
743 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
934 |
$replace[ 'siteurl' ] = htmlspecialchars_decode( '<a href="' . home_url() . '">' . home_url() . '</a>' );
|
935 |
$replace[ 'resource_title'] = apply_bk_filter( 'wpdev_check_for_active_language', $bk_title );
|
936 |
$replace[ 'bookingtype' ] = $replace[ 'resource_title'];
|
937 |
+
$replace[ 'remote_ip' ] = wpbc_get_user_ip(); //FixIn:7.1.2.4 // The IP address from which the user is viewing the current page.
|
938 |
$replace[ 'user_agent' ] = $_SERVER['HTTP_USER_AGENT']; // Contents of the User-Agent: header from the current request, if there is one.
|
939 |
$replace[ 'request_url' ] = ( isset( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : '' ); // The address of the page (if any) where action was occured. Because we are sending it in Ajax request, we need to use the REFERER HTTP
|
940 |
$replace[ 'current_date' ] = date_i18n( get_bk_option( 'booking_date_format' ) );
|
core/admin/page-new.php
CHANGED
@@ -107,7 +107,7 @@ class WPBC_Page_AddNewBooking extends WPBC_Page_Structure {
|
|
107 |
*/
|
108 |
function get_saved_user_calendar_options() {
|
109 |
|
110 |
-
// Get possible saved previous "Custom User
|
111 |
$user_calendar_options = get_user_option( 'booking_custom_' . 'add_booking_calendar_options', get_wpbc_current_user_id() );
|
112 |
|
113 |
if ( $user_calendar_options === false ) { // Default, if no saved previously.
|
107 |
*/
|
108 |
function get_saved_user_calendar_options() {
|
109 |
|
110 |
+
// Get possible saved previous "Custom User Calendar data"
|
111 |
$user_calendar_options = get_user_option( 'booking_custom_' . 'add_booking_calendar_options', get_wpbc_current_user_id() );
|
112 |
|
113 |
if ( $user_calendar_options === false ) { // Default, if no saved previously.
|
core/admin/wpbc-class-listing.php
CHANGED
@@ -125,7 +125,7 @@ class WPBC_Booking_Listing_Table {
|
|
125 |
</div>
|
126 |
</div>
|
127 |
</div>
|
128 |
-
<div class="wpbc-listing-collumn col-sm
|
129 |
<div class="wpbc-listing-collumn col-sm-3 hide-sm text-center wpbc_column_5"><?php _e('Booking Dates', 'booking'); ?>
|
130 |
<a id="booking_dates_full"
|
131 |
onclick="javascript:jQuery('#booking_dates_full,.booking_dates_small').hide();jQuery('#booking_dates_small,.booking_dates_full').show();" href="javascript:void(0)"
|
@@ -141,7 +141,7 @@ class WPBC_Booking_Listing_Table {
|
|
141 |
><i class="glyphicon glyphicon-resize-small" style=" margin-top: 2px;"></i></a>
|
142 |
</div>
|
143 |
<?php if ( $is_free ) { ?>
|
144 |
-
<div class="wpbc-listing-collumn col-sm-
|
145 |
<?php } ?>
|
146 |
</div>
|
147 |
<?php
|
@@ -160,8 +160,10 @@ class WPBC_Booking_Listing_Table {
|
|
160 |
|
161 |
foreach ( $this->bookings as $bk ) {
|
162 |
$bk_key++;
|
163 |
-
|
164 |
-
|
|
|
|
|
165 |
$row_data[ 'availbale_locales' ] = $availbale_locales_in_system;
|
166 |
$row_data[ 'css' ] = '';
|
167 |
$row_data[ 'css' ] .= $bk_key % 2 ? '' : ' row_alternative_color';
|
@@ -328,7 +330,7 @@ class WPBC_Booking_Listing_Table {
|
|
328 |
</div><?php
|
329 |
|
330 |
// Data
|
331 |
-
?><div class="wpbc-listing-collumn col-sm
|
332 |
<?php echo $row_data['form_show']; ?>
|
333 |
</div><?php
|
334 |
|
@@ -343,7 +345,7 @@ class WPBC_Booking_Listing_Table {
|
|
343 |
}
|
344 |
|
345 |
// Actions
|
346 |
-
?><div class="wpbc-listing-collumn col-sm-<?php echo $is_free ? '
|
347 |
|
348 |
// Cost
|
349 |
make_bk_action( 'wpbc_booking_listing_button_cost_edit', $row_data );
|
@@ -375,7 +377,8 @@ class WPBC_Booking_Listing_Table {
|
|
375 |
// Change Locale
|
376 |
make_bk_action( 'wpbc_booking_listing_button_locale', $row_data );
|
377 |
|
378 |
-
|
|
|
379 |
?><span class="wpbc-buttons-separator"></span><?php
|
380 |
|
381 |
//FixIn: 6.1.1.10
|
125 |
</div>
|
126 |
</div>
|
127 |
</div>
|
128 |
+
<div class="wpbc-listing-collumn col-sm-<?php echo ( $is_free ) ? '5' : '6'; ?> col-xs-6 text-center wpbc_column_4"><?php _e('Booking Data', 'booking'); ?></div> <?php //FixIn: 7.1.2.5 ?>
|
129 |
<div class="wpbc-listing-collumn col-sm-3 hide-sm text-center wpbc_column_5"><?php _e('Booking Dates', 'booking'); ?>
|
130 |
<a id="booking_dates_full"
|
131 |
onclick="javascript:jQuery('#booking_dates_full,.booking_dates_small').hide();jQuery('#booking_dates_small,.booking_dates_full').show();" href="javascript:void(0)"
|
141 |
><i class="glyphicon glyphicon-resize-small" style=" margin-top: 2px;"></i></a>
|
142 |
</div>
|
143 |
<?php if ( $is_free ) { ?>
|
144 |
+
<div class="wpbc-listing-collumn col-sm-2 hide-sm text-center wpbc_column_6"><?php _e('Actions', 'booking'); ?></div> <?php //FixIn: 7.1.2.5 ?>
|
145 |
<?php } ?>
|
146 |
</div>
|
147 |
<?php
|
160 |
|
161 |
foreach ( $this->bookings as $bk ) {
|
162 |
$bk_key++;
|
163 |
+
|
164 |
+
$bk->form_show = str_replace( "&", '&', $bk->form_show ); //FixIn:7.1.2.12
|
165 |
+
|
166 |
+
$row_data = array();
|
167 |
$row_data[ 'availbale_locales' ] = $availbale_locales_in_system;
|
168 |
$row_data[ 'css' ] = '';
|
169 |
$row_data[ 'css' ] .= $bk_key % 2 ? '' : ' row_alternative_color';
|
330 |
</div><?php
|
331 |
|
332 |
// Data
|
333 |
+
?><div class="wpbc-listing-collumn col-sm-<?php echo ( $is_free ) ? '5' : '6'; ?> col-xs-12 wpbc-text-justify field-content wpbc_column_4"> <?php //FixIn: 7.1.2.5 ?>
|
334 |
<?php echo $row_data['form_show']; ?>
|
335 |
</div><?php
|
336 |
|
345 |
}
|
346 |
|
347 |
// Actions
|
348 |
+
?><div class="wpbc-listing-collumn col-sm-<?php echo $is_free ? '2' : '10'; ?> col-xs-12 text-left field-action-buttons booking-actions wpbc_column_6"><?php //FixIn: 7.1.2.5
|
349 |
|
350 |
// Cost
|
351 |
make_bk_action( 'wpbc_booking_listing_button_cost_edit', $row_data );
|
377 |
// Change Locale
|
378 |
make_bk_action( 'wpbc_booking_listing_button_locale', $row_data );
|
379 |
|
380 |
+
wpbc_btn_add_booking_to_google_calendar( $row_data ); //FixIn: 7.1.2.5
|
381 |
+
|
382 |
?><span class="wpbc-buttons-separator"></span><?php
|
383 |
|
384 |
//FixIn: 6.1.1.10
|
core/admin/wpbc-class-timeline.php
CHANGED
@@ -1377,6 +1377,7 @@ class WPBC_Timeline {
|
|
1377 |
// if ( in_array( $ww, array( 1, 3, 6 ) ) ) // Show number of days only for the specific week days - for speeder loading.
|
1378 |
echo '<i class="wpbc_day_cell_number wpbc_time_in_days_num_' . $view_days_num . ' " >'
|
1379 |
. $dd . ( ($view_days_num == '90') ? '/' . $mm : '')
|
|
|
1380 |
. '</i>';
|
1381 |
|
1382 |
|
@@ -2013,6 +2014,10 @@ class WPBC_Timeline {
|
|
2013 |
*/
|
2014 |
public function wpbc_get_booking_info_4_tooltip( $bk_id, $bookings, $booking_types, $text_in_day_cell='', $header_title='', $content_text='' ){
|
2015 |
|
|
|
|
|
|
|
|
|
2016 |
$is_show_popover_in_timeline = true;
|
2017 |
if ( $this->is_frontend )
|
2018 |
$is_show_popover_in_timeline = ( get_bk_option( 'booking_is_show_popover_in_timeline_front_end' ) == 'On' ) ? true : false ;
|
1377 |
// if ( in_array( $ww, array( 1, 3, 6 ) ) ) // Show number of days only for the specific week days - for speeder loading.
|
1378 |
echo '<i class="wpbc_day_cell_number wpbc_time_in_days_num_' . $view_days_num . ' " >'
|
1379 |
. $dd . ( ($view_days_num == '90') ? '/' . $mm : '')
|
1380 |
+
// . ( ($view_days_num == '90') ? $mm . '/' : '') . $dd // Show: "month/day" instead of "day/month"
|
1381 |
. '</i>';
|
1382 |
|
1383 |
|
2014 |
*/
|
2015 |
public function wpbc_get_booking_info_4_tooltip( $bk_id, $bookings, $booking_types, $text_in_day_cell='', $header_title='', $content_text='' ){
|
2016 |
|
2017 |
+
if ( isset( $bookings[ $bk_id ] ) ) {
|
2018 |
+
$bookings[ $bk_id ]->form_show = str_replace( "&", '&', $bookings[ $bk_id ]->form_show ); //FixIn:7.1.2.12
|
2019 |
+
}
|
2020 |
+
|
2021 |
$is_show_popover_in_timeline = true;
|
2022 |
if ( $this->is_frontend )
|
2023 |
$is_show_popover_in_timeline = ( get_bk_option( 'booking_is_show_popover_in_timeline_front_end' ) == 'On' ) ? true : false ;
|
core/admin/wpbc-sql.php
CHANGED
@@ -992,9 +992,9 @@ function wpbc_set_sql_where_for_dates( $wh_booking_date, $wh_booking_date2, $pre
|
|
992 |
if ( ( ( $wh_booking_date === '' ) && ( $wh_booking_date2 === '' ) ) || ($wh_booking_date === '0') ) {
|
993 |
$sql_where = $and_pre."( ".$pref."booking_date >= ( CURDATE() - INTERVAL 1 DAY ) ) ".$and_suf ;
|
994 |
|
995 |
-
} else if ($wh_booking_date === '1') { // Today
|
996 |
-
$sql_where = $and_pre."( ".$pref."booking_date <= ( CURDATE() + INTERVAL
|
997 |
-
$sql_where .= $and_pre."( ".$pref."booking_date >= ( CURDATE()
|
998 |
|
999 |
|
1000 |
} else if ($wh_booking_date === '2') { // Previous
|
992 |
if ( ( ( $wh_booking_date === '' ) && ( $wh_booking_date2 === '' ) ) || ($wh_booking_date === '0') ) {
|
993 |
$sql_where = $and_pre."( ".$pref."booking_date >= ( CURDATE() - INTERVAL 1 DAY ) ) ".$and_suf ;
|
994 |
|
995 |
+
} else if ($wh_booking_date === '1') { // Today //FixIn: 7.1.2.8
|
996 |
+
$sql_where = $and_pre."( ".$pref."booking_date <= ( CURDATE() + INTERVAL '23:59:59' HOUR_SECOND ) ) ".$and_suf ;
|
997 |
+
$sql_where .= $and_pre."( ".$pref."booking_date >= ( CURDATE() + INTERVAL '00:00:01' HOUR_SECOND ) ) ".$and_suf ;
|
998 |
|
999 |
|
1000 |
} else if ($wh_booking_date === '2') { // Previous
|
core/admin/wpbc-toolbars.php
CHANGED
@@ -261,9 +261,9 @@ function wpbc_add_new_booking_toolbar() {
|
|
261 |
|
262 |
// T o o l b a r
|
263 |
?><div id="filter_toolbar_container" class="visibility_container clearfix-height" style="display:<?php echo ( $selected_tab == 'filter' ) ? 'block' : 'none' ?>;margin-top:-5px;"><?php
|
264 |
-
|
265 |
if ( ( function_exists( 'wpbc_toolbar_btn__resource_selection' ) )
|
266 |
-
&& (
|
267 |
wpbc_toolbar_btn__resource_selection();
|
268 |
|
269 |
if ( function_exists( 'wpbc_toolbar_btn__form_selection' ) )
|
@@ -285,7 +285,7 @@ function wpbc_add_new_booking_toolbar() {
|
|
285 |
|
286 |
?><span class="advanced_booking_filter" style="display:none;"><div class="clear" style="width:100%;border-bottom:1px solid #ccc;height:10px;"></div><?php
|
287 |
|
288 |
-
// Get possible saved previous "Custom User
|
289 |
$user_calendar_options = get_user_option( 'booking_custom_' . 'add_booking_calendar_options', get_wpbc_current_user_id() );
|
290 |
|
291 |
if ( $user_calendar_options === false ) { // Default, if no saved previously.
|
@@ -1824,6 +1824,178 @@ function wpbc_toolbar_is_send_emails_btn_duplicated() {
|
|
1824 |
}
|
1825 |
|
1826 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1827 |
////////////////////////////////////////////////////////////////////////////////
|
1828 |
// Toolbar Other UI elements - General
|
1829 |
////////////////////////////////////////////////////////////////////////////////
|
261 |
|
262 |
// T o o l b a r
|
263 |
?><div id="filter_toolbar_container" class="visibility_container clearfix-height" style="display:<?php echo ( $selected_tab == 'filter' ) ? 'block' : 'none' ?>;margin-top:-5px;"><?php
|
264 |
+
|
265 |
if ( ( function_exists( 'wpbc_toolbar_btn__resource_selection' ) )
|
266 |
+
&& ( empty( $_GET['booking_hash'] ) ) ) //Do not show resource seleciton if editing booking. //FixIn:7.1.2.10
|
267 |
wpbc_toolbar_btn__resource_selection();
|
268 |
|
269 |
if ( function_exists( 'wpbc_toolbar_btn__form_selection' ) )
|
285 |
|
286 |
?><span class="advanced_booking_filter" style="display:none;"><div class="clear" style="width:100%;border-bottom:1px solid #ccc;height:10px;"></div><?php
|
287 |
|
288 |
+
// Get possible saved previous "Custom User Calendar data"
|
289 |
$user_calendar_options = get_user_option( 'booking_custom_' . 'add_booking_calendar_options', get_wpbc_current_user_id() );
|
290 |
|
291 |
if ( $user_calendar_options === false ) { // Default, if no saved previously.
|
1824 |
}
|
1825 |
|
1826 |
|
1827 |
+
/** Show Link (button) for adding booking to Google Calendar
|
1828 |
+
*
|
1829 |
+
* @param int $booking_id
|
1830 |
+
* @param array $button_attr
|
1831 |
+
* @param bool $echo
|
1832 |
+
* @return string
|
1833 |
+
*/
|
1834 |
+
function wpbc_btn_add_booking_to_google_calendar( $booking_data, $button_attr = array(), $echo = true ) { //FixIn: 7.1.2.5
|
1835 |
+
|
1836 |
+
//debuge($booking_data);
|
1837 |
+
if ( ! $echo ) {
|
1838 |
+
ob_start();
|
1839 |
+
}
|
1840 |
+
|
1841 |
+
$defaults = array(
|
1842 |
+
'title' => __( 'Add to Google Calendar', 'booking' )
|
1843 |
+
, 'hint' => __( 'Add to Google Calendar', 'booking' )
|
1844 |
+
, 'class' => 'button-secondary button'
|
1845 |
+
, 'is_show_icon' => true
|
1846 |
+
, 'is_only_url' => false
|
1847 |
+
);
|
1848 |
+
$button_attr = wp_parse_args( $button_attr, $defaults );
|
1849 |
+
|
1850 |
+
$params = array();
|
1851 |
+
$params['timezone'] = get_bk_option('booking_gcal_timezone');
|
1852 |
+
|
1853 |
+
$booking_gcal_events_form_fields = get_bk_option( 'booking_gcal_events_form_fields');
|
1854 |
+
if ( is_serialized( $booking_gcal_events_form_fields ) )
|
1855 |
+
$booking_gcal_events_form_fields = unserialize( $booking_gcal_events_form_fields );
|
1856 |
+
|
1857 |
+
/** Array
|
1858 |
+
(
|
1859 |
+
[title] => text^name
|
1860 |
+
[description] => textarea^details
|
1861 |
+
[where] => text^
|
1862 |
+
)
|
1863 |
+
*/
|
1864 |
+
|
1865 |
+
|
1866 |
+
// Fields
|
1867 |
+
$fields = array( 'title' => '', 'description' => '', 'where' => '' );
|
1868 |
+
|
1869 |
+
foreach ( $fields as $key_name => $field_value ) {
|
1870 |
+
|
1871 |
+
if ( ! empty( $booking_gcal_events_form_fields[ $key_name ] ) ) {
|
1872 |
+
|
1873 |
+
$field_name = explode( '^', $booking_gcal_events_form_fields[ $key_name ] );
|
1874 |
+
|
1875 |
+
$field_name = ( ! empty( $field_name[ 1 ] ) ) ? trim( $field_name[ 1 ] ) : '';
|
1876 |
+
|
1877 |
+
if ( (! empty($field_name))
|
1878 |
+
&& (! empty($booking_data['form_data']))
|
1879 |
+
&& (! empty($booking_data['form_data']['_all_fields_']))
|
1880 |
+
&& (! empty($booking_data['form_data']['_all_fields_'][ $field_name ]))
|
1881 |
+
) {
|
1882 |
+
$fields[ $key_name ] = str_replace( array( ' ', '"' )
|
1883 |
+
, array( '+', '' )
|
1884 |
+
, $booking_data['form_data']['_all_fields_'][ $field_name ]
|
1885 |
+
);
|
1886 |
+
}
|
1887 |
+
}
|
1888 |
+
}
|
1889 |
+
|
1890 |
+
|
1891 |
+
// Dates.
|
1892 |
+
|
1893 |
+
$check_in_timestamp = $check_in_timestamp = '';
|
1894 |
+
if ( ! empty( $booking_data[ 'dates_short' ] ) ) {
|
1895 |
+
|
1896 |
+
|
1897 |
+
/* all day events, you can use 20161208/20161209 - note that the old google documentation gets it wrong.
|
1898 |
+
* You must use the following date as the end date for a one day all day event,
|
1899 |
+
* or +1 day to whatever you want the end date to be.
|
1900 |
+
*/
|
1901 |
+
|
1902 |
+
$check_in_timestamp = strtotime( $booking_data[ 'dates_short' ][ 0 ], current_time( 'timestamp' ) );
|
1903 |
+
if ( trim( substr( $booking_data[ 'dates_short' ][ 0 ], 11 ) ) == '00:00:00' ) {
|
1904 |
+
$check_in_timestamp = date( "Ymd", $check_in_timestamp ); // All day
|
1905 |
+
} else {
|
1906 |
+
$check_in_timestamp = date( "Ymd\THis", $check_in_timestamp );
|
1907 |
+
//$check_in_timestamp = date( "Ymd\THis\Z", $check_in_timestamp );
|
1908 |
+
}
|
1909 |
+
|
1910 |
+
$check_out_timestamp = strtotime( $booking_data[ 'dates_short' ][ ( count( $booking_data[ 'dates_short' ] ) - 1 ) ], current_time( 'timestamp' ) );
|
1911 |
+
if ( trim( substr( $booking_data[ 'dates_short' ][ ( count( $booking_data[ 'dates_short' ] ) - 1 ) ], 11 ) ) == '00:00:00' ) {
|
1912 |
+
$check_out_timestamp = strtotime( '+1 day', $check_out_timestamp );
|
1913 |
+
$check_out_timestamp = date( "Ymd", $check_out_timestamp ); // All day
|
1914 |
+
} else {
|
1915 |
+
$check_out_timestamp = date( "Ymd\THis", $check_out_timestamp );
|
1916 |
+
//$check_out_timestamp = date( "Ymd\THis\Z", $check_out_timestamp );
|
1917 |
+
}
|
1918 |
+
|
1919 |
+
}
|
1920 |
+
|
1921 |
+
//debuge($check_in_timestamp,$check_out_timestamp, $fields );die;
|
1922 |
+
//Convert an ISO date/time to a UNIX timestamp
|
1923 |
+
//function iso_to_ts( $iso ) {
|
1924 |
+
// sscanf( $iso, "%u-%u-%uT%u:%u:%uZ", $year, $month, $day, $hour, $minute, $second );
|
1925 |
+
// return mktime( $hour, $minute, $second, $month, $day, $year );
|
1926 |
+
// 20140127T224000Z
|
1927 |
+
// date("Ymd\THis\Z", time());
|
1928 |
+
|
1929 |
+
/**
|
1930 |
+
action:
|
1931 |
+
action=TEMPLATE
|
1932 |
+
A default required parameter.
|
1933 |
+
|
1934 |
+
src:
|
1935 |
+
Example: src=default%40gmail.com
|
1936 |
+
Format: src=text
|
1937 |
+
This is not covered by Google help but is an optional parameter in order to add an event to a shared calendar rather than a user's default.
|
1938 |
+
|
1939 |
+
text:
|
1940 |
+
Example: text=Garden%20Waste%20Collection
|
1941 |
+
Format: text=text
|
1942 |
+
This is a required parameter giving the event title.
|
1943 |
+
|
1944 |
+
dates:
|
1945 |
+
Example: dates=20090621T063000Z/20090621T080000Z (i.e. an event on 21 June 2009 from 7.30am to 9.0am British Summer Time (=GMT+1)).
|
1946 |
+
Format: dates=YYYYMMDDToHHMMSSZ/YYYYMMDDToHHMMSSZ
|
1947 |
+
This required parameter gives the start and end dates and times (in Greenwich Mean Time) for the event.
|
1948 |
+
|
1949 |
+
location:
|
1950 |
+
Example: location=Home
|
1951 |
+
Format: location=text
|
1952 |
+
The obvious location field.
|
1953 |
+
|
1954 |
+
trp:
|
1955 |
+
Example: trp=false
|
1956 |
+
Format: trp=true/false
|
1957 |
+
Show event as busy (true) or available (false)
|
1958 |
+
|
1959 |
+
sprop:
|
1960 |
+
Example: sprop=http%3A%2F%2Fwww.me.org
|
1961 |
+
Example: sprop=name:Home%20Page
|
1962 |
+
Format: sprop=website and/or sprop=name:website_name
|
1963 |
+
*/
|
1964 |
+
|
1965 |
+
$link_add2gcal = 'http://www.google.com/calendar/event?action=TEMPLATE';
|
1966 |
+
$link_add2gcal .= '&text=' . $fields['title'];
|
1967 |
+
//$link_add2gcal .= '&dates=[start-custom format='Ymd\\THi00\\Z']/[end-custom format='Ymd\\THi00\\Z']';
|
1968 |
+
$link_add2gcal .= '&dates=' . $check_in_timestamp . '/' . $check_out_timestamp;
|
1969 |
+
$link_add2gcal .= '&details=' . $fields['description'];
|
1970 |
+
$link_add2gcal .= '&location=' . $fields['where'];
|
1971 |
+
$link_add2gcal .= '&trp=false';
|
1972 |
+
if ( ! empty( $params[ 'timezone' ] ) )
|
1973 |
+
$link_add2gcal .= '&ctz=' . $params[ 'timezone' ]; //TimeZone
|
1974 |
+
|
1975 |
+
//$link_add2gcal .= '&sprop=';
|
1976 |
+
//$link_add2gcal .= '&sprop=name:';
|
1977 |
+
|
1978 |
+
if ( $button_attr['is_only_url'] ) {
|
1979 |
+
echo $link_add2gcal;
|
1980 |
+
} else {
|
1981 |
+
|
1982 |
+
?><a href="<?php echo $link_add2gcal; ?>" target="_blank" rel="nofollow"
|
1983 |
+
class="tooltip_top <?php echo esc_attr( $button_attr['class'] ) ?>"
|
1984 |
+
title="<?php echo esc_js( $button_attr['hint'] ); ?>"
|
1985 |
+
><?php
|
1986 |
+
if ( $button_attr['is_show_icon'] ) {
|
1987 |
+
?><i class="glyphicon icon-1x glyphicon-export"></i><?php
|
1988 |
+
} else {
|
1989 |
+
echo esc_js( $button_attr['title'] );
|
1990 |
+
}
|
1991 |
+
?></a><?php
|
1992 |
+
}
|
1993 |
+
|
1994 |
+
if ( ! $echo ) {
|
1995 |
+
return ob_get_clean();
|
1996 |
+
}
|
1997 |
+
|
1998 |
+
}
|
1999 |
////////////////////////////////////////////////////////////////////////////////
|
2000 |
// Toolbar Other UI elements - General
|
2001 |
////////////////////////////////////////////////////////////////////////////////
|
core/any/css/admin-toolbar.css
CHANGED
@@ -263,6 +263,12 @@
|
|
263 |
.wpdevelop .control-group .btn-group .dropdown-toggle label{
|
264 |
margin-bottom: 3px;
|
265 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
/* .form-group */
|
267 |
.wpdevelop .form-group .input-group > .button,
|
268 |
.wpdevelop .form-group .input-group .input-group-btn .button {
|
263 |
.wpdevelop .control-group .btn-group .dropdown-toggle label{
|
264 |
margin-bottom: 3px;
|
265 |
}
|
266 |
+
/*FixIn: 7.1.2.15 */
|
267 |
+
.wpdevelop .control-group .btn-group .dropdown-toggle span.wpbc_selected_in_dropdown{
|
268 |
+
display: inline-block;
|
269 |
+
vertical-align: middle;
|
270 |
+
margin-bottom: 3px;
|
271 |
+
}
|
272 |
/* .form-group */
|
273 |
.wpdevelop .form-group .input-group > .button,
|
274 |
.wpdevelop .form-group .input-group .input-group-btn .button {
|
core/class/wpbc-class-welcome.php
CHANGED
@@ -70,7 +70,7 @@ class WPBC_Welcome {
|
|
70 |
.wpbc-welcome-page .feature-section div {
|
71 |
line-height: 1.5em;
|
72 |
}
|
73 |
-
.wpbc-welcome-page .feature-section .last-feature {
|
74 |
margin-right:0;
|
75 |
}
|
76 |
.about-wrap.wpbc-welcome-page .changelog {
|
@@ -88,6 +88,9 @@ class WPBC_Welcome {
|
|
88 |
overflow-y: hidden;
|
89 |
padding-bottom: 20px;
|
90 |
}
|
|
|
|
|
|
|
91 |
@media (max-width: 782px) { /* iPad mini and all iPhones and other Mobile Devices */
|
92 |
.wpbc-welcome-page .feature-section.one-col > div,
|
93 |
.wpbc-welcome-page .feature-section.three-col > div,
|
@@ -99,6 +102,10 @@ class WPBC_Welcome {
|
|
99 |
width:98% !important;
|
100 |
margin:0 1% !important;
|
101 |
}
|
|
|
|
|
|
|
|
|
102 |
}
|
103 |
</style><?php
|
104 |
}
|
@@ -144,7 +151,7 @@ class WPBC_Welcome {
|
|
144 |
echo ' two-col';
|
145 |
} if ( $columns_num == 3 ) {
|
146 |
echo ' three-col';
|
147 |
-
} ?>
|
148 |
<?php
|
149 |
foreach ( $sections_array as $section_key => $section ) {
|
150 |
$col_num = ( $section_key + 1 );
|
@@ -346,10 +353,7 @@ class WPBC_Welcome {
|
|
346 |
<?php
|
347 |
|
348 |
$this->maintence_section();
|
349 |
-
|
350 |
-
?><h2 style='font-size: 2.1em;'>What's New in Booking Calendar 7.1</h2><?php
|
351 |
-
?>
|
352 |
-
<style type="text/css">
|
353 |
.wpbc-changelog-list ul {
|
354 |
list-style: outside;
|
355 |
}
|
@@ -360,7 +364,56 @@ class WPBC_Welcome {
|
|
360 |
.wpbc-changelog-list ul li strong{
|
361 |
padding:0 5px;
|
362 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
363 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
364 |
<div class="wpbc-changelog-list">
|
365 |
<h3>- Changes in <strong>all</strong> versions:</h3>
|
366 |
<ul style="">
|
@@ -433,10 +486,210 @@ class WPBC_Welcome {
|
|
433 |
</ul>
|
434 |
</div>
|
435 |
<?php
|
|
|
436 |
|
437 |
-
|
438 |
-
|
439 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
if (0) {
|
441 |
?><h2 style="text-align:center;">The only thing that's new is everything... Almost:)</h2><?php
|
442 |
}
|
@@ -800,7 +1053,7 @@ class WPBC_Welcome {
|
|
800 |
);
|
801 |
|
802 |
$this->show_separator();
|
803 |
-
|
804 |
/*
|
805 |
ob_start();
|
806 |
|
@@ -904,7 +1157,7 @@ class WPBC_Welcome {
|
|
904 |
) );
|
905 |
|
906 |
?>
|
907 |
-
<div class="feature-section
|
908 |
<div class="col col-1 last-feature" style="margin-top: 0px;width:59%">
|
909 |
<h4><?php printf( 'Check and manage your bookings' ); ?></h4>
|
910 |
<p><?php echo wpbc_recheck_strong_symbols( 'After email notification about new booking(s), you can check and **approve** or **decline** your **booking(s)** in **responsive**, modern and **easy to use Booking Admin Panel**.'); ?></p>
|
70 |
.wpbc-welcome-page .feature-section div {
|
71 |
line-height: 1.5em;
|
72 |
}
|
73 |
+
.about-wrap.wpbc-welcome-page .feature-section .last-feature {
|
74 |
margin-right:0;
|
75 |
}
|
76 |
.about-wrap.wpbc-welcome-page .changelog {
|
88 |
overflow-y: hidden;
|
89 |
padding-bottom: 20px;
|
90 |
}
|
91 |
+
.about-wrap.wpbc-welcome-page [class$="-col"]{
|
92 |
+
align-items: initial;
|
93 |
+
}
|
94 |
@media (max-width: 782px) { /* iPad mini and all iPhones and other Mobile Devices */
|
95 |
.wpbc-welcome-page .feature-section.one-col > div,
|
96 |
.wpbc-welcome-page .feature-section.three-col > div,
|
102 |
width:98% !important;
|
103 |
margin:0 1% !important;
|
104 |
}
|
105 |
+
.about-wrap.wpbc-welcome-page .feature-section div.col {
|
106 |
+
display:block;
|
107 |
+
float:none;
|
108 |
+
}
|
109 |
}
|
110 |
</style><?php
|
111 |
}
|
151 |
echo ' two-col';
|
152 |
} if ( $columns_num == 3 ) {
|
153 |
echo ' three-col';
|
154 |
+
} ?>">
|
155 |
<?php
|
156 |
foreach ( $sections_array as $section_key => $section ) {
|
157 |
$col_num = ( $section_key + 1 );
|
353 |
<?php
|
354 |
|
355 |
$this->maintence_section();
|
356 |
+
?><style type="text/css">
|
|
|
|
|
|
|
357 |
.wpbc-changelog-list ul {
|
358 |
list-style: outside;
|
359 |
}
|
364 |
.wpbc-changelog-list ul li strong{
|
365 |
padding:0 5px;
|
366 |
}
|
367 |
+
.wpbc_expand_section_link,
|
368 |
+
a.wpbc_expand_section_link:hover,
|
369 |
+
a.wpbc_expand_section_link:focus {
|
370 |
+
color:#21759b;
|
371 |
+
cursor: pointer;
|
372 |
+
outline: 0;
|
373 |
+
border:none;
|
374 |
+
border-bottom:1px dashed #21759B;
|
375 |
+
text-decoration: none;
|
376 |
+
}
|
377 |
</style>
|
378 |
+
<?php
|
379 |
+
/*
|
380 |
+
?><h2 style='font-size: 2.1em;'>What's New in Booking Calendar 7.2</h2><?php
|
381 |
+
?>
|
382 |
+
<div class="wpbc-changelog-list">
|
383 |
+
<h3>- Changes in <strong>all</strong> versions:</h3>
|
384 |
+
<ul style="">
|
385 |
+
<li> <strong>New</strong> New buttons in Booking Listing page for fast manual <strong>export</strong> (adding) of specific <strong>booking to Google Calendar</strong> (7.1.2.5)
|
386 |
+
<li> <strong>New</strong> Shortcode <strong>[add_to_google_cal_url]</strong> in email template for sending email to admin for fast manual <strong>export</strong> (adding) of specific <strong>booking to Google Calendar</strong> (7.1.2.5)
|
387 |
+
<li> <strong>Translation</strong> Danish translation [100% completed] by Daniel Moesgaard
|
388 |
+
<li> <strong>Translation</strong> Swedish translation [100% completed] by Mikael Göransson
|
389 |
+
<li> <strong>Translation</strong> Hebrew translation [100% completed] by Alex Rabayev and Iris Schuster
|
390 |
+
<li> <strong>Translation</strong> Arabic translation [84% completed]
|
391 |
+
<li> <strong>Fix</strong> some translation issue (7.1.2.1)
|
392 |
+
<li> <strong>Fix</strong> issue of showing today bookings in Booking Listing page (7.1.2.8)
|
393 |
+
<li> <strong>Improvement</strong> remove today day highlighting in calendar, after loading of page (7.1.2.8)
|
394 |
+
<li> <strong>Fix</strong> Renamed Greek translation files from booking-el_GR.mo to booking-el.mo (booking-el_GR.po to booking-el.po) Its seems that default locale for Greek is 'el' (7.1.2.10)
|
395 |
+
<li> <strong>Fix</strong> add possibility to check and load file for 'short' translation locale (like 'en'), if file for 'long' locale (like 'en_US') was not found in translation folder. (7.1.2.11)
|
396 |
+
</ul>
|
397 |
+
<h3>- Changes in <strong>Personal / Business Small / Business Medium / Business Large / MultiUser</strong> versions:</h3>
|
398 |
+
<ul style="list-style: outside;">
|
399 |
+
<li> <strong>Improvement</strong> New form template with 30 minutes time-slots selection at Booking > Settings > Form page (7.1.2.6) <em>(Business Small/Medium/Large, MultiUser)</em></li>
|
400 |
+
<li> <strong>Improvement</strong> Ability to add empty parameter "&booking_hash" to URL in browser at Booking > Add booking page for ability to add bookings for past days (7.1.2.10) <em>(Personal Business Small/Medium/Large, MultiUser)</em></li>
|
401 |
+
<li> <strong>Improvement</strong> Ability to use "Valuation days" cost settings, if activated "Use time selections as recurrent time slots" and set cost "per 1 day" and option "Time impact to cost" deactivated at Booking > Settings > Payment page. Useful, when need to set cost per days, but also save time-slots during booking on several days. (7.1.2.11) <em>(Business Medium/Large, MultiUser)</em></li>
|
402 |
+
<li> <strong>New</strong> Constant WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH in wpbc-constants.php file. Check in search results custom fields parameter that can include to multiple selected options in search form. Logical OR (7.1.2.9) <em>(Business Large, MultiUser)</em></li>
|
403 |
+
<li> <strong>Trick</strong> Using in Booking > Resources page parameter "show_all_resources" in browser URL, will show all booking resources, even lost booking resources. Lost booking resources can be, if you was assigned as parent booking resource to single booking resource, itself. (7.1.2.2) <em>(Business Large, MultiUser)</em></li>
|
404 |
+
<li> <strong>Fix</strong> do not show option for ability to select as parent booking resource itself, at Booking > Resources page. Its prevent from generating lost booking resources. (7.1.2.3) <em>(Business Large, MultiUser)</em></li>
|
405 |
+
<li> <strong>Fix</strong> issue of not having access in modal windows (like payment request) to enter some data, when opened page with mobile device (7.1.2.7) <em>(Personal Business Small/Medium/Large, MultiUser)</em></li>
|
406 |
+
<li> <strong>Fix</strong> issue in Danish translation, which was show warning at Booking > Settings > Payment > Bank transfer page (7.1.2.9) <em>(Business Small/Medium/Large, MultiUser)</em></li>
|
407 |
+
<li> <strong>Fix</strong> issue of showing &p;#36, instead of $ symbol in the Booking Listing, if was used in "Content of booking fields data" form HINT cost shortcodes (7.1.2.12) <em>(Business Medium/Large, MultiUser)</em></li>
|
408 |
+
<li> <strong>Fix</strong> issue of hiding selection of booking resources field after submit of booking (7.1.2.13) <em>(Personal Business Small/Medium/Large, MultiUser)</em></li>
|
409 |
+
<li> <strong>Fix</strong> issue of not checking (during booking submit process) elements from conditional fields logic, if these fields does not visible. (7.1.2.14) <em>(Business Medium/Large, MultiUser)</em></li>
|
410 |
+
</ul>
|
411 |
+
</div>
|
412 |
+
<?php
|
413 |
+
|
414 |
+
?><h2 style='font-size: 2.1em;'>What's New in Booking Calendar 7.1</h2><?php
|
415 |
+
|
416 |
+
?>
|
417 |
<div class="wpbc-changelog-list">
|
418 |
<h3>- Changes in <strong>all</strong> versions:</h3>
|
419 |
<ul style="">
|
486 |
</ul>
|
487 |
</div>
|
488 |
<?php
|
489 |
+
*/
|
490 |
|
491 |
+
?><h2 style='font-size: 2.1em;'>What's New in Booking Calendar 7.1 - 7.2</h2><?php
|
492 |
+
$this->show_separator();
|
493 |
+
?><h2 style='font-size: 1.6em;margin:40px 0 0 0;text-align: left;'>Changes in all versions</h2><?php
|
494 |
+
|
495 |
+
$this->show_col_section( array(
|
496 |
+
|
497 |
+
array( 'h4' => wpbc_recheck_strong_symbols( 'Fast Adding bookings to Google Calendar' ),
|
498 |
+
'text' => '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
499 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Manual **export to Google Calendar** of specific booking by clicking on **Export** button near booking at Booking Listing page' ) . '</li>'
|
500 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Shortcode <code>[add_to_google_cal_url]</code> in email template (to admin) for fast manual (adding) of booking to Google Calendar' ) . '</li>'
|
501 |
+
. '</ul>'
|
502 |
+
)
|
503 |
+
, array( 'img' => '7.2/add-to-google-calendar.png', 'img_style'=>'margin-top:20px;width: 99%;' )
|
504 |
+
)
|
505 |
+
);
|
506 |
+
$this->show_separator();
|
507 |
+
$this->show_col_section( array(
|
508 |
+
array( 'img' => '7.2/timeline-hours-limit.png', 'img_style'=>'margin-top:20px;width: 99%;' )
|
509 |
+
, array( 'h4' => wpbc_recheck_strong_symbols( '**Timeline** tricks' ),
|
510 |
+
'text' =>
|
511 |
+
'<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
512 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Limit times for showing cells in TimeLine for 1 day view mode. <br>For Example: <code>[bookingtimeline type=\'1\' limit_hours=\'9,22\']</code>' ) . '</li>'
|
513 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Constant **WP_BK_TIMILINE_LIMIT_HOURS** in wpbc-constants.php file. Limit times for showing cells in Calendar Overview page in admin panel for 1 day view mode. ' ) . '</li>'
|
514 |
+
. '</ul>'
|
515 |
+
)
|
516 |
+
)
|
517 |
+
);
|
518 |
+
|
519 |
+
$this->show_separator();
|
520 |
+
|
521 |
+
$this->show_col_section( array(
|
522 |
+
array( 'text' =>
|
523 |
+
'<h4>' .wpbc_recheck_strong_symbols( 'Translation' ) . '</h4>'
|
524 |
+
. '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
525 |
+
|
526 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Translation** Danish translation [100% completed] by Daniel Moesgaard' ) . '</li>'
|
527 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Translation** Swedish translation [100% completed] by Mikael Göransson' ) . '</li>'
|
528 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Translation.** Italian translation [100% completed]' ) . '</li>'
|
529 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Translation** Hebrew translation [100% completed] by Alex Rabayev and Iris Schuster' ) . '</li>'
|
530 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Translation** Arabic translation [84% completed]' ) . '</li>'
|
531 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Translation.** Dutch translation [99% completed] ' ) . '</li>'
|
532 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Translation.** German translation [99% completed]' ) . '</li>'
|
533 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Translation.** French translation [99% completed]' ) . '</li>'
|
534 |
+
. '</ul>'
|
535 |
+
|
536 |
+
. '<h4>' .wpbc_recheck_strong_symbols( 'Improvement' ) . '</h4>'
|
537 |
+
. '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
538 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Improvement** remove today day highlighting in calendar, after loading of page (7.1.2.8)' ) . '</li>'
|
539 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Improvement.** additional checking of correct loading popover function to prevent JavaScript error. If visitor disable loading of Bootstrap files or because of some JS conflict, instead of showing JavaScript error system will skip showing popover tooltip when mouse over days in calendar, or when click on booking in timeline. (7.0.1.2)' ) . '</li>'
|
540 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Improvement.** added checking about minimum required version of WordPress for using Booking Calendar (7.0.1.6)' ) . '</li>'
|
541 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Improvement.** Ability to use <code>[reason]</code> or <code>[approvereason]</code> in Booking > Settings > Emails > Approve email template.' ) . '</li>'
|
542 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Improvement.** Prepare functionality for removing language folder from plugin in a future, for reducing size of plugin. (7.0.1.53)' ) . '</li>'
|
543 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Improvement.** Showing popovers in timeline (calendar overview) only at bottom direction for better looking at mobile devices (7.0.1.42)' ) . '</li>'
|
544 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Improvement.** Set color of placeholder text in settings fields lighter. (7.0.1.54)' ) . '</li>'
|
545 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Improvement.** Increase time for script execution during initial activation of plugin. (7.0.1.57)' ) . '</li>'
|
546 |
+
. '</ul>'
|
547 |
+
|
548 |
+
. '<h4>' .wpbc_recheck_strong_symbols( 'Under Hood' ) . '</h4>'
|
549 |
+
. '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
550 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Under Hood.** do_action( \'wpbc_jquery_unknown\' ) - new hook for situation, when we can not make identification version of jQuery, sometimes, need manually to load jquery-migrate (7.0.1.33)' ) . '</li>'
|
551 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Under Hood.** Trigger event "timeline_nav" after clicking navigation in timeline. To bind this event use this JS: <code>jQuery( ".wpbc_timeline_front_end" ).on(\'timeline_nav\', function(event, timeline_obj, nav_step ) { ... } );</code> (7.0.1.48)' ) . '</li>'
|
552 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Under Hood.** New constant. <code>WP_BK_AUTO_APPROVE_WHEN_IMPORT_GCAL</code> - Auto approve booking, if imported from Google Calendar. Default set to false (7.0.1.59)' ) . '</li>'
|
553 |
+
. '</ul>'
|
554 |
+
)
|
555 |
+
, array( 'text' =>
|
556 |
+
'<h4>' .wpbc_recheck_strong_symbols( 'Fixes' ) . '</h4>'
|
557 |
+
. '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
558 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** some translation issue (7.1.2.1)' ) . '</li>'
|
559 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** issue of showing today bookings in Booking Listing page (7.1.2.8)' ) . '</li>'
|
560 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** Renamed Greek translation files from booking-el_GR.mo to booking-el.mo (booking-el_GR.po to booking-el.po) Its seems that default locale for Greek is \'el\' (7.1.2.10)' ) . '</li>'
|
561 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** add possibility to check and load file for \'short\' translation locale (like \'en\'), if file for \'long\' locale (like \'en_US\') was not found in translation folder. (7.1.2.11)' ) . '</li>'
|
562 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** Update captcha 1.1 to captcha 1.9, which protect from potensional PHP file inclusion vulnerability (7.0.1.67)' ) . '</li>'
|
563 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** Minimum version of jQuery required as 1.9.1' ) . '</li>'
|
564 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** Issue of disabling sending emails during approving or cancellation of bookings at Booking Listing or Calendar Overview pages, when checkbox "Emails sending" unchecked. (7.0.1.5)' ) . '</li>'
|
565 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** Issue of **auto import events** from Google Calendar into the Booking Calendar (7.0.1.9)' ) . '</li>'
|
566 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** Issue of generating **JavaScript errors** when user deactivated loading of Bootstrap JS files at Booking Settings General page in Advanced section. Instead of it show warning message or skip showing tooltips. (7.0.1.10)' ) . '</li>'
|
567 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** issue of order loading translation, if default language is not English (7.0.1.12) ' ) . '</li>'
|
568 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** issue of redirection to "Thank you" page. Using home_url (www.server.com) instead of site_url (www.server.com/wordpress/) at some servers. (7.0.1.20)' ) . '</li>'
|
569 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** issue of ability to translate options in selectbox in format like <code>Eng 1 [lang=it_IT] Italian 1</code> at Settings Fields page in Booking Calendar Free version (7.0.1.21)' ) . '</li>'
|
570 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** set email field as required field in Booking Calendar Free version (7.0.1.22)' ) . '</li>'
|
571 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** issue of not sending emails, if server was set with using error_reporting(E_STRICT); and show this warning: "PHP Strict Standards: Only variables should be passed by reference in /wp-content/plugins/booking/core/admin/page-email-new-admin.php on line 1105" (7.0.1.32)' ) . '</li>'
|
572 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** issue of not submitting booking in IE. Issue relative to note support by IE String.trim() function. (7.0.1.39)' ) . '</li>'
|
573 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** issue of showing additional slashes in emails at reason of cancellation (7.0.1.46) (Also fixed same issue for approve reason, payment request text and adding notes to the booking).' ) . '</li>'
|
574 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** issue of showing in TimeLine (Calendar Overview) 1st day of next Month, that does not belong to current visible month. Sometimes in such view if booking starting from 1st day of next month, system does not show this booking, and its can confuse visitors. (7.0.1.47)' ) . '</li>'
|
575 |
+
. '<li>' . wpbc_recheck_strong_symbols( '**Fix** issue of not saving Booking > Settings General page if pressed on Save Changes button at top right side in French language, and some other languages (7.0.1.56)' ) . '</li>'
|
576 |
+
. '</ul>'
|
577 |
+
|
578 |
+
|
579 |
+
|
580 |
+
)
|
581 |
+
)
|
582 |
+
);
|
583 |
+
|
584 |
+
|
585 |
+
|
586 |
+
|
587 |
+
?><h2 style='font-size: 1.6em;margin:40px 0 0 0;text-align: left;'><?php echo wpbc_recheck_strong_symbols( 'Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions' ); ?></h2><br/><?php
|
588 |
+
|
589 |
+
$this->show_separator();
|
590 |
+
|
591 |
+
$this->show_col_section( array(
|
592 |
+
|
593 |
+
array( 'h4' => wpbc_recheck_strong_symbols( 'iDEAL payment gateway' ),
|
594 |
+
'text' => '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
595 |
+
. '<li>' . wpbc_recheck_strong_symbols( 'Integration of **iDEAL via Sisow** payment gateway. (7.0.1.64) <em>(Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
596 |
+
. '</ul>'
|
597 |
+
)
|
598 |
+
, array( 'img' => '7.2/ideal-settings.png', 'img_style'=>'margin-top:20px;width: 99%;' )
|
599 |
+
)
|
600 |
+
);
|
601 |
+
$this->show_separator();
|
602 |
+
$this->show_col_section( array(
|
603 |
+
array( 'img' => '7.2/change-over-days.png', 'img_style'=>'margin-top:20px;width: 99%;' )
|
604 |
+
, array( 'h4' => wpbc_recheck_strong_symbols( '**Change over days as triangles**' ),
|
605 |
+
'text' =>
|
606 |
+
'<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
607 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **New.** **Show change over days as triangles.** <em>Beta Feature</em>. Its require showing calendar days cells as square (not rectangle). Width and height of calendar you can define in shortcode options parameter. Supported by: Chrome 36.0+, MS IE 10.0+, Firefox 16.0+, Safari 9.0+, Opera 23.0+ (7.0.1.24) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>' . '</ul>'
|
608 |
+
)
|
609 |
+
)
|
610 |
+
);
|
611 |
+
$this->show_separator();
|
612 |
+
|
613 |
+
$this->show_col_section( array(
|
614 |
+
array( 'text' =>
|
615 |
+
|
616 |
+
'<h4>' .wpbc_recheck_strong_symbols( 'Improvement' ) . '</h4>'
|
617 |
+
. '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
618 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement** New form template with 30 minutes time-slots selection at Booking > Settings > Form page (7.1.2.6) <em>(Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
619 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement** Ability to add empty parameter "&booking_hash" to URL in browser at Booking > Add booking page for ability to add bookings for past days (7.1.2.10) <em>(Personal Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
620 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement** Ability to use "Valuation days" cost settings, if activated "Use time selections as recurrent time slots" and set cost "per 1 day" and option "Time impact to cost" deactivated at Booking > Settings > Payment page. Useful, when need to set cost per days, but also save time-slots during booking on several days. (7.1.2.11) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
621 |
+
|
622 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement.** Ability to set lower interval (15, 30 or 45 minutes) for auto cancellation pending bookings that have no successfully paid status (7.0.1.25) <em>(Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
623 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement.** Ability to use aggregate parameter in the <code>[bookingedit]</code> shortcode (7.0.1.26) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
624 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement.** Ability to use in field "From Name" in email templates at Booking - Settings - Emails page different shortcodes from booking form, like <code>[name] [secondname]</code> (7.0.1.29) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
625 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement.** Ability to show in cost_hints negative (discounted) cost for additional items. Previously system set instead of negative value just 0 (7.0.1.30) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
626 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement.** Increase accuracy of rates calculation, if we are having more than 2 digits after comma in rates configurations (7.0.1.44) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
627 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement.** Ability to use HTML tags in popup window during sending payment request and then showing <code>[paymentreason]</code> in email template with HTML formating (7.0.1.60) <em>(Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
628 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement.** Showing "blank bookings" in Calendar Overview page with different color (red) (7.0.1.40) <em>(Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
629 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Improvement.** Showing all title for booking resources with long name (longer than 19 symbols) at the Booking Listing page. Previously its was cutted of (7.0.1.66) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
630 |
+
|
631 |
+
|
632 |
+
. '</ul>'
|
633 |
+
|
634 |
+
. '<h4>' .wpbc_recheck_strong_symbols( 'Under Hood' ) . '</h4>'
|
635 |
+
. '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
636 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **New** Constant WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH in wpbc-constants.php file. Check in search results custom fields parameter that can include to multiple selected options in search form. Logical OR (7.1.2.9) <em>(Business Large, MultiUser)</em>' ) . '</li>'
|
637 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Trick** Using in Booking > Resources page parameter "show_all_resources" in browser URL, will show all booking resources, even lost booking resources. Lost booking resources can be, if you was assigned as parent booking resource to single booking resource, itself. (7.1.2.2) <em>(Business Large, MultiUser)</em>' ) . '</li>'
|
638 |
+
|
639 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **New.** Ability to define links for booking resource titles in TimeLine. Example: <code>[bookingtimeline ... options=\'{resource_link 3="http://beta/resource-apartment3-id3/"},{resource_link 4="http://beta/resource-3-id4/"}\' ... ]</code> (7.0.1.50) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
640 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Tip.** Skip showing rows of booking resource(s) in TimeLine or Calendar Overview, if no any exist booking(s) for current view. For activation this feature you need to add only_booked_resources parameter to the URL. For example: http://server.com/wp-admin/admin.php?page=wpbc&view_mode=vm_calendar&only_booked_resources Its have to improve speed of page loading, when we are having too many resources at the page. (7.0.1.51) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
641 |
+
|
642 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Under Hood.** Trigger event "show_cost_hints" after showing cost or time hints in booking form. To bind this event use this JS: jQuery( ".booking_form_div" ).on(\'show_cost_hints\', function(event, bk_type ) { ... } ); (7.0.1.53) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
643 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Under Hood.** Add automatically new payment system, after visit Settings Payment page, if payment system folder and file(s) was created correctly. (7.0.1.55,7.0.1.61) <em>(Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
644 |
+
|
645 |
+
. '</ul>'
|
646 |
+
)
|
647 |
+
, array( 'text' =>
|
648 |
+
'<h4>' .wpbc_recheck_strong_symbols( 'Fixes' ) . '</h4>'
|
649 |
+
. '<ul style="list-style: disc outside;padding: 20px;margin:0;">'
|
650 |
+
|
651 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** do not show option for ability to select as parent booking resource itself, at Booking > Resources page. Its prevent from generating lost booking resources. (7.1.2.3) <em>(Business Large, MultiUser)</em>' ) . '</li>'
|
652 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of not having access in modal windows (like payment request) to enter some data, when opened page with mobile device (7.1.2.7) <em>(Personal Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
653 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue in Danish translation, which was show warning at Booking > Settings > Payment > Bank transfer page (7.1.2.9) <em>(Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
654 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of showing &p;#36, instead of $ symbol in the Booking Listing, if was used in "Content of booking fields data" form HINT cost shortcodes (7.1.2.12) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
655 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of hiding selection of booking resources field after submit of booking (7.1.2.13) <em>(Personal Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
656 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of not checking (during booking submit process) elements from conditional fields logic, if these fields does not visible. (7.1.2.14) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
657 |
+
|
658 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of not showing "reason of cancellation" in emails, that are sending after auto-cancellation of pending not successfully paid bookings. (7.0.1.1) <em>(Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
659 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of incorrectly booking cost calculation if setted cost "per 1 night" and previously was used "Valuation days" cost settings for specific booking resource. (7.0.1.4) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
660 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** Do not apply "LAST" cost option for "Valuation days" if previously was applied "Together" term. No need to apply "LAST", because its have to be already calculated in together term (7.0.1.7) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
661 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** Correctly replacing shortcodes with custom URL parameter, like: \'visitorbookingediturl\', \'visitorbookingcancelurl\', \'visitorbookingpayurl\' in email templates. (7.0.1.8) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
662 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of showing notice: "Use of undefined constant <code>WPDEV_BK_LOCALE_RELOAD</code>" in seacrh results (7.0.1.9) <em>(Business Large, MultiUser)</em>' ) . '</li>'
|
663 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of start showing timeline in "Day view" starting from Today date based on WordPress timezone. (7.0.1.13)' ) . '</li>'
|
664 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of not showing some bookings, which was made for specific times in 1 day view mode. (7.0.1.16)' ) . '</li>'
|
665 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of saving additional cost at the Booking > Resources > Advanced cost page, if some options have LABELs (options still must be simple words) with umlauts. (7.0.1.27) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
666 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of updating <code>[cost_correction]</code> shortcode, if selecting dates for new booking and not editing exist booking (7.0.1.28) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
667 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of blocking days selection in calendar, when visitor use the search form and manually input dates that lower than minimum number of days selection in settings (7.0.1.31) <em>(Business Large, MultiUser)</em>' ) . '</li>'
|
668 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of showing blank page for printing in Chrome browser (7.0.1.34) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
669 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of not changing hash of booking after approving of booking, if this option was activated at settings (7.0.1.35) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
670 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of rechecking booking dates (if activated "Checking to prevent double booking, during submitting booking" option), during booking editing (7.0.1.36) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
671 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of not correctly blocking check-out day (showing weird 2 checkout days), if activated "Unavailable time before / after booking" option and set unavailable DAYs after booking (7.0.1.38) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
672 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of wrong deleting booking, if activated option "Disable bookings in different booking resources" during editing booking that try to store in different booking resources (7.0.1.43) <em>(Business Large, MultiUser)</em>' ) . '</li>'
|
673 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** position of currency symbol in calendar day cells and in mouseover tooltip, depend from settings at Booking > Settings > Payment page (7.0.1.49) <em>(Business Medium/Large, MultiUser)</em>' ) . '</li>'
|
674 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** replacinng shortcodes in a loop, if we are having several shortcodes with bookingedit{cancel} in email templates (For example, if we have several languges ). (7.0.1.52)' ) . '</li>'
|
675 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of infinite loop, which was exist since update 7.0.1.52 to 7.0.1.57 (7.0.1.58)' ) . '</li>'
|
676 |
+
. '<li>' . wpbc_recheck_strong_symbols( ' **Fix** issue of not saving data for radio button selection field in emails and may be in booking listing (7.0.1.62) <em>(Personal, Business Small/Medium/Large, MultiUser)</em>' ) . '</li>'
|
677 |
+
|
678 |
+
. '</ul>'
|
679 |
+
)
|
680 |
+
)
|
681 |
+
);
|
682 |
+
|
683 |
+
|
684 |
+
?>
|
685 |
+
<?php //$this->show_separator(); ?>
|
686 |
+
|
687 |
+
<a id="wpbc_show_advanced_section_link_show" class="wpbc_expand_section_link" href="javascript:void(0)"
|
688 |
+
onclick="javascript:jQuery( '.version_update_7_0' ).toggle();"
|
689 |
+
>+ Show changes in version update 7.1</a>
|
690 |
+
|
691 |
+
<div class="version_update_7_0" style="display:none;">
|
692 |
+
<h2 style='font-size: 2.1em;'>What's New in Booking Calendar 7.0</h2><?php
|
693 |
if (0) {
|
694 |
?><h2 style="text-align:center;">The only thing that's new is everything... Almost:)</h2><?php
|
695 |
}
|
1053 |
);
|
1054 |
|
1055 |
$this->show_separator();
|
1056 |
+
?></div><?php
|
1057 |
/*
|
1058 |
ob_start();
|
1059 |
|
1157 |
) );
|
1158 |
|
1159 |
?>
|
1160 |
+
<div class="feature-section two-col">
|
1161 |
<div class="col col-1 last-feature" style="margin-top: 0px;width:59%">
|
1162 |
<h4><?php printf( 'Check and manage your bookings' ); ?></h4>
|
1163 |
<p><?php echo wpbc_recheck_strong_symbols( 'After email notification about new booking(s), you can check and **approve** or **decline** your **booking(s)** in **responsive**, modern and **easy to use Booking Admin Panel**.'); ?></p>
|
core/lib/wpbc-booking-new.php
CHANGED
@@ -65,9 +65,9 @@ return false; // Exit
|
|
65 |
if ( ( isset ($booking_form_show['subscribe_me'] )) && ( $booking_form_show['subscribe_me'] == 'yes') ) {
|
66 |
// In booking form at the Booking > Settings > Fields page you need to have this: <p>[checkbox subscribe_me ""] Subscribe Me</p>
|
67 |
|
68 |
-
if (file_exists(
|
69 |
|
70 |
-
require_once(
|
71 |
$MailChimp = new MailChimp('key-my'); // You are need to specify here YOUR KEY !!!!
|
72 |
$list_id = '3344044af8'; // Specify List ID here
|
73 |
|
@@ -321,35 +321,6 @@ function wpbc_add_new_booking( $params , $is_edit_booking = false ){
|
|
321 |
|
322 |
$insert = wpbc_get_insert_sql_for_dates( $dates_in_diff_formats , $is_approved_dates, $booking_id );
|
323 |
|
324 |
-
if (0) {
|
325 |
-
//--
|
326 |
-
$insert_arr = wpbc_get_insert_sql_for_dates( $dates_in_diff_formats , $is_approved_dates, $booking_id , true );
|
327 |
-
|
328 |
-
$insert_dates = array();
|
329 |
-
foreach ( $insert_arr as $insert_d ) {
|
330 |
-
|
331 |
-
$insert_dates = "('{$insert_d[0]}','{$insert_d[1]}','{$insert_d[2]}')";
|
332 |
-
|
333 |
-
$insert_dates .= " WHERE NOT EXISTS( SELECT cd.booking_id AS bdi FROM {$wpdb->prefix}bookingdates AS cd WHERE "
|
334 |
-
. "cd.booking_id = {$insert_d[0]} "
|
335 |
-
. "AND cd.booking_date = '{$insert_d[1]}' "
|
336 |
-
. "AND cd.approved = {$insert_d[2]} "
|
337 |
-
. ")";
|
338 |
-
debuge( $insert_dates );
|
339 |
-
if ( !empty( $insert_dates ) )
|
340 |
-
if ( false === $wpdb->query( "INSERT INTO {$wpdb->prefix}bookingdates (booking_id, booking_date, approved) VALUES " . $insert_dates ) ){
|
341 |
-
?> <script type="text/javascript"> if ( jQuery('#submiting<?php echo $bktype; ?>' ).length ) { document.getElementById('submiting<?php echo $bktype; ?>').innerHTML = '<div style="height:20px;width:100%;text-align:center;margin:15px auto;"><?php debuge_error('Error during inserting into BD - Dates',__FILE__,__LINE__); ?></div>'; }</script> <?php
|
342 |
-
die('Error during inserting into BD - Dates');
|
343 |
-
}
|
344 |
-
|
345 |
-
}
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
die;
|
350 |
-
//--
|
351 |
-
}
|
352 |
-
|
353 |
if ( !empty($insert) )
|
354 |
if ( false === $wpdb->query( "INSERT INTO {$wpdb->prefix}bookingdates (booking_id, booking_date, approved) VALUES " . $insert ) ){
|
355 |
?> <script type="text/javascript"> if ( jQuery('#submiting<?php echo $bktype; ?>' ).length ) { document.getElementById('submiting<?php echo $bktype; ?>').innerHTML = '<div style="height:20px;width:100%;text-align:center;margin:15px auto;"><?php debuge_error('Error during inserting into BD - Dates',__FILE__,__LINE__); ?></div>'; }</script> <?php
|
65 |
if ( ( isset ($booking_form_show['subscribe_me'] )) && ( $booking_form_show['subscribe_me'] == 'yes') ) {
|
66 |
// In booking form at the Booking > Settings > Fields page you need to have this: <p>[checkbox subscribe_me ""] Subscribe Me</p>
|
67 |
|
68 |
+
if (file_exists(WPBC_PLUGIN_DIR. '/core/lib/MailChimp.php')) { // Include MailChimp class (You can download (API v2) !!! from here https://github.com/drewm/mailchimp-api/tree/api-v2
|
69 |
|
70 |
+
require_once( WPBC_PLUGIN_DIR. '/core/lib/MailChimp.php' ); // Additioannly in this file (some servers) require to comment line #3. Like this: // namespace Drewm;
|
71 |
$MailChimp = new MailChimp('key-my'); // You are need to specify here YOUR KEY !!!!
|
72 |
$list_id = '3344044af8'; // Specify List ID here
|
73 |
|
321 |
|
322 |
$insert = wpbc_get_insert_sql_for_dates( $dates_in_diff_formats , $is_approved_dates, $booking_id );
|
323 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
if ( !empty($insert) )
|
325 |
if ( false === $wpdb->query( "INSERT INTO {$wpdb->prefix}bookingdates (booking_id, booking_date, approved) VALUES " . $insert ) ){
|
326 |
?> <script type="text/javascript"> if ( jQuery('#submiting<?php echo $bktype; ?>' ).length ) { document.getElementById('submiting<?php echo $bktype; ?>').innerHTML = '<div style="height:20px;width:100%;text-align:center;margin:15px auto;"><?php debuge_error('Error during inserting into BD - Dates',__FILE__,__LINE__); ?></div>'; }</script> <?php
|
core/lib/wpbc_all_translations.php
CHANGED
@@ -525,6 +525,7 @@
|
|
525 |
$wpbc_all_translations[] = __('Calendar width', 'booking');
|
526 |
$wpbc_all_translations[] = __('Calendar cell height', 'booking');
|
527 |
$wpbc_all_translations[] = __('Send email notification to customer about this operation', 'booking');
|
|
|
528 |
$wpbc_all_translations[] = __('Total', 'booking');
|
529 |
$wpbc_all_translations[] = __('ID or Title', 'booking');
|
530 |
$wpbc_all_translations[] = __('Email copy to', 'booking');
|
@@ -1575,4 +1576,5 @@
|
|
1575 |
$wpbc_all_translations[] = __('Always use Description', 'booking');
|
1576 |
$wpbc_all_translations[] = __('Integration of %s payment system', 'booking');
|
1577 |
$wpbc_all_translations[] = __('Processing your %s payments through %s', 'booking');
|
|
|
1578 |
}
|
525 |
$wpbc_all_translations[] = __('Calendar width', 'booking');
|
526 |
$wpbc_all_translations[] = __('Calendar cell height', 'booking');
|
527 |
$wpbc_all_translations[] = __('Send email notification to customer about this operation', 'booking');
|
528 |
+
$wpbc_all_translations[] = __('Add to Google Calendar', 'booking');
|
529 |
$wpbc_all_translations[] = __('Total', 'booking');
|
530 |
$wpbc_all_translations[] = __('ID or Title', 'booking');
|
531 |
$wpbc_all_translations[] = __('Email copy to', 'booking');
|
1576 |
$wpbc_all_translations[] = __('Always use Description', 'booking');
|
1577 |
$wpbc_all_translations[] = __('Integration of %s payment system', 'booking');
|
1578 |
$wpbc_all_translations[] = __('Processing your %s payments through %s', 'booking');
|
1579 |
+
$wpbc_all_translations[] = __('%s - inserting link for export booking to', 'booking');
|
1580 |
}
|
core/wpbc-constants.php
CHANGED
@@ -27,14 +27,15 @@ if (!defined('WP_BK_PAYMENT_FORM_ONLY_IN_REQUEST')) define('WP_BK_PAYMENT_FO
|
|
27 |
if (!defined('WP_BK_AUTO_APPROVE_WHEN_ZERO_COST')) define('WP_BK_AUTO_APPROVE_WHEN_ZERO_COST', false ); // Auto approve booking, if the cost of booking == 0
|
28 |
if (!defined('WP_BK_AUTO_APPROVE_WHEN_IMPORT_GCAL')) define('WP_BK_AUTO_APPROVE_WHEN_IMPORT_GCAL', false ); // Auto approve booking, if imported from Google Calendar //FixIn:7.0.1.59
|
29 |
if (!defined('WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH')) define('WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH', false ); // Check in search results custom fields parameters relative to less than in search form, and not only equal.
|
|
|
30 |
if (!defined('WP_BK_TIMILINE_LIMIT_HOURS')) define('WP_BK_TIMILINE_LIMIT_HOURS', '0,24' ); // Limit times for showing cells in Calendar Overview page in admin panel for 1 day view mode. (7.0.1.18)
|
31 |
|
32 |
|
33 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
34 |
// SYSTEM CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
|
35 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
36 |
-
if (!defined('WP_BK_VERSION_NUM')) define('WP_BK_VERSION_NUM', '7.
|
37 |
-
if (!defined('WP_BK_MINOR_UPDATE')) define('WP_BK_MINOR_UPDATE', true );
|
38 |
if (!defined('IS_USE_WPDEV_BK_CACHE')) define('IS_USE_WPDEV_BK_CACHE', true );
|
39 |
if (!defined('WP_BK_DEBUG_MODE')) define('WP_BK_DEBUG_MODE', false );
|
40 |
if (!defined('WP_BK_MIN')) define('WP_BK_MIN', false ); //TODO: Finish with this contstant, right now its not working correctly with TRUE status
|
27 |
if (!defined('WP_BK_AUTO_APPROVE_WHEN_ZERO_COST')) define('WP_BK_AUTO_APPROVE_WHEN_ZERO_COST', false ); // Auto approve booking, if the cost of booking == 0
|
28 |
if (!defined('WP_BK_AUTO_APPROVE_WHEN_IMPORT_GCAL')) define('WP_BK_AUTO_APPROVE_WHEN_IMPORT_GCAL', false ); // Auto approve booking, if imported from Google Calendar //FixIn:7.0.1.59
|
29 |
if (!defined('WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH')) define('WP_BK_CHECK_LESS_THAN_PARAM_IN_SEARCH', false ); // Check in search results custom fields parameters relative to less than in search form, and not only equal.
|
30 |
+
if (!defined('WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH')) define('WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH', true ); // Check in search results custom fields parameter that can include to multiple selcted options in search form. Logical OR
|
31 |
if (!defined('WP_BK_TIMILINE_LIMIT_HOURS')) define('WP_BK_TIMILINE_LIMIT_HOURS', '0,24' ); // Limit times for showing cells in Calendar Overview page in admin panel for 1 day view mode. (7.0.1.18)
|
32 |
|
33 |
|
34 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
35 |
// SYSTEM CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
|
36 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
37 |
+
if (!defined('WP_BK_VERSION_NUM')) define('WP_BK_VERSION_NUM', '7.2' );
|
38 |
+
if (!defined('WP_BK_MINOR_UPDATE')) define('WP_BK_MINOR_UPDATE', !true );
|
39 |
if (!defined('IS_USE_WPDEV_BK_CACHE')) define('IS_USE_WPDEV_BK_CACHE', true );
|
40 |
if (!defined('WP_BK_DEBUG_MODE')) define('WP_BK_DEBUG_MODE', false );
|
41 |
if (!defined('WP_BK_MIN')) define('WP_BK_MIN', false ); //TODO: Finish with this contstant, right now its not working correctly with TRUE status
|
core/wpbc-emails.php
CHANGED
@@ -240,9 +240,10 @@ function wpbc_get_email_help_shortcodes( $skip_shortcodes = array() , $email_exa
|
|
240 |
}
|
241 |
|
242 |
// [moderatelink]
|
243 |
-
if ( ! in_array( 'moderatelink', $skip_shortcodes ) )
|
244 |
$fields[] = sprintf(__('%s - inserting moderate link of new booking ' ,'booking'),'<code>[moderatelink]</code>');
|
245 |
-
|
|
|
246 |
|
247 |
if ( class_exists('wpdev_bk_personal') ) {
|
248 |
// [visitorbookingediturl]
|
240 |
}
|
241 |
|
242 |
// [moderatelink]
|
243 |
+
if ( ! in_array( 'moderatelink', $skip_shortcodes ) ) {
|
244 |
$fields[] = sprintf(__('%s - inserting moderate link of new booking ' ,'booking'),'<code>[moderatelink]</code>');
|
245 |
+
$fields[] = sprintf(__('%s - inserting link for export booking to' ,'booking'),'<code>[add_to_google_cal_url]</code>') . ' Google Calendar'; //FixIn: 7.1.2.5
|
246 |
+
}
|
247 |
|
248 |
if ( class_exists('wpdev_bk_personal') ) {
|
249 |
// [visitorbookingediturl]
|
core/wpbc-functions.php
CHANGED
@@ -820,11 +820,17 @@ $is_old = false;
|
|
820 |
&& ( gettype ( $value_param ) != 'object' )
|
821 |
) {
|
822 |
$booking_form_show = str_replace( '['. $key_param .']', $value_param ,$booking_form_show);
|
|
|
|
|
823 |
}
|
|
|
|
|
824 |
}
|
825 |
// Remove all shortcodes, which is not replaced early.
|
826 |
$booking_form_show = preg_replace ('/[\s]{0,}\[[a-zA-Z0-9.,-_]{0,}\][\s]{0,}/', '', $booking_form_show); //FixIn: 6.1.1.4
|
827 |
|
|
|
|
|
828 |
$return_array = array('content' => $booking_form_show,
|
829 |
'email' => $email_adress,
|
830 |
'name' => $name_of_person,
|
@@ -1953,6 +1959,7 @@ add_bk_filter('wpbc_get_user_ip', 'wpbc_get_user_ip');
|
|
1953 |
function wpbc_get_params_in_url( $page_param , $exclude_params = array(), $only_these_parameters = false, $is_escape_url = false, $only_get = false ){
|
1954 |
|
1955 |
$exclude_params[] = 'page';
|
|
|
1956 |
|
1957 |
if ( isset( $_GET['page'] ) )
|
1958 |
$page_param = $_GET['page'];
|
@@ -1981,9 +1988,9 @@ function wpbc_get_params_in_url( $page_param , $exclude_params = array(), $only_
|
|
1981 |
$get_paramaters[ $prm_key ] = $prm_value;
|
1982 |
}
|
1983 |
}
|
1984 |
-
//debuge($
|
1985 |
$url = admin_url( add_query_arg( $get_paramaters , 'admin.php' ) );
|
1986 |
-
|
1987 |
if ( $is_escape_url )
|
1988 |
$url = esc_url( $url );
|
1989 |
|
820 |
&& ( gettype ( $value_param ) != 'object' )
|
821 |
) {
|
822 |
$booking_form_show = str_replace( '['. $key_param .']', $value_param ,$booking_form_show);
|
823 |
+
|
824 |
+
$all_fields_array_without_types[ $key_param ] = str_replace( "&", '&', $value_param ); //FixIn:7.1.2.12
|
825 |
}
|
826 |
+
|
827 |
+
|
828 |
}
|
829 |
// Remove all shortcodes, which is not replaced early.
|
830 |
$booking_form_show = preg_replace ('/[\s]{0,}\[[a-zA-Z0-9.,-_]{0,}\][\s]{0,}/', '', $booking_form_show); //FixIn: 6.1.1.4
|
831 |
|
832 |
+
$booking_form_show = str_replace( "&", '&', $booking_form_show ); //FixIn:7.1.2.12
|
833 |
+
|
834 |
$return_array = array('content' => $booking_form_show,
|
835 |
'email' => $email_adress,
|
836 |
'name' => $name_of_person,
|
1959 |
function wpbc_get_params_in_url( $page_param , $exclude_params = array(), $only_these_parameters = false, $is_escape_url = false, $only_get = false ){
|
1960 |
|
1961 |
$exclude_params[] = 'page';
|
1962 |
+
$exclude_params[] = 'post_type';
|
1963 |
|
1964 |
if ( isset( $_GET['page'] ) )
|
1965 |
$page_param = $_GET['page'];
|
1988 |
$get_paramaters[ $prm_key ] = $prm_value;
|
1989 |
}
|
1990 |
}
|
1991 |
+
//debuge($exclude_params);
|
1992 |
$url = admin_url( add_query_arg( $get_paramaters , 'admin.php' ) );
|
1993 |
+
|
1994 |
if ( $is_escape_url )
|
1995 |
$url = esc_url( $url );
|
1996 |
|
core/wpbc-translation.php
CHANGED
@@ -190,17 +190,28 @@ function wpbc_load_locale( $locale = '' ) {
|
|
190 |
|
191 |
if ( empty( $locale ) )
|
192 |
$locale = wpbc_get_booking_locale();
|
193 |
-
|
194 |
if ( ! empty( $locale ) ) {
|
195 |
|
196 |
$domain = 'booking';
|
197 |
$mofile = WPBC_PLUGIN_DIR . '/languages/' . $domain . '-' . $locale . '.mo';
|
198 |
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
if ( file_exists( $mofile ) ) {
|
200 |
|
201 |
$plugin_rel_path = WPBC_PLUGIN_DIRNAME . '/languages' ;
|
202 |
return load_plugin_textdomain( $domain, false, $plugin_rel_path ) ;
|
203 |
-
|
|
|
|
|
|
|
|
|
|
|
204 |
}
|
205 |
|
206 |
return false;
|
190 |
|
191 |
if ( empty( $locale ) )
|
192 |
$locale = wpbc_get_booking_locale();
|
193 |
+
//debuge($locale);
|
194 |
if ( ! empty( $locale ) ) {
|
195 |
|
196 |
$domain = 'booking';
|
197 |
$mofile = WPBC_PLUGIN_DIR . '/languages/' . $domain . '-' . $locale . '.mo';
|
198 |
|
199 |
+
if ( strpos( $locale, '_') !== false ) { //FixIn: 7.1.2.11
|
200 |
+
// we have long locale like en_US, get only 2 firstletters, for general locale, like 'en'
|
201 |
+
$mofile_local_short = WPBC_PLUGIN_DIR . '/languages/' . $domain . '-' . substr( $locale, 0 , 2 ) . '.mo';
|
202 |
+
}
|
203 |
+
|
204 |
+
|
205 |
if ( file_exists( $mofile ) ) {
|
206 |
|
207 |
$plugin_rel_path = WPBC_PLUGIN_DIRNAME . '/languages' ;
|
208 |
return load_plugin_textdomain( $domain, false, $plugin_rel_path ) ;
|
209 |
+
|
210 |
+
} elseif ( file_exists( $mofile_local_short ) ) {
|
211 |
+
|
212 |
+
// Direct load of this short MO file booking-en.mo
|
213 |
+
return load_textdomain( $domain, $mofile_local_short );
|
214 |
+
}
|
215 |
}
|
216 |
|
217 |
return false;
|
css/admin.css
CHANGED
@@ -142,4 +142,13 @@ select option.wpbc_child_resource{
|
|
142 |
font-weight: 600;
|
143 |
margin: 10px 0;
|
144 |
opacity: 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
}
|
142 |
font-weight: 600;
|
143 |
margin: 10px 0;
|
144 |
opacity: 1;
|
145 |
+
}
|
146 |
+
/* Align buttons center for Free version //FixIn: 7.1.2.5 */
|
147 |
+
.field-action-buttons.booking-actions.col-sm-2 {
|
148 |
+
text-align: center;
|
149 |
+
}
|
150 |
+
@media (max-width: 782px) {
|
151 |
+
.field-action-buttons.booking-actions.col-sm-2 {
|
152 |
+
text-align: left;
|
153 |
+
}
|
154 |
}
|
css/client.css
CHANGED
@@ -34,13 +34,14 @@ form.booking_form {
|
|
34 |
border-width: 1px;
|
35 |
vertical-align: baseline;
|
36 |
}
|
|
|
37 |
.booking_form_div textarea,
|
38 |
.booking_form_div input[type="text"] {
|
39 |
-
box-sizing:
|
40 |
-
-mox-box-sizing:
|
41 |
-
-webkit-box-sizing:
|
42 |
height:28px;
|
43 |
-
padding:
|
44 |
}
|
45 |
/* Height */
|
46 |
.booking_form_div textarea,
|
@@ -50,6 +51,7 @@ form.booking_form {
|
|
50 |
}
|
51 |
/* Width */
|
52 |
.booking_form .form-group .controls select,
|
|
|
53 |
.booking_form textarea,
|
54 |
.booking_form input[type="text"]{
|
55 |
width:250px;
|
@@ -92,8 +94,8 @@ form.booking_form {
|
|
92 |
/* Visitors selection - small selectboxes */
|
93 |
.booking_form_div select.col-md-1 {
|
94 |
float: none;
|
95 |
-
padding:
|
96 |
-
|
97 |
}
|
98 |
|
99 |
/* Booking Form Buttons *******************************************************/
|
@@ -396,7 +398,7 @@ form.booking_form {
|
|
396 |
.wpdevelop input[type="text"],
|
397 |
.wpdevelop select{
|
398 |
font-size: 1.1em;
|
399 |
-
height:
|
400 |
padding: 4px 8px;
|
401 |
}
|
402 |
}
|
34 |
border-width: 1px;
|
35 |
vertical-align: baseline;
|
36 |
}
|
37 |
+
.booking_form_div select, /* FixIn: 7.2.0.2 */
|
38 |
.booking_form_div textarea,
|
39 |
.booking_form_div input[type="text"] {
|
40 |
+
box-sizing: content-box;
|
41 |
+
-mox-box-sizing: content-box;
|
42 |
+
-webkit-box-sizing: content-box;
|
43 |
height:28px;
|
44 |
+
padding:2px 8px;
|
45 |
}
|
46 |
/* Height */
|
47 |
.booking_form_div textarea,
|
51 |
}
|
52 |
/* Width */
|
53 |
.booking_form .form-group .controls select,
|
54 |
+
.booking_form select, /* FixIn: 7.2.0.2 */
|
55 |
.booking_form textarea,
|
56 |
.booking_form input[type="text"]{
|
57 |
width:250px;
|
94 |
/* Visitors selection - small selectboxes */
|
95 |
.booking_form_div select.col-md-1 {
|
96 |
float: none;
|
97 |
+
padding: 4px 8px;
|
98 |
+
|
99 |
}
|
100 |
|
101 |
/* Booking Form Buttons *******************************************************/
|
398 |
.wpdevelop input[type="text"],
|
399 |
.wpdevelop select{
|
400 |
font-size: 1.1em;
|
401 |
+
height: 36px; /* FixIn: 7.2.0.2 */
|
402 |
padding: 4px 8px;
|
403 |
}
|
404 |
}
|
css/modal.css
CHANGED
@@ -285,3 +285,9 @@
|
|
285 |
color: #ccc;
|
286 |
display: none;
|
287 |
}
|
|
|
|
|
|
|
|
|
|
|
|
285 |
color: #ccc;
|
286 |
display: none;
|
287 |
}
|
288 |
+
/* FixIn: 7.1.2.7 */
|
289 |
+
@media (max-width: 782px) {
|
290 |
+
.wp-admin .modal-backdrop.in {
|
291 |
+
display:none;
|
292 |
+
}
|
293 |
+
}
|
js/client.js
CHANGED
@@ -332,8 +332,12 @@ function init_datepick_cal(bk_type, date_approved_par, my_num_month, start_day_
|
|
332 |
useThemeRoller :false // ui-cupertino.datepick.css
|
333 |
}
|
334 |
);
|
335 |
-
|
336 |
-
|
|
|
|
|
|
|
|
|
337 |
if ( start_bk_month != false ) {
|
338 |
var inst = jQuery.datepick._getInst(document.getElementById('calendar_booking'+bk_type));
|
339 |
inst.cursorDate = new Date();
|
@@ -478,6 +482,9 @@ function setReservedSelectedDates( bk_type ){
|
|
478 |
jQuery('#calendar_booking' + bk_type).insertBefore("#booking_form_div" + bk_type);
|
479 |
document.getElementById("booking_form_div" + bk_type).style.display = "none";
|
480 |
|
|
|
|
|
|
|
481 |
makeScroll('#ajax_respond_insert' + bk_type);
|
482 |
|
483 |
if ((document.getElementById('gateway_payment_forms' + bk_type) != null) &&
|
@@ -555,6 +562,10 @@ function mybooking_submit( submit_form , bk_type, wpdev_active_locale){
|
|
555 |
// Serialize form here
|
556 |
for (i=0; i<count; i++) {
|
557 |
element = submit_form.elements[i];
|
|
|
|
|
|
|
|
|
558 |
|
559 |
if ( (element.type !=='button') && (element.type !=='hidden') && ( element.name !== ('date_booking' + bk_type) ) ) { // Skip buttons and hidden element - type
|
560 |
|
@@ -602,7 +613,7 @@ function mybooking_submit( submit_form , bk_type, wpdev_active_locale){
|
|
602 |
if ( is_max_visitors_selection_more_than_available( bk_type, inp_value, element ) )
|
603 |
return;
|
604 |
|
605 |
-
//
|
606 |
/*if ( element.name == ('phone'+bk_type) ) {
|
607 |
// we validate a phone number of 10 digits with no comma, no spaces, no punctuation and there will be no + sign in front the number - See more at: http://www.w3resource.com/javascript/form/phone-no-validation.php#sthash.U9FHwcdW.dpuf
|
608 |
var reg = /^\d{10}$/;
|
332 |
useThemeRoller :false // ui-cupertino.datepick.css
|
333 |
}
|
334 |
);
|
335 |
+
|
336 |
+
//FixIn: 7.1.2.8
|
337 |
+
setTimeout( function ( ) {
|
338 |
+
jQuery( '.datepick-days-cell.datepick-today.datepick-days-cell-over' ).removeClass( 'datepick-days-cell-over' );
|
339 |
+
}, 500 );
|
340 |
+
|
341 |
if ( start_bk_month != false ) {
|
342 |
var inst = jQuery.datepick._getInst(document.getElementById('calendar_booking'+bk_type));
|
343 |
inst.cursorDate = new Date();
|
482 |
jQuery('#calendar_booking' + bk_type).insertBefore("#booking_form_div" + bk_type);
|
483 |
document.getElementById("booking_form_div" + bk_type).style.display = "none";
|
484 |
|
485 |
+
jQuery( '#hided_booking_form' + bk_type ).prevAll( 'select[name="active_booking_form"]' ).hide(); //FixIn: 7.1.2.13
|
486 |
+
jQuery( '#hided_booking_form' + bk_type ).prevAll( 'label[for="calendar_type"]' ).hide();
|
487 |
+
|
488 |
makeScroll('#ajax_respond_insert' + bk_type);
|
489 |
|
490 |
if ((document.getElementById('gateway_payment_forms' + bk_type) != null) &&
|
562 |
// Serialize form here
|
563 |
for (i=0; i<count; i++) {
|
564 |
element = submit_form.elements[i];
|
565 |
+
|
566 |
+
if ( jQuery( element ).closest( '.booking_form_garbage' ).length ) {
|
567 |
+
continue; // Skip elements from garbage //FixIn: 7.1.2.14
|
568 |
+
}
|
569 |
|
570 |
if ( (element.type !=='button') && (element.type !=='hidden') && ( element.name !== ('date_booking' + bk_type) ) ) { // Skip buttons and hidden element - type
|
571 |
|
613 |
if ( is_max_visitors_selection_more_than_available( bk_type, inp_value, element ) )
|
614 |
return;
|
615 |
|
616 |
+
// Phone validation
|
617 |
/*if ( element.name == ('phone'+bk_type) ) {
|
618 |
// we validate a phone number of 10 digits with no comma, no spaces, no punctuation and there will be no + sign in front the number - See more at: http://www.w3resource.com/javascript/form/phone-no-validation.php#sthash.U9FHwcdW.dpuf
|
619 |
var reg = /^\d{10}$/;
|
languages/booking-ar_SA.mo
ADDED
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_GR.mo → booking-el.mo}
RENAMED
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-he_IL.mo
CHANGED
Binary file
|
languages/booking-hr.mo
CHANGED
Binary file
|
languages/booking-hu_HU.mo
CHANGED
Binary file
|
languages/booking-it_IT.mo
CHANGED
Binary file
|
languages/booking-nb_NO.mo
CHANGED
Binary file
|
languages/booking-nl_NL.mo
CHANGED
Binary file
|
languages/booking-pl_PL.mo
CHANGED
Binary file
|
languages/booking-pt_BR.mo
CHANGED
Binary file
|
languages/booking-pt_PT.mo
CHANGED
Binary file
|
languages/booking-ru_RU.mo
CHANGED
Binary file
|
languages/booking-sk_SK.mo
CHANGED
Binary file
|
languages/booking-sv_SE.mo
CHANGED
Binary file
|
languages/booking-tr_TR.mo
CHANGED
Binary file
|
languages/booking-uk_UK.mo
CHANGED
Binary file
|
languages/booking-zh_CN.mo
CHANGED
Binary file
|
languages/booking.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: booking\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2017-
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: wpdevelop <info@wpdevelop.com>\n"
|
9 |
"Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
-
"X-Generator: Poedit
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
@@ -163,7 +163,7 @@ msgid "Using BootStrap CSS for the form fields"
|
|
163 |
msgstr ""
|
164 |
|
165 |
#: core/admin/api-settings.php:256 core/admin/api-settings.php:416 core/admin/api-settings.php:451
|
166 |
-
#: core/admin/api-settings.php:743 core/admin/wpbc-class-timeline.php:
|
167 |
#: core/lib/wpbc_all_translations.php:29 inc/_bl/admin/api-settings-l.php:175
|
168 |
#: inc/_bl/admin/api-settings-l.php:181 inc/_bl/admin/api-settings-l.php:212
|
169 |
#: inc/gateways/page-gateways.php:113
|
@@ -201,7 +201,7 @@ msgid "Pending item"
|
|
201 |
msgstr ""
|
202 |
|
203 |
#: core/admin/api-settings.php:330 core/admin/page-email-deny.php:499
|
204 |
-
#: core/admin/wpbc-class-listing.php:
|
205 |
#: core/lib/wpbc_all_translations.php:37 core/wpbc-activation.php:1012 inc/_bs/lib_s.php:322
|
206 |
#: inc/_ps/personal.php:343 inc/_ps/wpbc-print.php:116
|
207 |
msgid "Pending"
|
@@ -309,7 +309,7 @@ msgstr ""
|
|
309 |
|
310 |
#: core/admin/api-settings.php:535 core/admin/page-timeline.php:44 core/admin/page-timeline.php:45
|
311 |
#: core/admin/page-timeline.php:46 core/admin/wpbc-toolbars.php:471
|
312 |
-
#: core/lib/wpbc_all_translations.php:60 core/wpbc-functions.php:
|
313 |
msgid "Calendar Overview"
|
314 |
msgstr ""
|
315 |
|
@@ -618,14 +618,14 @@ msgstr ""
|
|
618 |
|
619 |
#: core/admin/api-settings.php:903 core/admin/page-new.php:32 core/admin/page-new.php:33
|
620 |
#: core/admin/page-new.php:34 core/admin/wpbc-toolbars.php:1791
|
621 |
-
#: core/lib/wpbc_all_translations.php:122 core/wpbc-functions.php:
|
622 |
#: core/wpbc.php:166 core/wpbc.php:167
|
623 |
msgid "Add booking"
|
624 |
msgstr ""
|
625 |
|
626 |
#: core/admin/api-settings.php:913 core/admin/page-import-gcal.php:616
|
627 |
#: core/admin/wpbc-class-timeline.php:60 core/lib/wpbc_all_translations.php:123
|
628 |
-
#: core/wpbc-functions.php:
|
629 |
#: inc/_bl/admin/page-coupons.php:529 inc/_bl/admin/page-coupons.php:1337
|
630 |
#: inc/_bm/admin/page-availability.php:865 inc/_bm/admin/page-cost-rate.php:104
|
631 |
#: inc/_bm/admin/page-cost-valuation.php:131 inc/_mu/admin/page-users.php:440
|
@@ -635,7 +635,7 @@ msgid "Resources"
|
|
635 |
msgstr ""
|
636 |
|
637 |
#: core/admin/api-settings.php:922 core/lib/wpbc_all_translations.php:124
|
638 |
-
#: core/wpbc-functions.php:
|
639 |
#: inc/_bl/admin/page-coupons.php:46 inc/_bm/admin/page-seasons.php:47
|
640 |
msgid "Settings"
|
641 |
msgstr ""
|
@@ -666,7 +666,7 @@ msgstr ""
|
|
666 |
#: core/admin/api-settings.php:1185 core/lib/wpbc_all_translations.php:129
|
667 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:507
|
668 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:410 inc/gateways/page-gateways.php:774
|
669 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
670 |
msgid "Warning"
|
671 |
msgstr ""
|
672 |
|
@@ -696,7 +696,7 @@ msgstr ""
|
|
696 |
#: core/admin/page-bookings.php:44 core/admin/page-bookings.php:45 core/admin/page-bookings.php:46
|
697 |
#: core/admin/page-settings.php:101 core/admin/page-settings.php:216
|
698 |
#: core/admin/wpbc-toolbars.php:456 core/lib/wpbc_all_translations.php:134
|
699 |
-
#: core/wpbc-functions.php:
|
700 |
msgid "Booking Listing"
|
701 |
msgstr ""
|
702 |
|
@@ -708,9 +708,9 @@ msgstr ""
|
|
708 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:272
|
709 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:216
|
710 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:374 inc/gateways/ipay88/wpbc-gw-ipay88.php:252
|
711 |
-
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:145 inc/gateways/paypal/wpbc-gw-paypal.php:
|
712 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
713 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
714 |
msgid "Enable / Disable"
|
715 |
msgstr ""
|
716 |
|
@@ -752,8 +752,8 @@ msgstr ""
|
|
752 |
#: core/admin/page-email-new-admin.php:254 core/admin/page-email-new-visitor.php:254
|
753 |
#: core/admin/page-email-trash.php:220 core/lib/wpbc_all_translations.php:140
|
754 |
#: inc/_bs/admin/page-email-payment.php:216 inc/_ps/admin/page-email-edit.php:215
|
755 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
756 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
757 |
msgid "Email Address"
|
758 |
msgstr ""
|
759 |
|
@@ -770,9 +770,9 @@ msgstr ""
|
|
770 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:284
|
771 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:299 inc/gateways/ideal/wpbc-gw-ideal.php:386
|
772 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:401 inc/gateways/ipay88/wpbc-gw-ipay88.php:264
|
773 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:279 inc/gateways/paypal/wpbc-gw-paypal.php:
|
774 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
775 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
776 |
msgid "Required"
|
777 |
msgstr ""
|
778 |
|
@@ -1043,7 +1043,7 @@ msgstr ""
|
|
1043 |
#: core/admin/page-email-deny.php:395 core/admin/page-email-new-admin.php:431
|
1044 |
#: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:400
|
1045 |
#: core/lib/wpbc_all_translations.php:172 inc/_bs/admin/page-email-payment.php:398
|
1046 |
-
#: inc/_ps/admin/page-email-edit.php:394 inc/_ps/admin/page-settings-form.php:
|
1047 |
#: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:979
|
1048 |
msgid "HTML"
|
1049 |
msgstr ""
|
@@ -1075,7 +1075,7 @@ msgstr ""
|
|
1075 |
msgid "here"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: core/admin/page-email-approved.php:552 core/admin/wpbc-class-listing.php:
|
1079 |
#: core/admin/wpbc-toolbars.php:539 core/lib/wpbc_all_translations.php:176 inc/_ps/personal.php:342
|
1080 |
#: inc/_ps/wpbc-print.php:115
|
1081 |
msgid "Approved"
|
@@ -1158,7 +1158,7 @@ msgstr ""
|
|
1158 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:484
|
1159 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:913 inc/gateways/ipay88/wpbc-gw-ipay88.php:774
|
1160 |
#: inc/gateways/page-gateways.php:544 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:398
|
1161 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
1162 |
msgid "Save Changes"
|
1163 |
msgstr ""
|
1164 |
|
@@ -1181,8 +1181,8 @@ msgstr ""
|
|
1181 |
#: inc/_bm/admin/page-cost-advanced.php:154 inc/_bs/admin/page-email-payment.php:696
|
1182 |
#: inc/_ps/admin/page-email-edit.php:692 inc/_ps/admin/page-settings-form.php:168
|
1183 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:447 inc/gateways/page-gateways.php:533
|
1184 |
-
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:389 inc/gateways/paypal/wpbc-gw-paypal.php:
|
1185 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
1186 |
msgid "Help"
|
1187 |
msgstr ""
|
1188 |
|
@@ -1197,7 +1197,7 @@ msgstr ""
|
|
1197 |
#: core/admin/page-email-approved.php:831 core/admin/page-email-deleted.php:777
|
1198 |
#: core/admin/page-email-deny.php:777 core/admin/page-email-new-admin.php:818
|
1199 |
#: core/admin/page-email-new-visitor.php:813 core/admin/page-email-trash.php:782
|
1200 |
-
#: core/lib/wpbc_all_translations.php:188 core/wpbc-emails.php:
|
1201 |
#: inc/_bs/admin/page-email-payment.php:779 inc/_ps/admin/page-email-edit.php:775
|
1202 |
msgid "Email had not sent. Some error occuered."
|
1203 |
msgstr ""
|
@@ -1209,8 +1209,8 @@ msgstr ""
|
|
1209 |
#: inc/_ps/admin/page-email-edit.php:790 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:876
|
1210 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:557
|
1211 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:934 inc/gateways/ipay88/wpbc-gw-ipay88.php:795
|
1212 |
-
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:419 inc/gateways/paypal/wpbc-gw-paypal.php:
|
1213 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
1214 |
msgid "Settings saved."
|
1215 |
msgstr ""
|
1216 |
|
@@ -1277,7 +1277,7 @@ msgid "To"
|
|
1277 |
msgstr ""
|
1278 |
|
1279 |
#: core/admin/page-email-new-admin.php:292 core/admin/page-email-new-visitor.php:292
|
1280 |
-
#: core/admin/wpbc-class-listing.php:
|
1281 |
#: core/wpbc-activation.php:958 core/wpbc-activation.php:965
|
1282 |
msgid "New booking"
|
1283 |
msgstr ""
|
@@ -1291,7 +1291,7 @@ msgid ""
|
|
1291 |
msgstr ""
|
1292 |
|
1293 |
#: core/admin/page-email-new-admin.php:503 core/lib/wpbc_all_translations.php:201
|
1294 |
-
#: core/wpbc-functions.php:
|
1295 |
msgid "Emails"
|
1296 |
msgstr ""
|
1297 |
|
@@ -1340,8 +1340,8 @@ msgstr ""
|
|
1340 |
msgid "Email is sending to Visitor after creation of booking."
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: core/admin/page-email-trash.php:504 core/admin/wpbc-class-listing.php:
|
1344 |
-
#: core/admin/wpbc-class-timeline.php:
|
1345 |
#: core/lib/wpbc_all_translations.php:211
|
1346 |
msgid "Trash"
|
1347 |
msgstr ""
|
@@ -1352,7 +1352,7 @@ msgstr ""
|
|
1352 |
|
1353 |
#: core/admin/page-form-free.php:56 core/admin/page-settings.php:96
|
1354 |
#: core/admin/page-settings.php:209 core/lib/wpbc_all_translations.php:213
|
1355 |
-
#: core/wpbc-functions.php:
|
1356 |
msgid "Form"
|
1357 |
msgstr ""
|
1358 |
|
@@ -1389,14 +1389,14 @@ msgstr ""
|
|
1389 |
msgid "Send"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
-
#: core/admin/page-form-free.php:747 core/lib/wpbc_all_translations.php:
|
1393 |
msgid "Reset to default form"
|
1394 |
msgstr ""
|
1395 |
|
1396 |
#: core/admin/page-form-free.php:751 core/admin/page-form-free.php:1170
|
1397 |
-
#: core/admin/wpbc-class-listing.php:
|
1398 |
#: core/admin/wpbc-toolbars.php:986 core/admin/wpbc-toolbars.php:1003
|
1399 |
-
#: core/lib/wpbc_all_translations.php:
|
1400 |
#: inc/_bl/admin/page-coupons.php:796 inc/_bm/admin/page-availability.php:268
|
1401 |
#: inc/_bm/admin/page-cost-valuation.php:352 inc/_bm/admin/page-cost.php:499
|
1402 |
#: inc/_bm/admin/page-seasons.php:213 inc/_bm/admin/page-seasons.php:592
|
@@ -1405,60 +1405,60 @@ msgid "Do you really want to do this ?"
|
|
1405 |
msgstr ""
|
1406 |
|
1407 |
#: core/admin/page-form-free.php:778 core/admin/page-form-free.php:1738
|
1408 |
-
#: core/lib/wpbc_all_translations.php:
|
1409 |
msgid "Add New Field"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
#: core/admin/page-form-free.php:795 core/admin/page-form-free.php:830
|
1413 |
-
#: core/lib/wpbc_all_translations.php:
|
1414 |
msgid "Select"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: core/admin/page-form-free.php:795 core/lib/wpbc_all_translations.php:
|
1418 |
msgid "Form Field"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: core/admin/page-form-free.php:817 core/lib/wpbc_all_translations.php:
|
1422 |
#: inc/_ps/form/class-wpbc-form-help.php:141
|
1423 |
msgid "Standard Fields"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: core/admin/page-form-free.php:820 core/lib/wpbc_all_translations.php:
|
1427 |
#: inc/_ps/form/class-wpbc-form-help.php:147
|
1428 |
msgid "Text"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: core/admin/page-form-free.php:840 core/lib/wpbc_all_translations.php:
|
1432 |
#: inc/_ps/form/class-wpbc-form-help.php:156
|
1433 |
msgid "Textarea"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: core/admin/page-form-free.php:850 core/lib/wpbc_all_translations.php:
|
1437 |
msgid "Checkbox"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: core/admin/page-form-free.php:865 core/lib/wpbc_all_translations.php:
|
1441 |
#: inc/_ps/form/class-wpbc-form-help.php:486
|
1442 |
msgid "Advanced Fields"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
#: core/admin/page-form-free.php:907 core/admin/page-form-free.php:1617
|
1446 |
-
#: core/lib/wpbc_all_translations.php:
|
1447 |
msgid "Active"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: core/admin/page-form-free.php:908 core/lib/wpbc_all_translations.php:
|
1451 |
msgid "Field Label"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
#: core/admin/page-form-free.php:910 core/admin/page-form-free.php:1683
|
1455 |
-
#: core/lib/wpbc_all_translations.php:
|
1456 |
msgid "Name"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
#: core/admin/page-form-free.php:977 core/admin/page-form-free.php:1361
|
1460 |
#: core/admin/page-form-free.php:1431 core/admin/page-form-free.php:1752
|
1461 |
-
#: core/lib/wpbc_all_translations.php:
|
1462 |
#: inc/_bl/admin/page-coupons.php:792 inc/_bl/admin/page-coupons.php:978
|
1463 |
#: inc/_bm/admin/page-cost.php:208 inc/_bm/admin/page-seasons.php:192
|
1464 |
#: inc/_bm/admin/page-seasons.php:588 inc/_bm/admin/page-seasons.php:804
|
@@ -1467,34 +1467,34 @@ msgid "Edit"
|
|
1467 |
msgstr ""
|
1468 |
|
1469 |
#: core/admin/page-form-free.php:978 core/admin/page-form-free.php:1362
|
1470 |
-
#: core/lib/wpbc_all_translations.php:
|
1471 |
msgid "Remove"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: core/admin/page-form-free.php:1514 core/lib/wpbc_all_translations.php:
|
1475 |
#: inc/_ps/form/class-wpbc-form-help.php:88
|
1476 |
msgid "Shortcodes"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: core/admin/page-form-free.php:1515 core/lib/wpbc_all_translations.php:
|
1480 |
#: inc/_ps/form/class-wpbc-form-help.php:89
|
1481 |
msgid ""
|
1482 |
"You can generate the form fields for your form (at the left side) by selection specific field in "
|
1483 |
"the above selectbox."
|
1484 |
msgstr ""
|
1485 |
|
1486 |
-
#: core/admin/page-form-free.php:1516 core/lib/wpbc_all_translations.php:
|
1487 |
#: inc/_ps/form/class-wpbc-form-help.php:90
|
1488 |
#, php-format
|
1489 |
msgid "Please read more about the booking form fields configuration %shere%s."
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: core/admin/page-form-free.php:1518 core/lib/wpbc_all_translations.php:
|
1493 |
#: inc/_ps/form/class-wpbc-form-help.php:99
|
1494 |
msgid "Default Form Templates"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: core/admin/page-form-free.php:1519 core/lib/wpbc_all_translations.php:
|
1498 |
#: inc/_ps/form/class-wpbc-form-help.php:100
|
1499 |
#, php-format
|
1500 |
msgid ""
|
@@ -1504,42 +1504,42 @@ msgid ""
|
|
1504 |
"reset both forms: Booking Form and Content of Booking Fields form."
|
1505 |
msgstr ""
|
1506 |
|
1507 |
-
#: core/admin/page-form-free.php:1618 core/lib/wpbc_all_translations.php:
|
1508 |
msgid "Show / hide field in booking form"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: core/admin/page-form-free.php:1639 core/lib/wpbc_all_translations.php:
|
1512 |
msgid "Set field as required"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
#: core/admin/page-form-free.php:1659 core/admin/wpbc-toolbar-tiny.php:421
|
1516 |
-
#: core/admin/wpbc-toolbar-tiny.php:1212 core/lib/wpbc_all_translations.php:
|
1517 |
#: inc/_ps/form/class-wpbc-field-help-button.php:73
|
1518 |
msgid "Label"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: core/admin/page-form-free.php:1688 core/lib/wpbc_all_translations.php:
|
1522 |
#, php-format
|
1523 |
msgid "Type only %sunique field name%s, that is not using in form"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: core/admin/page-form-free.php:1709 core/lib/wpbc_all_translations.php:
|
1527 |
msgid "Values"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: core/admin/page-form-free.php:1714 core/lib/wpbc_all_translations.php:
|
1531 |
msgid "Enter dropdown options. One option per line."
|
1532 |
msgstr ""
|
1533 |
|
1534 |
#: core/admin/page-form-free.php:1743 core/admin/wpbc-toolbar-tiny.php:293
|
1535 |
#: core/admin/wpbc-toolbars.php:699 core/admin/wpbc-toolbars.php:904
|
1536 |
-
#: core/admin/wpbc-toolbars.php:1480 core/lib/wpbc_all_translations.php:
|
1537 |
#: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:104 inc/_bs/s-toolbar.php:204
|
1538 |
#: inc/_ps/p-toolbar.php:466 inc/_ps/p-toolbar.php:511
|
1539 |
msgid "Close"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: core/admin/page-form-free.php:1757 core/lib/wpbc_all_translations.php:
|
1543 |
#: inc/_bm/m-toolbar.php:361 inc/_bm/m-toolbar.php:362 inc/_ps/p-toolbar.php:348
|
1544 |
#: inc/_ps/p-toolbar.php:398 inc/_ps/p-toolbar.php:431
|
1545 |
msgid "Cancel"
|
@@ -1547,39 +1547,39 @@ msgstr ""
|
|
1547 |
|
1548 |
#: core/admin/page-import-gcal.php:64 core/admin/wpbc-toolbar-tiny.php:868
|
1549 |
#: core/admin/wpbc-toolbar-tiny.php:1083 core/admin/wpbc-toolbar-tiny.php:1164
|
1550 |
-
#: core/lib/wpbc_all_translations.php:
|
1551 |
#: inc/_ps/wpbc-booking-select-widget.php:188
|
1552 |
msgid "None"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
-
#: core/admin/page-import-gcal.php:97 core/lib/wpbc_all_translations.php:
|
1556 |
msgid "Event Title"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
#: core/admin/page-import-gcal.php:98 core/admin/page-import-gcal.php:108
|
1560 |
-
#: core/admin/page-import-gcal.php:118 core/lib/wpbc_all_translations.php:
|
1561 |
#, php-format
|
1562 |
msgid "Select field for assigning to %sevent property%s"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: core/admin/page-import-gcal.php:107 core/lib/wpbc_all_translations.php:
|
1566 |
msgid "Event Description (optional field)"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: core/admin/page-import-gcal.php:117 core/lib/wpbc_all_translations.php:
|
1570 |
msgid "Location"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: core/admin/page-import-gcal.php:133 core/lib/wpbc_all_translations.php:
|
1574 |
msgid "Activate auto import"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: core/admin/page-import-gcal.php:134 core/lib/wpbc_all_translations.php:
|
1578 |
#, php-format
|
1579 |
msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: core/admin/page-import-gcal.php:140 core/lib/wpbc_all_translations.php:
|
1583 |
#: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:98
|
1584 |
#: inc/_bs/admin/api-settings-s.php:478 inc/_bs/admin/api-settings-s.php:844
|
1585 |
msgid "hour"
|
@@ -1587,14 +1587,14 @@ msgstr ""
|
|
1587 |
|
1588 |
#: core/admin/page-import-gcal.php:142 core/admin/page-import-gcal.php:304
|
1589 |
#: core/admin/page-import-gcal.php:386 core/admin/wpbc-toolbar-tiny.php:627
|
1590 |
-
#: core/lib/wpbc_all_translations.php:
|
1591 |
#: inc/_bm/admin/api-settings-m.php:65 inc/_bm/admin/api-settings-m.php:102
|
1592 |
#: inc/_bs/admin/api-settings-s.php:482
|
1593 |
msgid "hours"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
#: core/admin/page-import-gcal.php:144 core/admin/wpbc-toolbars.php:556
|
1597 |
-
#: core/admin/wpbc-toolbars.php:790 core/lib/wpbc_all_translations.php:
|
1598 |
#: inc/_bm/admin/page-cost-advanced.php:439 inc/_bm/admin/page-cost-deposit.php:222
|
1599 |
#: inc/_bm/admin/page-cost-valuation.php:344 inc/_bs/admin/api-settings-s.php:484
|
1600 |
#: inc/_bs/admin/api-settings-s.php:838
|
@@ -1607,7 +1607,7 @@ msgstr ""
|
|
1607 |
#: core/admin/wpbc-toolbars.php:560 core/admin/wpbc-toolbars.php:561
|
1608 |
#: core/admin/wpbc-toolbars.php:791 core/admin/wpbc-toolbars.php:792
|
1609 |
#: core/admin/wpbc-toolbars.php:793 core/admin/wpbc-toolbars.php:794
|
1610 |
-
#: core/admin/wpbc-toolbars.php:795 core/lib/wpbc_all_translations.php:
|
1611 |
#: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:81
|
1612 |
#: inc/_bm/admin/page-cost-deposit.php:224 inc/_bm/admin/page-cost-valuation.php:188
|
1613 |
#: inc/_bm/admin/page-cost-valuation.php:346 inc/_bm/admin/page-cost-valuation.php:478
|
@@ -1616,225 +1616,226 @@ msgstr ""
|
|
1616 |
msgid "days"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#: core/admin/page-import-gcal.php:151 core/lib/wpbc_all_translations.php:
|
1620 |
msgid "Import events every"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: core/admin/page-import-gcal.php:152 core/lib/wpbc_all_translations.php:
|
1624 |
msgid "Select time duration of import requests."
|
1625 |
msgstr ""
|
1626 |
|
1627 |
-
#: core/admin/page-import-gcal.php:168 core/lib/wpbc_all_translations.php:
|
1628 |
msgid "Google API Key"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: core/admin/page-import-gcal.php:169 core/lib/wpbc_all_translations.php:
|
1632 |
msgid "Please enter your Google API key. This field required to import events."
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#: core/admin/page-import-gcal.php:171 core/lib/wpbc_all_translations.php:
|
1636 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:315
|
1637 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:352
|
1638 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:383 inc/gateways/ideal/wpbc-gw-ideal.php:419
|
1639 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ideal/wpbc-gw-ideal.php:478
|
1640 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:327 inc/gateways/paypal/wpbc-gw-paypal.php:
|
1641 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
1642 |
msgid "Note:"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
-
#: core/admin/page-import-gcal.php:172 core/lib/wpbc_all_translations.php:
|
1646 |
#, php-format
|
1647 |
msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: core/admin/page-import-gcal.php:193 core/lib/wpbc_all_translations.php:
|
1651 |
#: inc/_ps/admin/br-table-import-gcal-p.php:147
|
1652 |
msgid "Google Calendar ID"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: core/admin/page-import-gcal.php:205 core/admin/wpbc-class-listing.php:
|
1656 |
-
#: core/lib/wpbc_all_translations.php:
|
1657 |
#: inc/_bl/admin/activation-l.php:117 inc/_mu/multiuser.php:598 inc/_ps/admin/activation-p.php:45
|
1658 |
msgid "Default"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
-
#: core/admin/page-import-gcal.php:231 core/lib/wpbc_all_translations.php:
|
1662 |
#: core/sync/wpbc-gcal.php:309
|
1663 |
msgid "Timezone"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: core/admin/page-import-gcal.php:232 core/lib/wpbc_all_translations.php:
|
1667 |
#: core/sync/wpbc-gcal.php:343
|
1668 |
msgid "Select a city in your required timezone, if you are having problems with dates and times."
|
1669 |
msgstr ""
|
1670 |
|
1671 |
-
#: core/admin/page-import-gcal.php:246 core/lib/wpbc_all_translations.php:
|
1672 |
#: core/sync/wpbc-gcal.php:295
|
1673 |
msgid "Maximum number"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#: core/admin/page-import-gcal.php:247 core/lib/wpbc_all_translations.php:
|
1677 |
#: core/sync/wpbc-gcal.php:298
|
1678 |
msgid "You can specify the maximum number of events to import during one session."
|
1679 |
msgstr ""
|
1680 |
|
1681 |
#: core/admin/page-import-gcal.php:256 core/admin/page-import-gcal.php:338
|
1682 |
-
#: core/lib/wpbc_all_translations.php:
|
1683 |
msgid "Now"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
#: core/admin/page-import-gcal.php:257 core/admin/page-import-gcal.php:339
|
1687 |
-
#: core/lib/wpbc_all_translations.php:
|
1688 |
msgid "00:00 today"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
#: core/admin/page-import-gcal.php:258 core/admin/page-import-gcal.php:340
|
1692 |
-
#: core/lib/wpbc_all_translations.php:
|
1693 |
msgid "Start of current week"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
#: core/admin/page-import-gcal.php:259 core/admin/page-import-gcal.php:341
|
1697 |
-
#: core/lib/wpbc_all_translations.php:
|
1698 |
msgid "Start of current month"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
#: core/admin/page-import-gcal.php:260 core/admin/page-import-gcal.php:342
|
1702 |
-
#: core/lib/wpbc_all_translations.php:
|
1703 |
msgid "End of current month"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: core/admin/page-import-gcal.php:261 core/lib/wpbc_all_translations.php:
|
1707 |
#: core/sync/wpbc-gcal.php:189
|
1708 |
msgid "The start of time"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
#: core/admin/page-import-gcal.php:262 core/admin/page-import-gcal.php:344
|
1712 |
-
#: core/lib/wpbc_all_translations.php:
|
1713 |
msgid "Specific date / time"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: core/admin/page-import-gcal.php:268 core/lib/wpbc_all_translations.php:
|
1717 |
#: core/sync/wpbc-gcal.php:197
|
1718 |
msgid "Select option, when to start retrieving events."
|
1719 |
msgstr ""
|
1720 |
|
1721 |
#: core/admin/page-import-gcal.php:283 core/admin/page-import-gcal.php:365
|
1722 |
-
#: core/lib/wpbc_all_translations.php:
|
1723 |
msgid "Offset"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
#: core/admin/page-import-gcal.php:284 core/admin/page-import-gcal.php:366
|
1727 |
-
#: core/lib/wpbc_all_translations.php:
|
1728 |
msgid "Enter date / time"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
#: core/admin/page-import-gcal.php:302 core/admin/page-import-gcal.php:384
|
1732 |
-
#: core/lib/wpbc_all_translations.php:
|
1733 |
msgid "seconds"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
#: core/admin/page-import-gcal.php:303 core/admin/page-import-gcal.php:385
|
1737 |
-
#: core/lib/wpbc_all_translations.php:
|
1738 |
#: inc/_bm/admin/api-settings-m.php:65 inc/_bm/admin/api-settings-m.php:94
|
1739 |
#: inc/_bm/admin/api-settings-m.php:98 inc/_bs/admin/api-settings-s.php:475
|
1740 |
#: inc/_bs/admin/api-settings-s.php:476 inc/_bs/admin/api-settings-s.php:477
|
|
|
1741 |
msgid "minutes"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
#: core/admin/page-import-gcal.php:324 core/admin/page-import-gcal.php:406
|
1745 |
-
#: core/lib/wpbc_all_translations.php:
|
1746 |
msgid ""
|
1747 |
"You can specify an additional offset from you chosen start point. The offset can be negative."
|
1748 |
msgstr ""
|
1749 |
|
1750 |
#: core/admin/page-import-gcal.php:327 core/admin/page-import-gcal.php:409
|
1751 |
-
#: core/lib/wpbc_all_translations.php:
|
1752 |
#, php-format
|
1753 |
msgid "Type your date in format %s. Example: %s"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
-
#: core/admin/page-import-gcal.php:343 core/lib/wpbc_all_translations.php:
|
1757 |
#: core/sync/wpbc-gcal.php:253
|
1758 |
msgid "The end of time"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
#: core/admin/page-import-gcal.php:349 core/admin/wpbc-toolbar-tiny.php:607
|
1762 |
-
#: core/lib/wpbc_all_translations.php:
|
1763 |
msgid "Until"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: core/admin/page-import-gcal.php:350 core/lib/wpbc_all_translations.php:
|
1767 |
#: core/sync/wpbc-gcal.php:261
|
1768 |
msgid "Select option, when to stop retrieving events."
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: core/admin/page-import-gcal.php:426 core/lib/wpbc_all_translations.php:
|
1772 |
msgid "To get Google Calendar API key please follow this instruction"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: core/admin/page-import-gcal.php:428 core/lib/wpbc_all_translations.php:
|
1776 |
#, php-format
|
1777 |
msgid "Go to Google Developer Console: %s."
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: core/admin/page-import-gcal.php:429 core/lib/wpbc_all_translations.php:
|
1781 |
msgid "Give your project a name and click \"Create\"."
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: core/admin/page-import-gcal.php:430 core/lib/wpbc_all_translations.php:
|
1785 |
msgid "In the sidebar click on \"APIs & auth\"."
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: core/admin/page-import-gcal.php:431 core/lib/wpbc_all_translations.php:
|
1789 |
msgid "Click APIs and make sure \"Calendar API\" is set to ON."
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: core/admin/page-import-gcal.php:432 core/lib/wpbc_all_translations.php:
|
1793 |
msgid "Now click on \"Credentials\" in the sidebar."
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: core/admin/page-import-gcal.php:433 core/lib/wpbc_all_translations.php:
|
1797 |
msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: core/admin/page-import-gcal.php:434 core/lib/wpbc_all_translations.php:
|
1801 |
msgid "On the popup click the button \"Server Key\" and click \"Create\"."
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: core/admin/page-import-gcal.php:435 core/lib/wpbc_all_translations.php:
|
1805 |
#, php-format
|
1806 |
msgid ""
|
1807 |
"You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
|
1808 |
"%sGoogle API Key%s field at this page."
|
1809 |
msgstr ""
|
1810 |
|
1811 |
-
#: core/admin/page-import-gcal.php:438 core/lib/wpbc_all_translations.php:
|
1812 |
msgid "Set Your Calendar to Public"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
#: core/admin/page-import-gcal.php:440 core/admin/page-import-gcal.php:448
|
1816 |
-
#: core/lib/wpbc_all_translations.php:
|
1817 |
msgid "Navigate to your Google calendars."
|
1818 |
msgstr ""
|
1819 |
|
1820 |
#: core/admin/page-import-gcal.php:441 core/admin/page-import-gcal.php:449
|
1821 |
-
#: core/lib/wpbc_all_translations.php:
|
1822 |
msgid "Open the settings for the calendar."
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: core/admin/page-import-gcal.php:442 core/lib/wpbc_all_translations.php:
|
1826 |
msgid "Click the \"Share this Calendar\" link."
|
1827 |
msgstr ""
|
1828 |
|
1829 |
-
#: core/admin/page-import-gcal.php:443 core/lib/wpbc_all_translations.php:
|
1830 |
msgid "Click the checkbox to make calendar public. Do not check the other option."
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: core/admin/page-import-gcal.php:446 core/lib/wpbc_all_translations.php:
|
1834 |
msgid "Find Your Calendar ID"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
-
#: core/admin/page-import-gcal.php:450 core/lib/wpbc_all_translations.php:
|
1838 |
#, php-format
|
1839 |
msgid ""
|
1840 |
"Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
|
@@ -1842,445 +1843,445 @@ msgid ""
|
|
1842 |
msgstr ""
|
1843 |
|
1844 |
#: core/admin/page-import-gcal.php:494 core/admin/page-import-gcal.php:495
|
1845 |
-
#: core/lib/wpbc_all_translations.php:
|
1846 |
msgid "Import"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
#: core/admin/page-import-gcal.php:496 core/admin/page-import-gcal.php:513
|
1850 |
-
#: core/lib/wpbc_all_translations.php:
|
1851 |
msgid "Google Calendar"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
#: core/admin/page-import-gcal.php:496 core/admin/page-import-gcal.php:513
|
1855 |
-
#: core/lib/wpbc_all_translations.php:
|
1856 |
msgid "Events Import"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
-
#: core/admin/page-import-gcal.php:514 core/lib/wpbc_all_translations.php:
|
1860 |
msgid "Import Settings"
|
1861 |
msgstr ""
|
1862 |
|
1863 |
-
#: core/admin/page-import-gcal.php:515 core/lib/wpbc_all_translations.php:
|
1864 |
msgid "Customization of synchronization with Google Calendar"
|
1865 |
msgstr ""
|
1866 |
|
1867 |
#: core/admin/page-import-gcal.php:609 core/admin/page-settings.php:73
|
1868 |
-
#: core/admin/page-settings.php:74 core/lib/wpbc_all_translations.php:
|
1869 |
msgid "General Settings"
|
1870 |
msgstr ""
|
1871 |
|
1872 |
#: core/admin/page-import-gcal.php:610 core/admin/page-import-gcal.php:660
|
1873 |
-
#: core/lib/wpbc_all_translations.php:
|
1874 |
msgid "Assign events fields to specific booking form field"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
#: core/admin/page-import-gcal.php:612 core/admin/page-import-gcal.php:668
|
1878 |
-
#: core/lib/wpbc_all_translations.php:
|
1879 |
msgid "Auto import events"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
#: core/admin/page-import-gcal.php:614 core/admin/page-import-gcal.php:675
|
1883 |
-
#: core/lib/wpbc_all_translations.php:
|
1884 |
msgid "Default settings for retrieving events"
|
1885 |
msgstr ""
|
1886 |
|
1887 |
-
#: core/admin/page-import-gcal.php:653 core/lib/wpbc_all_translations.php:
|
1888 |
msgid "Google Calendar - General Settings"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
-
#: core/admin/page-settings.php:72 core/lib/wpbc_all_translations.php:
|
1892 |
#: inc/gateways/page-gateways.php:401
|
1893 |
msgid "General"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
#: core/admin/page-settings.php:86 core/admin/page-settings.php:195
|
1897 |
-
#: core/admin/wpbc-toolbar-tiny.php:239 core/lib/wpbc_all_translations.php:
|
1898 |
#: inc/_ps/form/class-wpbc-form-help.php:115
|
1899 |
msgid "Calendar"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
#: core/admin/page-settings.php:91 core/admin/page-settings.php:202
|
1903 |
-
#: core/lib/wpbc_all_translations.php:
|
1904 |
#: inc/_bm/admin/page-availability.php:46 inc/_bm/admin/page-availability.php:497
|
1905 |
#: inc/_bm/admin/page-availability.php:588 inc/_bm/admin/page-availability.php:589
|
1906 |
#: inc/_ps/wpbc-form-templates.php:275 inc/_ps/wpbc-form-templates.php:292
|
1907 |
msgid "Availability"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: core/admin/page-settings.php:108 core/lib/wpbc_all_translations.php:
|
1911 |
msgid "Auto cancellation / approval"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
#: core/admin/page-settings.php:113 core/admin/page-settings.php:235
|
1915 |
-
#: core/lib/wpbc_all_translations.php:
|
1916 |
#: inc/_bl/admin/page-search.php:623 inc/_bl/wpbc-search-availability.php:167
|
1917 |
-
#: inc/_bl/wpbc-search-availability.php:
|
1918 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:904 inc/gateways/ipay88/wpbc-gw-ipay88.php:765
|
1919 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
1920 |
msgid "Advanced"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
#: core/admin/page-settings.php:118 core/admin/page-settings.php:251
|
1924 |
-
#: core/lib/wpbc_all_translations.php:
|
1925 |
msgid "Plugin Menu"
|
1926 |
msgstr ""
|
1927 |
|
1928 |
-
#: core/admin/page-settings.php:123 core/lib/wpbc_all_translations.php:
|
1929 |
msgid "Uninstall"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
-
#: core/admin/page-settings.php:226 core/lib/wpbc_all_translations.php:
|
1933 |
msgid "Auto cancellation / auto approval of bookings"
|
1934 |
msgstr ""
|
1935 |
|
1936 |
-
#: core/admin/page-settings.php:244 core/lib/wpbc_all_translations.php:
|
1937 |
msgid "Information"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
#: core/admin/page-settings.php:258 core/lib/wpbc_all_translations.php:
|
1941 |
msgid "Uninstall / deactivation"
|
1942 |
msgstr ""
|
1943 |
|
1944 |
#: core/admin/wpbc-class-listing.php:102 core/admin/wpbc-toolbar-tiny.php:1513
|
1945 |
-
#: core/admin/wpbc-toolbar-tiny.php:1522 core/lib/wpbc_all_translations.php:
|
1946 |
#: inc/_bl/admin/page-coupons.php:988 inc/_bl/admin/page-coupons.php:990
|
1947 |
-
#: inc/_bl/wpbc-search-availability.php:
|
1948 |
#: inc/_bm/admin/page-availability.php:805 inc/_bm/admin/page-cost-deposit.php:81
|
1949 |
#: inc/_bm/admin/page-cost-rate.php:77 inc/_bm/admin/page-cost-valuation.php:102
|
1950 |
#: inc/_bm/admin/page-seasons.php:815 inc/_bm/admin/page-seasons.php:817
|
1951 |
msgid "Nothing Found"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
#: core/admin/wpbc-class-listing.php:124 core/lib/wpbc_all_translations.php:
|
1955 |
#: inc/_ps/wpbc-print.php:81
|
1956 |
msgid "Labels"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
-
#: core/admin/wpbc-class-listing.php:128 core/lib/wpbc_all_translations.php:
|
1960 |
msgid "Booking Data"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
-
#: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:
|
1964 |
msgid "Booking Dates"
|
1965 |
msgstr ""
|
1966 |
|
1967 |
-
#: core/admin/wpbc-class-listing.php:132 core/lib/wpbc_all_translations.php:
|
1968 |
msgid "Show ALL dates of booking"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
-
#: core/admin/wpbc-class-listing.php:138 core/lib/wpbc_all_translations.php:
|
1972 |
msgid "Show only check in/out dates"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
-
#: core/admin/wpbc-class-listing.php:
|
1976 |
msgid "Resource not exist"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
-
#: core/admin/wpbc-class-listing.php:
|
1980 |
#: inc/_bs/lib_s.php:46 inc/_bs/lib_s.php:287
|
1981 |
msgid "Paid OK"
|
1982 |
msgstr ""
|
1983 |
|
1984 |
-
#: core/admin/wpbc-class-listing.php:
|
1985 |
#: inc/_bs/lib_s.php:290 inc/_bs/lib_s.php:305
|
1986 |
msgid "Unknown"
|
1987 |
msgstr ""
|
1988 |
|
1989 |
-
#: core/admin/wpbc-class-listing.php:
|
1990 |
msgid "Move to trash"
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
#: core/admin/wpbc-class-listing.php:
|
1994 |
-
#: core/lib/wpbc_all_translations.php:
|
1995 |
msgid "Restore"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
-
#: core/admin/wpbc-class-listing.php:
|
1999 |
msgid "Do you really want to delete this booking ?"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: core/admin/wpbc-class-listing.php:
|
2003 |
#: inc/_bl/admin/page-coupons.php:802 inc/_bm/admin/page-seasons.php:598
|
2004 |
msgid "Completely Delete"
|
2005 |
msgstr ""
|
2006 |
|
2007 |
-
#: core/admin/wpbc-class-listing.php:
|
2008 |
-
#: core/lib/wpbc_all_translations.php:
|
2009 |
msgid "Approve"
|
2010 |
msgstr ""
|
2011 |
|
2012 |
-
#: core/admin/wpbc-class-listing.php:
|
2013 |
-
#: core/lib/wpbc_all_translations.php:
|
2014 |
msgid "Do you really want to set booking as pending ?"
|
2015 |
msgstr ""
|
2016 |
|
2017 |
-
#: core/admin/wpbc-class-listing.php:
|
2018 |
-
#: core/lib/wpbc_all_translations.php:
|
2019 |
msgid "Reject"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: core/admin/wpbc-class-listing.php:
|
2023 |
#: inc/_bs/lib_s.php:333
|
2024 |
msgid "Created"
|
2025 |
msgstr ""
|
2026 |
|
2027 |
#: core/admin/wpbc-class-timeline.php:77 core/admin/wpbc-class-timeline.php:86
|
2028 |
-
#: core/lib/wpbc_all_translations.php:
|
2029 |
msgid "Mon"
|
2030 |
msgstr ""
|
2031 |
|
2032 |
#: core/admin/wpbc-class-timeline.php:78 core/admin/wpbc-class-timeline.php:87
|
2033 |
-
#: core/lib/wpbc_all_translations.php:
|
2034 |
msgid "Tue"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
#: core/admin/wpbc-class-timeline.php:79 core/admin/wpbc-class-timeline.php:88
|
2038 |
-
#: core/lib/wpbc_all_translations.php:
|
2039 |
msgid "Wed"
|
2040 |
msgstr ""
|
2041 |
|
2042 |
#: core/admin/wpbc-class-timeline.php:80 core/admin/wpbc-class-timeline.php:89
|
2043 |
-
#: core/lib/wpbc_all_translations.php:
|
2044 |
msgid "Thu"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
#: core/admin/wpbc-class-timeline.php:81 core/admin/wpbc-class-timeline.php:90
|
2048 |
-
#: core/lib/wpbc_all_translations.php:
|
2049 |
msgid "Fri"
|
2050 |
msgstr ""
|
2051 |
|
2052 |
#: core/admin/wpbc-class-timeline.php:82 core/admin/wpbc-class-timeline.php:91
|
2053 |
-
#: core/lib/wpbc_all_translations.php:
|
2054 |
msgid "Sat"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
#: core/admin/wpbc-class-timeline.php:83 core/admin/wpbc-class-timeline.php:92
|
2058 |
-
#: core/lib/wpbc_all_translations.php:
|
2059 |
msgid "Sun"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
#: core/admin/wpbc-class-timeline.php:1122 core/admin/wpbc-class-timeline.php:1355
|
2063 |
-
#: core/lib/wpbc_all_translations.php:
|
2064 |
msgid "Times"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
-
#: core/admin/wpbc-class-timeline.php:
|
2068 |
-
#: core/lib/wpbc_all_translations.php:
|
2069 |
-
#: inc/_bs/lib_s.php:267 inc/_bs/lib_s.php:269 inc/_ps/admin/page-settings-form.php:
|
2070 |
msgid "Payment"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
#: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:224
|
2074 |
-
#: core/lib/wpbc_all_translations.php:
|
2075 |
-
#: core/wpbc-functions.php:
|
2076 |
#: core/wpbc.php:189
|
2077 |
msgid "Booking Calendar"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
-
#: core/admin/wpbc-dashboard.php:303 core/lib/wpbc_all_translations.php:
|
2081 |
msgid "Support"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
-
#: core/admin/wpbc-dashboard.php:307 core/lib/wpbc_all_translations.php:
|
2085 |
msgid "Getting Started"
|
2086 |
msgstr ""
|
2087 |
|
2088 |
-
#: core/admin/wpbc-dashboard.php:311 core/lib/wpbc_all_translations.php:
|
2089 |
msgid "Help Info"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
#: core/admin/wpbc-dashboard.php:314 core/admin/wpbc-toolbars.php:432
|
2093 |
-
#: core/lib/wpbc_all_translations.php:
|
2094 |
msgid "FAQ"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: core/admin/wpbc-dashboard.php:317 core/lib/wpbc_all_translations.php:
|
2098 |
msgid "Contact email"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
-
#: core/admin/wpbc-dashboard.php:320 core/lib/wpbc_all_translations.php:
|
2102 |
msgid "Rate plugin (thanks:)"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
-
#: core/admin/wpbc-dashboard.php:370 core/class/wpbc-class-welcome.php:
|
2106 |
-
#: core/class/wpbc-class-welcome.php:
|
2107 |
#: inc/_ps/admin/page-settings-up.php:142
|
2108 |
msgid "Purchase"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
#: core/admin/wpbc-dashboard.php:370 core/admin/wpbc-toolbars.php:435
|
2112 |
-
#: core/class/wpbc-class-welcome.php:
|
2113 |
-
#: core/lib/wpbc_all_translations.php:
|
2114 |
msgid "Upgrade Now"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: core/admin/wpbc-dashboard.php:385 core/lib/wpbc_all_translations.php:
|
2118 |
msgid "Current version"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
-
#: core/admin/wpbc-dashboard.php:388 core/lib/wpbc_all_translations.php:
|
2122 |
msgid "Version"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
-
#: core/admin/wpbc-dashboard.php:408 core/lib/wpbc_all_translations.php:
|
2126 |
msgid "Used for"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: core/admin/wpbc-dashboard.php:417 core/lib/wpbc_all_translations.php:
|
2130 |
msgid "websites"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: core/admin/wpbc-dashboard.php:419 core/lib/wpbc_all_translations.php:
|
2134 |
msgid "website"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: core/admin/wpbc-dashboard.php:425 core/lib/wpbc_all_translations.php:
|
2138 |
msgid "Release date"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: core/admin/wpbc-dashboard.php:436 core/lib/wpbc_all_translations.php:
|
2142 |
#: inc/_ps/admin/page-settings-up.php:36
|
2143 |
msgid "Upgrade"
|
2144 |
msgstr ""
|
2145 |
|
2146 |
-
#: core/admin/wpbc-dashboard.php:438 core/lib/wpbc_all_translations.php:
|
2147 |
msgid "Explore Premium Features"
|
2148 |
msgstr ""
|
2149 |
|
2150 |
-
#: core/admin/wpbc-dashboard.php:455 core/lib/wpbc_all_translations.php:
|
2151 |
msgid "Statistic"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: core/admin/wpbc-dashboard.php:459 core/lib/wpbc_all_translations.php:
|
2155 |
msgid "New (unverified) booking(s)"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
-
#: core/admin/wpbc-dashboard.php:463 core/lib/wpbc_all_translations.php:
|
2159 |
msgid "Pending booking(s)"
|
2160 |
msgstr ""
|
2161 |
|
2162 |
-
#: core/admin/wpbc-dashboard.php:468 core/lib/wpbc_all_translations.php:
|
2163 |
msgid "Agenda"
|
2164 |
msgstr ""
|
2165 |
|
2166 |
-
#: core/admin/wpbc-dashboard.php:472 core/lib/wpbc_all_translations.php:
|
2167 |
msgid "New booking(s) made today"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
-
#: core/admin/wpbc-dashboard.php:476 core/lib/wpbc_all_translations.php:
|
2171 |
msgid "Bookings for today"
|
2172 |
msgstr ""
|
2173 |
|
2174 |
#: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2395
|
2175 |
-
#: core/lib/wpbc_all_translations.php:
|
2176 |
msgid "Insert booking calendar"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
#: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2396
|
2180 |
-
#: core/lib/wpbc_all_translations.php:
|
2181 |
msgid "Booking calendar"
|
2182 |
msgstr ""
|
2183 |
|
2184 |
-
#: core/admin/wpbc-toolbar-tiny.php:222 core/lib/wpbc_all_translations.php:
|
2185 |
msgid "Insert Shortcode"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
#: core/admin/wpbc-toolbar-tiny.php:237 core/admin/wpbc-toolbar-tiny.php:691
|
2189 |
#: core/admin/wpbc-toolbar-tiny.php:1192 core/admin/wpbc-toolbar-tiny.php:1608
|
2190 |
-
#: core/lib/wpbc_all_translations.php:
|
2191 |
#: inc/_bm/m-toolbar.php:386
|
2192 |
msgid "Booking Form"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
-
#: core/admin/wpbc-toolbar-tiny.php:238 core/lib/wpbc_all_translations.php:
|
2196 |
msgid "TimeLine"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
-
#: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:
|
2200 |
msgid "Resources Selection"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
-
#: core/admin/wpbc-toolbar-tiny.php:243 core/lib/wpbc_all_translations.php:
|
2204 |
-
#: core/wpbc-functions.php:
|
2205 |
#: inc/_bl/biz_l.php:758
|
2206 |
msgid "Search"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: core/admin/wpbc-toolbar-tiny.php:244 core/lib/wpbc_all_translations.php:
|
2210 |
msgid "Only Form"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
-
#: core/admin/wpbc-toolbar-tiny.php:247 core/lib/wpbc_all_translations.php:
|
2214 |
#: inc/_ps/form/class-wpbc-form-help.php:750
|
2215 |
msgid "Other"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: core/admin/wpbc-toolbar-tiny.php:293 core/lib/wpbc_all_translations.php:
|
2219 |
msgid "Insert into page"
|
2220 |
msgstr ""
|
2221 |
|
2222 |
-
#: core/admin/wpbc-toolbar-tiny.php:324 core/lib/wpbc_all_translations.php:
|
2223 |
#: inc/_bl/admin/page-coupons.php:1391 inc/_ps/p-toolbar.php:895 inc/_ps/p-toolbar.php:926
|
2224 |
msgid "parent resource"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
#: core/admin/wpbc-toolbar-tiny.php:364 core/admin/wpbc-toolbar-tiny.php:1144
|
2228 |
-
#: core/lib/wpbc_all_translations.php:
|
2229 |
#: inc/_ps/p-toolbar.php:667
|
2230 |
msgid "Booking resources"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
-
#: core/admin/wpbc-toolbar-tiny.php:365 core/lib/wpbc_all_translations.php:
|
2234 |
msgid "Select booking resources. Please use CTRL to select multiple booking resources."
|
2235 |
msgstr ""
|
2236 |
|
2237 |
-
#: core/admin/wpbc-toolbar-tiny.php:399 core/lib/wpbc_all_translations.php:
|
2238 |
msgid "View mode"
|
2239 |
msgstr ""
|
2240 |
|
2241 |
-
#: core/admin/wpbc-toolbar-tiny.php:400 core/lib/wpbc_all_translations.php:
|
2242 |
msgid "Select type of view format"
|
2243 |
msgstr ""
|
2244 |
|
2245 |
#: core/admin/wpbc-toolbar-tiny.php:422 core/admin/wpbc-toolbar-tiny.php:431
|
2246 |
-
#: core/admin/wpbc-toolbars.php:774 core/lib/wpbc_all_translations.php:
|
2247 |
msgid "All bookings"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: core/admin/wpbc-toolbar-tiny.php:453 core/lib/wpbc_all_translations.php:
|
2251 |
msgid "Number of months to scroll"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: core/admin/wpbc-toolbar-tiny.php:454 core/lib/wpbc_all_translations.php:
|
2255 |
msgid "Select number of months to scroll after loading"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: core/admin/wpbc-toolbar-tiny.php:475 core/lib/wpbc_all_translations.php:
|
2259 |
msgid "Number of days to scroll"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: core/admin/wpbc-toolbar-tiny.php:476 core/lib/wpbc_all_translations.php:
|
2263 |
msgid "Select number of days to scroll after loading"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
#: core/admin/wpbc-toolbar-tiny.php:496 core/admin/wpbc-toolbars.php:1447
|
2267 |
-
#: core/lib/wpbc_all_translations.php:
|
2268 |
msgid "Start Date"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
-
#: core/admin/wpbc-toolbar-tiny.php:574 core/lib/wpbc_all_translations.php:
|
2272 |
msgid "Select start date"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
#: core/admin/wpbc-toolbar-tiny.php:584 core/admin/wpbc-toolbar-tiny.php:1783
|
2276 |
-
#: core/admin/wpbc-toolbars.php:779 core/lib/wpbc_all_translations.php:
|
2277 |
#: core/lib/wpdev-booking-widget.php:102
|
2278 |
msgid "Show"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
#: core/admin/wpbc-toolbar-tiny.php:667 core/admin/wpbc-toolbar-tiny.php:910
|
2282 |
#: core/admin/wpbc-toolbar-tiny.php:1584 core/admin/wpbc-toolbar-tiny.php:1756
|
2283 |
-
#: core/lib/wpbc_all_translations.php:
|
2284 |
#: inc/_ps/admin/br-table-import-gcal-p.php:169 inc/_ps/p-toolbar.php:867
|
2285 |
#: inc/_ps/wpbc-booking-select-widget.php:153
|
2286 |
msgid "Booking resource"
|
@@ -2288,81 +2289,81 @@ msgstr ""
|
|
2288 |
|
2289 |
#: core/admin/wpbc-toolbar-tiny.php:668 core/admin/wpbc-toolbar-tiny.php:911
|
2290 |
#: core/admin/wpbc-toolbar-tiny.php:1585 core/admin/wpbc-toolbar-tiny.php:1757
|
2291 |
-
#: core/lib/wpbc_all_translations.php:
|
2292 |
msgid "Select booking resource"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
#: core/admin/wpbc-toolbar-tiny.php:692 core/admin/wpbc-toolbar-tiny.php:1193
|
2296 |
-
#: core/admin/wpbc-toolbar-tiny.php:1609 core/lib/wpbc_all_translations.php:
|
2297 |
#: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
|
2298 |
msgid "Select default custom booking form"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
#: core/admin/wpbc-toolbar-tiny.php:703 core/admin/wpbc-toolbar-tiny.php:933
|
2302 |
#: core/admin/wpbc-toolbar-tiny.php:1281 core/admin/wpbc-toolbars.php:1562
|
2303 |
-
#: core/lib/wpbc_all_translations.php:
|
2304 |
#: inc/_ps/wpbc-booking-select-widget.php:201
|
2305 |
msgid "Visible months"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
#: core/admin/wpbc-toolbar-tiny.php:704 core/admin/wpbc-toolbar-tiny.php:934
|
2309 |
-
#: core/admin/wpbc-toolbar-tiny.php:1282 core/lib/wpbc_all_translations.php:
|
2310 |
msgid "Select number of month to show for calendar."
|
2311 |
msgstr ""
|
2312 |
|
2313 |
#: core/admin/wpbc-toolbar-tiny.php:724 core/admin/wpbc-toolbar-tiny.php:954
|
2314 |
-
#: core/admin/wpbc-toolbar-tiny.php:1300 core/lib/wpbc_all_translations.php:
|
2315 |
msgid "Start month:"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
#: core/admin/wpbc-toolbar-tiny.php:782 core/admin/wpbc-toolbar-tiny.php:1012
|
2319 |
-
#: core/admin/wpbc-toolbar-tiny.php:1358 core/lib/wpbc_all_translations.php:
|
2320 |
msgid "Select start month of calendar"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
#: core/admin/wpbc-toolbar-tiny.php:789 core/admin/wpbc-toolbar-tiny.php:1019
|
2324 |
-
#: core/admin/wpbc-toolbar-tiny.php:1251 core/lib/wpbc_all_translations.php:
|
2325 |
msgid "Show advanced settings"
|
2326 |
msgstr ""
|
2327 |
|
2328 |
#: core/admin/wpbc-toolbar-tiny.php:790 core/admin/wpbc-toolbar-tiny.php:1020
|
2329 |
-
#: core/admin/wpbc-toolbar-tiny.php:1252 core/lib/wpbc_all_translations.php:
|
2330 |
msgid "Hide advanced settings"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
#: core/admin/wpbc-toolbar-tiny.php:800 core/admin/wpbc-toolbar-tiny.php:1030
|
2334 |
-
#: core/admin/wpbc-toolbar-tiny.php:1262 core/lib/wpbc_all_translations.php:
|
2335 |
#, php-format
|
2336 |
msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
#: core/admin/wpbc-toolbar-tiny.php:801 core/admin/wpbc-toolbar-tiny.php:1031
|
2340 |
-
#: core/lib/wpbc_all_translations.php:
|
2341 |
#, php-format
|
2342 |
msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
|
2343 |
msgstr ""
|
2344 |
|
2345 |
#: core/admin/wpbc-toolbar-tiny.php:811 core/admin/wpbc-toolbar-tiny.php:1041
|
2346 |
#: core/admin/wpbc-toolbar-tiny.php:1365 core/admin/wpbc-toolbars.php:238
|
2347 |
-
#: core/lib/wpbc_all_translations.php:
|
2348 |
#: inc/_ps/form/class-wpbc-field-help-select.php:111
|
2349 |
msgid "Options"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
#: core/admin/wpbc-toolbar-tiny.php:832 core/admin/wpbc-toolbar-tiny.php:1062
|
2353 |
-
#: core/admin/wpbc-toolbar-tiny.php:1386 core/lib/wpbc_all_translations.php:
|
2354 |
#, php-format
|
2355 |
msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
|
2356 |
msgstr ""
|
2357 |
|
2358 |
#: core/admin/wpbc-toolbar-tiny.php:836 core/admin/wpbc-toolbar-tiny.php:1066
|
2359 |
-
#: core/admin/wpbc-toolbar-tiny.php:1390 core/lib/wpbc_all_translations.php:
|
2360 |
msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
|
2361 |
msgstr ""
|
2362 |
|
2363 |
#: core/admin/wpbc-toolbar-tiny.php:837 core/admin/wpbc-toolbar-tiny.php:845
|
2364 |
#: core/admin/wpbc-toolbar-tiny.php:1067 core/admin/wpbc-toolbar-tiny.php:1391
|
2365 |
-
#: core/lib/wpbc_all_translations.php:
|
2366 |
#: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
|
2367 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:228
|
2368 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:157
|
@@ -2370,7 +2371,7 @@ msgid "Description"
|
|
2370 |
msgstr ""
|
2371 |
|
2372 |
#: core/admin/wpbc-toolbar-tiny.php:838 core/admin/wpbc-toolbar-tiny.php:1068
|
2373 |
-
#: core/admin/wpbc-toolbar-tiny.php:1392 core/lib/wpbc_all_translations.php:
|
2374 |
msgid ""
|
2375 |
"Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
|
2376 |
"to use percentage for width: 100%)"
|
@@ -2378,22 +2379,22 @@ msgstr ""
|
|
2378 |
|
2379 |
#: core/admin/wpbc-toolbar-tiny.php:839 core/admin/wpbc-toolbar-tiny.php:847
|
2380 |
#: core/admin/wpbc-toolbar-tiny.php:1069 core/admin/wpbc-toolbar-tiny.php:1393
|
2381 |
-
#: core/lib/wpbc_all_translations.php:
|
2382 |
msgid "Code Example"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
-
#: core/admin/wpbc-toolbar-tiny.php:844 core/lib/wpbc_all_translations.php:
|
2386 |
msgid ""
|
2387 |
"Specify that during certain seasons (or days of week), the specific minimum number of days must "
|
2388 |
"be booked. "
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: core/admin/wpbc-toolbar-tiny.php:846 core/lib/wpbc_all_translations.php:
|
2392 |
msgid ""
|
2393 |
"Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
|
2394 |
msgstr ""
|
2395 |
|
2396 |
-
#: core/admin/wpbc-toolbar-tiny.php:853 core/lib/wpbc_all_translations.php:
|
2397 |
#, php-format
|
2398 |
msgid ""
|
2399 |
"Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
|
@@ -2401,18 +2402,18 @@ msgid ""
|
|
2401 |
msgstr ""
|
2402 |
|
2403 |
#: core/admin/wpbc-toolbar-tiny.php:876 core/admin/wpbc-toolbar-tiny.php:1091
|
2404 |
-
#: core/lib/wpbc_all_translations.php:
|
2405 |
msgid "Aggregate booking dates from other resources"
|
2406 |
msgstr ""
|
2407 |
|
2408 |
#: core/admin/wpbc-toolbar-tiny.php:877 core/admin/wpbc-toolbar-tiny.php:1092
|
2409 |
-
#: core/lib/wpbc_all_translations.php:
|
2410 |
msgid ""
|
2411 |
"Select booking resources, for getting booking dates from them and set such dates as unavailable "
|
2412 |
"in destination calendar."
|
2413 |
msgstr ""
|
2414 |
|
2415 |
-
#: core/admin/wpbc-toolbar-tiny.php:1123 core/lib/wpbc_all_translations.php:
|
2416 |
#: inc/_bl/admin/page-search.php:372 inc/_bl/admin/page-search.php:405
|
2417 |
#: inc/_bm/admin/page-availability.php:246 inc/_bm/admin/page-cost-advanced.php:123
|
2418 |
#: inc/_bm/admin/page-cost-deposit.php:340 inc/_bm/admin/page-cost-rate.php:213
|
@@ -2421,11 +2422,11 @@ msgstr ""
|
|
2421 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:825
|
2422 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:474
|
2423 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:806
|
2424 |
-
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:357 inc/gateways/sage/wpbc-gw-sage.php:
|
2425 |
msgid "Note!"
|
2426 |
msgstr ""
|
2427 |
|
2428 |
-
#: core/admin/wpbc-toolbar-tiny.php:1124 core/lib/wpbc_all_translations.php:
|
2429 |
#, php-format
|
2430 |
msgid ""
|
2431 |
"This shortcode %s is using for selection of the booking form of specific booking resources in "
|
@@ -2433,345 +2434,345 @@ msgid ""
|
|
2433 |
msgstr ""
|
2434 |
|
2435 |
#: core/admin/wpbc-toolbar-tiny.php:1137 core/admin/wpbc-toolbars.php:1610
|
2436 |
-
#: core/lib/wpbc_all_translations.php:
|
2437 |
#: inc/_ps/wpbc-booking-select-widget.php:163
|
2438 |
msgid "All"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: core/admin/wpbc-toolbar-tiny.php:1146 core/lib/wpbc_all_translations.php:
|
2442 |
#: inc/_ps/wpbc-booking-select-widget.php:175
|
2443 |
msgid ""
|
2444 |
"Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
|
2445 |
"resources."
|
2446 |
msgstr ""
|
2447 |
|
2448 |
-
#: core/admin/wpbc-toolbar-tiny.php:1171 core/lib/wpbc_all_translations.php:
|
2449 |
#: inc/_ps/wpbc-booking-select-widget.php:181
|
2450 |
msgid "Preselected resource"
|
2451 |
msgstr ""
|
2452 |
|
2453 |
-
#: core/admin/wpbc-toolbar-tiny.php:1172 core/lib/wpbc_all_translations.php:
|
2454 |
msgid "Define preselected resource."
|
2455 |
msgstr ""
|
2456 |
|
2457 |
-
#: core/admin/wpbc-toolbar-tiny.php:1197 core/lib/wpbc_all_translations.php:
|
2458 |
#: inc/_bm/admin/api-settings-m.php:411 inc/_ps/p-toolbar.php:1150
|
2459 |
msgid "Default Form"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
#: core/admin/wpbc-toolbar-tiny.php:1213 core/admin/wpbc-toolbar-tiny.php:1222
|
2463 |
-
#: core/lib/wpbc_all_translations.php:
|
2464 |
msgid "Please select the resource:"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
-
#: core/admin/wpbc-toolbar-tiny.php:1214 core/lib/wpbc_all_translations.php:
|
2468 |
msgid "Title near your select box."
|
2469 |
msgstr ""
|
2470 |
|
2471 |
-
#: core/admin/wpbc-toolbar-tiny.php:1231 core/lib/wpbc_all_translations.php:
|
2472 |
#: inc/_ps/wpbc-booking-select-widget.php:247
|
2473 |
msgid "First option title"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
-
#: core/admin/wpbc-toolbar-tiny.php:1232 core/lib/wpbc_all_translations.php:
|
2477 |
#: inc/_ps/personal.php:516
|
2478 |
msgid "Please Select"
|
2479 |
msgstr ""
|
2480 |
|
2481 |
-
#: core/admin/wpbc-toolbar-tiny.php:1233 core/lib/wpbc_all_translations.php:
|
2482 |
#: inc/_ps/wpbc-booking-select-widget.php:254
|
2483 |
msgid "First option in dropdown list."
|
2484 |
msgstr ""
|
2485 |
|
2486 |
-
#: core/admin/wpbc-toolbar-tiny.php:1233 core/lib/wpbc_all_translations.php:
|
2487 |
#: inc/_ps/wpbc-booking-select-widget.php:256
|
2488 |
msgid "Please leave it empty if you want to skip it."
|
2489 |
msgstr ""
|
2490 |
|
2491 |
#: core/admin/wpbc-toolbar-tiny.php:1423 core/admin/wpbc-toolbar-tiny.php:1703
|
2492 |
-
#: core/lib/wpbc_all_translations.php:
|
2493 |
msgid "Select shortcode to insert"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
-
#: core/admin/wpbc-toolbar-tiny.php:1435 core/lib/wpbc_all_translations.php:
|
2497 |
msgid "Search form"
|
2498 |
msgstr ""
|
2499 |
|
2500 |
-
#: core/admin/wpbc-toolbar-tiny.php:1438 core/lib/wpbc_all_translations.php:
|
2501 |
-
#: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:
|
2502 |
-
#: inc/_bl/wpbc-search-availability.php:
|
2503 |
msgid "Search results"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
-
#: core/admin/wpbc-toolbar-tiny.php:1457 core/lib/wpbc_all_translations.php:
|
2507 |
msgid "Check this box to show search results on other page"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: core/admin/wpbc-toolbar-tiny.php:1474 core/lib/wpbc_all_translations.php:
|
2511 |
msgid "URL of search results:"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#: core/admin/wpbc-toolbar-tiny.php:1476 core/lib/wpbc_all_translations.php:
|
2515 |
msgid "Type the URL of search results page."
|
2516 |
msgstr ""
|
2517 |
|
2518 |
-
#: core/admin/wpbc-toolbar-tiny.php:1493 core/lib/wpbc_all_translations.php:
|
2519 |
msgid "Title of Search results:"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
#: core/admin/wpbc-toolbar-tiny.php:1494 core/admin/wpbc-toolbar-tiny.php:1503
|
2523 |
-
#: core/lib/wpbc_all_translations.php:
|
2524 |
msgid "Result(s) Found"
|
2525 |
msgstr ""
|
2526 |
|
2527 |
-
#: core/admin/wpbc-toolbar-tiny.php:1495 core/lib/wpbc_all_translations.php:
|
2528 |
msgid "Type the title of Search results."
|
2529 |
msgstr ""
|
2530 |
|
2531 |
-
#: core/admin/wpbc-toolbar-tiny.php:1495 core/lib/wpbc_all_translations.php:
|
2532 |
msgid "show number of search results"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
-
#: core/admin/wpbc-toolbar-tiny.php:1512 core/lib/wpbc_all_translations.php:
|
2536 |
msgid "Nothing Found Message:"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
-
#: core/admin/wpbc-toolbar-tiny.php:1514 core/lib/wpbc_all_translations.php:
|
2540 |
msgid "Type the message, when nothing found."
|
2541 |
msgstr ""
|
2542 |
|
2543 |
-
#: core/admin/wpbc-toolbar-tiny.php:1534 core/lib/wpbc_all_translations.php:
|
2544 |
msgid "Search only for users:"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: core/admin/wpbc-toolbar-tiny.php:1536 core/lib/wpbc_all_translations.php:
|
2548 |
msgid ""
|
2549 |
"Type IDs of the users (separated by comma \",\") for searching availability only for these "
|
2550 |
"users, or leave it blank for searching for all users."
|
2551 |
msgstr ""
|
2552 |
|
2553 |
-
#: core/admin/wpbc-toolbar-tiny.php:1556 core/lib/wpbc_all_translations.php:
|
2554 |
#, php-format
|
2555 |
msgid ""
|
2556 |
"This shortcode %s is using for showing the search results at specific page, if the search form "
|
2557 |
"is submit showing the search results at different page"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
-
#: core/admin/wpbc-toolbar-tiny.php:1618 core/lib/wpbc_all_translations.php:
|
2561 |
msgid "date"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
-
#: core/admin/wpbc-toolbar-tiny.php:1678 core/lib/wpbc_all_translations.php:
|
2565 |
msgid "Define date for booking"
|
2566 |
msgstr ""
|
2567 |
|
2568 |
-
#: core/admin/wpbc-toolbar-tiny.php:1716 core/lib/wpbc_all_translations.php:
|
2569 |
#: inc/_ps/p-toolbar.php:204
|
2570 |
msgid "Edit Booking"
|
2571 |
msgstr ""
|
2572 |
|
2573 |
-
#: core/admin/wpbc-toolbar-tiny.php:1719 core/lib/wpbc_all_translations.php:
|
2574 |
msgid "Show info about Booking Resource"
|
2575 |
msgstr ""
|
2576 |
|
2577 |
-
#: core/admin/wpbc-toolbar-tiny.php:1735 core/lib/wpbc_all_translations.php:
|
2578 |
#, php-format
|
2579 |
msgid ""
|
2580 |
"This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
|
2581 |
"%s or make %spayment%s after receiving an admin email payment request"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
-
#: core/admin/wpbc-toolbar-tiny.php:1736 core/lib/wpbc_all_translations.php:
|
2585 |
#, php-format
|
2586 |
msgid ""
|
2587 |
"The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
|
2588 |
"to this page"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
-
#: core/admin/wpbc-toolbar-tiny.php:1737 core/lib/wpbc_all_translations.php:
|
2592 |
#, php-format
|
2593 |
msgid "Email templates, which use shortcodes: %s, will be linked to this page"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: core/admin/wpbc-toolbar-tiny.php:1778 core/lib/wpbc_all_translations.php:
|
2597 |
-
#: inc/_bl/admin/api-settings-l.php:
|
2598 |
msgid "Capacity"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: core/admin/wpbc-toolbar-tiny.php:1784 core/lib/wpbc_all_translations.php:
|
2602 |
msgid "Select type of info to show."
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:
|
2606 |
msgid "Filters"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
-
#: core/admin/wpbc-toolbars.php:345 core/lib/wpbc_all_translations.php:
|
2610 |
msgid "Expand Advanced Toolbar"
|
2611 |
msgstr ""
|
2612 |
|
2613 |
-
#: core/admin/wpbc-toolbars.php:352 core/lib/wpbc_all_translations.php:
|
2614 |
msgid "Collapse Advanced Toolbar"
|
2615 |
msgstr ""
|
2616 |
|
2617 |
-
#: core/admin/wpbc-toolbars.php:370 core/lib/wpbc_all_translations.php:
|
2618 |
msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
|
2619 |
msgstr ""
|
2620 |
|
2621 |
-
#: core/admin/wpbc-toolbars.php:371 core/lib/wpbc_all_translations.php:
|
2622 |
msgid "Emails sending"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
-
#: core/admin/wpbc-toolbars.php:396 core/lib/wpbc_all_translations.php:
|
2626 |
msgid "Booking ID"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
-
#: core/admin/wpbc-toolbars.php:399 core/admin/wpbc-toolbars.php:
|
2630 |
-
#: core/lib/wpbc_all_translations.php:
|
2631 |
msgid "Go"
|
2632 |
msgstr ""
|
2633 |
|
2634 |
-
#: core/admin/wpbc-toolbars.php:429 core/lib/wpbc_all_translations.php:
|
2635 |
msgid "About Booking Calendar"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
-
#: core/admin/wpbc-toolbars.php:433 core/lib/wpbc_all_translations.php:
|
2639 |
msgid "Technical Support"
|
2640 |
msgstr ""
|
2641 |
|
2642 |
#: core/admin/wpbc-toolbars.php:500 core/admin/wpbc-toolbars.php:680
|
2643 |
#: core/admin/wpbc-toolbars.php:885 core/admin/wpbc-toolbars.php:1460
|
2644 |
-
#: core/lib/wpbc_all_translations.php:
|
2645 |
msgid "Apply"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#: core/admin/wpbc-toolbars.php:501 core/lib/wpbc_all_translations.php:
|
2649 |
msgid "Refresh booking listing"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: core/admin/wpbc-toolbars.php:515 core/lib/wpbc_all_translations.php:
|
2653 |
msgid "Reset filter to default values"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
#: core/admin/wpbc-toolbars.php:541 core/admin/wpbc-toolbars.php:756
|
2657 |
-
#: core/lib/wpbc_all_translations.php:
|
2658 |
msgid "Any"
|
2659 |
msgstr ""
|
2660 |
|
2661 |
#: core/admin/wpbc-toolbars.php:562 core/admin/wpbc-toolbars.php:796
|
2662 |
-
#: core/lib/wpbc_all_translations.php:
|
2663 |
msgid "week"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
#: core/admin/wpbc-toolbars.php:563 core/admin/wpbc-toolbars.php:797
|
2667 |
-
#: core/lib/wpbc_all_translations.php:
|
2668 |
msgid "weeks"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
#: core/admin/wpbc-toolbars.php:564 core/admin/wpbc-toolbars.php:798
|
2672 |
-
#: core/lib/wpbc_all_translations.php:
|
2673 |
msgid "month"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
#: core/admin/wpbc-toolbars.php:565 core/admin/wpbc-toolbars.php:566
|
2677 |
#: core/admin/wpbc-toolbars.php:567 core/admin/wpbc-toolbars.php:799
|
2678 |
#: core/admin/wpbc-toolbars.php:800 core/admin/wpbc-toolbars.php:801
|
2679 |
-
#: core/lib/wpbc_all_translations.php:
|
2680 |
msgid "months"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
#: core/admin/wpbc-toolbars.php:575 core/admin/wpbc-toolbars.php:810
|
2684 |
-
#: core/lib/wpbc_all_translations.php:
|
2685 |
msgid "Filter bookings by booking dates"
|
2686 |
msgstr ""
|
2687 |
|
2688 |
-
#: core/admin/wpbc-toolbars.php:579 core/lib/wpbc_all_translations.php:
|
2689 |
msgid "Current dates"
|
2690 |
msgstr ""
|
2691 |
|
2692 |
#: core/admin/wpbc-toolbars.php:580 core/admin/wpbc-toolbars.php:814
|
2693 |
-
#: core/lib/wpbc_all_translations.php:
|
2694 |
msgid "Today"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: core/admin/wpbc-toolbars.php:581 core/lib/wpbc_all_translations.php:
|
2698 |
msgid "Previous dates"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
#: core/admin/wpbc-toolbars.php:582 core/admin/wpbc-toolbars.php:815
|
2702 |
-
#: core/lib/wpbc_all_translations.php:
|
2703 |
msgid "All dates"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
-
#: core/admin/wpbc-toolbars.php:584 core/lib/wpbc_all_translations.php:
|
2707 |
msgid "Today check in/out"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
-
#: core/admin/wpbc-toolbars.php:585 core/lib/wpbc_all_translations.php:
|
2711 |
msgid "Check In - Tomorrow"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: core/admin/wpbc-toolbars.php:586 core/lib/wpbc_all_translations.php:
|
2715 |
msgid "Check Out - Tomorrow"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: core/admin/wpbc-toolbars.php:591 core/lib/wpbc_all_translations.php:
|
2719 |
-
#: core/wpbc-functions.php:
|
2720 |
msgid "Next"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
#: core/admin/wpbc-toolbars.php:615 core/admin/wpbc-toolbars.php:820
|
2724 |
-
#: core/lib/wpbc_all_translations.php:
|
2725 |
msgid "Prior"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
#: core/admin/wpbc-toolbars.php:655 core/admin/wpbc-toolbars.php:860
|
2729 |
-
#: core/lib/wpbc_all_translations.php:
|
2730 |
msgid "Check-in"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
#: core/admin/wpbc-toolbars.php:667 core/admin/wpbc-toolbars.php:872
|
2734 |
-
#: core/lib/wpbc_all_translations.php:
|
2735 |
msgid "Check-out"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: core/admin/wpbc-toolbars.php:739 core/lib/wpbc_all_translations.php:
|
2739 |
msgid "Order by"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: core/admin/wpbc-toolbars.php:753 core/lib/wpbc_all_translations.php:
|
2743 |
msgid "Exist"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: core/admin/wpbc-toolbars.php:754 core/lib/wpbc_all_translations.php:
|
2747 |
msgid "In Trash"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
-
#: core/admin/wpbc-toolbars.php:775 core/lib/wpbc_all_translations.php:
|
2751 |
msgid "New bookings"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
-
#: core/admin/wpbc-toolbars.php:812 core/lib/wpbc_all_translations.php:
|
2755 |
msgid "Creation"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: core/admin/wpbc-toolbars.php:939 core/lib/wpbc_all_translations.php:
|
2759 |
msgid "Approve selected bookings"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: core/admin/wpbc-toolbars.php:954 core/lib/wpbc_all_translations.php:
|
2763 |
msgid "Set selected bookings as pending"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: core/admin/wpbc-toolbars.php:984 core/lib/wpbc_all_translations.php:
|
2767 |
msgid "Move selected bookings to trash"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
-
#: core/admin/wpbc-toolbars.php:1001 core/lib/wpbc_all_translations.php:
|
2771 |
msgid "Restore selected bookings"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
-
#: core/admin/wpbc-toolbars.php:1017 core/lib/wpbc_all_translations.php:
|
2775 |
#: inc/_bl/admin/page-coupons.php:206 inc/_bl/admin/page-coupons.php:212
|
2776 |
#: inc/_bm/admin/page-availability.php:234 inc/_bm/admin/page-availability.php:240
|
2777 |
#: inc/_bm/admin/page-cost-valuation.php:564 inc/_bm/admin/page-cost.php:212
|
@@ -2781,257 +2782,262 @@ msgstr ""
|
|
2781 |
msgid "Delete"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
-
#: core/admin/wpbc-toolbars.php:1018 core/lib/wpbc_all_translations.php:
|
2785 |
msgid "Delete selected bookings"
|
2786 |
msgstr ""
|
2787 |
|
2788 |
-
#: core/admin/wpbc-toolbars.php:1020 core/lib/wpbc_all_translations.php:
|
2789 |
#: core/sync/wpbc-gcal-class.php:670
|
2790 |
msgid "Do you really want to delete selected booking(s) ?"
|
2791 |
msgstr ""
|
2792 |
|
2793 |
-
#: core/admin/wpbc-toolbars.php:1036 core/lib/wpbc_all_translations.php:
|
2794 |
msgid "Reason of cancellation"
|
2795 |
msgstr ""
|
2796 |
|
2797 |
-
#: core/admin/wpbc-toolbars.php:1059 core/lib/wpbc_all_translations.php:
|
2798 |
msgid "Read All"
|
2799 |
msgstr ""
|
2800 |
|
2801 |
-
#: core/admin/wpbc-toolbars.php:1060 core/lib/wpbc_all_translations.php:
|
2802 |
msgid "Mark as read all bookings"
|
2803 |
msgstr ""
|
2804 |
|
2805 |
-
#: core/admin/wpbc-toolbars.php:1073 core/lib/wpbc_all_translations.php:
|
2806 |
msgid "Read"
|
2807 |
msgstr ""
|
2808 |
|
2809 |
-
#: core/admin/wpbc-toolbars.php:1074 core/lib/wpbc_all_translations.php:
|
2810 |
msgid "Mark as read selected bookings"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
-
#: core/admin/wpbc-toolbars.php:1088 core/lib/wpbc_all_translations.php:
|
2814 |
msgid "Unread"
|
2815 |
msgstr ""
|
2816 |
|
2817 |
-
#: core/admin/wpbc-toolbars.php:1089 core/lib/wpbc_all_translations.php:
|
2818 |
msgid "Mark as Unread selected bookings"
|
2819 |
msgstr ""
|
2820 |
|
2821 |
#: core/admin/wpbc-toolbars.php:1138 core/admin/wpbc-toolbars.php:1217
|
2822 |
-
#: core/lib/wpbc_all_translations.php:
|
2823 |
msgid "Show month"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
-
#: core/admin/wpbc-toolbars.php:1152 core/lib/wpbc_all_translations.php:
|
2827 |
msgid "Show 3 months"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: core/admin/wpbc-toolbars.php:1166 core/lib/wpbc_all_translations.php:
|
2831 |
msgid "Show year"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
-
#: core/admin/wpbc-toolbars.php:1189 core/lib/wpbc_all_translations.php:
|
2835 |
msgid "Show day"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
-
#: core/admin/wpbc-toolbars.php:1203 core/lib/wpbc_all_translations.php:
|
2839 |
msgid "Show week"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
-
#: core/admin/wpbc-toolbars.php:1231 core/lib/wpbc_all_translations.php:
|
2843 |
msgid "Show 2 months"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
#: core/admin/wpbc-toolbars.php:1288 core/admin/wpbc-toolbars.php:1302
|
2847 |
-
#: core/admin/wpbc-toolbars.php:1349 core/lib/wpbc_all_translations.php:
|
2848 |
msgid "Previous 4 weeks"
|
2849 |
msgstr ""
|
2850 |
|
2851 |
#: core/admin/wpbc-toolbars.php:1289 core/admin/wpbc-toolbars.php:1303
|
2852 |
-
#: core/admin/wpbc-toolbars.php:1350 core/lib/wpbc_all_translations.php:
|
2853 |
msgid "Previous week"
|
2854 |
msgstr ""
|
2855 |
|
2856 |
#: core/admin/wpbc-toolbars.php:1290 core/admin/wpbc-toolbars.php:1304
|
2857 |
-
#: core/admin/wpbc-toolbars.php:1351 core/lib/wpbc_all_translations.php:
|
2858 |
msgid "Current week"
|
2859 |
msgstr ""
|
2860 |
|
2861 |
#: core/admin/wpbc-toolbars.php:1291 core/admin/wpbc-toolbars.php:1305
|
2862 |
-
#: core/admin/wpbc-toolbars.php:1352 core/lib/wpbc_all_translations.php:
|
2863 |
msgid "Next week"
|
2864 |
msgstr ""
|
2865 |
|
2866 |
#: core/admin/wpbc-toolbars.php:1292 core/admin/wpbc-toolbars.php:1306
|
2867 |
-
#: core/admin/wpbc-toolbars.php:1353 core/lib/wpbc_all_translations.php:
|
2868 |
msgid "Next 4 weeks"
|
2869 |
msgstr ""
|
2870 |
|
2871 |
#: core/admin/wpbc-toolbars.php:1316 core/admin/wpbc-toolbars.php:1366
|
2872 |
-
#: core/admin/wpbc-toolbars.php:1381 core/lib/wpbc_all_translations.php:
|
2873 |
msgid "Previous 3 months"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
#: core/admin/wpbc-toolbars.php:1317 core/admin/wpbc-toolbars.php:1367
|
2877 |
-
#: core/admin/wpbc-toolbars.php:1382 core/lib/wpbc_all_translations.php:
|
2878 |
msgid "Previous month"
|
2879 |
msgstr ""
|
2880 |
|
2881 |
#: core/admin/wpbc-toolbars.php:1318 core/admin/wpbc-toolbars.php:1368
|
2882 |
-
#: core/admin/wpbc-toolbars.php:1383 core/lib/wpbc_all_translations.php:
|
2883 |
msgid "Current month"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
#: core/admin/wpbc-toolbars.php:1319 core/admin/wpbc-toolbars.php:1369
|
2887 |
-
#: core/admin/wpbc-toolbars.php:1384 core/lib/wpbc_all_translations.php:
|
2888 |
msgid "Next month"
|
2889 |
msgstr ""
|
2890 |
|
2891 |
#: core/admin/wpbc-toolbars.php:1320 core/admin/wpbc-toolbars.php:1370
|
2892 |
-
#: core/admin/wpbc-toolbars.php:1385 core/lib/wpbc_all_translations.php:
|
2893 |
msgid "Next 3 months"
|
2894 |
msgstr ""
|
2895 |
|
2896 |
-
#: core/admin/wpbc-toolbars.php:1334 core/lib/wpbc_all_translations.php:
|
2897 |
msgid "Previous 7 days"
|
2898 |
msgstr ""
|
2899 |
|
2900 |
-
#: core/admin/wpbc-toolbars.php:1335 core/lib/wpbc_all_translations.php:
|
2901 |
msgid "Previous day"
|
2902 |
msgstr ""
|
2903 |
|
2904 |
-
#: core/admin/wpbc-toolbars.php:1336 core/lib/wpbc_all_translations.php:
|
2905 |
msgid "Current day"
|
2906 |
msgstr ""
|
2907 |
|
2908 |
-
#: core/admin/wpbc-toolbars.php:1337 core/lib/wpbc_all_translations.php:
|
2909 |
msgid "Next day"
|
2910 |
msgstr ""
|
2911 |
|
2912 |
-
#: core/admin/wpbc-toolbars.php:1338 core/lib/wpbc_all_translations.php:
|
2913 |
msgid "Next 7 days"
|
2914 |
msgstr ""
|
2915 |
|
2916 |
-
#: core/admin/wpbc-toolbars.php:1609 core/lib/wpbc_all_translations.php:
|
2917 |
msgid "Number of months in one row"
|
2918 |
msgstr ""
|
2919 |
|
2920 |
-
#: core/admin/wpbc-toolbars.php:1654 core/lib/wpbc_all_translations.php:
|
2921 |
msgid "Calendar width"
|
2922 |
msgstr ""
|
2923 |
|
2924 |
-
#: core/admin/wpbc-toolbars.php:1702 core/lib/wpbc_all_translations.php:
|
2925 |
msgid "Calendar cell height"
|
2926 |
msgstr ""
|
2927 |
|
2928 |
#: core/admin/wpbc-toolbars.php:1809 core/admin/wpbc-toolbars.php:1810
|
2929 |
-
#: core/lib/wpbc_all_translations.php:
|
2930 |
msgid "Send email notification to customer about this operation"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
-
#: core/admin/wpbc-toolbars.php:
|
|
|
|
|
|
|
|
|
|
|
2934 |
#: inc/gateways/page-gateways.php:1262 inc/gateways/page-gateways.php:1280
|
2935 |
msgid "Total"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
-
#: core/admin/wpbc-toolbars.php:
|
2939 |
msgid "ID or Title"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
-
#: core/any/api-emails.php:484 core/lib/wpbc_all_translations.php:
|
2943 |
msgid "Email copy to"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
-
#: core/class/wpbc-class-dismiss.php:22 core/lib/wpbc_all_translations.php:
|
2947 |
-
#: core/wpbc-functions.php:
|
2948 |
msgid "Dismiss"
|
2949 |
msgstr ""
|
2950 |
|
2951 |
-
#: core/class/wpbc-class-notices.php:25 core/lib/wpbc_all_translations.php:
|
2952 |
#: core/sync/wpbc-gcal.php:398 inc/_bm/admin/page-cost-valuation.php:288 inc/_mu/multiuser.php:731
|
2953 |
msgid "Warning!"
|
2954 |
msgstr ""
|
2955 |
|
2956 |
-
#: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:
|
2957 |
#, php-format
|
2958 |
msgid ""
|
2959 |
"Probabaly you updated your paid version of Booking Calendar by free version or update process "
|
2960 |
"failed. You can request the new update of your paid version at %1sthis page%2s."
|
2961 |
msgstr ""
|
2962 |
|
2963 |
-
#: core/class/wpbc-class-notices.php:104 core/lib/wpbc_all_translations.php:
|
2964 |
-
#: core/sync/wpbc-gcal-class.php:668 core/wpbc-functions.php:
|
2965 |
msgid "Hide"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
-
#: core/lib/wpbc-ajax.php:30 core/lib/wpbc-ajax.php:79 core/lib/wpbc_all_translations.php:
|
2969 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:1098
|
2970 |
#, php-format
|
2971 |
msgid ""
|
2972 |
"%sError!%s Request do not pass security check! Please refresh the page and try one more time."
|
2973 |
msgstr ""
|
2974 |
|
2975 |
-
#: core/lib/wpbc-ajax.php:128 core/lib/wpbc_all_translations.php:
|
2976 |
msgid "Set as Unread"
|
2977 |
msgstr ""
|
2978 |
|
2979 |
-
#: core/lib/wpbc-ajax.php:130 core/lib/wpbc_all_translations.php:
|
2980 |
msgid "Set as Read"
|
2981 |
msgstr ""
|
2982 |
|
2983 |
-
#: core/lib/wpbc-ajax.php:195 core/lib/wpbc_all_translations.php:
|
2984 |
msgid "Set as Approved"
|
2985 |
msgstr ""
|
2986 |
|
2987 |
-
#: core/lib/wpbc-ajax.php:197 core/lib/wpbc_all_translations.php:
|
2988 |
msgid "Set as Pending"
|
2989 |
msgstr ""
|
2990 |
|
2991 |
-
#: core/lib/wpbc-ajax.php:216 core/lib/wpbc-ajax.php:286 core/lib/wpbc_all_translations.php:
|
2992 |
msgid "Reason for cancellation here"
|
2993 |
msgstr ""
|
2994 |
|
2995 |
-
#: core/lib/wpbc-ajax.php:217 core/lib/wpbc-ajax.php:287 core/lib/wpbc_all_translations.php:
|
2996 |
msgid "Reason of cancellation here"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#: core/lib/wpbc-ajax.php:256 core/lib/wpbc_all_translations.php:
|
3000 |
msgid "Moved to trash"
|
3001 |
msgstr ""
|
3002 |
|
3003 |
-
#: core/lib/wpbc-ajax.php:264 core/lib/wpbc_all_translations.php:
|
3004 |
msgid "Restored"
|
3005 |
msgstr ""
|
3006 |
|
3007 |
-
#: core/lib/wpbc-ajax.php:428 core/lib/wpbc_all_translations.php:
|
3008 |
msgid "Saved"
|
3009 |
msgstr ""
|
3010 |
|
3011 |
-
#: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:
|
3012 |
msgid "The code you entered is incorrect"
|
3013 |
msgstr ""
|
3014 |
|
3015 |
-
#: core/lib/wpbc-booking-new.php:138 core/lib/wpbc_all_translations.php:
|
3016 |
msgid "Updating..."
|
3017 |
msgstr ""
|
3018 |
|
3019 |
-
#: core/lib/wpbc-booking-new.php:163 core/lib/wpbc_all_translations.php:
|
3020 |
#: inc/_ps/personal.php:2240 inc/_ps/personal.php:2431
|
3021 |
msgid "Updated successfully"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
-
#: core/lib/wpbc-booking-new.php:
|
3025 |
msgid "Error!"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
-
#: core/lib/wpbc-booking-new.php:
|
3029 |
msgid ""
|
3030 |
"Probably these date(s) just was booking by other visitor. Please reload this page and make "
|
3031 |
"booking again."
|
3032 |
msgstr ""
|
3033 |
|
3034 |
-
#: core/lib/wpbc_all_translations.php:
|
3035 |
#: core/wpbc.php:322 core/wpbc.php:363 inc/_bl/admin/page-coupons.php:988
|
3036 |
#: inc/_bl/admin/page-coupons.php:990 inc/_bm/admin/page-availability.php:805
|
3037 |
#: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-rate.php:77
|
@@ -3040,67 +3046,67 @@ msgstr ""
|
|
3040 |
msgid "Error"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: core/lib/wpbc_all_translations.php:
|
3044 |
msgid "does not exist"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
-
#: core/lib/wpbc_all_translations.php:
|
3048 |
msgid "Calendar is loading..."
|
3049 |
msgstr ""
|
3050 |
|
3051 |
-
#: core/lib/wpbc_all_translations.php:
|
3052 |
#: core/lib/wpdev-booking-class.php:736 inc/_ps/personal.php:816 inc/_ps/personal.php:827
|
3053 |
msgid "Wrong booking hash in URL (probably expired)"
|
3054 |
msgstr ""
|
3055 |
|
3056 |
-
#: core/lib/wpbc_all_translations.php:
|
3057 |
msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
|
3058 |
msgstr ""
|
3059 |
|
3060 |
-
#: core/lib/wpbc_all_translations.php:
|
3061 |
#, php-format
|
3062 |
msgid ""
|
3063 |
"%sWarning! Booking calendar for this booking resource are already at the page, please check more "
|
3064 |
"about this issue at %sthis page%s"
|
3065 |
msgstr ""
|
3066 |
|
3067 |
-
#: core/lib/wpbc_all_translations.php:
|
3068 |
#: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
|
3069 |
msgid "You need to use special shortcode [bookingedit] for booking editing."
|
3070 |
msgstr ""
|
3071 |
|
3072 |
-
#: core/lib/wpbc_all_translations.php:
|
3073 |
#: core/lib/wpdev-booking-class.php:1180
|
3074 |
msgid "Wrong booking hash in URL. Probably hash is expired."
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: core/lib/wpbc_all_translations.php:
|
3078 |
msgid "You do not set any parameters for booking editing"
|
3079 |
msgstr ""
|
3080 |
|
3081 |
-
#: core/lib/wpbc_all_translations.php:
|
3082 |
#, php-format
|
3083 |
msgid "Please check more about configuration at %sthis page%s"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
-
#: core/lib/wpbc_all_translations.php:
|
3087 |
msgid "Booking form with calendar"
|
3088 |
msgstr ""
|
3089 |
|
3090 |
-
#: core/lib/wpbc_all_translations.php:
|
3091 |
msgid "Only availability calendar"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
-
#: core/lib/wpbc_all_translations.php:
|
3095 |
msgid "Footer"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
-
#: core/lib/wpbc_all_translations.php:
|
3099 |
#, php-format
|
3100 |
msgid "Example: %sMake booking here%s"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
-
#: core/lib/wpbc_all_translations.php:
|
3104 |
#: inc/_ps/wpbc-booking-select-widget.php:263
|
3105 |
#, php-format
|
3106 |
msgid ""
|
@@ -3108,112 +3114,112 @@ msgid ""
|
|
3108 |
"at the same page, then the last will not be visible."
|
3109 |
msgstr ""
|
3110 |
|
3111 |
-
#: core/lib/wpbc_all_translations.php:
|
3112 |
#, php-format
|
3113 |
msgid "%sSeveral widgets are supported at %spaid versions%s."
|
3114 |
msgstr ""
|
3115 |
|
3116 |
-
#: core/lib/wpbc_all_translations.php:
|
3117 |
msgid "Importing Feed"
|
3118 |
msgstr ""
|
3119 |
|
3120 |
-
#: core/lib/wpbc_all_translations.php:
|
3121 |
msgid "Data Parsing"
|
3122 |
msgstr ""
|
3123 |
|
3124 |
-
#: core/lib/wpbc_all_translations.php:
|
3125 |
msgid ""
|
3126 |
"Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
|
3127 |
"correct."
|
3128 |
msgstr ""
|
3129 |
|
3130 |
-
#: core/lib/wpbc_all_translations.php:
|
3131 |
msgid "The feed could not be found (404). Please ensure your feed URL is correct."
|
3132 |
msgstr ""
|
3133 |
|
3134 |
-
#: core/lib/wpbc_all_translations.php:
|
3135 |
msgid ""
|
3136 |
"Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
|
3137 |
"calendar."
|
3138 |
msgstr ""
|
3139 |
|
3140 |
-
#: core/lib/wpbc_all_translations.php:
|
3141 |
#, php-format
|
3142 |
msgid ""
|
3143 |
"The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
|
3144 |
msgstr ""
|
3145 |
|
3146 |
-
#: core/lib/wpbc_all_translations.php:
|
3147 |
#: core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:414
|
3148 |
msgid "Done"
|
3149 |
msgstr ""
|
3150 |
|
3151 |
-
#: core/lib/wpbc_all_translations.php:
|
3152 |
#: core/sync/wpbc-gcal-class.php:658
|
3153 |
msgid "GID"
|
3154 |
msgstr ""
|
3155 |
|
3156 |
-
#: core/lib/wpbc_all_translations.php:
|
3157 |
msgid "Selection"
|
3158 |
msgstr ""
|
3159 |
|
3160 |
-
#: core/lib/wpbc_all_translations.php:
|
3161 |
msgid "Location:"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
-
#: core/lib/wpbc_all_translations.php:
|
3165 |
msgid "Reload page"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
-
#: core/lib/wpbc_all_translations.php:
|
3169 |
msgid "Delete selected booking(s)"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
-
#: core/lib/wpbc_all_translations.php:
|
3173 |
msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
|
3174 |
msgstr ""
|
3175 |
|
3176 |
-
#: core/lib/wpbc_all_translations.php:
|
3177 |
msgid "Retrieve Google Calendar Events "
|
3178 |
msgstr ""
|
3179 |
|
3180 |
-
#: core/lib/wpbc_all_translations.php:
|
3181 |
msgid "Please configure settings for import Google Calendar events"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
-
#: core/lib/wpbc_all_translations.php:
|
3185 |
msgid "Configure"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
-
#: core/lib/wpbc_all_translations.php:
|
3189 |
msgid "Import Google Calendar Events"
|
3190 |
msgstr ""
|
3191 |
|
3192 |
-
#: core/lib/wpbc_all_translations.php:
|
3193 |
#, php-format
|
3194 |
msgid "%s Found %s not indexed bookings %s"
|
3195 |
msgstr ""
|
3196 |
|
3197 |
-
#: core/lib/wpbc_all_translations.php:
|
3198 |
#, php-format
|
3199 |
msgid "%s Finish getting sort dates. %s"
|
3200 |
msgstr ""
|
3201 |
|
3202 |
-
#: core/lib/wpbc_all_translations.php:
|
3203 |
#, php-format
|
3204 |
msgid "Updated booking: %s"
|
3205 |
msgstr ""
|
3206 |
|
3207 |
-
#: core/lib/wpbc_all_translations.php:
|
3208 |
msgid "Booking form"
|
3209 |
msgstr ""
|
3210 |
|
3211 |
-
#: core/lib/wpbc_all_translations.php:
|
3212 |
#: inc/_ps/admin/page-email-edit.php:253
|
3213 |
msgid "The reservation has been modified"
|
3214 |
msgstr ""
|
3215 |
|
3216 |
-
#: core/lib/wpbc_all_translations.php:
|
3217 |
#: inc/_ps/admin/page-email-edit.php:267
|
3218 |
#, php-format
|
3219 |
msgid ""
|
@@ -3221,23 +3227,23 @@ msgid ""
|
|
3221 |
"Thank you, %s"
|
3222 |
msgstr ""
|
3223 |
|
3224 |
-
#: core/lib/wpbc_all_translations.php:
|
3225 |
#: inc/_bs/admin/api-settings-s.php:359
|
3226 |
msgid "Booked Times:"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
-
#: core/lib/wpbc_all_translations.php:
|
3230 |
msgid ""
|
3231 |
"This booking canceled because we did not receive payment and the administrator did not approve "
|
3232 |
"it."
|
3233 |
msgstr ""
|
3234 |
|
3235 |
-
#: core/lib/wpbc_all_translations.php:
|
3236 |
#: inc/_bs/admin/page-email-payment.php:257
|
3237 |
msgid "You need to make payment for this reservation"
|
3238 |
msgstr ""
|
3239 |
|
3240 |
-
#: core/lib/wpbc_all_translations.php:
|
3241 |
#: inc/_bs/admin/page-email-payment.php:271
|
3242 |
#, php-format
|
3243 |
msgid ""
|
@@ -3245,33 +3251,33 @@ msgid ""
|
|
3245 |
"Thank you, %s"
|
3246 |
msgstr ""
|
3247 |
|
3248 |
-
#: core/lib/wpbc_all_translations.php:
|
3249 |
#: inc/_bm/admin/api-settings-m.php:244
|
3250 |
msgid "Cost: "
|
3251 |
msgstr ""
|
3252 |
|
3253 |
-
#: core/lib/wpbc_all_translations.php:
|
3254 |
#: inc/_bl/admin/api-settings-l.php:73
|
3255 |
msgid "Available: "
|
3256 |
msgstr ""
|
3257 |
|
3258 |
-
#: core/lib/wpbc_all_translations.php:
|
3259 |
msgid "Booking system"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
-
#: core/lib/wpbc_all_translations.php:
|
3263 |
msgid ""
|
3264 |
"You can use (in subject and content of email template) any shortcodes, which you used in the "
|
3265 |
"booking form. Use the shortcodes in the same way as you used them in the content form at "
|
3266 |
"Settings Fields page."
|
3267 |
msgstr ""
|
3268 |
|
3269 |
-
#: core/lib/wpbc_all_translations.php:
|
3270 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:795
|
3271 |
msgid "You can use following shortcodes in content of this template"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
-
#: core/lib/wpbc_all_translations.php:
|
3275 |
#: inc/gateways/page-gateways.php:924
|
3276 |
#, php-format
|
3277 |
msgid ""
|
@@ -3279,404 +3285,404 @@ msgid ""
|
|
3279 |
"Fields page"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
-
#: core/lib/wpbc_all_translations.php:
|
3283 |
#, php-format
|
3284 |
msgid "%s - inserting data info about the booking"
|
3285 |
msgstr ""
|
3286 |
|
3287 |
-
#: core/lib/wpbc_all_translations.php:
|
3288 |
#, php-format
|
3289 |
msgid "%s - inserting the dates of booking"
|
3290 |
msgstr ""
|
3291 |
|
3292 |
-
#: core/lib/wpbc_all_translations.php:
|
3293 |
#, php-format
|
3294 |
msgid "%s - inserting check-in date (first day of reservation),"
|
3295 |
msgstr ""
|
3296 |
|
3297 |
-
#: core/lib/wpbc_all_translations.php:
|
3298 |
#, php-format
|
3299 |
msgid "%s - inserting check-out date (last day of reservation),"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
-
#: core/lib/wpbc_all_translations.php:
|
3303 |
#, php-format
|
3304 |
msgid "%s - inserting the number of booking dates "
|
3305 |
msgstr ""
|
3306 |
|
3307 |
-
#: core/lib/wpbc_all_translations.php:
|
3308 |
#, php-format
|
3309 |
msgid "%s - inserting ID of booking "
|
3310 |
msgstr ""
|
3311 |
|
3312 |
-
#: core/lib/wpbc_all_translations.php:
|
3313 |
#, php-format
|
3314 |
msgid "%s or %s - inserting the title of the booking resource "
|
3315 |
msgstr ""
|
3316 |
|
3317 |
-
#: core/lib/wpbc_all_translations.php:
|
3318 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
|
3319 |
#, php-format
|
3320 |
msgid "%s - inserting the cost of booking "
|
3321 |
msgstr ""
|
3322 |
|
3323 |
-
#: core/lib/wpbc_all_translations.php:
|
3324 |
#, php-format
|
3325 |
msgid "%s - inserting your site URL "
|
3326 |
msgstr ""
|
3327 |
|
3328 |
-
#: core/lib/wpbc_all_translations.php:
|
3329 |
#, php-format
|
3330 |
msgid "%s - inserting IP address of the user who made this action "
|
3331 |
msgstr ""
|
3332 |
|
3333 |
-
#: core/lib/wpbc_all_translations.php:
|
3334 |
#, php-format
|
3335 |
msgid ""
|
3336 |
"%s - inserting contents of the User-Agent: header from the current request, if there is one "
|
3337 |
msgstr ""
|
3338 |
|
3339 |
-
#: core/lib/wpbc_all_translations.php:
|
3340 |
#, php-format
|
3341 |
msgid "%s - inserting address of the page (if any), where visitor make this action "
|
3342 |
msgstr ""
|
3343 |
|
3344 |
-
#: core/lib/wpbc_all_translations.php:
|
3345 |
#, php-format
|
3346 |
msgid "%s - inserting date of this action "
|
3347 |
msgstr ""
|
3348 |
|
3349 |
-
#: core/lib/wpbc_all_translations.php:
|
3350 |
#, php-format
|
3351 |
msgid "%s - inserting time of this action "
|
3352 |
msgstr ""
|
3353 |
|
3354 |
-
#: core/lib/wpbc_all_translations.php:
|
3355 |
#, php-format
|
3356 |
msgid "%s - inserting moderate link of new booking "
|
3357 |
msgstr ""
|
3358 |
|
3359 |
-
#: core/lib/wpbc_all_translations.php:
|
3360 |
#, php-format
|
3361 |
msgid ""
|
3362 |
"%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
|
3363 |
"parameter for setting different %s of this page. Example: %s )"
|
3364 |
msgstr ""
|
3365 |
|
3366 |
-
#: core/lib/wpbc_all_translations.php:
|
3367 |
#, php-format
|
3368 |
msgid ""
|
3369 |
"%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
|
3370 |
"%s parameter for setting different %s of this page. Example: %s )"
|
3371 |
msgstr ""
|
3372 |
|
3373 |
-
#: core/lib/wpbc_all_translations.php:
|
3374 |
#, php-format
|
3375 |
msgid ""
|
3376 |
"%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
|
3377 |
"the %s parameter for setting different %s of this page. Example: %s )"
|
3378 |
msgstr ""
|
3379 |
|
3380 |
-
#: core/lib/wpbc_all_translations.php:
|
3381 |
#, php-format
|
3382 |
msgid "%s - add the reason for booking payment, you can enter it before sending email, "
|
3383 |
msgstr ""
|
3384 |
|
3385 |
-
#: core/lib/wpbc_all_translations.php:
|
3386 |
#, php-format
|
3387 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
3388 |
msgstr ""
|
3389 |
|
3390 |
-
#: core/lib/wpbc_all_translations.php:
|
3391 |
msgid "Configuration in several languages"
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: core/lib/wpbc_all_translations.php:
|
3395 |
#, php-format
|
3396 |
msgid "%s - start new translation section, where %s - locale of translation"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
-
#: core/lib/wpbc_all_translations.php:
|
3400 |
#, php-format
|
3401 |
msgid "Example #1: %s - start French translation section"
|
3402 |
msgstr ""
|
3403 |
|
3404 |
-
#: core/lib/wpbc_all_translations.php:
|
3405 |
#, php-format
|
3406 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
3407 |
msgstr ""
|
3408 |
|
3409 |
-
#: core/lib/wpbc_all_translations.php:
|
3410 |
msgid "yes"
|
3411 |
msgstr ""
|
3412 |
|
3413 |
-
#: core/lib/wpbc_all_translations.php:
|
3414 |
msgid "no"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
-
#: core/lib/wpbc_all_translations.php:
|
3418 |
#: inc/_bm/admin/page-cost.php:47 inc/_bm/admin/page-cost.php:556
|
3419 |
msgid "Costs and Rates"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
-
#: core/lib/wpbc_all_translations.php:
|
3423 |
#: inc/_bm/admin/page-cost-advanced.php:42 inc/_bm/admin/page-cost-advanced.php:147
|
3424 |
#: inc/gateways/page-gateways.php:90
|
3425 |
msgid "Advanced Cost"
|
3426 |
msgstr ""
|
3427 |
|
3428 |
-
#: core/lib/wpbc_all_translations.php:
|
3429 |
#: inc/_bl/admin/page-coupons.php:44 inc/_bl/admin/page-coupons.php:46
|
3430 |
msgid "Coupons"
|
3431 |
msgstr ""
|
3432 |
|
3433 |
-
#: core/lib/wpbc_all_translations.php:
|
3434 |
#: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
|
3435 |
msgid "Season Filters"
|
3436 |
msgstr ""
|
3437 |
|
3438 |
-
#: core/lib/wpbc_all_translations.php:
|
3439 |
msgid "Warning! Some error occur, during sending registration request."
|
3440 |
msgstr ""
|
3441 |
|
3442 |
-
#: core/lib/wpbc_all_translations.php:
|
3443 |
msgid ""
|
3444 |
"Please refresh this page and if the same error appear again contact support by email (with info "
|
3445 |
"about order number and website) for finishing the registrations"
|
3446 |
msgstr ""
|
3447 |
|
3448 |
-
#: core/lib/wpbc_all_translations.php:
|
3449 |
#, php-format
|
3450 |
msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
|
3451 |
msgstr ""
|
3452 |
|
3453 |
-
#: core/lib/wpbc_all_translations.php:
|
3454 |
msgid "Changes saved."
|
3455 |
msgstr ""
|
3456 |
|
3457 |
-
#: core/lib/wpbc_all_translations.php:
|
3458 |
msgid "Click to toggle"
|
3459 |
msgstr ""
|
3460 |
|
3461 |
-
#: core/lib/wpbc_all_translations.php:
|
3462 |
msgid "Prev"
|
3463 |
msgstr ""
|
3464 |
|
3465 |
-
#: core/lib/wpbc_all_translations.php:
|
3466 |
msgid "We’ve assembled some links to get you started:"
|
3467 |
msgstr ""
|
3468 |
|
3469 |
-
#: core/lib/wpbc_all_translations.php:
|
3470 |
msgid "Get Started"
|
3471 |
msgstr ""
|
3472 |
|
3473 |
-
#: core/lib/wpbc_all_translations.php:
|
3474 |
#, php-format
|
3475 |
msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
|
3476 |
msgstr ""
|
3477 |
|
3478 |
-
#: core/lib/wpbc_all_translations.php:
|
3479 |
#, php-format
|
3480 |
msgid "or add booking calendar %sWidget%s to your sidebar."
|
3481 |
msgstr ""
|
3482 |
|
3483 |
-
#: core/lib/wpbc_all_translations.php:
|
3484 |
#, php-format
|
3485 |
msgid "Check %show todo%s that and what %sshortcodes%s are available."
|
3486 |
msgstr ""
|
3487 |
|
3488 |
-
#: core/lib/wpbc_all_translations.php:
|
3489 |
#, php-format
|
3490 |
msgid "Add new booking from your post/page or from %sAdmin Panel%s."
|
3491 |
msgstr ""
|
3492 |
|
3493 |
-
#: core/lib/wpbc_all_translations.php:
|
3494 |
msgid "Next Steps"
|
3495 |
msgstr ""
|
3496 |
|
3497 |
-
#: core/lib/wpbc_all_translations.php:
|
3498 |
#, php-format
|
3499 |
msgid "Check %sBooking Listing%s page for new bookings."
|
3500 |
msgstr ""
|
3501 |
|
3502 |
-
#: core/lib/wpbc_all_translations.php:
|
3503 |
#, php-format
|
3504 |
msgid "Configure booking %sSettings%s."
|
3505 |
msgstr ""
|
3506 |
|
3507 |
-
#: core/lib/wpbc_all_translations.php:
|
3508 |
#, php-format
|
3509 |
msgid "Configure predefined set of your %sForm Fields%s."
|
3510 |
msgstr ""
|
3511 |
|
3512 |
-
#: core/lib/wpbc_all_translations.php:
|
3513 |
#, php-format
|
3514 |
msgid "Configure your predefined %sEmail Templates%s."
|
3515 |
msgstr ""
|
3516 |
|
3517 |
-
#: core/lib/wpbc_all_translations.php:
|
3518 |
msgid "Have a questions?"
|
3519 |
msgstr ""
|
3520 |
|
3521 |
-
#: core/lib/wpbc_all_translations.php:
|
3522 |
#, php-format
|
3523 |
msgid "Check out our %sHelp%s"
|
3524 |
msgstr ""
|
3525 |
|
3526 |
-
#: core/lib/wpbc_all_translations.php:
|
3527 |
#, php-format
|
3528 |
msgid "See %sFAQ%s."
|
3529 |
msgstr ""
|
3530 |
|
3531 |
-
#: core/lib/wpbc_all_translations.php:
|
3532 |
#, php-format
|
3533 |
msgid "Still having questions? Contact %sSupport%s."
|
3534 |
msgstr ""
|
3535 |
|
3536 |
-
#: core/lib/wpbc_all_translations.php:
|
3537 |
#, php-format
|
3538 |
msgid "Need even more functionality? Check %s higher versions %s"
|
3539 |
msgstr ""
|
3540 |
|
3541 |
-
#: core/lib/wpbc_all_translations.php:
|
3542 |
msgid "This field is required"
|
3543 |
msgstr ""
|
3544 |
|
3545 |
-
#: core/lib/wpbc_all_translations.php:
|
3546 |
msgid "This checkbox must be checked"
|
3547 |
msgstr ""
|
3548 |
|
3549 |
-
#: core/lib/wpbc_all_translations.php:
|
3550 |
msgid "At least one option must be selected"
|
3551 |
msgstr ""
|
3552 |
|
3553 |
-
#: core/lib/wpbc_all_translations.php:
|
3554 |
msgid "Incorrect email field"
|
3555 |
msgstr ""
|
3556 |
|
3557 |
-
#: core/lib/wpbc_all_translations.php:
|
3558 |
msgid "Your emails do not match"
|
3559 |
msgstr ""
|
3560 |
|
3561 |
-
#: core/lib/wpbc_all_translations.php:
|
3562 |
msgid "Please, select booking date(s) at Calendar."
|
3563 |
msgstr ""
|
3564 |
|
3565 |
-
#: core/lib/wpbc_all_translations.php:
|
3566 |
msgid "Processing"
|
3567 |
msgstr ""
|
3568 |
|
3569 |
-
#: core/lib/wpbc_all_translations.php:
|
3570 |
msgid "Deleting"
|
3571 |
msgstr ""
|
3572 |
|
3573 |
-
#: core/lib/wpbc_all_translations.php:
|
3574 |
msgid "Updating"
|
3575 |
msgstr ""
|
3576 |
|
3577 |
-
#: core/lib/wpbc_all_translations.php:
|
3578 |
msgid "Saving"
|
3579 |
msgstr ""
|
3580 |
|
3581 |
-
#: core/lib/wpbc_all_translations.php:
|
3582 |
msgid "Booking"
|
3583 |
msgstr ""
|
3584 |
|
3585 |
-
#: core/lib/wpbc_all_translations.php:
|
3586 |
msgid "Action is not allowed!"
|
3587 |
msgstr ""
|
3588 |
|
3589 |
-
#: core/lib/wpbc_all_translations.php:
|
3590 |
#: inc/_bl/admin/activation-l.php:121 inc/_bl/admin/activation-l.php:157
|
3591 |
#: inc/_bl/admin/page-search.php:613 inc/_bm/admin/api-settings-m.php:457 inc/_bm/m-toolbar.php:57
|
3592 |
-
#: inc/_bm/m-toolbar.php:398 inc/_ps/admin/page-settings-form.php:
|
3593 |
#: inc/_ps/wpbc-booking-select-widget.php:230
|
3594 |
msgid "Standard"
|
3595 |
msgstr ""
|
3596 |
|
3597 |
-
#: core/lib/wpbc_all_translations.php:
|
3598 |
#: inc/_bl/admin/activation-l.php:122 inc/_bl/admin/activation-l.php:147
|
3599 |
#: inc/_bl/admin/activation-l.php:148 inc/_bl/admin/activation-l.php:158
|
3600 |
msgid "Superior"
|
3601 |
msgstr ""
|
3602 |
|
3603 |
-
#: core/lib/wpbc_all_translations.php:
|
3604 |
#: inc/_bs/admin/activation-s.php:93
|
3605 |
msgid "Resource #1"
|
3606 |
msgstr ""
|
3607 |
|
3608 |
-
#: core/lib/wpbc_all_translations.php:
|
3609 |
#: inc/_bl/admin/activation-l.php:123
|
3610 |
msgid "Presidential Suite"
|
3611 |
msgstr ""
|
3612 |
|
3613 |
-
#: core/lib/wpbc_all_translations.php:
|
3614 |
#: inc/_bs/admin/activation-s.php:94
|
3615 |
msgid "Resource #2"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
-
#: core/lib/wpbc_all_translations.php:
|
3619 |
#: inc/_bl/admin/activation-l.php:124 inc/_mu/admin/activation-u.php:83
|
3620 |
msgid "Royal Villa"
|
3621 |
msgstr ""
|
3622 |
|
3623 |
-
#: core/lib/wpbc_all_translations.php:
|
3624 |
#: inc/_bs/admin/activation-s.php:95
|
3625 |
msgid "Resource #3"
|
3626 |
msgstr ""
|
3627 |
|
3628 |
-
#: core/lib/wpbc_all_translations.php:
|
3629 |
msgid ""
|
3630 |
"Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
|
3631 |
"for search results"
|
3632 |
msgstr ""
|
3633 |
|
3634 |
-
#: core/lib/wpbc_all_translations.php:
|
3635 |
msgid ""
|
3636 |
"Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
|
3637 |
"1 search results"
|
3638 |
msgstr ""
|
3639 |
|
3640 |
-
#: core/lib/wpbc_all_translations.php:
|
3641 |
msgid "Show availability in tooltip"
|
3642 |
msgstr ""
|
3643 |
|
3644 |
-
#: core/lib/wpbc_all_translations.php:
|
3645 |
msgid ""
|
3646 |
"Check this box to display the available number of booking resources with a tooltip, when mouse "
|
3647 |
"hovers over each day on the calendar(s)."
|
3648 |
msgstr ""
|
3649 |
|
3650 |
-
#: core/lib/wpbc_all_translations.php:
|
3651 |
msgid "Availability Title"
|
3652 |
msgstr ""
|
3653 |
|
3654 |
-
#: core/lib/wpbc_all_translations.php:
|
3655 |
#, php-format
|
3656 |
msgid "Type your %savailability%s description"
|
3657 |
msgstr ""
|
3658 |
|
3659 |
-
#: core/lib/wpbc_all_translations.php:
|
3660 |
msgid "Use pending days as available"
|
3661 |
msgstr ""
|
3662 |
|
3663 |
-
#: core/lib/wpbc_all_translations.php:
|
3664 |
msgid "Check this box if you want to show the pending days as available in calendars"
|
3665 |
msgstr ""
|
3666 |
|
3667 |
-
#: core/lib/wpbc_all_translations.php:
|
3668 |
#: inc/_bs/admin/api-settings-s.php:466
|
3669 |
msgid "Auto-cancel bookings"
|
3670 |
msgstr ""
|
3671 |
|
3672 |
-
#: core/lib/wpbc_all_translations.php:
|
3673 |
#: inc/_bl/admin/api-settings-l.php:128
|
3674 |
msgid ""
|
3675 |
"Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
|
3676 |
"date(s)"
|
3677 |
msgstr ""
|
3678 |
|
3679 |
-
#: core/lib/wpbc_all_translations.php:
|
3680 |
#: inc/_bl/admin/api-settings-l.php:284
|
3681 |
msgid ""
|
3682 |
"Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
|
@@ -3684,17 +3690,17 @@ msgid ""
|
|
3684 |
"approved booking, will be automatically canceled!"
|
3685 |
msgstr ""
|
3686 |
|
3687 |
-
#: core/lib/wpbc_all_translations.php:
|
3688 |
msgid "Set capacity based on number of visitors"
|
3689 |
msgstr ""
|
3690 |
|
3691 |
-
#: core/lib/wpbc_all_translations.php:
|
3692 |
msgid ""
|
3693 |
"Check this box if you want total availability (daily capacity) to depend on the number of "
|
3694 |
"selected visitors."
|
3695 |
msgstr ""
|
3696 |
|
3697 |
-
#: core/lib/wpbc_all_translations.php:
|
3698 |
#: inc/_bm/admin/api-settings-m.php:84 inc/_ps/form/class-wpbc-form-help.php:117
|
3699 |
#: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
|
3700 |
#: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
|
@@ -3706,122 +3712,122 @@ msgstr ""
|
|
3706 |
#: inc/_ps/form/class-wpbc-form-help.php:515 inc/_ps/form/class-wpbc-form-help.php:645
|
3707 |
#: inc/_ps/form/class-wpbc-form-help.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
|
3708 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:818
|
3709 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:741 inc/gateways/sage/wpbc-gw-sage.php:
|
3710 |
msgid "Important!"
|
3711 |
msgstr ""
|
3712 |
|
3713 |
-
#: core/lib/wpbc_all_translations.php:
|
3714 |
#: inc/_ps/admin/api-settings-p.php:167
|
3715 |
#, php-format
|
3716 |
msgid "Please read more info about configuration of this parameter %shere%s"
|
3717 |
msgstr ""
|
3718 |
|
3719 |
-
#: core/lib/wpbc_all_translations.php:
|
3720 |
msgid ""
|
3721 |
"Add tooltip on calendar(s) to show availability based on the number of available booking "
|
3722 |
"resource items remaining for each day."
|
3723 |
msgstr ""
|
3724 |
|
3725 |
-
#: core/lib/wpbc_all_translations.php:
|
3726 |
#, php-format
|
3727 |
msgid ""
|
3728 |
"Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
|
3729 |
"of visitors specified on the booking form."
|
3730 |
msgstr ""
|
3731 |
|
3732 |
-
#: core/lib/wpbc_all_translations.php:
|
3733 |
msgid ""
|
3734 |
"Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
|
3735 |
"for the resource, which can be at free booking resource items."
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: core/lib/wpbc_all_translations.php:
|
3739 |
#, php-format
|
3740 |
msgid ""
|
3741 |
"Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
|
3742 |
"visitors specified on the booking form."
|
3743 |
msgstr ""
|
3744 |
|
3745 |
-
#: core/lib/wpbc_all_translations.php:
|
3746 |
msgid "Disable bookings in different booking resources"
|
3747 |
msgstr ""
|
3748 |
|
3749 |
-
#: core/lib/wpbc_all_translations.php:
|
3750 |
msgid ""
|
3751 |
"Check this box to dissable reservations, which can be stored in different booking resources."
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: core/lib/wpbc_all_translations.php:
|
3755 |
msgid ""
|
3756 |
"When checked, all reserved days must be at same booking resource otherwise error message will "
|
3757 |
"show."
|
3758 |
msgstr ""
|
3759 |
|
3760 |
-
#: core/lib/wpbc_all_translations.php:
|
3761 |
#: inc/_ps/p-toolbar.php:1141
|
3762 |
msgid "Parent"
|
3763 |
msgstr ""
|
3764 |
|
3765 |
-
#: core/lib/wpbc_all_translations.php:
|
3766 |
#: inc/_ps/p-toolbar.php:1159
|
3767 |
msgid "Priority"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: core/lib/wpbc_all_translations.php:
|
3771 |
msgid "Max visitors"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
-
#: core/lib/wpbc_all_translations.php:
|
3775 |
msgid "Single"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
-
#: core/lib/wpbc_all_translations.php:
|
3779 |
msgid "Child"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
-
#: core/lib/wpbc_all_translations.php:
|
3783 |
msgid "Setting coupons for discount"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#: core/lib/wpbc_all_translations.php:
|
3787 |
#: inc/_bm/m-toolbar.php:584 inc/_bm/m-toolbar.php:586
|
3788 |
msgid "Create dates filter"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#: core/lib/wpbc_all_translations.php:
|
3792 |
#: inc/_bl/admin/page-coupons.php:858
|
3793 |
msgid "Add New Discount Coupon"
|
3794 |
msgstr ""
|
3795 |
|
3796 |
-
#: core/lib/wpbc_all_translations.php:
|
3797 |
#: inc/_bm/admin/page-availability.php:232 inc/_bm/admin/page-cost.php:207
|
3798 |
#: inc/_bm/admin/page-seasons.php:191 inc/_ps/admin/page-resources.php:182
|
3799 |
msgid "Bulk Actions"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
-
#: core/lib/wpbc_all_translations.php:
|
3803 |
#: inc/_bl/admin/page-coupons.php:1152
|
3804 |
msgid "Coupon Code"
|
3805 |
msgstr ""
|
3806 |
|
3807 |
-
#: core/lib/wpbc_all_translations.php:
|
3808 |
#: inc/_bl/admin/page-coupons.php:1167 inc/_bl/admin/page-coupons.php:1174
|
3809 |
msgid "Savings"
|
3810 |
msgstr ""
|
3811 |
|
3812 |
-
#: core/lib/wpbc_all_translations.php:
|
3813 |
msgid "Minimum Cost"
|
3814 |
msgstr ""
|
3815 |
|
3816 |
-
#: core/lib/wpbc_all_translations.php:
|
3817 |
msgid "Expiration"
|
3818 |
msgstr ""
|
3819 |
|
3820 |
-
#: core/lib/wpbc_all_translations.php:
|
3821 |
msgid "Number of usage"
|
3822 |
msgstr ""
|
3823 |
|
3824 |
-
#: core/lib/wpbc_all_translations.php:
|
3825 |
#: inc/_bm/admin/page-availability.php:563 inc/_bm/admin/page-availability.php:1045
|
3826 |
#: inc/_bm/admin/page-cost-rate.php:254 inc/_bm/admin/page-cost-valuation.php:413
|
3827 |
#: inc/_bm/admin/page-cost.php:617 inc/_bm/admin/page-seasons.php:555
|
@@ -3830,284 +3836,284 @@ msgstr ""
|
|
3830 |
msgid "Select Booking Resource"
|
3831 |
msgstr ""
|
3832 |
|
3833 |
-
#: core/lib/wpbc_all_translations.php:
|
3834 |
#: inc/_bl/admin/page-coupons.php:1378 inc/_ps/admin/api-settings-p.php:28
|
3835 |
#: inc/_ps/p-toolbar.php:653
|
3836 |
msgid "All resources"
|
3837 |
msgstr ""
|
3838 |
|
3839 |
-
#: core/lib/wpbc_all_translations.php:
|
3840 |
#: inc/_ps/wpbc-form-templates.php:123 inc/_ps/wpbc-form-templates.php:194
|
3841 |
msgid "Coupon"
|
3842 |
msgstr ""
|
3843 |
|
3844 |
-
#: core/lib/wpbc_all_translations.php:
|
3845 |
msgid "Enter coupon code."
|
3846 |
msgstr ""
|
3847 |
|
3848 |
-
#: core/lib/wpbc_all_translations.php:
|
3849 |
msgid "Enter number of fixed or percentage savings."
|
3850 |
msgstr ""
|
3851 |
|
3852 |
-
#: core/lib/wpbc_all_translations.php:
|
3853 |
msgid "Expiration Date"
|
3854 |
msgstr ""
|
3855 |
|
3856 |
-
#: core/lib/wpbc_all_translations.php:
|
3857 |
msgid "Select Expiration Date of the coupon."
|
3858 |
msgstr ""
|
3859 |
|
3860 |
-
#: core/lib/wpbc_all_translations.php:
|
3861 |
msgid "Minimum Booking Cost"
|
3862 |
msgstr ""
|
3863 |
|
3864 |
-
#: core/lib/wpbc_all_translations.php:
|
3865 |
msgid "Enter minimum booking cost, when coupon is applicable."
|
3866 |
msgstr ""
|
3867 |
|
3868 |
-
#: core/lib/wpbc_all_translations.php:
|
3869 |
msgid "Maximum number of usage"
|
3870 |
msgstr ""
|
3871 |
|
3872 |
-
#: core/lib/wpbc_all_translations.php:
|
3873 |
msgid "Enter maximum number of times, when coupon is applicable."
|
3874 |
msgstr ""
|
3875 |
|
3876 |
-
#: core/lib/wpbc_all_translations.php:
|
3877 |
msgid "Select booking resources, where is possible to apply this coupon code."
|
3878 |
msgstr ""
|
3879 |
|
3880 |
-
#: core/lib/wpbc_all_translations.php:
|
3881 |
#: inc/_bm/admin/page-seasons.php:1206 inc/_bm/admin/page-seasons.php:1422
|
3882 |
#: inc/_ps/p-toolbar.php:1086
|
3883 |
msgid "Add New"
|
3884 |
msgstr ""
|
3885 |
|
3886 |
-
#: core/lib/wpbc_all_translations.php:
|
3887 |
-
#: inc/_bl/admin/page-search.php:113 inc/_ps/admin/page-settings-form.php:
|
3888 |
#: inc/gateways/page-gateways.php:923
|
3889 |
msgid "Use these shortcodes for customization: "
|
3890 |
msgstr ""
|
3891 |
|
3892 |
-
#: core/lib/wpbc_all_translations.php:
|
3893 |
#, php-format
|
3894 |
msgid "%s - search inside posts/pages which are part of this category, "
|
3895 |
msgstr ""
|
3896 |
|
3897 |
-
#: core/lib/wpbc_all_translations.php:
|
3898 |
#, php-format
|
3899 |
msgid "%s - search inside posts/pages which have this tag, "
|
3900 |
msgstr ""
|
3901 |
|
3902 |
-
#: core/lib/wpbc_all_translations.php:
|
3903 |
#: inc/_bl/admin/page-search.php:129
|
3904 |
#, php-format
|
3905 |
msgid "%s - check-in date, "
|
3906 |
msgstr ""
|
3907 |
|
3908 |
-
#: core/lib/wpbc_all_translations.php:
|
3909 |
#: inc/_bl/admin/page-search.php:130
|
3910 |
#, php-format
|
3911 |
msgid "%s - check-out date, "
|
3912 |
msgstr ""
|
3913 |
|
3914 |
-
#: core/lib/wpbc_all_translations.php:
|
3915 |
#, php-format
|
3916 |
msgid "%s - default selection number of visitors, "
|
3917 |
msgstr ""
|
3918 |
|
3919 |
-
#: core/lib/wpbc_all_translations.php:
|
3920 |
#, php-format
|
3921 |
msgid "Example: %s - custom number of visitor selections\""
|
3922 |
msgstr ""
|
3923 |
|
3924 |
-
#: core/lib/wpbc_all_translations.php:
|
3925 |
#, php-format
|
3926 |
msgid "%s - search button, "
|
3927 |
msgstr ""
|
3928 |
|
3929 |
-
#: core/lib/wpbc_all_translations.php:
|
3930 |
#: inc/_bl/admin/page-search.php:131
|
3931 |
msgid "HTML tags is accepted."
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#: core/lib/wpbc_all_translations.php:
|
3935 |
#, php-format
|
3936 |
msgid "%s - resource title, "
|
3937 |
msgstr ""
|
3938 |
|
3939 |
-
#: core/lib/wpbc_all_translations.php:
|
3940 |
#: inc/_bl/admin/page-search.php:116
|
3941 |
#, php-format
|
3942 |
msgid "%s - link to the page with booking form, "
|
3943 |
msgstr ""
|
3944 |
|
3945 |
-
#: core/lib/wpbc_all_translations.php:
|
3946 |
#, php-format
|
3947 |
msgid "%s - availability of booking resource, "
|
3948 |
msgstr ""
|
3949 |
|
3950 |
-
#: core/lib/wpbc_all_translations.php:
|
3951 |
#, php-format
|
3952 |
msgid "%s - maximum number of visitors for the booking resource, "
|
3953 |
msgstr ""
|
3954 |
|
3955 |
-
#: core/lib/wpbc_all_translations.php:
|
3956 |
#, php-format
|
3957 |
msgid "%s - cost of booking the resource, "
|
3958 |
msgstr ""
|
3959 |
|
3960 |
-
#: core/lib/wpbc_all_translations.php:
|
3961 |
#, php-format
|
3962 |
msgid "%s - featured image, taken from the featured image associated with the post, "
|
3963 |
msgstr ""
|
3964 |
|
3965 |
-
#: core/lib/wpbc_all_translations.php:
|
3966 |
#, php-format
|
3967 |
msgid "%s - booking info, taken from the excerpt associated with the post, "
|
3968 |
msgstr ""
|
3969 |
|
3970 |
-
#: core/lib/wpbc_all_translations.php:
|
3971 |
#: inc/_ps/form/class-wpbc-form-help.php:677
|
3972 |
msgid "Full cost of the booking."
|
3973 |
msgstr ""
|
3974 |
|
3975 |
-
#: core/lib/wpbc_all_translations.php:
|
3976 |
#: inc/_ps/form/class-wpbc-form-help.php:679
|
3977 |
msgid "Cost of the booking for the selected dates only."
|
3978 |
msgstr ""
|
3979 |
|
3980 |
-
#: core/lib/wpbc_all_translations.php:
|
3981 |
#: inc/_ps/form/class-wpbc-form-help.php:681
|
3982 |
msgid "Additional cost, which depends on the fields selection in the form."
|
3983 |
msgstr ""
|
3984 |
|
3985 |
-
#: core/lib/wpbc_all_translations.php:
|
3986 |
#: inc/_ps/form/class-wpbc-form-help.php:683
|
3987 |
msgid "The deposit cost of the booking."
|
3988 |
msgstr ""
|
3989 |
|
3990 |
-
#: core/lib/wpbc_all_translations.php:
|
3991 |
#: inc/_ps/form/class-wpbc-form-help.php:685
|
3992 |
msgid "Balance cost of the booking - difference between deposit and full cost."
|
3993 |
msgstr ""
|
3994 |
|
3995 |
-
#: core/lib/wpbc_all_translations.php:
|
3996 |
msgid "hour(s)"
|
3997 |
msgstr ""
|
3998 |
|
3999 |
-
#: core/lib/wpbc_all_translations.php:
|
4000 |
#: inc/_bm/admin/api-settings-m.php:72 inc/_bm/admin/api-settings-m.php:127
|
4001 |
msgid "day(s)"
|
4002 |
msgstr ""
|
4003 |
|
4004 |
-
#: core/lib/wpbc_all_translations.php:
|
4005 |
msgid "Cache expiration"
|
4006 |
msgstr ""
|
4007 |
|
4008 |
-
#: core/lib/wpbc_all_translations.php:
|
4009 |
msgid "Select time of cache expiration"
|
4010 |
msgstr ""
|
4011 |
|
4012 |
-
#: core/lib/wpbc_all_translations.php:
|
4013 |
#: inc/_bl/admin/page-search.php:249
|
4014 |
msgid "Search Settings"
|
4015 |
msgstr ""
|
4016 |
|
4017 |
-
#: core/lib/wpbc_all_translations.php:
|
4018 |
msgid "Cache Updated"
|
4019 |
msgstr ""
|
4020 |
|
4021 |
-
#: core/lib/wpbc_all_translations.php:
|
4022 |
#: inc/_bl/admin/page-search.php:381
|
4023 |
msgid "Search Availability Form"
|
4024 |
msgstr ""
|
4025 |
|
4026 |
-
#: core/lib/wpbc_all_translations.php:
|
4027 |
#: inc/_bl/admin/page-search.php:399
|
4028 |
msgid "Search Results"
|
4029 |
msgstr ""
|
4030 |
|
4031 |
-
#: core/lib/wpbc_all_translations.php:
|
4032 |
#: inc/_bl/admin/page-search.php:426
|
4033 |
msgid "Search Cache"
|
4034 |
msgstr ""
|
4035 |
|
4036 |
-
#: core/lib/wpbc_all_translations.php:
|
4037 |
#, php-format
|
4038 |
msgid ""
|
4039 |
"If you do not see search results at front-end side of your website, please check troubleshooting "
|
4040 |
"instruction %shere%s"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: core/lib/wpbc_all_translations.php:
|
4044 |
msgid "CSS customization of search form and search results you can make at this file"
|
4045 |
msgstr ""
|
4046 |
|
4047 |
-
#: core/lib/wpbc_all_translations.php:
|
4048 |
#: inc/_bl/admin/page-search.php:602
|
4049 |
msgid "Select Template"
|
4050 |
msgstr ""
|
4051 |
|
4052 |
-
#: core/lib/wpbc_all_translations.php:
|
4053 |
msgid "Inlinee Search Form Template"
|
4054 |
msgstr ""
|
4055 |
|
4056 |
-
#: core/lib/wpbc_all_translations.php:
|
4057 |
msgid "Horizontal Search Form Template"
|
4058 |
msgstr ""
|
4059 |
|
4060 |
-
#: core/lib/wpbc_all_translations.php:
|
4061 |
msgid "Standard Search Form Template"
|
4062 |
msgstr ""
|
4063 |
|
4064 |
-
#: core/lib/wpbc_all_translations.php:
|
4065 |
#: inc/_bm/admin/page-seasons.php:1209 inc/_bm/admin/page-seasons.php:1425
|
4066 |
-
#: inc/_ps/admin/page-settings-form.php:
|
4067 |
msgid "Reset"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
-
#: core/lib/wpbc_all_translations.php:
|
4071 |
-
#: inc/_ps/admin/page-settings-form.php:
|
4072 |
msgid "Reset current Form"
|
4073 |
msgstr ""
|
4074 |
|
4075 |
-
#: core/lib/wpbc_all_translations.php:
|
4076 |
msgid "Cache will expire:"
|
4077 |
msgstr ""
|
4078 |
|
4079 |
-
#: core/lib/wpbc_all_translations.php:
|
4080 |
#, php-format
|
4081 |
msgid "Found: %s booking forms inside of posts or pages "
|
4082 |
msgstr ""
|
4083 |
|
4084 |
-
#: core/lib/wpbc_all_translations.php:
|
4085 |
msgid "Page"
|
4086 |
msgstr ""
|
4087 |
|
4088 |
-
#: core/lib/wpbc_all_translations.php:
|
4089 |
msgid "Reset Search Cache"
|
4090 |
msgstr ""
|
4091 |
|
4092 |
-
#: core/lib/wpbc_all_translations.php:
|
4093 |
msgid ""
|
4094 |
"Try selecting fewer visitors. The number of visitors may be more than the number of available "
|
4095 |
"units on selected day(s)!"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
-
#: core/lib/wpbc_all_translations.php:
|
4099 |
msgid "coupon"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
-
#: core/lib/wpbc_all_translations.php:
|
4103 |
msgid "discount"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
-
#: core/lib/wpbc_all_translations.php:
|
4107 |
msgid "Please select check-in and check-out days!"
|
4108 |
msgstr ""
|
4109 |
|
4110 |
-
#: core/lib/wpbc_all_translations.php:
|
4111 |
#: inc/_bl/biz_l.php:1691
|
4112 |
#, php-format
|
4113 |
msgid ""
|
@@ -4116,173 +4122,173 @@ msgid ""
|
|
4116 |
"page and try other days."
|
4117 |
msgstr ""
|
4118 |
|
4119 |
-
#: core/lib/wpbc_all_translations.php:
|
4120 |
#, php-format
|
4121 |
msgid "The folowing pending booking(s): %s deleted."
|
4122 |
msgstr ""
|
4123 |
|
4124 |
-
#: core/lib/wpbc_all_translations.php:
|
4125 |
msgid "Book now"
|
4126 |
msgstr ""
|
4127 |
|
4128 |
-
#: core/lib/wpbc_all_translations.php:
|
4129 |
#: inc/_bl/wpdev-booking-search-widget.php:67
|
4130 |
msgid "Search availability"
|
4131 |
msgstr ""
|
4132 |
|
4133 |
-
#: core/lib/wpbc_all_translations.php:
|
4134 |
msgid "Search results."
|
4135 |
msgstr ""
|
4136 |
|
4137 |
-
#: core/lib/wpbc_all_translations.php:
|
4138 |
msgid "Nothing found."
|
4139 |
msgstr ""
|
4140 |
|
4141 |
-
#: core/lib/wpbc_all_translations.php:
|
4142 |
msgid "Title of search widget"
|
4143 |
msgstr ""
|
4144 |
|
4145 |
-
#: core/lib/wpbc_all_translations.php:
|
4146 |
msgid "Title of search results"
|
4147 |
msgstr ""
|
4148 |
|
4149 |
-
#: core/lib/wpbc_all_translations.php:
|
4150 |
#, php-format
|
4151 |
msgid "Please type the %sTitle of search results%s."
|
4152 |
msgstr ""
|
4153 |
|
4154 |
-
#: core/lib/wpbc_all_translations.php:
|
4155 |
msgid "Nothing found message"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
-
#: core/lib/wpbc_all_translations.php:
|
4159 |
#, php-format
|
4160 |
msgid "Please type the %smessage ,what is showing, when nothing found%s."
|
4161 |
msgstr ""
|
4162 |
|
4163 |
-
#: core/lib/wpbc_all_translations.php:
|
4164 |
msgid "URL of Search Results"
|
4165 |
msgstr ""
|
4166 |
|
4167 |
-
#: core/lib/wpbc_all_translations.php:
|
4168 |
#, php-format
|
4169 |
msgid ""
|
4170 |
"Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
|
4171 |
"show."
|
4172 |
msgstr ""
|
4173 |
|
4174 |
-
#: core/lib/wpbc_all_translations.php:
|
4175 |
#: inc/_mu/multiuser.php:604
|
4176 |
msgid "Weekend"
|
4177 |
msgstr ""
|
4178 |
|
4179 |
-
#: core/lib/wpbc_all_translations.php:
|
4180 |
#: inc/_mu/multiuser.php:606
|
4181 |
msgid "High season"
|
4182 |
msgstr ""
|
4183 |
|
4184 |
-
#: core/lib/wpbc_all_translations.php:
|
4185 |
msgid "Limit available days from today"
|
4186 |
msgstr ""
|
4187 |
|
4188 |
-
#: core/lib/wpbc_all_translations.php:
|
4189 |
msgid "Select number of available days in calendar start from today."
|
4190 |
msgstr ""
|
4191 |
|
4192 |
-
#: core/lib/wpbc_all_translations.php:
|
4193 |
msgid "Unavailable time before / after booking"
|
4194 |
msgstr ""
|
4195 |
|
4196 |
-
#: core/lib/wpbc_all_translations.php:
|
4197 |
msgid ""
|
4198 |
"This feature is applying only for bookings for specific timeslots, or if activated check in/out "
|
4199 |
"time option."
|
4200 |
msgstr ""
|
4201 |
|
4202 |
-
#: core/lib/wpbc_all_translations.php:
|
4203 |
#: inc/_bm/admin/api-settings-m.php:132
|
4204 |
msgid "Before booking"
|
4205 |
msgstr ""
|
4206 |
|
4207 |
-
#: core/lib/wpbc_all_translations.php:
|
4208 |
#: inc/_bm/admin/api-settings-m.php:118 inc/_bm/admin/api-settings-m.php:133
|
4209 |
#: inc/_bm/admin/api-settings-m.php:142
|
4210 |
msgid "Select unavailable time interval."
|
4211 |
msgstr ""
|
4212 |
|
4213 |
-
#: core/lib/wpbc_all_translations.php:
|
4214 |
#: inc/_bm/admin/api-settings-m.php:141
|
4215 |
msgid "After booking"
|
4216 |
msgstr ""
|
4217 |
|
4218 |
-
#: core/lib/wpbc_all_translations.php:
|
4219 |
msgid "Showing cost in date cell"
|
4220 |
msgstr ""
|
4221 |
|
4222 |
-
#: core/lib/wpbc_all_translations.php:
|
4223 |
#, php-format
|
4224 |
msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
|
4225 |
msgstr ""
|
4226 |
|
4227 |
-
#: core/lib/wpbc_all_translations.php:
|
4228 |
msgid "Currency symbol"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
-
#: core/lib/wpbc_all_translations.php:
|
4232 |
#, php-format
|
4233 |
msgid ""
|
4234 |
"Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
|
4235 |
"currency symbols%s"
|
4236 |
msgstr ""
|
4237 |
|
4238 |
-
#: core/lib/wpbc_all_translations.php:
|
4239 |
msgid "Showing cost in tooltip"
|
4240 |
msgstr ""
|
4241 |
|
4242 |
-
#: core/lib/wpbc_all_translations.php:
|
4243 |
msgid ""
|
4244 |
" Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
|
4245 |
"calendar(s)."
|
4246 |
msgstr ""
|
4247 |
|
4248 |
-
#: core/lib/wpbc_all_translations.php:
|
4249 |
msgid "Cost Title"
|
4250 |
msgstr ""
|
4251 |
|
4252 |
-
#: core/lib/wpbc_all_translations.php:
|
4253 |
#, php-format
|
4254 |
msgid "Type your %scost%s description"
|
4255 |
msgstr ""
|
4256 |
|
4257 |
-
#: core/lib/wpbc_all_translations.php:
|
4258 |
#: inc/_bm/m-toolbar.php:62 inc/_bm/m-toolbar.php:408
|
4259 |
msgid "Custom Forms"
|
4260 |
msgstr ""
|
4261 |
|
4262 |
-
#: core/lib/wpbc_all_translations.php:
|
4263 |
msgid "Configuration of availability for booking resources"
|
4264 |
msgstr ""
|
4265 |
|
4266 |
-
#: core/lib/wpbc_all_translations.php:
|
4267 |
msgid "Availability Settings"
|
4268 |
msgstr ""
|
4269 |
|
4270 |
-
#: core/lib/wpbc_all_translations.php:
|
4271 |
#: inc/_bm/admin/page-cost.php:118 inc/_ps/p-toolbar.php:1115
|
4272 |
msgid "Show Children Resources"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
-
#: core/lib/wpbc_all_translations.php:
|
4276 |
#: inc/_bm/admin/page-cost.php:120 inc/_ps/p-toolbar.php:1117
|
4277 |
msgid "Hide Children Resources"
|
4278 |
msgstr ""
|
4279 |
|
4280 |
-
#: core/lib/wpbc_all_translations.php:
|
4281 |
#: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-availability.php:791
|
4282 |
msgid "Set Availability"
|
4283 |
msgstr ""
|
4284 |
|
4285 |
-
#: core/lib/wpbc_all_translations.php:
|
4286 |
#: inc/_bm/admin/page-cost.php:226 inc/_ps/admin/page-resources.php:197
|
4287 |
#, php-format
|
4288 |
msgid ""
|
@@ -4290,670 +4296,670 @@ msgid ""
|
|
4290 |
"booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
|
4291 |
msgstr ""
|
4292 |
|
4293 |
-
#: core/lib/wpbc_all_translations.php:
|
4294 |
#: inc/_bm/admin/page-cost.php:551 inc/_ps/admin/page-resources.php:456
|
4295 |
msgid "Resource Name"
|
4296 |
msgstr ""
|
4297 |
|
4298 |
-
#: core/lib/wpbc_all_translations.php:
|
4299 |
#: inc/_bm/admin/page-availability.php:885
|
4300 |
msgid "All days"
|
4301 |
msgstr ""
|
4302 |
|
4303 |
-
#: core/lib/wpbc_all_translations.php:
|
4304 |
#: inc/_bm/admin/page-availability.php:629 inc/_bm/admin/page-availability.php:880
|
4305 |
#: inc/_bm/admin/page-availability.php:894 inc/_bm/admin/page-availability.php:923
|
4306 |
#: inc/_bm/admin/page-availability.php:1086 inc/_bm/admin/page-cost-rate.php:346
|
4307 |
msgid "available"
|
4308 |
msgstr ""
|
4309 |
|
4310 |
-
#: core/lib/wpbc_all_translations.php:
|
4311 |
#: inc/_bm/admin/page-availability.php:630 inc/_bm/admin/page-availability.php:881
|
4312 |
#: inc/_bm/admin/page-availability.php:890 inc/_bm/admin/page-availability.php:919
|
4313 |
#: inc/_bm/admin/page-availability.php:1082 inc/_bm/admin/page-cost-rate.php:342
|
4314 |
msgid "unavailable"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
-
#: core/lib/wpbc_all_translations.php:
|
4318 |
#, php-format
|
4319 |
msgid "and %s on seasons:"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
-
#: core/lib/wpbc_all_translations.php:
|
4323 |
#, php-format
|
4324 |
msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
|
4325 |
msgstr ""
|
4326 |
|
4327 |
-
#: core/lib/wpbc_all_translations.php:
|
4328 |
#: inc/_bm/admin/page-cost-deposit.php:308 inc/_bm/admin/page-cost-rate.php:118
|
4329 |
#: inc/_bm/admin/page-cost-valuation.php:146
|
4330 |
msgid "Hide season filters"
|
4331 |
msgstr ""
|
4332 |
|
4333 |
-
#: core/lib/wpbc_all_translations.php:
|
4334 |
#: inc/_bm/admin/page-cost-deposit.php:313 inc/_bm/admin/page-cost-rate.php:123
|
4335 |
#: inc/_bm/admin/page-cost-valuation.php:151
|
4336 |
msgid "Show all exist season filters"
|
4337 |
msgstr ""
|
4338 |
|
4339 |
-
#: core/lib/wpbc_all_translations.php:
|
4340 |
#: inc/_bm/admin/page-cost-rate.php:156 inc/gateways/page-gateways.php:728
|
4341 |
msgid "Enabled"
|
4342 |
msgstr ""
|
4343 |
|
4344 |
-
#: core/lib/wpbc_all_translations.php:
|
4345 |
msgid "Customization of additional cost, which depend from form fields"
|
4346 |
msgstr ""
|
4347 |
|
4348 |
-
#: core/lib/wpbc_all_translations.php:
|
4349 |
msgid "Advanced Cost Settings"
|
4350 |
msgstr ""
|
4351 |
|
4352 |
-
#: core/lib/wpbc_all_translations.php:
|
4353 |
msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
|
4354 |
msgstr ""
|
4355 |
|
4356 |
-
#: core/lib/wpbc_all_translations.php:
|
4357 |
#, php-format
|
4358 |
msgid ""
|
4359 |
"Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
|
4360 |
"%sbooking form%s."
|
4361 |
msgstr ""
|
4362 |
|
4363 |
-
#: core/lib/wpbc_all_translations.php:
|
4364 |
#: inc/_bm/admin/page-cost-deposit.php:180
|
4365 |
msgid "Deposit type"
|
4366 |
msgstr ""
|
4367 |
|
4368 |
-
#: core/lib/wpbc_all_translations.php:
|
4369 |
msgid "of total cost"
|
4370 |
msgstr ""
|
4371 |
|
4372 |
-
#: core/lib/wpbc_all_translations.php:
|
4373 |
#: inc/_bs/admin/api-settings-s.php:841
|
4374 |
msgid "night"
|
4375 |
msgstr ""
|
4376 |
|
4377 |
-
#: core/lib/wpbc_all_translations.php:
|
4378 |
msgid "as additional sum"
|
4379 |
msgstr ""
|
4380 |
|
4381 |
-
#: core/lib/wpbc_all_translations.php:
|
4382 |
msgid "Enter additional cost in formats:"
|
4383 |
msgstr ""
|
4384 |
|
4385 |
-
#: core/lib/wpbc_all_translations.php:
|
4386 |
#, php-format
|
4387 |
msgid ""
|
4388 |
"For example, if the original cost of the booking is %s, then after applying additional costs the "
|
4389 |
"total cost will be folowing"
|
4390 |
msgstr ""
|
4391 |
|
4392 |
-
#: core/lib/wpbc_all_translations.php:
|
4393 |
msgid "Enter fixed cost"
|
4394 |
msgstr ""
|
4395 |
|
4396 |
-
#: core/lib/wpbc_all_translations.php:
|
4397 |
#: inc/_bm/admin/page-cost-advanced.php:641 inc/_bm/admin/page-cost-advanced.php:647
|
4398 |
#, php-format
|
4399 |
msgid "%s, then total cost will be %s"
|
4400 |
msgstr ""
|
4401 |
|
4402 |
-
#: core/lib/wpbc_all_translations.php:
|
4403 |
msgid "Enter percentage of the entire booking"
|
4404 |
msgstr ""
|
4405 |
|
4406 |
-
#: core/lib/wpbc_all_translations.php:
|
4407 |
msgid "Enter fixed amount for each selected day"
|
4408 |
msgstr ""
|
4409 |
|
4410 |
-
#: core/lib/wpbc_all_translations.php:
|
4411 |
#, php-format
|
4412 |
msgid "%s, then total cost will be (if selected 3 days) %s"
|
4413 |
msgstr ""
|
4414 |
|
4415 |
-
#: core/lib/wpbc_all_translations.php:
|
4416 |
#: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
|
4417 |
#: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
|
4418 |
msgid "or"
|
4419 |
msgstr ""
|
4420 |
|
4421 |
-
#: core/lib/wpbc_all_translations.php:
|
4422 |
msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
|
4423 |
msgstr ""
|
4424 |
|
4425 |
-
#: core/lib/wpbc_all_translations.php:
|
4426 |
#, php-format
|
4427 |
msgid "Please check more info about configuration of this cost settings on this %spage%s."
|
4428 |
msgstr ""
|
4429 |
|
4430 |
-
#: core/lib/wpbc_all_translations.php:
|
4431 |
msgid "Set Deposit"
|
4432 |
msgstr ""
|
4433 |
|
4434 |
-
#: core/lib/wpbc_all_translations.php:
|
4435 |
msgid "deposit payment for booking resource"
|
4436 |
msgstr ""
|
4437 |
|
4438 |
-
#: core/lib/wpbc_all_translations.php:
|
4439 |
#: inc/_bm/admin/page-cost-deposit.php:161
|
4440 |
msgid "Deposit amount"
|
4441 |
msgstr ""
|
4442 |
|
4443 |
-
#: core/lib/wpbc_all_translations.php:
|
4444 |
msgid "fixed total in"
|
4445 |
msgstr ""
|
4446 |
|
4447 |
-
#: core/lib/wpbc_all_translations.php:
|
4448 |
msgid "of payment"
|
4449 |
msgstr ""
|
4450 |
|
4451 |
-
#: core/lib/wpbc_all_translations.php:
|
4452 |
msgid "Conditions"
|
4453 |
msgstr ""
|
4454 |
|
4455 |
-
#: core/lib/wpbc_all_translations.php:
|
4456 |
#, php-format
|
4457 |
msgid ""
|
4458 |
"Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
|
4459 |
msgstr ""
|
4460 |
|
4461 |
-
#: core/lib/wpbc_all_translations.php:
|
4462 |
#, php-format
|
4463 |
msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
|
4464 |
msgstr ""
|
4465 |
|
4466 |
-
#: core/lib/wpbc_all_translations.php:
|
4467 |
#: inc/_bm/admin/page-cost-valuation.php:539
|
4468 |
msgid "Any days"
|
4469 |
msgstr ""
|
4470 |
|
4471 |
-
#: core/lib/wpbc_all_translations.php:
|
4472 |
msgid "Deposit payment total"
|
4473 |
msgstr ""
|
4474 |
|
4475 |
-
#: core/lib/wpbc_all_translations.php:
|
4476 |
msgid "Set Rates"
|
4477 |
msgstr ""
|
4478 |
|
4479 |
-
#: core/lib/wpbc_all_translations.php:
|
4480 |
#: inc/_bm/admin/page-cost.php:645 inc/_bm/admin/page-cost.php:646
|
4481 |
msgid "Rates"
|
4482 |
msgstr ""
|
4483 |
|
4484 |
-
#: core/lib/wpbc_all_translations.php:
|
4485 |
msgid "Seasonal price"
|
4486 |
msgstr ""
|
4487 |
|
4488 |
-
#: core/lib/wpbc_all_translations.php:
|
4489 |
#: inc/_bm/admin/page-cost-valuation.php:196
|
4490 |
msgid "Season"
|
4491 |
msgstr ""
|
4492 |
|
4493 |
-
#: core/lib/wpbc_all_translations.php:
|
4494 |
#, php-format
|
4495 |
msgid ""
|
4496 |
"Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
|
4497 |
"booking resource (%s) or %sAdd a new seasonal filter%s"
|
4498 |
msgstr ""
|
4499 |
|
4500 |
-
#: core/lib/wpbc_all_translations.php:
|
4501 |
#: inc/_bm/admin/page-cost.php:210 inc/_bm/admin/page-cost.php:218
|
4502 |
msgid "Set Valuation Days"
|
4503 |
msgstr ""
|
4504 |
|
4505 |
-
#: core/lib/wpbc_all_translations.php:
|
4506 |
#: inc/_mu/admin/page-users.php:431
|
4507 |
msgid "Status"
|
4508 |
msgstr ""
|
4509 |
|
4510 |
-
#: core/lib/wpbc_all_translations.php:
|
4511 |
msgid "Costs"
|
4512 |
msgstr ""
|
4513 |
|
4514 |
-
#: core/lib/wpbc_all_translations.php:
|
4515 |
msgid "Add new cost"
|
4516 |
msgstr ""
|
4517 |
|
4518 |
-
#: core/lib/wpbc_all_translations.php:
|
4519 |
#, php-format
|
4520 |
msgid ""
|
4521 |
"Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
|
4522 |
"the list."
|
4523 |
msgstr ""
|
4524 |
|
4525 |
-
#: core/lib/wpbc_all_translations.php:
|
4526 |
#, php-format
|
4527 |
msgid ""
|
4528 |
"Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
|
4529 |
"terms %s"
|
4530 |
msgstr ""
|
4531 |
|
4532 |
-
#: core/lib/wpbc_all_translations.php:
|
4533 |
#: inc/_bm/admin/page-cost-valuation.php:276 inc/_bm/admin/page-cost-valuation.php:447
|
4534 |
msgid "Together"
|
4535 |
msgstr ""
|
4536 |
|
4537 |
-
#: core/lib/wpbc_all_translations.php:
|
4538 |
#: inc/_bm/admin/page-cost-valuation.php:276 inc/_bm/admin/page-cost-valuation.php:280
|
4539 |
#: inc/_bm/admin/page-cost-valuation.php:282 inc/_bm/admin/page-cost-valuation.php:445
|
4540 |
msgid "For"
|
4541 |
msgstr ""
|
4542 |
|
4543 |
-
#: core/lib/wpbc_all_translations.php:
|
4544 |
#, php-format
|
4545 |
msgid "%s and %s terms have higher priority than a range %s days."
|
4546 |
msgstr ""
|
4547 |
|
4548 |
-
#: core/lib/wpbc_all_translations.php:
|
4549 |
#, php-format
|
4550 |
msgid "%s - definition of check-out date."
|
4551 |
msgstr ""
|
4552 |
|
4553 |
-
#: core/lib/wpbc_all_translations.php:
|
4554 |
#: inc/_bs/admin/api-settings-s.php:198 inc/_bs/admin/api-settings-s.php:311
|
4555 |
#: inc/_bs/admin/api-settings-s.php:324 inc/_ps/form/class-wpbc-form-help.php:532
|
4556 |
#: inc/_ps/form/class-wpbc-form-help.php:535
|
4557 |
msgid "Example"
|
4558 |
msgstr ""
|
4559 |
|
4560 |
-
#: core/lib/wpbc_all_translations.php:
|
4561 |
msgid ""
|
4562 |
"Specific cost will take affect, only if it active (the box at the left side is checked) and if "
|
4563 |
"\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
|
4564 |
msgstr ""
|
4565 |
|
4566 |
-
#: core/lib/wpbc_all_translations.php:
|
4567 |
#: inc/_bm/admin/page-cost-valuation.php:334 inc/_bm/biz_m.php:244 inc/_bm/biz_m.php:275
|
4568 |
#: inc/_bm/biz_m.php:276
|
4569 |
msgid " for all days!"
|
4570 |
msgstr ""
|
4571 |
|
4572 |
-
#: core/lib/wpbc_all_translations.php:
|
4573 |
#: inc/_bm/admin/page-cost-valuation.php:499 inc/_bm/biz_m.php:242 inc/_bm/biz_m.php:273
|
4574 |
msgid "from the cost of 1 day "
|
4575 |
msgstr ""
|
4576 |
|
4577 |
-
#: core/lib/wpbc_all_translations.php:
|
4578 |
#: inc/_bm/admin/page-cost-valuation.php:500 inc/_bm/biz_m.php:241 inc/_bm/biz_m.php:272
|
4579 |
msgid "per 1 day"
|
4580 |
msgstr ""
|
4581 |
|
4582 |
-
#: core/lib/wpbc_all_translations.php:
|
4583 |
#: inc/_bm/admin/page-seasons.php:1543
|
4584 |
msgid "to"
|
4585 |
msgstr ""
|
4586 |
|
4587 |
-
#: core/lib/wpbc_all_translations.php:
|
4588 |
#: inc/_bm/biz_m.php:243 inc/_bm/biz_m.php:274
|
4589 |
#, php-format
|
4590 |
msgid "Additional cost in %s per 1 day"
|
4591 |
msgstr ""
|
4592 |
|
4593 |
-
#: core/lib/wpbc_all_translations.php:
|
4594 |
msgid "Customization of rates, valuation days cost and deposit amount "
|
4595 |
msgstr ""
|
4596 |
|
4597 |
-
#: core/lib/wpbc_all_translations.php:
|
4598 |
msgid "Costs and Rates Settings"
|
4599 |
msgstr ""
|
4600 |
|
4601 |
-
#: core/lib/wpbc_all_translations.php:
|
4602 |
#: inc/_bm/admin/page-cost.php:217
|
4603 |
msgid "Set Rate"
|
4604 |
msgstr ""
|
4605 |
|
4606 |
-
#: core/lib/wpbc_all_translations.php:
|
4607 |
#: inc/_bm/admin/page-cost.php:219
|
4608 |
msgid "Set Deposit Amount"
|
4609 |
msgstr ""
|
4610 |
|
4611 |
-
#: core/lib/wpbc_all_translations.php:
|
4612 |
#: inc/_bm/admin/page-cost.php:653
|
4613 |
msgid "Valuation days"
|
4614 |
msgstr ""
|
4615 |
|
4616 |
-
#: core/lib/wpbc_all_translations.php:
|
4617 |
#: inc/_bm/admin/page-cost.php:660 inc/gateways/page-gateways.php:1278
|
4618 |
msgid "Deposit"
|
4619 |
msgstr ""
|
4620 |
|
4621 |
-
#: core/lib/wpbc_all_translations.php:
|
4622 |
msgid "Customizaton of Season Filters"
|
4623 |
msgstr ""
|
4624 |
|
4625 |
-
#: core/lib/wpbc_all_translations.php:
|
4626 |
#: inc/_bm/admin/page-seasons.php:804
|
4627 |
msgid "Specific Dates Filter"
|
4628 |
msgstr ""
|
4629 |
|
4630 |
-
#: core/lib/wpbc_all_translations.php:
|
4631 |
#: inc/_bm/admin/page-seasons.php:810
|
4632 |
msgid "Conditional Dates Filter"
|
4633 |
msgstr ""
|
4634 |
|
4635 |
-
#: core/lib/wpbc_all_translations.php:
|
4636 |
#: inc/_bm/admin/page-seasons.php:1238
|
4637 |
msgid "Filter Name"
|
4638 |
msgstr ""
|
4639 |
|
4640 |
-
#: core/lib/wpbc_all_translations.php:
|
4641 |
#: inc/_bm/admin/page-seasons.php:1239
|
4642 |
msgid "Type filter name"
|
4643 |
msgstr ""
|
4644 |
|
4645 |
-
#: core/lib/wpbc_all_translations.php:
|
4646 |
msgid "Weekdays"
|
4647 |
msgstr ""
|
4648 |
|
4649 |
-
#: core/lib/wpbc_all_translations.php:
|
4650 |
msgid "Months"
|
4651 |
msgstr ""
|
4652 |
|
4653 |
-
#: core/lib/wpbc_all_translations.php:
|
4654 |
#: inc/_bm/admin/page-seasons.php:1264
|
4655 |
msgid "January"
|
4656 |
msgstr ""
|
4657 |
|
4658 |
-
#: core/lib/wpbc_all_translations.php:
|
4659 |
#: inc/_bm/admin/page-seasons.php:1265
|
4660 |
msgid "February"
|
4661 |
msgstr ""
|
4662 |
|
4663 |
-
#: core/lib/wpbc_all_translations.php:
|
4664 |
#: inc/_bm/admin/page-seasons.php:1266
|
4665 |
msgid "March"
|
4666 |
msgstr ""
|
4667 |
|
4668 |
-
#: core/lib/wpbc_all_translations.php:
|
4669 |
#: inc/_bm/admin/page-seasons.php:1267
|
4670 |
msgid "April"
|
4671 |
msgstr ""
|
4672 |
|
4673 |
-
#: core/lib/wpbc_all_translations.php:
|
4674 |
#: inc/_bm/admin/page-seasons.php:1268 inc/_bm/admin/page-seasons.php:1469
|
4675 |
msgid "May"
|
4676 |
msgstr ""
|
4677 |
|
4678 |
-
#: core/lib/wpbc_all_translations.php:
|
4679 |
#: inc/_bm/admin/page-seasons.php:1269
|
4680 |
msgid "June"
|
4681 |
msgstr ""
|
4682 |
|
4683 |
-
#: core/lib/wpbc_all_translations.php:
|
4684 |
#: inc/_bm/admin/page-seasons.php:1270
|
4685 |
msgid "July"
|
4686 |
msgstr ""
|
4687 |
|
4688 |
-
#: core/lib/wpbc_all_translations.php:
|
4689 |
#: inc/_bm/admin/page-seasons.php:1271
|
4690 |
msgid "August"
|
4691 |
msgstr ""
|
4692 |
|
4693 |
-
#: core/lib/wpbc_all_translations.php:
|
4694 |
#: inc/_bm/admin/page-seasons.php:1272
|
4695 |
msgid "September"
|
4696 |
msgstr ""
|
4697 |
|
4698 |
-
#: core/lib/wpbc_all_translations.php:
|
4699 |
#: inc/_bm/admin/page-seasons.php:1273
|
4700 |
msgid "October"
|
4701 |
msgstr ""
|
4702 |
|
4703 |
-
#: core/lib/wpbc_all_translations.php:
|
4704 |
#: inc/_bm/admin/page-seasons.php:1274
|
4705 |
msgid "November"
|
4706 |
msgstr ""
|
4707 |
|
4708 |
-
#: core/lib/wpbc_all_translations.php:
|
4709 |
#: inc/_bm/admin/page-seasons.php:1275
|
4710 |
msgid "December"
|
4711 |
msgstr ""
|
4712 |
|
4713 |
-
#: core/lib/wpbc_all_translations.php:
|
4714 |
msgid "Years"
|
4715 |
msgstr ""
|
4716 |
|
4717 |
-
#: core/lib/wpbc_all_translations.php:
|
4718 |
#: inc/_bm/admin/page-seasons.php:1466
|
4719 |
msgid "Mo"
|
4720 |
msgstr ""
|
4721 |
|
4722 |
-
#: core/lib/wpbc_all_translations.php:
|
4723 |
#: inc/_bm/admin/page-seasons.php:1466
|
4724 |
msgid "Tu"
|
4725 |
msgstr ""
|
4726 |
|
4727 |
-
#: core/lib/wpbc_all_translations.php:
|
4728 |
#: inc/_bm/admin/page-seasons.php:1466
|
4729 |
msgid "We"
|
4730 |
msgstr ""
|
4731 |
|
4732 |
-
#: core/lib/wpbc_all_translations.php:
|
4733 |
#: inc/_bm/admin/page-seasons.php:1466
|
4734 |
msgid "Th"
|
4735 |
msgstr ""
|
4736 |
|
4737 |
-
#: core/lib/wpbc_all_translations.php:
|
4738 |
#: inc/_bm/admin/page-seasons.php:1466
|
4739 |
msgid "Fr"
|
4740 |
msgstr ""
|
4741 |
|
4742 |
-
#: core/lib/wpbc_all_translations.php:
|
4743 |
#: inc/_bm/admin/page-seasons.php:1466
|
4744 |
msgid "Sa"
|
4745 |
msgstr ""
|
4746 |
|
4747 |
-
#: core/lib/wpbc_all_translations.php:
|
4748 |
#: inc/_bm/admin/page-seasons.php:1466
|
4749 |
msgid "Su"
|
4750 |
msgstr ""
|
4751 |
|
4752 |
-
#: core/lib/wpbc_all_translations.php:
|
4753 |
msgid "Jan"
|
4754 |
msgstr ""
|
4755 |
|
4756 |
-
#: core/lib/wpbc_all_translations.php:
|
4757 |
msgid "Feb"
|
4758 |
msgstr ""
|
4759 |
|
4760 |
-
#: core/lib/wpbc_all_translations.php:
|
4761 |
msgid "Mar"
|
4762 |
msgstr ""
|
4763 |
|
4764 |
-
#: core/lib/wpbc_all_translations.php:
|
4765 |
msgid "Apr"
|
4766 |
msgstr ""
|
4767 |
|
4768 |
-
#: core/lib/wpbc_all_translations.php:
|
4769 |
msgid "Jun"
|
4770 |
msgstr ""
|
4771 |
|
4772 |
-
#: core/lib/wpbc_all_translations.php:
|
4773 |
msgid "Jul"
|
4774 |
msgstr ""
|
4775 |
|
4776 |
-
#: core/lib/wpbc_all_translations.php:
|
4777 |
msgid "Aug"
|
4778 |
msgstr ""
|
4779 |
|
4780 |
-
#: core/lib/wpbc_all_translations.php:
|
4781 |
msgid "Sep"
|
4782 |
msgstr ""
|
4783 |
|
4784 |
-
#: core/lib/wpbc_all_translations.php:
|
4785 |
msgid "Oct"
|
4786 |
msgstr ""
|
4787 |
|
4788 |
-
#: core/lib/wpbc_all_translations.php:
|
4789 |
msgid "Nov"
|
4790 |
msgstr ""
|
4791 |
|
4792 |
-
#: core/lib/wpbc_all_translations.php:
|
4793 |
msgid "Dec"
|
4794 |
msgstr ""
|
4795 |
|
4796 |
-
#: core/lib/wpbc_all_translations.php:
|
4797 |
#: inc/_bm/admin/page-seasons.php:1559 inc/_bm/admin/page-seasons.php:1581
|
4798 |
#: inc/_bm/admin/page-seasons.php:1605 inc/_bm/admin/page-seasons.php:1623
|
4799 |
msgid "No days"
|
4800 |
msgstr ""
|
4801 |
|
4802 |
-
#: core/lib/wpbc_all_translations.php:
|
4803 |
msgid "time"
|
4804 |
msgstr ""
|
4805 |
|
4806 |
-
#: core/lib/wpbc_all_translations.php:
|
4807 |
msgid "Every"
|
4808 |
msgstr ""
|
4809 |
|
4810 |
-
#: core/lib/wpbc_all_translations.php:
|
4811 |
msgid "Each day "
|
4812 |
msgstr ""
|
4813 |
|
4814 |
-
#: core/lib/wpbc_all_translations.php:
|
4815 |
msgid "on each day "
|
4816 |
msgstr ""
|
4817 |
|
4818 |
-
#: core/lib/wpbc_all_translations.php:
|
4819 |
msgid "On each "
|
4820 |
msgstr ""
|
4821 |
|
4822 |
-
#: core/lib/wpbc_all_translations.php:
|
4823 |
msgid "on each "
|
4824 |
msgstr ""
|
4825 |
|
4826 |
-
#: core/lib/wpbc_all_translations.php:
|
4827 |
msgid "of every month "
|
4828 |
msgstr ""
|
4829 |
|
4830 |
-
#: core/lib/wpbc_all_translations.php:
|
4831 |
msgid "of"
|
4832 |
msgstr ""
|
4833 |
|
4834 |
-
#: core/lib/wpbc_all_translations.php:
|
4835 |
msgid "for all days!"
|
4836 |
msgstr ""
|
4837 |
|
4838 |
-
#: core/lib/wpbc_all_translations.php:
|
4839 |
msgid "Standard booking resource cost"
|
4840 |
msgstr ""
|
4841 |
|
4842 |
-
#: core/lib/wpbc_all_translations.php:
|
4843 |
msgid "Total booking resource cost"
|
4844 |
msgstr ""
|
4845 |
|
4846 |
-
#: core/lib/wpbc_all_translations.php:
|
4847 |
msgid "Delete selected booking form"
|
4848 |
msgstr ""
|
4849 |
|
4850 |
-
#: core/lib/wpbc_all_translations.php:
|
4851 |
msgid "Do you really want to delete selected booking form ?"
|
4852 |
msgstr ""
|
4853 |
|
4854 |
-
#: core/lib/wpbc_all_translations.php:
|
4855 |
msgid "Add New Custom Form"
|
4856 |
msgstr ""
|
4857 |
|
4858 |
-
#: core/lib/wpbc_all_translations.php:
|
4859 |
msgid "Type the name of booking form"
|
4860 |
msgstr ""
|
4861 |
|
4862 |
-
#: core/lib/wpbc_all_translations.php:
|
4863 |
msgid "Create"
|
4864 |
msgstr ""
|
4865 |
|
4866 |
-
#: core/lib/wpbc_all_translations.php:
|
4867 |
msgid "Create new form"
|
4868 |
msgstr ""
|
4869 |
|
4870 |
-
#: core/lib/wpbc_all_translations.php:
|
4871 |
msgid "There are no extended booking forms"
|
4872 |
msgstr ""
|
4873 |
|
4874 |
-
#: core/lib/wpbc_all_translations.php:
|
4875 |
msgid "Create conditional days filter"
|
4876 |
msgstr ""
|
4877 |
|
4878 |
-
#: core/lib/wpbc_all_translations.php:
|
4879 |
#: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
|
4880 |
msgid "Apartment#1"
|
4881 |
msgstr ""
|
4882 |
|
4883 |
-
#: core/lib/wpbc_all_translations.php:
|
4884 |
#: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
|
4885 |
msgid "Apartment#2"
|
4886 |
msgstr ""
|
4887 |
|
4888 |
-
#: core/lib/wpbc_all_translations.php:
|
4889 |
#: inc/_ps/admin/activation-p.php:48
|
4890 |
msgid "Apartment#3"
|
4891 |
msgstr ""
|
4892 |
|
4893 |
-
#: core/lib/wpbc_all_translations.php:
|
4894 |
msgid "Range days"
|
4895 |
msgstr ""
|
4896 |
|
4897 |
-
#: core/lib/wpbc_all_translations.php:
|
4898 |
#, php-format
|
4899 |
msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
|
4900 |
msgstr ""
|
4901 |
|
4902 |
-
#: core/lib/wpbc_all_translations.php:
|
4903 |
#, php-format
|
4904 |
msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
|
4905 |
msgstr ""
|
4906 |
|
4907 |
-
#: core/lib/wpbc_all_translations.php:
|
4908 |
#: inc/_bs/admin/api-settings-s.php:137
|
4909 |
msgid "Days selection number"
|
4910 |
msgstr ""
|
4911 |
|
4912 |
-
#: core/lib/wpbc_all_translations.php:
|
4913 |
#, php-format
|
4914 |
msgid "Type your %snumber of days for range selection%s"
|
4915 |
msgstr ""
|
4916 |
|
4917 |
-
#: core/lib/wpbc_all_translations.php:
|
4918 |
#: inc/_bs/admin/api-settings-s.php:210
|
4919 |
msgid "Specific day(s) of week"
|
4920 |
msgstr ""
|
4921 |
|
4922 |
-
#: core/lib/wpbc_all_translations.php:
|
4923 |
#: inc/_bs/admin/api-settings-s.php:214
|
4924 |
msgid "Any day of week"
|
4925 |
msgstr ""
|
4926 |
|
4927 |
-
#: core/lib/wpbc_all_translations.php:
|
4928 |
#: inc/_bs/admin/api-settings-s.php:222
|
4929 |
msgid "Start day of range"
|
4930 |
msgstr ""
|
4931 |
|
4932 |
-
#: core/lib/wpbc_all_translations.php:
|
4933 |
#: inc/_bs/admin/api-settings-s.php:251
|
4934 |
msgid "Select your start day of range selection at week"
|
4935 |
msgstr ""
|
4936 |
|
4937 |
-
#: core/lib/wpbc_all_translations.php:
|
4938 |
#: inc/_bs/admin/api-settings-s.php:156
|
4939 |
msgid "Min"
|
4940 |
msgstr ""
|
4941 |
|
4942 |
-
#: core/lib/wpbc_all_translations.php:
|
4943 |
#: inc/_bs/admin/api-settings-s.php:174
|
4944 |
msgid "Max"
|
4945 |
msgstr ""
|
4946 |
|
4947 |
-
#: core/lib/wpbc_all_translations.php:
|
4948 |
#, php-format
|
4949 |
msgid "Select your %sminimum and maximum number of days for range selection%s"
|
4950 |
msgstr ""
|
4951 |
|
4952 |
-
#: core/lib/wpbc_all_translations.php:
|
4953 |
msgid "Specific days selections"
|
4954 |
msgstr ""
|
4955 |
|
4956 |
-
#: core/lib/wpbc_all_translations.php:
|
4957 |
#, php-format
|
4958 |
msgid ""
|
4959 |
"Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
|
@@ -4961,638 +4967,639 @@ msgid ""
|
|
4961 |
"this: %s) or combination (example:%s, its the same like this: %s)"
|
4962 |
msgstr ""
|
4963 |
|
4964 |
-
#: core/lib/wpbc_all_translations.php:
|
4965 |
msgid "Use time selections as recurrent time slots"
|
4966 |
msgstr ""
|
4967 |
|
4968 |
-
#: core/lib/wpbc_all_translations.php:
|
4969 |
msgid ""
|
4970 |
"Check this box if you want to use recurrent time to reserve several days. This means that middle "
|
4971 |
"days will be partially booked by actual times, otherwise the time in the booking form will be "
|
4972 |
"used as check-in/check-out time for the first and last day of the reservation."
|
4973 |
msgstr ""
|
4974 |
|
4975 |
-
#: core/lib/wpbc_all_translations.php:
|
4976 |
msgid "Use check in/out time"
|
4977 |
msgstr ""
|
4978 |
|
4979 |
-
#: core/lib/wpbc_all_translations.php:
|
4980 |
msgid "Check this option, to use check in/out time during booking process. "
|
4981 |
msgstr ""
|
4982 |
|
4983 |
-
#: core/lib/wpbc_all_translations.php:
|
4984 |
#, php-format
|
4985 |
msgid "%s Important!%s This will overwrite any times selection in your booking form."
|
4986 |
msgstr ""
|
4987 |
|
4988 |
-
#: core/lib/wpbc_all_translations.php:
|
4989 |
msgid "Check-in time"
|
4990 |
msgstr ""
|
4991 |
|
4992 |
-
#: core/lib/wpbc_all_translations.php:
|
4993 |
#, php-format
|
4994 |
msgid "Type your %sCheck-in%s time of booking"
|
4995 |
msgstr ""
|
4996 |
|
4997 |
-
#: core/lib/wpbc_all_translations.php:
|
4998 |
msgid "Check-Out time"
|
4999 |
msgstr ""
|
5000 |
|
5001 |
-
#: core/lib/wpbc_all_translations.php:
|
5002 |
#, php-format
|
5003 |
msgid "Type your %sCheck-Out%s time of booking"
|
5004 |
msgstr ""
|
5005 |
|
5006 |
-
#: core/lib/wpbc_all_translations.php:
|
5007 |
msgid "Change over days as triangles"
|
5008 |
msgstr ""
|
5009 |
|
5010 |
-
#: core/lib/wpbc_all_translations.php:
|
5011 |
msgid "Check this option, to show change over days as triangles. "
|
5012 |
msgstr ""
|
5013 |
|
5014 |
-
#: core/lib/wpbc_all_translations.php:
|
5015 |
msgid "Title of booked timeslot(s)"
|
5016 |
msgstr ""
|
5017 |
|
5018 |
-
#: core/lib/wpbc_all_translations.php:
|
5019 |
#, php-format
|
5020 |
msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
|
5021 |
msgstr ""
|
5022 |
|
5023 |
-
#: core/lib/wpbc_all_translations.php:
|
5024 |
msgid "Time Format"
|
5025 |
msgstr ""
|
5026 |
|
5027 |
-
#: core/lib/wpbc_all_translations.php:
|
5028 |
#, php-format
|
5029 |
msgid ""
|
5030 |
"Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
|
5031 |
msgstr ""
|
5032 |
|
5033 |
-
#: core/lib/wpbc_all_translations.php:
|
5034 |
msgid "Auto approve all new bookings"
|
5035 |
msgstr ""
|
5036 |
|
5037 |
-
#: core/lib/wpbc_all_translations.php:
|
5038 |
#, php-format
|
5039 |
msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
|
5040 |
msgstr ""
|
5041 |
|
5042 |
-
#: core/lib/wpbc_all_translations.php:
|
5043 |
#, php-format
|
5044 |
msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
|
5045 |
msgstr ""
|
5046 |
|
5047 |
-
#: core/lib/wpbc_all_translations.php:
|
5048 |
msgid "Cancel bookings older"
|
5049 |
msgstr ""
|
5050 |
|
5051 |
-
#: core/lib/wpbc_all_translations.php:
|
5052 |
msgid "Cancel only pending, unpaid bookings, which are older than this selection."
|
5053 |
msgstr ""
|
5054 |
|
5055 |
-
#: core/lib/wpbc_all_translations.php:
|
5056 |
msgid "Cancellation email sent"
|
5057 |
msgstr ""
|
5058 |
|
5059 |
-
#: core/lib/wpbc_all_translations.php:
|
5060 |
#, php-format
|
5061 |
msgid "Check this box to %ssend%s cancellation email for this resource."
|
5062 |
msgstr ""
|
5063 |
|
5064 |
-
#: core/lib/wpbc_all_translations.php:
|
5065 |
#: inc/_bs/admin/api-settings-s.php:510
|
5066 |
msgid "Reason for cancellation"
|
5067 |
msgstr ""
|
5068 |
|
5069 |
-
#: core/lib/wpbc_all_translations.php:
|
5070 |
#, php-format
|
5071 |
msgid "Type the reason for %scancellation%s for the email template."
|
5072 |
msgstr ""
|
5073 |
|
5074 |
-
#: core/lib/wpbc_all_translations.php:
|
5075 |
msgid "Payment request"
|
5076 |
msgstr ""
|
5077 |
|
5078 |
-
#: core/lib/wpbc_all_translations.php:
|
5079 |
msgid "Customization of email template, which is sending to Visitor after payment request"
|
5080 |
msgstr ""
|
5081 |
|
5082 |
-
#: core/lib/wpbc_all_translations.php:
|
5083 |
msgid "Email with Payment Request which is sending to Visitor."
|
5084 |
msgstr ""
|
5085 |
|
5086 |
-
#: core/lib/wpbc_all_translations.php:
|
5087 |
msgid "Error! Please reset your check-in/check-out dates above."
|
5088 |
msgstr ""
|
5089 |
|
5090 |
-
#: core/lib/wpbc_all_translations.php:
|
5091 |
msgid ""
|
5092 |
"Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
|
5093 |
"another date or time."
|
5094 |
msgstr ""
|
5095 |
|
5096 |
-
#: core/lib/wpbc_all_translations.php:
|
5097 |
msgid ""
|
5098 |
"End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
|
5099 |
"also be earlier that the start time, if only 1 day was selected! Please choose another date or "
|
5100 |
"time."
|
5101 |
msgstr ""
|
5102 |
|
5103 |
-
#: core/lib/wpbc_all_translations.php:
|
5104 |
msgid "The time(s) may be booked, or already in the past!"
|
5105 |
msgstr ""
|
5106 |
|
5107 |
-
#: core/lib/wpbc_all_translations.php:
|
5108 |
msgid "Cost saved successfully"
|
5109 |
msgstr ""
|
5110 |
|
5111 |
-
#: core/lib/wpbc_all_translations.php:
|
5112 |
msgid "Cost is not correct. It must be greater than 0"
|
5113 |
msgstr ""
|
5114 |
|
5115 |
-
#: core/lib/wpbc_all_translations.php:
|
5116 |
msgid "Request has been sent"
|
5117 |
msgstr ""
|
5118 |
|
5119 |
-
#: core/lib/wpbc_all_translations.php:
|
5120 |
msgid "Request has failed"
|
5121 |
msgstr ""
|
5122 |
|
5123 |
-
#: core/lib/wpbc_all_translations.php:
|
5124 |
msgid "The payment status is changed successfully"
|
5125 |
msgstr ""
|
5126 |
|
5127 |
-
#: core/lib/wpbc_all_translations.php:
|
5128 |
msgid "The changing of payment status is failed"
|
5129 |
msgstr ""
|
5130 |
|
5131 |
-
#: core/lib/wpbc_all_translations.php:
|
5132 |
msgid "deposit"
|
5133 |
msgstr ""
|
5134 |
|
5135 |
-
#: core/lib/wpbc_all_translations.php:
|
5136 |
msgid "Total cost"
|
5137 |
msgstr ""
|
5138 |
|
5139 |
-
#: core/lib/wpbc_all_translations.php:
|
5140 |
msgid "balance"
|
5141 |
msgstr ""
|
5142 |
|
5143 |
-
#: core/lib/wpbc_all_translations.php:
|
5144 |
#: inc/_bs/s-toolbar.php:92
|
5145 |
msgid "Payment status"
|
5146 |
msgstr ""
|
5147 |
|
5148 |
-
#: core/lib/wpbc_all_translations.php:
|
5149 |
msgid "Any Status"
|
5150 |
msgstr ""
|
5151 |
|
5152 |
-
#: core/lib/wpbc_all_translations.php:
|
5153 |
msgid "Unknown Status"
|
5154 |
msgstr ""
|
5155 |
|
5156 |
-
#: core/lib/wpbc_all_translations.php:
|
5157 |
msgid "Not Completed"
|
5158 |
msgstr ""
|
5159 |
|
5160 |
-
#: core/lib/wpbc_all_translations.php:
|
5161 |
#: inc/_bs/lib_s.php:328
|
5162 |
msgid "Failed"
|
5163 |
msgstr ""
|
5164 |
|
5165 |
-
#: core/lib/wpbc_all_translations.php:
|
5166 |
msgid "min"
|
5167 |
msgstr ""
|
5168 |
|
5169 |
-
#: core/lib/wpbc_all_translations.php:
|
5170 |
msgid "max"
|
5171 |
msgstr ""
|
5172 |
|
5173 |
-
#: core/lib/wpbc_all_translations.php:
|
5174 |
msgid "Completed"
|
5175 |
msgstr ""
|
5176 |
|
5177 |
-
#: core/lib/wpbc_all_translations.php:
|
5178 |
msgid "In-Progress"
|
5179 |
msgstr ""
|
5180 |
|
5181 |
-
#: core/lib/wpbc_all_translations.php:
|
5182 |
msgid "Partially paid"
|
5183 |
msgstr ""
|
5184 |
|
5185 |
-
#: core/lib/wpbc_all_translations.php:
|
5186 |
msgid "Cancelled"
|
5187 |
msgstr ""
|
5188 |
|
5189 |
-
#: core/lib/wpbc_all_translations.php:
|
5190 |
msgid "Refunded"
|
5191 |
msgstr ""
|
5192 |
|
5193 |
-
#: core/lib/wpbc_all_translations.php:
|
5194 |
msgid "Fraud"
|
5195 |
msgstr ""
|
5196 |
|
5197 |
-
#: core/lib/wpbc_all_translations.php:
|
5198 |
msgid "!Paid OK"
|
5199 |
msgstr ""
|
5200 |
|
5201 |
-
#: core/lib/wpbc_all_translations.php:
|
5202 |
msgid "Unknown status"
|
5203 |
msgstr ""
|
5204 |
|
5205 |
-
#: core/lib/wpbc_all_translations.php:
|
5206 |
msgid "Processed"
|
5207 |
msgstr ""
|
5208 |
|
5209 |
-
#: core/lib/wpbc_all_translations.php:
|
5210 |
msgid "Canceled_Reversal"
|
5211 |
msgstr ""
|
5212 |
|
5213 |
-
#: core/lib/wpbc_all_translations.php:
|
5214 |
msgid "Denied"
|
5215 |
msgstr ""
|
5216 |
|
5217 |
-
#: core/lib/wpbc_all_translations.php:
|
5218 |
msgid "Expired"
|
5219 |
msgstr ""
|
5220 |
|
5221 |
-
#: core/lib/wpbc_all_translations.php:
|
5222 |
msgid "Partially_Refunded"
|
5223 |
msgstr ""
|
5224 |
|
5225 |
-
#: core/lib/wpbc_all_translations.php:
|
5226 |
msgid "Reversed"
|
5227 |
msgstr ""
|
5228 |
|
5229 |
-
#: core/lib/wpbc_all_translations.php:
|
5230 |
msgid "Voided"
|
5231 |
msgstr ""
|
5232 |
|
5233 |
-
#: core/lib/wpbc_all_translations.php:
|
5234 |
msgid "Not authed"
|
5235 |
msgstr ""
|
5236 |
|
5237 |
-
#: core/lib/wpbc_all_translations.php:
|
5238 |
msgid "Malformed"
|
5239 |
msgstr ""
|
5240 |
|
5241 |
-
#: core/lib/wpbc_all_translations.php:
|
5242 |
msgid "Invalid"
|
5243 |
msgstr ""
|
5244 |
|
5245 |
-
#: core/lib/wpbc_all_translations.php:
|
5246 |
msgid "Abort"
|
5247 |
msgstr ""
|
5248 |
|
5249 |
-
#: core/lib/wpbc_all_translations.php:
|
5250 |
msgid "Rejected"
|
5251 |
msgstr ""
|
5252 |
|
5253 |
-
#: core/lib/wpbc_all_translations.php:
|
5254 |
msgid "Suspended"
|
5255 |
msgstr ""
|
5256 |
|
5257 |
-
#: core/lib/wpbc_all_translations.php:
|
5258 |
msgid "Send payment request to visitor"
|
5259 |
msgstr ""
|
5260 |
|
5261 |
-
#: core/lib/wpbc_all_translations.php:
|
5262 |
#: inc/_ps/p-toolbar.php:465
|
5263 |
msgid "Print"
|
5264 |
msgstr ""
|
5265 |
|
5266 |
-
#: core/lib/wpbc_all_translations.php:
|
5267 |
msgid "Save cost"
|
5268 |
msgstr ""
|
5269 |
|
5270 |
-
#: core/lib/wpbc_all_translations.php:
|
5271 |
msgid "Change status"
|
5272 |
msgstr ""
|
5273 |
|
5274 |
-
#: core/lib/wpbc_all_translations.php:
|
5275 |
msgid "Send payment request to customer"
|
5276 |
msgstr ""
|
5277 |
|
5278 |
-
#: core/lib/wpbc_all_translations.php:
|
5279 |
#, php-format
|
5280 |
msgid "Type your %sreason for payment%s request"
|
5281 |
msgstr ""
|
5282 |
|
5283 |
-
#: core/lib/wpbc_all_translations.php:
|
5284 |
msgid "Send Request"
|
5285 |
msgstr ""
|
5286 |
|
5287 |
-
#: core/lib/wpbc_all_translations.php:
|
5288 |
msgid "Auto-fill form"
|
5289 |
msgstr ""
|
5290 |
|
5291 |
-
#: core/lib/wpbc_all_translations.php:
|
5292 |
msgid "Suite"
|
5293 |
msgstr ""
|
5294 |
|
5295 |
-
#: core/lib/wpbc_all_translations.php:
|
5296 |
#: inc/_ps/admin/br-table-import-gcal-p.php:72
|
5297 |
msgid "User"
|
5298 |
msgstr ""
|
5299 |
|
5300 |
-
#: core/lib/wpbc_all_translations.php:
|
5301 |
#: inc/_mu/admin/page-users.php:249 inc/_mu/admin/page-users.php:587
|
5302 |
#: inc/_mu/admin/page-users.php:591
|
5303 |
msgid "Super Admin"
|
5304 |
msgstr ""
|
5305 |
|
5306 |
-
#: core/lib/wpbc_all_translations.php:
|
5307 |
#: inc/_mu/admin/page-users.php:284 inc/_mu/admin/page-users.php:595
|
5308 |
#: inc/_mu/admin/page-users.php:599
|
5309 |
msgid "Regular User"
|
5310 |
msgstr ""
|
5311 |
|
5312 |
-
#: core/lib/wpbc_all_translations.php:
|
5313 |
msgid "Inactive User"
|
5314 |
msgstr ""
|
5315 |
|
5316 |
-
#: core/lib/wpbc_all_translations.php:
|
5317 |
#: inc/_mu/admin/page-users.php:427
|
5318 |
msgid "Users"
|
5319 |
msgstr ""
|
5320 |
|
5321 |
-
#: core/lib/wpbc_all_translations.php:
|
5322 |
msgid "Manage Users"
|
5323 |
msgstr ""
|
5324 |
|
5325 |
-
#: core/lib/wpbc_all_translations.php:
|
5326 |
msgid "Users Settings"
|
5327 |
msgstr ""
|
5328 |
|
5329 |
-
#: core/lib/wpbc_all_translations.php:
|
5330 |
#: inc/_mu/multiuser.php:619
|
5331 |
msgid "User is Activated"
|
5332 |
msgstr ""
|
5333 |
|
5334 |
-
#: core/lib/wpbc_all_translations.php:
|
5335 |
#: inc/_mu/multiuser.php:669
|
5336 |
msgid "User is Deactivated"
|
5337 |
msgstr ""
|
5338 |
|
5339 |
-
#: core/lib/wpbc_all_translations.php:
|
5340 |
msgid "User Role"
|
5341 |
msgstr ""
|
5342 |
|
5343 |
-
#: core/lib/wpbc_all_translations.php:
|
5344 |
#: inc/_mu/admin/page-users.php:587 inc/_mu/admin/page-users.php:595
|
5345 |
msgid "Set user as"
|
5346 |
msgstr ""
|
5347 |
|
5348 |
-
#: core/lib/wpbc_all_translations.php:
|
5349 |
msgid "Unlimited"
|
5350 |
msgstr ""
|
5351 |
|
5352 |
-
#: core/lib/wpbc_all_translations.php:
|
5353 |
#: inc/_mu/admin/page-users.php:560 inc/_mu/admin/page-users.php:566
|
5354 |
#: inc/_mu/admin/page-users.php:573 inc/_mu/admin/page-users.php:586
|
5355 |
#: inc/_mu/admin/page-users.php:594
|
5356 |
msgid "Do you really want"
|
5357 |
msgstr ""
|
5358 |
|
5359 |
-
#: core/lib/wpbc_all_translations.php:
|
5360 |
msgid "make user active"
|
5361 |
msgstr ""
|
5362 |
|
5363 |
-
#: core/lib/wpbc_all_translations.php:
|
5364 |
msgid "Activate"
|
5365 |
msgstr ""
|
5366 |
|
5367 |
-
#: core/lib/wpbc_all_translations.php:
|
5368 |
msgid "make user inactive"
|
5369 |
msgstr ""
|
5370 |
|
5371 |
-
#: core/lib/wpbc_all_translations.php:
|
5372 |
msgid "Deactivate"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
-
#: core/lib/wpbc_all_translations.php:
|
5376 |
msgid "delete configuration"
|
5377 |
msgstr ""
|
5378 |
|
5379 |
-
#: core/lib/wpbc_all_translations.php:
|
5380 |
msgid "Delete settings"
|
5381 |
msgstr ""
|
5382 |
|
5383 |
-
#: core/lib/wpbc_all_translations.php:
|
5384 |
msgid "delete all booking data"
|
5385 |
msgstr ""
|
5386 |
|
5387 |
-
#: core/lib/wpbc_all_translations.php:
|
5388 |
msgid "Delete data"
|
5389 |
msgstr ""
|
5390 |
|
5391 |
-
#: core/lib/wpbc_all_translations.php:
|
5392 |
msgid "Work days"
|
5393 |
msgstr ""
|
5394 |
|
5395 |
-
#: core/lib/wpbc_all_translations.php:
|
5396 |
#, php-format
|
5397 |
msgid ""
|
5398 |
"%sYou do not have permissions for this page.%s Your account is not active, please contact "
|
5399 |
"administrator.%s"
|
5400 |
msgstr ""
|
5401 |
|
5402 |
-
#: core/lib/wpbc_all_translations.php:
|
5403 |
#, php-format
|
5404 |
msgid "%sYou do not have permissions for this booking resources.%s"
|
5405 |
msgstr ""
|
5406 |
|
5407 |
-
#: core/lib/wpbc_all_translations.php:
|
5408 |
#, php-format
|
5409 |
msgid "%sNo this booking resources.%s"
|
5410 |
msgstr ""
|
5411 |
|
5412 |
-
#: core/lib/wpbc_all_translations.php:
|
5413 |
msgid "Please, reserve an apartment with fresh flowers."
|
5414 |
msgstr ""
|
5415 |
|
5416 |
-
#: core/lib/wpbc_all_translations.php:
|
5417 |
msgid "Default booking resource"
|
5418 |
msgstr ""
|
5419 |
|
5420 |
-
#: core/lib/wpbc_all_translations.php:
|
5421 |
msgid "Select your default booking resource."
|
5422 |
msgstr ""
|
5423 |
|
5424 |
-
#: core/lib/wpbc_all_translations.php:
|
5425 |
msgid "Resources number per page"
|
5426 |
msgstr ""
|
5427 |
|
5428 |
-
#: core/lib/wpbc_all_translations.php:
|
5429 |
msgid "Select number of booking resources (single or parent) per page at Resource menu page"
|
5430 |
msgstr ""
|
5431 |
|
5432 |
-
#: core/lib/wpbc_all_translations.php:
|
5433 |
#: inc/_ps/admin/api-settings-p.php:100
|
5434 |
msgid "Booking title"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
-
#: core/lib/wpbc_all_translations.php:
|
5438 |
msgid "admin panel"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
-
#: core/lib/wpbc_all_translations.php:
|
5442 |
#, php-format
|
5443 |
msgid ""
|
5444 |
"Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
|
5445 |
"the shortcodes from the bottom form of Settings Fields page)."
|
5446 |
msgstr ""
|
5447 |
|
5448 |
-
#: core/lib/wpbc_all_translations.php:
|
5449 |
msgid "front panel"
|
5450 |
msgstr ""
|
5451 |
|
5452 |
-
#: core/lib/wpbc_all_translations.php:
|
5453 |
#, php-format
|
5454 |
msgid ""
|
5455 |
"Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
|
5456 |
"from the bottom form of Settings Fields page."
|
5457 |
msgstr ""
|
5458 |
|
5459 |
-
#: core/lib/wpbc_all_translations.php:
|
5460 |
msgid "Booking details in popover"
|
5461 |
msgstr ""
|
5462 |
|
5463 |
-
#: core/lib/wpbc_all_translations.php:
|
5464 |
#, php-format
|
5465 |
msgid ""
|
5466 |
"Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
|
5467 |
"side."
|
5468 |
msgstr ""
|
5469 |
|
5470 |
-
#: core/lib/wpbc_all_translations.php:
|
5471 |
msgid "semicolon"
|
5472 |
msgstr ""
|
5473 |
|
5474 |
-
#: core/lib/wpbc_all_translations.php:
|
5475 |
msgid "comma"
|
5476 |
msgstr ""
|
5477 |
|
5478 |
-
#: core/lib/wpbc_all_translations.php:
|
5479 |
msgid "CSV data separator"
|
5480 |
msgstr ""
|
5481 |
|
5482 |
-
#: core/lib/wpbc_all_translations.php:
|
5483 |
msgid "Select separator of data for export bookings to CSV."
|
5484 |
msgstr ""
|
5485 |
|
5486 |
-
#: core/lib/wpbc_all_translations.php:
|
5487 |
msgid "URL to edit bookings"
|
5488 |
msgstr ""
|
5489 |
|
5490 |
-
#: core/lib/wpbc_all_translations.php:
|
5491 |
#, php-format
|
5492 |
msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
|
5493 |
msgstr ""
|
5494 |
|
5495 |
-
#: core/lib/wpbc_all_translations.php:
|
5496 |
msgid "Change hash after the booking is approved"
|
5497 |
msgstr ""
|
5498 |
|
5499 |
-
#: core/lib/wpbc_all_translations.php:
|
5500 |
msgid ""
|
5501 |
"Check this box if you want to change the booking hash after approval. When checked, visitor will "
|
5502 |
"not be able to edit or cancel the booking."
|
5503 |
msgstr ""
|
5504 |
|
5505 |
-
#: core/lib/wpbc_all_translations.php:
|
5506 |
msgid "Modified"
|
5507 |
msgstr ""
|
5508 |
|
5509 |
-
#: core/lib/wpbc_all_translations.php:
|
5510 |
msgid "Customization of email template, which is sending after modification of booking"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
-
#: core/lib/wpbc_all_translations.php:
|
5514 |
msgid "Email is sending to Visitor after Editing of booking."
|
5515 |
msgstr ""
|
5516 |
|
5517 |
-
#: core/lib/wpbc_all_translations.php:
|
5518 |
msgid "Customizaton of booking resources"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#: core/lib/wpbc_all_translations.php:
|
5522 |
#: inc/_ps/admin/page-settings-form.php:144
|
5523 |
msgid "Form fields"
|
5524 |
msgstr ""
|
5525 |
|
5526 |
-
#: core/lib/wpbc_all_translations.php:
|
5527 |
msgid "Content of Booking Fields"
|
5528 |
msgstr ""
|
5529 |
|
5530 |
-
#: core/lib/wpbc_all_translations.php:
|
5531 |
msgid "Generate tag"
|
5532 |
msgstr ""
|
5533 |
|
5534 |
-
#: core/lib/wpbc_all_translations.php:
|
5535 |
#, php-format
|
5536 |
msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
|
5537 |
msgstr ""
|
5538 |
|
5539 |
-
#: core/lib/wpbc_all_translations.php:
|
5540 |
msgid "Form Template"
|
5541 |
msgstr ""
|
5542 |
|
5543 |
-
#: core/lib/wpbc_all_translations.php:
|
5544 |
msgid "Standard Templates"
|
5545 |
msgstr ""
|
5546 |
|
5547 |
-
#: core/lib/wpbc_all_translations.php:
|
5548 |
#: inc/_ps/form/class-wpbc-field-help-textarea.php:111
|
5549 |
msgid "Columns"
|
5550 |
msgstr ""
|
5551 |
|
5552 |
-
#: core/lib/wpbc_all_translations.php:
|
|
|
5553 |
msgid "Time Slots"
|
5554 |
msgstr ""
|
5555 |
|
5556 |
-
#: core/lib/wpbc_all_translations.php:
|
5557 |
msgid "Advanced Templates"
|
5558 |
msgstr ""
|
5559 |
|
5560 |
-
#: core/lib/wpbc_all_translations.php:
|
5561 |
msgid "Wizard (several steps)"
|
5562 |
msgstr ""
|
5563 |
|
5564 |
-
#: core/lib/wpbc_all_translations.php:
|
5565 |
msgid "Time slots for different weekdays"
|
5566 |
msgstr ""
|
5567 |
|
5568 |
-
#: core/lib/wpbc_all_translations.php:
|
5569 |
msgid "Hints"
|
5570 |
msgstr ""
|
5571 |
|
5572 |
-
#: core/lib/wpbc_all_translations.php:
|
5573 |
msgid "Reset Form"
|
5574 |
msgstr ""
|
5575 |
|
5576 |
-
#: core/lib/wpbc_all_translations.php:
|
5577 |
msgid "Both"
|
5578 |
msgstr ""
|
5579 |
|
5580 |
-
#: core/lib/wpbc_all_translations.php:
|
5581 |
msgid "Reset Booking Form and Content of Booking Fields Form"
|
5582 |
msgstr ""
|
5583 |
|
5584 |
-
#: core/lib/wpbc_all_translations.php:
|
5585 |
#: inc/gateways/page-gateways.php:925
|
5586 |
#, php-format
|
5587 |
msgid "%s - inserting data from fields of booking form"
|
5588 |
msgstr ""
|
5589 |
|
5590 |
-
#: core/lib/wpbc_all_translations.php:
|
5591 |
#, php-format
|
5592 |
msgid "%s - inserting new line"
|
5593 |
msgstr ""
|
5594 |
|
5595 |
-
#: core/lib/wpbc_all_translations.php:
|
5596 |
#: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:980
|
5597 |
#, php-format
|
5598 |
msgid ""
|
@@ -5600,148 +5607,148 @@ msgid ""
|
|
5600 |
"that all \"open\" tags (like %s) are closed (like this %s)."
|
5601 |
msgstr ""
|
5602 |
|
5603 |
-
#: core/lib/wpbc_all_translations.php:
|
5604 |
msgid "Upgrade to higher version"
|
5605 |
msgstr ""
|
5606 |
|
5607 |
-
#: core/lib/wpbc_all_translations.php:
|
5608 |
msgid "No results found."
|
5609 |
msgstr ""
|
5610 |
|
5611 |
-
#: core/lib/wpbc_all_translations.php:
|
5612 |
#, php-format
|
5613 |
msgid "Wrap each item with %s tag"
|
5614 |
msgstr ""
|
5615 |
|
5616 |
-
#: core/lib/wpbc_all_translations.php:
|
5617 |
msgid "Put a label before field"
|
5618 |
msgstr ""
|
5619 |
|
5620 |
-
#: core/lib/wpbc_all_translations.php:
|
5621 |
#, php-format
|
5622 |
msgid "Make it %sexclusive%s"
|
5623 |
msgstr ""
|
5624 |
|
5625 |
-
#: core/lib/wpbc_all_translations.php:
|
5626 |
#: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
|
5627 |
#: inc/_ps/form/class-wpbc-field-help-text.php:194
|
5628 |
msgid "Default value"
|
5629 |
msgstr ""
|
5630 |
|
5631 |
-
#: core/lib/wpbc_all_translations.php:
|
5632 |
#, php-format
|
5633 |
msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
|
5634 |
msgstr ""
|
5635 |
|
5636 |
-
#: core/lib/wpbc_all_translations.php:
|
5637 |
#: inc/_ps/form/class-wpbc-field-help-select.php:111
|
5638 |
#: inc/_ps/form/class-wpbc-field-help-text.php:177
|
5639 |
msgid "required"
|
5640 |
msgstr ""
|
5641 |
|
5642 |
-
#: core/lib/wpbc_all_translations.php:
|
5643 |
#: inc/_ps/form/class-wpbc-field-help-select.php:119
|
5644 |
msgid "One option per line"
|
5645 |
msgstr ""
|
5646 |
|
5647 |
-
#: core/lib/wpbc_all_translations.php:
|
5648 |
#: inc/_ps/form/class-wpbc-field-help-select.php:129
|
5649 |
msgid "Titles of options"
|
5650 |
msgstr ""
|
5651 |
|
5652 |
-
#: core/lib/wpbc_all_translations.php:
|
5653 |
#: inc/_ps/form/class-wpbc-field-help-select.php:137
|
5654 |
msgid "One title per line"
|
5655 |
msgstr ""
|
5656 |
|
5657 |
-
#: core/lib/wpbc_all_translations.php:
|
5658 |
#: inc/_ps/form/class-wpbc-field-help-select.php:86
|
5659 |
#, php-format
|
5660 |
msgid "One Value from %sOptions%s list"
|
5661 |
msgstr ""
|
5662 |
|
5663 |
-
#: core/lib/wpbc_all_translations.php:
|
5664 |
#, php-format
|
5665 |
msgid "Allow %smultiple%s selections"
|
5666 |
msgstr ""
|
5667 |
|
5668 |
-
#: core/lib/wpbc_all_translations.php:
|
5669 |
#, php-format
|
5670 |
msgid "Set as %srequired%s"
|
5671 |
msgstr ""
|
5672 |
|
5673 |
-
#: core/lib/wpbc_all_translations.php:
|
5674 |
msgid "Placeholder"
|
5675 |
msgstr ""
|
5676 |
|
5677 |
-
#: core/lib/wpbc_all_translations.php:
|
5678 |
msgid "Class"
|
5679 |
msgstr ""
|
5680 |
|
5681 |
-
#: core/lib/wpbc_all_translations.php:
|
5682 |
msgid "Size"
|
5683 |
msgstr ""
|
5684 |
|
5685 |
-
#: core/lib/wpbc_all_translations.php:
|
5686 |
msgid "Maxlength"
|
5687 |
msgstr ""
|
5688 |
|
5689 |
-
#: core/lib/wpbc_all_translations.php:
|
5690 |
msgid "Copy and paste this shortcode into the form at left side"
|
5691 |
msgstr ""
|
5692 |
|
5693 |
-
#: core/lib/wpbc_all_translations.php:
|
5694 |
#, php-format
|
5695 |
msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
|
5696 |
msgstr ""
|
5697 |
|
5698 |
-
#: core/lib/wpbc_all_translations.php:
|
5699 |
msgid "Rows"
|
5700 |
msgstr ""
|
5701 |
|
5702 |
-
#: core/lib/wpbc_all_translations.php:
|
5703 |
msgid "General Information"
|
5704 |
msgstr ""
|
5705 |
|
5706 |
-
#: core/lib/wpbc_all_translations.php:
|
5707 |
msgid "Required Fields in Booking Form"
|
5708 |
msgstr ""
|
5709 |
|
5710 |
-
#: core/lib/wpbc_all_translations.php:
|
5711 |
#, php-format
|
5712 |
msgid "You must to have this shortcode:%s in the form."
|
5713 |
msgstr ""
|
5714 |
|
5715 |
-
#: core/lib/wpbc_all_translations.php:
|
5716 |
msgid ""
|
5717 |
"You can insert several calendars of different resources into the form allowing you to book "
|
5718 |
"several resources during one booking process."
|
5719 |
msgstr ""
|
5720 |
|
5721 |
-
#: core/lib/wpbc_all_translations.php:
|
5722 |
#, php-format
|
5723 |
msgid "Example: %s."
|
5724 |
msgstr ""
|
5725 |
|
5726 |
-
#: core/lib/wpbc_all_translations.php:
|
5727 |
#, php-format
|
5728 |
msgid ""
|
5729 |
"where %s – default calendar %s (you can select desired resource of calendar by inserting "
|
5730 |
"shortcode into page)%s"
|
5731 |
msgstr ""
|
5732 |
|
5733 |
-
#: core/lib/wpbc_all_translations.php:
|
5734 |
#: inc/_ps/form/class-wpbc-form-help.php:123
|
5735 |
#, php-format
|
5736 |
msgid "%s – calendar of booking resource with %s"
|
5737 |
msgstr ""
|
5738 |
|
5739 |
-
#: core/lib/wpbc_all_translations.php:
|
5740 |
#, php-format
|
5741 |
msgid "Please check more about this feature %shere%s."
|
5742 |
msgstr ""
|
5743 |
|
5744 |
-
#: core/lib/wpbc_all_translations.php:
|
5745 |
#: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
|
5746 |
#: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
|
5747 |
#: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
|
@@ -5751,82 +5758,82 @@ msgstr ""
|
|
5751 |
msgid "You can %suse this shortcode only once%s in the form."
|
5752 |
msgstr ""
|
5753 |
|
5754 |
-
#: core/lib/wpbc_all_translations.php:
|
5755 |
msgid "Email Field"
|
5756 |
msgstr ""
|
5757 |
|
5758 |
-
#: core/lib/wpbc_all_translations.php:
|
5759 |
#, php-format
|
5760 |
msgid "You must have this shortcode:%s in the booking form."
|
5761 |
msgstr ""
|
5762 |
|
5763 |
-
#: core/lib/wpbc_all_translations.php:
|
5764 |
msgid "This is the primary email field, which is used for sending emails to visitors."
|
5765 |
msgstr ""
|
5766 |
|
5767 |
-
#: core/lib/wpbc_all_translations.php:
|
5768 |
msgid "Drop Down"
|
5769 |
msgstr ""
|
5770 |
|
5771 |
-
#: core/lib/wpbc_all_translations.php:
|
5772 |
msgid "Checkbox(es)"
|
5773 |
msgstr ""
|
5774 |
|
5775 |
-
#: core/lib/wpbc_all_translations.php:
|
5776 |
msgid "Radio Button(s)"
|
5777 |
msgstr ""
|
5778 |
|
5779 |
-
#: core/lib/wpbc_all_translations.php:
|
5780 |
#, php-format
|
5781 |
msgid "Insert %s shortcode to prevent SPAM bookings."
|
5782 |
msgstr ""
|
5783 |
|
5784 |
-
#: core/lib/wpbc_all_translations.php:
|
5785 |
msgid "Submit Button"
|
5786 |
msgstr ""
|
5787 |
|
5788 |
-
#: core/lib/wpbc_all_translations.php:
|
5789 |
msgid "Times Fields"
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#: core/lib/wpbc_all_translations.php:
|
5793 |
msgid "Time Slot List"
|
5794 |
msgstr ""
|
5795 |
|
5796 |
-
#: core/lib/wpbc_all_translations.php:
|
5797 |
#: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
|
5798 |
#: inc/_ps/form/class-wpbc-form-help.php:379
|
5799 |
#, php-format
|
5800 |
msgid "Select the %s using the predefined %sTime List%s."
|
5801 |
msgstr ""
|
5802 |
|
5803 |
-
#: core/lib/wpbc_all_translations.php:
|
5804 |
msgid "Time Slot"
|
5805 |
msgstr ""
|
5806 |
|
5807 |
-
#: core/lib/wpbc_all_translations.php:
|
5808 |
#, php-format
|
5809 |
msgid ""
|
5810 |
"Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
|
5811 |
"slots, this time field will %sdisable booked times slots%s (set them as grayed)."
|
5812 |
msgstr ""
|
5813 |
|
5814 |
-
#: core/lib/wpbc_all_translations.php:
|
5815 |
#, php-format
|
5816 |
msgid "It works only in %ssingle day selection%s mode."
|
5817 |
msgstr ""
|
5818 |
|
5819 |
-
#: core/lib/wpbc_all_translations.php:
|
5820 |
msgid ""
|
5821 |
"Also some early versions of the IE do not support disabling of the options in the selectboxes."
|
5822 |
msgstr ""
|
5823 |
|
5824 |
-
#: core/lib/wpbc_all_translations.php:
|
5825 |
msgid ""
|
5826 |
"Even if visitor selects the booked timeslot, system will not allow them to make the booking."
|
5827 |
msgstr ""
|
5828 |
|
5829 |
-
#: core/lib/wpbc_all_translations.php:
|
5830 |
#: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
|
5831 |
#, php-format
|
5832 |
msgid ""
|
@@ -5834,115 +5841,115 @@ msgid ""
|
|
5834 |
"Time)%s only."
|
5835 |
msgstr ""
|
5836 |
|
5837 |
-
#: core/lib/wpbc_all_translations.php:
|
5838 |
#, php-format
|
5839 |
msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
|
5840 |
msgstr ""
|
5841 |
|
5842 |
-
#: core/lib/wpbc_all_translations.php:
|
5843 |
msgid "Start Time - Text field"
|
5844 |
msgstr ""
|
5845 |
|
5846 |
-
#: core/lib/wpbc_all_translations.php:
|
5847 |
#: inc/_ps/form/class-wpbc-form-help.php:288
|
5848 |
#, php-format
|
5849 |
msgid "Enter %s in text field."
|
5850 |
msgstr ""
|
5851 |
|
5852 |
-
#: core/lib/wpbc_all_translations.php:
|
5853 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
|
5854 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
|
5855 |
msgid "Start Time"
|
5856 |
msgstr ""
|
5857 |
|
5858 |
-
#: core/lib/wpbc_all_translations.php:
|
5859 |
#: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
|
5860 |
#, php-format
|
5861 |
msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
|
5862 |
msgstr ""
|
5863 |
|
5864 |
-
#: core/lib/wpbc_all_translations.php:
|
5865 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
5866 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
|
5867 |
#, php-format
|
5868 |
msgid "You can also use the %s in the form."
|
5869 |
msgstr ""
|
5870 |
|
5871 |
-
#: core/lib/wpbc_all_translations.php:
|
5872 |
#: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
|
5873 |
#: inc/_ps/form/class-wpbc-form-help.php:340
|
5874 |
msgid "End Time"
|
5875 |
msgstr ""
|
5876 |
|
5877 |
-
#: core/lib/wpbc_all_translations.php:
|
5878 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
5879 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
|
5880 |
msgid "Duration Time"
|
5881 |
msgstr ""
|
5882 |
|
5883 |
-
#: core/lib/wpbc_all_translations.php:
|
5884 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
5885 |
#: inc/_ps/form/class-wpbc-form-help.php:344
|
5886 |
msgid "fields"
|
5887 |
msgstr ""
|
5888 |
|
5889 |
-
#: core/lib/wpbc_all_translations.php:
|
5890 |
msgid "End Time - Text field"
|
5891 |
msgstr ""
|
5892 |
|
5893 |
-
#: core/lib/wpbc_all_translations.php:
|
5894 |
msgid "Start Time - Drop Down list"
|
5895 |
msgstr ""
|
5896 |
|
5897 |
-
#: core/lib/wpbc_all_translations.php:
|
5898 |
#, php-format
|
5899 |
msgid ""
|
5900 |
"Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
|
5901 |
"Time)%s only."
|
5902 |
msgstr ""
|
5903 |
|
5904 |
-
#: core/lib/wpbc_all_translations.php:
|
5905 |
msgid "End Time - Drop Down list"
|
5906 |
msgstr ""
|
5907 |
|
5908 |
-
#: core/lib/wpbc_all_translations.php:
|
5909 |
msgid "Duration Time - Drop Down list"
|
5910 |
msgstr ""
|
5911 |
|
5912 |
-
#: core/lib/wpbc_all_translations.php:
|
5913 |
msgid "field"
|
5914 |
msgstr ""
|
5915 |
|
5916 |
-
#: core/lib/wpbc_all_translations.php:
|
5917 |
msgid "Different time slots, for the different week days"
|
5918 |
msgstr ""
|
5919 |
|
5920 |
-
#: core/lib/wpbc_all_translations.php:
|
5921 |
msgid ""
|
5922 |
"This feature provides the possibility to use the different time slot selections in the booking "
|
5923 |
"form for the different week days or different days - which are assigned to the specific season "
|
5924 |
"filters. So each week day (day of specific season filter) can have a different time slots list."
|
5925 |
msgstr ""
|
5926 |
|
5927 |
-
#: core/lib/wpbc_all_translations.php:
|
5928 |
#: inc/_ps/form/class-wpbc-form-help.php:568
|
5929 |
msgid "Configuration"
|
5930 |
msgstr ""
|
5931 |
|
5932 |
-
#: core/lib/wpbc_all_translations.php:
|
5933 |
#: inc/_ps/form/class-wpbc-form-help.php:569
|
5934 |
#, php-format
|
5935 |
msgid "The general structure of the configuration %scondition rule%s is as follows"
|
5936 |
msgstr ""
|
5937 |
|
5938 |
-
#: core/lib/wpbc_all_translations.php:
|
5939 |
#: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
|
5940 |
#: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
|
5941 |
#: inc/_ps/form/class-wpbc-form-help.php:619
|
5942 |
msgid "Parameters"
|
5943 |
msgstr ""
|
5944 |
|
5945 |
-
#: core/lib/wpbc_all_translations.php:
|
5946 |
#: inc/_ps/form/class-wpbc-form-help.php:576
|
5947 |
#, php-format
|
5948 |
msgid ""
|
@@ -5952,7 +5959,7 @@ msgid ""
|
|
5952 |
"conditions. Please check more about it, in the examples."
|
5953 |
msgstr ""
|
5954 |
|
5955 |
-
#: core/lib/wpbc_all_translations.php:
|
5956 |
#: inc/_ps/form/class-wpbc-form-help.php:577
|
5957 |
#, php-format
|
5958 |
msgid ""
|
@@ -5963,7 +5970,7 @@ msgid ""
|
|
5963 |
"filter in the Season Filters page."
|
5964 |
msgstr ""
|
5965 |
|
5966 |
-
#: core/lib/wpbc_all_translations.php:
|
5967 |
#, php-format
|
5968 |
msgid ""
|
5969 |
"%svalue%s – value of the specific conditions. If the value is true, the content of the "
|
@@ -5972,47 +5979,47 @@ msgid ""
|
|
5972 |
"at initial stage, when the date in calendar is not yet selected."
|
5973 |
msgstr ""
|
5974 |
|
5975 |
-
#: core/lib/wpbc_all_translations.php:
|
5976 |
#: inc/_ps/form/class-wpbc-form-help.php:580
|
5977 |
msgid "Examples"
|
5978 |
msgstr ""
|
5979 |
|
5980 |
-
#: core/lib/wpbc_all_translations.php:
|
5981 |
#: inc/_ps/form/class-wpbc-form-help.php:581
|
5982 |
msgid "Week days conditions."
|
5983 |
msgstr ""
|
5984 |
|
5985 |
-
#: core/lib/wpbc_all_translations.php:
|
5986 |
#: inc/_ps/form/class-wpbc-form-help.php:597
|
5987 |
msgid "default value, if no dates are selected, or none exist conditions are true."
|
5988 |
msgstr ""
|
5989 |
|
5990 |
-
#: core/lib/wpbc_all_translations.php:
|
5991 |
#: inc/_ps/form/class-wpbc-form-help.php:475
|
5992 |
msgid "You can use the several values, separated by comma."
|
5993 |
msgstr ""
|
5994 |
|
5995 |
-
#: core/lib/wpbc_all_translations.php:
|
5996 |
#: inc/_ps/form/class-wpbc-form-help.php:607
|
5997 |
msgid "Season filters conditions."
|
5998 |
msgstr ""
|
5999 |
|
6000 |
-
#: core/lib/wpbc_all_translations.php:
|
6001 |
#: inc/_ps/form/class-wpbc-form-help.php:620
|
6002 |
msgid "Season filter on the Season Filters page,"
|
6003 |
msgstr ""
|
6004 |
|
6005 |
-
#: core/lib/wpbc_all_translations.php:
|
6006 |
#: inc/_ps/form/class-wpbc-form-help.php:621
|
6007 |
msgid "Season filter on the Season Filters page"
|
6008 |
msgstr ""
|
6009 |
|
6010 |
-
#: core/lib/wpbc_all_translations.php:
|
6011 |
#: inc/_ps/form/class-wpbc-form-help.php:624
|
6012 |
msgid "Additional info"
|
6013 |
msgstr ""
|
6014 |
|
6015 |
-
#: core/lib/wpbc_all_translations.php:
|
6016 |
#: inc/_ps/form/class-wpbc-form-help.php:625
|
6017 |
#, php-format
|
6018 |
msgid ""
|
@@ -6020,103 +6027,103 @@ msgid ""
|
|
6020 |
"section."
|
6021 |
msgstr ""
|
6022 |
|
6023 |
-
#: core/lib/wpbc_all_translations.php:
|
6024 |
#: inc/_ps/form/class-wpbc-form-help.php:626
|
6025 |
#, php-format
|
6026 |
msgid "Please check more about this feature at %sthis page%s"
|
6027 |
msgstr ""
|
6028 |
|
6029 |
-
#: core/lib/wpbc_all_translations.php:
|
6030 |
msgid "Time Field"
|
6031 |
msgstr ""
|
6032 |
|
6033 |
-
#: core/lib/wpbc_all_translations.php:
|
6034 |
#, php-format
|
6035 |
msgid "Enter the %sTime%s using the text field."
|
6036 |
msgstr ""
|
6037 |
|
6038 |
-
#: core/lib/wpbc_all_translations.php:
|
6039 |
msgid "This field does not impact to availability (booking for the specific time) ."
|
6040 |
msgstr ""
|
6041 |
|
6042 |
-
#: core/lib/wpbc_all_translations.php:
|
6043 |
msgid "The value of this field is just saved into DB."
|
6044 |
msgstr ""
|
6045 |
|
6046 |
-
#: core/lib/wpbc_all_translations.php:
|
6047 |
msgid "Country List"
|
6048 |
msgstr ""
|
6049 |
|
6050 |
-
#: core/lib/wpbc_all_translations.php:
|
6051 |
msgid "Select the country from the predefined country list."
|
6052 |
msgstr ""
|
6053 |
|
6054 |
-
#: core/lib/wpbc_all_translations.php:
|
6055 |
#, php-format
|
6056 |
msgid "You can customize the country list at this file: %s"
|
6057 |
msgstr ""
|
6058 |
|
6059 |
-
#: core/lib/wpbc_all_translations.php:
|
6060 |
msgid "You can insert this field with default selected value."
|
6061 |
msgstr ""
|
6062 |
|
6063 |
-
#: core/lib/wpbc_all_translations.php:
|
6064 |
#, php-format
|
6065 |
msgid "Example: %s - %s\"United States\"%s is selected by default."
|
6066 |
msgstr ""
|
6067 |
|
6068 |
-
#: core/lib/wpbc_all_translations.php:
|
6069 |
msgid "Language Sections"
|
6070 |
msgstr ""
|
6071 |
|
6072 |
-
#: core/lib/wpbc_all_translations.php:
|
6073 |
msgid "Plugin support configurations of the booking form are available in different languages."
|
6074 |
msgstr ""
|
6075 |
|
6076 |
-
#: core/lib/wpbc_all_translations.php:
|
6077 |
msgid "The active language of the booking form depends on the active locale of the site."
|
6078 |
msgstr ""
|
6079 |
|
6080 |
-
#: core/lib/wpbc_all_translations.php:
|
6081 |
msgid ""
|
6082 |
"Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
|
6083 |
msgstr ""
|
6084 |
|
6085 |
-
#: core/lib/wpbc_all_translations.php:
|
6086 |
msgid "Usage"
|
6087 |
msgstr ""
|
6088 |
|
6089 |
-
#: core/lib/wpbc_all_translations.php:
|
6090 |
#, php-format
|
6091 |
msgid "start new translation section in specific language, where %s - locale of the translation."
|
6092 |
msgstr ""
|
6093 |
|
6094 |
-
#: core/lib/wpbc_all_translations.php:
|
6095 |
msgid "English and French translation"
|
6096 |
msgstr ""
|
6097 |
|
6098 |
-
#: core/lib/wpbc_all_translations.php:
|
6099 |
msgid "of configuration booking form in English and French languages"
|
6100 |
msgstr ""
|
6101 |
|
6102 |
-
#: core/lib/wpbc_all_translations.php:
|
6103 |
msgid ""
|
6104 |
"Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
|
6105 |
"translation\" page. Required WPML 3.2 with String Translation plugin."
|
6106 |
msgstr ""
|
6107 |
|
6108 |
-
#: core/lib/wpbc_all_translations.php:
|
6109 |
msgid "Different form fields, for the different week days"
|
6110 |
msgstr ""
|
6111 |
|
6112 |
-
#: core/lib/wpbc_all_translations.php:
|
6113 |
msgid ""
|
6114 |
"This feature provides the possibility to show the different form fields or any other HTML "
|
6115 |
"content in the booking form, depending on the selection of specific week day in calendar or "
|
6116 |
"different days, which are assigned to the specific season filters"
|
6117 |
msgstr ""
|
6118 |
|
6119 |
-
#: core/lib/wpbc_all_translations.php:
|
6120 |
#, php-format
|
6121 |
msgid ""
|
6122 |
"%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
|
@@ -6125,54 +6132,54 @@ msgid ""
|
|
6125 |
"at initial stage, when the date in calendar is not yet selected."
|
6126 |
msgstr ""
|
6127 |
|
6128 |
-
#: core/lib/wpbc_all_translations.php:
|
6129 |
msgid "You can use several values, separated by comma."
|
6130 |
msgstr ""
|
6131 |
|
6132 |
-
#: core/lib/wpbc_all_translations.php:
|
6133 |
msgid "You can use several values, separated by a comma."
|
6134 |
msgstr ""
|
6135 |
|
6136 |
-
#: core/lib/wpbc_all_translations.php:
|
6137 |
msgid "Cost Fields"
|
6138 |
msgstr ""
|
6139 |
|
6140 |
-
#: core/lib/wpbc_all_translations.php:
|
6141 |
msgid "Cost Correction Field"
|
6142 |
msgstr ""
|
6143 |
|
6144 |
-
#: core/lib/wpbc_all_translations.php:
|
6145 |
#, php-format
|
6146 |
msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
|
6147 |
msgstr ""
|
6148 |
|
6149 |
-
#: core/lib/wpbc_all_translations.php:
|
6150 |
#, php-format
|
6151 |
msgid "Use this field for %scorrecting the cost%s during adding new booking."
|
6152 |
msgstr ""
|
6153 |
|
6154 |
-
#: core/lib/wpbc_all_translations.php:
|
6155 |
msgid "Discount Coupon field"
|
6156 |
msgstr ""
|
6157 |
|
6158 |
-
#: core/lib/wpbc_all_translations.php:
|
6159 |
msgid "Please use this field for possibility to use coupon discounts by your visitors."
|
6160 |
msgstr ""
|
6161 |
|
6162 |
-
#: core/lib/wpbc_all_translations.php:
|
6163 |
#, php-format
|
6164 |
msgid "You can configure the discount coupon codes at this %spage%s."
|
6165 |
msgstr ""
|
6166 |
|
6167 |
-
#: core/lib/wpbc_all_translations.php:
|
6168 |
msgid "Hints for your form"
|
6169 |
msgstr ""
|
6170 |
|
6171 |
-
#: core/lib/wpbc_all_translations.php:
|
6172 |
msgid "Cost Hints"
|
6173 |
msgstr ""
|
6174 |
|
6175 |
-
#: core/lib/wpbc_all_translations.php:
|
6176 |
#: inc/_ps/form/class-wpbc-form-help.php:696
|
6177 |
#, php-format
|
6178 |
msgid ""
|
@@ -6180,16 +6187,16 @@ msgid ""
|
|
6180 |
"calendar or options in checkboxes or selectboxes)%s."
|
6181 |
msgstr ""
|
6182 |
|
6183 |
-
#: core/lib/wpbc_all_translations.php:
|
6184 |
msgid "Dates and Times Hints"
|
6185 |
msgstr ""
|
6186 |
|
6187 |
-
#: core/lib/wpbc_all_translations.php:
|
6188 |
#: inc/gateways/page-gateways.php:950
|
6189 |
msgid "Selected Check In date."
|
6190 |
msgstr ""
|
6191 |
|
6192 |
-
#: core/lib/wpbc_all_translations.php:
|
6193 |
#: inc/_ps/form/class-wpbc-form-help.php:702 inc/_ps/form/class-wpbc-form-help.php:705
|
6194 |
#: inc/_ps/form/class-wpbc-form-help.php:708 inc/_ps/form/class-wpbc-form-help.php:711
|
6195 |
#: inc/_ps/form/class-wpbc-form-help.php:714 inc/_ps/form/class-wpbc-form-help.php:717
|
@@ -6203,91 +6210,91 @@ msgstr ""
|
|
6203 |
msgid "Example:"
|
6204 |
msgstr ""
|
6205 |
|
6206 |
-
#: core/lib/wpbc_all_translations.php:
|
6207 |
#: inc/gateways/page-gateways.php:953
|
6208 |
msgid "Selected Check Out date."
|
6209 |
msgstr ""
|
6210 |
|
6211 |
-
#: core/lib/wpbc_all_translations.php:
|
6212 |
#: inc/gateways/page-gateways.php:956
|
6213 |
msgid "Selected Start Time."
|
6214 |
msgstr ""
|
6215 |
|
6216 |
-
#: core/lib/wpbc_all_translations.php:
|
6217 |
#: inc/gateways/page-gateways.php:959
|
6218 |
msgid "Selected End Time."
|
6219 |
msgstr ""
|
6220 |
|
6221 |
-
#: core/lib/wpbc_all_translations.php:
|
6222 |
#: inc/gateways/page-gateways.php:962
|
6223 |
msgid "All selected dates."
|
6224 |
msgstr ""
|
6225 |
|
6226 |
-
#: core/lib/wpbc_all_translations.php:
|
6227 |
#: inc/gateways/page-gateways.php:965
|
6228 |
msgid "All selected dates with times."
|
6229 |
msgstr ""
|
6230 |
|
6231 |
-
#: core/lib/wpbc_all_translations.php:
|
6232 |
#: inc/gateways/page-gateways.php:968
|
6233 |
msgid "All selected dates in \"short\" format."
|
6234 |
msgstr ""
|
6235 |
|
6236 |
-
#: core/lib/wpbc_all_translations.php:
|
6237 |
#: inc/gateways/page-gateways.php:971
|
6238 |
msgid "All selected dates with times in \"short\" format.."
|
6239 |
msgstr ""
|
6240 |
|
6241 |
-
#: core/lib/wpbc_all_translations.php:
|
6242 |
#: inc/gateways/page-gateways.php:974
|
6243 |
msgid "Number of selected days."
|
6244 |
msgstr ""
|
6245 |
|
6246 |
-
#: core/lib/wpbc_all_translations.php:
|
6247 |
#: inc/gateways/page-gateways.php:977
|
6248 |
msgid "Number of selected nights."
|
6249 |
msgstr ""
|
6250 |
|
6251 |
-
#: core/lib/wpbc_all_translations.php:
|
6252 |
msgid "Other Hints"
|
6253 |
msgstr ""
|
6254 |
|
6255 |
-
#: core/lib/wpbc_all_translations.php:
|
6256 |
#: inc/_ps/form/class-wpbc-form-help.php:739 inc/gateways/page-gateways.php:928
|
6257 |
msgid "title of booking resource"
|
6258 |
msgstr ""
|
6259 |
|
6260 |
-
#: core/lib/wpbc_all_translations.php:
|
6261 |
msgid "ID of booking resource."
|
6262 |
msgstr ""
|
6263 |
|
6264 |
-
#: core/lib/wpbc_all_translations.php:
|
6265 |
msgid "cost of booking resource."
|
6266 |
msgstr ""
|
6267 |
|
6268 |
-
#: core/lib/wpbc_all_translations.php:
|
6269 |
msgid "capacity of booking resource."
|
6270 |
msgstr ""
|
6271 |
|
6272 |
-
#: core/lib/wpbc_all_translations.php:
|
6273 |
msgid "maximum number of visitors per booking resource."
|
6274 |
msgstr ""
|
6275 |
|
6276 |
-
#: core/lib/wpbc_all_translations.php:
|
6277 |
msgid "Tips and Tricks"
|
6278 |
msgstr ""
|
6279 |
|
6280 |
-
#: core/lib/wpbc_all_translations.php:
|
6281 |
#, php-format
|
6282 |
msgid "%sEmail verification field%s."
|
6283 |
msgstr ""
|
6284 |
|
6285 |
-
#: core/lib/wpbc_all_translations.php:
|
6286 |
#, php-format
|
6287 |
msgid "%sDescription of usage%s."
|
6288 |
msgstr ""
|
6289 |
|
6290 |
-
#: core/lib/wpbc_all_translations.php:
|
6291 |
#, php-format
|
6292 |
msgid ""
|
6293 |
"To create verification email, you need to use special CSS class in other email field. This CSS "
|
@@ -6295,260 +6302,260 @@ msgid ""
|
|
6295 |
"field: %s"
|
6296 |
msgstr ""
|
6297 |
|
6298 |
-
#: core/lib/wpbc_all_translations.php:
|
6299 |
#, php-format
|
6300 |
msgid "%sExample%s."
|
6301 |
msgstr ""
|
6302 |
|
6303 |
-
#: core/lib/wpbc_all_translations.php:
|
6304 |
msgid "confirmation email field of the primary email field"
|
6305 |
msgstr ""
|
6306 |
|
6307 |
-
#: core/lib/wpbc_all_translations.php:
|
6308 |
msgid "Generate Tag"
|
6309 |
msgstr ""
|
6310 |
|
6311 |
-
#: core/lib/wpbc_all_translations.php:
|
6312 |
msgid "Select option to configure or show help info about tags"
|
6313 |
msgstr ""
|
6314 |
|
6315 |
-
#: core/lib/wpbc_all_translations.php:
|
6316 |
msgid "Keyword"
|
6317 |
msgstr ""
|
6318 |
|
6319 |
-
#: core/lib/wpbc_all_translations.php:
|
6320 |
msgid "Enter Keyword here"
|
6321 |
msgstr ""
|
6322 |
|
6323 |
-
#: core/lib/wpbc_all_translations.php:
|
6324 |
msgid ""
|
6325 |
"Save filter settings as default template (Please, click Apply filter button, before saving!)"
|
6326 |
msgstr ""
|
6327 |
|
6328 |
-
#: core/lib/wpbc_all_translations.php:
|
6329 |
msgid "Save as Default"
|
6330 |
msgstr ""
|
6331 |
|
6332 |
-
#: core/lib/wpbc_all_translations.php:
|
6333 |
msgid "Delete your previously saved default filer template!"
|
6334 |
msgstr ""
|
6335 |
|
6336 |
-
#: core/lib/wpbc_all_translations.php:
|
6337 |
msgid "Delete template"
|
6338 |
msgstr ""
|
6339 |
|
6340 |
-
#: core/lib/wpbc_all_translations.php:
|
6341 |
msgid "Print bookings listing"
|
6342 |
msgstr ""
|
6343 |
|
6344 |
-
#: core/lib/wpbc_all_translations.php:
|
6345 |
msgid "Export"
|
6346 |
msgstr ""
|
6347 |
|
6348 |
-
#: core/lib/wpbc_all_translations.php:
|
6349 |
msgid "Export only current page of bookings to CSV format"
|
6350 |
msgstr ""
|
6351 |
|
6352 |
-
#: core/lib/wpbc_all_translations.php:
|
6353 |
msgid "Export All"
|
6354 |
msgstr ""
|
6355 |
|
6356 |
-
#: core/lib/wpbc_all_translations.php:
|
6357 |
msgid "Export All bookings to CSV format"
|
6358 |
msgstr ""
|
6359 |
|
6360 |
-
#: core/lib/wpbc_all_translations.php:
|
6361 |
msgid "Edit Note"
|
6362 |
msgstr ""
|
6363 |
|
6364 |
-
#: core/lib/wpbc_all_translations.php:
|
6365 |
msgid "Change Language"
|
6366 |
msgstr ""
|
6367 |
|
6368 |
-
#: core/lib/wpbc_all_translations.php:
|
6369 |
msgid "Default Locale"
|
6370 |
msgstr ""
|
6371 |
|
6372 |
-
#: core/lib/wpbc_all_translations.php:
|
6373 |
msgid "Change Resource"
|
6374 |
msgstr ""
|
6375 |
|
6376 |
-
#: core/lib/wpbc_all_translations.php:
|
6377 |
msgid "Duplicate Booking"
|
6378 |
msgstr ""
|
6379 |
|
6380 |
-
#: core/lib/wpbc_all_translations.php:
|
6381 |
msgid "Save"
|
6382 |
msgstr ""
|
6383 |
|
6384 |
-
#: core/lib/wpbc_all_translations.php:
|
6385 |
msgid "Change"
|
6386 |
msgstr ""
|
6387 |
|
6388 |
-
#: core/lib/wpbc_all_translations.php:
|
6389 |
msgid "Print bookings"
|
6390 |
msgstr ""
|
6391 |
|
6392 |
-
#: core/lib/wpbc_all_translations.php:
|
6393 |
msgid "Export bookings"
|
6394 |
msgstr ""
|
6395 |
|
6396 |
-
#: core/lib/wpbc_all_translations.php:
|
6397 |
msgid "Download the CSV file of exported booking data"
|
6398 |
msgstr ""
|
6399 |
|
6400 |
-
#: core/lib/wpbc_all_translations.php:
|
6401 |
msgid "Download"
|
6402 |
msgstr ""
|
6403 |
|
6404 |
-
#: core/lib/wpbc_all_translations.php:
|
6405 |
msgid "Clear booking resources selection"
|
6406 |
msgstr ""
|
6407 |
|
6408 |
-
#: core/lib/wpbc_all_translations.php:
|
6409 |
msgid "Apply booking resources selection"
|
6410 |
msgstr ""
|
6411 |
|
6412 |
-
#: core/lib/wpbc_all_translations.php:
|
6413 |
msgid ""
|
6414 |
"Please note, its not possible to add new resources, if \"All resources\" option is selected. "
|
6415 |
"Please clear the selection, then add new resources."
|
6416 |
msgstr ""
|
6417 |
|
6418 |
-
#: core/lib/wpbc_all_translations.php:
|
6419 |
msgid "Add New Booking Resource(s)"
|
6420 |
msgstr ""
|
6421 |
|
6422 |
-
#: core/lib/wpbc_all_translations.php:
|
6423 |
msgid "Enter name of booking resource"
|
6424 |
msgstr ""
|
6425 |
|
6426 |
-
#: core/lib/wpbc_all_translations.php:
|
6427 |
msgid "Resources count"
|
6428 |
msgstr ""
|
6429 |
|
6430 |
-
#: core/lib/wpbc_all_translations.php:
|
6431 |
msgid "This booking resources does not exist"
|
6432 |
msgstr ""
|
6433 |
|
6434 |
-
#: core/lib/wpbc_all_translations.php:
|
6435 |
msgid "Generating columns"
|
6436 |
msgstr ""
|
6437 |
|
6438 |
-
#: core/lib/wpbc_all_translations.php:
|
6439 |
msgid "Exporting booking data"
|
6440 |
msgstr ""
|
6441 |
|
6442 |
-
#: core/lib/wpbc_all_translations.php:
|
6443 |
msgid "Generating content of file"
|
6444 |
msgstr ""
|
6445 |
|
6446 |
-
#: core/lib/wpbc_all_translations.php:
|
6447 |
msgid "Saving to file"
|
6448 |
msgstr ""
|
6449 |
|
6450 |
-
#: core/lib/wpbc_all_translations.php:
|
6451 |
msgid "The booking was canceled by the visitor."
|
6452 |
msgstr ""
|
6453 |
|
6454 |
-
#: core/lib/wpbc_all_translations.php:
|
6455 |
msgid "The booking has been canceled successfully"
|
6456 |
msgstr ""
|
6457 |
|
6458 |
-
#: core/lib/wpbc_all_translations.php:
|
6459 |
msgid "Incorrect date format"
|
6460 |
msgstr ""
|
6461 |
|
6462 |
-
#: core/lib/wpbc_all_translations.php:
|
6463 |
msgid "Change your Booking"
|
6464 |
msgstr ""
|
6465 |
|
6466 |
-
#: core/lib/wpbc_all_translations.php:
|
6467 |
msgid "Cancel Booking"
|
6468 |
msgstr ""
|
6469 |
|
6470 |
-
#: core/lib/wpbc_all_translations.php:
|
6471 |
msgid "Warning! The resource was not changed. Current dates are already booked there."
|
6472 |
msgstr ""
|
6473 |
|
6474 |
-
#: core/lib/wpbc_all_translations.php:
|
6475 |
msgid "The booking has been duplicated successfully"
|
6476 |
msgstr ""
|
6477 |
|
6478 |
-
#: core/lib/wpbc_all_translations.php:
|
6479 |
msgid "Warning! Operation failed. Current dates are already booked there."
|
6480 |
msgstr ""
|
6481 |
|
6482 |
-
#: core/lib/wpbc_all_translations.php:
|
6483 |
msgid "Sending request..."
|
6484 |
msgstr ""
|
6485 |
|
6486 |
-
#: core/lib/wpbc_all_translations.php:
|
6487 |
msgid "Order number"
|
6488 |
msgstr ""
|
6489 |
|
6490 |
-
#: core/lib/wpbc_all_translations.php:
|
6491 |
msgid "Register"
|
6492 |
msgstr ""
|
6493 |
|
6494 |
-
#: core/lib/wpbc_all_translations.php:
|
6495 |
msgid ""
|
6496 |
"Please, enter order number of your purchased version, which you received to your billing email."
|
6497 |
msgstr ""
|
6498 |
|
6499 |
-
#: core/lib/wpbc_all_translations.php:
|
6500 |
#, php-format
|
6501 |
msgid "If you will get any difficulties or have a questions, please contact by email %s"
|
6502 |
msgstr ""
|
6503 |
|
6504 |
-
#: core/lib/wpbc_all_translations.php:
|
6505 |
msgid "Default form"
|
6506 |
msgstr ""
|
6507 |
|
6508 |
-
#: core/lib/wpbc_all_translations.php:
|
6509 |
#, php-format
|
6510 |
msgid ""
|
6511 |
"There is a new version of %1$s available. <a href=\"%2$s\" target=\"_blank\" title=\"%3$s\">View "
|
6512 |
"version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
|
6513 |
msgstr ""
|
6514 |
|
6515 |
-
#: core/lib/wpbc_all_translations.php:
|
6516 |
#, php-format
|
6517 |
msgid "You can request the new update of plugin on %1$sthis page%2$s."
|
6518 |
msgstr ""
|
6519 |
|
6520 |
-
#: core/lib/wpbc_all_translations.php:
|
6521 |
msgid "Upgrade Notice"
|
6522 |
msgstr ""
|
6523 |
|
6524 |
-
#: core/lib/wpbc_all_translations.php:
|
6525 |
#, php-format
|
6526 |
msgid "Version %s By %s"
|
6527 |
msgstr ""
|
6528 |
|
6529 |
-
#: core/lib/wpbc_all_translations.php:
|
6530 |
msgid "View details"
|
6531 |
msgstr ""
|
6532 |
|
6533 |
-
#: core/lib/wpbc_all_translations.php:
|
6534 |
#: inc/_ps/wpbc-form-templates.php:48 inc/_ps/wpbc-form-templates.php:68
|
6535 |
#: inc/_ps/wpbc-form-templates.php:91 inc/_ps/wpbc-form-templates.php:113
|
6536 |
msgid "First Name (required)"
|
6537 |
msgstr ""
|
6538 |
|
6539 |
-
#: core/lib/wpbc_all_translations.php:
|
6540 |
#: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
|
6541 |
#: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
|
6542 |
msgid "Last Name (required)"
|
6543 |
msgstr ""
|
6544 |
|
6545 |
-
#: core/lib/wpbc_all_translations.php:
|
6546 |
#: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
|
6547 |
#: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
|
6548 |
msgid "Email (required)"
|
6549 |
msgstr ""
|
6550 |
|
6551 |
-
#: core/lib/wpbc_all_translations.php:
|
6552 |
#: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
|
6553 |
#: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
|
6554 |
#: inc/_ps/wpbc-form-templates.php:145 inc/_ps/wpbc-form-templates.php:157
|
@@ -6557,21 +6564,21 @@ msgstr ""
|
|
6557 |
msgid "Phone"
|
6558 |
msgstr ""
|
6559 |
|
6560 |
-
#: core/lib/wpbc_all_translations.php:
|
6561 |
#: inc/_ps/wpbc-form-templates.php:56 inc/_ps/wpbc-form-templates.php:76
|
6562 |
#: inc/_ps/wpbc-form-templates.php:99 inc/_ps/wpbc-form-templates.php:146
|
6563 |
#: inc/_ps/wpbc-form-templates.php:162 inc/_ps/wpbc-form-templates.php:177
|
6564 |
msgid "Adults"
|
6565 |
msgstr ""
|
6566 |
|
6567 |
-
#: core/lib/wpbc_all_translations.php:
|
6568 |
#: inc/_ps/wpbc-form-templates.php:56 inc/_ps/wpbc-form-templates.php:76
|
6569 |
#: inc/_ps/wpbc-form-templates.php:99 inc/_ps/wpbc-form-templates.php:147
|
6570 |
#: inc/_ps/wpbc-form-templates.php:163 inc/_ps/wpbc-form-templates.php:178
|
6571 |
msgid "Children"
|
6572 |
msgstr ""
|
6573 |
|
6574 |
-
#: core/lib/wpbc_all_translations.php:
|
6575 |
#: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
|
6576 |
#: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:122
|
6577 |
#: inc/_ps/wpbc-form-templates.php:148 inc/_ps/wpbc-form-templates.php:164
|
@@ -6579,422 +6586,422 @@ msgstr ""
|
|
6579 |
msgid "Details"
|
6580 |
msgstr ""
|
6581 |
|
6582 |
-
#: core/lib/wpbc_all_translations.php:
|
6583 |
#: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
|
6584 |
#: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:124
|
6585 |
msgid "I Accept term and conditions"
|
6586 |
msgstr ""
|
6587 |
|
6588 |
-
#: core/lib/wpbc_all_translations.php:
|
6589 |
#: inc/_ps/wpbc-form-templates.php:67
|
6590 |
msgid "Select Times"
|
6591 |
msgstr ""
|
6592 |
|
6593 |
-
#: core/lib/wpbc_all_translations.php:
|
6594 |
#: inc/_ps/wpbc-form-templates.php:72 inc/_ps/wpbc-form-templates.php:95
|
6595 |
#: inc/_ps/wpbc-form-templates.php:117
|
6596 |
msgid "Address (required)"
|
6597 |
msgstr ""
|
6598 |
|
6599 |
-
#: core/lib/wpbc_all_translations.php:
|
6600 |
#: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
|
6601 |
#: inc/_ps/wpbc-form-templates.php:118
|
6602 |
msgid "City (required)"
|
6603 |
msgstr ""
|
6604 |
|
6605 |
-
#: core/lib/wpbc_all_translations.php:
|
6606 |
#: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
|
6607 |
#: inc/_ps/wpbc-form-templates.php:119
|
6608 |
msgid "Post code (required)"
|
6609 |
msgstr ""
|
6610 |
|
6611 |
-
#: core/lib/wpbc_all_translations.php:
|
6612 |
#: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
|
6613 |
#: inc/_ps/wpbc-form-templates.php:120
|
6614 |
msgid "Country (required)"
|
6615 |
msgstr ""
|
6616 |
|
6617 |
-
#: core/lib/wpbc_all_translations.php:
|
6618 |
msgid "night(s)"
|
6619 |
msgstr ""
|
6620 |
|
6621 |
-
#: core/lib/wpbc_all_translations.php:
|
6622 |
#: inc/_ps/wpbc-form-templates.php:111
|
6623 |
msgid "Full cost of the booking"
|
6624 |
msgstr ""
|
6625 |
|
6626 |
-
#: core/lib/wpbc_all_translations.php:
|
6627 |
#: inc/_ps/wpbc-form-templates.php:192
|
6628 |
msgid "Visitors"
|
6629 |
msgstr ""
|
6630 |
|
6631 |
-
#: core/lib/wpbc_all_translations.php:
|
6632 |
#: inc/_ps/wpbc-form-templates.php:154 inc/_ps/wpbc-form-templates.php:169
|
6633 |
#: inc/_ps/wpbc-form-templates.php:184
|
6634 |
msgid "First Name"
|
6635 |
msgstr ""
|
6636 |
|
6637 |
-
#: core/lib/wpbc_all_translations.php:
|
6638 |
#: inc/_ps/wpbc-form-templates.php:155 inc/_ps/wpbc-form-templates.php:170
|
6639 |
#: inc/_ps/wpbc-form-templates.php:185
|
6640 |
msgid "Last Name"
|
6641 |
msgstr ""
|
6642 |
|
6643 |
-
#: core/lib/wpbc_all_translations.php:
|
6644 |
#: inc/_ps/wpbc-form-templates.php:156 inc/_ps/wpbc-form-templates.php:171
|
6645 |
#: inc/_ps/wpbc-form-templates.php:186
|
6646 |
msgid "Email"
|
6647 |
msgstr ""
|
6648 |
|
6649 |
-
#: core/lib/wpbc_all_translations.php:
|
6650 |
#: inc/_ps/wpbc-form-templates.php:173 inc/_ps/wpbc-form-templates.php:188
|
6651 |
msgid "Address"
|
6652 |
msgstr ""
|
6653 |
|
6654 |
-
#: core/lib/wpbc_all_translations.php:
|
6655 |
#: inc/_ps/wpbc-form-templates.php:174 inc/_ps/wpbc-form-templates.php:189
|
6656 |
msgid "City"
|
6657 |
msgstr ""
|
6658 |
|
6659 |
-
#: core/lib/wpbc_all_translations.php:
|
6660 |
#: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
|
6661 |
msgid "Post code"
|
6662 |
msgstr ""
|
6663 |
|
6664 |
-
#: core/lib/wpbc_all_translations.php:
|
6665 |
#: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
|
6666 |
#: inc/gateways/page-gateways.php:276
|
6667 |
msgid "Country"
|
6668 |
msgstr ""
|
6669 |
|
6670 |
-
#: core/lib/wpbc_all_translations.php:
|
6671 |
#: inc/_ps/wpbc-form-templates.php:227 inc/_ps/wpbc-form-templates.php:237
|
6672 |
#: inc/_ps/wpbc-form-templates.php:247
|
6673 |
msgid "Check in"
|
6674 |
msgstr ""
|
6675 |
|
6676 |
-
#: core/lib/wpbc_all_translations.php:
|
6677 |
#: inc/_ps/wpbc-form-templates.php:228 inc/_ps/wpbc-form-templates.php:238
|
6678 |
#: inc/_ps/wpbc-form-templates.php:248
|
6679 |
msgid "Check out"
|
6680 |
msgstr ""
|
6681 |
|
6682 |
-
#: core/lib/wpbc_all_translations.php:
|
6683 |
#: inc/_ps/wpbc-form-templates.php:229 inc/_ps/wpbc-form-templates.php:239
|
6684 |
#: inc/_ps/wpbc-form-templates.php:249
|
6685 |
msgid "Guests"
|
6686 |
msgstr ""
|
6687 |
|
6688 |
-
#: core/lib/wpbc_all_translations.php:
|
6689 |
#: inc/_ps/wpbc-form-templates.php:293
|
6690 |
msgid "Max. persons"
|
6691 |
msgstr ""
|
6692 |
|
6693 |
-
#: core/lib/wpbc_all_translations.php:
|
6694 |
msgid "Data"
|
6695 |
msgstr ""
|
6696 |
|
6697 |
-
#: core/lib/wpbc_all_translations.php:
|
6698 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:217
|
6699 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:375 inc/gateways/ipay88/wpbc-gw-ipay88.php:253
|
6700 |
-
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:146 inc/gateways/paypal/wpbc-gw-paypal.php:
|
6701 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6702 |
msgid "Enable this payment gateway"
|
6703 |
msgstr ""
|
6704 |
|
6705 |
-
#: core/lib/wpbc_all_translations.php:
|
6706 |
msgid "API Login ID"
|
6707 |
msgstr ""
|
6708 |
|
6709 |
-
#: core/lib/wpbc_all_translations.php:
|
6710 |
#, php-format
|
6711 |
msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
|
6712 |
msgstr ""
|
6713 |
|
6714 |
-
#: core/lib/wpbc_all_translations.php:
|
6715 |
msgid "Transaction Key"
|
6716 |
msgstr ""
|
6717 |
|
6718 |
-
#: core/lib/wpbc_all_translations.php:
|
6719 |
#, php-format
|
6720 |
msgid "This parameter have to assigned to you by %s"
|
6721 |
msgstr ""
|
6722 |
|
6723 |
-
#: core/lib/wpbc_all_translations.php:
|
6724 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:416 inc/gateways/paypal/wpbc-gw-paypal.php:
|
6725 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6726 |
msgid "Chose payment mode"
|
6727 |
msgstr ""
|
6728 |
|
6729 |
-
#: core/lib/wpbc_all_translations.php:
|
6730 |
msgid ""
|
6731 |
"Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
|
6732 |
"for using Developer account."
|
6733 |
msgstr ""
|
6734 |
|
6735 |
-
#: core/lib/wpbc_all_translations.php:
|
6736 |
msgid ""
|
6737 |
"Transactions posted against live merchant accounts using either of the above testing methods are "
|
6738 |
"not submitted to financial institutions for authorization and are not stored in the Merchant "
|
6739 |
"Interface."
|
6740 |
msgstr ""
|
6741 |
|
6742 |
-
#: core/lib/wpbc_all_translations.php:
|
6743 |
msgid "Developer Test"
|
6744 |
msgstr ""
|
6745 |
|
6746 |
-
#: core/lib/wpbc_all_translations.php:
|
6747 |
msgid "Live Test"
|
6748 |
msgstr ""
|
6749 |
|
6750 |
-
#: core/lib/wpbc_all_translations.php:
|
6751 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6752 |
msgid "Live"
|
6753 |
msgstr ""
|
6754 |
|
6755 |
-
#: core/lib/wpbc_all_translations.php:
|
6756 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6757 |
msgid "Transaction type"
|
6758 |
msgstr ""
|
6759 |
|
6760 |
-
#: core/lib/wpbc_all_translations.php:
|
6761 |
msgid "Select transaction type, which supported by the payment gateway."
|
6762 |
msgstr ""
|
6763 |
|
6764 |
-
#: core/lib/wpbc_all_translations.php:
|
6765 |
msgid "Authorization and Capture"
|
6766 |
msgstr ""
|
6767 |
|
6768 |
-
#: core/lib/wpbc_all_translations.php:
|
6769 |
msgid "Authorization Only"
|
6770 |
msgstr ""
|
6771 |
|
6772 |
-
#: core/lib/wpbc_all_translations.php:
|
6773 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:291 inc/gateways/paypal/wpbc-gw-paypal.php:
|
6774 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6775 |
msgid "U.S. Dollars"
|
6776 |
msgstr ""
|
6777 |
|
6778 |
-
#: core/lib/wpbc_all_translations.php:
|
6779 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6780 |
msgid "Pounds Sterling"
|
6781 |
msgstr ""
|
6782 |
|
6783 |
-
#: core/lib/wpbc_all_translations.php:
|
6784 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6785 |
msgid "Euros"
|
6786 |
msgstr ""
|
6787 |
|
6788 |
-
#: core/lib/wpbc_all_translations.php:
|
6789 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6790 |
msgid "Canadian Dollars"
|
6791 |
msgstr ""
|
6792 |
|
6793 |
-
#: core/lib/wpbc_all_translations.php:
|
6794 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:297 inc/gateways/paypal/wpbc-gw-paypal.php:
|
6795 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6796 |
msgid "Accepted Currency"
|
6797 |
msgstr ""
|
6798 |
|
6799 |
-
#: core/lib/wpbc_all_translations.php:
|
6800 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:298 inc/gateways/paypal/wpbc-gw-paypal.php:
|
6801 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6802 |
msgid "The currency code that gateway will process the payment in."
|
6803 |
msgstr ""
|
6804 |
|
6805 |
-
#: core/lib/wpbc_all_translations.php:
|
6806 |
msgid ""
|
6807 |
"Setting the currency that is not supported by the payment processor will result in an error."
|
6808 |
msgstr ""
|
6809 |
|
6810 |
-
#: core/lib/wpbc_all_translations.php:
|
6811 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:364
|
6812 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:973 inc/gateways/ideal/wpbc-gw-ideal.php:306
|
6813 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:454 inc/gateways/ideal/wpbc-gw-ideal.php:455
|
6814 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:1034 inc/gateways/ipay88/wpbc-gw-ipay88.php:307
|
6815 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:308 inc/gateways/ipay88/wpbc-gw-ipay88.php:894
|
6816 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6817 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6818 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6819 |
msgid "Pay via"
|
6820 |
msgstr ""
|
6821 |
|
6822 |
-
#: core/lib/wpbc_all_translations.php:
|
6823 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:456 inc/gateways/ipay88/wpbc-gw-ipay88.php:309
|
6824 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6825 |
msgid "Payment button title"
|
6826 |
msgstr ""
|
6827 |
|
6828 |
-
#: core/lib/wpbc_all_translations.php:
|
6829 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:457 inc/gateways/ipay88/wpbc-gw-ipay88.php:310
|
6830 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6831 |
msgid "Enter the title of the payment button"
|
6832 |
msgstr ""
|
6833 |
|
6834 |
-
#: core/lib/wpbc_all_translations.php:
|
6835 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:378
|
6836 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:969 inc/gateways/ideal/wpbc-gw-ideal.php:468
|
6837 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:469 inc/gateways/ideal/wpbc-gw-ideal.php:1031
|
6838 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:321 inc/gateways/ipay88/wpbc-gw-ipay88.php:322
|
6839 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:891 inc/gateways/paypal/wpbc-gw-paypal.php:
|
6840 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6841 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6842 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6843 |
#, php-format
|
6844 |
msgid "Payment for booking %s on these day(s): %s"
|
6845 |
msgstr ""
|
6846 |
|
6847 |
-
#: core/lib/wpbc_all_translations.php:
|
6848 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:470 inc/gateways/ipay88/wpbc-gw-ipay88.php:323
|
6849 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6850 |
msgid "Payment description at gateway website"
|
6851 |
msgstr ""
|
6852 |
|
6853 |
-
#: core/lib/wpbc_all_translations.php:
|
6854 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:471 inc/gateways/ipay88/wpbc-gw-ipay88.php:324
|
6855 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6856 |
msgid "Enter the service name or the reason for the payment here."
|
6857 |
msgstr ""
|
6858 |
|
6859 |
-
#: core/lib/wpbc_all_translations.php:
|
6860 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:472 inc/gateways/ipay88/wpbc-gw-ipay88.php:325
|
6861 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6862 |
msgid "You can use any shortcodes, which you have used in content of booking fields data form."
|
6863 |
msgstr ""
|
6864 |
|
6865 |
-
#: core/lib/wpbc_all_translations.php:
|
6866 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:328
|
6867 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6868 |
#, php-format
|
6869 |
msgid "This field support only up to %s characters by payment system."
|
6870 |
msgstr ""
|
6871 |
|
6872 |
-
#: core/lib/wpbc_all_translations.php:
|
6873 |
msgid "Activate Relay Response"
|
6874 |
msgstr ""
|
6875 |
|
6876 |
-
#: core/lib/wpbc_all_translations.php:
|
6877 |
msgid ""
|
6878 |
"Indicate to the payment gateway that you would like to receive the transaction response to your "
|
6879 |
"site."
|
6880 |
msgstr ""
|
6881 |
|
6882 |
-
#: core/lib/wpbc_all_translations.php:
|
6883 |
msgid ""
|
6884 |
"You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
|
6885 |
"Interface, if a Relay Response is activated here."
|
6886 |
msgstr ""
|
6887 |
|
6888 |
-
#: core/lib/wpbc_all_translations.php:
|
6889 |
msgid "MD5 Hash value"
|
6890 |
msgstr ""
|
6891 |
|
6892 |
-
#: core/lib/wpbc_all_translations.php:
|
6893 |
msgid ""
|
6894 |
"Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
|
6895 |
msgstr ""
|
6896 |
|
6897 |
-
#: core/lib/wpbc_all_translations.php:
|
6898 |
msgid "To configure MD5 Hash value in Relay Response for your transactions"
|
6899 |
msgstr ""
|
6900 |
|
6901 |
-
#: core/lib/wpbc_all_translations.php:
|
6902 |
msgid "Log on to the Merchant Interface"
|
6903 |
msgstr ""
|
6904 |
|
6905 |
-
#: core/lib/wpbc_all_translations.php:
|
6906 |
msgid "Click Settings under Account in the main menu on the left"
|
6907 |
msgstr ""
|
6908 |
|
6909 |
-
#: core/lib/wpbc_all_translations.php:
|
6910 |
msgid "Click MD5-Hash in the Security Settings section"
|
6911 |
msgstr ""
|
6912 |
|
6913 |
-
#: core/lib/wpbc_all_translations.php:
|
6914 |
msgid "Enter this value"
|
6915 |
msgstr ""
|
6916 |
|
6917 |
-
#: core/lib/wpbc_all_translations.php:
|
6918 |
msgid "Click Submit"
|
6919 |
msgstr ""
|
6920 |
|
6921 |
-
#: core/lib/wpbc_all_translations.php:
|
6922 |
#, php-format
|
6923 |
msgid ""
|
6924 |
"For more information about configuring Relay Response in the Merchant Interface, please see the "
|
6925 |
"%sMerchant Integration Guide%s"
|
6926 |
msgstr ""
|
6927 |
|
6928 |
-
#: core/lib/wpbc_all_translations.php:
|
6929 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:503 inc/gateways/ipay88/wpbc-gw-ipay88.php:349
|
6930 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6931 |
msgid "Return URL after Successful order"
|
6932 |
msgstr ""
|
6933 |
|
6934 |
-
#: core/lib/wpbc_all_translations.php:
|
6935 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:519 inc/gateways/ipay88/wpbc-gw-ipay88.php:365
|
6936 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6937 |
msgid "The URL where visitor will be redirected after completing payment."
|
6938 |
msgstr ""
|
6939 |
|
6940 |
-
#: core/lib/wpbc_all_translations.php:
|
6941 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:520 inc/gateways/ipay88/wpbc-gw-ipay88.php:366
|
6942 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6943 |
#, php-format
|
6944 |
msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
|
6945 |
msgstr ""
|
6946 |
|
6947 |
-
#: core/lib/wpbc_all_translations.php:
|
6948 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:534 inc/gateways/ipay88/wpbc-gw-ipay88.php:380
|
6949 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6950 |
msgid "Return URL after Failed order"
|
6951 |
msgstr ""
|
6952 |
|
6953 |
-
#: core/lib/wpbc_all_translations.php:
|
6954 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:550 inc/gateways/ipay88/wpbc-gw-ipay88.php:396
|
6955 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6956 |
msgid "The URL where the visitor will be redirected after completing payment."
|
6957 |
msgstr ""
|
6958 |
|
6959 |
-
#: core/lib/wpbc_all_translations.php:
|
6960 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:551 inc/gateways/ipay88/wpbc-gw-ipay88.php:397
|
6961 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6962 |
#, php-format
|
6963 |
msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
|
6964 |
msgstr ""
|
6965 |
|
6966 |
-
#: core/lib/wpbc_all_translations.php:
|
6967 |
msgid "Automatically approve booking"
|
6968 |
msgstr ""
|
6969 |
|
6970 |
-
#: core/lib/wpbc_all_translations.php:
|
6971 |
msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
|
6972 |
msgstr ""
|
6973 |
|
6974 |
-
#: core/lib/wpbc_all_translations.php:
|
6975 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:410 inc/gateways/paypal/wpbc-gw-paypal.php:
|
6976 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6977 |
msgid "This will not work, if the visitor leaves the payment page."
|
6978 |
msgstr ""
|
6979 |
|
6980 |
-
#: core/lib/wpbc_all_translations.php:
|
6981 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:339
|
6982 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:420
|
6983 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:442
|
6984 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:791 inc/gateways/ideal/wpbc-gw-ideal.php:894
|
6985 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:650 inc/gateways/ipay88/wpbc-gw-ipay88.php:755
|
6986 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:279 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:384
|
6987 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
6988 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
6989 |
#, php-format
|
6990 |
msgid "%s Settings"
|
6991 |
msgstr ""
|
6992 |
|
6993 |
-
#: core/lib/wpbc_all_translations.php:
|
6994 |
msgid "Integration of authorizenet payment system"
|
6995 |
msgstr ""
|
6996 |
|
6997 |
-
#: core/lib/wpbc_all_translations.php:
|
6998 |
#, php-format
|
6999 |
msgid ""
|
7000 |
"If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
|
@@ -7002,977 +7009,977 @@ msgid ""
|
|
7002 |
"gateway."
|
7003 |
msgstr ""
|
7004 |
|
7005 |
-
#: core/lib/wpbc_all_translations.php:
|
7006 |
msgid ""
|
7007 |
"Please configure all fields inside the Billing form fields tab at this page, when using a "
|
7008 |
"European payment processor"
|
7009 |
msgstr ""
|
7010 |
|
7011 |
-
#: core/lib/wpbc_all_translations.php:
|
7012 |
msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
|
7013 |
msgstr ""
|
7014 |
|
7015 |
-
#: core/lib/wpbc_all_translations.php:
|
7016 |
#, php-format
|
7017 |
msgid "%s - Server Integration Method (SIM)"
|
7018 |
msgstr ""
|
7019 |
|
7020 |
-
#: core/lib/wpbc_all_translations.php:
|
7021 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
|
7022 |
msgid "Payment method description that the customer will see on your payment page."
|
7023 |
msgstr ""
|
7024 |
|
7025 |
-
#: core/lib/wpbc_all_translations.php:
|
7026 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:338
|
7027 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:339
|
7028 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:420
|
7029 |
msgid "Bank Transfer"
|
7030 |
msgstr ""
|
7031 |
|
7032 |
-
#: core/lib/wpbc_all_translations.php:
|
7033 |
msgid "Integration of Bank Transfer payment system"
|
7034 |
msgstr ""
|
7035 |
|
7036 |
-
#: core/lib/wpbc_all_translations.php:
|
7037 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:461
|
7038 |
msgid "Account details"
|
7039 |
msgstr ""
|
7040 |
|
7041 |
-
#: core/lib/wpbc_all_translations.php:
|
7042 |
#, php-format
|
7043 |
msgid "Allow payments by %sdirect bank / wire transfer%s"
|
7044 |
msgstr ""
|
7045 |
|
7046 |
-
#: core/lib/wpbc_all_translations.php:
|
7047 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:360
|
7048 |
msgid "Its only show fixed payment details."
|
7049 |
msgstr ""
|
7050 |
|
7051 |
-
#: core/lib/wpbc_all_translations.php:
|
7052 |
msgid "Sort Code"
|
7053 |
msgstr ""
|
7054 |
|
7055 |
-
#: core/lib/wpbc_all_translations.php:
|
7056 |
#, php-format
|
7057 |
msgid ""
|
7058 |
"Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
|
7059 |
"the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
|
7060 |
msgstr ""
|
7061 |
|
7062 |
-
#: core/lib/wpbc_all_translations.php:
|
7063 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:731
|
7064 |
msgid "Account Number"
|
7065 |
msgstr ""
|
7066 |
|
7067 |
-
#: core/lib/wpbc_all_translations.php:
|
7068 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:734
|
7069 |
msgid "IBAN"
|
7070 |
msgstr ""
|
7071 |
|
7072 |
-
#: core/lib/wpbc_all_translations.php:
|
7073 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:735
|
7074 |
msgid "BIC / Swift"
|
7075 |
msgstr ""
|
7076 |
|
7077 |
-
#: core/lib/wpbc_all_translations.php:
|
7078 |
msgid "Account Name"
|
7079 |
msgstr ""
|
7080 |
|
7081 |
-
#: core/lib/wpbc_all_translations.php:
|
7082 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:321
|
7083 |
msgid "Bank Name"
|
7084 |
msgstr ""
|
7085 |
|
7086 |
-
#: core/lib/wpbc_all_translations.php:
|
7087 |
msgid "BSB"
|
7088 |
msgstr ""
|
7089 |
|
7090 |
-
#: core/lib/wpbc_all_translations.php:
|
7091 |
msgid "Bank Transit Number"
|
7092 |
msgstr ""
|
7093 |
|
7094 |
-
#: core/lib/wpbc_all_translations.php:
|
7095 |
msgid "IFSC"
|
7096 |
msgstr ""
|
7097 |
|
7098 |
-
#: core/lib/wpbc_all_translations.php:
|
7099 |
msgid "Branch Sort"
|
7100 |
msgstr ""
|
7101 |
|
7102 |
-
#: core/lib/wpbc_all_translations.php:
|
7103 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:784
|
7104 |
msgid "Bank Code"
|
7105 |
msgstr ""
|
7106 |
|
7107 |
-
#: core/lib/wpbc_all_translations.php:
|
7108 |
msgid "Routing Number"
|
7109 |
msgstr ""
|
7110 |
|
7111 |
-
#: core/lib/wpbc_all_translations.php:
|
7112 |
msgid "Branch Code"
|
7113 |
msgstr ""
|
7114 |
|
7115 |
-
#: core/lib/wpbc_all_translations.php:
|
7116 |
#, php-format
|
7117 |
msgid "%s - inserting all bank accounts details"
|
7118 |
msgstr ""
|
7119 |
|
7120 |
-
#: core/lib/wpbc_all_translations.php:
|
7121 |
#, php-format
|
7122 |
msgid "%s - inserting account name"
|
7123 |
msgstr ""
|
7124 |
|
7125 |
-
#: core/lib/wpbc_all_translations.php:
|
7126 |
#, php-format
|
7127 |
msgid "%s - inserting account number"
|
7128 |
msgstr ""
|
7129 |
|
7130 |
-
#: core/lib/wpbc_all_translations.php:
|
7131 |
#, php-format
|
7132 |
msgid "%s - inserting bank name "
|
7133 |
msgstr ""
|
7134 |
|
7135 |
-
#: core/lib/wpbc_all_translations.php:
|
7136 |
#, php-format
|
7137 |
msgid "%s - inserting sort code "
|
7138 |
msgstr ""
|
7139 |
|
7140 |
-
#: core/lib/wpbc_all_translations.php:
|
7141 |
#, php-format
|
7142 |
msgid "%s - inserting IBAN "
|
7143 |
msgstr ""
|
7144 |
|
7145 |
-
#: core/lib/wpbc_all_translations.php:
|
7146 |
#, php-format
|
7147 |
msgid "%s - inserting BIC "
|
7148 |
msgstr ""
|
7149 |
|
7150 |
-
#: core/lib/wpbc_all_translations.php:
|
7151 |
msgid ""
|
7152 |
"You can use any shortcodes, that you can use in payment description form at Settings Payment "
|
7153 |
"General page"
|
7154 |
msgstr ""
|
7155 |
|
7156 |
-
#: core/lib/wpbc_all_translations.php:
|
7157 |
msgid "+ Add Account"
|
7158 |
msgstr ""
|
7159 |
|
7160 |
-
#: core/lib/wpbc_all_translations.php:
|
7161 |
msgid "Remove selected account(s)"
|
7162 |
msgstr ""
|
7163 |
|
7164 |
-
#: core/lib/wpbc_all_translations.php:
|
7165 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:495
|
7166 |
msgid "Successful payment"
|
7167 |
msgstr ""
|
7168 |
|
7169 |
-
#: core/lib/wpbc_all_translations.php:
|
7170 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:498
|
7171 |
msgid " Parameters are incorrect,"
|
7172 |
msgstr ""
|
7173 |
|
7174 |
-
#: core/lib/wpbc_all_translations.php:
|
7175 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:500
|
7176 |
msgid "Cannot find the record"
|
7177 |
msgstr ""
|
7178 |
|
7179 |
-
#: core/lib/wpbc_all_translations.php:
|
7180 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:502
|
7181 |
msgid "Amount different"
|
7182 |
msgstr ""
|
7183 |
|
7184 |
-
#: core/lib/wpbc_all_translations.php:
|
7185 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:504
|
7186 |
msgid "Payment failed"
|
7187 |
msgstr ""
|
7188 |
|
7189 |
-
#: core/lib/wpbc_all_translations.php:
|
7190 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:506
|
7191 |
msgid "Payment status updated by Mobile88 Admin(Fail)"
|
7192 |
msgstr ""
|
7193 |
|
7194 |
-
#: core/lib/wpbc_all_translations.php:
|
7195 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:508
|
7196 |
msgid "Connection Error"
|
7197 |
msgstr ""
|
7198 |
|
7199 |
-
#: core/lib/wpbc_all_translations.php:
|
7200 |
msgid "Merchant Code"
|
7201 |
msgstr ""
|
7202 |
|
7203 |
-
#: core/lib/wpbc_all_translations.php:
|
7204 |
msgid "Enter your iPay88 Merchant Code."
|
7205 |
msgstr ""
|
7206 |
|
7207 |
-
#: core/lib/wpbc_all_translations.php:
|
7208 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:278
|
7209 |
msgid "Merchant Key"
|
7210 |
msgstr ""
|
7211 |
|
7212 |
-
#: core/lib/wpbc_all_translations.php:
|
7213 |
msgid "Enter your iPay88 Merchant Key."
|
7214 |
msgstr ""
|
7215 |
|
7216 |
-
#: core/lib/wpbc_all_translations.php:
|
7217 |
msgid "Malaysian Ringgit"
|
7218 |
msgstr ""
|
7219 |
|
7220 |
-
#: core/lib/wpbc_all_translations.php:
|
7221 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7222 |
msgid "Philippine Pesos"
|
7223 |
msgstr ""
|
7224 |
|
7225 |
-
#: core/lib/wpbc_all_translations.php:
|
7226 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:407 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7227 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7228 |
msgid "Automatically approve/cancel booking"
|
7229 |
msgstr ""
|
7230 |
|
7231 |
-
#: core/lib/wpbc_all_translations.php:
|
7232 |
-
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:408 inc/gateways/paypal/wpbc-gw-paypal.php:
|
7233 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7234 |
msgid ""
|
7235 |
"Check this box to automatically approve bookings, when visitor makes a successful payment, or "
|
7236 |
"automatically cancel the booking, when visitor makes a payment cancellation."
|
7237 |
msgstr ""
|
7238 |
|
7239 |
-
#: core/lib/wpbc_all_translations.php:
|
7240 |
msgid "Integration of iPay88 payment system"
|
7241 |
msgstr ""
|
7242 |
|
7243 |
-
#: core/lib/wpbc_all_translations.php:
|
7244 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7245 |
#, php-format
|
7246 |
msgid ""
|
7247 |
"Please configure all fields inside the %sBilling form fields%s section at %sPayments General%s "
|
7248 |
"tab."
|
7249 |
msgstr ""
|
7250 |
|
7251 |
-
#: core/lib/wpbc_all_translations.php:
|
7252 |
msgid "for 1 day"
|
7253 |
msgstr ""
|
7254 |
|
7255 |
-
#: core/lib/wpbc_all_translations.php:
|
7256 |
msgid "for 1 night"
|
7257 |
msgstr ""
|
7258 |
|
7259 |
-
#: core/lib/wpbc_all_translations.php:
|
7260 |
msgid "fixed sum"
|
7261 |
msgstr ""
|
7262 |
|
7263 |
-
#: core/lib/wpbc_all_translations.php:
|
7264 |
msgid "for 1 hour"
|
7265 |
msgstr ""
|
7266 |
|
7267 |
-
#: core/lib/wpbc_all_translations.php:
|
7268 |
msgid "Set the cost"
|
7269 |
msgstr ""
|
7270 |
|
7271 |
-
#: core/lib/wpbc_all_translations.php:
|
7272 |
msgid " Select your cost configuration."
|
7273 |
msgstr ""
|
7274 |
|
7275 |
-
#: core/lib/wpbc_all_translations.php:
|
7276 |
msgid "Time impact to cost"
|
7277 |
msgstr ""
|
7278 |
|
7279 |
-
#: core/lib/wpbc_all_translations.php:
|
7280 |
#, php-format
|
7281 |
msgid ""
|
7282 |
"Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
|
7283 |
"calculation%s."
|
7284 |
msgstr ""
|
7285 |
|
7286 |
-
#: core/lib/wpbc_all_translations.php:
|
7287 |
msgid ""
|
7288 |
"Check this box if you want that specific additional cost, which configured as percentage for "
|
7289 |
"some option, apply to other additional fixed costs and not only to original booking cost."
|
7290 |
msgstr ""
|
7291 |
|
7292 |
-
#: core/lib/wpbc_all_translations.php:
|
7293 |
#: inc/gateways/page-gateways.php:727
|
7294 |
msgid "Currency"
|
7295 |
msgstr ""
|
7296 |
|
7297 |
-
#: core/lib/wpbc_all_translations.php:
|
7298 |
msgid ""
|
7299 |
"This is default currency that showing at your website. Specific payment gateway(s) can support "
|
7300 |
"or does not suport it."
|
7301 |
msgstr ""
|
7302 |
|
7303 |
-
#: core/lib/wpbc_all_translations.php:
|
7304 |
#: inc/gateways/page-gateways.php:778
|
7305 |
msgid "Important"
|
7306 |
msgstr ""
|
7307 |
|
7308 |
-
#: core/lib/wpbc_all_translations.php:
|
7309 |
msgid "Check and configure currency at each activated payment gateway."
|
7310 |
msgstr ""
|
7311 |
|
7312 |
-
#: core/lib/wpbc_all_translations.php:
|
7313 |
msgid "Currency Position"
|
7314 |
msgstr ""
|
7315 |
|
7316 |
-
#: core/lib/wpbc_all_translations.php:
|
7317 |
msgid "Set position of the currency symbol."
|
7318 |
msgstr ""
|
7319 |
|
7320 |
-
#: core/lib/wpbc_all_translations.php:
|
7321 |
msgid "Left"
|
7322 |
msgstr ""
|
7323 |
|
7324 |
-
#: core/lib/wpbc_all_translations.php:
|
7325 |
msgid "Right"
|
7326 |
msgstr ""
|
7327 |
|
7328 |
-
#: core/lib/wpbc_all_translations.php:
|
7329 |
msgid "Left with space"
|
7330 |
msgstr ""
|
7331 |
|
7332 |
-
#: core/lib/wpbc_all_translations.php:
|
7333 |
msgid "Right with space"
|
7334 |
msgstr ""
|
7335 |
|
7336 |
-
#: core/lib/wpbc_all_translations.php:
|
7337 |
msgid "Currency format"
|
7338 |
msgstr ""
|
7339 |
|
7340 |
-
#: core/lib/wpbc_all_translations.php:
|
7341 |
msgid "Number of decimal points"
|
7342 |
msgstr ""
|
7343 |
|
7344 |
-
#: core/lib/wpbc_all_translations.php:
|
7345 |
#: inc/gateways/page-gateways.php:184
|
7346 |
msgid "No separator"
|
7347 |
msgstr ""
|
7348 |
|
7349 |
-
#: core/lib/wpbc_all_translations.php:
|
7350 |
#: inc/gateways/page-gateways.php:185
|
7351 |
msgid "Space"
|
7352 |
msgstr ""
|
7353 |
|
7354 |
-
#: core/lib/wpbc_all_translations.php:
|
7355 |
#: inc/gateways/page-gateways.php:186
|
7356 |
msgid "Dot"
|
7357 |
msgstr ""
|
7358 |
|
7359 |
-
#: core/lib/wpbc_all_translations.php:
|
7360 |
#: inc/gateways/page-gateways.php:187
|
7361 |
msgid "Comma"
|
7362 |
msgstr ""
|
7363 |
|
7364 |
-
#: core/lib/wpbc_all_translations.php:
|
7365 |
msgid "Separator for the decimal point"
|
7366 |
msgstr ""
|
7367 |
|
7368 |
-
#: core/lib/wpbc_all_translations.php:
|
7369 |
msgid "Thousands separator"
|
7370 |
msgstr ""
|
7371 |
|
7372 |
-
#: core/lib/wpbc_all_translations.php:
|
7373 |
msgid "Please select"
|
7374 |
msgstr ""
|
7375 |
|
7376 |
-
#: core/lib/wpbc_all_translations.php:
|
7377 |
msgid ""
|
7378 |
"Please select a field from your booking form. This field will be automatically assigned to the "
|
7379 |
"current field in the billing form."
|
7380 |
msgstr ""
|
7381 |
|
7382 |
-
#: core/lib/wpbc_all_translations.php:
|
7383 |
msgid "Customer Email"
|
7384 |
msgstr ""
|
7385 |
|
7386 |
-
#: core/lib/wpbc_all_translations.php:
|
7387 |
msgid "First Name(s)"
|
7388 |
msgstr ""
|
7389 |
|
7390 |
-
#: core/lib/wpbc_all_translations.php:
|
7391 |
msgid "Last name"
|
7392 |
msgstr ""
|
7393 |
|
7394 |
-
#: core/lib/wpbc_all_translations.php:
|
7395 |
msgid "Billing Address"
|
7396 |
msgstr ""
|
7397 |
|
7398 |
-
#: core/lib/wpbc_all_translations.php:
|
7399 |
msgid "Billing City"
|
7400 |
msgstr ""
|
7401 |
|
7402 |
-
#: core/lib/wpbc_all_translations.php:
|
7403 |
msgid "Post Code"
|
7404 |
msgstr ""
|
7405 |
|
7406 |
-
#: core/lib/wpbc_all_translations.php:
|
7407 |
msgid "State"
|
7408 |
msgstr ""
|
7409 |
|
7410 |
-
#: core/lib/wpbc_all_translations.php:
|
7411 |
msgid "Show booking details in payment form"
|
7412 |
msgstr ""
|
7413 |
|
7414 |
-
#: core/lib/wpbc_all_translations.php:
|
7415 |
#, php-format
|
7416 |
msgid ""
|
7417 |
" Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
|
7418 |
msgstr ""
|
7419 |
|
7420 |
-
#: core/lib/wpbc_all_translations.php:
|
7421 |
msgid "Configure booking details summary above the payment form"
|
7422 |
msgstr ""
|
7423 |
|
7424 |
-
#: core/lib/wpbc_all_translations.php:
|
7425 |
msgid "Payments"
|
7426 |
msgstr ""
|
7427 |
|
7428 |
-
#: core/lib/wpbc_all_translations.php:
|
7429 |
msgid "Customizaton of Payment"
|
7430 |
msgstr ""
|
7431 |
|
7432 |
-
#: core/lib/wpbc_all_translations.php:
|
7433 |
msgid "Payment Gateways"
|
7434 |
msgstr ""
|
7435 |
|
7436 |
-
#: core/lib/wpbc_all_translations.php:
|
7437 |
#: inc/gateways/page-gateways.php:472 inc/gateways/page-gateways.php:498
|
7438 |
msgid "Payment Settings"
|
7439 |
msgstr ""
|
7440 |
|
7441 |
-
#: core/lib/wpbc_all_translations.php:
|
7442 |
msgid "Payment Gateways - General Settings"
|
7443 |
msgstr ""
|
7444 |
|
7445 |
-
#: core/lib/wpbc_all_translations.php:
|
7446 |
#: inc/gateways/page-gateways.php:493
|
7447 |
msgid "Active Payment Gateways"
|
7448 |
msgstr ""
|
7449 |
|
7450 |
-
#: core/lib/wpbc_all_translations.php:
|
7451 |
#: inc/gateways/page-gateways.php:514
|
7452 |
msgid "Billing form fields"
|
7453 |
msgstr ""
|
7454 |
|
7455 |
-
#: core/lib/wpbc_all_translations.php:
|
7456 |
#: inc/gateways/page-gateways.php:524
|
7457 |
msgid "Payment Description"
|
7458 |
msgstr ""
|
7459 |
|
7460 |
-
#: core/lib/wpbc_all_translations.php:
|
7461 |
msgid "Gateway"
|
7462 |
msgstr ""
|
7463 |
|
7464 |
-
#: core/lib/wpbc_all_translations.php:
|
7465 |
#, php-format
|
7466 |
msgid "Some currencies at payment gateways are different from main currency %s"
|
7467 |
msgstr ""
|
7468 |
|
7469 |
-
#: core/lib/wpbc_all_translations.php:
|
7470 |
#, php-format
|
7471 |
msgid ""
|
7472 |
"Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
|
7473 |
"payment form without currency exchange! Its can be reason of wrong cost."
|
7474 |
msgstr ""
|
7475 |
|
7476 |
-
#: core/lib/wpbc_all_translations.php:
|
7477 |
msgid "ID of booking"
|
7478 |
msgstr ""
|
7479 |
|
7480 |
-
#: core/lib/wpbc_all_translations.php:
|
7481 |
msgid "ID of booking resources"
|
7482 |
msgstr ""
|
7483 |
|
7484 |
-
#: core/lib/wpbc_all_translations.php:
|
7485 |
msgid "current date"
|
7486 |
msgstr ""
|
7487 |
|
7488 |
-
#: core/lib/wpbc_all_translations.php:
|
7489 |
msgid "current time"
|
7490 |
msgstr ""
|
7491 |
|
7492 |
-
#: core/lib/wpbc_all_translations.php:
|
7493 |
msgid "content data of this booking"
|
7494 |
msgstr ""
|
7495 |
|
7496 |
-
#: core/lib/wpbc_all_translations.php:
|
7497 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:180
|
7498 |
msgid "show amount to pay"
|
7499 |
msgstr ""
|
7500 |
|
7501 |
-
#: core/lib/wpbc_all_translations.php:
|
7502 |
msgid "total booking cost"
|
7503 |
msgstr ""
|
7504 |
|
7505 |
-
#: core/lib/wpbc_all_translations.php:
|
7506 |
msgid "deposit cost"
|
7507 |
msgstr ""
|
7508 |
|
7509 |
-
#: core/lib/wpbc_all_translations.php:
|
7510 |
msgid "balance cost"
|
7511 |
msgstr ""
|
7512 |
|
7513 |
-
#: core/lib/wpbc_all_translations.php:
|
7514 |
msgid "original booking cost"
|
7515 |
msgstr ""
|
7516 |
|
7517 |
-
#: core/lib/wpbc_all_translations.php:
|
7518 |
msgid "additional booking cost"
|
7519 |
msgstr ""
|
7520 |
|
7521 |
-
#: core/lib/wpbc_all_translations.php:
|
7522 |
msgid "Amount to pay"
|
7523 |
msgstr ""
|
7524 |
|
7525 |
-
#: core/lib/wpbc_all_translations.php:
|
7526 |
#, php-format
|
7527 |
msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
|
7528 |
msgstr ""
|
7529 |
|
7530 |
-
#: core/lib/wpbc_all_translations.php:
|
7531 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:278 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:279
|
7532 |
msgid "Pay in Cash"
|
7533 |
msgstr ""
|
7534 |
|
7535 |
-
#: core/lib/wpbc_all_translations.php:
|
7536 |
msgid "Integration of Pay in Cash payment system"
|
7537 |
msgstr ""
|
7538 |
|
7539 |
-
#: core/lib/wpbc_all_translations.php:
|
7540 |
#, php-format
|
7541 |
msgid "If you accept %scash payment%s, you can write details about it here"
|
7542 |
msgstr ""
|
7543 |
|
7544 |
-
#: core/lib/wpbc_all_translations.php:
|
7545 |
#, php-format
|
7546 |
msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
|
7547 |
msgstr ""
|
7548 |
|
7549 |
-
#: core/lib/wpbc_all_translations.php:
|
7550 |
msgid "Error IPN"
|
7551 |
msgstr ""
|
7552 |
|
7553 |
-
#: core/lib/wpbc_all_translations.php:
|
7554 |
msgid "Verified IPN"
|
7555 |
msgstr ""
|
7556 |
|
7557 |
-
#: core/lib/wpbc_all_translations.php:
|
7558 |
msgid "Invalid IPN"
|
7559 |
msgstr ""
|
7560 |
|
7561 |
-
#: core/lib/wpbc_all_translations.php:
|
7562 |
msgid "Make payments with payPal - its fast, free and secure!"
|
7563 |
msgstr ""
|
7564 |
|
7565 |
-
#: core/lib/wpbc_all_translations.php:
|
7566 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7567 |
msgid "Paypal Standard"
|
7568 |
msgstr ""
|
7569 |
|
7570 |
-
#: core/lib/wpbc_all_translations.php:
|
7571 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7572 |
msgid "Paypal Pro Hosted Solution"
|
7573 |
msgstr ""
|
7574 |
|
7575 |
-
#: core/lib/wpbc_all_translations.php:
|
7576 |
msgid "Account Type"
|
7577 |
msgstr ""
|
7578 |
|
7579 |
-
#: core/lib/wpbc_all_translations.php:
|
7580 |
msgid "Paypal Email address to receive payments"
|
7581 |
msgstr ""
|
7582 |
|
7583 |
-
#: core/lib/wpbc_all_translations.php:
|
7584 |
msgid "This is the Paypal Email address where payments will be sent"
|
7585 |
msgstr ""
|
7586 |
|
7587 |
-
#: core/lib/wpbc_all_translations.php:
|
7588 |
msgid "Secure Merchant ID"
|
7589 |
msgstr ""
|
7590 |
|
7591 |
-
#: core/lib/wpbc_all_translations.php:
|
7592 |
msgid "This is the Secure Merchant ID, which can be found on the profile page"
|
7593 |
msgstr ""
|
7594 |
|
7595 |
-
#: core/lib/wpbc_all_translations.php:
|
7596 |
msgid ""
|
7597 |
" Indicates whether the transaction is payment on a final sale or an authorization for a final "
|
7598 |
"sale, to be captured later. "
|
7599 |
msgstr ""
|
7600 |
|
7601 |
-
#: core/lib/wpbc_all_translations.php:
|
7602 |
msgid "Sale"
|
7603 |
msgstr ""
|
7604 |
|
7605 |
-
#: core/lib/wpbc_all_translations.php:
|
7606 |
msgid "Authorization"
|
7607 |
msgstr ""
|
7608 |
|
7609 |
-
#: core/lib/wpbc_all_translations.php:
|
7610 |
msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
|
7611 |
msgstr ""
|
7612 |
|
7613 |
-
#: core/lib/wpbc_all_translations.php:
|
7614 |
msgid "Sandbox"
|
7615 |
msgstr ""
|
7616 |
|
7617 |
-
#: core/lib/wpbc_all_translations.php:
|
7618 |
msgid "British Pound"
|
7619 |
msgstr ""
|
7620 |
|
7621 |
-
#: core/lib/wpbc_all_translations.php:
|
7622 |
msgid "Japanese Yen"
|
7623 |
msgstr ""
|
7624 |
|
7625 |
-
#: core/lib/wpbc_all_translations.php:
|
7626 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7627 |
msgid "Australian Dollars"
|
7628 |
msgstr ""
|
7629 |
|
7630 |
-
#: core/lib/wpbc_all_translations.php:
|
7631 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7632 |
msgid "New Zealand Dollar"
|
7633 |
msgstr ""
|
7634 |
|
7635 |
-
#: core/lib/wpbc_all_translations.php:
|
7636 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7637 |
msgid "Swiss Franc"
|
7638 |
msgstr ""
|
7639 |
|
7640 |
-
#: core/lib/wpbc_all_translations.php:
|
7641 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7642 |
msgid "Hong Kong Dollar"
|
7643 |
msgstr ""
|
7644 |
|
7645 |
-
#: core/lib/wpbc_all_translations.php:
|
7646 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7647 |
msgid "Singapore Dollar"
|
7648 |
msgstr ""
|
7649 |
|
7650 |
-
#: core/lib/wpbc_all_translations.php:
|
7651 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7652 |
msgid "Swedish Krona"
|
7653 |
msgstr ""
|
7654 |
|
7655 |
-
#: core/lib/wpbc_all_translations.php:
|
7656 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7657 |
msgid "Danish Krone"
|
7658 |
msgstr ""
|
7659 |
|
7660 |
-
#: core/lib/wpbc_all_translations.php:
|
7661 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7662 |
msgid "Polish Zloty"
|
7663 |
msgstr ""
|
7664 |
|
7665 |
-
#: core/lib/wpbc_all_translations.php:
|
7666 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7667 |
msgid "Norwegian Krone"
|
7668 |
msgstr ""
|
7669 |
|
7670 |
-
#: core/lib/wpbc_all_translations.php:
|
7671 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7672 |
msgid "Hungarian Forint"
|
7673 |
msgstr ""
|
7674 |
|
7675 |
-
#: core/lib/wpbc_all_translations.php:
|
7676 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7677 |
msgid "Czech Koruna"
|
7678 |
msgstr ""
|
7679 |
|
7680 |
-
#: core/lib/wpbc_all_translations.php:
|
7681 |
msgid "Israeli New Shekel"
|
7682 |
msgstr ""
|
7683 |
|
7684 |
-
#: core/lib/wpbc_all_translations.php:
|
7685 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7686 |
msgid "Mexican Peso"
|
7687 |
msgstr ""
|
7688 |
|
7689 |
-
#: core/lib/wpbc_all_translations.php:
|
7690 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7691 |
msgid "Brazilian Real (only for Brazilian users)"
|
7692 |
msgstr ""
|
7693 |
|
7694 |
-
#: core/lib/wpbc_all_translations.php:
|
7695 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7696 |
msgid "Malaysian Ringgits (only for Malaysian users)"
|
7697 |
msgstr ""
|
7698 |
|
7699 |
-
#: core/lib/wpbc_all_translations.php:
|
7700 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7701 |
msgid "Taiwan New Dollars"
|
7702 |
msgstr ""
|
7703 |
|
7704 |
-
#: core/lib/wpbc_all_translations.php:
|
7705 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7706 |
msgid "Thai Baht"
|
7707 |
msgstr ""
|
7708 |
|
7709 |
-
#: core/lib/wpbc_all_translations.php:
|
7710 |
msgid "Turkish Lira (only for Turkish members)"
|
7711 |
msgstr ""
|
7712 |
|
7713 |
-
#: core/lib/wpbc_all_translations.php:
|
7714 |
msgid "Custom button title"
|
7715 |
msgstr ""
|
7716 |
|
7717 |
-
#: core/lib/wpbc_all_translations.php:
|
7718 |
msgid "Payment Button type"
|
7719 |
msgstr ""
|
7720 |
|
7721 |
-
#: core/lib/wpbc_all_translations.php:
|
7722 |
msgid "Show Reference Text Box"
|
7723 |
msgstr ""
|
7724 |
|
7725 |
-
#: core/lib/wpbc_all_translations.php:
|
7726 |
msgid "Check this box to show Reference Text Box"
|
7727 |
msgstr ""
|
7728 |
|
7729 |
-
#: core/lib/wpbc_all_translations.php:
|
7730 |
-
#: inc/gateways/paypal/wpbc-gw-paypal.php:
|
7731 |
msgid "Enter your phone number"
|
7732 |
msgstr ""
|
7733 |
|
7734 |
-
#: core/lib/wpbc_all_translations.php:
|
7735 |
msgid "Reference Text Box Title"
|
7736 |
msgstr ""
|
7737 |
|
7738 |
-
#: core/lib/wpbc_all_translations.php:
|
7739 |
msgid ""
|
7740 |
"Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
|
7741 |
msgstr ""
|
7742 |
|
7743 |
-
#: core/lib/wpbc_all_translations.php:
|
7744 |
msgid "Return URL from PayPal"
|
7745 |
msgstr ""
|
7746 |
|
7747 |
-
#: core/lib/wpbc_all_translations.php:
|
7748 |
msgid "Cancel Return URL from PayPal"
|
7749 |
msgstr ""
|
7750 |
|
7751 |
-
#: core/lib/wpbc_all_translations.php:
|
7752 |
#, php-format
|
7753 |
msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
|
7754 |
msgstr ""
|
7755 |
|
7756 |
-
#: core/lib/wpbc_all_translations.php:
|
7757 |
msgid "Follow these steps to configure it:"
|
7758 |
msgstr ""
|
7759 |
|
7760 |
-
#: core/lib/wpbc_all_translations.php:
|
7761 |
msgid "Log in to your PayPal account."
|
7762 |
msgstr ""
|
7763 |
|
7764 |
-
#: core/lib/wpbc_all_translations.php:
|
7765 |
msgid "Click the Profile subtab."
|
7766 |
msgstr ""
|
7767 |
|
7768 |
-
#: core/lib/wpbc_all_translations.php:
|
7769 |
msgid "Click Website Payment Preferences in the Seller Preferences column."
|
7770 |
msgstr ""
|
7771 |
|
7772 |
-
#: core/lib/wpbc_all_translations.php:
|
7773 |
msgid "Under Auto Return for Website Payments, click the On radio button."
|
7774 |
msgstr ""
|
7775 |
|
7776 |
-
#: core/lib/wpbc_all_translations.php:
|
7777 |
msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
|
7778 |
msgstr ""
|
7779 |
|
7780 |
-
#: core/lib/wpbc_all_translations.php:
|
7781 |
msgid ""
|
7782 |
"Instant Payment Notification (IPN) is a message service that notifies you of events related to "
|
7783 |
"PayPal transactions"
|
7784 |
msgstr ""
|
7785 |
|
7786 |
-
#: core/lib/wpbc_all_translations.php:
|
7787 |
msgid "Sending email for verified transaction"
|
7788 |
msgstr ""
|
7789 |
|
7790 |
-
#: core/lib/wpbc_all_translations.php:
|
7791 |
#, php-format
|
7792 |
msgid "Email for getting report for %sverified%s transactions."
|
7793 |
msgstr ""
|
7794 |
|
7795 |
-
#: core/lib/wpbc_all_translations.php:
|
7796 |
msgid "Sending email for invalid transaction"
|
7797 |
msgstr ""
|
7798 |
|
7799 |
-
#: core/lib/wpbc_all_translations.php:
|
7800 |
#, php-format
|
7801 |
msgid "Email for getting report for %sinvalid%s transactions."
|
7802 |
msgstr ""
|
7803 |
|
7804 |
-
#: core/lib/wpbc_all_translations.php:
|
7805 |
msgid "Sending email if error occur during verification"
|
7806 |
msgstr ""
|
7807 |
|
7808 |
-
#: core/lib/wpbc_all_translations.php:
|
7809 |
#, php-format
|
7810 |
msgid "Email for getting report for %ssome errors in verification process%s."
|
7811 |
msgstr ""
|
7812 |
|
7813 |
-
#: core/lib/wpbc_all_translations.php:
|
7814 |
msgid "Use SSL connection"
|
7815 |
msgstr ""
|
7816 |
|
7817 |
-
#: core/lib/wpbc_all_translations.php:
|
7818 |
msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
|
7819 |
msgstr ""
|
7820 |
|
7821 |
-
#: core/lib/wpbc_all_translations.php:
|
7822 |
msgid "Use cURL posting"
|
7823 |
msgstr ""
|
7824 |
|
7825 |
-
#: core/lib/wpbc_all_translations.php:
|
7826 |
msgid "Use the cURL for posting data, instead of fsockopen() function"
|
7827 |
msgstr ""
|
7828 |
|
7829 |
-
#: core/lib/wpbc_all_translations.php:
|
7830 |
msgid " Follow these instructions to set up your listener at your PayPal account:"
|
7831 |
msgstr ""
|
7832 |
|
7833 |
-
#: core/lib/wpbc_all_translations.php:
|
7834 |
msgid "Click Profile on the My Account tab."
|
7835 |
msgstr ""
|
7836 |
|
7837 |
-
#: core/lib/wpbc_all_translations.php:
|
7838 |
msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
|
7839 |
msgstr ""
|
7840 |
|
7841 |
-
#: core/lib/wpbc_all_translations.php:
|
7842 |
msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
|
7843 |
msgstr ""
|
7844 |
|
7845 |
-
#: core/lib/wpbc_all_translations.php:
|
7846 |
msgid "Specify the URL for your listener in the Notification URL field as:"
|
7847 |
msgstr ""
|
7848 |
|
7849 |
-
#: core/lib/wpbc_all_translations.php:
|
7850 |
msgid "Click Receive IPN messages (Enabled) to enable your listener."
|
7851 |
msgstr ""
|
7852 |
|
7853 |
-
#: core/lib/wpbc_all_translations.php:
|
7854 |
msgid "Click Save."
|
7855 |
msgstr ""
|
7856 |
|
7857 |
-
#: core/lib/wpbc_all_translations.php:
|
7858 |
msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
|
7859 |
msgstr ""
|
7860 |
|
7861 |
-
#: core/lib/wpbc_all_translations.php:
|
7862 |
msgid "PayPal"
|
7863 |
msgstr ""
|
7864 |
|
7865 |
-
#: core/lib/wpbc_all_translations.php:
|
7866 |
msgid "Integration of Paypal payment system"
|
7867 |
msgstr ""
|
7868 |
|
7869 |
-
#: core/lib/wpbc_all_translations.php:
|
7870 |
msgid "PayPal IPN"
|
7871 |
msgstr ""
|
7872 |
|
7873 |
-
#: core/lib/wpbc_all_translations.php:
|
7874 |
#, php-format
|
7875 |
msgid "Pay using %s payment service"
|
7876 |
msgstr ""
|
7877 |
|
7878 |
-
#: core/lib/wpbc_all_translations.php:
|
7879 |
msgid "Vendor Name"
|
7880 |
msgstr ""
|
7881 |
|
7882 |
-
#: core/lib/wpbc_all_translations.php:
|
7883 |
msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
|
7884 |
msgstr ""
|
7885 |
|
7886 |
-
#: core/lib/wpbc_all_translations.php:
|
7887 |
msgid "XOR Encryption password"
|
7888 |
msgstr ""
|
7889 |
|
7890 |
-
#: core/lib/wpbc_all_translations.php:
|
7891 |
msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
|
7892 |
msgstr ""
|
7893 |
|
7894 |
-
#: core/lib/wpbc_all_translations.php:
|
7895 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7896 |
msgid "Select TEST for the Test Server and LIVE in the live environment"
|
7897 |
msgstr ""
|
7898 |
|
7899 |
-
#: core/lib/wpbc_all_translations.php:
|
7900 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7901 |
msgid "TEST"
|
7902 |
msgstr ""
|
7903 |
|
7904 |
-
#: core/lib/wpbc_all_translations.php:
|
7905 |
-
#: inc/gateways/sage/wpbc-gw-sage.php:
|
7906 |
msgid "LIVE"
|
7907 |
msgstr ""
|
7908 |
|
7909 |
-
#: core/lib/wpbc_all_translations.php:
|
7910 |
msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
|
7911 |
msgstr ""
|
7912 |
|
7913 |
-
#: core/lib/wpbc_all_translations.php:
|
7914 |
msgid "PAYMENT"
|
7915 |
msgstr ""
|
7916 |
|
7917 |
-
#: core/lib/wpbc_all_translations.php:
|
7918 |
msgid "DEFERRED"
|
7919 |
msgstr ""
|
7920 |
|
7921 |
-
#: core/lib/wpbc_all_translations.php:
|
7922 |
msgid "AUTHENTICATE"
|
7923 |
msgstr ""
|
7924 |
|
7925 |
-
#: core/lib/wpbc_all_translations.php:
|
7926 |
msgid "Yen"
|
7927 |
msgstr ""
|
7928 |
|
7929 |
-
#: core/lib/wpbc_all_translations.php:
|
7930 |
msgid "Israeli Shekel"
|
7931 |
msgstr ""
|
7932 |
|
7933 |
-
#: core/lib/wpbc_all_translations.php:
|
7934 |
msgid "Sage"
|
7935 |
msgstr ""
|
7936 |
|
7937 |
-
#: core/lib/wpbc_all_translations.php:
|
7938 |
msgid "Integration of Sage payment system"
|
7939 |
msgstr ""
|
7940 |
|
7941 |
-
#: core/lib/wpbc_all_translations.php:
|
7942 |
#, php-format
|
7943 |
msgid "If you have no account on this system, please visit %s to create one."
|
7944 |
msgstr ""
|
7945 |
|
7946 |
-
#: core/lib/wpbc_all_translations.php:
|
7947 |
msgid "Payment rejected"
|
7948 |
msgstr ""
|
7949 |
|
7950 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:385
|
7951 |
msgid "Merchant ID"
|
7952 |
msgstr ""
|
7953 |
|
7954 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:387
|
7955 |
msgid "Enter your iDEAL Merchant ID"
|
7956 |
msgstr ""
|
7957 |
|
7958 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:402
|
7959 |
msgid "Enter your iDEAL Merchant Key."
|
7960 |
msgstr ""
|
7961 |
|
7962 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:420
|
7963 |
#, php-format
|
7964 |
msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
|
7965 |
msgstr ""
|
7966 |
|
7967 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:421
|
7968 |
msgid "Test with Simulator"
|
7969 |
msgstr ""
|
7970 |
|
7971 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:423
|
7972 |
msgid "My Profile – Connection"
|
7973 |
msgstr ""
|
7974 |
|
7975 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:479
|
7976 |
#, php-format
|
7977 |
msgid ""
|
7978 |
"If not supplied then the description as configured in the administration/management portal "
|
@@ -7980,16 +7987,21 @@ msgid ""
|
|
7980 |
"be applied."
|
7981 |
msgstr ""
|
7982 |
|
7983 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:480
|
7984 |
msgid "Always use Description"
|
7985 |
msgstr ""
|
7986 |
|
7987 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:792
|
7988 |
#, php-format
|
7989 |
msgid "Integration of %s payment system"
|
7990 |
msgstr ""
|
7991 |
|
7992 |
-
#: inc/gateways/ideal/wpbc-gw-ideal.php:883
|
7993 |
#, php-format
|
7994 |
msgid "Processing your %s payments through %s"
|
7995 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: booking\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2017-06-01 09:18+0300\n"
|
7 |
"PO-Revision-Date: \n"
|
8 |
"Last-Translator: wpdevelop <info@wpdevelop.com>\n"
|
9 |
"Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
+
"X-Generator: Poedit 2.0.1\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
163 |
msgstr ""
|
164 |
|
165 |
#: core/admin/api-settings.php:256 core/admin/api-settings.php:416 core/admin/api-settings.php:451
|
166 |
+
#: core/admin/api-settings.php:743 core/admin/wpbc-class-timeline.php:2199
|
167 |
#: core/lib/wpbc_all_translations.php:29 inc/_bl/admin/api-settings-l.php:175
|
168 |
#: inc/_bl/admin/api-settings-l.php:181 inc/_bl/admin/api-settings-l.php:212
|
169 |
#: inc/gateways/page-gateways.php:113
|
201 |
msgstr ""
|
202 |
|
203 |
#: core/admin/api-settings.php:330 core/admin/page-email-deny.php:499
|
204 |
+
#: core/admin/wpbc-class-listing.php:324 core/admin/wpbc-toolbars.php:538
|
205 |
#: core/lib/wpbc_all_translations.php:37 core/wpbc-activation.php:1012 inc/_bs/lib_s.php:322
|
206 |
#: inc/_ps/personal.php:343 inc/_ps/wpbc-print.php:116
|
207 |
msgid "Pending"
|
309 |
|
310 |
#: core/admin/api-settings.php:535 core/admin/page-timeline.php:44 core/admin/page-timeline.php:45
|
311 |
#: core/admin/page-timeline.php:46 core/admin/wpbc-toolbars.php:471
|
312 |
+
#: core/lib/wpbc_all_translations.php:60 core/wpbc-functions.php:1603
|
313 |
msgid "Calendar Overview"
|
314 |
msgstr ""
|
315 |
|
618 |
|
619 |
#: core/admin/api-settings.php:903 core/admin/page-new.php:32 core/admin/page-new.php:33
|
620 |
#: core/admin/page-new.php:34 core/admin/wpbc-toolbars.php:1791
|
621 |
+
#: core/lib/wpbc_all_translations.php:122 core/wpbc-functions.php:1633 core/wpbc.php:165
|
622 |
#: core/wpbc.php:166 core/wpbc.php:167
|
623 |
msgid "Add booking"
|
624 |
msgstr ""
|
625 |
|
626 |
#: core/admin/api-settings.php:913 core/admin/page-import-gcal.php:616
|
627 |
#: core/admin/wpbc-class-timeline.php:60 core/lib/wpbc_all_translations.php:123
|
628 |
+
#: core/wpbc-functions.php:1643 core/wpbc.php:176 core/wpbc.php:178
|
629 |
#: inc/_bl/admin/page-coupons.php:529 inc/_bl/admin/page-coupons.php:1337
|
630 |
#: inc/_bm/admin/page-availability.php:865 inc/_bm/admin/page-cost-rate.php:104
|
631 |
#: inc/_bm/admin/page-cost-valuation.php:131 inc/_mu/admin/page-users.php:440
|
635 |
msgstr ""
|
636 |
|
637 |
#: core/admin/api-settings.php:922 core/lib/wpbc_all_translations.php:124
|
638 |
+
#: core/wpbc-functions.php:1698 core/wpbc.php:187 core/wpbc.php:189 core/wpbc.php:376
|
639 |
#: inc/_bl/admin/page-coupons.php:46 inc/_bm/admin/page-seasons.php:47
|
640 |
msgid "Settings"
|
641 |
msgstr ""
|
666 |
#: core/admin/api-settings.php:1185 core/lib/wpbc_all_translations.php:129
|
667 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:507
|
668 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:410 inc/gateways/page-gateways.php:774
|
669 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:638 inc/gateways/sage/wpbc-gw-sage.php:588
|
670 |
msgid "Warning"
|
671 |
msgstr ""
|
672 |
|
696 |
#: core/admin/page-bookings.php:44 core/admin/page-bookings.php:45 core/admin/page-bookings.php:46
|
697 |
#: core/admin/page-settings.php:101 core/admin/page-settings.php:216
|
698 |
#: core/admin/wpbc-toolbars.php:456 core/lib/wpbc_all_translations.php:134
|
699 |
+
#: core/wpbc-functions.php:1611
|
700 |
msgid "Booking Listing"
|
701 |
msgstr ""
|
702 |
|
708 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:272
|
709 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:216
|
710 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:374 inc/gateways/ipay88/wpbc-gw-ipay88.php:252
|
711 |
+
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:145 inc/gateways/paypal/wpbc-gw-paypal.php:341
|
712 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:679 inc/gateways/paypal/wpbc-gw-paypal.php:702
|
713 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:725 inc/gateways/sage/wpbc-gw-sage.php:381
|
714 |
msgid "Enable / Disable"
|
715 |
msgstr ""
|
716 |
|
752 |
#: core/admin/page-email-new-admin.php:254 core/admin/page-email-new-visitor.php:254
|
753 |
#: core/admin/page-email-trash.php:220 core/lib/wpbc_all_translations.php:140
|
754 |
#: inc/_bs/admin/page-email-payment.php:216 inc/_ps/admin/page-email-edit.php:215
|
755 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:689 inc/gateways/paypal/wpbc-gw-paypal.php:712
|
756 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:735
|
757 |
msgid "Email Address"
|
758 |
msgstr ""
|
759 |
|
770 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:284
|
771 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:299 inc/gateways/ideal/wpbc-gw-ideal.php:386
|
772 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:401 inc/gateways/ipay88/wpbc-gw-ipay88.php:264
|
773 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:279 inc/gateways/paypal/wpbc-gw-paypal.php:374
|
774 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:390 inc/gateways/sage/wpbc-gw-sage.php:393
|
775 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:408
|
776 |
msgid "Required"
|
777 |
msgstr ""
|
778 |
|
1043 |
#: core/admin/page-email-deny.php:395 core/admin/page-email-new-admin.php:431
|
1044 |
#: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:400
|
1045 |
#: core/lib/wpbc_all_translations.php:172 inc/_bs/admin/page-email-payment.php:398
|
1046 |
+
#: inc/_ps/admin/page-email-edit.php:394 inc/_ps/admin/page-settings-form.php:586
|
1047 |
#: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:979
|
1048 |
msgid "HTML"
|
1049 |
msgstr ""
|
1075 |
msgid "here"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: core/admin/page-email-approved.php:552 core/admin/wpbc-class-listing.php:325
|
1079 |
#: core/admin/wpbc-toolbars.php:539 core/lib/wpbc_all_translations.php:176 inc/_ps/personal.php:342
|
1080 |
#: inc/_ps/wpbc-print.php:115
|
1081 |
msgid "Approved"
|
1158 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:484
|
1159 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:913 inc/gateways/ipay88/wpbc-gw-ipay88.php:774
|
1160 |
#: inc/gateways/page-gateways.php:544 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:398
|
1161 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:1078 inc/gateways/sage/wpbc-gw-sage.php:903
|
1162 |
msgid "Save Changes"
|
1163 |
msgstr ""
|
1164 |
|
1181 |
#: inc/_bm/admin/page-cost-advanced.php:154 inc/_bs/admin/page-email-payment.php:696
|
1182 |
#: inc/_ps/admin/page-email-edit.php:692 inc/_ps/admin/page-settings-form.php:168
|
1183 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:447 inc/gateways/page-gateways.php:533
|
1184 |
+
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:389 inc/gateways/paypal/wpbc-gw-paypal.php:1052
|
1185 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:1069
|
1186 |
msgid "Help"
|
1187 |
msgstr ""
|
1188 |
|
1197 |
#: core/admin/page-email-approved.php:831 core/admin/page-email-deleted.php:777
|
1198 |
#: core/admin/page-email-deny.php:777 core/admin/page-email-new-admin.php:818
|
1199 |
#: core/admin/page-email-new-visitor.php:813 core/admin/page-email-trash.php:782
|
1200 |
+
#: core/lib/wpbc_all_translations.php:188 core/wpbc-emails.php:418
|
1201 |
#: inc/_bs/admin/page-email-payment.php:779 inc/_ps/admin/page-email-edit.php:775
|
1202 |
msgid "Email had not sent. Some error occuered."
|
1203 |
msgstr ""
|
1209 |
#: inc/_ps/admin/page-email-edit.php:790 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:876
|
1210 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:557
|
1211 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:934 inc/gateways/ipay88/wpbc-gw-ipay88.php:795
|
1212 |
+
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:419 inc/gateways/paypal/wpbc-gw-paypal.php:1099
|
1213 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:924
|
1214 |
msgid "Settings saved."
|
1215 |
msgstr ""
|
1216 |
|
1277 |
msgstr ""
|
1278 |
|
1279 |
#: core/admin/page-email-new-admin.php:292 core/admin/page-email-new-visitor.php:292
|
1280 |
+
#: core/admin/wpbc-class-listing.php:297 core/lib/wpbc_all_translations.php:199
|
1281 |
#: core/wpbc-activation.php:958 core/wpbc-activation.php:965
|
1282 |
msgid "New booking"
|
1283 |
msgstr ""
|
1291 |
msgstr ""
|
1292 |
|
1293 |
#: core/admin/page-email-new-admin.php:503 core/lib/wpbc_all_translations.php:201
|
1294 |
+
#: core/wpbc-functions.php:1715
|
1295 |
msgid "Emails"
|
1296 |
msgstr ""
|
1297 |
|
1340 |
msgid "Email is sending to Visitor after creation of booking."
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: core/admin/page-email-trash.php:504 core/admin/wpbc-class-listing.php:327
|
1344 |
+
#: core/admin/wpbc-class-timeline.php:2184 core/admin/wpbc-toolbars.php:983
|
1345 |
#: core/lib/wpbc_all_translations.php:211
|
1346 |
msgid "Trash"
|
1347 |
msgstr ""
|
1352 |
|
1353 |
#: core/admin/page-form-free.php:56 core/admin/page-settings.php:96
|
1354 |
#: core/admin/page-settings.php:209 core/lib/wpbc_all_translations.php:213
|
1355 |
+
#: core/wpbc-functions.php:1707 inc/_ps/admin/page-settings-form.php:37
|
1356 |
msgid "Form"
|
1357 |
msgstr ""
|
1358 |
|
1389 |
msgid "Send"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
+
#: core/admin/page-form-free.php:747 core/lib/wpbc_all_translations.php:220
|
1393 |
msgid "Reset to default form"
|
1394 |
msgstr ""
|
1395 |
|
1396 |
#: core/admin/page-form-free.php:751 core/admin/page-form-free.php:1170
|
1397 |
+
#: core/admin/wpbc-class-listing.php:387 core/admin/wpbc-class-listing.php:393
|
1398 |
#: core/admin/wpbc-toolbars.php:986 core/admin/wpbc-toolbars.php:1003
|
1399 |
+
#: core/lib/wpbc_all_translations.php:221 inc/_bl/admin/page-coupons.php:226
|
1400 |
#: inc/_bl/admin/page-coupons.php:796 inc/_bm/admin/page-availability.php:268
|
1401 |
#: inc/_bm/admin/page-cost-valuation.php:352 inc/_bm/admin/page-cost.php:499
|
1402 |
#: inc/_bm/admin/page-seasons.php:213 inc/_bm/admin/page-seasons.php:592
|
1405 |
msgstr ""
|
1406 |
|
1407 |
#: core/admin/page-form-free.php:778 core/admin/page-form-free.php:1738
|
1408 |
+
#: core/lib/wpbc_all_translations.php:222
|
1409 |
msgid "Add New Field"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
#: core/admin/page-form-free.php:795 core/admin/page-form-free.php:830
|
1413 |
+
#: core/lib/wpbc_all_translations.php:223 inc/_ps/admin/page-settings-form.php:299
|
1414 |
msgid "Select"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: core/admin/page-form-free.php:795 core/lib/wpbc_all_translations.php:224
|
1418 |
msgid "Form Field"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: core/admin/page-form-free.php:817 core/lib/wpbc_all_translations.php:225
|
1422 |
#: inc/_ps/form/class-wpbc-form-help.php:141
|
1423 |
msgid "Standard Fields"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: core/admin/page-form-free.php:820 core/lib/wpbc_all_translations.php:226
|
1427 |
#: inc/_ps/form/class-wpbc-form-help.php:147
|
1428 |
msgid "Text"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
+
#: core/admin/page-form-free.php:840 core/lib/wpbc_all_translations.php:227
|
1432 |
#: inc/_ps/form/class-wpbc-form-help.php:156
|
1433 |
msgid "Textarea"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: core/admin/page-form-free.php:850 core/lib/wpbc_all_translations.php:228
|
1437 |
msgid "Checkbox"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: core/admin/page-form-free.php:865 core/lib/wpbc_all_translations.php:229
|
1441 |
#: inc/_ps/form/class-wpbc-form-help.php:486
|
1442 |
msgid "Advanced Fields"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
#: core/admin/page-form-free.php:907 core/admin/page-form-free.php:1617
|
1446 |
+
#: core/lib/wpbc_all_translations.php:230
|
1447 |
msgid "Active"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: core/admin/page-form-free.php:908 core/lib/wpbc_all_translations.php:231
|
1451 |
msgid "Field Label"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
#: core/admin/page-form-free.php:910 core/admin/page-form-free.php:1683
|
1455 |
+
#: core/lib/wpbc_all_translations.php:232 inc/_ps/form/class-wpbc-field-help-text.php:177
|
1456 |
msgid "Name"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
#: core/admin/page-form-free.php:977 core/admin/page-form-free.php:1361
|
1460 |
#: core/admin/page-form-free.php:1431 core/admin/page-form-free.php:1752
|
1461 |
+
#: core/lib/wpbc_all_translations.php:233 inc/_bl/admin/page-coupons.php:205
|
1462 |
#: inc/_bl/admin/page-coupons.php:792 inc/_bl/admin/page-coupons.php:978
|
1463 |
#: inc/_bm/admin/page-cost.php:208 inc/_bm/admin/page-seasons.php:192
|
1464 |
#: inc/_bm/admin/page-seasons.php:588 inc/_bm/admin/page-seasons.php:804
|
1467 |
msgstr ""
|
1468 |
|
1469 |
#: core/admin/page-form-free.php:978 core/admin/page-form-free.php:1362
|
1470 |
+
#: core/lib/wpbc_all_translations.php:234
|
1471 |
msgid "Remove"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
+
#: core/admin/page-form-free.php:1514 core/lib/wpbc_all_translations.php:235
|
1475 |
#: inc/_ps/form/class-wpbc-form-help.php:88
|
1476 |
msgid "Shortcodes"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: core/admin/page-form-free.php:1515 core/lib/wpbc_all_translations.php:236
|
1480 |
#: inc/_ps/form/class-wpbc-form-help.php:89
|
1481 |
msgid ""
|
1482 |
"You can generate the form fields for your form (at the left side) by selection specific field in "
|
1483 |
"the above selectbox."
|
1484 |
msgstr ""
|
1485 |
|
1486 |
+
#: core/admin/page-form-free.php:1516 core/lib/wpbc_all_translations.php:237
|
1487 |
#: inc/_ps/form/class-wpbc-form-help.php:90
|
1488 |
#, php-format
|
1489 |
msgid "Please read more about the booking form fields configuration %shere%s."
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: core/admin/page-form-free.php:1518 core/lib/wpbc_all_translations.php:238
|
1493 |
#: inc/_ps/form/class-wpbc-form-help.php:99
|
1494 |
msgid "Default Form Templates"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
+
#: core/admin/page-form-free.php:1519 core/lib/wpbc_all_translations.php:239
|
1498 |
#: inc/_ps/form/class-wpbc-form-help.php:100
|
1499 |
#, php-format
|
1500 |
msgid ""
|
1504 |
"reset both forms: Booking Form and Content of Booking Fields form."
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: core/admin/page-form-free.php:1618 core/lib/wpbc_all_translations.php:240
|
1508 |
msgid "Show / hide field in booking form"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
+
#: core/admin/page-form-free.php:1639 core/lib/wpbc_all_translations.php:241
|
1512 |
msgid "Set field as required"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
#: core/admin/page-form-free.php:1659 core/admin/wpbc-toolbar-tiny.php:421
|
1516 |
+
#: core/admin/wpbc-toolbar-tiny.php:1212 core/lib/wpbc_all_translations.php:242
|
1517 |
#: inc/_ps/form/class-wpbc-field-help-button.php:73
|
1518 |
msgid "Label"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: core/admin/page-form-free.php:1688 core/lib/wpbc_all_translations.php:243
|
1522 |
#, php-format
|
1523 |
msgid "Type only %sunique field name%s, that is not using in form"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: core/admin/page-form-free.php:1709 core/lib/wpbc_all_translations.php:244
|
1527 |
msgid "Values"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: core/admin/page-form-free.php:1714 core/lib/wpbc_all_translations.php:245
|
1531 |
msgid "Enter dropdown options. One option per line."
|
1532 |
msgstr ""
|
1533 |
|
1534 |
#: core/admin/page-form-free.php:1743 core/admin/wpbc-toolbar-tiny.php:293
|
1535 |
#: core/admin/wpbc-toolbars.php:699 core/admin/wpbc-toolbars.php:904
|
1536 |
+
#: core/admin/wpbc-toolbars.php:1480 core/lib/wpbc_all_translations.php:246
|
1537 |
#: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:104 inc/_bs/s-toolbar.php:204
|
1538 |
#: inc/_ps/p-toolbar.php:466 inc/_ps/p-toolbar.php:511
|
1539 |
msgid "Close"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: core/admin/page-form-free.php:1757 core/lib/wpbc_all_translations.php:247
|
1543 |
#: inc/_bm/m-toolbar.php:361 inc/_bm/m-toolbar.php:362 inc/_ps/p-toolbar.php:348
|
1544 |
#: inc/_ps/p-toolbar.php:398 inc/_ps/p-toolbar.php:431
|
1545 |
msgid "Cancel"
|
1547 |
|
1548 |
#: core/admin/page-import-gcal.php:64 core/admin/wpbc-toolbar-tiny.php:868
|
1549 |
#: core/admin/wpbc-toolbar-tiny.php:1083 core/admin/wpbc-toolbar-tiny.php:1164
|
1550 |
+
#: core/lib/wpbc_all_translations.php:248 inc/_bm/admin/api-settings-m.php:58
|
1551 |
#: inc/_ps/wpbc-booking-select-widget.php:188
|
1552 |
msgid "None"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
+
#: core/admin/page-import-gcal.php:97 core/lib/wpbc_all_translations.php:249
|
1556 |
msgid "Event Title"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
#: core/admin/page-import-gcal.php:98 core/admin/page-import-gcal.php:108
|
1560 |
+
#: core/admin/page-import-gcal.php:118 core/lib/wpbc_all_translations.php:250
|
1561 |
#, php-format
|
1562 |
msgid "Select field for assigning to %sevent property%s"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: core/admin/page-import-gcal.php:107 core/lib/wpbc_all_translations.php:251
|
1566 |
msgid "Event Description (optional field)"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: core/admin/page-import-gcal.php:117 core/lib/wpbc_all_translations.php:252
|
1570 |
msgid "Location"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
+
#: core/admin/page-import-gcal.php:133 core/lib/wpbc_all_translations.php:253
|
1574 |
msgid "Activate auto import"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
+
#: core/admin/page-import-gcal.php:134 core/lib/wpbc_all_translations.php:254
|
1578 |
#, php-format
|
1579 |
msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
+
#: core/admin/page-import-gcal.php:140 core/lib/wpbc_all_translations.php:255
|
1583 |
#: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:98
|
1584 |
#: inc/_bs/admin/api-settings-s.php:478 inc/_bs/admin/api-settings-s.php:844
|
1585 |
msgid "hour"
|
1587 |
|
1588 |
#: core/admin/page-import-gcal.php:142 core/admin/page-import-gcal.php:304
|
1589 |
#: core/admin/page-import-gcal.php:386 core/admin/wpbc-toolbar-tiny.php:627
|
1590 |
+
#: core/lib/wpbc_all_translations.php:256 core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271
|
1591 |
#: inc/_bm/admin/api-settings-m.php:65 inc/_bm/admin/api-settings-m.php:102
|
1592 |
#: inc/_bs/admin/api-settings-s.php:482
|
1593 |
msgid "hours"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
#: core/admin/page-import-gcal.php:144 core/admin/wpbc-toolbars.php:556
|
1597 |
+
#: core/admin/wpbc-toolbars.php:790 core/lib/wpbc_all_translations.php:257 core/wpbc-emails.php:204
|
1598 |
#: inc/_bm/admin/page-cost-advanced.php:439 inc/_bm/admin/page-cost-deposit.php:222
|
1599 |
#: inc/_bm/admin/page-cost-valuation.php:344 inc/_bs/admin/api-settings-s.php:484
|
1600 |
#: inc/_bs/admin/api-settings-s.php:838
|
1607 |
#: core/admin/wpbc-toolbars.php:560 core/admin/wpbc-toolbars.php:561
|
1608 |
#: core/admin/wpbc-toolbars.php:791 core/admin/wpbc-toolbars.php:792
|
1609 |
#: core/admin/wpbc-toolbars.php:793 core/admin/wpbc-toolbars.php:794
|
1610 |
+
#: core/admin/wpbc-toolbars.php:795 core/lib/wpbc_all_translations.php:258
|
1611 |
#: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:81
|
1612 |
#: inc/_bm/admin/page-cost-deposit.php:224 inc/_bm/admin/page-cost-valuation.php:188
|
1613 |
#: inc/_bm/admin/page-cost-valuation.php:346 inc/_bm/admin/page-cost-valuation.php:478
|
1616 |
msgid "days"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: core/admin/page-import-gcal.php:151 core/lib/wpbc_all_translations.php:259
|
1620 |
msgid "Import events every"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: core/admin/page-import-gcal.php:152 core/lib/wpbc_all_translations.php:260
|
1624 |
msgid "Select time duration of import requests."
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: core/admin/page-import-gcal.php:168 core/lib/wpbc_all_translations.php:261
|
1628 |
msgid "Google API Key"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
+
#: core/admin/page-import-gcal.php:169 core/lib/wpbc_all_translations.php:262
|
1632 |
msgid "Please enter your Google API key. This field required to import events."
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: core/admin/page-import-gcal.php:171 core/lib/wpbc_all_translations.php:263
|
1636 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:315
|
1637 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:352
|
1638 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:383 inc/gateways/ideal/wpbc-gw-ideal.php:419
|
1639 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ideal/wpbc-gw-ideal.php:478
|
1640 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:327 inc/gateways/paypal/wpbc-gw-paypal.php:527
|
1641 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:505
|
1642 |
msgid "Note:"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: core/admin/page-import-gcal.php:172 core/lib/wpbc_all_translations.php:264
|
1646 |
#, php-format
|
1647 |
msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: core/admin/page-import-gcal.php:193 core/lib/wpbc_all_translations.php:265
|
1651 |
#: inc/_ps/admin/br-table-import-gcal-p.php:147
|
1652 |
msgid "Google Calendar ID"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: core/admin/page-import-gcal.php:205 core/admin/wpbc-class-listing.php:203
|
1656 |
+
#: core/lib/wpbc_all_translations.php:266 core/sync/wpbc-gcal.php:314
|
1657 |
#: inc/_bl/admin/activation-l.php:117 inc/_mu/multiuser.php:598 inc/_ps/admin/activation-p.php:45
|
1658 |
msgid "Default"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: core/admin/page-import-gcal.php:231 core/lib/wpbc_all_translations.php:267
|
1662 |
#: core/sync/wpbc-gcal.php:309
|
1663 |
msgid "Timezone"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: core/admin/page-import-gcal.php:232 core/lib/wpbc_all_translations.php:268
|
1667 |
#: core/sync/wpbc-gcal.php:343
|
1668 |
msgid "Select a city in your required timezone, if you are having problems with dates and times."
|
1669 |
msgstr ""
|
1670 |
|
1671 |
+
#: core/admin/page-import-gcal.php:246 core/lib/wpbc_all_translations.php:269
|
1672 |
#: core/sync/wpbc-gcal.php:295
|
1673 |
msgid "Maximum number"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: core/admin/page-import-gcal.php:247 core/lib/wpbc_all_translations.php:270
|
1677 |
#: core/sync/wpbc-gcal.php:298
|
1678 |
msgid "You can specify the maximum number of events to import during one session."
|
1679 |
msgstr ""
|
1680 |
|
1681 |
#: core/admin/page-import-gcal.php:256 core/admin/page-import-gcal.php:338
|
1682 |
+
#: core/lib/wpbc_all_translations.php:271 core/sync/wpbc-gcal.php:184 core/sync/wpbc-gcal.php:248
|
1683 |
msgid "Now"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
#: core/admin/page-import-gcal.php:257 core/admin/page-import-gcal.php:339
|
1687 |
+
#: core/lib/wpbc_all_translations.php:272 core/sync/wpbc-gcal.php:185 core/sync/wpbc-gcal.php:249
|
1688 |
msgid "00:00 today"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
#: core/admin/page-import-gcal.php:258 core/admin/page-import-gcal.php:340
|
1692 |
+
#: core/lib/wpbc_all_translations.php:273 core/sync/wpbc-gcal.php:186 core/sync/wpbc-gcal.php:250
|
1693 |
msgid "Start of current week"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
#: core/admin/page-import-gcal.php:259 core/admin/page-import-gcal.php:341
|
1697 |
+
#: core/lib/wpbc_all_translations.php:274 core/sync/wpbc-gcal.php:187 core/sync/wpbc-gcal.php:251
|
1698 |
msgid "Start of current month"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
#: core/admin/page-import-gcal.php:260 core/admin/page-import-gcal.php:342
|
1702 |
+
#: core/lib/wpbc_all_translations.php:275 core/sync/wpbc-gcal.php:188 core/sync/wpbc-gcal.php:252
|
1703 |
msgid "End of current month"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
+
#: core/admin/page-import-gcal.php:261 core/lib/wpbc_all_translations.php:276
|
1707 |
#: core/sync/wpbc-gcal.php:189
|
1708 |
msgid "The start of time"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
#: core/admin/page-import-gcal.php:262 core/admin/page-import-gcal.php:344
|
1712 |
+
#: core/lib/wpbc_all_translations.php:277 core/sync/wpbc-gcal.php:190 core/sync/wpbc-gcal.php:254
|
1713 |
msgid "Specific date / time"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: core/admin/page-import-gcal.php:268 core/lib/wpbc_all_translations.php:278
|
1717 |
#: core/sync/wpbc-gcal.php:197
|
1718 |
msgid "Select option, when to start retrieving events."
|
1719 |
msgstr ""
|
1720 |
|
1721 |
#: core/admin/page-import-gcal.php:283 core/admin/page-import-gcal.php:365
|
1722 |
+
#: core/lib/wpbc_all_translations.php:279 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
|
1723 |
msgid "Offset"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
#: core/admin/page-import-gcal.php:284 core/admin/page-import-gcal.php:366
|
1727 |
+
#: core/lib/wpbc_all_translations.php:280 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
|
1728 |
msgid "Enter date / time"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
#: core/admin/page-import-gcal.php:302 core/admin/page-import-gcal.php:384
|
1732 |
+
#: core/lib/wpbc_all_translations.php:281 core/sync/wpbc-gcal.php:205 core/sync/wpbc-gcal.php:269
|
1733 |
msgid "seconds"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
#: core/admin/page-import-gcal.php:303 core/admin/page-import-gcal.php:385
|
1737 |
+
#: core/lib/wpbc_all_translations.php:282 core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270
|
1738 |
#: inc/_bm/admin/api-settings-m.php:65 inc/_bm/admin/api-settings-m.php:94
|
1739 |
#: inc/_bm/admin/api-settings-m.php:98 inc/_bs/admin/api-settings-s.php:475
|
1740 |
#: inc/_bs/admin/api-settings-s.php:476 inc/_bs/admin/api-settings-s.php:477
|
1741 |
+
#: inc/_ps/admin/page-settings-form.php:359 inc/_ps/admin/page-settings-form.php:369
|
1742 |
msgid "minutes"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
#: core/admin/page-import-gcal.php:324 core/admin/page-import-gcal.php:406
|
1746 |
+
#: core/lib/wpbc_all_translations.php:283 core/sync/wpbc-gcal.php:215
|
1747 |
msgid ""
|
1748 |
"You can specify an additional offset from you chosen start point. The offset can be negative."
|
1749 |
msgstr ""
|
1750 |
|
1751 |
#: core/admin/page-import-gcal.php:327 core/admin/page-import-gcal.php:409
|
1752 |
+
#: core/lib/wpbc_all_translations.php:284 core/sync/wpbc-gcal.php:218 core/sync/wpbc-gcal.php:282
|
1753 |
#, php-format
|
1754 |
msgid "Type your date in format %s. Example: %s"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: core/admin/page-import-gcal.php:343 core/lib/wpbc_all_translations.php:285
|
1758 |
#: core/sync/wpbc-gcal.php:253
|
1759 |
msgid "The end of time"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
#: core/admin/page-import-gcal.php:349 core/admin/wpbc-toolbar-tiny.php:607
|
1763 |
+
#: core/lib/wpbc_all_translations.php:286 core/sync/wpbc-gcal.php:235
|
1764 |
msgid "Until"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: core/admin/page-import-gcal.php:350 core/lib/wpbc_all_translations.php:287
|
1768 |
#: core/sync/wpbc-gcal.php:261
|
1769 |
msgid "Select option, when to stop retrieving events."
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#: core/admin/page-import-gcal.php:426 core/lib/wpbc_all_translations.php:288
|
1773 |
msgid "To get Google Calendar API key please follow this instruction"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
+
#: core/admin/page-import-gcal.php:428 core/lib/wpbc_all_translations.php:289
|
1777 |
#, php-format
|
1778 |
msgid "Go to Google Developer Console: %s."
|
1779 |
msgstr ""
|
1780 |
|
1781 |
+
#: core/admin/page-import-gcal.php:429 core/lib/wpbc_all_translations.php:290
|
1782 |
msgid "Give your project a name and click \"Create\"."
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: core/admin/page-import-gcal.php:430 core/lib/wpbc_all_translations.php:291
|
1786 |
msgid "In the sidebar click on \"APIs & auth\"."
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: core/admin/page-import-gcal.php:431 core/lib/wpbc_all_translations.php:292
|
1790 |
msgid "Click APIs and make sure \"Calendar API\" is set to ON."
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: core/admin/page-import-gcal.php:432 core/lib/wpbc_all_translations.php:293
|
1794 |
msgid "Now click on \"Credentials\" in the sidebar."
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: core/admin/page-import-gcal.php:433 core/lib/wpbc_all_translations.php:294
|
1798 |
msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: core/admin/page-import-gcal.php:434 core/lib/wpbc_all_translations.php:295
|
1802 |
msgid "On the popup click the button \"Server Key\" and click \"Create\"."
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: core/admin/page-import-gcal.php:435 core/lib/wpbc_all_translations.php:296
|
1806 |
#, php-format
|
1807 |
msgid ""
|
1808 |
"You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
|
1809 |
"%sGoogle API Key%s field at this page."
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: core/admin/page-import-gcal.php:438 core/lib/wpbc_all_translations.php:297
|
1813 |
msgid "Set Your Calendar to Public"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
#: core/admin/page-import-gcal.php:440 core/admin/page-import-gcal.php:448
|
1817 |
+
#: core/lib/wpbc_all_translations.php:298
|
1818 |
msgid "Navigate to your Google calendars."
|
1819 |
msgstr ""
|
1820 |
|
1821 |
#: core/admin/page-import-gcal.php:441 core/admin/page-import-gcal.php:449
|
1822 |
+
#: core/lib/wpbc_all_translations.php:299
|
1823 |
msgid "Open the settings for the calendar."
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: core/admin/page-import-gcal.php:442 core/lib/wpbc_all_translations.php:300
|
1827 |
msgid "Click the \"Share this Calendar\" link."
|
1828 |
msgstr ""
|
1829 |
|
1830 |
+
#: core/admin/page-import-gcal.php:443 core/lib/wpbc_all_translations.php:301
|
1831 |
msgid "Click the checkbox to make calendar public. Do not check the other option."
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: core/admin/page-import-gcal.php:446 core/lib/wpbc_all_translations.php:302
|
1835 |
msgid "Find Your Calendar ID"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
+
#: core/admin/page-import-gcal.php:450 core/lib/wpbc_all_translations.php:303
|
1839 |
#, php-format
|
1840 |
msgid ""
|
1841 |
"Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
|
1843 |
msgstr ""
|
1844 |
|
1845 |
#: core/admin/page-import-gcal.php:494 core/admin/page-import-gcal.php:495
|
1846 |
+
#: core/lib/wpbc_all_translations.php:304 core/sync/wpbc-gcal.php:465 core/wpbc-functions.php:1732
|
1847 |
msgid "Import"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
#: core/admin/page-import-gcal.php:496 core/admin/page-import-gcal.php:513
|
1851 |
+
#: core/lib/wpbc_all_translations.php:305
|
1852 |
msgid "Google Calendar"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
#: core/admin/page-import-gcal.php:496 core/admin/page-import-gcal.php:513
|
1856 |
+
#: core/lib/wpbc_all_translations.php:306
|
1857 |
msgid "Events Import"
|
1858 |
msgstr ""
|
1859 |
|
1860 |
+
#: core/admin/page-import-gcal.php:514 core/lib/wpbc_all_translations.php:307
|
1861 |
msgid "Import Settings"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
+
#: core/admin/page-import-gcal.php:515 core/lib/wpbc_all_translations.php:308
|
1865 |
msgid "Customization of synchronization with Google Calendar"
|
1866 |
msgstr ""
|
1867 |
|
1868 |
#: core/admin/page-import-gcal.php:609 core/admin/page-settings.php:73
|
1869 |
+
#: core/admin/page-settings.php:74 core/lib/wpbc_all_translations.php:309 core/wpbc.php:188
|
1870 |
msgid "General Settings"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
#: core/admin/page-import-gcal.php:610 core/admin/page-import-gcal.php:660
|
1874 |
+
#: core/lib/wpbc_all_translations.php:310
|
1875 |
msgid "Assign events fields to specific booking form field"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
#: core/admin/page-import-gcal.php:612 core/admin/page-import-gcal.php:668
|
1879 |
+
#: core/lib/wpbc_all_translations.php:311
|
1880 |
msgid "Auto import events"
|
1881 |
msgstr ""
|
1882 |
|
1883 |
#: core/admin/page-import-gcal.php:614 core/admin/page-import-gcal.php:675
|
1884 |
+
#: core/lib/wpbc_all_translations.php:312
|
1885 |
msgid "Default settings for retrieving events"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
+
#: core/admin/page-import-gcal.php:653 core/lib/wpbc_all_translations.php:313
|
1889 |
msgid "Google Calendar - General Settings"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
+
#: core/admin/page-settings.php:72 core/lib/wpbc_all_translations.php:314
|
1893 |
#: inc/gateways/page-gateways.php:401
|
1894 |
msgid "General"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
#: core/admin/page-settings.php:86 core/admin/page-settings.php:195
|
1898 |
+
#: core/admin/wpbc-toolbar-tiny.php:239 core/lib/wpbc_all_translations.php:315
|
1899 |
#: inc/_ps/form/class-wpbc-form-help.php:115
|
1900 |
msgid "Calendar"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
#: core/admin/page-settings.php:91 core/admin/page-settings.php:202
|
1904 |
+
#: core/lib/wpbc_all_translations.php:316 core/wpbc-functions.php:1679
|
1905 |
#: inc/_bm/admin/page-availability.php:46 inc/_bm/admin/page-availability.php:497
|
1906 |
#: inc/_bm/admin/page-availability.php:588 inc/_bm/admin/page-availability.php:589
|
1907 |
#: inc/_ps/wpbc-form-templates.php:275 inc/_ps/wpbc-form-templates.php:292
|
1908 |
msgid "Availability"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
+
#: core/admin/page-settings.php:108 core/lib/wpbc_all_translations.php:317
|
1912 |
msgid "Auto cancellation / approval"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
#: core/admin/page-settings.php:113 core/admin/page-settings.php:235
|
1916 |
+
#: core/lib/wpbc_all_translations.php:318 inc/_bl/admin/page-search.php:589
|
1917 |
#: inc/_bl/admin/page-search.php:623 inc/_bl/wpbc-search-availability.php:167
|
1918 |
+
#: inc/_bl/wpbc-search-availability.php:610 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:846
|
1919 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:904 inc/gateways/ipay88/wpbc-gw-ipay88.php:765
|
1920 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:1045 inc/gateways/sage/wpbc-gw-sage.php:894
|
1921 |
msgid "Advanced"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
#: core/admin/page-settings.php:118 core/admin/page-settings.php:251
|
1925 |
+
#: core/lib/wpbc_all_translations.php:319
|
1926 |
msgid "Plugin Menu"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: core/admin/page-settings.php:123 core/lib/wpbc_all_translations.php:320
|
1930 |
msgid "Uninstall"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
+
#: core/admin/page-settings.php:226 core/lib/wpbc_all_translations.php:321
|
1934 |
msgid "Auto cancellation / auto approval of bookings"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
+
#: core/admin/page-settings.php:244 core/lib/wpbc_all_translations.php:322
|
1938 |
msgid "Information"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
+
#: core/admin/page-settings.php:258 core/lib/wpbc_all_translations.php:323
|
1942 |
msgid "Uninstall / deactivation"
|
1943 |
msgstr ""
|
1944 |
|
1945 |
#: core/admin/wpbc-class-listing.php:102 core/admin/wpbc-toolbar-tiny.php:1513
|
1946 |
+
#: core/admin/wpbc-toolbar-tiny.php:1522 core/lib/wpbc_all_translations.php:324
|
1947 |
#: inc/_bl/admin/page-coupons.php:988 inc/_bl/admin/page-coupons.php:990
|
1948 |
+
#: inc/_bl/wpbc-search-availability.php:620 inc/_bl/wpdev-booking-search-widget.php:75
|
1949 |
#: inc/_bm/admin/page-availability.php:805 inc/_bm/admin/page-cost-deposit.php:81
|
1950 |
#: inc/_bm/admin/page-cost-rate.php:77 inc/_bm/admin/page-cost-valuation.php:102
|
1951 |
#: inc/_bm/admin/page-seasons.php:815 inc/_bm/admin/page-seasons.php:817
|
1952 |
msgid "Nothing Found"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
+
#: core/admin/wpbc-class-listing.php:124 core/lib/wpbc_all_translations.php:325
|
1956 |
#: inc/_ps/wpbc-print.php:81
|
1957 |
msgid "Labels"
|
1958 |
msgstr ""
|
1959 |
|
1960 |
+
#: core/admin/wpbc-class-listing.php:128 core/lib/wpbc_all_translations.php:326
|
1961 |
msgid "Booking Data"
|
1962 |
msgstr ""
|
1963 |
|
1964 |
+
#: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:327
|
1965 |
msgid "Booking Dates"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
+
#: core/admin/wpbc-class-listing.php:132 core/lib/wpbc_all_translations.php:328
|
1969 |
msgid "Show ALL dates of booking"
|
1970 |
msgstr ""
|
1971 |
|
1972 |
+
#: core/admin/wpbc-class-listing.php:138 core/lib/wpbc_all_translations.php:329
|
1973 |
msgid "Show only check in/out dates"
|
1974 |
msgstr ""
|
1975 |
|
1976 |
+
#: core/admin/wpbc-class-listing.php:218 core/lib/wpbc_all_translations.php:330
|
1977 |
msgid "Resource not exist"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
+
#: core/admin/wpbc-class-listing.php:244 core/lib/wpbc_all_translations.php:331
|
1981 |
#: inc/_bs/lib_s.php:46 inc/_bs/lib_s.php:287
|
1982 |
msgid "Paid OK"
|
1983 |
msgstr ""
|
1984 |
|
1985 |
+
#: core/admin/wpbc-class-listing.php:248 core/lib/wpbc_all_translations.php:332
|
1986 |
#: inc/_bs/lib_s.php:290 inc/_bs/lib_s.php:305
|
1987 |
msgid "Unknown"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
+
#: core/admin/wpbc-class-listing.php:389 core/lib/wpbc_all_translations.php:333
|
1991 |
msgid "Move to trash"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
+
#: core/admin/wpbc-class-listing.php:395 core/admin/wpbc-toolbars.php:1000
|
1995 |
+
#: core/lib/wpbc_all_translations.php:334
|
1996 |
msgid "Restore"
|
1997 |
msgstr ""
|
1998 |
|
1999 |
+
#: core/admin/wpbc-class-listing.php:399 core/lib/wpbc_all_translations.php:335
|
2000 |
msgid "Do you really want to delete this booking ?"
|
2001 |
msgstr ""
|
2002 |
|
2003 |
+
#: core/admin/wpbc-class-listing.php:401 core/lib/wpbc_all_translations.php:336
|
2004 |
#: inc/_bl/admin/page-coupons.php:802 inc/_bm/admin/page-seasons.php:598
|
2005 |
msgid "Completely Delete"
|
2006 |
msgstr ""
|
2007 |
|
2008 |
+
#: core/admin/wpbc-class-listing.php:410 core/admin/wpbc-toolbars.php:938
|
2009 |
+
#: core/lib/wpbc_all_translations.php:337
|
2010 |
msgid "Approve"
|
2011 |
msgstr ""
|
2012 |
|
2013 |
+
#: core/admin/wpbc-class-listing.php:415 core/admin/wpbc-toolbars.php:956
|
2014 |
+
#: core/lib/wpbc_all_translations.php:338
|
2015 |
msgid "Do you really want to set booking as pending ?"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
+
#: core/admin/wpbc-class-listing.php:417 core/admin/wpbc-toolbars.php:953
|
2019 |
+
#: core/lib/wpbc_all_translations.php:339
|
2020 |
msgid "Reject"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
+
#: core/admin/wpbc-class-listing.php:426 core/lib/wpbc_all_translations.php:340
|
2024 |
#: inc/_bs/lib_s.php:333
|
2025 |
msgid "Created"
|
2026 |
msgstr ""
|
2027 |
|
2028 |
#: core/admin/wpbc-class-timeline.php:77 core/admin/wpbc-class-timeline.php:86
|
2029 |
+
#: core/lib/wpbc_all_translations.php:341
|
2030 |
msgid "Mon"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
#: core/admin/wpbc-class-timeline.php:78 core/admin/wpbc-class-timeline.php:87
|
2034 |
+
#: core/lib/wpbc_all_translations.php:342
|
2035 |
msgid "Tue"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
#: core/admin/wpbc-class-timeline.php:79 core/admin/wpbc-class-timeline.php:88
|
2039 |
+
#: core/lib/wpbc_all_translations.php:343
|
2040 |
msgid "Wed"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
#: core/admin/wpbc-class-timeline.php:80 core/admin/wpbc-class-timeline.php:89
|
2044 |
+
#: core/lib/wpbc_all_translations.php:344
|
2045 |
msgid "Thu"
|
2046 |
msgstr ""
|
2047 |
|
2048 |
#: core/admin/wpbc-class-timeline.php:81 core/admin/wpbc-class-timeline.php:90
|
2049 |
+
#: core/lib/wpbc_all_translations.php:345
|
2050 |
msgid "Fri"
|
2051 |
msgstr ""
|
2052 |
|
2053 |
#: core/admin/wpbc-class-timeline.php:82 core/admin/wpbc-class-timeline.php:91
|
2054 |
+
#: core/lib/wpbc_all_translations.php:346
|
2055 |
msgid "Sat"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
#: core/admin/wpbc-class-timeline.php:83 core/admin/wpbc-class-timeline.php:92
|
2059 |
+
#: core/lib/wpbc_all_translations.php:347
|
2060 |
msgid "Sun"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
#: core/admin/wpbc-class-timeline.php:1122 core/admin/wpbc-class-timeline.php:1355
|
2064 |
+
#: core/lib/wpbc_all_translations.php:348 inc/_ps/wpbc-form-templates.php:153
|
2065 |
msgid "Times"
|
2066 |
msgstr ""
|
2067 |
|
2068 |
+
#: core/admin/wpbc-class-timeline.php:2159 core/admin/wpbc-class-timeline.php:2161
|
2069 |
+
#: core/lib/wpbc_all_translations.php:349 core/wpbc-functions.php:1724 inc/_bs/lib_s.php:42
|
2070 |
+
#: inc/_bs/lib_s.php:267 inc/_bs/lib_s.php:269 inc/_ps/admin/page-settings-form.php:339
|
2071 |
msgid "Payment"
|
2072 |
msgstr ""
|
2073 |
|
2074 |
#: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:224
|
2075 |
+
#: core/lib/wpbc_all_translations.php:350 core/lib/wpdev-booking-widget.php:14
|
2076 |
+
#: core/wpbc-functions.php:1575 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
|
2077 |
#: core/wpbc.php:189
|
2078 |
msgid "Booking Calendar"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
+
#: core/admin/wpbc-dashboard.php:303 core/lib/wpbc_all_translations.php:351
|
2082 |
msgid "Support"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
+
#: core/admin/wpbc-dashboard.php:307 core/lib/wpbc_all_translations.php:352
|
2086 |
msgid "Getting Started"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
+
#: core/admin/wpbc-dashboard.php:311 core/lib/wpbc_all_translations.php:353
|
2090 |
msgid "Help Info"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
#: core/admin/wpbc-dashboard.php:314 core/admin/wpbc-toolbars.php:432
|
2094 |
+
#: core/lib/wpbc_all_translations.php:354
|
2095 |
msgid "FAQ"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
+
#: core/admin/wpbc-dashboard.php:317 core/lib/wpbc_all_translations.php:355
|
2099 |
msgid "Contact email"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
+
#: core/admin/wpbc-dashboard.php:320 core/lib/wpbc_all_translations.php:356
|
2103 |
msgid "Rate plugin (thanks:)"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
+
#: core/admin/wpbc-dashboard.php:370 core/class/wpbc-class-welcome.php:1289
|
2107 |
+
#: core/class/wpbc-class-welcome.php:1738 core/lib/wpbc_all_translations.php:357
|
2108 |
#: inc/_ps/admin/page-settings-up.php:142
|
2109 |
msgid "Purchase"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
#: core/admin/wpbc-dashboard.php:370 core/admin/wpbc-toolbars.php:435
|
2113 |
+
#: core/class/wpbc-class-welcome.php:1289 core/class/wpbc-class-welcome.php:1738
|
2114 |
+
#: core/lib/wpbc_all_translations.php:358 inc/_ps/admin/page-settings-up.php:142
|
2115 |
msgid "Upgrade Now"
|
2116 |
msgstr ""
|
2117 |
|
2118 |
+
#: core/admin/wpbc-dashboard.php:385 core/lib/wpbc_all_translations.php:359
|
2119 |
msgid "Current version"
|
2120 |
msgstr ""
|
2121 |
|
2122 |
+
#: core/admin/wpbc-dashboard.php:388 core/lib/wpbc_all_translations.php:360
|
2123 |
msgid "Version"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
+
#: core/admin/wpbc-dashboard.php:408 core/lib/wpbc_all_translations.php:361
|
2127 |
msgid "Used for"
|
2128 |
msgstr ""
|
2129 |
|
2130 |
+
#: core/admin/wpbc-dashboard.php:417 core/lib/wpbc_all_translations.php:362
|
2131 |
msgid "websites"
|
2132 |
msgstr ""
|
2133 |
|
2134 |
+
#: core/admin/wpbc-dashboard.php:419 core/lib/wpbc_all_translations.php:363
|
2135 |
msgid "website"
|
2136 |
msgstr ""
|
2137 |
|
2138 |
+
#: core/admin/wpbc-dashboard.php:425 core/lib/wpbc_all_translations.php:364
|
2139 |
msgid "Release date"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: core/admin/wpbc-dashboard.php:436 core/lib/wpbc_all_translations.php:365
|
2143 |
#: inc/_ps/admin/page-settings-up.php:36
|
2144 |
msgid "Upgrade"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: core/admin/wpbc-dashboard.php:438 core/lib/wpbc_all_translations.php:366
|
2148 |
msgid "Explore Premium Features"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
+
#: core/admin/wpbc-dashboard.php:455 core/lib/wpbc_all_translations.php:367
|
2152 |
msgid "Statistic"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: core/admin/wpbc-dashboard.php:459 core/lib/wpbc_all_translations.php:368
|
2156 |
msgid "New (unverified) booking(s)"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: core/admin/wpbc-dashboard.php:463 core/lib/wpbc_all_translations.php:369
|
2160 |
msgid "Pending booking(s)"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: core/admin/wpbc-dashboard.php:468 core/lib/wpbc_all_translations.php:370
|
2164 |
msgid "Agenda"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: core/admin/wpbc-dashboard.php:472 core/lib/wpbc_all_translations.php:371
|
2168 |
msgid "New booking(s) made today"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#: core/admin/wpbc-dashboard.php:476 core/lib/wpbc_all_translations.php:372
|
2172 |
msgid "Bookings for today"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
#: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2395
|
2176 |
+
#: core/lib/wpbc_all_translations.php:373
|
2177 |
msgid "Insert booking calendar"
|
2178 |
msgstr ""
|
2179 |
|
2180 |
#: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2396
|
2181 |
+
#: core/lib/wpbc_all_translations.php:374
|
2182 |
msgid "Booking calendar"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
+
#: core/admin/wpbc-toolbar-tiny.php:222 core/lib/wpbc_all_translations.php:375
|
2186 |
msgid "Insert Shortcode"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
#: core/admin/wpbc-toolbar-tiny.php:237 core/admin/wpbc-toolbar-tiny.php:691
|
2190 |
#: core/admin/wpbc-toolbar-tiny.php:1192 core/admin/wpbc-toolbar-tiny.php:1608
|
2191 |
+
#: core/lib/wpbc_all_translations.php:376 inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:108
|
2192 |
#: inc/_bm/m-toolbar.php:386
|
2193 |
msgid "Booking Form"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
+
#: core/admin/wpbc-toolbar-tiny.php:238 core/lib/wpbc_all_translations.php:377
|
2197 |
msgid "TimeLine"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:378
|
2201 |
msgid "Resources Selection"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: core/admin/wpbc-toolbar-tiny.php:243 core/lib/wpbc_all_translations.php:379
|
2205 |
+
#: core/wpbc-functions.php:1742 inc/_bl/admin/page-search.php:247 inc/_bl/biz_l.php:745
|
2206 |
#: inc/_bl/biz_l.php:758
|
2207 |
msgid "Search"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
+
#: core/admin/wpbc-toolbar-tiny.php:244 core/lib/wpbc_all_translations.php:380
|
2211 |
msgid "Only Form"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
+
#: core/admin/wpbc-toolbar-tiny.php:247 core/lib/wpbc_all_translations.php:381
|
2215 |
#: inc/_ps/form/class-wpbc-form-help.php:750
|
2216 |
msgid "Other"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: core/admin/wpbc-toolbar-tiny.php:293 core/lib/wpbc_all_translations.php:382
|
2220 |
msgid "Insert into page"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
+
#: core/admin/wpbc-toolbar-tiny.php:324 core/lib/wpbc_all_translations.php:383
|
2224 |
#: inc/_bl/admin/page-coupons.php:1391 inc/_ps/p-toolbar.php:895 inc/_ps/p-toolbar.php:926
|
2225 |
msgid "parent resource"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
#: core/admin/wpbc-toolbar-tiny.php:364 core/admin/wpbc-toolbar-tiny.php:1144
|
2229 |
+
#: core/lib/wpbc_all_translations.php:384 core/wpbc.php:177 inc/_ps/admin/page-resources.php:39
|
2230 |
#: inc/_ps/p-toolbar.php:667
|
2231 |
msgid "Booking resources"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
+
#: core/admin/wpbc-toolbar-tiny.php:365 core/lib/wpbc_all_translations.php:385
|
2235 |
msgid "Select booking resources. Please use CTRL to select multiple booking resources."
|
2236 |
msgstr ""
|
2237 |
|
2238 |
+
#: core/admin/wpbc-toolbar-tiny.php:399 core/lib/wpbc_all_translations.php:386
|
2239 |
msgid "View mode"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
+
#: core/admin/wpbc-toolbar-tiny.php:400 core/lib/wpbc_all_translations.php:387
|
2243 |
msgid "Select type of view format"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
#: core/admin/wpbc-toolbar-tiny.php:422 core/admin/wpbc-toolbar-tiny.php:431
|
2247 |
+
#: core/admin/wpbc-toolbars.php:774 core/lib/wpbc_all_translations.php:388
|
2248 |
msgid "All bookings"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
+
#: core/admin/wpbc-toolbar-tiny.php:453 core/lib/wpbc_all_translations.php:389
|
2252 |
msgid "Number of months to scroll"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
+
#: core/admin/wpbc-toolbar-tiny.php:454 core/lib/wpbc_all_translations.php:390
|
2256 |
msgid "Select number of months to scroll after loading"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
+
#: core/admin/wpbc-toolbar-tiny.php:475 core/lib/wpbc_all_translations.php:391
|
2260 |
msgid "Number of days to scroll"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
+
#: core/admin/wpbc-toolbar-tiny.php:476 core/lib/wpbc_all_translations.php:392
|
2264 |
msgid "Select number of days to scroll after loading"
|
2265 |
msgstr ""
|
2266 |
|
2267 |
#: core/admin/wpbc-toolbar-tiny.php:496 core/admin/wpbc-toolbars.php:1447
|
2268 |
+
#: core/lib/wpbc_all_translations.php:393
|
2269 |
msgid "Start Date"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
+
#: core/admin/wpbc-toolbar-tiny.php:574 core/lib/wpbc_all_translations.php:394
|
2273 |
msgid "Select start date"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
#: core/admin/wpbc-toolbar-tiny.php:584 core/admin/wpbc-toolbar-tiny.php:1783
|
2277 |
+
#: core/admin/wpbc-toolbars.php:779 core/lib/wpbc_all_translations.php:395
|
2278 |
#: core/lib/wpdev-booking-widget.php:102
|
2279 |
msgid "Show"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
#: core/admin/wpbc-toolbar-tiny.php:667 core/admin/wpbc-toolbar-tiny.php:910
|
2283 |
#: core/admin/wpbc-toolbar-tiny.php:1584 core/admin/wpbc-toolbar-tiny.php:1756
|
2284 |
+
#: core/lib/wpbc_all_translations.php:396 core/lib/wpdev-booking-widget.php:116
|
2285 |
#: inc/_ps/admin/br-table-import-gcal-p.php:169 inc/_ps/p-toolbar.php:867
|
2286 |
#: inc/_ps/wpbc-booking-select-widget.php:153
|
2287 |
msgid "Booking resource"
|
2289 |
|
2290 |
#: core/admin/wpbc-toolbar-tiny.php:668 core/admin/wpbc-toolbar-tiny.php:911
|
2291 |
#: core/admin/wpbc-toolbar-tiny.php:1585 core/admin/wpbc-toolbar-tiny.php:1757
|
2292 |
+
#: core/lib/wpbc_all_translations.php:397 inc/_ps/admin/br-table-import-gcal-p.php:183
|
2293 |
msgid "Select booking resource"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
#: core/admin/wpbc-toolbar-tiny.php:692 core/admin/wpbc-toolbar-tiny.php:1193
|
2297 |
+
#: core/admin/wpbc-toolbar-tiny.php:1609 core/lib/wpbc_all_translations.php:398
|
2298 |
#: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
|
2299 |
msgid "Select default custom booking form"
|
2300 |
msgstr ""
|
2301 |
|
2302 |
#: core/admin/wpbc-toolbar-tiny.php:703 core/admin/wpbc-toolbar-tiny.php:933
|
2303 |
#: core/admin/wpbc-toolbar-tiny.php:1281 core/admin/wpbc-toolbars.php:1562
|
2304 |
+
#: core/lib/wpbc_all_translations.php:399 core/lib/wpdev-booking-widget.php:133
|
2305 |
#: inc/_ps/wpbc-booking-select-widget.php:201
|
2306 |
msgid "Visible months"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
#: core/admin/wpbc-toolbar-tiny.php:704 core/admin/wpbc-toolbar-tiny.php:934
|
2310 |
+
#: core/admin/wpbc-toolbar-tiny.php:1282 core/lib/wpbc_all_translations.php:400
|
2311 |
msgid "Select number of month to show for calendar."
|
2312 |
msgstr ""
|
2313 |
|
2314 |
#: core/admin/wpbc-toolbar-tiny.php:724 core/admin/wpbc-toolbar-tiny.php:954
|
2315 |
+
#: core/admin/wpbc-toolbar-tiny.php:1300 core/lib/wpbc_all_translations.php:401
|
2316 |
msgid "Start month:"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
#: core/admin/wpbc-toolbar-tiny.php:782 core/admin/wpbc-toolbar-tiny.php:1012
|
2320 |
+
#: core/admin/wpbc-toolbar-tiny.php:1358 core/lib/wpbc_all_translations.php:402
|
2321 |
msgid "Select start month of calendar"
|
2322 |
msgstr ""
|
2323 |
|
2324 |
#: core/admin/wpbc-toolbar-tiny.php:789 core/admin/wpbc-toolbar-tiny.php:1019
|
2325 |
+
#: core/admin/wpbc-toolbar-tiny.php:1251 core/lib/wpbc_all_translations.php:403
|
2326 |
msgid "Show advanced settings"
|
2327 |
msgstr ""
|
2328 |
|
2329 |
#: core/admin/wpbc-toolbar-tiny.php:790 core/admin/wpbc-toolbar-tiny.php:1020
|
2330 |
+
#: core/admin/wpbc-toolbar-tiny.php:1252 core/lib/wpbc_all_translations.php:404
|
2331 |
msgid "Hide advanced settings"
|
2332 |
msgstr ""
|
2333 |
|
2334 |
#: core/admin/wpbc-toolbar-tiny.php:800 core/admin/wpbc-toolbar-tiny.php:1030
|
2335 |
+
#: core/admin/wpbc-toolbar-tiny.php:1262 core/lib/wpbc_all_translations.php:405
|
2336 |
#, php-format
|
2337 |
msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
|
2338 |
msgstr ""
|
2339 |
|
2340 |
#: core/admin/wpbc-toolbar-tiny.php:801 core/admin/wpbc-toolbar-tiny.php:1031
|
2341 |
+
#: core/lib/wpbc_all_translations.php:406
|
2342 |
#, php-format
|
2343 |
msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
#: core/admin/wpbc-toolbar-tiny.php:811 core/admin/wpbc-toolbar-tiny.php:1041
|
2347 |
#: core/admin/wpbc-toolbar-tiny.php:1365 core/admin/wpbc-toolbars.php:238
|
2348 |
+
#: core/lib/wpbc_all_translations.php:407 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
|
2349 |
#: inc/_ps/form/class-wpbc-field-help-select.php:111
|
2350 |
msgid "Options"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
#: core/admin/wpbc-toolbar-tiny.php:832 core/admin/wpbc-toolbar-tiny.php:1062
|
2354 |
+
#: core/admin/wpbc-toolbar-tiny.php:1386 core/lib/wpbc_all_translations.php:408
|
2355 |
#, php-format
|
2356 |
msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
#: core/admin/wpbc-toolbar-tiny.php:836 core/admin/wpbc-toolbar-tiny.php:1066
|
2360 |
+
#: core/admin/wpbc-toolbar-tiny.php:1390 core/lib/wpbc_all_translations.php:409
|
2361 |
msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
|
2362 |
msgstr ""
|
2363 |
|
2364 |
#: core/admin/wpbc-toolbar-tiny.php:837 core/admin/wpbc-toolbar-tiny.php:845
|
2365 |
#: core/admin/wpbc-toolbar-tiny.php:1067 core/admin/wpbc-toolbar-tiny.php:1391
|
2366 |
+
#: core/lib/wpbc_all_translations.php:410 inc/_bm/admin/page-availability.php:503
|
2367 |
#: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
|
2368 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:228
|
2369 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:157
|
2371 |
msgstr ""
|
2372 |
|
2373 |
#: core/admin/wpbc-toolbar-tiny.php:838 core/admin/wpbc-toolbar-tiny.php:1068
|
2374 |
+
#: core/admin/wpbc-toolbar-tiny.php:1392 core/lib/wpbc_all_translations.php:411
|
2375 |
msgid ""
|
2376 |
"Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
|
2377 |
"to use percentage for width: 100%)"
|
2379 |
|
2380 |
#: core/admin/wpbc-toolbar-tiny.php:839 core/admin/wpbc-toolbar-tiny.php:847
|
2381 |
#: core/admin/wpbc-toolbar-tiny.php:1069 core/admin/wpbc-toolbar-tiny.php:1393
|
2382 |
+
#: core/lib/wpbc_all_translations.php:412
|
2383 |
msgid "Code Example"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
+
#: core/admin/wpbc-toolbar-tiny.php:844 core/lib/wpbc_all_translations.php:413
|
2387 |
msgid ""
|
2388 |
"Specify that during certain seasons (or days of week), the specific minimum number of days must "
|
2389 |
"be booked. "
|
2390 |
msgstr ""
|
2391 |
|
2392 |
+
#: core/admin/wpbc-toolbar-tiny.php:846 core/lib/wpbc_all_translations.php:414
|
2393 |
msgid ""
|
2394 |
"Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
|
2395 |
msgstr ""
|
2396 |
|
2397 |
+
#: core/admin/wpbc-toolbar-tiny.php:853 core/lib/wpbc_all_translations.php:415
|
2398 |
#, php-format
|
2399 |
msgid ""
|
2400 |
"Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
|
2402 |
msgstr ""
|
2403 |
|
2404 |
#: core/admin/wpbc-toolbar-tiny.php:876 core/admin/wpbc-toolbar-tiny.php:1091
|
2405 |
+
#: core/lib/wpbc_all_translations.php:416
|
2406 |
msgid "Aggregate booking dates from other resources"
|
2407 |
msgstr ""
|
2408 |
|
2409 |
#: core/admin/wpbc-toolbar-tiny.php:877 core/admin/wpbc-toolbar-tiny.php:1092
|
2410 |
+
#: core/lib/wpbc_all_translations.php:417
|
2411 |
msgid ""
|
2412 |
"Select booking resources, for getting booking dates from them and set such dates as unavailable "
|
2413 |
"in destination calendar."
|
2414 |
msgstr ""
|
2415 |
|
2416 |
+
#: core/admin/wpbc-toolbar-tiny.php:1123 core/lib/wpbc_all_translations.php:418
|
2417 |
#: inc/_bl/admin/page-search.php:372 inc/_bl/admin/page-search.php:405
|
2418 |
#: inc/_bm/admin/page-availability.php:246 inc/_bm/admin/page-cost-advanced.php:123
|
2419 |
#: inc/_bm/admin/page-cost-deposit.php:340 inc/_bm/admin/page-cost-rate.php:213
|
2422 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:825
|
2423 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:474
|
2424 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:806
|
2425 |
+
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:357 inc/gateways/sage/wpbc-gw-sage.php:865
|
2426 |
msgid "Note!"
|
2427 |
msgstr ""
|
2428 |
|
2429 |
+
#: core/admin/wpbc-toolbar-tiny.php:1124 core/lib/wpbc_all_translations.php:419
|
2430 |
#, php-format
|
2431 |
msgid ""
|
2432 |
"This shortcode %s is using for selection of the booking form of specific booking resources in "
|
2434 |
msgstr ""
|
2435 |
|
2436 |
#: core/admin/wpbc-toolbar-tiny.php:1137 core/admin/wpbc-toolbars.php:1610
|
2437 |
+
#: core/lib/wpbc_all_translations.php:420 inc/_ps/admin/br-table-import-gcal-p.php:172
|
2438 |
#: inc/_ps/wpbc-booking-select-widget.php:163
|
2439 |
msgid "All"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: core/admin/wpbc-toolbar-tiny.php:1146 core/lib/wpbc_all_translations.php:421
|
2443 |
#: inc/_ps/wpbc-booking-select-widget.php:175
|
2444 |
msgid ""
|
2445 |
"Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
|
2446 |
"resources."
|
2447 |
msgstr ""
|
2448 |
|
2449 |
+
#: core/admin/wpbc-toolbar-tiny.php:1171 core/lib/wpbc_all_translations.php:422
|
2450 |
#: inc/_ps/wpbc-booking-select-widget.php:181
|
2451 |
msgid "Preselected resource"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
+
#: core/admin/wpbc-toolbar-tiny.php:1172 core/lib/wpbc_all_translations.php:423
|
2455 |
msgid "Define preselected resource."
|
2456 |
msgstr ""
|
2457 |
|
2458 |
+
#: core/admin/wpbc-toolbar-tiny.php:1197 core/lib/wpbc_all_translations.php:424
|
2459 |
#: inc/_bm/admin/api-settings-m.php:411 inc/_ps/p-toolbar.php:1150
|
2460 |
msgid "Default Form"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
#: core/admin/wpbc-toolbar-tiny.php:1213 core/admin/wpbc-toolbar-tiny.php:1222
|
2464 |
+
#: core/lib/wpbc_all_translations.php:425
|
2465 |
msgid "Please select the resource:"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
+
#: core/admin/wpbc-toolbar-tiny.php:1214 core/lib/wpbc_all_translations.php:426
|
2469 |
msgid "Title near your select box."
|
2470 |
msgstr ""
|
2471 |
|
2472 |
+
#: core/admin/wpbc-toolbar-tiny.php:1231 core/lib/wpbc_all_translations.php:427
|
2473 |
#: inc/_ps/wpbc-booking-select-widget.php:247
|
2474 |
msgid "First option title"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
+
#: core/admin/wpbc-toolbar-tiny.php:1232 core/lib/wpbc_all_translations.php:428
|
2478 |
#: inc/_ps/personal.php:516
|
2479 |
msgid "Please Select"
|
2480 |
msgstr ""
|
2481 |
|
2482 |
+
#: core/admin/wpbc-toolbar-tiny.php:1233 core/lib/wpbc_all_translations.php:429
|
2483 |
#: inc/_ps/wpbc-booking-select-widget.php:254
|
2484 |
msgid "First option in dropdown list."
|
2485 |
msgstr ""
|
2486 |
|
2487 |
+
#: core/admin/wpbc-toolbar-tiny.php:1233 core/lib/wpbc_all_translations.php:430
|
2488 |
#: inc/_ps/wpbc-booking-select-widget.php:256
|
2489 |
msgid "Please leave it empty if you want to skip it."
|
2490 |
msgstr ""
|
2491 |
|
2492 |
#: core/admin/wpbc-toolbar-tiny.php:1423 core/admin/wpbc-toolbar-tiny.php:1703
|
2493 |
+
#: core/lib/wpbc_all_translations.php:431
|
2494 |
msgid "Select shortcode to insert"
|
2495 |
msgstr ""
|
2496 |
|
2497 |
+
#: core/admin/wpbc-toolbar-tiny.php:1435 core/lib/wpbc_all_translations.php:432
|
2498 |
msgid "Search form"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
+
#: core/admin/wpbc-toolbar-tiny.php:1438 core/lib/wpbc_all_translations.php:433
|
2502 |
+
#: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:610
|
2503 |
+
#: inc/_bl/wpbc-search-availability.php:625
|
2504 |
msgid "Search results"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: core/admin/wpbc-toolbar-tiny.php:1457 core/lib/wpbc_all_translations.php:434
|
2508 |
msgid "Check this box to show search results on other page"
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: core/admin/wpbc-toolbar-tiny.php:1474 core/lib/wpbc_all_translations.php:435
|
2512 |
msgid "URL of search results:"
|
2513 |
msgstr ""
|
2514 |
|
2515 |
+
#: core/admin/wpbc-toolbar-tiny.php:1476 core/lib/wpbc_all_translations.php:436
|
2516 |
msgid "Type the URL of search results page."
|
2517 |
msgstr ""
|
2518 |
|
2519 |
+
#: core/admin/wpbc-toolbar-tiny.php:1493 core/lib/wpbc_all_translations.php:437
|
2520 |
msgid "Title of Search results:"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
#: core/admin/wpbc-toolbar-tiny.php:1494 core/admin/wpbc-toolbar-tiny.php:1503
|
2524 |
+
#: core/lib/wpbc_all_translations.php:438 inc/_bl/wpdev-booking-search-widget.php:79
|
2525 |
msgid "Result(s) Found"
|
2526 |
msgstr ""
|
2527 |
|
2528 |
+
#: core/admin/wpbc-toolbar-tiny.php:1495 core/lib/wpbc_all_translations.php:439
|
2529 |
msgid "Type the title of Search results."
|
2530 |
msgstr ""
|
2531 |
|
2532 |
+
#: core/admin/wpbc-toolbar-tiny.php:1495 core/lib/wpbc_all_translations.php:440
|
2533 |
msgid "show number of search results"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
+
#: core/admin/wpbc-toolbar-tiny.php:1512 core/lib/wpbc_all_translations.php:441
|
2537 |
msgid "Nothing Found Message:"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
+
#: core/admin/wpbc-toolbar-tiny.php:1514 core/lib/wpbc_all_translations.php:442
|
2541 |
msgid "Type the message, when nothing found."
|
2542 |
msgstr ""
|
2543 |
|
2544 |
+
#: core/admin/wpbc-toolbar-tiny.php:1534 core/lib/wpbc_all_translations.php:443
|
2545 |
msgid "Search only for users:"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: core/admin/wpbc-toolbar-tiny.php:1536 core/lib/wpbc_all_translations.php:444
|
2549 |
msgid ""
|
2550 |
"Type IDs of the users (separated by comma \",\") for searching availability only for these "
|
2551 |
"users, or leave it blank for searching for all users."
|
2552 |
msgstr ""
|
2553 |
|
2554 |
+
#: core/admin/wpbc-toolbar-tiny.php:1556 core/lib/wpbc_all_translations.php:445
|
2555 |
#, php-format
|
2556 |
msgid ""
|
2557 |
"This shortcode %s is using for showing the search results at specific page, if the search form "
|
2558 |
"is submit showing the search results at different page"
|
2559 |
msgstr ""
|
2560 |
|
2561 |
+
#: core/admin/wpbc-toolbar-tiny.php:1618 core/lib/wpbc_all_translations.php:446
|
2562 |
msgid "date"
|
2563 |
msgstr ""
|
2564 |
|
2565 |
+
#: core/admin/wpbc-toolbar-tiny.php:1678 core/lib/wpbc_all_translations.php:447
|
2566 |
msgid "Define date for booking"
|
2567 |
msgstr ""
|
2568 |
|
2569 |
+
#: core/admin/wpbc-toolbar-tiny.php:1716 core/lib/wpbc_all_translations.php:448
|
2570 |
#: inc/_ps/p-toolbar.php:204
|
2571 |
msgid "Edit Booking"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
+
#: core/admin/wpbc-toolbar-tiny.php:1719 core/lib/wpbc_all_translations.php:449
|
2575 |
msgid "Show info about Booking Resource"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
+
#: core/admin/wpbc-toolbar-tiny.php:1735 core/lib/wpbc_all_translations.php:450
|
2579 |
#, php-format
|
2580 |
msgid ""
|
2581 |
"This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
|
2582 |
"%s or make %spayment%s after receiving an admin email payment request"
|
2583 |
msgstr ""
|
2584 |
|
2585 |
+
#: core/admin/wpbc-toolbar-tiny.php:1736 core/lib/wpbc_all_translations.php:451
|
2586 |
#, php-format
|
2587 |
msgid ""
|
2588 |
"The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
|
2589 |
"to this page"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
+
#: core/admin/wpbc-toolbar-tiny.php:1737 core/lib/wpbc_all_translations.php:452
|
2593 |
#, php-format
|
2594 |
msgid "Email templates, which use shortcodes: %s, will be linked to this page"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: core/admin/wpbc-toolbar-tiny.php:1778 core/lib/wpbc_all_translations.php:453
|
2598 |
+
#: inc/_bl/admin/api-settings-l.php:457 inc/_ps/admin/br-table-import-gcal-p.php:62
|
2599 |
msgid "Capacity"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: core/admin/wpbc-toolbar-tiny.php:1784 core/lib/wpbc_all_translations.php:454
|
2603 |
msgid "Select type of info to show."
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:455
|
2607 |
msgid "Filters"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
+
#: core/admin/wpbc-toolbars.php:345 core/lib/wpbc_all_translations.php:456
|
2611 |
msgid "Expand Advanced Toolbar"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: core/admin/wpbc-toolbars.php:352 core/lib/wpbc_all_translations.php:457
|
2615 |
msgid "Collapse Advanced Toolbar"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: core/admin/wpbc-toolbars.php:370 core/lib/wpbc_all_translations.php:458
|
2619 |
msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
+
#: core/admin/wpbc-toolbars.php:371 core/lib/wpbc_all_translations.php:459
|
2623 |
msgid "Emails sending"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
+
#: core/admin/wpbc-toolbars.php:396 core/lib/wpbc_all_translations.php:460
|
2627 |
msgid "Booking ID"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
+
#: core/admin/wpbc-toolbars.php:399 core/admin/wpbc-toolbars.php:2130
|
2631 |
+
#: core/lib/wpbc_all_translations.php:461
|
2632 |
msgid "Go"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
+
#: core/admin/wpbc-toolbars.php:429 core/lib/wpbc_all_translations.php:462
|
2636 |
msgid "About Booking Calendar"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
+
#: core/admin/wpbc-toolbars.php:433 core/lib/wpbc_all_translations.php:463
|
2640 |
msgid "Technical Support"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
#: core/admin/wpbc-toolbars.php:500 core/admin/wpbc-toolbars.php:680
|
2644 |
#: core/admin/wpbc-toolbars.php:885 core/admin/wpbc-toolbars.php:1460
|
2645 |
+
#: core/lib/wpbc_all_translations.php:464 inc/_bs/lib_s.php:84
|
2646 |
msgid "Apply"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
+
#: core/admin/wpbc-toolbars.php:501 core/lib/wpbc_all_translations.php:465
|
2650 |
msgid "Refresh booking listing"
|
2651 |
msgstr ""
|
2652 |
|
2653 |
+
#: core/admin/wpbc-toolbars.php:515 core/lib/wpbc_all_translations.php:466
|
2654 |
msgid "Reset filter to default values"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
#: core/admin/wpbc-toolbars.php:541 core/admin/wpbc-toolbars.php:756
|
2658 |
+
#: core/lib/wpbc_all_translations.php:467
|
2659 |
msgid "Any"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
#: core/admin/wpbc-toolbars.php:562 core/admin/wpbc-toolbars.php:796
|
2663 |
+
#: core/lib/wpbc_all_translations.php:468
|
2664 |
msgid "week"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
#: core/admin/wpbc-toolbars.php:563 core/admin/wpbc-toolbars.php:797
|
2668 |
+
#: core/lib/wpbc_all_translations.php:469
|
2669 |
msgid "weeks"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
#: core/admin/wpbc-toolbars.php:564 core/admin/wpbc-toolbars.php:798
|
2673 |
+
#: core/lib/wpbc_all_translations.php:470
|
2674 |
msgid "month"
|
2675 |
msgstr ""
|
2676 |
|
2677 |
#: core/admin/wpbc-toolbars.php:565 core/admin/wpbc-toolbars.php:566
|
2678 |
#: core/admin/wpbc-toolbars.php:567 core/admin/wpbc-toolbars.php:799
|
2679 |
#: core/admin/wpbc-toolbars.php:800 core/admin/wpbc-toolbars.php:801
|
2680 |
+
#: core/lib/wpbc_all_translations.php:471
|
2681 |
msgid "months"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
#: core/admin/wpbc-toolbars.php:575 core/admin/wpbc-toolbars.php:810
|
2685 |
+
#: core/lib/wpbc_all_translations.php:472
|
2686 |
msgid "Filter bookings by booking dates"
|
2687 |
msgstr ""
|
2688 |
|
2689 |
+
#: core/admin/wpbc-toolbars.php:579 core/lib/wpbc_all_translations.php:473
|
2690 |
msgid "Current dates"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
#: core/admin/wpbc-toolbars.php:580 core/admin/wpbc-toolbars.php:814
|
2694 |
+
#: core/lib/wpbc_all_translations.php:474
|
2695 |
msgid "Today"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: core/admin/wpbc-toolbars.php:581 core/lib/wpbc_all_translations.php:475
|
2699 |
msgid "Previous dates"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
#: core/admin/wpbc-toolbars.php:582 core/admin/wpbc-toolbars.php:815
|
2703 |
+
#: core/lib/wpbc_all_translations.php:476
|
2704 |
msgid "All dates"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
+
#: core/admin/wpbc-toolbars.php:584 core/lib/wpbc_all_translations.php:477
|
2708 |
msgid "Today check in/out"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
+
#: core/admin/wpbc-toolbars.php:585 core/lib/wpbc_all_translations.php:478
|
2712 |
msgid "Check In - Tomorrow"
|
2713 |
msgstr ""
|
2714 |
|
2715 |
+
#: core/admin/wpbc-toolbars.php:586 core/lib/wpbc_all_translations.php:479
|
2716 |
msgid "Check Out - Tomorrow"
|
2717 |
msgstr ""
|
2718 |
|
2719 |
+
#: core/admin/wpbc-toolbars.php:591 core/lib/wpbc_all_translations.php:480
|
2720 |
+
#: core/wpbc-functions.php:2244
|
2721 |
msgid "Next"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
#: core/admin/wpbc-toolbars.php:615 core/admin/wpbc-toolbars.php:820
|
2725 |
+
#: core/lib/wpbc_all_translations.php:481
|
2726 |
msgid "Prior"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
#: core/admin/wpbc-toolbars.php:655 core/admin/wpbc-toolbars.php:860
|
2730 |
+
#: core/lib/wpbc_all_translations.php:482
|
2731 |
msgid "Check-in"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
#: core/admin/wpbc-toolbars.php:667 core/admin/wpbc-toolbars.php:872
|
2735 |
+
#: core/lib/wpbc_all_translations.php:483
|
2736 |
msgid "Check-out"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
+
#: core/admin/wpbc-toolbars.php:739 core/lib/wpbc_all_translations.php:484
|
2740 |
msgid "Order by"
|
2741 |
msgstr ""
|
2742 |
|
2743 |
+
#: core/admin/wpbc-toolbars.php:753 core/lib/wpbc_all_translations.php:485
|
2744 |
msgid "Exist"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
+
#: core/admin/wpbc-toolbars.php:754 core/lib/wpbc_all_translations.php:486
|
2748 |
msgid "In Trash"
|
2749 |
msgstr ""
|
2750 |
|
2751 |
+
#: core/admin/wpbc-toolbars.php:775 core/lib/wpbc_all_translations.php:487
|
2752 |
msgid "New bookings"
|
2753 |
msgstr ""
|
2754 |
|
2755 |
+
#: core/admin/wpbc-toolbars.php:812 core/lib/wpbc_all_translations.php:488
|
2756 |
msgid "Creation"
|
2757 |
msgstr ""
|
2758 |
|
2759 |
+
#: core/admin/wpbc-toolbars.php:939 core/lib/wpbc_all_translations.php:489
|
2760 |
msgid "Approve selected bookings"
|
2761 |
msgstr ""
|
2762 |
|
2763 |
+
#: core/admin/wpbc-toolbars.php:954 core/lib/wpbc_all_translations.php:490
|
2764 |
msgid "Set selected bookings as pending"
|
2765 |
msgstr ""
|
2766 |
|
2767 |
+
#: core/admin/wpbc-toolbars.php:984 core/lib/wpbc_all_translations.php:491
|
2768 |
msgid "Move selected bookings to trash"
|
2769 |
msgstr ""
|
2770 |
|
2771 |
+
#: core/admin/wpbc-toolbars.php:1001 core/lib/wpbc_all_translations.php:492
|
2772 |
msgid "Restore selected bookings"
|
2773 |
msgstr ""
|
2774 |
|
2775 |
+
#: core/admin/wpbc-toolbars.php:1017 core/lib/wpbc_all_translations.php:493
|
2776 |
#: inc/_bl/admin/page-coupons.php:206 inc/_bl/admin/page-coupons.php:212
|
2777 |
#: inc/_bm/admin/page-availability.php:234 inc/_bm/admin/page-availability.php:240
|
2778 |
#: inc/_bm/admin/page-cost-valuation.php:564 inc/_bm/admin/page-cost.php:212
|
2782 |
msgid "Delete"
|
2783 |
msgstr ""
|
2784 |
|
2785 |
+
#: core/admin/wpbc-toolbars.php:1018 core/lib/wpbc_all_translations.php:494
|
2786 |
msgid "Delete selected bookings"
|
2787 |
msgstr ""
|
2788 |
|
2789 |
+
#: core/admin/wpbc-toolbars.php:1020 core/lib/wpbc_all_translations.php:495
|
2790 |
#: core/sync/wpbc-gcal-class.php:670
|
2791 |
msgid "Do you really want to delete selected booking(s) ?"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: core/admin/wpbc-toolbars.php:1036 core/lib/wpbc_all_translations.php:496
|
2795 |
msgid "Reason of cancellation"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
+
#: core/admin/wpbc-toolbars.php:1059 core/lib/wpbc_all_translations.php:497
|
2799 |
msgid "Read All"
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: core/admin/wpbc-toolbars.php:1060 core/lib/wpbc_all_translations.php:498
|
2803 |
msgid "Mark as read all bookings"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
+
#: core/admin/wpbc-toolbars.php:1073 core/lib/wpbc_all_translations.php:499
|
2807 |
msgid "Read"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
+
#: core/admin/wpbc-toolbars.php:1074 core/lib/wpbc_all_translations.php:500
|
2811 |
msgid "Mark as read selected bookings"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
+
#: core/admin/wpbc-toolbars.php:1088 core/lib/wpbc_all_translations.php:501
|
2815 |
msgid "Unread"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
+
#: core/admin/wpbc-toolbars.php:1089 core/lib/wpbc_all_translations.php:502
|
2819 |
msgid "Mark as Unread selected bookings"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
#: core/admin/wpbc-toolbars.php:1138 core/admin/wpbc-toolbars.php:1217
|
2823 |
+
#: core/lib/wpbc_all_translations.php:503
|
2824 |
msgid "Show month"
|
2825 |
msgstr ""
|
2826 |
|
2827 |
+
#: core/admin/wpbc-toolbars.php:1152 core/lib/wpbc_all_translations.php:504
|
2828 |
msgid "Show 3 months"
|
2829 |
msgstr ""
|
2830 |
|
2831 |
+
#: core/admin/wpbc-toolbars.php:1166 core/lib/wpbc_all_translations.php:505
|
2832 |
msgid "Show year"
|
2833 |
msgstr ""
|
2834 |
|
2835 |
+
#: core/admin/wpbc-toolbars.php:1189 core/lib/wpbc_all_translations.php:506
|
2836 |
msgid "Show day"
|
2837 |
msgstr ""
|
2838 |
|
2839 |
+
#: core/admin/wpbc-toolbars.php:1203 core/lib/wpbc_all_translations.php:507
|
2840 |
msgid "Show week"
|
2841 |
msgstr ""
|
2842 |
|
2843 |
+
#: core/admin/wpbc-toolbars.php:1231 core/lib/wpbc_all_translations.php:508
|
2844 |
msgid "Show 2 months"
|
2845 |
msgstr ""
|
2846 |
|
2847 |
#: core/admin/wpbc-toolbars.php:1288 core/admin/wpbc-toolbars.php:1302
|
2848 |
+
#: core/admin/wpbc-toolbars.php:1349 core/lib/wpbc_all_translations.php:509
|
2849 |
msgid "Previous 4 weeks"
|
2850 |
msgstr ""
|
2851 |
|
2852 |
#: core/admin/wpbc-toolbars.php:1289 core/admin/wpbc-toolbars.php:1303
|
2853 |
+
#: core/admin/wpbc-toolbars.php:1350 core/lib/wpbc_all_translations.php:510
|
2854 |
msgid "Previous week"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
#: core/admin/wpbc-toolbars.php:1290 core/admin/wpbc-toolbars.php:1304
|
2858 |
+
#: core/admin/wpbc-toolbars.php:1351 core/lib/wpbc_all_translations.php:511
|
2859 |
msgid "Current week"
|
2860 |
msgstr ""
|
2861 |
|
2862 |
#: core/admin/wpbc-toolbars.php:1291 core/admin/wpbc-toolbars.php:1305
|
2863 |
+
#: core/admin/wpbc-toolbars.php:1352 core/lib/wpbc_all_translations.php:512
|
2864 |
msgid "Next week"
|
2865 |
msgstr ""
|
2866 |
|
2867 |
#: core/admin/wpbc-toolbars.php:1292 core/admin/wpbc-toolbars.php:1306
|
2868 |
+
#: core/admin/wpbc-toolbars.php:1353 core/lib/wpbc_all_translations.php:513
|
2869 |
msgid "Next 4 weeks"
|
2870 |
msgstr ""
|
2871 |
|
2872 |
#: core/admin/wpbc-toolbars.php:1316 core/admin/wpbc-toolbars.php:1366
|
2873 |
+
#: core/admin/wpbc-toolbars.php:1381 core/lib/wpbc_all_translations.php:514
|
2874 |
msgid "Previous 3 months"
|
2875 |
msgstr ""
|
2876 |
|
2877 |
#: core/admin/wpbc-toolbars.php:1317 core/admin/wpbc-toolbars.php:1367
|
2878 |
+
#: core/admin/wpbc-toolbars.php:1382 core/lib/wpbc_all_translations.php:515
|
2879 |
msgid "Previous month"
|
2880 |
msgstr ""
|
2881 |
|
2882 |
#: core/admin/wpbc-toolbars.php:1318 core/admin/wpbc-toolbars.php:1368
|
2883 |
+
#: core/admin/wpbc-toolbars.php:1383 core/lib/wpbc_all_translations.php:516
|
2884 |
msgid "Current month"
|
2885 |
msgstr ""
|
2886 |
|
2887 |
#: core/admin/wpbc-toolbars.php:1319 core/admin/wpbc-toolbars.php:1369
|
2888 |
+
#: core/admin/wpbc-toolbars.php:1384 core/lib/wpbc_all_translations.php:517
|
2889 |
msgid "Next month"
|
2890 |
msgstr ""
|
2891 |
|
2892 |
#: core/admin/wpbc-toolbars.php:1320 core/admin/wpbc-toolbars.php:1370
|
2893 |
+
#: core/admin/wpbc-toolbars.php:1385 core/lib/wpbc_all_translations.php:518
|
2894 |
msgid "Next 3 months"
|
2895 |
msgstr ""
|
2896 |
|
2897 |
+
#: core/admin/wpbc-toolbars.php:1334 core/lib/wpbc_all_translations.php:519
|
2898 |
msgid "Previous 7 days"
|
2899 |
msgstr ""
|
2900 |
|
2901 |
+
#: core/admin/wpbc-toolbars.php:1335 core/lib/wpbc_all_translations.php:520
|
2902 |
msgid "Previous day"
|
2903 |
msgstr ""
|
2904 |
|
2905 |
+
#: core/admin/wpbc-toolbars.php:1336 core/lib/wpbc_all_translations.php:521
|
2906 |
msgid "Current day"
|
2907 |
msgstr ""
|
2908 |
|
2909 |
+
#: core/admin/wpbc-toolbars.php:1337 core/lib/wpbc_all_translations.php:522
|
2910 |
msgid "Next day"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
+
#: core/admin/wpbc-toolbars.php:1338 core/lib/wpbc_all_translations.php:523
|
2914 |
msgid "Next 7 days"
|
2915 |
msgstr ""
|
2916 |
|
2917 |
+
#: core/admin/wpbc-toolbars.php:1609 core/lib/wpbc_all_translations.php:524
|
2918 |
msgid "Number of months in one row"
|
2919 |
msgstr ""
|
2920 |
|
2921 |
+
#: core/admin/wpbc-toolbars.php:1654 core/lib/wpbc_all_translations.php:525
|
2922 |
msgid "Calendar width"
|
2923 |
msgstr ""
|
2924 |
|
2925 |
+
#: core/admin/wpbc-toolbars.php:1702 core/lib/wpbc_all_translations.php:526
|
2926 |
msgid "Calendar cell height"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
#: core/admin/wpbc-toolbars.php:1809 core/admin/wpbc-toolbars.php:1810
|
2930 |
+
#: core/lib/wpbc_all_translations.php:527
|
2931 |
msgid "Send email notification to customer about this operation"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
+
#: core/admin/wpbc-toolbars.php:1842 core/admin/wpbc-toolbars.php:1843
|
2935 |
+
#: core/lib/wpbc_all_translations.php:528
|
2936 |
+
msgid "Add to Google Calendar"
|
2937 |
+
msgstr ""
|
2938 |
+
|
2939 |
+
#: core/admin/wpbc-toolbars.php:2020 core/lib/wpbc_all_translations.php:529
|
2940 |
#: inc/gateways/page-gateways.php:1262 inc/gateways/page-gateways.php:1280
|
2941 |
msgid "Total"
|
2942 |
msgstr ""
|
2943 |
|
2944 |
+
#: core/admin/wpbc-toolbars.php:2126 core/lib/wpbc_all_translations.php:530
|
2945 |
msgid "ID or Title"
|
2946 |
msgstr ""
|
2947 |
|
2948 |
+
#: core/any/api-emails.php:484 core/lib/wpbc_all_translations.php:531
|
2949 |
msgid "Email copy to"
|
2950 |
msgstr ""
|
2951 |
|
2952 |
+
#: core/class/wpbc-class-dismiss.php:22 core/lib/wpbc_all_translations.php:532
|
2953 |
+
#: core/wpbc-functions.php:2492
|
2954 |
msgid "Dismiss"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
+
#: core/class/wpbc-class-notices.php:25 core/lib/wpbc_all_translations.php:533
|
2958 |
#: core/sync/wpbc-gcal.php:398 inc/_bm/admin/page-cost-valuation.php:288 inc/_mu/multiuser.php:731
|
2959 |
msgid "Warning!"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
+
#: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:534
|
2963 |
#, php-format
|
2964 |
msgid ""
|
2965 |
"Probabaly you updated your paid version of Booking Calendar by free version or update process "
|
2966 |
"failed. You can request the new update of your paid version at %1sthis page%2s."
|
2967 |
msgstr ""
|
2968 |
|
2969 |
+
#: core/class/wpbc-class-notices.php:104 core/lib/wpbc_all_translations.php:535
|
2970 |
+
#: core/sync/wpbc-gcal-class.php:668 core/wpbc-functions.php:2096
|
2971 |
msgid "Hide"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
+
#: core/lib/wpbc-ajax.php:30 core/lib/wpbc-ajax.php:79 core/lib/wpbc_all_translations.php:536
|
2975 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:1098
|
2976 |
#, php-format
|
2977 |
msgid ""
|
2978 |
"%sError!%s Request do not pass security check! Please refresh the page and try one more time."
|
2979 |
msgstr ""
|
2980 |
|
2981 |
+
#: core/lib/wpbc-ajax.php:128 core/lib/wpbc_all_translations.php:537
|
2982 |
msgid "Set as Unread"
|
2983 |
msgstr ""
|
2984 |
|
2985 |
+
#: core/lib/wpbc-ajax.php:130 core/lib/wpbc_all_translations.php:538
|
2986 |
msgid "Set as Read"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
+
#: core/lib/wpbc-ajax.php:195 core/lib/wpbc_all_translations.php:539
|
2990 |
msgid "Set as Approved"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
+
#: core/lib/wpbc-ajax.php:197 core/lib/wpbc_all_translations.php:540
|
2994 |
msgid "Set as Pending"
|
2995 |
msgstr ""
|
2996 |
|
2997 |
+
#: core/lib/wpbc-ajax.php:216 core/lib/wpbc-ajax.php:286 core/lib/wpbc_all_translations.php:541
|
2998 |
msgid "Reason for cancellation here"
|
2999 |
msgstr ""
|
3000 |
|
3001 |
+
#: core/lib/wpbc-ajax.php:217 core/lib/wpbc-ajax.php:287 core/lib/wpbc_all_translations.php:542
|
3002 |
msgid "Reason of cancellation here"
|
3003 |
msgstr ""
|
3004 |
|
3005 |
+
#: core/lib/wpbc-ajax.php:256 core/lib/wpbc_all_translations.php:543
|
3006 |
msgid "Moved to trash"
|
3007 |
msgstr ""
|
3008 |
|
3009 |
+
#: core/lib/wpbc-ajax.php:264 core/lib/wpbc_all_translations.php:544
|
3010 |
msgid "Restored"
|
3011 |
msgstr ""
|
3012 |
|
3013 |
+
#: core/lib/wpbc-ajax.php:428 core/lib/wpbc_all_translations.php:545 inc/_ps/personal.php:148
|
3014 |
msgid "Saved"
|
3015 |
msgstr ""
|
3016 |
|
3017 |
+
#: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:546
|
3018 |
msgid "The code you entered is incorrect"
|
3019 |
msgstr ""
|
3020 |
|
3021 |
+
#: core/lib/wpbc-booking-new.php:138 core/lib/wpbc_all_translations.php:547
|
3022 |
msgid "Updating..."
|
3023 |
msgstr ""
|
3024 |
|
3025 |
+
#: core/lib/wpbc-booking-new.php:163 core/lib/wpbc_all_translations.php:548
|
3026 |
#: inc/_ps/personal.php:2240 inc/_ps/personal.php:2431
|
3027 |
msgid "Updated successfully"
|
3028 |
msgstr ""
|
3029 |
|
3030 |
+
#: core/lib/wpbc-booking-new.php:694 core/lib/wpbc_all_translations.php:549
|
3031 |
msgid "Error!"
|
3032 |
msgstr ""
|
3033 |
|
3034 |
+
#: core/lib/wpbc-booking-new.php:695 core/lib/wpbc_all_translations.php:550
|
3035 |
msgid ""
|
3036 |
"Probably these date(s) just was booking by other visitor. Please reload this page and make "
|
3037 |
"booking again."
|
3038 |
msgstr ""
|
3039 |
|
3040 |
+
#: core/lib/wpbc_all_translations.php:551 core/wpbc-debug.php:122 core/wpbc-emails.php:418
|
3041 |
#: core/wpbc.php:322 core/wpbc.php:363 inc/_bl/admin/page-coupons.php:988
|
3042 |
#: inc/_bl/admin/page-coupons.php:990 inc/_bm/admin/page-availability.php:805
|
3043 |
#: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-rate.php:77
|
3046 |
msgid "Error"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
+
#: core/lib/wpbc_all_translations.php:552
|
3050 |
msgid "does not exist"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
+
#: core/lib/wpbc_all_translations.php:553 core/lib/wpdev-booking-class.php:493
|
3054 |
msgid "Calendar is loading..."
|
3055 |
msgstr ""
|
3056 |
|
3057 |
+
#: core/lib/wpbc_all_translations.php:554 core/lib/wpdev-booking-class.php:675
|
3058 |
#: core/lib/wpdev-booking-class.php:736 inc/_ps/personal.php:816 inc/_ps/personal.php:827
|
3059 |
msgid "Wrong booking hash in URL (probably expired)"
|
3060 |
msgstr ""
|
3061 |
|
3062 |
+
#: core/lib/wpbc_all_translations.php:555 core/lib/wpdev-booking-class.php:683
|
3063 |
msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
|
3064 |
msgstr ""
|
3065 |
|
3066 |
+
#: core/lib/wpbc_all_translations.php:556 core/lib/wpdev-booking-class.php:855
|
3067 |
#, php-format
|
3068 |
msgid ""
|
3069 |
"%sWarning! Booking calendar for this booking resource are already at the page, please check more "
|
3070 |
"about this issue at %sthis page%s"
|
3071 |
msgstr ""
|
3072 |
|
3073 |
+
#: core/lib/wpbc_all_translations.php:557 core/lib/wpdev-booking-class.php:1049
|
3074 |
#: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
|
3075 |
msgid "You need to use special shortcode [bookingedit] for booking editing."
|
3076 |
msgstr ""
|
3077 |
|
3078 |
+
#: core/lib/wpbc_all_translations.php:558 core/lib/wpdev-booking-class.php:1178
|
3079 |
#: core/lib/wpdev-booking-class.php:1180
|
3080 |
msgid "Wrong booking hash in URL. Probably hash is expired."
|
3081 |
msgstr ""
|
3082 |
|
3083 |
+
#: core/lib/wpbc_all_translations.php:559 core/lib/wpdev-booking-class.php:1184
|
3084 |
msgid "You do not set any parameters for booking editing"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
+
#: core/lib/wpbc_all_translations.php:560 core/lib/wpdev-booking-class.php:1186
|
3088 |
#, php-format
|
3089 |
msgid "Please check more about configuration at %sthis page%s"
|
3090 |
msgstr ""
|
3091 |
|
3092 |
+
#: core/lib/wpbc_all_translations.php:561 core/lib/wpdev-booking-widget.php:106
|
3093 |
msgid "Booking form with calendar"
|
3094 |
msgstr ""
|
3095 |
|
3096 |
+
#: core/lib/wpbc_all_translations.php:562 core/lib/wpdev-booking-widget.php:107
|
3097 |
msgid "Only availability calendar"
|
3098 |
msgstr ""
|
3099 |
|
3100 |
+
#: core/lib/wpbc_all_translations.php:563 core/lib/wpdev-booking-widget.php:148
|
3101 |
msgid "Footer"
|
3102 |
msgstr ""
|
3103 |
|
3104 |
+
#: core/lib/wpbc_all_translations.php:564 core/lib/wpdev-booking-widget.php:153
|
3105 |
#, php-format
|
3106 |
msgid "Example: %sMake booking here%s"
|
3107 |
msgstr ""
|
3108 |
|
3109 |
+
#: core/lib/wpbc_all_translations.php:565 core/lib/wpdev-booking-widget.php:157
|
3110 |
#: inc/_ps/wpbc-booking-select-widget.php:263
|
3111 |
#, php-format
|
3112 |
msgid ""
|
3114 |
"at the same page, then the last will not be visible."
|
3115 |
msgstr ""
|
3116 |
|
3117 |
+
#: core/lib/wpbc_all_translations.php:566 core/lib/wpdev-booking-widget.php:161
|
3118 |
#, php-format
|
3119 |
msgid "%sSeveral widgets are supported at %spaid versions%s."
|
3120 |
msgstr ""
|
3121 |
|
3122 |
+
#: core/lib/wpbc_all_translations.php:567 core/sync/wpbc-gcal-class.php:300
|
3123 |
msgid "Importing Feed"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
+
#: core/lib/wpbc_all_translations.php:568 core/sync/wpbc-gcal-class.php:316
|
3127 |
msgid "Data Parsing"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
+
#: core/lib/wpbc_all_translations.php:569 core/sync/wpbc-gcal-class.php:423
|
3131 |
msgid ""
|
3132 |
"Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
|
3133 |
"correct."
|
3134 |
msgstr ""
|
3135 |
|
3136 |
+
#: core/lib/wpbc_all_translations.php:570 core/sync/wpbc-gcal-class.php:430
|
3137 |
msgid "The feed could not be found (404). Please ensure your feed URL is correct."
|
3138 |
msgstr ""
|
3139 |
|
3140 |
+
#: core/lib/wpbc_all_translations.php:571 core/sync/wpbc-gcal-class.php:433
|
3141 |
msgid ""
|
3142 |
"Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
|
3143 |
"calendar."
|
3144 |
msgstr ""
|
3145 |
|
3146 |
+
#: core/lib/wpbc_all_translations.php:572 core/sync/wpbc-gcal-class.php:436
|
3147 |
#, php-format
|
3148 |
msgid ""
|
3149 |
"The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
|
3150 |
msgstr ""
|
3151 |
|
3152 |
+
#: core/lib/wpbc_all_translations.php:573 core/sync/wpbc-gcal-class.php:457
|
3153 |
#: core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:414
|
3154 |
msgid "Done"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
+
#: core/lib/wpbc_all_translations.php:574 core/sync/wpbc-gcal-class.php:608
|
3158 |
#: core/sync/wpbc-gcal-class.php:658
|
3159 |
msgid "GID"
|
3160 |
msgstr ""
|
3161 |
|
3162 |
+
#: core/lib/wpbc_all_translations.php:575 core/sync/wpbc-gcal-class.php:622
|
3163 |
msgid "Selection"
|
3164 |
msgstr ""
|
3165 |
|
3166 |
+
#: core/lib/wpbc_all_translations.php:576 core/sync/wpbc-gcal-class.php:636
|
3167 |
msgid "Location:"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
+
#: core/lib/wpbc_all_translations.php:577 core/sync/wpbc-gcal-class.php:666
|
3171 |
msgid "Reload page"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
+
#: core/lib/wpbc_all_translations.php:578 core/sync/wpbc-gcal-class.php:679
|
3175 |
msgid "Delete selected booking(s)"
|
3176 |
msgstr ""
|
3177 |
|
3178 |
+
#: core/lib/wpbc_all_translations.php:579 core/sync/wpbc-gcal.php:279
|
3179 |
msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
|
3180 |
msgstr ""
|
3181 |
|
3182 |
+
#: core/lib/wpbc_all_translations.php:580 core/sync/wpbc-gcal.php:399
|
3183 |
msgid "Retrieve Google Calendar Events "
|
3184 |
msgstr ""
|
3185 |
|
3186 |
+
#: core/lib/wpbc_all_translations.php:581 core/sync/wpbc-gcal.php:405
|
3187 |
msgid "Please configure settings for import Google Calendar events"
|
3188 |
msgstr ""
|
3189 |
|
3190 |
+
#: core/lib/wpbc_all_translations.php:582 core/sync/wpbc-gcal.php:433
|
3191 |
msgid "Configure"
|
3192 |
msgstr ""
|
3193 |
|
3194 |
+
#: core/lib/wpbc_all_translations.php:583 core/sync/wpbc-gcal.php:443 core/sync/wpbc-gcal.php:466
|
3195 |
msgid "Import Google Calendar Events"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
+
#: core/lib/wpbc_all_translations.php:584 core/wpbc-activation.php:564
|
3199 |
#, php-format
|
3200 |
msgid "%s Found %s not indexed bookings %s"
|
3201 |
msgstr ""
|
3202 |
|
3203 |
+
#: core/lib/wpbc_all_translations.php:585 core/wpbc-activation.php:579
|
3204 |
#, php-format
|
3205 |
msgid "%s Finish getting sort dates. %s"
|
3206 |
msgstr ""
|
3207 |
|
3208 |
+
#: core/lib/wpbc_all_translations.php:586 core/wpbc-activation.php:588
|
3209 |
#, php-format
|
3210 |
msgid "Updated booking: %s"
|
3211 |
msgstr ""
|
3212 |
|
3213 |
+
#: core/lib/wpbc_all_translations.php:587 core/wpbc-activation.php:992
|
3214 |
msgid "Booking form"
|
3215 |
msgstr ""
|
3216 |
|
3217 |
+
#: core/lib/wpbc_all_translations.php:588 core/wpbc-activation.php:1070
|
3218 |
#: inc/_ps/admin/page-email-edit.php:253
|
3219 |
msgid "The reservation has been modified"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
+
#: core/lib/wpbc_all_translations.php:589 core/wpbc-activation.php:1071
|
3223 |
#: inc/_ps/admin/page-email-edit.php:267
|
3224 |
#, php-format
|
3225 |
msgid ""
|
3227 |
"Thank you, %s"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
+
#: core/lib/wpbc_all_translations.php:590 core/wpbc-activation.php:1096
|
3231 |
#: inc/_bs/admin/api-settings-s.php:359
|
3232 |
msgid "Booked Times:"
|
3233 |
msgstr ""
|
3234 |
|
3235 |
+
#: core/lib/wpbc_all_translations.php:591 core/wpbc-activation.php:1106
|
3236 |
msgid ""
|
3237 |
"This booking canceled because we did not receive payment and the administrator did not approve "
|
3238 |
"it."
|
3239 |
msgstr ""
|
3240 |
|
3241 |
+
#: core/lib/wpbc_all_translations.php:592 core/wpbc-activation.php:1133
|
3242 |
#: inc/_bs/admin/page-email-payment.php:257
|
3243 |
msgid "You need to make payment for this reservation"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: core/lib/wpbc_all_translations.php:593 core/wpbc-activation.php:1134
|
3247 |
#: inc/_bs/admin/page-email-payment.php:271
|
3248 |
#, php-format
|
3249 |
msgid ""
|
3251 |
"Thank you, %s"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
+
#: core/lib/wpbc_all_translations.php:594 core/wpbc-activation.php:1165
|
3255 |
#: inc/_bm/admin/api-settings-m.php:244
|
3256 |
msgid "Cost: "
|
3257 |
msgstr ""
|
3258 |
|
3259 |
+
#: core/lib/wpbc_all_translations.php:595 core/wpbc-activation.php:1196
|
3260 |
#: inc/_bl/admin/api-settings-l.php:73
|
3261 |
msgid "Available: "
|
3262 |
msgstr ""
|
3263 |
|
3264 |
+
#: core/lib/wpbc_all_translations.php:596 core/wpbc-emails.php:78
|
3265 |
msgid "Booking system"
|
3266 |
msgstr ""
|
3267 |
|
3268 |
+
#: core/lib/wpbc_all_translations.php:597 core/wpbc-emails.php:182
|
3269 |
msgid ""
|
3270 |
"You can use (in subject and content of email template) any shortcodes, which you used in the "
|
3271 |
"booking form. Use the shortcodes in the same way as you used them in the content form at "
|
3272 |
"Settings Fields page."
|
3273 |
msgstr ""
|
3274 |
|
3275 |
+
#: core/lib/wpbc_all_translations.php:598 core/wpbc-emails.php:185
|
3276 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:795
|
3277 |
msgid "You can use following shortcodes in content of this template"
|
3278 |
msgstr ""
|
3279 |
|
3280 |
+
#: core/lib/wpbc_all_translations.php:599 core/wpbc-emails.php:189
|
3281 |
#: inc/gateways/page-gateways.php:924
|
3282 |
#, php-format
|
3283 |
msgid ""
|
3285 |
"Fields page"
|
3286 |
msgstr ""
|
3287 |
|
3288 |
+
#: core/lib/wpbc_all_translations.php:600 core/wpbc-emails.php:191
|
3289 |
#, php-format
|
3290 |
msgid "%s - inserting data info about the booking"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
+
#: core/lib/wpbc_all_translations.php:601 core/wpbc-emails.php:195
|
3294 |
#, php-format
|
3295 |
msgid "%s - inserting the dates of booking"
|
3296 |
msgstr ""
|
3297 |
|
3298 |
+
#: core/lib/wpbc_all_translations.php:602 core/wpbc-emails.php:199
|
3299 |
#, php-format
|
3300 |
msgid "%s - inserting check-in date (first day of reservation),"
|
3301 |
msgstr ""
|
3302 |
|
3303 |
+
#: core/lib/wpbc_all_translations.php:603 core/wpbc-emails.php:203 core/wpbc-emails.php:204
|
3304 |
#, php-format
|
3305 |
msgid "%s - inserting check-out date (last day of reservation),"
|
3306 |
msgstr ""
|
3307 |
|
3308 |
+
#: core/lib/wpbc_all_translations.php:604 core/wpbc-emails.php:209
|
3309 |
#, php-format
|
3310 |
msgid "%s - inserting the number of booking dates "
|
3311 |
msgstr ""
|
3312 |
|
3313 |
+
#: core/lib/wpbc_all_translations.php:605 core/wpbc-emails.php:215
|
3314 |
#, php-format
|
3315 |
msgid "%s - inserting ID of booking "
|
3316 |
msgstr ""
|
3317 |
|
3318 |
+
#: core/lib/wpbc_all_translations.php:606 core/wpbc-emails.php:220
|
3319 |
#, php-format
|
3320 |
msgid "%s or %s - inserting the title of the booking resource "
|
3321 |
msgstr ""
|
3322 |
|
3323 |
+
#: core/lib/wpbc_all_translations.php:607 core/wpbc-emails.php:226
|
3324 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
|
3325 |
#, php-format
|
3326 |
msgid "%s - inserting the cost of booking "
|
3327 |
msgstr ""
|
3328 |
|
3329 |
+
#: core/lib/wpbc_all_translations.php:608 core/wpbc-emails.php:232
|
3330 |
#, php-format
|
3331 |
msgid "%s - inserting your site URL "
|
3332 |
msgstr ""
|
3333 |
|
3334 |
+
#: core/lib/wpbc_all_translations.php:609 core/wpbc-emails.php:235
|
3335 |
#, php-format
|
3336 |
msgid "%s - inserting IP address of the user who made this action "
|
3337 |
msgstr ""
|
3338 |
|
3339 |
+
#: core/lib/wpbc_all_translations.php:610 core/wpbc-emails.php:236
|
3340 |
#, php-format
|
3341 |
msgid ""
|
3342 |
"%s - inserting contents of the User-Agent: header from the current request, if there is one "
|
3343 |
msgstr ""
|
3344 |
|
3345 |
+
#: core/lib/wpbc_all_translations.php:611 core/wpbc-emails.php:237
|
3346 |
#, php-format
|
3347 |
msgid "%s - inserting address of the page (if any), where visitor make this action "
|
3348 |
msgstr ""
|
3349 |
|
3350 |
+
#: core/lib/wpbc_all_translations.php:612 core/wpbc-emails.php:238
|
3351 |
#, php-format
|
3352 |
msgid "%s - inserting date of this action "
|
3353 |
msgstr ""
|
3354 |
|
3355 |
+
#: core/lib/wpbc_all_translations.php:613 core/wpbc-emails.php:239
|
3356 |
#, php-format
|
3357 |
msgid "%s - inserting time of this action "
|
3358 |
msgstr ""
|
3359 |
|
3360 |
+
#: core/lib/wpbc_all_translations.php:614 core/wpbc-emails.php:244
|
3361 |
#, php-format
|
3362 |
msgid "%s - inserting moderate link of new booking "
|
3363 |
msgstr ""
|
3364 |
|
3365 |
+
#: core/lib/wpbc_all_translations.php:615 core/wpbc-emails.php:251
|
3366 |
#, php-format
|
3367 |
msgid ""
|
3368 |
"%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
|
3369 |
"parameter for setting different %s of this page. Example: %s )"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
+
#: core/lib/wpbc_all_translations.php:616 core/wpbc-emails.php:255
|
3373 |
#, php-format
|
3374 |
msgid ""
|
3375 |
"%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
|
3376 |
"%s parameter for setting different %s of this page. Example: %s )"
|
3377 |
msgstr ""
|
3378 |
|
3379 |
+
#: core/lib/wpbc_all_translations.php:617 core/wpbc-emails.php:260
|
3380 |
#, php-format
|
3381 |
msgid ""
|
3382 |
"%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
|
3383 |
"the %s parameter for setting different %s of this page. Example: %s )"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
+
#: core/lib/wpbc_all_translations.php:618 core/wpbc-emails.php:264
|
3387 |
#, php-format
|
3388 |
msgid "%s - add the reason for booking payment, you can enter it before sending email, "
|
3389 |
msgstr ""
|
3390 |
|
3391 |
+
#: core/lib/wpbc_all_translations.php:619 core/wpbc-emails.php:270
|
3392 |
#, php-format
|
3393 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
3394 |
msgstr ""
|
3395 |
|
3396 |
+
#: core/lib/wpbc_all_translations.php:620 core/wpbc-emails.php:278 core/wpbc-translation.php:249
|
3397 |
msgid "Configuration in several languages"
|
3398 |
msgstr ""
|
3399 |
|
3400 |
+
#: core/lib/wpbc_all_translations.php:621 core/wpbc-emails.php:279 core/wpbc-translation.php:250
|
3401 |
#, php-format
|
3402 |
msgid "%s - start new translation section, where %s - locale of translation"
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: core/lib/wpbc_all_translations.php:622 core/wpbc-emails.php:280 core/wpbc-translation.php:251
|
3406 |
#, php-format
|
3407 |
msgid "Example #1: %s - start French translation section"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
+
#: core/lib/wpbc_all_translations.php:623 core/wpbc-emails.php:281 core/wpbc-translation.php:252
|
3411 |
#, php-format
|
3412 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
3413 |
msgstr ""
|
3414 |
|
3415 |
+
#: core/lib/wpbc_all_translations.php:624 core/wpbc-functions.php:756 inc/_bm/biz_m.php:1899
|
3416 |
msgid "yes"
|
3417 |
msgstr ""
|
3418 |
|
3419 |
+
#: core/lib/wpbc_all_translations.php:625 core/wpbc-functions.php:760
|
3420 |
msgid "no"
|
3421 |
msgstr ""
|
3422 |
|
3423 |
+
#: core/lib/wpbc_all_translations.php:626 core/wpbc-functions.php:1652
|
3424 |
#: inc/_bm/admin/page-cost.php:47 inc/_bm/admin/page-cost.php:556
|
3425 |
msgid "Costs and Rates"
|
3426 |
msgstr ""
|
3427 |
|
3428 |
+
#: core/lib/wpbc_all_translations.php:627 core/wpbc-functions.php:1661
|
3429 |
#: inc/_bm/admin/page-cost-advanced.php:42 inc/_bm/admin/page-cost-advanced.php:147
|
3430 |
#: inc/gateways/page-gateways.php:90
|
3431 |
msgid "Advanced Cost"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
+
#: core/lib/wpbc_all_translations.php:628 core/wpbc-functions.php:1670
|
3435 |
#: inc/_bl/admin/page-coupons.php:44 inc/_bl/admin/page-coupons.php:46
|
3436 |
msgid "Coupons"
|
3437 |
msgstr ""
|
3438 |
|
3439 |
+
#: core/lib/wpbc_all_translations.php:629 core/wpbc-functions.php:1688
|
3440 |
#: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
|
3441 |
msgid "Season Filters"
|
3442 |
msgstr ""
|
3443 |
|
3444 |
+
#: core/lib/wpbc_all_translations.php:630 core/wpbc-functions.php:1850
|
3445 |
msgid "Warning! Some error occur, during sending registration request."
|
3446 |
msgstr ""
|
3447 |
|
3448 |
+
#: core/lib/wpbc_all_translations.php:631 core/wpbc-functions.php:1855
|
3449 |
msgid ""
|
3450 |
"Please refresh this page and if the same error appear again contact support by email (with info "
|
3451 |
"about order number and website) for finishing the registrations"
|
3452 |
msgstr ""
|
3453 |
|
3454 |
+
#: core/lib/wpbc_all_translations.php:632 core/wpbc-functions.php:1883
|
3455 |
#, php-format
|
3456 |
msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
|
3457 |
msgstr ""
|
3458 |
|
3459 |
+
#: core/lib/wpbc_all_translations.php:633 core/wpbc-functions.php:2047
|
3460 |
msgid "Changes saved."
|
3461 |
msgstr ""
|
3462 |
|
3463 |
+
#: core/lib/wpbc_all_translations.php:634 core/wpbc-functions.php:2150
|
3464 |
msgid "Click to toggle"
|
3465 |
msgstr ""
|
3466 |
|
3467 |
+
#: core/lib/wpbc_all_translations.php:635 core/wpbc-functions.php:2211
|
3468 |
msgid "Prev"
|
3469 |
msgstr ""
|
3470 |
|
3471 |
+
#: core/lib/wpbc_all_translations.php:636 core/wpbc-functions.php:2511
|
3472 |
msgid "We’ve assembled some links to get you started:"
|
3473 |
msgstr ""
|
3474 |
|
3475 |
+
#: core/lib/wpbc_all_translations.php:637 core/wpbc-functions.php:2514
|
3476 |
msgid "Get Started"
|
3477 |
msgstr ""
|
3478 |
|
3479 |
+
#: core/lib/wpbc_all_translations.php:638 core/wpbc-functions.php:2517
|
3480 |
#, php-format
|
3481 |
msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
|
3482 |
msgstr ""
|
3483 |
|
3484 |
+
#: core/lib/wpbc_all_translations.php:639 core/wpbc-functions.php:2526
|
3485 |
#, php-format
|
3486 |
msgid "or add booking calendar %sWidget%s to your sidebar."
|
3487 |
msgstr ""
|
3488 |
|
3489 |
+
#: core/lib/wpbc_all_translations.php:640 core/wpbc-functions.php:2532
|
3490 |
#, php-format
|
3491 |
msgid "Check %show todo%s that and what %sshortcodes%s are available."
|
3492 |
msgstr ""
|
3493 |
|
3494 |
+
#: core/lib/wpbc_all_translations.php:641 core/wpbc-functions.php:2539
|
3495 |
#, php-format
|
3496 |
msgid "Add new booking from your post/page or from %sAdmin Panel%s."
|
3497 |
msgstr ""
|
3498 |
|
3499 |
+
#: core/lib/wpbc_all_translations.php:642 core/wpbc-functions.php:2545
|
3500 |
msgid "Next Steps"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
+
#: core/lib/wpbc_all_translations.php:643 core/wpbc-functions.php:2548
|
3504 |
#, php-format
|
3505 |
msgid "Check %sBooking Listing%s page for new bookings."
|
3506 |
msgstr ""
|
3507 |
|
3508 |
+
#: core/lib/wpbc_all_translations.php:644 core/wpbc-functions.php:2553
|
3509 |
#, php-format
|
3510 |
msgid "Configure booking %sSettings%s."
|
3511 |
msgstr ""
|
3512 |
|
3513 |
+
#: core/lib/wpbc_all_translations.php:645 core/wpbc-functions.php:2557
|
3514 |
#, php-format
|
3515 |
msgid "Configure predefined set of your %sForm Fields%s."
|
3516 |
msgstr ""
|
3517 |
|
3518 |
+
#: core/lib/wpbc_all_translations.php:646 core/wpbc-functions.php:2561
|
3519 |
#, php-format
|
3520 |
msgid "Configure your predefined %sEmail Templates%s."
|
3521 |
msgstr ""
|
3522 |
|
3523 |
+
#: core/lib/wpbc_all_translations.php:647 core/wpbc-functions.php:2567
|
3524 |
msgid "Have a questions?"
|
3525 |
msgstr ""
|
3526 |
|
3527 |
+
#: core/lib/wpbc_all_translations.php:648 core/wpbc-functions.php:2570
|
3528 |
#, php-format
|
3529 |
msgid "Check out our %sHelp%s"
|
3530 |
msgstr ""
|
3531 |
|
3532 |
+
#: core/lib/wpbc_all_translations.php:649 core/wpbc-functions.php:2575
|
3533 |
#, php-format
|
3534 |
msgid "See %sFAQ%s."
|
3535 |
msgstr ""
|
3536 |
|
3537 |
+
#: core/lib/wpbc_all_translations.php:650 core/wpbc-functions.php:2580
|
3538 |
#, php-format
|
3539 |
msgid "Still having questions? Contact %sSupport%s."
|
3540 |
msgstr ""
|
3541 |
|
3542 |
+
#: core/lib/wpbc_all_translations.php:651 core/wpbc-functions.php:2588
|
3543 |
#, php-format
|
3544 |
msgid "Need even more functionality? Check %s higher versions %s"
|
3545 |
msgstr ""
|
3546 |
|
3547 |
+
#: core/lib/wpbc_all_translations.php:652 core/wpbc-js.php:109
|
3548 |
msgid "This field is required"
|
3549 |
msgstr ""
|
3550 |
|
3551 |
+
#: core/lib/wpbc_all_translations.php:653 core/wpbc-js.php:110
|
3552 |
msgid "This checkbox must be checked"
|
3553 |
msgstr ""
|
3554 |
|
3555 |
+
#: core/lib/wpbc_all_translations.php:654 core/wpbc-js.php:111
|
3556 |
msgid "At least one option must be selected"
|
3557 |
msgstr ""
|
3558 |
|
3559 |
+
#: core/lib/wpbc_all_translations.php:655 core/wpbc-js.php:112
|
3560 |
msgid "Incorrect email field"
|
3561 |
msgstr ""
|
3562 |
|
3563 |
+
#: core/lib/wpbc_all_translations.php:656 core/wpbc-js.php:113
|
3564 |
msgid "Your emails do not match"
|
3565 |
msgstr ""
|
3566 |
|
3567 |
+
#: core/lib/wpbc_all_translations.php:657 core/wpbc-js.php:114
|
3568 |
msgid "Please, select booking date(s) at Calendar."
|
3569 |
msgstr ""
|
3570 |
|
3571 |
+
#: core/lib/wpbc_all_translations.php:658 core/wpbc-js.php:123 inc/_ps/personal.php:256
|
3572 |
msgid "Processing"
|
3573 |
msgstr ""
|
3574 |
|
3575 |
+
#: core/lib/wpbc_all_translations.php:659 core/wpbc-js.php:124
|
3576 |
msgid "Deleting"
|
3577 |
msgstr ""
|
3578 |
|
3579 |
+
#: core/lib/wpbc_all_translations.php:660 core/wpbc-js.php:125
|
3580 |
msgid "Updating"
|
3581 |
msgstr ""
|
3582 |
|
3583 |
+
#: core/lib/wpbc_all_translations.php:661 core/wpbc-js.php:126
|
3584 |
msgid "Saving"
|
3585 |
msgstr ""
|
3586 |
|
3587 |
+
#: core/lib/wpbc_all_translations.php:662 core/wpbc.php:97
|
3588 |
msgid "Booking"
|
3589 |
msgstr ""
|
3590 |
|
3591 |
+
#: core/lib/wpbc_all_translations.php:663 core/wpbc.php:269 core/wpbc.php:276
|
3592 |
msgid "Action is not allowed!"
|
3593 |
msgstr ""
|
3594 |
|
3595 |
+
#: core/lib/wpbc_all_translations.php:664 inc/_bl/admin/activation-l.php:117
|
3596 |
#: inc/_bl/admin/activation-l.php:121 inc/_bl/admin/activation-l.php:157
|
3597 |
#: inc/_bl/admin/page-search.php:613 inc/_bm/admin/api-settings-m.php:457 inc/_bm/m-toolbar.php:57
|
3598 |
+
#: inc/_bm/m-toolbar.php:398 inc/_ps/admin/page-settings-form.php:315
|
3599 |
#: inc/_ps/wpbc-booking-select-widget.php:230
|
3600 |
msgid "Standard"
|
3601 |
msgstr ""
|
3602 |
|
3603 |
+
#: core/lib/wpbc_all_translations.php:665 inc/_bl/admin/activation-l.php:118
|
3604 |
#: inc/_bl/admin/activation-l.php:122 inc/_bl/admin/activation-l.php:147
|
3605 |
#: inc/_bl/admin/activation-l.php:148 inc/_bl/admin/activation-l.php:158
|
3606 |
msgid "Superior"
|
3607 |
msgstr ""
|
3608 |
|
3609 |
+
#: core/lib/wpbc_all_translations.php:666 inc/_bl/admin/activation-l.php:118
|
3610 |
#: inc/_bs/admin/activation-s.php:93
|
3611 |
msgid "Resource #1"
|
3612 |
msgstr ""
|
3613 |
|
3614 |
+
#: core/lib/wpbc_all_translations.php:667 inc/_bl/admin/activation-l.php:119
|
3615 |
#: inc/_bl/admin/activation-l.php:123
|
3616 |
msgid "Presidential Suite"
|
3617 |
msgstr ""
|
3618 |
|
3619 |
+
#: core/lib/wpbc_all_translations.php:668 inc/_bl/admin/activation-l.php:119
|
3620 |
#: inc/_bs/admin/activation-s.php:94
|
3621 |
msgid "Resource #2"
|
3622 |
msgstr ""
|
3623 |
|
3624 |
+
#: core/lib/wpbc_all_translations.php:669 inc/_bl/admin/activation-l.php:120
|
3625 |
#: inc/_bl/admin/activation-l.php:124 inc/_mu/admin/activation-u.php:83
|
3626 |
msgid "Royal Villa"
|
3627 |
msgstr ""
|
3628 |
|
3629 |
+
#: core/lib/wpbc_all_translations.php:670 inc/_bl/admin/activation-l.php:120
|
3630 |
#: inc/_bs/admin/activation-s.php:95
|
3631 |
msgid "Resource #3"
|
3632 |
msgstr ""
|
3633 |
|
3634 |
+
#: core/lib/wpbc_all_translations.php:671 inc/_bl/admin/api-settings-l.php:33
|
3635 |
msgid ""
|
3636 |
"Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
|
3637 |
"for search results"
|
3638 |
msgstr ""
|
3639 |
|
3640 |
+
#: core/lib/wpbc_all_translations.php:672 inc/_bl/admin/api-settings-l.php:42
|
3641 |
msgid ""
|
3642 |
"Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
|
3643 |
"1 search results"
|
3644 |
msgstr ""
|
3645 |
|
3646 |
+
#: core/lib/wpbc_all_translations.php:673 inc/_bl/admin/api-settings-l.php:64
|
3647 |
msgid "Show availability in tooltip"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
+
#: core/lib/wpbc_all_translations.php:674 inc/_bl/admin/api-settings-l.php:65
|
3651 |
msgid ""
|
3652 |
"Check this box to display the available number of booking resources with a tooltip, when mouse "
|
3653 |
"hovers over each day on the calendar(s)."
|
3654 |
msgstr ""
|
3655 |
|
3656 |
+
#: core/lib/wpbc_all_translations.php:675 inc/_bl/admin/api-settings-l.php:74
|
3657 |
msgid "Availability Title"
|
3658 |
msgstr ""
|
3659 |
|
3660 |
+
#: core/lib/wpbc_all_translations.php:676 inc/_bl/admin/api-settings-l.php:75
|
3661 |
#, php-format
|
3662 |
msgid "Type your %savailability%s description"
|
3663 |
msgstr ""
|
3664 |
|
3665 |
+
#: core/lib/wpbc_all_translations.php:677 inc/_bl/admin/api-settings-l.php:98
|
3666 |
msgid "Use pending days as available"
|
3667 |
msgstr ""
|
3668 |
|
3669 |
+
#: core/lib/wpbc_all_translations.php:678 inc/_bl/admin/api-settings-l.php:99
|
3670 |
msgid "Check this box if you want to show the pending days as available in calendars"
|
3671 |
msgstr ""
|
3672 |
|
3673 |
+
#: core/lib/wpbc_all_translations.php:679 inc/_bl/admin/api-settings-l.php:107
|
3674 |
#: inc/_bs/admin/api-settings-s.php:466
|
3675 |
msgid "Auto-cancel bookings"
|
3676 |
msgstr ""
|
3677 |
|
3678 |
+
#: core/lib/wpbc_all_translations.php:680 inc/_bl/admin/api-settings-l.php:108
|
3679 |
#: inc/_bl/admin/api-settings-l.php:128
|
3680 |
msgid ""
|
3681 |
"Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
|
3682 |
"date(s)"
|
3683 |
msgstr ""
|
3684 |
|
3685 |
+
#: core/lib/wpbc_all_translations.php:681 inc/_bl/admin/api-settings-l.php:126
|
3686 |
#: inc/_bl/admin/api-settings-l.php:284
|
3687 |
msgid ""
|
3688 |
"Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
|
3690 |
"approved booking, will be automatically canceled!"
|
3691 |
msgstr ""
|
3692 |
|
3693 |
+
#: core/lib/wpbc_all_translations.php:682 inc/_bl/admin/api-settings-l.php:156
|
3694 |
msgid "Set capacity based on number of visitors"
|
3695 |
msgstr ""
|
3696 |
|
3697 |
+
#: core/lib/wpbc_all_translations.php:683 inc/_bl/admin/api-settings-l.php:157
|
3698 |
msgid ""
|
3699 |
"Check this box if you want total availability (daily capacity) to depend on the number of "
|
3700 |
"selected visitors."
|
3701 |
msgstr ""
|
3702 |
|
3703 |
+
#: core/lib/wpbc_all_translations.php:684 inc/_bl/admin/api-settings-l.php:158
|
3704 |
#: inc/_bm/admin/api-settings-m.php:84 inc/_ps/form/class-wpbc-form-help.php:117
|
3705 |
#: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
|
3706 |
#: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
|
3712 |
#: inc/_ps/form/class-wpbc-form-help.php:515 inc/_ps/form/class-wpbc-form-help.php:645
|
3713 |
#: inc/_ps/form/class-wpbc-form-help.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
|
3714 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:818
|
3715 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:741 inc/gateways/sage/wpbc-gw-sage.php:872
|
3716 |
msgid "Important!"
|
3717 |
msgstr ""
|
3718 |
|
3719 |
+
#: core/lib/wpbc_all_translations.php:685 inc/_bl/admin/api-settings-l.php:158
|
3720 |
#: inc/_ps/admin/api-settings-p.php:167
|
3721 |
#, php-format
|
3722 |
msgid "Please read more info about configuration of this parameter %shere%s"
|
3723 |
msgstr ""
|
3724 |
|
3725 |
+
#: core/lib/wpbc_all_translations.php:686 inc/_bl/admin/api-settings-l.php:173
|
3726 |
msgid ""
|
3727 |
"Add tooltip on calendar(s) to show availability based on the number of available booking "
|
3728 |
"resource items remaining for each day."
|
3729 |
msgstr ""
|
3730 |
|
3731 |
+
#: core/lib/wpbc_all_translations.php:687 inc/_bl/admin/api-settings-l.php:176
|
3732 |
#, php-format
|
3733 |
msgid ""
|
3734 |
"Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
|
3735 |
"of visitors specified on the booking form."
|
3736 |
msgstr ""
|
3737 |
|
3738 |
+
#: core/lib/wpbc_all_translations.php:688 inc/_bl/admin/api-settings-l.php:179
|
3739 |
msgid ""
|
3740 |
"Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
|
3741 |
"for the resource, which can be at free booking resource items."
|
3742 |
msgstr ""
|
3743 |
|
3744 |
+
#: core/lib/wpbc_all_translations.php:689 inc/_bl/admin/api-settings-l.php:182
|
3745 |
#, php-format
|
3746 |
msgid ""
|
3747 |
"Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
|
3748 |
"visitors specified on the booking form."
|
3749 |
msgstr ""
|
3750 |
|
3751 |
+
#: core/lib/wpbc_all_translations.php:690 inc/_bl/admin/api-settings-l.php:210
|
3752 |
msgid "Disable bookings in different booking resources"
|
3753 |
msgstr ""
|
3754 |
|
3755 |
+
#: core/lib/wpbc_all_translations.php:691 inc/_bl/admin/api-settings-l.php:211
|
3756 |
msgid ""
|
3757 |
"Check this box to dissable reservations, which can be stored in different booking resources."
|
3758 |
msgstr ""
|
3759 |
|
3760 |
+
#: core/lib/wpbc_all_translations.php:692 inc/_bl/admin/api-settings-l.php:212
|
3761 |
msgid ""
|
3762 |
"When checked, all reserved days must be at same booking resource otherwise error message will "
|
3763 |
"show."
|
3764 |
msgstr ""
|
3765 |
|
3766 |
+
#: core/lib/wpbc_all_translations.php:693 inc/_bl/admin/api-settings-l.php:331
|
3767 |
#: inc/_ps/p-toolbar.php:1141
|
3768 |
msgid "Parent"
|
3769 |
msgstr ""
|
3770 |
|
3771 |
+
#: core/lib/wpbc_all_translations.php:694 inc/_bl/admin/api-settings-l.php:337
|
3772 |
#: inc/_ps/p-toolbar.php:1159
|
3773 |
msgid "Priority"
|
3774 |
msgstr ""
|
3775 |
|
3776 |
+
#: core/lib/wpbc_all_translations.php:695 inc/_bl/admin/api-settings-l.php:344
|
3777 |
msgid "Max visitors"
|
3778 |
msgstr ""
|
3779 |
|
3780 |
+
#: core/lib/wpbc_all_translations.php:696 inc/_bl/admin/api-settings-l.php:461
|
3781 |
msgid "Single"
|
3782 |
msgstr ""
|
3783 |
|
3784 |
+
#: core/lib/wpbc_all_translations.php:697 inc/_bl/admin/api-settings-l.php:463
|
3785 |
msgid "Child"
|
3786 |
msgstr ""
|
3787 |
|
3788 |
+
#: core/lib/wpbc_all_translations.php:698 inc/_bl/admin/page-coupons.php:45
|
3789 |
msgid "Setting coupons for discount"
|
3790 |
msgstr ""
|
3791 |
|
3792 |
+
#: core/lib/wpbc_all_translations.php:699 inc/_bl/admin/page-coupons.php:121
|
3793 |
#: inc/_bm/m-toolbar.php:584 inc/_bm/m-toolbar.php:586
|
3794 |
msgid "Create dates filter"
|
3795 |
msgstr ""
|
3796 |
|
3797 |
+
#: core/lib/wpbc_all_translations.php:700 inc/_bl/admin/page-coupons.php:123
|
3798 |
#: inc/_bl/admin/page-coupons.php:858
|
3799 |
msgid "Add New Discount Coupon"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
+
#: core/lib/wpbc_all_translations.php:701 inc/_bl/admin/page-coupons.php:204
|
3803 |
#: inc/_bm/admin/page-availability.php:232 inc/_bm/admin/page-cost.php:207
|
3804 |
#: inc/_bm/admin/page-seasons.php:191 inc/_ps/admin/page-resources.php:182
|
3805 |
msgid "Bulk Actions"
|
3806 |
msgstr ""
|
3807 |
|
3808 |
+
#: core/lib/wpbc_all_translations.php:702 inc/_bl/admin/page-coupons.php:494
|
3809 |
#: inc/_bl/admin/page-coupons.php:1152
|
3810 |
msgid "Coupon Code"
|
3811 |
msgstr ""
|
3812 |
|
3813 |
+
#: core/lib/wpbc_all_translations.php:703 inc/_bl/admin/page-coupons.php:500
|
3814 |
#: inc/_bl/admin/page-coupons.php:1167 inc/_bl/admin/page-coupons.php:1174
|
3815 |
msgid "Savings"
|
3816 |
msgstr ""
|
3817 |
|
3818 |
+
#: core/lib/wpbc_all_translations.php:704 inc/_bl/admin/page-coupons.php:506
|
3819 |
msgid "Minimum Cost"
|
3820 |
msgstr ""
|
3821 |
|
3822 |
+
#: core/lib/wpbc_all_translations.php:705 inc/_bl/admin/page-coupons.php:513
|
3823 |
msgid "Expiration"
|
3824 |
msgstr ""
|
3825 |
|
3826 |
+
#: core/lib/wpbc_all_translations.php:706 inc/_bl/admin/page-coupons.php:522
|
3827 |
msgid "Number of usage"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
+
#: core/lib/wpbc_all_translations.php:707 inc/_bl/admin/page-coupons.php:573
|
3831 |
#: inc/_bm/admin/page-availability.php:563 inc/_bm/admin/page-availability.php:1045
|
3832 |
#: inc/_bm/admin/page-cost-rate.php:254 inc/_bm/admin/page-cost-valuation.php:413
|
3833 |
#: inc/_bm/admin/page-cost.php:617 inc/_bm/admin/page-seasons.php:555
|
3836 |
msgid "Select Booking Resource"
|
3837 |
msgstr ""
|
3838 |
|
3839 |
+
#: core/lib/wpbc_all_translations.php:708 inc/_bl/admin/page-coupons.php:764
|
3840 |
#: inc/_bl/admin/page-coupons.php:1378 inc/_ps/admin/api-settings-p.php:28
|
3841 |
#: inc/_ps/p-toolbar.php:653
|
3842 |
msgid "All resources"
|
3843 |
msgstr ""
|
3844 |
|
3845 |
+
#: core/lib/wpbc_all_translations.php:709 inc/_bl/admin/page-coupons.php:978
|
3846 |
#: inc/_ps/wpbc-form-templates.php:123 inc/_ps/wpbc-form-templates.php:194
|
3847 |
msgid "Coupon"
|
3848 |
msgstr ""
|
3849 |
|
3850 |
+
#: core/lib/wpbc_all_translations.php:710 inc/_bl/admin/page-coupons.php:1153
|
3851 |
msgid "Enter coupon code."
|
3852 |
msgstr ""
|
3853 |
|
3854 |
+
#: core/lib/wpbc_all_translations.php:711 inc/_bl/admin/page-coupons.php:1214
|
3855 |
msgid "Enter number of fixed or percentage savings."
|
3856 |
msgstr ""
|
3857 |
|
3858 |
+
#: core/lib/wpbc_all_translations.php:712 inc/_bl/admin/page-coupons.php:1217
|
3859 |
msgid "Expiration Date"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
+
#: core/lib/wpbc_all_translations.php:713 inc/_bl/admin/page-coupons.php:1293
|
3863 |
msgid "Select Expiration Date of the coupon."
|
3864 |
msgstr ""
|
3865 |
|
3866 |
+
#: core/lib/wpbc_all_translations.php:714 inc/_bl/admin/page-coupons.php:1300
|
3867 |
msgid "Minimum Booking Cost"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
+
#: core/lib/wpbc_all_translations.php:715 inc/_bl/admin/page-coupons.php:1301
|
3871 |
msgid "Enter minimum booking cost, when coupon is applicable."
|
3872 |
msgstr ""
|
3873 |
|
3874 |
+
#: core/lib/wpbc_all_translations.php:716 inc/_bl/admin/page-coupons.php:1318
|
3875 |
msgid "Maximum number of usage"
|
3876 |
msgstr ""
|
3877 |
|
3878 |
+
#: core/lib/wpbc_all_translations.php:717 inc/_bl/admin/page-coupons.php:1319
|
3879 |
msgid "Enter maximum number of times, when coupon is applicable."
|
3880 |
msgstr ""
|
3881 |
|
3882 |
+
#: core/lib/wpbc_all_translations.php:718 inc/_bl/admin/page-coupons.php:1342
|
3883 |
msgid "Select booking resources, where is possible to apply this coupon code."
|
3884 |
msgstr ""
|
3885 |
|
3886 |
+
#: core/lib/wpbc_all_translations.php:719 inc/_bl/admin/page-coupons.php:1360
|
3887 |
#: inc/_bm/admin/page-seasons.php:1206 inc/_bm/admin/page-seasons.php:1422
|
3888 |
#: inc/_ps/p-toolbar.php:1086
|
3889 |
msgid "Add New"
|
3890 |
msgstr ""
|
3891 |
|
3892 |
+
#: core/lib/wpbc_all_translations.php:720 inc/_bl/admin/page-search.php:74
|
3893 |
+
#: inc/_bl/admin/page-search.php:113 inc/_ps/admin/page-settings-form.php:581
|
3894 |
#: inc/gateways/page-gateways.php:923
|
3895 |
msgid "Use these shortcodes for customization: "
|
3896 |
msgstr ""
|
3897 |
|
3898 |
+
#: core/lib/wpbc_all_translations.php:721 inc/_bl/admin/page-search.php:75
|
3899 |
#, php-format
|
3900 |
msgid "%s - search inside posts/pages which are part of this category, "
|
3901 |
msgstr ""
|
3902 |
|
3903 |
+
#: core/lib/wpbc_all_translations.php:722 inc/_bl/admin/page-search.php:76
|
3904 |
#, php-format
|
3905 |
msgid "%s - search inside posts/pages which have this tag, "
|
3906 |
msgstr ""
|
3907 |
|
3908 |
+
#: core/lib/wpbc_all_translations.php:723 inc/_bl/admin/page-search.php:77
|
3909 |
#: inc/_bl/admin/page-search.php:129
|
3910 |
#, php-format
|
3911 |
msgid "%s - check-in date, "
|
3912 |
msgstr ""
|
3913 |
|
3914 |
+
#: core/lib/wpbc_all_translations.php:724 inc/_bl/admin/page-search.php:78
|
3915 |
#: inc/_bl/admin/page-search.php:130
|
3916 |
#, php-format
|
3917 |
msgid "%s - check-out date, "
|
3918 |
msgstr ""
|
3919 |
|
3920 |
+
#: core/lib/wpbc_all_translations.php:725 inc/_bl/admin/page-search.php:79
|
3921 |
#, php-format
|
3922 |
msgid "%s - default selection number of visitors, "
|
3923 |
msgstr ""
|
3924 |
|
3925 |
+
#: core/lib/wpbc_all_translations.php:726 inc/_bl/admin/page-search.php:80
|
3926 |
#, php-format
|
3927 |
msgid "Example: %s - custom number of visitor selections\""
|
3928 |
msgstr ""
|
3929 |
|
3930 |
+
#: core/lib/wpbc_all_translations.php:727 inc/_bl/admin/page-search.php:82
|
3931 |
#, php-format
|
3932 |
msgid "%s - search button, "
|
3933 |
msgstr ""
|
3934 |
|
3935 |
+
#: core/lib/wpbc_all_translations.php:728 inc/_bl/admin/page-search.php:83
|
3936 |
#: inc/_bl/admin/page-search.php:131
|
3937 |
msgid "HTML tags is accepted."
|
3938 |
msgstr ""
|
3939 |
|
3940 |
+
#: core/lib/wpbc_all_translations.php:729 inc/_bl/admin/page-search.php:114
|
3941 |
#, php-format
|
3942 |
msgid "%s - resource title, "
|
3943 |
msgstr ""
|
3944 |
|
3945 |
+
#: core/lib/wpbc_all_translations.php:730 inc/_bl/admin/page-search.php:115
|
3946 |
#: inc/_bl/admin/page-search.php:116
|
3947 |
#, php-format
|
3948 |
msgid "%s - link to the page with booking form, "
|
3949 |
msgstr ""
|
3950 |
|
3951 |
+
#: core/lib/wpbc_all_translations.php:731 inc/_bl/admin/page-search.php:117
|
3952 |
#, php-format
|
3953 |
msgid "%s - availability of booking resource, "
|
3954 |
msgstr ""
|
3955 |
|
3956 |
+
#: core/lib/wpbc_all_translations.php:732 inc/_bl/admin/page-search.php:118
|
3957 |
#, php-format
|
3958 |
msgid "%s - maximum number of visitors for the booking resource, "
|
3959 |
msgstr ""
|
3960 |
|
3961 |
+
#: core/lib/wpbc_all_translations.php:733 inc/_bl/admin/page-search.php:119
|
3962 |
#, php-format
|
3963 |
msgid "%s - cost of booking the resource, "
|
3964 |
msgstr ""
|
3965 |
|
3966 |
+
#: core/lib/wpbc_all_translations.php:734 inc/_bl/admin/page-search.php:120
|
3967 |
#, php-format
|
3968 |
msgid "%s - featured image, taken from the featured image associated with the post, "
|
3969 |
msgstr ""
|
3970 |
|
3971 |
+
#: core/lib/wpbc_all_translations.php:735 inc/_bl/admin/page-search.php:121
|
3972 |
#, php-format
|
3973 |
msgid "%s - booking info, taken from the excerpt associated with the post, "
|
3974 |
msgstr ""
|
3975 |
|
3976 |
+
#: core/lib/wpbc_all_translations.php:736 inc/_bl/admin/page-search.php:123
|
3977 |
#: inc/_ps/form/class-wpbc-form-help.php:677
|
3978 |
msgid "Full cost of the booking."
|
3979 |
msgstr ""
|
3980 |
|
3981 |
+
#: core/lib/wpbc_all_translations.php:737 inc/_bl/admin/page-search.php:124
|
3982 |
#: inc/_ps/form/class-wpbc-form-help.php:679
|
3983 |
msgid "Cost of the booking for the selected dates only."
|
3984 |
msgstr ""
|
3985 |
|
3986 |
+
#: core/lib/wpbc_all_translations.php:738 inc/_bl/admin/page-search.php:125
|
3987 |
#: inc/_ps/form/class-wpbc-form-help.php:681
|
3988 |
msgid "Additional cost, which depends on the fields selection in the form."
|
3989 |
msgstr ""
|
3990 |
|
3991 |
+
#: core/lib/wpbc_all_translations.php:739 inc/_bl/admin/page-search.php:126
|
3992 |
#: inc/_ps/form/class-wpbc-form-help.php:683
|
3993 |
msgid "The deposit cost of the booking."
|
3994 |
msgstr ""
|
3995 |
|
3996 |
+
#: core/lib/wpbc_all_translations.php:740 inc/_bl/admin/page-search.php:127
|
3997 |
#: inc/_ps/form/class-wpbc-form-help.php:685
|
3998 |
msgid "Balance cost of the booking - difference between deposit and full cost."
|
3999 |
msgstr ""
|
4000 |
|
4001 |
+
#: core/lib/wpbc_all_translations.php:741 inc/_bl/admin/page-search.php:138
|
4002 |
msgid "hour(s)"
|
4003 |
msgstr ""
|
4004 |
|
4005 |
+
#: core/lib/wpbc_all_translations.php:742 inc/_bl/admin/page-search.php:141
|
4006 |
#: inc/_bm/admin/api-settings-m.php:72 inc/_bm/admin/api-settings-m.php:127
|
4007 |
msgid "day(s)"
|
4008 |
msgstr ""
|
4009 |
|
4010 |
+
#: core/lib/wpbc_all_translations.php:743 inc/_bl/admin/page-search.php:146
|
4011 |
msgid "Cache expiration"
|
4012 |
msgstr ""
|
4013 |
|
4014 |
+
#: core/lib/wpbc_all_translations.php:744 inc/_bl/admin/page-search.php:147
|
4015 |
msgid "Select time of cache expiration"
|
4016 |
msgstr ""
|
4017 |
|
4018 |
+
#: core/lib/wpbc_all_translations.php:745 inc/_bl/admin/page-search.php:248
|
4019 |
#: inc/_bl/admin/page-search.php:249
|
4020 |
msgid "Search Settings"
|
4021 |
msgstr ""
|
4022 |
|
4023 |
+
#: core/lib/wpbc_all_translations.php:746 inc/_bl/admin/page-search.php:310
|
4024 |
msgid "Cache Updated"
|
4025 |
msgstr ""
|
4026 |
|
4027 |
+
#: core/lib/wpbc_all_translations.php:747 inc/_bl/admin/page-search.php:335
|
4028 |
#: inc/_bl/admin/page-search.php:381
|
4029 |
msgid "Search Availability Form"
|
4030 |
msgstr ""
|
4031 |
|
4032 |
+
#: core/lib/wpbc_all_translations.php:748 inc/_bl/admin/page-search.php:336
|
4033 |
#: inc/_bl/admin/page-search.php:399
|
4034 |
msgid "Search Results"
|
4035 |
msgstr ""
|
4036 |
|
4037 |
+
#: core/lib/wpbc_all_translations.php:749 inc/_bl/admin/page-search.php:337
|
4038 |
#: inc/_bl/admin/page-search.php:426
|
4039 |
msgid "Search Cache"
|
4040 |
msgstr ""
|
4041 |
|
4042 |
+
#: core/lib/wpbc_all_translations.php:750 inc/_bl/admin/page-search.php:373
|
4043 |
#, php-format
|
4044 |
msgid ""
|
4045 |
"If you do not see search results at front-end side of your website, please check troubleshooting "
|
4046 |
"instruction %shere%s"
|
4047 |
msgstr ""
|
4048 |
|
4049 |
+
#: core/lib/wpbc_all_translations.php:751 inc/_bl/admin/page-search.php:406
|
4050 |
msgid "CSS customization of search form and search results you can make at this file"
|
4051 |
msgstr ""
|
4052 |
|
4053 |
+
#: core/lib/wpbc_all_translations.php:752 inc/_bl/admin/page-search.php:549
|
4054 |
#: inc/_bl/admin/page-search.php:602
|
4055 |
msgid "Select Template"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
+
#: core/lib/wpbc_all_translations.php:753 inc/_bl/admin/page-search.php:559
|
4059 |
msgid "Inlinee Search Form Template"
|
4060 |
msgstr ""
|
4061 |
|
4062 |
+
#: core/lib/wpbc_all_translations.php:754 inc/_bl/admin/page-search.php:569
|
4063 |
msgid "Horizontal Search Form Template"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
+
#: core/lib/wpbc_all_translations.php:755 inc/_bl/admin/page-search.php:579
|
4067 |
msgid "Standard Search Form Template"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
+
#: core/lib/wpbc_all_translations.php:756 inc/_bl/admin/page-search.php:680
|
4071 |
#: inc/_bm/admin/page-seasons.php:1209 inc/_bm/admin/page-seasons.php:1425
|
4072 |
+
#: inc/_ps/admin/page-settings-form.php:472
|
4073 |
msgid "Reset"
|
4074 |
msgstr ""
|
4075 |
|
4076 |
+
#: core/lib/wpbc_all_translations.php:757 inc/_bl/admin/page-search.php:681
|
4077 |
+
#: inc/_ps/admin/page-settings-form.php:473
|
4078 |
msgid "Reset current Form"
|
4079 |
msgstr ""
|
4080 |
|
4081 |
+
#: core/lib/wpbc_all_translations.php:758 inc/_bl/admin/page-search.php:744
|
4082 |
msgid "Cache will expire:"
|
4083 |
msgstr ""
|
4084 |
|
4085 |
+
#: core/lib/wpbc_all_translations.php:759 inc/_bl/admin/page-search.php:774
|
4086 |
#, php-format
|
4087 |
msgid "Found: %s booking forms inside of posts or pages "
|
4088 |
msgstr ""
|
4089 |
|
4090 |
+
#: core/lib/wpbc_all_translations.php:760 inc/_bl/admin/page-search.php:778
|
4091 |
msgid "Page"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
+
#: core/lib/wpbc_all_translations.php:761 inc/_bl/admin/page-search.php:801
|
4095 |
msgid "Reset Search Cache"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
+
#: core/lib/wpbc_all_translations.php:762 inc/_bl/biz_l.php:134
|
4099 |
msgid ""
|
4100 |
"Try selecting fewer visitors. The number of visitors may be more than the number of available "
|
4101 |
"units on selected day(s)!"
|
4102 |
msgstr ""
|
4103 |
|
4104 |
+
#: core/lib/wpbc_all_translations.php:763 inc/_bl/biz_l.php:329
|
4105 |
msgid "coupon"
|
4106 |
msgstr ""
|
4107 |
|
4108 |
+
#: core/lib/wpbc_all_translations.php:764 inc/_bl/biz_l.php:331
|
4109 |
msgid "discount"
|
4110 |
msgstr ""
|
4111 |
|
4112 |
+
#: core/lib/wpbc_all_translations.php:765 inc/_bl/biz_l.php:489
|
4113 |
msgid "Please select check-in and check-out days!"
|
4114 |
msgstr ""
|
4115 |
|
4116 |
+
#: core/lib/wpbc_all_translations.php:766 inc/_bl/biz_l.php:1667 inc/_bl/biz_l.php:1686
|
4117 |
#: inc/_bl/biz_l.php:1691
|
4118 |
#, php-format
|
4119 |
msgid ""
|
4122 |
"page and try other days."
|
4123 |
msgstr ""
|
4124 |
|
4125 |
+
#: core/lib/wpbc_all_translations.php:767 inc/_bl/biz_l.php:2203
|
4126 |
#, php-format
|
4127 |
msgid "The folowing pending booking(s): %s deleted."
|
4128 |
msgstr ""
|
4129 |
|
4130 |
+
#: core/lib/wpbc_all_translations.php:768 inc/_bl/wpbc-search-availability.php:758
|
4131 |
msgid "Book now"
|
4132 |
msgstr ""
|
4133 |
|
4134 |
+
#: core/lib/wpbc_all_translations.php:769 inc/_bl/wpdev-booking-search-widget.php:14
|
4135 |
#: inc/_bl/wpdev-booking-search-widget.php:67
|
4136 |
msgid "Search availability"
|
4137 |
msgstr ""
|
4138 |
|
4139 |
+
#: core/lib/wpbc_all_translations.php:770 inc/_bl/wpdev-booking-search-widget.php:15
|
4140 |
msgid "Search results."
|
4141 |
msgstr ""
|
4142 |
|
4143 |
+
#: core/lib/wpbc_all_translations.php:771 inc/_bl/wpdev-booking-search-widget.php:16
|
4144 |
msgid "Nothing found."
|
4145 |
msgstr ""
|
4146 |
|
4147 |
+
#: core/lib/wpbc_all_translations.php:772 inc/_bl/wpdev-booking-search-widget.php:85
|
4148 |
msgid "Title of search widget"
|
4149 |
msgstr ""
|
4150 |
|
4151 |
+
#: core/lib/wpbc_all_translations.php:773 inc/_bl/wpdev-booking-search-widget.php:93
|
4152 |
msgid "Title of search results"
|
4153 |
msgstr ""
|
4154 |
|
4155 |
+
#: core/lib/wpbc_all_translations.php:774 inc/_bl/wpdev-booking-search-widget.php:98
|
4156 |
#, php-format
|
4157 |
msgid "Please type the %sTitle of search results%s."
|
4158 |
msgstr ""
|
4159 |
|
4160 |
+
#: core/lib/wpbc_all_translations.php:775 inc/_bl/wpdev-booking-search-widget.php:102
|
4161 |
msgid "Nothing found message"
|
4162 |
msgstr ""
|
4163 |
|
4164 |
+
#: core/lib/wpbc_all_translations.php:776 inc/_bl/wpdev-booking-search-widget.php:107
|
4165 |
#, php-format
|
4166 |
msgid "Please type the %smessage ,what is showing, when nothing found%s."
|
4167 |
msgstr ""
|
4168 |
|
4169 |
+
#: core/lib/wpbc_all_translations.php:777 inc/_bl/wpdev-booking-search-widget.php:111
|
4170 |
msgid "URL of Search Results"
|
4171 |
msgstr ""
|
4172 |
|
4173 |
+
#: core/lib/wpbc_all_translations.php:778 inc/_bl/wpdev-booking-search-widget.php:116
|
4174 |
#, php-format
|
4175 |
msgid ""
|
4176 |
"Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
|
4177 |
"show."
|
4178 |
msgstr ""
|
4179 |
|
4180 |
+
#: core/lib/wpbc_all_translations.php:779 inc/_bm/admin/activation-m.php:48
|
4181 |
#: inc/_mu/multiuser.php:604
|
4182 |
msgid "Weekend"
|
4183 |
msgstr ""
|
4184 |
|
4185 |
+
#: core/lib/wpbc_all_translations.php:780 inc/_bm/admin/activation-m.php:92
|
4186 |
#: inc/_mu/multiuser.php:606
|
4187 |
msgid "High season"
|
4188 |
msgstr ""
|
4189 |
|
4190 |
+
#: core/lib/wpbc_all_translations.php:781 inc/_bm/admin/api-settings-m.php:34
|
4191 |
msgid "Limit available days from today"
|
4192 |
msgstr ""
|
4193 |
|
4194 |
+
#: core/lib/wpbc_all_translations.php:782 inc/_bm/admin/api-settings-m.php:35
|
4195 |
msgid "Select number of available days in calendar start from today."
|
4196 |
msgstr ""
|
4197 |
|
4198 |
+
#: core/lib/wpbc_all_translations.php:783 inc/_bm/admin/api-settings-m.php:83
|
4199 |
msgid "Unavailable time before / after booking"
|
4200 |
msgstr ""
|
4201 |
|
4202 |
+
#: core/lib/wpbc_all_translations.php:784 inc/_bm/admin/api-settings-m.php:85
|
4203 |
msgid ""
|
4204 |
"This feature is applying only for bookings for specific timeslots, or if activated check in/out "
|
4205 |
"time option."
|
4206 |
msgstr ""
|
4207 |
|
4208 |
+
#: core/lib/wpbc_all_translations.php:785 inc/_bm/admin/api-settings-m.php:108
|
4209 |
#: inc/_bm/admin/api-settings-m.php:132
|
4210 |
msgid "Before booking"
|
4211 |
msgstr ""
|
4212 |
|
4213 |
+
#: core/lib/wpbc_all_translations.php:786 inc/_bm/admin/api-settings-m.php:109
|
4214 |
#: inc/_bm/admin/api-settings-m.php:118 inc/_bm/admin/api-settings-m.php:133
|
4215 |
#: inc/_bm/admin/api-settings-m.php:142
|
4216 |
msgid "Select unavailable time interval."
|
4217 |
msgstr ""
|
4218 |
|
4219 |
+
#: core/lib/wpbc_all_translations.php:787 inc/_bm/admin/api-settings-m.php:117
|
4220 |
#: inc/_bm/admin/api-settings-m.php:141
|
4221 |
msgid "After booking"
|
4222 |
msgstr ""
|
4223 |
|
4224 |
+
#: core/lib/wpbc_all_translations.php:788 inc/_bm/admin/api-settings-m.php:167
|
4225 |
msgid "Showing cost in date cell"
|
4226 |
msgstr ""
|
4227 |
|
4228 |
+
#: core/lib/wpbc_all_translations.php:789 inc/_bm/admin/api-settings-m.php:168
|
4229 |
#, php-format
|
4230 |
msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
|
4231 |
msgstr ""
|
4232 |
|
4233 |
+
#: core/lib/wpbc_all_translations.php:790 inc/_bm/admin/api-settings-m.php:185
|
4234 |
msgid "Currency symbol"
|
4235 |
msgstr ""
|
4236 |
|
4237 |
+
#: core/lib/wpbc_all_translations.php:791 inc/_bm/admin/api-settings-m.php:221
|
4238 |
#, php-format
|
4239 |
msgid ""
|
4240 |
"Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
|
4241 |
"currency symbols%s"
|
4242 |
msgstr ""
|
4243 |
|
4244 |
+
#: core/lib/wpbc_all_translations.php:792 inc/_bm/admin/api-settings-m.php:234
|
4245 |
msgid "Showing cost in tooltip"
|
4246 |
msgstr ""
|
4247 |
|
4248 |
+
#: core/lib/wpbc_all_translations.php:793 inc/_bm/admin/api-settings-m.php:235
|
4249 |
msgid ""
|
4250 |
" Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
|
4251 |
"calendar(s)."
|
4252 |
msgstr ""
|
4253 |
|
4254 |
+
#: core/lib/wpbc_all_translations.php:794 inc/_bm/admin/api-settings-m.php:243
|
4255 |
msgid "Cost Title"
|
4256 |
msgstr ""
|
4257 |
|
4258 |
+
#: core/lib/wpbc_all_translations.php:795 inc/_bm/admin/api-settings-m.php:245
|
4259 |
#, php-format
|
4260 |
msgid "Type your %scost%s description"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
+
#: core/lib/wpbc_all_translations.php:796 inc/_bm/admin/api-settings-m.php:459
|
4264 |
#: inc/_bm/m-toolbar.php:62 inc/_bm/m-toolbar.php:408
|
4265 |
msgid "Custom Forms"
|
4266 |
msgstr ""
|
4267 |
|
4268 |
+
#: core/lib/wpbc_all_translations.php:797 inc/_bm/admin/page-availability.php:47
|
4269 |
msgid "Configuration of availability for booking resources"
|
4270 |
msgstr ""
|
4271 |
|
4272 |
+
#: core/lib/wpbc_all_translations.php:798 inc/_bm/admin/page-availability.php:48
|
4273 |
msgid "Availability Settings"
|
4274 |
msgstr ""
|
4275 |
|
4276 |
+
#: core/lib/wpbc_all_translations.php:799 inc/_bm/admin/page-availability.php:142
|
4277 |
#: inc/_bm/admin/page-cost.php:118 inc/_ps/p-toolbar.php:1115
|
4278 |
msgid "Show Children Resources"
|
4279 |
msgstr ""
|
4280 |
|
4281 |
+
#: core/lib/wpbc_all_translations.php:800 inc/_bm/admin/page-availability.php:144
|
4282 |
#: inc/_bm/admin/page-cost.php:120 inc/_ps/p-toolbar.php:1117
|
4283 |
msgid "Hide Children Resources"
|
4284 |
msgstr ""
|
4285 |
|
4286 |
+
#: core/lib/wpbc_all_translations.php:801 inc/_bm/admin/page-availability.php:233
|
4287 |
#: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-availability.php:791
|
4288 |
msgid "Set Availability"
|
4289 |
msgstr ""
|
4290 |
|
4291 |
+
#: core/lib/wpbc_all_translations.php:802 inc/_bm/admin/page-availability.php:247
|
4292 |
#: inc/_bm/admin/page-cost.php:226 inc/_ps/admin/page-resources.php:197
|
4293 |
#, php-format
|
4294 |
msgid ""
|
4296 |
"booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
|
4297 |
msgstr ""
|
4298 |
|
4299 |
+
#: core/lib/wpbc_all_translations.php:803 inc/_bm/admin/page-availability.php:492
|
4300 |
#: inc/_bm/admin/page-cost.php:551 inc/_ps/admin/page-resources.php:456
|
4301 |
msgid "Resource Name"
|
4302 |
msgstr ""
|
4303 |
|
4304 |
+
#: core/lib/wpbc_all_translations.php:804 inc/_bm/admin/page-availability.php:600
|
4305 |
#: inc/_bm/admin/page-availability.php:885
|
4306 |
msgid "All days"
|
4307 |
msgstr ""
|
4308 |
|
4309 |
+
#: core/lib/wpbc_all_translations.php:805 inc/_bm/admin/page-availability.php:601
|
4310 |
#: inc/_bm/admin/page-availability.php:629 inc/_bm/admin/page-availability.php:880
|
4311 |
#: inc/_bm/admin/page-availability.php:894 inc/_bm/admin/page-availability.php:923
|
4312 |
#: inc/_bm/admin/page-availability.php:1086 inc/_bm/admin/page-cost-rate.php:346
|
4313 |
msgid "available"
|
4314 |
msgstr ""
|
4315 |
|
4316 |
+
#: core/lib/wpbc_all_translations.php:806 inc/_bm/admin/page-availability.php:602
|
4317 |
#: inc/_bm/admin/page-availability.php:630 inc/_bm/admin/page-availability.php:881
|
4318 |
#: inc/_bm/admin/page-availability.php:890 inc/_bm/admin/page-availability.php:919
|
4319 |
#: inc/_bm/admin/page-availability.php:1082 inc/_bm/admin/page-cost-rate.php:342
|
4320 |
msgid "unavailable"
|
4321 |
msgstr ""
|
4322 |
|
4323 |
+
#: core/lib/wpbc_all_translations.php:807 inc/_bm/admin/page-availability.php:627
|
4324 |
#, php-format
|
4325 |
msgid "and %s on seasons:"
|
4326 |
msgstr ""
|
4327 |
|
4328 |
+
#: core/lib/wpbc_all_translations.php:808 inc/_bm/admin/page-availability.php:915
|
4329 |
#, php-format
|
4330 |
msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
|
4331 |
msgstr ""
|
4332 |
|
4333 |
+
#: core/lib/wpbc_all_translations.php:809 inc/_bm/admin/page-availability.php:933
|
4334 |
#: inc/_bm/admin/page-cost-deposit.php:308 inc/_bm/admin/page-cost-rate.php:118
|
4335 |
#: inc/_bm/admin/page-cost-valuation.php:146
|
4336 |
msgid "Hide season filters"
|
4337 |
msgstr ""
|
4338 |
|
4339 |
+
#: core/lib/wpbc_all_translations.php:810 inc/_bm/admin/page-availability.php:938
|
4340 |
#: inc/_bm/admin/page-cost-deposit.php:313 inc/_bm/admin/page-cost-rate.php:123
|
4341 |
#: inc/_bm/admin/page-cost-valuation.php:151
|
4342 |
msgid "Show all exist season filters"
|
4343 |
msgstr ""
|
4344 |
|
4345 |
+
#: core/lib/wpbc_all_translations.php:811 inc/_bm/admin/page-availability.php:971
|
4346 |
#: inc/_bm/admin/page-cost-rate.php:156 inc/gateways/page-gateways.php:728
|
4347 |
msgid "Enabled"
|
4348 |
msgstr ""
|
4349 |
|
4350 |
+
#: core/lib/wpbc_all_translations.php:812 inc/_bm/admin/page-cost-advanced.php:43
|
4351 |
msgid "Customization of additional cost, which depend from form fields"
|
4352 |
msgstr ""
|
4353 |
|
4354 |
+
#: core/lib/wpbc_all_translations.php:813 inc/_bm/admin/page-cost-advanced.php:44
|
4355 |
msgid "Advanced Cost Settings"
|
4356 |
msgstr ""
|
4357 |
|
4358 |
+
#: core/lib/wpbc_all_translations.php:814 inc/_bm/admin/page-cost-advanced.php:124
|
4359 |
msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
|
4360 |
msgstr ""
|
4361 |
|
4362 |
+
#: core/lib/wpbc_all_translations.php:815 inc/_bm/admin/page-cost-advanced.php:126
|
4363 |
#, php-format
|
4364 |
msgid ""
|
4365 |
"Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
|
4366 |
"%sbooking form%s."
|
4367 |
msgstr ""
|
4368 |
|
4369 |
+
#: core/lib/wpbc_all_translations.php:816 inc/_bm/admin/page-cost-advanced.php:419
|
4370 |
#: inc/_bm/admin/page-cost-deposit.php:180
|
4371 |
msgid "Deposit type"
|
4372 |
msgstr ""
|
4373 |
|
4374 |
+
#: core/lib/wpbc_all_translations.php:817 inc/_bm/admin/page-cost-advanced.php:438
|
4375 |
msgid "of total cost"
|
4376 |
msgstr ""
|
4377 |
|
4378 |
+
#: core/lib/wpbc_all_translations.php:818 inc/_bm/admin/page-cost-advanced.php:440
|
4379 |
#: inc/_bs/admin/api-settings-s.php:841
|
4380 |
msgid "night"
|
4381 |
msgstr ""
|
4382 |
|
4383 |
+
#: core/lib/wpbc_all_translations.php:819 inc/_bm/admin/page-cost-advanced.php:441
|
4384 |
msgid "as additional sum"
|
4385 |
msgstr ""
|
4386 |
|
4387 |
+
#: core/lib/wpbc_all_translations.php:820 inc/_bm/admin/page-cost-advanced.php:634
|
4388 |
msgid "Enter additional cost in formats:"
|
4389 |
msgstr ""
|
4390 |
|
4391 |
+
#: core/lib/wpbc_all_translations.php:821 inc/_bm/admin/page-cost-advanced.php:635
|
4392 |
#, php-format
|
4393 |
msgid ""
|
4394 |
"For example, if the original cost of the booking is %s, then after applying additional costs the "
|
4395 |
"total cost will be folowing"
|
4396 |
msgstr ""
|
4397 |
|
4398 |
+
#: core/lib/wpbc_all_translations.php:822 inc/_bm/admin/page-cost-advanced.php:638
|
4399 |
msgid "Enter fixed cost"
|
4400 |
msgstr ""
|
4401 |
|
4402 |
+
#: core/lib/wpbc_all_translations.php:823 inc/_bm/admin/page-cost-advanced.php:638
|
4403 |
#: inc/_bm/admin/page-cost-advanced.php:641 inc/_bm/admin/page-cost-advanced.php:647
|
4404 |
#, php-format
|
4405 |
msgid "%s, then total cost will be %s"
|
4406 |
msgstr ""
|
4407 |
|
4408 |
+
#: core/lib/wpbc_all_translations.php:824 inc/_bm/admin/page-cost-advanced.php:641
|
4409 |
msgid "Enter percentage of the entire booking"
|
4410 |
msgstr ""
|
4411 |
|
4412 |
+
#: core/lib/wpbc_all_translations.php:825 inc/_bm/admin/page-cost-advanced.php:644
|
4413 |
msgid "Enter fixed amount for each selected day"
|
4414 |
msgstr ""
|
4415 |
|
4416 |
+
#: core/lib/wpbc_all_translations.php:826 inc/_bm/admin/page-cost-advanced.php:644
|
4417 |
#, php-format
|
4418 |
msgid "%s, then total cost will be (if selected 3 days) %s"
|
4419 |
msgstr ""
|
4420 |
|
4421 |
+
#: core/lib/wpbc_all_translations.php:827 inc/_bm/admin/page-cost-advanced.php:644
|
4422 |
#: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
|
4423 |
#: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
|
4424 |
msgid "or"
|
4425 |
msgstr ""
|
4426 |
|
4427 |
+
#: core/lib/wpbc_all_translations.php:828 inc/_bm/admin/page-cost-advanced.php:647
|
4428 |
msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
|
4429 |
msgstr ""
|
4430 |
|
4431 |
+
#: core/lib/wpbc_all_translations.php:829 inc/_bm/admin/page-cost-advanced.php:651
|
4432 |
#, php-format
|
4433 |
msgid "Please check more info about configuration of this cost settings on this %spage%s."
|
4434 |
msgstr ""
|
4435 |
|
4436 |
+
#: core/lib/wpbc_all_translations.php:830 inc/_bm/admin/page-cost-deposit.php:73
|
4437 |
msgid "Set Deposit"
|
4438 |
msgstr ""
|
4439 |
|
4440 |
+
#: core/lib/wpbc_all_translations.php:831 inc/_bm/admin/page-cost-deposit.php:134
|
4441 |
msgid "deposit payment for booking resource"
|
4442 |
msgstr ""
|
4443 |
|
4444 |
+
#: core/lib/wpbc_all_translations.php:832 inc/_bm/admin/page-cost-deposit.php:152
|
4445 |
#: inc/_bm/admin/page-cost-deposit.php:161
|
4446 |
msgid "Deposit amount"
|
4447 |
msgstr ""
|
4448 |
|
4449 |
+
#: core/lib/wpbc_all_translations.php:833 inc/_bm/admin/page-cost-deposit.php:198
|
4450 |
msgid "fixed total in"
|
4451 |
msgstr ""
|
4452 |
|
4453 |
+
#: core/lib/wpbc_all_translations.php:834 inc/_bm/admin/page-cost-deposit.php:199
|
4454 |
msgid "of payment"
|
4455 |
msgstr ""
|
4456 |
|
4457 |
+
#: core/lib/wpbc_all_translations.php:835 inc/_bm/admin/page-cost-deposit.php:208
|
4458 |
msgid "Conditions"
|
4459 |
msgstr ""
|
4460 |
|
4461 |
+
#: core/lib/wpbc_all_translations.php:836 inc/_bm/admin/page-cost-deposit.php:218
|
4462 |
#, php-format
|
4463 |
msgid ""
|
4464 |
"Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
|
4465 |
msgstr ""
|
4466 |
|
4467 |
+
#: core/lib/wpbc_all_translations.php:837 inc/_bm/admin/page-cost-deposit.php:270
|
4468 |
#, php-format
|
4469 |
msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
|
4470 |
msgstr ""
|
4471 |
|
4472 |
+
#: core/lib/wpbc_all_translations.php:838 inc/_bm/admin/page-cost-deposit.php:274
|
4473 |
#: inc/_bm/admin/page-cost-valuation.php:539
|
4474 |
msgid "Any days"
|
4475 |
msgstr ""
|
4476 |
|
4477 |
+
#: core/lib/wpbc_all_translations.php:839 inc/_bm/admin/page-cost-deposit.php:341
|
4478 |
msgid "Deposit payment total"
|
4479 |
msgstr ""
|
4480 |
|
4481 |
+
#: core/lib/wpbc_all_translations.php:840 inc/_bm/admin/page-cost-rate.php:69
|
4482 |
msgid "Set Rates"
|
4483 |
msgstr ""
|
4484 |
|
4485 |
+
#: core/lib/wpbc_all_translations.php:841 inc/_bm/admin/page-cost-rate.php:162
|
4486 |
#: inc/_bm/admin/page-cost.php:645 inc/_bm/admin/page-cost.php:646
|
4487 |
msgid "Rates"
|
4488 |
msgstr ""
|
4489 |
|
4490 |
+
#: core/lib/wpbc_all_translations.php:842 inc/_bm/admin/page-cost-rate.php:166
|
4491 |
msgid "Seasonal price"
|
4492 |
msgstr ""
|
4493 |
|
4494 |
+
#: core/lib/wpbc_all_translations.php:843 inc/_bm/admin/page-cost-rate.php:170
|
4495 |
#: inc/_bm/admin/page-cost-valuation.php:196
|
4496 |
msgid "Season"
|
4497 |
msgstr ""
|
4498 |
|
4499 |
+
#: core/lib/wpbc_all_translations.php:844 inc/_bm/admin/page-cost-rate.php:214
|
4500 |
#, php-format
|
4501 |
msgid ""
|
4502 |
"Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
|
4503 |
"booking resource (%s) or %sAdd a new seasonal filter%s"
|
4504 |
msgstr ""
|
4505 |
|
4506 |
+
#: core/lib/wpbc_all_translations.php:845 inc/_bm/admin/page-cost-valuation.php:95
|
4507 |
#: inc/_bm/admin/page-cost.php:210 inc/_bm/admin/page-cost.php:218
|
4508 |
msgid "Set Valuation Days"
|
4509 |
msgstr ""
|
4510 |
|
4511 |
+
#: core/lib/wpbc_all_translations.php:846 inc/_bm/admin/page-cost-valuation.php:183
|
4512 |
#: inc/_mu/admin/page-users.php:431
|
4513 |
msgid "Status"
|
4514 |
msgstr ""
|
4515 |
|
4516 |
+
#: core/lib/wpbc_all_translations.php:847 inc/_bm/admin/page-cost-valuation.php:192
|
4517 |
msgid "Costs"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
+
#: core/lib/wpbc_all_translations.php:848 inc/_bm/admin/page-cost-valuation.php:247
|
4521 |
msgid "Add new cost"
|
4522 |
msgstr ""
|
4523 |
|
4524 |
+
#: core/lib/wpbc_all_translations.php:849 inc/_bm/admin/page-cost-valuation.php:270
|
4525 |
#, php-format
|
4526 |
msgid ""
|
4527 |
"Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
|
4528 |
"the list."
|
4529 |
msgstr ""
|
4530 |
|
4531 |
+
#: core/lib/wpbc_all_translations.php:850 inc/_bm/admin/page-cost-valuation.php:273
|
4532 |
#, php-format
|
4533 |
msgid ""
|
4534 |
"Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
|
4535 |
"terms %s"
|
4536 |
msgstr ""
|
4537 |
|
4538 |
+
#: core/lib/wpbc_all_translations.php:851 inc/_bm/admin/page-cost-valuation.php:273
|
4539 |
#: inc/_bm/admin/page-cost-valuation.php:276 inc/_bm/admin/page-cost-valuation.php:447
|
4540 |
msgid "Together"
|
4541 |
msgstr ""
|
4542 |
|
4543 |
+
#: core/lib/wpbc_all_translations.php:852 inc/_bm/admin/page-cost-valuation.php:273
|
4544 |
#: inc/_bm/admin/page-cost-valuation.php:276 inc/_bm/admin/page-cost-valuation.php:280
|
4545 |
#: inc/_bm/admin/page-cost-valuation.php:282 inc/_bm/admin/page-cost-valuation.php:445
|
4546 |
msgid "For"
|
4547 |
msgstr ""
|
4548 |
|
4549 |
+
#: core/lib/wpbc_all_translations.php:853 inc/_bm/admin/page-cost-valuation.php:276
|
4550 |
#, php-format
|
4551 |
msgid "%s and %s terms have higher priority than a range %s days."
|
4552 |
msgstr ""
|
4553 |
|
4554 |
+
#: core/lib/wpbc_all_translations.php:854 inc/_bm/admin/page-cost-valuation.php:280
|
4555 |
#, php-format
|
4556 |
msgid "%s - definition of check-out date."
|
4557 |
msgstr ""
|
4558 |
|
4559 |
+
#: core/lib/wpbc_all_translations.php:855 inc/_bm/admin/page-cost-valuation.php:282
|
4560 |
#: inc/_bs/admin/api-settings-s.php:198 inc/_bs/admin/api-settings-s.php:311
|
4561 |
#: inc/_bs/admin/api-settings-s.php:324 inc/_ps/form/class-wpbc-form-help.php:532
|
4562 |
#: inc/_ps/form/class-wpbc-form-help.php:535
|
4563 |
msgid "Example"
|
4564 |
msgstr ""
|
4565 |
|
4566 |
+
#: core/lib/wpbc_all_translations.php:856 inc/_bm/admin/page-cost-valuation.php:289
|
4567 |
msgid ""
|
4568 |
"Specific cost will take affect, only if it active (the box at the left side is checked) and if "
|
4569 |
"\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
|
4570 |
msgstr ""
|
4571 |
|
4572 |
+
#: core/lib/wpbc_all_translations.php:857 inc/_bm/admin/page-cost-valuation.php:333
|
4573 |
#: inc/_bm/admin/page-cost-valuation.php:334 inc/_bm/biz_m.php:244 inc/_bm/biz_m.php:275
|
4574 |
#: inc/_bm/biz_m.php:276
|
4575 |
msgid " for all days!"
|
4576 |
msgstr ""
|
4577 |
|
4578 |
+
#: core/lib/wpbc_all_translations.php:858 inc/_bm/admin/page-cost-valuation.php:339
|
4579 |
#: inc/_bm/admin/page-cost-valuation.php:499 inc/_bm/biz_m.php:242 inc/_bm/biz_m.php:273
|
4580 |
msgid "from the cost of 1 day "
|
4581 |
msgstr ""
|
4582 |
|
4583 |
+
#: core/lib/wpbc_all_translations.php:859 inc/_bm/admin/page-cost-valuation.php:340
|
4584 |
#: inc/_bm/admin/page-cost-valuation.php:500 inc/_bm/biz_m.php:241 inc/_bm/biz_m.php:272
|
4585 |
msgid "per 1 day"
|
4586 |
msgstr ""
|
4587 |
|
4588 |
+
#: core/lib/wpbc_all_translations.php:860 inc/_bm/admin/page-cost-valuation.php:467
|
4589 |
#: inc/_bm/admin/page-seasons.php:1543
|
4590 |
msgid "to"
|
4591 |
msgstr ""
|
4592 |
|
4593 |
+
#: core/lib/wpbc_all_translations.php:861 inc/_bm/admin/page-cost-valuation.php:501
|
4594 |
#: inc/_bm/biz_m.php:243 inc/_bm/biz_m.php:274
|
4595 |
#, php-format
|
4596 |
msgid "Additional cost in %s per 1 day"
|
4597 |
msgstr ""
|
4598 |
|
4599 |
+
#: core/lib/wpbc_all_translations.php:862 inc/_bm/admin/page-cost.php:48
|
4600 |
msgid "Customization of rates, valuation days cost and deposit amount "
|
4601 |
msgstr ""
|
4602 |
|
4603 |
+
#: core/lib/wpbc_all_translations.php:863 inc/_bm/admin/page-cost.php:49
|
4604 |
msgid "Costs and Rates Settings"
|
4605 |
msgstr ""
|
4606 |
|
4607 |
+
#: core/lib/wpbc_all_translations.php:864 inc/_bm/admin/page-cost.php:209
|
4608 |
#: inc/_bm/admin/page-cost.php:217
|
4609 |
msgid "Set Rate"
|
4610 |
msgstr ""
|
4611 |
|
4612 |
+
#: core/lib/wpbc_all_translations.php:865 inc/_bm/admin/page-cost.php:211
|
4613 |
#: inc/_bm/admin/page-cost.php:219
|
4614 |
msgid "Set Deposit Amount"
|
4615 |
msgstr ""
|
4616 |
|
4617 |
+
#: core/lib/wpbc_all_translations.php:866 inc/_bm/admin/page-cost.php:652
|
4618 |
#: inc/_bm/admin/page-cost.php:653
|
4619 |
msgid "Valuation days"
|
4620 |
msgstr ""
|
4621 |
|
4622 |
+
#: core/lib/wpbc_all_translations.php:867 inc/_bm/admin/page-cost.php:659
|
4623 |
#: inc/_bm/admin/page-cost.php:660 inc/gateways/page-gateways.php:1278
|
4624 |
msgid "Deposit"
|
4625 |
msgstr ""
|
4626 |
|
4627 |
+
#: core/lib/wpbc_all_translations.php:868 inc/_bm/admin/page-seasons.php:46
|
4628 |
msgid "Customizaton of Season Filters"
|
4629 |
msgstr ""
|
4630 |
|
4631 |
+
#: core/lib/wpbc_all_translations.php:869 inc/_bm/admin/page-seasons.php:669
|
4632 |
#: inc/_bm/admin/page-seasons.php:804
|
4633 |
msgid "Specific Dates Filter"
|
4634 |
msgstr ""
|
4635 |
|
4636 |
+
#: core/lib/wpbc_all_translations.php:870 inc/_bm/admin/page-seasons.php:732
|
4637 |
#: inc/_bm/admin/page-seasons.php:810
|
4638 |
msgid "Conditional Dates Filter"
|
4639 |
msgstr ""
|
4640 |
|
4641 |
+
#: core/lib/wpbc_all_translations.php:871 inc/_bm/admin/page-seasons.php:942
|
4642 |
#: inc/_bm/admin/page-seasons.php:1238
|
4643 |
msgid "Filter Name"
|
4644 |
msgstr ""
|
4645 |
|
4646 |
+
#: core/lib/wpbc_all_translations.php:872 inc/_bm/admin/page-seasons.php:943
|
4647 |
#: inc/_bm/admin/page-seasons.php:1239
|
4648 |
msgid "Type filter name"
|
4649 |
msgstr ""
|
4650 |
|
4651 |
+
#: core/lib/wpbc_all_translations.php:873 inc/_bm/admin/page-seasons.php:975
|
4652 |
msgid "Weekdays"
|
4653 |
msgstr ""
|
4654 |
|
4655 |
+
#: core/lib/wpbc_all_translations.php:874 inc/_bm/admin/page-seasons.php:1089
|
4656 |
msgid "Months"
|
4657 |
msgstr ""
|
4658 |
|
4659 |
+
#: core/lib/wpbc_all_translations.php:875 inc/_bm/admin/page-seasons.php:1091
|
4660 |
#: inc/_bm/admin/page-seasons.php:1264
|
4661 |
msgid "January"
|
4662 |
msgstr ""
|
4663 |
|
4664 |
+
#: core/lib/wpbc_all_translations.php:876 inc/_bm/admin/page-seasons.php:1092
|
4665 |
#: inc/_bm/admin/page-seasons.php:1265
|
4666 |
msgid "February"
|
4667 |
msgstr ""
|
4668 |
|
4669 |
+
#: core/lib/wpbc_all_translations.php:877 inc/_bm/admin/page-seasons.php:1093
|
4670 |
#: inc/_bm/admin/page-seasons.php:1266
|
4671 |
msgid "March"
|
4672 |
msgstr ""
|
4673 |
|
4674 |
+
#: core/lib/wpbc_all_translations.php:878 inc/_bm/admin/page-seasons.php:1094
|
4675 |
#: inc/_bm/admin/page-seasons.php:1267
|
4676 |
msgid "April"
|
4677 |
msgstr ""
|
4678 |
|
4679 |
+
#: core/lib/wpbc_all_translations.php:879 inc/_bm/admin/page-seasons.php:1095
|
4680 |
#: inc/_bm/admin/page-seasons.php:1268 inc/_bm/admin/page-seasons.php:1469
|
4681 |
msgid "May"
|
4682 |
msgstr ""
|
4683 |
|
4684 |
+
#: core/lib/wpbc_all_translations.php:880 inc/_bm/admin/page-seasons.php:1096
|
4685 |
#: inc/_bm/admin/page-seasons.php:1269
|
4686 |
msgid "June"
|
4687 |
msgstr ""
|
4688 |
|
4689 |
+
#: core/lib/wpbc_all_translations.php:881 inc/_bm/admin/page-seasons.php:1097
|
4690 |
#: inc/_bm/admin/page-seasons.php:1270
|
4691 |
msgid "July"
|
4692 |
msgstr ""
|
4693 |
|
4694 |
+
#: core/lib/wpbc_all_translations.php:882 inc/_bm/admin/page-seasons.php:1098
|
4695 |
#: inc/_bm/admin/page-seasons.php:1271
|
4696 |
msgid "August"
|
4697 |
msgstr ""
|
4698 |
|
4699 |
+
#: core/lib/wpbc_all_translations.php:883 inc/_bm/admin/page-seasons.php:1099
|
4700 |
#: inc/_bm/admin/page-seasons.php:1272
|
4701 |
msgid "September"
|
4702 |
msgstr ""
|
4703 |
|
4704 |
+
#: core/lib/wpbc_all_translations.php:884 inc/_bm/admin/page-seasons.php:1100
|
4705 |
#: inc/_bm/admin/page-seasons.php:1273
|
4706 |
msgid "October"
|
4707 |
msgstr ""
|
4708 |
|
4709 |
+
#: core/lib/wpbc_all_translations.php:885 inc/_bm/admin/page-seasons.php:1101
|
4710 |
#: inc/_bm/admin/page-seasons.php:1274
|
4711 |
msgid "November"
|
4712 |
msgstr ""
|
4713 |
|
4714 |
+
#: core/lib/wpbc_all_translations.php:886 inc/_bm/admin/page-seasons.php:1102
|
4715 |
#: inc/_bm/admin/page-seasons.php:1275
|
4716 |
msgid "December"
|
4717 |
msgstr ""
|
4718 |
|
4719 |
+
#: core/lib/wpbc_all_translations.php:887 inc/_bm/admin/page-seasons.php:1156
|
4720 |
msgid "Years"
|
4721 |
msgstr ""
|
4722 |
|
4723 |
+
#: core/lib/wpbc_all_translations.php:888 inc/_bm/admin/page-seasons.php:1253
|
4724 |
#: inc/_bm/admin/page-seasons.php:1466
|
4725 |
msgid "Mo"
|
4726 |
msgstr ""
|
4727 |
|
4728 |
+
#: core/lib/wpbc_all_translations.php:889 inc/_bm/admin/page-seasons.php:1254
|
4729 |
#: inc/_bm/admin/page-seasons.php:1466
|
4730 |
msgid "Tu"
|
4731 |
msgstr ""
|
4732 |
|
4733 |
+
#: core/lib/wpbc_all_translations.php:890 inc/_bm/admin/page-seasons.php:1255
|
4734 |
#: inc/_bm/admin/page-seasons.php:1466
|
4735 |
msgid "We"
|
4736 |
msgstr ""
|
4737 |
|
4738 |
+
#: core/lib/wpbc_all_translations.php:891 inc/_bm/admin/page-seasons.php:1256
|
4739 |
#: inc/_bm/admin/page-seasons.php:1466
|
4740 |
msgid "Th"
|
4741 |
msgstr ""
|
4742 |
|
4743 |
+
#: core/lib/wpbc_all_translations.php:892 inc/_bm/admin/page-seasons.php:1257
|
4744 |
#: inc/_bm/admin/page-seasons.php:1466
|
4745 |
msgid "Fr"
|
4746 |
msgstr ""
|
4747 |
|
4748 |
+
#: core/lib/wpbc_all_translations.php:893 inc/_bm/admin/page-seasons.php:1258
|
4749 |
#: inc/_bm/admin/page-seasons.php:1466
|
4750 |
msgid "Sa"
|
4751 |
msgstr ""
|
4752 |
|
4753 |
+
#: core/lib/wpbc_all_translations.php:894 inc/_bm/admin/page-seasons.php:1259
|
4754 |
#: inc/_bm/admin/page-seasons.php:1466
|
4755 |
msgid "Su"
|
4756 |
msgstr ""
|
4757 |
|
4758 |
+
#: core/lib/wpbc_all_translations.php:895 inc/_bm/admin/page-seasons.php:1468
|
4759 |
msgid "Jan"
|
4760 |
msgstr ""
|
4761 |
|
4762 |
+
#: core/lib/wpbc_all_translations.php:896 inc/_bm/admin/page-seasons.php:1468
|
4763 |
msgid "Feb"
|
4764 |
msgstr ""
|
4765 |
|
4766 |
+
#: core/lib/wpbc_all_translations.php:897 inc/_bm/admin/page-seasons.php:1469
|
4767 |
msgid "Mar"
|
4768 |
msgstr ""
|
4769 |
|
4770 |
+
#: core/lib/wpbc_all_translations.php:898 inc/_bm/admin/page-seasons.php:1469
|
4771 |
msgid "Apr"
|
4772 |
msgstr ""
|
4773 |
|
4774 |
+
#: core/lib/wpbc_all_translations.php:899 inc/_bm/admin/page-seasons.php:1470
|
4775 |
msgid "Jun"
|
4776 |
msgstr ""
|
4777 |
|
4778 |
+
#: core/lib/wpbc_all_translations.php:900 inc/_bm/admin/page-seasons.php:1470
|
4779 |
msgid "Jul"
|
4780 |
msgstr ""
|
4781 |
|
4782 |
+
#: core/lib/wpbc_all_translations.php:901 inc/_bm/admin/page-seasons.php:1470
|
4783 |
msgid "Aug"
|
4784 |
msgstr ""
|
4785 |
|
4786 |
+
#: core/lib/wpbc_all_translations.php:902 inc/_bm/admin/page-seasons.php:1471
|
4787 |
msgid "Sep"
|
4788 |
msgstr ""
|
4789 |
|
4790 |
+
#: core/lib/wpbc_all_translations.php:903 inc/_bm/admin/page-seasons.php:1471
|
4791 |
msgid "Oct"
|
4792 |
msgstr ""
|
4793 |
|
4794 |
+
#: core/lib/wpbc_all_translations.php:904 inc/_bm/admin/page-seasons.php:1471
|
4795 |
msgid "Nov"
|
4796 |
msgstr ""
|
4797 |
|
4798 |
+
#: core/lib/wpbc_all_translations.php:905 inc/_bm/admin/page-seasons.php:1471
|
4799 |
msgid "Dec"
|
4800 |
msgstr ""
|
4801 |
|
4802 |
+
#: core/lib/wpbc_all_translations.php:906 inc/_bm/admin/page-seasons.php:1541
|
4803 |
#: inc/_bm/admin/page-seasons.php:1559 inc/_bm/admin/page-seasons.php:1581
|
4804 |
#: inc/_bm/admin/page-seasons.php:1605 inc/_bm/admin/page-seasons.php:1623
|
4805 |
msgid "No days"
|
4806 |
msgstr ""
|
4807 |
|
4808 |
+
#: core/lib/wpbc_all_translations.php:907 inc/_bm/admin/page-seasons.php:1543
|
4809 |
msgid "time"
|
4810 |
msgstr ""
|
4811 |
|
4812 |
+
#: core/lib/wpbc_all_translations.php:908 inc/_bm/admin/page-seasons.php:1561
|
4813 |
msgid "Every"
|
4814 |
msgstr ""
|
4815 |
|
4816 |
+
#: core/lib/wpbc_all_translations.php:909 inc/_bm/admin/page-seasons.php:1577
|
4817 |
msgid "Each day "
|
4818 |
msgstr ""
|
4819 |
|
4820 |
+
#: core/lib/wpbc_all_translations.php:910 inc/_bm/admin/page-seasons.php:1579
|
4821 |
msgid "on each day "
|
4822 |
msgstr ""
|
4823 |
|
4824 |
+
#: core/lib/wpbc_all_translations.php:911 inc/_bm/admin/page-seasons.php:1584
|
4825 |
msgid "On each "
|
4826 |
msgstr ""
|
4827 |
|
4828 |
+
#: core/lib/wpbc_all_translations.php:912 inc/_bm/admin/page-seasons.php:1586
|
4829 |
msgid "on each "
|
4830 |
msgstr ""
|
4831 |
|
4832 |
+
#: core/lib/wpbc_all_translations.php:913 inc/_bm/admin/page-seasons.php:1603
|
4833 |
msgid "of every month "
|
4834 |
msgstr ""
|
4835 |
|
4836 |
+
#: core/lib/wpbc_all_translations.php:914 inc/_bm/admin/page-seasons.php:1607
|
4837 |
msgid "of"
|
4838 |
msgstr ""
|
4839 |
|
4840 |
+
#: core/lib/wpbc_all_translations.php:915 inc/_bm/biz_m.php:245
|
4841 |
msgid "for all days!"
|
4842 |
msgstr ""
|
4843 |
|
4844 |
+
#: core/lib/wpbc_all_translations.php:916 inc/_bm/biz_m.php:801
|
4845 |
msgid "Standard booking resource cost"
|
4846 |
msgstr ""
|
4847 |
|
4848 |
+
#: core/lib/wpbc_all_translations.php:917 inc/_bm/biz_m.php:802
|
4849 |
msgid "Total booking resource cost"
|
4850 |
msgstr ""
|
4851 |
|
4852 |
+
#: core/lib/wpbc_all_translations.php:918 inc/_bm/m-toolbar.php:282
|
4853 |
msgid "Delete selected booking form"
|
4854 |
msgstr ""
|
4855 |
|
4856 |
+
#: core/lib/wpbc_all_translations.php:919 inc/_bm/m-toolbar.php:286
|
4857 |
msgid "Do you really want to delete selected booking form ?"
|
4858 |
msgstr ""
|
4859 |
|
4860 |
+
#: core/lib/wpbc_all_translations.php:920 inc/_bm/m-toolbar.php:311 inc/_bm/m-toolbar.php:312
|
4861 |
msgid "Add New Custom Form"
|
4862 |
msgstr ""
|
4863 |
|
4864 |
+
#: core/lib/wpbc_all_translations.php:921 inc/_bm/m-toolbar.php:345
|
4865 |
msgid "Type the name of booking form"
|
4866 |
msgstr ""
|
4867 |
|
4868 |
+
#: core/lib/wpbc_all_translations.php:922 inc/_bm/m-toolbar.php:352
|
4869 |
msgid "Create"
|
4870 |
msgstr ""
|
4871 |
|
4872 |
+
#: core/lib/wpbc_all_translations.php:923 inc/_bm/m-toolbar.php:353
|
4873 |
msgid "Create new form"
|
4874 |
msgstr ""
|
4875 |
|
4876 |
+
#: core/lib/wpbc_all_translations.php:924 inc/_bm/m-toolbar.php:548
|
4877 |
msgid "There are no extended booking forms"
|
4878 |
msgstr ""
|
4879 |
|
4880 |
+
#: core/lib/wpbc_all_translations.php:925 inc/_bm/m-toolbar.php:592 inc/_bm/m-toolbar.php:594
|
4881 |
msgid "Create conditional days filter"
|
4882 |
msgstr ""
|
4883 |
|
4884 |
+
#: core/lib/wpbc_all_translations.php:926 inc/_bs/admin/activation-s.php:93
|
4885 |
#: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
|
4886 |
msgid "Apartment#1"
|
4887 |
msgstr ""
|
4888 |
|
4889 |
+
#: core/lib/wpbc_all_translations.php:927 inc/_bs/admin/activation-s.php:94
|
4890 |
#: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
|
4891 |
msgid "Apartment#2"
|
4892 |
msgstr ""
|
4893 |
|
4894 |
+
#: core/lib/wpbc_all_translations.php:928 inc/_bs/admin/activation-s.php:95
|
4895 |
#: inc/_ps/admin/activation-p.php:48
|
4896 |
msgid "Apartment#3"
|
4897 |
msgstr ""
|
4898 |
|
4899 |
+
#: core/lib/wpbc_all_translations.php:929 inc/_bs/admin/api-settings-s.php:30
|
4900 |
msgid "Range days"
|
4901 |
msgstr ""
|
4902 |
|
4903 |
+
#: core/lib/wpbc_all_translations.php:930 inc/_bs/admin/api-settings-s.php:45
|
4904 |
#, php-format
|
4905 |
msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
|
4906 |
msgstr ""
|
4907 |
|
4908 |
+
#: core/lib/wpbc_all_translations.php:931 inc/_bs/admin/api-settings-s.php:47
|
4909 |
#, php-format
|
4910 |
msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
|
4911 |
msgstr ""
|
4912 |
|
4913 |
+
#: core/lib/wpbc_all_translations.php:932 inc/_bs/admin/api-settings-s.php:73
|
4914 |
#: inc/_bs/admin/api-settings-s.php:137
|
4915 |
msgid "Days selection number"
|
4916 |
msgstr ""
|
4917 |
|
4918 |
+
#: core/lib/wpbc_all_translations.php:933 inc/_bs/admin/api-settings-s.php:74
|
4919 |
#, php-format
|
4920 |
msgid "Type your %snumber of days for range selection%s"
|
4921 |
msgstr ""
|
4922 |
|
4923 |
+
#: core/lib/wpbc_all_translations.php:934 inc/_bs/admin/api-settings-s.php:82
|
4924 |
#: inc/_bs/admin/api-settings-s.php:210
|
4925 |
msgid "Specific day(s) of week"
|
4926 |
msgstr ""
|
4927 |
|
4928 |
+
#: core/lib/wpbc_all_translations.php:935 inc/_bs/admin/api-settings-s.php:83
|
4929 |
#: inc/_bs/admin/api-settings-s.php:214
|
4930 |
msgid "Any day of week"
|
4931 |
msgstr ""
|
4932 |
|
4933 |
+
#: core/lib/wpbc_all_translations.php:936 inc/_bs/admin/api-settings-s.php:89
|
4934 |
#: inc/_bs/admin/api-settings-s.php:222
|
4935 |
msgid "Start day of range"
|
4936 |
msgstr ""
|
4937 |
|
4938 |
+
#: core/lib/wpbc_all_translations.php:937 inc/_bs/admin/api-settings-s.php:118
|
4939 |
#: inc/_bs/admin/api-settings-s.php:251
|
4940 |
msgid "Select your start day of range selection at week"
|
4941 |
msgstr ""
|
4942 |
|
4943 |
+
#: core/lib/wpbc_all_translations.php:938 inc/_bs/admin/api-settings-s.php:151
|
4944 |
#: inc/_bs/admin/api-settings-s.php:156
|
4945 |
msgid "Min"
|
4946 |
msgstr ""
|
4947 |
|
4948 |
+
#: core/lib/wpbc_all_translations.php:939 inc/_bs/admin/api-settings-s.php:169
|
4949 |
#: inc/_bs/admin/api-settings-s.php:174
|
4950 |
msgid "Max"
|
4951 |
msgstr ""
|
4952 |
|
4953 |
+
#: core/lib/wpbc_all_translations.php:940 inc/_bs/admin/api-settings-s.php:186
|
4954 |
#, php-format
|
4955 |
msgid "Select your %sminimum and maximum number of days for range selection%s"
|
4956 |
msgstr ""
|
4957 |
|
4958 |
+
#: core/lib/wpbc_all_translations.php:941 inc/_bs/admin/api-settings-s.php:197
|
4959 |
msgid "Specific days selections"
|
4960 |
msgstr ""
|
4961 |
|
4962 |
+
#: core/lib/wpbc_all_translations.php:942 inc/_bs/admin/api-settings-s.php:199
|
4963 |
#, php-format
|
4964 |
msgid ""
|
4965 |
"Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
|
4967 |
"this: %s) or combination (example:%s, its the same like this: %s)"
|
4968 |
msgstr ""
|
4969 |
|
4970 |
+
#: core/lib/wpbc_all_translations.php:943 inc/_bs/admin/api-settings-s.php:279
|
4971 |
msgid "Use time selections as recurrent time slots"
|
4972 |
msgstr ""
|
4973 |
|
4974 |
+
#: core/lib/wpbc_all_translations.php:944 inc/_bs/admin/api-settings-s.php:280
|
4975 |
msgid ""
|
4976 |
"Check this box if you want to use recurrent time to reserve several days. This means that middle "
|
4977 |
"days will be partially booked by actual times, otherwise the time in the booking form will be "
|
4978 |
"used as check-in/check-out time for the first and last day of the reservation."
|
4979 |
msgstr ""
|
4980 |
|
4981 |
+
#: core/lib/wpbc_all_translations.php:945 inc/_bs/admin/api-settings-s.php:300
|
4982 |
msgid "Use check in/out time"
|
4983 |
msgstr ""
|
4984 |
|
4985 |
+
#: core/lib/wpbc_all_translations.php:946 inc/_bs/admin/api-settings-s.php:301
|
4986 |
msgid "Check this option, to use check in/out time during booking process. "
|
4987 |
msgstr ""
|
4988 |
|
4989 |
+
#: core/lib/wpbc_all_translations.php:947 inc/_bs/admin/api-settings-s.php:302
|
4990 |
#, php-format
|
4991 |
msgid "%s Important!%s This will overwrite any times selection in your booking form."
|
4992 |
msgstr ""
|
4993 |
|
4994 |
+
#: core/lib/wpbc_all_translations.php:948 inc/_bs/admin/api-settings-s.php:309
|
4995 |
msgid "Check-in time"
|
4996 |
msgstr ""
|
4997 |
|
4998 |
+
#: core/lib/wpbc_all_translations.php:949 inc/_bs/admin/api-settings-s.php:310
|
4999 |
#, php-format
|
5000 |
msgid "Type your %sCheck-in%s time of booking"
|
5001 |
msgstr ""
|
5002 |
|
5003 |
+
#: core/lib/wpbc_all_translations.php:950 inc/_bs/admin/api-settings-s.php:322
|
5004 |
msgid "Check-Out time"
|
5005 |
msgstr ""
|
5006 |
|
5007 |
+
#: core/lib/wpbc_all_translations.php:951 inc/_bs/admin/api-settings-s.php:323
|
5008 |
#, php-format
|
5009 |
msgid "Type your %sCheck-Out%s time of booking"
|
5010 |
msgstr ""
|
5011 |
|
5012 |
+
#: core/lib/wpbc_all_translations.php:952 inc/_bs/admin/api-settings-s.php:337
|
5013 |
msgid "Change over days as triangles"
|
5014 |
msgstr ""
|
5015 |
|
5016 |
+
#: core/lib/wpbc_all_translations.php:953 inc/_bs/admin/api-settings-s.php:338
|
5017 |
msgid "Check this option, to show change over days as triangles. "
|
5018 |
msgstr ""
|
5019 |
|
5020 |
+
#: core/lib/wpbc_all_translations.php:954 inc/_bs/admin/api-settings-s.php:360
|
5021 |
msgid "Title of booked timeslot(s)"
|
5022 |
msgstr ""
|
5023 |
|
5024 |
+
#: core/lib/wpbc_all_translations.php:955 inc/_bs/admin/api-settings-s.php:361
|
5025 |
#, php-format
|
5026 |
msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
|
5027 |
msgstr ""
|
5028 |
|
5029 |
+
#: core/lib/wpbc_all_translations.php:956 inc/_bs/admin/api-settings-s.php:398
|
5030 |
msgid "Time Format"
|
5031 |
msgstr ""
|
5032 |
|
5033 |
+
#: core/lib/wpbc_all_translations.php:957 inc/_bs/admin/api-settings-s.php:432
|
5034 |
#, php-format
|
5035 |
msgid ""
|
5036 |
"Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
|
5037 |
msgstr ""
|
5038 |
|
5039 |
+
#: core/lib/wpbc_all_translations.php:958 inc/_bs/admin/api-settings-s.php:457
|
5040 |
msgid "Auto approve all new bookings"
|
5041 |
msgstr ""
|
5042 |
|
5043 |
+
#: core/lib/wpbc_all_translations.php:959 inc/_bs/admin/api-settings-s.php:458
|
5044 |
#, php-format
|
5045 |
msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
|
5046 |
msgstr ""
|
5047 |
|
5048 |
+
#: core/lib/wpbc_all_translations.php:960 inc/_bs/admin/api-settings-s.php:467
|
5049 |
#, php-format
|
5050 |
msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
|
5051 |
msgstr ""
|
5052 |
|
5053 |
+
#: core/lib/wpbc_all_translations.php:961 inc/_bs/admin/api-settings-s.php:491
|
5054 |
msgid "Cancel bookings older"
|
5055 |
msgstr ""
|
5056 |
|
5057 |
+
#: core/lib/wpbc_all_translations.php:962 inc/_bs/admin/api-settings-s.php:492
|
5058 |
msgid "Cancel only pending, unpaid bookings, which are older than this selection."
|
5059 |
msgstr ""
|
5060 |
|
5061 |
+
#: core/lib/wpbc_all_translations.php:963 inc/_bs/admin/api-settings-s.php:500
|
5062 |
msgid "Cancellation email sent"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
+
#: core/lib/wpbc_all_translations.php:964 inc/_bs/admin/api-settings-s.php:501
|
5066 |
#, php-format
|
5067 |
msgid "Check this box to %ssend%s cancellation email for this resource."
|
5068 |
msgstr ""
|
5069 |
|
5070 |
+
#: core/lib/wpbc_all_translations.php:965 inc/_bs/admin/api-settings-s.php:509
|
5071 |
#: inc/_bs/admin/api-settings-s.php:510
|
5072 |
msgid "Reason for cancellation"
|
5073 |
msgstr ""
|
5074 |
|
5075 |
+
#: core/lib/wpbc_all_translations.php:966 inc/_bs/admin/api-settings-s.php:511
|
5076 |
#, php-format
|
5077 |
msgid "Type the reason for %scancellation%s for the email template."
|
5078 |
msgstr ""
|
5079 |
|
5080 |
+
#: core/lib/wpbc_all_translations.php:967 inc/_bs/admin/page-email-payment.php:501
|
5081 |
msgid "Payment request"
|
5082 |
msgstr ""
|
5083 |
|
5084 |
+
#: core/lib/wpbc_all_translations.php:968 inc/_bs/admin/page-email-payment.php:503
|
5085 |
msgid "Customization of email template, which is sending to Visitor after payment request"
|
5086 |
msgstr ""
|
5087 |
|
5088 |
+
#: core/lib/wpbc_all_translations.php:969 inc/_bs/admin/page-email-payment.php:639
|
5089 |
msgid "Email with Payment Request which is sending to Visitor."
|
5090 |
msgstr ""
|
5091 |
|
5092 |
+
#: core/lib/wpbc_all_translations.php:970 inc/_bs/biz_s.php:303
|
5093 |
msgid "Error! Please reset your check-in/check-out dates above."
|
5094 |
msgstr ""
|
5095 |
|
5096 |
+
#: core/lib/wpbc_all_translations.php:971 inc/_bs/biz_s.php:304
|
5097 |
msgid ""
|
5098 |
"Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
|
5099 |
"another date or time."
|
5100 |
msgstr ""
|
5101 |
|
5102 |
+
#: core/lib/wpbc_all_translations.php:972 inc/_bs/biz_s.php:305
|
5103 |
msgid ""
|
5104 |
"End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
|
5105 |
"also be earlier that the start time, if only 1 day was selected! Please choose another date or "
|
5106 |
"time."
|
5107 |
msgstr ""
|
5108 |
|
5109 |
+
#: core/lib/wpbc_all_translations.php:973 inc/_bs/biz_s.php:306 inc/_bs/biz_s.php:307
|
5110 |
msgid "The time(s) may be booked, or already in the past!"
|
5111 |
msgstr ""
|
5112 |
|
5113 |
+
#: core/lib/wpbc_all_translations.php:974 inc/_bs/biz_s.php:497
|
5114 |
msgid "Cost saved successfully"
|
5115 |
msgstr ""
|
5116 |
|
5117 |
+
#: core/lib/wpbc_all_translations.php:975 inc/_bs/biz_s.php:504
|
5118 |
msgid "Cost is not correct. It must be greater than 0"
|
5119 |
msgstr ""
|
5120 |
|
5121 |
+
#: core/lib/wpbc_all_translations.php:976 inc/_bs/biz_s.php:681
|
5122 |
msgid "Request has been sent"
|
5123 |
msgstr ""
|
5124 |
|
5125 |
+
#: core/lib/wpbc_all_translations.php:977 inc/_bs/biz_s.php:688
|
5126 |
msgid "Request has failed"
|
5127 |
msgstr ""
|
5128 |
|
5129 |
+
#: core/lib/wpbc_all_translations.php:978 inc/_bs/biz_s.php:719
|
5130 |
msgid "The payment status is changed successfully"
|
5131 |
msgstr ""
|
5132 |
|
5133 |
+
#: core/lib/wpbc_all_translations.php:979 inc/_bs/biz_s.php:726
|
5134 |
msgid "The changing of payment status is failed"
|
5135 |
msgstr ""
|
5136 |
|
5137 |
+
#: core/lib/wpbc_all_translations.php:980 inc/_bs/biz_s.php:1056
|
5138 |
msgid "deposit"
|
5139 |
msgstr ""
|
5140 |
|
5141 |
+
#: core/lib/wpbc_all_translations.php:981 inc/_bs/biz_s.php:1057
|
5142 |
msgid "Total cost"
|
5143 |
msgstr ""
|
5144 |
|
5145 |
+
#: core/lib/wpbc_all_translations.php:982 inc/_bs/biz_s.php:1058
|
5146 |
msgid "balance"
|
5147 |
msgstr ""
|
5148 |
|
5149 |
+
#: core/lib/wpbc_all_translations.php:983 inc/_bs/lib_s.php:40 inc/_bs/lib_s.php:71
|
5150 |
#: inc/_bs/s-toolbar.php:92
|
5151 |
msgid "Payment status"
|
5152 |
msgstr ""
|
5153 |
|
5154 |
+
#: core/lib/wpbc_all_translations.php:984 inc/_bs/lib_s.php:44
|
5155 |
msgid "Any Status"
|
5156 |
msgstr ""
|
5157 |
|
5158 |
+
#: core/lib/wpbc_all_translations.php:985 inc/_bs/lib_s.php:47
|
5159 |
msgid "Unknown Status"
|
5160 |
msgstr ""
|
5161 |
|
5162 |
+
#: core/lib/wpbc_all_translations.php:986 inc/_bs/lib_s.php:48 inc/_bs/lib_s.php:319
|
5163 |
msgid "Not Completed"
|
5164 |
msgstr ""
|
5165 |
|
5166 |
+
#: core/lib/wpbc_all_translations.php:987 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:308
|
5167 |
#: inc/_bs/lib_s.php:328
|
5168 |
msgid "Failed"
|
5169 |
msgstr ""
|
5170 |
|
5171 |
+
#: core/lib/wpbc_all_translations.php:988 inc/_bs/lib_s.php:139
|
5172 |
msgid "min"
|
5173 |
msgstr ""
|
5174 |
|
5175 |
+
#: core/lib/wpbc_all_translations.php:989 inc/_bs/lib_s.php:139
|
5176 |
msgid "max"
|
5177 |
msgstr ""
|
5178 |
|
5179 |
+
#: core/lib/wpbc_all_translations.php:990 inc/_bs/lib_s.php:303 inc/_bs/lib_s.php:321
|
5180 |
msgid "Completed"
|
5181 |
msgstr ""
|
5182 |
|
5183 |
+
#: core/lib/wpbc_all_translations.php:991 inc/_bs/lib_s.php:304 inc/_bs/lib_s.php:324
|
5184 |
msgid "In-Progress"
|
5185 |
msgstr ""
|
5186 |
|
5187 |
+
#: core/lib/wpbc_all_translations.php:992 inc/_bs/lib_s.php:306 inc/_bs/lib_s.php:341
|
5188 |
msgid "Partially paid"
|
5189 |
msgstr ""
|
5190 |
|
5191 |
+
#: core/lib/wpbc_all_translations.php:993 inc/_bs/lib_s.php:307 inc/_bs/lib_s.php:342
|
5192 |
msgid "Cancelled"
|
5193 |
msgstr ""
|
5194 |
|
5195 |
+
#: core/lib/wpbc_all_translations.php:994 inc/_bs/lib_s.php:309 inc/_bs/lib_s.php:330
|
5196 |
msgid "Refunded"
|
5197 |
msgstr ""
|
5198 |
|
5199 |
+
#: core/lib/wpbc_all_translations.php:995 inc/_bs/lib_s.php:310 inc/_bs/lib_s.php:343
|
5200 |
msgid "Fraud"
|
5201 |
msgstr ""
|
5202 |
|
5203 |
+
#: core/lib/wpbc_all_translations.php:996 inc/_bs/lib_s.php:317
|
5204 |
msgid "!Paid OK"
|
5205 |
msgstr ""
|
5206 |
|
5207 |
+
#: core/lib/wpbc_all_translations.php:997 inc/_bs/lib_s.php:318
|
5208 |
msgid "Unknown status"
|
5209 |
msgstr ""
|
5210 |
|
5211 |
+
#: core/lib/wpbc_all_translations.php:998 inc/_bs/lib_s.php:323
|
5212 |
msgid "Processed"
|
5213 |
msgstr ""
|
5214 |
|
5215 |
+
#: core/lib/wpbc_all_translations.php:999 inc/_bs/lib_s.php:325
|
5216 |
msgid "Canceled_Reversal"
|
5217 |
msgstr ""
|
5218 |
|
5219 |
+
#: core/lib/wpbc_all_translations.php:1000 inc/_bs/lib_s.php:326
|
5220 |
msgid "Denied"
|
5221 |
msgstr ""
|
5222 |
|
5223 |
+
#: core/lib/wpbc_all_translations.php:1001 inc/_bs/lib_s.php:327
|
5224 |
msgid "Expired"
|
5225 |
msgstr ""
|
5226 |
|
5227 |
+
#: core/lib/wpbc_all_translations.php:1002 inc/_bs/lib_s.php:329
|
5228 |
msgid "Partially_Refunded"
|
5229 |
msgstr ""
|
5230 |
|
5231 |
+
#: core/lib/wpbc_all_translations.php:1003 inc/_bs/lib_s.php:331
|
5232 |
msgid "Reversed"
|
5233 |
msgstr ""
|
5234 |
|
5235 |
+
#: core/lib/wpbc_all_translations.php:1004 inc/_bs/lib_s.php:332
|
5236 |
msgid "Voided"
|
5237 |
msgstr ""
|
5238 |
|
5239 |
+
#: core/lib/wpbc_all_translations.php:1005 inc/_bs/lib_s.php:335
|
5240 |
msgid "Not authed"
|
5241 |
msgstr ""
|
5242 |
|
5243 |
+
#: core/lib/wpbc_all_translations.php:1006 inc/_bs/lib_s.php:336
|
5244 |
msgid "Malformed"
|
5245 |
msgstr ""
|
5246 |
|
5247 |
+
#: core/lib/wpbc_all_translations.php:1007 inc/_bs/lib_s.php:337
|
5248 |
msgid "Invalid"
|
5249 |
msgstr ""
|
5250 |
|
5251 |
+
#: core/lib/wpbc_all_translations.php:1008 inc/_bs/lib_s.php:338
|
5252 |
msgid "Abort"
|
5253 |
msgstr ""
|
5254 |
|
5255 |
+
#: core/lib/wpbc_all_translations.php:1009 inc/_bs/lib_s.php:339
|
5256 |
msgid "Rejected"
|
5257 |
msgstr ""
|
5258 |
|
5259 |
+
#: core/lib/wpbc_all_translations.php:1010 inc/_bs/lib_s.php:344
|
5260 |
msgid "Suspended"
|
5261 |
msgstr ""
|
5262 |
|
5263 |
+
#: core/lib/wpbc_all_translations.php:1011 inc/_bs/s-toolbar.php:67
|
5264 |
msgid "Send payment request to visitor"
|
5265 |
msgstr ""
|
5266 |
|
5267 |
+
#: core/lib/wpbc_all_translations.php:1012 inc/_bs/s-toolbar.php:107 inc/_ps/p-toolbar.php:100
|
5268 |
#: inc/_ps/p-toolbar.php:465
|
5269 |
msgid "Print"
|
5270 |
msgstr ""
|
5271 |
|
5272 |
+
#: core/lib/wpbc_all_translations.php:1013 inc/_bs/s-toolbar.php:132
|
5273 |
msgid "Save cost"
|
5274 |
msgstr ""
|
5275 |
|
5276 |
+
#: core/lib/wpbc_all_translations.php:1014 inc/_bs/s-toolbar.php:168
|
5277 |
msgid "Change status"
|
5278 |
msgstr ""
|
5279 |
|
5280 |
+
#: core/lib/wpbc_all_translations.php:1015 inc/_bs/s-toolbar.php:191
|
5281 |
msgid "Send payment request to customer"
|
5282 |
msgstr ""
|
5283 |
|
5284 |
+
#: core/lib/wpbc_all_translations.php:1016 inc/_bs/s-toolbar.php:195
|
5285 |
#, php-format
|
5286 |
msgid "Type your %sreason for payment%s request"
|
5287 |
msgstr ""
|
5288 |
|
5289 |
+
#: core/lib/wpbc_all_translations.php:1017 inc/_bs/s-toolbar.php:203
|
5290 |
msgid "Send Request"
|
5291 |
msgstr ""
|
5292 |
|
5293 |
+
#: core/lib/wpbc_all_translations.php:1018 inc/_bs/s-toolbar.php:225
|
5294 |
msgid "Auto-fill form"
|
5295 |
msgstr ""
|
5296 |
|
5297 |
+
#: core/lib/wpbc_all_translations.php:1019 inc/_mu/admin/activation-u.php:84
|
5298 |
msgid "Suite"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
+
#: core/lib/wpbc_all_translations.php:1020 inc/_mu/admin/api-settings-u.php:62
|
5302 |
#: inc/_ps/admin/br-table-import-gcal-p.php:72
|
5303 |
msgid "User"
|
5304 |
msgstr ""
|
5305 |
|
5306 |
+
#: core/lib/wpbc_all_translations.php:1021 inc/_mu/admin/api-settings-u.php:401
|
5307 |
#: inc/_mu/admin/page-users.php:249 inc/_mu/admin/page-users.php:587
|
5308 |
#: inc/_mu/admin/page-users.php:591
|
5309 |
msgid "Super Admin"
|
5310 |
msgstr ""
|
5311 |
|
5312 |
+
#: core/lib/wpbc_all_translations.php:1022 inc/_mu/admin/api-settings-u.php:405
|
5313 |
#: inc/_mu/admin/page-users.php:284 inc/_mu/admin/page-users.php:595
|
5314 |
#: inc/_mu/admin/page-users.php:599
|
5315 |
msgid "Regular User"
|
5316 |
msgstr ""
|
5317 |
|
5318 |
+
#: core/lib/wpbc_all_translations.php:1023 inc/_mu/admin/api-settings-u.php:410
|
5319 |
msgid "Inactive User"
|
5320 |
msgstr ""
|
5321 |
|
5322 |
+
#: core/lib/wpbc_all_translations.php:1024 inc/_mu/admin/page-users.php:42
|
5323 |
#: inc/_mu/admin/page-users.php:427
|
5324 |
msgid "Users"
|
5325 |
msgstr ""
|
5326 |
|
5327 |
+
#: core/lib/wpbc_all_translations.php:1025 inc/_mu/admin/page-users.php:43
|
5328 |
msgid "Manage Users"
|
5329 |
msgstr ""
|
5330 |
|
5331 |
+
#: core/lib/wpbc_all_translations.php:1026 inc/_mu/admin/page-users.php:44
|
5332 |
msgid "Users Settings"
|
5333 |
msgstr ""
|
5334 |
|
5335 |
+
#: core/lib/wpbc_all_translations.php:1027 inc/_mu/admin/page-users.php:204
|
5336 |
#: inc/_mu/multiuser.php:619
|
5337 |
msgid "User is Activated"
|
5338 |
msgstr ""
|
5339 |
|
5340 |
+
#: core/lib/wpbc_all_translations.php:1028 inc/_mu/admin/page-users.php:232
|
5341 |
#: inc/_mu/multiuser.php:669
|
5342 |
msgid "User is Deactivated"
|
5343 |
msgstr ""
|
5344 |
|
5345 |
+
#: core/lib/wpbc_all_translations.php:1029 inc/_mu/admin/page-users.php:435
|
5346 |
msgid "User Role"
|
5347 |
msgstr ""
|
5348 |
|
5349 |
+
#: core/lib/wpbc_all_translations.php:1030 inc/_mu/admin/page-users.php:446
|
5350 |
#: inc/_mu/admin/page-users.php:587 inc/_mu/admin/page-users.php:595
|
5351 |
msgid "Set user as"
|
5352 |
msgstr ""
|
5353 |
|
5354 |
+
#: core/lib/wpbc_all_translations.php:1031 inc/_mu/admin/page-users.php:540
|
5355 |
msgid "Unlimited"
|
5356 |
msgstr ""
|
5357 |
|
5358 |
+
#: core/lib/wpbc_all_translations.php:1032 inc/_mu/admin/page-users.php:552
|
5359 |
#: inc/_mu/admin/page-users.php:560 inc/_mu/admin/page-users.php:566
|
5360 |
#: inc/_mu/admin/page-users.php:573 inc/_mu/admin/page-users.php:586
|
5361 |
#: inc/_mu/admin/page-users.php:594
|
5362 |
msgid "Do you really want"
|
5363 |
msgstr ""
|
5364 |
|
5365 |
+
#: core/lib/wpbc_all_translations.php:1033 inc/_mu/admin/page-users.php:553
|
5366 |
msgid "make user active"
|
5367 |
msgstr ""
|
5368 |
|
5369 |
+
#: core/lib/wpbc_all_translations.php:1034 inc/_mu/admin/page-users.php:557
|
5370 |
msgid "Activate"
|
5371 |
msgstr ""
|
5372 |
|
5373 |
+
#: core/lib/wpbc_all_translations.php:1035 inc/_mu/admin/page-users.php:561
|
5374 |
msgid "make user inactive"
|
5375 |
msgstr ""
|
5376 |
|
5377 |
+
#: core/lib/wpbc_all_translations.php:1036 inc/_mu/admin/page-users.php:564
|
5378 |
msgid "Deactivate"
|
5379 |
msgstr ""
|
5380 |
|
5381 |
+
#: core/lib/wpbc_all_translations.php:1037 inc/_mu/admin/page-users.php:567
|
5382 |
msgid "delete configuration"
|
5383 |
msgstr ""
|
5384 |
|
5385 |
+
#: core/lib/wpbc_all_translations.php:1038 inc/_mu/admin/page-users.php:571
|
5386 |
msgid "Delete settings"
|
5387 |
msgstr ""
|
5388 |
|
5389 |
+
#: core/lib/wpbc_all_translations.php:1039 inc/_mu/admin/page-users.php:574
|
5390 |
msgid "delete all booking data"
|
5391 |
msgstr ""
|
5392 |
|
5393 |
+
#: core/lib/wpbc_all_translations.php:1040 inc/_mu/admin/page-users.php:578
|
5394 |
msgid "Delete data"
|
5395 |
msgstr ""
|
5396 |
|
5397 |
+
#: core/lib/wpbc_all_translations.php:1041 inc/_mu/multiuser.php:605
|
5398 |
msgid "Work days"
|
5399 |
msgstr ""
|
5400 |
|
5401 |
+
#: core/lib/wpbc_all_translations.php:1042 inc/_mu/multiuser.php:732
|
5402 |
#, php-format
|
5403 |
msgid ""
|
5404 |
"%sYou do not have permissions for this page.%s Your account is not active, please contact "
|
5405 |
"administrator.%s"
|
5406 |
msgstr ""
|
5407 |
|
5408 |
+
#: core/lib/wpbc_all_translations.php:1043 inc/_mu/multiuser.php:771
|
5409 |
#, php-format
|
5410 |
msgid "%sYou do not have permissions for this booking resources.%s"
|
5411 |
msgstr ""
|
5412 |
|
5413 |
+
#: core/lib/wpbc_all_translations.php:1044 inc/_mu/multiuser.php:777
|
5414 |
#, php-format
|
5415 |
msgid "%sNo this booking resources.%s"
|
5416 |
msgstr ""
|
5417 |
|
5418 |
+
#: core/lib/wpbc_all_translations.php:1045 inc/_ps/admin/activation-p.php:52
|
5419 |
msgid "Please, reserve an apartment with fresh flowers."
|
5420 |
msgstr ""
|
5421 |
|
5422 |
+
#: core/lib/wpbc_all_translations.php:1046 inc/_ps/admin/api-settings-p.php:55
|
5423 |
msgid "Default booking resource"
|
5424 |
msgstr ""
|
5425 |
|
5426 |
+
#: core/lib/wpbc_all_translations.php:1047 inc/_ps/admin/api-settings-p.php:56
|
5427 |
msgid "Select your default booking resource."
|
5428 |
msgstr ""
|
5429 |
|
5430 |
+
#: core/lib/wpbc_all_translations.php:1048 inc/_ps/admin/api-settings-p.php:69
|
5431 |
msgid "Resources number per page"
|
5432 |
msgstr ""
|
5433 |
|
5434 |
+
#: core/lib/wpbc_all_translations.php:1049 inc/_ps/admin/api-settings-p.php:70
|
5435 |
msgid "Select number of booking resources (single or parent) per page at Resource menu page"
|
5436 |
msgstr ""
|
5437 |
|
5438 |
+
#: core/lib/wpbc_all_translations.php:1050 inc/_ps/admin/api-settings-p.php:90
|
5439 |
#: inc/_ps/admin/api-settings-p.php:100
|
5440 |
msgid "Booking title"
|
5441 |
msgstr ""
|
5442 |
|
5443 |
+
#: core/lib/wpbc_all_translations.php:1051 inc/_ps/admin/api-settings-p.php:90
|
5444 |
msgid "admin panel"
|
5445 |
msgstr ""
|
5446 |
|
5447 |
+
#: core/lib/wpbc_all_translations.php:1052 inc/_ps/admin/api-settings-p.php:91
|
5448 |
#, php-format
|
5449 |
msgid ""
|
5450 |
"Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
|
5451 |
"the shortcodes from the bottom form of Settings Fields page)."
|
5452 |
msgstr ""
|
5453 |
|
5454 |
+
#: core/lib/wpbc_all_translations.php:1053 inc/_ps/admin/api-settings-p.php:100
|
5455 |
msgid "front panel"
|
5456 |
msgstr ""
|
5457 |
|
5458 |
+
#: core/lib/wpbc_all_translations.php:1054 inc/_ps/admin/api-settings-p.php:101
|
5459 |
#, php-format
|
5460 |
msgid ""
|
5461 |
"Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
|
5462 |
"from the bottom form of Settings Fields page."
|
5463 |
msgstr ""
|
5464 |
|
5465 |
+
#: core/lib/wpbc_all_translations.php:1055 inc/_ps/admin/api-settings-p.php:109
|
5466 |
msgid "Booking details in popover"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
+
#: core/lib/wpbc_all_translations.php:1056 inc/_ps/admin/api-settings-p.php:110
|
5470 |
#, php-format
|
5471 |
msgid ""
|
5472 |
"Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
|
5473 |
"side."
|
5474 |
msgstr ""
|
5475 |
|
5476 |
+
#: core/lib/wpbc_all_translations.php:1057 inc/_ps/admin/api-settings-p.php:132
|
5477 |
msgid "semicolon"
|
5478 |
msgstr ""
|
5479 |
|
5480 |
+
#: core/lib/wpbc_all_translations.php:1058 inc/_ps/admin/api-settings-p.php:133
|
5481 |
msgid "comma"
|
5482 |
msgstr ""
|
5483 |
|
5484 |
+
#: core/lib/wpbc_all_translations.php:1059 inc/_ps/admin/api-settings-p.php:138
|
5485 |
msgid "CSV data separator"
|
5486 |
msgstr ""
|
5487 |
|
5488 |
+
#: core/lib/wpbc_all_translations.php:1060 inc/_ps/admin/api-settings-p.php:139
|
5489 |
msgid "Select separator of data for export bookings to CSV."
|
5490 |
msgstr ""
|
5491 |
|
5492 |
+
#: core/lib/wpbc_all_translations.php:1061 inc/_ps/admin/api-settings-p.php:164
|
5493 |
msgid "URL to edit bookings"
|
5494 |
msgstr ""
|
5495 |
|
5496 |
+
#: core/lib/wpbc_all_translations.php:1062 inc/_ps/admin/api-settings-p.php:165
|
5497 |
#, php-format
|
5498 |
msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
|
5499 |
msgstr ""
|
5500 |
|
5501 |
+
#: core/lib/wpbc_all_translations.php:1063 inc/_ps/admin/api-settings-p.php:176
|
5502 |
msgid "Change hash after the booking is approved"
|
5503 |
msgstr ""
|
5504 |
|
5505 |
+
#: core/lib/wpbc_all_translations.php:1064 inc/_ps/admin/api-settings-p.php:177
|
5506 |
msgid ""
|
5507 |
"Check this box if you want to change the booking hash after approval. When checked, visitor will "
|
5508 |
"not be able to edit or cancel the booking."
|
5509 |
msgstr ""
|
5510 |
|
5511 |
+
#: core/lib/wpbc_all_translations.php:1065 inc/_ps/admin/page-email-edit.php:497
|
5512 |
msgid "Modified"
|
5513 |
msgstr ""
|
5514 |
|
5515 |
+
#: core/lib/wpbc_all_translations.php:1066 inc/_ps/admin/page-email-edit.php:499
|
5516 |
msgid "Customization of email template, which is sending after modification of booking"
|
5517 |
msgstr ""
|
5518 |
|
5519 |
+
#: core/lib/wpbc_all_translations.php:1067 inc/_ps/admin/page-email-edit.php:635
|
5520 |
msgid "Email is sending to Visitor after Editing of booking."
|
5521 |
msgstr ""
|
5522 |
|
5523 |
+
#: core/lib/wpbc_all_translations.php:1068 inc/_ps/admin/page-resources.php:38
|
5524 |
msgid "Customizaton of booking resources"
|
5525 |
msgstr ""
|
5526 |
|
5527 |
+
#: core/lib/wpbc_all_translations.php:1069 inc/_ps/admin/page-settings-form.php:124
|
5528 |
#: inc/_ps/admin/page-settings-form.php:144
|
5529 |
msgid "Form fields"
|
5530 |
msgstr ""
|
5531 |
|
5532 |
+
#: core/lib/wpbc_all_translations.php:1070 inc/_ps/admin/page-settings-form.php:125
|
5533 |
msgid "Content of Booking Fields"
|
5534 |
msgstr ""
|
5535 |
|
5536 |
+
#: core/lib/wpbc_all_translations.php:1071 inc/_ps/admin/page-settings-form.php:151
|
5537 |
msgid "Generate tag"
|
5538 |
msgstr ""
|
5539 |
|
5540 |
+
#: core/lib/wpbc_all_translations.php:1072 inc/_ps/admin/page-settings-form.php:160
|
5541 |
#, php-format
|
5542 |
msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
+
#: core/lib/wpbc_all_translations.php:1073 inc/_ps/admin/page-settings-form.php:299
|
5546 |
msgid "Form Template"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
+
#: core/lib/wpbc_all_translations.php:1074 inc/_ps/admin/page-settings-form.php:312
|
5550 |
msgid "Standard Templates"
|
5551 |
msgstr ""
|
5552 |
|
5553 |
+
#: core/lib/wpbc_all_translations.php:1075 inc/_ps/admin/page-settings-form.php:325
|
5554 |
#: inc/_ps/form/class-wpbc-field-help-textarea.php:111
|
5555 |
msgid "Columns"
|
5556 |
msgstr ""
|
5557 |
|
5558 |
+
#: core/lib/wpbc_all_translations.php:1076 inc/_ps/admin/page-settings-form.php:349
|
5559 |
+
#: inc/_ps/admin/page-settings-form.php:359 inc/_ps/admin/page-settings-form.php:369
|
5560 |
msgid "Time Slots"
|
5561 |
msgstr ""
|
5562 |
|
5563 |
+
#: core/lib/wpbc_all_translations.php:1077 inc/_ps/admin/page-settings-form.php:386
|
5564 |
msgid "Advanced Templates"
|
5565 |
msgstr ""
|
5566 |
|
5567 |
+
#: core/lib/wpbc_all_translations.php:1078 inc/_ps/admin/page-settings-form.php:389
|
5568 |
msgid "Wizard (several steps)"
|
5569 |
msgstr ""
|
5570 |
|
5571 |
+
#: core/lib/wpbc_all_translations.php:1079 inc/_ps/admin/page-settings-form.php:402
|
5572 |
msgid "Time slots for different weekdays"
|
5573 |
msgstr ""
|
5574 |
|
5575 |
+
#: core/lib/wpbc_all_translations.php:1080 inc/_ps/admin/page-settings-form.php:412
|
5576 |
msgid "Hints"
|
5577 |
msgstr ""
|
5578 |
|
5579 |
+
#: core/lib/wpbc_all_translations.php:1081 inc/_ps/admin/page-settings-form.php:434
|
5580 |
msgid "Reset Form"
|
5581 |
msgstr ""
|
5582 |
|
5583 |
+
#: core/lib/wpbc_all_translations.php:1082 inc/_ps/admin/page-settings-form.php:487
|
5584 |
msgid "Both"
|
5585 |
msgstr ""
|
5586 |
|
5587 |
+
#: core/lib/wpbc_all_translations.php:1083 inc/_ps/admin/page-settings-form.php:488
|
5588 |
msgid "Reset Booking Form and Content of Booking Fields Form"
|
5589 |
msgstr ""
|
5590 |
|
5591 |
+
#: core/lib/wpbc_all_translations.php:1084 inc/_ps/admin/page-settings-form.php:582
|
5592 |
#: inc/gateways/page-gateways.php:925
|
5593 |
#, php-format
|
5594 |
msgid "%s - inserting data from fields of booking form"
|
5595 |
msgstr ""
|
5596 |
|
5597 |
+
#: core/lib/wpbc_all_translations.php:1085 inc/_ps/admin/page-settings-form.php:583
|
5598 |
#, php-format
|
5599 |
msgid "%s - inserting new line"
|
5600 |
msgstr ""
|
5601 |
|
5602 |
+
#: core/lib/wpbc_all_translations.php:1086 inc/_ps/admin/page-settings-form.php:587
|
5603 |
#: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:980
|
5604 |
#, php-format
|
5605 |
msgid ""
|
5607 |
"that all \"open\" tags (like %s) are closed (like this %s)."
|
5608 |
msgstr ""
|
5609 |
|
5610 |
+
#: core/lib/wpbc_all_translations.php:1087 inc/_ps/admin/page-settings-up.php:37
|
5611 |
msgid "Upgrade to higher version"
|
5612 |
msgstr ""
|
5613 |
|
5614 |
+
#: core/lib/wpbc_all_translations.php:1088 inc/_ps/class/wpbc-settings-table.php:252
|
5615 |
msgid "No results found."
|
5616 |
msgstr ""
|
5617 |
|
5618 |
+
#: core/lib/wpbc_all_translations.php:1089 inc/_ps/form/class-wpbc-field-help-checkbox.php:90
|
5619 |
#, php-format
|
5620 |
msgid "Wrap each item with %s tag"
|
5621 |
msgstr ""
|
5622 |
|
5623 |
+
#: core/lib/wpbc_all_translations.php:1090 inc/_ps/form/class-wpbc-field-help-checkbox.php:104
|
5624 |
msgid "Put a label before field"
|
5625 |
msgstr ""
|
5626 |
|
5627 |
+
#: core/lib/wpbc_all_translations.php:1091 inc/_ps/form/class-wpbc-field-help-checkbox.php:118
|
5628 |
#, php-format
|
5629 |
msgid "Make it %sexclusive%s"
|
5630 |
msgstr ""
|
5631 |
|
5632 |
+
#: core/lib/wpbc_all_translations.php:1092 inc/_ps/form/class-wpbc-field-help-checkbox.php:128
|
5633 |
#: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
|
5634 |
#: inc/_ps/form/class-wpbc-field-help-text.php:194
|
5635 |
msgid "Default value"
|
5636 |
msgstr ""
|
5637 |
|
5638 |
+
#: core/lib/wpbc_all_translations.php:1093 inc/_ps/form/class-wpbc-field-help-checkbox.php:136
|
5639 |
#, php-format
|
5640 |
msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
|
5641 |
msgstr ""
|
5642 |
|
5643 |
+
#: core/lib/wpbc_all_translations.php:1094 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
|
5644 |
#: inc/_ps/form/class-wpbc-field-help-select.php:111
|
5645 |
#: inc/_ps/form/class-wpbc-field-help-text.php:177
|
5646 |
msgid "required"
|
5647 |
msgstr ""
|
5648 |
|
5649 |
+
#: core/lib/wpbc_all_translations.php:1095 inc/_ps/form/class-wpbc-field-help-checkbox.php:154
|
5650 |
#: inc/_ps/form/class-wpbc-field-help-select.php:119
|
5651 |
msgid "One option per line"
|
5652 |
msgstr ""
|
5653 |
|
5654 |
+
#: core/lib/wpbc_all_translations.php:1096 inc/_ps/form/class-wpbc-field-help-checkbox.php:164
|
5655 |
#: inc/_ps/form/class-wpbc-field-help-select.php:129
|
5656 |
msgid "Titles of options"
|
5657 |
msgstr ""
|
5658 |
|
5659 |
+
#: core/lib/wpbc_all_translations.php:1097 inc/_ps/form/class-wpbc-field-help-checkbox.php:172
|
5660 |
#: inc/_ps/form/class-wpbc-field-help-select.php:137
|
5661 |
msgid "One title per line"
|
5662 |
msgstr ""
|
5663 |
|
5664 |
+
#: core/lib/wpbc_all_translations.php:1098 inc/_ps/form/class-wpbc-field-help-radio.php:93
|
5665 |
#: inc/_ps/form/class-wpbc-field-help-select.php:86
|
5666 |
#, php-format
|
5667 |
msgid "One Value from %sOptions%s list"
|
5668 |
msgstr ""
|
5669 |
|
5670 |
+
#: core/lib/wpbc_all_translations.php:1099 inc/_ps/form/class-wpbc-field-help-select.php:101
|
5671 |
#, php-format
|
5672 |
msgid "Allow %smultiple%s selections"
|
5673 |
msgstr ""
|
5674 |
|
5675 |
+
#: core/lib/wpbc_all_translations.php:1100 inc/_ps/form/class-wpbc-field-help-text.php:167
|
5676 |
#, php-format
|
5677 |
msgid "Set as %srequired%s"
|
5678 |
msgstr ""
|
5679 |
|
5680 |
+
#: core/lib/wpbc_all_translations.php:1101 inc/_ps/form/class-wpbc-field-help-text.php:228
|
5681 |
msgid "Placeholder"
|
5682 |
msgstr ""
|
5683 |
|
5684 |
+
#: core/lib/wpbc_all_translations.php:1102 inc/_ps/form/class-wpbc-field-help-text.php:247
|
5685 |
msgid "Class"
|
5686 |
msgstr ""
|
5687 |
|
5688 |
+
#: core/lib/wpbc_all_translations.php:1103 inc/_ps/form/class-wpbc-field-help-text.php:264
|
5689 |
msgid "Size"
|
5690 |
msgstr ""
|
5691 |
|
5692 |
+
#: core/lib/wpbc_all_translations.php:1104 inc/_ps/form/class-wpbc-field-help-text.php:281
|
5693 |
msgid "Maxlength"
|
5694 |
msgstr ""
|
5695 |
|
5696 |
+
#: core/lib/wpbc_all_translations.php:1105 inc/_ps/form/class-wpbc-field-help-text.php:298
|
5697 |
msgid "Copy and paste this shortcode into the form at left side"
|
5698 |
msgstr ""
|
5699 |
|
5700 |
+
#: core/lib/wpbc_all_translations.php:1106 inc/_ps/form/class-wpbc-field-help-text.php:313
|
5701 |
#, php-format
|
5702 |
msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
|
5703 |
msgstr ""
|
5704 |
|
5705 |
+
#: core/lib/wpbc_all_translations.php:1107 inc/_ps/form/class-wpbc-field-help-textarea.php:94
|
5706 |
msgid "Rows"
|
5707 |
msgstr ""
|
5708 |
|
5709 |
+
#: core/lib/wpbc_all_translations.php:1108 inc/_ps/form/class-wpbc-form-help.php:86
|
5710 |
msgid "General Information"
|
5711 |
msgstr ""
|
5712 |
|
5713 |
+
#: core/lib/wpbc_all_translations.php:1109 inc/_ps/form/class-wpbc-form-help.php:109
|
5714 |
msgid "Required Fields in Booking Form"
|
5715 |
msgstr ""
|
5716 |
|
5717 |
+
#: core/lib/wpbc_all_translations.php:1110 inc/_ps/form/class-wpbc-form-help.php:117
|
5718 |
#, php-format
|
5719 |
msgid "You must to have this shortcode:%s in the form."
|
5720 |
msgstr ""
|
5721 |
|
5722 |
+
#: core/lib/wpbc_all_translations.php:1111 inc/_ps/form/class-wpbc-form-help.php:119
|
5723 |
msgid ""
|
5724 |
"You can insert several calendars of different resources into the form allowing you to book "
|
5725 |
"several resources during one booking process."
|
5726 |
msgstr ""
|
5727 |
|
5728 |
+
#: core/lib/wpbc_all_translations.php:1112 inc/_ps/form/class-wpbc-form-help.php:120
|
5729 |
#, php-format
|
5730 |
msgid "Example: %s."
|
5731 |
msgstr ""
|
5732 |
|
5733 |
+
#: core/lib/wpbc_all_translations.php:1113 inc/_ps/form/class-wpbc-form-help.php:121
|
5734 |
#, php-format
|
5735 |
msgid ""
|
5736 |
"where %s – default calendar %s (you can select desired resource of calendar by inserting "
|
5737 |
"shortcode into page)%s"
|
5738 |
msgstr ""
|
5739 |
|
5740 |
+
#: core/lib/wpbc_all_translations.php:1114 inc/_ps/form/class-wpbc-form-help.php:122
|
5741 |
#: inc/_ps/form/class-wpbc-form-help.php:123
|
5742 |
#, php-format
|
5743 |
msgid "%s – calendar of booking resource with %s"
|
5744 |
msgstr ""
|
5745 |
|
5746 |
+
#: core/lib/wpbc_all_translations.php:1115 inc/_ps/form/class-wpbc-form-help.php:124
|
5747 |
#, php-format
|
5748 |
msgid "Please check more about this feature %shere%s."
|
5749 |
msgstr ""
|
5750 |
|
5751 |
+
#: core/lib/wpbc_all_translations.php:1116 inc/_ps/form/class-wpbc-form-help.php:126
|
5752 |
#: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
|
5753 |
#: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
|
5754 |
#: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
|
5758 |
msgid "You can %suse this shortcode only once%s in the form."
|
5759 |
msgstr ""
|
5760 |
|
5761 |
+
#: core/lib/wpbc_all_translations.php:1117 inc/_ps/form/class-wpbc-form-help.php:135
|
5762 |
msgid "Email Field"
|
5763 |
msgstr ""
|
5764 |
|
5765 |
+
#: core/lib/wpbc_all_translations.php:1118 inc/_ps/form/class-wpbc-form-help.php:136
|
5766 |
#, php-format
|
5767 |
msgid "You must have this shortcode:%s in the booking form."
|
5768 |
msgstr ""
|
5769 |
|
5770 |
+
#: core/lib/wpbc_all_translations.php:1119 inc/_ps/form/class-wpbc-form-help.php:136
|
5771 |
msgid "This is the primary email field, which is used for sending emails to visitors."
|
5772 |
msgstr ""
|
5773 |
|
5774 |
+
#: core/lib/wpbc_all_translations.php:1120 inc/_ps/form/class-wpbc-form-help.php:163
|
5775 |
msgid "Drop Down"
|
5776 |
msgstr ""
|
5777 |
|
5778 |
+
#: core/lib/wpbc_all_translations.php:1121 inc/_ps/form/class-wpbc-form-help.php:175
|
5779 |
msgid "Checkbox(es)"
|
5780 |
msgstr ""
|
5781 |
|
5782 |
+
#: core/lib/wpbc_all_translations.php:1122 inc/_ps/form/class-wpbc-form-help.php:182
|
5783 |
msgid "Radio Button(s)"
|
5784 |
msgstr ""
|
5785 |
|
5786 |
+
#: core/lib/wpbc_all_translations.php:1123 inc/_ps/form/class-wpbc-form-help.php:196
|
5787 |
#, php-format
|
5788 |
msgid "Insert %s shortcode to prevent SPAM bookings."
|
5789 |
msgstr ""
|
5790 |
|
5791 |
+
#: core/lib/wpbc_all_translations.php:1124 inc/_ps/form/class-wpbc-form-help.php:206
|
5792 |
msgid "Submit Button"
|
5793 |
msgstr ""
|
5794 |
|
5795 |
+
#: core/lib/wpbc_all_translations.php:1125 inc/_ps/form/class-wpbc-form-help.php:214
|
5796 |
msgid "Times Fields"
|
5797 |
msgstr ""
|
5798 |
|
5799 |
+
#: core/lib/wpbc_all_translations.php:1126 inc/_ps/form/class-wpbc-form-help.php:220
|
5800 |
msgid "Time Slot List"
|
5801 |
msgstr ""
|
5802 |
|
5803 |
+
#: core/lib/wpbc_all_translations.php:1127 inc/_ps/form/class-wpbc-form-help.php:222
|
5804 |
#: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
|
5805 |
#: inc/_ps/form/class-wpbc-form-help.php:379
|
5806 |
#, php-format
|
5807 |
msgid "Select the %s using the predefined %sTime List%s."
|
5808 |
msgstr ""
|
5809 |
|
5810 |
+
#: core/lib/wpbc_all_translations.php:1128 inc/_ps/form/class-wpbc-form-help.php:222
|
5811 |
msgid "Time Slot"
|
5812 |
msgstr ""
|
5813 |
|
5814 |
+
#: core/lib/wpbc_all_translations.php:1129 inc/_ps/form/class-wpbc-form-help.php:223
|
5815 |
#, php-format
|
5816 |
msgid ""
|
5817 |
"Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
|
5818 |
"slots, this time field will %sdisable booked times slots%s (set them as grayed)."
|
5819 |
msgstr ""
|
5820 |
|
5821 |
+
#: core/lib/wpbc_all_translations.php:1130 inc/_ps/form/class-wpbc-form-help.php:224
|
5822 |
#, php-format
|
5823 |
msgid "It works only in %ssingle day selection%s mode."
|
5824 |
msgstr ""
|
5825 |
|
5826 |
+
#: core/lib/wpbc_all_translations.php:1131 inc/_ps/form/class-wpbc-form-help.php:225
|
5827 |
msgid ""
|
5828 |
"Also some early versions of the IE do not support disabling of the options in the selectboxes."
|
5829 |
msgstr ""
|
5830 |
|
5831 |
+
#: core/lib/wpbc_all_translations.php:1132 inc/_ps/form/class-wpbc-form-help.php:226
|
5832 |
msgid ""
|
5833 |
"Even if visitor selects the booked timeslot, system will not allow them to make the booking."
|
5834 |
msgstr ""
|
5835 |
|
5836 |
+
#: core/lib/wpbc_all_translations.php:1133 inc/_ps/form/class-wpbc-form-help.php:229
|
5837 |
#: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
|
5838 |
#, php-format
|
5839 |
msgid ""
|
5841 |
"Time)%s only."
|
5842 |
msgstr ""
|
5843 |
|
5844 |
+
#: core/lib/wpbc_all_translations.php:1134 inc/_ps/form/class-wpbc-form-help.php:231
|
5845 |
#, php-format
|
5846 |
msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
|
5847 |
msgstr ""
|
5848 |
|
5849 |
+
#: core/lib/wpbc_all_translations.php:1135 inc/_ps/form/class-wpbc-form-help.php:273
|
5850 |
msgid "Start Time - Text field"
|
5851 |
msgstr ""
|
5852 |
|
5853 |
+
#: core/lib/wpbc_all_translations.php:1136 inc/_ps/form/class-wpbc-form-help.php:275
|
5854 |
#: inc/_ps/form/class-wpbc-form-help.php:288
|
5855 |
#, php-format
|
5856 |
msgid "Enter %s in text field."
|
5857 |
msgstr ""
|
5858 |
|
5859 |
+
#: core/lib/wpbc_all_translations.php:1137 inc/_ps/form/class-wpbc-form-help.php:275
|
5860 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
|
5861 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
|
5862 |
msgid "Start Time"
|
5863 |
msgstr ""
|
5864 |
|
5865 |
+
#: core/lib/wpbc_all_translations.php:1138 inc/_ps/form/class-wpbc-form-help.php:277
|
5866 |
#: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
|
5867 |
#, php-format
|
5868 |
msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
|
5869 |
msgstr ""
|
5870 |
|
5871 |
+
#: core/lib/wpbc_all_translations.php:1139 inc/_ps/form/class-wpbc-form-help.php:279
|
5872 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
5873 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
|
5874 |
#, php-format
|
5875 |
msgid "You can also use the %s in the form."
|
5876 |
msgstr ""
|
5877 |
|
5878 |
+
#: core/lib/wpbc_all_translations.php:1140 inc/_ps/form/class-wpbc-form-help.php:279
|
5879 |
#: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
|
5880 |
#: inc/_ps/form/class-wpbc-form-help.php:340
|
5881 |
msgid "End Time"
|
5882 |
msgstr ""
|
5883 |
|
5884 |
+
#: core/lib/wpbc_all_translations.php:1141 inc/_ps/form/class-wpbc-form-help.php:279
|
5885 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
5886 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
|
5887 |
msgid "Duration Time"
|
5888 |
msgstr ""
|
5889 |
|
5890 |
+
#: core/lib/wpbc_all_translations.php:1142 inc/_ps/form/class-wpbc-form-help.php:279
|
5891 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
5892 |
#: inc/_ps/form/class-wpbc-form-help.php:344
|
5893 |
msgid "fields"
|
5894 |
msgstr ""
|
5895 |
|
5896 |
+
#: core/lib/wpbc_all_translations.php:1143 inc/_ps/form/class-wpbc-form-help.php:286
|
5897 |
msgid "End Time - Text field"
|
5898 |
msgstr ""
|
5899 |
|
5900 |
+
#: core/lib/wpbc_all_translations.php:1144 inc/_ps/form/class-wpbc-form-help.php:300
|
5901 |
msgid "Start Time - Drop Down list"
|
5902 |
msgstr ""
|
5903 |
|
5904 |
+
#: core/lib/wpbc_all_translations.php:1145 inc/_ps/form/class-wpbc-form-help.php:304
|
5905 |
#, php-format
|
5906 |
msgid ""
|
5907 |
"Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
|
5908 |
"Time)%s only."
|
5909 |
msgstr ""
|
5910 |
|
5911 |
+
#: core/lib/wpbc_all_translations.php:1146 inc/_ps/form/class-wpbc-form-help.php:338
|
5912 |
msgid "End Time - Drop Down list"
|
5913 |
msgstr ""
|
5914 |
|
5915 |
+
#: core/lib/wpbc_all_translations.php:1147 inc/_ps/form/class-wpbc-form-help.php:377
|
5916 |
msgid "Duration Time - Drop Down list"
|
5917 |
msgstr ""
|
5918 |
|
5919 |
+
#: core/lib/wpbc_all_translations.php:1148 inc/_ps/form/class-wpbc-form-help.php:383
|
5920 |
msgid "field"
|
5921 |
msgstr ""
|
5922 |
|
5923 |
+
#: core/lib/wpbc_all_translations.php:1149 inc/_ps/form/class-wpbc-form-help.php:416
|
5924 |
msgid "Different time slots, for the different week days"
|
5925 |
msgstr ""
|
5926 |
|
5927 |
+
#: core/lib/wpbc_all_translations.php:1150 inc/_ps/form/class-wpbc-form-help.php:419
|
5928 |
msgid ""
|
5929 |
"This feature provides the possibility to use the different time slot selections in the booking "
|
5930 |
"form for the different week days or different days - which are assigned to the specific season "
|
5931 |
"filters. So each week day (day of specific season filter) can have a different time slots list."
|
5932 |
msgstr ""
|
5933 |
|
5934 |
+
#: core/lib/wpbc_all_translations.php:1151 inc/_ps/form/class-wpbc-form-help.php:421
|
5935 |
#: inc/_ps/form/class-wpbc-form-help.php:568
|
5936 |
msgid "Configuration"
|
5937 |
msgstr ""
|
5938 |
|
5939 |
+
#: core/lib/wpbc_all_translations.php:1152 inc/_ps/form/class-wpbc-form-help.php:422
|
5940 |
#: inc/_ps/form/class-wpbc-form-help.php:569
|
5941 |
#, php-format
|
5942 |
msgid "The general structure of the configuration %scondition rule%s is as follows"
|
5943 |
msgstr ""
|
5944 |
|
5945 |
+
#: core/lib/wpbc_all_translations.php:1153 inc/_ps/form/class-wpbc-form-help.php:428
|
5946 |
#: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
|
5947 |
#: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
|
5948 |
#: inc/_ps/form/class-wpbc-form-help.php:619
|
5949 |
msgid "Parameters"
|
5950 |
msgstr ""
|
5951 |
|
5952 |
+
#: core/lib/wpbc_all_translations.php:1154 inc/_ps/form/class-wpbc-form-help.php:429
|
5953 |
#: inc/_ps/form/class-wpbc-form-help.php:576
|
5954 |
#, php-format
|
5955 |
msgid ""
|
5959 |
"conditions. Please check more about it, in the examples."
|
5960 |
msgstr ""
|
5961 |
|
5962 |
+
#: core/lib/wpbc_all_translations.php:1155 inc/_ps/form/class-wpbc-form-help.php:430
|
5963 |
#: inc/_ps/form/class-wpbc-form-help.php:577
|
5964 |
#, php-format
|
5965 |
msgid ""
|
5970 |
"filter in the Season Filters page."
|
5971 |
msgstr ""
|
5972 |
|
5973 |
+
#: core/lib/wpbc_all_translations.php:1156 inc/_ps/form/class-wpbc-form-help.php:431
|
5974 |
#, php-format
|
5975 |
msgid ""
|
5976 |
"%svalue%s – value of the specific conditions. If the value is true, the content of the "
|
5979 |
"at initial stage, when the date in calendar is not yet selected."
|
5980 |
msgstr ""
|
5981 |
|
5982 |
+
#: core/lib/wpbc_all_translations.php:1157 inc/_ps/form/class-wpbc-form-help.php:433
|
5983 |
#: inc/_ps/form/class-wpbc-form-help.php:580
|
5984 |
msgid "Examples"
|
5985 |
msgstr ""
|
5986 |
|
5987 |
+
#: core/lib/wpbc_all_translations.php:1158 inc/_ps/form/class-wpbc-form-help.php:434
|
5988 |
#: inc/_ps/form/class-wpbc-form-help.php:581
|
5989 |
msgid "Week days conditions."
|
5990 |
msgstr ""
|
5991 |
|
5992 |
+
#: core/lib/wpbc_all_translations.php:1159 inc/_ps/form/class-wpbc-form-help.php:450
|
5993 |
#: inc/_ps/form/class-wpbc-form-help.php:597
|
5994 |
msgid "default value, if no dates are selected, or none exist conditions are true."
|
5995 |
msgstr ""
|
5996 |
|
5997 |
+
#: core/lib/wpbc_all_translations.php:1160 inc/_ps/form/class-wpbc-form-help.php:458
|
5998 |
#: inc/_ps/form/class-wpbc-form-help.php:475
|
5999 |
msgid "You can use the several values, separated by comma."
|
6000 |
msgstr ""
|
6001 |
|
6002 |
+
#: core/lib/wpbc_all_translations.php:1161 inc/_ps/form/class-wpbc-form-help.php:460
|
6003 |
#: inc/_ps/form/class-wpbc-form-help.php:607
|
6004 |
msgid "Season filters conditions."
|
6005 |
msgstr ""
|
6006 |
|
6007 |
+
#: core/lib/wpbc_all_translations.php:1162 inc/_ps/form/class-wpbc-form-help.php:473
|
6008 |
#: inc/_ps/form/class-wpbc-form-help.php:620
|
6009 |
msgid "Season filter on the Season Filters page,"
|
6010 |
msgstr ""
|
6011 |
|
6012 |
+
#: core/lib/wpbc_all_translations.php:1163 inc/_ps/form/class-wpbc-form-help.php:474
|
6013 |
#: inc/_ps/form/class-wpbc-form-help.php:621
|
6014 |
msgid "Season filter on the Season Filters page"
|
6015 |
msgstr ""
|
6016 |
|
6017 |
+
#: core/lib/wpbc_all_translations.php:1164 inc/_ps/form/class-wpbc-form-help.php:477
|
6018 |
#: inc/_ps/form/class-wpbc-form-help.php:624
|
6019 |
msgid "Additional info"
|
6020 |
msgstr ""
|
6021 |
|
6022 |
+
#: core/lib/wpbc_all_translations.php:1165 inc/_ps/form/class-wpbc-form-help.php:478
|
6023 |
#: inc/_ps/form/class-wpbc-form-help.php:625
|
6024 |
#, php-format
|
6025 |
msgid ""
|
6027 |
"section."
|
6028 |
msgstr ""
|
6029 |
|
6030 |
+
#: core/lib/wpbc_all_translations.php:1166 inc/_ps/form/class-wpbc-form-help.php:479
|
6031 |
#: inc/_ps/form/class-wpbc-form-help.php:626
|
6032 |
#, php-format
|
6033 |
msgid "Please check more about this feature at %sthis page%s"
|
6034 |
msgstr ""
|
6035 |
|
6036 |
+
#: core/lib/wpbc_all_translations.php:1167 inc/_ps/form/class-wpbc-form-help.php:493
|
6037 |
msgid "Time Field"
|
6038 |
msgstr ""
|
6039 |
|
6040 |
+
#: core/lib/wpbc_all_translations.php:1168 inc/_ps/form/class-wpbc-form-help.php:495
|
6041 |
#, php-format
|
6042 |
msgid "Enter the %sTime%s using the text field."
|
6043 |
msgstr ""
|
6044 |
|
6045 |
+
#: core/lib/wpbc_all_translations.php:1169 inc/_ps/form/class-wpbc-form-help.php:498
|
6046 |
msgid "This field does not impact to availability (booking for the specific time) ."
|
6047 |
msgstr ""
|
6048 |
|
6049 |
+
#: core/lib/wpbc_all_translations.php:1170 inc/_ps/form/class-wpbc-form-help.php:499
|
6050 |
msgid "The value of this field is just saved into DB."
|
6051 |
msgstr ""
|
6052 |
|
6053 |
+
#: core/lib/wpbc_all_translations.php:1171 inc/_ps/form/class-wpbc-form-help.php:509
|
6054 |
msgid "Country List"
|
6055 |
msgstr ""
|
6056 |
|
6057 |
+
#: core/lib/wpbc_all_translations.php:1172 inc/_ps/form/class-wpbc-form-help.php:511
|
6058 |
msgid "Select the country from the predefined country list."
|
6059 |
msgstr ""
|
6060 |
|
6061 |
+
#: core/lib/wpbc_all_translations.php:1173 inc/_ps/form/class-wpbc-form-help.php:512
|
6062 |
#, php-format
|
6063 |
msgid "You can customize the country list at this file: %s"
|
6064 |
msgstr ""
|
6065 |
|
6066 |
+
#: core/lib/wpbc_all_translations.php:1174 inc/_ps/form/class-wpbc-form-help.php:513
|
6067 |
msgid "You can insert this field with default selected value."
|
6068 |
msgstr ""
|
6069 |
|
6070 |
+
#: core/lib/wpbc_all_translations.php:1175 inc/_ps/form/class-wpbc-form-help.php:514
|
6071 |
#, php-format
|
6072 |
msgid "Example: %s - %s\"United States\"%s is selected by default."
|
6073 |
msgstr ""
|
6074 |
|
6075 |
+
#: core/lib/wpbc_all_translations.php:1176 inc/_ps/form/class-wpbc-form-help.php:523
|
6076 |
msgid "Language Sections"
|
6077 |
msgstr ""
|
6078 |
|
6079 |
+
#: core/lib/wpbc_all_translations.php:1177 inc/_ps/form/class-wpbc-form-help.php:525
|
6080 |
msgid "Plugin support configurations of the booking form are available in different languages."
|
6081 |
msgstr ""
|
6082 |
|
6083 |
+
#: core/lib/wpbc_all_translations.php:1178 inc/_ps/form/class-wpbc-form-help.php:526
|
6084 |
msgid "The active language of the booking form depends on the active locale of the site."
|
6085 |
msgstr ""
|
6086 |
|
6087 |
+
#: core/lib/wpbc_all_translations.php:1179 inc/_ps/form/class-wpbc-form-help.php:527
|
6088 |
msgid ""
|
6089 |
"Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
|
6090 |
msgstr ""
|
6091 |
|
6092 |
+
#: core/lib/wpbc_all_translations.php:1180 inc/_ps/form/class-wpbc-form-help.php:529
|
6093 |
msgid "Usage"
|
6094 |
msgstr ""
|
6095 |
|
6096 |
+
#: core/lib/wpbc_all_translations.php:1181 inc/_ps/form/class-wpbc-form-help.php:530
|
6097 |
#, php-format
|
6098 |
msgid "start new translation section in specific language, where %s - locale of the translation."
|
6099 |
msgstr ""
|
6100 |
|
6101 |
+
#: core/lib/wpbc_all_translations.php:1182 inc/_ps/form/class-wpbc-form-help.php:533
|
6102 |
msgid "English and French translation"
|
6103 |
msgstr ""
|
6104 |
|
6105 |
+
#: core/lib/wpbc_all_translations.php:1183 inc/_ps/form/class-wpbc-form-help.php:536
|
6106 |
msgid "of configuration booking form in English and French languages"
|
6107 |
msgstr ""
|
6108 |
|
6109 |
+
#: core/lib/wpbc_all_translations.php:1184 inc/_ps/form/class-wpbc-form-help.php:555
|
6110 |
msgid ""
|
6111 |
"Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
|
6112 |
"translation\" page. Required WPML 3.2 with String Translation plugin."
|
6113 |
msgstr ""
|
6114 |
|
6115 |
+
#: core/lib/wpbc_all_translations.php:1185 inc/_ps/form/class-wpbc-form-help.php:563
|
6116 |
msgid "Different form fields, for the different week days"
|
6117 |
msgstr ""
|
6118 |
|
6119 |
+
#: core/lib/wpbc_all_translations.php:1186 inc/_ps/form/class-wpbc-form-help.php:566
|
6120 |
msgid ""
|
6121 |
"This feature provides the possibility to show the different form fields or any other HTML "
|
6122 |
"content in the booking form, depending on the selection of specific week day in calendar or "
|
6123 |
"different days, which are assigned to the specific season filters"
|
6124 |
msgstr ""
|
6125 |
|
6126 |
+
#: core/lib/wpbc_all_translations.php:1187 inc/_ps/form/class-wpbc-form-help.php:578
|
6127 |
#, php-format
|
6128 |
msgid ""
|
6129 |
"%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
|
6132 |
"at initial stage, when the date in calendar is not yet selected."
|
6133 |
msgstr ""
|
6134 |
|
6135 |
+
#: core/lib/wpbc_all_translations.php:1188 inc/_ps/form/class-wpbc-form-help.php:605
|
6136 |
msgid "You can use several values, separated by comma."
|
6137 |
msgstr ""
|
6138 |
|
6139 |
+
#: core/lib/wpbc_all_translations.php:1189 inc/_ps/form/class-wpbc-form-help.php:622
|
6140 |
msgid "You can use several values, separated by a comma."
|
6141 |
msgstr ""
|
6142 |
|
6143 |
+
#: core/lib/wpbc_all_translations.php:1190 inc/_ps/form/class-wpbc-form-help.php:635
|
6144 |
msgid "Cost Fields"
|
6145 |
msgstr ""
|
6146 |
|
6147 |
+
#: core/lib/wpbc_all_translations.php:1191 inc/_ps/form/class-wpbc-form-help.php:641
|
6148 |
msgid "Cost Correction Field"
|
6149 |
msgstr ""
|
6150 |
|
6151 |
+
#: core/lib/wpbc_all_translations.php:1192 inc/_ps/form/class-wpbc-form-help.php:643
|
6152 |
#, php-format
|
6153 |
msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
|
6154 |
msgstr ""
|
6155 |
|
6156 |
+
#: core/lib/wpbc_all_translations.php:1193 inc/_ps/form/class-wpbc-form-help.php:644
|
6157 |
#, php-format
|
6158 |
msgid "Use this field for %scorrecting the cost%s during adding new booking."
|
6159 |
msgstr ""
|
6160 |
|
6161 |
+
#: core/lib/wpbc_all_translations.php:1194 inc/_ps/form/class-wpbc-form-help.php:655
|
6162 |
msgid "Discount Coupon field"
|
6163 |
msgstr ""
|
6164 |
|
6165 |
+
#: core/lib/wpbc_all_translations.php:1195 inc/_ps/form/class-wpbc-form-help.php:657
|
6166 |
msgid "Please use this field for possibility to use coupon discounts by your visitors."
|
6167 |
msgstr ""
|
6168 |
|
6169 |
+
#: core/lib/wpbc_all_translations.php:1196 inc/_ps/form/class-wpbc-form-help.php:658
|
6170 |
#, php-format
|
6171 |
msgid "You can configure the discount coupon codes at this %spage%s."
|
6172 |
msgstr ""
|
6173 |
|
6174 |
+
#: core/lib/wpbc_all_translations.php:1197 inc/_ps/form/class-wpbc-form-help.php:667
|
6175 |
msgid "Hints for your form"
|
6176 |
msgstr ""
|
6177 |
|
6178 |
+
#: core/lib/wpbc_all_translations.php:1198 inc/_ps/form/class-wpbc-form-help.php:673
|
6179 |
msgid "Cost Hints"
|
6180 |
msgstr ""
|
6181 |
|
6182 |
+
#: core/lib/wpbc_all_translations.php:1199 inc/_ps/form/class-wpbc-form-help.php:675
|
6183 |
#: inc/_ps/form/class-wpbc-form-help.php:696
|
6184 |
#, php-format
|
6185 |
msgid ""
|
6187 |
"calendar or options in checkboxes or selectboxes)%s."
|
6188 |
msgstr ""
|
6189 |
|
6190 |
+
#: core/lib/wpbc_all_translations.php:1200 inc/_ps/form/class-wpbc-form-help.php:694
|
6191 |
msgid "Dates and Times Hints"
|
6192 |
msgstr ""
|
6193 |
|
6194 |
+
#: core/lib/wpbc_all_translations.php:1201 inc/_ps/form/class-wpbc-form-help.php:698
|
6195 |
#: inc/gateways/page-gateways.php:950
|
6196 |
msgid "Selected Check In date."
|
6197 |
msgstr ""
|
6198 |
|
6199 |
+
#: core/lib/wpbc_all_translations.php:1202 inc/_ps/form/class-wpbc-form-help.php:699
|
6200 |
#: inc/_ps/form/class-wpbc-form-help.php:702 inc/_ps/form/class-wpbc-form-help.php:705
|
6201 |
#: inc/_ps/form/class-wpbc-form-help.php:708 inc/_ps/form/class-wpbc-form-help.php:711
|
6202 |
#: inc/_ps/form/class-wpbc-form-help.php:714 inc/_ps/form/class-wpbc-form-help.php:717
|
6210 |
msgid "Example:"
|
6211 |
msgstr ""
|
6212 |
|
6213 |
+
#: core/lib/wpbc_all_translations.php:1203 inc/_ps/form/class-wpbc-form-help.php:701
|
6214 |
#: inc/gateways/page-gateways.php:953
|
6215 |
msgid "Selected Check Out date."
|
6216 |
msgstr ""
|
6217 |
|
6218 |
+
#: core/lib/wpbc_all_translations.php:1204 inc/_ps/form/class-wpbc-form-help.php:704
|
6219 |
#: inc/gateways/page-gateways.php:956
|
6220 |
msgid "Selected Start Time."
|
6221 |
msgstr ""
|
6222 |
|
6223 |
+
#: core/lib/wpbc_all_translations.php:1205 inc/_ps/form/class-wpbc-form-help.php:707
|
6224 |
#: inc/gateways/page-gateways.php:959
|
6225 |
msgid "Selected End Time."
|
6226 |
msgstr ""
|
6227 |
|
6228 |
+
#: core/lib/wpbc_all_translations.php:1206 inc/_ps/form/class-wpbc-form-help.php:710
|
6229 |
#: inc/gateways/page-gateways.php:962
|
6230 |
msgid "All selected dates."
|
6231 |
msgstr ""
|
6232 |
|
6233 |
+
#: core/lib/wpbc_all_translations.php:1207 inc/_ps/form/class-wpbc-form-help.php:713
|
6234 |
#: inc/gateways/page-gateways.php:965
|
6235 |
msgid "All selected dates with times."
|
6236 |
msgstr ""
|
6237 |
|
6238 |
+
#: core/lib/wpbc_all_translations.php:1208 inc/_ps/form/class-wpbc-form-help.php:716
|
6239 |
#: inc/gateways/page-gateways.php:968
|
6240 |
msgid "All selected dates in \"short\" format."
|
6241 |
msgstr ""
|
6242 |
|
6243 |
+
#: core/lib/wpbc_all_translations.php:1209 inc/_ps/form/class-wpbc-form-help.php:719
|
6244 |
#: inc/gateways/page-gateways.php:971
|
6245 |
msgid "All selected dates with times in \"short\" format.."
|
6246 |
msgstr ""
|
6247 |
|
6248 |
+
#: core/lib/wpbc_all_translations.php:1210 inc/_ps/form/class-wpbc-form-help.php:722
|
6249 |
#: inc/gateways/page-gateways.php:974
|
6250 |
msgid "Number of selected days."
|
6251 |
msgstr ""
|
6252 |
|
6253 |
+
#: core/lib/wpbc_all_translations.php:1211 inc/_ps/form/class-wpbc-form-help.php:725
|
6254 |
#: inc/gateways/page-gateways.php:977
|
6255 |
msgid "Number of selected nights."
|
6256 |
msgstr ""
|
6257 |
|
6258 |
+
#: core/lib/wpbc_all_translations.php:1212 inc/_ps/form/class-wpbc-form-help.php:735
|
6259 |
msgid "Other Hints"
|
6260 |
msgstr ""
|
6261 |
|
6262 |
+
#: core/lib/wpbc_all_translations.php:1213 inc/_ps/form/class-wpbc-form-help.php:737
|
6263 |
#: inc/_ps/form/class-wpbc-form-help.php:739 inc/gateways/page-gateways.php:928
|
6264 |
msgid "title of booking resource"
|
6265 |
msgstr ""
|
6266 |
|
6267 |
+
#: core/lib/wpbc_all_translations.php:1214 inc/_ps/form/class-wpbc-form-help.php:738
|
6268 |
msgid "ID of booking resource."
|
6269 |
msgstr ""
|
6270 |
|
6271 |
+
#: core/lib/wpbc_all_translations.php:1215 inc/_ps/form/class-wpbc-form-help.php:740
|
6272 |
msgid "cost of booking resource."
|
6273 |
msgstr ""
|
6274 |
|
6275 |
+
#: core/lib/wpbc_all_translations.php:1216 inc/_ps/form/class-wpbc-form-help.php:741
|
6276 |
msgid "capacity of booking resource."
|
6277 |
msgstr ""
|
6278 |
|
6279 |
+
#: core/lib/wpbc_all_translations.php:1217 inc/_ps/form/class-wpbc-form-help.php:742
|
6280 |
msgid "maximum number of visitors per booking resource."
|
6281 |
msgstr ""
|
6282 |
|
6283 |
+
#: core/lib/wpbc_all_translations.php:1218 inc/_ps/form/class-wpbc-form-help.php:756
|
6284 |
msgid "Tips and Tricks"
|
6285 |
msgstr ""
|
6286 |
|
6287 |
+
#: core/lib/wpbc_all_translations.php:1219 inc/_ps/form/class-wpbc-form-help.php:758
|
6288 |
#, php-format
|
6289 |
msgid "%sEmail verification field%s."
|
6290 |
msgstr ""
|
6291 |
|
6292 |
+
#: core/lib/wpbc_all_translations.php:1220 inc/_ps/form/class-wpbc-form-help.php:760
|
6293 |
#, php-format
|
6294 |
msgid "%sDescription of usage%s."
|
6295 |
msgstr ""
|
6296 |
|
6297 |
+
#: core/lib/wpbc_all_translations.php:1221 inc/_ps/form/class-wpbc-form-help.php:761
|
6298 |
#, php-format
|
6299 |
msgid ""
|
6300 |
"To create verification email, you need to use special CSS class in other email field. This CSS "
|
6302 |
"field: %s"
|
6303 |
msgstr ""
|
6304 |
|
6305 |
+
#: core/lib/wpbc_all_translations.php:1222 inc/_ps/form/class-wpbc-form-help.php:762
|
6306 |
#, php-format
|
6307 |
msgid "%sExample%s."
|
6308 |
msgstr ""
|
6309 |
|
6310 |
+
#: core/lib/wpbc_all_translations.php:1223 inc/_ps/form/class-wpbc-form-help.php:763
|
6311 |
msgid "confirmation email field of the primary email field"
|
6312 |
msgstr ""
|
6313 |
|
6314 |
+
#: core/lib/wpbc_all_translations.php:1224 inc/_ps/form/class-wpbc-form-help.php:787
|
6315 |
msgid "Generate Tag"
|
6316 |
msgstr ""
|
6317 |
|
6318 |
+
#: core/lib/wpbc_all_translations.php:1225 inc/_ps/form/class-wpbc-form-help.php:803
|
6319 |
msgid "Select option to configure or show help info about tags"
|
6320 |
msgstr ""
|
6321 |
|
6322 |
+
#: core/lib/wpbc_all_translations.php:1226 inc/_ps/p-toolbar.php:34
|
6323 |
msgid "Keyword"
|
6324 |
msgstr ""
|
6325 |
|
6326 |
+
#: core/lib/wpbc_all_translations.php:1227 inc/_ps/p-toolbar.php:42
|
6327 |
msgid "Enter Keyword here"
|
6328 |
msgstr ""
|
6329 |
|
6330 |
+
#: core/lib/wpbc_all_translations.php:1228 inc/_ps/p-toolbar.php:65
|
6331 |
msgid ""
|
6332 |
"Save filter settings as default template (Please, click Apply filter button, before saving!)"
|
6333 |
msgstr ""
|
6334 |
|
6335 |
+
#: core/lib/wpbc_all_translations.php:1229 inc/_ps/p-toolbar.php:69
|
6336 |
msgid "Save as Default"
|
6337 |
msgstr ""
|
6338 |
|
6339 |
+
#: core/lib/wpbc_all_translations.php:1230 inc/_ps/p-toolbar.php:75
|
6340 |
msgid "Delete your previously saved default filer template!"
|
6341 |
msgstr ""
|
6342 |
|
6343 |
+
#: core/lib/wpbc_all_translations.php:1231 inc/_ps/p-toolbar.php:79
|
6344 |
msgid "Delete template"
|
6345 |
msgstr ""
|
6346 |
|
6347 |
+
#: core/lib/wpbc_all_translations.php:1232 inc/_ps/p-toolbar.php:101
|
6348 |
msgid "Print bookings listing"
|
6349 |
msgstr ""
|
6350 |
|
6351 |
+
#: core/lib/wpbc_all_translations.php:1233 inc/_ps/p-toolbar.php:142
|
6352 |
msgid "Export"
|
6353 |
msgstr ""
|
6354 |
|
6355 |
+
#: core/lib/wpbc_all_translations.php:1234 inc/_ps/p-toolbar.php:143
|
6356 |
msgid "Export only current page of bookings to CSV format"
|
6357 |
msgstr ""
|
6358 |
|
6359 |
+
#: core/lib/wpbc_all_translations.php:1235 inc/_ps/p-toolbar.php:156
|
6360 |
msgid "Export All"
|
6361 |
msgstr ""
|
6362 |
|
6363 |
+
#: core/lib/wpbc_all_translations.php:1236 inc/_ps/p-toolbar.php:157
|
6364 |
msgid "Export All bookings to CSV format"
|
6365 |
msgstr ""
|
6366 |
|
6367 |
+
#: core/lib/wpbc_all_translations.php:1237 inc/_ps/p-toolbar.php:221
|
6368 |
msgid "Edit Note"
|
6369 |
msgstr ""
|
6370 |
|
6371 |
+
#: core/lib/wpbc_all_translations.php:1238 inc/_ps/p-toolbar.php:243
|
6372 |
msgid "Change Language"
|
6373 |
msgstr ""
|
6374 |
|
6375 |
+
#: core/lib/wpbc_all_translations.php:1239 inc/_ps/p-toolbar.php:255
|
6376 |
msgid "Default Locale"
|
6377 |
msgstr ""
|
6378 |
|
6379 |
+
#: core/lib/wpbc_all_translations.php:1240 inc/_ps/p-toolbar.php:290
|
6380 |
msgid "Change Resource"
|
6381 |
msgstr ""
|
6382 |
|
6383 |
+
#: core/lib/wpbc_all_translations.php:1241 inc/_ps/p-toolbar.php:314 inc/_ps/p-toolbar.php:423
|
6384 |
msgid "Duplicate Booking"
|
6385 |
msgstr ""
|
6386 |
|
6387 |
+
#: core/lib/wpbc_all_translations.php:1242 inc/_ps/p-toolbar.php:343
|
6388 |
msgid "Save"
|
6389 |
msgstr ""
|
6390 |
|
6391 |
+
#: core/lib/wpbc_all_translations.php:1243 inc/_ps/p-toolbar.php:390
|
6392 |
msgid "Change"
|
6393 |
msgstr ""
|
6394 |
|
6395 |
+
#: core/lib/wpbc_all_translations.php:1244 inc/_ps/p-toolbar.php:459
|
6396 |
msgid "Print bookings"
|
6397 |
msgstr ""
|
6398 |
|
6399 |
+
#: core/lib/wpbc_all_translations.php:1245 inc/_ps/p-toolbar.php:498
|
6400 |
msgid "Export bookings"
|
6401 |
msgstr ""
|
6402 |
|
6403 |
+
#: core/lib/wpbc_all_translations.php:1246 inc/_ps/p-toolbar.php:501
|
6404 |
msgid "Download the CSV file of exported booking data"
|
6405 |
msgstr ""
|
6406 |
|
6407 |
+
#: core/lib/wpbc_all_translations.php:1247 inc/_ps/p-toolbar.php:509
|
6408 |
msgid "Download"
|
6409 |
msgstr ""
|
6410 |
|
6411 |
+
#: core/lib/wpbc_all_translations.php:1248 inc/_ps/p-toolbar.php:718
|
6412 |
msgid "Clear booking resources selection"
|
6413 |
msgstr ""
|
6414 |
|
6415 |
+
#: core/lib/wpbc_all_translations.php:1249 inc/_ps/p-toolbar.php:722
|
6416 |
msgid "Apply booking resources selection"
|
6417 |
msgstr ""
|
6418 |
|
6419 |
+
#: core/lib/wpbc_all_translations.php:1250 inc/_ps/p-toolbar.php:752
|
6420 |
msgid ""
|
6421 |
"Please note, its not possible to add new resources, if \"All resources\" option is selected. "
|
6422 |
"Please clear the selection, then add new resources."
|
6423 |
msgstr ""
|
6424 |
|
6425 |
+
#: core/lib/wpbc_all_translations.php:1251 inc/_ps/p-toolbar.php:1039 inc/_ps/p-toolbar.php:1087
|
6426 |
msgid "Add New Booking Resource(s)"
|
6427 |
msgstr ""
|
6428 |
|
6429 |
+
#: core/lib/wpbc_all_translations.php:1252 inc/_ps/p-toolbar.php:1079
|
6430 |
msgid "Enter name of booking resource"
|
6431 |
msgstr ""
|
6432 |
|
6433 |
+
#: core/lib/wpbc_all_translations.php:1253 inc/_ps/p-toolbar.php:1103
|
6434 |
msgid "Resources count"
|
6435 |
msgstr ""
|
6436 |
|
6437 |
+
#: core/lib/wpbc_all_translations.php:1254 inc/_ps/personal.php:237
|
6438 |
msgid "This booking resources does not exist"
|
6439 |
msgstr ""
|
6440 |
|
6441 |
+
#: core/lib/wpbc_all_translations.php:1255 inc/_ps/personal.php:282
|
6442 |
msgid "Generating columns"
|
6443 |
msgstr ""
|
6444 |
|
6445 |
+
#: core/lib/wpbc_all_translations.php:1256 inc/_ps/personal.php:323
|
6446 |
msgid "Exporting booking data"
|
6447 |
msgstr ""
|
6448 |
|
6449 |
+
#: core/lib/wpbc_all_translations.php:1257 inc/_ps/personal.php:362
|
6450 |
msgid "Generating content of file"
|
6451 |
msgstr ""
|
6452 |
|
6453 |
+
#: core/lib/wpbc_all_translations.php:1258 inc/_ps/personal.php:404
|
6454 |
msgid "Saving to file"
|
6455 |
msgstr ""
|
6456 |
|
6457 |
+
#: core/lib/wpbc_all_translations.php:1259 inc/_ps/personal.php:802
|
6458 |
msgid "The booking was canceled by the visitor."
|
6459 |
msgstr ""
|
6460 |
|
6461 |
+
#: core/lib/wpbc_all_translations.php:1260 inc/_ps/personal.php:861
|
6462 |
msgid "The booking has been canceled successfully"
|
6463 |
msgstr ""
|
6464 |
|
6465 |
+
#: core/lib/wpbc_all_translations.php:1261 inc/_ps/personal.php:881
|
6466 |
msgid "Incorrect date format"
|
6467 |
msgstr ""
|
6468 |
|
6469 |
+
#: core/lib/wpbc_all_translations.php:1262 inc/_ps/personal.php:1991
|
6470 |
msgid "Change your Booking"
|
6471 |
msgstr ""
|
6472 |
|
6473 |
+
#: core/lib/wpbc_all_translations.php:1263 inc/_ps/personal.php:1993
|
6474 |
msgid "Cancel Booking"
|
6475 |
msgstr ""
|
6476 |
|
6477 |
+
#: core/lib/wpbc_all_translations.php:1264 inc/_ps/personal.php:2247
|
6478 |
msgid "Warning! The resource was not changed. Current dates are already booked there."
|
6479 |
msgstr ""
|
6480 |
|
6481 |
+
#: core/lib/wpbc_all_translations.php:1265 inc/_ps/personal.php:2384
|
6482 |
msgid "The booking has been duplicated successfully"
|
6483 |
msgstr ""
|
6484 |
|
6485 |
+
#: core/lib/wpbc_all_translations.php:1266 inc/_ps/personal.php:2393
|
6486 |
msgid "Warning! Operation failed. Current dates are already booked there."
|
6487 |
msgstr ""
|
6488 |
|
6489 |
+
#: core/lib/wpbc_all_translations.php:1267 inc/_ps/personal.php:2480
|
6490 |
msgid "Sending request..."
|
6491 |
msgstr ""
|
6492 |
|
6493 |
+
#: core/lib/wpbc_all_translations.php:1268 inc/_ps/personal.php:2509
|
6494 |
msgid "Order number"
|
6495 |
msgstr ""
|
6496 |
|
6497 |
+
#: core/lib/wpbc_all_translations.php:1269 inc/_ps/personal.php:2511
|
6498 |
msgid "Register"
|
6499 |
msgstr ""
|
6500 |
|
6501 |
+
#: core/lib/wpbc_all_translations.php:1270 inc/_ps/personal.php:2513
|
6502 |
msgid ""
|
6503 |
"Please, enter order number of your purchased version, which you received to your billing email."
|
6504 |
msgstr ""
|
6505 |
|
6506 |
+
#: core/lib/wpbc_all_translations.php:1271 inc/_ps/personal.php:2515
|
6507 |
#, php-format
|
6508 |
msgid "If you will get any difficulties or have a questions, please contact by email %s"
|
6509 |
msgstr ""
|
6510 |
|
6511 |
+
#: core/lib/wpbc_all_translations.php:1272 inc/_ps/wpbc-booking-select-widget.php:226
|
6512 |
msgid "Default form"
|
6513 |
msgstr ""
|
6514 |
|
6515 |
+
#: core/lib/wpbc_all_translations.php:1273 inc/_ps/wpbc-check-updates.php:178
|
6516 |
#, php-format
|
6517 |
msgid ""
|
6518 |
"There is a new version of %1$s available. <a href=\"%2$s\" target=\"_blank\" title=\"%3$s\">View "
|
6519 |
"version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
|
6520 |
msgstr ""
|
6521 |
|
6522 |
+
#: core/lib/wpbc_all_translations.php:1274 inc/_ps/wpbc-check-updates.php:184
|
6523 |
#, php-format
|
6524 |
msgid "You can request the new update of plugin on %1$sthis page%2$s."
|
6525 |
msgstr ""
|
6526 |
|
6527 |
+
#: core/lib/wpbc_all_translations.php:1275 inc/_ps/wpbc-check-updates.php:191
|
6528 |
msgid "Upgrade Notice"
|
6529 |
msgstr ""
|
6530 |
|
6531 |
+
#: core/lib/wpbc_all_translations.php:1276 inc/_ps/wpbc-check-updates.php:231
|
6532 |
#, php-format
|
6533 |
msgid "Version %s By %s"
|
6534 |
msgstr ""
|
6535 |
|
6536 |
+
#: core/lib/wpbc_all_translations.php:1277 inc/_ps/wpbc-check-updates.php:235
|
6537 |
msgid "View details"
|
6538 |
msgstr ""
|
6539 |
|
6540 |
+
#: core/lib/wpbc_all_translations.php:1278 inc/_ps/wpbc-form-templates.php:33
|
6541 |
#: inc/_ps/wpbc-form-templates.php:48 inc/_ps/wpbc-form-templates.php:68
|
6542 |
#: inc/_ps/wpbc-form-templates.php:91 inc/_ps/wpbc-form-templates.php:113
|
6543 |
msgid "First Name (required)"
|
6544 |
msgstr ""
|
6545 |
|
6546 |
+
#: core/lib/wpbc_all_translations.php:1279 inc/_ps/wpbc-form-templates.php:34
|
6547 |
#: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
|
6548 |
#: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
|
6549 |
msgid "Last Name (required)"
|
6550 |
msgstr ""
|
6551 |
|
6552 |
+
#: core/lib/wpbc_all_translations.php:1280 inc/_ps/wpbc-form-templates.php:35
|
6553 |
#: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
|
6554 |
#: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
|
6555 |
msgid "Email (required)"
|
6556 |
msgstr ""
|
6557 |
|
6558 |
+
#: core/lib/wpbc_all_translations.php:1281 inc/_ps/wpbc-form-templates.php:36
|
6559 |
#: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
|
6560 |
#: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
|
6561 |
#: inc/_ps/wpbc-form-templates.php:145 inc/_ps/wpbc-form-templates.php:157
|
6564 |
msgid "Phone"
|
6565 |
msgstr ""
|
6566 |
|
6567 |
+
#: core/lib/wpbc_all_translations.php:1282 inc/_ps/wpbc-form-templates.php:37
|
6568 |
#: inc/_ps/wpbc-form-templates.php:56 inc/_ps/wpbc-form-templates.php:76
|
6569 |
#: inc/_ps/wpbc-form-templates.php:99 inc/_ps/wpbc-form-templates.php:146
|
6570 |
#: inc/_ps/wpbc-form-templates.php:162 inc/_ps/wpbc-form-templates.php:177
|
6571 |
msgid "Adults"
|
6572 |
msgstr ""
|
6573 |
|
6574 |
+
#: core/lib/wpbc_all_translations.php:1283 inc/_ps/wpbc-form-templates.php:37
|
6575 |
#: inc/_ps/wpbc-form-templates.php:56 inc/_ps/wpbc-form-templates.php:76
|
6576 |
#: inc/_ps/wpbc-form-templates.php:99 inc/_ps/wpbc-form-templates.php:147
|
6577 |
#: inc/_ps/wpbc-form-templates.php:163 inc/_ps/wpbc-form-templates.php:178
|
6578 |
msgid "Children"
|
6579 |
msgstr ""
|
6580 |
|
6581 |
+
#: core/lib/wpbc_all_translations.php:1284 inc/_ps/wpbc-form-templates.php:38
|
6582 |
#: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
|
6583 |
#: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:122
|
6584 |
#: inc/_ps/wpbc-form-templates.php:148 inc/_ps/wpbc-form-templates.php:164
|
6586 |
msgid "Details"
|
6587 |
msgstr ""
|
6588 |
|
6589 |
+
#: core/lib/wpbc_all_translations.php:1285 inc/_ps/wpbc-form-templates.php:39
|
6590 |
#: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
|
6591 |
#: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:124
|
6592 |
msgid "I Accept term and conditions"
|
6593 |
msgstr ""
|
6594 |
|
6595 |
+
#: core/lib/wpbc_all_translations.php:1286 inc/_ps/wpbc-form-templates.php:47
|
6596 |
#: inc/_ps/wpbc-form-templates.php:67
|
6597 |
msgid "Select Times"
|
6598 |
msgstr ""
|
6599 |
|
6600 |
+
#: core/lib/wpbc_all_translations.php:1287 inc/_ps/wpbc-form-templates.php:52
|
6601 |
#: inc/_ps/wpbc-form-templates.php:72 inc/_ps/wpbc-form-templates.php:95
|
6602 |
#: inc/_ps/wpbc-form-templates.php:117
|
6603 |
msgid "Address (required)"
|
6604 |
msgstr ""
|
6605 |
|
6606 |
+
#: core/lib/wpbc_all_translations.php:1288 inc/_ps/wpbc-form-templates.php:53
|
6607 |
#: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
|
6608 |
#: inc/_ps/wpbc-form-templates.php:118
|
6609 |
msgid "City (required)"
|
6610 |
msgstr ""
|
6611 |
|
6612 |
+
#: core/lib/wpbc_all_translations.php:1289 inc/_ps/wpbc-form-templates.php:54
|
6613 |
#: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
|
6614 |
#: inc/_ps/wpbc-form-templates.php:119
|
6615 |
msgid "Post code (required)"
|
6616 |
msgstr ""
|
6617 |
|
6618 |
+
#: core/lib/wpbc_all_translations.php:1290 inc/_ps/wpbc-form-templates.php:55
|
6619 |
#: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
|
6620 |
#: inc/_ps/wpbc-form-templates.php:120
|
6621 |
msgid "Country (required)"
|
6622 |
msgstr ""
|
6623 |
|
6624 |
+
#: core/lib/wpbc_all_translations.php:1291 inc/_ps/wpbc-form-templates.php:88
|
6625 |
msgid "night(s)"
|
6626 |
msgstr ""
|
6627 |
|
6628 |
+
#: core/lib/wpbc_all_translations.php:1292 inc/_ps/wpbc-form-templates.php:89
|
6629 |
#: inc/_ps/wpbc-form-templates.php:111
|
6630 |
msgid "Full cost of the booking"
|
6631 |
msgstr ""
|
6632 |
|
6633 |
+
#: core/lib/wpbc_all_translations.php:1293 inc/_ps/wpbc-form-templates.php:121
|
6634 |
#: inc/_ps/wpbc-form-templates.php:192
|
6635 |
msgid "Visitors"
|
6636 |
msgstr ""
|
6637 |
|
6638 |
+
#: core/lib/wpbc_all_translations.php:1294 inc/_ps/wpbc-form-templates.php:142
|
6639 |
#: inc/_ps/wpbc-form-templates.php:154 inc/_ps/wpbc-form-templates.php:169
|
6640 |
#: inc/_ps/wpbc-form-templates.php:184
|
6641 |
msgid "First Name"
|
6642 |
msgstr ""
|
6643 |
|
6644 |
+
#: core/lib/wpbc_all_translations.php:1295 inc/_ps/wpbc-form-templates.php:143
|
6645 |
#: inc/_ps/wpbc-form-templates.php:155 inc/_ps/wpbc-form-templates.php:170
|
6646 |
#: inc/_ps/wpbc-form-templates.php:185
|
6647 |
msgid "Last Name"
|
6648 |
msgstr ""
|
6649 |
|
6650 |
+
#: core/lib/wpbc_all_translations.php:1296 inc/_ps/wpbc-form-templates.php:144
|
6651 |
#: inc/_ps/wpbc-form-templates.php:156 inc/_ps/wpbc-form-templates.php:171
|
6652 |
#: inc/_ps/wpbc-form-templates.php:186
|
6653 |
msgid "Email"
|
6654 |
msgstr ""
|
6655 |
|
6656 |
+
#: core/lib/wpbc_all_translations.php:1297 inc/_ps/wpbc-form-templates.php:158
|
6657 |
#: inc/_ps/wpbc-form-templates.php:173 inc/_ps/wpbc-form-templates.php:188
|
6658 |
msgid "Address"
|
6659 |
msgstr ""
|
6660 |
|
6661 |
+
#: core/lib/wpbc_all_translations.php:1298 inc/_ps/wpbc-form-templates.php:159
|
6662 |
#: inc/_ps/wpbc-form-templates.php:174 inc/_ps/wpbc-form-templates.php:189
|
6663 |
msgid "City"
|
6664 |
msgstr ""
|
6665 |
|
6666 |
+
#: core/lib/wpbc_all_translations.php:1299 inc/_ps/wpbc-form-templates.php:160
|
6667 |
#: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
|
6668 |
msgid "Post code"
|
6669 |
msgstr ""
|
6670 |
|
6671 |
+
#: core/lib/wpbc_all_translations.php:1300 inc/_ps/wpbc-form-templates.php:161
|
6672 |
#: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
|
6673 |
#: inc/gateways/page-gateways.php:276
|
6674 |
msgid "Country"
|
6675 |
msgstr ""
|
6676 |
|
6677 |
+
#: core/lib/wpbc_all_translations.php:1301 inc/_ps/wpbc-form-templates.php:217
|
6678 |
#: inc/_ps/wpbc-form-templates.php:227 inc/_ps/wpbc-form-templates.php:237
|
6679 |
#: inc/_ps/wpbc-form-templates.php:247
|
6680 |
msgid "Check in"
|
6681 |
msgstr ""
|
6682 |
|
6683 |
+
#: core/lib/wpbc_all_translations.php:1302 inc/_ps/wpbc-form-templates.php:218
|
6684 |
#: inc/_ps/wpbc-form-templates.php:228 inc/_ps/wpbc-form-templates.php:238
|
6685 |
#: inc/_ps/wpbc-form-templates.php:248
|
6686 |
msgid "Check out"
|
6687 |
msgstr ""
|
6688 |
|
6689 |
+
#: core/lib/wpbc_all_translations.php:1303 inc/_ps/wpbc-form-templates.php:219
|
6690 |
#: inc/_ps/wpbc-form-templates.php:229 inc/_ps/wpbc-form-templates.php:239
|
6691 |
#: inc/_ps/wpbc-form-templates.php:249
|
6692 |
msgid "Guests"
|
6693 |
msgstr ""
|
6694 |
|
6695 |
+
#: core/lib/wpbc_all_translations.php:1304 inc/_ps/wpbc-form-templates.php:276
|
6696 |
#: inc/_ps/wpbc-form-templates.php:293
|
6697 |
msgid "Max. persons"
|
6698 |
msgstr ""
|
6699 |
|
6700 |
+
#: core/lib/wpbc_all_translations.php:1305 inc/_ps/wpbc-print.php:82
|
6701 |
msgid "Data"
|
6702 |
msgstr ""
|
6703 |
|
6704 |
+
#: core/lib/wpbc_all_translations.php:1306 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:273
|
6705 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:217
|
6706 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:375 inc/gateways/ipay88/wpbc-gw-ipay88.php:253
|
6707 |
+
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:146 inc/gateways/paypal/wpbc-gw-paypal.php:342
|
6708 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:382
|
6709 |
msgid "Enable this payment gateway"
|
6710 |
msgstr ""
|
6711 |
|
6712 |
+
#: core/lib/wpbc_all_translations.php:1307 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:283
|
6713 |
msgid "API Login ID"
|
6714 |
msgstr ""
|
6715 |
|
6716 |
+
#: core/lib/wpbc_all_translations.php:1308 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:285
|
6717 |
#, php-format
|
6718 |
msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
|
6719 |
msgstr ""
|
6720 |
|
6721 |
+
#: core/lib/wpbc_all_translations.php:1309 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:298
|
6722 |
msgid "Transaction Key"
|
6723 |
msgstr ""
|
6724 |
|
6725 |
+
#: core/lib/wpbc_all_translations.php:1310 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:300
|
6726 |
#, php-format
|
6727 |
msgid "This parameter have to assigned to you by %s"
|
6728 |
msgstr ""
|
6729 |
|
6730 |
+
#: core/lib/wpbc_all_translations.php:1311 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:312
|
6731 |
+
#: inc/gateways/ideal/wpbc-gw-ideal.php:416 inc/gateways/paypal/wpbc-gw-paypal.php:421
|
6732 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:421
|
6733 |
msgid "Chose payment mode"
|
6734 |
msgstr ""
|
6735 |
|
6736 |
+
#: core/lib/wpbc_all_translations.php:1312 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:313
|
6737 |
msgid ""
|
6738 |
"Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
|
6739 |
"for using Developer account."
|
6740 |
msgstr ""
|
6741 |
|
6742 |
+
#: core/lib/wpbc_all_translations.php:1313 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:316
|
6743 |
msgid ""
|
6744 |
"Transactions posted against live merchant accounts using either of the above testing methods are "
|
6745 |
"not submitted to financial institutions for authorization and are not stored in the Merchant "
|
6746 |
"Interface."
|
6747 |
msgstr ""
|
6748 |
|
6749 |
+
#: core/lib/wpbc_all_translations.php:1314 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:320
|
6750 |
msgid "Developer Test"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
+
#: core/lib/wpbc_all_translations.php:1315 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:321
|
6754 |
msgid "Live Test"
|
6755 |
msgstr ""
|
6756 |
|
6757 |
+
#: core/lib/wpbc_all_translations.php:1316 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:322
|
6758 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:427
|
6759 |
msgid "Live"
|
6760 |
msgstr ""
|
6761 |
|
6762 |
+
#: core/lib/wpbc_all_translations.php:1317 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:330
|
6763 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:405 inc/gateways/sage/wpbc-gw-sage.php:435
|
6764 |
msgid "Transaction type"
|
6765 |
msgstr ""
|
6766 |
|
6767 |
+
#: core/lib/wpbc_all_translations.php:1318 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:331
|
6768 |
msgid "Select transaction type, which supported by the payment gateway."
|
6769 |
msgstr ""
|
6770 |
|
6771 |
+
#: core/lib/wpbc_all_translations.php:1319 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:334
|
6772 |
msgid "Authorization and Capture"
|
6773 |
msgstr ""
|
6774 |
|
6775 |
+
#: core/lib/wpbc_all_translations.php:1320 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:335
|
6776 |
msgid "Authorization Only"
|
6777 |
msgstr ""
|
6778 |
|
6779 |
+
#: core/lib/wpbc_all_translations.php:1321 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:341
|
6780 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:291 inc/gateways/paypal/wpbc-gw-paypal.php:436
|
6781 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:450
|
6782 |
msgid "U.S. Dollars"
|
6783 |
msgstr ""
|
6784 |
|
6785 |
+
#: core/lib/wpbc_all_translations.php:1322 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:342
|
6786 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:448
|
6787 |
msgid "Pounds Sterling"
|
6788 |
msgstr ""
|
6789 |
|
6790 |
+
#: core/lib/wpbc_all_translations.php:1323 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:343
|
6791 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:437 inc/gateways/sage/wpbc-gw-sage.php:449
|
6792 |
msgid "Euros"
|
6793 |
msgstr ""
|
6794 |
|
6795 |
+
#: core/lib/wpbc_all_translations.php:1324 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:344
|
6796 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:441 inc/gateways/sage/wpbc-gw-sage.php:453
|
6797 |
msgid "Canadian Dollars"
|
6798 |
msgstr ""
|
6799 |
|
6800 |
+
#: core/lib/wpbc_all_translations.php:1325 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:349
|
6801 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:297 inc/gateways/paypal/wpbc-gw-paypal.php:464
|
6802 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:475
|
6803 |
msgid "Accepted Currency"
|
6804 |
msgstr ""
|
6805 |
|
6806 |
+
#: core/lib/wpbc_all_translations.php:1326 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:350
|
6807 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:298 inc/gateways/paypal/wpbc-gw-paypal.php:465
|
6808 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:476
|
6809 |
msgid "The currency code that gateway will process the payment in."
|
6810 |
msgstr ""
|
6811 |
|
6812 |
+
#: core/lib/wpbc_all_translations.php:1327 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:353
|
6813 |
msgid ""
|
6814 |
"Setting the currency that is not supported by the payment processor will result in an error."
|
6815 |
msgstr ""
|
6816 |
|
6817 |
+
#: core/lib/wpbc_all_translations.php:1328 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:363
|
6818 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:364
|
6819 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:973 inc/gateways/ideal/wpbc-gw-ideal.php:306
|
6820 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:454 inc/gateways/ideal/wpbc-gw-ideal.php:455
|
6821 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:1034 inc/gateways/ipay88/wpbc-gw-ipay88.php:307
|
6822 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:308 inc/gateways/ipay88/wpbc-gw-ipay88.php:894
|
6823 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:493 inc/gateways/paypal/wpbc-gw-paypal.php:494
|
6824 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:1316 inc/gateways/sage/wpbc-gw-sage.php:485
|
6825 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:486 inc/gateways/sage/wpbc-gw-sage.php:1030
|
6826 |
msgid "Pay via"
|
6827 |
msgstr ""
|
6828 |
|
6829 |
+
#: core/lib/wpbc_all_translations.php:1329 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:365
|
6830 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:456 inc/gateways/ipay88/wpbc-gw-ipay88.php:309
|
6831 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:495 inc/gateways/sage/wpbc-gw-sage.php:487
|
6832 |
msgid "Payment button title"
|
6833 |
msgstr ""
|
6834 |
|
6835 |
+
#: core/lib/wpbc_all_translations.php:1330 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
|
6836 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:457 inc/gateways/ipay88/wpbc-gw-ipay88.php:310
|
6837 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:496 inc/gateways/sage/wpbc-gw-sage.php:488
|
6838 |
msgid "Enter the title of the payment button"
|
6839 |
msgstr ""
|
6840 |
|
6841 |
+
#: core/lib/wpbc_all_translations.php:1331 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:377
|
6842 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:378
|
6843 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:969 inc/gateways/ideal/wpbc-gw-ideal.php:468
|
6844 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:469 inc/gateways/ideal/wpbc-gw-ideal.php:1031
|
6845 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:321 inc/gateways/ipay88/wpbc-gw-ipay88.php:322
|
6846 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:891 inc/gateways/paypal/wpbc-gw-paypal.php:521
|
6847 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:522 inc/gateways/paypal/wpbc-gw-paypal.php:1318
|
6848 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:499 inc/gateways/sage/wpbc-gw-sage.php:500
|
6849 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:1026
|
6850 |
#, php-format
|
6851 |
msgid "Payment for booking %s on these day(s): %s"
|
6852 |
msgstr ""
|
6853 |
|
6854 |
+
#: core/lib/wpbc_all_translations.php:1332 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:379
|
6855 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:470 inc/gateways/ipay88/wpbc-gw-ipay88.php:323
|
6856 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:523 inc/gateways/sage/wpbc-gw-sage.php:501
|
6857 |
msgid "Payment description at gateway website"
|
6858 |
msgstr ""
|
6859 |
|
6860 |
+
#: core/lib/wpbc_all_translations.php:1333 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:380
|
6861 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:471 inc/gateways/ipay88/wpbc-gw-ipay88.php:324
|
6862 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:524 inc/gateways/sage/wpbc-gw-sage.php:502
|
6863 |
msgid "Enter the service name or the reason for the payment here."
|
6864 |
msgstr ""
|
6865 |
|
6866 |
+
#: core/lib/wpbc_all_translations.php:1334 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:381
|
6867 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:472 inc/gateways/ipay88/wpbc-gw-ipay88.php:325
|
6868 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:525 inc/gateways/sage/wpbc-gw-sage.php:503
|
6869 |
msgid "You can use any shortcodes, which you have used in content of booking fields data form."
|
6870 |
msgstr ""
|
6871 |
|
6872 |
+
#: core/lib/wpbc_all_translations.php:1335 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:384
|
6873 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:328
|
6874 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:528 inc/gateways/sage/wpbc-gw-sage.php:506
|
6875 |
#, php-format
|
6876 |
msgid "This field support only up to %s characters by payment system."
|
6877 |
msgstr ""
|
6878 |
|
6879 |
+
#: core/lib/wpbc_all_translations.php:1336 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:402
|
6880 |
msgid "Activate Relay Response"
|
6881 |
msgstr ""
|
6882 |
|
6883 |
+
#: core/lib/wpbc_all_translations.php:1337 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:403
|
6884 |
msgid ""
|
6885 |
"Indicate to the payment gateway that you would like to receive the transaction response to your "
|
6886 |
"site."
|
6887 |
msgstr ""
|
6888 |
|
6889 |
+
#: core/lib/wpbc_all_translations.php:1338 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:406
|
6890 |
msgid ""
|
6891 |
"You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
|
6892 |
"Interface, if a Relay Response is activated here."
|
6893 |
msgstr ""
|
6894 |
|
6895 |
+
#: core/lib/wpbc_all_translations.php:1339 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:416
|
6896 |
msgid "MD5 Hash value"
|
6897 |
msgstr ""
|
6898 |
|
6899 |
+
#: core/lib/wpbc_all_translations.php:1340 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:417
|
6900 |
msgid ""
|
6901 |
"Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
|
6902 |
msgstr ""
|
6903 |
|
6904 |
+
#: core/lib/wpbc_all_translations.php:1341 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:419
|
6905 |
msgid "To configure MD5 Hash value in Relay Response for your transactions"
|
6906 |
msgstr ""
|
6907 |
|
6908 |
+
#: core/lib/wpbc_all_translations.php:1342 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:420
|
6909 |
msgid "Log on to the Merchant Interface"
|
6910 |
msgstr ""
|
6911 |
|
6912 |
+
#: core/lib/wpbc_all_translations.php:1343 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
|
6913 |
msgid "Click Settings under Account in the main menu on the left"
|
6914 |
msgstr ""
|
6915 |
|
6916 |
+
#: core/lib/wpbc_all_translations.php:1344 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:422
|
6917 |
msgid "Click MD5-Hash in the Security Settings section"
|
6918 |
msgstr ""
|
6919 |
|
6920 |
+
#: core/lib/wpbc_all_translations.php:1345 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:423
|
6921 |
msgid "Enter this value"
|
6922 |
msgstr ""
|
6923 |
|
6924 |
+
#: core/lib/wpbc_all_translations.php:1346 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:424
|
6925 |
msgid "Click Submit"
|
6926 |
msgstr ""
|
6927 |
|
6928 |
+
#: core/lib/wpbc_all_translations.php:1347 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:425
|
6929 |
#, php-format
|
6930 |
msgid ""
|
6931 |
"For more information about configuring Relay Response in the Merchant Interface, please see the "
|
6932 |
"%sMerchant Integration Guide%s"
|
6933 |
msgstr ""
|
6934 |
|
6935 |
+
#: core/lib/wpbc_all_translations.php:1348 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:440
|
6936 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:503 inc/gateways/ipay88/wpbc-gw-ipay88.php:349
|
6937 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:527
|
6938 |
msgid "Return URL after Successful order"
|
6939 |
msgstr ""
|
6940 |
|
6941 |
+
#: core/lib/wpbc_all_translations.php:1349 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:458
|
6942 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:519 inc/gateways/ipay88/wpbc-gw-ipay88.php:365
|
6943 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:589 inc/gateways/sage/wpbc-gw-sage.php:543
|
6944 |
msgid "The URL where visitor will be redirected after completing payment."
|
6945 |
msgstr ""
|
6946 |
|
6947 |
+
#: core/lib/wpbc_all_translations.php:1350 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:459
|
6948 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:520 inc/gateways/ipay88/wpbc-gw-ipay88.php:366
|
6949 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:590 inc/gateways/sage/wpbc-gw-sage.php:544
|
6950 |
#, php-format
|
6951 |
msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
|
6952 |
msgstr ""
|
6953 |
|
6954 |
+
#: core/lib/wpbc_all_translations.php:1351 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:474
|
6955 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:534 inc/gateways/ipay88/wpbc-gw-ipay88.php:380
|
6956 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:558
|
6957 |
msgid "Return URL after Failed order"
|
6958 |
msgstr ""
|
6959 |
|
6960 |
+
#: core/lib/wpbc_all_translations.php:1352 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:492
|
6961 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:550 inc/gateways/ipay88/wpbc-gw-ipay88.php:396
|
6962 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:620 inc/gateways/sage/wpbc-gw-sage.php:574
|
6963 |
msgid "The URL where the visitor will be redirected after completing payment."
|
6964 |
msgstr ""
|
6965 |
|
6966 |
+
#: core/lib/wpbc_all_translations.php:1353 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:493
|
6967 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:551 inc/gateways/ipay88/wpbc-gw-ipay88.php:397
|
6968 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:621 inc/gateways/sage/wpbc-gw-sage.php:575
|
6969 |
#, php-format
|
6970 |
msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
|
6971 |
msgstr ""
|
6972 |
|
6973 |
+
#: core/lib/wpbc_all_translations.php:1354 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:504
|
6974 |
msgid "Automatically approve booking"
|
6975 |
msgstr ""
|
6976 |
|
6977 |
+
#: core/lib/wpbc_all_translations.php:1355 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:505
|
6978 |
msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
|
6979 |
msgstr ""
|
6980 |
|
6981 |
+
#: core/lib/wpbc_all_translations.php:1356 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:507
|
6982 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:410 inc/gateways/paypal/wpbc-gw-paypal.php:638
|
6983 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:588
|
6984 |
msgid "This will not work, if the visitor leaves the payment page."
|
6985 |
msgstr ""
|
6986 |
|
6987 |
+
#: core/lib/wpbc_all_translations.php:1357 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:719
|
6988 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:339
|
6989 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:420
|
6990 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:442
|
6991 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:791 inc/gateways/ideal/wpbc-gw-ideal.php:894
|
6992 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:650 inc/gateways/ipay88/wpbc-gw-ipay88.php:755
|
6993 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:279 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:384
|
6994 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:940 inc/gateways/paypal/wpbc-gw-paypal.php:1035
|
6995 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:773 inc/gateways/sage/wpbc-gw-sage.php:884
|
6996 |
#, php-format
|
6997 |
msgid "%s Settings"
|
6998 |
msgstr ""
|
6999 |
|
7000 |
+
#: core/lib/wpbc_all_translations.php:1358 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:720
|
7001 |
msgid "Integration of authorizenet payment system"
|
7002 |
msgstr ""
|
7003 |
|
7004 |
+
#: core/lib/wpbc_all_translations.php:1359 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:812
|
7005 |
#, php-format
|
7006 |
msgid ""
|
7007 |
"If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
|
7009 |
"gateway."
|
7010 |
msgstr ""
|
7011 |
|
7012 |
+
#: core/lib/wpbc_all_translations.php:1360 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:819
|
7013 |
msgid ""
|
7014 |
"Please configure all fields inside the Billing form fields tab at this page, when using a "
|
7015 |
"European payment processor"
|
7016 |
msgstr ""
|
7017 |
|
7018 |
+
#: core/lib/wpbc_all_translations.php:1361 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:826
|
7019 |
msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
|
7020 |
msgstr ""
|
7021 |
|
7022 |
+
#: core/lib/wpbc_all_translations.php:1362 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:836
|
7023 |
#, php-format
|
7024 |
msgid "%s - Server Integration Method (SIM)"
|
7025 |
msgstr ""
|
7026 |
|
7027 |
+
#: core/lib/wpbc_all_translations.php:1363 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:229
|
7028 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
|
7029 |
msgid "Payment method description that the customer will see on your payment page."
|
7030 |
msgstr ""
|
7031 |
|
7032 |
+
#: core/lib/wpbc_all_translations.php:1364 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:261
|
7033 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:338
|
7034 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:339
|
7035 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:420
|
7036 |
msgid "Bank Transfer"
|
7037 |
msgstr ""
|
7038 |
|
7039 |
+
#: core/lib/wpbc_all_translations.php:1365 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:340
|
7040 |
msgid "Integration of Bank Transfer payment system"
|
7041 |
msgstr ""
|
7042 |
|
7043 |
+
#: core/lib/wpbc_all_translations.php:1366 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:421
|
7044 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:461
|
7045 |
msgid "Account details"
|
7046 |
msgstr ""
|
7047 |
|
7048 |
+
#: core/lib/wpbc_all_translations.php:1367 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:475
|
7049 |
#, php-format
|
7050 |
msgid "Allow payments by %sdirect bank / wire transfer%s"
|
7051 |
msgstr ""
|
7052 |
|
7053 |
+
#: core/lib/wpbc_all_translations.php:1368 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:477
|
7054 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:360
|
7055 |
msgid "Its only show fixed payment details."
|
7056 |
msgstr ""
|
7057 |
|
7058 |
+
#: core/lib/wpbc_all_translations.php:1369 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:710
|
7059 |
msgid "Sort Code"
|
7060 |
msgstr ""
|
7061 |
|
7062 |
+
#: core/lib/wpbc_all_translations.php:1370 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:718
|
7063 |
#, php-format
|
7064 |
msgid ""
|
7065 |
"Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
|
7066 |
"the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
|
7067 |
msgstr ""
|
7068 |
|
7069 |
+
#: core/lib/wpbc_all_translations.php:1371 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:724
|
7070 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:731
|
7071 |
msgid "Account Number"
|
7072 |
msgstr ""
|
7073 |
|
7074 |
+
#: core/lib/wpbc_all_translations.php:1372 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:726
|
7075 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:734
|
7076 |
msgid "IBAN"
|
7077 |
msgstr ""
|
7078 |
|
7079 |
+
#: core/lib/wpbc_all_translations.php:1373 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:727
|
7080 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:735
|
7081 |
msgid "BIC / Swift"
|
7082 |
msgstr ""
|
7083 |
|
7084 |
+
#: core/lib/wpbc_all_translations.php:1374 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:730
|
7085 |
msgid "Account Name"
|
7086 |
msgstr ""
|
7087 |
|
7088 |
+
#: core/lib/wpbc_all_translations.php:1375 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:732
|
7089 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:321
|
7090 |
msgid "Bank Name"
|
7091 |
msgstr ""
|
7092 |
|
7093 |
+
#: core/lib/wpbc_all_translations.php:1376 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:779
|
7094 |
msgid "BSB"
|
7095 |
msgstr ""
|
7096 |
|
7097 |
+
#: core/lib/wpbc_all_translations.php:1377 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:780
|
7098 |
msgid "Bank Transit Number"
|
7099 |
msgstr ""
|
7100 |
|
7101 |
+
#: core/lib/wpbc_all_translations.php:1378 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:781
|
7102 |
msgid "IFSC"
|
7103 |
msgstr ""
|
7104 |
|
7105 |
+
#: core/lib/wpbc_all_translations.php:1379 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:782
|
7106 |
msgid "Branch Sort"
|
7107 |
msgstr ""
|
7108 |
|
7109 |
+
#: core/lib/wpbc_all_translations.php:1380 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:783
|
7110 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:784
|
7111 |
msgid "Bank Code"
|
7112 |
msgstr ""
|
7113 |
|
7114 |
+
#: core/lib/wpbc_all_translations.php:1381 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:785
|
7115 |
msgid "Routing Number"
|
7116 |
msgstr ""
|
7117 |
|
7118 |
+
#: core/lib/wpbc_all_translations.php:1382 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:786
|
7119 |
msgid "Branch Code"
|
7120 |
msgstr ""
|
7121 |
|
7122 |
+
#: core/lib/wpbc_all_translations.php:1383 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:796
|
7123 |
#, php-format
|
7124 |
msgid "%s - inserting all bank accounts details"
|
7125 |
msgstr ""
|
7126 |
|
7127 |
+
#: core/lib/wpbc_all_translations.php:1384 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:797
|
7128 |
#, php-format
|
7129 |
msgid "%s - inserting account name"
|
7130 |
msgstr ""
|
7131 |
|
7132 |
+
#: core/lib/wpbc_all_translations.php:1385 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:798
|
7133 |
#, php-format
|
7134 |
msgid "%s - inserting account number"
|
7135 |
msgstr ""
|
7136 |
|
7137 |
+
#: core/lib/wpbc_all_translations.php:1386 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:799
|
7138 |
#, php-format
|
7139 |
msgid "%s - inserting bank name "
|
7140 |
msgstr ""
|
7141 |
|
7142 |
+
#: core/lib/wpbc_all_translations.php:1387 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:800
|
7143 |
#, php-format
|
7144 |
msgid "%s - inserting sort code "
|
7145 |
msgstr ""
|
7146 |
|
7147 |
+
#: core/lib/wpbc_all_translations.php:1388 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:801
|
7148 |
#, php-format
|
7149 |
msgid "%s - inserting IBAN "
|
7150 |
msgstr ""
|
7151 |
|
7152 |
+
#: core/lib/wpbc_all_translations.php:1389 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:802
|
7153 |
#, php-format
|
7154 |
msgid "%s - inserting BIC "
|
7155 |
msgstr ""
|
7156 |
|
7157 |
+
#: core/lib/wpbc_all_translations.php:1390 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:807
|
7158 |
msgid ""
|
7159 |
"You can use any shortcodes, that you can use in payment description form at Settings Payment "
|
7160 |
"General page"
|
7161 |
msgstr ""
|
7162 |
|
7163 |
+
#: core/lib/wpbc_all_translations.php:1391 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:880
|
7164 |
msgid "+ Add Account"
|
7165 |
msgstr ""
|
7166 |
|
7167 |
+
#: core/lib/wpbc_all_translations.php:1392 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:880
|
7168 |
msgid "Remove selected account(s)"
|
7169 |
msgstr ""
|
7170 |
|
7171 |
+
#: core/lib/wpbc_all_translations.php:1393 inc/gateways/ipay88/ipay88-backend.php:51
|
7172 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:495
|
7173 |
msgid "Successful payment"
|
7174 |
msgstr ""
|
7175 |
|
7176 |
+
#: core/lib/wpbc_all_translations.php:1394 inc/gateways/ipay88/ipay88-backend.php:53
|
7177 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:498
|
7178 |
msgid " Parameters are incorrect,"
|
7179 |
msgstr ""
|
7180 |
|
7181 |
+
#: core/lib/wpbc_all_translations.php:1395 inc/gateways/ipay88/ipay88-backend.php:54
|
7182 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:500
|
7183 |
msgid "Cannot find the record"
|
7184 |
msgstr ""
|
7185 |
|
7186 |
+
#: core/lib/wpbc_all_translations.php:1396 inc/gateways/ipay88/ipay88-backend.php:55
|
7187 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:502
|
7188 |
msgid "Amount different"
|
7189 |
msgstr ""
|
7190 |
|
7191 |
+
#: core/lib/wpbc_all_translations.php:1397 inc/gateways/ipay88/ipay88-backend.php:56
|
7192 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:504
|
7193 |
msgid "Payment failed"
|
7194 |
msgstr ""
|
7195 |
|
7196 |
+
#: core/lib/wpbc_all_translations.php:1398 inc/gateways/ipay88/ipay88-backend.php:57
|
7197 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:506
|
7198 |
msgid "Payment status updated by Mobile88 Admin(Fail)"
|
7199 |
msgstr ""
|
7200 |
|
7201 |
+
#: core/lib/wpbc_all_translations.php:1399 inc/gateways/ipay88/ipay88-backend.php:58
|
7202 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:508
|
7203 |
msgid "Connection Error"
|
7204 |
msgstr ""
|
7205 |
|
7206 |
+
#: core/lib/wpbc_all_translations.php:1400 inc/gateways/ipay88/wpbc-gw-ipay88.php:263
|
7207 |
msgid "Merchant Code"
|
7208 |
msgstr ""
|
7209 |
|
7210 |
+
#: core/lib/wpbc_all_translations.php:1401 inc/gateways/ipay88/wpbc-gw-ipay88.php:265
|
7211 |
msgid "Enter your iPay88 Merchant Code."
|
7212 |
msgstr ""
|
7213 |
|
7214 |
+
#: core/lib/wpbc_all_translations.php:1402 inc/gateways/ideal/wpbc-gw-ideal.php:400
|
7215 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:278
|
7216 |
msgid "Merchant Key"
|
7217 |
msgstr ""
|
7218 |
|
7219 |
+
#: core/lib/wpbc_all_translations.php:1403 inc/gateways/ipay88/wpbc-gw-ipay88.php:280
|
7220 |
msgid "Enter your iPay88 Merchant Key."
|
7221 |
msgstr ""
|
7222 |
|
7223 |
+
#: core/lib/wpbc_all_translations.php:1404 inc/gateways/ipay88/wpbc-gw-ipay88.php:290
|
7224 |
msgid "Malaysian Ringgit"
|
7225 |
msgstr ""
|
7226 |
|
7227 |
+
#: core/lib/wpbc_all_translations.php:1405 inc/gateways/ipay88/wpbc-gw-ipay88.php:292
|
7228 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:456 inc/gateways/sage/wpbc-gw-sage.php:468
|
7229 |
msgid "Philippine Pesos"
|
7230 |
msgstr ""
|
7231 |
|
7232 |
+
#: core/lib/wpbc_all_translations.php:1406 inc/gateways/ideal/wpbc-gw-ideal.php:561
|
7233 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:407 inc/gateways/paypal/wpbc-gw-paypal.php:635
|
7234 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:585
|
7235 |
msgid "Automatically approve/cancel booking"
|
7236 |
msgstr ""
|
7237 |
|
7238 |
+
#: core/lib/wpbc_all_translations.php:1407 inc/gateways/ideal/wpbc-gw-ideal.php:562
|
7239 |
+
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:408 inc/gateways/paypal/wpbc-gw-paypal.php:636
|
7240 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:586
|
7241 |
msgid ""
|
7242 |
"Check this box to automatically approve bookings, when visitor makes a successful payment, or "
|
7243 |
"automatically cancel the booking, when visitor makes a payment cancellation."
|
7244 |
msgstr ""
|
7245 |
|
7246 |
+
#: core/lib/wpbc_all_translations.php:1408 inc/gateways/ipay88/wpbc-gw-ipay88.php:651
|
7247 |
msgid "Integration of iPay88 payment system"
|
7248 |
msgstr ""
|
7249 |
|
7250 |
+
#: core/lib/wpbc_all_translations.php:1409 inc/gateways/ipay88/wpbc-gw-ipay88.php:742
|
7251 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:873
|
7252 |
#, php-format
|
7253 |
msgid ""
|
7254 |
"Please configure all fields inside the %sBilling form fields%s section at %sPayments General%s "
|
7255 |
"tab."
|
7256 |
msgstr ""
|
7257 |
|
7258 |
+
#: core/lib/wpbc_all_translations.php:1410 inc/gateways/page-gateways.php:63
|
7259 |
msgid "for 1 day"
|
7260 |
msgstr ""
|
7261 |
|
7262 |
+
#: core/lib/wpbc_all_translations.php:1411 inc/gateways/page-gateways.php:64
|
7263 |
msgid "for 1 night"
|
7264 |
msgstr ""
|
7265 |
|
7266 |
+
#: core/lib/wpbc_all_translations.php:1412 inc/gateways/page-gateways.php:65
|
7267 |
msgid "fixed sum"
|
7268 |
msgstr ""
|
7269 |
|
7270 |
+
#: core/lib/wpbc_all_translations.php:1413 inc/gateways/page-gateways.php:66
|
7271 |
msgid "for 1 hour"
|
7272 |
msgstr ""
|
7273 |
|
7274 |
+
#: core/lib/wpbc_all_translations.php:1414 inc/gateways/page-gateways.php:71
|
7275 |
msgid "Set the cost"
|
7276 |
msgstr ""
|
7277 |
|
7278 |
+
#: core/lib/wpbc_all_translations.php:1415 inc/gateways/page-gateways.php:72
|
7279 |
msgid " Select your cost configuration."
|
7280 |
msgstr ""
|
7281 |
|
7282 |
+
#: core/lib/wpbc_all_translations.php:1416 inc/gateways/page-gateways.php:80
|
7283 |
msgid "Time impact to cost"
|
7284 |
msgstr ""
|
7285 |
|
7286 |
+
#: core/lib/wpbc_all_translations.php:1417 inc/gateways/page-gateways.php:81
|
7287 |
#, php-format
|
7288 |
msgid ""
|
7289 |
"Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
|
7290 |
"calculation%s."
|
7291 |
msgstr ""
|
7292 |
|
7293 |
+
#: core/lib/wpbc_all_translations.php:1418 inc/gateways/page-gateways.php:91
|
7294 |
msgid ""
|
7295 |
"Check this box if you want that specific additional cost, which configured as percentage for "
|
7296 |
"some option, apply to other additional fixed costs and not only to original booking cost."
|
7297 |
msgstr ""
|
7298 |
|
7299 |
+
#: core/lib/wpbc_all_translations.php:1419 inc/gateways/page-gateways.php:110
|
7300 |
#: inc/gateways/page-gateways.php:727
|
7301 |
msgid "Currency"
|
7302 |
msgstr ""
|
7303 |
|
7304 |
+
#: core/lib/wpbc_all_translations.php:1420 inc/gateways/page-gateways.php:113
|
7305 |
msgid ""
|
7306 |
"This is default currency that showing at your website. Specific payment gateway(s) can support "
|
7307 |
"or does not suport it."
|
7308 |
msgstr ""
|
7309 |
|
7310 |
+
#: core/lib/wpbc_all_translations.php:1421 inc/gateways/page-gateways.php:116
|
7311 |
#: inc/gateways/page-gateways.php:778
|
7312 |
msgid "Important"
|
7313 |
msgstr ""
|
7314 |
|
7315 |
+
#: core/lib/wpbc_all_translations.php:1422 inc/gateways/page-gateways.php:116
|
7316 |
msgid "Check and configure currency at each activated payment gateway."
|
7317 |
msgstr ""
|
7318 |
|
7319 |
+
#: core/lib/wpbc_all_translations.php:1423 inc/gateways/page-gateways.php:126
|
7320 |
msgid "Currency Position"
|
7321 |
msgstr ""
|
7322 |
|
7323 |
+
#: core/lib/wpbc_all_translations.php:1424 inc/gateways/page-gateways.php:127
|
7324 |
msgid "Set position of the currency symbol."
|
7325 |
msgstr ""
|
7326 |
|
7327 |
+
#: core/lib/wpbc_all_translations.php:1425 inc/gateways/page-gateways.php:130
|
7328 |
msgid "Left"
|
7329 |
msgstr ""
|
7330 |
|
7331 |
+
#: core/lib/wpbc_all_translations.php:1426 inc/gateways/page-gateways.php:134
|
7332 |
msgid "Right"
|
7333 |
msgstr ""
|
7334 |
|
7335 |
+
#: core/lib/wpbc_all_translations.php:1427 inc/gateways/page-gateways.php:138
|
7336 |
msgid "Left with space"
|
7337 |
msgstr ""
|
7338 |
|
7339 |
+
#: core/lib/wpbc_all_translations.php:1428 inc/gateways/page-gateways.php:142
|
7340 |
msgid "Right with space"
|
7341 |
msgstr ""
|
7342 |
|
7343 |
+
#: core/lib/wpbc_all_translations.php:1429 inc/gateways/page-gateways.php:161
|
7344 |
msgid "Currency format"
|
7345 |
msgstr ""
|
7346 |
|
7347 |
+
#: core/lib/wpbc_all_translations.php:1430 inc/gateways/page-gateways.php:162
|
7348 |
msgid "Number of decimal points"
|
7349 |
msgstr ""
|
7350 |
|
7351 |
+
#: core/lib/wpbc_all_translations.php:1431 inc/gateways/page-gateways.php:169
|
7352 |
#: inc/gateways/page-gateways.php:184
|
7353 |
msgid "No separator"
|
7354 |
msgstr ""
|
7355 |
|
7356 |
+
#: core/lib/wpbc_all_translations.php:1432 inc/gateways/page-gateways.php:170
|
7357 |
#: inc/gateways/page-gateways.php:185
|
7358 |
msgid "Space"
|
7359 |
msgstr ""
|
7360 |
|
7361 |
+
#: core/lib/wpbc_all_translations.php:1433 inc/gateways/page-gateways.php:171
|
7362 |
#: inc/gateways/page-gateways.php:186
|
7363 |
msgid "Dot"
|
7364 |
msgstr ""
|
7365 |
|
7366 |
+
#: core/lib/wpbc_all_translations.php:1434 inc/gateways/page-gateways.php:172
|
7367 |
#: inc/gateways/page-gateways.php:187
|
7368 |
msgid "Comma"
|
7369 |
msgstr ""
|
7370 |
|
7371 |
+
#: core/lib/wpbc_all_translations.php:1435 inc/gateways/page-gateways.php:177
|
7372 |
msgid "Separator for the decimal point"
|
7373 |
msgstr ""
|
7374 |
|
7375 |
+
#: core/lib/wpbc_all_translations.php:1436 inc/gateways/page-gateways.php:192
|
7376 |
msgid "Thousands separator"
|
7377 |
msgstr ""
|
7378 |
|
7379 |
+
#: core/lib/wpbc_all_translations.php:1437 inc/gateways/page-gateways.php:205
|
7380 |
msgid "Please select"
|
7381 |
msgstr ""
|
7382 |
|
7383 |
+
#: core/lib/wpbc_all_translations.php:1438 inc/gateways/page-gateways.php:216
|
7384 |
msgid ""
|
7385 |
"Please select a field from your booking form. This field will be automatically assigned to the "
|
7386 |
"current field in the billing form."
|
7387 |
msgstr ""
|
7388 |
|
7389 |
+
#: core/lib/wpbc_all_translations.php:1439 inc/gateways/page-gateways.php:228
|
7390 |
msgid "Customer Email"
|
7391 |
msgstr ""
|
7392 |
|
7393 |
+
#: core/lib/wpbc_all_translations.php:1440 inc/gateways/page-gateways.php:236
|
7394 |
msgid "First Name(s)"
|
7395 |
msgstr ""
|
7396 |
|
7397 |
+
#: core/lib/wpbc_all_translations.php:1441 inc/gateways/page-gateways.php:244
|
7398 |
msgid "Last name"
|
7399 |
msgstr ""
|
7400 |
|
7401 |
+
#: core/lib/wpbc_all_translations.php:1442 inc/gateways/page-gateways.php:260
|
7402 |
msgid "Billing Address"
|
7403 |
msgstr ""
|
7404 |
|
7405 |
+
#: core/lib/wpbc_all_translations.php:1443 inc/gateways/page-gateways.php:268
|
7406 |
msgid "Billing City"
|
7407 |
msgstr ""
|
7408 |
|
7409 |
+
#: core/lib/wpbc_all_translations.php:1444 inc/gateways/page-gateways.php:285
|
7410 |
msgid "Post Code"
|
7411 |
msgstr ""
|
7412 |
|
7413 |
+
#: core/lib/wpbc_all_translations.php:1445 inc/gateways/page-gateways.php:293
|
7414 |
msgid "State"
|
7415 |
msgstr ""
|
7416 |
|
7417 |
+
#: core/lib/wpbc_all_translations.php:1446 inc/gateways/page-gateways.php:305
|
7418 |
msgid "Show booking details in payment form"
|
7419 |
msgstr ""
|
7420 |
|
7421 |
+
#: core/lib/wpbc_all_translations.php:1447 inc/gateways/page-gateways.php:306
|
7422 |
#, php-format
|
7423 |
msgid ""
|
7424 |
" Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
|
7425 |
msgstr ""
|
7426 |
|
7427 |
+
#: core/lib/wpbc_all_translations.php:1448 inc/gateways/page-gateways.php:317
|
7428 |
msgid "Configure booking details summary above the payment form"
|
7429 |
msgstr ""
|
7430 |
|
7431 |
+
#: core/lib/wpbc_all_translations.php:1449 inc/gateways/page-gateways.php:384
|
7432 |
msgid "Payments"
|
7433 |
msgstr ""
|
7434 |
|
7435 |
+
#: core/lib/wpbc_all_translations.php:1450 inc/gateways/page-gateways.php:385
|
7436 |
msgid "Customizaton of Payment"
|
7437 |
msgstr ""
|
7438 |
|
7439 |
+
#: core/lib/wpbc_all_translations.php:1451 inc/gateways/page-gateways.php:386
|
7440 |
msgid "Payment Gateways"
|
7441 |
msgstr ""
|
7442 |
|
7443 |
+
#: core/lib/wpbc_all_translations.php:1452 inc/gateways/page-gateways.php:402
|
7444 |
#: inc/gateways/page-gateways.php:472 inc/gateways/page-gateways.php:498
|
7445 |
msgid "Payment Settings"
|
7446 |
msgstr ""
|
7447 |
|
7448 |
+
#: core/lib/wpbc_all_translations.php:1453 inc/gateways/page-gateways.php:403
|
7449 |
msgid "Payment Gateways - General Settings"
|
7450 |
msgstr ""
|
7451 |
|
7452 |
+
#: core/lib/wpbc_all_translations.php:1454 inc/gateways/page-gateways.php:470
|
7453 |
#: inc/gateways/page-gateways.php:493
|
7454 |
msgid "Active Payment Gateways"
|
7455 |
msgstr ""
|
7456 |
|
7457 |
+
#: core/lib/wpbc_all_translations.php:1455 inc/gateways/page-gateways.php:471
|
7458 |
#: inc/gateways/page-gateways.php:514
|
7459 |
msgid "Billing form fields"
|
7460 |
msgstr ""
|
7461 |
|
7462 |
+
#: core/lib/wpbc_all_translations.php:1456 inc/gateways/page-gateways.php:473
|
7463 |
#: inc/gateways/page-gateways.php:524
|
7464 |
msgid "Payment Description"
|
7465 |
msgstr ""
|
7466 |
|
7467 |
+
#: core/lib/wpbc_all_translations.php:1457 inc/gateways/page-gateways.php:725
|
7468 |
msgid "Gateway"
|
7469 |
msgstr ""
|
7470 |
|
7471 |
+
#: core/lib/wpbc_all_translations.php:1458 inc/gateways/page-gateways.php:774
|
7472 |
#, php-format
|
7473 |
msgid "Some currencies at payment gateways are different from main currency %s"
|
7474 |
msgstr ""
|
7475 |
|
7476 |
+
#: core/lib/wpbc_all_translations.php:1459 inc/gateways/page-gateways.php:778
|
7477 |
#, php-format
|
7478 |
msgid ""
|
7479 |
"Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
|
7480 |
"payment form without currency exchange! Its can be reason of wrong cost."
|
7481 |
msgstr ""
|
7482 |
|
7483 |
+
#: core/lib/wpbc_all_translations.php:1460 inc/gateways/page-gateways.php:926
|
7484 |
msgid "ID of booking"
|
7485 |
msgstr ""
|
7486 |
|
7487 |
+
#: core/lib/wpbc_all_translations.php:1461 inc/gateways/page-gateways.php:927
|
7488 |
msgid "ID of booking resources"
|
7489 |
msgstr ""
|
7490 |
|
7491 |
+
#: core/lib/wpbc_all_translations.php:1462 inc/gateways/page-gateways.php:933
|
7492 |
msgid "current date"
|
7493 |
msgstr ""
|
7494 |
|
7495 |
+
#: core/lib/wpbc_all_translations.php:1463 inc/gateways/page-gateways.php:934
|
7496 |
msgid "current time"
|
7497 |
msgstr ""
|
7498 |
|
7499 |
+
#: core/lib/wpbc_all_translations.php:1464 inc/gateways/page-gateways.php:940
|
7500 |
msgid "content data of this booking"
|
7501 |
msgstr ""
|
7502 |
|
7503 |
+
#: core/lib/wpbc_all_translations.php:1465 inc/gateways/page-gateways.php:941
|
7504 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:180
|
7505 |
msgid "show amount to pay"
|
7506 |
msgstr ""
|
7507 |
|
7508 |
+
#: core/lib/wpbc_all_translations.php:1466 inc/gateways/page-gateways.php:943
|
7509 |
msgid "total booking cost"
|
7510 |
msgstr ""
|
7511 |
|
7512 |
+
#: core/lib/wpbc_all_translations.php:1467 inc/gateways/page-gateways.php:944
|
7513 |
msgid "deposit cost"
|
7514 |
msgstr ""
|
7515 |
|
7516 |
+
#: core/lib/wpbc_all_translations.php:1468 inc/gateways/page-gateways.php:945
|
7517 |
msgid "balance cost"
|
7518 |
msgstr ""
|
7519 |
|
7520 |
+
#: core/lib/wpbc_all_translations.php:1469 inc/gateways/page-gateways.php:946
|
7521 |
msgid "original booking cost"
|
7522 |
msgstr ""
|
7523 |
|
7524 |
+
#: core/lib/wpbc_all_translations.php:1470 inc/gateways/page-gateways.php:947
|
7525 |
msgid "additional booking cost"
|
7526 |
msgstr ""
|
7527 |
|
7528 |
+
#: core/lib/wpbc_all_translations.php:1471 inc/gateways/page-gateways.php:1283
|
7529 |
msgid "Amount to pay"
|
7530 |
msgstr ""
|
7531 |
|
7532 |
+
#: core/lib/wpbc_all_translations.php:1472 inc/gateways/page-gateways.php:1316
|
7533 |
#, php-format
|
7534 |
msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
|
7535 |
msgstr ""
|
7536 |
|
7537 |
+
#: core/lib/wpbc_all_translations.php:1473 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:202
|
7538 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:278 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:279
|
7539 |
msgid "Pay in Cash"
|
7540 |
msgstr ""
|
7541 |
|
7542 |
+
#: core/lib/wpbc_all_translations.php:1474 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:280
|
7543 |
msgid "Integration of Pay in Cash payment system"
|
7544 |
msgstr ""
|
7545 |
|
7546 |
+
#: core/lib/wpbc_all_translations.php:1475 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:358
|
7547 |
#, php-format
|
7548 |
msgid "If you accept %scash payment%s, you can write details about it here"
|
7549 |
msgstr ""
|
7550 |
|
7551 |
+
#: core/lib/wpbc_all_translations.php:1476 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:517
|
7552 |
#, php-format
|
7553 |
msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
|
7554 |
msgstr ""
|
7555 |
|
7556 |
+
#: core/lib/wpbc_all_translations.php:1477 inc/gateways/paypal/ipn.php:120
|
7557 |
msgid "Error IPN"
|
7558 |
msgstr ""
|
7559 |
|
7560 |
+
#: core/lib/wpbc_all_translations.php:1478 inc/gateways/paypal/ipn.php:234
|
7561 |
msgid "Verified IPN"
|
7562 |
msgstr ""
|
7563 |
|
7564 |
+
#: core/lib/wpbc_all_translations.php:1479 inc/gateways/paypal/ipn.php:257
|
7565 |
msgid "Invalid IPN"
|
7566 |
msgstr ""
|
7567 |
|
7568 |
+
#: core/lib/wpbc_all_translations.php:1480 inc/gateways/paypal/wpbc-gw-paypal.php:311
|
7569 |
msgid "Make payments with payPal - its fast, free and secure!"
|
7570 |
msgstr ""
|
7571 |
|
7572 |
+
#: core/lib/wpbc_all_translations.php:1481 inc/gateways/paypal/wpbc-gw-paypal.php:350
|
7573 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:818
|
7574 |
msgid "Paypal Standard"
|
7575 |
msgstr ""
|
7576 |
|
7577 |
+
#: core/lib/wpbc_all_translations.php:1482 inc/gateways/paypal/wpbc-gw-paypal.php:354
|
7578 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:818
|
7579 |
msgid "Paypal Pro Hosted Solution"
|
7580 |
msgstr ""
|
7581 |
|
7582 |
+
#: core/lib/wpbc_all_translations.php:1483 inc/gateways/paypal/wpbc-gw-paypal.php:361
|
7583 |
msgid "Account Type"
|
7584 |
msgstr ""
|
7585 |
|
7586 |
+
#: core/lib/wpbc_all_translations.php:1484 inc/gateways/paypal/wpbc-gw-paypal.php:373
|
7587 |
msgid "Paypal Email address to receive payments"
|
7588 |
msgstr ""
|
7589 |
|
7590 |
+
#: core/lib/wpbc_all_translations.php:1485 inc/gateways/paypal/wpbc-gw-paypal.php:375
|
7591 |
msgid "This is the Paypal Email address where payments will be sent"
|
7592 |
msgstr ""
|
7593 |
|
7594 |
+
#: core/lib/wpbc_all_translations.php:1486 inc/gateways/paypal/wpbc-gw-paypal.php:389
|
7595 |
msgid "Secure Merchant ID"
|
7596 |
msgstr ""
|
7597 |
|
7598 |
+
#: core/lib/wpbc_all_translations.php:1487 inc/gateways/paypal/wpbc-gw-paypal.php:391
|
7599 |
msgid "This is the Secure Merchant ID, which can be found on the profile page"
|
7600 |
msgstr ""
|
7601 |
|
7602 |
+
#: core/lib/wpbc_all_translations.php:1488 inc/gateways/paypal/wpbc-gw-paypal.php:406
|
7603 |
msgid ""
|
7604 |
" Indicates whether the transaction is payment on a final sale or an authorization for a final "
|
7605 |
"sale, to be captured later. "
|
7606 |
msgstr ""
|
7607 |
|
7608 |
+
#: core/lib/wpbc_all_translations.php:1489 inc/gateways/paypal/wpbc-gw-paypal.php:410
|
7609 |
msgid "Sale"
|
7610 |
msgstr ""
|
7611 |
|
7612 |
+
#: core/lib/wpbc_all_translations.php:1490 inc/gateways/paypal/wpbc-gw-paypal.php:411
|
7613 |
msgid "Authorization"
|
7614 |
msgstr ""
|
7615 |
|
7616 |
+
#: core/lib/wpbc_all_translations.php:1491 inc/gateways/paypal/wpbc-gw-paypal.php:422
|
7617 |
msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
|
7618 |
msgstr ""
|
7619 |
|
7620 |
+
#: core/lib/wpbc_all_translations.php:1492 inc/gateways/paypal/wpbc-gw-paypal.php:428
|
7621 |
msgid "Sandbox"
|
7622 |
msgstr ""
|
7623 |
|
7624 |
+
#: core/lib/wpbc_all_translations.php:1493 inc/gateways/paypal/wpbc-gw-paypal.php:438
|
7625 |
msgid "British Pound"
|
7626 |
msgstr ""
|
7627 |
|
7628 |
+
#: core/lib/wpbc_all_translations.php:1494 inc/gateways/paypal/wpbc-gw-paypal.php:439
|
7629 |
msgid "Japanese Yen"
|
7630 |
msgstr ""
|
7631 |
|
7632 |
+
#: core/lib/wpbc_all_translations.php:1495 inc/gateways/paypal/wpbc-gw-paypal.php:440
|
7633 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:452
|
7634 |
msgid "Australian Dollars"
|
7635 |
msgstr ""
|
7636 |
|
7637 |
+
#: core/lib/wpbc_all_translations.php:1496 inc/gateways/paypal/wpbc-gw-paypal.php:442
|
7638 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:454
|
7639 |
msgid "New Zealand Dollar"
|
7640 |
msgstr ""
|
7641 |
|
7642 |
+
#: core/lib/wpbc_all_translations.php:1497 inc/gateways/paypal/wpbc-gw-paypal.php:443
|
7643 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:455
|
7644 |
msgid "Swiss Franc"
|
7645 |
msgstr ""
|
7646 |
|
7647 |
+
#: core/lib/wpbc_all_translations.php:1498 inc/gateways/paypal/wpbc-gw-paypal.php:444
|
7648 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:456
|
7649 |
msgid "Hong Kong Dollar"
|
7650 |
msgstr ""
|
7651 |
|
7652 |
+
#: core/lib/wpbc_all_translations.php:1499 inc/gateways/paypal/wpbc-gw-paypal.php:445
|
7653 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:457
|
7654 |
msgid "Singapore Dollar"
|
7655 |
msgstr ""
|
7656 |
|
7657 |
+
#: core/lib/wpbc_all_translations.php:1500 inc/gateways/paypal/wpbc-gw-paypal.php:446
|
7658 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:458
|
7659 |
msgid "Swedish Krona"
|
7660 |
msgstr ""
|
7661 |
|
7662 |
+
#: core/lib/wpbc_all_translations.php:1501 inc/gateways/paypal/wpbc-gw-paypal.php:447
|
7663 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:459
|
7664 |
msgid "Danish Krone"
|
7665 |
msgstr ""
|
7666 |
|
7667 |
+
#: core/lib/wpbc_all_translations.php:1502 inc/gateways/paypal/wpbc-gw-paypal.php:448
|
7668 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:460
|
7669 |
msgid "Polish Zloty"
|
7670 |
msgstr ""
|
7671 |
|
7672 |
+
#: core/lib/wpbc_all_translations.php:1503 inc/gateways/paypal/wpbc-gw-paypal.php:449
|
7673 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:461
|
7674 |
msgid "Norwegian Krone"
|
7675 |
msgstr ""
|
7676 |
|
7677 |
+
#: core/lib/wpbc_all_translations.php:1504 inc/gateways/paypal/wpbc-gw-paypal.php:450
|
7678 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:462
|
7679 |
msgid "Hungarian Forint"
|
7680 |
msgstr ""
|
7681 |
|
7682 |
+
#: core/lib/wpbc_all_translations.php:1505 inc/gateways/paypal/wpbc-gw-paypal.php:451
|
7683 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:463
|
7684 |
msgid "Czech Koruna"
|
7685 |
msgstr ""
|
7686 |
|
7687 |
+
#: core/lib/wpbc_all_translations.php:1506 inc/gateways/paypal/wpbc-gw-paypal.php:452
|
7688 |
msgid "Israeli New Shekel"
|
7689 |
msgstr ""
|
7690 |
|
7691 |
+
#: core/lib/wpbc_all_translations.php:1507 inc/gateways/paypal/wpbc-gw-paypal.php:453
|
7692 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:465
|
7693 |
msgid "Mexican Peso"
|
7694 |
msgstr ""
|
7695 |
|
7696 |
+
#: core/lib/wpbc_all_translations.php:1508 inc/gateways/paypal/wpbc-gw-paypal.php:454
|
7697 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:466
|
7698 |
msgid "Brazilian Real (only for Brazilian users)"
|
7699 |
msgstr ""
|
7700 |
|
7701 |
+
#: core/lib/wpbc_all_translations.php:1509 inc/gateways/paypal/wpbc-gw-paypal.php:455
|
7702 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:467
|
7703 |
msgid "Malaysian Ringgits (only for Malaysian users)"
|
7704 |
msgstr ""
|
7705 |
|
7706 |
+
#: core/lib/wpbc_all_translations.php:1510 inc/gateways/paypal/wpbc-gw-paypal.php:457
|
7707 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:469
|
7708 |
msgid "Taiwan New Dollars"
|
7709 |
msgstr ""
|
7710 |
|
7711 |
+
#: core/lib/wpbc_all_translations.php:1511 inc/gateways/paypal/wpbc-gw-paypal.php:458
|
7712 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:470
|
7713 |
msgid "Thai Baht"
|
7714 |
msgstr ""
|
7715 |
|
7716 |
+
#: core/lib/wpbc_all_translations.php:1512 inc/gateways/paypal/wpbc-gw-paypal.php:459
|
7717 |
msgid "Turkish Lira (only for Turkish members)"
|
7718 |
msgstr ""
|
7719 |
|
7720 |
+
#: core/lib/wpbc_all_translations.php:1513 inc/gateways/paypal/wpbc-gw-paypal.php:478
|
7721 |
msgid "Custom button title"
|
7722 |
msgstr ""
|
7723 |
|
7724 |
+
#: core/lib/wpbc_all_translations.php:1514 inc/gateways/paypal/wpbc-gw-paypal.php:485
|
7725 |
msgid "Payment Button type"
|
7726 |
msgstr ""
|
7727 |
|
7728 |
+
#: core/lib/wpbc_all_translations.php:1515 inc/gateways/paypal/wpbc-gw-paypal.php:540
|
7729 |
msgid "Show Reference Text Box"
|
7730 |
msgstr ""
|
7731 |
|
7732 |
+
#: core/lib/wpbc_all_translations.php:1516 inc/gateways/paypal/wpbc-gw-paypal.php:541
|
7733 |
msgid "Check this box to show Reference Text Box"
|
7734 |
msgstr ""
|
7735 |
|
7736 |
+
#: core/lib/wpbc_all_translations.php:1517 inc/gateways/paypal/wpbc-gw-paypal.php:549
|
7737 |
+
#: inc/gateways/paypal/wpbc-gw-paypal.php:550 inc/gateways/paypal/wpbc-gw-paypal.php:1320
|
7738 |
msgid "Enter your phone number"
|
7739 |
msgstr ""
|
7740 |
|
7741 |
+
#: core/lib/wpbc_all_translations.php:1518 inc/gateways/paypal/wpbc-gw-paypal.php:551
|
7742 |
msgid "Reference Text Box Title"
|
7743 |
msgstr ""
|
7744 |
|
7745 |
+
#: core/lib/wpbc_all_translations.php:1519 inc/gateways/paypal/wpbc-gw-paypal.php:552
|
7746 |
msgid ""
|
7747 |
"Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
|
7748 |
msgstr ""
|
7749 |
|
7750 |
+
#: core/lib/wpbc_all_translations.php:1520 inc/gateways/paypal/wpbc-gw-paypal.php:573
|
7751 |
msgid "Return URL from PayPal"
|
7752 |
msgstr ""
|
7753 |
|
7754 |
+
#: core/lib/wpbc_all_translations.php:1521 inc/gateways/paypal/wpbc-gw-paypal.php:604
|
7755 |
msgid "Cancel Return URL from PayPal"
|
7756 |
msgstr ""
|
7757 |
|
7758 |
+
#: core/lib/wpbc_all_translations.php:1522 inc/gateways/paypal/wpbc-gw-paypal.php:655
|
7759 |
#, php-format
|
7760 |
msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
|
7761 |
msgstr ""
|
7762 |
|
7763 |
+
#: core/lib/wpbc_all_translations.php:1523 inc/gateways/paypal/wpbc-gw-paypal.php:656
|
7764 |
msgid "Follow these steps to configure it:"
|
7765 |
msgstr ""
|
7766 |
|
7767 |
+
#: core/lib/wpbc_all_translations.php:1524 inc/gateways/paypal/wpbc-gw-paypal.php:658
|
7768 |
msgid "Log in to your PayPal account."
|
7769 |
msgstr ""
|
7770 |
|
7771 |
+
#: core/lib/wpbc_all_translations.php:1525 inc/gateways/paypal/wpbc-gw-paypal.php:659
|
7772 |
msgid "Click the Profile subtab."
|
7773 |
msgstr ""
|
7774 |
|
7775 |
+
#: core/lib/wpbc_all_translations.php:1526 inc/gateways/paypal/wpbc-gw-paypal.php:660
|
7776 |
msgid "Click Website Payment Preferences in the Seller Preferences column."
|
7777 |
msgstr ""
|
7778 |
|
7779 |
+
#: core/lib/wpbc_all_translations.php:1527 inc/gateways/paypal/wpbc-gw-paypal.php:661
|
7780 |
msgid "Under Auto Return for Website Payments, click the On radio button."
|
7781 |
msgstr ""
|
7782 |
|
7783 |
+
#: core/lib/wpbc_all_translations.php:1528 inc/gateways/paypal/wpbc-gw-paypal.php:662
|
7784 |
msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
|
7785 |
msgstr ""
|
7786 |
|
7787 |
+
#: core/lib/wpbc_all_translations.php:1529 inc/gateways/paypal/wpbc-gw-paypal.php:671
|
7788 |
msgid ""
|
7789 |
"Instant Payment Notification (IPN) is a message service that notifies you of events related to "
|
7790 |
"PayPal transactions"
|
7791 |
msgstr ""
|
7792 |
|
7793 |
+
#: core/lib/wpbc_all_translations.php:1530 inc/gateways/paypal/wpbc-gw-paypal.php:680
|
7794 |
msgid "Sending email for verified transaction"
|
7795 |
msgstr ""
|
7796 |
|
7797 |
+
#: core/lib/wpbc_all_translations.php:1531 inc/gateways/paypal/wpbc-gw-paypal.php:690
|
7798 |
#, php-format
|
7799 |
msgid "Email for getting report for %sverified%s transactions."
|
7800 |
msgstr ""
|
7801 |
|
7802 |
+
#: core/lib/wpbc_all_translations.php:1532 inc/gateways/paypal/wpbc-gw-paypal.php:703
|
7803 |
msgid "Sending email for invalid transaction"
|
7804 |
msgstr ""
|
7805 |
|
7806 |
+
#: core/lib/wpbc_all_translations.php:1533 inc/gateways/paypal/wpbc-gw-paypal.php:713
|
7807 |
#, php-format
|
7808 |
msgid "Email for getting report for %sinvalid%s transactions."
|
7809 |
msgstr ""
|
7810 |
|
7811 |
+
#: core/lib/wpbc_all_translations.php:1534 inc/gateways/paypal/wpbc-gw-paypal.php:726
|
7812 |
msgid "Sending email if error occur during verification"
|
7813 |
msgstr ""
|
7814 |
|
7815 |
+
#: core/lib/wpbc_all_translations.php:1535 inc/gateways/paypal/wpbc-gw-paypal.php:736
|
7816 |
#, php-format
|
7817 |
msgid "Email for getting report for %ssome errors in verification process%s."
|
7818 |
msgstr ""
|
7819 |
|
7820 |
+
#: core/lib/wpbc_all_translations.php:1536 inc/gateways/paypal/wpbc-gw-paypal.php:748
|
7821 |
msgid "Use SSL connection"
|
7822 |
msgstr ""
|
7823 |
|
7824 |
+
#: core/lib/wpbc_all_translations.php:1537 inc/gateways/paypal/wpbc-gw-paypal.php:749
|
7825 |
msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
|
7826 |
msgstr ""
|
7827 |
|
7828 |
+
#: core/lib/wpbc_all_translations.php:1538 inc/gateways/paypal/wpbc-gw-paypal.php:756
|
7829 |
msgid "Use cURL posting"
|
7830 |
msgstr ""
|
7831 |
|
7832 |
+
#: core/lib/wpbc_all_translations.php:1539 inc/gateways/paypal/wpbc-gw-paypal.php:757
|
7833 |
msgid "Use the cURL for posting data, instead of fsockopen() function"
|
7834 |
msgstr ""
|
7835 |
|
7836 |
+
#: core/lib/wpbc_all_translations.php:1540 inc/gateways/paypal/wpbc-gw-paypal.php:773
|
7837 |
msgid " Follow these instructions to set up your listener at your PayPal account:"
|
7838 |
msgstr ""
|
7839 |
|
7840 |
+
#: core/lib/wpbc_all_translations.php:1541 inc/gateways/paypal/wpbc-gw-paypal.php:775
|
7841 |
msgid "Click Profile on the My Account tab."
|
7842 |
msgstr ""
|
7843 |
|
7844 |
+
#: core/lib/wpbc_all_translations.php:1542 inc/gateways/paypal/wpbc-gw-paypal.php:776
|
7845 |
msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
|
7846 |
msgstr ""
|
7847 |
|
7848 |
+
#: core/lib/wpbc_all_translations.php:1543 inc/gateways/paypal/wpbc-gw-paypal.php:777
|
7849 |
msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
|
7850 |
msgstr ""
|
7851 |
|
7852 |
+
#: core/lib/wpbc_all_translations.php:1544 inc/gateways/paypal/wpbc-gw-paypal.php:778
|
7853 |
msgid "Specify the URL for your listener in the Notification URL field as:"
|
7854 |
msgstr ""
|
7855 |
|
7856 |
+
#: core/lib/wpbc_all_translations.php:1545 inc/gateways/paypal/wpbc-gw-paypal.php:780
|
7857 |
msgid "Click Receive IPN messages (Enabled) to enable your listener."
|
7858 |
msgstr ""
|
7859 |
|
7860 |
+
#: core/lib/wpbc_all_translations.php:1546 inc/gateways/paypal/wpbc-gw-paypal.php:781
|
7861 |
msgid "Click Save."
|
7862 |
msgstr ""
|
7863 |
|
7864 |
+
#: core/lib/wpbc_all_translations.php:1547 inc/gateways/paypal/wpbc-gw-paypal.php:782
|
7865 |
msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
|
7866 |
msgstr ""
|
7867 |
|
7868 |
+
#: core/lib/wpbc_all_translations.php:1548 inc/gateways/paypal/wpbc-gw-paypal.php:939
|
7869 |
msgid "PayPal"
|
7870 |
msgstr ""
|
7871 |
|
7872 |
+
#: core/lib/wpbc_all_translations.php:1549 inc/gateways/paypal/wpbc-gw-paypal.php:941
|
7873 |
msgid "Integration of Paypal payment system"
|
7874 |
msgstr ""
|
7875 |
|
7876 |
+
#: core/lib/wpbc_all_translations.php:1550 inc/gateways/paypal/wpbc-gw-paypal.php:1062
|
7877 |
msgid "PayPal IPN"
|
7878 |
msgstr ""
|
7879 |
|
7880 |
+
#: core/lib/wpbc_all_translations.php:1551 inc/gateways/sage/wpbc-gw-sage.php:352
|
7881 |
#, php-format
|
7882 |
msgid "Pay using %s payment service"
|
7883 |
msgstr ""
|
7884 |
|
7885 |
+
#: core/lib/wpbc_all_translations.php:1552 inc/gateways/sage/wpbc-gw-sage.php:392
|
7886 |
msgid "Vendor Name"
|
7887 |
msgstr ""
|
7888 |
|
7889 |
+
#: core/lib/wpbc_all_translations.php:1553 inc/gateways/sage/wpbc-gw-sage.php:394
|
7890 |
msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
|
7891 |
msgstr ""
|
7892 |
|
7893 |
+
#: core/lib/wpbc_all_translations.php:1554 inc/gateways/sage/wpbc-gw-sage.php:407
|
7894 |
msgid "XOR Encryption password"
|
7895 |
msgstr ""
|
7896 |
|
7897 |
+
#: core/lib/wpbc_all_translations.php:1555 inc/gateways/sage/wpbc-gw-sage.php:409
|
7898 |
msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
|
7899 |
msgstr ""
|
7900 |
|
7901 |
+
#: core/lib/wpbc_all_translations.php:1556 inc/gateways/ideal/wpbc-gw-ideal.php:417
|
7902 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:422
|
7903 |
msgid "Select TEST for the Test Server and LIVE in the live environment"
|
7904 |
msgstr ""
|
7905 |
|
7906 |
+
#: core/lib/wpbc_all_translations.php:1557 inc/gateways/ideal/wpbc-gw-ideal.php:429
|
7907 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:426
|
7908 |
msgid "TEST"
|
7909 |
msgstr ""
|
7910 |
|
7911 |
+
#: core/lib/wpbc_all_translations.php:1558 inc/gateways/ideal/wpbc-gw-ideal.php:430
|
7912 |
+
#: inc/gateways/sage/wpbc-gw-sage.php:427
|
7913 |
msgid "LIVE"
|
7914 |
msgstr ""
|
7915 |
|
7916 |
+
#: core/lib/wpbc_all_translations.php:1559 inc/gateways/sage/wpbc-gw-sage.php:436
|
7917 |
msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
|
7918 |
msgstr ""
|
7919 |
|
7920 |
+
#: core/lib/wpbc_all_translations.php:1560 inc/gateways/sage/wpbc-gw-sage.php:440
|
7921 |
msgid "PAYMENT"
|
7922 |
msgstr ""
|
7923 |
|
7924 |
+
#: core/lib/wpbc_all_translations.php:1561 inc/gateways/sage/wpbc-gw-sage.php:441
|
7925 |
msgid "DEFERRED"
|
7926 |
msgstr ""
|
7927 |
|
7928 |
+
#: core/lib/wpbc_all_translations.php:1562 inc/gateways/sage/wpbc-gw-sage.php:442
|
7929 |
msgid "AUTHENTICATE"
|
7930 |
msgstr ""
|
7931 |
|
7932 |
+
#: core/lib/wpbc_all_translations.php:1563 inc/gateways/sage/wpbc-gw-sage.php:451
|
7933 |
msgid "Yen"
|
7934 |
msgstr ""
|
7935 |
|
7936 |
+
#: core/lib/wpbc_all_translations.php:1564 inc/gateways/sage/wpbc-gw-sage.php:464
|
7937 |
msgid "Israeli Shekel"
|
7938 |
msgstr ""
|
7939 |
|
7940 |
+
#: core/lib/wpbc_all_translations.php:1565 inc/gateways/sage/wpbc-gw-sage.php:772
|
7941 |
msgid "Sage"
|
7942 |
msgstr ""
|
7943 |
|
7944 |
+
#: core/lib/wpbc_all_translations.php:1566 inc/gateways/sage/wpbc-gw-sage.php:774
|
7945 |
msgid "Integration of Sage payment system"
|
7946 |
msgstr ""
|
7947 |
|
7948 |
+
#: core/lib/wpbc_all_translations.php:1567 inc/gateways/sage/wpbc-gw-sage.php:866
|
7949 |
#, php-format
|
7950 |
msgid "If you have no account on this system, please visit %s to create one."
|
7951 |
msgstr ""
|
7952 |
|
7953 |
+
#: core/lib/wpbc_all_translations.php:1568 inc/gateways/wpbc-response.php:94
|
7954 |
msgid "Payment rejected"
|
7955 |
msgstr ""
|
7956 |
|
7957 |
+
#: core/lib/wpbc_all_translations.php:1569 inc/gateways/ideal/wpbc-gw-ideal.php:385
|
7958 |
msgid "Merchant ID"
|
7959 |
msgstr ""
|
7960 |
|
7961 |
+
#: core/lib/wpbc_all_translations.php:1570 inc/gateways/ideal/wpbc-gw-ideal.php:387
|
7962 |
msgid "Enter your iDEAL Merchant ID"
|
7963 |
msgstr ""
|
7964 |
|
7965 |
+
#: core/lib/wpbc_all_translations.php:1571 inc/gateways/ideal/wpbc-gw-ideal.php:402
|
7966 |
msgid "Enter your iDEAL Merchant Key."
|
7967 |
msgstr ""
|
7968 |
|
7969 |
+
#: core/lib/wpbc_all_translations.php:1572 inc/gateways/ideal/wpbc-gw-ideal.php:420
|
7970 |
#, php-format
|
7971 |
msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
|
7972 |
msgstr ""
|
7973 |
|
7974 |
+
#: core/lib/wpbc_all_translations.php:1573 inc/gateways/ideal/wpbc-gw-ideal.php:421
|
7975 |
msgid "Test with Simulator"
|
7976 |
msgstr ""
|
7977 |
|
7978 |
+
#: core/lib/wpbc_all_translations.php:1574 inc/gateways/ideal/wpbc-gw-ideal.php:423
|
7979 |
msgid "My Profile – Connection"
|
7980 |
msgstr ""
|
7981 |
|
7982 |
+
#: core/lib/wpbc_all_translations.php:1575 inc/gateways/ideal/wpbc-gw-ideal.php:479
|
7983 |
#, php-format
|
7984 |
msgid ""
|
7985 |
"If not supplied then the description as configured in the administration/management portal "
|
7987 |
"be applied."
|
7988 |
msgstr ""
|
7989 |
|
7990 |
+
#: core/lib/wpbc_all_translations.php:1576 inc/gateways/ideal/wpbc-gw-ideal.php:480
|
7991 |
msgid "Always use Description"
|
7992 |
msgstr ""
|
7993 |
|
7994 |
+
#: core/lib/wpbc_all_translations.php:1577 inc/gateways/ideal/wpbc-gw-ideal.php:792
|
7995 |
#, php-format
|
7996 |
msgid "Integration of %s payment system"
|
7997 |
msgstr ""
|
7998 |
|
7999 |
+
#: core/lib/wpbc_all_translations.php:1578 inc/gateways/ideal/wpbc-gw-ideal.php:883
|
8000 |
#, php-format
|
8001 |
msgid "Processing your %s payments through %s"
|
8002 |
msgstr ""
|
8003 |
+
|
8004 |
+
#: core/lib/wpbc_all_translations.php:1579 core/wpbc-emails.php:245
|
8005 |
+
#, php-format
|
8006 |
+
msgid "%s - inserting link for export booking to"
|
8007 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -3,16 +3,15 @@ Contributors: wpdevelop
|
|
3 |
Donate link: http://wpbookingcalendar.com/buy/
|
4 |
Tags: booking calendar, availability calendar, timeline, booking system, booking form, reservation, events, appointment, availability, schedule, calendar, contact form
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Booking Calendar plugin - is the ultimate booking system for online reservation and availability checking service for your site.
|
12 |
|
13 |
== Description ==
|
14 |
-
Booking Calendar plugin will enable **online booking services** for your site.
|
15 |
-
It's highly supported, *oldest ([since 2009](http://wpbookingcalendar.com/changelog/)) booking wordpress plugin* with **intuitive interface** and **flexible functionality**, which is possible to use in wide range of businesses.
|
16 |
>[Plugin Homepage](http://wpbookingcalendar.com/ "Booking Calendar Homepage") | [Features](http://wpbookingcalendar.com/features/ "Features") | [Support Forum](http://wpbookingcalendar.com/support/ "Support") | [FAQ](http://wpbookingcalendar.com/faq/ "FAQ on Plugin site") | [Premium Demos](http://wpbookingcalendar.com/demo/ "Live Demos of Premium versions")
|
17 |
|
18 |
Your website visitors can **check availability** of **property** *(like apartment, house, hotel room, etc.)* or any **service** you offer and **make a booking** in a minute.
|
@@ -64,6 +63,7 @@ Booking Calendar is built to work out of the box. Just activate it and insert bo
|
|
64 |
|
65 |
**Google Calendar Events**
|
66 |
- **Import your Google Calendar** events to your booking admin panel.
|
|
|
67 |
|
68 |
**Configure Booking Form and Availability Calendar.**
|
69 |
|
@@ -143,6 +143,45 @@ Please see [FAQ](http://wpbookingcalendar.com/faq/).
|
|
143 |
|
144 |
If you have any further questions, please fill free to <a href="mailto:support@wpbookingcalendar.com" title="faq">contact directly</a>.
|
145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
== Screenshots ==
|
147 |
|
148 |
1. **Calendar Overview Panel**. Easy to Understand Interface with Buttons for Fast Actions.
|
@@ -159,6 +198,33 @@ If you have any further questions, please fill free to <a href="mailto:support@w
|
|
159 |
12. **Timeline**. Glance booking checking for a year (3 months or month), at front-end side of your website.
|
160 |
|
161 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
= 7.1.1 =
|
163 |
- Changes in **all** versions:
|
164 |
* **Translation** German translation [100% completed]
|
@@ -435,46 +501,5 @@ If you have any further questions, please fill free to <a href="mailto:support@w
|
|
435 |
For more information, see the [full release notes](http://wpbookingcalendar.com/changelog/).
|
436 |
|
437 |
== Upgrade Notice ==
|
438 |
-
= 7.
|
439 |
-
|
440 |
-
|
441 |
-
== Languages ==
|
442 |
-
|
443 |
-
Plugin supports following languages:
|
444 |
-
|
445 |
-
- English
|
446 |
-
- Swedish [99% Completed]
|
447 |
-
- Norwegian [99% Completed]
|
448 |
-
- Hungarian [99% Completed]
|
449 |
-
- Ukrainian [99% Completed]
|
450 |
-
- Russian [99% Completed]
|
451 |
-
- Chinese [99% Completed]
|
452 |
-
- Dutch [99% Completed]
|
453 |
-
- Italian [99% Completed]
|
454 |
-
- German [99% Completed]
|
455 |
-
- French [99% Completed]
|
456 |
-
- Polish [97% Completed]
|
457 |
-
- Portugal [85% Completed]
|
458 |
-
- Spanish [84% Completed]
|
459 |
-
- Greece [84% Completed]
|
460 |
-
- Danish [84% Completed]
|
461 |
-
- Czech [84% Completed]
|
462 |
-
- Slovak [84% Completed]
|
463 |
-
- Croatian [84% Completed]
|
464 |
-
- Finnish [84% Completed]
|
465 |
-
- Turkish [84% Completed]
|
466 |
-
- Catalan [84% Completed]
|
467 |
-
- Bulgarian [84% Completed]
|
468 |
-
- Brazilian Portuguese [79% Completed]
|
469 |
-
- Hebrew [15% Completed]
|
470 |
-
- Belarussian [10% Completed]
|
471 |
-
|
472 |
-
|
473 |
-
Please recheck the status of each translation, before using plugin.
|
474 |
-
We open for your help in new translations or correcting existing ones. You can translate to new language or update exist one, using this [tutorial of translation](http://wpbookingcalendar.com/faq/make-translation-of-wp-plugin/)
|
475 |
-
== Tech support ==
|
476 |
-
|
477 |
-
If you have some questions, which you haven't found at [FAQ](http://wpbookingcalendar.com/faq/) you can post them at [technical help board](http://wpbookingcalendar.com/support/)
|
478 |
-
== New ideas ==
|
479 |
-
|
480 |
-
Please, fill free for suggesting [new ideas](http://wpbookingcalendar.com/ideas/) or [new features](http://wpbookingcalendar.com/ideas/)
|
3 |
Donate link: http://wpbookingcalendar.com/buy/
|
4 |
Tags: booking calendar, availability calendar, timeline, booking system, booking form, reservation, events, appointment, availability, schedule, calendar, contact form
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.8
|
7 |
+
Stable tag: 7.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Booking Calendar plugin - is the ultimate booking system for online reservation and availability checking service for your site.
|
12 |
|
13 |
== Description ==
|
14 |
+
Booking Calendar plugin will enable **online booking services** for your site. It's highly supported, *oldest ([since 2009](http://wpbookingcalendar.com/changelog/)) booking wordpress plugin* with **intuitive interface** and **flexible functionality**, which is possible to use in wide range of businesses.
|
|
|
15 |
>[Plugin Homepage](http://wpbookingcalendar.com/ "Booking Calendar Homepage") | [Features](http://wpbookingcalendar.com/features/ "Features") | [Support Forum](http://wpbookingcalendar.com/support/ "Support") | [FAQ](http://wpbookingcalendar.com/faq/ "FAQ on Plugin site") | [Premium Demos](http://wpbookingcalendar.com/demo/ "Live Demos of Premium versions")
|
16 |
|
17 |
Your website visitors can **check availability** of **property** *(like apartment, house, hotel room, etc.)* or any **service** you offer and **make a booking** in a minute.
|
63 |
|
64 |
**Google Calendar Events**
|
65 |
- **Import your Google Calendar** events to your booking admin panel.
|
66 |
+
- Fast manual **adding booking to Google Calendar** by clicking on export button near each booking(s) at Booking Listing page.
|
67 |
|
68 |
**Configure Booking Form and Availability Calendar.**
|
69 |
|
143 |
|
144 |
If you have any further questions, please fill free to <a href="mailto:support@wpbookingcalendar.com" title="faq">contact directly</a>.
|
145 |
|
146 |
+
= Support Languages =
|
147 |
+
|
148 |
+
- English
|
149 |
+
- German [100% Completed]
|
150 |
+
- Italian [100% Completed]
|
151 |
+
- Danish [100% Completed]
|
152 |
+
- Swedish [100% Completed]
|
153 |
+
- Hebrew [100% Completed]
|
154 |
+
- Norwegian [99% Completed]
|
155 |
+
- Hungarian [99% Completed]
|
156 |
+
- Ukrainian [99% Completed]
|
157 |
+
- Russian [99% Completed]
|
158 |
+
- Chinese [99% Completed]
|
159 |
+
- Dutch [99% Completed]
|
160 |
+
- French [99% Completed]
|
161 |
+
- Polish [97% Completed]
|
162 |
+
- Portugal [85% Completed]
|
163 |
+
- Spanish [84% Completed]
|
164 |
+
- Greece [84% Completed]
|
165 |
+
- Czech [84% Completed]
|
166 |
+
- Slovak [84% Completed]
|
167 |
+
- Croatian [84% Completed]
|
168 |
+
- Finnish [84% Completed]
|
169 |
+
- Turkish [84% Completed]
|
170 |
+
- Catalan [84% Completed]
|
171 |
+
- Bulgarian [84% Completed]
|
172 |
+
- Arabic [83% Completed]
|
173 |
+
- Brazilian Portuguese [79% Completed]
|
174 |
+
- Belarussian [10% Completed]
|
175 |
+
|
176 |
+
Please recheck the status of each translation, before using plugin.
|
177 |
+
We open for your help in new translations or correcting existing ones. You can translate to new language or update exist one, using this [tutorial of translation](http://wpbookingcalendar.com/faq/make-translation-of-wp-plugin/)
|
178 |
+
= Tech support =
|
179 |
+
|
180 |
+
If you have some questions, which you haven't found at [FAQ](http://wpbookingcalendar.com/faq/) you can post them at [technical help board](http://wpbookingcalendar.com/support/)
|
181 |
+
= Have New idea? =
|
182 |
+
|
183 |
+
Please, fill free for suggesting [new ideas](http://wpbookingcalendar.com/ideas/) or [new features](http://wpbookingcalendar.com/ideas/)
|
184 |
+
|
185 |
== Screenshots ==
|
186 |
|
187 |
1. **Calendar Overview Panel**. Easy to Understand Interface with Buttons for Fast Actions.
|
198 |
12. **Timeline**. Glance booking checking for a year (3 months or month), at front-end side of your website.
|
199 |
|
200 |
== Changelog ==
|
201 |
+
= 7.2 =
|
202 |
+
- Changes in **all** versions:
|
203 |
+
* **New** New buttons in Booking Listing page for fast manual **export** (adding) of specific **booking to Google Calendar** (7.1.2.5)
|
204 |
+
* **New** Shortcode **[add_to_google_cal_url]** in email template for sending email to admin for fast manual **export** (adding) of specific **booking to Google Calendar** (7.1.2.5)
|
205 |
+
* **Translation** Danish translation [100% completed] by Daniel Moesgaard
|
206 |
+
* **Translation** Swedish translation [100% completed] by Mikael Göransson
|
207 |
+
* **Translation** Hebrew translation [100% completed] by Alex Rabayev and Iris Schuster
|
208 |
+
* **Translation** Arabic translation [84% completed]
|
209 |
+
* *Fix* some translation issue (7.1.2.1)
|
210 |
+
* *Fix* issue of showing today bookings in Booking Listing page (7.1.2.8)
|
211 |
+
* *Improvement* remove today day highlighting in calendar, after loading of page (7.1.2.8)
|
212 |
+
* *Fix* Renamed Greek translation files from booking-el_GR.mo to booking-el.mo (booking-el_GR.po to booking-el.po) Its seems that default locale for Greek is 'el' (7.1.2.10)
|
213 |
+
* *Fix* add possibility to check and load file for 'short' translation locale (like 'en'), if file for 'long' locale (like 'en_US') was not found in translation folder. (7.1.2.11)
|
214 |
+
- Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions:
|
215 |
+
* *Improvement* New form template with 30 minutes time-slots selection at Booking > Settings > Form page (7.1.2.6) *(Business Small/Medium/Large, MultiUser)*
|
216 |
+
* *Improvement* Ability to add empty parameter "&booking_hash" to URL in browser at Booking > Add booking page for ability to add bookings for past days (7.1.2.10) *(Personal Business Small/Medium/Large, MultiUser)*
|
217 |
+
* *Improvement* Ability to use "Valuation days" cost settings, if activated "Use time selections as recurrent time slots" and set cost "per 1 day" and option "Time impact to cost" deactivated at Booking > Settings > Payment page. Useful, when need to set cost per days, but also save time-slots during booking on several days. (7.1.2.11) *(Business Medium/Large, MultiUser)*
|
218 |
+
* *Improvement* Ability to use "selected_dates" option in [bookingselect ...] shortcode for showing only booking form for specific predefined date in booking resource selection list. Example of Booking Calendar shortcode: *[bookingselect type='4,3' label='Please select the resource:' selected_dates='25.11.2017']*. (7.2.0.1) *(Business Large, MultiUser)*
|
219 |
+
* *New* Constant WP_BK_CHECK_IF_CUSTOM_PARAM_IN_SEARCH in wpbc-constants.php file. Check in search results custom fields parameter that can include to multiple selected options in search form. Logical OR (7.1.2.9) *(Business Large, MultiUser)*
|
220 |
+
* *Trick* Using in Booking > Resources page parameter "show_all_resources" in browser URL, will show all booking resources, even lost booking resources. Lost booking resources can be, if you was assigned as parent booking resource to single booking resource, itself. (7.1.2.2) *(Business Large, MultiUser)*
|
221 |
+
* *Fix* do not show option for ability to select as parent booking resource itself, at Booking > Resources page. Its prevent from generating lost booking resources. (7.1.2.3) *(Business Large, MultiUser)*
|
222 |
+
* *Fix* issue of not having access in modal windows (like payment request) to enter some data, when opened page with mobile device (7.1.2.7) *(Personal Business Small/Medium/Large, MultiUser)*
|
223 |
+
* *Fix* issue in Danish translation, which was show warning at Booking > Settings > Payment > Bank transfer page (7.1.2.9) *(Business Small/Medium/Large, MultiUser)*
|
224 |
+
* *Fix* issue of showing $, instead of $ symbol in the Booking Listing, if was used in "Content of booking fields data" form HINT cost shortcodes (7.1.2.12) *(Business Medium/Large, MultiUser)*
|
225 |
+
* *Fix* issue of hiding selection of booking resources field after submit of booking (7.1.2.13) *(Personal Business Small/Medium/Large, MultiUser)*
|
226 |
+
* *Fix* issue of not checking (during booking submit process) elements from conditional fields logic, if these fields does not visible. (7.1.2.14) *(Business Medium/Large, MultiUser)*
|
227 |
+
|
228 |
= 7.1.1 =
|
229 |
- Changes in **all** versions:
|
230 |
* **Translation** German translation [100% completed]
|
501 |
For more information, see the [full release notes](http://wpbookingcalendar.com/changelog/).
|
502 |
|
503 |
== Upgrade Notice ==
|
504 |
+
= 7.2 =
|
505 |
+
Fast manual export (adding) of the booking to Google Calendar. Premium versions support iDEAL via Sisow gateway, showing change over days as triangles...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wpdev-booking.php
CHANGED
@@ -7,7 +7,7 @@ Author: wpdevelop
|
|
7 |
Author URI: http://wpbookingcalendar.com/
|
8 |
Text Domain: booking
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 7.
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2016 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
|
7 |
Author URI: http://wpbookingcalendar.com/
|
8 |
Text Domain: booking
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 7.2
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2016 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
|