Version Description
- Changes in all versions:
- Support. WordPress 5.8 support (8.8.2.10)
- Support. Booking Calendar blocks in Widgets (8.8.2.11)
- Support. Booking Calendar blocks in Customizer (8.8.2.12)
- New. Ability to use [add_to_google_cal_url] shortcode in the "New visitor email" template at the Booking > Settings > Emails page, for adding event to own Google Calendar (8.8.2.4)
- Improvement. Immediate showing block in Gutenberg editor, after configuration in poup window. No need to click on "Click to Preview Block" button, as previously. (8.8.2.10)
- Translation. Dutch translation [99% completed] by Wilbert van Diemen
- Translation. Finnish translation [100% completed] by Riku Kuusisto
- Changes in Personal / Business Small / Business Medium / Business Large / MultiUser versions:
- New. Ability to disable days selection in calendar after redirection from search results. This option useful to prevent bookings that are not allowed with such days selection in different booking resources, that is showing as available in search results. Activate it at the Booking > Settings > Search page. (8.8.2.3) (Business Large, MultiUser)
- New. Form template for showing booking form fields in 3 columns (8.8.2.6) (Business Small/Medium/Large, MultiUser)
- Improvement. Ability to increase the number of selected dates from 180 to 3 years, if using range days selection mode. (8.8.2.7) (Business Small/Medium/Large, MultiUser)
- Improvement. If using [country] shortcode in the booking form, then system load country list depends from the active locale. It's require existing and correct configuration of the files, like wpdev-country-list-it_IT.php in the ../booking/languages folder. (8.8.2.5)
- Improvement. Show booking cost, if used only additional cost and cost per dates
Download this release
Release Info
Developer | wpdevelop |
Plugin | Booking Calendar |
Version | 8.8.2 |
Comparing to | |
See all releases |
Code changes from version 8.8.1 to 8.8.2
- core/admin/exmpl-page-settings.php +2 -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 +2 -2
- core/admin/page-email-new-visitor.php +8 -2
- core/admin/page-email-trash.php +2 -2
- core/admin/page-form-free.php +2 -2
- core/admin/wpbc-gutenberg.php +2 -1
- core/admin/wpbc-toolbar-tiny.php +11 -5
- core/admin/wpbc-toolbars.php +3 -3
- core/any/admin-bs-ui.php +6 -4
- core/lib/wpbc_all_translations1.php +3 -0
- core/lib/wpdev-booking-class.php +3 -1
- core/wpbc-activation.php +5 -1
- core/wpbc-dates.php +3 -3
- core/wpbc-include.php +18 -1
- css/client.css +35 -0
- css/wpbc-gutenberg.css +1 -1
- js/wpbc-gutenberg.js +26 -20
- js/wpbc_vars.js +1 -1
- languages/booking-ar_SA.mo +0 -0
- languages/booking-be_BY.mo +0 -0
- languages/booking-bg_BG.mo +0 -0
- languages/booking-ca.mo +0 -0
- languages/booking-cs_CZ.mo +0 -0
- languages/booking-da_DK.mo +0 -0
- languages/booking-de_DE.mo +0 -0
- languages/booking-el.mo +0 -0
- languages/booking-es_ES.mo +0 -0
- languages/booking-es_MX.mo +0 -0
- languages/booking-fi.mo +0 -0
- languages/booking-fr_FR.mo +0 -0
- languages/booking-gl_ES.mo +0 -0
- languages/booking-he_IL.mo +0 -0
- languages/booking-hr.mo +0 -0
- languages/booking-hu_HU.mo +0 -0
- languages/booking-it_IT.mo +0 -0
- languages/booking-nb_NO.mo +0 -0
- languages/booking-nl_NL.mo +0 -0
- languages/booking-pl_PL.mo +0 -0
- languages/booking-pt_BR.mo +0 -0
- languages/booking-pt_PT.mo +0 -0
- languages/booking-ro_RO.mo +0 -0
- languages/booking-ru_RU.mo +0 -0
- languages/booking-sk_SK.mo +0 -0
- languages/booking-sl_SI.mo +0 -0
- languages/booking-sv_SE.mo +0 -0
- languages/booking-th_TH.mo +0 -0
- languages/booking-tr_TR.mo +0 -0
- languages/booking-uk.mo +0 -0
- languages/booking-zh_CN.mo +0 -0
- languages/booking-zh_TW.mo +0 -0
- languages/booking.pot +1704 -1688
- languages/wpdev-country-list-de_DE.php +433 -0
- readme.txt +30 -9
- wpdev-booking.php +2 -2
core/admin/exmpl-page-settings.php
CHANGED
@@ -116,7 +116,7 @@ class WPBC_Page_SettingsFields extends WPBC_Page_Structure {
|
|
116 |
, 'class' => 'button-secondary'
|
117 |
, 'font_icon' => 'glyphicon glyphicon-trash'
|
118 |
, 'icon_position' => 'right'
|
119 |
-
, 'action' => "jQuery('#booking_filters_formID').submit
|
120 |
)
|
121 |
);
|
122 |
?><span style="float:left;margin:0 5px;"><div class="control-group wpbc-no-padding"><?php // col-sm-2 col-xs-12 " ><?php
|
@@ -181,7 +181,7 @@ debuge( 'Content <strong>' . basename(__FILE__ ) . '</strong> <span style="font-
|
|
181 |
, 'class' => 'button-secondary'
|
182 |
, 'font_icon' => 'glyphicon glyphicon-trash'
|
183 |
, 'icon_position' => 'right'
|
184 |
-
, 'action' => "jQuery('#booking_filters_formID').submit
|
185 |
)
|
186 |
);
|
187 |
?><span class="wpdevelop"><div class="control-group wpbc-no-padding"><?php // col-sm-2 col-xs-12 " ><?php
|
116 |
, 'class' => 'button-secondary'
|
117 |
, 'font_icon' => 'glyphicon glyphicon-trash'
|
118 |
, 'icon_position' => 'right'
|
119 |
+
, 'action' => "jQuery('#booking_filters_formID').trigger( 'submit' );" )
|
120 |
)
|
121 |
);
|
122 |
?><span style="float:left;margin:0 5px;"><div class="control-group wpbc-no-padding"><?php // col-sm-2 col-xs-12 " ><?php
|
181 |
, 'class' => 'button-secondary'
|
182 |
, 'font_icon' => 'glyphicon glyphicon-trash'
|
183 |
, 'icon_position' => 'right'
|
184 |
+
, 'action' => "jQuery('#booking_filters_formID').trigger( 'submit' );" )
|
185 |
)
|
186 |
);
|
187 |
?><span class="wpdevelop"><div class="control-group wpbc-no-padding"><?php // col-sm-2 col-xs-12 " ><?php
|
core/admin/page-email-approved.php
CHANGED
@@ -725,7 +725,7 @@ class WPBC_Settings_Page_Email_Approved extends WPBC_Page_Structure {
|
|
725 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
726 |
|
727 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
728 |
-
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
729 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
730 |
|
731 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
@@ -737,7 +737,7 @@ class WPBC_Settings_Page_Email_Approved extends WPBC_Page_Structure {
|
|
737 |
href="javascript:void(0)"
|
738 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
739 |
jQuery('#form_action').val('delete');
|
740 |
-
jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
741 |
}"
|
742 |
><?php _e('Delete Email', 'booking'); ?></a>
|
743 |
<?php */
|
725 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
726 |
|
727 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
728 |
+
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );"
|
729 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
730 |
|
731 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
737 |
href="javascript:void(0)"
|
738 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
739 |
jQuery('#form_action').val('delete');
|
740 |
+
jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );
|
741 |
}"
|
742 |
><?php _e('Delete Email', 'booking'); ?></a>
|
743 |
<?php */
|
core/admin/page-email-deleted.php
CHANGED
@@ -722,7 +722,7 @@ class WPBC_Settings_Page_Email_Deleted extends WPBC_Page_Structure {
|
|
722 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
723 |
|
724 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
725 |
-
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
726 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
727 |
|
728 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
@@ -734,7 +734,7 @@ class WPBC_Settings_Page_Email_Deleted extends WPBC_Page_Structure {
|
|
734 |
href="javascript:void(0)"
|
735 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
736 |
jQuery('#form_action').val('delete');
|
737 |
-
jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
738 |
}"
|
739 |
><?php _e('Delete Email', 'booking'); ?></a>
|
740 |
<?php */
|
722 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
723 |
|
724 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
725 |
+
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );"
|
726 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
727 |
|
728 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
734 |
href="javascript:void(0)"
|
735 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
736 |
jQuery('#form_action').val('delete');
|
737 |
+
jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );
|
738 |
}"
|
739 |
><?php _e('Delete Email', 'booking'); ?></a>
|
740 |
<?php */
|
core/admin/page-email-deny.php
CHANGED
@@ -722,7 +722,7 @@ class WPBC_Settings_Page_Email_Deny extends WPBC_Page_Structure {
|
|
722 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
723 |
|
724 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
725 |
-
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
726 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
727 |
|
728 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
@@ -734,7 +734,7 @@ class WPBC_Settings_Page_Email_Deny extends WPBC_Page_Structure {
|
|
734 |
href="javascript:void(0)"
|
735 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
736 |
jQuery('#form_action').val('delete');
|
737 |
-
jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
738 |
}"
|
739 |
><?php _e('Delete Email', 'booking'); ?></a>
|
740 |
<?php */
|
722 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
723 |
|
724 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
725 |
+
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );"
|
726 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
727 |
|
728 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
734 |
href="javascript:void(0)"
|
735 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
736 |
jQuery('#form_action').val('delete');
|
737 |
+
jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );
|
738 |
}"
|
739 |
><?php _e('Delete Email', 'booking'); ?></a>
|
740 |
<?php */
|
core/admin/page-email-new-admin.php
CHANGED
@@ -705,7 +705,7 @@ class WPBC_Settings_Page_Email_NewAdmin extends WPBC_Page_Structure {
|
|
705 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
706 |
|
707 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
708 |
-
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
709 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
710 |
|
711 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
@@ -717,7 +717,7 @@ class WPBC_Settings_Page_Email_NewAdmin extends WPBC_Page_Structure {
|
|
717 |
href="javascript:void(0)"
|
718 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
719 |
jQuery('#form_action').val('delete');
|
720 |
-
jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
721 |
}"
|
722 |
><?php _e('Delete Email', 'booking'); ?></a>
|
723 |
<?php */
|
705 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
706 |
|
707 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
708 |
+
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );"
|
709 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
710 |
|
711 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
717 |
href="javascript:void(0)"
|
718 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
719 |
jQuery('#form_action').val('delete');
|
720 |
+
jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );
|
721 |
}"
|
722 |
><?php _e('Delete Email', 'booking'); ?></a>
|
723 |
<?php */
|
core/admin/page-email-new-visitor.php
CHANGED
@@ -701,7 +701,7 @@ class WPBC_Settings_Page_Email_NewVisitor extends WPBC_Page_Structure {
|
|
701 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
702 |
|
703 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
704 |
-
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
705 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
706 |
|
707 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
@@ -713,7 +713,7 @@ class WPBC_Settings_Page_Email_NewVisitor extends WPBC_Page_Structure {
|
|
713 |
href="javascript:void(0)"
|
714 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
715 |
jQuery('#form_action').val('delete');
|
716 |
-
jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
717 |
}"
|
718 |
><?php _e('Delete Email', 'booking'); ?></a>
|
719 |
<?php */
|
@@ -1017,6 +1017,12 @@ function wpbc__get_replace_shortcodes__email_new_visitor( $booking_id, $bktype,
|
|
1017 |
$replace[ 'visitorbookingpayurl' ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '[visitorbookingpayurl]', $booking_id );
|
1018 |
$replace[ 'bookinghash' ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '[bookinghash]', $booking_id );
|
1019 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1020 |
////////////////////////////////////////////////////////////////////////////
|
1021 |
// Get additional replace paramaters to the email shortcodes
|
1022 |
$replace = apply_filters( 'wpbc_replace_params_for_booking', $replace, $booking_id, $bktype, $formdata ); //FixIn: 8.0.1.7
|
701 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
702 |
|
703 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
704 |
+
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );"
|
705 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
706 |
|
707 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
713 |
href="javascript:void(0)"
|
714 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
715 |
jQuery('#form_action').val('delete');
|
716 |
+
jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );
|
717 |
}"
|
718 |
><?php _e('Delete Email', 'booking'); ?></a>
|
719 |
<?php */
|
1017 |
$replace[ 'visitorbookingpayurl' ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '[visitorbookingpayurl]', $booking_id );
|
1018 |
$replace[ 'bookinghash' ] = apply_bk_filter( 'wpdev_booking_set_booking_edit_link_at_email', '[bookinghash]', $booking_id );
|
1019 |
|
1020 |
+
//FixIn: 8.8.2.4
|
1021 |
+
$booking_data = array( 'form_data' => $booking_form_show_array );
|
1022 |
+
$replace[ 'add_to_google_cal_url' ] = htmlspecialchars_decode( esc_url(
|
1023 |
+
wpbc_btn_add_booking_to_google_calendar( $booking_data , array( 'is_only_url' => true ), false )
|
1024 |
+
) );
|
1025 |
+
|
1026 |
////////////////////////////////////////////////////////////////////////////
|
1027 |
// Get additional replace paramaters to the email shortcodes
|
1028 |
$replace = apply_filters( 'wpbc_replace_params_for_booking', $replace, $booking_id, $bktype, $formdata ); //FixIn: 8.0.1.7
|
core/admin/page-email-trash.php
CHANGED
@@ -727,7 +727,7 @@ class WPBC_Settings_Page_Email_Trash extends WPBC_Page_Structure {
|
|
727 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
728 |
|
729 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
730 |
-
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
731 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
732 |
|
733 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
@@ -739,7 +739,7 @@ class WPBC_Settings_Page_Email_Trash extends WPBC_Page_Structure {
|
|
739 |
href="javascript:void(0)"
|
740 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
741 |
jQuery('#form_action').val('delete');
|
742 |
-
jQuery('form#<?php echo $submit_form_name_action; ?>').submit
|
743 |
}"
|
744 |
><?php _e('Delete Email', 'booking'); ?></a>
|
745 |
<?php */
|
727 |
wpbc_open_meta_box_section( $submit_form_name . 'actions', __('Actions', 'booking') );
|
728 |
|
729 |
?><a class="button button-secondary" style="margin:0 0 5px;" href="javascript:void(0)"
|
730 |
+
onclick="javascript: jQuery('#form_action').val('test_send'); jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );"
|
731 |
><?php _e('Send Test Email', 'booking'); ?></a><?php
|
732 |
|
733 |
?><input type="submit" value="<?php _e('Save Changes', 'booking'); ?>" class="button button-primary right" style="margin:0 0 5px 5px;" /><?php
|
739 |
href="javascript:void(0)"
|
740 |
onclick="javascript: if ( wpbc_are_you_sure('<?php echo esc_js(__('Do you really want to delete this item?', 'booking')); ?>') ){
|
741 |
jQuery('#form_action').val('delete');
|
742 |
+
jQuery('form#<?php echo $submit_form_name_action; ?>').trigger( 'submit' );
|
743 |
}"
|
744 |
><?php _e('Delete Email', 'booking'); ?></a>
|
745 |
<?php */
|
core/admin/page-form-free.php
CHANGED
@@ -899,7 +899,7 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
|
|
899 |
, 'action' => "if ( wpbc_are_you_sure('" . esc_js(__('Do you really want to do this ?' ,'booking')) . "') ) {"
|
900 |
//. "var selected_val = jQuery('#reset_to_default_form_selector').val();"
|
901 |
. "var selected_val = 'standard';"
|
902 |
-
. "jQuery('#reset_to_default_form').val( selected_val );jQuery('#wpbc_form_field_free').submit
|
903 |
. "}"
|
904 |
)
|
905 |
)
|
@@ -1158,7 +1158,7 @@ class WPBC_Page_SettingsFormFieldsFree extends WPBC_Page_Structure {
|
|
1158 |
, 'onfocus' => ''
|
1159 |
, 'onchange' => "var selected_val = jQuery('#form_structure').val();"
|
1160 |
. "jQuery('#booking_form_structure_type').val( selected_val );"
|
1161 |
-
//. "jQuery('#wpbc_form_field_free').submit
|
1162 |
|
1163 |
)
|
1164 |
)
|
899 |
, 'action' => "if ( wpbc_are_you_sure('" . esc_js(__('Do you really want to do this ?' ,'booking')) . "') ) {"
|
900 |
//. "var selected_val = jQuery('#reset_to_default_form_selector').val();"
|
901 |
. "var selected_val = 'standard';"
|
902 |
+
. "jQuery('#reset_to_default_form').val( selected_val );jQuery('#wpbc_form_field_free').trigger( 'submit' );"
|
903 |
. "}"
|
904 |
)
|
905 |
)
|
1158 |
, 'onfocus' => ''
|
1159 |
, 'onchange' => "var selected_val = jQuery('#form_structure').val();"
|
1160 |
. "jQuery('#booking_form_structure_type').val( selected_val );"
|
1161 |
+
//. "jQuery('#wpbc_form_field_free').trigger( 'submit' );"
|
1162 |
|
1163 |
)
|
1164 |
)
|
core/admin/wpbc-gutenberg.php
CHANGED
@@ -22,7 +22,8 @@ function wpbc_gutenberg_block_booking() {
|
|
22 |
|
23 |
wp_register_script( 'gutenberg-wpbc-booking', wpbc_plugin_url( '/js/wpbc-gutenberg.js' ), array(
|
24 |
'wp-blocks',
|
25 |
-
'wp-element'
|
|
|
26 |
) );
|
27 |
wp_register_style( 'gutenberg-wpbc-editor', wpbc_plugin_url( '/css/wpbc-gutenberg.css' ),
|
28 |
array( 'wp-edit-blocks' ),
|
22 |
|
23 |
wp_register_script( 'gutenberg-wpbc-booking', wpbc_plugin_url( '/js/wpbc-gutenberg.js' ), array(
|
24 |
'wp-blocks',
|
25 |
+
'wp-element',
|
26 |
+
'wpbc-wpdevelop-bootstrap' //FixIn: 8.8.2.12
|
27 |
) );
|
28 |
wp_register_style( 'gutenberg-wpbc-editor', wpbc_plugin_url( '/css/wpbc-gutenberg.css' ),
|
29 |
array( 'wp-edit-blocks' ),
|
core/admin/wpbc-toolbar-tiny.php
CHANGED
@@ -29,7 +29,7 @@ class WPBC_TinyMCE_Buttons {
|
|
29 |
, 'tiny_js_plugin' => WPBC_PLUGIN_URL . '/js/wpbc_tinymce_btn.js'
|
30 |
, 'tiny_js_function' => 'wpbc_init_tinymce_buttons' // This function NAME exist inside of this JS file: ['tiny_js_plugin']
|
31 |
, 'tiny_btn_row' => 1
|
32 |
-
, 'pages_where_insert' => array( 'post-new.php', 'page-new.php', 'post.php', 'page.php' )
|
33 |
, 'buttons' => array(
|
34 |
'booking_insert' => array(
|
35 |
'hint' => __('Insert booking calendar' ,'booking')
|
@@ -51,7 +51,7 @@ class WPBC_TinyMCE_Buttons {
|
|
51 |
|
52 |
/** Init all hooks for showing Button in Tiny Toolbar */
|
53 |
public function define_init_hooks() {
|
54 |
-
|
55 |
|
56 |
// Don't bother doing this stuff if the current user lacks permissions
|
57 |
if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) return;
|
@@ -71,7 +71,6 @@ class WPBC_TinyMCE_Buttons {
|
|
71 |
//Fix: 8.4.2.10 - compatibility with Gutenberg 4.1- 4.3 ( or newer ) at edit post page.
|
72 |
//add_action( 'edit_form_advanced', array( $this, 'add_html_button' ) ); // Fires after 'normal' context meta boxes have been output
|
73 |
add_action( 'edit_page_form', array( $this, 'add_html_button' ) );
|
74 |
-
|
75 |
add_action( 'admin_head', array( $this, 'insert_button') );
|
76 |
add_action( 'admin_footer', array( $this, 'modal_content' ) );
|
77 |
|
@@ -98,6 +97,13 @@ class WPBC_TinyMCE_Buttons {
|
|
98 |
//wp_enqueue_style( 'wpbc-admin-toolbar', wpbc_plugin_url( '/core/any/css/admin-toolbar.css' ), array(), WP_BK_VERSION_NUM);
|
99 |
|
100 |
add_action( 'admin_footer', array( $this, 'write_js' ) ); //Write JavaScript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
}
|
102 |
}
|
103 |
// </editor-fold>
|
@@ -2446,9 +2452,9 @@ Parameters for possible usage of shortcode:
|
|
2446 |
// </editor-fold>
|
2447 |
}
|
2448 |
|
2449 |
-
$wpbc_pages_where_insert_btn = array( 'post-new.php', 'page-new.php', 'post.php', 'page.php' );
|
2450 |
|
2451 |
-
if ( in_array( basename($_SERVER['PHP_SELF'] ),
|
2452 |
|
2453 |
new WPBC_TinyMCE_Buttons(
|
2454 |
array(
|
29 |
, 'tiny_js_plugin' => WPBC_PLUGIN_URL . '/js/wpbc_tinymce_btn.js'
|
30 |
, 'tiny_js_function' => 'wpbc_init_tinymce_buttons' // This function NAME exist inside of this JS file: ['tiny_js_plugin']
|
31 |
, 'tiny_btn_row' => 1
|
32 |
+
, 'pages_where_insert' => array( 'post-new.php', 'page-new.php', 'post.php', 'page.php', 'widgets.php', 'customize.php' ) //FixIn: 8.8.2.12
|
33 |
, 'buttons' => array(
|
34 |
'booking_insert' => array(
|
35 |
'hint' => __('Insert booking calendar' ,'booking')
|
51 |
|
52 |
/** Init all hooks for showing Button in Tiny Toolbar */
|
53 |
public function define_init_hooks() {
|
54 |
+
|
55 |
|
56 |
// Don't bother doing this stuff if the current user lacks permissions
|
57 |
if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) return;
|
71 |
//Fix: 8.4.2.10 - compatibility with Gutenberg 4.1- 4.3 ( or newer ) at edit post page.
|
72 |
//add_action( 'edit_form_advanced', array( $this, 'add_html_button' ) ); // Fires after 'normal' context meta boxes have been output
|
73 |
add_action( 'edit_page_form', array( $this, 'add_html_button' ) );
|
|
|
74 |
add_action( 'admin_head', array( $this, 'insert_button') );
|
75 |
add_action( 'admin_footer', array( $this, 'modal_content' ) );
|
76 |
|
97 |
//wp_enqueue_style( 'wpbc-admin-toolbar', wpbc_plugin_url( '/core/any/css/admin-toolbar.css' ), array(), WP_BK_VERSION_NUM);
|
98 |
|
99 |
add_action( 'admin_footer', array( $this, 'write_js' ) ); //Write JavaScript
|
100 |
+
|
101 |
+
|
102 |
+
//FixIn: 8.8.2.12
|
103 |
+
add_action( 'customize_controls_print_footer_scripts', array( $this, 'add_html_button' ) );
|
104 |
+
add_action( 'customize_controls_print_footer_scripts', array( $this, 'insert_button') );
|
105 |
+
add_action( 'customize_controls_print_footer_scripts', array( $this, 'modal_content' ) );
|
106 |
+
add_action( 'customize_controls_print_footer_scripts', array( $this, 'write_js' ) ); //Write JavaScript
|
107 |
}
|
108 |
}
|
109 |
// </editor-fold>
|
2452 |
// </editor-fold>
|
2453 |
}
|
2454 |
|
2455 |
+
$wpbc_pages_where_insert_btn = array( 'post-new.php', 'page-new.php', 'post.php', 'page.php', 'widgets.php', 'customize.php' ); //FixIn: 8.8.2.11 //FixIn: 8.8.2.12
|
2456 |
|
2457 |
+
if ( ( in_array( basename( $_SERVER['PHP_SELF'] ), $wpbc_pages_where_insert_btn ) ) ) {
|
2458 |
|
2459 |
new WPBC_TinyMCE_Buttons(
|
2460 |
array(
|
core/admin/wpbc-toolbars.php
CHANGED
@@ -409,7 +409,7 @@ function wpbc_toolbar_search_by_id_bookings() {
|
|
409 |
, 'class' => 'button-secondary'
|
410 |
, 'font_icon' => 'glyphicon glyphicon-search'
|
411 |
, 'icon_position' => 'right'
|
412 |
-
, 'action' => "jQuery('#booking_filters_formID').submit
|
413 |
)
|
414 |
);
|
415 |
?><div class="control-group wpbc-no-padding" ><?php
|
@@ -2256,8 +2256,8 @@ function wpbc_toolbar_search_by_id__top_form( $params ) {
|
|
2256 |
, 'class' => 'button-secondary'
|
2257 |
, 'font_icon' => 'glyphicon glyphicon-search'
|
2258 |
, 'icon_position' => 'right'
|
2259 |
-
, 'action' => ( ( ! $params['is_pseudo'] ) ? "jQuery('#". $params[ 'search_form_id' ] ."').submit
|
2260 |
-
: "jQuery('#" . $params[ 'search_get_key' ] . "').val( jQuery('#" . $params[ 'search_get_key' ] . "_pseudo').val() ); jQuery('#". $params[ 'search_form_id' ] ."').submit
|
2261 |
)
|
2262 |
)
|
2263 |
);
|
409 |
, 'class' => 'button-secondary'
|
410 |
, 'font_icon' => 'glyphicon glyphicon-search'
|
411 |
, 'icon_position' => 'right'
|
412 |
+
, 'action' => "jQuery('#booking_filters_formID').trigger( 'submit' );" )
|
413 |
)
|
414 |
);
|
415 |
?><div class="control-group wpbc-no-padding" ><?php
|
2256 |
, 'class' => 'button-secondary'
|
2257 |
, 'font_icon' => 'glyphicon glyphicon-search'
|
2258 |
, 'icon_position' => 'right'
|
2259 |
+
, 'action' => ( ( ! $params['is_pseudo'] ) ? "jQuery('#". $params[ 'search_form_id' ] ."').trigger( 'submit' );"
|
2260 |
+
: "jQuery('#" . $params[ 'search_get_key' ] . "').val( jQuery('#" . $params[ 'search_get_key' ] . "_pseudo').val() ); jQuery('#". $params[ 'search_form_id' ] ."').trigger( 'submit' );" ) //Submit real form at the top of page.
|
2261 |
)
|
2262 |
)
|
2263 |
);
|
core/any/admin-bs-ui.php
CHANGED
@@ -344,7 +344,7 @@ function wpbc_bs_checkbox( $item ) {
|
|
344 |
)
|
345 |
*/
|
346 |
function wpbc_bs_addon( $item ) {
|
347 |
-
|
348 |
$default_item_params = array(
|
349 |
'type' => 'addon'
|
350 |
, 'element' => 'text' // text | radio | checkbox
|
@@ -508,6 +508,8 @@ function wpbc_bs_dropdown( $item ) {
|
|
508 |
|
509 |
function wpbc_bs_list_of_options_for_dropdown( $params, $dropdown_type = 'simple', $is_this_simple_list = true ) {
|
510 |
|
|
|
|
|
511 |
foreach ( $params['options'] as $key => $value ) {
|
512 |
|
513 |
if ( is_array( $value ) ) { // Complex value constructions
|
@@ -710,7 +712,7 @@ function wpbc_bs_list_of_options_for_dropdown( $params, $dropdown_type = 'simple
|
|
710 |
, 'class' => 'button-primary'
|
711 |
, 'font_icon' => 'glyphicon glyphicon-trash'
|
712 |
, 'icon_position' => 'left'
|
713 |
-
, 'action' => "jQuery('#booking_filters_formID').submit
|
714 |
, 'mobile_show_text' => false // Show or hide text, when viewing on Mobile devices (small window size).
|
715 |
)
|
716 |
)
|
@@ -958,7 +960,7 @@ function wpbc_bs_button_group( $args = array() ) {
|
|
958 |
, 'class' => 'button-primary'
|
959 |
, 'font_icon' => 'glyphicon glyphicon-trash'
|
960 |
, 'icon_position' => 'left'
|
961 |
-
, 'action' => "jQuery('#booking_filters_formID').submit
|
962 |
)
|
963 |
)
|
964 |
);
|
@@ -1641,7 +1643,7 @@ function wpbc_bs_vertical_buttons_group( $params ) {
|
|
1641 |
}
|
1642 |
|
1643 |
// Text
|
1644 |
-
if ( ( ! empty( $btn_params['title'] ) ) && ( (
|
1645 |
?><span class="btn-group-vertical-text" > <?php echo esc_js( $btn_params['title'] ); ?></span><?php
|
1646 |
}
|
1647 |
|
344 |
)
|
345 |
*/
|
346 |
function wpbc_bs_addon( $item ) {
|
347 |
+
$milliseconds = round( microtime( true ) * 1000 ); //FixIn: 8.8.2.1
|
348 |
$default_item_params = array(
|
349 |
'type' => 'addon'
|
350 |
, 'element' => 'text' // text | radio | checkbox
|
508 |
|
509 |
function wpbc_bs_list_of_options_for_dropdown( $params, $dropdown_type = 'simple', $is_this_simple_list = true ) {
|
510 |
|
511 |
+
$milliseconds = round( microtime( true ) * 1000 ); //FixIn: 8.8.2.1
|
512 |
+
|
513 |
foreach ( $params['options'] as $key => $value ) {
|
514 |
|
515 |
if ( is_array( $value ) ) { // Complex value constructions
|
712 |
, 'class' => 'button-primary'
|
713 |
, 'font_icon' => 'glyphicon glyphicon-trash'
|
714 |
, 'icon_position' => 'left'
|
715 |
+
, 'action' => "jQuery('#booking_filters_formID').trigger( 'submit' );"
|
716 |
, 'mobile_show_text' => false // Show or hide text, when viewing on Mobile devices (small window size).
|
717 |
)
|
718 |
)
|
960 |
, 'class' => 'button-primary'
|
961 |
, 'font_icon' => 'glyphicon glyphicon-trash'
|
962 |
, 'icon_position' => 'left'
|
963 |
+
, 'action' => "jQuery('#booking_filters_formID').trigger( 'submit' );"
|
964 |
)
|
965 |
)
|
966 |
);
|
1643 |
}
|
1644 |
|
1645 |
// Text
|
1646 |
+
if ( ( ! empty( $btn_params['title'] ) ) && ( ( $is_icon_not_showed ) ) ){
|
1647 |
?><span class="btn-group-vertical-text" > <?php echo esc_js( $btn_params['title'] ); ?></span><?php
|
1648 |
}
|
1649 |
|
core/lib/wpbc_all_translations1.php
CHANGED
@@ -858,4 +858,7 @@
|
|
858 |
$wpbc_all_translations[] = __('can only be charged in', 'booking');
|
859 |
$wpbc_all_translations[] = __('available only for countries', 'booking');
|
860 |
$wpbc_all_translations[] = __('require activation in your Stripe dashboard', 'booking');
|
|
|
|
|
|
|
861 |
}
|
858 |
$wpbc_all_translations[] = __('can only be charged in', 'booking');
|
859 |
$wpbc_all_translations[] = __('available only for countries', 'booking');
|
860 |
$wpbc_all_translations[] = __('require activation in your Stripe dashboard', 'booking');
|
861 |
+
$wpbc_all_translations[] = __('Disable days selection', 'booking');
|
862 |
+
$wpbc_all_translations[] = __('Check this box to %sdisable days selection in calendar%s after redirection from search results', 'booking');
|
863 |
+
$wpbc_all_translations[] = __('Use it to prevent bookings that are not allowed with such days selection in different booking resources.', 'booking');
|
864 |
}
|
core/lib/wpdev-booking-class.php
CHANGED
@@ -342,7 +342,9 @@ class wpdev_booking {
|
|
342 |
|
343 |
$dates_approved = $dates_and_time_to_approve[0];
|
344 |
$times_to_approve = $dates_and_time_to_approve[1];
|
345 |
-
$i=-1;
|
|
|
|
|
346 |
foreach ($dates_approved as $date_to_approve) {
|
347 |
$i++;
|
348 |
|
342 |
|
343 |
$dates_approved = $dates_and_time_to_approve[0];
|
344 |
$times_to_approve = $dates_and_time_to_approve[1];
|
345 |
+
$i=-1;
|
346 |
+
|
347 |
+
|
348 |
foreach ($dates_approved as $date_to_approve) {
|
349 |
$i++;
|
350 |
|
core/wpbc-activation.php
CHANGED
@@ -881,7 +881,7 @@ function wpbc_get_default_options( $option_name = '', $is_get_multiuser_general_
|
|
881 |
$default_options['booking_date_format'] = get_option( 'date_format' );
|
882 |
$mu_option4delete[]='booking_date_format';
|
883 |
//FixIn: 8.7.4.1
|
884 |
-
$default_options['booking_is_use_localized_time_format'] = '
|
885 |
$mu_option4delete[]='booking_is_use_localized_time_format';
|
886 |
$default_options['booking_date_view_type'] = 'short';
|
887 |
$mu_option4delete[]='booking_date_view_type';
|
@@ -1317,6 +1317,10 @@ $mu_option4delete[]= 'booking_timeslot_picker_skin';
|
|
1317 |
$mu_option4delete[]='booking_search_results_order';
|
1318 |
$default_options['booking_search_form_dates_format'] = 'yy-mm-dd'; //FixIn: 8.6.1.21
|
1319 |
$mu_option4delete[]='booking_search_form_dates_format';
|
|
|
|
|
|
|
|
|
1320 |
|
1321 |
// Updated during regeneration seacrh cache
|
1322 |
//$default_options['booking_cache_content']='';
|
881 |
$default_options['booking_date_format'] = get_option( 'date_format' );
|
882 |
$mu_option4delete[]='booking_date_format';
|
883 |
//FixIn: 8.7.4.1
|
884 |
+
$default_options['booking_is_use_localized_time_format'] = 'On'; //FixIn: 8.8.2.2
|
885 |
$mu_option4delete[]='booking_is_use_localized_time_format';
|
886 |
$default_options['booking_date_view_type'] = 'short';
|
887 |
$mu_option4delete[]='booking_date_view_type';
|
1317 |
$mu_option4delete[]='booking_search_results_order';
|
1318 |
$default_options['booking_search_form_dates_format'] = 'yy-mm-dd'; //FixIn: 8.6.1.21
|
1319 |
$mu_option4delete[]='booking_search_form_dates_format';
|
1320 |
+
$default_options['booking_search_results_days_select'] = 'Off'; //FixIn: 8.8.2.3
|
1321 |
+
$mu_option4delete[]='booking_search_results_days_select';
|
1322 |
+
|
1323 |
+
|
1324 |
|
1325 |
// Updated during regeneration seacrh cache
|
1326 |
//$default_options['booking_cache_content']='';
|
core/wpbc-dates.php
CHANGED
@@ -404,7 +404,7 @@ function wpbc_change_dates_format( $dates_in_sql_format ) {
|
|
404 |
//FixIn: 8.7.3.9 - fix issue of Daylight Saving Time - in some systems after ~ 29 of March, system generate minus several hours which show incorrect selected dates
|
405 |
$booking_is_use_localized_time_format = get_bk_option( 'booking_is_use_localized_time_format' ); //FixIn: 8.7.4.1
|
406 |
if ( ( 'On' == $booking_is_use_localized_time_format ) && ( function_exists( 'wp_date' ) ) ) {
|
407 |
-
$mydates_result .=
|
408 |
} else {
|
409 |
$mydates_result .= date( $date_format_now, strtotime( $dt ) ) . ', ';
|
410 |
}
|
@@ -441,8 +441,8 @@ function wpbc_time_slot_in_format( $timeslot, $time_format = false ){
|
|
441 |
//FixIn: 8.7.3.9 - fix issue of Daylight Saving Time - in some systems after ~ 29 of March, system generate minus several hours which show incorrect selected dates
|
442 |
$booking_is_use_localized_time_format = get_bk_option( 'booking_is_use_localized_time_format' ); //FixIn: 8.7.4.1
|
443 |
if ( ( 'On' == $booking_is_use_localized_time_format ) && ( function_exists( 'wp_date' ) ) ) {
|
444 |
-
$s_tm =
|
445 |
-
$e_tm =
|
446 |
} else{
|
447 |
$s_tm = date( $time_format, mktime( intval( $s_tm[0] ), intval( $s_tm[1] ) ) );
|
448 |
$e_tm = date( $time_format, mktime( intval( $e_tm[0] ), intval( $e_tm[1] ) ) );
|
404 |
//FixIn: 8.7.3.9 - fix issue of Daylight Saving Time - in some systems after ~ 29 of March, system generate minus several hours which show incorrect selected dates
|
405 |
$booking_is_use_localized_time_format = get_bk_option( 'booking_is_use_localized_time_format' ); //FixIn: 8.7.4.1
|
406 |
if ( ( 'On' == $booking_is_use_localized_time_format ) && ( function_exists( 'wp_date' ) ) ) {
|
407 |
+
$mydates_result .= date_i18n( $date_format_now, strtotime( $dt ) ) . ', '; //FixIn: 8.8.2.2
|
408 |
} else {
|
409 |
$mydates_result .= date( $date_format_now, strtotime( $dt ) ) . ', ';
|
410 |
}
|
441 |
//FixIn: 8.7.3.9 - fix issue of Daylight Saving Time - in some systems after ~ 29 of March, system generate minus several hours which show incorrect selected dates
|
442 |
$booking_is_use_localized_time_format = get_bk_option( 'booking_is_use_localized_time_format' ); //FixIn: 8.7.4.1
|
443 |
if ( ( 'On' == $booking_is_use_localized_time_format ) && ( function_exists( 'wp_date' ) ) ) {
|
444 |
+
$s_tm = date_i18n( $time_format, mktime( intval( $s_tm[0] ), intval( $s_tm[1] ) ) ); //FixIn: 8.8.2.2
|
445 |
+
$e_tm = date_i18n( $time_format, mktime( intval( $e_tm[0] ), intval( $e_tm[1] ) ) );
|
446 |
} else{
|
447 |
$s_tm = date( $time_format, mktime( intval( $s_tm[0] ), intval( $s_tm[1] ) ) );
|
448 |
$e_tm = date( $time_format, mktime( intval( $e_tm[0] ), intval( $e_tm[1] ) ) );
|
core/wpbc-include.php
CHANGED
@@ -103,7 +103,24 @@ if ( file_exists( WPBC_PLUGIN_DIR.'/inc/_ps/personal.php' ) ){
|
|
103 |
// Old Working
|
104 |
require_once WPBC_PLUGIN_DIR . '/core/lib/wpdev-booking-widget.php'; // W i d g e t s
|
105 |
require_once WPBC_PLUGIN_DIR . '/js/captcha/captcha.php'; // C A P T C H A
|
106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
require_once WPBC_PLUGIN_DIR . '/core/lib/wpdev-booking-class.php'; // C L A S S B o o k i n g
|
108 |
require_once WPBC_PLUGIN_DIR . '/core/lib/wpbc-booking-new.php'; // N e w
|
109 |
require_once WPBC_PLUGIN_DIR . '/core/lib/wpbc-cron.php'; // CRON @since: 5.2.0
|
103 |
// Old Working
|
104 |
require_once WPBC_PLUGIN_DIR . '/core/lib/wpdev-booking-widget.php'; // W i d g e t s
|
105 |
require_once WPBC_PLUGIN_DIR . '/js/captcha/captcha.php'; // C A P T C H A
|
106 |
+
|
107 |
+
|
108 |
+
//FixIn: 8.8.2.5
|
109 |
+
$locale = wpbc_get_booking_locale();
|
110 |
+
if ( ! empty( $locale ) ) {
|
111 |
+
$locale_lang = strtolower( substr( $locale, 0, 2 ) );
|
112 |
+
$locale_country = strtolower( substr( $locale, 3 ) );
|
113 |
+
|
114 |
+
if ( ( $locale_lang !== 'en' ) && ( wpbc_is_file_exist( '/languages/wpdev-country-list-' . $locale . '.php' ) ) ) {
|
115 |
+
require_once WPBC_PLUGIN_DIR . '/languages/wpdev-country-list-' . $locale . '.php';
|
116 |
+
} else {
|
117 |
+
require_once WPBC_PLUGIN_DIR . '/languages/wpdev-country-list.php'; // Load Country list
|
118 |
+
}
|
119 |
+
} else {
|
120 |
+
require_once WPBC_PLUGIN_DIR . '/languages/wpdev-country-list.php'; // Load Country list
|
121 |
+
}
|
122 |
+
|
123 |
+
|
124 |
require_once WPBC_PLUGIN_DIR . '/core/lib/wpdev-booking-class.php'; // C L A S S B o o k i n g
|
125 |
require_once WPBC_PLUGIN_DIR . '/core/lib/wpbc-booking-new.php'; // N e w
|
126 |
require_once WPBC_PLUGIN_DIR . '/core/lib/wpbc-cron.php'; // CRON @since: 5.2.0
|
css/client.css
CHANGED
@@ -553,3 +553,38 @@ form.booking_form {
|
|
553 |
.booking_form .wpbc_form_columns textarea {
|
554 |
width: 98%;
|
555 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
.booking_form .wpbc_form_columns textarea {
|
554 |
width: 98%;
|
555 |
}
|
556 |
+
/* Different Forms */
|
557 |
+
/* Booking Form - 3 columns //FixIn: 8.8.2.6 */
|
558 |
+
.wpbc_form_columns_general .wpbc_form_row_general {
|
559 |
+
display: flex;
|
560 |
+
flex-flow: row wrap;
|
561 |
+
justify-content: space-between;
|
562 |
+
}
|
563 |
+
.wpbc_form_columns_general .wpbc_form_field_general{
|
564 |
+
flex: 0 1 0;
|
565 |
+
display: flex;
|
566 |
+
flex-flow: row wrap;
|
567 |
+
justify-content: flex-start;
|
568 |
+
align-items: baseline;
|
569 |
+
padding: 0 2% 0 0;
|
570 |
+
}
|
571 |
+
.wpbc_form_columns_general .wpbc_form_field_general:nth-child(1){
|
572 |
+
min-width: 284px;
|
573 |
+
flex: 0 1 auto;
|
574 |
+
}
|
575 |
+
@media (max-width: 782px) {
|
576 |
+
.wpbc_change_over_triangle {
|
577 |
+
width:90%;
|
578 |
+
}
|
579 |
+
.wpbc_form_columns_general .wpbc_form_field_general:nth-child(1),
|
580 |
+
.wpbc_form_columns_general .wpbc_form_field_general:nth-child(2){
|
581 |
+
min-width: 100%;
|
582 |
+
flex: 1 0 auto;
|
583 |
+
margin-bottom: 2em;
|
584 |
+
}
|
585 |
+
}
|
586 |
+
.wpbc_form_columns_general .wpbc_form_field_general:nth-child(2){
|
587 |
+
flex: 1 1 0;
|
588 |
+
padding: 0;
|
589 |
+
margin-top: -2.5em;
|
590 |
+
}
|
css/wpbc-gutenberg.css
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
.wpbc_gb_div_block {
|
3 |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
4 |
font-size: 1.2em;
|
5 |
-
padding
|
6 |
}
|
7 |
|
8 |
/** Width and Height of Blocks ***************************************************************************************/
|
2 |
.wpbc_gb_div_block {
|
3 |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
4 |
font-size: 1.2em;
|
5 |
+
padding: 20px 15px 5px; /* required for correct mouseover in top of button, otherwise appear some weird issue of not ability to click on top of button */
|
6 |
}
|
7 |
|
8 |
/** Width and Height of Blocks ***************************************************************************************/
|
js/wpbc-gutenberg.js
CHANGED
@@ -156,19 +156,19 @@
|
|
156 |
key: 'onchangewpbcinput_' + cid, //FixIn: 8.7.3.18
|
157 |
value : _val, //props.attributes.wpbc_shortcode,
|
158 |
onChange : function ( event ) {
|
159 |
-
|
160 |
props.setAttributes( {wpbc_shortcode: event.target.value } );
|
161 |
-
|
162 |
//console.log( '%cWPBC-Gb :: o n C h a n g e !!!! Y E S !!! event for onChangeWPBCinputShortcode', 'color: orange; font-weight: bold;', event );
|
163 |
},
|
164 |
-
|
|
|
|
|
165 |
className: 'wpbc_gb_text_shortcode',
|
166 |
type : 'text',
|
167 |
-
readOnly : 'readonly',
|
168 |
-
disabled : 'disabled',
|
169 |
-
onFocus : function ( event ){
|
170 |
-
|
171 |
-
|
172 |
}
|
173 |
)
|
174 |
|
@@ -228,6 +228,10 @@
|
|
228 |
// Set ID of currently edited section in post (just in case if we will have several sections
|
229 |
var _id = $( this ).attr( 'data_block_id' );
|
230 |
|
|
|
|
|
|
|
|
|
231 |
// Get num. of popup active tab to set
|
232 |
var popup_tab_index = $( this ).attr( 'popup_tab_index' );
|
233 |
|
@@ -291,22 +295,24 @@
|
|
291 |
//FixIn: 8.4.2.10
|
292 |
//FixIn: 8.7.3.17 href: '#!'
|
293 |
//FixIn: 8.7.3.19 - chnaged <a href="#!" to '<div href="#!" - its make update of block after clicking on DIV (and not A) element
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
|
|
|
|
305 |
|
306 |
|
307 |
|
308 |
// Hide entire Block -- until React does not update Block preview
|
309 |
-
jQuery( 'div[data-block="' + block_section_id + '"]' ).addClass( 'hidden' );
|
310 |
|
311 |
// Neet to return true, to prevent insertion into some other TinyMCE block, if exist, because we have inserted it into Gutenberg
|
312 |
return true;
|
156 |
key: 'onchangewpbcinput_' + cid, //FixIn: 8.7.3.18
|
157 |
value : _val, //props.attributes.wpbc_shortcode,
|
158 |
onChange : function ( event ) {
|
|
|
159 |
props.setAttributes( {wpbc_shortcode: event.target.value } );
|
|
|
160 |
//console.log( '%cWPBC-Gb :: o n C h a n g e !!!! Y E S !!! event for onChangeWPBCinputShortcode', 'color: orange; font-weight: bold;', event );
|
161 |
},
|
162 |
+
onClick: function (event) { //FixIn: 8.8.2.10
|
163 |
+
props.setAttributes( {wpbc_shortcode: event.target.value } );
|
164 |
+
},
|
165 |
className: 'wpbc_gb_text_shortcode',
|
166 |
type : 'text',
|
167 |
+
//readOnly : 'readonly', //FixIn: 8.8.2.10
|
168 |
+
//disabled : 'disabled', //FixIn: 8.8.2.10
|
169 |
+
// onFocus : function ( event ){
|
170 |
+
// event.target.select();
|
171 |
+
// }
|
172 |
}
|
173 |
)
|
174 |
|
228 |
// Set ID of currently edited section in post (just in case if we will have several sections
|
229 |
var _id = $( this ).attr( 'data_block_id' );
|
230 |
|
231 |
+
|
232 |
+
// Remove CSS class 'is-selected' (remove blue focus) in main DIV (after popup opened), because of that hide via CSS BIG blue button: "Configure Booking Calendar Block"
|
233 |
+
jQuery( 'div[data-block="' + _id + '"]' ).removeClass( 'is-selected' ); //FixIn: 8.8.2.10
|
234 |
+
|
235 |
// Get num. of popup active tab to set
|
236 |
var popup_tab_index = $( this ).attr( 'popup_tab_index' );
|
237 |
|
295 |
//FixIn: 8.4.2.10
|
296 |
//FixIn: 8.7.3.17 href: '#!'
|
297 |
//FixIn: 8.7.3.19 - chnaged <a href="#!" to '<div href="#!" - its make update of block after clicking on DIV (and not A) element
|
298 |
+
|
299 |
+
//FixIn: 8.8.2.10 - commenting these 2 blocks
|
300 |
+
// jQuery( 'div[data-block="' + block_section_id + '"]' ).parent().parent().before(
|
301 |
+
// '<div class="editor-block-list__block wpbc-gutenberg-update-view" style="cursor: pointer;text-align: center;">' +
|
302 |
+
// '<div href="#!" class="button wpbc-gutenberg-update-preview-btn" ' +
|
303 |
+
// '>' + wp.i18n.__( 'Click to Preview Block' ) + '</div></div>'
|
304 |
+
// );
|
305 |
+
// //FixIn: 8.7.6.11
|
306 |
+
// jQuery( 'div[data-block="' + block_section_id + '"]' ).before(
|
307 |
+
// '<div class="editor-block-list__block wpbc-gutenberg-update-view" style="cursor: pointer;text-align: center;">' +
|
308 |
+
// '<div href="#!" class="button wpbc-gutenberg-update-preview-btn" ' +
|
309 |
+
// '>' + wp.i18n.__( 'Click to Preview Block' ) + '</div></div>'
|
310 |
+
// );
|
311 |
|
312 |
|
313 |
|
314 |
// Hide entire Block -- until React does not update Block preview
|
315 |
+
//jQuery( 'div[data-block="' + block_section_id + '"]' ).addClass( 'hidden' ); //FixIn: 8.8.2.10 - commenting
|
316 |
|
317 |
// Neet to return true, to prevent insertion into some other TinyMCE block, if exist, because we have inserted it into Gutenberg
|
318 |
return true;
|
js/wpbc_vars.js
CHANGED
@@ -92,5 +92,5 @@ if (typeof wpbc_global5 !== 'undefined') {
|
|
92 |
var message_verif_visitors_more_then_available = wpbc_global5.message_verif_visitors_more_then_available;
|
93 |
var is_use_visitors_number_for_availability = ( wpbc_global5.is_use_visitors_number_for_availability == "true" );
|
94 |
var availability_based_on = wpbc_global5.availability_based_on;
|
95 |
-
parent_booking_resources = wpbc_define_var( wpbc_global5.parent_booking_resources );
|
96 |
}
|
92 |
var message_verif_visitors_more_then_available = wpbc_global5.message_verif_visitors_more_then_available;
|
93 |
var is_use_visitors_number_for_availability = ( wpbc_global5.is_use_visitors_number_for_availability == "true" );
|
94 |
var availability_based_on = wpbc_global5.availability_based_on;
|
95 |
+
parent_booking_resources = wpbc_define_var( wpbc_global5.parent_booking_resources );
|
96 |
}
|
languages/booking-ar_SA.mo
CHANGED
Binary file
|
languages/booking-be_BY.mo
CHANGED
Binary file
|
languages/booking-bg_BG.mo
CHANGED
Binary file
|
languages/booking-ca.mo
CHANGED
Binary file
|
languages/booking-cs_CZ.mo
CHANGED
Binary file
|
languages/booking-da_DK.mo
CHANGED
Binary file
|
languages/booking-de_DE.mo
CHANGED
Binary file
|
languages/booking-el.mo
CHANGED
Binary file
|
languages/booking-es_ES.mo
CHANGED
Binary file
|
languages/booking-es_MX.mo
ADDED
Binary file
|
languages/booking-fi.mo
CHANGED
Binary file
|
languages/booking-fr_FR.mo
CHANGED
Binary file
|
languages/booking-gl_ES.mo
CHANGED
Binary file
|
languages/booking-he_IL.mo
CHANGED
Binary file
|
languages/booking-hr.mo
CHANGED
Binary file
|
languages/booking-hu_HU.mo
CHANGED
Binary file
|
languages/booking-it_IT.mo
CHANGED
Binary file
|
languages/booking-nb_NO.mo
CHANGED
Binary file
|
languages/booking-nl_NL.mo
CHANGED
Binary file
|
languages/booking-pl_PL.mo
CHANGED
Binary file
|
languages/booking-pt_BR.mo
CHANGED
Binary file
|
languages/booking-pt_PT.mo
CHANGED
Binary file
|
languages/booking-ro_RO.mo
CHANGED
Binary file
|
languages/booking-ru_RU.mo
CHANGED
Binary file
|
languages/booking-sk_SK.mo
CHANGED
Binary file
|
languages/booking-sl_SI.mo
CHANGED
Binary file
|
languages/booking-sv_SE.mo
CHANGED
Binary file
|
languages/booking-th_TH.mo
CHANGED
Binary file
|
languages/booking-tr_TR.mo
CHANGED
Binary file
|
languages/booking-uk.mo
CHANGED
Binary file
|
languages/booking-zh_CN.mo
CHANGED
Binary file
|
languages/booking-zh_TW.mo
CHANGED
Binary file
|
languages/booking.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: booking\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2021-
|
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 2.4.
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
@@ -35,7 +35,7 @@ msgid "year(s)"
|
|
35 |
msgstr ""
|
36 |
|
37 |
#: core/admin/api-settings.php:94 core/admin/wpbc-toolbar-tiny.php:460
|
38 |
-
#: core/lib/wpbc_all_translations.php:6 js/wpbc-gutenberg.js:
|
39 |
msgid "Number of months to scroll"
|
40 |
msgstr ""
|
41 |
|
@@ -152,7 +152,7 @@ msgstr ""
|
|
152 |
#: core/lib/wpbc_all_translations.php:26 core/timeline/v2/wpbc-class-timeline_v2.php:2822
|
153 |
#: inc/_bl/admin/api-settings-l.php:179 inc/_bl/admin/api-settings-l.php:185
|
154 |
#: inc/_bl/admin/api-settings-l.php:216 inc/gateways/page-gateways.php:198
|
155 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1160 js/wpbc-gutenberg.js:
|
156 |
msgid "Note"
|
157 |
msgstr ""
|
158 |
|
@@ -185,7 +185,7 @@ msgstr ""
|
|
185 |
#: core/admin/wpbc-toolbar-tiny.php:698 core/admin/wpbc-toolbar-tiny.php:1199
|
186 |
#: core/admin/wpbc-toolbar-tiny.php:1615 core/lib/wpbc_all_translations.php:33
|
187 |
#: inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113 inc/_bm/m-toolbar.php:402
|
188 |
-
#: inc/_ps/lib_p.php:268 js/wpbc-gutenberg.js:
|
189 |
msgid "Booking Form"
|
190 |
msgstr ""
|
191 |
|
@@ -487,7 +487,7 @@ msgid "Dates"
|
|
487 |
msgstr ""
|
488 |
|
489 |
#: core/admin/api-settings.php:731 core/admin/api-settings.php:732
|
490 |
-
#: core/lib/wpbc_all_translations.php:93 inc/_bl/admin/page-search.php:
|
491 |
#: inc/_bm/admin/page-availability.php:876 inc/_bm/admin/page-cost-rate.php:106
|
492 |
#: inc/_bm/admin/page-cost-valuation.php:134 inc/_bs/lib_s.php:182 inc/_bs/lib_s.php:187
|
493 |
#: inc/_ps/lib_p.php:126 inc/_ps/lib_p.php:130
|
@@ -747,7 +747,7 @@ msgstr ""
|
|
747 |
#: core/admin/api-settings.php:1097 core/admin/wpbc-toolbar-tiny.php:591
|
748 |
#: core/admin/wpbc-toolbar-tiny.php:1810 core/admin/wpbc-toolbars.php:790
|
749 |
#: core/lib/wpbc_all_translations.php:146 core/lib/wpdev-booking-widget.php:104
|
750 |
-
#: js/wpbc-gutenberg.js:
|
751 |
msgid "Show"
|
752 |
msgstr ""
|
753 |
|
@@ -765,7 +765,7 @@ msgstr ""
|
|
765 |
msgid "Check this box to delete all booking data when you uninstal this plugin."
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: core/admin/api-settings.php:1142 core/admin/page-form-free.php:
|
769 |
#: core/lib/wpbc_all_translations.php:150 core/sync/wpbc-gcal-class.php:474
|
770 |
#: core/sync/wpbc-gcal-class.php:642 core/sync/wpbc-gcal-class.php:668
|
771 |
#: inc/_bl/admin/api-settings-l.php:368 inc/_bm/admin/page-availability.php:990
|
@@ -888,8 +888,8 @@ msgstr ""
|
|
888 |
#: core/admin/page-email-new-admin.php:254 core/admin/page-email-new-admin.php:295
|
889 |
#: core/admin/page-email-new-visitor.php:254 core/admin/page-email-new-visitor.php:295
|
890 |
#: core/admin/page-email-trash.php:215 core/admin/page-email-trash.php:277
|
891 |
-
#: core/admin/page-email-trash.php:319 core/admin/page-form-free.php:
|
892 |
-
#: core/admin/page-form-free.php:
|
893 |
#: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:273
|
894 |
#: inc/_bs/admin/page-email-payment.php:317 inc/_ps/admin/page-email-edit.php:215
|
895 |
#: inc/_ps/admin/page-email-edit.php:272 inc/_ps/admin/page-email-edit.php:313
|
@@ -924,7 +924,7 @@ msgstr ""
|
|
924 |
#: inc/_bm/admin/page-availability.php:985 inc/_bm/admin/page-seasons.php:514
|
925 |
#: inc/_bs/admin/page-email-payment.php:235 inc/_bs/admin/page-email-payment.php:291
|
926 |
#: inc/_ps/admin/page-email-edit.php:234 inc/_ps/admin/page-email-edit.php:290
|
927 |
-
#: inc/_ps/wpbc-booking-select-widget.php:140 js/wpbc-gutenberg.js:
|
928 |
msgid "Title"
|
929 |
msgstr ""
|
930 |
|
@@ -1202,7 +1202,7 @@ msgstr ""
|
|
1202 |
#: core/admin/page-email-deny.php:452 core/admin/page-email-new-admin.php:431
|
1203 |
#: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
|
1204 |
#: core/lib/wpbc_all_translations.php:198 inc/_bs/admin/page-email-payment.php:455
|
1205 |
-
#: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:
|
1206 |
#: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:1123
|
1207 |
msgid "HTML"
|
1208 |
msgstr ""
|
@@ -1277,7 +1277,7 @@ msgstr ""
|
|
1277 |
#: core/admin/page-email-approved.php:725 core/admin/page-email-deleted.php:722
|
1278 |
#: core/admin/page-email-deny.php:722 core/admin/page-email-new-admin.php:705
|
1279 |
#: core/admin/page-email-new-visitor.php:701 core/admin/page-email-trash.php:727
|
1280 |
-
#: core/admin/page-form-free.php:
|
1281 |
#: core/admin/wpbc-class-listing.php:125 core/admin/wpbc-class-listing.php:145
|
1282 |
#: core/admin/wpbc-toolbars.php:52 core/admin/wpbc-toolbars.php:178
|
1283 |
#: core/lib/wpbc_all_translations.php:208 inc/_bl/admin/page-coupons.php:548
|
@@ -1302,13 +1302,13 @@ msgstr ""
|
|
1302 |
#: core/admin/page-email-new-visitor.php:707 core/admin/page-email-new-visitor.php:743
|
1303 |
#: core/admin/page-email-trash.php:733 core/admin/page-email-trash.php:769
|
1304 |
#: core/admin/page-form-free.php:146 core/admin/page-form-free.php:246
|
1305 |
-
#: core/admin/page-form-free.php:
|
1306 |
#: core/admin/page-ics-general.php:416 core/admin/page-ics-import.php:203
|
1307 |
#: core/admin/page-import-gcal.php:570 core/admin/page-settings.php:148
|
1308 |
#: core/admin/page-settings.php:301 core/admin/wpbc-toolbars.php:1826
|
1309 |
#: core/lib/wpbc_all_translations.php:210 inc/_bl/admin/page-coupons.php:220
|
1310 |
-
#: inc/_bl/admin/page-coupons.php:1378 inc/_bl/admin/page-search.php:
|
1311 |
-
#: inc/_bl/admin/page-search.php:
|
1312 |
#: inc/_bm/admin/page-cost-advanced.php:102 inc/_bm/admin/page-cost-advanced.php:161
|
1313 |
#: inc/_bm/admin/page-cost-deposit.php:362 inc/_bm/admin/page-cost-early-late-booking.php:544
|
1314 |
#: inc/_bm/admin/page-cost-rate.php:231 inc/_bm/admin/page-cost-valuation.php:257
|
@@ -1330,7 +1330,7 @@ msgstr ""
|
|
1330 |
#: core/admin/page-email-approved.php:749 core/admin/page-email-deleted.php:746
|
1331 |
#: core/admin/page-email-deny.php:746 core/admin/page-email-new-admin.php:729
|
1332 |
#: core/admin/page-email-new-visitor.php:725 core/admin/page-email-trash.php:751
|
1333 |
-
#: core/admin/page-form-free.php:
|
1334 |
#: core/lib/wpbc_all_translations.php:211 inc/_bs/admin/page-email-payment.php:748
|
1335 |
#: inc/_ps/admin/page-email-edit.php:744
|
1336 |
msgid "Type"
|
@@ -1342,8 +1342,8 @@ msgstr ""
|
|
1342 |
#: core/admin/page-ics-import.php:194 core/admin/page-import-gcal.php:552
|
1343 |
#: core/admin/page-settings.php:142 core/admin/page-settings.php:293
|
1344 |
#: core/admin/wpbc-toolbars.php:434 core/admin/wpbc-toolbars.php:440
|
1345 |
-
#: core/lib/wpbc_all_translations.php:212 inc/_bl/admin/page-search.php:
|
1346 |
-
#: inc/_bl/admin/page-search.php:
|
1347 |
#: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
|
1348 |
#: inc/_ps/admin/page-settings-form.php:181
|
1349 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:452 inc/gateways/page-gateways.php:675
|
@@ -1555,31 +1555,30 @@ msgid ""
|
|
1555 |
"booking form (below) or by adding this field from (above) toolbar."
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: core/admin/page-form-free.php:226
|
1559 |
msgid "Title of send button"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: core/admin/page-form-free.php:230 core/
|
1563 |
-
#: core/
|
1564 |
-
#: inc/_ps/wpbc-form-templates.php:
|
1565 |
-
#: inc/_ps/wpbc-form-templates.php:
|
1566 |
-
#: inc/_ps/wpbc-form-templates.php:127
|
1567 |
msgid "Send"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: core/admin/page-form-free.php:231
|
1571 |
#, php-format
|
1572 |
msgid "Enter %stitle of submit button%s in the booking form"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: core/admin/page-form-free.php:
|
1576 |
msgid "Reset to default form"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: core/admin/page-form-free.php:
|
1580 |
#: core/admin/wpbc-class-listing.php:396 core/admin/wpbc-class-listing.php:402
|
1581 |
#: core/admin/wpbc-toolbars.php:997 core/admin/wpbc-toolbars.php:1014
|
1582 |
-
#: core/admin/wpbc-toolbars.php:1078 core/lib/wpbc_all_translations.php:
|
1583 |
#: inc/_bl/admin/page-coupons.php:236 inc/_bl/admin/page-coupons.php:808
|
1584 |
#: inc/_bm/admin/page-availability.php:274 inc/_bm/admin/page-cost-valuation.php:354
|
1585 |
#: inc/_bm/admin/page-cost.php:529 inc/_bm/admin/page-seasons.php:221
|
@@ -1588,92 +1587,92 @@ msgstr ""
|
|
1588 |
msgid "Do you really want to do this ?"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: core/admin/page-form-free.php:
|
1592 |
-
#: core/lib/wpbc_all_translations.php:
|
1593 |
msgid "Add New Field"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: core/admin/page-form-free.php:
|
1597 |
-
#: core/lib/wpbc_all_translations.php:
|
1598 |
msgid "Select"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: core/admin/page-form-free.php:
|
1602 |
msgid "Form Field"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: core/admin/page-form-free.php:
|
1606 |
#: inc/_ps/form/class-wpbc-form-help.php:141
|
1607 |
msgid "Standard Fields"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: core/admin/page-form-free.php:
|
1611 |
#: inc/_ps/form/class-wpbc-form-help.php:147
|
1612 |
msgid "Text"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: core/admin/page-form-free.php:
|
1616 |
#: inc/_ps/form/class-wpbc-form-help.php:156
|
1617 |
msgid "Textarea"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: core/admin/page-form-free.php:
|
1621 |
msgid "Checkbox"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: core/admin/page-form-free.php:
|
1625 |
#: inc/_ps/form/class-wpbc-form-help.php:486
|
1626 |
msgid "Advanced Fields"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: core/admin/page-form-free.php:
|
1630 |
-
#: core/admin/page-form-free.php:
|
1631 |
#: core/admin/page-form-timeslots.php:201 core/admin/page-form-timeslots.php:766
|
1632 |
#: core/admin/page-form-timeslots.php:816 core/admin/page-settings.php:94
|
1633 |
-
#: core/admin/page-settings.php:215 core/lib/wpbc_all_translations.php:
|
1634 |
msgid "Time Slots"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: core/admin/page-form-free.php:
|
1638 |
msgid "View"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: core/admin/page-form-free.php:
|
1642 |
msgid "Standard Forms"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
-
#: core/admin/page-form-free.php:
|
1646 |
msgid "Form under calendar"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
-
#: core/admin/page-form-free.php:
|
1650 |
msgid "Form at right side of calendar"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: core/admin/page-form-free.php:
|
1654 |
msgid "Form and calendar are centered"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: core/admin/page-form-free.php:
|
1658 |
msgid "Form for dark background"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
-
#: core/admin/page-form-free.php:
|
1662 |
-
#: core/lib/wpbc_all_translations.php:
|
1663 |
msgid "Active"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: core/admin/page-form-free.php:
|
1667 |
msgid "Field Label"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: core/admin/page-form-free.php:
|
1671 |
-
#: core/lib/wpbc_all_translations.php:
|
1672 |
msgid "Name"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
-
#: core/admin/page-form-free.php:
|
1676 |
-
#: core/admin/page-form-free.php:
|
1677 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2642
|
1678 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2700 inc/_bl/admin/page-coupons.php:215
|
1679 |
#: inc/_bl/admin/page-coupons.php:804 inc/_bl/admin/page-coupons.php:993
|
@@ -1683,35 +1682,35 @@ msgstr ""
|
|
1683 |
msgid "Edit"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: core/admin/page-form-free.php:
|
1687 |
-
#: core/admin/page-form-timeslots.php:788 core/lib/wpbc_all_translations.php:
|
1688 |
msgid "Remove"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: core/admin/page-form-free.php:
|
1692 |
#: inc/_ps/form/class-wpbc-form-help.php:88
|
1693 |
msgid "Shortcodes"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: core/admin/page-form-free.php:
|
1697 |
#: inc/_ps/form/class-wpbc-form-help.php:89
|
1698 |
msgid ""
|
1699 |
"You can generate the form fields for your form (at the left side) by selection specific field in "
|
1700 |
"the above selectbox."
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: core/admin/page-form-free.php:
|
1704 |
#: inc/_ps/form/class-wpbc-form-help.php:90
|
1705 |
#, php-format
|
1706 |
msgid "Please read more about the booking form fields configuration %shere%s."
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: core/admin/page-form-free.php:
|
1710 |
#: inc/_ps/form/class-wpbc-form-help.php:99
|
1711 |
msgid "Default Form Templates"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: core/admin/page-form-free.php:
|
1715 |
#: inc/_ps/form/class-wpbc-form-help.php:100
|
1716 |
#, php-format
|
1717 |
msgid ""
|
@@ -1721,93 +1720,93 @@ msgid ""
|
|
1721 |
"reset both forms: Booking Form and Content of Booking Fields form."
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: core/admin/page-form-free.php:
|
1725 |
#: inc/_ps/wpbc-form-templates.php:144 inc/_ps/wpbc-form-templates.php:156
|
1726 |
#: inc/_ps/wpbc-form-templates.php:171 inc/_ps/wpbc-form-templates.php:186
|
1727 |
msgid "First Name"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
-
#: core/admin/page-form-free.php:
|
1731 |
msgid "Show / hide field in booking form"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
-
#: core/admin/page-form-free.php:
|
1735 |
msgid "Set field as required"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
#: core/admin/page-form-free.php:
|
1739 |
#: core/admin/wpbc-toolbar-tiny.php:428 core/admin/wpbc-toolbar-tiny.php:1219
|
1740 |
-
#: core/lib/wpbc_all_translations.php:
|
1741 |
-
#: js/wpbc-gutenberg.js:
|
1742 |
msgid "Label"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: core/admin/page-form-free.php:
|
1746 |
#, php-format
|
1747 |
msgid "Type only %sunique field name%s, that is not using in form"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#: core/admin/page-form-free.php:
|
1751 |
msgid "Values"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: core/admin/page-form-free.php:
|
1755 |
msgid "Enter dropdown options. One option per line."
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#: core/admin/page-form-free.php:
|
1759 |
#: core/admin/wpbc-toolbars.php:710 core/admin/wpbc-toolbars.php:915
|
1760 |
-
#: core/admin/wpbc-toolbars.php:1536 core/lib/wpbc_all_translations.php:
|
1761 |
#: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:105 inc/_bs/s-toolbar.php:209
|
1762 |
#: inc/_ps/p-toolbar.php:508 inc/_ps/p-toolbar.php:553
|
1763 |
msgid "Close"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: core/admin/page-form-free.php:
|
1767 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2701 inc/_bm/m-toolbar.php:377
|
1768 |
#: inc/_bm/m-toolbar.php:378 inc/_ps/p-toolbar.php:387 inc/_ps/p-toolbar.php:439
|
1769 |
#: inc/_ps/p-toolbar.php:472
|
1770 |
msgid "Cancel"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#: core/admin/page-form-timeslots.php:106 core/lib/wpbc_all_translations.php:
|
1774 |
msgid "in 24 hour format"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: core/admin/page-form-timeslots.php:126 core/lib/wpbc_all_translations.php:
|
1778 |
#: inc/_ps/form/class-wpbc-field-help-checkbox.php:154
|
1779 |
#: inc/_ps/form/class-wpbc-field-help-select.php:119
|
1780 |
msgid "One option per line"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#: core/admin/page-form-timeslots.php:132 core/lib/wpbc_all_translations.php:
|
1784 |
msgid "Titles"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:
|
1788 |
#: inc/_ps/form/class-wpbc-field-help-checkbox.php:172
|
1789 |
#: inc/_ps/form/class-wpbc-field-help-select.php:137
|
1790 |
msgid "One title per line"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:
|
1794 |
msgid "Visible options in selectbox"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: core/admin/page-form-timeslots.php:193 core/lib/wpbc_all_translations.php:
|
1798 |
msgid "Reset times by"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
#: core/admin/page-form-timeslots.php:195 core/admin/page-import-gcal.php:69
|
1802 |
#: core/admin/page-import-gcal.php:196 core/admin/page-import-gcal.php:278
|
1803 |
-
#: core/admin/wpbc-toolbar-tiny.php:634 core/lib/wpbc_all_translations.php:
|
1804 |
#: core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271 inc/_bm/admin/api-settings-m.php:67
|
1805 |
#: inc/_bm/admin/api-settings-m.php:104 inc/_bs/admin/api-settings-s.php:532
|
1806 |
msgid "hours"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
#: core/admin/page-form-timeslots.php:196 core/admin/page-import-gcal.php:67
|
1810 |
-
#: core/lib/wpbc_all_translations.php:
|
1811 |
#: inc/_bm/admin/api-settings-m.php:100 inc/_bs/admin/api-settings-s.php:528
|
1812 |
#: inc/_bs/admin/api-settings-s.php:901
|
1813 |
msgid "hour"
|
@@ -1815,12 +1814,12 @@ msgstr ""
|
|
1815 |
|
1816 |
#: core/admin/page-form-timeslots.php:197 core/admin/page-form-timeslots.php:198
|
1817 |
#: core/admin/page-form-timeslots.php:199 core/admin/page-import-gcal.php:195
|
1818 |
-
#: core/admin/page-import-gcal.php:277 core/lib/wpbc_all_translations.php:
|
1819 |
#: core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270 inc/_bm/admin/api-settings-m.php:67
|
1820 |
#: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:100
|
1821 |
#: inc/_bs/admin/api-settings-s.php:525 inc/_bs/admin/api-settings-s.php:526
|
1822 |
-
#: inc/_bs/admin/api-settings-s.php:527 inc/_ps/admin/page-settings-form.php:
|
1823 |
-
#: inc/_ps/admin/page-settings-form.php:
|
1824 |
msgid "minutes"
|
1825 |
msgstr ""
|
1826 |
|
@@ -1828,12 +1827,12 @@ msgstr ""
|
|
1828 |
#: core/admin/page-form-timeslots.php:435 core/admin/page-form-timeslots.php:444
|
1829 |
#: core/admin/page-form-timeslots.php:446 core/admin/page-form-timeslots.php:455
|
1830 |
#: core/admin/page-form-timeslots.php:457 core/admin/page-form-timeslots.php:466
|
1831 |
-
#: core/admin/page-form-timeslots.php:468 core/lib/wpbc_all_translations.php:
|
1832 |
#: core/wpbc-js.php:131 inc/_ps/personal.php:268
|
1833 |
msgid "Processing"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: core/admin/page-form-timeslots.php:595 core/lib/wpbc_all_translations.php:
|
1837 |
msgid "+ Add Time Slot"
|
1838 |
msgstr ""
|
1839 |
|
@@ -1842,7 +1841,7 @@ msgstr ""
|
|
1842 |
#: core/admin/page-ics-general.php:282 core/admin/page-ics-general.php:283
|
1843 |
#: core/admin/page-ics-import.php:40 core/admin/page-ics-import.php:41
|
1844 |
#: core/admin/page-import-gcal.php:388 core/admin/page-import-gcal.php:389
|
1845 |
-
#: core/lib/wpbc_all_translations.php:
|
1846 |
msgid "Sync"
|
1847 |
msgstr ""
|
1848 |
|
@@ -1851,7 +1850,7 @@ msgstr ""
|
|
1851 |
#: core/admin/page-ics-import.php:42 core/admin/page-ics-import.php:59
|
1852 |
#: core/admin/page-ics-import.php:60 core/admin/page-ics-import.php:62
|
1853 |
#: core/admin/page-ics-import.php:186 core/admin/page-ics-import.php:469
|
1854 |
-
#: core/admin/page-import-gcal.php:390 core/lib/wpbc_all_translations.php:
|
1855 |
#: core/sync/wpbc-gcal.php:465
|
1856 |
msgid "Import"
|
1857 |
msgstr ""
|
@@ -1860,28 +1859,28 @@ msgstr ""
|
|
1860 |
#: core/admin/page-ics-export.php:62 core/admin/page-ics-export.php:64
|
1861 |
#: core/admin/page-ics-export.php:228 core/admin/page-ics-general.php:264
|
1862 |
#: core/admin/page-ics-import.php:42 core/admin/page-import-gcal.php:390
|
1863 |
-
#: core/lib/wpbc_all_translations.php:
|
1864 |
msgid "Export"
|
1865 |
msgstr ""
|
1866 |
|
1867 |
#: core/admin/page-ics-export.php:64 core/admin/page-ics-export.php:228
|
1868 |
-
#: core/lib/wpbc_all_translations.php:
|
1869 |
msgid "feed"
|
1870 |
msgstr ""
|
1871 |
|
1872 |
#: core/admin/page-ics-export.php:139 core/class/wpbc-class-notices.php:25
|
1873 |
-
#: core/lib/wpbc_all_translations.php:
|
1874 |
#: inc/_bm/admin/page-cost-valuation.php:290 inc/_mu/multiuser.php:767
|
1875 |
msgid "Warning!"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
-
#: core/admin/page-ics-export.php:141 core/lib/wpbc_all_translations.php:
|
1879 |
#, php-format
|
1880 |
msgid "This feature require %s"
|
1881 |
msgstr ""
|
1882 |
|
1883 |
#: core/admin/page-ics-export.php:163 core/admin/page-ics-import.php:162
|
1884 |
-
#: core/lib/wpbc_all_translations.php:
|
1885 |
#: inc/_bm/admin/api-settings-m.php:86 inc/_ps/form/class-wpbc-form-help.php:117
|
1886 |
#: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
|
1887 |
#: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
|
@@ -1896,119 +1895,119 @@ msgstr ""
|
|
1896 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:831 inc/gateways/sage/wpbc-gw-sage.php:882
|
1897 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:810
|
1898 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1196
|
1899 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1203 js/wpbc-gutenberg.js:
|
1900 |
-
#: js/wpbc-gutenberg.js:
|
1901 |
msgid "Important!"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
#: core/admin/page-ics-export.php:165 core/admin/page-ics-import.php:164
|
1905 |
-
#: core/lib/wpbc_all_translations.php:
|
1906 |
#, php-format
|
1907 |
msgid "This feature require %s plugin. You can install %s plugin from this %spage%s."
|
1908 |
msgstr ""
|
1909 |
|
1910 |
#: core/admin/page-ics-export.php:177 core/admin/page-ics-export.php:240
|
1911 |
-
#: core/admin/page-ics-import.php:176 core/lib/wpbc_all_translations.php:
|
1912 |
msgid "How it works"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
#: core/admin/page-ics-export.php:441 core/admin/page-ics-export.php:444
|
1916 |
-
#: core/lib/wpbc_all_translations.php:
|
1917 |
msgid ".ics feed URL"
|
1918 |
msgstr ""
|
1919 |
|
1920 |
-
#: core/admin/page-ics-export.php:463 core/lib/wpbc_all_translations.php:
|
1921 |
#: inc/_ps/admin/br-table-export-feeds.php:69
|
1922 |
msgid "Open in new window"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: core/admin/page-ics-export.php:465 core/lib/wpbc_all_translations.php:
|
1926 |
msgid "Please enter URL for generating .ics feed"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
-
#: core/admin/page-ics-export.php:468 core/lib/wpbc_all_translations.php:
|
1930 |
msgid "This .ics feed of bookings starting from today for 1 year"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
#: core/admin/page-ics-general.php:68 core/admin/wpbc-toolbar-tiny.php:875
|
1934 |
#: core/admin/wpbc-toolbar-tiny.php:1090 core/admin/wpbc-toolbar-tiny.php:1171
|
1935 |
-
#: core/lib/wpbc_all_translations.php:
|
1936 |
#: inc/_ps/wpbc-booking-select-widget.php:188
|
1937 |
msgid "None"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
#: core/admin/page-ics-general.php:101 core/lib/wpbc_all_translations.php:
|
1941 |
msgid "Event Title"
|
1942 |
msgstr ""
|
1943 |
|
1944 |
#: core/admin/page-ics-general.php:102 core/admin/page-ics-general.php:112
|
1945 |
-
#: core/admin/page-ics-general.php:122 core/lib/wpbc_all_translations.php:
|
1946 |
#, php-format
|
1947 |
msgid "Select field for assigning to %sevent property%s"
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#: core/admin/page-ics-general.php:111 core/lib/wpbc_all_translations.php:
|
1951 |
msgid "Event Description (optional field)"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
#: core/admin/page-ics-general.php:121 core/lib/wpbc_all_translations.php:
|
1955 |
msgid "Location"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
#: core/admin/page-ics-general.php:132 core/admin/wpbc-class-listing.php:206
|
1959 |
-
#: core/lib/wpbc_all_translations.php:
|
1960 |
#: inc/_bl/admin/activation-l.php:119 inc/_mu/multiuser.php:628 inc/_ps/admin/activation-p.php:45
|
1961 |
msgid "Default"
|
1962 |
msgstr ""
|
1963 |
|
1964 |
-
#: core/admin/page-ics-general.php:158 core/lib/wpbc_all_translations.php:
|
1965 |
#: core/sync/wpbc-gcal.php:309
|
1966 |
msgid "Timezone"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
-
#: core/admin/page-ics-general.php:159 core/lib/wpbc_all_translations.php:
|
1970 |
#: core/sync/wpbc-gcal.php:343
|
1971 |
msgid "Select a city in your required timezone, if you are having problems with dates and times."
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#: core/admin/page-ics-general.php:171 core/lib/wpbc_all_translations.php:
|
1975 |
#: inc/_bs/admin/api-settings-s.php:314
|
1976 |
msgid "Use check in/out time"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
-
#: core/admin/page-ics-general.php:172 core/lib/wpbc_all_translations.php:
|
1980 |
msgid "Use check in/out time of plugin, during import .ics feeds"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
-
#: core/admin/page-ics-general.php:179 core/lib/wpbc_all_translations.php:
|
1984 |
msgid "Append check out day"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
-
#: core/admin/page-ics-general.php:180 core/lib/wpbc_all_translations.php:
|
1988 |
msgid "Append one check out day, during import .ics feeds, if activated using check in/out times"
|
1989 |
msgstr ""
|
1990 |
|
1991 |
-
#: core/admin/page-ics-general.php:188 core/lib/wpbc_all_translations.php:
|
1992 |
msgid "Export only approved bookings"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
-
#: core/admin/page-ics-general.php:189 core/lib/wpbc_all_translations.php:
|
1996 |
msgid "Enable of export only approved bookings in .ics feeds"
|
1997 |
msgstr ""
|
1998 |
|
1999 |
-
#: core/admin/page-ics-general.php:201 core/lib/wpbc_all_translations.php:
|
2000 |
msgid "Force import"
|
2001 |
msgstr ""
|
2002 |
|
2003 |
-
#: core/admin/page-ics-general.php:202 core/lib/wpbc_all_translations.php:
|
2004 |
msgid "Import bookings without checking, if such bookings already have been imported."
|
2005 |
msgstr ""
|
2006 |
|
2007 |
-
#: core/admin/page-ics-general.php:210 core/lib/wpbc_all_translations.php:
|
2008 |
msgid "Trash all imported bookings before new import"
|
2009 |
msgstr ""
|
2010 |
|
2011 |
-
#: core/admin/page-ics-general.php:211 core/lib/wpbc_all_translations.php:
|
2012 |
msgid ""
|
2013 |
"Move all previously imported bookings to trash before new import bookings. Its can resolve "
|
2014 |
"issue of updating deleted and edited events in external sources. Its work only, if you are using "
|
@@ -2016,25 +2015,25 @@ msgid ""
|
|
2016 |
msgstr ""
|
2017 |
|
2018 |
#: core/admin/page-ics-general.php:281 core/admin/page-settings.php:74
|
2019 |
-
#: core/lib/wpbc_all_translations.php:
|
2020 |
msgid "General"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
#: core/admin/page-ics-general.php:282 core/admin/page-ics-general.php:283
|
2024 |
#: core/admin/page-ics-general.php:390 core/admin/page-import-gcal.php:485
|
2025 |
#: core/admin/page-settings.php:75 core/admin/page-settings.php:76
|
2026 |
-
#: core/lib/wpbc_all_translations.php:
|
2027 |
msgid "General Settings"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: core/admin/page-ics-general.php:397 core/lib/wpbc_all_translations.php:
|
2031 |
msgid "Assign events fields to specific booking form field"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
#: core/admin/page-ics-general.php:406 core/admin/page-settings.php:127
|
2035 |
-
#: core/admin/page-settings.php:263 core/lib/wpbc_all_translations.php:
|
2036 |
-
#: inc/_bl/admin/page-search.php:
|
2037 |
-
#: inc/_bl/admin/page-search.php:
|
2038 |
#: inc/_bl/wpbc-search-availability.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:921
|
2039 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:915 inc/gateways/ipay88/wpbc-gw-ipay88.php:855
|
2040 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:1091 inc/gateways/sage/wpbc-gw-sage.php:904
|
@@ -2042,47 +2041,47 @@ msgstr ""
|
|
2042 |
msgid "Advanced"
|
2043 |
msgstr ""
|
2044 |
|
2045 |
-
#: core/admin/page-ics-import.php:62 core/lib/wpbc_all_translations.php:
|
2046 |
msgid "feeds"
|
2047 |
msgstr ""
|
2048 |
|
2049 |
#: core/admin/page-ics-import.php:438 core/admin/wpbc-sql.php:592
|
2050 |
-
#: core/admin/wpbc-toolbar-tiny.php:331 core/lib/wpbc_all_translations.php:
|
2051 |
#: inc/_bl/admin/page-coupons.php:1409 inc/_ps/p-toolbar.php:965 inc/_ps/p-toolbar.php:996
|
2052 |
msgid "parent resource"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
-
#: core/admin/page-ics-import.php:460 core/lib/wpbc_all_translations.php:
|
2056 |
msgid "Enter URL to .ics feed"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
-
#: core/admin/page-ics-import.php:465 core/lib/wpbc_all_translations.php:
|
2060 |
msgid "Choose file"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
-
#: core/admin/page-ics-import.php:466 core/lib/wpbc_all_translations.php:
|
2064 |
msgid "Insert file URL"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
-
#: core/admin/page-ics-import.php:467 core/lib/wpbc_all_translations.php:
|
2068 |
msgid "Upload / Select "
|
2069 |
msgstr ""
|
2070 |
|
2071 |
-
#: core/admin/page-ics-import.php:504 core/lib/wpbc_all_translations.php:
|
2072 |
msgid "What does .ics feeds import/export mean?"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
-
#: core/admin/page-ics-import.php:512 core/lib/wpbc_all_translations.php:
|
2076 |
#, php-format
|
2077 |
msgid "Its useful, if you need to import/export bookings from/to external websites, like %s"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
-
#: core/admin/page-ics-import.php:520 core/lib/wpbc_all_translations.php:
|
2081 |
msgid "and any other calendar that uses .ics format"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
#: core/admin/page-ics-import.php:534 core/class/wpbc-class-welcome.php:1010
|
2085 |
-
#: core/lib/wpbc_all_translations.php:
|
2086 |
#, php-format
|
2087 |
msgid ""
|
2088 |
".ics - is a file format of iCalendar standard for exchanging calendar and scheduling information "
|
@@ -2090,34 +2089,34 @@ msgid ""
|
|
2090 |
"calendars updated and synchronized."
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: core/admin/page-ics-import.php:555 core/lib/wpbc_all_translations.php:
|
2094 |
msgid "Is it automatic process?"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: core/admin/page-ics-import.php:565 core/lib/wpbc_all_translations.php:
|
2098 |
msgid ""
|
2099 |
"By default .ics import is not automatic process. You need to set up CRON script on your server "
|
2100 |
"to periodically access front-end page(s) with import .ics feeds shortcodes."
|
2101 |
msgstr ""
|
2102 |
|
2103 |
-
#: core/admin/page-ics-import.php:584 core/lib/wpbc_all_translations.php:
|
2104 |
msgid "How to start import of .ics feeds (files)?"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
#: core/admin/page-ics-import.php:591 core/admin/page-ics-import.php:638
|
2108 |
-
#: core/lib/wpbc_all_translations.php:
|
2109 |
#, php-format
|
2110 |
msgid "Install %s plugin."
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: core/admin/page-ics-import.php:595 core/lib/wpbc_all_translations.php:
|
2114 |
#, php-format
|
2115 |
msgid ""
|
2116 |
"Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode "
|
2117 |
"configuration%s"
|
2118 |
msgstr ""
|
2119 |
|
2120 |
-
#: core/admin/page-ics-import.php:604 core/lib/wpbc_all_translations.php:
|
2121 |
#, php-format
|
2122 |
msgid ""
|
2123 |
"Using such shortcodes in pages give a great flexibility to import from different .ics feeds "
|
@@ -2125,26 +2124,26 @@ msgid ""
|
|
2125 |
"accessing such different pages with different time intervals."
|
2126 |
msgstr ""
|
2127 |
|
2128 |
-
#: core/admin/page-ics-import.php:613 core/lib/wpbc_all_translations.php:
|
2129 |
msgid "Or you can import .ics feed or file directly at current page."
|
2130 |
msgstr ""
|
2131 |
|
2132 |
-
#: core/admin/page-ics-import.php:620 core/lib/wpbc_all_translations.php:
|
2133 |
#, php-format
|
2134 |
msgid ""
|
2135 |
"If you have inserted import shortcodes from %s, then you can configure your CRON for "
|
2136 |
"periodically access these pages and import .ics feeds."
|
2137 |
msgstr ""
|
2138 |
|
2139 |
-
#: core/admin/page-ics-import.php:631 core/lib/wpbc_all_translations.php:
|
2140 |
msgid "How to start export of .ics feeds (files)?"
|
2141 |
msgstr ""
|
2142 |
|
2143 |
-
#: core/admin/page-ics-import.php:642 core/lib/wpbc_all_translations.php:
|
2144 |
msgid "Configure ULR feed(s) at this settings page."
|
2145 |
msgstr ""
|
2146 |
|
2147 |
-
#: core/admin/page-ics-import.php:647 core/lib/wpbc_all_translations.php:
|
2148 |
#, php-format
|
2149 |
msgid ""
|
2150 |
"Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more "
|
@@ -2152,26 +2151,26 @@ msgid ""
|
|
2152 |
"website."
|
2153 |
msgstr ""
|
2154 |
|
2155 |
-
#: core/admin/page-ics-import.php:656 core/lib/wpbc_all_translations.php:
|
2156 |
msgid "Visit these (previously configured URL feeds) pages for downloading .ics files."
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: core/admin/page-ics-import.php:711 core/lib/wpbc_all_translations.php:
|
2160 |
#: core/sync/wpbc-gcal-class.php:492 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:441
|
2161 |
msgid "Done"
|
2162 |
msgstr ""
|
2163 |
|
2164 |
-
#: core/admin/page-import-gcal.php:60 core/lib/wpbc_all_translations.php:
|
2165 |
msgid "Activate auto import"
|
2166 |
msgstr ""
|
2167 |
|
2168 |
-
#: core/admin/page-import-gcal.php:61 core/lib/wpbc_all_translations.php:
|
2169 |
#, php-format
|
2170 |
msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
#: core/admin/page-import-gcal.php:71 core/admin/wpbc-toolbars.php:567
|
2174 |
-
#: core/admin/wpbc-toolbars.php:801 core/lib/wpbc_all_translations.php:
|
2175 |
#: inc/_bm/admin/page-cost-advanced.php:461 inc/_bm/admin/page-cost-deposit.php:223
|
2176 |
#: inc/_bm/admin/page-cost-early-late-booking.php:230
|
2177 |
#: inc/_bm/admin/page-cost-early-late-booking.php:428 inc/_bm/admin/page-cost-valuation.php:346
|
@@ -2186,34 +2185,34 @@ msgstr ""
|
|
2186 |
#: core/admin/wpbc-toolbars.php:571 core/admin/wpbc-toolbars.php:572
|
2187 |
#: core/admin/wpbc-toolbars.php:802 core/admin/wpbc-toolbars.php:803
|
2188 |
#: core/admin/wpbc-toolbars.php:804 core/admin/wpbc-toolbars.php:805
|
2189 |
-
#: core/admin/wpbc-toolbars.php:806 core/lib/wpbc_all_translations.php:
|
2190 |
#: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:94
|
2191 |
#: inc/_bm/admin/page-cost-deposit.php:225 inc/_bm/admin/page-cost-early-late-booking.php:228
|
2192 |
#: inc/_bm/admin/page-cost-early-late-booking.php:430 inc/_bm/admin/page-cost-valuation.php:190
|
2193 |
#: inc/_bm/admin/page-cost-valuation.php:348 inc/_bm/admin/page-cost-valuation.php:481
|
2194 |
#: inc/_bm/admin/page-seasons.php:1051 inc/_bs/admin/api-settings-s.php:536
|
2195 |
-
#: inc/_ps/admin/page-settings-form.php:
|
2196 |
#: inc/_ps/wpbc-form-templates.php:266
|
2197 |
msgid "days"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
-
#: core/admin/page-import-gcal.php:78 core/lib/wpbc_all_translations.php:
|
2201 |
msgid "Import events every"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#: core/admin/page-import-gcal.php:79 core/lib/wpbc_all_translations.php:
|
2205 |
msgid "Select time duration of import requests."
|
2206 |
msgstr ""
|
2207 |
|
2208 |
-
#: core/admin/page-import-gcal.php:95 core/lib/wpbc_all_translations.php:
|
2209 |
msgid "Google API Key"
|
2210 |
msgstr ""
|
2211 |
|
2212 |
-
#: core/admin/page-import-gcal.php:96 core/lib/wpbc_all_translations.php:
|
2213 |
msgid "Please enter your Google API key. This field required to import events."
|
2214 |
msgstr ""
|
2215 |
|
2216 |
-
#: core/admin/page-import-gcal.php:98 core/lib/wpbc_all_translations.php:
|
2217 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:369
|
2218 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:407
|
2219 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:438 inc/gateways/ideal/wpbc-gw-ideal.php:423
|
@@ -2224,175 +2223,175 @@ msgstr ""
|
|
2224 |
msgid "Note:"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
-
#: core/admin/page-import-gcal.php:99 core/lib/wpbc_all_translations.php:
|
2228 |
#, php-format
|
2229 |
msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
|
2230 |
msgstr ""
|
2231 |
|
2232 |
-
#: core/admin/page-import-gcal.php:120 core/lib/wpbc_all_translations.php:
|
2233 |
#: inc/_ps/admin/br-table-import-gcal-p.php:148
|
2234 |
msgid "Google Calendar ID"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
-
#: core/admin/page-import-gcal.php:138 core/lib/wpbc_all_translations.php:
|
2238 |
#: core/sync/wpbc-gcal.php:295
|
2239 |
msgid "Maximum number"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: core/admin/page-import-gcal.php:139 core/lib/wpbc_all_translations.php:
|
2243 |
#: core/sync/wpbc-gcal.php:298
|
2244 |
msgid "You can specify the maximum number of events to import during one session."
|
2245 |
msgstr ""
|
2246 |
|
2247 |
#: core/admin/page-import-gcal.php:148 core/admin/page-import-gcal.php:230
|
2248 |
-
#: core/lib/wpbc_all_translations.php:
|
2249 |
msgid "Now"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
#: core/admin/page-import-gcal.php:149 core/admin/page-import-gcal.php:231
|
2253 |
-
#: core/lib/wpbc_all_translations.php:
|
2254 |
msgid "00:00 today"
|
2255 |
msgstr ""
|
2256 |
|
2257 |
#: core/admin/page-import-gcal.php:150 core/admin/page-import-gcal.php:232
|
2258 |
-
#: core/lib/wpbc_all_translations.php:
|
2259 |
msgid "Start of current week"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
#: core/admin/page-import-gcal.php:151 core/admin/page-import-gcal.php:233
|
2263 |
-
#: core/lib/wpbc_all_translations.php:
|
2264 |
msgid "Start of current month"
|
2265 |
msgstr ""
|
2266 |
|
2267 |
#: core/admin/page-import-gcal.php:152 core/admin/page-import-gcal.php:234
|
2268 |
-
#: core/lib/wpbc_all_translations.php:
|
2269 |
msgid "End of current month"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
-
#: core/admin/page-import-gcal.php:153 core/lib/wpbc_all_translations.php:
|
2273 |
#: core/sync/wpbc-gcal.php:189
|
2274 |
msgid "The start of time"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
#: core/admin/page-import-gcal.php:154 core/admin/page-import-gcal.php:236
|
2278 |
-
#: core/lib/wpbc_all_translations.php:
|
2279 |
msgid "Specific date / time"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: core/admin/page-import-gcal.php:160 core/lib/wpbc_all_translations.php:
|
2283 |
#: core/sync/wpbc-gcal.php:197
|
2284 |
msgid "Select option, when to start retrieving events."
|
2285 |
msgstr ""
|
2286 |
|
2287 |
#: core/admin/page-import-gcal.php:175 core/admin/page-import-gcal.php:257
|
2288 |
-
#: core/lib/wpbc_all_translations.php:
|
2289 |
msgid "Offset"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
#: core/admin/page-import-gcal.php:176 core/admin/page-import-gcal.php:258
|
2293 |
-
#: core/lib/wpbc_all_translations.php:
|
2294 |
msgid "Enter date / time"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
#: core/admin/page-import-gcal.php:194 core/admin/page-import-gcal.php:276
|
2298 |
-
#: core/lib/wpbc_all_translations.php:
|
2299 |
msgid "seconds"
|
2300 |
msgstr ""
|
2301 |
|
2302 |
#: core/admin/page-import-gcal.php:216 core/admin/page-import-gcal.php:298
|
2303 |
-
#: core/lib/wpbc_all_translations.php:
|
2304 |
msgid ""
|
2305 |
"You can specify an additional offset from you chosen start point. The offset can be negative."
|
2306 |
msgstr ""
|
2307 |
|
2308 |
#: core/admin/page-import-gcal.php:219 core/admin/page-import-gcal.php:301
|
2309 |
-
#: core/lib/wpbc_all_translations.php:
|
2310 |
#, php-format
|
2311 |
msgid "Type your date in format %s. Example: %s"
|
2312 |
msgstr ""
|
2313 |
|
2314 |
-
#: core/admin/page-import-gcal.php:235 core/lib/wpbc_all_translations.php:
|
2315 |
#: core/sync/wpbc-gcal.php:253
|
2316 |
msgid "The end of time"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
#: core/admin/page-import-gcal.php:241 core/admin/wpbc-toolbar-tiny.php:614
|
2320 |
-
#: core/lib/wpbc_all_translations.php:
|
2321 |
msgid "Until"
|
2322 |
msgstr ""
|
2323 |
|
2324 |
-
#: core/admin/page-import-gcal.php:242 core/lib/wpbc_all_translations.php:
|
2325 |
#: core/sync/wpbc-gcal.php:261
|
2326 |
msgid "Select option, when to stop retrieving events."
|
2327 |
msgstr ""
|
2328 |
|
2329 |
-
#: core/admin/page-import-gcal.php:318 core/lib/wpbc_all_translations.php:
|
2330 |
msgid "To get Google Calendar API key please follow this instruction"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
-
#: core/admin/page-import-gcal.php:320 core/lib/wpbc_all_translations.php:
|
2334 |
#, php-format
|
2335 |
msgid "Go to Google Developer Console: %s."
|
2336 |
msgstr ""
|
2337 |
|
2338 |
-
#: core/admin/page-import-gcal.php:321 core/lib/wpbc_all_translations.php:
|
2339 |
msgid "Give your project a name and click \"Create\"."
|
2340 |
msgstr ""
|
2341 |
|
2342 |
-
#: core/admin/page-import-gcal.php:322 core/lib/wpbc_all_translations.php:
|
2343 |
msgid "In the sidebar click on \"APIs & auth\"."
|
2344 |
msgstr ""
|
2345 |
|
2346 |
-
#: core/admin/page-import-gcal.php:323 core/lib/wpbc_all_translations.php:
|
2347 |
msgid "Click APIs and make sure \"Calendar API\" is set to ON."
|
2348 |
msgstr ""
|
2349 |
|
2350 |
-
#: core/admin/page-import-gcal.php:324 core/lib/wpbc_all_translations.php:
|
2351 |
msgid "Now click on \"Credentials\" in the sidebar."
|
2352 |
msgstr ""
|
2353 |
|
2354 |
-
#: core/admin/page-import-gcal.php:325 core/lib/wpbc_all_translations.php:
|
2355 |
msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
|
2356 |
msgstr ""
|
2357 |
|
2358 |
-
#: core/admin/page-import-gcal.php:326 core/lib/wpbc_all_translations.php:
|
2359 |
msgid "On the popup click the button \"Server Key\" and click \"Create\"."
|
2360 |
msgstr ""
|
2361 |
|
2362 |
-
#: core/admin/page-import-gcal.php:327 core/lib/wpbc_all_translations.php:
|
2363 |
#, php-format
|
2364 |
msgid ""
|
2365 |
"You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
|
2366 |
"%sGoogle API Key%s field at this page."
|
2367 |
msgstr ""
|
2368 |
|
2369 |
-
#: core/admin/page-import-gcal.php:330 core/lib/wpbc_all_translations.php:
|
2370 |
msgid "Set Your Calendar to Public"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
#: core/admin/page-import-gcal.php:332 core/admin/page-import-gcal.php:340
|
2374 |
-
#: core/lib/wpbc_all_translations.php:
|
2375 |
msgid "Navigate to your Google calendars."
|
2376 |
msgstr ""
|
2377 |
|
2378 |
#: core/admin/page-import-gcal.php:333 core/admin/page-import-gcal.php:341
|
2379 |
-
#: core/lib/wpbc_all_translations.php:
|
2380 |
msgid "Open the settings for the calendar."
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: core/admin/page-import-gcal.php:334 core/lib/wpbc_all_translations.php:
|
2384 |
msgid "Click the \"Share this Calendar\" link."
|
2385 |
msgstr ""
|
2386 |
|
2387 |
-
#: core/admin/page-import-gcal.php:335 core/lib/wpbc_all_translations.php:
|
2388 |
msgid "Click the checkbox to make calendar public. Do not check the other option."
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: core/admin/page-import-gcal.php:338 core/lib/wpbc_all_translations.php:
|
2392 |
msgid "Find Your Calendar ID"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
-
#: core/admin/page-import-gcal.php:342 core/lib/wpbc_all_translations.php:
|
2396 |
#, php-format
|
2397 |
msgid ""
|
2398 |
"Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
|
@@ -2400,33 +2399,33 @@ msgid ""
|
|
2400 |
msgstr ""
|
2401 |
|
2402 |
#: core/admin/page-import-gcal.php:407 core/admin/page-import-gcal.php:408
|
2403 |
-
#: core/admin/page-import-gcal.php:409 core/lib/wpbc_all_translations.php:
|
2404 |
#: core/sync/wpbc-gcal.php:443 core/sync/wpbc-gcal.php:466
|
2405 |
msgid "Import Google Calendar Events"
|
2406 |
msgstr ""
|
2407 |
|
2408 |
#: core/admin/page-import-gcal.php:487 core/admin/page-import-gcal.php:534
|
2409 |
-
#: core/lib/wpbc_all_translations.php:
|
2410 |
msgid "Auto import events"
|
2411 |
msgstr ""
|
2412 |
|
2413 |
#: core/admin/page-import-gcal.php:489 core/admin/page-import-gcal.php:542
|
2414 |
-
#: core/lib/wpbc_all_translations.php:
|
2415 |
msgid "Default settings for retrieving events"
|
2416 |
msgstr ""
|
2417 |
|
2418 |
-
#: core/admin/page-import-gcal.php:525 core/lib/wpbc_all_translations.php:
|
2419 |
msgid "Google Calendar - General Settings"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
#: core/admin/page-settings.php:88 core/admin/page-settings.php:209
|
2423 |
-
#: core/admin/wpbc-toolbar-tiny.php:242 core/lib/wpbc_all_translations.php:
|
2424 |
#: inc/_ps/form/class-wpbc-form-help.php:115
|
2425 |
msgid "Calendar"
|
2426 |
msgstr ""
|
2427 |
|
2428 |
#: core/admin/page-settings.php:99 core/admin/page-settings.php:221
|
2429 |
-
#: core/lib/wpbc_all_translations.php:
|
2430 |
#: inc/_bm/admin/page-availability.php:47 inc/_bm/admin/page-availability.php:504
|
2431 |
#: inc/_bm/admin/page-availability.php:596 inc/_bm/admin/page-availability.php:597
|
2432 |
#: inc/_ps/wpbc-form-templates.php:307 inc/_ps/wpbc-form-templates.php:333
|
@@ -2435,47 +2434,47 @@ msgid "Availability"
|
|
2435 |
msgstr ""
|
2436 |
|
2437 |
#: core/admin/page-settings.php:109 core/admin/page-settings.php:235
|
2438 |
-
#: core/lib/wpbc_all_translations.php:
|
2439 |
msgid "Booking Admin Panel"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
#: core/admin/page-settings.php:114 core/admin/page-settings.php:242
|
2443 |
-
#: core/lib/wpbc_all_translations.php:
|
2444 |
msgid "Timeline"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
-
#: core/admin/page-settings.php:122 core/lib/wpbc_all_translations.php:
|
2448 |
msgid "Auto cancellation / approval"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
#: core/admin/page-settings.php:132 core/admin/page-settings.php:279
|
2452 |
-
#: core/lib/wpbc_all_translations.php:
|
2453 |
msgid "Plugin Menu"
|
2454 |
msgstr ""
|
2455 |
|
2456 |
-
#: core/admin/page-settings.php:137 core/lib/wpbc_all_translations.php:
|
2457 |
msgid "Uninstall"
|
2458 |
msgstr ""
|
2459 |
|
2460 |
-
#: core/admin/page-settings.php:254 core/lib/wpbc_all_translations.php:
|
2461 |
msgid "Auto cancellation / auto approval of bookings"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
-
#: core/admin/page-settings.php:272 core/lib/wpbc_all_translations.php:
|
2465 |
msgid "Information"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
-
#: core/admin/page-settings.php:286 core/lib/wpbc_all_translations.php:
|
2469 |
msgid "Uninstall / deactivation"
|
2470 |
msgstr ""
|
2471 |
|
2472 |
#: core/admin/page-up.php:38 core/admin/wpbc-dashboard.php:505
|
2473 |
-
#: core/lib/wpbc_all_translations.php:
|
2474 |
msgid "Upgrade"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
#: core/admin/wpbc-class-listing.php:103 core/admin/wpbc-toolbar-tiny.php:1520
|
2478 |
-
#: core/admin/wpbc-toolbar-tiny.php:1529 core/lib/wpbc_all_translations.php:
|
2479 |
#: inc/_bl/admin/page-coupons.php:1003 inc/_bl/admin/page-coupons.php:1005
|
2480 |
#: inc/_bl/wpbc-search-availability.php:669 inc/_bl/wpdev-booking-search-widget.php:75
|
2481 |
#: inc/_bm/admin/page-availability.php:814 inc/_bm/admin/page-cost-deposit.php:81
|
@@ -2485,346 +2484,346 @@ msgstr ""
|
|
2485 |
msgid "Nothing Found"
|
2486 |
msgstr ""
|
2487 |
|
2488 |
-
#: core/admin/wpbc-class-listing.php:125 core/lib/wpbc_all_translations.php:
|
2489 |
#: inc/_ps/wpbc-print.php:83
|
2490 |
msgid "Labels"
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:
|
2494 |
msgid "Booking Data"
|
2495 |
msgstr ""
|
2496 |
|
2497 |
-
#: core/admin/wpbc-class-listing.php:130 core/lib/wpbc_all_translations.php:
|
2498 |
msgid "Booking Dates"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
-
#: core/admin/wpbc-class-listing.php:133 core/lib/wpbc_all_translations.php:
|
2502 |
msgid "Show ALL dates of booking"
|
2503 |
msgstr ""
|
2504 |
|
2505 |
-
#: core/admin/wpbc-class-listing.php:139 core/lib/wpbc_all_translations.php:
|
2506 |
msgid "Show only check in/out dates"
|
2507 |
msgstr ""
|
2508 |
|
2509 |
-
#: core/admin/wpbc-class-listing.php:221 core/lib/wpbc_all_translations.php:
|
2510 |
msgid "Resource not exist"
|
2511 |
msgstr ""
|
2512 |
|
2513 |
-
#: core/admin/wpbc-class-listing.php:252 core/lib/wpbc_all_translations.php:
|
2514 |
#: inc/_bs/lib_s.php:296 inc/_bs/lib_s.php:311
|
2515 |
msgid "Unknown"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
#: core/admin/wpbc-class-listing.php:331 core/admin/wpbc-toolbars.php:765
|
2519 |
-
#: core/lib/wpbc_all_translations.php:
|
2520 |
msgid "In Trash / Rejected"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
-
#: core/admin/wpbc-class-listing.php:334 core/lib/wpbc_all_translations.php:
|
2524 |
msgid "Imported"
|
2525 |
msgstr ""
|
2526 |
|
2527 |
-
#: core/admin/wpbc-class-listing.php:398 core/lib/wpbc_all_translations.php:
|
2528 |
msgid "Reject - move to trash"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
#: core/admin/wpbc-class-listing.php:404 core/admin/wpbc-toolbars.php:1011
|
2532 |
-
#: core/lib/wpbc_all_translations.php:
|
2533 |
msgid "Restore"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
-
#: core/admin/wpbc-class-listing.php:408 core/lib/wpbc_all_translations.php:
|
2537 |
msgid "Do you really want to delete this booking ?"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
-
#: core/admin/wpbc-class-listing.php:410 core/lib/wpbc_all_translations.php:
|
2541 |
#: inc/_bl/admin/page-coupons.php:814 inc/_bm/admin/page-seasons.php:608
|
2542 |
msgid "Completely Delete"
|
2543 |
msgstr ""
|
2544 |
|
2545 |
#: core/admin/wpbc-class-listing.php:419 core/admin/wpbc-toolbars.php:949
|
2546 |
-
#: core/lib/wpbc_all_translations.php:
|
2547 |
msgid "Approve"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
#: core/admin/wpbc-class-listing.php:424 core/admin/wpbc-toolbars.php:967
|
2551 |
-
#: core/lib/wpbc_all_translations.php:
|
2552 |
msgid "Do you really want to set booking as pending ?"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
-
#: core/admin/wpbc-class-listing.php:435 core/lib/wpbc_all_translations.php:
|
2556 |
#: inc/_bs/lib_s.php:339
|
2557 |
msgid "Created"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
#: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:227
|
2561 |
-
#: core/lib/wpbc_all_translations.php:
|
2562 |
#: core/wpbc-functions.php:1850 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
|
2563 |
#: core/wpbc.php:189
|
2564 |
msgid "Booking Calendar"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
#: core/admin/wpbc-dashboard.php:319 core/admin/wpbc-dashboard.php:333
|
2568 |
-
#: core/lib/wpbc_all_translations.php:
|
2569 |
msgid "Video guide"
|
2570 |
msgstr ""
|
2571 |
|
2572 |
-
#: core/admin/wpbc-dashboard.php:344 core/lib/wpbc_all_translations.php:
|
2573 |
msgid "Support"
|
2574 |
msgstr ""
|
2575 |
|
2576 |
-
#: core/admin/wpbc-dashboard.php:355 core/lib/wpbc_all_translations.php:
|
2577 |
msgid "Getting Started"
|
2578 |
msgstr ""
|
2579 |
|
2580 |
-
#: core/admin/wpbc-dashboard.php:359 core/lib/wpbc_all_translations.php:
|
2581 |
msgid "Help Info"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
#: core/admin/wpbc-dashboard.php:362 core/admin/wpbc-toolbars.php:441
|
2585 |
-
#: core/lib/wpbc_all_translations.php:
|
2586 |
msgid "FAQ"
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: core/admin/wpbc-dashboard.php:365 core/lib/wpbc_all_translations.php:
|
2590 |
msgid "Contact email"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: core/admin/wpbc-dashboard.php:368 core/lib/wpbc_all_translations.php:
|
2594 |
msgid "Rate plugin (thanks:)"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: core/admin/wpbc-dashboard.php:446 core/lib/wpbc_all_translations.php:
|
2598 |
msgid "Current version"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: core/admin/wpbc-dashboard.php:451 core/lib/wpbc_all_translations.php:
|
2602 |
msgid "Demo"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: core/admin/wpbc-dashboard.php:455 core/lib/wpbc_all_translations.php:
|
2606 |
msgid "Version"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
-
#: core/admin/wpbc-dashboard.php:475 core/lib/wpbc_all_translations.php:
|
2610 |
msgid "Used for"
|
2611 |
msgstr ""
|
2612 |
|
2613 |
-
#: core/admin/wpbc-dashboard.php:484 core/lib/wpbc_all_translations.php:
|
2614 |
msgid "websites"
|
2615 |
msgstr ""
|
2616 |
|
2617 |
-
#: core/admin/wpbc-dashboard.php:486 core/lib/wpbc_all_translations.php:
|
2618 |
msgid "website"
|
2619 |
msgstr ""
|
2620 |
|
2621 |
-
#: core/admin/wpbc-dashboard.php:492 core/lib/wpbc_all_translations.php:
|
2622 |
msgid "Release date"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
-
#: core/admin/wpbc-dashboard.php:507 core/lib/wpbc_all_translations.php:
|
2626 |
msgid "Explore Premium Features"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
-
#: core/admin/wpbc-dashboard.php:525 core/lib/wpbc_all_translations.php:
|
2630 |
msgid "Statistic"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
-
#: core/admin/wpbc-dashboard.php:529 core/lib/wpbc_all_translations.php:
|
2634 |
msgid "New (unverified) booking(s)"
|
2635 |
msgstr ""
|
2636 |
|
2637 |
-
#: core/admin/wpbc-dashboard.php:533 core/lib/wpbc_all_translations.php:
|
2638 |
msgid "Pending booking(s)"
|
2639 |
msgstr ""
|
2640 |
|
2641 |
-
#: core/admin/wpbc-dashboard.php:538 core/lib/wpbc_all_translations.php:
|
2642 |
msgid "Agenda"
|
2643 |
msgstr ""
|
2644 |
|
2645 |
-
#: core/admin/wpbc-dashboard.php:542 core/lib/wpbc_all_translations.php:
|
2646 |
msgid "New booking(s) made today"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#: core/admin/wpbc-dashboard.php:546 core/lib/wpbc_all_translations.php:
|
2650 |
msgid "Bookings for today"
|
2651 |
msgstr ""
|
2652 |
|
2653 |
#: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2463
|
2654 |
-
#: core/lib/wpbc_all_translations.php:
|
2655 |
msgid "Insert booking calendar"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
#: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2464
|
2659 |
-
#: core/lib/wpbc_all_translations.php:
|
2660 |
msgid "Booking calendar"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
-
#: core/admin/wpbc-toolbar-tiny.php:225 core/lib/wpbc_all_translations.php:
|
2664 |
msgid "Insert Shortcode"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:
|
2668 |
#: inc/_ps/admin/api-settings-p.php:197
|
2669 |
msgid "TimeLine"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#: core/admin/wpbc-toolbar-tiny.php:244 core/lib/wpbc_all_translations.php:
|
2673 |
msgid "Resources Selection"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
-
#: core/admin/wpbc-toolbar-tiny.php:246 core/lib/wpbc_all_translations.php:
|
2677 |
-
#: core/wpbc-functions.php:2017 inc/_bl/admin/page-search.php:
|
2678 |
-
#: inc/_bl/biz_l.php:
|
2679 |
msgid "Search"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
-
#: core/admin/wpbc-toolbar-tiny.php:247 core/lib/wpbc_all_translations.php:
|
2683 |
msgid "Only Form"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
-
#: core/admin/wpbc-toolbar-tiny.php:250 core/lib/wpbc_all_translations.php:
|
2687 |
#: inc/_ps/form/class-wpbc-form-help.php:754
|
2688 |
msgid "Other"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
-
#: core/admin/wpbc-toolbar-tiny.php:298 core/lib/wpbc_all_translations.php:
|
2692 |
msgid "Insert into page"
|
2693 |
msgstr ""
|
2694 |
|
2695 |
#: core/admin/wpbc-toolbar-tiny.php:371 core/admin/wpbc-toolbar-tiny.php:1151
|
2696 |
-
#: core/lib/wpbc_all_translations.php:
|
2697 |
#: inc/_ps/p-toolbar.php:736
|
2698 |
msgid "Booking resources"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: core/admin/wpbc-toolbar-tiny.php:372 core/lib/wpbc_all_translations.php:
|
2702 |
msgid "Select booking resources. Please use CTRL to select multiple booking resources."
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: core/admin/wpbc-toolbar-tiny.php:406 core/lib/wpbc_all_translations.php:
|
2706 |
-
#: js/wpbc-gutenberg.js:
|
2707 |
msgid "View mode"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
-
#: core/admin/wpbc-toolbar-tiny.php:407 core/lib/wpbc_all_translations.php:
|
2711 |
msgid "Select type of view format"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
#: core/admin/wpbc-toolbar-tiny.php:429 core/admin/wpbc-toolbar-tiny.php:438
|
2715 |
-
#: core/admin/wpbc-toolbars.php:785 core/lib/wpbc_all_translations.php:
|
2716 |
msgid "All bookings"
|
2717 |
msgstr ""
|
2718 |
|
2719 |
-
#: core/admin/wpbc-toolbar-tiny.php:461 core/lib/wpbc_all_translations.php:
|
2720 |
msgid "Select number of months to scroll after loading"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
-
#: core/admin/wpbc-toolbar-tiny.php:482 core/lib/wpbc_all_translations.php:
|
2724 |
-
#: js/wpbc-gutenberg.js:
|
2725 |
msgid "Number of days to scroll"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
-
#: core/admin/wpbc-toolbar-tiny.php:483 core/lib/wpbc_all_translations.php:
|
2729 |
msgid "Select number of days to scroll after loading"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
#: core/admin/wpbc-toolbar-tiny.php:503 core/admin/wpbc-toolbars.php:1503
|
2733 |
-
#: core/lib/wpbc_all_translations.php:
|
2734 |
msgid "Start Date"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: core/admin/wpbc-toolbar-tiny.php:581 core/lib/wpbc_all_translations.php:
|
2738 |
msgid "Select start date"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
#: core/admin/wpbc-toolbar-tiny.php:674 core/admin/wpbc-toolbar-tiny.php:917
|
2742 |
#: core/admin/wpbc-toolbar-tiny.php:1591 core/admin/wpbc-toolbar-tiny.php:1783
|
2743 |
-
#: core/lib/wpbc_all_translations.php:
|
2744 |
#: inc/_ps/admin/br-table-import-gcal-p.php:170 inc/_ps/p-toolbar.php:937
|
2745 |
-
#: inc/_ps/wpbc-booking-select-widget.php:153 js/wpbc-gutenberg.js:
|
2746 |
-
#: js/wpbc-gutenberg.js:
|
2747 |
msgid "Booking resource"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
#: core/admin/wpbc-toolbar-tiny.php:675 core/admin/wpbc-toolbar-tiny.php:918
|
2751 |
#: core/admin/wpbc-toolbar-tiny.php:1592 core/admin/wpbc-toolbar-tiny.php:1784
|
2752 |
-
#: core/lib/wpbc_all_translations.php:
|
2753 |
msgid "Select booking resource"
|
2754 |
msgstr ""
|
2755 |
|
2756 |
#: core/admin/wpbc-toolbar-tiny.php:699 core/admin/wpbc-toolbar-tiny.php:1200
|
2757 |
-
#: core/admin/wpbc-toolbar-tiny.php:1616 core/lib/wpbc_all_translations.php:
|
2758 |
#: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
|
2759 |
msgid "Select default custom booking form"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
#: core/admin/wpbc-toolbar-tiny.php:710 core/admin/wpbc-toolbar-tiny.php:940
|
2763 |
#: core/admin/wpbc-toolbar-tiny.php:1288 core/admin/wpbc-toolbars.php:1618
|
2764 |
-
#: core/lib/wpbc_all_translations.php:
|
2765 |
#: inc/_ps/wpbc-booking-select-widget.php:201
|
2766 |
msgid "Visible months"
|
2767 |
msgstr ""
|
2768 |
|
2769 |
#: core/admin/wpbc-toolbar-tiny.php:711 core/admin/wpbc-toolbar-tiny.php:941
|
2770 |
-
#: core/admin/wpbc-toolbar-tiny.php:1289 core/lib/wpbc_all_translations.php:
|
2771 |
msgid "Select number of month to show for calendar."
|
2772 |
msgstr ""
|
2773 |
|
2774 |
#: core/admin/wpbc-toolbar-tiny.php:731 core/admin/wpbc-toolbar-tiny.php:961
|
2775 |
-
#: core/admin/wpbc-toolbar-tiny.php:1307 core/lib/wpbc_all_translations.php:
|
2776 |
msgid "Start month:"
|
2777 |
msgstr ""
|
2778 |
|
2779 |
#: core/admin/wpbc-toolbar-tiny.php:789 core/admin/wpbc-toolbar-tiny.php:1019
|
2780 |
-
#: core/admin/wpbc-toolbar-tiny.php:1365 core/lib/wpbc_all_translations.php:
|
2781 |
msgid "Select start month of calendar"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
#: core/admin/wpbc-toolbar-tiny.php:796 core/admin/wpbc-toolbar-tiny.php:1026
|
2785 |
-
#: core/admin/wpbc-toolbar-tiny.php:1258 core/lib/wpbc_all_translations.php:
|
2786 |
msgid "Show advanced settings"
|
2787 |
msgstr ""
|
2788 |
|
2789 |
#: core/admin/wpbc-toolbar-tiny.php:797 core/admin/wpbc-toolbar-tiny.php:1027
|
2790 |
-
#: core/admin/wpbc-toolbar-tiny.php:1259 core/lib/wpbc_all_translations.php:
|
2791 |
msgid "Hide advanced settings"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
#: core/admin/wpbc-toolbar-tiny.php:807 core/admin/wpbc-toolbar-tiny.php:1037
|
2795 |
-
#: core/admin/wpbc-toolbar-tiny.php:1269 core/lib/wpbc_all_translations.php:
|
2796 |
#, php-format
|
2797 |
msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
|
2798 |
msgstr ""
|
2799 |
|
2800 |
#: core/admin/wpbc-toolbar-tiny.php:808 core/admin/wpbc-toolbar-tiny.php:1038
|
2801 |
-
#: core/lib/wpbc_all_translations.php:
|
2802 |
#, php-format
|
2803 |
msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
#: core/admin/wpbc-toolbar-tiny.php:818 core/admin/wpbc-toolbar-tiny.php:1048
|
2807 |
#: core/admin/wpbc-toolbar-tiny.php:1372 core/admin/wpbc-toolbars.php:242
|
2808 |
-
#: core/lib/wpbc_all_translations.php:
|
2809 |
-
#: inc/_ps/form/class-wpbc-field-help-select.php:111 js/wpbc-gutenberg.js:
|
2810 |
-
#: js/wpbc-gutenberg.js:
|
2811 |
msgid "Options"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
#: core/admin/wpbc-toolbar-tiny.php:839 core/admin/wpbc-toolbar-tiny.php:1069
|
2815 |
-
#: core/admin/wpbc-toolbar-tiny.php:1393 core/lib/wpbc_all_translations.php:
|
2816 |
#, php-format
|
2817 |
msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
|
2818 |
msgstr ""
|
2819 |
|
2820 |
#: core/admin/wpbc-toolbar-tiny.php:843 core/admin/wpbc-toolbar-tiny.php:1073
|
2821 |
-
#: core/admin/wpbc-toolbar-tiny.php:1397 core/lib/wpbc_all_translations.php:
|
2822 |
msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
|
2823 |
msgstr ""
|
2824 |
|
2825 |
#: core/admin/wpbc-toolbar-tiny.php:844 core/admin/wpbc-toolbar-tiny.php:852
|
2826 |
#: core/admin/wpbc-toolbar-tiny.php:1074 core/admin/wpbc-toolbar-tiny.php:1398
|
2827 |
-
#: core/lib/wpbc_all_translations.php:
|
2828 |
#: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
|
2829 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:230
|
2830 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
|
@@ -2832,7 +2831,7 @@ msgid "Description"
|
|
2832 |
msgstr ""
|
2833 |
|
2834 |
#: core/admin/wpbc-toolbar-tiny.php:845 core/admin/wpbc-toolbar-tiny.php:1075
|
2835 |
-
#: core/admin/wpbc-toolbar-tiny.php:1399 core/lib/wpbc_all_translations.php:
|
2836 |
msgid ""
|
2837 |
"Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
|
2838 |
"to use percentage for width: 100%)"
|
@@ -2840,22 +2839,22 @@ msgstr ""
|
|
2840 |
|
2841 |
#: core/admin/wpbc-toolbar-tiny.php:846 core/admin/wpbc-toolbar-tiny.php:854
|
2842 |
#: core/admin/wpbc-toolbar-tiny.php:1076 core/admin/wpbc-toolbar-tiny.php:1400
|
2843 |
-
#: core/lib/wpbc_all_translations.php:
|
2844 |
msgid "Code Example"
|
2845 |
msgstr ""
|
2846 |
|
2847 |
-
#: core/admin/wpbc-toolbar-tiny.php:851 core/lib/wpbc_all_translations.php:
|
2848 |
msgid ""
|
2849 |
"Specify that during certain seasons (or days of week), the specific minimum number of days must "
|
2850 |
"be booked. "
|
2851 |
msgstr ""
|
2852 |
|
2853 |
-
#: core/admin/wpbc-toolbar-tiny.php:853 core/lib/wpbc_all_translations.php:
|
2854 |
msgid ""
|
2855 |
"Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
|
2856 |
msgstr ""
|
2857 |
|
2858 |
-
#: core/admin/wpbc-toolbar-tiny.php:860 core/lib/wpbc_all_translations.php:
|
2859 |
#, php-format
|
2860 |
msgid ""
|
2861 |
"Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
|
@@ -2863,19 +2862,19 @@ msgid ""
|
|
2863 |
msgstr ""
|
2864 |
|
2865 |
#: core/admin/wpbc-toolbar-tiny.php:883 core/admin/wpbc-toolbar-tiny.php:1098
|
2866 |
-
#: core/lib/wpbc_all_translations.php:
|
2867 |
msgid "Aggregate booking dates from other resources"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
#: core/admin/wpbc-toolbar-tiny.php:884 core/admin/wpbc-toolbar-tiny.php:1099
|
2871 |
-
#: core/lib/wpbc_all_translations.php:
|
2872 |
msgid ""
|
2873 |
"Select booking resources, for getting booking dates from them and set such dates as unavailable "
|
2874 |
"in destination calendar."
|
2875 |
msgstr ""
|
2876 |
|
2877 |
-
#: core/admin/wpbc-toolbar-tiny.php:1130 core/lib/wpbc_all_translations.php:
|
2878 |
-
#: inc/_bl/admin/page-search.php:
|
2879 |
#: inc/_bm/admin/api-settings-m.php:298 inc/_bm/admin/page-availability.php:252
|
2880 |
#: inc/_bm/admin/page-cost-advanced.php:124 inc/_bm/admin/page-cost-deposit.php:341
|
2881 |
#: inc/_bm/admin/page-cost-rate.php:214 inc/_bm/admin/page-cost.php:237
|
@@ -2888,7 +2887,7 @@ msgstr ""
|
|
2888 |
msgid "Note!"
|
2889 |
msgstr ""
|
2890 |
|
2891 |
-
#: core/admin/wpbc-toolbar-tiny.php:1131 core/lib/wpbc_all_translations.php:
|
2892 |
#, php-format
|
2893 |
msgid ""
|
2894 |
"This shortcode %s is using for selection of the booking form of specific booking resources in "
|
@@ -2896,159 +2895,159 @@ msgid ""
|
|
2896 |
msgstr ""
|
2897 |
|
2898 |
#: core/admin/wpbc-toolbar-tiny.php:1144 core/admin/wpbc-toolbars.php:1666
|
2899 |
-
#: core/lib/wpbc_all_translations.php:
|
2900 |
#: inc/_ps/wpbc-booking-select-widget.php:163
|
2901 |
msgid "All"
|
2902 |
msgstr ""
|
2903 |
|
2904 |
-
#: core/admin/wpbc-toolbar-tiny.php:1153 core/lib/wpbc_all_translations.php:
|
2905 |
#: inc/_ps/wpbc-booking-select-widget.php:175
|
2906 |
msgid ""
|
2907 |
"Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
|
2908 |
"resources."
|
2909 |
msgstr ""
|
2910 |
|
2911 |
-
#: core/admin/wpbc-toolbar-tiny.php:1178 core/lib/wpbc_all_translations.php:
|
2912 |
#: inc/_ps/wpbc-booking-select-widget.php:181
|
2913 |
msgid "Preselected resource"
|
2914 |
msgstr ""
|
2915 |
|
2916 |
-
#: core/admin/wpbc-toolbar-tiny.php:1179 core/lib/wpbc_all_translations.php:
|
2917 |
msgid "Define preselected resource."
|
2918 |
msgstr ""
|
2919 |
|
2920 |
-
#: core/admin/wpbc-toolbar-tiny.php:1204 core/lib/wpbc_all_translations.php:
|
2921 |
#: inc/_bm/admin/api-settings-m.php:485 inc/_ps/p-toolbar.php:1222
|
2922 |
msgid "Default Form"
|
2923 |
msgstr ""
|
2924 |
|
2925 |
#: core/admin/wpbc-toolbar-tiny.php:1220 core/admin/wpbc-toolbar-tiny.php:1229
|
2926 |
-
#: core/lib/wpbc_all_translations.php:
|
2927 |
msgid "Please select the resource:"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
-
#: core/admin/wpbc-toolbar-tiny.php:1221 core/lib/wpbc_all_translations.php:
|
2931 |
msgid "Title near your select box."
|
2932 |
msgstr ""
|
2933 |
|
2934 |
-
#: core/admin/wpbc-toolbar-tiny.php:1238 core/lib/wpbc_all_translations.php:
|
2935 |
#: inc/_ps/wpbc-booking-select-widget.php:247
|
2936 |
msgid "First option title"
|
2937 |
msgstr ""
|
2938 |
|
2939 |
-
#: core/admin/wpbc-toolbar-tiny.php:1239 core/lib/wpbc_all_translations.php:
|
2940 |
-
#: inc/_ps/personal.php:543 js/wpbc-gutenberg.js:
|
2941 |
msgid "Please Select"
|
2942 |
msgstr ""
|
2943 |
|
2944 |
-
#: core/admin/wpbc-toolbar-tiny.php:1240 core/lib/wpbc_all_translations.php:
|
2945 |
#: inc/_ps/wpbc-booking-select-widget.php:254
|
2946 |
msgid "First option in dropdown list."
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: core/admin/wpbc-toolbar-tiny.php:1240 core/lib/wpbc_all_translations.php:
|
2950 |
#: inc/_ps/wpbc-booking-select-widget.php:256
|
2951 |
msgid "Please leave it empty if you want to skip it."
|
2952 |
msgstr ""
|
2953 |
|
2954 |
#: core/admin/wpbc-toolbar-tiny.php:1430 core/admin/wpbc-toolbar-tiny.php:1710
|
2955 |
-
#: core/lib/wpbc_all_translations.php:
|
2956 |
msgid "Select shortcode to insert"
|
2957 |
msgstr ""
|
2958 |
|
2959 |
-
#: core/admin/wpbc-toolbar-tiny.php:1442 core/lib/wpbc_all_translations.php:
|
2960 |
msgid "Search form"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
-
#: core/admin/wpbc-toolbar-tiny.php:1445 core/lib/wpbc_all_translations.php:
|
2964 |
#: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:659
|
2965 |
#: inc/_bl/wpbc-search-availability.php:674
|
2966 |
msgid "Search results"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
-
#: core/admin/wpbc-toolbar-tiny.php:1464 core/lib/wpbc_all_translations.php:
|
2970 |
msgid "Check this box to show search results on other page"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
-
#: core/admin/wpbc-toolbar-tiny.php:1481 core/lib/wpbc_all_translations.php:
|
2974 |
msgid "URL of search results:"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
-
#: core/admin/wpbc-toolbar-tiny.php:1483 core/lib/wpbc_all_translations.php:
|
2978 |
msgid "Type the URL of search results page."
|
2979 |
msgstr ""
|
2980 |
|
2981 |
-
#: core/admin/wpbc-toolbar-tiny.php:1500 core/lib/wpbc_all_translations.php:
|
2982 |
msgid "Title of Search results:"
|
2983 |
msgstr ""
|
2984 |
|
2985 |
#: core/admin/wpbc-toolbar-tiny.php:1501 core/admin/wpbc-toolbar-tiny.php:1510
|
2986 |
-
#: core/lib/wpbc_all_translations.php:
|
2987 |
msgid "Result(s) Found"
|
2988 |
msgstr ""
|
2989 |
|
2990 |
-
#: core/admin/wpbc-toolbar-tiny.php:1502 core/lib/wpbc_all_translations.php:
|
2991 |
msgid "Type the title of Search results."
|
2992 |
msgstr ""
|
2993 |
|
2994 |
-
#: core/admin/wpbc-toolbar-tiny.php:1502 core/lib/wpbc_all_translations.php:
|
2995 |
msgid "show number of search results"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
-
#: core/admin/wpbc-toolbar-tiny.php:1519 core/lib/wpbc_all_translations.php:
|
2999 |
msgid "Nothing Found Message:"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
-
#: core/admin/wpbc-toolbar-tiny.php:1521 core/lib/wpbc_all_translations.php:
|
3003 |
msgid "Type the message, when nothing found."
|
3004 |
msgstr ""
|
3005 |
|
3006 |
-
#: core/admin/wpbc-toolbar-tiny.php:1541 core/lib/wpbc_all_translations.php:
|
3007 |
msgid "Search only for users:"
|
3008 |
msgstr ""
|
3009 |
|
3010 |
-
#: core/admin/wpbc-toolbar-tiny.php:1543 core/lib/wpbc_all_translations.php:
|
3011 |
msgid ""
|
3012 |
"Type IDs of the users (separated by comma \",\") for searching availability only for these "
|
3013 |
"users, or leave it blank for searching for all users."
|
3014 |
msgstr ""
|
3015 |
|
3016 |
-
#: core/admin/wpbc-toolbar-tiny.php:1563 core/lib/wpbc_all_translations.php:
|
3017 |
#, php-format
|
3018 |
msgid ""
|
3019 |
"This shortcode %s is using for showing the search results at specific page, if the search form "
|
3020 |
"is submit showing the search results at different page"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: core/admin/wpbc-toolbar-tiny.php:1625 core/lib/wpbc_all_translations.php:
|
3024 |
msgid "date"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
-
#: core/admin/wpbc-toolbar-tiny.php:1685 core/lib/wpbc_all_translations.php:
|
3028 |
msgid "Define date for booking"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
-
#: core/admin/wpbc-toolbar-tiny.php:1723 core/lib/wpbc_all_translations.php:
|
3032 |
#: inc/_ps/p-toolbar.php:237
|
3033 |
msgid "Edit Booking"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
-
#: core/admin/wpbc-toolbar-tiny.php:1726 core/lib/wpbc_all_translations.php:
|
3037 |
msgid "Show listing of customer bookings"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
-
#: core/admin/wpbc-toolbar-tiny.php:1729 core/lib/wpbc_all_translations.php:
|
3041 |
msgid "Show info about Booking Resource"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: core/admin/wpbc-toolbar-tiny.php:1745 core/lib/wpbc_all_translations.php:
|
3045 |
#, php-format
|
3046 |
msgid ""
|
3047 |
"This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
|
3048 |
"%s or make %spayment%s after receiving an admin email payment request"
|
3049 |
msgstr ""
|
3050 |
|
3051 |
-
#: core/admin/wpbc-toolbar-tiny.php:1746 core/lib/wpbc_all_translations.php:
|
3052 |
#, php-format
|
3053 |
msgid ""
|
3054 |
"The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
|
@@ -3056,215 +3055,215 @@ msgid ""
|
|
3056 |
msgstr ""
|
3057 |
|
3058 |
#: core/admin/wpbc-toolbar-tiny.php:1747 core/admin/wpbc-toolbar-tiny.php:1763
|
3059 |
-
#: core/lib/wpbc_all_translations.php:
|
3060 |
#, php-format
|
3061 |
msgid "Email templates, which use shortcodes: %s, will be linked to this page"
|
3062 |
msgstr ""
|
3063 |
|
3064 |
-
#: core/admin/wpbc-toolbar-tiny.php:1761 core/lib/wpbc_all_translations.php:
|
3065 |
#, php-format
|
3066 |
msgid ""
|
3067 |
"This shortcode %s is used on a page, where visitors can %sview listing%s of their own booking(s)"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#: core/admin/wpbc-toolbar-tiny.php:1762 core/lib/wpbc_all_translations.php:
|
3071 |
#, php-format
|
3072 |
msgid ""
|
3073 |
"The content of field %sURL of page for customer bookings listing%s on the %sgeneral booking "
|
3074 |
"settings page%s must link to this page"
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: core/admin/wpbc-toolbar-tiny.php:1764 core/lib/wpbc_all_translations.php:
|
3078 |
#, php-format
|
3079 |
msgid "%s You can use in this shortcode the same parameters as for %s shortcode"
|
3080 |
msgstr ""
|
3081 |
|
3082 |
-
#: core/admin/wpbc-toolbar-tiny.php:1764 core/lib/wpbc_all_translations.php:
|
3083 |
msgid "Trick"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
-
#: core/admin/wpbc-toolbar-tiny.php:1805 core/lib/wpbc_all_translations.php:
|
3087 |
#: inc/_bl/admin/api-settings-l.php:466 inc/_ps/admin/br-table-export-feeds.php:79
|
3088 |
#: inc/_ps/admin/br-table-import-gcal-p.php:63
|
3089 |
msgid "Capacity"
|
3090 |
msgstr ""
|
3091 |
|
3092 |
-
#: core/admin/wpbc-toolbar-tiny.php:1811 core/lib/wpbc_all_translations.php:
|
3093 |
msgid "Select type of info to show."
|
3094 |
msgstr ""
|
3095 |
|
3096 |
#: core/admin/wpbc-toolbar-tiny.php:2121 core/admin/wpbc-toolbar-tiny.php:2164
|
3097 |
#: core/admin/wpbc-toolbar-tiny.php:2248 core/admin/wpbc-toolbar-tiny.php:2337
|
3098 |
-
#: core/lib/wpbc_all_translations.php:
|
3099 |
msgid "No booking resources"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
-
#: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:
|
3103 |
msgid "Filters"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
-
#: core/admin/wpbc-toolbars.php:350 core/lib/wpbc_all_translations.php:
|
3107 |
msgid "Expand Advanced Toolbar"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
-
#: core/admin/wpbc-toolbars.php:357 core/lib/wpbc_all_translations.php:
|
3111 |
msgid "Collapse Advanced Toolbar"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
-
#: core/admin/wpbc-toolbars.php:379 core/lib/wpbc_all_translations.php:
|
3115 |
msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
-
#: core/admin/wpbc-toolbars.php:380 core/lib/wpbc_all_translations.php:
|
3119 |
msgid "Emails sending"
|
3120 |
msgstr ""
|
3121 |
|
3122 |
-
#: core/admin/wpbc-toolbars.php:405 core/lib/wpbc_all_translations.php:
|
3123 |
msgid "Booking ID"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
#: core/admin/wpbc-toolbars.php:408 core/admin/wpbc-toolbars.php:2255
|
3127 |
-
#: core/lib/wpbc_all_translations.php:
|
3128 |
msgid "Go"
|
3129 |
msgstr ""
|
3130 |
|
3131 |
-
#: core/admin/wpbc-toolbars.php:442 core/lib/wpbc_all_translations.php:
|
3132 |
msgid "Technical Support"
|
3133 |
msgstr ""
|
3134 |
|
3135 |
-
#: core/admin/wpbc-toolbars.php:444 core/lib/wpbc_all_translations.php:
|
3136 |
msgid "About Booking Calendar"
|
3137 |
msgstr ""
|
3138 |
|
3139 |
#: core/admin/wpbc-toolbars.php:511 core/admin/wpbc-toolbars.php:691
|
3140 |
#: core/admin/wpbc-toolbars.php:896 core/admin/wpbc-toolbars.php:1516
|
3141 |
-
#: core/lib/wpbc_all_translations.php:
|
3142 |
msgid "Apply"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
-
#: core/admin/wpbc-toolbars.php:512 core/lib/wpbc_all_translations.php:
|
3146 |
msgid "Refresh booking listing"
|
3147 |
msgstr ""
|
3148 |
|
3149 |
-
#: core/admin/wpbc-toolbars.php:526 core/lib/wpbc_all_translations.php:
|
3150 |
msgid "Reset filter to default values"
|
3151 |
msgstr ""
|
3152 |
|
3153 |
#: core/admin/wpbc-toolbars.php:552 core/admin/wpbc-toolbars.php:767
|
3154 |
-
#: core/lib/wpbc_all_translations.php:
|
3155 |
msgid "Any"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
#: core/admin/wpbc-toolbars.php:573 core/admin/wpbc-toolbars.php:807
|
3159 |
-
#: core/lib/wpbc_all_translations.php:
|
3160 |
msgid "week"
|
3161 |
msgstr ""
|
3162 |
|
3163 |
#: core/admin/wpbc-toolbars.php:574 core/admin/wpbc-toolbars.php:808
|
3164 |
-
#: core/lib/wpbc_all_translations.php:
|
3165 |
msgid "weeks"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
#: core/admin/wpbc-toolbars.php:575 core/admin/wpbc-toolbars.php:809
|
3169 |
-
#: core/lib/wpbc_all_translations.php:
|
3170 |
msgid "month"
|
3171 |
msgstr ""
|
3172 |
|
3173 |
#: core/admin/wpbc-toolbars.php:576 core/admin/wpbc-toolbars.php:577
|
3174 |
#: core/admin/wpbc-toolbars.php:578 core/admin/wpbc-toolbars.php:810
|
3175 |
#: core/admin/wpbc-toolbars.php:811 core/admin/wpbc-toolbars.php:812
|
3176 |
-
#: core/lib/wpbc_all_translations.php:
|
3177 |
msgid "months"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
#: core/admin/wpbc-toolbars.php:586 core/admin/wpbc-toolbars.php:821
|
3181 |
-
#: core/lib/wpbc_all_translations.php:
|
3182 |
msgid "Filter bookings by booking dates"
|
3183 |
msgstr ""
|
3184 |
|
3185 |
-
#: core/admin/wpbc-toolbars.php:590 core/lib/wpbc_all_translations.php:
|
3186 |
msgid "Current dates"
|
3187 |
msgstr ""
|
3188 |
|
3189 |
#: core/admin/wpbc-toolbars.php:591 core/admin/wpbc-toolbars.php:825
|
3190 |
-
#: core/lib/wpbc_all_translations.php:
|
3191 |
msgid "Today"
|
3192 |
msgstr ""
|
3193 |
|
3194 |
-
#: core/admin/wpbc-toolbars.php:592 core/lib/wpbc_all_translations.php:
|
3195 |
msgid "Previous dates"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
#: core/admin/wpbc-toolbars.php:593 core/admin/wpbc-toolbars.php:826
|
3199 |
-
#: core/lib/wpbc_all_translations.php:
|
3200 |
msgid "All dates"
|
3201 |
msgstr ""
|
3202 |
|
3203 |
-
#: core/admin/wpbc-toolbars.php:595 core/lib/wpbc_all_translations.php:
|
3204 |
msgid "Today check in/out"
|
3205 |
msgstr ""
|
3206 |
|
3207 |
-
#: core/admin/wpbc-toolbars.php:596 core/lib/wpbc_all_translations.php:
|
3208 |
msgid "Check In - Tomorrow"
|
3209 |
msgstr ""
|
3210 |
|
3211 |
-
#: core/admin/wpbc-toolbars.php:597 core/lib/wpbc_all_translations.php:
|
3212 |
msgid "Check Out - Tomorrow"
|
3213 |
msgstr ""
|
3214 |
|
3215 |
-
#: core/admin/wpbc-toolbars.php:602 core/lib/wpbc_all_translations.php:
|
3216 |
#: core/wpbc-functions.php:2530
|
3217 |
msgid "Next"
|
3218 |
msgstr ""
|
3219 |
|
3220 |
#: core/admin/wpbc-toolbars.php:626 core/admin/wpbc-toolbars.php:831
|
3221 |
-
#: core/lib/wpbc_all_translations.php:
|
3222 |
msgid "Prior"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
#: core/admin/wpbc-toolbars.php:666 core/admin/wpbc-toolbars.php:871
|
3226 |
-
#: core/lib/wpbc_all_translations.php:
|
3227 |
msgid "Check-in"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
#: core/admin/wpbc-toolbars.php:678 core/admin/wpbc-toolbars.php:883
|
3231 |
-
#: core/lib/wpbc_all_translations.php:
|
3232 |
msgid "Check-out"
|
3233 |
msgstr ""
|
3234 |
|
3235 |
-
#: core/admin/wpbc-toolbars.php:750 core/lib/wpbc_all_translations.php:
|
3236 |
msgid "Order by"
|
3237 |
msgstr ""
|
3238 |
|
3239 |
-
#: core/admin/wpbc-toolbars.php:764 core/lib/wpbc_all_translations.php:
|
3240 |
msgid "Exist"
|
3241 |
msgstr ""
|
3242 |
|
3243 |
-
#: core/admin/wpbc-toolbars.php:786 core/lib/wpbc_all_translations.php:
|
3244 |
msgid "New bookings"
|
3245 |
msgstr ""
|
3246 |
|
3247 |
-
#: core/admin/wpbc-toolbars.php:823 core/lib/wpbc_all_translations.php:
|
3248 |
msgid "Creation"
|
3249 |
msgstr ""
|
3250 |
|
3251 |
-
#: core/admin/wpbc-toolbars.php:950 core/lib/wpbc_all_translations.php:
|
3252 |
msgid "Approve selected bookings"
|
3253 |
msgstr ""
|
3254 |
|
3255 |
-
#: core/admin/wpbc-toolbars.php:965 core/lib/wpbc_all_translations.php:
|
3256 |
msgid "Set selected bookings as pending"
|
3257 |
msgstr ""
|
3258 |
|
3259 |
-
#: core/admin/wpbc-toolbars.php:995 core/lib/wpbc_all_translations.php:
|
3260 |
msgid "Reject booking - move selected bookings to trash"
|
3261 |
msgstr ""
|
3262 |
|
3263 |
-
#: core/admin/wpbc-toolbars.php:1012 core/lib/wpbc_all_translations.php:
|
3264 |
msgid "Restore selected bookings"
|
3265 |
msgstr ""
|
3266 |
|
3267 |
-
#: core/admin/wpbc-toolbars.php:1028 core/lib/wpbc_all_translations.php:
|
3268 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2670 inc/_bl/admin/page-coupons.php:216
|
3269 |
#: inc/_bl/admin/page-coupons.php:222 inc/_bm/admin/page-availability.php:240
|
3270 |
#: inc/_bm/admin/page-availability.php:246 inc/_bm/admin/page-cost-valuation.php:567
|
@@ -3274,178 +3273,178 @@ msgstr ""
|
|
3274 |
msgid "Delete"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
-
#: core/admin/wpbc-toolbars.php:1029 core/lib/wpbc_all_translations.php:
|
3278 |
msgid "Delete selected bookings"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
-
#: core/admin/wpbc-toolbars.php:1031 core/lib/wpbc_all_translations.php:
|
3282 |
#: core/sync/wpbc-gcal-class.php:706
|
3283 |
msgid "Do you really want to delete selected booking(s) ?"
|
3284 |
msgstr ""
|
3285 |
|
3286 |
-
#: core/admin/wpbc-toolbars.php:1047 core/lib/wpbc_all_translations.php:
|
3287 |
msgid "Reason of cancellation"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
#: core/admin/wpbc-toolbars.php:1075 core/admin/wpbc-toolbars.php:1076 core/lib/wpbc-ajax.php:372
|
3291 |
-
#: core/lib/wpbc_all_translations.php:
|
3292 |
msgid "Empty Trash"
|
3293 |
msgstr ""
|
3294 |
|
3295 |
-
#: core/admin/wpbc-toolbars.php:1106 core/lib/wpbc_all_translations.php:
|
3296 |
msgid "Read All"
|
3297 |
msgstr ""
|
3298 |
|
3299 |
-
#: core/admin/wpbc-toolbars.php:1107 core/lib/wpbc_all_translations.php:
|
3300 |
msgid "Mark as read all bookings"
|
3301 |
msgstr ""
|
3302 |
|
3303 |
-
#: core/admin/wpbc-toolbars.php:1120 core/lib/wpbc_all_translations.php:
|
3304 |
msgid "Read"
|
3305 |
msgstr ""
|
3306 |
|
3307 |
-
#: core/admin/wpbc-toolbars.php:1121 core/lib/wpbc_all_translations.php:
|
3308 |
msgid "Mark as read selected bookings"
|
3309 |
msgstr ""
|
3310 |
|
3311 |
-
#: core/admin/wpbc-toolbars.php:1135 core/lib/wpbc_all_translations.php:
|
3312 |
msgid "Unread"
|
3313 |
msgstr ""
|
3314 |
|
3315 |
-
#: core/admin/wpbc-toolbars.php:1136 core/lib/wpbc_all_translations.php:
|
3316 |
msgid "Mark as Unread selected bookings"
|
3317 |
msgstr ""
|
3318 |
|
3319 |
#: core/admin/wpbc-toolbars.php:1185 core/admin/wpbc-toolbars.php:1245
|
3320 |
-
#: core/lib/wpbc_all_translations.php:
|
3321 |
msgid "Show day"
|
3322 |
msgstr ""
|
3323 |
|
3324 |
#: core/admin/wpbc-toolbars.php:1202 core/admin/wpbc-toolbars.php:1259
|
3325 |
-
#: core/lib/wpbc_all_translations.php:
|
3326 |
msgid "Show week"
|
3327 |
msgstr ""
|
3328 |
|
3329 |
#: core/admin/wpbc-toolbars.php:1219 core/admin/wpbc-toolbars.php:1273
|
3330 |
-
#: core/lib/wpbc_all_translations.php:
|
3331 |
msgid "Show month"
|
3332 |
msgstr ""
|
3333 |
|
3334 |
-
#: core/admin/wpbc-toolbars.php:1287 core/lib/wpbc_all_translations.php:
|
3335 |
msgid "Show 2 months"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
#: core/admin/wpbc-toolbars.php:1344 core/admin/wpbc-toolbars.php:1358
|
3339 |
-
#: core/admin/wpbc-toolbars.php:1405 core/lib/wpbc_all_translations.php:
|
3340 |
msgid "Previous 4 weeks"
|
3341 |
msgstr ""
|
3342 |
|
3343 |
#: core/admin/wpbc-toolbars.php:1345 core/admin/wpbc-toolbars.php:1359
|
3344 |
-
#: core/admin/wpbc-toolbars.php:1406 core/lib/wpbc_all_translations.php:
|
3345 |
msgid "Previous week"
|
3346 |
msgstr ""
|
3347 |
|
3348 |
#: core/admin/wpbc-toolbars.php:1346 core/admin/wpbc-toolbars.php:1360
|
3349 |
-
#: core/admin/wpbc-toolbars.php:1407 core/lib/wpbc_all_translations.php:
|
3350 |
msgid "Current week"
|
3351 |
msgstr ""
|
3352 |
|
3353 |
#: core/admin/wpbc-toolbars.php:1347 core/admin/wpbc-toolbars.php:1361
|
3354 |
-
#: core/admin/wpbc-toolbars.php:1408 core/lib/wpbc_all_translations.php:
|
3355 |
msgid "Next week"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
#: core/admin/wpbc-toolbars.php:1348 core/admin/wpbc-toolbars.php:1362
|
3359 |
-
#: core/admin/wpbc-toolbars.php:1409 core/lib/wpbc_all_translations.php:
|
3360 |
msgid "Next 4 weeks"
|
3361 |
msgstr ""
|
3362 |
|
3363 |
#: core/admin/wpbc-toolbars.php:1372 core/admin/wpbc-toolbars.php:1422
|
3364 |
-
#: core/admin/wpbc-toolbars.php:1437 core/lib/wpbc_all_translations.php:
|
3365 |
msgid "Previous 3 months"
|
3366 |
msgstr ""
|
3367 |
|
3368 |
#: core/admin/wpbc-toolbars.php:1373 core/admin/wpbc-toolbars.php:1423
|
3369 |
-
#: core/admin/wpbc-toolbars.php:1438 core/lib/wpbc_all_translations.php:
|
3370 |
msgid "Previous month"
|
3371 |
msgstr ""
|
3372 |
|
3373 |
#: core/admin/wpbc-toolbars.php:1374 core/admin/wpbc-toolbars.php:1424
|
3374 |
-
#: core/admin/wpbc-toolbars.php:1439 core/lib/wpbc_all_translations.php:
|
3375 |
msgid "Current month"
|
3376 |
msgstr ""
|
3377 |
|
3378 |
#: core/admin/wpbc-toolbars.php:1375 core/admin/wpbc-toolbars.php:1425
|
3379 |
-
#: core/admin/wpbc-toolbars.php:1440 core/lib/wpbc_all_translations.php:
|
3380 |
msgid "Next month"
|
3381 |
msgstr ""
|
3382 |
|
3383 |
#: core/admin/wpbc-toolbars.php:1376 core/admin/wpbc-toolbars.php:1426
|
3384 |
-
#: core/admin/wpbc-toolbars.php:1441 core/lib/wpbc_all_translations.php:
|
3385 |
msgid "Next 3 months"
|
3386 |
msgstr ""
|
3387 |
|
3388 |
-
#: core/admin/wpbc-toolbars.php:1390 core/lib/wpbc_all_translations.php:
|
3389 |
msgid "Previous 7 days"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
-
#: core/admin/wpbc-toolbars.php:1391 core/lib/wpbc_all_translations.php:
|
3393 |
msgid "Previous day"
|
3394 |
msgstr ""
|
3395 |
|
3396 |
-
#: core/admin/wpbc-toolbars.php:1392 core/lib/wpbc_all_translations.php:
|
3397 |
msgid "Current day"
|
3398 |
msgstr ""
|
3399 |
|
3400 |
-
#: core/admin/wpbc-toolbars.php:1393 core/lib/wpbc_all_translations.php:
|
3401 |
msgid "Next day"
|
3402 |
msgstr ""
|
3403 |
|
3404 |
-
#: core/admin/wpbc-toolbars.php:1394 core/lib/wpbc_all_translations.php:
|
3405 |
msgid "Next 7 days"
|
3406 |
msgstr ""
|
3407 |
|
3408 |
-
#: core/admin/wpbc-toolbars.php:1665 core/lib/wpbc_all_translations.php:
|
3409 |
msgid "Number of months in one row"
|
3410 |
msgstr ""
|
3411 |
|
3412 |
-
#: core/admin/wpbc-toolbars.php:1710 core/lib/wpbc_all_translations.php:
|
3413 |
msgid "Calendar width"
|
3414 |
msgstr ""
|
3415 |
|
3416 |
-
#: core/admin/wpbc-toolbars.php:1758 core/lib/wpbc_all_translations.php:
|
3417 |
msgid "Calendar cell height"
|
3418 |
msgstr ""
|
3419 |
|
3420 |
#: core/admin/wpbc-toolbars.php:1867 core/admin/wpbc-toolbars.php:1868
|
3421 |
-
#: core/lib/wpbc_all_translations.php:
|
3422 |
msgid "Send email notification to customer about this operation"
|
3423 |
msgstr ""
|
3424 |
|
3425 |
#: core/admin/wpbc-toolbars.php:1911 core/admin/wpbc-toolbars.php:1912
|
3426 |
-
#: core/lib/wpbc_all_translations.php:
|
3427 |
msgid "Add to Google Calendar"
|
3428 |
msgstr ""
|
3429 |
|
3430 |
-
#: core/admin/wpbc-toolbars.php:2115 core/lib/wpbc_all_translations.php:
|
3431 |
#: inc/gateways/page-gateways.php:1419 inc/gateways/page-gateways.php:1437
|
3432 |
msgid "Total"
|
3433 |
msgstr ""
|
3434 |
|
3435 |
-
#: core/admin/wpbc-toolbars.php:2251 core/lib/wpbc_all_translations.php:
|
3436 |
msgid "ID or Title"
|
3437 |
msgstr ""
|
3438 |
|
3439 |
-
#: core/any/api-emails.php:508 core/lib/wpbc_all_translations.php:
|
3440 |
msgid "Email copy to"
|
3441 |
msgstr ""
|
3442 |
|
3443 |
#: core/class/wpbc-class-dismiss.php:26 core/class/wpbc-class-dismiss.php:30
|
3444 |
-
#: core/lib/wpbc_all_translations.php:
|
3445 |
msgid "Dismiss"
|
3446 |
msgstr ""
|
3447 |
|
3448 |
-
#: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:
|
3449 |
#, php-format
|
3450 |
msgid ""
|
3451 |
"Probably you updated your paid version of Booking Calendar by free version or update process "
|
@@ -3453,283 +3452,283 @@ msgid ""
|
|
3453 |
msgstr ""
|
3454 |
|
3455 |
#: core/class/wpbc-class-welcome.php:1950 core/class/wpbc-class-welcome.php:2436
|
3456 |
-
#: core/lib/wpbc_all_translations.php:
|
3457 |
msgid "Purchase"
|
3458 |
msgstr ""
|
3459 |
|
3460 |
#: core/class/wpbc-class-welcome.php:1950 core/class/wpbc-class-welcome.php:2436
|
3461 |
-
#: core/lib/wpbc_all_translations.php:
|
3462 |
msgid "Upgrade Now"
|
3463 |
msgstr ""
|
3464 |
|
3465 |
#: core/lib/wpbc-ajax.php:33 core/lib/wpbc-ajax.php:37 core/lib/wpbc-ajax.php:67
|
3466 |
-
#: core/lib/wpbc-ajax.php:82 core/lib/wpbc_all_translations.php:
|
3467 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:1114
|
3468 |
#, php-format
|
3469 |
msgid ""
|
3470 |
"%sError!%s Request do not pass security check! Please refresh the page and try one more time."
|
3471 |
msgstr ""
|
3472 |
|
3473 |
-
#: core/lib/wpbc-ajax.php:138 core/lib/wpbc_all_translations.php:
|
3474 |
msgid "Set as Unread"
|
3475 |
msgstr ""
|
3476 |
|
3477 |
-
#: core/lib/wpbc-ajax.php:140 core/lib/wpbc_all_translations.php:
|
3478 |
msgid "Set as Read"
|
3479 |
msgstr ""
|
3480 |
|
3481 |
-
#: core/lib/wpbc-ajax.php:189 core/lib/wpbc_all_translations.php:
|
3482 |
msgid "Approved by:"
|
3483 |
msgstr ""
|
3484 |
|
3485 |
-
#: core/lib/wpbc-ajax.php:189 core/lib/wpbc_all_translations.php:
|
3486 |
msgid "Declined by:"
|
3487 |
msgstr ""
|
3488 |
|
3489 |
-
#: core/lib/wpbc-ajax.php:217 core/lib/wpbc_all_translations.php:
|
3490 |
msgid "Set as Approved"
|
3491 |
msgstr ""
|
3492 |
|
3493 |
-
#: core/lib/wpbc-ajax.php:219 core/lib/wpbc_all_translations.php:
|
3494 |
msgid "Set as Pending"
|
3495 |
msgstr ""
|
3496 |
|
3497 |
-
#: core/lib/wpbc-ajax.php:240 core/lib/wpbc-ajax.php:420 core/lib/wpbc_all_translations.php:
|
3498 |
msgid "Reason for cancellation here"
|
3499 |
msgstr ""
|
3500 |
|
3501 |
-
#: core/lib/wpbc-ajax.php:241 core/lib/wpbc-ajax.php:421 core/lib/wpbc_all_translations.php:
|
3502 |
msgid "Reason of cancellation here"
|
3503 |
msgstr ""
|
3504 |
|
3505 |
-
#: core/lib/wpbc-ajax.php:295 core/lib/wpbc_all_translations.php:
|
3506 |
msgid "Moved to trash"
|
3507 |
msgstr ""
|
3508 |
|
3509 |
-
#: core/lib/wpbc-ajax.php:303 core/lib/wpbc_all_translations.php:
|
3510 |
msgid "Restored"
|
3511 |
msgstr ""
|
3512 |
|
3513 |
-
#: core/lib/wpbc-ajax.php:400 core/lib/wpbc_all_translations.php:
|
3514 |
#, php-format
|
3515 |
msgid "Deleted %d bookings from trash"
|
3516 |
msgstr ""
|
3517 |
|
3518 |
-
#: core/lib/wpbc-ajax.php:573 core/lib/wpbc_all_translations.php:
|
3519 |
msgid "Saved"
|
3520 |
msgstr ""
|
3521 |
|
3522 |
-
#: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:
|
3523 |
msgid "The code you entered is incorrect"
|
3524 |
msgstr ""
|
3525 |
|
3526 |
-
#: core/lib/wpbc-booking-new.php:139 core/lib/wpbc_all_translations.php:
|
3527 |
msgid "Updating..."
|
3528 |
msgstr ""
|
3529 |
|
3530 |
-
#: core/lib/wpbc-booking-new.php:171 core/lib/wpbc_all_translations.php:
|
3531 |
#: inc/_ps/personal.php:2402 inc/_ps/personal.php:2593
|
3532 |
msgid "Updated successfully"
|
3533 |
msgstr ""
|
3534 |
|
3535 |
-
#: core/lib/wpbc-booking-new.php:911 core/lib/wpbc_all_translations.php:
|
3536 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:878
|
3537 |
msgid "Error!"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
-
#: core/lib/wpbc-booking-new.php:912 core/lib/wpbc_all_translations.php:
|
3541 |
msgid ""
|
3542 |
"Probably these date(s) just was booking by other visitor. Please reload this page and make "
|
3543 |
"booking again."
|
3544 |
msgstr ""
|
3545 |
|
3546 |
-
#: core/lib/wpbc_all_translations.php:
|
3547 |
msgid "Timeline type"
|
3548 |
msgstr ""
|
3549 |
|
3550 |
-
#: core/lib/wpbc_all_translations.php:
|
3551 |
msgid "Select type of timeline to load"
|
3552 |
msgstr ""
|
3553 |
|
3554 |
-
#: core/lib/wpbc_all_translations.php:
|
3555 |
msgid "Flex Timeline"
|
3556 |
msgstr ""
|
3557 |
|
3558 |
-
#: core/lib/wpbc_all_translations.php:
|
3559 |
msgid "Old Timeline"
|
3560 |
msgstr ""
|
3561 |
|
3562 |
-
#: core/lib/wpbc_all_translations.php:
|
3563 |
msgid "Trash"
|
3564 |
msgstr ""
|
3565 |
|
3566 |
-
#: core/lib/wpbc_all_translations.php:
|
3567 |
msgid "Move to trash"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
-
#: core/lib/wpbc_all_translations.php:
|
3571 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:98 core/timeline/v2/wpbc-class-timeline_v2.php:107
|
3572 |
msgid "Mon"
|
3573 |
msgstr ""
|
3574 |
|
3575 |
-
#: core/lib/wpbc_all_translations.php:
|
3576 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:99 core/timeline/v2/wpbc-class-timeline_v2.php:108
|
3577 |
msgid "Tue"
|
3578 |
msgstr ""
|
3579 |
|
3580 |
-
#: core/lib/wpbc_all_translations.php:
|
3581 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:100 core/timeline/v2/wpbc-class-timeline_v2.php:109
|
3582 |
msgid "Wed"
|
3583 |
msgstr ""
|
3584 |
|
3585 |
-
#: core/lib/wpbc_all_translations.php:
|
3586 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:101 core/timeline/v2/wpbc-class-timeline_v2.php:110
|
3587 |
msgid "Thu"
|
3588 |
msgstr ""
|
3589 |
|
3590 |
-
#: core/lib/wpbc_all_translations.php:
|
3591 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:102 core/timeline/v2/wpbc-class-timeline_v2.php:111
|
3592 |
msgid "Fri"
|
3593 |
msgstr ""
|
3594 |
|
3595 |
-
#: core/lib/wpbc_all_translations.php:
|
3596 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:103 core/timeline/v2/wpbc-class-timeline_v2.php:112
|
3597 |
msgid "Sat"
|
3598 |
msgstr ""
|
3599 |
|
3600 |
-
#: core/lib/wpbc_all_translations.php:
|
3601 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:104 core/timeline/v2/wpbc-class-timeline_v2.php:113
|
3602 |
msgid "Sun"
|
3603 |
msgstr ""
|
3604 |
|
3605 |
-
#: core/lib/wpbc_all_translations.php:
|
3606 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:1441 inc/_ps/wpbc-form-templates.php:155
|
3607 |
msgid "Times"
|
3608 |
msgstr ""
|
3609 |
|
3610 |
-
#: core/lib/wpbc_all_translations.php:
|
3611 |
msgid "Decline"
|
3612 |
msgstr ""
|
3613 |
|
3614 |
-
#: core/lib/wpbc_all_translations.php:
|
3615 |
msgid "Pay"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
-
#: core/lib/wpbc_all_translations.php:
|
3619 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2763 core/wpbc-functions.php:1999
|
3620 |
#: inc/_bs/lib_s.php:43 inc/_bs/lib_s.php:273 inc/_bs/lib_s.php:275
|
3621 |
-
#: inc/_ps/admin/page-settings-form.php:
|
3622 |
msgid "Payment"
|
3623 |
msgstr ""
|
3624 |
|
3625 |
-
#: core/lib/wpbc_all_translations.php:
|
3626 |
msgid "In Trash"
|
3627 |
msgstr ""
|
3628 |
|
3629 |
-
#: core/lib/wpbc_all_translations.php:
|
3630 |
msgid "Move selected bookings to trash"
|
3631 |
msgstr ""
|
3632 |
|
3633 |
-
#: core/lib/wpbc_all_translations.php:
|
3634 |
msgid ""
|
3635 |
"Check the box, if you want to use syntax highlighter during customization booking form at "
|
3636 |
"Settings - Form page."
|
3637 |
msgstr ""
|
3638 |
|
3639 |
-
#: core/lib/wpbc_all_translations.php:
|
3640 |
msgid "Show 3 months"
|
3641 |
msgstr ""
|
3642 |
|
3643 |
-
#: core/lib/wpbc_all_translations.php:
|
3644 |
msgid "Show year"
|
3645 |
msgstr ""
|
3646 |
|
3647 |
-
#: core/lib/wpbc_all_translations.php:
|
3648 |
msgid "Number of months"
|
3649 |
msgstr ""
|
3650 |
|
3651 |
-
#: core/lib/wpbc_all_translations.php:
|
3652 |
msgid "Paid OK"
|
3653 |
msgstr ""
|
3654 |
|
3655 |
-
#: core/lib/wpbc_all_translations.php:
|
3656 |
msgid "Email is sent to Visitor after Canceling of booking (moved to trash)."
|
3657 |
msgstr ""
|
3658 |
|
3659 |
-
#: core/lib/wpbc_all_translations.php:
|
3660 |
#, php-format
|
3661 |
msgid ""
|
3662 |
"Probabaly you updated your paid version of Booking Calendar by free version or update process "
|
3663 |
"failed. You can request the new update of your paid version at %1sthis page%2s."
|
3664 |
msgstr ""
|
3665 |
|
3666 |
-
#: core/lib/wpbc_all_translations.php:
|
3667 |
msgid "Copy to admin"
|
3668 |
msgstr ""
|
3669 |
|
3670 |
-
#: core/lib/wpbc_all_translations.php:
|
3671 |
msgid "Enable / disable sending copy of this email notification to admin"
|
3672 |
msgstr ""
|
3673 |
|
3674 |
-
#: core/lib/wpbc_all_translations.php:
|
3675 |
msgid "Customization of email template, which is sending to Visitor after approval of booking"
|
3676 |
msgstr ""
|
3677 |
|
3678 |
-
#: core/lib/wpbc_all_translations.php:
|
3679 |
msgid "Email is sending to Visitor after Approval of booking."
|
3680 |
msgstr ""
|
3681 |
|
3682 |
-
#: core/lib/wpbc_all_translations.php:
|
3683 |
msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
|
3684 |
msgstr ""
|
3685 |
|
3686 |
-
#: core/lib/wpbc_all_translations.php:
|
3687 |
msgid "Email is sending to Visitor after Deleting of booking."
|
3688 |
msgstr ""
|
3689 |
|
3690 |
-
#: core/lib/wpbc_all_translations.php:
|
3691 |
msgid ""
|
3692 |
"Customization of email template, which is sending to Visitor, when booking status is set to "
|
3693 |
"Pending"
|
3694 |
msgstr ""
|
3695 |
|
3696 |
-
#: core/lib/wpbc_all_translations.php:
|
3697 |
msgid "Email is sending to Visitor after booking set as Pending."
|
3698 |
msgstr ""
|
3699 |
|
3700 |
-
#: core/lib/wpbc_all_translations.php:
|
3701 |
msgid "Email is sending to Visitor after Canceling of booking (moved to trash)."
|
3702 |
msgstr ""
|
3703 |
|
3704 |
-
#: core/lib/wpbc_all_translations.php:
|
3705 |
msgid "Confgure ULR feed(s) at this settings page."
|
3706 |
msgstr ""
|
3707 |
|
3708 |
-
#: core/lib/wpbc_all_translations.php:
|
3709 |
msgid "Reject"
|
3710 |
msgstr ""
|
3711 |
|
3712 |
-
#: core/lib/wpbc_all_translations.php:
|
3713 |
msgid "Visit these (previosly configured URL feeds) pages for downloading .ics files."
|
3714 |
msgstr ""
|
3715 |
|
3716 |
-
#: core/lib/wpbc_all_translations.php:
|
3717 |
msgid "Google Calendar"
|
3718 |
msgstr ""
|
3719 |
|
3720 |
-
#: core/lib/wpbc_all_translations.php:
|
3721 |
msgid "Events Import"
|
3722 |
msgstr ""
|
3723 |
|
3724 |
-
#: core/lib/wpbc_all_translations.php:
|
3725 |
msgid "Import Settings"
|
3726 |
msgstr ""
|
3727 |
|
3728 |
-
#: core/lib/wpbc_all_translations.php:
|
3729 |
msgid "Customization of synchronization with Google Calendar"
|
3730 |
msgstr ""
|
3731 |
|
3732 |
-
#: core/lib/wpbc_all_translations.php:
|
3733 |
#: core/wpbc.php:342 core/wpbc.php:383 inc/_bl/admin/page-coupons.php:1003
|
3734 |
#: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
|
3735 |
#: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
|
@@ -3744,71 +3743,71 @@ msgstr ""
|
|
3744 |
msgid "Error"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
-
#: core/lib/wpbc_all_translations.php:
|
3748 |
msgid "does not exist"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
-
#: core/lib/wpbc_all_translations.php:
|
3752 |
msgid "Calendar is loading..."
|
3753 |
msgstr ""
|
3754 |
|
3755 |
-
#: core/lib/wpbc_all_translations.php:
|
3756 |
-
#: core/lib/wpdev-booking-class.php:
|
3757 |
msgid "Wrong booking hash in URL (probably expired)"
|
3758 |
msgstr ""
|
3759 |
|
3760 |
-
#: core/lib/wpbc_all_translations.php:
|
3761 |
msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
|
3762 |
msgstr ""
|
3763 |
|
3764 |
-
#: core/lib/wpbc_all_translations.php:
|
3765 |
#, php-format
|
3766 |
msgid ""
|
3767 |
"%sWarning! Booking calendar for this booking resource are already at the page, please check more "
|
3768 |
"about this issue at %sthis page%s"
|
3769 |
msgstr ""
|
3770 |
|
3771 |
-
#: core/lib/wpbc_all_translations.php:
|
3772 |
#: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
|
3773 |
msgid "You need to use special shortcode [bookingedit] for booking editing."
|
3774 |
msgstr ""
|
3775 |
|
3776 |
-
#: core/lib/wpbc_all_translations.php:
|
3777 |
-
#: core/lib/wpdev-booking-class.php:
|
3778 |
#: inc/_ps/hash/wpbc-hash-functions.php:106 inc/_ps/hash/wpbc-hash-functions.php:134
|
3779 |
#: inc/_ps/hash/wpbc-hash-functions.php:162 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1664
|
3780 |
msgid "Wrong booking hash in URL. Probably hash is expired."
|
3781 |
msgstr ""
|
3782 |
|
3783 |
-
#: core/lib/wpbc_all_translations.php:
|
3784 |
-
#: core/lib/wpdev-booking-class.php:
|
3785 |
msgid "You do not set any parameters for booking editing"
|
3786 |
msgstr ""
|
3787 |
|
3788 |
-
#: core/lib/wpbc_all_translations.php:
|
3789 |
-
#: core/lib/wpdev-booking-class.php:
|
3790 |
#, php-format
|
3791 |
msgid "Please check more about configuration at %sthis page%s"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
-
#: core/lib/wpbc_all_translations.php:
|
3795 |
msgid "Booking form with calendar"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
-
#: core/lib/wpbc_all_translations.php:
|
3799 |
msgid "Only availability calendar"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
-
#: core/lib/wpbc_all_translations.php:
|
3803 |
msgid "Footer"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
-
#: core/lib/wpbc_all_translations.php:
|
3807 |
#, php-format
|
3808 |
msgid "Example: %sMake booking here%s"
|
3809 |
msgstr ""
|
3810 |
|
3811 |
-
#: core/lib/wpbc_all_translations.php:
|
3812 |
#: inc/_ps/wpbc-booking-select-widget.php:263
|
3813 |
#, php-format
|
3814 |
msgid ""
|
@@ -3816,103 +3815,103 @@ msgid ""
|
|
3816 |
"at the same page, then the last will not be visible."
|
3817 |
msgstr ""
|
3818 |
|
3819 |
-
#: core/lib/wpbc_all_translations.php:
|
3820 |
#, php-format
|
3821 |
msgid "%sSeveral widgets are supported at %spaid versions%s."
|
3822 |
msgstr ""
|
3823 |
|
3824 |
-
#: core/lib/wpbc_all_translations.php:
|
3825 |
msgid "Importing Feed"
|
3826 |
msgstr ""
|
3827 |
|
3828 |
-
#: core/lib/wpbc_all_translations.php:
|
3829 |
msgid "Data Parsing"
|
3830 |
msgstr ""
|
3831 |
|
3832 |
-
#: core/lib/wpbc_all_translations.php:
|
3833 |
msgid ""
|
3834 |
"Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
|
3835 |
"correct."
|
3836 |
msgstr ""
|
3837 |
|
3838 |
-
#: core/lib/wpbc_all_translations.php:
|
3839 |
msgid "The feed could not be found (404). Please ensure your feed URL is correct."
|
3840 |
msgstr ""
|
3841 |
|
3842 |
-
#: core/lib/wpbc_all_translations.php:
|
3843 |
msgid ""
|
3844 |
"Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
|
3845 |
"calendar."
|
3846 |
msgstr ""
|
3847 |
|
3848 |
-
#: core/lib/wpbc_all_translations.php:
|
3849 |
#, php-format
|
3850 |
msgid ""
|
3851 |
"The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
|
3852 |
msgstr ""
|
3853 |
|
3854 |
-
#: core/lib/wpbc_all_translations.php:
|
3855 |
#: core/sync/wpbc-gcal-class.php:694
|
3856 |
msgid "GID"
|
3857 |
msgstr ""
|
3858 |
|
3859 |
-
#: core/lib/wpbc_all_translations.php:
|
3860 |
msgid "Selection"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
-
#: core/lib/wpbc_all_translations.php:
|
3864 |
msgid "Location:"
|
3865 |
msgstr ""
|
3866 |
|
3867 |
-
#: core/lib/wpbc_all_translations.php:
|
3868 |
msgid "Reload page"
|
3869 |
msgstr ""
|
3870 |
|
3871 |
-
#: core/lib/wpbc_all_translations.php:
|
3872 |
msgid "Delete selected booking(s)"
|
3873 |
msgstr ""
|
3874 |
|
3875 |
-
#: core/lib/wpbc_all_translations.php:
|
3876 |
msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
|
3877 |
msgstr ""
|
3878 |
|
3879 |
-
#: core/lib/wpbc_all_translations.php:
|
3880 |
msgid "Retrieve Google Calendar Events "
|
3881 |
msgstr ""
|
3882 |
|
3883 |
-
#: core/lib/wpbc_all_translations.php:
|
3884 |
msgid "Please configure settings for import Google Calendar events"
|
3885 |
msgstr ""
|
3886 |
|
3887 |
-
#: core/lib/wpbc_all_translations.php:
|
3888 |
msgid "Configure"
|
3889 |
msgstr ""
|
3890 |
|
3891 |
-
#: core/lib/wpbc_all_translations.php:
|
3892 |
#, php-format
|
3893 |
msgid "%s Found %s not indexed bookings %s"
|
3894 |
msgstr ""
|
3895 |
|
3896 |
-
#: core/lib/wpbc_all_translations.php:
|
3897 |
#, php-format
|
3898 |
msgid "%s Finish getting sort dates. %s"
|
3899 |
msgstr ""
|
3900 |
|
3901 |
-
#: core/lib/wpbc_all_translations.php:
|
3902 |
#, php-format
|
3903 |
msgid "Updated booking: %s"
|
3904 |
msgstr ""
|
3905 |
|
3906 |
-
#: core/lib/wpbc_all_translations.php:
|
3907 |
msgid "Booking form"
|
3908 |
msgstr ""
|
3909 |
|
3910 |
-
#: core/lib/wpbc_all_translations.php:
|
3911 |
#: inc/_ps/admin/page-email-edit.php:310
|
3912 |
msgid "The reservation has been modified"
|
3913 |
msgstr ""
|
3914 |
|
3915 |
-
#: core/lib/wpbc_all_translations.php:
|
3916 |
#: inc/_ps/admin/page-email-edit.php:324
|
3917 |
#, php-format
|
3918 |
msgid ""
|
@@ -3920,23 +3919,23 @@ msgid ""
|
|
3920 |
"Thank you, %s"
|
3921 |
msgstr ""
|
3922 |
|
3923 |
-
#: core/lib/wpbc_all_translations.php:
|
3924 |
#: inc/_bs/admin/api-settings-s.php:376
|
3925 |
msgid "Booked Times:"
|
3926 |
msgstr ""
|
3927 |
|
3928 |
-
#: core/lib/wpbc_all_translations.php:
|
3929 |
msgid ""
|
3930 |
"This booking canceled because we did not receive payment and the administrator did not approve "
|
3931 |
"it."
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#: core/lib/wpbc_all_translations.php:
|
3935 |
#: inc/_bs/admin/page-email-payment.php:314
|
3936 |
msgid "You need to make payment for this reservation"
|
3937 |
msgstr ""
|
3938 |
|
3939 |
-
#: core/lib/wpbc_all_translations.php:
|
3940 |
#: inc/_bs/admin/page-email-payment.php:328
|
3941 |
#, php-format
|
3942 |
msgid ""
|
@@ -3944,33 +3943,33 @@ msgid ""
|
|
3944 |
"Thank you, %s"
|
3945 |
msgstr ""
|
3946 |
|
3947 |
-
#: core/lib/wpbc_all_translations.php:
|
3948 |
#: inc/_bm/admin/api-settings-m.php:247
|
3949 |
msgid "Cost: "
|
3950 |
msgstr ""
|
3951 |
|
3952 |
-
#: core/lib/wpbc_all_translations.php:
|
3953 |
#: inc/_bl/admin/api-settings-l.php:75
|
3954 |
msgid "Available: "
|
3955 |
msgstr ""
|
3956 |
|
3957 |
-
#: core/lib/wpbc_all_translations.php:
|
3958 |
msgid "Booking system"
|
3959 |
msgstr ""
|
3960 |
|
3961 |
-
#: core/lib/wpbc_all_translations.php:
|
3962 |
msgid ""
|
3963 |
"You can use (in subject and content of email template) any shortcodes, which you used in the "
|
3964 |
"booking form. Use the shortcodes in the same way as you used them in the content form at "
|
3965 |
"Settings Fields page."
|
3966 |
msgstr ""
|
3967 |
|
3968 |
-
#: core/lib/wpbc_all_translations.php:
|
3969 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
|
3970 |
msgid "You can use following shortcodes in content of this template"
|
3971 |
msgstr ""
|
3972 |
|
3973 |
-
#: core/lib/wpbc_all_translations.php:
|
3974 |
#: inc/gateways/page-gateways.php:1068
|
3975 |
#, php-format
|
3976 |
msgid ""
|
@@ -3978,392 +3977,392 @@ msgid ""
|
|
3978 |
"Fields page"
|
3979 |
msgstr ""
|
3980 |
|
3981 |
-
#: core/lib/wpbc_all_translations.php:
|
3982 |
#, php-format
|
3983 |
msgid "%s - inserting data info about the booking"
|
3984 |
msgstr ""
|
3985 |
|
3986 |
-
#: core/lib/wpbc_all_translations.php:
|
3987 |
#, php-format
|
3988 |
msgid "%s - inserting the dates of booking"
|
3989 |
msgstr ""
|
3990 |
|
3991 |
-
#: core/lib/wpbc_all_translations.php:
|
3992 |
#, php-format
|
3993 |
msgid "%s - inserting check-in date (first day of reservation),"
|
3994 |
msgstr ""
|
3995 |
|
3996 |
-
#: core/lib/wpbc_all_translations.php:
|
3997 |
#, php-format
|
3998 |
msgid "%s - inserting check-out date (last day of reservation),"
|
3999 |
msgstr ""
|
4000 |
|
4001 |
-
#: core/lib/wpbc_all_translations.php:
|
4002 |
#, php-format
|
4003 |
msgid "%s - inserting the number of booking dates "
|
4004 |
msgstr ""
|
4005 |
|
4006 |
-
#: core/lib/wpbc_all_translations.php:
|
4007 |
#, php-format
|
4008 |
msgid "%s - inserting ID of booking "
|
4009 |
msgstr ""
|
4010 |
|
4011 |
-
#: core/lib/wpbc_all_translations.php:
|
4012 |
#, php-format
|
4013 |
msgid "%s or %s - inserting the title of the booking resource "
|
4014 |
msgstr ""
|
4015 |
|
4016 |
-
#: core/lib/wpbc_all_translations.php:
|
4017 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:811
|
4018 |
#, php-format
|
4019 |
msgid "%s - inserting the cost of booking "
|
4020 |
msgstr ""
|
4021 |
|
4022 |
-
#: core/lib/wpbc_all_translations.php:
|
4023 |
#, php-format
|
4024 |
msgid "%s - inserting your site URL "
|
4025 |
msgstr ""
|
4026 |
|
4027 |
-
#: core/lib/wpbc_all_translations.php:
|
4028 |
#, php-format
|
4029 |
msgid "%s - inserting IP address of the user who made this action "
|
4030 |
msgstr ""
|
4031 |
|
4032 |
-
#: core/lib/wpbc_all_translations.php:
|
4033 |
#, php-format
|
4034 |
msgid ""
|
4035 |
"%s - inserting contents of the User-Agent: header from the current request, if there is one "
|
4036 |
msgstr ""
|
4037 |
|
4038 |
-
#: core/lib/wpbc_all_translations.php:
|
4039 |
#, php-format
|
4040 |
msgid "%s - inserting address of the page (if any), where visitor make this action "
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: core/lib/wpbc_all_translations.php:
|
4044 |
#, php-format
|
4045 |
msgid "%s - inserting date of this action "
|
4046 |
msgstr ""
|
4047 |
|
4048 |
-
#: core/lib/wpbc_all_translations.php:
|
4049 |
#, php-format
|
4050 |
msgid "%s - inserting time of this action "
|
4051 |
msgstr ""
|
4052 |
|
4053 |
-
#: core/lib/wpbc_all_translations.php:
|
4054 |
#, php-format
|
4055 |
msgid "%s - inserting moderate link of new booking "
|
4056 |
msgstr ""
|
4057 |
|
4058 |
-
#: core/lib/wpbc_all_translations.php:
|
4059 |
#, php-format
|
4060 |
msgid ""
|
4061 |
"%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
|
4062 |
"parameter for setting different %s of this page. Example: %s )"
|
4063 |
msgstr ""
|
4064 |
|
4065 |
-
#: core/lib/wpbc_all_translations.php:
|
4066 |
#, php-format
|
4067 |
msgid ""
|
4068 |
"%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
|
4069 |
"%s parameter for setting different %s of this page. Example: %s )"
|
4070 |
msgstr ""
|
4071 |
|
4072 |
-
#: core/lib/wpbc_all_translations.php:
|
4073 |
#, php-format
|
4074 |
msgid ""
|
4075 |
"%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
|
4076 |
"the %s parameter for setting different %s of this page. Example: %s )"
|
4077 |
msgstr ""
|
4078 |
|
4079 |
-
#: core/lib/wpbc_all_translations.php:
|
4080 |
#, php-format
|
4081 |
msgid "%s - add the reason for booking payment, you can enter it before sending email, "
|
4082 |
msgstr ""
|
4083 |
|
4084 |
-
#: core/lib/wpbc_all_translations.php:
|
4085 |
#, php-format
|
4086 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
4087 |
msgstr ""
|
4088 |
|
4089 |
-
#: core/lib/wpbc_all_translations.php:
|
4090 |
msgid "Configuration in several languages"
|
4091 |
msgstr ""
|
4092 |
|
4093 |
-
#: core/lib/wpbc_all_translations.php:
|
4094 |
#, php-format
|
4095 |
msgid "%s - start new translation section, where %s - locale of translation"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
-
#: core/lib/wpbc_all_translations.php:
|
4099 |
#, php-format
|
4100 |
msgid "Example #1: %s - start French translation section"
|
4101 |
msgstr ""
|
4102 |
|
4103 |
-
#: core/lib/wpbc_all_translations.php:
|
4104 |
#, php-format
|
4105 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
4106 |
msgstr ""
|
4107 |
|
4108 |
-
#: core/lib/wpbc_all_translations.php:
|
4109 |
msgid "yes"
|
4110 |
msgstr ""
|
4111 |
|
4112 |
-
#: core/lib/wpbc_all_translations.php:
|
4113 |
msgid "no"
|
4114 |
msgstr ""
|
4115 |
|
4116 |
-
#: core/lib/wpbc_all_translations.php:
|
4117 |
#: inc/_bm/admin/page-cost.php:48 inc/_bm/admin/page-cost.php:586
|
4118 |
msgid "Costs and Rates"
|
4119 |
msgstr ""
|
4120 |
|
4121 |
-
#: core/lib/wpbc_all_translations.php:
|
4122 |
#: inc/_bm/admin/page-cost-advanced.php:43 inc/_bm/admin/page-cost-advanced.php:148
|
4123 |
#: inc/gateways/page-gateways.php:92
|
4124 |
msgid "Advanced Cost"
|
4125 |
msgstr ""
|
4126 |
|
4127 |
-
#: core/lib/wpbc_all_translations.php:
|
4128 |
#: inc/_bl/admin/page-coupons.php:45 inc/_bl/admin/page-coupons.php:47
|
4129 |
msgid "Coupons"
|
4130 |
msgstr ""
|
4131 |
|
4132 |
-
#: core/lib/wpbc_all_translations.php:
|
4133 |
#: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
|
4134 |
msgid "Season Filters"
|
4135 |
msgstr ""
|
4136 |
|
4137 |
-
#: core/lib/wpbc_all_translations.php:
|
4138 |
msgid "Warning! Some error occur, during sending registration request."
|
4139 |
msgstr ""
|
4140 |
|
4141 |
-
#: core/lib/wpbc_all_translations.php:
|
4142 |
msgid ""
|
4143 |
"Please refresh this page and if the same error appear again contact support by email (with info "
|
4144 |
"about order number and website) for finishing the registrations"
|
4145 |
msgstr ""
|
4146 |
|
4147 |
-
#: core/lib/wpbc_all_translations.php:
|
4148 |
#, php-format
|
4149 |
msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
|
4150 |
msgstr ""
|
4151 |
|
4152 |
-
#: core/lib/wpbc_all_translations.php:
|
4153 |
msgid "Changes saved."
|
4154 |
msgstr ""
|
4155 |
|
4156 |
-
#: core/lib/wpbc_all_translations.php:
|
4157 |
msgid "Click to toggle"
|
4158 |
msgstr ""
|
4159 |
|
4160 |
-
#: core/lib/wpbc_all_translations.php:
|
4161 |
msgid "Prev"
|
4162 |
msgstr ""
|
4163 |
|
4164 |
-
#: core/lib/wpbc_all_translations.php:
|
4165 |
msgid "We’ve assembled some links to get you started:"
|
4166 |
msgstr ""
|
4167 |
|
4168 |
-
#: core/lib/wpbc_all_translations.php:
|
4169 |
msgid "Get Started"
|
4170 |
msgstr ""
|
4171 |
|
4172 |
-
#: core/lib/wpbc_all_translations.php:
|
4173 |
#, php-format
|
4174 |
msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
|
4175 |
msgstr ""
|
4176 |
|
4177 |
-
#: core/lib/wpbc_all_translations.php:
|
4178 |
#, php-format
|
4179 |
msgid "or add booking calendar %sWidget%s to your sidebar."
|
4180 |
msgstr ""
|
4181 |
|
4182 |
-
#: core/lib/wpbc_all_translations.php:
|
4183 |
#, php-format
|
4184 |
msgid "Check %show todo%s that and what %sshortcodes%s are available."
|
4185 |
msgstr ""
|
4186 |
|
4187 |
-
#: core/lib/wpbc_all_translations.php:
|
4188 |
#, php-format
|
4189 |
msgid "Add new booking from your post/page or from %sAdmin Panel%s."
|
4190 |
msgstr ""
|
4191 |
|
4192 |
-
#: core/lib/wpbc_all_translations.php:
|
4193 |
msgid "Next Steps"
|
4194 |
msgstr ""
|
4195 |
|
4196 |
-
#: core/lib/wpbc_all_translations.php:
|
4197 |
#, php-format
|
4198 |
msgid "Check %sBooking Listing%s page for new bookings."
|
4199 |
msgstr ""
|
4200 |
|
4201 |
-
#: core/lib/wpbc_all_translations.php:
|
4202 |
#, php-format
|
4203 |
msgid "Configure booking %sSettings%s."
|
4204 |
msgstr ""
|
4205 |
|
4206 |
-
#: core/lib/wpbc_all_translations.php:
|
4207 |
#, php-format
|
4208 |
msgid "Configure predefined set of your %sForm Fields%s."
|
4209 |
msgstr ""
|
4210 |
|
4211 |
-
#: core/lib/wpbc_all_translations.php:
|
4212 |
#, php-format
|
4213 |
msgid "Configure your predefined %sEmail Templates%s."
|
4214 |
msgstr ""
|
4215 |
|
4216 |
-
#: core/lib/wpbc_all_translations.php:
|
4217 |
msgid "Have a questions?"
|
4218 |
msgstr ""
|
4219 |
|
4220 |
-
#: core/lib/wpbc_all_translations.php:
|
4221 |
#, php-format
|
4222 |
msgid "Check out our %sHelp%s"
|
4223 |
msgstr ""
|
4224 |
|
4225 |
-
#: core/lib/wpbc_all_translations.php:
|
4226 |
#, php-format
|
4227 |
msgid "See %sFAQ%s."
|
4228 |
msgstr ""
|
4229 |
|
4230 |
-
#: core/lib/wpbc_all_translations.php:
|
4231 |
#, php-format
|
4232 |
msgid "Still having questions? Contact %sSupport%s."
|
4233 |
msgstr ""
|
4234 |
|
4235 |
-
#: core/lib/wpbc_all_translations.php:
|
4236 |
#, php-format
|
4237 |
msgid "Need even more functionality? Check %s higher versions %s"
|
4238 |
msgstr ""
|
4239 |
|
4240 |
-
#: core/lib/wpbc_all_translations.php:
|
4241 |
msgid "This field is required"
|
4242 |
msgstr ""
|
4243 |
|
4244 |
-
#: core/lib/wpbc_all_translations.php:
|
4245 |
msgid "This checkbox must be checked"
|
4246 |
msgstr ""
|
4247 |
|
4248 |
-
#: core/lib/wpbc_all_translations.php:
|
4249 |
msgid "At least one option must be selected"
|
4250 |
msgstr ""
|
4251 |
|
4252 |
-
#: core/lib/wpbc_all_translations.php:
|
4253 |
msgid "Incorrect email field"
|
4254 |
msgstr ""
|
4255 |
|
4256 |
-
#: core/lib/wpbc_all_translations.php:
|
4257 |
msgid "Your emails do not match"
|
4258 |
msgstr ""
|
4259 |
|
4260 |
-
#: core/lib/wpbc_all_translations.php:
|
4261 |
msgid "Please, select booking date(s) at Calendar."
|
4262 |
msgstr ""
|
4263 |
|
4264 |
-
#: core/lib/wpbc_all_translations.php:
|
4265 |
msgid "Deleting"
|
4266 |
msgstr ""
|
4267 |
|
4268 |
-
#: core/lib/wpbc_all_translations.php:
|
4269 |
msgid "Updating"
|
4270 |
msgstr ""
|
4271 |
|
4272 |
-
#: core/lib/wpbc_all_translations.php:
|
4273 |
msgid "Saving"
|
4274 |
msgstr ""
|
4275 |
|
4276 |
-
#: core/lib/wpbc_all_translations.php:
|
4277 |
msgid "Booking"
|
4278 |
msgstr ""
|
4279 |
|
4280 |
-
#: core/lib/wpbc_all_translations.php:
|
4281 |
msgid "Action is not allowed!"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
-
#: core/lib/wpbc_all_translations.php:
|
4285 |
#: inc/_bl/admin/activation-l.php:123 inc/_bl/admin/activation-l.php:174
|
4286 |
-
#: inc/_bl/admin/page-search.php:
|
4287 |
-
#: inc/_bm/m-toolbar.php:414 inc/_ps/admin/page-settings-form.php:
|
4288 |
#: inc/_ps/wpbc-booking-select-widget.php:230
|
4289 |
msgid "Standard"
|
4290 |
msgstr ""
|
4291 |
|
4292 |
-
#: core/lib/wpbc_all_translations.php:
|
4293 |
#: inc/_bl/admin/activation-l.php:124 inc/_bl/admin/activation-l.php:157
|
4294 |
#: inc/_bl/admin/activation-l.php:158 inc/_bl/admin/activation-l.php:175
|
4295 |
msgid "Superior"
|
4296 |
msgstr ""
|
4297 |
|
4298 |
-
#: core/lib/wpbc_all_translations.php:
|
4299 |
#: inc/_bs/admin/activation-s.php:93
|
4300 |
msgid "Resource #1"
|
4301 |
msgstr ""
|
4302 |
|
4303 |
-
#: core/lib/wpbc_all_translations.php:
|
4304 |
#: inc/_bl/admin/activation-l.php:125
|
4305 |
msgid "Presidential Suite"
|
4306 |
msgstr ""
|
4307 |
|
4308 |
-
#: core/lib/wpbc_all_translations.php:
|
4309 |
#: inc/_bs/admin/activation-s.php:94
|
4310 |
msgid "Resource #2"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
-
#: core/lib/wpbc_all_translations.php:
|
4314 |
#: inc/_bl/admin/activation-l.php:126 inc/_mu/admin/activation-u.php:83
|
4315 |
msgid "Royal Villa"
|
4316 |
msgstr ""
|
4317 |
|
4318 |
-
#: core/lib/wpbc_all_translations.php:
|
4319 |
#: inc/_bs/admin/activation-s.php:95
|
4320 |
msgid "Resource #3"
|
4321 |
msgstr ""
|
4322 |
|
4323 |
-
#: core/lib/wpbc_all_translations.php:
|
4324 |
msgid ""
|
4325 |
"Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
|
4326 |
"for search results"
|
4327 |
msgstr ""
|
4328 |
|
4329 |
-
#: core/lib/wpbc_all_translations.php:
|
4330 |
msgid ""
|
4331 |
"Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
|
4332 |
"1 search results"
|
4333 |
msgstr ""
|
4334 |
|
4335 |
-
#: core/lib/wpbc_all_translations.php:
|
4336 |
msgid "Show availability in tooltip"
|
4337 |
msgstr ""
|
4338 |
|
4339 |
-
#: core/lib/wpbc_all_translations.php:
|
4340 |
msgid ""
|
4341 |
"Check this box to display the available number of booking resources with a tooltip, when mouse "
|
4342 |
"hovers over each day on the calendar(s)."
|
4343 |
msgstr ""
|
4344 |
|
4345 |
-
#: core/lib/wpbc_all_translations.php:
|
4346 |
msgid "Availability Title"
|
4347 |
msgstr ""
|
4348 |
|
4349 |
-
#: core/lib/wpbc_all_translations.php:
|
4350 |
#, php-format
|
4351 |
msgid "Type your %savailability%s description"
|
4352 |
msgstr ""
|
4353 |
|
4354 |
-
#: core/lib/wpbc_all_translations.php:
|
4355 |
#: inc/_bs/admin/api-settings-s.php:516
|
4356 |
msgid "Auto-cancel bookings"
|
4357 |
msgstr ""
|
4358 |
|
4359 |
-
#: core/lib/wpbc_all_translations.php:
|
4360 |
#: inc/_bl/admin/api-settings-l.php:131
|
4361 |
msgid ""
|
4362 |
"Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
|
4363 |
"date(s)"
|
4364 |
msgstr ""
|
4365 |
|
4366 |
-
#: core/lib/wpbc_all_translations.php:
|
4367 |
#: inc/_bl/admin/api-settings-l.php:289
|
4368 |
msgid ""
|
4369 |
"Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
|
@@ -4371,128 +4370,128 @@ msgid ""
|
|
4371 |
"approved booking, will be automatically canceled!"
|
4372 |
msgstr ""
|
4373 |
|
4374 |
-
#: core/lib/wpbc_all_translations.php:
|
4375 |
msgid "Set capacity based on number of visitors"
|
4376 |
msgstr ""
|
4377 |
|
4378 |
-
#: core/lib/wpbc_all_translations.php:
|
4379 |
msgid ""
|
4380 |
"Check this box if you want total availability (daily capacity) to depend on the number of "
|
4381 |
"selected visitors."
|
4382 |
msgstr ""
|
4383 |
|
4384 |
-
#: core/lib/wpbc_all_translations.php:
|
4385 |
#: inc/_ps/admin/api-settings-p.php:330 inc/_ps/admin/api-settings-p.php:343
|
4386 |
#, php-format
|
4387 |
msgid "Please read more info about configuration of this parameter %shere%s"
|
4388 |
msgstr ""
|
4389 |
|
4390 |
-
#: core/lib/wpbc_all_translations.php:
|
4391 |
msgid ""
|
4392 |
"Add tooltip on calendar(s) to show availability based on the number of available booking "
|
4393 |
"resource items remaining for each day."
|
4394 |
msgstr ""
|
4395 |
|
4396 |
-
#: core/lib/wpbc_all_translations.php:
|
4397 |
#, php-format
|
4398 |
msgid ""
|
4399 |
"Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
|
4400 |
"of visitors specified on the booking form."
|
4401 |
msgstr ""
|
4402 |
|
4403 |
-
#: core/lib/wpbc_all_translations.php:
|
4404 |
msgid ""
|
4405 |
"Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
|
4406 |
"for the resource, which can be at free booking resource items."
|
4407 |
msgstr ""
|
4408 |
|
4409 |
-
#: core/lib/wpbc_all_translations.php:
|
4410 |
#, php-format
|
4411 |
msgid ""
|
4412 |
"Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
|
4413 |
"visitors specified on the booking form."
|
4414 |
msgstr ""
|
4415 |
|
4416 |
-
#: core/lib/wpbc_all_translations.php:
|
4417 |
msgid "Disable bookings in different booking resources"
|
4418 |
msgstr ""
|
4419 |
|
4420 |
-
#: core/lib/wpbc_all_translations.php:
|
4421 |
msgid ""
|
4422 |
"Check this box to dissable reservations, which can be stored in different booking resources."
|
4423 |
msgstr ""
|
4424 |
|
4425 |
-
#: core/lib/wpbc_all_translations.php:
|
4426 |
msgid ""
|
4427 |
"When checked, all reserved days must be at same booking resource otherwise error message will "
|
4428 |
"show."
|
4429 |
msgstr ""
|
4430 |
|
4431 |
-
#: core/lib/wpbc_all_translations.php:
|
4432 |
#: inc/_ps/p-toolbar.php:1213
|
4433 |
msgid "Parent"
|
4434 |
msgstr ""
|
4435 |
|
4436 |
-
#: core/lib/wpbc_all_translations.php:
|
4437 |
#: inc/_ps/p-toolbar.php:1231
|
4438 |
msgid "Priority"
|
4439 |
msgstr ""
|
4440 |
|
4441 |
-
#: core/lib/wpbc_all_translations.php:
|
4442 |
msgid "Max visitors"
|
4443 |
msgstr ""
|
4444 |
|
4445 |
-
#: core/lib/wpbc_all_translations.php:
|
4446 |
msgid "Single"
|
4447 |
msgstr ""
|
4448 |
|
4449 |
-
#: core/lib/wpbc_all_translations.php:
|
4450 |
msgid "Child"
|
4451 |
msgstr ""
|
4452 |
|
4453 |
-
#: core/lib/wpbc_all_translations.php:
|
4454 |
msgid "Setting coupons for discount"
|
4455 |
msgstr ""
|
4456 |
|
4457 |
-
#: core/lib/wpbc_all_translations.php:
|
4458 |
#: inc/_bm/m-toolbar.php:600 inc/_bm/m-toolbar.php:602
|
4459 |
msgid "Create dates filter"
|
4460 |
msgstr ""
|
4461 |
|
4462 |
-
#: core/lib/wpbc_all_translations.php:
|
4463 |
#: inc/_bl/admin/page-coupons.php:871
|
4464 |
msgid "Add New Discount Coupon"
|
4465 |
msgstr ""
|
4466 |
|
4467 |
-
#: core/lib/wpbc_all_translations.php:
|
4468 |
#: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-cost.php:217
|
4469 |
#: inc/_bm/admin/page-seasons.php:199 inc/_ps/admin/page-resources.php:187
|
4470 |
msgid "Bulk Actions"
|
4471 |
msgstr ""
|
4472 |
|
4473 |
-
#: core/lib/wpbc_all_translations.php:
|
4474 |
#: inc/_bl/admin/page-coupons.php:1170
|
4475 |
msgid "Coupon Code"
|
4476 |
msgstr ""
|
4477 |
|
4478 |
-
#: core/lib/wpbc_all_translations.php:
|
4479 |
#: inc/_bl/admin/page-coupons.php:1185 inc/_bl/admin/page-coupons.php:1192
|
4480 |
msgid "Savings"
|
4481 |
msgstr ""
|
4482 |
|
4483 |
-
#: core/lib/wpbc_all_translations.php:
|
4484 |
msgid "Minimum Cost"
|
4485 |
msgstr ""
|
4486 |
|
4487 |
-
#: core/lib/wpbc_all_translations.php:
|
4488 |
msgid "Expiration"
|
4489 |
msgstr ""
|
4490 |
|
4491 |
-
#: core/lib/wpbc_all_translations.php:
|
4492 |
msgid "Number of usage"
|
4493 |
msgstr ""
|
4494 |
|
4495 |
-
#: core/lib/wpbc_all_translations.php:
|
4496 |
#: inc/_bm/admin/page-availability.php:571 inc/_bm/admin/page-availability.php:1056
|
4497 |
#: inc/_bm/admin/page-cost-rate.php:256 inc/_bm/admin/page-cost-valuation.php:416
|
4498 |
#: inc/_bm/admin/page-cost.php:648 inc/_bm/admin/page-seasons.php:565
|
@@ -4501,285 +4500,285 @@ msgstr ""
|
|
4501 |
msgid "Select Booking Resource"
|
4502 |
msgstr ""
|
4503 |
|
4504 |
-
#: core/lib/wpbc_all_translations.php:
|
4505 |
#: inc/_bl/admin/page-coupons.php:1396 inc/_ps/admin/api-settings-p.php:29
|
4506 |
#: inc/_ps/p-toolbar.php:722
|
4507 |
msgid "All resources"
|
4508 |
msgstr ""
|
4509 |
|
4510 |
-
#: core/lib/wpbc_all_translations.php:
|
4511 |
#: inc/_ps/wpbc-form-templates.php:124 inc/_ps/wpbc-form-templates.php:196
|
4512 |
msgid "Coupon"
|
4513 |
msgstr ""
|
4514 |
|
4515 |
-
#: core/lib/wpbc_all_translations.php:
|
4516 |
msgid "Enter coupon code."
|
4517 |
msgstr ""
|
4518 |
|
4519 |
-
#: core/lib/wpbc_all_translations.php:
|
4520 |
msgid "Enter number of fixed or percentage savings."
|
4521 |
msgstr ""
|
4522 |
|
4523 |
-
#: core/lib/wpbc_all_translations.php:
|
4524 |
msgid "Expiration Date"
|
4525 |
msgstr ""
|
4526 |
|
4527 |
-
#: core/lib/wpbc_all_translations.php:
|
4528 |
msgid "Select Expiration Date of the coupon."
|
4529 |
msgstr ""
|
4530 |
|
4531 |
-
#: core/lib/wpbc_all_translations.php:
|
4532 |
msgid "Minimum Booking Cost"
|
4533 |
msgstr ""
|
4534 |
|
4535 |
-
#: core/lib/wpbc_all_translations.php:
|
4536 |
msgid "Enter minimum booking cost, when coupon is applicable."
|
4537 |
msgstr ""
|
4538 |
|
4539 |
-
#: core/lib/wpbc_all_translations.php:
|
4540 |
msgid "Maximum number of usage"
|
4541 |
msgstr ""
|
4542 |
|
4543 |
-
#: core/lib/wpbc_all_translations.php:
|
4544 |
msgid "Enter maximum number of times, when coupon is applicable."
|
4545 |
msgstr ""
|
4546 |
|
4547 |
-
#: core/lib/wpbc_all_translations.php:
|
4548 |
msgid "Select booking resources, where is possible to apply this coupon code."
|
4549 |
msgstr ""
|
4550 |
|
4551 |
-
#: core/lib/wpbc_all_translations.php:
|
4552 |
#: inc/_bm/admin/page-seasons.php:1224 inc/_bm/admin/page-seasons.php:1442
|
4553 |
#: inc/_ps/p-toolbar.php:1157
|
4554 |
msgid "Add New"
|
4555 |
msgstr ""
|
4556 |
|
4557 |
-
#: core/lib/wpbc_all_translations.php:
|
4558 |
#: inc/_bl/admin/page-search.php:126 inc/_bm/admin/page-cost-advanced.php:692
|
4559 |
-
#: inc/_ps/admin/page-settings-form.php:
|
4560 |
msgid "Use these shortcodes for customization: "
|
4561 |
msgstr ""
|
4562 |
|
4563 |
-
#: core/lib/wpbc_all_translations.php:
|
4564 |
#, php-format
|
4565 |
msgid "%s - search inside posts/pages which are part of this category, "
|
4566 |
msgstr ""
|
4567 |
|
4568 |
-
#: core/lib/wpbc_all_translations.php:
|
4569 |
#, php-format
|
4570 |
msgid "%s - search inside posts/pages which have this tag, "
|
4571 |
msgstr ""
|
4572 |
|
4573 |
-
#: core/lib/wpbc_all_translations.php:
|
4574 |
#: inc/_bl/admin/page-search.php:142
|
4575 |
#, php-format
|
4576 |
msgid "%s - check-in date, "
|
4577 |
msgstr ""
|
4578 |
|
4579 |
-
#: core/lib/wpbc_all_translations.php:
|
4580 |
#: inc/_bl/admin/page-search.php:143
|
4581 |
#, php-format
|
4582 |
msgid "%s - check-out date, "
|
4583 |
msgstr ""
|
4584 |
|
4585 |
-
#: core/lib/wpbc_all_translations.php:
|
4586 |
#, php-format
|
4587 |
msgid "%s - default selection number of visitors, "
|
4588 |
msgstr ""
|
4589 |
|
4590 |
-
#: core/lib/wpbc_all_translations.php:
|
4591 |
#, php-format
|
4592 |
msgid "Example: %s - custom number of visitor selections\""
|
4593 |
msgstr ""
|
4594 |
|
4595 |
-
#: core/lib/wpbc_all_translations.php:
|
4596 |
#, php-format
|
4597 |
msgid "%s - search button, "
|
4598 |
msgstr ""
|
4599 |
|
4600 |
-
#: core/lib/wpbc_all_translations.php:
|
4601 |
#: inc/_bl/admin/page-search.php:148
|
4602 |
msgid "HTML tags is accepted."
|
4603 |
msgstr ""
|
4604 |
|
4605 |
-
#: core/lib/wpbc_all_translations.php:
|
4606 |
#, php-format
|
4607 |
msgid "%s - resource title, "
|
4608 |
msgstr ""
|
4609 |
|
4610 |
-
#: core/lib/wpbc_all_translations.php:
|
4611 |
#: inc/_bl/admin/page-search.php:129
|
4612 |
#, php-format
|
4613 |
msgid "%s - link to the page with booking form, "
|
4614 |
msgstr ""
|
4615 |
|
4616 |
-
#: core/lib/wpbc_all_translations.php:
|
4617 |
#, php-format
|
4618 |
msgid "%s - availability of booking resource, "
|
4619 |
msgstr ""
|
4620 |
|
4621 |
-
#: core/lib/wpbc_all_translations.php:
|
4622 |
#, php-format
|
4623 |
msgid "%s - maximum number of visitors for the booking resource, "
|
4624 |
msgstr ""
|
4625 |
|
4626 |
-
#: core/lib/wpbc_all_translations.php:
|
4627 |
#, php-format
|
4628 |
msgid "%s - cost of booking the resource, "
|
4629 |
msgstr ""
|
4630 |
|
4631 |
-
#: core/lib/wpbc_all_translations.php:
|
4632 |
#, php-format
|
4633 |
msgid "%s - featured image, taken from the featured image associated with the post, "
|
4634 |
msgstr ""
|
4635 |
|
4636 |
-
#: core/lib/wpbc_all_translations.php:
|
4637 |
#, php-format
|
4638 |
msgid "%s - booking info, taken from the excerpt associated with the post, "
|
4639 |
msgstr ""
|
4640 |
|
4641 |
-
#: core/lib/wpbc_all_translations.php:
|
4642 |
#: inc/_ps/form/class-wpbc-form-help.php:677
|
4643 |
msgid "Full cost of the booking."
|
4644 |
msgstr ""
|
4645 |
|
4646 |
-
#: core/lib/wpbc_all_translations.php:
|
4647 |
#: inc/_ps/form/class-wpbc-form-help.php:679
|
4648 |
msgid "Cost of the booking for the selected dates only."
|
4649 |
msgstr ""
|
4650 |
|
4651 |
-
#: core/lib/wpbc_all_translations.php:
|
4652 |
#: inc/_ps/form/class-wpbc-form-help.php:681
|
4653 |
msgid "Additional cost, which depends on the fields selection in the form."
|
4654 |
msgstr ""
|
4655 |
|
4656 |
-
#: core/lib/wpbc_all_translations.php:
|
4657 |
#: inc/_ps/form/class-wpbc-form-help.php:683
|
4658 |
msgid "The deposit cost of the booking."
|
4659 |
msgstr ""
|
4660 |
|
4661 |
-
#: core/lib/wpbc_all_translations.php:
|
4662 |
#: inc/_ps/form/class-wpbc-form-help.php:685
|
4663 |
msgid "Balance cost of the booking - difference between deposit and full cost."
|
4664 |
msgstr ""
|
4665 |
|
4666 |
-
#: core/lib/wpbc_all_translations.php:
|
4667 |
msgid "hour(s)"
|
4668 |
msgstr ""
|
4669 |
|
4670 |
-
#: core/lib/wpbc_all_translations.php:
|
4671 |
#: inc/_bm/admin/api-settings-m.php:74 inc/_bm/admin/api-settings-m.php:129
|
4672 |
msgid "day(s)"
|
4673 |
msgstr ""
|
4674 |
|
4675 |
-
#: core/lib/wpbc_all_translations.php:
|
4676 |
msgid "Cache expiration"
|
4677 |
msgstr ""
|
4678 |
|
4679 |
-
#: core/lib/wpbc_all_translations.php:
|
4680 |
msgid "Select time of cache expiration"
|
4681 |
msgstr ""
|
4682 |
|
4683 |
-
#: core/lib/wpbc_all_translations.php:
|
4684 |
-
#: inc/_bl/admin/page-search.php:
|
4685 |
msgid "Search Settings"
|
4686 |
msgstr ""
|
4687 |
|
4688 |
-
#: core/lib/wpbc_all_translations.php:
|
4689 |
msgid "Cache Updated"
|
4690 |
msgstr ""
|
4691 |
|
4692 |
-
#: core/lib/wpbc_all_translations.php:
|
4693 |
-
#: inc/_bl/admin/page-search.php:
|
4694 |
msgid "Search Availability Form"
|
4695 |
msgstr ""
|
4696 |
|
4697 |
-
#: core/lib/wpbc_all_translations.php:
|
4698 |
-
#: inc/_bl/admin/page-search.php:
|
4699 |
msgid "Search Results"
|
4700 |
msgstr ""
|
4701 |
|
4702 |
-
#: core/lib/wpbc_all_translations.php:
|
4703 |
-
#: inc/_bl/admin/page-search.php:
|
4704 |
msgid "Search Cache"
|
4705 |
msgstr ""
|
4706 |
|
4707 |
-
#: core/lib/wpbc_all_translations.php:
|
4708 |
#, php-format
|
4709 |
msgid ""
|
4710 |
"If you do not see search results at front-end side of your website, please check troubleshooting "
|
4711 |
"instruction %shere%s"
|
4712 |
msgstr ""
|
4713 |
|
4714 |
-
#: core/lib/wpbc_all_translations.php:
|
4715 |
msgid "CSS customization of search form and search results you can make at this file"
|
4716 |
msgstr ""
|
4717 |
|
4718 |
-
#: core/lib/wpbc_all_translations.php:
|
4719 |
-
#: inc/_bl/admin/page-search.php:
|
4720 |
msgid "Select Template"
|
4721 |
msgstr ""
|
4722 |
|
4723 |
-
#: core/lib/wpbc_all_translations.php:
|
4724 |
msgid "Inlinee Search Form Template"
|
4725 |
msgstr ""
|
4726 |
|
4727 |
-
#: core/lib/wpbc_all_translations.php:
|
4728 |
msgid "Horizontal Search Form Template"
|
4729 |
msgstr ""
|
4730 |
|
4731 |
-
#: core/lib/wpbc_all_translations.php:
|
4732 |
msgid "Standard Search Form Template"
|
4733 |
msgstr ""
|
4734 |
|
4735 |
-
#: core/lib/wpbc_all_translations.php:
|
4736 |
#: inc/_bm/admin/page-seasons.php:1227 inc/_bm/admin/page-seasons.php:1445
|
4737 |
-
#: inc/_ps/admin/page-settings-form.php:
|
4738 |
msgid "Reset"
|
4739 |
msgstr ""
|
4740 |
|
4741 |
-
#: core/lib/wpbc_all_translations.php:
|
4742 |
-
#: inc/_ps/admin/page-settings-form.php:
|
4743 |
msgid "Reset current Form"
|
4744 |
msgstr ""
|
4745 |
|
4746 |
-
#: core/lib/wpbc_all_translations.php:
|
4747 |
msgid "Cache will expire:"
|
4748 |
msgstr ""
|
4749 |
|
4750 |
-
#: core/lib/wpbc_all_translations.php:
|
4751 |
#, php-format
|
4752 |
msgid "Found: %s booking forms inside of posts or pages "
|
4753 |
msgstr ""
|
4754 |
|
4755 |
-
#: core/lib/wpbc_all_translations.php:
|
4756 |
msgid "Page"
|
4757 |
msgstr ""
|
4758 |
|
4759 |
-
#: core/lib/wpbc_all_translations.php:
|
4760 |
msgid "Reset Search Cache"
|
4761 |
msgstr ""
|
4762 |
|
4763 |
-
#: core/lib/wpbc_all_translations.php:
|
4764 |
msgid ""
|
4765 |
"Try selecting fewer visitors. The number of visitors may be more than the number of available "
|
4766 |
"units on selected day(s)!"
|
4767 |
msgstr ""
|
4768 |
|
4769 |
-
#: core/lib/wpbc_all_translations.php:
|
4770 |
msgid "coupon"
|
4771 |
msgstr ""
|
4772 |
|
4773 |
-
#: core/lib/wpbc_all_translations.php:
|
4774 |
msgid "discount"
|
4775 |
msgstr ""
|
4776 |
|
4777 |
-
#: core/lib/wpbc_all_translations.php:
|
4778 |
msgid "Please select check-in and check-out days!"
|
4779 |
msgstr ""
|
4780 |
|
4781 |
-
#: core/lib/wpbc_all_translations.php:
|
4782 |
-
#: inc/_bl/biz_l.php:
|
4783 |
#, php-format
|
4784 |
msgid ""
|
4785 |
"Sorry, the reservation was not made because these days are already booked!!! %s (Its not "
|
@@ -4787,173 +4786,173 @@ msgid ""
|
|
4787 |
"page and try other days."
|
4788 |
msgstr ""
|
4789 |
|
4790 |
-
#: core/lib/wpbc_all_translations.php:
|
4791 |
#, php-format
|
4792 |
msgid "The folowing pending booking(s): %s deleted."
|
4793 |
msgstr ""
|
4794 |
|
4795 |
-
#: core/lib/wpbc_all_translations.php:
|
4796 |
msgid "Book now"
|
4797 |
msgstr ""
|
4798 |
|
4799 |
-
#: core/lib/wpbc_all_translations.php:
|
4800 |
#: inc/_bl/wpdev-booking-search-widget.php:67
|
4801 |
msgid "Search availability"
|
4802 |
msgstr ""
|
4803 |
|
4804 |
-
#: core/lib/wpbc_all_translations.php:
|
4805 |
msgid "Search results."
|
4806 |
msgstr ""
|
4807 |
|
4808 |
-
#: core/lib/wpbc_all_translations.php:
|
4809 |
msgid "Nothing found."
|
4810 |
msgstr ""
|
4811 |
|
4812 |
-
#: core/lib/wpbc_all_translations.php:
|
4813 |
msgid "Title of search widget"
|
4814 |
msgstr ""
|
4815 |
|
4816 |
-
#: core/lib/wpbc_all_translations.php:
|
4817 |
msgid "Title of search results"
|
4818 |
msgstr ""
|
4819 |
|
4820 |
-
#: core/lib/wpbc_all_translations.php:
|
4821 |
#, php-format
|
4822 |
msgid "Please type the %sTitle of search results%s."
|
4823 |
msgstr ""
|
4824 |
|
4825 |
-
#: core/lib/wpbc_all_translations.php:
|
4826 |
msgid "Nothing found message"
|
4827 |
msgstr ""
|
4828 |
|
4829 |
-
#: core/lib/wpbc_all_translations.php:
|
4830 |
#, php-format
|
4831 |
msgid "Please type the %smessage ,what is showing, when nothing found%s."
|
4832 |
msgstr ""
|
4833 |
|
4834 |
-
#: core/lib/wpbc_all_translations.php:
|
4835 |
msgid "URL of Search Results"
|
4836 |
msgstr ""
|
4837 |
|
4838 |
-
#: core/lib/wpbc_all_translations.php:
|
4839 |
#, php-format
|
4840 |
msgid ""
|
4841 |
"Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
|
4842 |
"show."
|
4843 |
msgstr ""
|
4844 |
|
4845 |
-
#: core/lib/wpbc_all_translations.php:
|
4846 |
#: inc/_mu/multiuser.php:634
|
4847 |
msgid "Weekend"
|
4848 |
msgstr ""
|
4849 |
|
4850 |
-
#: core/lib/wpbc_all_translations.php:
|
4851 |
#: inc/_mu/multiuser.php:636
|
4852 |
msgid "High season"
|
4853 |
msgstr ""
|
4854 |
|
4855 |
-
#: core/lib/wpbc_all_translations.php:
|
4856 |
msgid "Limit available days from today"
|
4857 |
msgstr ""
|
4858 |
|
4859 |
-
#: core/lib/wpbc_all_translations.php:
|
4860 |
msgid "Select number of available days in calendar start from today."
|
4861 |
msgstr ""
|
4862 |
|
4863 |
-
#: core/lib/wpbc_all_translations.php:
|
4864 |
msgid "Unavailable time before / after booking"
|
4865 |
msgstr ""
|
4866 |
|
4867 |
-
#: core/lib/wpbc_all_translations.php:
|
4868 |
msgid ""
|
4869 |
"This feature is applying only for bookings for specific timeslots, or if activated check in/out "
|
4870 |
"time option."
|
4871 |
msgstr ""
|
4872 |
|
4873 |
-
#: core/lib/wpbc_all_translations.php:
|
4874 |
#: inc/_bm/admin/api-settings-m.php:134
|
4875 |
msgid "Before booking"
|
4876 |
msgstr ""
|
4877 |
|
4878 |
-
#: core/lib/wpbc_all_translations.php:
|
4879 |
#: inc/_bm/admin/api-settings-m.php:120 inc/_bm/admin/api-settings-m.php:135
|
4880 |
#: inc/_bm/admin/api-settings-m.php:144
|
4881 |
msgid "Select unavailable time interval."
|
4882 |
msgstr ""
|
4883 |
|
4884 |
-
#: core/lib/wpbc_all_translations.php:
|
4885 |
#: inc/_bm/admin/api-settings-m.php:143
|
4886 |
msgid "After booking"
|
4887 |
msgstr ""
|
4888 |
|
4889 |
-
#: core/lib/wpbc_all_translations.php:
|
4890 |
msgid "Showing cost in date cell"
|
4891 |
msgstr ""
|
4892 |
|
4893 |
-
#: core/lib/wpbc_all_translations.php:
|
4894 |
#, php-format
|
4895 |
msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
|
4896 |
msgstr ""
|
4897 |
|
4898 |
-
#: core/lib/wpbc_all_translations.php:
|
4899 |
msgid "Currency symbol"
|
4900 |
msgstr ""
|
4901 |
|
4902 |
-
#: core/lib/wpbc_all_translations.php:
|
4903 |
#, php-format
|
4904 |
msgid ""
|
4905 |
"Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
|
4906 |
"currency symbols%s"
|
4907 |
msgstr ""
|
4908 |
|
4909 |
-
#: core/lib/wpbc_all_translations.php:
|
4910 |
msgid "Showing cost in tooltip"
|
4911 |
msgstr ""
|
4912 |
|
4913 |
-
#: core/lib/wpbc_all_translations.php:
|
4914 |
msgid ""
|
4915 |
" Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
|
4916 |
"calendar(s)."
|
4917 |
msgstr ""
|
4918 |
|
4919 |
-
#: core/lib/wpbc_all_translations.php:
|
4920 |
msgid "Cost Title"
|
4921 |
msgstr ""
|
4922 |
|
4923 |
-
#: core/lib/wpbc_all_translations.php:
|
4924 |
#, php-format
|
4925 |
msgid "Type your %scost%s description"
|
4926 |
msgstr ""
|
4927 |
|
4928 |
-
#: core/lib/wpbc_all_translations.php:
|
4929 |
#: inc/_bm/m-toolbar.php:67 inc/_bm/m-toolbar.php:424
|
4930 |
msgid "Custom Forms"
|
4931 |
msgstr ""
|
4932 |
|
4933 |
-
#: core/lib/wpbc_all_translations.php:
|
4934 |
msgid "Configuration of availability for booking resources"
|
4935 |
msgstr ""
|
4936 |
|
4937 |
-
#: core/lib/wpbc_all_translations.php:
|
4938 |
msgid "Availability Settings"
|
4939 |
msgstr ""
|
4940 |
|
4941 |
-
#: core/lib/wpbc_all_translations.php:
|
4942 |
#: inc/_bm/admin/page-cost.php:119 inc/_ps/p-toolbar.php:1186
|
4943 |
msgid "Show Children Resources"
|
4944 |
msgstr ""
|
4945 |
|
4946 |
-
#: core/lib/wpbc_all_translations.php:
|
4947 |
#: inc/_bm/admin/page-cost.php:121 inc/_ps/p-toolbar.php:1188
|
4948 |
msgid "Hide Children Resources"
|
4949 |
msgstr ""
|
4950 |
|
4951 |
-
#: core/lib/wpbc_all_translations.php:
|
4952 |
#: inc/_bm/admin/page-availability.php:244 inc/_bm/admin/page-availability.php:800
|
4953 |
msgid "Set Availability"
|
4954 |
msgstr ""
|
4955 |
|
4956 |
-
#: core/lib/wpbc_all_translations.php:
|
4957 |
#: inc/_bm/admin/page-cost.php:238 inc/_ps/admin/page-resources.php:202
|
4958 |
#, php-format
|
4959 |
msgid ""
|
@@ -4961,681 +4960,681 @@ msgid ""
|
|
4961 |
"booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
|
4962 |
msgstr ""
|
4963 |
|
4964 |
-
#: core/lib/wpbc_all_translations.php:
|
4965 |
#: inc/_bm/admin/page-cost.php:581 inc/_ps/admin/page-resources.php:463
|
4966 |
msgid "Resource Name"
|
4967 |
msgstr ""
|
4968 |
|
4969 |
-
#: core/lib/wpbc_all_translations.php:
|
4970 |
#: inc/_bm/admin/page-availability.php:895
|
4971 |
msgid "All days"
|
4972 |
msgstr ""
|
4973 |
|
4974 |
-
#: core/lib/wpbc_all_translations.php:
|
4975 |
#: inc/_bm/admin/page-availability.php:637 inc/_bm/admin/page-availability.php:890
|
4976 |
#: inc/_bm/admin/page-availability.php:904 inc/_bm/admin/page-availability.php:933
|
4977 |
#: inc/_bm/admin/page-availability.php:1097 inc/_bm/admin/page-cost-rate.php:348
|
4978 |
msgid "available"
|
4979 |
msgstr ""
|
4980 |
|
4981 |
-
#: core/lib/wpbc_all_translations.php:
|
4982 |
#: inc/_bm/admin/page-availability.php:638 inc/_bm/admin/page-availability.php:891
|
4983 |
#: inc/_bm/admin/page-availability.php:900 inc/_bm/admin/page-availability.php:929
|
4984 |
#: inc/_bm/admin/page-availability.php:1093 inc/_bm/admin/page-cost-rate.php:344
|
4985 |
msgid "unavailable"
|
4986 |
msgstr ""
|
4987 |
|
4988 |
-
#: core/lib/wpbc_all_translations.php:
|
4989 |
#, php-format
|
4990 |
msgid "and %s on seasons:"
|
4991 |
msgstr ""
|
4992 |
|
4993 |
-
#: core/lib/wpbc_all_translations.php:
|
4994 |
#, php-format
|
4995 |
msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
|
4996 |
msgstr ""
|
4997 |
|
4998 |
-
#: core/lib/wpbc_all_translations.php:
|
4999 |
#: inc/_bm/admin/page-cost-deposit.php:309 inc/_bm/admin/page-cost-early-late-booking.php:314
|
5000 |
#: inc/_bm/admin/page-cost-early-late-booking.php:514 inc/_bm/admin/page-cost-rate.php:119
|
5001 |
#: inc/_bm/admin/page-cost-valuation.php:148
|
5002 |
msgid "Hide season filters"
|
5003 |
msgstr ""
|
5004 |
|
5005 |
-
#: core/lib/wpbc_all_translations.php:
|
5006 |
#: inc/_bm/admin/page-cost-deposit.php:314 inc/_bm/admin/page-cost-early-late-booking.php:319
|
5007 |
#: inc/_bm/admin/page-cost-early-late-booking.php:519 inc/_bm/admin/page-cost-rate.php:124
|
5008 |
#: inc/_bm/admin/page-cost-valuation.php:153
|
5009 |
msgid "Show all exist season filters"
|
5010 |
msgstr ""
|
5011 |
|
5012 |
-
#: core/lib/wpbc_all_translations.php:
|
5013 |
#: inc/_bm/admin/page-cost-rate.php:157 inc/gateways/page-gateways.php:870
|
5014 |
msgid "Enabled"
|
5015 |
msgstr ""
|
5016 |
|
5017 |
-
#: core/lib/wpbc_all_translations.php:
|
5018 |
msgid "Customization of additional cost, which depend from form fields"
|
5019 |
msgstr ""
|
5020 |
|
5021 |
-
#: core/lib/wpbc_all_translations.php:
|
5022 |
msgid "Advanced Cost Settings"
|
5023 |
msgstr ""
|
5024 |
|
5025 |
-
#: core/lib/wpbc_all_translations.php:
|
5026 |
msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
|
5027 |
msgstr ""
|
5028 |
|
5029 |
-
#: core/lib/wpbc_all_translations.php:
|
5030 |
#, php-format
|
5031 |
msgid ""
|
5032 |
"Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
|
5033 |
"%sbooking form%s."
|
5034 |
msgstr ""
|
5035 |
|
5036 |
-
#: core/lib/wpbc_all_translations.php:
|
5037 |
#: inc/_bm/admin/page-cost-deposit.php:181
|
5038 |
msgid "Deposit type"
|
5039 |
msgstr ""
|
5040 |
|
5041 |
-
#: core/lib/wpbc_all_translations.php:
|
5042 |
msgid "of total cost"
|
5043 |
msgstr ""
|
5044 |
|
5045 |
-
#: core/lib/wpbc_all_translations.php:
|
5046 |
#: inc/_bs/admin/api-settings-s.php:898
|
5047 |
msgid "night"
|
5048 |
msgstr ""
|
5049 |
|
5050 |
-
#: core/lib/wpbc_all_translations.php:
|
5051 |
msgid "as additional sum"
|
5052 |
msgstr ""
|
5053 |
|
5054 |
-
#: core/lib/wpbc_all_translations.php:
|
5055 |
msgid "Enter additional cost in formats:"
|
5056 |
msgstr ""
|
5057 |
|
5058 |
-
#: core/lib/wpbc_all_translations.php:
|
5059 |
#, php-format
|
5060 |
msgid ""
|
5061 |
"For example, if the original cost of the booking is %s, then after applying additional costs the "
|
5062 |
"total cost will be folowing"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
-
#: core/lib/wpbc_all_translations.php:
|
5066 |
msgid "Enter fixed cost"
|
5067 |
msgstr ""
|
5068 |
|
5069 |
-
#: core/lib/wpbc_all_translations.php:
|
5070 |
#: inc/_bm/admin/page-cost-advanced.php:665 inc/_bm/admin/page-cost-advanced.php:671
|
5071 |
#: inc/_bm/admin/page-cost-advanced.php:681
|
5072 |
#, php-format
|
5073 |
msgid "%s, then total cost will be %s"
|
5074 |
msgstr ""
|
5075 |
|
5076 |
-
#: core/lib/wpbc_all_translations.php:
|
5077 |
msgid "Enter percentage of the entire booking"
|
5078 |
msgstr ""
|
5079 |
|
5080 |
-
#: core/lib/wpbc_all_translations.php:
|
5081 |
msgid "Enter fixed amount for each selected day"
|
5082 |
msgstr ""
|
5083 |
|
5084 |
-
#: core/lib/wpbc_all_translations.php:
|
5085 |
#, php-format
|
5086 |
msgid "%s, then total cost will be (if selected 3 days) %s"
|
5087 |
msgstr ""
|
5088 |
|
5089 |
-
#: core/lib/wpbc_all_translations.php:
|
5090 |
#: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
|
5091 |
#: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
|
5092 |
msgid "or"
|
5093 |
msgstr ""
|
5094 |
|
5095 |
-
#: core/lib/wpbc_all_translations.php:
|
5096 |
msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
|
5097 |
msgstr ""
|
5098 |
|
5099 |
-
#: core/lib/wpbc_all_translations.php:
|
5100 |
#: inc/_bm/admin/page-cost-advanced.php:687
|
5101 |
#, php-format
|
5102 |
msgid "Please check more info about configuration of this cost settings on this %spage%s."
|
5103 |
msgstr ""
|
5104 |
|
5105 |
-
#: core/lib/wpbc_all_translations.php:
|
5106 |
msgid "Set Deposit"
|
5107 |
msgstr ""
|
5108 |
|
5109 |
-
#: core/lib/wpbc_all_translations.php:
|
5110 |
msgid "deposit payment for booking resource"
|
5111 |
msgstr ""
|
5112 |
|
5113 |
-
#: core/lib/wpbc_all_translations.php:
|
5114 |
#: inc/_bm/admin/page-cost-deposit.php:162
|
5115 |
msgid "Deposit amount"
|
5116 |
msgstr ""
|
5117 |
|
5118 |
-
#: core/lib/wpbc_all_translations.php:
|
5119 |
#: inc/_bm/admin/page-cost-early-late-booking.php:203
|
5120 |
#: inc/_bm/admin/page-cost-early-late-booking.php:404
|
5121 |
msgid "fixed total in"
|
5122 |
msgstr ""
|
5123 |
|
5124 |
-
#: core/lib/wpbc_all_translations.php:
|
5125 |
#: inc/_bm/admin/page-cost-early-late-booking.php:204
|
5126 |
#: inc/_bm/admin/page-cost-early-late-booking.php:405
|
5127 |
msgid "of payment"
|
5128 |
msgstr ""
|
5129 |
|
5130 |
-
#: core/lib/wpbc_all_translations.php:
|
5131 |
#: inc/_bm/admin/page-cost-early-late-booking.php:213
|
5132 |
#: inc/_bm/admin/page-cost-early-late-booking.php:414
|
5133 |
msgid "Conditions"
|
5134 |
msgstr ""
|
5135 |
|
5136 |
-
#: core/lib/wpbc_all_translations.php:
|
5137 |
#, php-format
|
5138 |
msgid ""
|
5139 |
"Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
|
5140 |
msgstr ""
|
5141 |
|
5142 |
-
#: core/lib/wpbc_all_translations.php:
|
5143 |
#, php-format
|
5144 |
msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
|
5145 |
msgstr ""
|
5146 |
|
5147 |
-
#: core/lib/wpbc_all_translations.php:
|
5148 |
#: inc/_bm/admin/page-cost-early-late-booking.php:280
|
5149 |
#: inc/_bm/admin/page-cost-early-late-booking.php:480 inc/_bm/admin/page-cost-valuation.php:542
|
5150 |
msgid "Any days"
|
5151 |
msgstr ""
|
5152 |
|
5153 |
-
#: core/lib/wpbc_all_translations.php:
|
5154 |
msgid "Deposit payment total"
|
5155 |
msgstr ""
|
5156 |
|
5157 |
-
#: core/lib/wpbc_all_translations.php:
|
5158 |
msgid "Set Rates"
|
5159 |
msgstr ""
|
5160 |
|
5161 |
-
#: core/lib/wpbc_all_translations.php:
|
5162 |
#: inc/_bm/admin/page-cost.php:676 inc/_bm/admin/page-cost.php:677
|
5163 |
msgid "Rates"
|
5164 |
msgstr ""
|
5165 |
|
5166 |
-
#: core/lib/wpbc_all_translations.php:
|
5167 |
msgid "Seasonal price"
|
5168 |
msgstr ""
|
5169 |
|
5170 |
-
#: core/lib/wpbc_all_translations.php:
|
5171 |
#: inc/_bm/admin/page-cost-valuation.php:198
|
5172 |
msgid "Season"
|
5173 |
msgstr ""
|
5174 |
|
5175 |
-
#: core/lib/wpbc_all_translations.php:
|
5176 |
#, php-format
|
5177 |
msgid ""
|
5178 |
"Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
|
5179 |
"booking resource (%s) or %sAdd a new seasonal filter%s"
|
5180 |
msgstr ""
|
5181 |
|
5182 |
-
#: core/lib/wpbc_all_translations.php:
|
5183 |
#: inc/_bm/admin/page-cost.php:220 inc/_bm/admin/page-cost.php:229
|
5184 |
msgid "Set Valuation Days"
|
5185 |
msgstr ""
|
5186 |
|
5187 |
-
#: core/lib/wpbc_all_translations.php:
|
5188 |
#: inc/_mu/admin/page-users.php:437
|
5189 |
msgid "Status"
|
5190 |
msgstr ""
|
5191 |
|
5192 |
-
#: core/lib/wpbc_all_translations.php:
|
5193 |
msgid "Costs"
|
5194 |
msgstr ""
|
5195 |
|
5196 |
-
#: core/lib/wpbc_all_translations.php:
|
5197 |
msgid "Add new cost"
|
5198 |
msgstr ""
|
5199 |
|
5200 |
-
#: core/lib/wpbc_all_translations.php:
|
5201 |
#, php-format
|
5202 |
msgid ""
|
5203 |
"Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
|
5204 |
"the list."
|
5205 |
msgstr ""
|
5206 |
|
5207 |
-
#: core/lib/wpbc_all_translations.php:
|
5208 |
#, php-format
|
5209 |
msgid ""
|
5210 |
"Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
|
5211 |
"terms %s"
|
5212 |
msgstr ""
|
5213 |
|
5214 |
-
#: core/lib/wpbc_all_translations.php:
|
5215 |
#: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:450
|
5216 |
msgid "Together"
|
5217 |
msgstr ""
|
5218 |
|
5219 |
-
#: core/lib/wpbc_all_translations.php:
|
5220 |
#: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:282
|
5221 |
#: inc/_bm/admin/page-cost-valuation.php:284 inc/_bm/admin/page-cost-valuation.php:448
|
5222 |
msgid "For"
|
5223 |
msgstr ""
|
5224 |
|
5225 |
-
#: core/lib/wpbc_all_translations.php:
|
5226 |
#, php-format
|
5227 |
msgid "%s and %s terms have higher priority than a range %s days."
|
5228 |
msgstr ""
|
5229 |
|
5230 |
-
#: core/lib/wpbc_all_translations.php:
|
5231 |
#, php-format
|
5232 |
msgid "%s - definition of check-out date."
|
5233 |
msgstr ""
|
5234 |
|
5235 |
-
#: core/lib/wpbc_all_translations.php:
|
5236 |
#: inc/_bs/admin/api-settings-s.php:199 inc/_bs/admin/api-settings-s.php:325
|
5237 |
#: inc/_bs/admin/api-settings-s.php:338 inc/_ps/form/class-wpbc-form-help.php:532
|
5238 |
#: inc/_ps/form/class-wpbc-form-help.php:535
|
5239 |
msgid "Example"
|
5240 |
msgstr ""
|
5241 |
|
5242 |
-
#: core/lib/wpbc_all_translations.php:
|
5243 |
msgid ""
|
5244 |
"Specific cost will take affect, only if it active (the box at the left side is checked) and if "
|
5245 |
"\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
|
5246 |
msgstr ""
|
5247 |
|
5248 |
-
#: core/lib/wpbc_all_translations.php:
|
5249 |
#: inc/_bm/admin/page-cost-valuation.php:336 inc/_bm/biz_m.php:219 inc/_bm/biz_m.php:251
|
5250 |
#: inc/_bm/biz_m.php:252
|
5251 |
msgid " for all days!"
|
5252 |
msgstr ""
|
5253 |
|
5254 |
-
#: core/lib/wpbc_all_translations.php:
|
5255 |
#: inc/_bm/admin/page-cost-valuation.php:502 inc/_bm/biz_m.php:217 inc/_bm/biz_m.php:249
|
5256 |
msgid "from the cost of 1 day "
|
5257 |
msgstr ""
|
5258 |
|
5259 |
-
#: core/lib/wpbc_all_translations.php:
|
5260 |
#: inc/_bm/admin/page-cost-valuation.php:503 inc/_bm/biz_m.php:216 inc/_bm/biz_m.php:248
|
5261 |
msgid "per 1 day"
|
5262 |
msgstr ""
|
5263 |
|
5264 |
-
#: core/lib/wpbc_all_translations.php:
|
5265 |
#: inc/_bm/admin/page-seasons.php:1564
|
5266 |
msgid "to"
|
5267 |
msgstr ""
|
5268 |
|
5269 |
-
#: core/lib/wpbc_all_translations.php:
|
5270 |
#: inc/_bm/biz_m.php:218 inc/_bm/biz_m.php:250
|
5271 |
#, php-format
|
5272 |
msgid "Additional cost in %s per 1 day"
|
5273 |
msgstr ""
|
5274 |
|
5275 |
-
#: core/lib/wpbc_all_translations.php:
|
5276 |
msgid "Customization of rates, valuation days cost and deposit amount "
|
5277 |
msgstr ""
|
5278 |
|
5279 |
-
#: core/lib/wpbc_all_translations.php:
|
5280 |
msgid "Costs and Rates Settings"
|
5281 |
msgstr ""
|
5282 |
|
5283 |
-
#: core/lib/wpbc_all_translations.php:
|
5284 |
#: inc/_bm/admin/page-cost.php:228
|
5285 |
msgid "Set Rate"
|
5286 |
msgstr ""
|
5287 |
|
5288 |
-
#: core/lib/wpbc_all_translations.php:
|
5289 |
#: inc/_bm/admin/page-cost.php:230
|
5290 |
msgid "Set Deposit Amount"
|
5291 |
msgstr ""
|
5292 |
|
5293 |
-
#: core/lib/wpbc_all_translations.php:
|
5294 |
#: inc/_bm/admin/page-cost.php:684
|
5295 |
msgid "Valuation days"
|
5296 |
msgstr ""
|
5297 |
|
5298 |
-
#: core/lib/wpbc_all_translations.php:
|
5299 |
#: inc/_bm/admin/page-cost.php:691 inc/gateways/page-gateways.php:1435
|
5300 |
msgid "Deposit"
|
5301 |
msgstr ""
|
5302 |
|
5303 |
-
#: core/lib/wpbc_all_translations.php:
|
5304 |
msgid "Customizaton of Season Filters"
|
5305 |
msgstr ""
|
5306 |
|
5307 |
-
#: core/lib/wpbc_all_translations.php:
|
5308 |
#: inc/_bm/admin/page-seasons.php:815
|
5309 |
msgid "Specific Dates Filter"
|
5310 |
msgstr ""
|
5311 |
|
5312 |
-
#: core/lib/wpbc_all_translations.php:
|
5313 |
#: inc/_bm/admin/page-seasons.php:821
|
5314 |
msgid "Conditional Dates Filter"
|
5315 |
msgstr ""
|
5316 |
|
5317 |
-
#: core/lib/wpbc_all_translations.php:
|
5318 |
#: inc/_bm/admin/page-seasons.php:1257
|
5319 |
msgid "Filter Name"
|
5320 |
msgstr ""
|
5321 |
|
5322 |
-
#: core/lib/wpbc_all_translations.php:
|
5323 |
#: inc/_bm/admin/page-seasons.php:1258
|
5324 |
msgid "Type filter name"
|
5325 |
msgstr ""
|
5326 |
|
5327 |
-
#: core/lib/wpbc_all_translations.php:
|
5328 |
msgid "Weekdays"
|
5329 |
msgstr ""
|
5330 |
|
5331 |
-
#: core/lib/wpbc_all_translations.php:
|
5332 |
msgid "Months"
|
5333 |
msgstr ""
|
5334 |
|
5335 |
-
#: core/lib/wpbc_all_translations.php:
|
5336 |
#: inc/_bm/admin/page-seasons.php:1283
|
5337 |
msgid "January"
|
5338 |
msgstr ""
|
5339 |
|
5340 |
-
#: core/lib/wpbc_all_translations.php:
|
5341 |
#: inc/_bm/admin/page-seasons.php:1284
|
5342 |
msgid "February"
|
5343 |
msgstr ""
|
5344 |
|
5345 |
-
#: core/lib/wpbc_all_translations.php:
|
5346 |
#: inc/_bm/admin/page-seasons.php:1285
|
5347 |
msgid "March"
|
5348 |
msgstr ""
|
5349 |
|
5350 |
-
#: core/lib/wpbc_all_translations.php:
|
5351 |
#: inc/_bm/admin/page-seasons.php:1286
|
5352 |
msgid "April"
|
5353 |
msgstr ""
|
5354 |
|
5355 |
-
#: core/lib/
|
5356 |
#: inc/_bm/admin/page-seasons.php:1287 inc/_bm/admin/page-seasons.php:1490
|
5357 |
msgid "May"
|
5358 |
msgstr ""
|
5359 |
|
5360 |
-
#: core/lib/
|
5361 |
#: inc/_bm/admin/page-seasons.php:1288
|
5362 |
msgid "June"
|
5363 |
msgstr ""
|
5364 |
|
5365 |
-
#: core/lib/wpbc_all_translations1.php:
|
5366 |
#: inc/_bm/admin/page-seasons.php:1289
|
5367 |
msgid "July"
|
5368 |
msgstr ""
|
5369 |
|
5370 |
-
#: core/lib/wpbc_all_translations1.php:
|
5371 |
#: inc/_bm/admin/page-seasons.php:1290
|
5372 |
msgid "August"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
-
#: core/lib/wpbc_all_translations1.php:
|
5376 |
#: inc/_bm/admin/page-seasons.php:1291
|
5377 |
msgid "September"
|
5378 |
msgstr ""
|
5379 |
|
5380 |
-
#: core/lib/wpbc_all_translations1.php:
|
5381 |
#: inc/_bm/admin/page-seasons.php:1292
|
5382 |
msgid "October"
|
5383 |
msgstr ""
|
5384 |
|
5385 |
-
#: core/lib/wpbc_all_translations1.php:
|
5386 |
#: inc/_bm/admin/page-seasons.php:1293
|
5387 |
msgid "November"
|
5388 |
msgstr ""
|
5389 |
|
5390 |
-
#: core/lib/wpbc_all_translations1.php:
|
5391 |
#: inc/_bm/admin/page-seasons.php:1294
|
5392 |
msgid "December"
|
5393 |
msgstr ""
|
5394 |
|
5395 |
-
#: core/lib/wpbc_all_translations1.php:
|
5396 |
msgid "Years"
|
5397 |
msgstr ""
|
5398 |
|
5399 |
-
#: core/lib/wpbc_all_translations1.php:
|
5400 |
#: inc/_bm/admin/page-seasons.php:1487
|
5401 |
msgid "Mo"
|
5402 |
msgstr ""
|
5403 |
|
5404 |
-
#: core/lib/wpbc_all_translations1.php:
|
5405 |
#: inc/_bm/admin/page-seasons.php:1487
|
5406 |
msgid "Tu"
|
5407 |
msgstr ""
|
5408 |
|
5409 |
-
#: core/lib/wpbc_all_translations1.php:
|
5410 |
#: inc/_bm/admin/page-seasons.php:1487
|
5411 |
msgid "We"
|
5412 |
msgstr ""
|
5413 |
|
5414 |
-
#: core/lib/wpbc_all_translations1.php:
|
5415 |
#: inc/_bm/admin/page-seasons.php:1487
|
5416 |
msgid "Th"
|
5417 |
msgstr ""
|
5418 |
|
5419 |
-
#: core/lib/wpbc_all_translations1.php:
|
5420 |
#: inc/_bm/admin/page-seasons.php:1487
|
5421 |
msgid "Fr"
|
5422 |
msgstr ""
|
5423 |
|
5424 |
-
#: core/lib/wpbc_all_translations1.php:
|
5425 |
#: inc/_bm/admin/page-seasons.php:1487
|
5426 |
msgid "Sa"
|
5427 |
msgstr ""
|
5428 |
|
5429 |
-
#: core/lib/wpbc_all_translations1.php:
|
5430 |
#: inc/_bm/admin/page-seasons.php:1487
|
5431 |
msgid "Su"
|
5432 |
msgstr ""
|
5433 |
|
5434 |
-
#: core/lib/wpbc_all_translations1.php:
|
5435 |
msgid "Jan"
|
5436 |
msgstr ""
|
5437 |
|
5438 |
-
#: core/lib/wpbc_all_translations1.php:
|
5439 |
msgid "Feb"
|
5440 |
msgstr ""
|
5441 |
|
5442 |
-
#: core/lib/wpbc_all_translations1.php:
|
5443 |
msgid "Mar"
|
5444 |
msgstr ""
|
5445 |
|
5446 |
-
#: core/lib/wpbc_all_translations1.php:
|
5447 |
msgid "Apr"
|
5448 |
msgstr ""
|
5449 |
|
5450 |
-
#: core/lib/wpbc_all_translations1.php:
|
5451 |
msgid "Jun"
|
5452 |
msgstr ""
|
5453 |
|
5454 |
-
#: core/lib/wpbc_all_translations1.php:
|
5455 |
msgid "Jul"
|
5456 |
msgstr ""
|
5457 |
|
5458 |
-
#: core/lib/wpbc_all_translations1.php:
|
5459 |
msgid "Aug"
|
5460 |
msgstr ""
|
5461 |
|
5462 |
-
#: core/lib/wpbc_all_translations1.php:
|
5463 |
msgid "Sep"
|
5464 |
msgstr ""
|
5465 |
|
5466 |
-
#: core/lib/wpbc_all_translations1.php:
|
5467 |
msgid "Oct"
|
5468 |
msgstr ""
|
5469 |
|
5470 |
-
#: core/lib/wpbc_all_translations1.php:
|
5471 |
msgid "Nov"
|
5472 |
msgstr ""
|
5473 |
|
5474 |
-
#: core/lib/wpbc_all_translations1.php:
|
5475 |
msgid "Dec"
|
5476 |
msgstr ""
|
5477 |
|
5478 |
-
#: core/lib/wpbc_all_translations1.php:
|
5479 |
-
#: inc/_bm/admin/page-seasons.php:
|
5480 |
-
#: inc/_bm/admin/page-seasons.php:
|
5481 |
msgid "No days"
|
5482 |
msgstr ""
|
5483 |
|
5484 |
-
#: core/lib/wpbc_all_translations1.php:
|
5485 |
msgid "time"
|
5486 |
msgstr ""
|
5487 |
|
5488 |
-
#: core/lib/wpbc_all_translations1.php:
|
5489 |
msgid "Every"
|
5490 |
msgstr ""
|
5491 |
|
5492 |
-
#: core/lib/wpbc_all_translations1.php:
|
5493 |
msgid "Each day "
|
5494 |
msgstr ""
|
5495 |
|
5496 |
-
#: core/lib/wpbc_all_translations1.php:
|
5497 |
msgid "on each day "
|
5498 |
msgstr ""
|
5499 |
|
5500 |
-
#: core/lib/wpbc_all_translations1.php:
|
5501 |
msgid "On each "
|
5502 |
msgstr ""
|
5503 |
|
5504 |
-
#: core/lib/wpbc_all_translations1.php:
|
5505 |
msgid "on each "
|
5506 |
msgstr ""
|
5507 |
|
5508 |
-
#: core/lib/wpbc_all_translations1.php:
|
5509 |
msgid "of every month "
|
5510 |
msgstr ""
|
5511 |
|
5512 |
-
#: core/lib/wpbc_all_translations1.php:
|
5513 |
msgid "of"
|
5514 |
msgstr ""
|
5515 |
|
5516 |
-
#: core/lib/wpbc_all_translations1.php:
|
5517 |
msgid "for all days!"
|
5518 |
msgstr ""
|
5519 |
|
5520 |
-
#: core/lib/wpbc_all_translations1.php:
|
5521 |
msgid "Standard booking resource cost"
|
5522 |
msgstr ""
|
5523 |
|
5524 |
-
#: core/lib/wpbc_all_translations1.php:
|
5525 |
msgid "Total booking resource cost"
|
5526 |
msgstr ""
|
5527 |
|
5528 |
-
#: core/lib/wpbc_all_translations1.php:
|
5529 |
msgid "Delete selected booking form"
|
5530 |
msgstr ""
|
5531 |
|
5532 |
-
#: core/lib/wpbc_all_translations1.php:
|
5533 |
msgid "Do you really want to delete selected booking form ?"
|
5534 |
msgstr ""
|
5535 |
|
5536 |
-
#: core/lib/wpbc_all_translations1.php:
|
5537 |
msgid "Add New Custom Form"
|
5538 |
msgstr ""
|
5539 |
|
5540 |
-
#: core/lib/wpbc_all_translations1.php:
|
5541 |
msgid "Type the name of booking form"
|
5542 |
msgstr ""
|
5543 |
|
5544 |
-
#: core/lib/wpbc_all_translations1.php:
|
5545 |
msgid "Create"
|
5546 |
msgstr ""
|
5547 |
|
5548 |
-
#: core/lib/wpbc_all_translations1.php:
|
5549 |
msgid "Create new form"
|
5550 |
msgstr ""
|
5551 |
|
5552 |
-
#: core/lib/wpbc_all_translations1.php:
|
5553 |
msgid "There are no extended booking forms"
|
5554 |
msgstr ""
|
5555 |
|
5556 |
-
#: core/lib/wpbc_all_translations1.php:
|
5557 |
msgid "Create conditional days filter"
|
5558 |
msgstr ""
|
5559 |
|
5560 |
-
#: core/lib/wpbc_all_translations1.php:
|
5561 |
#: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
|
5562 |
msgid "Apartment#1"
|
5563 |
msgstr ""
|
5564 |
|
5565 |
-
#: core/lib/wpbc_all_translations1.php:
|
5566 |
#: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
|
5567 |
msgid "Apartment#2"
|
5568 |
msgstr ""
|
5569 |
|
5570 |
-
#: core/lib/wpbc_all_translations1.php:
|
5571 |
#: inc/_ps/admin/activation-p.php:48
|
5572 |
msgid "Apartment#3"
|
5573 |
msgstr ""
|
5574 |
|
5575 |
-
#: core/lib/wpbc_all_translations1.php:
|
5576 |
msgid "Range days"
|
5577 |
msgstr ""
|
5578 |
|
5579 |
-
#: core/lib/wpbc_all_translations1.php:
|
5580 |
#, php-format
|
5581 |
msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
|
5582 |
msgstr ""
|
5583 |
|
5584 |
-
#: core/lib/wpbc_all_translations1.php:
|
5585 |
#, php-format
|
5586 |
msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
|
5587 |
msgstr ""
|
5588 |
|
5589 |
-
#: core/lib/wpbc_all_translations1.php:
|
5590 |
#: inc/_bs/admin/api-settings-s.php:138
|
5591 |
msgid "Days selection number"
|
5592 |
msgstr ""
|
5593 |
|
5594 |
-
#: core/lib/wpbc_all_translations1.php:
|
5595 |
#, php-format
|
5596 |
msgid "Type your %snumber of days for range selection%s"
|
5597 |
msgstr ""
|
5598 |
|
5599 |
-
#: core/lib/wpbc_all_translations1.php:
|
5600 |
#: inc/_bs/admin/api-settings-s.php:211
|
5601 |
msgid "Specific day(s) of week"
|
5602 |
msgstr ""
|
5603 |
|
5604 |
-
#: core/lib/wpbc_all_translations1.php:
|
5605 |
#: inc/_bs/admin/api-settings-s.php:215
|
5606 |
msgid "Any day of week"
|
5607 |
msgstr ""
|
5608 |
|
5609 |
-
#: core/lib/wpbc_all_translations1.php:
|
5610 |
#: inc/_bs/admin/api-settings-s.php:223
|
5611 |
msgid "Start day of range"
|
5612 |
msgstr ""
|
5613 |
|
5614 |
-
#: core/lib/wpbc_all_translations1.php:
|
5615 |
#: inc/_bs/admin/api-settings-s.php:252
|
5616 |
msgid "Select your start day of range selection at week"
|
5617 |
msgstr ""
|
5618 |
|
5619 |
-
#: core/lib/wpbc_all_translations1.php:
|
5620 |
#: inc/_bs/admin/api-settings-s.php:157
|
5621 |
msgid "Min"
|
5622 |
msgstr ""
|
5623 |
|
5624 |
-
#: core/lib/wpbc_all_translations1.php:
|
5625 |
#: inc/_bs/admin/api-settings-s.php:175
|
5626 |
msgid "Max"
|
5627 |
msgstr ""
|
5628 |
|
5629 |
-
#: core/lib/wpbc_all_translations1.php:
|
5630 |
#, php-format
|
5631 |
msgid "Select your %sminimum and maximum number of days for range selection%s"
|
5632 |
msgstr ""
|
5633 |
|
5634 |
-
#: core/lib/wpbc_all_translations1.php:
|
5635 |
msgid "Specific days selections"
|
5636 |
msgstr ""
|
5637 |
|
5638 |
-
#: core/lib/wpbc_all_translations1.php:
|
5639 |
#, php-format
|
5640 |
msgid ""
|
5641 |
"Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
|
@@ -5643,632 +5642,632 @@ msgid ""
|
|
5643 |
"this: %s) or combination (example:%s, its the same like this: %s)"
|
5644 |
msgstr ""
|
5645 |
|
5646 |
-
#: core/lib/wpbc_all_translations1.php:
|
5647 |
msgid "Use time selections as recurrent time slots"
|
5648 |
msgstr ""
|
5649 |
|
5650 |
-
#: core/lib/wpbc_all_translations1.php:
|
5651 |
msgid ""
|
5652 |
"Check this box if you want to use recurrent time to reserve several days. This means that middle "
|
5653 |
"days will be partially booked by actual times, otherwise the time in the booking form will be "
|
5654 |
"used as check-in/check-out time for the first and last day of the reservation."
|
5655 |
msgstr ""
|
5656 |
|
5657 |
-
#: core/lib/wpbc_all_translations1.php:
|
5658 |
msgid "Check this option, to use check in/out time during booking process. "
|
5659 |
msgstr ""
|
5660 |
|
5661 |
-
#: core/lib/wpbc_all_translations1.php:
|
5662 |
#, php-format
|
5663 |
msgid "%s Important!%s This will overwrite any times selection in your booking form."
|
5664 |
msgstr ""
|
5665 |
|
5666 |
-
#: core/lib/wpbc_all_translations1.php:
|
5667 |
msgid "Check-in time"
|
5668 |
msgstr ""
|
5669 |
|
5670 |
-
#: core/lib/wpbc_all_translations1.php:
|
5671 |
#, php-format
|
5672 |
msgid "Type your %sCheck-in%s time of booking"
|
5673 |
msgstr ""
|
5674 |
|
5675 |
-
#: core/lib/wpbc_all_translations1.php:
|
5676 |
msgid "Check-Out time"
|
5677 |
msgstr ""
|
5678 |
|
5679 |
-
#: core/lib/wpbc_all_translations1.php:
|
5680 |
#, php-format
|
5681 |
msgid "Type your %sCheck-Out%s time of booking"
|
5682 |
msgstr ""
|
5683 |
|
5684 |
-
#: core/lib/wpbc_all_translations1.php:
|
5685 |
msgid "Change over days as triangles"
|
5686 |
msgstr ""
|
5687 |
|
5688 |
-
#: core/lib/wpbc_all_translations1.php:
|
5689 |
msgid "Check this option, to show change over days as triangles. "
|
5690 |
msgstr ""
|
5691 |
|
5692 |
-
#: core/lib/wpbc_all_translations1.php:
|
5693 |
msgid "Title of booked timeslot(s)"
|
5694 |
msgstr ""
|
5695 |
|
5696 |
-
#: core/lib/wpbc_all_translations1.php:
|
5697 |
#, php-format
|
5698 |
msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
|
5699 |
msgstr ""
|
5700 |
|
5701 |
-
#: core/lib/wpbc_all_translations1.php:
|
5702 |
msgid "Time Format"
|
5703 |
msgstr ""
|
5704 |
|
5705 |
-
#: core/lib/wpbc_all_translations1.php:
|
5706 |
#, php-format
|
5707 |
msgid ""
|
5708 |
"Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
|
5709 |
msgstr ""
|
5710 |
|
5711 |
-
#: core/lib/wpbc_all_translations1.php:
|
5712 |
msgid "Auto approve all new bookings"
|
5713 |
msgstr ""
|
5714 |
|
5715 |
-
#: core/lib/wpbc_all_translations1.php:
|
5716 |
#, php-format
|
5717 |
msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
|
5718 |
msgstr ""
|
5719 |
|
5720 |
-
#: core/lib/wpbc_all_translations1.php:
|
5721 |
#, php-format
|
5722 |
msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
|
5723 |
msgstr ""
|
5724 |
|
5725 |
-
#: core/lib/wpbc_all_translations1.php:
|
5726 |
msgid "Cancel bookings older"
|
5727 |
msgstr ""
|
5728 |
|
5729 |
-
#: core/lib/wpbc_all_translations1.php:
|
5730 |
msgid "Cancel only pending, unpaid bookings, which are older than this selection."
|
5731 |
msgstr ""
|
5732 |
|
5733 |
-
#: core/lib/wpbc_all_translations1.php:
|
5734 |
msgid "Cancellation email sent"
|
5735 |
msgstr ""
|
5736 |
|
5737 |
-
#: core/lib/wpbc_all_translations1.php:
|
5738 |
#, php-format
|
5739 |
msgid "Check this box to %ssend%s cancellation email for this resource."
|
5740 |
msgstr ""
|
5741 |
|
5742 |
-
#: core/lib/wpbc_all_translations1.php:
|
5743 |
#: inc/_bs/admin/api-settings-s.php:560
|
5744 |
msgid "Reason for cancellation"
|
5745 |
msgstr ""
|
5746 |
|
5747 |
-
#: core/lib/wpbc_all_translations1.php:
|
5748 |
#, php-format
|
5749 |
msgid "Type the reason for %scancellation%s for the email template."
|
5750 |
msgstr ""
|
5751 |
|
5752 |
-
#: core/lib/wpbc_all_translations1.php:
|
5753 |
msgid "Payment request"
|
5754 |
msgstr ""
|
5755 |
|
5756 |
-
#: core/lib/wpbc_all_translations1.php:
|
5757 |
msgid "Customization of email template, which is sending to Visitor after payment request"
|
5758 |
msgstr ""
|
5759 |
|
5760 |
-
#: core/lib/wpbc_all_translations1.php:
|
5761 |
msgid "Email with Payment Request which is sending to Visitor."
|
5762 |
msgstr ""
|
5763 |
|
5764 |
-
#: core/lib/wpbc_all_translations1.php:
|
5765 |
msgid "Error! Please reset your check-in/check-out dates above."
|
5766 |
msgstr ""
|
5767 |
|
5768 |
-
#: core/lib/wpbc_all_translations1.php:
|
5769 |
msgid ""
|
5770 |
"Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
|
5771 |
"another date or time."
|
5772 |
msgstr ""
|
5773 |
|
5774 |
-
#: core/lib/wpbc_all_translations1.php:
|
5775 |
msgid ""
|
5776 |
"End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
|
5777 |
"also be earlier that the start time, if only 1 day was selected! Please choose another date or "
|
5778 |
"time."
|
5779 |
msgstr ""
|
5780 |
|
5781 |
-
#: core/lib/wpbc_all_translations1.php:
|
5782 |
msgid "The time(s) may be booked, or already in the past!"
|
5783 |
msgstr ""
|
5784 |
|
5785 |
-
#: core/lib/wpbc_all_translations1.php:
|
5786 |
msgid "Cost saved successfully"
|
5787 |
msgstr ""
|
5788 |
|
5789 |
-
#: core/lib/wpbc_all_translations1.php:
|
5790 |
msgid "Cost is not correct. It must be greater than 0"
|
5791 |
msgstr ""
|
5792 |
|
5793 |
-
#: core/lib/wpbc_all_translations1.php:
|
5794 |
msgid "Request has been sent"
|
5795 |
msgstr ""
|
5796 |
|
5797 |
-
#: core/lib/wpbc_all_translations1.php:
|
5798 |
msgid "Request has failed"
|
5799 |
msgstr ""
|
5800 |
|
5801 |
-
#: core/lib/wpbc_all_translations1.php:
|
5802 |
msgid "The payment status is changed successfully"
|
5803 |
msgstr ""
|
5804 |
|
5805 |
-
#: core/lib/wpbc_all_translations1.php:
|
5806 |
msgid "The changing of payment status is failed"
|
5807 |
msgstr ""
|
5808 |
|
5809 |
-
#: core/lib/wpbc_all_translations1.php:
|
5810 |
msgid "deposit"
|
5811 |
msgstr ""
|
5812 |
|
5813 |
-
#: core/lib/wpbc_all_translations1.php:
|
5814 |
msgid "Total cost"
|
5815 |
msgstr ""
|
5816 |
|
5817 |
-
#: core/lib/wpbc_all_translations1.php:
|
5818 |
msgid "balance"
|
5819 |
msgstr ""
|
5820 |
|
5821 |
-
#: core/lib/wpbc_all_translations1.php:
|
5822 |
#: inc/_bs/s-toolbar.php:94
|
5823 |
msgid "Payment status"
|
5824 |
msgstr ""
|
5825 |
|
5826 |
-
#: core/lib/wpbc_all_translations1.php:
|
5827 |
msgid "Any Status"
|
5828 |
msgstr ""
|
5829 |
|
5830 |
-
#: core/lib/wpbc_all_translations1.php:
|
5831 |
msgid "Unknown Status"
|
5832 |
msgstr ""
|
5833 |
|
5834 |
-
#: core/lib/wpbc_all_translations1.php:
|
5835 |
msgid "Not Completed"
|
5836 |
msgstr ""
|
5837 |
|
5838 |
-
#: core/lib/wpbc_all_translations1.php:
|
5839 |
#: inc/_bs/lib_s.php:334
|
5840 |
msgid "Failed"
|
5841 |
msgstr ""
|
5842 |
|
5843 |
-
#: core/lib/wpbc_all_translations1.php:
|
5844 |
msgid "min"
|
5845 |
msgstr ""
|
5846 |
|
5847 |
-
#: core/lib/wpbc_all_translations1.php:
|
5848 |
msgid "max"
|
5849 |
msgstr ""
|
5850 |
|
5851 |
-
#: core/lib/wpbc_all_translations1.php:
|
5852 |
#: inc/_bs/lib_s.php:327
|
5853 |
msgid "Completed"
|
5854 |
msgstr ""
|
5855 |
|
5856 |
-
#: core/lib/wpbc_all_translations1.php:
|
5857 |
msgid "In-Progress"
|
5858 |
msgstr ""
|
5859 |
|
5860 |
-
#: core/lib/wpbc_all_translations1.php:
|
5861 |
msgid "Partially paid"
|
5862 |
msgstr ""
|
5863 |
|
5864 |
-
#: core/lib/wpbc_all_translations1.php:
|
5865 |
msgid "Cancelled"
|
5866 |
msgstr ""
|
5867 |
|
5868 |
-
#: core/lib/wpbc_all_translations1.php:
|
5869 |
msgid "Refunded"
|
5870 |
msgstr ""
|
5871 |
|
5872 |
-
#: core/lib/wpbc_all_translations1.php:
|
5873 |
msgid "Fraud"
|
5874 |
msgstr ""
|
5875 |
|
5876 |
-
#: core/lib/wpbc_all_translations1.php:
|
5877 |
msgid "!Paid OK"
|
5878 |
msgstr ""
|
5879 |
|
5880 |
-
#: core/lib/wpbc_all_translations1.php:
|
5881 |
msgid "Unknown status"
|
5882 |
msgstr ""
|
5883 |
|
5884 |
-
#: core/lib/wpbc_all_translations1.php:
|
5885 |
msgid "Processed"
|
5886 |
msgstr ""
|
5887 |
|
5888 |
-
#: core/lib/wpbc_all_translations1.php:
|
5889 |
msgid "Canceled_Reversal"
|
5890 |
msgstr ""
|
5891 |
|
5892 |
-
#: core/lib/wpbc_all_translations1.php:
|
5893 |
msgid "Denied"
|
5894 |
msgstr ""
|
5895 |
|
5896 |
-
#: core/lib/wpbc_all_translations1.php:
|
5897 |
msgid "Expired"
|
5898 |
msgstr ""
|
5899 |
|
5900 |
-
#: core/lib/wpbc_all_translations1.php:
|
5901 |
msgid "Partially_Refunded"
|
5902 |
msgstr ""
|
5903 |
|
5904 |
-
#: core/lib/wpbc_all_translations1.php:
|
5905 |
msgid "Reversed"
|
5906 |
msgstr ""
|
5907 |
|
5908 |
-
#: core/lib/wpbc_all_translations1.php:
|
5909 |
msgid "Voided"
|
5910 |
msgstr ""
|
5911 |
|
5912 |
-
#: core/lib/wpbc_all_translations1.php:
|
5913 |
msgid "Not authed"
|
5914 |
msgstr ""
|
5915 |
|
5916 |
-
#: core/lib/wpbc_all_translations1.php:
|
5917 |
msgid "Malformed"
|
5918 |
msgstr ""
|
5919 |
|
5920 |
-
#: core/lib/wpbc_all_translations1.php:
|
5921 |
msgid "Invalid"
|
5922 |
msgstr ""
|
5923 |
|
5924 |
-
#: core/lib/wpbc_all_translations1.php:
|
5925 |
msgid "Abort"
|
5926 |
msgstr ""
|
5927 |
|
5928 |
-
#: core/lib/wpbc_all_translations1.php:
|
5929 |
msgid "Rejected"
|
5930 |
msgstr ""
|
5931 |
|
5932 |
-
#: core/lib/wpbc_all_translations1.php:
|
5933 |
msgid "Suspended"
|
5934 |
msgstr ""
|
5935 |
|
5936 |
-
#: core/lib/wpbc_all_translations1.php:
|
5937 |
msgid "Send payment request to visitor"
|
5938 |
msgstr ""
|
5939 |
|
5940 |
-
#: core/lib/wpbc_all_translations1.php:
|
5941 |
#: inc/_bs/s-toolbar.php:110 inc/_ps/p-toolbar.php:131 inc/_ps/p-toolbar.php:507
|
5942 |
msgid "Print"
|
5943 |
msgstr ""
|
5944 |
|
5945 |
-
#: core/lib/wpbc_all_translations1.php:
|
5946 |
msgid "Save cost"
|
5947 |
msgstr ""
|
5948 |
|
5949 |
-
#: core/lib/wpbc_all_translations1.php:
|
5950 |
msgid "Change status"
|
5951 |
msgstr ""
|
5952 |
|
5953 |
-
#: core/lib/wpbc_all_translations1.php:
|
5954 |
msgid "Send payment request to customer"
|
5955 |
msgstr ""
|
5956 |
|
5957 |
-
#: core/lib/wpbc_all_translations1.php:
|
5958 |
#, php-format
|
5959 |
msgid "Type your %sreason for payment%s request"
|
5960 |
msgstr ""
|
5961 |
|
5962 |
-
#: core/lib/wpbc_all_translations1.php:
|
5963 |
msgid "Send Request"
|
5964 |
msgstr ""
|
5965 |
|
5966 |
-
#: core/lib/wpbc_all_translations1.php:
|
5967 |
msgid "Auto-fill form"
|
5968 |
msgstr ""
|
5969 |
|
5970 |
-
#: core/lib/wpbc_all_translations1.php:
|
5971 |
msgid "Suite"
|
5972 |
msgstr ""
|
5973 |
|
5974 |
-
#: core/lib/wpbc_all_translations1.php:
|
5975 |
#: inc/_ps/admin/br-table-export-feeds.php:89 inc/_ps/admin/br-table-import-gcal-p.php:73
|
5976 |
msgid "User"
|
5977 |
msgstr ""
|
5978 |
|
5979 |
-
#: core/lib/wpbc_all_translations1.php:
|
5980 |
#: inc/_mu/admin/page-users.php:254 inc/_mu/admin/page-users.php:595
|
5981 |
#: inc/_mu/admin/page-users.php:599
|
5982 |
msgid "Super Admin"
|
5983 |
msgstr ""
|
5984 |
|
5985 |
-
#: core/lib/wpbc_all_translations1.php:
|
5986 |
#: inc/_mu/admin/page-users.php:289 inc/_mu/admin/page-users.php:603
|
5987 |
#: inc/_mu/admin/page-users.php:607
|
5988 |
msgid "Regular User"
|
5989 |
msgstr ""
|
5990 |
|
5991 |
-
#: core/lib/wpbc_all_translations1.php:
|
5992 |
msgid "Inactive User"
|
5993 |
msgstr ""
|
5994 |
|
5995 |
-
#: core/lib/wpbc_all_translations1.php:
|
5996 |
#: inc/_mu/admin/page-users.php:433
|
5997 |
msgid "Users"
|
5998 |
msgstr ""
|
5999 |
|
6000 |
-
#: core/lib/wpbc_all_translations1.php:
|
6001 |
msgid "Manage Users"
|
6002 |
msgstr ""
|
6003 |
|
6004 |
-
#: core/lib/wpbc_all_translations1.php:
|
6005 |
msgid "Users Settings"
|
6006 |
msgstr ""
|
6007 |
|
6008 |
-
#: core/lib/wpbc_all_translations1.php:
|
6009 |
#: inc/_mu/multiuser.php:649
|
6010 |
msgid "User is Activated"
|
6011 |
msgstr ""
|
6012 |
|
6013 |
-
#: core/lib/wpbc_all_translations1.php:
|
6014 |
#: inc/_mu/multiuser.php:699
|
6015 |
msgid "User is Deactivated"
|
6016 |
msgstr ""
|
6017 |
|
6018 |
-
#: core/lib/wpbc_all_translations1.php:
|
6019 |
msgid "User Role"
|
6020 |
msgstr ""
|
6021 |
|
6022 |
-
#: core/lib/wpbc_all_translations1.php:
|
6023 |
#: inc/_mu/admin/page-users.php:595 inc/_mu/admin/page-users.php:603
|
6024 |
msgid "Set user as"
|
6025 |
msgstr ""
|
6026 |
|
6027 |
-
#: core/lib/wpbc_all_translations1.php:
|
6028 |
msgid "Unlimited"
|
6029 |
msgstr ""
|
6030 |
|
6031 |
-
#: core/lib/wpbc_all_translations1.php:
|
6032 |
#: inc/_mu/admin/page-users.php:568 inc/_mu/admin/page-users.php:574
|
6033 |
#: inc/_mu/admin/page-users.php:581 inc/_mu/admin/page-users.php:594
|
6034 |
#: inc/_mu/admin/page-users.php:602
|
6035 |
msgid "Do you really want"
|
6036 |
msgstr ""
|
6037 |
|
6038 |
-
#: core/lib/wpbc_all_translations1.php:
|
6039 |
msgid "make user active"
|
6040 |
msgstr ""
|
6041 |
|
6042 |
-
#: core/lib/wpbc_all_translations1.php:
|
6043 |
msgid "Activate"
|
6044 |
msgstr ""
|
6045 |
|
6046 |
-
#: core/lib/wpbc_all_translations1.php:
|
6047 |
msgid "make user inactive"
|
6048 |
msgstr ""
|
6049 |
|
6050 |
-
#: core/lib/wpbc_all_translations1.php:
|
6051 |
msgid "Deactivate"
|
6052 |
msgstr ""
|
6053 |
|
6054 |
-
#: core/lib/wpbc_all_translations1.php:
|
6055 |
msgid "delete configuration"
|
6056 |
msgstr ""
|
6057 |
|
6058 |
-
#: core/lib/wpbc_all_translations1.php:
|
6059 |
msgid "Delete settings"
|
6060 |
msgstr ""
|
6061 |
|
6062 |
-
#: core/lib/wpbc_all_translations1.php:
|
6063 |
msgid "delete all booking data"
|
6064 |
msgstr ""
|
6065 |
|
6066 |
-
#: core/lib/wpbc_all_translations1.php:
|
6067 |
msgid "Delete data"
|
6068 |
msgstr ""
|
6069 |
|
6070 |
-
#: core/lib/wpbc_all_translations1.php:
|
6071 |
msgid "Work days"
|
6072 |
msgstr ""
|
6073 |
|
6074 |
-
#: core/lib/wpbc_all_translations1.php:
|
6075 |
#, php-format
|
6076 |
msgid ""
|
6077 |
"%sYou do not have permissions for this page.%s Your account is not active, please contact "
|
6078 |
"administrator.%s"
|
6079 |
msgstr ""
|
6080 |
|
6081 |
-
#: core/lib/wpbc_all_translations1.php:
|
6082 |
#, php-format
|
6083 |
msgid "%sYou do not have permissions for this booking resources.%s"
|
6084 |
msgstr ""
|
6085 |
|
6086 |
-
#: core/lib/wpbc_all_translations1.php:
|
6087 |
#, php-format
|
6088 |
msgid "%sNo this booking resources.%s"
|
6089 |
msgstr ""
|
6090 |
|
6091 |
-
#: core/lib/wpbc_all_translations1.php:
|
6092 |
msgid "Please, reserve an apartment with fresh flowers."
|
6093 |
msgstr ""
|
6094 |
|
6095 |
-
#: core/lib/wpbc_all_translations1.php:
|
6096 |
msgid "Default booking resource"
|
6097 |
msgstr ""
|
6098 |
|
6099 |
-
#: core/lib/wpbc_all_translations1.php:
|
6100 |
msgid "Select your default booking resource."
|
6101 |
msgstr ""
|
6102 |
|
6103 |
-
#: core/lib/wpbc_all_translations1.php:
|
6104 |
msgid "Resources number per page"
|
6105 |
msgstr ""
|
6106 |
|
6107 |
-
#: core/lib/wpbc_all_translations1.php:
|
6108 |
msgid "Select number of booking resources (single or parent) per page at Resource menu page"
|
6109 |
msgstr ""
|
6110 |
|
6111 |
-
#: core/lib/wpbc_all_translations1.php:
|
6112 |
#: inc/_ps/admin/api-settings-p.php:197
|
6113 |
msgid "Booking title"
|
6114 |
msgstr ""
|
6115 |
|
6116 |
-
#: core/lib/wpbc_all_translations1.php:
|
6117 |
msgid "admin panel"
|
6118 |
msgstr ""
|
6119 |
|
6120 |
-
#: core/lib/wpbc_all_translations1.php:
|
6121 |
#, php-format
|
6122 |
msgid ""
|
6123 |
"Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
|
6124 |
"the shortcodes from the bottom form of Settings Fields page)."
|
6125 |
msgstr ""
|
6126 |
|
6127 |
-
#: core/lib/wpbc_all_translations1.php:
|
6128 |
msgid "front panel"
|
6129 |
msgstr ""
|
6130 |
|
6131 |
-
#: core/lib/wpbc_all_translations1.php:
|
6132 |
#, php-format
|
6133 |
msgid ""
|
6134 |
"Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
|
6135 |
"from the bottom form of Settings Fields page."
|
6136 |
msgstr ""
|
6137 |
|
6138 |
-
#: core/lib/wpbc_all_translations1.php:
|
6139 |
msgid "Booking details in popover"
|
6140 |
msgstr ""
|
6141 |
|
6142 |
-
#: core/lib/wpbc_all_translations1.php:
|
6143 |
#, php-format
|
6144 |
msgid ""
|
6145 |
"Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
|
6146 |
"side."
|
6147 |
msgstr ""
|
6148 |
|
6149 |
-
#: core/lib/wpbc_all_translations1.php:
|
6150 |
msgid "semicolon"
|
6151 |
msgstr ""
|
6152 |
|
6153 |
-
#: core/lib/wpbc_all_translations1.php:
|
6154 |
msgid "comma"
|
6155 |
msgstr ""
|
6156 |
|
6157 |
-
#: core/lib/wpbc_all_translations1.php:
|
6158 |
msgid "CSV data separator"
|
6159 |
msgstr ""
|
6160 |
|
6161 |
-
#: core/lib/wpbc_all_translations1.php:
|
6162 |
msgid "Select separator of data for export bookings to CSV."
|
6163 |
msgstr ""
|
6164 |
|
6165 |
-
#: core/lib/wpbc_all_translations1.php:
|
6166 |
-
#: js/wpbc-gutenberg.js:
|
6167 |
msgid "URL to edit bookings"
|
6168 |
msgstr ""
|
6169 |
|
6170 |
-
#: core/lib/wpbc_all_translations1.php:
|
6171 |
#, php-format
|
6172 |
msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
|
6173 |
msgstr ""
|
6174 |
|
6175 |
-
#: core/lib/wpbc_all_translations1.php:
|
6176 |
msgid "Change hash after the booking is approved"
|
6177 |
msgstr ""
|
6178 |
|
6179 |
-
#: core/lib/wpbc_all_translations1.php:
|
6180 |
msgid ""
|
6181 |
"Check this box if you want to change the booking hash after approval. When checked, visitor will "
|
6182 |
"not be able to edit or cancel the booking."
|
6183 |
msgstr ""
|
6184 |
|
6185 |
-
#: core/lib/wpbc_all_translations1.php:
|
6186 |
msgid "Modified"
|
6187 |
msgstr ""
|
6188 |
|
6189 |
-
#: core/lib/wpbc_all_translations1.php:
|
6190 |
msgid "Customization of email template, which is sending after modification of booking"
|
6191 |
msgstr ""
|
6192 |
|
6193 |
-
#: core/lib/wpbc_all_translations1.php:
|
6194 |
msgid "Email is sending to Visitor after Editing of booking."
|
6195 |
msgstr ""
|
6196 |
|
6197 |
-
#: core/lib/wpbc_all_translations1.php:
|
6198 |
msgid "Customizaton of booking resources"
|
6199 |
msgstr ""
|
6200 |
|
6201 |
-
#: core/lib/wpbc_all_translations1.php:
|
6202 |
#: inc/_ps/admin/page-settings-form.php:157
|
6203 |
msgid "Form fields"
|
6204 |
msgstr ""
|
6205 |
|
6206 |
-
#: core/lib/wpbc_all_translations1.php:
|
6207 |
msgid "Content of Booking Fields"
|
6208 |
msgstr ""
|
6209 |
|
6210 |
-
#: core/lib/wpbc_all_translations1.php:
|
6211 |
msgid "Generate tag"
|
6212 |
msgstr ""
|
6213 |
|
6214 |
-
#: core/lib/wpbc_all_translations1.php:
|
6215 |
#, php-format
|
6216 |
msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
|
6217 |
msgstr ""
|
6218 |
|
6219 |
-
#: core/lib/wpbc_all_translations1.php:
|
6220 |
msgid "Form Template"
|
6221 |
msgstr ""
|
6222 |
|
6223 |
-
#: core/lib/wpbc_all_translations1.php:
|
6224 |
msgid "Standard Templates"
|
6225 |
msgstr ""
|
6226 |
|
6227 |
-
#: core/lib/wpbc_all_translations1.php:
|
6228 |
msgid "Columns"
|
6229 |
msgstr ""
|
6230 |
|
6231 |
-
#: core/lib/wpbc_all_translations1.php:
|
6232 |
msgid "Advanced Templates"
|
6233 |
msgstr ""
|
6234 |
|
6235 |
-
#: core/lib/wpbc_all_translations1.php:
|
6236 |
msgid "Wizard (several steps)"
|
6237 |
msgstr ""
|
6238 |
|
6239 |
-
#: core/lib/wpbc_all_translations1.php:
|
6240 |
msgid "Time slots for different weekdays"
|
6241 |
msgstr ""
|
6242 |
|
6243 |
-
#: core/lib/wpbc_all_translations1.php:
|
6244 |
-
#: inc/_ps/admin/page-settings-form.php:
|
6245 |
msgid "Hints"
|
6246 |
msgstr ""
|
6247 |
|
6248 |
-
#: core/lib/wpbc_all_translations1.php:
|
6249 |
msgid "Reset Form"
|
6250 |
msgstr ""
|
6251 |
|
6252 |
-
#: core/lib/wpbc_all_translations1.php:
|
6253 |
msgid "Both"
|
6254 |
msgstr ""
|
6255 |
|
6256 |
-
#: core/lib/wpbc_all_translations1.php:
|
6257 |
msgid "Reset Booking Form and Content of Booking Fields Form"
|
6258 |
msgstr ""
|
6259 |
|
6260 |
-
#: core/lib/wpbc_all_translations1.php:
|
6261 |
#: inc/gateways/page-gateways.php:1069
|
6262 |
#, php-format
|
6263 |
msgid "%s - inserting data from fields of booking form"
|
6264 |
msgstr ""
|
6265 |
|
6266 |
-
#: core/lib/wpbc_all_translations1.php:
|
6267 |
#, php-format
|
6268 |
msgid "%s - inserting new line"
|
6269 |
msgstr ""
|
6270 |
|
6271 |
-
#: core/lib/wpbc_all_translations1.php:
|
6272 |
#: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:1124
|
6273 |
#, php-format
|
6274 |
msgid ""
|
@@ -6276,138 +6275,138 @@ msgid ""
|
|
6276 |
"that all \"open\" tags (like %s) are closed (like this %s)."
|
6277 |
msgstr ""
|
6278 |
|
6279 |
-
#: core/lib/wpbc_all_translations1.php:
|
6280 |
msgid "Upgrade to higher version"
|
6281 |
msgstr ""
|
6282 |
|
6283 |
-
#: core/lib/wpbc_all_translations1.php:
|
6284 |
msgid "No results found."
|
6285 |
msgstr ""
|
6286 |
|
6287 |
-
#: core/lib/wpbc_all_translations1.php:
|
6288 |
#, php-format
|
6289 |
msgid "Wrap each item with %s tag"
|
6290 |
msgstr ""
|
6291 |
|
6292 |
-
#: core/lib/wpbc_all_translations1.php:
|
6293 |
msgid "Put a label before field"
|
6294 |
msgstr ""
|
6295 |
|
6296 |
-
#: core/lib/wpbc_all_translations1.php:
|
6297 |
#, php-format
|
6298 |
msgid "Make it %sexclusive%s"
|
6299 |
msgstr ""
|
6300 |
|
6301 |
-
#: core/lib/wpbc_all_translations1.php:
|
6302 |
#: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
|
6303 |
#: inc/_ps/form/class-wpbc-field-help-text.php:194
|
6304 |
msgid "Default value"
|
6305 |
msgstr ""
|
6306 |
|
6307 |
-
#: core/lib/wpbc_all_translations1.php:
|
6308 |
#, php-format
|
6309 |
msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
|
6310 |
msgstr ""
|
6311 |
|
6312 |
-
#: core/lib/wpbc_all_translations1.php:
|
6313 |
#: inc/_ps/form/class-wpbc-field-help-select.php:111
|
6314 |
#: inc/_ps/form/class-wpbc-field-help-text.php:177
|
6315 |
msgid "required"
|
6316 |
msgstr ""
|
6317 |
|
6318 |
-
#: core/lib/wpbc_all_translations1.php:
|
6319 |
#: inc/_ps/form/class-wpbc-field-help-select.php:129
|
6320 |
msgid "Titles of options"
|
6321 |
msgstr ""
|
6322 |
|
6323 |
-
#: core/lib/wpbc_all_translations1.php:
|
6324 |
#: inc/_ps/form/class-wpbc-field-help-select.php:86
|
6325 |
#, php-format
|
6326 |
msgid "One Value from %sOptions%s list"
|
6327 |
msgstr ""
|
6328 |
|
6329 |
-
#: core/lib/wpbc_all_translations1.php:
|
6330 |
#, php-format
|
6331 |
msgid "Allow %smultiple%s selections"
|
6332 |
msgstr ""
|
6333 |
|
6334 |
-
#: core/lib/wpbc_all_translations1.php:
|
6335 |
#, php-format
|
6336 |
msgid "Set as %srequired%s"
|
6337 |
msgstr ""
|
6338 |
|
6339 |
-
#: core/lib/wpbc_all_translations1.php:
|
6340 |
msgid "Placeholder"
|
6341 |
msgstr ""
|
6342 |
|
6343 |
-
#: core/lib/wpbc_all_translations1.php:
|
6344 |
msgid "Class"
|
6345 |
msgstr ""
|
6346 |
|
6347 |
-
#: core/lib/wpbc_all_translations1.php:
|
6348 |
msgid "Size"
|
6349 |
msgstr ""
|
6350 |
|
6351 |
-
#: core/lib/wpbc_all_translations1.php:
|
6352 |
msgid "Maxlength"
|
6353 |
msgstr ""
|
6354 |
|
6355 |
-
#: core/lib/wpbc_all_translations1.php:
|
6356 |
msgid "Copy and paste this shortcode into the form at left side"
|
6357 |
msgstr ""
|
6358 |
|
6359 |
-
#: core/lib/wpbc_all_translations1.php:
|
6360 |
#, php-format
|
6361 |
msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
|
6362 |
msgstr ""
|
6363 |
|
6364 |
-
#: core/lib/wpbc_all_translations1.php:
|
6365 |
msgid "Rows"
|
6366 |
msgstr ""
|
6367 |
|
6368 |
-
#: core/lib/wpbc_all_translations1.php:
|
6369 |
msgid "General Information"
|
6370 |
msgstr ""
|
6371 |
|
6372 |
-
#: core/lib/wpbc_all_translations1.php:
|
6373 |
msgid "Required Fields in Booking Form"
|
6374 |
msgstr ""
|
6375 |
|
6376 |
-
#: core/lib/wpbc_all_translations1.php:
|
6377 |
#, php-format
|
6378 |
msgid "You must to have this shortcode:%s in the form."
|
6379 |
msgstr ""
|
6380 |
|
6381 |
-
#: core/lib/wpbc_all_translations1.php:
|
6382 |
msgid ""
|
6383 |
"You can insert several calendars of different resources into the form allowing you to book "
|
6384 |
"several resources during one booking process."
|
6385 |
msgstr ""
|
6386 |
|
6387 |
-
#: core/lib/wpbc_all_translations1.php:
|
6388 |
#, php-format
|
6389 |
msgid "Example: %s."
|
6390 |
msgstr ""
|
6391 |
|
6392 |
-
#: core/lib/wpbc_all_translations1.php:
|
6393 |
#, php-format
|
6394 |
msgid ""
|
6395 |
"where %s – default calendar %s (you can select desired resource of calendar by inserting "
|
6396 |
"shortcode into page)%s"
|
6397 |
msgstr ""
|
6398 |
|
6399 |
-
#: core/lib/wpbc_all_translations1.php:
|
6400 |
#: inc/_ps/form/class-wpbc-form-help.php:123
|
6401 |
#, php-format
|
6402 |
msgid "%s – calendar of booking resource with %s"
|
6403 |
msgstr ""
|
6404 |
|
6405 |
-
#: core/lib/wpbc_all_translations1.php:
|
6406 |
#, php-format
|
6407 |
msgid "Please check more about this feature %shere%s."
|
6408 |
msgstr ""
|
6409 |
|
6410 |
-
#: core/lib/wpbc_all_translations1.php:
|
6411 |
#: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
|
6412 |
#: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
|
6413 |
#: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
|
@@ -6417,82 +6416,82 @@ msgstr ""
|
|
6417 |
msgid "You can %suse this shortcode only once%s in the form."
|
6418 |
msgstr ""
|
6419 |
|
6420 |
-
#: core/lib/wpbc_all_translations1.php:
|
6421 |
msgid "Email Field"
|
6422 |
msgstr ""
|
6423 |
|
6424 |
-
#: core/lib/wpbc_all_translations1.php:
|
6425 |
#, php-format
|
6426 |
msgid "You must have this shortcode:%s in the booking form."
|
6427 |
msgstr ""
|
6428 |
|
6429 |
-
#: core/lib/wpbc_all_translations1.php:
|
6430 |
msgid "This is the primary email field, which is used for sending emails to visitors."
|
6431 |
msgstr ""
|
6432 |
|
6433 |
-
#: core/lib/wpbc_all_translations1.php:
|
6434 |
msgid "Drop Down"
|
6435 |
msgstr ""
|
6436 |
|
6437 |
-
#: core/lib/wpbc_all_translations1.php:
|
6438 |
msgid "Checkbox(es)"
|
6439 |
msgstr ""
|
6440 |
|
6441 |
-
#: core/lib/wpbc_all_translations1.php:
|
6442 |
msgid "Radio Button(s)"
|
6443 |
msgstr ""
|
6444 |
|
6445 |
-
#: core/lib/wpbc_all_translations1.php:
|
6446 |
#, php-format
|
6447 |
msgid "Insert %s shortcode to prevent SPAM bookings."
|
6448 |
msgstr ""
|
6449 |
|
6450 |
-
#: core/lib/wpbc_all_translations1.php:
|
6451 |
msgid "Submit Button"
|
6452 |
msgstr ""
|
6453 |
|
6454 |
-
#: core/lib/wpbc_all_translations1.php:
|
6455 |
msgid "Times Fields"
|
6456 |
msgstr ""
|
6457 |
|
6458 |
-
#: core/lib/wpbc_all_translations1.php:
|
6459 |
msgid "Time Slot List"
|
6460 |
msgstr ""
|
6461 |
|
6462 |
-
#: core/lib/wpbc_all_translations1.php:
|
6463 |
#: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
|
6464 |
#: inc/_ps/form/class-wpbc-form-help.php:379
|
6465 |
#, php-format
|
6466 |
msgid "Select the %s using the predefined %sTime List%s."
|
6467 |
msgstr ""
|
6468 |
|
6469 |
-
#: core/lib/wpbc_all_translations1.php:
|
6470 |
msgid "Time Slot"
|
6471 |
msgstr ""
|
6472 |
|
6473 |
-
#: core/lib/wpbc_all_translations1.php:
|
6474 |
#, php-format
|
6475 |
msgid ""
|
6476 |
"Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
|
6477 |
"slots, this time field will %sdisable booked times slots%s (set them as grayed)."
|
6478 |
msgstr ""
|
6479 |
|
6480 |
-
#: core/lib/wpbc_all_translations1.php:
|
6481 |
#, php-format
|
6482 |
msgid "It works only in %ssingle day selection%s mode."
|
6483 |
msgstr ""
|
6484 |
|
6485 |
-
#: core/lib/wpbc_all_translations1.php:
|
6486 |
msgid ""
|
6487 |
"Also some early versions of the IE do not support disabling of the options in the selectboxes."
|
6488 |
msgstr ""
|
6489 |
|
6490 |
-
#: core/lib/wpbc_all_translations1.php:
|
6491 |
msgid ""
|
6492 |
"Even if visitor selects the booked timeslot, system will not allow them to make the booking."
|
6493 |
msgstr ""
|
6494 |
|
6495 |
-
#: core/lib/wpbc_all_translations1.php:
|
6496 |
#: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
|
6497 |
#, php-format
|
6498 |
msgid ""
|
@@ -6500,117 +6499,117 @@ msgid ""
|
|
6500 |
"Time)%s only."
|
6501 |
msgstr ""
|
6502 |
|
6503 |
-
#: core/lib/wpbc_all_translations1.php:
|
6504 |
#, php-format
|
6505 |
msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
|
6506 |
msgstr ""
|
6507 |
|
6508 |
-
#: core/lib/wpbc_all_translations1.php:
|
6509 |
msgid "Start Time - Text field"
|
6510 |
msgstr ""
|
6511 |
|
6512 |
-
#: core/lib/wpbc_all_translations1.php:
|
6513 |
#: inc/_ps/form/class-wpbc-form-help.php:288
|
6514 |
#, php-format
|
6515 |
msgid "Enter %s in text field."
|
6516 |
msgstr ""
|
6517 |
|
6518 |
-
#: core/lib/wpbc_all_translations1.php:
|
6519 |
#: inc/_ps/admin/api-settings-p.php:115 inc/_ps/form/class-wpbc-form-help.php:275
|
6520 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
|
6521 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
|
6522 |
msgid "Start Time"
|
6523 |
msgstr ""
|
6524 |
|
6525 |
-
#: core/lib/wpbc_all_translations1.php:
|
6526 |
#: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
|
6527 |
#, php-format
|
6528 |
msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
|
6529 |
msgstr ""
|
6530 |
|
6531 |
-
#: core/lib/wpbc_all_translations1.php:
|
6532 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
6533 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
|
6534 |
#, php-format
|
6535 |
msgid "You can also use the %s in the form."
|
6536 |
msgstr ""
|
6537 |
|
6538 |
-
#: core/lib/wpbc_all_translations1.php:
|
6539 |
#: inc/_ps/admin/api-settings-p.php:134 inc/_ps/form/class-wpbc-form-help.php:279
|
6540 |
#: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
|
6541 |
#: inc/_ps/form/class-wpbc-form-help.php:340
|
6542 |
msgid "End Time"
|
6543 |
msgstr ""
|
6544 |
|
6545 |
-
#: core/lib/wpbc_all_translations1.php:
|
6546 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
6547 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
|
6548 |
msgid "Duration Time"
|
6549 |
msgstr ""
|
6550 |
|
6551 |
-
#: core/lib/wpbc_all_translations1.php:
|
6552 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
6553 |
#: inc/_ps/form/class-wpbc-form-help.php:344
|
6554 |
msgid "fields"
|
6555 |
msgstr ""
|
6556 |
|
6557 |
-
#: core/lib/wpbc_all_translations1.php:
|
6558 |
msgid "End Time - Text field"
|
6559 |
msgstr ""
|
6560 |
|
6561 |
-
#: core/lib/wpbc_all_translations1.php:
|
6562 |
msgid "Start Time - Drop Down list"
|
6563 |
msgstr ""
|
6564 |
|
6565 |
-
#: core/lib/wpbc_all_translations1.php:
|
6566 |
#, php-format
|
6567 |
msgid ""
|
6568 |
"Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
|
6569 |
"Time)%s only."
|
6570 |
msgstr ""
|
6571 |
|
6572 |
-
#: core/lib/wpbc_all_translations1.php:
|
6573 |
msgid "End Time - Drop Down list"
|
6574 |
msgstr ""
|
6575 |
|
6576 |
-
#: core/lib/wpbc_all_translations1.php:
|
6577 |
msgid "Duration Time - Drop Down list"
|
6578 |
msgstr ""
|
6579 |
|
6580 |
-
#: core/lib/wpbc_all_translations1.php:
|
6581 |
msgid "field"
|
6582 |
msgstr ""
|
6583 |
|
6584 |
-
#: core/lib/wpbc_all_translations1.php:
|
6585 |
msgid "Different time slots, for the different week days"
|
6586 |
msgstr ""
|
6587 |
|
6588 |
-
#: core/lib/wpbc_all_translations1.php:
|
6589 |
msgid ""
|
6590 |
"This feature provides the possibility to use the different time slot selections in the booking "
|
6591 |
"form for the different week days or different days - which are assigned to the specific season "
|
6592 |
"filters. So each week day (day of specific season filter) can have a different time slots list."
|
6593 |
msgstr ""
|
6594 |
|
6595 |
-
#: core/lib/wpbc_all_translations1.php:
|
6596 |
#: inc/_ps/form/class-wpbc-form-help.php:568
|
6597 |
msgid "Configuration"
|
6598 |
msgstr ""
|
6599 |
|
6600 |
-
#: core/lib/wpbc_all_translations1.php:
|
6601 |
#: inc/_ps/form/class-wpbc-form-help.php:569
|
6602 |
#, php-format
|
6603 |
msgid "The general structure of the configuration %scondition rule%s is as follows"
|
6604 |
msgstr ""
|
6605 |
|
6606 |
-
#: core/lib/wpbc_all_translations1.php:
|
6607 |
#: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
|
6608 |
#: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
|
6609 |
#: inc/_ps/form/class-wpbc-form-help.php:619
|
6610 |
msgid "Parameters"
|
6611 |
msgstr ""
|
6612 |
|
6613 |
-
#: core/lib/wpbc_all_translations1.php:
|
6614 |
#: inc/_ps/form/class-wpbc-form-help.php:576
|
6615 |
#, php-format
|
6616 |
msgid ""
|
@@ -6620,7 +6619,7 @@ msgid ""
|
|
6620 |
"conditions. Please check more about it, in the examples."
|
6621 |
msgstr ""
|
6622 |
|
6623 |
-
#: core/lib/wpbc_all_translations1.php:
|
6624 |
#: inc/_ps/form/class-wpbc-form-help.php:577
|
6625 |
#, php-format
|
6626 |
msgid ""
|
@@ -6631,7 +6630,7 @@ msgid ""
|
|
6631 |
"filter in the Season Filters page."
|
6632 |
msgstr ""
|
6633 |
|
6634 |
-
#: core/lib/wpbc_all_translations1.php:
|
6635 |
#, php-format
|
6636 |
msgid ""
|
6637 |
"%svalue%s – value of the specific conditions. If the value is true, the content of the "
|
@@ -6640,47 +6639,47 @@ msgid ""
|
|
6640 |
"at initial stage, when the date in calendar is not yet selected."
|
6641 |
msgstr ""
|
6642 |
|
6643 |
-
#: core/lib/wpbc_all_translations1.php:
|
6644 |
#: inc/_ps/form/class-wpbc-form-help.php:580
|
6645 |
msgid "Examples"
|
6646 |
msgstr ""
|
6647 |
|
6648 |
-
#: core/lib/wpbc_all_translations1.php:
|
6649 |
#: inc/_ps/form/class-wpbc-form-help.php:581
|
6650 |
msgid "Week days conditions."
|
6651 |
msgstr ""
|
6652 |
|
6653 |
-
#: core/lib/wpbc_all_translations1.php:
|
6654 |
#: inc/_ps/form/class-wpbc-form-help.php:597
|
6655 |
msgid "default value, if no dates are selected, or none exist conditions are true."
|
6656 |
msgstr ""
|
6657 |
|
6658 |
-
#: core/lib/wpbc_all_translations1.php:
|
6659 |
#: inc/_ps/form/class-wpbc-form-help.php:475
|
6660 |
msgid "You can use the several values, separated by comma."
|
6661 |
msgstr ""
|
6662 |
|
6663 |
-
#: core/lib/wpbc_all_translations1.php:
|
6664 |
#: inc/_ps/form/class-wpbc-form-help.php:607
|
6665 |
msgid "Season filters conditions."
|
6666 |
msgstr ""
|
6667 |
|
6668 |
-
#: core/lib/wpbc_all_translations1.php:
|
6669 |
#: inc/_ps/form/class-wpbc-form-help.php:620
|
6670 |
msgid "Season filter on the Season Filters page,"
|
6671 |
msgstr ""
|
6672 |
|
6673 |
-
#: core/lib/wpbc_all_translations1.php:
|
6674 |
#: inc/_ps/form/class-wpbc-form-help.php:621
|
6675 |
msgid "Season filter on the Season Filters page"
|
6676 |
msgstr ""
|
6677 |
|
6678 |
-
#: core/lib/wpbc_all_translations1.php:
|
6679 |
#: inc/_ps/form/class-wpbc-form-help.php:624
|
6680 |
msgid "Additional info"
|
6681 |
msgstr ""
|
6682 |
|
6683 |
-
#: core/lib/wpbc_all_translations1.php:
|
6684 |
#: inc/_ps/form/class-wpbc-form-help.php:625
|
6685 |
#, php-format
|
6686 |
msgid ""
|
@@ -6688,103 +6687,103 @@ msgid ""
|
|
6688 |
"section."
|
6689 |
msgstr ""
|
6690 |
|
6691 |
-
#: core/lib/wpbc_all_translations1.php:
|
6692 |
#: inc/_ps/form/class-wpbc-form-help.php:626
|
6693 |
#, php-format
|
6694 |
msgid "Please check more about this feature at %sthis page%s"
|
6695 |
msgstr ""
|
6696 |
|
6697 |
-
#: core/lib/wpbc_all_translations1.php:
|
6698 |
msgid "Time Field"
|
6699 |
msgstr ""
|
6700 |
|
6701 |
-
#: core/lib/wpbc_all_translations1.php:
|
6702 |
#, php-format
|
6703 |
msgid "Enter the %sTime%s using the text field."
|
6704 |
msgstr ""
|
6705 |
|
6706 |
-
#: core/lib/wpbc_all_translations1.php:
|
6707 |
msgid "This field does not impact to availability (booking for the specific time) ."
|
6708 |
msgstr ""
|
6709 |
|
6710 |
-
#: core/lib/wpbc_all_translations1.php:
|
6711 |
msgid "The value of this field is just saved into DB."
|
6712 |
msgstr ""
|
6713 |
|
6714 |
-
#: core/lib/wpbc_all_translations1.php:
|
6715 |
msgid "Country List"
|
6716 |
msgstr ""
|
6717 |
|
6718 |
-
#: core/lib/wpbc_all_translations1.php:
|
6719 |
msgid "Select the country from the predefined country list."
|
6720 |
msgstr ""
|
6721 |
|
6722 |
-
#: core/lib/wpbc_all_translations1.php:
|
6723 |
#, php-format
|
6724 |
msgid "You can customize the country list at this file: %s"
|
6725 |
msgstr ""
|
6726 |
|
6727 |
-
#: core/lib/wpbc_all_translations1.php:
|
6728 |
msgid "You can insert this field with default selected value."
|
6729 |
msgstr ""
|
6730 |
|
6731 |
-
#: core/lib/wpbc_all_translations1.php:
|
6732 |
#, php-format
|
6733 |
msgid "Example: %s - %s\"United States\"%s is selected by default."
|
6734 |
msgstr ""
|
6735 |
|
6736 |
-
#: core/lib/wpbc_all_translations1.php:
|
6737 |
msgid "Language Sections"
|
6738 |
msgstr ""
|
6739 |
|
6740 |
-
#: core/lib/wpbc_all_translations1.php:
|
6741 |
msgid "Plugin support configurations of the booking form are available in different languages."
|
6742 |
msgstr ""
|
6743 |
|
6744 |
-
#: core/lib/wpbc_all_translations1.php:
|
6745 |
msgid "The active language of the booking form depends on the active locale of the site."
|
6746 |
msgstr ""
|
6747 |
|
6748 |
-
#: core/lib/wpbc_all_translations1.php:
|
6749 |
msgid ""
|
6750 |
"Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
|
6751 |
msgstr ""
|
6752 |
|
6753 |
-
#: core/lib/wpbc_all_translations1.php:
|
6754 |
msgid "Usage"
|
6755 |
msgstr ""
|
6756 |
|
6757 |
-
#: core/lib/wpbc_all_translations1.php:
|
6758 |
#, php-format
|
6759 |
msgid "start new translation section in specific language, where %s - locale of the translation."
|
6760 |
msgstr ""
|
6761 |
|
6762 |
-
#: core/lib/wpbc_all_translations1.php:
|
6763 |
msgid "English and French translation"
|
6764 |
msgstr ""
|
6765 |
|
6766 |
-
#: core/lib/wpbc_all_translations1.php:
|
6767 |
msgid "of configuration booking form in English and French languages"
|
6768 |
msgstr ""
|
6769 |
|
6770 |
-
#: core/lib/wpbc_all_translations1.php:
|
6771 |
msgid ""
|
6772 |
"Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
|
6773 |
"translation\" page. Required WPML 3.2 with String Translation plugin."
|
6774 |
msgstr ""
|
6775 |
|
6776 |
-
#: core/lib/wpbc_all_translations1.php:
|
6777 |
msgid "Different form fields, for the different week days"
|
6778 |
msgstr ""
|
6779 |
|
6780 |
-
#: core/lib/wpbc_all_translations1.php:
|
6781 |
msgid ""
|
6782 |
"This feature provides the possibility to show the different form fields or any other HTML "
|
6783 |
"content in the booking form, depending on the selection of specific week day in calendar or "
|
6784 |
"different days, which are assigned to the specific season filters"
|
6785 |
msgstr ""
|
6786 |
|
6787 |
-
#: core/lib/wpbc_all_translations1.php:
|
6788 |
#, php-format
|
6789 |
msgid ""
|
6790 |
"%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
|
@@ -6793,54 +6792,54 @@ msgid ""
|
|
6793 |
"at initial stage, when the date in calendar is not yet selected."
|
6794 |
msgstr ""
|
6795 |
|
6796 |
-
#: core/lib/wpbc_all_translations1.php:
|
6797 |
msgid "You can use several values, separated by comma."
|
6798 |
msgstr ""
|
6799 |
|
6800 |
-
#: core/lib/wpbc_all_translations1.php:
|
6801 |
msgid "You can use several values, separated by a comma."
|
6802 |
msgstr ""
|
6803 |
|
6804 |
-
#: core/lib/wpbc_all_translations1.php:
|
6805 |
msgid "Cost Fields"
|
6806 |
msgstr ""
|
6807 |
|
6808 |
-
#: core/lib/wpbc_all_translations1.php:
|
6809 |
msgid "Cost Correction Field"
|
6810 |
msgstr ""
|
6811 |
|
6812 |
-
#: core/lib/wpbc_all_translations1.php:
|
6813 |
#, php-format
|
6814 |
msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
|
6815 |
msgstr ""
|
6816 |
|
6817 |
-
#: core/lib/wpbc_all_translations1.php:
|
6818 |
#, php-format
|
6819 |
msgid "Use this field for %scorrecting the cost%s during adding new booking."
|
6820 |
msgstr ""
|
6821 |
|
6822 |
-
#: core/lib/wpbc_all_translations1.php:
|
6823 |
msgid "Discount Coupon field"
|
6824 |
msgstr ""
|
6825 |
|
6826 |
-
#: core/lib/wpbc_all_translations1.php:
|
6827 |
msgid "Please use this field for possibility to use coupon discounts by your visitors."
|
6828 |
msgstr ""
|
6829 |
|
6830 |
-
#: core/lib/wpbc_all_translations1.php:
|
6831 |
#, php-format
|
6832 |
msgid "You can configure the discount coupon codes at this %spage%s."
|
6833 |
msgstr ""
|
6834 |
|
6835 |
-
#: core/lib/wpbc_all_translations1.php:
|
6836 |
msgid "Hints for your form"
|
6837 |
msgstr ""
|
6838 |
|
6839 |
-
#: core/lib/wpbc_all_translations1.php:
|
6840 |
msgid "Cost Hints"
|
6841 |
msgstr ""
|
6842 |
|
6843 |
-
#: core/lib/wpbc_all_translations1.php:
|
6844 |
#: inc/_ps/form/class-wpbc-form-help.php:697
|
6845 |
#, php-format
|
6846 |
msgid ""
|
@@ -6848,16 +6847,16 @@ msgid ""
|
|
6848 |
"calendar or options in checkboxes or selectboxes)%s."
|
6849 |
msgstr ""
|
6850 |
|
6851 |
-
#: core/lib/wpbc_all_translations1.php:
|
6852 |
msgid "Dates and Times Hints"
|
6853 |
msgstr ""
|
6854 |
|
6855 |
-
#: core/lib/wpbc_all_translations1.php:
|
6856 |
#: inc/gateways/page-gateways.php:1094
|
6857 |
msgid "Selected Check In date."
|
6858 |
msgstr ""
|
6859 |
|
6860 |
-
#: core/lib/wpbc_all_translations1.php:
|
6861 |
#: inc/_bm/admin/page-cost-advanced.php:698 inc/_ps/form/class-wpbc-form-help.php:700
|
6862 |
#: inc/_ps/form/class-wpbc-form-help.php:703 inc/_ps/form/class-wpbc-form-help.php:706
|
6863 |
#: inc/_ps/form/class-wpbc-form-help.php:709 inc/_ps/form/class-wpbc-form-help.php:712
|
@@ -6872,91 +6871,91 @@ msgstr ""
|
|
6872 |
msgid "Example:"
|
6873 |
msgstr ""
|
6874 |
|
6875 |
-
#: core/lib/wpbc_all_translations1.php:
|
6876 |
#: inc/_ps/form/class-wpbc-form-help.php:705 inc/gateways/page-gateways.php:1097
|
6877 |
msgid "Selected Check Out date."
|
6878 |
msgstr ""
|
6879 |
|
6880 |
-
#: core/lib/wpbc_all_translations1.php:
|
6881 |
#: inc/gateways/page-gateways.php:1100
|
6882 |
msgid "Selected Start Time."
|
6883 |
msgstr ""
|
6884 |
|
6885 |
-
#: core/lib/wpbc_all_translations1.php:
|
6886 |
#: inc/gateways/page-gateways.php:1103
|
6887 |
msgid "Selected End Time."
|
6888 |
msgstr ""
|
6889 |
|
6890 |
-
#: core/lib/wpbc_all_translations1.php:
|
6891 |
#: inc/gateways/page-gateways.php:1106
|
6892 |
msgid "All selected dates."
|
6893 |
msgstr ""
|
6894 |
|
6895 |
-
#: core/lib/wpbc_all_translations1.php:
|
6896 |
#: inc/gateways/page-gateways.php:1109
|
6897 |
msgid "All selected dates with times."
|
6898 |
msgstr ""
|
6899 |
|
6900 |
-
#: core/lib/wpbc_all_translations1.php:
|
6901 |
#: inc/gateways/page-gateways.php:1112
|
6902 |
msgid "All selected dates in \"short\" format."
|
6903 |
msgstr ""
|
6904 |
|
6905 |
-
#: core/lib/wpbc_all_translations1.php:
|
6906 |
#: inc/gateways/page-gateways.php:1115
|
6907 |
msgid "All selected dates with times in \"short\" format.."
|
6908 |
msgstr ""
|
6909 |
|
6910 |
-
#: core/lib/wpbc_all_translations1.php:
|
6911 |
#: inc/_ps/form/class-wpbc-form-help.php:726 inc/gateways/page-gateways.php:1118
|
6912 |
msgid "Number of selected days."
|
6913 |
msgstr ""
|
6914 |
|
6915 |
-
#: core/lib/wpbc_all_translations1.php:
|
6916 |
#: inc/_ps/form/class-wpbc-form-help.php:729 inc/gateways/page-gateways.php:1121
|
6917 |
msgid "Number of selected nights."
|
6918 |
msgstr ""
|
6919 |
|
6920 |
-
#: core/lib/wpbc_all_translations1.php:
|
6921 |
msgid "Other Hints"
|
6922 |
msgstr ""
|
6923 |
|
6924 |
-
#: core/lib/wpbc_all_translations1.php:
|
6925 |
#: inc/_ps/form/class-wpbc-form-help.php:743 inc/gateways/page-gateways.php:1072
|
6926 |
msgid "title of booking resource"
|
6927 |
msgstr ""
|
6928 |
|
6929 |
-
#: core/lib/wpbc_all_translations1.php:
|
6930 |
msgid "ID of booking resource."
|
6931 |
msgstr ""
|
6932 |
|
6933 |
-
#: core/lib/wpbc_all_translations1.php:
|
6934 |
msgid "cost of booking resource."
|
6935 |
msgstr ""
|
6936 |
|
6937 |
-
#: core/lib/wpbc_all_translations1.php:
|
6938 |
msgid "capacity of booking resource."
|
6939 |
msgstr ""
|
6940 |
|
6941 |
-
#: core/lib/wpbc_all_translations1.php:
|
6942 |
msgid "maximum number of visitors per booking resource."
|
6943 |
msgstr ""
|
6944 |
|
6945 |
-
#: core/lib/wpbc_all_translations1.php:
|
6946 |
msgid "Tips and Tricks"
|
6947 |
msgstr ""
|
6948 |
|
6949 |
-
#: core/lib/wpbc_all_translations1.php:
|
6950 |
#, php-format
|
6951 |
msgid "%sEmail verification field%s."
|
6952 |
msgstr ""
|
6953 |
|
6954 |
-
#: core/lib/wpbc_all_translations1.php:
|
6955 |
#, php-format
|
6956 |
msgid "%sDescription of usage%s."
|
6957 |
msgstr ""
|
6958 |
|
6959 |
-
#: core/lib/wpbc_all_translations1.php:
|
6960 |
#, php-format
|
6961 |
msgid ""
|
6962 |
"To create verification email, you need to use special CSS class in other email field. This CSS "
|
@@ -6964,214 +6963,214 @@ msgid ""
|
|
6964 |
"field: %s"
|
6965 |
msgstr ""
|
6966 |
|
6967 |
-
#: core/lib/wpbc_all_translations1.php:
|
6968 |
#, php-format
|
6969 |
msgid "%sExample%s."
|
6970 |
msgstr ""
|
6971 |
|
6972 |
-
#: core/lib/wpbc_all_translations1.php:
|
6973 |
msgid "confirmation email field of the primary email field"
|
6974 |
msgstr ""
|
6975 |
|
6976 |
-
#: core/lib/wpbc_all_translations1.php:
|
6977 |
msgid "Generate Tag"
|
6978 |
msgstr ""
|
6979 |
|
6980 |
-
#: core/lib/wpbc_all_translations1.php:
|
6981 |
msgid "Select option to configure or show help info about tags"
|
6982 |
msgstr ""
|
6983 |
|
6984 |
-
#: core/lib/wpbc_all_translations1.php:
|
6985 |
msgid "Keyword"
|
6986 |
msgstr ""
|
6987 |
|
6988 |
-
#: core/lib/wpbc_all_translations1.php:
|
6989 |
msgid "Enter Keyword here"
|
6990 |
msgstr ""
|
6991 |
|
6992 |
-
#: core/lib/wpbc_all_translations1.php:
|
6993 |
msgid ""
|
6994 |
"Save filter settings as default template (Please, click Apply filter button, before saving!)"
|
6995 |
msgstr ""
|
6996 |
|
6997 |
-
#: core/lib/wpbc_all_translations1.php:
|
6998 |
msgid "Save as Default"
|
6999 |
msgstr ""
|
7000 |
|
7001 |
-
#: core/lib/wpbc_all_translations1.php:
|
7002 |
msgid "Delete your previously saved default filer template!"
|
7003 |
msgstr ""
|
7004 |
|
7005 |
-
#: core/lib/wpbc_all_translations1.php:
|
7006 |
msgid "Delete template"
|
7007 |
msgstr ""
|
7008 |
|
7009 |
-
#: core/lib/wpbc_all_translations1.php:
|
7010 |
msgid "Print bookings listing"
|
7011 |
msgstr ""
|
7012 |
|
7013 |
-
#: core/lib/wpbc_all_translations1.php:
|
7014 |
msgid "Export only current page of bookings to CSV format"
|
7015 |
msgstr ""
|
7016 |
|
7017 |
-
#: core/lib/wpbc_all_translations1.php:
|
7018 |
msgid "Export All"
|
7019 |
msgstr ""
|
7020 |
|
7021 |
-
#: core/lib/wpbc_all_translations1.php:
|
7022 |
msgid "Export All bookings to CSV format"
|
7023 |
msgstr ""
|
7024 |
|
7025 |
-
#: core/lib/wpbc_all_translations1.php:
|
7026 |
msgid "Edit Note"
|
7027 |
msgstr ""
|
7028 |
|
7029 |
-
#: core/lib/wpbc_all_translations1.php:
|
7030 |
msgid "Change Language"
|
7031 |
msgstr ""
|
7032 |
|
7033 |
-
#: core/lib/wpbc_all_translations1.php:
|
7034 |
msgid "Default Locale"
|
7035 |
msgstr ""
|
7036 |
|
7037 |
-
#: core/lib/wpbc_all_translations1.php:
|
7038 |
msgid "Change Resource"
|
7039 |
msgstr ""
|
7040 |
|
7041 |
-
#: core/lib/wpbc_all_translations1.php:
|
7042 |
#: inc/_ps/personal.php:2150
|
7043 |
msgid "Duplicate Booking"
|
7044 |
msgstr ""
|
7045 |
|
7046 |
-
#: core/lib/wpbc_all_translations1.php:
|
7047 |
msgid "Save"
|
7048 |
msgstr ""
|
7049 |
|
7050 |
-
#: core/lib/wpbc_all_translations1.php:
|
7051 |
msgid "Change"
|
7052 |
msgstr ""
|
7053 |
|
7054 |
-
#: core/lib/wpbc_all_translations1.php:
|
7055 |
msgid "Print bookings"
|
7056 |
msgstr ""
|
7057 |
|
7058 |
-
#: core/lib/wpbc_all_translations1.php:
|
7059 |
msgid "Export bookings"
|
7060 |
msgstr ""
|
7061 |
|
7062 |
-
#: core/lib/wpbc_all_translations1.php:
|
7063 |
msgid "Download the CSV file of exported booking data"
|
7064 |
msgstr ""
|
7065 |
|
7066 |
-
#: core/lib/wpbc_all_translations1.php:
|
7067 |
msgid "Download"
|
7068 |
msgstr ""
|
7069 |
|
7070 |
-
#: core/lib/wpbc_all_translations1.php:
|
7071 |
msgid "Clear booking resources selection"
|
7072 |
msgstr ""
|
7073 |
|
7074 |
-
#: core/lib/wpbc_all_translations1.php:
|
7075 |
msgid "Apply booking resources selection"
|
7076 |
msgstr ""
|
7077 |
|
7078 |
-
#: core/lib/wpbc_all_translations1.php:
|
7079 |
msgid ""
|
7080 |
"Please note, its not possible to add new resources, if \"All resources\" option is selected. "
|
7081 |
"Please clear the selection, then add new resources."
|
7082 |
msgstr ""
|
7083 |
|
7084 |
-
#: core/lib/wpbc_all_translations1.php:
|
7085 |
msgid "Add New Booking Resource(s)"
|
7086 |
msgstr ""
|
7087 |
|
7088 |
-
#: core/lib/wpbc_all_translations1.php:
|
7089 |
msgid "Enter name of booking resource"
|
7090 |
msgstr ""
|
7091 |
|
7092 |
-
#: core/lib/wpbc_all_translations1.php:
|
7093 |
msgid "Resources count"
|
7094 |
msgstr ""
|
7095 |
|
7096 |
-
#: core/lib/wpbc_all_translations1.php:
|
7097 |
msgid "This booking resources does not exist"
|
7098 |
msgstr ""
|
7099 |
|
7100 |
-
#: core/lib/wpbc_all_translations1.php:
|
7101 |
msgid "Generating columns"
|
7102 |
msgstr ""
|
7103 |
|
7104 |
-
#: core/lib/wpbc_all_translations1.php:
|
7105 |
msgid "Exporting booking data"
|
7106 |
msgstr ""
|
7107 |
|
7108 |
-
#: core/lib/wpbc_all_translations1.php:
|
7109 |
msgid "Generating content of file"
|
7110 |
msgstr ""
|
7111 |
|
7112 |
-
#: core/lib/wpbc_all_translations1.php:
|
7113 |
msgid "Saving to file"
|
7114 |
msgstr ""
|
7115 |
|
7116 |
-
#: core/lib/wpbc_all_translations1.php:
|
7117 |
msgid "The booking was canceled by the visitor."
|
7118 |
msgstr ""
|
7119 |
|
7120 |
-
#: core/lib/wpbc_all_translations1.php:
|
7121 |
msgid "The booking has been canceled successfully"
|
7122 |
msgstr ""
|
7123 |
|
7124 |
-
#: core/lib/wpbc_all_translations1.php:
|
7125 |
msgid "Incorrect date format"
|
7126 |
msgstr ""
|
7127 |
|
7128 |
-
#: core/lib/wpbc_all_translations1.php:
|
7129 |
msgid "Change your Booking"
|
7130 |
msgstr ""
|
7131 |
|
7132 |
-
#: core/lib/wpbc_all_translations1.php:
|
7133 |
msgid "Cancel Booking"
|
7134 |
msgstr ""
|
7135 |
|
7136 |
-
#: core/lib/wpbc_all_translations1.php:
|
7137 |
msgid "Warning! The resource was not changed. Current dates are already booked there."
|
7138 |
msgstr ""
|
7139 |
|
7140 |
-
#: core/lib/wpbc_all_translations1.php:
|
7141 |
msgid "The booking has been duplicated successfully"
|
7142 |
msgstr ""
|
7143 |
|
7144 |
-
#: core/lib/wpbc_all_translations1.php:
|
7145 |
msgid "Warning! Operation failed. Current dates are already booked there."
|
7146 |
msgstr ""
|
7147 |
|
7148 |
-
#: core/lib/wpbc_all_translations1.php:
|
7149 |
msgid "Sending request..."
|
7150 |
msgstr ""
|
7151 |
|
7152 |
-
#: core/lib/wpbc_all_translations1.php:
|
7153 |
msgid "Order number"
|
7154 |
msgstr ""
|
7155 |
|
7156 |
-
#: core/lib/wpbc_all_translations1.php:
|
7157 |
msgid "Register"
|
7158 |
msgstr ""
|
7159 |
|
7160 |
-
#: core/lib/wpbc_all_translations1.php:
|
7161 |
msgid ""
|
7162 |
"Please, enter order number of your purchased version, which you received to your billing email."
|
7163 |
msgstr ""
|
7164 |
|
7165 |
-
#: core/lib/wpbc_all_translations1.php:
|
7166 |
#, php-format
|
7167 |
msgid "If you will get any difficulties or have a questions, please contact by email %s"
|
7168 |
msgstr ""
|
7169 |
|
7170 |
-
#: core/lib/wpbc_all_translations1.php:
|
7171 |
msgid "Default form"
|
7172 |
msgstr ""
|
7173 |
|
7174 |
-
#: core/lib/wpbc_all_translations1.php:
|
7175 |
#: inc/_ps/wpbc-check-updates.php:230
|
7176 |
#, php-format
|
7177 |
msgid ""
|
@@ -7179,44 +7178,44 @@ msgid ""
|
|
7179 |
"version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
|
7180 |
msgstr ""
|
7181 |
|
7182 |
-
#: core/lib/wpbc_all_translations1.php:
|
7183 |
#: inc/_ps/wpbc-check-updates.php:128 inc/_ps/wpbc-check-updates.php:236
|
7184 |
#, php-format
|
7185 |
msgid "You can request the new update of plugin on %1$sthis page%2$s."
|
7186 |
msgstr ""
|
7187 |
|
7188 |
-
#: core/lib/wpbc_all_translations1.php:
|
7189 |
msgid "Upgrade Notice"
|
7190 |
msgstr ""
|
7191 |
|
7192 |
-
#: core/lib/wpbc_all_translations1.php:
|
7193 |
#, php-format
|
7194 |
msgid "Version %s By %s"
|
7195 |
msgstr ""
|
7196 |
|
7197 |
-
#: core/lib/wpbc_all_translations1.php:
|
7198 |
msgid "View details"
|
7199 |
msgstr ""
|
7200 |
|
7201 |
-
#: core/lib/wpbc_all_translations1.php:
|
7202 |
#: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
|
7203 |
#: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
|
7204 |
msgid "First Name (required)"
|
7205 |
msgstr ""
|
7206 |
|
7207 |
-
#: core/lib/wpbc_all_translations1.php:
|
7208 |
#: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
|
7209 |
#: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
|
7210 |
msgid "Last Name (required)"
|
7211 |
msgstr ""
|
7212 |
|
7213 |
-
#: core/lib/wpbc_all_translations1.php:
|
7214 |
#: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
|
7215 |
#: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
|
7216 |
msgid "Email (required)"
|
7217 |
msgstr ""
|
7218 |
|
7219 |
-
#: core/lib/wpbc_all_translations1.php:
|
7220 |
#: inc/_ps/wpbc-form-templates.php:52 inc/_ps/wpbc-form-templates.php:72
|
7221 |
#: inc/_ps/wpbc-form-templates.php:95 inc/_ps/wpbc-form-templates.php:117
|
7222 |
#: inc/_ps/wpbc-form-templates.php:147 inc/_ps/wpbc-form-templates.php:159
|
@@ -7225,21 +7224,21 @@ msgstr ""
|
|
7225 |
msgid "Phone"
|
7226 |
msgstr ""
|
7227 |
|
7228 |
-
#: core/lib/wpbc_all_translations1.php:
|
7229 |
#: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
|
7230 |
#: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:148
|
7231 |
#: inc/_ps/wpbc-form-templates.php:164 inc/_ps/wpbc-form-templates.php:179
|
7232 |
msgid "Adults"
|
7233 |
msgstr ""
|
7234 |
|
7235 |
-
#: core/lib/wpbc_all_translations1.php:
|
7236 |
#: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
|
7237 |
#: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:149
|
7238 |
#: inc/_ps/wpbc-form-templates.php:165 inc/_ps/wpbc-form-templates.php:180
|
7239 |
msgid "Children"
|
7240 |
msgstr ""
|
7241 |
|
7242 |
-
#: core/lib/wpbc_all_translations1.php:
|
7243 |
#: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
|
7244 |
#: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:123
|
7245 |
#: inc/_ps/wpbc-form-templates.php:150 inc/_ps/wpbc-form-templates.php:166
|
@@ -7247,116 +7246,116 @@ msgstr ""
|
|
7247 |
msgid "Details"
|
7248 |
msgstr ""
|
7249 |
|
7250 |
-
#: core/lib/wpbc_all_translations1.php:
|
7251 |
#: inc/_ps/wpbc-form-templates.php:59 inc/_ps/wpbc-form-templates.php:79
|
7252 |
#: inc/_ps/wpbc-form-templates.php:102 inc/_ps/wpbc-form-templates.php:125
|
7253 |
msgid "I Accept term and conditions"
|
7254 |
msgstr ""
|
7255 |
|
7256 |
-
#: core/lib/wpbc_all_translations1.php:
|
7257 |
#: inc/_ps/wpbc-form-templates.php:68
|
7258 |
msgid "Select Times"
|
7259 |
msgstr ""
|
7260 |
|
7261 |
-
#: core/lib/wpbc_all_translations1.php:
|
7262 |
#: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
|
7263 |
#: inc/_ps/wpbc-form-templates.php:118
|
7264 |
msgid "Address (required)"
|
7265 |
msgstr ""
|
7266 |
|
7267 |
-
#: core/lib/wpbc_all_translations1.php:
|
7268 |
#: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
|
7269 |
#: inc/_ps/wpbc-form-templates.php:119
|
7270 |
msgid "City (required)"
|
7271 |
msgstr ""
|
7272 |
|
7273 |
-
#: core/lib/wpbc_all_translations1.php:
|
7274 |
#: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
|
7275 |
#: inc/_ps/wpbc-form-templates.php:120
|
7276 |
msgid "Post code (required)"
|
7277 |
msgstr ""
|
7278 |
|
7279 |
-
#: core/lib/wpbc_all_translations1.php:
|
7280 |
#: inc/_ps/wpbc-form-templates.php:76 inc/_ps/wpbc-form-templates.php:99
|
7281 |
#: inc/_ps/wpbc-form-templates.php:121
|
7282 |
msgid "Country (required)"
|
7283 |
msgstr ""
|
7284 |
|
7285 |
-
#: core/lib/wpbc_all_translations1.php:
|
7286 |
msgid "night(s)"
|
7287 |
msgstr ""
|
7288 |
|
7289 |
-
#: core/lib/wpbc_all_translations1.php:
|
7290 |
#: inc/_ps/wpbc-form-templates.php:112
|
7291 |
msgid "Full cost of the booking"
|
7292 |
msgstr ""
|
7293 |
|
7294 |
-
#: core/lib/wpbc_all_translations1.php:
|
7295 |
#: inc/_ps/wpbc-form-templates.php:194
|
7296 |
msgid "Visitors"
|
7297 |
msgstr ""
|
7298 |
|
7299 |
-
#: core/lib/wpbc_all_translations1.php:
|
7300 |
#: inc/_ps/wpbc-form-templates.php:157 inc/_ps/wpbc-form-templates.php:172
|
7301 |
#: inc/_ps/wpbc-form-templates.php:187
|
7302 |
msgid "Last Name"
|
7303 |
msgstr ""
|
7304 |
|
7305 |
-
#: core/lib/wpbc_all_translations1.php:
|
7306 |
#: inc/_ps/wpbc-form-templates.php:158 inc/_ps/wpbc-form-templates.php:173
|
7307 |
#: inc/_ps/wpbc-form-templates.php:188
|
7308 |
msgid "Email"
|
7309 |
msgstr ""
|
7310 |
|
7311 |
-
#: core/lib/wpbc_all_translations1.php:
|
7312 |
#: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
|
7313 |
msgid "Address"
|
7314 |
msgstr ""
|
7315 |
|
7316 |
-
#: core/lib/wpbc_all_translations1.php:
|
7317 |
#: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
|
7318 |
msgid "City"
|
7319 |
msgstr ""
|
7320 |
|
7321 |
-
#: core/lib/wpbc_all_translations1.php:
|
7322 |
#: inc/_ps/wpbc-form-templates.php:177 inc/_ps/wpbc-form-templates.php:192
|
7323 |
msgid "Post code"
|
7324 |
msgstr ""
|
7325 |
|
7326 |
-
#: core/lib/wpbc_all_translations1.php:
|
7327 |
#: inc/_ps/wpbc-form-templates.php:178 inc/_ps/wpbc-form-templates.php:193
|
7328 |
#: inc/gateways/page-gateways.php:361
|
7329 |
msgid "Country"
|
7330 |
msgstr ""
|
7331 |
|
7332 |
-
#: core/lib/wpbc_all_translations1.php:
|
7333 |
#: inc/_ps/wpbc-form-templates.php:242 inc/_ps/wpbc-form-templates.php:252
|
7334 |
#: inc/_ps/wpbc-form-templates.php:262 inc/_ps/wpbc-form-templates.php:272
|
7335 |
msgid "Check in"
|
7336 |
msgstr ""
|
7337 |
|
7338 |
-
#: core/lib/wpbc_all_translations1.php:
|
7339 |
#: inc/_ps/wpbc-form-templates.php:243 inc/_ps/wpbc-form-templates.php:253
|
7340 |
#: inc/_ps/wpbc-form-templates.php:263 inc/_ps/wpbc-form-templates.php:273
|
7341 |
msgid "Check out"
|
7342 |
msgstr ""
|
7343 |
|
7344 |
-
#: core/lib/wpbc_all_translations1.php:
|
7345 |
#: inc/_ps/wpbc-form-templates.php:244 inc/_ps/wpbc-form-templates.php:254
|
7346 |
#: inc/_ps/wpbc-form-templates.php:264 inc/_ps/wpbc-form-templates.php:274
|
7347 |
msgid "Guests"
|
7348 |
msgstr ""
|
7349 |
|
7350 |
-
#: core/lib/wpbc_all_translations1.php:
|
7351 |
#: inc/_ps/wpbc-form-templates.php:334 inc/_ps/wpbc-form-templates.php:351
|
7352 |
msgid "Max. persons"
|
7353 |
msgstr ""
|
7354 |
|
7355 |
-
#: core/lib/wpbc_all_translations1.php:
|
7356 |
msgid "Data"
|
7357 |
msgstr ""
|
7358 |
|
7359 |
-
#: core/lib/wpbc_all_translations1.php:
|
7360 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:219
|
7361 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:379 inc/gateways/ipay88/wpbc-gw-ipay88.php:318
|
7362 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:147 inc/gateways/paypal/wpbc-gw-paypal.php:365
|
@@ -7364,20 +7363,20 @@ msgstr ""
|
|
7364 |
msgid "Enable this payment gateway"
|
7365 |
msgstr ""
|
7366 |
|
7367 |
-
#: core/lib/wpbc_all_translations1.php:
|
7368 |
msgid "API Login ID"
|
7369 |
msgstr ""
|
7370 |
|
7371 |
-
#: core/lib/wpbc_all_translations1.php:
|
7372 |
#, php-format
|
7373 |
msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
|
7374 |
msgstr ""
|
7375 |
|
7376 |
-
#: core/lib/wpbc_all_translations1.php:
|
7377 |
msgid "Transaction Key"
|
7378 |
msgstr ""
|
7379 |
|
7380 |
-
#: core/lib/wpbc_all_translations1.php:
|
7381 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:561
|
7382 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:578
|
7383 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:593
|
@@ -7385,97 +7384,97 @@ msgstr ""
|
|
7385 |
msgid "This parameter have to assigned to you by %s"
|
7386 |
msgstr ""
|
7387 |
|
7388 |
-
#: core/lib/wpbc_all_translations1.php:
|
7389 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:420 inc/gateways/paypal/wpbc-gw-paypal.php:444
|
7390 |
#: inc/gateways/sage/wpbc-gw-sage.php:424
|
7391 |
msgid "Chose payment mode"
|
7392 |
msgstr ""
|
7393 |
|
7394 |
-
#: core/lib/wpbc_all_translations1.php:
|
7395 |
msgid ""
|
7396 |
"Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
|
7397 |
"for using Developer account."
|
7398 |
msgstr ""
|
7399 |
|
7400 |
-
#: core/lib/wpbc_all_translations1.php:
|
7401 |
msgid ""
|
7402 |
"Transactions posted against live merchant accounts using either of the above testing methods are "
|
7403 |
"not submitted to financial institutions for authorization and are not stored in the Merchant "
|
7404 |
"Interface."
|
7405 |
msgstr ""
|
7406 |
|
7407 |
-
#: core/lib/wpbc_all_translations1.php:
|
7408 |
msgid "Developer Test"
|
7409 |
msgstr ""
|
7410 |
|
7411 |
-
#: core/lib/wpbc_all_translations1.php:
|
7412 |
msgid "Live Test"
|
7413 |
msgstr ""
|
7414 |
|
7415 |
-
#: core/lib/wpbc_all_translations1.php:
|
7416 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:450
|
7417 |
msgid "Live"
|
7418 |
msgstr ""
|
7419 |
|
7420 |
-
#: core/lib/wpbc_all_translations1.php:
|
7421 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:428 inc/gateways/sage/wpbc-gw-sage.php:438
|
7422 |
msgid "Transaction type"
|
7423 |
msgstr ""
|
7424 |
|
7425 |
-
#: core/lib/wpbc_all_translations1.php:
|
7426 |
msgid "Select transaction type, which supported by the payment gateway."
|
7427 |
msgstr ""
|
7428 |
|
7429 |
-
#: core/lib/wpbc_all_translations1.php:
|
7430 |
msgid "Authorization and Capture"
|
7431 |
msgstr ""
|
7432 |
|
7433 |
-
#: core/lib/wpbc_all_translations1.php:
|
7434 |
msgid "Authorization Only"
|
7435 |
msgstr ""
|
7436 |
|
7437 |
-
#: core/lib/wpbc_all_translations1.php:
|
7438 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:459 inc/gateways/sage/wpbc-gw-sage.php:453
|
7439 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:614
|
7440 |
msgid "U.S. Dollars"
|
7441 |
msgstr ""
|
7442 |
|
7443 |
-
#: core/lib/wpbc_all_translations1.php:
|
7444 |
#: inc/gateways/sage/wpbc-gw-sage.php:451 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:615
|
7445 |
msgid "Pounds Sterling"
|
7446 |
msgstr ""
|
7447 |
|
7448 |
-
#: core/lib/wpbc_all_translations1.php:
|
7449 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:460 inc/gateways/sage/wpbc-gw-sage.php:452
|
7450 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:616
|
7451 |
msgid "Euros"
|
7452 |
msgstr ""
|
7453 |
|
7454 |
-
#: core/lib/wpbc_all_translations1.php:
|
7455 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:464 inc/gateways/sage/wpbc-gw-sage.php:456
|
7456 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:617
|
7457 |
msgid "Canadian Dollars"
|
7458 |
msgstr ""
|
7459 |
|
7460 |
-
#: core/lib/wpbc_all_translations1.php:
|
7461 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:369 inc/gateways/paypal/wpbc-gw-paypal.php:487
|
7462 |
#: inc/gateways/sage/wpbc-gw-sage.php:478 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:758
|
7463 |
msgid "Accepted Currency"
|
7464 |
msgstr ""
|
7465 |
|
7466 |
-
#: core/lib/wpbc_all_translations1.php:
|
7467 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:370 inc/gateways/paypal/wpbc-gw-paypal.php:488
|
7468 |
#: inc/gateways/sage/wpbc-gw-sage.php:479 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:759
|
7469 |
msgid "The currency code that gateway will process the payment in."
|
7470 |
msgstr ""
|
7471 |
|
7472 |
-
#: core/lib/wpbc_all_translations1.php:
|
7473 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:762
|
7474 |
msgid ""
|
7475 |
"Setting the currency that is not supported by the payment processor will result in an error."
|
7476 |
msgstr ""
|
7477 |
|
7478 |
-
#: core/lib/wpbc_all_translations1.php:
|
7479 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:419
|
7480 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1052 inc/gateways/ideal/wpbc-gw-ideal.php:310
|
7481 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:458 inc/gateways/ideal/wpbc-gw-ideal.php:459
|
@@ -7490,21 +7489,21 @@ msgstr ""
|
|
7490 |
msgid "Pay via"
|
7491 |
msgstr ""
|
7492 |
|
7493 |
-
#: core/lib/wpbc_all_translations1.php:
|
7494 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:460 inc/gateways/ipay88/wpbc-gw-ipay88.php:381
|
7495 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:518 inc/gateways/sage/wpbc-gw-sage.php:490
|
7496 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:834
|
7497 |
msgid "Payment button title"
|
7498 |
msgstr ""
|
7499 |
|
7500 |
-
#: core/lib/wpbc_all_translations1.php:
|
7501 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:461 inc/gateways/ipay88/wpbc-gw-ipay88.php:382
|
7502 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:519 inc/gateways/sage/wpbc-gw-sage.php:491
|
7503 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:835
|
7504 |
msgid "Enter the title of the payment button"
|
7505 |
msgstr ""
|
7506 |
|
7507 |
-
#: core/lib/wpbc_all_translations1.php:
|
7508 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:433
|
7509 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1048 inc/gateways/ideal/wpbc-gw-ideal.php:472
|
7510 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:473 inc/gateways/ideal/wpbc-gw-ideal.php:1044
|
@@ -7519,104 +7518,104 @@ msgstr ""
|
|
7519 |
msgid "Payment for booking %s on these day(s): %s"
|
7520 |
msgstr ""
|
7521 |
|
7522 |
-
#: core/lib/wpbc_all_translations1.php:
|
7523 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ipay88/wpbc-gw-ipay88.php:395
|
7524 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:546 inc/gateways/sage/wpbc-gw-sage.php:504
|
7525 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:848
|
7526 |
msgid "Payment description at gateway website"
|
7527 |
msgstr ""
|
7528 |
|
7529 |
-
#: core/lib/wpbc_all_translations1.php:
|
7530 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:396
|
7531 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:547 inc/gateways/sage/wpbc-gw-sage.php:505
|
7532 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:849
|
7533 |
msgid "Enter the service name or the reason for the payment here."
|
7534 |
msgstr ""
|
7535 |
|
7536 |
-
#: core/lib/wpbc_all_translations1.php:
|
7537 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:476 inc/gateways/ipay88/wpbc-gw-ipay88.php:397
|
7538 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:548 inc/gateways/sage/wpbc-gw-sage.php:506
|
7539 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:850
|
7540 |
msgid "You can use any shortcodes, which you have used in content of booking fields data form."
|
7541 |
msgstr ""
|
7542 |
|
7543 |
-
#: core/lib/wpbc_all_translations1.php:
|
7544 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:479 inc/gateways/ipay88/wpbc-gw-ipay88.php:400
|
7545 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:551 inc/gateways/sage/wpbc-gw-sage.php:509
|
7546 |
#, php-format
|
7547 |
msgid "This field support only up to %s characters by payment system."
|
7548 |
msgstr ""
|
7549 |
|
7550 |
-
#: core/lib/wpbc_all_translations1.php:
|
7551 |
msgid "Activate Relay Response"
|
7552 |
msgstr ""
|
7553 |
|
7554 |
-
#: core/lib/wpbc_all_translations1.php:
|
7555 |
msgid ""
|
7556 |
"Indicate to the payment gateway that you would like to receive the transaction response to your "
|
7557 |
"site."
|
7558 |
msgstr ""
|
7559 |
|
7560 |
-
#: core/lib/wpbc_all_translations1.php:
|
7561 |
msgid ""
|
7562 |
"You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
|
7563 |
"Interface, if a Relay Response is activated here."
|
7564 |
msgstr ""
|
7565 |
|
7566 |
-
#: core/lib/wpbc_all_translations1.php:
|
7567 |
msgid "MD5 Hash value"
|
7568 |
msgstr ""
|
7569 |
|
7570 |
-
#: core/lib/wpbc_all_translations1.php:
|
7571 |
msgid ""
|
7572 |
"Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
|
7573 |
msgstr ""
|
7574 |
|
7575 |
-
#: core/lib/wpbc_all_translations1.php:
|
7576 |
msgid "To configure MD5 Hash value in Relay Response for your transactions"
|
7577 |
msgstr ""
|
7578 |
|
7579 |
-
#: core/lib/wpbc_all_translations1.php:
|
7580 |
msgid "Log on to the Merchant Interface"
|
7581 |
msgstr ""
|
7582 |
|
7583 |
-
#: core/lib/wpbc_all_translations1.php:
|
7584 |
msgid "Click Settings under Account in the main menu on the left"
|
7585 |
msgstr ""
|
7586 |
|
7587 |
-
#: core/lib/wpbc_all_translations1.php:
|
7588 |
msgid "Click MD5-Hash in the Security Settings section"
|
7589 |
msgstr ""
|
7590 |
|
7591 |
-
#: core/lib/wpbc_all_translations1.php:
|
7592 |
msgid "Enter this value"
|
7593 |
msgstr ""
|
7594 |
|
7595 |
-
#: core/lib/wpbc_all_translations1.php:
|
7596 |
msgid "Click Submit"
|
7597 |
msgstr ""
|
7598 |
|
7599 |
-
#: core/lib/wpbc_all_translations1.php:
|
7600 |
#, php-format
|
7601 |
msgid ""
|
7602 |
"For more information about configuring Relay Response in the Merchant Interface, please see the "
|
7603 |
"%sMerchant Integration Guide%s"
|
7604 |
msgstr ""
|
7605 |
|
7606 |
-
#: core/lib/wpbc_all_translations1.php:
|
7607 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:507 inc/gateways/ipay88/wpbc-gw-ipay88.php:421
|
7608 |
#: inc/gateways/sage/wpbc-gw-sage.php:530 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:874
|
7609 |
msgid "Return URL after Successful order"
|
7610 |
msgstr ""
|
7611 |
|
7612 |
-
#: core/lib/wpbc_all_translations1.php:
|
7613 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:437
|
7614 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:612 inc/gateways/sage/wpbc-gw-sage.php:546
|
7615 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:892
|
7616 |
msgid "The URL where visitor will be redirected after completing payment."
|
7617 |
msgstr ""
|
7618 |
|
7619 |
-
#: core/lib/wpbc_all_translations1.php:
|
7620 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:524 inc/gateways/ipay88/wpbc-gw-ipay88.php:438
|
7621 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:613 inc/gateways/sage/wpbc-gw-sage.php:547
|
7622 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:893
|
@@ -7624,20 +7623,20 @@ msgstr ""
|
|
7624 |
msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
|
7625 |
msgstr ""
|
7626 |
|
7627 |
-
#: core/lib/wpbc_all_translations1.php:
|
7628 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:538 inc/gateways/ipay88/wpbc-gw-ipay88.php:452
|
7629 |
#: inc/gateways/sage/wpbc-gw-sage.php:561 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:908
|
7630 |
msgid "Return URL after Failed order"
|
7631 |
msgstr ""
|
7632 |
|
7633 |
-
#: core/lib/wpbc_all_translations1.php:
|
7634 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:554 inc/gateways/ipay88/wpbc-gw-ipay88.php:468
|
7635 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:643 inc/gateways/sage/wpbc-gw-sage.php:577
|
7636 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:926
|
7637 |
msgid "The URL where the visitor will be redirected after completing payment."
|
7638 |
msgstr ""
|
7639 |
|
7640 |
-
#: core/lib/wpbc_all_translations1.php:
|
7641 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:555 inc/gateways/ipay88/wpbc-gw-ipay88.php:469
|
7642 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:644 inc/gateways/sage/wpbc-gw-sage.php:578
|
7643 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:927
|
@@ -7645,21 +7644,21 @@ msgstr ""
|
|
7645 |
msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
|
7646 |
msgstr ""
|
7647 |
|
7648 |
-
#: core/lib/wpbc_all_translations1.php:
|
7649 |
msgid "Automatically approve booking"
|
7650 |
msgstr ""
|
7651 |
|
7652 |
-
#: core/lib/wpbc_all_translations1.php:
|
7653 |
msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
|
7654 |
msgstr ""
|
7655 |
|
7656 |
-
#: core/lib/wpbc_all_translations1.php:
|
7657 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/paypal/wpbc-gw-paypal.php:661
|
7658 |
#: inc/gateways/sage/wpbc-gw-sage.php:591 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:941
|
7659 |
msgid "This will not work, if the visitor leaves the payment page."
|
7660 |
msgstr ""
|
7661 |
|
7662 |
-
#: core/lib/wpbc_all_translations1.php:
|
7663 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
|
7664 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
|
7665 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:447
|
@@ -7673,11 +7672,11 @@ msgstr ""
|
|
7673 |
msgid "%s Settings"
|
7674 |
msgstr ""
|
7675 |
|
7676 |
-
#: core/lib/wpbc_all_translations1.php:
|
7677 |
msgid "Integration of authorizenet payment system"
|
7678 |
msgstr ""
|
7679 |
|
7680 |
-
#: core/lib/wpbc_all_translations1.php:
|
7681 |
#, php-format
|
7682 |
msgid ""
|
7683 |
"If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
|
@@ -7685,233 +7684,233 @@ msgid ""
|
|
7685 |
"gateway."
|
7686 |
msgstr ""
|
7687 |
|
7688 |
-
#: core/lib/wpbc_all_translations1.php:
|
7689 |
msgid ""
|
7690 |
"Please configure all fields inside the Billing form fields tab at this page, when using a "
|
7691 |
"European payment processor"
|
7692 |
msgstr ""
|
7693 |
|
7694 |
-
#: core/lib/wpbc_all_translations1.php:
|
7695 |
msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
|
7696 |
msgstr ""
|
7697 |
|
7698 |
-
#: core/lib/wpbc_all_translations1.php:
|
7699 |
#, php-format
|
7700 |
msgid "%s - Server Integration Method (SIM)"
|
7701 |
msgstr ""
|
7702 |
|
7703 |
-
#: core/lib/wpbc_all_translations1.php:
|
7704 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:159
|
7705 |
msgid "Payment method description that the customer will see on your payment page."
|
7706 |
msgstr ""
|
7707 |
|
7708 |
-
#: core/lib/wpbc_all_translations1.php:
|
7709 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
|
7710 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
|
7711 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
|
7712 |
msgid "Bank Transfer"
|
7713 |
msgstr ""
|
7714 |
|
7715 |
-
#: core/lib/wpbc_all_translations1.php:
|
7716 |
msgid "Integration of Bank Transfer payment system"
|
7717 |
msgstr ""
|
7718 |
|
7719 |
-
#: core/lib/wpbc_all_translations1.php:
|
7720 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:466
|
7721 |
msgid "Account details"
|
7722 |
msgstr ""
|
7723 |
|
7724 |
-
#: core/lib/wpbc_all_translations1.php:
|
7725 |
#, php-format
|
7726 |
msgid "Allow payments by %sdirect bank / wire transfer%s"
|
7727 |
msgstr ""
|
7728 |
|
7729 |
-
#: core/lib/wpbc_all_translations1.php:
|
7730 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:364
|
7731 |
msgid "Its only show fixed payment details."
|
7732 |
msgstr ""
|
7733 |
|
7734 |
-
#: core/lib/wpbc_all_translations1.php:
|
7735 |
msgid "Sort Code"
|
7736 |
msgstr ""
|
7737 |
|
7738 |
-
#: core/lib/wpbc_all_translations1.php:
|
7739 |
#, php-format
|
7740 |
msgid ""
|
7741 |
"Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
|
7742 |
"the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
|
7743 |
msgstr ""
|
7744 |
|
7745 |
-
#: core/lib/wpbc_all_translations1.php:
|
7746 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:738
|
7747 |
msgid "Account Number"
|
7748 |
msgstr ""
|
7749 |
|
7750 |
-
#: core/lib/wpbc_all_translations1.php:
|
7751 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:741
|
7752 |
msgid "IBAN"
|
7753 |
msgstr ""
|
7754 |
|
7755 |
-
#: core/lib/wpbc_all_translations1.php:
|
7756 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:742
|
7757 |
msgid "BIC / Swift"
|
7758 |
msgstr ""
|
7759 |
|
7760 |
-
#: core/lib/wpbc_all_translations1.php:
|
7761 |
msgid "Account Name"
|
7762 |
msgstr ""
|
7763 |
|
7764 |
-
#: core/lib/wpbc_all_translations1.php:
|
7765 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:325
|
7766 |
msgid "Bank Name"
|
7767 |
msgstr ""
|
7768 |
|
7769 |
-
#: core/lib/wpbc_all_translations1.php:
|
7770 |
msgid "BSB"
|
7771 |
msgstr ""
|
7772 |
|
7773 |
-
#: core/lib/wpbc_all_translations1.php:
|
7774 |
msgid "Bank Transit Number"
|
7775 |
msgstr ""
|
7776 |
|
7777 |
-
#: core/lib/wpbc_all_translations1.php:
|
7778 |
msgid "IFSC"
|
7779 |
msgstr ""
|
7780 |
|
7781 |
-
#: core/lib/wpbc_all_translations1.php:
|
7782 |
msgid "Branch Sort"
|
7783 |
msgstr ""
|
7784 |
|
7785 |
-
#: core/lib/wpbc_all_translations1.php:
|
7786 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:792
|
7787 |
msgid "Bank Code"
|
7788 |
msgstr ""
|
7789 |
|
7790 |
-
#: core/lib/wpbc_all_translations1.php:
|
7791 |
msgid "Routing Number"
|
7792 |
msgstr ""
|
7793 |
|
7794 |
-
#: core/lib/wpbc_all_translations1.php:
|
7795 |
msgid "Branch Code"
|
7796 |
msgstr ""
|
7797 |
|
7798 |
-
#: core/lib/wpbc_all_translations1.php:
|
7799 |
#, php-format
|
7800 |
msgid "%s - inserting all bank accounts details"
|
7801 |
msgstr ""
|
7802 |
|
7803 |
-
#: core/lib/wpbc_all_translations1.php:
|
7804 |
#, php-format
|
7805 |
msgid "%s - inserting account name"
|
7806 |
msgstr ""
|
7807 |
|
7808 |
-
#: core/lib/wpbc_all_translations1.php:
|
7809 |
#, php-format
|
7810 |
msgid "%s - inserting account number"
|
7811 |
msgstr ""
|
7812 |
|
7813 |
-
#: core/lib/wpbc_all_translations1.php:
|
7814 |
#, php-format
|
7815 |
msgid "%s - inserting bank name "
|
7816 |
msgstr ""
|
7817 |
|
7818 |
-
#: core/lib/wpbc_all_translations1.php:
|
7819 |
#, php-format
|
7820 |
msgid "%s - inserting sort code "
|
7821 |
msgstr ""
|
7822 |
|
7823 |
-
#: core/lib/wpbc_all_translations1.php:
|
7824 |
#, php-format
|
7825 |
msgid "%s - inserting IBAN "
|
7826 |
msgstr ""
|
7827 |
|
7828 |
-
#: core/lib/wpbc_all_translations1.php:
|
7829 |
#, php-format
|
7830 |
msgid "%s - inserting BIC "
|
7831 |
msgstr ""
|
7832 |
|
7833 |
-
#: core/lib/wpbc_all_translations1.php:
|
7834 |
msgid ""
|
7835 |
"You can use any shortcodes, that you can use in payment description form at Settings Payment "
|
7836 |
"General page"
|
7837 |
msgstr ""
|
7838 |
|
7839 |
-
#: core/lib/wpbc_all_translations1.php:
|
7840 |
msgid "+ Add Account"
|
7841 |
msgstr ""
|
7842 |
|
7843 |
-
#: core/lib/wpbc_all_translations1.php:
|
7844 |
msgid "Remove selected account(s)"
|
7845 |
msgstr ""
|
7846 |
|
7847 |
-
#: core/lib/wpbc_all_translations1.php:
|
7848 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:570
|
7849 |
msgid "Successful payment"
|
7850 |
msgstr ""
|
7851 |
|
7852 |
-
#: core/lib/wpbc_all_translations1.php:
|
7853 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:573
|
7854 |
msgid " Parameters are incorrect,"
|
7855 |
msgstr ""
|
7856 |
|
7857 |
-
#: core/lib/wpbc_all_translations1.php:
|
7858 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:575
|
7859 |
msgid "Cannot find the record"
|
7860 |
msgstr ""
|
7861 |
|
7862 |
-
#: core/lib/wpbc_all_translations1.php:
|
7863 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:577
|
7864 |
msgid "Amount different"
|
7865 |
msgstr ""
|
7866 |
|
7867 |
-
#: core/lib/wpbc_all_translations1.php:
|
7868 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:579
|
7869 |
msgid "Payment failed"
|
7870 |
msgstr ""
|
7871 |
|
7872 |
-
#: core/lib/wpbc_all_translations1.php:
|
7873 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:581
|
7874 |
msgid "Payment status updated by Mobile88 Admin(Fail)"
|
7875 |
msgstr ""
|
7876 |
|
7877 |
-
#: core/lib/wpbc_all_translations1.php:
|
7878 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:583
|
7879 |
msgid "Connection Error"
|
7880 |
msgstr ""
|
7881 |
|
7882 |
-
#: core/lib/wpbc_all_translations1.php:
|
7883 |
msgid "Merchant Code"
|
7884 |
msgstr ""
|
7885 |
|
7886 |
-
#: core/lib/wpbc_all_translations1.php:
|
7887 |
msgid "Enter your iPay88 Merchant Code."
|
7888 |
msgstr ""
|
7889 |
|
7890 |
-
#: core/lib/wpbc_all_translations1.php:
|
7891 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:343
|
7892 |
msgid "Merchant Key"
|
7893 |
msgstr ""
|
7894 |
|
7895 |
-
#: core/lib/wpbc_all_translations1.php:
|
7896 |
msgid "Enter your iPay88 Merchant Key."
|
7897 |
msgstr ""
|
7898 |
|
7899 |
-
#: core/lib/wpbc_all_translations1.php:
|
7900 |
msgid "Malaysian Ringgit"
|
7901 |
msgstr ""
|
7902 |
|
7903 |
-
#: core/lib/wpbc_all_translations1.php:
|
7904 |
#: inc/gateways/sage/wpbc-gw-sage.php:471
|
7905 |
msgid "Philippine Pesos"
|
7906 |
msgstr ""
|
7907 |
|
7908 |
-
#: core/lib/wpbc_all_translations1.php:
|
7909 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:479 inc/gateways/paypal/wpbc-gw-paypal.php:658
|
7910 |
#: inc/gateways/sage/wpbc-gw-sage.php:588 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:938
|
7911 |
msgid "Automatically approve/cancel booking"
|
7912 |
msgstr ""
|
7913 |
|
7914 |
-
#: core/lib/wpbc_all_translations1.php:
|
7915 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:480 inc/gateways/paypal/wpbc-gw-paypal.php:659
|
7916 |
#: inc/gateways/sage/wpbc-gw-sage.php:589 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:939
|
7917 |
msgid ""
|
@@ -7919,11 +7918,11 @@ msgid ""
|
|
7919 |
"automatically cancel the booking, when visitor makes a payment cancellation."
|
7920 |
msgstr ""
|
7921 |
|
7922 |
-
#: core/lib/wpbc_all_translations1.php:
|
7923 |
msgid "Integration of iPay88 payment system"
|
7924 |
msgstr ""
|
7925 |
|
7926 |
-
#: core/lib/wpbc_all_translations1.php:
|
7927 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:832 inc/gateways/sage/wpbc-gw-sage.php:883
|
7928 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1197
|
7929 |
#, php-format
|
@@ -7932,734 +7931,734 @@ msgid ""
|
|
7932 |
"tab."
|
7933 |
msgstr ""
|
7934 |
|
7935 |
-
#: core/lib/wpbc_all_translations1.php:
|
7936 |
msgid "for 1 day"
|
7937 |
msgstr ""
|
7938 |
|
7939 |
-
#: core/lib/wpbc_all_translations1.php:
|
7940 |
msgid "for 1 night"
|
7941 |
msgstr ""
|
7942 |
|
7943 |
-
#: core/lib/wpbc_all_translations1.php:
|
7944 |
msgid "fixed sum"
|
7945 |
msgstr ""
|
7946 |
|
7947 |
-
#: core/lib/wpbc_all_translations1.php:
|
7948 |
msgid "for 1 hour"
|
7949 |
msgstr ""
|
7950 |
|
7951 |
-
#: core/lib/wpbc_all_translations1.php:
|
7952 |
msgid "Set the cost"
|
7953 |
msgstr ""
|
7954 |
|
7955 |
-
#: core/lib/wpbc_all_translations1.php:
|
7956 |
msgid " Select your cost configuration."
|
7957 |
msgstr ""
|
7958 |
|
7959 |
-
#: core/lib/wpbc_all_translations1.php:
|
7960 |
msgid "Time impact to cost"
|
7961 |
msgstr ""
|
7962 |
|
7963 |
-
#: core/lib/wpbc_all_translations1.php:
|
7964 |
#, php-format
|
7965 |
msgid ""
|
7966 |
"Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
|
7967 |
"calculation%s."
|
7968 |
msgstr ""
|
7969 |
|
7970 |
-
#: core/lib/wpbc_all_translations1.php:
|
7971 |
msgid ""
|
7972 |
"Check this box if you want that specific additional cost, which configured as percentage for "
|
7973 |
"some option, apply to other additional fixed costs and not only to original booking cost."
|
7974 |
msgstr ""
|
7975 |
|
7976 |
-
#: core/lib/wpbc_all_translations1.php:
|
7977 |
#: inc/gateways/page-gateways.php:869
|
7978 |
msgid "Currency"
|
7979 |
msgstr ""
|
7980 |
|
7981 |
-
#: core/lib/wpbc_all_translations1.php:
|
7982 |
msgid ""
|
7983 |
"This is default currency that showing at your website. Specific payment gateway(s) can support "
|
7984 |
"or does not suport it."
|
7985 |
msgstr ""
|
7986 |
|
7987 |
-
#: core/lib/wpbc_all_translations1.php:
|
7988 |
#: inc/gateways/page-gateways.php:201 inc/gateways/page-gateways.php:921
|
7989 |
msgid "Important"
|
7990 |
msgstr ""
|
7991 |
|
7992 |
-
#: core/lib/wpbc_all_translations1.php:
|
7993 |
msgid "Check and configure currency at each activated payment gateway."
|
7994 |
msgstr ""
|
7995 |
|
7996 |
-
#: core/lib/wpbc_all_translations1.php:
|
7997 |
msgid "Currency Position"
|
7998 |
msgstr ""
|
7999 |
|
8000 |
-
#: core/lib/wpbc_all_translations1.php:
|
8001 |
msgid "Set position of the currency symbol."
|
8002 |
msgstr ""
|
8003 |
|
8004 |
-
#: core/lib/wpbc_all_translations1.php:
|
8005 |
msgid "Left"
|
8006 |
msgstr ""
|
8007 |
|
8008 |
-
#: core/lib/wpbc_all_translations1.php:
|
8009 |
msgid "Right"
|
8010 |
msgstr ""
|
8011 |
|
8012 |
-
#: core/lib/wpbc_all_translations1.php:
|
8013 |
msgid "Left with space"
|
8014 |
msgstr ""
|
8015 |
|
8016 |
-
#: core/lib/wpbc_all_translations1.php:
|
8017 |
msgid "Right with space"
|
8018 |
msgstr ""
|
8019 |
|
8020 |
-
#: core/lib/wpbc_all_translations1.php:
|
8021 |
msgid "Currency format"
|
8022 |
msgstr ""
|
8023 |
|
8024 |
-
#: core/lib/wpbc_all_translations1.php:
|
8025 |
msgid "Number of decimal points"
|
8026 |
msgstr ""
|
8027 |
|
8028 |
-
#: core/lib/wpbc_all_translations1.php:
|
8029 |
#: inc/gateways/page-gateways.php:269
|
8030 |
msgid "No separator"
|
8031 |
msgstr ""
|
8032 |
|
8033 |
-
#: core/lib/wpbc_all_translations1.php:
|
8034 |
#: inc/gateways/page-gateways.php:270
|
8035 |
msgid "Space"
|
8036 |
msgstr ""
|
8037 |
|
8038 |
-
#: core/lib/wpbc_all_translations1.php:
|
8039 |
#: inc/gateways/page-gateways.php:271
|
8040 |
msgid "Dot"
|
8041 |
msgstr ""
|
8042 |
|
8043 |
-
#: core/lib/wpbc_all_translations1.php:
|
8044 |
#: inc/gateways/page-gateways.php:272
|
8045 |
msgid "Comma"
|
8046 |
msgstr ""
|
8047 |
|
8048 |
-
#: core/lib/wpbc_all_translations1.php:
|
8049 |
msgid "Separator for the decimal point"
|
8050 |
msgstr ""
|
8051 |
|
8052 |
-
#: core/lib/wpbc_all_translations1.php:
|
8053 |
msgid "Thousands separator"
|
8054 |
msgstr ""
|
8055 |
|
8056 |
-
#: core/lib/wpbc_all_translations1.php:
|
8057 |
msgid "Please select"
|
8058 |
msgstr ""
|
8059 |
|
8060 |
-
#: core/lib/wpbc_all_translations1.php:
|
8061 |
msgid ""
|
8062 |
"Please select a field from your booking form. This field will be automatically assigned to the "
|
8063 |
"current field in the billing form."
|
8064 |
msgstr ""
|
8065 |
|
8066 |
-
#: core/lib/wpbc_all_translations1.php:
|
8067 |
msgid "Customer Email"
|
8068 |
msgstr ""
|
8069 |
|
8070 |
-
#: core/lib/wpbc_all_translations1.php:
|
8071 |
msgid "First Name(s)"
|
8072 |
msgstr ""
|
8073 |
|
8074 |
-
#: core/lib/wpbc_all_translations1.php:
|
8075 |
msgid "Last name"
|
8076 |
msgstr ""
|
8077 |
|
8078 |
-
#: core/lib/wpbc_all_translations1.php:
|
8079 |
msgid "Billing Address"
|
8080 |
msgstr ""
|
8081 |
|
8082 |
-
#: core/lib/wpbc_all_translations1.php:
|
8083 |
msgid "Billing City"
|
8084 |
msgstr ""
|
8085 |
|
8086 |
-
#: core/lib/wpbc_all_translations1.php:
|
8087 |
msgid "Post Code"
|
8088 |
msgstr ""
|
8089 |
|
8090 |
-
#: core/lib/wpbc_all_translations1.php:
|
8091 |
msgid "State"
|
8092 |
msgstr ""
|
8093 |
|
8094 |
-
#: core/lib/wpbc_all_translations1.php:
|
8095 |
msgid "Show booking details in payment form"
|
8096 |
msgstr ""
|
8097 |
|
8098 |
-
#: core/lib/wpbc_all_translations1.php:
|
8099 |
#, php-format
|
8100 |
msgid ""
|
8101 |
" Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
|
8102 |
msgstr ""
|
8103 |
|
8104 |
-
#: core/lib/wpbc_all_translations1.php:
|
8105 |
msgid "Configure booking details summary above the payment form"
|
8106 |
msgstr ""
|
8107 |
|
8108 |
-
#: core/lib/wpbc_all_translations1.php:
|
8109 |
msgid "Payments"
|
8110 |
msgstr ""
|
8111 |
|
8112 |
-
#: core/lib/wpbc_all_translations1.php:
|
8113 |
msgid "Customizaton of Payment"
|
8114 |
msgstr ""
|
8115 |
|
8116 |
-
#: core/lib/wpbc_all_translations1.php:
|
8117 |
msgid "Payment Gateways"
|
8118 |
msgstr ""
|
8119 |
|
8120 |
-
#: core/lib/wpbc_all_translations1.php:
|
8121 |
#: inc/gateways/page-gateways.php:609 inc/gateways/page-gateways.php:636
|
8122 |
msgid "Payment Settings"
|
8123 |
msgstr ""
|
8124 |
|
8125 |
-
#: core/lib/wpbc_all_translations1.php:
|
8126 |
msgid "Payment Gateways - General Settings"
|
8127 |
msgstr ""
|
8128 |
|
8129 |
-
#: core/lib/wpbc_all_translations1.php:
|
8130 |
#: inc/gateways/page-gateways.php:631
|
8131 |
msgid "Active Payment Gateways"
|
8132 |
msgstr ""
|
8133 |
|
8134 |
-
#: core/lib/wpbc_all_translations1.php:
|
8135 |
#: inc/gateways/page-gateways.php:652
|
8136 |
msgid "Billing form fields"
|
8137 |
msgstr ""
|
8138 |
|
8139 |
-
#: core/lib/wpbc_all_translations1.php:
|
8140 |
#: inc/gateways/page-gateways.php:666
|
8141 |
msgid "Payment Description"
|
8142 |
msgstr ""
|
8143 |
|
8144 |
-
#: core/lib/wpbc_all_translations1.php:
|
8145 |
msgid "Gateway"
|
8146 |
msgstr ""
|
8147 |
|
8148 |
-
#: core/lib/wpbc_all_translations1.php:
|
8149 |
#, php-format
|
8150 |
msgid "Some currencies at payment gateways are different from main currency %s"
|
8151 |
msgstr ""
|
8152 |
|
8153 |
-
#: core/lib/wpbc_all_translations1.php:
|
8154 |
#, php-format
|
8155 |
msgid ""
|
8156 |
"Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
|
8157 |
"payment form without currency exchange! Its can be reason of wrong cost."
|
8158 |
msgstr ""
|
8159 |
|
8160 |
-
#: core/lib/wpbc_all_translations1.php:
|
8161 |
msgid "ID of booking"
|
8162 |
msgstr ""
|
8163 |
|
8164 |
-
#: core/lib/wpbc_all_translations1.php:
|
8165 |
msgid "ID of booking resources"
|
8166 |
msgstr ""
|
8167 |
|
8168 |
-
#: core/lib/wpbc_all_translations1.php:
|
8169 |
msgid "current date"
|
8170 |
msgstr ""
|
8171 |
|
8172 |
-
#: core/lib/wpbc_all_translations1.php:
|
8173 |
msgid "current time"
|
8174 |
msgstr ""
|
8175 |
|
8176 |
-
#: core/lib/wpbc_all_translations1.php:
|
8177 |
msgid "content data of this booking"
|
8178 |
msgstr ""
|
8179 |
|
8180 |
-
#: core/lib/wpbc_all_translations1.php:
|
8181 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:181
|
8182 |
msgid "show amount to pay"
|
8183 |
msgstr ""
|
8184 |
|
8185 |
-
#: core/lib/wpbc_all_translations1.php:
|
8186 |
msgid "total booking cost"
|
8187 |
msgstr ""
|
8188 |
|
8189 |
-
#: core/lib/wpbc_all_translations1.php:
|
8190 |
msgid "deposit cost"
|
8191 |
msgstr ""
|
8192 |
|
8193 |
-
#: core/lib/wpbc_all_translations1.php:
|
8194 |
msgid "balance cost"
|
8195 |
msgstr ""
|
8196 |
|
8197 |
-
#: core/lib/wpbc_all_translations1.php:
|
8198 |
msgid "original booking cost"
|
8199 |
msgstr ""
|
8200 |
|
8201 |
-
#: core/lib/wpbc_all_translations1.php:
|
8202 |
msgid "additional booking cost"
|
8203 |
msgstr ""
|
8204 |
|
8205 |
-
#: core/lib/wpbc_all_translations1.php:
|
8206 |
msgid "Amount to pay"
|
8207 |
msgstr ""
|
8208 |
|
8209 |
-
#: core/lib/wpbc_all_translations1.php:
|
8210 |
#, php-format
|
8211 |
msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
|
8212 |
msgstr ""
|
8213 |
|
8214 |
-
#: core/lib/wpbc_all_translations1.php:
|
8215 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:282 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283
|
8216 |
msgid "Pay in Cash"
|
8217 |
msgstr ""
|
8218 |
|
8219 |
-
#: core/lib/wpbc_all_translations1.php:
|
8220 |
msgid "Integration of Pay in Cash payment system"
|
8221 |
msgstr ""
|
8222 |
|
8223 |
-
#: core/lib/wpbc_all_translations1.php:
|
8224 |
#, php-format
|
8225 |
msgid "If you accept %scash payment%s, you can write details about it here"
|
8226 |
msgstr ""
|
8227 |
|
8228 |
-
#: core/lib/wpbc_all_translations1.php:
|
8229 |
#, php-format
|
8230 |
msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
|
8231 |
msgstr ""
|
8232 |
|
8233 |
-
#: core/lib/wpbc_all_translations1.php:
|
8234 |
msgid "Error IPN"
|
8235 |
msgstr ""
|
8236 |
|
8237 |
-
#: core/lib/wpbc_all_translations1.php:
|
8238 |
msgid "Verified IPN"
|
8239 |
msgstr ""
|
8240 |
|
8241 |
-
#: core/lib/wpbc_all_translations1.php:
|
8242 |
msgid "Invalid IPN"
|
8243 |
msgstr ""
|
8244 |
|
8245 |
-
#: core/lib/wpbc_all_translations1.php:
|
8246 |
msgid "Make payments with payPal - its fast, free and secure!"
|
8247 |
msgstr ""
|
8248 |
|
8249 |
-
#: core/lib/wpbc_all_translations1.php:
|
8250 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:861
|
8251 |
msgid "Paypal Standard"
|
8252 |
msgstr ""
|
8253 |
|
8254 |
-
#: core/lib/wpbc_all_translations1.php:
|
8255 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:861
|
8256 |
msgid "Paypal Pro Hosted Solution"
|
8257 |
msgstr ""
|
8258 |
|
8259 |
-
#: core/lib/wpbc_all_translations1.php:
|
8260 |
msgid "Account Type"
|
8261 |
msgstr ""
|
8262 |
|
8263 |
-
#: core/lib/wpbc_all_translations1.php:
|
8264 |
msgid "Paypal Email address to receive payments"
|
8265 |
msgstr ""
|
8266 |
|
8267 |
-
#: core/lib/wpbc_all_translations1.php:
|
8268 |
msgid "This is the Paypal Email address where payments will be sent"
|
8269 |
msgstr ""
|
8270 |
|
8271 |
-
#: core/lib/wpbc_all_translations1.php:
|
8272 |
msgid "Secure Merchant ID"
|
8273 |
msgstr ""
|
8274 |
|
8275 |
-
#: core/lib/wpbc_all_translations1.php:
|
8276 |
msgid "This is the Secure Merchant ID, which can be found on the profile page"
|
8277 |
msgstr ""
|
8278 |
|
8279 |
-
#: core/lib/wpbc_all_translations1.php:
|
8280 |
msgid ""
|
8281 |
" Indicates whether the transaction is payment on a final sale or an authorization for a final "
|
8282 |
"sale, to be captured later. "
|
8283 |
msgstr ""
|
8284 |
|
8285 |
-
#: core/lib/wpbc_all_translations1.php:
|
8286 |
msgid "Sale"
|
8287 |
msgstr ""
|
8288 |
|
8289 |
-
#: core/lib/wpbc_all_translations1.php:
|
8290 |
msgid "Authorization"
|
8291 |
msgstr ""
|
8292 |
|
8293 |
-
#: core/lib/wpbc_all_translations1.php:
|
8294 |
msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
|
8295 |
msgstr ""
|
8296 |
|
8297 |
-
#: core/lib/wpbc_all_translations1.php:
|
8298 |
msgid "Sandbox"
|
8299 |
msgstr ""
|
8300 |
|
8301 |
-
#: core/lib/wpbc_all_translations1.php:
|
8302 |
msgid "British Pound"
|
8303 |
msgstr ""
|
8304 |
|
8305 |
-
#: core/lib/wpbc_all_translations1.php:
|
8306 |
msgid "Japanese Yen"
|
8307 |
msgstr ""
|
8308 |
|
8309 |
-
#: core/lib/wpbc_all_translations1.php:
|
8310 |
#: inc/gateways/sage/wpbc-gw-sage.php:455
|
8311 |
msgid "Australian Dollars"
|
8312 |
msgstr ""
|
8313 |
|
8314 |
-
#: core/lib/wpbc_all_translations1.php:
|
8315 |
#: inc/gateways/sage/wpbc-gw-sage.php:457
|
8316 |
msgid "New Zealand Dollar"
|
8317 |
msgstr ""
|
8318 |
|
8319 |
-
#: core/lib/wpbc_all_translations1.php:
|
8320 |
#: inc/gateways/sage/wpbc-gw-sage.php:458
|
8321 |
msgid "Swiss Franc"
|
8322 |
msgstr ""
|
8323 |
|
8324 |
-
#: core/lib/wpbc_all_translations1.php:
|
8325 |
#: inc/gateways/sage/wpbc-gw-sage.php:459
|
8326 |
msgid "Hong Kong Dollar"
|
8327 |
msgstr ""
|
8328 |
|
8329 |
-
#: core/lib/wpbc_all_translations1.php:
|
8330 |
#: inc/gateways/sage/wpbc-gw-sage.php:460
|
8331 |
msgid "Singapore Dollar"
|
8332 |
msgstr ""
|
8333 |
|
8334 |
-
#: core/lib/wpbc_all_translations1.php:
|
8335 |
#: inc/gateways/sage/wpbc-gw-sage.php:461
|
8336 |
msgid "Swedish Krona"
|
8337 |
msgstr ""
|
8338 |
|
8339 |
-
#: core/lib/wpbc_all_translations1.php:
|
8340 |
#: inc/gateways/sage/wpbc-gw-sage.php:462
|
8341 |
msgid "Danish Krone"
|
8342 |
msgstr ""
|
8343 |
|
8344 |
-
#: core/lib/wpbc_all_translations1.php:
|
8345 |
#: inc/gateways/sage/wpbc-gw-sage.php:463
|
8346 |
msgid "Polish Zloty"
|
8347 |
msgstr ""
|
8348 |
|
8349 |
-
#: core/lib/wpbc_all_translations1.php:
|
8350 |
#: inc/gateways/sage/wpbc-gw-sage.php:464
|
8351 |
msgid "Norwegian Krone"
|
8352 |
msgstr ""
|
8353 |
|
8354 |
-
#: core/lib/wpbc_all_translations1.php:
|
8355 |
#: inc/gateways/sage/wpbc-gw-sage.php:465
|
8356 |
msgid "Hungarian Forint"
|
8357 |
msgstr ""
|
8358 |
|
8359 |
-
#: core/lib/wpbc_all_translations1.php:
|
8360 |
#: inc/gateways/sage/wpbc-gw-sage.php:466
|
8361 |
msgid "Czech Koruna"
|
8362 |
msgstr ""
|
8363 |
|
8364 |
-
#: core/lib/wpbc_all_translations1.php:
|
8365 |
msgid "Israeli New Shekel"
|
8366 |
msgstr ""
|
8367 |
|
8368 |
-
#: core/lib/wpbc_all_translations1.php:
|
8369 |
#: inc/gateways/sage/wpbc-gw-sage.php:468
|
8370 |
msgid "Mexican Peso"
|
8371 |
msgstr ""
|
8372 |
|
8373 |
-
#: core/lib/wpbc_all_translations1.php:
|
8374 |
#: inc/gateways/sage/wpbc-gw-sage.php:469
|
8375 |
msgid "Brazilian Real (only for Brazilian users)"
|
8376 |
msgstr ""
|
8377 |
|
8378 |
-
#: core/lib/wpbc_all_translations1.php:
|
8379 |
#: inc/gateways/sage/wpbc-gw-sage.php:470
|
8380 |
msgid "Malaysian Ringgits (only for Malaysian users)"
|
8381 |
msgstr ""
|
8382 |
|
8383 |
-
#: core/lib/wpbc_all_translations1.php:
|
8384 |
#: inc/gateways/sage/wpbc-gw-sage.php:472
|
8385 |
msgid "Taiwan New Dollars"
|
8386 |
msgstr ""
|
8387 |
|
8388 |
-
#: core/lib/wpbc_all_translations1.php:
|
8389 |
#: inc/gateways/sage/wpbc-gw-sage.php:473
|
8390 |
msgid "Thai Baht"
|
8391 |
msgstr ""
|
8392 |
|
8393 |
-
#: core/lib/wpbc_all_translations1.php:
|
8394 |
msgid "Turkish Lira (only for Turkish members)"
|
8395 |
msgstr ""
|
8396 |
|
8397 |
-
#: core/lib/wpbc_all_translations1.php:
|
8398 |
msgid "Custom button title"
|
8399 |
msgstr ""
|
8400 |
|
8401 |
-
#: core/lib/wpbc_all_translations1.php:
|
8402 |
msgid "Payment Button type"
|
8403 |
msgstr ""
|
8404 |
|
8405 |
-
#: core/lib/wpbc_all_translations1.php:
|
8406 |
msgid "Show Reference Text Box"
|
8407 |
msgstr ""
|
8408 |
|
8409 |
-
#: core/lib/wpbc_all_translations1.php:
|
8410 |
msgid "Check this box to show Reference Text Box"
|
8411 |
msgstr ""
|
8412 |
|
8413 |
-
#: core/lib/wpbc_all_translations1.php:
|
8414 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:573 inc/gateways/paypal/wpbc-gw-paypal.php:1370
|
8415 |
msgid "Enter your phone number"
|
8416 |
msgstr ""
|
8417 |
|
8418 |
-
#: core/lib/wpbc_all_translations1.php:
|
8419 |
msgid "Reference Text Box Title"
|
8420 |
msgstr ""
|
8421 |
|
8422 |
-
#: core/lib/wpbc_all_translations1.php:
|
8423 |
msgid ""
|
8424 |
"Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
|
8425 |
msgstr ""
|
8426 |
|
8427 |
-
#: core/lib/wpbc_all_translations1.php:
|
8428 |
msgid "Return URL from PayPal"
|
8429 |
msgstr ""
|
8430 |
|
8431 |
-
#: core/lib/wpbc_all_translations1.php:
|
8432 |
msgid "Cancel Return URL from PayPal"
|
8433 |
msgstr ""
|
8434 |
|
8435 |
-
#: core/lib/wpbc_all_translations1.php:
|
8436 |
#, php-format
|
8437 |
msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
|
8438 |
msgstr ""
|
8439 |
|
8440 |
-
#: core/lib/wpbc_all_translations1.php:
|
8441 |
msgid "Follow these steps to configure it:"
|
8442 |
msgstr ""
|
8443 |
|
8444 |
-
#: core/lib/wpbc_all_translations1.php:
|
8445 |
msgid "Log in to your PayPal account."
|
8446 |
msgstr ""
|
8447 |
|
8448 |
-
#: core/lib/wpbc_all_translations1.php:
|
8449 |
msgid "Click the Profile subtab."
|
8450 |
msgstr ""
|
8451 |
|
8452 |
-
#: core/lib/wpbc_all_translations1.php:
|
8453 |
msgid "Click Website Payment Preferences in the Seller Preferences column."
|
8454 |
msgstr ""
|
8455 |
|
8456 |
-
#: core/lib/wpbc_all_translations1.php:
|
8457 |
msgid "Under Auto Return for Website Payments, click the On radio button."
|
8458 |
msgstr ""
|
8459 |
|
8460 |
-
#: core/lib/wpbc_all_translations1.php:
|
8461 |
msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
|
8462 |
msgstr ""
|
8463 |
|
8464 |
-
#: core/lib/wpbc_all_translations1.php:
|
8465 |
msgid ""
|
8466 |
"Instant Payment Notification (IPN) is a message service that notifies you of events related to "
|
8467 |
"PayPal transactions"
|
8468 |
msgstr ""
|
8469 |
|
8470 |
-
#: core/lib/wpbc_all_translations1.php:
|
8471 |
msgid "Sending email for verified transaction"
|
8472 |
msgstr ""
|
8473 |
|
8474 |
-
#: core/lib/wpbc_all_translations1.php:
|
8475 |
#, php-format
|
8476 |
msgid "Email for getting report for %sverified%s transactions."
|
8477 |
msgstr ""
|
8478 |
|
8479 |
-
#: core/lib/wpbc_all_translations1.php:
|
8480 |
msgid "Sending email for invalid transaction"
|
8481 |
msgstr ""
|
8482 |
|
8483 |
-
#: core/lib/wpbc_all_translations1.php:
|
8484 |
#, php-format
|
8485 |
msgid "Email for getting report for %sinvalid%s transactions."
|
8486 |
msgstr ""
|
8487 |
|
8488 |
-
#: core/lib/wpbc_all_translations1.php:
|
8489 |
msgid "Sending email if error occur during verification"
|
8490 |
msgstr ""
|
8491 |
|
8492 |
-
#: core/lib/wpbc_all_translations1.php:
|
8493 |
#, php-format
|
8494 |
msgid "Email for getting report for %ssome errors in verification process%s."
|
8495 |
msgstr ""
|
8496 |
|
8497 |
-
#: core/lib/wpbc_all_translations1.php:
|
8498 |
msgid "Use SSL connection"
|
8499 |
msgstr ""
|
8500 |
|
8501 |
-
#: core/lib/wpbc_all_translations1.php:
|
8502 |
msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
|
8503 |
msgstr ""
|
8504 |
|
8505 |
-
#: core/lib/wpbc_all_translations1.php:
|
8506 |
msgid "Use cURL posting"
|
8507 |
msgstr ""
|
8508 |
|
8509 |
-
#: core/lib/wpbc_all_translations1.php:
|
8510 |
msgid "Use the cURL for posting data, instead of fsockopen() function"
|
8511 |
msgstr ""
|
8512 |
|
8513 |
-
#: core/lib/wpbc_all_translations1.php:
|
8514 |
msgid " Follow these instructions to set up your listener at your PayPal account:"
|
8515 |
msgstr ""
|
8516 |
|
8517 |
-
#: core/lib/wpbc_all_translations1.php:
|
8518 |
msgid "Click Profile on the My Account tab."
|
8519 |
msgstr ""
|
8520 |
|
8521 |
-
#: core/lib/wpbc_all_translations1.php:
|
8522 |
msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
|
8523 |
msgstr ""
|
8524 |
|
8525 |
-
#: core/lib/wpbc_all_translations1.php:
|
8526 |
msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
|
8527 |
msgstr ""
|
8528 |
|
8529 |
-
#: core/lib/wpbc_all_translations1.php:
|
8530 |
msgid "Specify the URL for your listener in the Notification URL field as:"
|
8531 |
msgstr ""
|
8532 |
|
8533 |
-
#: core/lib/wpbc_all_translations1.php:
|
8534 |
msgid "Click Receive IPN messages (Enabled) to enable your listener."
|
8535 |
msgstr ""
|
8536 |
|
8537 |
-
#: core/lib/wpbc_all_translations1.php:
|
8538 |
msgid "Click Save."
|
8539 |
msgstr ""
|
8540 |
|
8541 |
-
#: core/lib/wpbc_all_translations1.php:
|
8542 |
msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
|
8543 |
msgstr ""
|
8544 |
|
8545 |
-
#: core/lib/wpbc_all_translations1.php:
|
8546 |
msgid "PayPal"
|
8547 |
msgstr ""
|
8548 |
|
8549 |
-
#: core/lib/wpbc_all_translations1.php:
|
8550 |
msgid "Integration of Paypal payment system"
|
8551 |
msgstr ""
|
8552 |
|
8553 |
-
#: core/lib/wpbc_all_translations1.php:
|
8554 |
msgid "PayPal IPN"
|
8555 |
msgstr ""
|
8556 |
|
8557 |
-
#: core/lib/wpbc_all_translations1.php:
|
8558 |
#, php-format
|
8559 |
msgid "Pay using %s payment service"
|
8560 |
msgstr ""
|
8561 |
|
8562 |
-
#: core/lib/wpbc_all_translations1.php:
|
8563 |
msgid "Vendor Name"
|
8564 |
msgstr ""
|
8565 |
|
8566 |
-
#: core/lib/wpbc_all_translations1.php:
|
8567 |
msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
|
8568 |
msgstr ""
|
8569 |
|
8570 |
-
#: core/lib/wpbc_all_translations1.php:
|
8571 |
msgid "XOR Encryption password"
|
8572 |
msgstr ""
|
8573 |
|
8574 |
-
#: core/lib/wpbc_all_translations1.php:
|
8575 |
msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
|
8576 |
msgstr ""
|
8577 |
|
8578 |
-
#: core/lib/wpbc_all_translations1.php:
|
8579 |
#: inc/gateways/sage/wpbc-gw-sage.php:425
|
8580 |
msgid "Select TEST for the Test Server and LIVE in the live environment"
|
8581 |
msgstr ""
|
8582 |
|
8583 |
-
#: core/lib/wpbc_all_translations1.php:
|
8584 |
#: inc/gateways/sage/wpbc-gw-sage.php:429 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:533
|
8585 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:576
|
8586 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:591
|
8587 |
msgid "TEST"
|
8588 |
msgstr ""
|
8589 |
|
8590 |
-
#: core/lib/wpbc_all_translations1.php:
|
8591 |
#: inc/gateways/sage/wpbc-gw-sage.php:430 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:534
|
8592 |
msgid "LIVE"
|
8593 |
msgstr ""
|
8594 |
|
8595 |
-
#: core/lib/wpbc_all_translations1.php:
|
8596 |
msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
|
8597 |
msgstr ""
|
8598 |
|
8599 |
-
#: core/lib/wpbc_all_translations1.php:
|
8600 |
msgid "PAYMENT"
|
8601 |
msgstr ""
|
8602 |
|
8603 |
-
#: core/lib/wpbc_all_translations1.php:
|
8604 |
msgid "DEFERRED"
|
8605 |
msgstr ""
|
8606 |
|
8607 |
-
#: core/lib/wpbc_all_translations1.php:
|
8608 |
msgid "AUTHENTICATE"
|
8609 |
msgstr ""
|
8610 |
|
8611 |
-
#: core/lib/wpbc_all_translations1.php:
|
8612 |
msgid "Yen"
|
8613 |
msgstr ""
|
8614 |
|
8615 |
-
#: core/lib/wpbc_all_translations1.php:
|
8616 |
msgid "Israeli Shekel"
|
8617 |
msgstr ""
|
8618 |
|
8619 |
-
#: core/lib/wpbc_all_translations1.php:
|
8620 |
msgid "Sage"
|
8621 |
msgstr ""
|
8622 |
|
8623 |
-
#: core/lib/wpbc_all_translations1.php:
|
8624 |
msgid "Integration of Sage payment system"
|
8625 |
msgstr ""
|
8626 |
|
8627 |
-
#: core/lib/wpbc_all_translations1.php:
|
8628 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1143
|
8629 |
#, php-format
|
8630 |
msgid "If you have no account on this system, please visit %s to create one."
|
8631 |
msgstr ""
|
8632 |
|
8633 |
-
#: core/lib/wpbc_all_translations1.php:
|
8634 |
msgid "Payment rejected"
|
8635 |
msgstr ""
|
8636 |
|
8637 |
-
#: core/lib/wpbc_all_translations1.php:
|
8638 |
msgid "Merchant ID"
|
8639 |
msgstr ""
|
8640 |
|
8641 |
-
#: core/lib/wpbc_all_translations1.php:
|
8642 |
msgid "Enter your iDEAL Merchant ID"
|
8643 |
msgstr ""
|
8644 |
|
8645 |
-
#: core/lib/wpbc_all_translations1.php:
|
8646 |
msgid "Enter your iDEAL Merchant Key."
|
8647 |
msgstr ""
|
8648 |
|
8649 |
-
#: core/lib/wpbc_all_translations1.php:
|
8650 |
#, php-format
|
8651 |
msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
|
8652 |
msgstr ""
|
8653 |
|
8654 |
-
#: core/lib/wpbc_all_translations1.php:
|
8655 |
msgid "Test with Simulator"
|
8656 |
msgstr ""
|
8657 |
|
8658 |
-
#: core/lib/wpbc_all_translations1.php:
|
8659 |
msgid "My Profile – Connection"
|
8660 |
msgstr ""
|
8661 |
|
8662 |
-
#: core/lib/wpbc_all_translations1.php:
|
8663 |
#, php-format
|
8664 |
msgid ""
|
8665 |
"If not supplied then the description as configured in the administration/management portal "
|
@@ -8667,286 +8666,286 @@ msgid ""
|
|
8667 |
"be applied."
|
8668 |
msgstr ""
|
8669 |
|
8670 |
-
#: core/lib/wpbc_all_translations1.php:
|
8671 |
msgid "Always use Description"
|
8672 |
msgstr ""
|
8673 |
|
8674 |
-
#: core/lib/wpbc_all_translations1.php:
|
8675 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1050
|
8676 |
#, php-format
|
8677 |
msgid "Integration of %s payment system"
|
8678 |
msgstr ""
|
8679 |
|
8680 |
-
#: core/lib/wpbc_all_translations1.php:
|
8681 |
#, php-format
|
8682 |
msgid "Processing your %s payments through %s"
|
8683 |
msgstr ""
|
8684 |
|
8685 |
-
#: core/lib/wpbc_all_translations1.php:
|
8686 |
#, php-format
|
8687 |
msgid "%s - inserting link for export booking to"
|
8688 |
msgstr ""
|
8689 |
|
8690 |
-
#: core/lib/wpbc_all_translations1.php:
|
8691 |
msgid ".ics Feed URL"
|
8692 |
msgstr ""
|
8693 |
|
8694 |
-
#: core/lib/wpbc_all_translations1.php:
|
8695 |
#: core/wpbc-emails.php:249 core/wpbc-emails.php:250 core/wpbc-emails.php:251
|
8696 |
#: core/wpbc-emails.php:252 core/wpbc-emails.php:253
|
8697 |
#, php-format
|
8698 |
msgid "%s - inserting modification date of booking "
|
8699 |
msgstr ""
|
8700 |
|
8701 |
-
#: core/lib/wpbc_all_translations1.php:
|
8702 |
msgid "Coupon discount value of the booking."
|
8703 |
msgstr ""
|
8704 |
|
8705 |
-
#: core/lib/wpbc_all_translations1.php:
|
8706 |
msgid "Stripe. Ouch, something went wrong!"
|
8707 |
msgstr ""
|
8708 |
|
8709 |
-
#: core/lib/wpbc_all_translations1.php:
|
8710 |
#, php-format
|
8711 |
msgid "Please pay %s"
|
8712 |
msgstr ""
|
8713 |
|
8714 |
-
#: core/lib/wpbc_all_translations1.php:
|
8715 |
msgid "Chose payment account"
|
8716 |
msgstr ""
|
8717 |
|
8718 |
-
#: core/lib/wpbc_all_translations1.php:
|
8719 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:576
|
8720 |
msgid "Publishable key"
|
8721 |
msgstr ""
|
8722 |
|
8723 |
-
#: core/lib/wpbc_all_translations1.php:
|
8724 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:591
|
8725 |
msgid "Secret key"
|
8726 |
msgstr ""
|
8727 |
|
8728 |
-
#: core/lib/wpbc_all_translations1.php:
|
8729 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:812
|
8730 |
msgid "For more information:"
|
8731 |
msgstr ""
|
8732 |
|
8733 |
-
#: core/lib/wpbc_all_translations1.php:
|
8734 |
#, php-format
|
8735 |
msgid "require PHP version %s or newer!"
|
8736 |
msgstr ""
|
8737 |
|
8738 |
-
#: core/lib/wpbc_all_translations1.php:
|
8739 |
#, php-format
|
8740 |
msgid "%s - ID of booking resource, "
|
8741 |
msgstr ""
|
8742 |
|
8743 |
-
#: core/lib/wpbc_all_translations1.php:
|
8744 |
#, php-format
|
8745 |
msgid "%s - ID of page with booking form, "
|
8746 |
msgstr ""
|
8747 |
|
8748 |
-
#: core/lib/wpbc_all_translations1.php:
|
8749 |
msgid "Email with Payment Request which is sent to Visitor."
|
8750 |
msgstr ""
|
8751 |
|
8752 |
-
#: core/lib/wpbc_all_translations1.php:
|
8753 |
msgid "Customization of email template, which is sent after modification of booking"
|
8754 |
msgstr ""
|
8755 |
|
8756 |
-
#: core/lib/wpbc_all_translations1.php:
|
8757 |
msgid "Email is sent to Visitor after Editing of booking."
|
8758 |
msgstr ""
|
8759 |
|
8760 |
-
#: core/lib/wpbc_all_translations1.php:
|
8761 |
msgid "Booking resource type is not defined. This can be, when at the URL is wrong booking hash."
|
8762 |
msgstr ""
|
8763 |
|
8764 |
-
#: core/lib/wpbc_all_translations1.php:
|
8765 |
msgid "My bookings"
|
8766 |
msgstr ""
|
8767 |
|
8768 |
-
#: core/lib/wpbc_all_translations1.php:
|
8769 |
#, php-format
|
8770 |
msgid ""
|
8771 |
"%s - inserting link to the page where visitor can see listing of own bookings, (possible to use "
|
8772 |
"the %s parameter for setting different %s of this page. Example: %s )"
|
8773 |
msgstr ""
|
8774 |
|
8775 |
-
#: core/lib/wpbc_all_translations1.php:
|
8776 |
msgid "Inline Search Form Template"
|
8777 |
msgstr ""
|
8778 |
|
8779 |
-
#: core/lib/wpbc_all_translations1.php:
|
8780 |
msgid "Show booking details in tooltip"
|
8781 |
msgstr ""
|
8782 |
|
8783 |
-
#: core/lib/wpbc_all_translations1.php:
|
8784 |
#, php-format
|
8785 |
msgid ""
|
8786 |
"Check this box to display booking details with a tooltip, when mouse hovers over each day on the "
|
8787 |
"calendar(s). %sIts works only for bookings for specific timeslot(s)!%s"
|
8788 |
msgstr ""
|
8789 |
|
8790 |
-
#: core/lib/wpbc_all_translations1.php:
|
8791 |
msgid "Booking details"
|
8792 |
msgstr ""
|
8793 |
|
8794 |
-
#: core/lib/wpbc_all_translations1.php:
|
8795 |
msgid "You can use the shortcodes from the bottom form of Settings Fields page."
|
8796 |
msgstr ""
|
8797 |
|
8798 |
-
#: core/lib/wpbc_all_translations1.php:
|
8799 |
msgid "This option can impact to speed of page loading."
|
8800 |
msgstr ""
|
8801 |
|
8802 |
-
#: core/lib/wpbc_all_translations1.php:
|
8803 |
msgid ""
|
8804 |
"Use arithmetic expressions in cost configurations, including fields shortcodes and simple "
|
8805 |
"mathematics operations"
|
8806 |
msgstr ""
|
8807 |
|
8808 |
-
#: core/lib/wpbc_all_translations1.php:
|
8809 |
#, php-format
|
8810 |
msgid "if selected %s"
|
8811 |
msgstr ""
|
8812 |
|
8813 |
-
#: core/lib/wpbc_all_translations1.php:
|
8814 |
msgid "Set check out date as available"
|
8815 |
msgstr ""
|
8816 |
|
8817 |
-
#: core/lib/wpbc_all_translations1.php:
|
8818 |
msgid "Check this option, to remove last selected day of saving to booking."
|
8819 |
msgstr ""
|
8820 |
|
8821 |
-
#: core/lib/wpbc_all_translations1.php:
|
8822 |
msgid "Auto approve bookings during import"
|
8823 |
msgstr ""
|
8824 |
|
8825 |
-
#: core/lib/wpbc_all_translations1.php:
|
8826 |
#, php-format
|
8827 |
msgid ""
|
8828 |
"Check this checkbox to activate auto approve of all bookings %sduring import from external "
|
8829 |
"source(s)%s."
|
8830 |
msgstr ""
|
8831 |
|
8832 |
-
#: core/lib/wpbc_all_translations1.php:
|
8833 |
msgid "Auto approve booking, if booking cost is zero"
|
8834 |
msgstr ""
|
8835 |
|
8836 |
-
#: core/lib/wpbc_all_translations1.php:
|
8837 |
#, php-format
|
8838 |
msgid "Check this checkbox to activate auto approve of booking, %swhen cost of booking is zero%s."
|
8839 |
msgstr ""
|
8840 |
|
8841 |
-
#: core/lib/wpbc_all_translations1.php:
|
8842 |
msgid "Auto approve bookings after creation booking in admin panel"
|
8843 |
msgstr ""
|
8844 |
|
8845 |
-
#: core/lib/wpbc_all_translations1.php:
|
8846 |
#, php-format
|
8847 |
msgid ""
|
8848 |
"Check this checkbox to activate auto approve of booking, %sif booking was made in admin panel%s."
|
8849 |
msgstr ""
|
8850 |
|
8851 |
-
#: core/lib/wpbc_all_translations1.php:
|
8852 |
msgid "Activate custom booking forms for regular users"
|
8853 |
msgstr ""
|
8854 |
|
8855 |
-
#: core/lib/wpbc_all_translations1.php:
|
8856 |
msgid "Check this box if you want to use multiple custom booking forms for activated regular users"
|
8857 |
msgstr ""
|
8858 |
|
8859 |
-
#: core/lib/wpbc_all_translations1.php:
|
8860 |
msgid "Start / End time for Calendar Overview"
|
8861 |
msgstr ""
|
8862 |
|
8863 |
-
#: core/lib/wpbc_all_translations1.php:
|
8864 |
#, php-format
|
8865 |
msgid "Select start and end time showing for Calendar Overview in %sDay%s view mode"
|
8866 |
msgstr ""
|
8867 |
|
8868 |
-
#: core/lib/wpbc_all_translations1.php:
|
8869 |
msgid "Show / hide notes"
|
8870 |
msgstr ""
|
8871 |
|
8872 |
-
#: core/lib/wpbc_all_translations1.php:
|
8873 |
msgid "Check this box if you want to open notes section by default in Booking Listing page."
|
8874 |
msgstr ""
|
8875 |
|
8876 |
-
#: core/lib/wpbc_all_translations1.php:
|
8877 |
-
#: js/wpbc-gutenberg.js:
|
8878 |
msgid "URL of page for customer bookings listing"
|
8879 |
msgstr ""
|
8880 |
|
8881 |
-
#: core/lib/wpbc_all_translations1.php:
|
8882 |
#, php-format
|
8883 |
msgid ""
|
8884 |
"Type URL for %svisitors%s to view own bookings. You must insert %s shortcode into this page."
|
8885 |
msgstr ""
|
8886 |
|
8887 |
-
#: core/lib/wpbc_all_translations1.php:
|
8888 |
msgid "Do not show payment form, after submit booking form"
|
8889 |
msgstr ""
|
8890 |
|
8891 |
-
#: core/lib/wpbc_all_translations1.php:
|
8892 |
msgid "Check this box if you want to show payment form only after sending payment request by email"
|
8893 |
msgstr ""
|
8894 |
|
8895 |
-
#: core/lib/wpbc_all_translations1.php:
|
8896 |
msgid "Auto send payment request after creation booking in admin panel"
|
8897 |
msgstr ""
|
8898 |
|
8899 |
-
#: core/lib/wpbc_all_translations1.php:
|
8900 |
msgid ""
|
8901 |
"Check this box if you want automatically send payment request to visitor, if booking was made in "
|
8902 |
"admin panel"
|
8903 |
msgstr ""
|
8904 |
|
8905 |
-
#: core/lib/wpbc_all_translations1.php:
|
8906 |
msgid "Show deposit and total booking cost together"
|
8907 |
msgstr ""
|
8908 |
|
8909 |
-
#: core/lib/wpbc_all_translations1.php:
|
8910 |
msgid ""
|
8911 |
"Check this box if you want to show deposit amount and total booking cost, after submit of "
|
8912 |
"booking."
|
8913 |
msgstr ""
|
8914 |
|
8915 |
-
#: core/lib/wpbc_all_translations1.php:
|
8916 |
msgid ""
|
8917 |
"Please note, at admin panel for booking will be saved deposit cost and notes about deposit, do "
|
8918 |
"not depend from the visitor choice of this payment. You need to check each such payment manually!"
|
8919 |
msgstr ""
|
8920 |
|
8921 |
-
#: core/lib/wpbc_all_translations1.php:
|
8922 |
msgid "Send email on cost changes"
|
8923 |
msgstr ""
|
8924 |
|
8925 |
-
#: core/lib/wpbc_all_translations1.php:
|
8926 |
msgid ""
|
8927 |
"Check this box if you want to send booking modification email, if cost of booking was edited in "
|
8928 |
"booking listing page."
|
8929 |
msgstr ""
|
8930 |
|
8931 |
-
#: core/lib/wpbc_all_translations1.php:
|
8932 |
#: inc/gateways/page-gateways.php:656
|
8933 |
msgid "Payment Options"
|
8934 |
msgstr ""
|
8935 |
|
8936 |
-
#: core/lib/wpbc_all_translations1.php:
|
8937 |
msgid "Times:"
|
8938 |
msgstr ""
|
8939 |
|
8940 |
-
#: core/lib/wpbc_all_translations1.php:
|
8941 |
msgid "Set Early / Late Booking"
|
8942 |
msgstr ""
|
8943 |
|
8944 |
-
#: core/lib/wpbc_all_translations1.php:
|
8945 |
#, php-format
|
8946 |
msgid "%sEarly booking discount%s for booking resource"
|
8947 |
msgstr ""
|
8948 |
|
8949 |
-
#: core/lib/wpbc_all_translations1.php:
|
8950 |
#: inc/_bm/admin/page-cost-early-late-booking.php:166
|
8951 |
#: inc/_bm/admin/page-cost-early-late-booking.php:185
|
8952 |
#: inc/_bm/admin/page-cost-early-late-booking.php:358
|
@@ -8955,485 +8954,502 @@ msgstr ""
|
|
8955 |
msgid "Discount"
|
8956 |
msgstr ""
|
8957 |
|
8958 |
-
#: core/lib/wpbc_all_translations1.php:
|
8959 |
#, php-format
|
8960 |
msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %smore%s than"
|
8961 |
msgstr ""
|
8962 |
|
8963 |
-
#: core/lib/wpbc_all_translations1.php:
|
8964 |
#: inc/_bm/admin/page-cost-early-late-booking.php:476
|
8965 |
#, php-format
|
8966 |
msgid "Apply discount, only if %scheck in%s day inside of this %sseason filter%s"
|
8967 |
msgstr ""
|
8968 |
|
8969 |
-
#: core/lib/wpbc_all_translations1.php:
|
8970 |
#, php-format
|
8971 |
msgid "%sLast minute booking discount%s for booking resource"
|
8972 |
msgstr ""
|
8973 |
|
8974 |
-
#: core/lib/wpbc_all_translations1.php:
|
8975 |
#, php-format
|
8976 |
msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %sless%s than"
|
8977 |
msgstr ""
|
8978 |
|
8979 |
-
#: core/lib/wpbc_all_translations1.php:
|
8980 |
msgid "Early / Late Booking"
|
8981 |
msgstr ""
|
8982 |
|
8983 |
-
#: core/lib/wpbc_all_translations1.php:
|
8984 |
msgid "Set Early / Late Booking Amount"
|
8985 |
msgstr ""
|
8986 |
|
8987 |
-
#: core/lib/wpbc_all_translations1.php:
|
8988 |
msgid "Set Early / Late booking discount"
|
8989 |
msgstr ""
|
8990 |
|
8991 |
-
#: core/lib/wpbc_all_translations1.php:
|
8992 |
msgid "Early / Late"
|
8993 |
msgstr ""
|
8994 |
|
8995 |
-
#: core/lib/wpbc_all_translations1.php:
|
8996 |
msgid "Show a booking form, availability calendar or other elements from Booking Calendar plugin."
|
8997 |
msgstr ""
|
8998 |
|
8999 |
-
#: core/lib/wpbc_all_translations1.php:
|
9000 |
msgid "Configure Booking Calendar Block"
|
9001 |
msgstr ""
|
9002 |
|
9003 |
-
#: core/lib/wpbc_all_translations1.php:
|
9004 |
msgid "Click to Preview Block"
|
9005 |
msgstr ""
|
9006 |
|
9007 |
-
#: core/lib/wpbc_all_translations1.php:
|
9008 |
-
#: js/wpbc-gutenberg.js:
|
9009 |
msgid "Visible months number"
|
9010 |
msgstr ""
|
9011 |
|
9012 |
-
#: core/lib/wpbc_all_translations1.php:
|
9013 |
-
#: js/wpbc-gutenberg.js:
|
9014 |
msgid "Start month"
|
9015 |
msgstr ""
|
9016 |
|
9017 |
-
#: core/lib/wpbc_all_translations1.php:
|
9018 |
msgid "Custom booking form"
|
9019 |
msgstr ""
|
9020 |
|
9021 |
-
#: core/lib/wpbc_all_translations1.php:
|
9022 |
-
#: js/wpbc-gutenberg.js:
|
9023 |
msgid "Unavailable dates from other booking resources"
|
9024 |
msgstr ""
|
9025 |
|
9026 |
-
#: core/lib/wpbc_all_translations1.php:
|
9027 |
msgid "Availability Calendar"
|
9028 |
msgstr ""
|
9029 |
|
9030 |
-
#: core/lib/wpbc_all_translations1.php:
|
9031 |
msgid "Booking resource(s)"
|
9032 |
msgstr ""
|
9033 |
|
9034 |
-
#: core/lib/wpbc_all_translations1.php:
|
9035 |
msgid "Show from/to"
|
9036 |
msgstr ""
|
9037 |
|
9038 |
-
#: core/lib/wpbc_all_translations1.php:
|
9039 |
msgid "All booking resources"
|
9040 |
msgstr ""
|
9041 |
|
9042 |
-
#: core/lib/wpbc_all_translations1.php:
|
9043 |
msgid "Selection of Resources"
|
9044 |
msgstr ""
|
9045 |
|
9046 |
-
#: core/lib/wpbc_all_translations1.php:
|
9047 |
msgid "Selected booking resource (by default)"
|
9048 |
msgstr ""
|
9049 |
|
9050 |
-
#: core/lib/wpbc_all_translations1.php:
|
9051 |
msgid "Title of first option in list"
|
9052 |
msgstr ""
|
9053 |
|
9054 |
-
#: core/lib/wpbc_all_translations1.php:
|
9055 |
msgid "Custom booking form for all booking resources"
|
9056 |
msgstr ""
|
9057 |
|
9058 |
-
#: core/lib/wpbc_all_translations1.php:
|
9059 |
msgid "Booking Form (without calendar)"
|
9060 |
msgstr ""
|
9061 |
|
9062 |
-
#: core/lib/wpbc_all_translations1.php:
|
9063 |
msgid "Date for submit booking"
|
9064 |
msgstr ""
|
9065 |
|
9066 |
-
#: core/lib/wpbc_all_translations1.php:
|
9067 |
msgid "Search Availability form"
|
9068 |
msgstr ""
|
9069 |
|
9070 |
-
#: core/lib/wpbc_all_translations1.php:
|
9071 |
msgid "Show search results on other page"
|
9072 |
msgstr ""
|
9073 |
|
9074 |
-
#: core/lib/wpbc_all_translations1.php:
|
9075 |
msgid "Search results page must have this shortcode"
|
9076 |
msgstr ""
|
9077 |
|
9078 |
-
#: core/lib/wpbc_all_translations1.php:
|
9079 |
msgid "Show search results in the same page"
|
9080 |
msgstr ""
|
9081 |
|
9082 |
-
#: core/lib/wpbc_all_translations1.php:
|
9083 |
msgid "Search Results Title"
|
9084 |
msgstr ""
|
9085 |
|
9086 |
-
#: core/lib/wpbc_all_translations1.php:
|
9087 |
msgid "Title, if no search results"
|
9088 |
msgstr ""
|
9089 |
|
9090 |
-
#: core/lib/wpbc_all_translations1.php:
|
9091 |
msgid "Search in booking resources of WP users"
|
9092 |
msgstr ""
|
9093 |
|
9094 |
-
#: core/lib/wpbc_all_translations1.php:
|
9095 |
msgid "Show search results on this page, after redirection from search form at other page."
|
9096 |
msgstr ""
|
9097 |
|
9098 |
-
#: core/lib/wpbc_all_translations1.php:
|
9099 |
msgid "System Block"
|
9100 |
msgstr ""
|
9101 |
|
9102 |
-
#: core/lib/wpbc_all_translations1.php:
|
9103 |
msgid "Booking Calendar Editing"
|
9104 |
msgstr ""
|
9105 |
|
9106 |
-
#: core/lib/wpbc_all_translations1.php:
|
9107 |
msgid ""
|
9108 |
"This block required for ability to edit, cancel the booking by visitor, who made the booking, or "
|
9109 |
"for ability to show payment form, after sending payment request."
|
9110 |
msgstr ""
|
9111 |
|
9112 |
-
#: core/lib/wpbc_all_translations1.php:
|
9113 |
msgid "Link to this page must be defined"
|
9114 |
msgstr ""
|
9115 |
|
9116 |
-
#: core/lib/wpbc_all_translations1.php:
|
9117 |
msgid "at this option"
|
9118 |
msgstr ""
|
9119 |
|
9120 |
-
#: core/lib/wpbc_all_translations1.php:
|
9121 |
msgid "You can not open this page directly. Please, use links in "
|
9122 |
msgstr ""
|
9123 |
|
9124 |
-
#: core/lib/wpbc_all_translations1.php:
|
9125 |
msgid "If you open this page directly, then you will see this error"
|
9126 |
msgstr ""
|
9127 |
|
9128 |
-
#: core/lib/wpbc_all_translations1.php:
|
9129 |
msgid "Customer Bookings Listing"
|
9130 |
msgstr ""
|
9131 |
|
9132 |
-
#: core/lib/wpbc_all_translations1.php:
|
9133 |
msgid ""
|
9134 |
"Visitors of your website, can view previous (own) bookings, by clicking on secret link in email, "
|
9135 |
"which is sending after booking created."
|
9136 |
msgstr ""
|
9137 |
|
9138 |
-
#: core/lib/wpbc_all_translations1.php:
|
9139 |
msgid "Show Info of Booking Resource"
|
9140 |
msgstr ""
|
9141 |
|
9142 |
-
#: core/lib/wpbc_all_translations1.php:
|
9143 |
msgid "Click to edit"
|
9144 |
msgstr ""
|
9145 |
|
9146 |
-
#: core/lib/wpbc_all_translations1.php:
|
9147 |
msgid "This is not real preview. Its configuration block of \"Booking Calendar\"."
|
9148 |
msgstr ""
|
9149 |
|
9150 |
-
#: core/lib/wpbc_all_translations1.php:
|
9151 |
msgid "Sort search results by"
|
9152 |
msgstr ""
|
9153 |
|
9154 |
-
#: core/lib/wpbc_all_translations1.php:
|
9155 |
msgid "Select type of sorting search results"
|
9156 |
msgstr ""
|
9157 |
|
9158 |
-
#: core/lib/wpbc_all_translations1.php:
|
9159 |
#: inc/_bl/admin/page-search.php:181
|
9160 |
msgid "ID of booking resource"
|
9161 |
msgstr ""
|
9162 |
|
9163 |
-
#: core/lib/wpbc_all_translations1.php:
|
9164 |
#: inc/_bl/admin/page-search.php:183
|
9165 |
msgid "Title of booking resource"
|
9166 |
msgstr ""
|
9167 |
|
9168 |
-
#: core/lib/wpbc_all_translations1.php:
|
9169 |
#: inc/_bl/admin/page-search.php:185
|
9170 |
msgid "Priority field of booking resource"
|
9171 |
msgstr ""
|
9172 |
|
9173 |
-
#: core/lib/wpbc_all_translations1.php:
|
9174 |
#: inc/_bl/admin/page-search.php:187
|
9175 |
msgid "Cost of booking resource"
|
9176 |
msgstr ""
|
9177 |
|
9178 |
-
#: core/lib/wpbc_all_translations1.php:
|
9179 |
#: inc/_bl/admin/page-search.php:189
|
9180 |
msgid "Cost of booking"
|
9181 |
msgstr ""
|
9182 |
|
9183 |
-
#: core/lib/wpbc_all_translations1.php:
|
9184 |
msgid "Deactivate send email option at Add Booking page"
|
9185 |
msgstr ""
|
9186 |
|
9187 |
-
#: core/lib/wpbc_all_translations1.php:
|
9188 |
msgid ""
|
9189 |
"Check this box if you want to deactivate by default option \"Send email\" at Add Booking page."
|
9190 |
msgstr ""
|
9191 |
|
9192 |
-
#: core/lib/wpbc_all_translations1.php:
|
9193 |
msgid "Deactivate send email option at Booking Listing page"
|
9194 |
msgstr ""
|
9195 |
|
9196 |
-
#: core/lib/wpbc_all_translations1.php:
|
9197 |
msgid ""
|
9198 |
"Check this box if you want to deactivate by default option \"Send email\" at Booking Listing "
|
9199 |
"page."
|
9200 |
msgstr ""
|
9201 |
|
9202 |
-
#: core/lib/wpbc_all_translations1.php:
|
9203 |
msgid "Force change booking resource for exist booking"
|
9204 |
msgstr ""
|
9205 |
|
9206 |
-
#: core/lib/wpbc_all_translations1.php:
|
9207 |
msgid ""
|
9208 |
"Check this box if you want to skip checking availability of new booking resource during changing "
|
9209 |
"booking resource of exist booking at Booking Listing page."
|
9210 |
msgstr ""
|
9211 |
|
9212 |
-
#: core/lib/wpbc_all_translations1.php:
|
9213 |
msgid "Signature Key"
|
9214 |
msgstr ""
|
9215 |
|
9216 |
-
#: core/lib/wpbc_all_translations1.php:
|
9217 |
msgid "Please enter the Signature Key, which you generated in the settings of Merchant Interface."
|
9218 |
msgstr ""
|
9219 |
|
9220 |
-
#: core/lib/wpbc_all_translations1.php:
|
9221 |
msgid "To generate new Signature Key"
|
9222 |
msgstr ""
|
9223 |
|
9224 |
-
#: core/lib/wpbc_all_translations1.php:
|
9225 |
#, php-format
|
9226 |
msgid "Log on to the %sMerchant Interface%s"
|
9227 |
msgstr ""
|
9228 |
|
9229 |
-
#: core/lib/wpbc_all_translations1.php:
|
9230 |
msgid ""
|
9231 |
"In the merchant interface, go to Account > Settings > Security Settings > General Security "
|
9232 |
"Settings > API Credential & Keys"
|
9233 |
msgstr ""
|
9234 |
|
9235 |
-
#: core/lib/wpbc_all_translations1.php:
|
9236 |
msgid "Answer the secret question."
|
9237 |
msgstr ""
|
9238 |
|
9239 |
-
#: core/lib/wpbc_all_translations1.php:
|
9240 |
msgid "Select New Signature Key. Your signature key is displayed as a string."
|
9241 |
msgstr ""
|
9242 |
|
9243 |
-
#: core/lib/wpbc_all_translations1.php:
|
9244 |
msgid "Click Copy to Clipboard."
|
9245 |
msgstr ""
|
9246 |
|
9247 |
-
#: core/lib/wpbc_all_translations1.php:
|
9248 |
#, php-format
|
9249 |
msgid "For more information, please check %shere%s"
|
9250 |
msgstr ""
|
9251 |
|
9252 |
-
#: core/lib/wpbc_all_translations1.php:
|
9253 |
#, php-format
|
9254 |
msgid ""
|
9255 |
"If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
|
9256 |
"an API Login ID and Signature Key. These keys will authenticate requests to the payment gateway."
|
9257 |
msgstr ""
|
9258 |
|
9259 |
-
#: core/lib/wpbc_all_translations1.php:
|
9260 |
msgid "Loading"
|
9261 |
msgstr ""
|
9262 |
|
9263 |
-
#: core/lib/wpbc_all_translations1.php:
|
9264 |
#, php-format
|
9265 |
msgid "%s - inserting link to approve booking in 1 mouse click "
|
9266 |
msgstr ""
|
9267 |
|
9268 |
-
#: core/lib/wpbc_all_translations1.php:
|
9269 |
#, php-format
|
9270 |
msgid "%s - inserting link to set booking as pending in 1 mouse click "
|
9271 |
msgstr ""
|
9272 |
|
9273 |
-
#: core/lib/wpbc_all_translations1.php:
|
9274 |
#, php-format
|
9275 |
msgid "%s - inserting link for move booking to trash in 1 mouse click "
|
9276 |
msgstr ""
|
9277 |
|
9278 |
-
#: core/lib/wpbc_all_translations1.php:
|
9279 |
msgid "Flex Search Form Template"
|
9280 |
msgstr ""
|
9281 |
|
9282 |
-
#: core/lib/wpbc_all_translations1.php:
|
9283 |
msgid "Flex"
|
9284 |
msgstr ""
|
9285 |
|
9286 |
-
#: core/lib/wpbc_all_translations1.php:
|
9287 |
#, php-format
|
9288 |
msgid "Booking %s have been approved."
|
9289 |
msgstr ""
|
9290 |
|
9291 |
-
#: core/lib/wpbc_all_translations1.php:
|
9292 |
#, php-format
|
9293 |
msgid "Booking %s have been set as pending."
|
9294 |
msgstr ""
|
9295 |
|
9296 |
-
#: core/lib/wpbc_all_translations1.php:
|
9297 |
#, php-format
|
9298 |
msgid "Booking %s have been moved to trash."
|
9299 |
msgstr ""
|
9300 |
|
9301 |
-
#: core/lib/wpbc_all_translations1.php:
|
9302 |
msgid "Find lost bookings"
|
9303 |
msgstr ""
|
9304 |
|
9305 |
-
#: core/lib/wpbc_all_translations1.php:
|
9306 |
#, php-format
|
9307 |
msgid "require correct configuration of this option: %sURL to edit bookings%s"
|
9308 |
msgstr ""
|
9309 |
|
9310 |
-
#: core/lib/wpbc_all_translations1.php:
|
9311 |
msgid "You may test your integration over HTTP. However, live integrations must use HTTPS."
|
9312 |
msgstr ""
|
9313 |
|
9314 |
-
#: core/lib/wpbc_all_translations1.php:
|
9315 |
msgid "Select date format for search form"
|
9316 |
msgstr ""
|
9317 |
|
9318 |
-
#: core/lib/wpbc_all_translations1.php:
|
9319 |
msgid "Logging of booking approving or rejection"
|
9320 |
msgstr ""
|
9321 |
|
9322 |
-
#: core/lib/wpbc_all_translations1.php:
|
9323 |
msgid ""
|
9324 |
"Check this box if you want to log approving or rejection of bookings and add it to your booking "
|
9325 |
"notes."
|
9326 |
msgstr ""
|
9327 |
|
9328 |
-
#: core/lib/wpbc_all_translations1.php:
|
9329 |
#, php-format
|
9330 |
msgid "%sFor Malaysia Only%s. iPay88 - Payment Switching Gateway integration %s"
|
9331 |
msgstr ""
|
9332 |
|
9333 |
-
#: core/lib/wpbc_all_translations1.php:
|
9334 |
msgid "Update cost, after booking editing in admin panel"
|
9335 |
msgstr ""
|
9336 |
|
9337 |
-
#: core/lib/wpbc_all_translations1.php:
|
9338 |
msgid ""
|
9339 |
"Check this box if you want to update cost after editing booking in admin panel, based on new "
|
9340 |
"booking data"
|
9341 |
msgstr ""
|
9342 |
|
9343 |
-
#: core/lib/wpbc_all_translations1.php:
|
9344 |
#, php-format
|
9345 |
msgid "%s - inserting check-in date (only date without time) (first day of reservation),"
|
9346 |
msgstr ""
|
9347 |
|
9348 |
-
#: core/lib/wpbc_all_translations1.php:
|
9349 |
#, php-format
|
9350 |
msgid "%s - inserting check-out date (only date without time) (last day of reservation),"
|
9351 |
msgstr ""
|
9352 |
|
9353 |
-
#: core/lib/wpbc_all_translations1.php:
|
9354 |
msgid "Shuffle"
|
9355 |
msgstr ""
|
9356 |
|
9357 |
-
#: core/lib/wpbc_all_translations1.php:
|
9358 |
msgid "Apply discount coupon code directly to days cost"
|
9359 |
msgstr ""
|
9360 |
|
9361 |
-
#: core/lib/wpbc_all_translations1.php:
|
9362 |
msgid ""
|
9363 |
"Check this box if you want apply discount coupon codes directly to days cost, without additional "
|
9364 |
"costs."
|
9365 |
msgstr ""
|
9366 |
|
9367 |
-
#: core/lib/wpbc_all_translations1.php:
|
9368 |
msgid "Calendar next to form"
|
9369 |
msgstr ""
|
9370 |
|
9371 |
-
#: core/lib/wpbc_all_translations1.php:
|
9372 |
msgid "PayPal fee"
|
9373 |
msgstr ""
|
9374 |
|
9375 |
-
#: core/lib/wpbc_all_translations1.php:
|
9376 |
msgid "PayPal Fee"
|
9377 |
msgstr ""
|
9378 |
|
9379 |
-
#: core/lib/wpbc_all_translations1.php:
|
9380 |
#, php-format
|
9381 |
msgid ""
|
9382 |
"If you need to add %sPayPal tax fee%s payment (only for PayPal payment system), then enter "
|
9383 |
"amount of tax fee in percents"
|
9384 |
msgstr ""
|
9385 |
|
9386 |
-
#: core/lib/wpbc_all_translations1.php:
|
9387 |
msgid "Auto-updates are not available for this plugin."
|
9388 |
msgstr ""
|
9389 |
|
9390 |
-
#: core/lib/wpbc_all_translations1.php:
|
|
|
9391 |
msgid "columns"
|
9392 |
msgstr ""
|
9393 |
|
9394 |
-
#: core/lib/wpbc_all_translations1.php:
|
9395 |
msgid "2 columns with times"
|
9396 |
msgstr ""
|
9397 |
|
9398 |
-
#: core/lib/wpbc_all_translations1.php:
|
9399 |
-
#: inc/_ps/admin/page-settings-form.php:
|
9400 |
msgid "Time slots"
|
9401 |
msgstr ""
|
9402 |
|
9403 |
-
#: inc/_ps/personal.php:1362
|
9404 |
msgid "The booked dates already in the past"
|
9405 |
msgstr ""
|
9406 |
|
9407 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:780
|
9408 |
msgid "Card"
|
9409 |
msgstr ""
|
9410 |
|
9411 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:807
|
9412 |
msgid "Payment Methods"
|
9413 |
msgstr ""
|
9414 |
|
9415 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:808
|
9416 |
msgid "Select one or several payment methods."
|
9417 |
msgstr ""
|
9418 |
|
9419 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:808
|
9420 |
msgid "Use Ctrl button to select multiple options."
|
9421 |
msgstr ""
|
9422 |
|
9423 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:811
|
9424 |
msgid ""
|
9425 |
"Different payment methods require different conditions. Some payment methods require selection "
|
9426 |
"of EUR currency, other available only in specific countries."
|
9427 |
msgstr ""
|
9428 |
|
9429 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:815
|
9430 |
msgid "can only be charged in"
|
9431 |
msgstr ""
|
9432 |
|
9433 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:816
|
9434 |
msgid "available only for countries"
|
9435 |
msgstr ""
|
9436 |
|
9437 |
-
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:817
|
9438 |
msgid "require activation in your Stripe dashboard"
|
9439 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: booking\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2021-07-10 08:04+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.4.3\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
35 |
msgstr ""
|
36 |
|
37 |
#: core/admin/api-settings.php:94 core/admin/wpbc-toolbar-tiny.php:460
|
38 |
+
#: core/lib/wpbc_all_translations.php:6 js/wpbc-gutenberg.js:815
|
39 |
msgid "Number of months to scroll"
|
40 |
msgstr ""
|
41 |
|
152 |
#: core/lib/wpbc_all_translations.php:26 core/timeline/v2/wpbc-class-timeline_v2.php:2822
|
153 |
#: inc/_bl/admin/api-settings-l.php:179 inc/_bl/admin/api-settings-l.php:185
|
154 |
#: inc/_bl/admin/api-settings-l.php:216 inc/gateways/page-gateways.php:198
|
155 |
+
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1160 js/wpbc-gutenberg.js:1038
|
156 |
msgid "Note"
|
157 |
msgstr ""
|
158 |
|
185 |
#: core/admin/wpbc-toolbar-tiny.php:698 core/admin/wpbc-toolbar-tiny.php:1199
|
186 |
#: core/admin/wpbc-toolbar-tiny.php:1615 core/lib/wpbc_all_translations.php:33
|
187 |
#: inc/_bm/m-toolbar.php:29 inc/_bm/m-toolbar.php:113 inc/_bm/m-toolbar.php:402
|
188 |
+
#: inc/_ps/lib_p.php:268 js/wpbc-gutenberg.js:571
|
189 |
msgid "Booking Form"
|
190 |
msgstr ""
|
191 |
|
487 |
msgstr ""
|
488 |
|
489 |
#: core/admin/api-settings.php:731 core/admin/api-settings.php:732
|
490 |
+
#: core/lib/wpbc_all_translations.php:93 inc/_bl/admin/page-search.php:955
|
491 |
#: inc/_bm/admin/page-availability.php:876 inc/_bm/admin/page-cost-rate.php:106
|
492 |
#: inc/_bm/admin/page-cost-valuation.php:134 inc/_bs/lib_s.php:182 inc/_bs/lib_s.php:187
|
493 |
#: inc/_ps/lib_p.php:126 inc/_ps/lib_p.php:130
|
747 |
#: core/admin/api-settings.php:1097 core/admin/wpbc-toolbar-tiny.php:591
|
748 |
#: core/admin/wpbc-toolbar-tiny.php:1810 core/admin/wpbc-toolbars.php:790
|
749 |
#: core/lib/wpbc_all_translations.php:146 core/lib/wpdev-booking-widget.php:104
|
750 |
+
#: js/wpbc-gutenberg.js:1338
|
751 |
msgid "Show"
|
752 |
msgstr ""
|
753 |
|
765 |
msgid "Check this box to delete all booking data when you uninstal this plugin."
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: core/admin/api-settings.php:1142 core/admin/page-form-free.php:1029
|
769 |
#: core/lib/wpbc_all_translations.php:150 core/sync/wpbc-gcal-class.php:474
|
770 |
#: core/sync/wpbc-gcal-class.php:642 core/sync/wpbc-gcal-class.php:668
|
771 |
#: inc/_bl/admin/api-settings-l.php:368 inc/_bm/admin/page-availability.php:990
|
888 |
#: core/admin/page-email-new-admin.php:254 core/admin/page-email-new-admin.php:295
|
889 |
#: core/admin/page-email-new-visitor.php:254 core/admin/page-email-new-visitor.php:295
|
890 |
#: core/admin/page-email-trash.php:215 core/admin/page-email-trash.php:277
|
891 |
+
#: core/admin/page-email-trash.php:319 core/admin/page-form-free.php:1190
|
892 |
+
#: core/admin/page-form-free.php:2121 core/lib/wpbc_all_translations.php:164
|
893 |
#: inc/_bs/admin/page-email-payment.php:216 inc/_bs/admin/page-email-payment.php:273
|
894 |
#: inc/_bs/admin/page-email-payment.php:317 inc/_ps/admin/page-email-edit.php:215
|
895 |
#: inc/_ps/admin/page-email-edit.php:272 inc/_ps/admin/page-email-edit.php:313
|
924 |
#: inc/_bm/admin/page-availability.php:985 inc/_bm/admin/page-seasons.php:514
|
925 |
#: inc/_bs/admin/page-email-payment.php:235 inc/_bs/admin/page-email-payment.php:291
|
926 |
#: inc/_ps/admin/page-email-edit.php:234 inc/_ps/admin/page-email-edit.php:290
|
927 |
+
#: inc/_ps/wpbc-booking-select-widget.php:140 js/wpbc-gutenberg.js:809
|
928 |
msgid "Title"
|
929 |
msgstr ""
|
930 |
|
1202 |
#: core/admin/page-email-deny.php:452 core/admin/page-email-new-admin.php:431
|
1203 |
#: core/admin/page-email-new-visitor.php:437 core/admin/page-email-trash.php:457
|
1204 |
#: core/lib/wpbc_all_translations.php:198 inc/_bs/admin/page-email-payment.php:455
|
1205 |
+
#: inc/_ps/admin/page-email-edit.php:451 inc/_ps/admin/page-settings-form.php:714
|
1206 |
#: inc/_ps/form/class-wpbc-form-help.php:92 inc/gateways/page-gateways.php:1123
|
1207 |
msgid "HTML"
|
1208 |
msgstr ""
|
1277 |
#: core/admin/page-email-approved.php:725 core/admin/page-email-deleted.php:722
|
1278 |
#: core/admin/page-email-deny.php:722 core/admin/page-email-new-admin.php:705
|
1279 |
#: core/admin/page-email-new-visitor.php:701 core/admin/page-email-trash.php:727
|
1280 |
+
#: core/admin/page-form-free.php:1192 core/admin/page-form-timeslots.php:768
|
1281 |
#: core/admin/wpbc-class-listing.php:125 core/admin/wpbc-class-listing.php:145
|
1282 |
#: core/admin/wpbc-toolbars.php:52 core/admin/wpbc-toolbars.php:178
|
1283 |
#: core/lib/wpbc_all_translations.php:208 inc/_bl/admin/page-coupons.php:548
|
1302 |
#: core/admin/page-email-new-visitor.php:707 core/admin/page-email-new-visitor.php:743
|
1303 |
#: core/admin/page-email-trash.php:733 core/admin/page-email-trash.php:769
|
1304 |
#: core/admin/page-form-free.php:146 core/admin/page-form-free.php:246
|
1305 |
+
#: core/admin/page-form-free.php:2241 core/admin/page-ics-export.php:236
|
1306 |
#: core/admin/page-ics-general.php:416 core/admin/page-ics-import.php:203
|
1307 |
#: core/admin/page-import-gcal.php:570 core/admin/page-settings.php:148
|
1308 |
#: core/admin/page-settings.php:301 core/admin/wpbc-toolbars.php:1826
|
1309 |
#: core/lib/wpbc_all_translations.php:210 inc/_bl/admin/page-coupons.php:220
|
1310 |
+
#: inc/_bl/admin/page-coupons.php:1378 inc/_bl/admin/page-search.php:458
|
1311 |
+
#: inc/_bl/admin/page-search.php:558 inc/_bm/admin/page-availability.php:1024
|
1312 |
#: inc/_bm/admin/page-cost-advanced.php:102 inc/_bm/admin/page-cost-advanced.php:161
|
1313 |
#: inc/_bm/admin/page-cost-deposit.php:362 inc/_bm/admin/page-cost-early-late-booking.php:544
|
1314 |
#: inc/_bm/admin/page-cost-rate.php:231 inc/_bm/admin/page-cost-valuation.php:257
|
1330 |
#: core/admin/page-email-approved.php:749 core/admin/page-email-deleted.php:746
|
1331 |
#: core/admin/page-email-deny.php:746 core/admin/page-email-new-admin.php:729
|
1332 |
#: core/admin/page-email-new-visitor.php:725 core/admin/page-email-trash.php:751
|
1333 |
+
#: core/admin/page-form-free.php:1191 core/admin/wpbc-dashboard.php:471
|
1334 |
#: core/lib/wpbc_all_translations.php:211 inc/_bs/admin/page-email-payment.php:748
|
1335 |
#: inc/_ps/admin/page-email-edit.php:744
|
1336 |
msgid "Type"
|
1342 |
#: core/admin/page-ics-import.php:194 core/admin/page-import-gcal.php:552
|
1343 |
#: core/admin/page-settings.php:142 core/admin/page-settings.php:293
|
1344 |
#: core/admin/wpbc-toolbars.php:434 core/admin/wpbc-toolbars.php:440
|
1345 |
+
#: core/lib/wpbc_all_translations.php:212 inc/_bl/admin/page-search.php:508
|
1346 |
+
#: inc/_bl/admin/page-search.php:536 inc/_bm/admin/page-cost-advanced.php:155
|
1347 |
#: inc/_bs/admin/page-email-payment.php:755 inc/_ps/admin/page-email-edit.php:751
|
1348 |
#: inc/_ps/admin/page-settings-form.php:181
|
1349 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:452 inc/gateways/page-gateways.php:675
|
1555 |
"booking form (below) or by adding this field from (above) toolbar."
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: core/admin/page-form-free.php:226 core/lib/wpbc_all_translations.php:247
|
1559 |
msgid "Title of send button"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: core/admin/page-form-free.php:230 core/lib/wpbc_all_translations.php:248
|
1563 |
+
#: core/wpbc-activation.php:1036 inc/_ps/personal.php:2117 inc/_ps/wpbc-form-templates.php:42
|
1564 |
+
#: inc/_ps/wpbc-form-templates.php:61 inc/_ps/wpbc-form-templates.php:81
|
1565 |
+
#: inc/_ps/wpbc-form-templates.php:104 inc/_ps/wpbc-form-templates.php:127
|
|
|
1566 |
msgid "Send"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: core/admin/page-form-free.php:231 core/lib/wpbc_all_translations.php:249
|
1570 |
#, php-format
|
1571 |
msgid "Enter %stitle of submit button%s in the booking form"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: core/admin/page-form-free.php:895 core/lib/wpbc_all_translations.php:250
|
1575 |
msgid "Reset to default form"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: core/admin/page-form-free.php:899 core/admin/page-form-free.php:1509
|
1579 |
#: core/admin/wpbc-class-listing.php:396 core/admin/wpbc-class-listing.php:402
|
1580 |
#: core/admin/wpbc-toolbars.php:997 core/admin/wpbc-toolbars.php:1014
|
1581 |
+
#: core/admin/wpbc-toolbars.php:1078 core/lib/wpbc_all_translations.php:251
|
1582 |
#: inc/_bl/admin/page-coupons.php:236 inc/_bl/admin/page-coupons.php:808
|
1583 |
#: inc/_bm/admin/page-availability.php:274 inc/_bm/admin/page-cost-valuation.php:354
|
1584 |
#: inc/_bm/admin/page-cost.php:529 inc/_bm/admin/page-seasons.php:221
|
1587 |
msgid "Do you really want to do this ?"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: core/admin/page-form-free.php:927 core/admin/page-form-free.php:2227
|
1591 |
+
#: core/lib/wpbc_all_translations.php:252
|
1592 |
msgid "Add New Field"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: core/admin/page-form-free.php:944 core/admin/page-form-free.php:979
|
1596 |
+
#: core/lib/wpbc_all_translations.php:253 inc/_ps/admin/page-settings-form.php:313
|
1597 |
msgid "Select"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: core/admin/page-form-free.php:944 core/lib/wpbc_all_translations.php:254
|
1601 |
msgid "Form Field"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: core/admin/page-form-free.php:966 core/lib/wpbc_all_translations.php:255
|
1605 |
#: inc/_ps/form/class-wpbc-form-help.php:141
|
1606 |
msgid "Standard Fields"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: core/admin/page-form-free.php:969 core/lib/wpbc_all_translations.php:256
|
1610 |
#: inc/_ps/form/class-wpbc-form-help.php:147
|
1611 |
msgid "Text"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: core/admin/page-form-free.php:989 core/lib/wpbc_all_translations.php:257
|
1615 |
#: inc/_ps/form/class-wpbc-form-help.php:156
|
1616 |
msgid "Textarea"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: core/admin/page-form-free.php:999 core/lib/wpbc_all_translations.php:258
|
1620 |
msgid "Checkbox"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: core/admin/page-form-free.php:1014 core/lib/wpbc_all_translations.php:259
|
1624 |
#: inc/_ps/form/class-wpbc-form-help.php:486
|
1625 |
msgid "Advanced Fields"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
+
#: core/admin/page-form-free.php:1018 core/admin/page-form-free.php:2041
|
1629 |
+
#: core/admin/page-form-free.php:2042 core/admin/page-form-timeslots.php:106
|
1630 |
#: core/admin/page-form-timeslots.php:201 core/admin/page-form-timeslots.php:766
|
1631 |
#: core/admin/page-form-timeslots.php:816 core/admin/page-settings.php:94
|
1632 |
+
#: core/admin/page-settings.php:215 core/lib/wpbc_all_translations.php:260
|
1633 |
msgid "Time Slots"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: core/admin/page-form-free.php:1076 core/lib/wpbc_all_translations.php:261
|
1637 |
msgid "View"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
+
#: core/admin/page-form-free.php:1095 core/lib/wpbc_all_translations.php:262
|
1641 |
msgid "Standard Forms"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: core/admin/page-form-free.php:1098 core/lib/wpbc_all_translations.php:263
|
1645 |
msgid "Form under calendar"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
+
#: core/admin/page-form-free.php:1108 core/lib/wpbc_all_translations.php:264
|
1649 |
msgid "Form at right side of calendar"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: core/admin/page-form-free.php:1118 core/lib/wpbc_all_translations.php:265
|
1653 |
msgid "Form and calendar are centered"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
+
#: core/admin/page-form-free.php:1128 core/lib/wpbc_all_translations.php:266
|
1657 |
msgid "Form for dark background"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: core/admin/page-form-free.php:1188 core/admin/page-form-free.php:2100
|
1661 |
+
#: core/lib/wpbc_all_translations.php:267
|
1662 |
msgid "Active"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: core/admin/page-form-free.php:1189 core/lib/wpbc_all_translations.php:268
|
1666 |
msgid "Field Label"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: core/admin/page-form-free.php:1191 core/admin/page-form-free.php:2166
|
1670 |
+
#: core/lib/wpbc_all_translations.php:269 inc/_ps/form/class-wpbc-field-help-text.php:177
|
1671 |
msgid "Name"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
+
#: core/admin/page-form-free.php:1268 core/admin/page-form-free.php:1709
|
1675 |
+
#: core/admin/page-form-free.php:1770 core/lib/wpbc_all_translations.php:270
|
1676 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2642
|
1677 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2700 inc/_bl/admin/page-coupons.php:215
|
1678 |
#: inc/_bl/admin/page-coupons.php:804 inc/_bl/admin/page-coupons.php:993
|
1682 |
msgid "Edit"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: core/admin/page-form-free.php:1269 core/admin/page-form-free.php:1710
|
1686 |
+
#: core/admin/page-form-timeslots.php:788 core/lib/wpbc_all_translations.php:271
|
1687 |
msgid "Remove"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: core/admin/page-form-free.php:1944 core/lib/wpbc_all_translations.php:272
|
1691 |
#: inc/_ps/form/class-wpbc-form-help.php:88
|
1692 |
msgid "Shortcodes"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
+
#: core/admin/page-form-free.php:1945 core/lib/wpbc_all_translations.php:273
|
1696 |
#: inc/_ps/form/class-wpbc-form-help.php:89
|
1697 |
msgid ""
|
1698 |
"You can generate the form fields for your form (at the left side) by selection specific field in "
|
1699 |
"the above selectbox."
|
1700 |
msgstr ""
|
1701 |
|
1702 |
+
#: core/admin/page-form-free.php:1946 core/lib/wpbc_all_translations.php:274
|
1703 |
#: inc/_ps/form/class-wpbc-form-help.php:90
|
1704 |
#, php-format
|
1705 |
msgid "Please read more about the booking form fields configuration %shere%s."
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: core/admin/page-form-free.php:1948 core/lib/wpbc_all_translations.php:275
|
1709 |
#: inc/_ps/form/class-wpbc-form-help.php:99
|
1710 |
msgid "Default Form Templates"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: core/admin/page-form-free.php:1949 core/lib/wpbc_all_translations.php:276
|
1714 |
#: inc/_ps/form/class-wpbc-form-help.php:100
|
1715 |
#, php-format
|
1716 |
msgid ""
|
1720 |
"reset both forms: Booking Form and Content of Booking Fields form."
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: core/admin/page-form-free.php:2079 core/lib/wpbc_all_translations.php:277
|
1724 |
#: inc/_ps/wpbc-form-templates.php:144 inc/_ps/wpbc-form-templates.php:156
|
1725 |
#: inc/_ps/wpbc-form-templates.php:171 inc/_ps/wpbc-form-templates.php:186
|
1726 |
msgid "First Name"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: core/admin/page-form-free.php:2101 core/lib/wpbc_all_translations.php:278
|
1730 |
msgid "Show / hide field in booking form"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: core/admin/page-form-free.php:2122 core/lib/wpbc_all_translations.php:279
|
1734 |
msgid "Set field as required"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: core/admin/page-form-free.php:2142 core/admin/page-form-timeslots.php:784
|
1738 |
#: core/admin/wpbc-toolbar-tiny.php:428 core/admin/wpbc-toolbar-tiny.php:1219
|
1739 |
+
#: core/lib/wpbc_all_translations.php:280 inc/_ps/form/class-wpbc-field-help-button.php:73
|
1740 |
+
#: js/wpbc-gutenberg.js:889
|
1741 |
msgid "Label"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: core/admin/page-form-free.php:2171 core/lib/wpbc_all_translations.php:281
|
1745 |
#, php-format
|
1746 |
msgid "Type only %sunique field name%s, that is not using in form"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: core/admin/page-form-free.php:2192 core/lib/wpbc_all_translations.php:282
|
1750 |
msgid "Values"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: core/admin/page-form-free.php:2197 core/lib/wpbc_all_translations.php:283
|
1754 |
msgid "Enter dropdown options. One option per line."
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: core/admin/page-form-free.php:2232 core/admin/wpbc-toolbar-tiny.php:298
|
1758 |
#: core/admin/wpbc-toolbars.php:710 core/admin/wpbc-toolbars.php:915
|
1759 |
+
#: core/admin/wpbc-toolbars.php:1536 core/lib/wpbc_all_translations.php:284
|
1760 |
#: core/sync/wpbc-gcal.php:445 inc/_bs/lib_s.php:105 inc/_bs/s-toolbar.php:209
|
1761 |
#: inc/_ps/p-toolbar.php:508 inc/_ps/p-toolbar.php:553
|
1762 |
msgid "Close"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: core/admin/page-form-free.php:2246 core/lib/wpbc_all_translations.php:285
|
1766 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2701 inc/_bm/m-toolbar.php:377
|
1767 |
#: inc/_bm/m-toolbar.php:378 inc/_ps/p-toolbar.php:387 inc/_ps/p-toolbar.php:439
|
1768 |
#: inc/_ps/p-toolbar.php:472
|
1769 |
msgid "Cancel"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#: core/admin/page-form-timeslots.php:106 core/lib/wpbc_all_translations.php:286
|
1773 |
msgid "in 24 hour format"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
+
#: core/admin/page-form-timeslots.php:126 core/lib/wpbc_all_translations.php:287
|
1777 |
#: inc/_ps/form/class-wpbc-field-help-checkbox.php:154
|
1778 |
#: inc/_ps/form/class-wpbc-field-help-select.php:119
|
1779 |
msgid "One option per line"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: core/admin/page-form-timeslots.php:132 core/lib/wpbc_all_translations.php:288
|
1783 |
msgid "Titles"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:289
|
1787 |
#: inc/_ps/form/class-wpbc-field-help-checkbox.php:172
|
1788 |
#: inc/_ps/form/class-wpbc-field-help-select.php:137
|
1789 |
msgid "One title per line"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: core/admin/page-form-timeslots.php:151 core/lib/wpbc_all_translations.php:290
|
1793 |
msgid "Visible options in selectbox"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: core/admin/page-form-timeslots.php:193 core/lib/wpbc_all_translations.php:291
|
1797 |
msgid "Reset times by"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
#: core/admin/page-form-timeslots.php:195 core/admin/page-import-gcal.php:69
|
1801 |
#: core/admin/page-import-gcal.php:196 core/admin/page-import-gcal.php:278
|
1802 |
+
#: core/admin/wpbc-toolbar-tiny.php:634 core/lib/wpbc_all_translations.php:292
|
1803 |
#: core/sync/wpbc-gcal.php:207 core/sync/wpbc-gcal.php:271 inc/_bm/admin/api-settings-m.php:67
|
1804 |
#: inc/_bm/admin/api-settings-m.php:104 inc/_bs/admin/api-settings-s.php:532
|
1805 |
msgid "hours"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
#: core/admin/page-form-timeslots.php:196 core/admin/page-import-gcal.php:67
|
1809 |
+
#: core/lib/wpbc_all_translations.php:293 inc/_bm/admin/api-settings-m.php:98
|
1810 |
#: inc/_bm/admin/api-settings-m.php:100 inc/_bs/admin/api-settings-s.php:528
|
1811 |
#: inc/_bs/admin/api-settings-s.php:901
|
1812 |
msgid "hour"
|
1814 |
|
1815 |
#: core/admin/page-form-timeslots.php:197 core/admin/page-form-timeslots.php:198
|
1816 |
#: core/admin/page-form-timeslots.php:199 core/admin/page-import-gcal.php:195
|
1817 |
+
#: core/admin/page-import-gcal.php:277 core/lib/wpbc_all_translations.php:294
|
1818 |
#: core/sync/wpbc-gcal.php:206 core/sync/wpbc-gcal.php:270 inc/_bm/admin/api-settings-m.php:67
|
1819 |
#: inc/_bm/admin/api-settings-m.php:96 inc/_bm/admin/api-settings-m.php:100
|
1820 |
#: inc/_bs/admin/api-settings-s.php:525 inc/_bs/admin/api-settings-s.php:526
|
1821 |
+
#: inc/_bs/admin/api-settings-s.php:527 inc/_ps/admin/page-settings-form.php:419
|
1822 |
+
#: inc/_ps/admin/page-settings-form.php:429
|
1823 |
msgid "minutes"
|
1824 |
msgstr ""
|
1825 |
|
1827 |
#: core/admin/page-form-timeslots.php:435 core/admin/page-form-timeslots.php:444
|
1828 |
#: core/admin/page-form-timeslots.php:446 core/admin/page-form-timeslots.php:455
|
1829 |
#: core/admin/page-form-timeslots.php:457 core/admin/page-form-timeslots.php:466
|
1830 |
+
#: core/admin/page-form-timeslots.php:468 core/lib/wpbc_all_translations.php:295
|
1831 |
#: core/wpbc-js.php:131 inc/_ps/personal.php:268
|
1832 |
msgid "Processing"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
+
#: core/admin/page-form-timeslots.php:595 core/lib/wpbc_all_translations.php:296
|
1836 |
msgid "+ Add Time Slot"
|
1837 |
msgstr ""
|
1838 |
|
1841 |
#: core/admin/page-ics-general.php:282 core/admin/page-ics-general.php:283
|
1842 |
#: core/admin/page-ics-import.php:40 core/admin/page-ics-import.php:41
|
1843 |
#: core/admin/page-import-gcal.php:388 core/admin/page-import-gcal.php:389
|
1844 |
+
#: core/lib/wpbc_all_translations.php:297 core/wpbc-functions.php:2007
|
1845 |
msgid "Sync"
|
1846 |
msgstr ""
|
1847 |
|
1850 |
#: core/admin/page-ics-import.php:42 core/admin/page-ics-import.php:59
|
1851 |
#: core/admin/page-ics-import.php:60 core/admin/page-ics-import.php:62
|
1852 |
#: core/admin/page-ics-import.php:186 core/admin/page-ics-import.php:469
|
1853 |
+
#: core/admin/page-import-gcal.php:390 core/lib/wpbc_all_translations.php:298
|
1854 |
#: core/sync/wpbc-gcal.php:465
|
1855 |
msgid "Import"
|
1856 |
msgstr ""
|
1859 |
#: core/admin/page-ics-export.php:62 core/admin/page-ics-export.php:64
|
1860 |
#: core/admin/page-ics-export.php:228 core/admin/page-ics-general.php:264
|
1861 |
#: core/admin/page-ics-import.php:42 core/admin/page-import-gcal.php:390
|
1862 |
+
#: core/lib/wpbc_all_translations.php:299 inc/_ps/p-toolbar.php:173
|
1863 |
msgid "Export"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
#: core/admin/page-ics-export.php:64 core/admin/page-ics-export.php:228
|
1867 |
+
#: core/lib/wpbc_all_translations.php:300
|
1868 |
msgid "feed"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
#: core/admin/page-ics-export.php:139 core/class/wpbc-class-notices.php:25
|
1872 |
+
#: core/lib/wpbc_all_translations.php:301 core/sync/wpbc-gcal.php:398
|
1873 |
#: inc/_bm/admin/page-cost-valuation.php:290 inc/_mu/multiuser.php:767
|
1874 |
msgid "Warning!"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
+
#: core/admin/page-ics-export.php:141 core/lib/wpbc_all_translations.php:302
|
1878 |
#, php-format
|
1879 |
msgid "This feature require %s"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
#: core/admin/page-ics-export.php:163 core/admin/page-ics-import.php:162
|
1883 |
+
#: core/lib/wpbc_all_translations.php:303 inc/_bl/admin/api-settings-l.php:162
|
1884 |
#: inc/_bm/admin/api-settings-m.php:86 inc/_ps/form/class-wpbc-form-help.php:117
|
1885 |
#: inc/_ps/form/class-wpbc-form-help.php:126 inc/_ps/form/class-wpbc-form-help.php:136
|
1886 |
#: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:228
|
1895 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:831 inc/gateways/sage/wpbc-gw-sage.php:882
|
1896 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:810
|
1897 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1196
|
1898 |
+
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1203 js/wpbc-gutenberg.js:1176
|
1899 |
+
#: js/wpbc-gutenberg.js:1262
|
1900 |
msgid "Important!"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
#: core/admin/page-ics-export.php:165 core/admin/page-ics-import.php:164
|
1904 |
+
#: core/lib/wpbc_all_translations.php:304
|
1905 |
#, php-format
|
1906 |
msgid "This feature require %s plugin. You can install %s plugin from this %spage%s."
|
1907 |
msgstr ""
|
1908 |
|
1909 |
#: core/admin/page-ics-export.php:177 core/admin/page-ics-export.php:240
|
1910 |
+
#: core/admin/page-ics-import.php:176 core/lib/wpbc_all_translations.php:305
|
1911 |
msgid "How it works"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
#: core/admin/page-ics-export.php:441 core/admin/page-ics-export.php:444
|
1915 |
+
#: core/lib/wpbc_all_translations.php:306
|
1916 |
msgid ".ics feed URL"
|
1917 |
msgstr ""
|
1918 |
|
1919 |
+
#: core/admin/page-ics-export.php:463 core/lib/wpbc_all_translations.php:307
|
1920 |
#: inc/_ps/admin/br-table-export-feeds.php:69
|
1921 |
msgid "Open in new window"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
+
#: core/admin/page-ics-export.php:465 core/lib/wpbc_all_translations.php:308
|
1925 |
msgid "Please enter URL for generating .ics feed"
|
1926 |
msgstr ""
|
1927 |
|
1928 |
+
#: core/admin/page-ics-export.php:468 core/lib/wpbc_all_translations.php:309
|
1929 |
msgid "This .ics feed of bookings starting from today for 1 year"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
#: core/admin/page-ics-general.php:68 core/admin/wpbc-toolbar-tiny.php:875
|
1933 |
#: core/admin/wpbc-toolbar-tiny.php:1090 core/admin/wpbc-toolbar-tiny.php:1171
|
1934 |
+
#: core/lib/wpbc_all_translations.php:310 inc/_bm/admin/api-settings-m.php:60
|
1935 |
#: inc/_ps/wpbc-booking-select-widget.php:188
|
1936 |
msgid "None"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: core/admin/page-ics-general.php:101 core/lib/wpbc_all_translations.php:311
|
1940 |
msgid "Event Title"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
#: core/admin/page-ics-general.php:102 core/admin/page-ics-general.php:112
|
1944 |
+
#: core/admin/page-ics-general.php:122 core/lib/wpbc_all_translations.php:312
|
1945 |
#, php-format
|
1946 |
msgid "Select field for assigning to %sevent property%s"
|
1947 |
msgstr ""
|
1948 |
|
1949 |
+
#: core/admin/page-ics-general.php:111 core/lib/wpbc_all_translations.php:313
|
1950 |
msgid "Event Description (optional field)"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
+
#: core/admin/page-ics-general.php:121 core/lib/wpbc_all_translations.php:314
|
1954 |
msgid "Location"
|
1955 |
msgstr ""
|
1956 |
|
1957 |
#: core/admin/page-ics-general.php:132 core/admin/wpbc-class-listing.php:206
|
1958 |
+
#: core/lib/wpbc_all_translations.php:315 core/sync/wpbc-gcal.php:314
|
1959 |
#: inc/_bl/admin/activation-l.php:119 inc/_mu/multiuser.php:628 inc/_ps/admin/activation-p.php:45
|
1960 |
msgid "Default"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
+
#: core/admin/page-ics-general.php:158 core/lib/wpbc_all_translations.php:316
|
1964 |
#: core/sync/wpbc-gcal.php:309
|
1965 |
msgid "Timezone"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
+
#: core/admin/page-ics-general.php:159 core/lib/wpbc_all_translations.php:317
|
1969 |
#: core/sync/wpbc-gcal.php:343
|
1970 |
msgid "Select a city in your required timezone, if you are having problems with dates and times."
|
1971 |
msgstr ""
|
1972 |
|
1973 |
+
#: core/admin/page-ics-general.php:171 core/lib/wpbc_all_translations.php:318
|
1974 |
#: inc/_bs/admin/api-settings-s.php:314
|
1975 |
msgid "Use check in/out time"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
+
#: core/admin/page-ics-general.php:172 core/lib/wpbc_all_translations.php:319
|
1979 |
msgid "Use check in/out time of plugin, during import .ics feeds"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
+
#: core/admin/page-ics-general.php:179 core/lib/wpbc_all_translations.php:320
|
1983 |
msgid "Append check out day"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
+
#: core/admin/page-ics-general.php:180 core/lib/wpbc_all_translations.php:321
|
1987 |
msgid "Append one check out day, during import .ics feeds, if activated using check in/out times"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
+
#: core/admin/page-ics-general.php:188 core/lib/wpbc_all_translations.php:322
|
1991 |
msgid "Export only approved bookings"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
+
#: core/admin/page-ics-general.php:189 core/lib/wpbc_all_translations.php:323
|
1995 |
msgid "Enable of export only approved bookings in .ics feeds"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
+
#: core/admin/page-ics-general.php:201 core/lib/wpbc_all_translations.php:324
|
1999 |
msgid "Force import"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
+
#: core/admin/page-ics-general.php:202 core/lib/wpbc_all_translations.php:325
|
2003 |
msgid "Import bookings without checking, if such bookings already have been imported."
|
2004 |
msgstr ""
|
2005 |
|
2006 |
+
#: core/admin/page-ics-general.php:210 core/lib/wpbc_all_translations.php:326
|
2007 |
msgid "Trash all imported bookings before new import"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
+
#: core/admin/page-ics-general.php:211 core/lib/wpbc_all_translations.php:327
|
2011 |
msgid ""
|
2012 |
"Move all previously imported bookings to trash before new import bookings. Its can resolve "
|
2013 |
"issue of updating deleted and edited events in external sources. Its work only, if you are using "
|
2015 |
msgstr ""
|
2016 |
|
2017 |
#: core/admin/page-ics-general.php:281 core/admin/page-settings.php:74
|
2018 |
+
#: core/lib/wpbc_all_translations.php:328 inc/gateways/page-gateways.php:538
|
2019 |
msgid "General"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
#: core/admin/page-ics-general.php:282 core/admin/page-ics-general.php:283
|
2023 |
#: core/admin/page-ics-general.php:390 core/admin/page-import-gcal.php:485
|
2024 |
#: core/admin/page-settings.php:75 core/admin/page-settings.php:76
|
2025 |
+
#: core/lib/wpbc_all_translations.php:329 core/wpbc.php:188
|
2026 |
msgid "General Settings"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
+
#: core/admin/page-ics-general.php:397 core/lib/wpbc_all_translations.php:330
|
2030 |
msgid "Assign events fields to specific booking form field"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
#: core/admin/page-ics-general.php:406 core/admin/page-settings.php:127
|
2034 |
+
#: core/admin/page-settings.php:263 core/lib/wpbc_all_translations.php:331
|
2035 |
+
#: inc/_bl/admin/page-search.php:552 inc/_bl/admin/page-search.php:748
|
2036 |
+
#: inc/_bl/admin/page-search.php:793 inc/_bl/wpbc-search-availability.php:167
|
2037 |
#: inc/_bl/wpbc-search-availability.php:659 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:921
|
2038 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:915 inc/gateways/ipay88/wpbc-gw-ipay88.php:855
|
2039 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:1091 inc/gateways/sage/wpbc-gw-sage.php:904
|
2041 |
msgid "Advanced"
|
2042 |
msgstr ""
|
2043 |
|
2044 |
+
#: core/admin/page-ics-import.php:62 core/lib/wpbc_all_translations.php:332
|
2045 |
msgid "feeds"
|
2046 |
msgstr ""
|
2047 |
|
2048 |
#: core/admin/page-ics-import.php:438 core/admin/wpbc-sql.php:592
|
2049 |
+
#: core/admin/wpbc-toolbar-tiny.php:331 core/lib/wpbc_all_translations.php:333
|
2050 |
#: inc/_bl/admin/page-coupons.php:1409 inc/_ps/p-toolbar.php:965 inc/_ps/p-toolbar.php:996
|
2051 |
msgid "parent resource"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
+
#: core/admin/page-ics-import.php:460 core/lib/wpbc_all_translations.php:334
|
2055 |
msgid "Enter URL to .ics feed"
|
2056 |
msgstr ""
|
2057 |
|
2058 |
+
#: core/admin/page-ics-import.php:465 core/lib/wpbc_all_translations.php:335
|
2059 |
msgid "Choose file"
|
2060 |
msgstr ""
|
2061 |
|
2062 |
+
#: core/admin/page-ics-import.php:466 core/lib/wpbc_all_translations.php:336
|
2063 |
msgid "Insert file URL"
|
2064 |
msgstr ""
|
2065 |
|
2066 |
+
#: core/admin/page-ics-import.php:467 core/lib/wpbc_all_translations.php:337
|
2067 |
msgid "Upload / Select "
|
2068 |
msgstr ""
|
2069 |
|
2070 |
+
#: core/admin/page-ics-import.php:504 core/lib/wpbc_all_translations.php:338
|
2071 |
msgid "What does .ics feeds import/export mean?"
|
2072 |
msgstr ""
|
2073 |
|
2074 |
+
#: core/admin/page-ics-import.php:512 core/lib/wpbc_all_translations.php:339
|
2075 |
#, php-format
|
2076 |
msgid "Its useful, if you need to import/export bookings from/to external websites, like %s"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: core/admin/page-ics-import.php:520 core/lib/wpbc_all_translations.php:340
|
2080 |
msgid "and any other calendar that uses .ics format"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
#: core/admin/page-ics-import.php:534 core/class/wpbc-class-welcome.php:1010
|
2084 |
+
#: core/lib/wpbc_all_translations.php:341
|
2085 |
#, php-format
|
2086 |
msgid ""
|
2087 |
".ics - is a file format of iCalendar standard for exchanging calendar and scheduling information "
|
2089 |
"calendars updated and synchronized."
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: core/admin/page-ics-import.php:555 core/lib/wpbc_all_translations.php:342
|
2093 |
msgid "Is it automatic process?"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
+
#: core/admin/page-ics-import.php:565 core/lib/wpbc_all_translations.php:343
|
2097 |
msgid ""
|
2098 |
"By default .ics import is not automatic process. You need to set up CRON script on your server "
|
2099 |
"to periodically access front-end page(s) with import .ics feeds shortcodes."
|
2100 |
msgstr ""
|
2101 |
|
2102 |
+
#: core/admin/page-ics-import.php:584 core/lib/wpbc_all_translations.php:344
|
2103 |
msgid "How to start import of .ics feeds (files)?"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
#: core/admin/page-ics-import.php:591 core/admin/page-ics-import.php:638
|
2107 |
+
#: core/lib/wpbc_all_translations.php:345
|
2108 |
#, php-format
|
2109 |
msgid "Install %s plugin."
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: core/admin/page-ics-import.php:595 core/lib/wpbc_all_translations.php:346
|
2113 |
#, php-format
|
2114 |
msgid ""
|
2115 |
"Insert %s shortcode into some post(s) or page(s). Check more info about this %sshortcode "
|
2116 |
"configuration%s"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
+
#: core/admin/page-ics-import.php:604 core/lib/wpbc_all_translations.php:347
|
2120 |
#, php-format
|
2121 |
msgid ""
|
2122 |
"Using such shortcodes in pages give a great flexibility to import from different .ics feeds "
|
2124 |
"accessing such different pages with different time intervals."
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: core/admin/page-ics-import.php:613 core/lib/wpbc_all_translations.php:348
|
2128 |
msgid "Or you can import .ics feed or file directly at current page."
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: core/admin/page-ics-import.php:620 core/lib/wpbc_all_translations.php:349
|
2132 |
#, php-format
|
2133 |
msgid ""
|
2134 |
"If you have inserted import shortcodes from %s, then you can configure your CRON for "
|
2135 |
"periodically access these pages and import .ics feeds."
|
2136 |
msgstr ""
|
2137 |
|
2138 |
+
#: core/admin/page-ics-import.php:631 core/lib/wpbc_all_translations.php:350
|
2139 |
msgid "How to start export of .ics feeds (files)?"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: core/admin/page-ics-import.php:642 core/lib/wpbc_all_translations.php:351
|
2143 |
msgid "Configure ULR feed(s) at this settings page."
|
2144 |
msgstr ""
|
2145 |
|
2146 |
+
#: core/admin/page-ics-import.php:647 core/lib/wpbc_all_translations.php:352
|
2147 |
#, php-format
|
2148 |
msgid ""
|
2149 |
"Using such URL(s) you can import .ics feeds, from interface of other websites. %sCheck more "
|
2151 |
"website."
|
2152 |
msgstr ""
|
2153 |
|
2154 |
+
#: core/admin/page-ics-import.php:656 core/lib/wpbc_all_translations.php:353
|
2155 |
msgid "Visit these (previously configured URL feeds) pages for downloading .ics files."
|
2156 |
msgstr ""
|
2157 |
|
2158 |
+
#: core/admin/page-ics-import.php:711 core/lib/wpbc_all_translations.php:354
|
2159 |
#: core/sync/wpbc-gcal-class.php:492 core/sync/wpbc-gcal.php:102 inc/_ps/personal.php:441
|
2160 |
msgid "Done"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: core/admin/page-import-gcal.php:60 core/lib/wpbc_all_translations.php:355
|
2164 |
msgid "Activate auto import"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: core/admin/page-import-gcal.php:61 core/lib/wpbc_all_translations.php:356
|
2168 |
#, php-format
|
2169 |
msgid "Check this box to %sactivate%s auto import events and creation bookings from them"
|
2170 |
msgstr ""
|
2171 |
|
2172 |
#: core/admin/page-import-gcal.php:71 core/admin/wpbc-toolbars.php:567
|
2173 |
+
#: core/admin/wpbc-toolbars.php:801 core/lib/wpbc_all_translations.php:357 core/wpbc-emails.php:208
|
2174 |
#: inc/_bm/admin/page-cost-advanced.php:461 inc/_bm/admin/page-cost-deposit.php:223
|
2175 |
#: inc/_bm/admin/page-cost-early-late-booking.php:230
|
2176 |
#: inc/_bm/admin/page-cost-early-late-booking.php:428 inc/_bm/admin/page-cost-valuation.php:346
|
2185 |
#: core/admin/wpbc-toolbars.php:571 core/admin/wpbc-toolbars.php:572
|
2186 |
#: core/admin/wpbc-toolbars.php:802 core/admin/wpbc-toolbars.php:803
|
2187 |
#: core/admin/wpbc-toolbars.php:804 core/admin/wpbc-toolbars.php:805
|
2188 |
+
#: core/admin/wpbc-toolbars.php:806 core/lib/wpbc_all_translations.php:358
|
2189 |
#: core/sync/wpbc-gcal.php:208 core/sync/wpbc-gcal.php:272 inc/_bl/admin/page-search.php:94
|
2190 |
#: inc/_bm/admin/page-cost-deposit.php:225 inc/_bm/admin/page-cost-early-late-booking.php:228
|
2191 |
#: inc/_bm/admin/page-cost-early-late-booking.php:430 inc/_bm/admin/page-cost-valuation.php:190
|
2192 |
#: inc/_bm/admin/page-cost-valuation.php:348 inc/_bm/admin/page-cost-valuation.php:481
|
2193 |
#: inc/_bm/admin/page-seasons.php:1051 inc/_bs/admin/api-settings-s.php:536
|
2194 |
+
#: inc/_ps/admin/page-settings-form.php:483 inc/_ps/wpbc-form-templates.php:231
|
2195 |
#: inc/_ps/wpbc-form-templates.php:266
|
2196 |
msgid "days"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
+
#: core/admin/page-import-gcal.php:78 core/lib/wpbc_all_translations.php:359
|
2200 |
msgid "Import events every"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: core/admin/page-import-gcal.php:79 core/lib/wpbc_all_translations.php:360
|
2204 |
msgid "Select time duration of import requests."
|
2205 |
msgstr ""
|
2206 |
|
2207 |
+
#: core/admin/page-import-gcal.php:95 core/lib/wpbc_all_translations.php:361
|
2208 |
msgid "Google API Key"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
+
#: core/admin/page-import-gcal.php:96 core/lib/wpbc_all_translations.php:362
|
2212 |
msgid "Please enter your Google API key. This field required to import events."
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: core/admin/page-import-gcal.php:98 core/lib/wpbc_all_translations.php:363
|
2216 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:369
|
2217 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:407
|
2218 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:438 inc/gateways/ideal/wpbc-gw-ideal.php:423
|
2223 |
msgid "Note:"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
+
#: core/admin/page-import-gcal.php:99 core/lib/wpbc_all_translations.php:364
|
2227 |
#, php-format
|
2228 |
msgid "You can check in this %sinstruction how to generate and use your Google API key%s."
|
2229 |
msgstr ""
|
2230 |
|
2231 |
+
#: core/admin/page-import-gcal.php:120 core/lib/wpbc_all_translations.php:365
|
2232 |
#: inc/_ps/admin/br-table-import-gcal-p.php:148
|
2233 |
msgid "Google Calendar ID"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
+
#: core/admin/page-import-gcal.php:138 core/lib/wpbc_all_translations.php:366
|
2237 |
#: core/sync/wpbc-gcal.php:295
|
2238 |
msgid "Maximum number"
|
2239 |
msgstr ""
|
2240 |
|
2241 |
+
#: core/admin/page-import-gcal.php:139 core/lib/wpbc_all_translations.php:367
|
2242 |
#: core/sync/wpbc-gcal.php:298
|
2243 |
msgid "You can specify the maximum number of events to import during one session."
|
2244 |
msgstr ""
|
2245 |
|
2246 |
#: core/admin/page-import-gcal.php:148 core/admin/page-import-gcal.php:230
|
2247 |
+
#: core/lib/wpbc_all_translations.php:368 core/sync/wpbc-gcal.php:184 core/sync/wpbc-gcal.php:248
|
2248 |
msgid "Now"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
#: core/admin/page-import-gcal.php:149 core/admin/page-import-gcal.php:231
|
2252 |
+
#: core/lib/wpbc_all_translations.php:369 core/sync/wpbc-gcal.php:185 core/sync/wpbc-gcal.php:249
|
2253 |
msgid "00:00 today"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
#: core/admin/page-import-gcal.php:150 core/admin/page-import-gcal.php:232
|
2257 |
+
#: core/lib/wpbc_all_translations.php:370 core/sync/wpbc-gcal.php:186 core/sync/wpbc-gcal.php:250
|
2258 |
msgid "Start of current week"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
#: core/admin/page-import-gcal.php:151 core/admin/page-import-gcal.php:233
|
2262 |
+
#: core/lib/wpbc_all_translations.php:371 core/sync/wpbc-gcal.php:187 core/sync/wpbc-gcal.php:251
|
2263 |
msgid "Start of current month"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
#: core/admin/page-import-gcal.php:152 core/admin/page-import-gcal.php:234
|
2267 |
+
#: core/lib/wpbc_all_translations.php:372 core/sync/wpbc-gcal.php:188 core/sync/wpbc-gcal.php:252
|
2268 |
msgid "End of current month"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
+
#: core/admin/page-import-gcal.php:153 core/lib/wpbc_all_translations.php:373
|
2272 |
#: core/sync/wpbc-gcal.php:189
|
2273 |
msgid "The start of time"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
#: core/admin/page-import-gcal.php:154 core/admin/page-import-gcal.php:236
|
2277 |
+
#: core/lib/wpbc_all_translations.php:374 core/sync/wpbc-gcal.php:190 core/sync/wpbc-gcal.php:254
|
2278 |
msgid "Specific date / time"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
+
#: core/admin/page-import-gcal.php:160 core/lib/wpbc_all_translations.php:375
|
2282 |
#: core/sync/wpbc-gcal.php:197
|
2283 |
msgid "Select option, when to start retrieving events."
|
2284 |
msgstr ""
|
2285 |
|
2286 |
#: core/admin/page-import-gcal.php:175 core/admin/page-import-gcal.php:257
|
2287 |
+
#: core/lib/wpbc_all_translations.php:376 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
|
2288 |
msgid "Offset"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
#: core/admin/page-import-gcal.php:176 core/admin/page-import-gcal.php:258
|
2292 |
+
#: core/lib/wpbc_all_translations.php:377 core/sync/wpbc-gcal.php:199 core/sync/wpbc-gcal.php:263
|
2293 |
msgid "Enter date / time"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
#: core/admin/page-import-gcal.php:194 core/admin/page-import-gcal.php:276
|
2297 |
+
#: core/lib/wpbc_all_translations.php:378 core/sync/wpbc-gcal.php:205 core/sync/wpbc-gcal.php:269
|
2298 |
msgid "seconds"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
#: core/admin/page-import-gcal.php:216 core/admin/page-import-gcal.php:298
|
2302 |
+
#: core/lib/wpbc_all_translations.php:379 core/sync/wpbc-gcal.php:215
|
2303 |
msgid ""
|
2304 |
"You can specify an additional offset from you chosen start point. The offset can be negative."
|
2305 |
msgstr ""
|
2306 |
|
2307 |
#: core/admin/page-import-gcal.php:219 core/admin/page-import-gcal.php:301
|
2308 |
+
#: core/lib/wpbc_all_translations.php:380 core/sync/wpbc-gcal.php:218 core/sync/wpbc-gcal.php:282
|
2309 |
#, php-format
|
2310 |
msgid "Type your date in format %s. Example: %s"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: core/admin/page-import-gcal.php:235 core/lib/wpbc_all_translations.php:381
|
2314 |
#: core/sync/wpbc-gcal.php:253
|
2315 |
msgid "The end of time"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
#: core/admin/page-import-gcal.php:241 core/admin/wpbc-toolbar-tiny.php:614
|
2319 |
+
#: core/lib/wpbc_all_translations.php:382 core/sync/wpbc-gcal.php:235
|
2320 |
msgid "Until"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: core/admin/page-import-gcal.php:242 core/lib/wpbc_all_translations.php:383
|
2324 |
#: core/sync/wpbc-gcal.php:261
|
2325 |
msgid "Select option, when to stop retrieving events."
|
2326 |
msgstr ""
|
2327 |
|
2328 |
+
#: core/admin/page-import-gcal.php:318 core/lib/wpbc_all_translations.php:384
|
2329 |
msgid "To get Google Calendar API key please follow this instruction"
|
2330 |
msgstr ""
|
2331 |
|
2332 |
+
#: core/admin/page-import-gcal.php:320 core/lib/wpbc_all_translations.php:385
|
2333 |
#, php-format
|
2334 |
msgid "Go to Google Developer Console: %s."
|
2335 |
msgstr ""
|
2336 |
|
2337 |
+
#: core/admin/page-import-gcal.php:321 core/lib/wpbc_all_translations.php:386
|
2338 |
msgid "Give your project a name and click \"Create\"."
|
2339 |
msgstr ""
|
2340 |
|
2341 |
+
#: core/admin/page-import-gcal.php:322 core/lib/wpbc_all_translations.php:387
|
2342 |
msgid "In the sidebar click on \"APIs & auth\"."
|
2343 |
msgstr ""
|
2344 |
|
2345 |
+
#: core/admin/page-import-gcal.php:323 core/lib/wpbc_all_translations.php:388
|
2346 |
msgid "Click APIs and make sure \"Calendar API\" is set to ON."
|
2347 |
msgstr ""
|
2348 |
|
2349 |
+
#: core/admin/page-import-gcal.php:324 core/lib/wpbc_all_translations.php:389
|
2350 |
msgid "Now click on \"Credentials\" in the sidebar."
|
2351 |
msgstr ""
|
2352 |
|
2353 |
+
#: core/admin/page-import-gcal.php:325 core/lib/wpbc_all_translations.php:390
|
2354 |
msgid "Under the section \"Public API access\" click the button \"Create new Key\"."
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: core/admin/page-import-gcal.php:326 core/lib/wpbc_all_translations.php:391
|
2358 |
msgid "On the popup click the button \"Server Key\" and click \"Create\"."
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: core/admin/page-import-gcal.php:327 core/lib/wpbc_all_translations.php:392
|
2362 |
#, php-format
|
2363 |
msgid ""
|
2364 |
"You will now see a table loaded with the top item being the API Key. Copy this and paste it into "
|
2365 |
"%sGoogle API Key%s field at this page."
|
2366 |
msgstr ""
|
2367 |
|
2368 |
+
#: core/admin/page-import-gcal.php:330 core/lib/wpbc_all_translations.php:393
|
2369 |
msgid "Set Your Calendar to Public"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
#: core/admin/page-import-gcal.php:332 core/admin/page-import-gcal.php:340
|
2373 |
+
#: core/lib/wpbc_all_translations.php:394
|
2374 |
msgid "Navigate to your Google calendars."
|
2375 |
msgstr ""
|
2376 |
|
2377 |
#: core/admin/page-import-gcal.php:333 core/admin/page-import-gcal.php:341
|
2378 |
+
#: core/lib/wpbc_all_translations.php:395
|
2379 |
msgid "Open the settings for the calendar."
|
2380 |
msgstr ""
|
2381 |
|
2382 |
+
#: core/admin/page-import-gcal.php:334 core/lib/wpbc_all_translations.php:396
|
2383 |
msgid "Click the \"Share this Calendar\" link."
|
2384 |
msgstr ""
|
2385 |
|
2386 |
+
#: core/admin/page-import-gcal.php:335 core/lib/wpbc_all_translations.php:397
|
2387 |
msgid "Click the checkbox to make calendar public. Do not check the other option."
|
2388 |
msgstr ""
|
2389 |
|
2390 |
+
#: core/admin/page-import-gcal.php:338 core/lib/wpbc_all_translations.php:398
|
2391 |
msgid "Find Your Calendar ID"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
+
#: core/admin/page-import-gcal.php:342 core/lib/wpbc_all_translations.php:399
|
2395 |
#, php-format
|
2396 |
msgid ""
|
2397 |
"Now copy the Calendar ID to use in the plugin settings in your WordPress admin. Make sure to "
|
2399 |
msgstr ""
|
2400 |
|
2401 |
#: core/admin/page-import-gcal.php:407 core/admin/page-import-gcal.php:408
|
2402 |
+
#: core/admin/page-import-gcal.php:409 core/lib/wpbc_all_translations.php:400
|
2403 |
#: core/sync/wpbc-gcal.php:443 core/sync/wpbc-gcal.php:466
|
2404 |
msgid "Import Google Calendar Events"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
#: core/admin/page-import-gcal.php:487 core/admin/page-import-gcal.php:534
|
2408 |
+
#: core/lib/wpbc_all_translations.php:401
|
2409 |
msgid "Auto import events"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
#: core/admin/page-import-gcal.php:489 core/admin/page-import-gcal.php:542
|
2413 |
+
#: core/lib/wpbc_all_translations.php:402
|
2414 |
msgid "Default settings for retrieving events"
|
2415 |
msgstr ""
|
2416 |
|
2417 |
+
#: core/admin/page-import-gcal.php:525 core/lib/wpbc_all_translations.php:403
|
2418 |
msgid "Google Calendar - General Settings"
|
2419 |
msgstr ""
|
2420 |
|
2421 |
#: core/admin/page-settings.php:88 core/admin/page-settings.php:209
|
2422 |
+
#: core/admin/wpbc-toolbar-tiny.php:242 core/lib/wpbc_all_translations.php:404
|
2423 |
#: inc/_ps/form/class-wpbc-form-help.php:115
|
2424 |
msgid "Calendar"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
#: core/admin/page-settings.php:99 core/admin/page-settings.php:221
|
2428 |
+
#: core/lib/wpbc_all_translations.php:405 core/wpbc-functions.php:1954
|
2429 |
#: inc/_bm/admin/page-availability.php:47 inc/_bm/admin/page-availability.php:504
|
2430 |
#: inc/_bm/admin/page-availability.php:596 inc/_bm/admin/page-availability.php:597
|
2431 |
#: inc/_ps/wpbc-form-templates.php:307 inc/_ps/wpbc-form-templates.php:333
|
2434 |
msgstr ""
|
2435 |
|
2436 |
#: core/admin/page-settings.php:109 core/admin/page-settings.php:235
|
2437 |
+
#: core/lib/wpbc_all_translations.php:406
|
2438 |
msgid "Booking Admin Panel"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
#: core/admin/page-settings.php:114 core/admin/page-settings.php:242
|
2442 |
+
#: core/lib/wpbc_all_translations.php:407 js/wpbc-gutenberg.js:749
|
2443 |
msgid "Timeline"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
+
#: core/admin/page-settings.php:122 core/lib/wpbc_all_translations.php:408
|
2447 |
msgid "Auto cancellation / approval"
|
2448 |
msgstr ""
|
2449 |
|
2450 |
#: core/admin/page-settings.php:132 core/admin/page-settings.php:279
|
2451 |
+
#: core/lib/wpbc_all_translations.php:409
|
2452 |
msgid "Plugin Menu"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: core/admin/page-settings.php:137 core/lib/wpbc_all_translations.php:410
|
2456 |
msgid "Uninstall"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
+
#: core/admin/page-settings.php:254 core/lib/wpbc_all_translations.php:411
|
2460 |
msgid "Auto cancellation / auto approval of bookings"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: core/admin/page-settings.php:272 core/lib/wpbc_all_translations.php:412
|
2464 |
msgid "Information"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
+
#: core/admin/page-settings.php:286 core/lib/wpbc_all_translations.php:413
|
2468 |
msgid "Uninstall / deactivation"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
#: core/admin/page-up.php:38 core/admin/wpbc-dashboard.php:505
|
2472 |
+
#: core/lib/wpbc_all_translations.php:414 inc/_ps/admin/page-settings-up.php:38
|
2473 |
msgid "Upgrade"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
#: core/admin/wpbc-class-listing.php:103 core/admin/wpbc-toolbar-tiny.php:1520
|
2477 |
+
#: core/admin/wpbc-toolbar-tiny.php:1529 core/lib/wpbc_all_translations.php:415
|
2478 |
#: inc/_bl/admin/page-coupons.php:1003 inc/_bl/admin/page-coupons.php:1005
|
2479 |
#: inc/_bl/wpbc-search-availability.php:669 inc/_bl/wpdev-booking-search-widget.php:75
|
2480 |
#: inc/_bm/admin/page-availability.php:814 inc/_bm/admin/page-cost-deposit.php:81
|
2484 |
msgid "Nothing Found"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
+
#: core/admin/wpbc-class-listing.php:125 core/lib/wpbc_all_translations.php:416
|
2488 |
#: inc/_ps/wpbc-print.php:83
|
2489 |
msgid "Labels"
|
2490 |
msgstr ""
|
2491 |
|
2492 |
+
#: core/admin/wpbc-class-listing.php:129 core/lib/wpbc_all_translations.php:417
|
2493 |
msgid "Booking Data"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
+
#: core/admin/wpbc-class-listing.php:130 core/lib/wpbc_all_translations.php:418
|
2497 |
msgid "Booking Dates"
|
2498 |
msgstr ""
|
2499 |
|
2500 |
+
#: core/admin/wpbc-class-listing.php:133 core/lib/wpbc_all_translations.php:419
|
2501 |
msgid "Show ALL dates of booking"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
+
#: core/admin/wpbc-class-listing.php:139 core/lib/wpbc_all_translations.php:420
|
2505 |
msgid "Show only check in/out dates"
|
2506 |
msgstr ""
|
2507 |
|
2508 |
+
#: core/admin/wpbc-class-listing.php:221 core/lib/wpbc_all_translations.php:421
|
2509 |
msgid "Resource not exist"
|
2510 |
msgstr ""
|
2511 |
|
2512 |
+
#: core/admin/wpbc-class-listing.php:252 core/lib/wpbc_all_translations.php:422
|
2513 |
#: inc/_bs/lib_s.php:296 inc/_bs/lib_s.php:311
|
2514 |
msgid "Unknown"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
#: core/admin/wpbc-class-listing.php:331 core/admin/wpbc-toolbars.php:765
|
2518 |
+
#: core/lib/wpbc_all_translations.php:423
|
2519 |
msgid "In Trash / Rejected"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: core/admin/wpbc-class-listing.php:334 core/lib/wpbc_all_translations.php:424
|
2523 |
msgid "Imported"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
+
#: core/admin/wpbc-class-listing.php:398 core/lib/wpbc_all_translations.php:425
|
2527 |
msgid "Reject - move to trash"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
#: core/admin/wpbc-class-listing.php:404 core/admin/wpbc-toolbars.php:1011
|
2531 |
+
#: core/lib/wpbc_all_translations.php:426 core/timeline/v2/wpbc-class-timeline_v2.php:2666
|
2532 |
msgid "Restore"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
+
#: core/admin/wpbc-class-listing.php:408 core/lib/wpbc_all_translations.php:427
|
2536 |
msgid "Do you really want to delete this booking ?"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
+
#: core/admin/wpbc-class-listing.php:410 core/lib/wpbc_all_translations.php:428
|
2540 |
#: inc/_bl/admin/page-coupons.php:814 inc/_bm/admin/page-seasons.php:608
|
2541 |
msgid "Completely Delete"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
#: core/admin/wpbc-class-listing.php:419 core/admin/wpbc-toolbars.php:949
|
2545 |
+
#: core/lib/wpbc_all_translations.php:429 core/timeline/v2/wpbc-class-timeline_v2.php:2676
|
2546 |
msgid "Approve"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
#: core/admin/wpbc-class-listing.php:424 core/admin/wpbc-toolbars.php:967
|
2550 |
+
#: core/lib/wpbc_all_translations.php:430
|
2551 |
msgid "Do you really want to set booking as pending ?"
|
2552 |
msgstr ""
|
2553 |
|
2554 |
+
#: core/admin/wpbc-class-listing.php:435 core/lib/wpbc_all_translations.php:431
|
2555 |
#: inc/_bs/lib_s.php:339
|
2556 |
msgid "Created"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
#: core/admin/wpbc-dashboard.php:35 core/admin/wpbc-toolbar-tiny.php:227
|
2560 |
+
#: core/lib/wpbc_all_translations.php:432 core/lib/wpdev-booking-widget.php:14
|
2561 |
#: core/wpbc-functions.php:1850 core/wpbc.php:138 core/wpbc.php:167 core/wpbc.php:178
|
2562 |
#: core/wpbc.php:189
|
2563 |
msgid "Booking Calendar"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
#: core/admin/wpbc-dashboard.php:319 core/admin/wpbc-dashboard.php:333
|
2567 |
+
#: core/lib/wpbc_all_translations.php:433
|
2568 |
msgid "Video guide"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
+
#: core/admin/wpbc-dashboard.php:344 core/lib/wpbc_all_translations.php:434
|
2572 |
msgid "Support"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
+
#: core/admin/wpbc-dashboard.php:355 core/lib/wpbc_all_translations.php:435
|
2576 |
msgid "Getting Started"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: core/admin/wpbc-dashboard.php:359 core/lib/wpbc_all_translations.php:436
|
2580 |
msgid "Help Info"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
#: core/admin/wpbc-dashboard.php:362 core/admin/wpbc-toolbars.php:441
|
2584 |
+
#: core/lib/wpbc_all_translations.php:437
|
2585 |
msgid "FAQ"
|
2586 |
msgstr ""
|
2587 |
|
2588 |
+
#: core/admin/wpbc-dashboard.php:365 core/lib/wpbc_all_translations.php:438
|
2589 |
msgid "Contact email"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
+
#: core/admin/wpbc-dashboard.php:368 core/lib/wpbc_all_translations.php:439
|
2593 |
msgid "Rate plugin (thanks:)"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
+
#: core/admin/wpbc-dashboard.php:446 core/lib/wpbc_all_translations.php:440
|
2597 |
msgid "Current version"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
+
#: core/admin/wpbc-dashboard.php:451 core/lib/wpbc_all_translations.php:441
|
2601 |
msgid "Demo"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
+
#: core/admin/wpbc-dashboard.php:455 core/lib/wpbc_all_translations.php:442
|
2605 |
msgid "Version"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
+
#: core/admin/wpbc-dashboard.php:475 core/lib/wpbc_all_translations.php:443
|
2609 |
msgid "Used for"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
+
#: core/admin/wpbc-dashboard.php:484 core/lib/wpbc_all_translations.php:444
|
2613 |
msgid "websites"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: core/admin/wpbc-dashboard.php:486 core/lib/wpbc_all_translations.php:445
|
2617 |
msgid "website"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
+
#: core/admin/wpbc-dashboard.php:492 core/lib/wpbc_all_translations.php:446
|
2621 |
msgid "Release date"
|
2622 |
msgstr ""
|
2623 |
|
2624 |
+
#: core/admin/wpbc-dashboard.php:507 core/lib/wpbc_all_translations.php:447
|
2625 |
msgid "Explore Premium Features"
|
2626 |
msgstr ""
|
2627 |
|
2628 |
+
#: core/admin/wpbc-dashboard.php:525 core/lib/wpbc_all_translations.php:448
|
2629 |
msgid "Statistic"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
+
#: core/admin/wpbc-dashboard.php:529 core/lib/wpbc_all_translations.php:449
|
2633 |
msgid "New (unverified) booking(s)"
|
2634 |
msgstr ""
|
2635 |
|
2636 |
+
#: core/admin/wpbc-dashboard.php:533 core/lib/wpbc_all_translations.php:450
|
2637 |
msgid "Pending booking(s)"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
+
#: core/admin/wpbc-dashboard.php:538 core/lib/wpbc_all_translations.php:451
|
2641 |
msgid "Agenda"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
+
#: core/admin/wpbc-dashboard.php:542 core/lib/wpbc_all_translations.php:452
|
2645 |
msgid "New booking(s) made today"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
+
#: core/admin/wpbc-dashboard.php:546 core/lib/wpbc_all_translations.php:453
|
2649 |
msgid "Bookings for today"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
#: core/admin/wpbc-toolbar-tiny.php:35 core/admin/wpbc-toolbar-tiny.php:2463
|
2653 |
+
#: core/lib/wpbc_all_translations.php:454
|
2654 |
msgid "Insert booking calendar"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
#: core/admin/wpbc-toolbar-tiny.php:36 core/admin/wpbc-toolbar-tiny.php:2464
|
2658 |
+
#: core/lib/wpbc_all_translations.php:455
|
2659 |
msgid "Booking calendar"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: core/admin/wpbc-toolbar-tiny.php:225 core/lib/wpbc_all_translations.php:456
|
2663 |
msgid "Insert Shortcode"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
+
#: core/admin/wpbc-toolbar-tiny.php:241 core/lib/wpbc_all_translations.php:457
|
2667 |
#: inc/_ps/admin/api-settings-p.php:197
|
2668 |
msgid "TimeLine"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: core/admin/wpbc-toolbar-tiny.php:244 core/lib/wpbc_all_translations.php:458
|
2672 |
msgid "Resources Selection"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: core/admin/wpbc-toolbar-tiny.php:246 core/lib/wpbc_all_translations.php:459
|
2676 |
+
#: core/wpbc-functions.php:2017 inc/_bl/admin/page-search.php:366 inc/_bl/biz_l.php:775
|
2677 |
+
#: inc/_bl/biz_l.php:790
|
2678 |
msgid "Search"
|
2679 |
msgstr ""
|
2680 |
|
2681 |
+
#: core/admin/wpbc-toolbar-tiny.php:247 core/lib/wpbc_all_translations.php:460
|
2682 |
msgid "Only Form"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
+
#: core/admin/wpbc-toolbar-tiny.php:250 core/lib/wpbc_all_translations.php:461
|
2686 |
#: inc/_ps/form/class-wpbc-form-help.php:754
|
2687 |
msgid "Other"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: core/admin/wpbc-toolbar-tiny.php:298 core/lib/wpbc_all_translations.php:462
|
2691 |
msgid "Insert into page"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
#: core/admin/wpbc-toolbar-tiny.php:371 core/admin/wpbc-toolbar-tiny.php:1151
|
2695 |
+
#: core/lib/wpbc_all_translations.php:463 core/wpbc.php:177 inc/_ps/admin/page-resources.php:40
|
2696 |
#: inc/_ps/p-toolbar.php:736
|
2697 |
msgid "Booking resources"
|
2698 |
msgstr ""
|
2699 |
|
2700 |
+
#: core/admin/wpbc-toolbar-tiny.php:372 core/lib/wpbc_all_translations.php:464
|
2701 |
msgid "Select booking resources. Please use CTRL to select multiple booking resources."
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: core/admin/wpbc-toolbar-tiny.php:406 core/lib/wpbc_all_translations.php:465
|
2705 |
+
#: js/wpbc-gutenberg.js:806
|
2706 |
msgid "View mode"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
+
#: core/admin/wpbc-toolbar-tiny.php:407 core/lib/wpbc_all_translations.php:466
|
2710 |
msgid "Select type of view format"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
#: core/admin/wpbc-toolbar-tiny.php:429 core/admin/wpbc-toolbar-tiny.php:438
|
2714 |
+
#: core/admin/wpbc-toolbars.php:785 core/lib/wpbc_all_translations.php:467
|
2715 |
msgid "All bookings"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: core/admin/wpbc-toolbar-tiny.php:461 core/lib/wpbc_all_translations.php:468
|
2719 |
msgid "Select number of months to scroll after loading"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: core/admin/wpbc-toolbar-tiny.php:482 core/lib/wpbc_all_translations.php:469
|
2723 |
+
#: js/wpbc-gutenberg.js:812
|
2724 |
msgid "Number of days to scroll"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
+
#: core/admin/wpbc-toolbar-tiny.php:483 core/lib/wpbc_all_translations.php:470
|
2728 |
msgid "Select number of days to scroll after loading"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
#: core/admin/wpbc-toolbar-tiny.php:503 core/admin/wpbc-toolbars.php:1503
|
2732 |
+
#: core/lib/wpbc_all_translations.php:471 js/wpbc-gutenberg.js:818
|
2733 |
msgid "Start Date"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
+
#: core/admin/wpbc-toolbar-tiny.php:581 core/lib/wpbc_all_translations.php:472
|
2737 |
msgid "Select start date"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
#: core/admin/wpbc-toolbar-tiny.php:674 core/admin/wpbc-toolbar-tiny.php:917
|
2741 |
#: core/admin/wpbc-toolbar-tiny.php:1591 core/admin/wpbc-toolbar-tiny.php:1783
|
2742 |
+
#: core/lib/wpbc_all_translations.php:473 core/lib/wpdev-booking-widget.php:118
|
2743 |
#: inc/_ps/admin/br-table-import-gcal-p.php:170 inc/_ps/p-toolbar.php:937
|
2744 |
+
#: inc/_ps/wpbc-booking-select-widget.php:153 js/wpbc-gutenberg.js:612 js/wpbc-gutenberg.js:702
|
2745 |
+
#: js/wpbc-gutenberg.js:969 js/wpbc-gutenberg.js:1335
|
2746 |
msgid "Booking resource"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
#: core/admin/wpbc-toolbar-tiny.php:675 core/admin/wpbc-toolbar-tiny.php:918
|
2750 |
#: core/admin/wpbc-toolbar-tiny.php:1592 core/admin/wpbc-toolbar-tiny.php:1784
|
2751 |
+
#: core/lib/wpbc_all_translations.php:474 inc/_ps/admin/br-table-import-gcal-p.php:184
|
2752 |
msgid "Select booking resource"
|
2753 |
msgstr ""
|
2754 |
|
2755 |
#: core/admin/wpbc-toolbar-tiny.php:699 core/admin/wpbc-toolbar-tiny.php:1200
|
2756 |
+
#: core/admin/wpbc-toolbar-tiny.php:1616 core/lib/wpbc_all_translations.php:475
|
2757 |
#: inc/_bm/m-toolbar.php:30 inc/_ps/wpbc-booking-select-widget.php:238
|
2758 |
msgid "Select default custom booking form"
|
2759 |
msgstr ""
|
2760 |
|
2761 |
#: core/admin/wpbc-toolbar-tiny.php:710 core/admin/wpbc-toolbar-tiny.php:940
|
2762 |
#: core/admin/wpbc-toolbar-tiny.php:1288 core/admin/wpbc-toolbars.php:1618
|
2763 |
+
#: core/lib/wpbc_all_translations.php:476 core/lib/wpdev-booking-widget.php:135
|
2764 |
#: inc/_ps/wpbc-booking-select-widget.php:201
|
2765 |
msgid "Visible months"
|
2766 |
msgstr ""
|
2767 |
|
2768 |
#: core/admin/wpbc-toolbar-tiny.php:711 core/admin/wpbc-toolbar-tiny.php:941
|
2769 |
+
#: core/admin/wpbc-toolbar-tiny.php:1289 core/lib/wpbc_all_translations.php:477
|
2770 |
msgid "Select number of month to show for calendar."
|
2771 |
msgstr ""
|
2772 |
|
2773 |
#: core/admin/wpbc-toolbar-tiny.php:731 core/admin/wpbc-toolbar-tiny.php:961
|
2774 |
+
#: core/admin/wpbc-toolbar-tiny.php:1307 core/lib/wpbc_all_translations.php:478
|
2775 |
msgid "Start month:"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
#: core/admin/wpbc-toolbar-tiny.php:789 core/admin/wpbc-toolbar-tiny.php:1019
|
2779 |
+
#: core/admin/wpbc-toolbar-tiny.php:1365 core/lib/wpbc_all_translations.php:479
|
2780 |
msgid "Select start month of calendar"
|
2781 |
msgstr ""
|
2782 |
|
2783 |
#: core/admin/wpbc-toolbar-tiny.php:796 core/admin/wpbc-toolbar-tiny.php:1026
|
2784 |
+
#: core/admin/wpbc-toolbar-tiny.php:1258 core/lib/wpbc_all_translations.php:480
|
2785 |
msgid "Show advanced settings"
|
2786 |
msgstr ""
|
2787 |
|
2788 |
#: core/admin/wpbc-toolbar-tiny.php:797 core/admin/wpbc-toolbar-tiny.php:1027
|
2789 |
+
#: core/admin/wpbc-toolbar-tiny.php:1259 core/lib/wpbc_all_translations.php:481
|
2790 |
msgid "Hide advanced settings"
|
2791 |
msgstr ""
|
2792 |
|
2793 |
#: core/admin/wpbc-toolbar-tiny.php:807 core/admin/wpbc-toolbar-tiny.php:1037
|
2794 |
+
#: core/admin/wpbc-toolbar-tiny.php:1269 core/lib/wpbc_all_translations.php:482
|
2795 |
#, php-format
|
2796 |
msgid "Setting advanced parameters of the calendar. %sLike width, height and structure %s"
|
2797 |
msgstr ""
|
2798 |
|
2799 |
#: core/admin/wpbc-toolbar-tiny.php:808 core/admin/wpbc-toolbar-tiny.php:1038
|
2800 |
+
#: core/lib/wpbc_all_translations.php:483
|
2801 |
#, php-format
|
2802 |
msgid "%s or minimum and fixed number of days selection for the specific day of week or season.%s"
|
2803 |
msgstr ""
|
2804 |
|
2805 |
#: core/admin/wpbc-toolbar-tiny.php:818 core/admin/wpbc-toolbar-tiny.php:1048
|
2806 |
#: core/admin/wpbc-toolbar-tiny.php:1372 core/admin/wpbc-toolbars.php:242
|
2807 |
+
#: core/lib/wpbc_all_translations.php:484 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
|
2808 |
+
#: inc/_ps/form/class-wpbc-field-help-select.php:111 js/wpbc-gutenberg.js:627
|
2809 |
+
#: js/wpbc-gutenberg.js:714 js/wpbc-gutenberg.js:910
|
2810 |
msgid "Options"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
#: core/admin/wpbc-toolbar-tiny.php:839 core/admin/wpbc-toolbar-tiny.php:1069
|
2814 |
+
#: core/admin/wpbc-toolbar-tiny.php:1393 core/lib/wpbc_all_translations.php:485
|
2815 |
#, php-format
|
2816 |
msgid "Please read more about the possible customizations of these %soptions%s %shere%s"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
#: core/admin/wpbc-toolbar-tiny.php:843 core/admin/wpbc-toolbar-tiny.php:1073
|
2820 |
+
#: core/admin/wpbc-toolbar-tiny.php:1397 core/lib/wpbc_all_translations.php:486
|
2821 |
msgid "Specify the full width of calendar, height of date cell and number of months in one row. "
|
2822 |
msgstr ""
|
2823 |
|
2824 |
#: core/admin/wpbc-toolbar-tiny.php:844 core/admin/wpbc-toolbar-tiny.php:852
|
2825 |
#: core/admin/wpbc-toolbar-tiny.php:1074 core/admin/wpbc-toolbar-tiny.php:1398
|
2826 |
+
#: core/lib/wpbc_all_translations.php:487 inc/_bm/admin/page-availability.php:510
|
2827 |
#: inc/_ps/form/class-wpbc-form-help.php:418 inc/_ps/form/class-wpbc-form-help.php:565
|
2828 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:230
|
2829 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:158
|
2831 |
msgstr ""
|
2832 |
|
2833 |
#: core/admin/wpbc-toolbar-tiny.php:845 core/admin/wpbc-toolbar-tiny.php:1075
|
2834 |
+
#: core/admin/wpbc-toolbar-tiny.php:1399 core/lib/wpbc_all_translations.php:488
|
2835 |
msgid ""
|
2836 |
"Calendar have 2 months in a row, the cell height is 30px and calendar full width 568px (possible "
|
2837 |
"to use percentage for width: 100%)"
|
2839 |
|
2840 |
#: core/admin/wpbc-toolbar-tiny.php:846 core/admin/wpbc-toolbar-tiny.php:854
|
2841 |
#: core/admin/wpbc-toolbar-tiny.php:1076 core/admin/wpbc-toolbar-tiny.php:1400
|
2842 |
+
#: core/lib/wpbc_all_translations.php:489
|
2843 |
msgid "Code Example"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
+
#: core/admin/wpbc-toolbar-tiny.php:851 core/lib/wpbc_all_translations.php:490
|
2847 |
msgid ""
|
2848 |
"Specify that during certain seasons (or days of week), the specific minimum number of days must "
|
2849 |
"be booked. "
|
2850 |
msgstr ""
|
2851 |
|
2852 |
+
#: core/admin/wpbc-toolbar-tiny.php:853 core/lib/wpbc_all_translations.php:491
|
2853 |
msgid ""
|
2854 |
"Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 days – Saturday, etc…"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
+
#: core/admin/wpbc-toolbar-tiny.php:860 core/lib/wpbc_all_translations.php:492
|
2858 |
#, php-format
|
2859 |
msgid ""
|
2860 |
"Please, read more about the shortcodes %shere%s or JavaScript customization of the specific "
|
2862 |
msgstr ""
|
2863 |
|
2864 |
#: core/admin/wpbc-toolbar-tiny.php:883 core/admin/wpbc-toolbar-tiny.php:1098
|
2865 |
+
#: core/lib/wpbc_all_translations.php:493
|
2866 |
msgid "Aggregate booking dates from other resources"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
#: core/admin/wpbc-toolbar-tiny.php:884 core/admin/wpbc-toolbar-tiny.php:1099
|
2870 |
+
#: core/lib/wpbc_all_translations.php:494
|
2871 |
msgid ""
|
2872 |
"Select booking resources, for getting booking dates from them and set such dates as unavailable "
|
2873 |
"in destination calendar."
|
2874 |
msgstr ""
|
2875 |
|
2876 |
+
#: core/admin/wpbc-toolbar-tiny.php:1130 core/lib/wpbc_all_translations.php:495
|
2877 |
+
#: inc/_bl/admin/page-search.php:491 inc/_bl/admin/page-search.php:524
|
2878 |
#: inc/_bm/admin/api-settings-m.php:298 inc/_bm/admin/page-availability.php:252
|
2879 |
#: inc/_bm/admin/page-cost-advanced.php:124 inc/_bm/admin/page-cost-deposit.php:341
|
2880 |
#: inc/_bm/admin/page-cost-rate.php:214 inc/_bm/admin/page-cost.php:237
|
2887 |
msgid "Note!"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: core/admin/wpbc-toolbar-tiny.php:1131 core/lib/wpbc_all_translations.php:496
|
2891 |
#, php-format
|
2892 |
msgid ""
|
2893 |
"This shortcode %s is using for selection of the booking form of specific booking resources in "
|
2895 |
msgstr ""
|
2896 |
|
2897 |
#: core/admin/wpbc-toolbar-tiny.php:1144 core/admin/wpbc-toolbars.php:1666
|
2898 |
+
#: core/lib/wpbc_all_translations.php:497 inc/_ps/admin/br-table-import-gcal-p.php:173
|
2899 |
#: inc/_ps/wpbc-booking-select-widget.php:163
|
2900 |
msgid "All"
|
2901 |
msgstr ""
|
2902 |
|
2903 |
+
#: core/admin/wpbc-toolbar-tiny.php:1153 core/lib/wpbc_all_translations.php:498
|
2904 |
#: inc/_ps/wpbc-booking-select-widget.php:175
|
2905 |
msgid ""
|
2906 |
"Select booking resources, for showing in selectbox. Please use CTRL to select multiple booking "
|
2907 |
"resources."
|
2908 |
msgstr ""
|
2909 |
|
2910 |
+
#: core/admin/wpbc-toolbar-tiny.php:1178 core/lib/wpbc_all_translations.php:499
|
2911 |
#: inc/_ps/wpbc-booking-select-widget.php:181
|
2912 |
msgid "Preselected resource"
|
2913 |
msgstr ""
|
2914 |
|
2915 |
+
#: core/admin/wpbc-toolbar-tiny.php:1179 core/lib/wpbc_all_translations.php:500
|
2916 |
msgid "Define preselected resource."
|
2917 |
msgstr ""
|
2918 |
|
2919 |
+
#: core/admin/wpbc-toolbar-tiny.php:1204 core/lib/wpbc_all_translations.php:501
|
2920 |
#: inc/_bm/admin/api-settings-m.php:485 inc/_ps/p-toolbar.php:1222
|
2921 |
msgid "Default Form"
|
2922 |
msgstr ""
|
2923 |
|
2924 |
#: core/admin/wpbc-toolbar-tiny.php:1220 core/admin/wpbc-toolbar-tiny.php:1229
|
2925 |
+
#: core/lib/wpbc_all_translations.php:502
|
2926 |
msgid "Please select the resource:"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
+
#: core/admin/wpbc-toolbar-tiny.php:1221 core/lib/wpbc_all_translations.php:503
|
2930 |
msgid "Title near your select box."
|
2931 |
msgstr ""
|
2932 |
|
2933 |
+
#: core/admin/wpbc-toolbar-tiny.php:1238 core/lib/wpbc_all_translations.php:504
|
2934 |
#: inc/_ps/wpbc-booking-select-widget.php:247
|
2935 |
msgid "First option title"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
+
#: core/admin/wpbc-toolbar-tiny.php:1239 core/lib/wpbc_all_translations.php:505
|
2939 |
+
#: inc/_ps/personal.php:543 js/wpbc-gutenberg.js:843
|
2940 |
msgid "Please Select"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
+
#: core/admin/wpbc-toolbar-tiny.php:1240 core/lib/wpbc_all_translations.php:506
|
2944 |
#: inc/_ps/wpbc-booking-select-widget.php:254
|
2945 |
msgid "First option in dropdown list."
|
2946 |
msgstr ""
|
2947 |
|
2948 |
+
#: core/admin/wpbc-toolbar-tiny.php:1240 core/lib/wpbc_all_translations.php:507
|
2949 |
#: inc/_ps/wpbc-booking-select-widget.php:256
|
2950 |
msgid "Please leave it empty if you want to skip it."
|
2951 |
msgstr ""
|
2952 |
|
2953 |
#: core/admin/wpbc-toolbar-tiny.php:1430 core/admin/wpbc-toolbar-tiny.php:1710
|
2954 |
+
#: core/lib/wpbc_all_translations.php:508
|
2955 |
msgid "Select shortcode to insert"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
+
#: core/admin/wpbc-toolbar-tiny.php:1442 core/lib/wpbc_all_translations.php:509
|
2959 |
msgid "Search form"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
+
#: core/admin/wpbc-toolbar-tiny.php:1445 core/lib/wpbc_all_translations.php:510
|
2963 |
#: inc/_bl/wpbc-search-availability.php:167 inc/_bl/wpbc-search-availability.php:659
|
2964 |
#: inc/_bl/wpbc-search-availability.php:674
|
2965 |
msgid "Search results"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
+
#: core/admin/wpbc-toolbar-tiny.php:1464 core/lib/wpbc_all_translations.php:511
|
2969 |
msgid "Check this box to show search results on other page"
|
2970 |
msgstr ""
|
2971 |
|
2972 |
+
#: core/admin/wpbc-toolbar-tiny.php:1481 core/lib/wpbc_all_translations.php:512
|
2973 |
msgid "URL of search results:"
|
2974 |
msgstr ""
|
2975 |
|
2976 |
+
#: core/admin/wpbc-toolbar-tiny.php:1483 core/lib/wpbc_all_translations.php:513
|
2977 |
msgid "Type the URL of search results page."
|
2978 |
msgstr ""
|
2979 |
|
2980 |
+
#: core/admin/wpbc-toolbar-tiny.php:1500 core/lib/wpbc_all_translations.php:514
|
2981 |
msgid "Title of Search results:"
|
2982 |
msgstr ""
|
2983 |
|
2984 |
#: core/admin/wpbc-toolbar-tiny.php:1501 core/admin/wpbc-toolbar-tiny.php:1510
|
2985 |
+
#: core/lib/wpbc_all_translations.php:515 inc/_bl/wpdev-booking-search-widget.php:79
|
2986 |
msgid "Result(s) Found"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
+
#: core/admin/wpbc-toolbar-tiny.php:1502 core/lib/wpbc_all_translations.php:516
|
2990 |
msgid "Type the title of Search results."
|
2991 |
msgstr ""
|
2992 |
|
2993 |
+
#: core/admin/wpbc-toolbar-tiny.php:1502 core/lib/wpbc_all_translations.php:517
|
2994 |
msgid "show number of search results"
|
2995 |
msgstr ""
|
2996 |
|
2997 |
+
#: core/admin/wpbc-toolbar-tiny.php:1519 core/lib/wpbc_all_translations.php:518
|
2998 |
msgid "Nothing Found Message:"
|
2999 |
msgstr ""
|
3000 |
|
3001 |
+
#: core/admin/wpbc-toolbar-tiny.php:1521 core/lib/wpbc_all_translations.php:519
|
3002 |
msgid "Type the message, when nothing found."
|
3003 |
msgstr ""
|
3004 |
|
3005 |
+
#: core/admin/wpbc-toolbar-tiny.php:1541 core/lib/wpbc_all_translations.php:520
|
3006 |
msgid "Search only for users:"
|
3007 |
msgstr ""
|
3008 |
|
3009 |
+
#: core/admin/wpbc-toolbar-tiny.php:1543 core/lib/wpbc_all_translations.php:521
|
3010 |
msgid ""
|
3011 |
"Type IDs of the users (separated by comma \",\") for searching availability only for these "
|
3012 |
"users, or leave it blank for searching for all users."
|
3013 |
msgstr ""
|
3014 |
|
3015 |
+
#: core/admin/wpbc-toolbar-tiny.php:1563 core/lib/wpbc_all_translations.php:522
|
3016 |
#, php-format
|
3017 |
msgid ""
|
3018 |
"This shortcode %s is using for showing the search results at specific page, if the search form "
|
3019 |
"is submit showing the search results at different page"
|
3020 |
msgstr ""
|
3021 |
|
3022 |
+
#: core/admin/wpbc-toolbar-tiny.php:1625 core/lib/wpbc_all_translations.php:523
|
3023 |
msgid "date"
|
3024 |
msgstr ""
|
3025 |
|
3026 |
+
#: core/admin/wpbc-toolbar-tiny.php:1685 core/lib/wpbc_all_translations.php:524
|
3027 |
msgid "Define date for booking"
|
3028 |
msgstr ""
|
3029 |
|
3030 |
+
#: core/admin/wpbc-toolbar-tiny.php:1723 core/lib/wpbc_all_translations.php:525
|
3031 |
#: inc/_ps/p-toolbar.php:237
|
3032 |
msgid "Edit Booking"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
+
#: core/admin/wpbc-toolbar-tiny.php:1726 core/lib/wpbc_all_translations.php:526
|
3036 |
msgid "Show listing of customer bookings"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: core/admin/wpbc-toolbar-tiny.php:1729 core/lib/wpbc_all_translations.php:527
|
3040 |
msgid "Show info about Booking Resource"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
+
#: core/admin/wpbc-toolbar-tiny.php:1745 core/lib/wpbc_all_translations.php:528
|
3044 |
#, php-format
|
3045 |
msgid ""
|
3046 |
"This shortcode %s is used on a page, where visitors can %smodify%s their own booking(s), %scancel"
|
3047 |
"%s or make %spayment%s after receiving an admin email payment request"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
+
#: core/admin/wpbc-toolbar-tiny.php:1746 core/lib/wpbc_all_translations.php:529
|
3051 |
#, php-format
|
3052 |
msgid ""
|
3053 |
"The content of field %sURL to edit bookings%s on the %sgeneral booking settings page%s must link "
|
3055 |
msgstr ""
|
3056 |
|
3057 |
#: core/admin/wpbc-toolbar-tiny.php:1747 core/admin/wpbc-toolbar-tiny.php:1763
|
3058 |
+
#: core/lib/wpbc_all_translations.php:530
|
3059 |
#, php-format
|
3060 |
msgid "Email templates, which use shortcodes: %s, will be linked to this page"
|
3061 |
msgstr ""
|
3062 |
|
3063 |
+
#: core/admin/wpbc-toolbar-tiny.php:1761 core/lib/wpbc_all_translations.php:531
|
3064 |
#, php-format
|
3065 |
msgid ""
|
3066 |
"This shortcode %s is used on a page, where visitors can %sview listing%s of their own booking(s)"
|
3067 |
msgstr ""
|
3068 |
|
3069 |
+
#: core/admin/wpbc-toolbar-tiny.php:1762 core/lib/wpbc_all_translations.php:532
|
3070 |
#, php-format
|
3071 |
msgid ""
|
3072 |
"The content of field %sURL of page for customer bookings listing%s on the %sgeneral booking "
|
3073 |
"settings page%s must link to this page"
|
3074 |
msgstr ""
|
3075 |
|
3076 |
+
#: core/admin/wpbc-toolbar-tiny.php:1764 core/lib/wpbc_all_translations.php:533
|
3077 |
#, php-format
|
3078 |
msgid "%s You can use in this shortcode the same parameters as for %s shortcode"
|
3079 |
msgstr ""
|
3080 |
|
3081 |
+
#: core/admin/wpbc-toolbar-tiny.php:1764 core/lib/wpbc_all_translations.php:534
|
3082 |
msgid "Trick"
|
3083 |
msgstr ""
|
3084 |
|
3085 |
+
#: core/admin/wpbc-toolbar-tiny.php:1805 core/lib/wpbc_all_translations.php:535
|
3086 |
#: inc/_bl/admin/api-settings-l.php:466 inc/_ps/admin/br-table-export-feeds.php:79
|
3087 |
#: inc/_ps/admin/br-table-import-gcal-p.php:63
|
3088 |
msgid "Capacity"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
+
#: core/admin/wpbc-toolbar-tiny.php:1811 core/lib/wpbc_all_translations.php:536
|
3092 |
msgid "Select type of info to show."
|
3093 |
msgstr ""
|
3094 |
|
3095 |
#: core/admin/wpbc-toolbar-tiny.php:2121 core/admin/wpbc-toolbar-tiny.php:2164
|
3096 |
#: core/admin/wpbc-toolbar-tiny.php:2248 core/admin/wpbc-toolbar-tiny.php:2337
|
3097 |
+
#: core/lib/wpbc_all_translations.php:537
|
3098 |
msgid "No booking resources"
|
3099 |
msgstr ""
|
3100 |
|
3101 |
+
#: core/admin/wpbc-toolbars.php:41 core/lib/wpbc_all_translations.php:538
|
3102 |
msgid "Filters"
|
3103 |
msgstr ""
|
3104 |
|
3105 |
+
#: core/admin/wpbc-toolbars.php:350 core/lib/wpbc_all_translations.php:539
|
3106 |
msgid "Expand Advanced Toolbar"
|
3107 |
msgstr ""
|
3108 |
|
3109 |
+
#: core/admin/wpbc-toolbars.php:357 core/lib/wpbc_all_translations.php:540
|
3110 |
msgid "Collapse Advanced Toolbar"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
+
#: core/admin/wpbc-toolbars.php:379 core/lib/wpbc_all_translations.php:541
|
3114 |
msgid "Send email notification to customer after approval, cancellation or deletion of bookings"
|
3115 |
msgstr ""
|
3116 |
|
3117 |
+
#: core/admin/wpbc-toolbars.php:380 core/lib/wpbc_all_translations.php:542
|
3118 |
msgid "Emails sending"
|
3119 |
msgstr ""
|
3120 |
|
3121 |
+
#: core/admin/wpbc-toolbars.php:405 core/lib/wpbc_all_translations.php:543
|
3122 |
msgid "Booking ID"
|
3123 |
msgstr ""
|
3124 |
|
3125 |
#: core/admin/wpbc-toolbars.php:408 core/admin/wpbc-toolbars.php:2255
|
3126 |
+
#: core/lib/wpbc_all_translations.php:544
|
3127 |
msgid "Go"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
+
#: core/admin/wpbc-toolbars.php:442 core/lib/wpbc_all_translations.php:545
|
3131 |
msgid "Technical Support"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
+
#: core/admin/wpbc-toolbars.php:444 core/lib/wpbc_all_translations.php:546
|
3135 |
msgid "About Booking Calendar"
|
3136 |
msgstr ""
|
3137 |
|
3138 |
#: core/admin/wpbc-toolbars.php:511 core/admin/wpbc-toolbars.php:691
|
3139 |
#: core/admin/wpbc-toolbars.php:896 core/admin/wpbc-toolbars.php:1516
|
3140 |
+
#: core/lib/wpbc_all_translations.php:547 inc/_bs/lib_s.php:85
|
3141 |
msgid "Apply"
|
3142 |
msgstr ""
|
3143 |
|
3144 |
+
#: core/admin/wpbc-toolbars.php:512 core/lib/wpbc_all_translations.php:548
|
3145 |
msgid "Refresh booking listing"
|
3146 |
msgstr ""
|
3147 |
|
3148 |
+
#: core/admin/wpbc-toolbars.php:526 core/lib/wpbc_all_translations.php:549
|
3149 |
msgid "Reset filter to default values"
|
3150 |
msgstr ""
|
3151 |
|
3152 |
#: core/admin/wpbc-toolbars.php:552 core/admin/wpbc-toolbars.php:767
|
3153 |
+
#: core/lib/wpbc_all_translations.php:550
|
3154 |
msgid "Any"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
#: core/admin/wpbc-toolbars.php:573 core/admin/wpbc-toolbars.php:807
|
3158 |
+
#: core/lib/wpbc_all_translations.php:551
|
3159 |
msgid "week"
|
3160 |
msgstr ""
|
3161 |
|
3162 |
#: core/admin/wpbc-toolbars.php:574 core/admin/wpbc-toolbars.php:808
|
3163 |
+
#: core/lib/wpbc_all_translations.php:552
|
3164 |
msgid "weeks"
|
3165 |
msgstr ""
|
3166 |
|
3167 |
#: core/admin/wpbc-toolbars.php:575 core/admin/wpbc-toolbars.php:809
|
3168 |
+
#: core/lib/wpbc_all_translations.php:553
|
3169 |
msgid "month"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
#: core/admin/wpbc-toolbars.php:576 core/admin/wpbc-toolbars.php:577
|
3173 |
#: core/admin/wpbc-toolbars.php:578 core/admin/wpbc-toolbars.php:810
|
3174 |
#: core/admin/wpbc-toolbars.php:811 core/admin/wpbc-toolbars.php:812
|
3175 |
+
#: core/lib/wpbc_all_translations.php:554
|
3176 |
msgid "months"
|
3177 |
msgstr ""
|
3178 |
|
3179 |
#: core/admin/wpbc-toolbars.php:586 core/admin/wpbc-toolbars.php:821
|
3180 |
+
#: core/lib/wpbc_all_translations.php:555
|
3181 |
msgid "Filter bookings by booking dates"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
+
#: core/admin/wpbc-toolbars.php:590 core/lib/wpbc_all_translations.php:556
|
3185 |
msgid "Current dates"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
#: core/admin/wpbc-toolbars.php:591 core/admin/wpbc-toolbars.php:825
|
3189 |
+
#: core/lib/wpbc_all_translations.php:557
|
3190 |
msgid "Today"
|
3191 |
msgstr ""
|
3192 |
|
3193 |
+
#: core/admin/wpbc-toolbars.php:592 core/lib/wpbc_all_translations.php:558
|
3194 |
msgid "Previous dates"
|
3195 |
msgstr ""
|
3196 |
|
3197 |
#: core/admin/wpbc-toolbars.php:593 core/admin/wpbc-toolbars.php:826
|
3198 |
+
#: core/lib/wpbc_all_translations.php:559
|
3199 |
msgid "All dates"
|
3200 |
msgstr ""
|
3201 |
|
3202 |
+
#: core/admin/wpbc-toolbars.php:595 core/lib/wpbc_all_translations.php:560
|
3203 |
msgid "Today check in/out"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
+
#: core/admin/wpbc-toolbars.php:596 core/lib/wpbc_all_translations.php:561
|
3207 |
msgid "Check In - Tomorrow"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
+
#: core/admin/wpbc-toolbars.php:597 core/lib/wpbc_all_translations.php:562
|
3211 |
msgid "Check Out - Tomorrow"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
+
#: core/admin/wpbc-toolbars.php:602 core/lib/wpbc_all_translations.php:563
|
3215 |
#: core/wpbc-functions.php:2530
|
3216 |
msgid "Next"
|
3217 |
msgstr ""
|
3218 |
|
3219 |
#: core/admin/wpbc-toolbars.php:626 core/admin/wpbc-toolbars.php:831
|
3220 |
+
#: core/lib/wpbc_all_translations.php:564
|
3221 |
msgid "Prior"
|
3222 |
msgstr ""
|
3223 |
|
3224 |
#: core/admin/wpbc-toolbars.php:666 core/admin/wpbc-toolbars.php:871
|
3225 |
+
#: core/lib/wpbc_all_translations.php:565
|
3226 |
msgid "Check-in"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
#: core/admin/wpbc-toolbars.php:678 core/admin/wpbc-toolbars.php:883
|
3230 |
+
#: core/lib/wpbc_all_translations.php:566
|
3231 |
msgid "Check-out"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
+
#: core/admin/wpbc-toolbars.php:750 core/lib/wpbc_all_translations.php:567
|
3235 |
msgid "Order by"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
+
#: core/admin/wpbc-toolbars.php:764 core/lib/wpbc_all_translations.php:568
|
3239 |
msgid "Exist"
|
3240 |
msgstr ""
|
3241 |
|
3242 |
+
#: core/admin/wpbc-toolbars.php:786 core/lib/wpbc_all_translations.php:569
|
3243 |
msgid "New bookings"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: core/admin/wpbc-toolbars.php:823 core/lib/wpbc_all_translations.php:570
|
3247 |
msgid "Creation"
|
3248 |
msgstr ""
|
3249 |
|
3250 |
+
#: core/admin/wpbc-toolbars.php:950 core/lib/wpbc_all_translations.php:571
|
3251 |
msgid "Approve selected bookings"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
+
#: core/admin/wpbc-toolbars.php:965 core/lib/wpbc_all_translations.php:572
|
3255 |
msgid "Set selected bookings as pending"
|
3256 |
msgstr ""
|
3257 |
|
3258 |
+
#: core/admin/wpbc-toolbars.php:995 core/lib/wpbc_all_translations.php:573
|
3259 |
msgid "Reject booking - move selected bookings to trash"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
+
#: core/admin/wpbc-toolbars.php:1012 core/lib/wpbc_all_translations.php:574
|
3263 |
msgid "Restore selected bookings"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
+
#: core/admin/wpbc-toolbars.php:1028 core/lib/wpbc_all_translations.php:575
|
3267 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2670 inc/_bl/admin/page-coupons.php:216
|
3268 |
#: inc/_bl/admin/page-coupons.php:222 inc/_bm/admin/page-availability.php:240
|
3269 |
#: inc/_bm/admin/page-availability.php:246 inc/_bm/admin/page-cost-valuation.php:567
|
3273 |
msgid "Delete"
|
3274 |
msgstr ""
|
3275 |
|
3276 |
+
#: core/admin/wpbc-toolbars.php:1029 core/lib/wpbc_all_translations.php:576
|
3277 |
msgid "Delete selected bookings"
|
3278 |
msgstr ""
|
3279 |
|
3280 |
+
#: core/admin/wpbc-toolbars.php:1031 core/lib/wpbc_all_translations.php:577
|
3281 |
#: core/sync/wpbc-gcal-class.php:706
|
3282 |
msgid "Do you really want to delete selected booking(s) ?"
|
3283 |
msgstr ""
|
3284 |
|
3285 |
+
#: core/admin/wpbc-toolbars.php:1047 core/lib/wpbc_all_translations.php:578
|
3286 |
msgid "Reason of cancellation"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
#: core/admin/wpbc-toolbars.php:1075 core/admin/wpbc-toolbars.php:1076 core/lib/wpbc-ajax.php:372
|
3290 |
+
#: core/lib/wpbc_all_translations.php:579
|
3291 |
msgid "Empty Trash"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
+
#: core/admin/wpbc-toolbars.php:1106 core/lib/wpbc_all_translations.php:580
|
3295 |
msgid "Read All"
|
3296 |
msgstr ""
|
3297 |
|
3298 |
+
#: core/admin/wpbc-toolbars.php:1107 core/lib/wpbc_all_translations.php:581
|
3299 |
msgid "Mark as read all bookings"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
+
#: core/admin/wpbc-toolbars.php:1120 core/lib/wpbc_all_translations.php:582
|
3303 |
msgid "Read"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: core/admin/wpbc-toolbars.php:1121 core/lib/wpbc_all_translations.php:583
|
3307 |
msgid "Mark as read selected bookings"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
+
#: core/admin/wpbc-toolbars.php:1135 core/lib/wpbc_all_translations.php:584
|
3311 |
msgid "Unread"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: core/admin/wpbc-toolbars.php:1136 core/lib/wpbc_all_translations.php:585
|
3315 |
msgid "Mark as Unread selected bookings"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
#: core/admin/wpbc-toolbars.php:1185 core/admin/wpbc-toolbars.php:1245
|
3319 |
+
#: core/lib/wpbc_all_translations.php:586
|
3320 |
msgid "Show day"
|
3321 |
msgstr ""
|
3322 |
|
3323 |
#: core/admin/wpbc-toolbars.php:1202 core/admin/wpbc-toolbars.php:1259
|
3324 |
+
#: core/lib/wpbc_all_translations.php:587
|
3325 |
msgid "Show week"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
#: core/admin/wpbc-toolbars.php:1219 core/admin/wpbc-toolbars.php:1273
|
3329 |
+
#: core/lib/wpbc_all_translations.php:588
|
3330 |
msgid "Show month"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
+
#: core/admin/wpbc-toolbars.php:1287 core/lib/wpbc_all_translations.php:589
|
3334 |
msgid "Show 2 months"
|
3335 |
msgstr ""
|
3336 |
|
3337 |
#: core/admin/wpbc-toolbars.php:1344 core/admin/wpbc-toolbars.php:1358
|
3338 |
+
#: core/admin/wpbc-toolbars.php:1405 core/lib/wpbc_all_translations.php:590
|
3339 |
msgid "Previous 4 weeks"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
#: core/admin/wpbc-toolbars.php:1345 core/admin/wpbc-toolbars.php:1359
|
3343 |
+
#: core/admin/wpbc-toolbars.php:1406 core/lib/wpbc_all_translations.php:591
|
3344 |
msgid "Previous week"
|
3345 |
msgstr ""
|
3346 |
|
3347 |
#: core/admin/wpbc-toolbars.php:1346 core/admin/wpbc-toolbars.php:1360
|
3348 |
+
#: core/admin/wpbc-toolbars.php:1407 core/lib/wpbc_all_translations.php:592
|
3349 |
msgid "Current week"
|
3350 |
msgstr ""
|
3351 |
|
3352 |
#: core/admin/wpbc-toolbars.php:1347 core/admin/wpbc-toolbars.php:1361
|
3353 |
+
#: core/admin/wpbc-toolbars.php:1408 core/lib/wpbc_all_translations.php:593
|
3354 |
msgid "Next week"
|
3355 |
msgstr ""
|
3356 |
|
3357 |
#: core/admin/wpbc-toolbars.php:1348 core/admin/wpbc-toolbars.php:1362
|
3358 |
+
#: core/admin/wpbc-toolbars.php:1409 core/lib/wpbc_all_translations.php:594
|
3359 |
msgid "Next 4 weeks"
|
3360 |
msgstr ""
|
3361 |
|
3362 |
#: core/admin/wpbc-toolbars.php:1372 core/admin/wpbc-toolbars.php:1422
|
3363 |
+
#: core/admin/wpbc-toolbars.php:1437 core/lib/wpbc_all_translations.php:595
|
3364 |
msgid "Previous 3 months"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
#: core/admin/wpbc-toolbars.php:1373 core/admin/wpbc-toolbars.php:1423
|
3368 |
+
#: core/admin/wpbc-toolbars.php:1438 core/lib/wpbc_all_translations.php:596
|
3369 |
msgid "Previous month"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
#: core/admin/wpbc-toolbars.php:1374 core/admin/wpbc-toolbars.php:1424
|
3373 |
+
#: core/admin/wpbc-toolbars.php:1439 core/lib/wpbc_all_translations.php:597
|
3374 |
msgid "Current month"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
#: core/admin/wpbc-toolbars.php:1375 core/admin/wpbc-toolbars.php:1425
|
3378 |
+
#: core/admin/wpbc-toolbars.php:1440 core/lib/wpbc_all_translations.php:598
|
3379 |
msgid "Next month"
|
3380 |
msgstr ""
|
3381 |
|
3382 |
#: core/admin/wpbc-toolbars.php:1376 core/admin/wpbc-toolbars.php:1426
|
3383 |
+
#: core/admin/wpbc-toolbars.php:1441 core/lib/wpbc_all_translations.php:599
|
3384 |
msgid "Next 3 months"
|
3385 |
msgstr ""
|
3386 |
|
3387 |
+
#: core/admin/wpbc-toolbars.php:1390 core/lib/wpbc_all_translations.php:600
|
3388 |
msgid "Previous 7 days"
|
3389 |
msgstr ""
|
3390 |
|
3391 |
+
#: core/admin/wpbc-toolbars.php:1391 core/lib/wpbc_all_translations.php:601
|
3392 |
msgid "Previous day"
|
3393 |
msgstr ""
|
3394 |
|
3395 |
+
#: core/admin/wpbc-toolbars.php:1392 core/lib/wpbc_all_translations.php:602
|
3396 |
msgid "Current day"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
+
#: core/admin/wpbc-toolbars.php:1393 core/lib/wpbc_all_translations.php:603
|
3400 |
msgid "Next day"
|
3401 |
msgstr ""
|
3402 |
|
3403 |
+
#: core/admin/wpbc-toolbars.php:1394 core/lib/wpbc_all_translations.php:604
|
3404 |
msgid "Next 7 days"
|
3405 |
msgstr ""
|
3406 |
|
3407 |
+
#: core/admin/wpbc-toolbars.php:1665 core/lib/wpbc_all_translations.php:605
|
3408 |
msgid "Number of months in one row"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
+
#: core/admin/wpbc-toolbars.php:1710 core/lib/wpbc_all_translations.php:606
|
3412 |
msgid "Calendar width"
|
3413 |
msgstr ""
|
3414 |
|
3415 |
+
#: core/admin/wpbc-toolbars.php:1758 core/lib/wpbc_all_translations.php:607
|
3416 |
msgid "Calendar cell height"
|
3417 |
msgstr ""
|
3418 |
|
3419 |
#: core/admin/wpbc-toolbars.php:1867 core/admin/wpbc-toolbars.php:1868
|
3420 |
+
#: core/lib/wpbc_all_translations.php:608
|
3421 |
msgid "Send email notification to customer about this operation"
|
3422 |
msgstr ""
|
3423 |
|
3424 |
#: core/admin/wpbc-toolbars.php:1911 core/admin/wpbc-toolbars.php:1912
|
3425 |
+
#: core/lib/wpbc_all_translations.php:609
|
3426 |
msgid "Add to Google Calendar"
|
3427 |
msgstr ""
|
3428 |
|
3429 |
+
#: core/admin/wpbc-toolbars.php:2115 core/lib/wpbc_all_translations.php:610
|
3430 |
#: inc/gateways/page-gateways.php:1419 inc/gateways/page-gateways.php:1437
|
3431 |
msgid "Total"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
+
#: core/admin/wpbc-toolbars.php:2251 core/lib/wpbc_all_translations.php:611
|
3435 |
msgid "ID or Title"
|
3436 |
msgstr ""
|
3437 |
|
3438 |
+
#: core/any/api-emails.php:508 core/lib/wpbc_all_translations.php:612
|
3439 |
msgid "Email copy to"
|
3440 |
msgstr ""
|
3441 |
|
3442 |
#: core/class/wpbc-class-dismiss.php:26 core/class/wpbc-class-dismiss.php:30
|
3443 |
+
#: core/lib/wpbc_all_translations.php:613 core/wpbc-functions.php:2795 core/wpbc-functions.php:2818
|
3444 |
msgid "Dismiss"
|
3445 |
msgstr ""
|
3446 |
|
3447 |
+
#: core/class/wpbc-class-notices.php:26 core/lib/wpbc_all_translations.php:614
|
3448 |
#, php-format
|
3449 |
msgid ""
|
3450 |
"Probably you updated your paid version of Booking Calendar by free version or update process "
|
3452 |
msgstr ""
|
3453 |
|
3454 |
#: core/class/wpbc-class-welcome.php:1950 core/class/wpbc-class-welcome.php:2436
|
3455 |
+
#: core/lib/wpbc_all_translations.php:615 inc/_ps/admin/page-settings-up.php:155
|
3456 |
msgid "Purchase"
|
3457 |
msgstr ""
|
3458 |
|
3459 |
#: core/class/wpbc-class-welcome.php:1950 core/class/wpbc-class-welcome.php:2436
|
3460 |
+
#: core/lib/wpbc_all_translations.php:616 inc/_ps/admin/page-settings-up.php:155
|
3461 |
msgid "Upgrade Now"
|
3462 |
msgstr ""
|
3463 |
|
3464 |
#: core/lib/wpbc-ajax.php:33 core/lib/wpbc-ajax.php:37 core/lib/wpbc-ajax.php:67
|
3465 |
+
#: core/lib/wpbc-ajax.php:82 core/lib/wpbc_all_translations.php:617
|
3466 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:1114
|
3467 |
#, php-format
|
3468 |
msgid ""
|
3469 |
"%sError!%s Request do not pass security check! Please refresh the page and try one more time."
|
3470 |
msgstr ""
|
3471 |
|
3472 |
+
#: core/lib/wpbc-ajax.php:138 core/lib/wpbc_all_translations.php:618
|
3473 |
msgid "Set as Unread"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
+
#: core/lib/wpbc-ajax.php:140 core/lib/wpbc_all_translations.php:619
|
3477 |
msgid "Set as Read"
|
3478 |
msgstr ""
|
3479 |
|
3480 |
+
#: core/lib/wpbc-ajax.php:189 core/lib/wpbc_all_translations.php:620
|
3481 |
msgid "Approved by:"
|
3482 |
msgstr ""
|
3483 |
|
3484 |
+
#: core/lib/wpbc-ajax.php:189 core/lib/wpbc_all_translations.php:621
|
3485 |
msgid "Declined by:"
|
3486 |
msgstr ""
|
3487 |
|
3488 |
+
#: core/lib/wpbc-ajax.php:217 core/lib/wpbc_all_translations.php:622
|
3489 |
msgid "Set as Approved"
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: core/lib/wpbc-ajax.php:219 core/lib/wpbc_all_translations.php:623
|
3493 |
msgid "Set as Pending"
|
3494 |
msgstr ""
|
3495 |
|
3496 |
+
#: core/lib/wpbc-ajax.php:240 core/lib/wpbc-ajax.php:420 core/lib/wpbc_all_translations.php:624
|
3497 |
msgid "Reason for cancellation here"
|
3498 |
msgstr ""
|
3499 |
|
3500 |
+
#: core/lib/wpbc-ajax.php:241 core/lib/wpbc-ajax.php:421 core/lib/wpbc_all_translations.php:625
|
3501 |
msgid "Reason of cancellation here"
|
3502 |
msgstr ""
|
3503 |
|
3504 |
+
#: core/lib/wpbc-ajax.php:295 core/lib/wpbc_all_translations.php:626
|
3505 |
msgid "Moved to trash"
|
3506 |
msgstr ""
|
3507 |
|
3508 |
+
#: core/lib/wpbc-ajax.php:303 core/lib/wpbc_all_translations.php:627
|
3509 |
msgid "Restored"
|
3510 |
msgstr ""
|
3511 |
|
3512 |
+
#: core/lib/wpbc-ajax.php:400 core/lib/wpbc_all_translations.php:628
|
3513 |
#, php-format
|
3514 |
msgid "Deleted %d bookings from trash"
|
3515 |
msgstr ""
|
3516 |
|
3517 |
+
#: core/lib/wpbc-ajax.php:573 core/lib/wpbc_all_translations.php:629 inc/_ps/personal.php:160
|
3518 |
msgid "Saved"
|
3519 |
msgstr ""
|
3520 |
|
3521 |
+
#: core/lib/wpbc-booking-new.php:37 core/lib/wpbc_all_translations.php:630
|
3522 |
msgid "The code you entered is incorrect"
|
3523 |
msgstr ""
|
3524 |
|
3525 |
+
#: core/lib/wpbc-booking-new.php:139 core/lib/wpbc_all_translations.php:631
|
3526 |
msgid "Updating..."
|
3527 |
msgstr ""
|
3528 |
|
3529 |
+
#: core/lib/wpbc-booking-new.php:171 core/lib/wpbc_all_translations.php:632
|
3530 |
#: inc/_ps/personal.php:2402 inc/_ps/personal.php:2593
|
3531 |
msgid "Updated successfully"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
+
#: core/lib/wpbc-booking-new.php:911 core/lib/wpbc_all_translations.php:633
|
3535 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:878
|
3536 |
msgid "Error!"
|
3537 |
msgstr ""
|
3538 |
|
3539 |
+
#: core/lib/wpbc-booking-new.php:912 core/lib/wpbc_all_translations.php:634
|
3540 |
msgid ""
|
3541 |
"Probably these date(s) just was booking by other visitor. Please reload this page and make "
|
3542 |
"booking again."
|
3543 |
msgstr ""
|
3544 |
|
3545 |
+
#: core/lib/wpbc_all_translations.php:635
|
3546 |
msgid "Timeline type"
|
3547 |
msgstr ""
|
3548 |
|
3549 |
+
#: core/lib/wpbc_all_translations.php:636
|
3550 |
msgid "Select type of timeline to load"
|
3551 |
msgstr ""
|
3552 |
|
3553 |
+
#: core/lib/wpbc_all_translations.php:637
|
3554 |
msgid "Flex Timeline"
|
3555 |
msgstr ""
|
3556 |
|
3557 |
+
#: core/lib/wpbc_all_translations.php:638
|
3558 |
msgid "Old Timeline"
|
3559 |
msgstr ""
|
3560 |
|
3561 |
+
#: core/lib/wpbc_all_translations.php:639
|
3562 |
msgid "Trash"
|
3563 |
msgstr ""
|
3564 |
|
3565 |
+
#: core/lib/wpbc_all_translations.php:640
|
3566 |
msgid "Move to trash"
|
3567 |
msgstr ""
|
3568 |
|
3569 |
+
#: core/lib/wpbc_all_translations.php:641 core/timeline/v2/wpbc-class-timeline_v2.php:89
|
3570 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:98 core/timeline/v2/wpbc-class-timeline_v2.php:107
|
3571 |
msgid "Mon"
|
3572 |
msgstr ""
|
3573 |
|
3574 |
+
#: core/lib/wpbc_all_translations.php:642 core/timeline/v2/wpbc-class-timeline_v2.php:90
|
3575 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:99 core/timeline/v2/wpbc-class-timeline_v2.php:108
|
3576 |
msgid "Tue"
|
3577 |
msgstr ""
|
3578 |
|
3579 |
+
#: core/lib/wpbc_all_translations.php:643 core/timeline/v2/wpbc-class-timeline_v2.php:91
|
3580 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:100 core/timeline/v2/wpbc-class-timeline_v2.php:109
|
3581 |
msgid "Wed"
|
3582 |
msgstr ""
|
3583 |
|
3584 |
+
#: core/lib/wpbc_all_translations.php:644 core/timeline/v2/wpbc-class-timeline_v2.php:92
|
3585 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:101 core/timeline/v2/wpbc-class-timeline_v2.php:110
|
3586 |
msgid "Thu"
|
3587 |
msgstr ""
|
3588 |
|
3589 |
+
#: core/lib/wpbc_all_translations.php:645 core/timeline/v2/wpbc-class-timeline_v2.php:93
|
3590 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:102 core/timeline/v2/wpbc-class-timeline_v2.php:111
|
3591 |
msgid "Fri"
|
3592 |
msgstr ""
|
3593 |
|
3594 |
+
#: core/lib/wpbc_all_translations.php:646 core/timeline/v2/wpbc-class-timeline_v2.php:94
|
3595 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:103 core/timeline/v2/wpbc-class-timeline_v2.php:112
|
3596 |
msgid "Sat"
|
3597 |
msgstr ""
|
3598 |
|
3599 |
+
#: core/lib/wpbc_all_translations.php:647 core/timeline/v2/wpbc-class-timeline_v2.php:95
|
3600 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:104 core/timeline/v2/wpbc-class-timeline_v2.php:113
|
3601 |
msgid "Sun"
|
3602 |
msgstr ""
|
3603 |
|
3604 |
+
#: core/lib/wpbc_all_translations.php:648 core/timeline/v2/wpbc-class-timeline_v2.php:1428
|
3605 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:1441 inc/_ps/wpbc-form-templates.php:155
|
3606 |
msgid "Times"
|
3607 |
msgstr ""
|
3608 |
|
3609 |
+
#: core/lib/wpbc_all_translations.php:649
|
3610 |
msgid "Decline"
|
3611 |
msgstr ""
|
3612 |
|
3613 |
+
#: core/lib/wpbc_all_translations.php:650 core/timeline/v2/wpbc-class-timeline_v2.php:2702
|
3614 |
msgid "Pay"
|
3615 |
msgstr ""
|
3616 |
|
3617 |
+
#: core/lib/wpbc_all_translations.php:651 core/timeline/v2/wpbc-class-timeline_v2.php:2761
|
3618 |
#: core/timeline/v2/wpbc-class-timeline_v2.php:2763 core/wpbc-functions.php:1999
|
3619 |
#: inc/_bs/lib_s.php:43 inc/_bs/lib_s.php:273 inc/_bs/lib_s.php:275
|
3620 |
+
#: inc/_ps/admin/page-settings-form.php:388 inc/_ps/admin/page-settings-form.php:399
|
3621 |
msgid "Payment"
|
3622 |
msgstr ""
|
3623 |
|
3624 |
+
#: core/lib/wpbc_all_translations.php:652
|
3625 |
msgid "In Trash"
|
3626 |
msgstr ""
|
3627 |
|
3628 |
+
#: core/lib/wpbc_all_translations.php:653
|
3629 |
msgid "Move selected bookings to trash"
|
3630 |
msgstr ""
|
3631 |
|
3632 |
+
#: core/lib/wpbc_all_translations.php:654
|
3633 |
msgid ""
|
3634 |
"Check the box, if you want to use syntax highlighter during customization booking form at "
|
3635 |
"Settings - Form page."
|
3636 |
msgstr ""
|
3637 |
|
3638 |
+
#: core/lib/wpbc_all_translations.php:655
|
3639 |
msgid "Show 3 months"
|
3640 |
msgstr ""
|
3641 |
|
3642 |
+
#: core/lib/wpbc_all_translations.php:656
|
3643 |
msgid "Show year"
|
3644 |
msgstr ""
|
3645 |
|
3646 |
+
#: core/lib/wpbc_all_translations.php:657
|
3647 |
msgid "Number of months"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
+
#: core/lib/wpbc_all_translations.php:658 inc/_bs/lib_s.php:47 inc/_bs/lib_s.php:293
|
3651 |
msgid "Paid OK"
|
3652 |
msgstr ""
|
3653 |
|
3654 |
+
#: core/lib/wpbc_all_translations.php:659
|
3655 |
msgid "Email is sent to Visitor after Canceling of booking (moved to trash)."
|
3656 |
msgstr ""
|
3657 |
|
3658 |
+
#: core/lib/wpbc_all_translations.php:660
|
3659 |
#, php-format
|
3660 |
msgid ""
|
3661 |
"Probabaly you updated your paid version of Booking Calendar by free version or update process "
|
3662 |
"failed. You can request the new update of your paid version at %1sthis page%2s."
|
3663 |
msgstr ""
|
3664 |
|
3665 |
+
#: core/lib/wpbc_all_translations.php:661
|
3666 |
msgid "Copy to admin"
|
3667 |
msgstr ""
|
3668 |
|
3669 |
+
#: core/lib/wpbc_all_translations.php:662
|
3670 |
msgid "Enable / disable sending copy of this email notification to admin"
|
3671 |
msgstr ""
|
3672 |
|
3673 |
+
#: core/lib/wpbc_all_translations.php:663
|
3674 |
msgid "Customization of email template, which is sending to Visitor after approval of booking"
|
3675 |
msgstr ""
|
3676 |
|
3677 |
+
#: core/lib/wpbc_all_translations.php:664
|
3678 |
msgid "Email is sending to Visitor after Approval of booking."
|
3679 |
msgstr ""
|
3680 |
|
3681 |
+
#: core/lib/wpbc_all_translations.php:665
|
3682 |
msgid "Customization of email template, which is sending to Visitor after Cancellation of booking"
|
3683 |
msgstr ""
|
3684 |
|
3685 |
+
#: core/lib/wpbc_all_translations.php:666
|
3686 |
msgid "Email is sending to Visitor after Deleting of booking."
|
3687 |
msgstr ""
|
3688 |
|
3689 |
+
#: core/lib/wpbc_all_translations.php:667
|
3690 |
msgid ""
|
3691 |
"Customization of email template, which is sending to Visitor, when booking status is set to "
|
3692 |
"Pending"
|
3693 |
msgstr ""
|
3694 |
|
3695 |
+
#: core/lib/wpbc_all_translations.php:668
|
3696 |
msgid "Email is sending to Visitor after booking set as Pending."
|
3697 |
msgstr ""
|
3698 |
|
3699 |
+
#: core/lib/wpbc_all_translations.php:669
|
3700 |
msgid "Email is sending to Visitor after Canceling of booking (moved to trash)."
|
3701 |
msgstr ""
|
3702 |
|
3703 |
+
#: core/lib/wpbc_all_translations.php:670
|
3704 |
msgid "Confgure ULR feed(s) at this settings page."
|
3705 |
msgstr ""
|
3706 |
|
3707 |
+
#: core/lib/wpbc_all_translations.php:671
|
3708 |
msgid "Reject"
|
3709 |
msgstr ""
|
3710 |
|
3711 |
+
#: core/lib/wpbc_all_translations.php:672
|
3712 |
msgid "Visit these (previosly configured URL feeds) pages for downloading .ics files."
|
3713 |
msgstr ""
|
3714 |
|
3715 |
+
#: core/lib/wpbc_all_translations.php:673
|
3716 |
msgid "Google Calendar"
|
3717 |
msgstr ""
|
3718 |
|
3719 |
+
#: core/lib/wpbc_all_translations.php:674
|
3720 |
msgid "Events Import"
|
3721 |
msgstr ""
|
3722 |
|
3723 |
+
#: core/lib/wpbc_all_translations.php:675
|
3724 |
msgid "Import Settings"
|
3725 |
msgstr ""
|
3726 |
|
3727 |
+
#: core/lib/wpbc_all_translations.php:676
|
3728 |
msgid "Customization of synchronization with Google Calendar"
|
3729 |
msgstr ""
|
3730 |
|
3731 |
+
#: core/lib/wpbc_all_translations.php:677 core/wpbc-debug.php:123 core/wpbc-emails.php:449
|
3732 |
#: core/wpbc.php:342 core/wpbc.php:383 inc/_bl/admin/page-coupons.php:1003
|
3733 |
#: inc/_bl/admin/page-coupons.php:1005 inc/_bm/admin/page-availability.php:814
|
3734 |
#: inc/_bm/admin/page-cost-deposit.php:81 inc/_bm/admin/page-cost-early-late-booking.php:82
|
3743 |
msgid "Error"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
+
#: core/lib/wpbc_all_translations.php:678
|
3747 |
msgid "does not exist"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
+
#: core/lib/wpbc_all_translations.php:679 core/lib/wpdev-booking-class.php:501
|
3751 |
msgid "Calendar is loading..."
|
3752 |
msgstr ""
|
3753 |
|
3754 |
+
#: core/lib/wpbc_all_translations.php:680 core/lib/wpdev-booking-class.php:685
|
3755 |
+
#: core/lib/wpdev-booking-class.php:746 inc/_ps/personal.php:898 inc/_ps/personal.php:909
|
3756 |
msgid "Wrong booking hash in URL (probably expired)"
|
3757 |
msgstr ""
|
3758 |
|
3759 |
+
#: core/lib/wpbc_all_translations.php:681
|
3760 |
msgid "Booking resource type is not defined. Its can be, when at the URL is wrong booking hash."
|
3761 |
msgstr ""
|
3762 |
|
3763 |
+
#: core/lib/wpbc_all_translations.php:682 core/lib/wpdev-booking-class.php:866
|
3764 |
#, php-format
|
3765 |
msgid ""
|
3766 |
"%sWarning! Booking calendar for this booking resource are already at the page, please check more "
|
3767 |
"about this issue at %sthis page%s"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
+
#: core/lib/wpbc_all_translations.php:683 core/lib/wpdev-booking-class.php:1110
|
3771 |
#: core/lib/wpdev-booking-widget.php:40 inc/_ps/wpbc-booking-select-widget.php:55
|
3772 |
msgid "You need to use special shortcode [bookingedit] for booking editing."
|
3773 |
msgstr ""
|
3774 |
|
3775 |
+
#: core/lib/wpbc_all_translations.php:684 core/lib/wpdev-booking-class.php:1058
|
3776 |
+
#: core/lib/wpdev-booking-class.php:1255 core/lib/wpdev-booking-class.php:1257
|
3777 |
#: inc/_ps/hash/wpbc-hash-functions.php:106 inc/_ps/hash/wpbc-hash-functions.php:134
|
3778 |
#: inc/_ps/hash/wpbc-hash-functions.php:162 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1664
|
3779 |
msgid "Wrong booking hash in URL. Probably hash is expired."
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: core/lib/wpbc_all_translations.php:685 core/lib/wpdev-booking-class.php:1062
|
3783 |
+
#: core/lib/wpdev-booking-class.php:1261 js/wpbc-gutenberg.js:1188 js/wpbc-gutenberg.js:1274
|
3784 |
msgid "You do not set any parameters for booking editing"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
+
#: core/lib/wpbc_all_translations.php:686 core/lib/wpdev-booking-class.php:1064
|
3788 |
+
#: core/lib/wpdev-booking-class.php:1263
|
3789 |
#, php-format
|
3790 |
msgid "Please check more about configuration at %sthis page%s"
|
3791 |
msgstr ""
|
3792 |
|
3793 |
+
#: core/lib/wpbc_all_translations.php:687 core/lib/wpdev-booking-widget.php:108
|
3794 |
msgid "Booking form with calendar"
|
3795 |
msgstr ""
|
3796 |
|
3797 |
+
#: core/lib/wpbc_all_translations.php:688 core/lib/wpdev-booking-widget.php:109
|
3798 |
msgid "Only availability calendar"
|
3799 |
msgstr ""
|
3800 |
|
3801 |
+
#: core/lib/wpbc_all_translations.php:689 core/lib/wpdev-booking-widget.php:150
|
3802 |
msgid "Footer"
|
3803 |
msgstr ""
|
3804 |
|
3805 |
+
#: core/lib/wpbc_all_translations.php:690 core/lib/wpdev-booking-widget.php:155
|
3806 |
#, php-format
|
3807 |
msgid "Example: %sMake booking here%s"
|
3808 |
msgstr ""
|
3809 |
|
3810 |
+
#: core/lib/wpbc_all_translations.php:691 core/lib/wpdev-booking-widget.php:159
|
3811 |
#: inc/_ps/wpbc-booking-select-widget.php:263
|
3812 |
#, php-format
|
3813 |
msgid ""
|
3815 |
"at the same page, then the last will not be visible."
|
3816 |
msgstr ""
|
3817 |
|
3818 |
+
#: core/lib/wpbc_all_translations.php:692 core/lib/wpdev-booking-widget.php:163
|
3819 |
#, php-format
|
3820 |
msgid "%sSeveral widgets are supported at %spaid versions%s."
|
3821 |
msgstr ""
|
3822 |
|
3823 |
+
#: core/lib/wpbc_all_translations.php:693 core/sync/wpbc-gcal-class.php:300
|
3824 |
msgid "Importing Feed"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
+
#: core/lib/wpbc_all_translations.php:694 core/sync/wpbc-gcal-class.php:316
|
3828 |
msgid "Data Parsing"
|
3829 |
msgstr ""
|
3830 |
|
3831 |
+
#: core/lib/wpbc_all_translations.php:695 core/sync/wpbc-gcal-class.php:458
|
3832 |
msgid ""
|
3833 |
"Some data was retrieved, but could not be parsed successfully. Please ensure your feed URL is "
|
3834 |
"correct."
|
3835 |
msgstr ""
|
3836 |
|
3837 |
+
#: core/lib/wpbc_all_translations.php:696 core/sync/wpbc-gcal-class.php:465
|
3838 |
msgid "The feed could not be found (404). Please ensure your feed URL is correct."
|
3839 |
msgstr ""
|
3840 |
|
3841 |
+
#: core/lib/wpbc_all_translations.php:697 core/sync/wpbc-gcal-class.php:468
|
3842 |
msgid ""
|
3843 |
"Access to this feed was denied (403). Please ensure you have public sharing enabled for your "
|
3844 |
"calendar."
|
3845 |
msgstr ""
|
3846 |
|
3847 |
+
#: core/lib/wpbc_all_translations.php:698 core/sync/wpbc-gcal-class.php:471
|
3848 |
#, php-format
|
3849 |
msgid ""
|
3850 |
"The feed data could not be retrieved. Error code: %s. Please ensure your feed URL is correct."
|
3851 |
msgstr ""
|
3852 |
|
3853 |
+
#: core/lib/wpbc_all_translations.php:699 core/sync/wpbc-gcal-class.php:644
|
3854 |
#: core/sync/wpbc-gcal-class.php:694
|
3855 |
msgid "GID"
|
3856 |
msgstr ""
|
3857 |
|
3858 |
+
#: core/lib/wpbc_all_translations.php:700 core/sync/wpbc-gcal-class.php:658
|
3859 |
msgid "Selection"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
+
#: core/lib/wpbc_all_translations.php:701 core/sync/wpbc-gcal-class.php:672
|
3863 |
msgid "Location:"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
+
#: core/lib/wpbc_all_translations.php:702 core/sync/wpbc-gcal-class.php:702
|
3867 |
msgid "Reload page"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
+
#: core/lib/wpbc_all_translations.php:703 core/sync/wpbc-gcal-class.php:715
|
3871 |
msgid "Delete selected booking(s)"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
+
#: core/lib/wpbc_all_translations.php:704 core/sync/wpbc-gcal.php:279
|
3875 |
msgid "You can specify an additional offset from you chosen end point. The offset can be negative."
|
3876 |
msgstr ""
|
3877 |
|
3878 |
+
#: core/lib/wpbc_all_translations.php:705 core/sync/wpbc-gcal.php:399
|
3879 |
msgid "Retrieve Google Calendar Events "
|
3880 |
msgstr ""
|
3881 |
|
3882 |
+
#: core/lib/wpbc_all_translations.php:706 core/sync/wpbc-gcal.php:405
|
3883 |
msgid "Please configure settings for import Google Calendar events"
|
3884 |
msgstr ""
|
3885 |
|
3886 |
+
#: core/lib/wpbc_all_translations.php:707 core/sync/wpbc-gcal.php:433
|
3887 |
msgid "Configure"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
+
#: core/lib/wpbc_all_translations.php:708 core/wpbc-activation.php:565
|
3891 |
#, php-format
|
3892 |
msgid "%s Found %s not indexed bookings %s"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
+
#: core/lib/wpbc_all_translations.php:709 core/wpbc-activation.php:580
|
3896 |
#, php-format
|
3897 |
msgid "%s Finish getting sort dates. %s"
|
3898 |
msgstr ""
|
3899 |
|
3900 |
+
#: core/lib/wpbc_all_translations.php:710 core/wpbc-activation.php:589
|
3901 |
#, php-format
|
3902 |
msgid "Updated booking: %s"
|
3903 |
msgstr ""
|
3904 |
|
3905 |
+
#: core/lib/wpbc_all_translations.php:711 core/wpbc-activation.php:1022
|
3906 |
msgid "Booking form"
|
3907 |
msgstr ""
|
3908 |
|
3909 |
+
#: core/lib/wpbc_all_translations.php:712 core/wpbc-activation.php:1119
|
3910 |
#: inc/_ps/admin/page-email-edit.php:310
|
3911 |
msgid "The reservation has been modified"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
+
#: core/lib/wpbc_all_translations.php:713 core/wpbc-activation.php:1120
|
3915 |
#: inc/_ps/admin/page-email-edit.php:324
|
3916 |
#, php-format
|
3917 |
msgid ""
|
3919 |
"Thank you, %s"
|
3920 |
msgstr ""
|
3921 |
|
3922 |
+
#: core/lib/wpbc_all_translations.php:714 core/wpbc-activation.php:1183
|
3923 |
#: inc/_bs/admin/api-settings-s.php:376
|
3924 |
msgid "Booked Times:"
|
3925 |
msgstr ""
|
3926 |
|
3927 |
+
#: core/lib/wpbc_all_translations.php:715 core/wpbc-activation.php:1203
|
3928 |
msgid ""
|
3929 |
"This booking canceled because we did not receive payment and the administrator did not approve "
|
3930 |
"it."
|
3931 |
msgstr ""
|
3932 |
|
3933 |
+
#: core/lib/wpbc_all_translations.php:716 core/wpbc-activation.php:1235
|
3934 |
#: inc/_bs/admin/page-email-payment.php:314
|
3935 |
msgid "You need to make payment for this reservation"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
+
#: core/lib/wpbc_all_translations.php:717 core/wpbc-activation.php:1236
|
3939 |
#: inc/_bs/admin/page-email-payment.php:328
|
3940 |
#, php-format
|
3941 |
msgid ""
|
3943 |
"Thank you, %s"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
+
#: core/lib/wpbc_all_translations.php:718 core/wpbc-activation.php:1273
|
3947 |
#: inc/_bm/admin/api-settings-m.php:247
|
3948 |
msgid "Cost: "
|
3949 |
msgstr ""
|
3950 |
|
3951 |
+
#: core/lib/wpbc_all_translations.php:719 core/wpbc-activation.php:1304
|
3952 |
#: inc/_bl/admin/api-settings-l.php:75
|
3953 |
msgid "Available: "
|
3954 |
msgstr ""
|
3955 |
|
3956 |
+
#: core/lib/wpbc_all_translations.php:720 core/wpbc-emails.php:78
|
3957 |
msgid "Booking system"
|
3958 |
msgstr ""
|
3959 |
|
3960 |
+
#: core/lib/wpbc_all_translations.php:721 core/wpbc-emails.php:184
|
3961 |
msgid ""
|
3962 |
"You can use (in subject and content of email template) any shortcodes, which you used in the "
|
3963 |
"booking form. Use the shortcodes in the same way as you used them in the content form at "
|
3964 |
"Settings Fields page."
|
3965 |
msgstr ""
|
3966 |
|
3967 |
+
#: core/lib/wpbc_all_translations.php:722 core/wpbc-emails.php:187
|
3968 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:803
|
3969 |
msgid "You can use following shortcodes in content of this template"
|
3970 |
msgstr ""
|
3971 |
|
3972 |
+
#: core/lib/wpbc_all_translations.php:723 core/wpbc-emails.php:191
|
3973 |
#: inc/gateways/page-gateways.php:1068
|
3974 |
#, php-format
|
3975 |
msgid ""
|
3977 |
"Fields page"
|
3978 |
msgstr ""
|
3979 |
|
3980 |
+
#: core/lib/wpbc_all_translations.php:724 core/wpbc-emails.php:193
|
3981 |
#, php-format
|
3982 |
msgid "%s - inserting data info about the booking"
|
3983 |
msgstr ""
|
3984 |
|
3985 |
+
#: core/lib/wpbc_all_translations.php:725 core/wpbc-emails.php:197
|
3986 |
#, php-format
|
3987 |
msgid "%s - inserting the dates of booking"
|
3988 |
msgstr ""
|
3989 |
|
3990 |
+
#: core/lib/wpbc_all_translations.php:726 core/wpbc-emails.php:201
|
3991 |
#, php-format
|
3992 |
msgid "%s - inserting check-in date (first day of reservation),"
|
3993 |
msgstr ""
|
3994 |
|
3995 |
+
#: core/lib/wpbc_all_translations.php:727 core/wpbc-emails.php:206 core/wpbc-emails.php:208
|
3996 |
#, php-format
|
3997 |
msgid "%s - inserting check-out date (last day of reservation),"
|
3998 |
msgstr ""
|
3999 |
|
4000 |
+
#: core/lib/wpbc_all_translations.php:728 core/wpbc-emails.php:213
|
4001 |
#, php-format
|
4002 |
msgid "%s - inserting the number of booking dates "
|
4003 |
msgstr ""
|
4004 |
|
4005 |
+
#: core/lib/wpbc_all_translations.php:729 core/wpbc-emails.php:219
|
4006 |
#, php-format
|
4007 |
msgid "%s - inserting ID of booking "
|
4008 |
msgstr ""
|
4009 |
|
4010 |
+
#: core/lib/wpbc_all_translations.php:730 core/wpbc-emails.php:224
|
4011 |
#, php-format
|
4012 |
msgid "%s or %s - inserting the title of the booking resource "
|
4013 |
msgstr ""
|
4014 |
|
4015 |
+
#: core/lib/wpbc_all_translations.php:731 core/wpbc-emails.php:230
|
4016 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:811
|
4017 |
#, php-format
|
4018 |
msgid "%s - inserting the cost of booking "
|
4019 |
msgstr ""
|
4020 |
|
4021 |
+
#: core/lib/wpbc_all_translations.php:732 core/wpbc-emails.php:236
|
4022 |
#, php-format
|
4023 |
msgid "%s - inserting your site URL "
|
4024 |
msgstr ""
|
4025 |
|
4026 |
+
#: core/lib/wpbc_all_translations.php:733 core/wpbc-emails.php:239
|
4027 |
#, php-format
|
4028 |
msgid "%s - inserting IP address of the user who made this action "
|
4029 |
msgstr ""
|
4030 |
|
4031 |
+
#: core/lib/wpbc_all_translations.php:734 core/wpbc-emails.php:240
|
4032 |
#, php-format
|
4033 |
msgid ""
|
4034 |
"%s - inserting contents of the User-Agent: header from the current request, if there is one "
|
4035 |
msgstr ""
|
4036 |
|
4037 |
+
#: core/lib/wpbc_all_translations.php:735 core/wpbc-emails.php:241
|
4038 |
#, php-format
|
4039 |
msgid "%s - inserting address of the page (if any), where visitor make this action "
|
4040 |
msgstr ""
|
4041 |
|
4042 |
+
#: core/lib/wpbc_all_translations.php:736 core/wpbc-emails.php:245
|
4043 |
#, php-format
|
4044 |
msgid "%s - inserting date of this action "
|
4045 |
msgstr ""
|
4046 |
|
4047 |
+
#: core/lib/wpbc_all_translations.php:737 core/wpbc-emails.php:242
|
4048 |
#, php-format
|
4049 |
msgid "%s - inserting time of this action "
|
4050 |
msgstr ""
|
4051 |
|
4052 |
+
#: core/lib/wpbc_all_translations.php:738 core/wpbc-emails.php:259
|
4053 |
#, php-format
|
4054 |
msgid "%s - inserting moderate link of new booking "
|
4055 |
msgstr ""
|
4056 |
|
4057 |
+
#: core/lib/wpbc_all_translations.php:739 core/wpbc-emails.php:276
|
4058 |
#, php-format
|
4059 |
msgid ""
|
4060 |
"%s - inserting link to the page where visitor can edit the reservation, (possible to use the %s "
|
4061 |
"parameter for setting different %s of this page. Example: %s )"
|
4062 |
msgstr ""
|
4063 |
|
4064 |
+
#: core/lib/wpbc_all_translations.php:740 core/wpbc-emails.php:280
|
4065 |
#, php-format
|
4066 |
msgid ""
|
4067 |
"%s - inserting link to the page where visitor can cancel the reservation, (possible to use the "
|
4068 |
"%s parameter for setting different %s of this page. Example: %s )"
|
4069 |
msgstr ""
|
4070 |
|
4071 |
+
#: core/lib/wpbc_all_translations.php:741 core/wpbc-emails.php:285
|
4072 |
#, php-format
|
4073 |
msgid ""
|
4074 |
"%s - inserting link to payment page where visitor can pay for the reservation (possible to use "
|
4075 |
"the %s parameter for setting different %s of this page. Example: %s )"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
+
#: core/lib/wpbc_all_translations.php:742 core/wpbc-emails.php:289
|
4079 |
#, php-format
|
4080 |
msgid "%s - add the reason for booking payment, you can enter it before sending email, "
|
4081 |
msgstr ""
|
4082 |
|
4083 |
+
#: core/lib/wpbc_all_translations.php:743 core/wpbc-emails.php:295
|
4084 |
#, php-format
|
4085 |
msgid "%s - add the reason booking was cancelled, you can enter it before sending email, "
|
4086 |
msgstr ""
|
4087 |
|
4088 |
+
#: core/lib/wpbc_all_translations.php:744 core/wpbc-emails.php:303 core/wpbc-translation.php:284
|
4089 |
msgid "Configuration in several languages"
|
4090 |
msgstr ""
|
4091 |
|
4092 |
+
#: core/lib/wpbc_all_translations.php:745 core/wpbc-emails.php:304 core/wpbc-translation.php:285
|
4093 |
#, php-format
|
4094 |
msgid "%s - start new translation section, where %s - locale of translation"
|
4095 |
msgstr ""
|
4096 |
|
4097 |
+
#: core/lib/wpbc_all_translations.php:746 core/wpbc-emails.php:305 core/wpbc-translation.php:286
|
4098 |
#, php-format
|
4099 |
msgid "Example #1: %s - start French translation section"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
+
#: core/lib/wpbc_all_translations.php:747 core/wpbc-emails.php:306 core/wpbc-translation.php:287
|
4103 |
#, php-format
|
4104 |
msgid "Example #2: \"%s\" - English and French translation of some message"
|
4105 |
msgstr ""
|
4106 |
|
4107 |
+
#: core/lib/wpbc_all_translations.php:748 core/wpbc-functions.php:1018 inc/_bm/biz_m.php:2066
|
4108 |
msgid "yes"
|
4109 |
msgstr ""
|
4110 |
|
4111 |
+
#: core/lib/wpbc_all_translations.php:749 core/wpbc-functions.php:1022
|
4112 |
msgid "no"
|
4113 |
msgstr ""
|
4114 |
|
4115 |
+
#: core/lib/wpbc_all_translations.php:750 core/wpbc-functions.php:1927
|
4116 |
#: inc/_bm/admin/page-cost.php:48 inc/_bm/admin/page-cost.php:586
|
4117 |
msgid "Costs and Rates"
|
4118 |
msgstr ""
|
4119 |
|
4120 |
+
#: core/lib/wpbc_all_translations.php:751 core/wpbc-functions.php:1936
|
4121 |
#: inc/_bm/admin/page-cost-advanced.php:43 inc/_bm/admin/page-cost-advanced.php:148
|
4122 |
#: inc/gateways/page-gateways.php:92
|
4123 |
msgid "Advanced Cost"
|
4124 |
msgstr ""
|
4125 |
|
4126 |
+
#: core/lib/wpbc_all_translations.php:752 core/wpbc-functions.php:1945
|
4127 |
#: inc/_bl/admin/page-coupons.php:45 inc/_bl/admin/page-coupons.php:47
|
4128 |
msgid "Coupons"
|
4129 |
msgstr ""
|
4130 |
|
4131 |
+
#: core/lib/wpbc_all_translations.php:753 core/wpbc-functions.php:1963
|
4132 |
#: inc/_bm/admin/page-seasons.php:45 inc/_bm/admin/page-seasons.php:47
|
4133 |
msgid "Season Filters"
|
4134 |
msgstr ""
|
4135 |
|
4136 |
+
#: core/lib/wpbc_all_translations.php:754 core/wpbc-functions.php:2125
|
4137 |
msgid "Warning! Some error occur, during sending registration request."
|
4138 |
msgstr ""
|
4139 |
|
4140 |
+
#: core/lib/wpbc_all_translations.php:755 core/wpbc-functions.php:2130
|
4141 |
msgid ""
|
4142 |
"Please refresh this page and if the same error appear again contact support by email (with info "
|
4143 |
"about order number and website) for finishing the registrations"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
+
#: core/lib/wpbc_all_translations.php:756 core/wpbc-functions.php:2158
|
4147 |
#, php-format
|
4148 |
msgid "If you like %s please leave us a %s rating. A huge thank you in advance!"
|
4149 |
msgstr ""
|
4150 |
|
4151 |
+
#: core/lib/wpbc_all_translations.php:757 core/wpbc-functions.php:2326
|
4152 |
msgid "Changes saved."
|
4153 |
msgstr ""
|
4154 |
|
4155 |
+
#: core/lib/wpbc_all_translations.php:758 core/wpbc-functions.php:2436
|
4156 |
msgid "Click to toggle"
|
4157 |
msgstr ""
|
4158 |
|
4159 |
+
#: core/lib/wpbc_all_translations.php:759 core/wpbc-functions.php:2497
|
4160 |
msgid "Prev"
|
4161 |
msgstr ""
|
4162 |
|
4163 |
+
#: core/lib/wpbc_all_translations.php:760 core/wpbc-functions.php:2857
|
4164 |
msgid "We’ve assembled some links to get you started:"
|
4165 |
msgstr ""
|
4166 |
|
4167 |
+
#: core/lib/wpbc_all_translations.php:761 core/wpbc-functions.php:2860
|
4168 |
msgid "Get Started"
|
4169 |
msgstr ""
|
4170 |
|
4171 |
+
#: core/lib/wpbc_all_translations.php:762 core/wpbc-functions.php:2863
|
4172 |
#, php-format
|
4173 |
msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
|
4174 |
msgstr ""
|
4175 |
|
4176 |
+
#: core/lib/wpbc_all_translations.php:763 core/wpbc-functions.php:2872
|
4177 |
#, php-format
|
4178 |
msgid "or add booking calendar %sWidget%s to your sidebar."
|
4179 |
msgstr ""
|
4180 |
|
4181 |
+
#: core/lib/wpbc_all_translations.php:764 core/wpbc-functions.php:2878
|
4182 |
#, php-format
|
4183 |
msgid "Check %show todo%s that and what %sshortcodes%s are available."
|
4184 |
msgstr ""
|
4185 |
|
4186 |
+
#: core/lib/wpbc_all_translations.php:765 core/wpbc-functions.php:2885
|
4187 |
#, php-format
|
4188 |
msgid "Add new booking from your post/page or from %sAdmin Panel%s."
|
4189 |
msgstr ""
|
4190 |
|
4191 |
+
#: core/lib/wpbc_all_translations.php:766 core/wpbc-functions.php:2891
|
4192 |
msgid "Next Steps"
|
4193 |
msgstr ""
|
4194 |
|
4195 |
+
#: core/lib/wpbc_all_translations.php:767 core/wpbc-functions.php:2894
|
4196 |
#, php-format
|
4197 |
msgid "Check %sBooking Listing%s page for new bookings."
|
4198 |
msgstr ""
|
4199 |
|
4200 |
+
#: core/lib/wpbc_all_translations.php:768 core/wpbc-functions.php:2899
|
4201 |
#, php-format
|
4202 |
msgid "Configure booking %sSettings%s."
|
4203 |
msgstr ""
|
4204 |
|
4205 |
+
#: core/lib/wpbc_all_translations.php:769 core/wpbc-functions.php:2903
|
4206 |
#, php-format
|
4207 |
msgid "Configure predefined set of your %sForm Fields%s."
|
4208 |
msgstr ""
|
4209 |
|
4210 |
+
#: core/lib/wpbc_all_translations.php:770 core/wpbc-functions.php:2907
|
4211 |
#, php-format
|
4212 |
msgid "Configure your predefined %sEmail Templates%s."
|
4213 |
msgstr ""
|
4214 |
|
4215 |
+
#: core/lib/wpbc_all_translations.php:771 core/wpbc-functions.php:2913
|
4216 |
msgid "Have a questions?"
|
4217 |
msgstr ""
|
4218 |
|
4219 |
+
#: core/lib/wpbc_all_translations.php:772 core/wpbc-functions.php:2916
|
4220 |
#, php-format
|
4221 |
msgid "Check out our %sHelp%s"
|
4222 |
msgstr ""
|
4223 |
|
4224 |
+
#: core/lib/wpbc_all_translations.php:773 core/wpbc-functions.php:2921
|
4225 |
#, php-format
|
4226 |
msgid "See %sFAQ%s."
|
4227 |
msgstr ""
|
4228 |
|
4229 |
+
#: core/lib/wpbc_all_translations.php:774 core/wpbc-functions.php:2926
|
4230 |
#, php-format
|
4231 |
msgid "Still having questions? Contact %sSupport%s."
|
4232 |
msgstr ""
|
4233 |
|
4234 |
+
#: core/lib/wpbc_all_translations.php:775 core/wpbc-functions.php:2934 core/wpbc.php:205
|
4235 |
#, php-format
|
4236 |
msgid "Need even more functionality? Check %s higher versions %s"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
+
#: core/lib/wpbc_all_translations.php:776 core/wpbc-js.php:112
|
4240 |
msgid "This field is required"
|
4241 |
msgstr ""
|
4242 |
|
4243 |
+
#: core/lib/wpbc_all_translations.php:777 core/wpbc-js.php:113
|
4244 |
msgid "This checkbox must be checked"
|
4245 |
msgstr ""
|
4246 |
|
4247 |
+
#: core/lib/wpbc_all_translations.php:778 core/wpbc-js.php:114
|
4248 |
msgid "At least one option must be selected"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
+
#: core/lib/wpbc_all_translations.php:779 core/wpbc-js.php:115
|
4252 |
msgid "Incorrect email field"
|
4253 |
msgstr ""
|
4254 |
|
4255 |
+
#: core/lib/wpbc_all_translations.php:780 core/wpbc-js.php:116
|
4256 |
msgid "Your emails do not match"
|
4257 |
msgstr ""
|
4258 |
|
4259 |
+
#: core/lib/wpbc_all_translations.php:781 core/wpbc-js.php:117
|
4260 |
msgid "Please, select booking date(s) at Calendar."
|
4261 |
msgstr ""
|
4262 |
|
4263 |
+
#: core/lib/wpbc_all_translations.php:782 core/wpbc-js.php:132
|
4264 |
msgid "Deleting"
|
4265 |
msgstr ""
|
4266 |
|
4267 |
+
#: core/lib/wpbc_all_translations.php:783 core/wpbc-js.php:133
|
4268 |
msgid "Updating"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
+
#: core/lib/wpbc_all_translations.php:784 core/wpbc-js.php:134
|
4272 |
msgid "Saving"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
+
#: core/lib/wpbc_all_translations.php:785 core/wpbc.php:97
|
4276 |
msgid "Booking"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
+
#: core/lib/wpbc_all_translations.php:786 core/wpbc.php:289 core/wpbc.php:296
|
4280 |
msgid "Action is not allowed!"
|
4281 |
msgstr ""
|
4282 |
|
4283 |
+
#: core/lib/wpbc_all_translations.php:787 inc/_bl/admin/activation-l.php:119
|
4284 |
#: inc/_bl/admin/activation-l.php:123 inc/_bl/admin/activation-l.php:174
|
4285 |
+
#: inc/_bl/admin/page-search.php:783 inc/_bm/admin/api-settings-m.php:567 inc/_bm/m-toolbar.php:62
|
4286 |
+
#: inc/_bm/m-toolbar.php:414 inc/_ps/admin/page-settings-form.php:329
|
4287 |
#: inc/_ps/wpbc-booking-select-widget.php:230
|
4288 |
msgid "Standard"
|
4289 |
msgstr ""
|
4290 |
|
4291 |
+
#: core/lib/wpbc_all_translations.php:788 inc/_bl/admin/activation-l.php:120
|
4292 |
#: inc/_bl/admin/activation-l.php:124 inc/_bl/admin/activation-l.php:157
|
4293 |
#: inc/_bl/admin/activation-l.php:158 inc/_bl/admin/activation-l.php:175
|
4294 |
msgid "Superior"
|
4295 |
msgstr ""
|
4296 |
|
4297 |
+
#: core/lib/wpbc_all_translations.php:789 inc/_bl/admin/activation-l.php:120
|
4298 |
#: inc/_bs/admin/activation-s.php:93
|
4299 |
msgid "Resource #1"
|
4300 |
msgstr ""
|
4301 |
|
4302 |
+
#: core/lib/wpbc_all_translations.php:790 inc/_bl/admin/activation-l.php:121
|
4303 |
#: inc/_bl/admin/activation-l.php:125
|
4304 |
msgid "Presidential Suite"
|
4305 |
msgstr ""
|
4306 |
|
4307 |
+
#: core/lib/wpbc_all_translations.php:791 inc/_bl/admin/activation-l.php:121
|
4308 |
#: inc/_bs/admin/activation-s.php:94
|
4309 |
msgid "Resource #2"
|
4310 |
msgstr ""
|
4311 |
|
4312 |
+
#: core/lib/wpbc_all_translations.php:792 inc/_bl/admin/activation-l.php:122
|
4313 |
#: inc/_bl/admin/activation-l.php:126 inc/_mu/admin/activation-u.php:83
|
4314 |
msgid "Royal Villa"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
+
#: core/lib/wpbc_all_translations.php:793 inc/_bl/admin/activation-l.php:122
|
4318 |
#: inc/_bs/admin/activation-s.php:95
|
4319 |
msgid "Resource #3"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
+
#: core/lib/wpbc_all_translations.php:794 inc/_bl/admin/api-settings-l.php:34
|
4323 |
msgid ""
|
4324 |
"Use \"Check In\" date as available in calendar for booking resources with capacity higher then 1 "
|
4325 |
"for search results"
|
4326 |
msgstr ""
|
4327 |
|
4328 |
+
#: core/lib/wpbc_all_translations.php:795 inc/_bl/admin/api-settings-l.php:43
|
4329 |
msgid ""
|
4330 |
"Use \"Check Out\" date as available in calendar for booking resources with capacity higher then "
|
4331 |
"1 search results"
|
4332 |
msgstr ""
|
4333 |
|
4334 |
+
#: core/lib/wpbc_all_translations.php:796 inc/_bl/admin/api-settings-l.php:66
|
4335 |
msgid "Show availability in tooltip"
|
4336 |
msgstr ""
|
4337 |
|
4338 |
+
#: core/lib/wpbc_all_translations.php:797 inc/_bl/admin/api-settings-l.php:67
|
4339 |
msgid ""
|
4340 |
"Check this box to display the available number of booking resources with a tooltip, when mouse "
|
4341 |
"hovers over each day on the calendar(s)."
|
4342 |
msgstr ""
|
4343 |
|
4344 |
+
#: core/lib/wpbc_all_translations.php:798 inc/_bl/admin/api-settings-l.php:76
|
4345 |
msgid "Availability Title"
|
4346 |
msgstr ""
|
4347 |
|
4348 |
+
#: core/lib/wpbc_all_translations.php:799 inc/_bl/admin/api-settings-l.php:77
|
4349 |
#, php-format
|
4350 |
msgid "Type your %savailability%s description"
|
4351 |
msgstr ""
|
4352 |
|
4353 |
+
#: core/lib/wpbc_all_translations.php:800 inc/_bl/admin/api-settings-l.php:110
|
4354 |
#: inc/_bs/admin/api-settings-s.php:516
|
4355 |
msgid "Auto-cancel bookings"
|
4356 |
msgstr ""
|
4357 |
|
4358 |
+
#: core/lib/wpbc_all_translations.php:801 inc/_bl/admin/api-settings-l.php:111
|
4359 |
#: inc/_bl/admin/api-settings-l.php:131
|
4360 |
msgid ""
|
4361 |
"Auto Cancel all pending bookings for the specific date(s), if some booking is approved for these "
|
4362 |
"date(s)"
|
4363 |
msgstr ""
|
4364 |
|
4365 |
+
#: core/lib/wpbc_all_translations.php:802 inc/_bl/admin/api-settings-l.php:129
|
4366 |
#: inc/_bl/admin/api-settings-l.php:289
|
4367 |
msgid ""
|
4368 |
"Warning!!! After you approved the specific booking(s), all your pending bookings of the same "
|
4370 |
"approved booking, will be automatically canceled!"
|
4371 |
msgstr ""
|
4372 |
|
4373 |
+
#: core/lib/wpbc_all_translations.php:803 inc/_bl/admin/api-settings-l.php:160
|
4374 |
msgid "Set capacity based on number of visitors"
|
4375 |
msgstr ""
|
4376 |
|
4377 |
+
#: core/lib/wpbc_all_translations.php:804 inc/_bl/admin/api-settings-l.php:161
|
4378 |
msgid ""
|
4379 |
"Check this box if you want total availability (daily capacity) to depend on the number of "
|
4380 |
"selected visitors."
|
4381 |
msgstr ""
|
4382 |
|
4383 |
+
#: core/lib/wpbc_all_translations.php:805 inc/_bl/admin/api-settings-l.php:162
|
4384 |
#: inc/_ps/admin/api-settings-p.php:330 inc/_ps/admin/api-settings-p.php:343
|
4385 |
#, php-format
|
4386 |
msgid "Please read more info about configuration of this parameter %shere%s"
|
4387 |
msgstr ""
|
4388 |
|
4389 |
+
#: core/lib/wpbc_all_translations.php:806 inc/_bl/admin/api-settings-l.php:177
|
4390 |
msgid ""
|
4391 |
"Add tooltip on calendar(s) to show availability based on the number of available booking "
|
4392 |
"resource items remaining for each day."
|
4393 |
msgstr ""
|
4394 |
|
4395 |
+
#: core/lib/wpbc_all_translations.php:807 inc/_bl/admin/api-settings-l.php:180
|
4396 |
#, php-format
|
4397 |
msgid ""
|
4398 |
"Be sure to match the maximum number of visitors for the %sone booking resource%s with the number "
|
4399 |
"of visitors specified on the booking form."
|
4400 |
msgstr ""
|
4401 |
|
4402 |
+
#: core/lib/wpbc_all_translations.php:808 inc/_bl/admin/api-settings-l.php:183
|
4403 |
msgid ""
|
4404 |
"Display tooltip on calendar(s) to show availability based on total (fixed) number of visitors "
|
4405 |
"for the resource, which can be at free booking resource items."
|
4406 |
msgstr ""
|
4407 |
|
4408 |
+
#: core/lib/wpbc_all_translations.php:809 inc/_bl/admin/api-settings-l.php:186
|
4409 |
#, php-format
|
4410 |
msgid ""
|
4411 |
"Be sure to match the maximum number of visitors for %sall booking resources%s with the number of "
|
4412 |
"visitors specified on the booking form."
|
4413 |
msgstr ""
|
4414 |
|
4415 |
+
#: core/lib/wpbc_all_translations.php:810 inc/_bl/admin/api-settings-l.php:214
|
4416 |
msgid "Disable bookings in different booking resources"
|
4417 |
msgstr ""
|
4418 |
|
4419 |
+
#: core/lib/wpbc_all_translations.php:811 inc/_bl/admin/api-settings-l.php:215
|
4420 |
msgid ""
|
4421 |
"Check this box to dissable reservations, which can be stored in different booking resources."
|
4422 |
msgstr ""
|
4423 |
|
4424 |
+
#: core/lib/wpbc_all_translations.php:812 inc/_bl/admin/api-settings-l.php:216
|
4425 |
msgid ""
|
4426 |
"When checked, all reserved days must be at same booking resource otherwise error message will "
|
4427 |
"show."
|
4428 |
msgstr ""
|
4429 |
|
4430 |
+
#: core/lib/wpbc_all_translations.php:813 inc/_bl/admin/api-settings-l.php:337
|
4431 |
#: inc/_ps/p-toolbar.php:1213
|
4432 |
msgid "Parent"
|
4433 |
msgstr ""
|
4434 |
|
4435 |
+
#: core/lib/wpbc_all_translations.php:814 inc/_bl/admin/api-settings-l.php:343
|
4436 |
#: inc/_ps/p-toolbar.php:1231
|
4437 |
msgid "Priority"
|
4438 |
msgstr ""
|
4439 |
|
4440 |
+
#: core/lib/wpbc_all_translations.php:815 inc/_bl/admin/api-settings-l.php:350
|
4441 |
msgid "Max visitors"
|
4442 |
msgstr ""
|
4443 |
|
4444 |
+
#: core/lib/wpbc_all_translations.php:816 inc/_bl/admin/api-settings-l.php:470
|
4445 |
msgid "Single"
|
4446 |
msgstr ""
|
4447 |
|
4448 |
+
#: core/lib/wpbc_all_translations.php:817 inc/_bl/admin/api-settings-l.php:472
|
4449 |
msgid "Child"
|
4450 |
msgstr ""
|
4451 |
|
4452 |
+
#: core/lib/wpbc_all_translations.php:818 inc/_bl/admin/page-coupons.php:46
|
4453 |
msgid "Setting coupons for discount"
|
4454 |
msgstr ""
|
4455 |
|
4456 |
+
#: core/lib/wpbc_all_translations.php:819 inc/_bl/admin/page-coupons.php:122
|
4457 |
#: inc/_bm/m-toolbar.php:600 inc/_bm/m-toolbar.php:602
|
4458 |
msgid "Create dates filter"
|
4459 |
msgstr ""
|
4460 |
|
4461 |
+
#: core/lib/wpbc_all_translations.php:820 inc/_bl/admin/page-coupons.php:124
|
4462 |
#: inc/_bl/admin/page-coupons.php:871
|
4463 |
msgid "Add New Discount Coupon"
|
4464 |
msgstr ""
|
4465 |
|
4466 |
+
#: core/lib/wpbc_all_translations.php:821 inc/_bl/admin/page-coupons.php:214
|
4467 |
#: inc/_bm/admin/page-availability.php:238 inc/_bm/admin/page-cost.php:217
|
4468 |
#: inc/_bm/admin/page-seasons.php:199 inc/_ps/admin/page-resources.php:187
|
4469 |
msgid "Bulk Actions"
|
4470 |
msgstr ""
|
4471 |
|
4472 |
+
#: core/lib/wpbc_all_translations.php:822 inc/_bl/admin/page-coupons.php:505
|
4473 |
#: inc/_bl/admin/page-coupons.php:1170
|
4474 |
msgid "Coupon Code"
|
4475 |
msgstr ""
|
4476 |
|
4477 |
+
#: core/lib/wpbc_all_translations.php:823 inc/_bl/admin/page-coupons.php:511
|
4478 |
#: inc/_bl/admin/page-coupons.php:1185 inc/_bl/admin/page-coupons.php:1192
|
4479 |
msgid "Savings"
|
4480 |
msgstr ""
|
4481 |
|
4482 |
+
#: core/lib/wpbc_all_translations.php:824 inc/_bl/admin/page-coupons.php:517
|
4483 |
msgid "Minimum Cost"
|
4484 |
msgstr ""
|
4485 |
|
4486 |
+
#: core/lib/wpbc_all_translations.php:825 inc/_bl/admin/page-coupons.php:524
|
4487 |
msgid "Expiration"
|
4488 |
msgstr ""
|
4489 |
|
4490 |
+
#: core/lib/wpbc_all_translations.php:826 inc/_bl/admin/page-coupons.php:533
|
4491 |
msgid "Number of usage"
|
4492 |
msgstr ""
|
4493 |
|
4494 |
+
#: core/lib/wpbc_all_translations.php:827 inc/_bl/admin/page-coupons.php:585
|
4495 |
#: inc/_bm/admin/page-availability.php:571 inc/_bm/admin/page-availability.php:1056
|
4496 |
#: inc/_bm/admin/page-cost-rate.php:256 inc/_bm/admin/page-cost-valuation.php:416
|
4497 |
#: inc/_bm/admin/page-cost.php:648 inc/_bm/admin/page-seasons.php:565
|
4500 |
msgid "Select Booking Resource"
|
4501 |
msgstr ""
|
4502 |
|
4503 |
+
#: core/lib/wpbc_all_translations.php:828 inc/_bl/admin/page-coupons.php:776
|
4504 |
#: inc/_bl/admin/page-coupons.php:1396 inc/_ps/admin/api-settings-p.php:29
|
4505 |
#: inc/_ps/p-toolbar.php:722
|
4506 |
msgid "All resources"
|
4507 |
msgstr ""
|
4508 |
|
4509 |
+
#: core/lib/wpbc_all_translations.php:829 inc/_bl/admin/page-coupons.php:993
|
4510 |
#: inc/_ps/wpbc-form-templates.php:124 inc/_ps/wpbc-form-templates.php:196
|
4511 |
msgid "Coupon"
|
4512 |
msgstr ""
|
4513 |
|
4514 |
+
#: core/lib/wpbc_all_translations.php:830 inc/_bl/admin/page-coupons.php:1171
|
4515 |
msgid "Enter coupon code."
|
4516 |
msgstr ""
|
4517 |
|
4518 |
+
#: core/lib/wpbc_all_translations.php:831 inc/_bl/admin/page-coupons.php:1232
|
4519 |
msgid "Enter number of fixed or percentage savings."
|
4520 |
msgstr ""
|
4521 |
|
4522 |
+
#: core/lib/wpbc_all_translations.php:832 inc/_bl/admin/page-coupons.php:1235
|
4523 |
msgid "Expiration Date"
|
4524 |
msgstr ""
|
4525 |
|
4526 |
+
#: core/lib/wpbc_all_translations.php:833 inc/_bl/admin/page-coupons.php:1311
|
4527 |
msgid "Select Expiration Date of the coupon."
|
4528 |
msgstr ""
|
4529 |
|
4530 |
+
#: core/lib/wpbc_all_translations.php:834 inc/_bl/admin/page-coupons.php:1318
|
4531 |
msgid "Minimum Booking Cost"
|
4532 |
msgstr ""
|
4533 |
|
4534 |
+
#: core/lib/wpbc_all_translations.php:835 inc/_bl/admin/page-coupons.php:1319
|
4535 |
msgid "Enter minimum booking cost, when coupon is applicable."
|
4536 |
msgstr ""
|
4537 |
|
4538 |
+
#: core/lib/wpbc_all_translations.php:836 inc/_bl/admin/page-coupons.php:1336
|
4539 |
msgid "Maximum number of usage"
|
4540 |
msgstr ""
|
4541 |
|
4542 |
+
#: core/lib/wpbc_all_translations.php:837 inc/_bl/admin/page-coupons.php:1337
|
4543 |
msgid "Enter maximum number of times, when coupon is applicable."
|
4544 |
msgstr ""
|
4545 |
|
4546 |
+
#: core/lib/wpbc_all_translations.php:838 inc/_bl/admin/page-coupons.php:1360
|
4547 |
msgid "Select booking resources, where is possible to apply this coupon code."
|
4548 |
msgstr ""
|
4549 |
|
4550 |
+
#: core/lib/wpbc_all_translations.php:839 inc/_bl/admin/page-coupons.php:1378
|
4551 |
#: inc/_bm/admin/page-seasons.php:1224 inc/_bm/admin/page-seasons.php:1442
|
4552 |
#: inc/_ps/p-toolbar.php:1157
|
4553 |
msgid "Add New"
|
4554 |
msgstr ""
|
4555 |
|
4556 |
+
#: core/lib/wpbc_all_translations.php:840 inc/_bl/admin/page-search.php:87
|
4557 |
#: inc/_bl/admin/page-search.php:126 inc/_bm/admin/page-cost-advanced.php:692
|
4558 |
+
#: inc/_ps/admin/page-settings-form.php:709 inc/gateways/page-gateways.php:1067
|
4559 |
msgid "Use these shortcodes for customization: "
|
4560 |
msgstr ""
|
4561 |
|
4562 |
+
#: core/lib/wpbc_all_translations.php:841 inc/_bl/admin/page-search.php:88
|
4563 |
#, php-format
|
4564 |
msgid "%s - search inside posts/pages which are part of this category, "
|
4565 |
msgstr ""
|
4566 |
|
4567 |
+
#: core/lib/wpbc_all_translations.php:842 inc/_bl/admin/page-search.php:89
|
4568 |
#, php-format
|
4569 |
msgid "%s - search inside posts/pages which have this tag, "
|
4570 |
msgstr ""
|
4571 |
|
4572 |
+
#: core/lib/wpbc_all_translations.php:843 inc/_bl/admin/page-search.php:90
|
4573 |
#: inc/_bl/admin/page-search.php:142
|
4574 |
#, php-format
|
4575 |
msgid "%s - check-in date, "
|
4576 |
msgstr ""
|
4577 |
|
4578 |
+
#: core/lib/wpbc_all_translations.php:844 inc/_bl/admin/page-search.php:91
|
4579 |
#: inc/_bl/admin/page-search.php:143
|
4580 |
#, php-format
|
4581 |
msgid "%s - check-out date, "
|
4582 |
msgstr ""
|
4583 |
|
4584 |
+
#: core/lib/wpbc_all_translations.php:845 inc/_bl/admin/page-search.php:92
|
4585 |
#, php-format
|
4586 |
msgid "%s - default selection number of visitors, "
|
4587 |
msgstr ""
|
4588 |
|
4589 |
+
#: core/lib/wpbc_all_translations.php:846 inc/_bl/admin/page-search.php:93
|
4590 |
#, php-format
|
4591 |
msgid "Example: %s - custom number of visitor selections\""
|
4592 |
msgstr ""
|
4593 |
|
4594 |
+
#: core/lib/wpbc_all_translations.php:847 inc/_bl/admin/page-search.php:95
|
4595 |
#, php-format
|
4596 |
msgid "%s - search button, "
|
4597 |
msgstr ""
|
4598 |
|
4599 |
+
#: core/lib/wpbc_all_translations.php:848 inc/_bl/admin/page-search.php:96
|
4600 |
#: inc/_bl/admin/page-search.php:148
|
4601 |
msgid "HTML tags is accepted."
|
4602 |
msgstr ""
|
4603 |
|
4604 |
+
#: core/lib/wpbc_all_translations.php:849 inc/_bl/admin/page-search.php:127
|
4605 |
#, php-format
|
4606 |
msgid "%s - resource title, "
|
4607 |
msgstr ""
|
4608 |
|
4609 |
+
#: core/lib/wpbc_all_translations.php:850 inc/_bl/admin/page-search.php:128
|
4610 |
#: inc/_bl/admin/page-search.php:129
|
4611 |
#, php-format
|
4612 |
msgid "%s - link to the page with booking form, "
|
4613 |
msgstr ""
|
4614 |
|
4615 |
+
#: core/lib/wpbc_all_translations.php:851 inc/_bl/admin/page-search.php:130
|
4616 |
#, php-format
|
4617 |
msgid "%s - availability of booking resource, "
|
4618 |
msgstr ""
|
4619 |
|
4620 |
+
#: core/lib/wpbc_all_translations.php:852 inc/_bl/admin/page-search.php:131
|
4621 |
#, php-format
|
4622 |
msgid "%s - maximum number of visitors for the booking resource, "
|
4623 |
msgstr ""
|
4624 |
|
4625 |
+
#: core/lib/wpbc_all_translations.php:853 inc/_bl/admin/page-search.php:132
|
4626 |
#, php-format
|
4627 |
msgid "%s - cost of booking the resource, "
|
4628 |
msgstr ""
|
4629 |
|
4630 |
+
#: core/lib/wpbc_all_translations.php:854 inc/_bl/admin/page-search.php:133
|
4631 |
#, php-format
|
4632 |
msgid "%s - featured image, taken from the featured image associated with the post, "
|
4633 |
msgstr ""
|
4634 |
|
4635 |
+
#: core/lib/wpbc_all_translations.php:855 inc/_bl/admin/page-search.php:134
|
4636 |
#, php-format
|
4637 |
msgid "%s - booking info, taken from the excerpt associated with the post, "
|
4638 |
msgstr ""
|
4639 |
|
4640 |
+
#: core/lib/wpbc_all_translations.php:856 inc/_bl/admin/page-search.php:136
|
4641 |
#: inc/_ps/form/class-wpbc-form-help.php:677
|
4642 |
msgid "Full cost of the booking."
|
4643 |
msgstr ""
|
4644 |
|
4645 |
+
#: core/lib/wpbc_all_translations.php:857 inc/_bl/admin/page-search.php:137
|
4646 |
#: inc/_ps/form/class-wpbc-form-help.php:679
|
4647 |
msgid "Cost of the booking for the selected dates only."
|
4648 |
msgstr ""
|
4649 |
|
4650 |
+
#: core/lib/wpbc_all_translations.php:858 inc/_bl/admin/page-search.php:138
|
4651 |
#: inc/_ps/form/class-wpbc-form-help.php:681
|
4652 |
msgid "Additional cost, which depends on the fields selection in the form."
|
4653 |
msgstr ""
|
4654 |
|
4655 |
+
#: core/lib/wpbc_all_translations.php:859 inc/_bl/admin/page-search.php:139
|
4656 |
#: inc/_ps/form/class-wpbc-form-help.php:683
|
4657 |
msgid "The deposit cost of the booking."
|
4658 |
msgstr ""
|
4659 |
|
4660 |
+
#: core/lib/wpbc_all_translations.php:860 inc/_bl/admin/page-search.php:140
|
4661 |
#: inc/_ps/form/class-wpbc-form-help.php:685
|
4662 |
msgid "Balance cost of the booking - difference between deposit and full cost."
|
4663 |
msgstr ""
|
4664 |
|
4665 |
+
#: core/lib/wpbc_all_translations.php:861 inc/_bl/admin/page-search.php:155
|
4666 |
msgid "hour(s)"
|
4667 |
msgstr ""
|
4668 |
|
4669 |
+
#: core/lib/wpbc_all_translations.php:862 inc/_bl/admin/page-search.php:158
|
4670 |
#: inc/_bm/admin/api-settings-m.php:74 inc/_bm/admin/api-settings-m.php:129
|
4671 |
msgid "day(s)"
|
4672 |
msgstr ""
|
4673 |
|
4674 |
+
#: core/lib/wpbc_all_translations.php:863 inc/_bl/admin/page-search.php:163
|
4675 |
msgid "Cache expiration"
|
4676 |
msgstr ""
|
4677 |
|
4678 |
+
#: core/lib/wpbc_all_translations.php:864 inc/_bl/admin/page-search.php:164
|
4679 |
msgid "Select time of cache expiration"
|
4680 |
msgstr ""
|
4681 |
|
4682 |
+
#: core/lib/wpbc_all_translations.php:865 inc/_bl/admin/page-search.php:367
|
4683 |
+
#: inc/_bl/admin/page-search.php:368
|
4684 |
msgid "Search Settings"
|
4685 |
msgstr ""
|
4686 |
|
4687 |
+
#: core/lib/wpbc_all_translations.php:866 inc/_bl/admin/page-search.php:429
|
4688 |
msgid "Cache Updated"
|
4689 |
msgstr ""
|
4690 |
|
4691 |
+
#: core/lib/wpbc_all_translations.php:867 inc/_bl/admin/page-search.php:454
|
4692 |
+
#: inc/_bl/admin/page-search.php:500
|
4693 |
msgid "Search Availability Form"
|
4694 |
msgstr ""
|
4695 |
|
4696 |
+
#: core/lib/wpbc_all_translations.php:868 inc/_bl/admin/page-search.php:455
|
4697 |
+
#: inc/_bl/admin/page-search.php:518 js/wpbc-gutenberg.js:1075
|
4698 |
msgid "Search Results"
|
4699 |
msgstr ""
|
4700 |
|
4701 |
+
#: core/lib/wpbc_all_translations.php:869 inc/_bl/admin/page-search.php:456
|
4702 |
+
#: inc/_bl/admin/page-search.php:545
|
4703 |
msgid "Search Cache"
|
4704 |
msgstr ""
|
4705 |
|
4706 |
+
#: core/lib/wpbc_all_translations.php:870 inc/_bl/admin/page-search.php:492
|
4707 |
#, php-format
|
4708 |
msgid ""
|
4709 |
"If you do not see search results at front-end side of your website, please check troubleshooting "
|
4710 |
"instruction %shere%s"
|
4711 |
msgstr ""
|
4712 |
|
4713 |
+
#: core/lib/wpbc_all_translations.php:871 inc/_bl/admin/page-search.php:525
|
4714 |
msgid "CSS customization of search form and search results you can make at this file"
|
4715 |
msgstr ""
|
4716 |
|
4717 |
+
#: core/lib/wpbc_all_translations.php:872 inc/_bl/admin/page-search.php:697
|
4718 |
+
#: inc/_bl/admin/page-search.php:761
|
4719 |
msgid "Select Template"
|
4720 |
msgstr ""
|
4721 |
|
4722 |
+
#: core/lib/wpbc_all_translations.php:873
|
4723 |
msgid "Inlinee Search Form Template"
|
4724 |
msgstr ""
|
4725 |
|
4726 |
+
#: core/lib/wpbc_all_translations.php:874 inc/_bl/admin/page-search.php:728
|
4727 |
msgid "Horizontal Search Form Template"
|
4728 |
msgstr ""
|
4729 |
|
4730 |
+
#: core/lib/wpbc_all_translations.php:875 inc/_bl/admin/page-search.php:738
|
4731 |
msgid "Standard Search Form Template"
|
4732 |
msgstr ""
|
4733 |
|
4734 |
+
#: core/lib/wpbc_all_translations.php:876 inc/_bl/admin/page-search.php:850
|
4735 |
#: inc/_bm/admin/page-seasons.php:1227 inc/_bm/admin/page-seasons.php:1445
|
4736 |
+
#: inc/_ps/admin/page-settings-form.php:543
|
4737 |
msgid "Reset"
|
4738 |
msgstr ""
|
4739 |
|
4740 |
+
#: core/lib/wpbc_all_translations.php:877 inc/_bl/admin/page-search.php:851
|
4741 |
+
#: inc/_ps/admin/page-settings-form.php:544
|
4742 |
msgid "Reset current Form"
|
4743 |
msgstr ""
|
4744 |
|
4745 |
+
#: core/lib/wpbc_all_translations.php:878 inc/_bl/admin/page-search.php:920
|
4746 |
msgid "Cache will expire:"
|
4747 |
msgstr ""
|
4748 |
|
4749 |
+
#: core/lib/wpbc_all_translations.php:879 inc/_bl/admin/page-search.php:950
|
4750 |
#, php-format
|
4751 |
msgid "Found: %s booking forms inside of posts or pages "
|
4752 |
msgstr ""
|
4753 |
|
4754 |
+
#: core/lib/wpbc_all_translations.php:880 inc/_bl/admin/page-search.php:954
|
4755 |
msgid "Page"
|
4756 |
msgstr ""
|
4757 |
|
4758 |
+
#: core/lib/wpbc_all_translations.php:881 inc/_bl/admin/page-search.php:977
|
4759 |
msgid "Reset Search Cache"
|
4760 |
msgstr ""
|
4761 |
|
4762 |
+
#: core/lib/wpbc_all_translations.php:882 inc/_bl/biz_l.php:136
|
4763 |
msgid ""
|
4764 |
"Try selecting fewer visitors. The number of visitors may be more than the number of available "
|
4765 |
"units on selected day(s)!"
|
4766 |
msgstr ""
|
4767 |
|
4768 |
+
#: core/lib/wpbc_all_translations.php:883 inc/_bl/biz_l.php:405
|
4769 |
msgid "coupon"
|
4770 |
msgstr ""
|
4771 |
|
4772 |
+
#: core/lib/wpbc_all_translations.php:884 inc/_bl/biz_l.php:407
|
4773 |
msgid "discount"
|
4774 |
msgstr ""
|
4775 |
|
4776 |
+
#: core/lib/wpbc_all_translations.php:885 inc/_bl/biz_l.php:601
|
4777 |
msgid "Please select check-in and check-out days!"
|
4778 |
msgstr ""
|
4779 |
|
4780 |
+
#: core/lib/wpbc_all_translations.php:886 inc/_bl/biz_l.php:1749 inc/_bl/biz_l.php:1760
|
4781 |
+
#: inc/_bl/biz_l.php:1777 inc/_bl/biz_l.php:1782
|
4782 |
#, php-format
|
4783 |
msgid ""
|
4784 |
"Sorry, the reservation was not made because these days are already booked!!! %s (Its not "
|
4786 |
"page and try other days."
|
4787 |
msgstr ""
|
4788 |
|
4789 |
+
#: core/lib/wpbc_all_translations.php:887 inc/_bl/biz_l.php:2437
|
4790 |
#, php-format
|
4791 |
msgid "The folowing pending booking(s): %s deleted."
|
4792 |
msgstr ""
|
4793 |
|
4794 |
+
#: core/lib/wpbc_all_translations.php:888 inc/_bl/wpbc-search-availability.php:862
|
4795 |
msgid "Book now"
|
4796 |
msgstr ""
|
4797 |
|
4798 |
+
#: core/lib/wpbc_all_translations.php:889 inc/_bl/wpdev-booking-search-widget.php:14
|
4799 |
#: inc/_bl/wpdev-booking-search-widget.php:67
|
4800 |
msgid "Search availability"
|
4801 |
msgstr ""
|
4802 |
|
4803 |
+
#: core/lib/wpbc_all_translations.php:890 inc/_bl/wpdev-booking-search-widget.php:15
|
4804 |
msgid "Search results."
|
4805 |
msgstr ""
|
4806 |
|
4807 |
+
#: core/lib/wpbc_all_translations.php:891 inc/_bl/wpdev-booking-search-widget.php:16
|
4808 |
msgid "Nothing found."
|
4809 |
msgstr ""
|
4810 |
|
4811 |
+
#: core/lib/wpbc_all_translations.php:892 inc/_bl/wpdev-booking-search-widget.php:85
|
4812 |
msgid "Title of search widget"
|
4813 |
msgstr ""
|
4814 |
|
4815 |
+
#: core/lib/wpbc_all_translations.php:893 inc/_bl/wpdev-booking-search-widget.php:93
|
4816 |
msgid "Title of search results"
|
4817 |
msgstr ""
|
4818 |
|
4819 |
+
#: core/lib/wpbc_all_translations.php:894 inc/_bl/wpdev-booking-search-widget.php:98
|
4820 |
#, php-format
|
4821 |
msgid "Please type the %sTitle of search results%s."
|
4822 |
msgstr ""
|
4823 |
|
4824 |
+
#: core/lib/wpbc_all_translations.php:895 inc/_bl/wpdev-booking-search-widget.php:102
|
4825 |
msgid "Nothing found message"
|
4826 |
msgstr ""
|
4827 |
|
4828 |
+
#: core/lib/wpbc_all_translations.php:896 inc/_bl/wpdev-booking-search-widget.php:107
|
4829 |
#, php-format
|
4830 |
msgid "Please type the %smessage ,what is showing, when nothing found%s."
|
4831 |
msgstr ""
|
4832 |
|
4833 |
+
#: core/lib/wpbc_all_translations.php:897 inc/_bl/wpdev-booking-search-widget.php:111
|
4834 |
msgid "URL of Search Results"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
+
#: core/lib/wpbc_all_translations.php:898 inc/_bl/wpdev-booking-search-widget.php:116
|
4838 |
#, php-format
|
4839 |
msgid ""
|
4840 |
"Please type the URL of the page %s(with %s shortcode in content)%s, where search results will "
|
4841 |
"show."
|
4842 |
msgstr ""
|
4843 |
|
4844 |
+
#: core/lib/wpbc_all_translations.php:899 inc/_bm/admin/activation-m.php:48
|
4845 |
#: inc/_mu/multiuser.php:634
|
4846 |
msgid "Weekend"
|
4847 |
msgstr ""
|
4848 |
|
4849 |
+
#: core/lib/wpbc_all_translations.php:900 inc/_bm/admin/activation-m.php:92
|
4850 |
#: inc/_mu/multiuser.php:636
|
4851 |
msgid "High season"
|
4852 |
msgstr ""
|
4853 |
|
4854 |
+
#: core/lib/wpbc_all_translations.php:901 inc/_bm/admin/api-settings-m.php:35
|
4855 |
msgid "Limit available days from today"
|
4856 |
msgstr ""
|
4857 |
|
4858 |
+
#: core/lib/wpbc_all_translations.php:902 inc/_bm/admin/api-settings-m.php:36
|
4859 |
msgid "Select number of available days in calendar start from today."
|
4860 |
msgstr ""
|
4861 |
|
4862 |
+
#: core/lib/wpbc_all_translations.php:903 inc/_bm/admin/api-settings-m.php:85
|
4863 |
msgid "Unavailable time before / after booking"
|
4864 |
msgstr ""
|
4865 |
|
4866 |
+
#: core/lib/wpbc_all_translations.php:904 inc/_bm/admin/api-settings-m.php:87
|
4867 |
msgid ""
|
4868 |
"This feature is applying only for bookings for specific timeslots, or if activated check in/out "
|
4869 |
"time option."
|
4870 |
msgstr ""
|
4871 |
|
4872 |
+
#: core/lib/wpbc_all_translations.php:905 inc/_bm/admin/api-settings-m.php:110
|
4873 |
#: inc/_bm/admin/api-settings-m.php:134
|
4874 |
msgid "Before booking"
|
4875 |
msgstr ""
|
4876 |
|
4877 |
+
#: core/lib/wpbc_all_translations.php:906 inc/_bm/admin/api-settings-m.php:111
|
4878 |
#: inc/_bm/admin/api-settings-m.php:120 inc/_bm/admin/api-settings-m.php:135
|
4879 |
#: inc/_bm/admin/api-settings-m.php:144
|
4880 |
msgid "Select unavailable time interval."
|
4881 |
msgstr ""
|
4882 |
|
4883 |
+
#: core/lib/wpbc_all_translations.php:907 inc/_bm/admin/api-settings-m.php:119
|
4884 |
#: inc/_bm/admin/api-settings-m.php:143
|
4885 |
msgid "After booking"
|
4886 |
msgstr ""
|
4887 |
|
4888 |
+
#: core/lib/wpbc_all_translations.php:908 inc/_bm/admin/api-settings-m.php:170
|
4889 |
msgid "Showing cost in date cell"
|
4890 |
msgstr ""
|
4891 |
|
4892 |
+
#: core/lib/wpbc_all_translations.php:909 inc/_bm/admin/api-settings-m.php:171
|
4893 |
#, php-format
|
4894 |
msgid " Check this box to display the %sdaily cost at the date cells%s in the calendar(s)."
|
4895 |
msgstr ""
|
4896 |
|
4897 |
+
#: core/lib/wpbc_all_translations.php:910 inc/_bm/admin/api-settings-m.php:188
|
4898 |
msgid "Currency symbol"
|
4899 |
msgstr ""
|
4900 |
|
4901 |
+
#: core/lib/wpbc_all_translations.php:911 inc/_bm/admin/api-settings-m.php:224
|
4902 |
#, php-format
|
4903 |
msgid ""
|
4904 |
"Type your %scurrency symbol%s to display near daily cost in date cells. %sDocumentation on "
|
4905 |
"currency symbols%s"
|
4906 |
msgstr ""
|
4907 |
|
4908 |
+
#: core/lib/wpbc_all_translations.php:912 inc/_bm/admin/api-settings-m.php:237
|
4909 |
msgid "Showing cost in tooltip"
|
4910 |
msgstr ""
|
4911 |
|
4912 |
+
#: core/lib/wpbc_all_translations.php:913 inc/_bm/admin/api-settings-m.php:238
|
4913 |
msgid ""
|
4914 |
" Check this box to display the daily cost with a tooltip when mouse hovers over each day on the "
|
4915 |
"calendar(s)."
|
4916 |
msgstr ""
|
4917 |
|
4918 |
+
#: core/lib/wpbc_all_translations.php:914 inc/_bm/admin/api-settings-m.php:246
|
4919 |
msgid "Cost Title"
|
4920 |
msgstr ""
|
4921 |
|
4922 |
+
#: core/lib/wpbc_all_translations.php:915 inc/_bm/admin/api-settings-m.php:248
|
4923 |
#, php-format
|
4924 |
msgid "Type your %scost%s description"
|
4925 |
msgstr ""
|
4926 |
|
4927 |
+
#: core/lib/wpbc_all_translations.php:916 inc/_bm/admin/api-settings-m.php:569
|
4928 |
#: inc/_bm/m-toolbar.php:67 inc/_bm/m-toolbar.php:424
|
4929 |
msgid "Custom Forms"
|
4930 |
msgstr ""
|
4931 |
|
4932 |
+
#: core/lib/wpbc_all_translations.php:917 inc/_bm/admin/page-availability.php:48
|
4933 |
msgid "Configuration of availability for booking resources"
|
4934 |
msgstr ""
|
4935 |
|
4936 |
+
#: core/lib/wpbc_all_translations.php:918 inc/_bm/admin/page-availability.php:49
|
4937 |
msgid "Availability Settings"
|
4938 |
msgstr ""
|
4939 |
|
4940 |
+
#: core/lib/wpbc_all_translations.php:919 inc/_bm/admin/page-availability.php:143
|
4941 |
#: inc/_bm/admin/page-cost.php:119 inc/_ps/p-toolbar.php:1186
|
4942 |
msgid "Show Children Resources"
|
4943 |
msgstr ""
|
4944 |
|
4945 |
+
#: core/lib/wpbc_all_translations.php:920 inc/_bm/admin/page-availability.php:145
|
4946 |
#: inc/_bm/admin/page-cost.php:121 inc/_ps/p-toolbar.php:1188
|
4947 |
msgid "Hide Children Resources"
|
4948 |
msgstr ""
|
4949 |
|
4950 |
+
#: core/lib/wpbc_all_translations.php:921 inc/_bm/admin/page-availability.php:239
|
4951 |
#: inc/_bm/admin/page-availability.php:244 inc/_bm/admin/page-availability.php:800
|
4952 |
msgid "Set Availability"
|
4953 |
msgstr ""
|
4954 |
|
4955 |
+
#: core/lib/wpbc_all_translations.php:922 inc/_bm/admin/page-availability.php:253
|
4956 |
#: inc/_bm/admin/page-cost.php:238 inc/_ps/admin/page-resources.php:202
|
4957 |
#, php-format
|
4958 |
msgid ""
|
4960 |
"booking(s) from this resource(s). Otherwise you will have %slost bookings%s."
|
4961 |
msgstr ""
|
4962 |
|
4963 |
+
#: core/lib/wpbc_all_translations.php:923 inc/_bm/admin/page-availability.php:499
|
4964 |
#: inc/_bm/admin/page-cost.php:581 inc/_ps/admin/page-resources.php:463
|
4965 |
msgid "Resource Name"
|
4966 |
msgstr ""
|
4967 |
|
4968 |
+
#: core/lib/wpbc_all_translations.php:924 inc/_bm/admin/page-availability.php:608
|
4969 |
#: inc/_bm/admin/page-availability.php:895
|
4970 |
msgid "All days"
|
4971 |
msgstr ""
|
4972 |
|
4973 |
+
#: core/lib/wpbc_all_translations.php:925 inc/_bm/admin/page-availability.php:609
|
4974 |
#: inc/_bm/admin/page-availability.php:637 inc/_bm/admin/page-availability.php:890
|
4975 |
#: inc/_bm/admin/page-availability.php:904 inc/_bm/admin/page-availability.php:933
|
4976 |
#: inc/_bm/admin/page-availability.php:1097 inc/_bm/admin/page-cost-rate.php:348
|
4977 |
msgid "available"
|
4978 |
msgstr ""
|
4979 |
|
4980 |
+
#: core/lib/wpbc_all_translations.php:926 inc/_bm/admin/page-availability.php:610
|
4981 |
#: inc/_bm/admin/page-availability.php:638 inc/_bm/admin/page-availability.php:891
|
4982 |
#: inc/_bm/admin/page-availability.php:900 inc/_bm/admin/page-availability.php:929
|
4983 |
#: inc/_bm/admin/page-availability.php:1093 inc/_bm/admin/page-cost-rate.php:344
|
4984 |
msgid "unavailable"
|
4985 |
msgstr ""
|
4986 |
|
4987 |
+
#: core/lib/wpbc_all_translations.php:927 inc/_bm/admin/page-availability.php:635
|
4988 |
#, php-format
|
4989 |
msgid "and %s on seasons:"
|
4990 |
msgstr ""
|
4991 |
|
4992 |
+
#: core/lib/wpbc_all_translations.php:928 inc/_bm/admin/page-availability.php:925
|
4993 |
#, php-format
|
4994 |
msgid "Select %s days by activating specific season filter below or %sadd new season filter%s"
|
4995 |
msgstr ""
|
4996 |
|
4997 |
+
#: core/lib/wpbc_all_translations.php:929 inc/_bm/admin/page-availability.php:943
|
4998 |
#: inc/_bm/admin/page-cost-deposit.php:309 inc/_bm/admin/page-cost-early-late-booking.php:314
|
4999 |
#: inc/_bm/admin/page-cost-early-late-booking.php:514 inc/_bm/admin/page-cost-rate.php:119
|
5000 |
#: inc/_bm/admin/page-cost-valuation.php:148
|
5001 |
msgid "Hide season filters"
|
5002 |
msgstr ""
|
5003 |
|
5004 |
+
#: core/lib/wpbc_all_translations.php:930 inc/_bm/admin/page-availability.php:948
|
5005 |
#: inc/_bm/admin/page-cost-deposit.php:314 inc/_bm/admin/page-cost-early-late-booking.php:319
|
5006 |
#: inc/_bm/admin/page-cost-early-late-booking.php:519 inc/_bm/admin/page-cost-rate.php:124
|
5007 |
#: inc/_bm/admin/page-cost-valuation.php:153
|
5008 |
msgid "Show all exist season filters"
|
5009 |
msgstr ""
|
5010 |
|
5011 |
+
#: core/lib/wpbc_all_translations.php:931 inc/_bm/admin/page-availability.php:981
|
5012 |
#: inc/_bm/admin/page-cost-rate.php:157 inc/gateways/page-gateways.php:870
|
5013 |
msgid "Enabled"
|
5014 |
msgstr ""
|
5015 |
|
5016 |
+
#: core/lib/wpbc_all_translations.php:932 inc/_bm/admin/page-cost-advanced.php:44
|
5017 |
msgid "Customization of additional cost, which depend from form fields"
|
5018 |
msgstr ""
|
5019 |
|
5020 |
+
#: core/lib/wpbc_all_translations.php:933 inc/_bm/admin/page-cost-advanced.php:45
|
5021 |
msgid "Advanced Cost Settings"
|
5022 |
msgstr ""
|
5023 |
|
5024 |
+
#: core/lib/wpbc_all_translations.php:934 inc/_bm/admin/page-cost-advanced.php:125
|
5025 |
msgid "Configure additional cost, which depend from selection of selectbox(es) and checkbox(es)."
|
5026 |
msgstr ""
|
5027 |
|
5028 |
+
#: core/lib/wpbc_all_translations.php:935 inc/_bm/admin/page-cost-advanced.php:127
|
5029 |
#, php-format
|
5030 |
msgid ""
|
5031 |
"Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if they exist in the "
|
5032 |
"%sbooking form%s."
|
5033 |
msgstr ""
|
5034 |
|
5035 |
+
#: core/lib/wpbc_all_translations.php:936 inc/_bm/admin/page-cost-advanced.php:441
|
5036 |
#: inc/_bm/admin/page-cost-deposit.php:181
|
5037 |
msgid "Deposit type"
|
5038 |
msgstr ""
|
5039 |
|
5040 |
+
#: core/lib/wpbc_all_translations.php:937 inc/_bm/admin/page-cost-advanced.php:460
|
5041 |
msgid "of total cost"
|
5042 |
msgstr ""
|
5043 |
|
5044 |
+
#: core/lib/wpbc_all_translations.php:938 inc/_bm/admin/page-cost-advanced.php:462
|
5045 |
#: inc/_bs/admin/api-settings-s.php:898
|
5046 |
msgid "night"
|
5047 |
msgstr ""
|
5048 |
|
5049 |
+
#: core/lib/wpbc_all_translations.php:939 inc/_bm/admin/page-cost-advanced.php:463
|
5050 |
msgid "as additional sum"
|
5051 |
msgstr ""
|
5052 |
|
5053 |
+
#: core/lib/wpbc_all_translations.php:940 inc/_bm/admin/page-cost-advanced.php:658
|
5054 |
msgid "Enter additional cost in formats:"
|
5055 |
msgstr ""
|
5056 |
|
5057 |
+
#: core/lib/wpbc_all_translations.php:941 inc/_bm/admin/page-cost-advanced.php:659
|
5058 |
#, php-format
|
5059 |
msgid ""
|
5060 |
"For example, if the original cost of the booking is %s, then after applying additional costs the "
|
5061 |
"total cost will be folowing"
|
5062 |
msgstr ""
|
5063 |
|
5064 |
+
#: core/lib/wpbc_all_translations.php:942 inc/_bm/admin/page-cost-advanced.php:662
|
5065 |
msgid "Enter fixed cost"
|
5066 |
msgstr ""
|
5067 |
|
5068 |
+
#: core/lib/wpbc_all_translations.php:943 inc/_bm/admin/page-cost-advanced.php:662
|
5069 |
#: inc/_bm/admin/page-cost-advanced.php:665 inc/_bm/admin/page-cost-advanced.php:671
|
5070 |
#: inc/_bm/admin/page-cost-advanced.php:681
|
5071 |
#, php-format
|
5072 |
msgid "%s, then total cost will be %s"
|
5073 |
msgstr ""
|
5074 |
|
5075 |
+
#: core/lib/wpbc_all_translations.php:944 inc/_bm/admin/page-cost-advanced.php:665
|
5076 |
msgid "Enter percentage of the entire booking"
|
5077 |
msgstr ""
|
5078 |
|
5079 |
+
#: core/lib/wpbc_all_translations.php:945 inc/_bm/admin/page-cost-advanced.php:668
|
5080 |
msgid "Enter fixed amount for each selected day"
|
5081 |
msgstr ""
|
5082 |
|
5083 |
+
#: core/lib/wpbc_all_translations.php:946 inc/_bm/admin/page-cost-advanced.php:668
|
5084 |
#, php-format
|
5085 |
msgid "%s, then total cost will be (if selected 3 days) %s"
|
5086 |
msgstr ""
|
5087 |
|
5088 |
+
#: core/lib/wpbc_all_translations.php:947 inc/_bm/admin/page-cost-advanced.php:668
|
5089 |
#: inc/_ps/form/class-wpbc-form-help.php:279 inc/_ps/form/class-wpbc-form-help.php:292
|
5090 |
#: inc/_ps/form/class-wpbc-form-help.php:306 inc/_ps/form/class-wpbc-form-help.php:344
|
5091 |
msgid "or"
|
5092 |
msgstr ""
|
5093 |
|
5094 |
+
#: core/lib/wpbc_all_translations.php:948 inc/_bm/admin/page-cost-advanced.php:671
|
5095 |
msgid "Enter percentage as additional sum, which is based only on original cost and not full sum"
|
5096 |
msgstr ""
|
5097 |
|
5098 |
+
#: core/lib/wpbc_all_translations.php:949 inc/_bm/admin/page-cost-advanced.php:674
|
5099 |
#: inc/_bm/admin/page-cost-advanced.php:687
|
5100 |
#, php-format
|
5101 |
msgid "Please check more info about configuration of this cost settings on this %spage%s."
|
5102 |
msgstr ""
|
5103 |
|
5104 |
+
#: core/lib/wpbc_all_translations.php:950 inc/_bm/admin/page-cost-deposit.php:73
|
5105 |
msgid "Set Deposit"
|
5106 |
msgstr ""
|
5107 |
|
5108 |
+
#: core/lib/wpbc_all_translations.php:951 inc/_bm/admin/page-cost-deposit.php:135
|
5109 |
msgid "deposit payment for booking resource"
|
5110 |
msgstr ""
|
5111 |
|
5112 |
+
#: core/lib/wpbc_all_translations.php:952 inc/_bm/admin/page-cost-deposit.php:153
|
5113 |
#: inc/_bm/admin/page-cost-deposit.php:162
|
5114 |
msgid "Deposit amount"
|
5115 |
msgstr ""
|
5116 |
|
5117 |
+
#: core/lib/wpbc_all_translations.php:953 inc/_bm/admin/page-cost-deposit.php:199
|
5118 |
#: inc/_bm/admin/page-cost-early-late-booking.php:203
|
5119 |
#: inc/_bm/admin/page-cost-early-late-booking.php:404
|
5120 |
msgid "fixed total in"
|
5121 |
msgstr ""
|
5122 |
|
5123 |
+
#: core/lib/wpbc_all_translations.php:954 inc/_bm/admin/page-cost-deposit.php:200
|
5124 |
#: inc/_bm/admin/page-cost-early-late-booking.php:204
|
5125 |
#: inc/_bm/admin/page-cost-early-late-booking.php:405
|
5126 |
msgid "of payment"
|
5127 |
msgstr ""
|
5128 |
|
5129 |
+
#: core/lib/wpbc_all_translations.php:955 inc/_bm/admin/page-cost-deposit.php:209
|
5130 |
#: inc/_bm/admin/page-cost-early-late-booking.php:213
|
5131 |
#: inc/_bm/admin/page-cost-early-late-booking.php:414
|
5132 |
msgid "Conditions"
|
5133 |
msgstr ""
|
5134 |
|
5135 |
+
#: core/lib/wpbc_all_translations.php:956 inc/_bm/admin/page-cost-deposit.php:219
|
5136 |
#, php-format
|
5137 |
msgid ""
|
5138 |
"Show deposit payment form, only if difference between %sToday%s and %sCheck In%s days more than"
|
5139 |
msgstr ""
|
5140 |
|
5141 |
+
#: core/lib/wpbc_all_translations.php:957 inc/_bm/admin/page-cost-deposit.php:271
|
5142 |
#, php-format
|
5143 |
msgid "Show deposit payment form, only if %sCheck In%s day inside of this %sSeason Filter%s"
|
5144 |
msgstr ""
|
5145 |
|
5146 |
+
#: core/lib/wpbc_all_translations.php:958 inc/_bm/admin/page-cost-deposit.php:275
|
5147 |
#: inc/_bm/admin/page-cost-early-late-booking.php:280
|
5148 |
#: inc/_bm/admin/page-cost-early-late-booking.php:480 inc/_bm/admin/page-cost-valuation.php:542
|
5149 |
msgid "Any days"
|
5150 |
msgstr ""
|
5151 |
|
5152 |
+
#: core/lib/wpbc_all_translations.php:959 inc/_bm/admin/page-cost-deposit.php:342
|
5153 |
msgid "Deposit payment total"
|
5154 |
msgstr ""
|
5155 |
|
5156 |
+
#: core/lib/wpbc_all_translations.php:960 inc/_bm/admin/page-cost-rate.php:69
|
5157 |
msgid "Set Rates"
|
5158 |
msgstr ""
|
5159 |
|
5160 |
+
#: core/lib/wpbc_all_translations.php:961 inc/_bm/admin/page-cost-rate.php:163
|
5161 |
#: inc/_bm/admin/page-cost.php:676 inc/_bm/admin/page-cost.php:677
|
5162 |
msgid "Rates"
|
5163 |
msgstr ""
|
5164 |
|
5165 |
+
#: core/lib/wpbc_all_translations.php:962 inc/_bm/admin/page-cost-rate.php:167
|
5166 |
msgid "Seasonal price"
|
5167 |
msgstr ""
|
5168 |
|
5169 |
+
#: core/lib/wpbc_all_translations.php:963 inc/_bm/admin/page-cost-rate.php:171
|
5170 |
#: inc/_bm/admin/page-cost-valuation.php:198
|
5171 |
msgid "Season"
|
5172 |
msgstr ""
|
5173 |
|
5174 |
+
#: core/lib/wpbc_all_translations.php:964 inc/_bm/admin/page-cost-rate.php:215
|
5175 |
#, php-format
|
5176 |
msgid ""
|
5177 |
"Enter seasonal rate(s) (cost diference in %s from standard cost %s or a fixed cost) of the "
|
5178 |
"booking resource (%s) or %sAdd a new seasonal filter%s"
|
5179 |
msgstr ""
|
5180 |
|
5181 |
+
#: core/lib/wpbc_all_translations.php:965 inc/_bm/admin/page-cost-valuation.php:96
|
5182 |
#: inc/_bm/admin/page-cost.php:220 inc/_bm/admin/page-cost.php:229
|
5183 |
msgid "Set Valuation Days"
|
5184 |
msgstr ""
|
5185 |
|
5186 |
+
#: core/lib/wpbc_all_translations.php:966 inc/_bm/admin/page-cost-valuation.php:185
|
5187 |
#: inc/_mu/admin/page-users.php:437
|
5188 |
msgid "Status"
|
5189 |
msgstr ""
|
5190 |
|
5191 |
+
#: core/lib/wpbc_all_translations.php:967 inc/_bm/admin/page-cost-valuation.php:194
|
5192 |
msgid "Costs"
|
5193 |
msgstr ""
|
5194 |
|
5195 |
+
#: core/lib/wpbc_all_translations.php:968 inc/_bm/admin/page-cost-valuation.php:249
|
5196 |
msgid "Add new cost"
|
5197 |
msgstr ""
|
5198 |
|
5199 |
+
#: core/lib/wpbc_all_translations.php:969 inc/_bm/admin/page-cost-valuation.php:272
|
5200 |
#, php-format
|
5201 |
msgid ""
|
5202 |
"Cost setings at %stop have higher priority%s than other costs of same type at the %sbottom%s of "
|
5203 |
"the list."
|
5204 |
msgstr ""
|
5205 |
|
5206 |
+
#: core/lib/wpbc_all_translations.php:970 inc/_bm/admin/page-cost-valuation.php:275
|
5207 |
#, php-format
|
5208 |
msgid ""
|
5209 |
"Please create all %s terms firstly %s(from higher priority to lower)%s, then terms %s and after "
|
5210 |
"terms %s"
|
5211 |
msgstr ""
|
5212 |
|
5213 |
+
#: core/lib/wpbc_all_translations.php:971 inc/_bm/admin/page-cost-valuation.php:275
|
5214 |
#: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:450
|
5215 |
msgid "Together"
|
5216 |
msgstr ""
|
5217 |
|
5218 |
+
#: core/lib/wpbc_all_translations.php:972 inc/_bm/admin/page-cost-valuation.php:275
|
5219 |
#: inc/_bm/admin/page-cost-valuation.php:278 inc/_bm/admin/page-cost-valuation.php:282
|
5220 |
#: inc/_bm/admin/page-cost-valuation.php:284 inc/_bm/admin/page-cost-valuation.php:448
|
5221 |
msgid "For"
|
5222 |
msgstr ""
|
5223 |
|
5224 |
+
#: core/lib/wpbc_all_translations.php:973 inc/_bm/admin/page-cost-valuation.php:278
|
5225 |
#, php-format
|
5226 |
msgid "%s and %s terms have higher priority than a range %s days."
|
5227 |
msgstr ""
|
5228 |
|
5229 |
+
#: core/lib/wpbc_all_translations.php:974 inc/_bm/admin/page-cost-valuation.php:282
|
5230 |
#, php-format
|
5231 |
msgid "%s - definition of check-out date."
|
5232 |
msgstr ""
|
5233 |
|
5234 |
+
#: core/lib/wpbc_all_translations.php:975 inc/_bm/admin/page-cost-valuation.php:284
|
5235 |
#: inc/_bs/admin/api-settings-s.php:199 inc/_bs/admin/api-settings-s.php:325
|
5236 |
#: inc/_bs/admin/api-settings-s.php:338 inc/_ps/form/class-wpbc-form-help.php:532
|
5237 |
#: inc/_ps/form/class-wpbc-form-help.php:535
|
5238 |
msgid "Example"
|
5239 |
msgstr ""
|
5240 |
|
5241 |
+
#: core/lib/wpbc_all_translations.php:976 inc/_bm/admin/page-cost-valuation.php:291
|
5242 |
msgid ""
|
5243 |
"Specific cost will take affect, only if it active (the box at the left side is checked) and if "
|
5244 |
"\"Check In\" (start) date belong to selected season filter or if set \"Any days\"."
|
5245 |
msgstr ""
|
5246 |
|
5247 |
+
#: core/lib/wpbc_all_translations.php:977 inc/_bm/admin/page-cost-valuation.php:335
|
5248 |
#: inc/_bm/admin/page-cost-valuation.php:336 inc/_bm/biz_m.php:219 inc/_bm/biz_m.php:251
|
5249 |
#: inc/_bm/biz_m.php:252
|
5250 |
msgid " for all days!"
|
5251 |
msgstr ""
|
5252 |
|
5253 |
+
#: core/lib/wpbc_all_translations.php:978 inc/_bm/admin/page-cost-valuation.php:341
|
5254 |
#: inc/_bm/admin/page-cost-valuation.php:502 inc/_bm/biz_m.php:217 inc/_bm/biz_m.php:249
|
5255 |
msgid "from the cost of 1 day "
|
5256 |
msgstr ""
|
5257 |
|
5258 |
+
#: core/lib/wpbc_all_translations.php:979 inc/_bm/admin/page-cost-valuation.php:342
|
5259 |
#: inc/_bm/admin/page-cost-valuation.php:503 inc/_bm/biz_m.php:216 inc/_bm/biz_m.php:248
|
5260 |
msgid "per 1 day"
|
5261 |
msgstr ""
|
5262 |
|
5263 |
+
#: core/lib/wpbc_all_translations.php:980 inc/_bm/admin/page-cost-valuation.php:470
|
5264 |
#: inc/_bm/admin/page-seasons.php:1564
|
5265 |
msgid "to"
|
5266 |
msgstr ""
|
5267 |
|
5268 |
+
#: core/lib/wpbc_all_translations.php:981 inc/_bm/admin/page-cost-valuation.php:504
|
5269 |
#: inc/_bm/biz_m.php:218 inc/_bm/biz_m.php:250
|
5270 |
#, php-format
|
5271 |
msgid "Additional cost in %s per 1 day"
|
5272 |
msgstr ""
|
5273 |
|
5274 |
+
#: core/lib/wpbc_all_translations.php:982 inc/_bm/admin/page-cost.php:49
|
5275 |
msgid "Customization of rates, valuation days cost and deposit amount "
|
5276 |
msgstr ""
|
5277 |
|
5278 |
+
#: core/lib/wpbc_all_translations.php:983 inc/_bm/admin/page-cost.php:50
|
5279 |
msgid "Costs and Rates Settings"
|
5280 |
msgstr ""
|
5281 |
|
5282 |
+
#: core/lib/wpbc_all_translations.php:984 inc/_bm/admin/page-cost.php:219
|
5283 |
#: inc/_bm/admin/page-cost.php:228
|
5284 |
msgid "Set Rate"
|
5285 |
msgstr ""
|
5286 |
|
5287 |
+
#: core/lib/wpbc_all_translations.php:985 inc/_bm/admin/page-cost.php:221
|
5288 |
#: inc/_bm/admin/page-cost.php:230
|
5289 |
msgid "Set Deposit Amount"
|
5290 |
msgstr ""
|
5291 |
|
5292 |
+
#: core/lib/wpbc_all_translations.php:986 inc/_bm/admin/page-cost.php:683
|
5293 |
#: inc/_bm/admin/page-cost.php:684
|
5294 |
msgid "Valuation days"
|
5295 |
msgstr ""
|
5296 |
|
5297 |
+
#: core/lib/wpbc_all_translations.php:987 inc/_bm/admin/page-cost.php:690
|
5298 |
#: inc/_bm/admin/page-cost.php:691 inc/gateways/page-gateways.php:1435
|
5299 |
msgid "Deposit"
|
5300 |
msgstr ""
|
5301 |
|
5302 |
+
#: core/lib/wpbc_all_translations.php:988 inc/_bm/admin/page-seasons.php:46
|
5303 |
msgid "Customizaton of Season Filters"
|
5304 |
msgstr ""
|
5305 |
|
5306 |
+
#: core/lib/wpbc_all_translations.php:989 inc/_bm/admin/page-seasons.php:680
|
5307 |
#: inc/_bm/admin/page-seasons.php:815
|
5308 |
msgid "Specific Dates Filter"
|
5309 |
msgstr ""
|
5310 |
|
5311 |
+
#: core/lib/wpbc_all_translations.php:990 inc/_bm/admin/page-seasons.php:743
|
5312 |
#: inc/_bm/admin/page-seasons.php:821
|
5313 |
msgid "Conditional Dates Filter"
|
5314 |
msgstr ""
|
5315 |
|
5316 |
+
#: core/lib/wpbc_all_translations.php:991 inc/_bm/admin/page-seasons.php:956
|
5317 |
#: inc/_bm/admin/page-seasons.php:1257
|
5318 |
msgid "Filter Name"
|
5319 |
msgstr ""
|
5320 |
|
5321 |
+
#: core/lib/wpbc_all_translations.php:992 inc/_bm/admin/page-seasons.php:957
|
5322 |
#: inc/_bm/admin/page-seasons.php:1258
|
5323 |
msgid "Type filter name"
|
5324 |
msgstr ""
|
5325 |
|
5326 |
+
#: core/lib/wpbc_all_translations.php:993 inc/_bm/admin/page-seasons.php:990
|
5327 |
msgid "Weekdays"
|
5328 |
msgstr ""
|
5329 |
|
5330 |
+
#: core/lib/wpbc_all_translations.php:994 inc/_bm/admin/page-seasons.php:1106
|
5331 |
msgid "Months"
|
5332 |
msgstr ""
|
5333 |
|
5334 |
+
#: core/lib/wpbc_all_translations.php:995 inc/_bm/admin/page-seasons.php:1108
|
5335 |
#: inc/_bm/admin/page-seasons.php:1283
|
5336 |
msgid "January"
|
5337 |
msgstr ""
|
5338 |
|
5339 |
+
#: core/lib/wpbc_all_translations.php:996 inc/_bm/admin/page-seasons.php:1109
|
5340 |
#: inc/_bm/admin/page-seasons.php:1284
|
5341 |
msgid "February"
|
5342 |
msgstr ""
|
5343 |
|
5344 |
+
#: core/lib/wpbc_all_translations.php:997 inc/_bm/admin/page-seasons.php:1110
|
5345 |
#: inc/_bm/admin/page-seasons.php:1285
|
5346 |
msgid "March"
|
5347 |
msgstr ""
|
5348 |
|
5349 |
+
#: core/lib/wpbc_all_translations.php:998 inc/_bm/admin/page-seasons.php:1111
|
5350 |
#: inc/_bm/admin/page-seasons.php:1286
|
5351 |
msgid "April"
|
5352 |
msgstr ""
|
5353 |
|
5354 |
+
#: core/lib/wpbc_all_translations1.php:2 inc/_bm/admin/page-seasons.php:1112
|
5355 |
#: inc/_bm/admin/page-seasons.php:1287 inc/_bm/admin/page-seasons.php:1490
|
5356 |
msgid "May"
|
5357 |
msgstr ""
|
5358 |
|
5359 |
+
#: core/lib/wpbc_all_translations1.php:3 inc/_bm/admin/page-seasons.php:1113
|
5360 |
#: inc/_bm/admin/page-seasons.php:1288
|
5361 |
msgid "June"
|
5362 |
msgstr ""
|
5363 |
|
5364 |
+
#: core/lib/wpbc_all_translations1.php:4 inc/_bm/admin/page-seasons.php:1114
|
5365 |
#: inc/_bm/admin/page-seasons.php:1289
|
5366 |
msgid "July"
|
5367 |
msgstr ""
|
5368 |
|
5369 |
+
#: core/lib/wpbc_all_translations1.php:5 inc/_bm/admin/page-seasons.php:1115
|
5370 |
#: inc/_bm/admin/page-seasons.php:1290
|
5371 |
msgid "August"
|
5372 |
msgstr ""
|
5373 |
|
5374 |
+
#: core/lib/wpbc_all_translations1.php:6 inc/_bm/admin/page-seasons.php:1116
|
5375 |
#: inc/_bm/admin/page-seasons.php:1291
|
5376 |
msgid "September"
|
5377 |
msgstr ""
|
5378 |
|
5379 |
+
#: core/lib/wpbc_all_translations1.php:7 inc/_bm/admin/page-seasons.php:1117
|
5380 |
#: inc/_bm/admin/page-seasons.php:1292
|
5381 |
msgid "October"
|
5382 |
msgstr ""
|
5383 |
|
5384 |
+
#: core/lib/wpbc_all_translations1.php:8 inc/_bm/admin/page-seasons.php:1118
|
5385 |
#: inc/_bm/admin/page-seasons.php:1293
|
5386 |
msgid "November"
|
5387 |
msgstr ""
|
5388 |
|
5389 |
+
#: core/lib/wpbc_all_translations1.php:9 inc/_bm/admin/page-seasons.php:1119
|
5390 |
#: inc/_bm/admin/page-seasons.php:1294
|
5391 |
msgid "December"
|
5392 |
msgstr ""
|
5393 |
|
5394 |
+
#: core/lib/wpbc_all_translations1.php:10 inc/_bm/admin/page-seasons.php:1174
|
5395 |
msgid "Years"
|
5396 |
msgstr ""
|
5397 |
|
5398 |
+
#: core/lib/wpbc_all_translations1.php:11 inc/_bm/admin/page-seasons.php:1272
|
5399 |
#: inc/_bm/admin/page-seasons.php:1487
|
5400 |
msgid "Mo"
|
5401 |
msgstr ""
|
5402 |
|
5403 |
+
#: core/lib/wpbc_all_translations1.php:12 inc/_bm/admin/page-seasons.php:1273
|
5404 |
#: inc/_bm/admin/page-seasons.php:1487
|
5405 |
msgid "Tu"
|
5406 |
msgstr ""
|
5407 |
|
5408 |
+
#: core/lib/wpbc_all_translations1.php:13 inc/_bm/admin/page-seasons.php:1274
|
5409 |
#: inc/_bm/admin/page-seasons.php:1487
|
5410 |
msgid "We"
|
5411 |
msgstr ""
|
5412 |
|
5413 |
+
#: core/lib/wpbc_all_translations1.php:14 inc/_bm/admin/page-seasons.php:1275
|
5414 |
#: inc/_bm/admin/page-seasons.php:1487
|
5415 |
msgid "Th"
|
5416 |
msgstr ""
|
5417 |
|
5418 |
+
#: core/lib/wpbc_all_translations1.php:15 inc/_bm/admin/page-seasons.php:1276
|
5419 |
#: inc/_bm/admin/page-seasons.php:1487
|
5420 |
msgid "Fr"
|
5421 |
msgstr ""
|
5422 |
|
5423 |
+
#: core/lib/wpbc_all_translations1.php:16 inc/_bm/admin/page-seasons.php:1277
|
5424 |
#: inc/_bm/admin/page-seasons.php:1487
|
5425 |
msgid "Sa"
|
5426 |
msgstr ""
|
5427 |
|
5428 |
+
#: core/lib/wpbc_all_translations1.php:17 inc/_bm/admin/page-seasons.php:1278
|
5429 |
#: inc/_bm/admin/page-seasons.php:1487
|
5430 |
msgid "Su"
|
5431 |
msgstr ""
|
5432 |
|
5433 |
+
#: core/lib/wpbc_all_translations1.php:18 inc/_bm/admin/page-seasons.php:1489
|
5434 |
msgid "Jan"
|
5435 |
msgstr ""
|
5436 |
|
5437 |
+
#: core/lib/wpbc_all_translations1.php:19 inc/_bm/admin/page-seasons.php:1489
|
5438 |
msgid "Feb"
|
5439 |
msgstr ""
|
5440 |
|
5441 |
+
#: core/lib/wpbc_all_translations1.php:20 inc/_bm/admin/page-seasons.php:1490
|
5442 |
msgid "Mar"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
+
#: core/lib/wpbc_all_translations1.php:21 inc/_bm/admin/page-seasons.php:1490
|
5446 |
msgid "Apr"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
+
#: core/lib/wpbc_all_translations1.php:22 inc/_bm/admin/page-seasons.php:1491
|
5450 |
msgid "Jun"
|
5451 |
msgstr ""
|
5452 |
|
5453 |
+
#: core/lib/wpbc_all_translations1.php:23 inc/_bm/admin/page-seasons.php:1491
|
5454 |
msgid "Jul"
|
5455 |
msgstr ""
|
5456 |
|
5457 |
+
#: core/lib/wpbc_all_translations1.php:24 inc/_bm/admin/page-seasons.php:1491
|
5458 |
msgid "Aug"
|
5459 |
msgstr ""
|
5460 |
|
5461 |
+
#: core/lib/wpbc_all_translations1.php:25 inc/_bm/admin/page-seasons.php:1492
|
5462 |
msgid "Sep"
|
5463 |
msgstr ""
|
5464 |
|
5465 |
+
#: core/lib/wpbc_all_translations1.php:26 inc/_bm/admin/page-seasons.php:1492
|
5466 |
msgid "Oct"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
+
#: core/lib/wpbc_all_translations1.php:27 inc/_bm/admin/page-seasons.php:1492
|
5470 |
msgid "Nov"
|
5471 |
msgstr ""
|
5472 |
|
5473 |
+
#: core/lib/wpbc_all_translations1.php:28 inc/_bm/admin/page-seasons.php:1492
|
5474 |
msgid "Dec"
|
5475 |
msgstr ""
|
5476 |
|
5477 |
+
#: core/lib/wpbc_all_translations1.php:29 inc/_bm/admin/page-seasons.php:1562
|
5478 |
+
#: inc/_bm/admin/page-seasons.php:1581 inc/_bm/admin/page-seasons.php:1603
|
5479 |
+
#: inc/_bm/admin/page-seasons.php:1627 inc/_bm/admin/page-seasons.php:1645
|
5480 |
msgid "No days"
|
5481 |
msgstr ""
|
5482 |
|
5483 |
+
#: core/lib/wpbc_all_translations1.php:30 inc/_bm/admin/page-seasons.php:1564
|
5484 |
msgid "time"
|
5485 |
msgstr ""
|
5486 |
|
5487 |
+
#: core/lib/wpbc_all_translations1.php:31 inc/_bm/admin/page-seasons.php:1583
|
5488 |
msgid "Every"
|
5489 |
msgstr ""
|
5490 |
|
5491 |
+
#: core/lib/wpbc_all_translations1.php:32 inc/_bm/admin/page-seasons.php:1599
|
5492 |
msgid "Each day "
|
5493 |
msgstr ""
|
5494 |
|
5495 |
+
#: core/lib/wpbc_all_translations1.php:33 inc/_bm/admin/page-seasons.php:1601
|
5496 |
msgid "on each day "
|
5497 |
msgstr ""
|
5498 |
|
5499 |
+
#: core/lib/wpbc_all_translations1.php:34 inc/_bm/admin/page-seasons.php:1606
|
5500 |
msgid "On each "
|
5501 |
msgstr ""
|
5502 |
|
5503 |
+
#: core/lib/wpbc_all_translations1.php:35 inc/_bm/admin/page-seasons.php:1608
|
5504 |
msgid "on each "
|
5505 |
msgstr ""
|
5506 |
|
5507 |
+
#: core/lib/wpbc_all_translations1.php:36 inc/_bm/admin/page-seasons.php:1625
|
5508 |
msgid "of every month "
|
5509 |
msgstr ""
|
5510 |
|
5511 |
+
#: core/lib/wpbc_all_translations1.php:37 inc/_bm/admin/page-seasons.php:1629
|
5512 |
msgid "of"
|
5513 |
msgstr ""
|
5514 |
|
5515 |
+
#: core/lib/wpbc_all_translations1.php:38 inc/_bm/biz_m.php:220
|
5516 |
msgid "for all days!"
|
5517 |
msgstr ""
|
5518 |
|
5519 |
+
#: core/lib/wpbc_all_translations1.php:39 inc/_bm/biz_m.php:764
|
5520 |
msgid "Standard booking resource cost"
|
5521 |
msgstr ""
|
5522 |
|
5523 |
+
#: core/lib/wpbc_all_translations1.php:40 inc/_bm/biz_m.php:765
|
5524 |
msgid "Total booking resource cost"
|
5525 |
msgstr ""
|
5526 |
|
5527 |
+
#: core/lib/wpbc_all_translations1.php:41 inc/_bm/m-toolbar.php:298
|
5528 |
msgid "Delete selected booking form"
|
5529 |
msgstr ""
|
5530 |
|
5531 |
+
#: core/lib/wpbc_all_translations1.php:42 inc/_bm/m-toolbar.php:302
|
5532 |
msgid "Do you really want to delete selected booking form ?"
|
5533 |
msgstr ""
|
5534 |
|
5535 |
+
#: core/lib/wpbc_all_translations1.php:43 inc/_bm/m-toolbar.php:327 inc/_bm/m-toolbar.php:328
|
5536 |
msgid "Add New Custom Form"
|
5537 |
msgstr ""
|
5538 |
|
5539 |
+
#: core/lib/wpbc_all_translations1.php:44 inc/_bm/m-toolbar.php:361
|
5540 |
msgid "Type the name of booking form"
|
5541 |
msgstr ""
|
5542 |
|
5543 |
+
#: core/lib/wpbc_all_translations1.php:45 inc/_bm/m-toolbar.php:368
|
5544 |
msgid "Create"
|
5545 |
msgstr ""
|
5546 |
|
5547 |
+
#: core/lib/wpbc_all_translations1.php:46 inc/_bm/m-toolbar.php:369
|
5548 |
msgid "Create new form"
|
5549 |
msgstr ""
|
5550 |
|
5551 |
+
#: core/lib/wpbc_all_translations1.php:47 inc/_bm/m-toolbar.php:564
|
5552 |
msgid "There are no extended booking forms"
|
5553 |
msgstr ""
|
5554 |
|
5555 |
+
#: core/lib/wpbc_all_translations1.php:48 inc/_bm/m-toolbar.php:608 inc/_bm/m-toolbar.php:610
|
5556 |
msgid "Create conditional days filter"
|
5557 |
msgstr ""
|
5558 |
|
5559 |
+
#: core/lib/wpbc_all_translations1.php:49 inc/_bs/admin/activation-s.php:93
|
5560 |
#: inc/_mu/admin/activation-u.php:85 inc/_ps/admin/activation-p.php:46
|
5561 |
msgid "Apartment#1"
|
5562 |
msgstr ""
|
5563 |
|
5564 |
+
#: core/lib/wpbc_all_translations1.php:50 inc/_bs/admin/activation-s.php:94
|
5565 |
#: inc/_mu/admin/activation-u.php:86 inc/_ps/admin/activation-p.php:47
|
5566 |
msgid "Apartment#2"
|
5567 |
msgstr ""
|
5568 |
|
5569 |
+
#: core/lib/wpbc_all_translations1.php:51 inc/_bs/admin/activation-s.php:95
|
5570 |
#: inc/_ps/admin/activation-p.php:48
|
5571 |
msgid "Apartment#3"
|
5572 |
msgstr ""
|
5573 |
|
5574 |
+
#: core/lib/wpbc_all_translations1.php:52 inc/_bs/admin/api-settings-s.php:31
|
5575 |
msgid "Range days"
|
5576 |
msgstr ""
|
5577 |
|
5578 |
+
#: core/lib/wpbc_all_translations1.php:53 inc/_bs/admin/api-settings-s.php:46
|
5579 |
#, php-format
|
5580 |
msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
|
5581 |
msgstr ""
|
5582 |
|
5583 |
+
#: core/lib/wpbc_all_translations1.php:54 inc/_bs/admin/api-settings-s.php:48
|
5584 |
#, php-format
|
5585 |
msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
|
5586 |
msgstr ""
|
5587 |
|
5588 |
+
#: core/lib/wpbc_all_translations1.php:55 inc/_bs/admin/api-settings-s.php:74
|
5589 |
#: inc/_bs/admin/api-settings-s.php:138
|
5590 |
msgid "Days selection number"
|
5591 |
msgstr ""
|
5592 |
|
5593 |
+
#: core/lib/wpbc_all_translations1.php:56 inc/_bs/admin/api-settings-s.php:75
|
5594 |
#, php-format
|
5595 |
msgid "Type your %snumber of days for range selection%s"
|
5596 |
msgstr ""
|
5597 |
|
5598 |
+
#: core/lib/wpbc_all_translations1.php:57 inc/_bs/admin/api-settings-s.php:83
|
5599 |
#: inc/_bs/admin/api-settings-s.php:211
|
5600 |
msgid "Specific day(s) of week"
|
5601 |
msgstr ""
|
5602 |
|
5603 |
+
#: core/lib/wpbc_all_translations1.php:58 inc/_bs/admin/api-settings-s.php:84
|
5604 |
#: inc/_bs/admin/api-settings-s.php:215
|
5605 |
msgid "Any day of week"
|
5606 |
msgstr ""
|
5607 |
|
5608 |
+
#: core/lib/wpbc_all_translations1.php:59 inc/_bs/admin/api-settings-s.php:90
|
5609 |
#: inc/_bs/admin/api-settings-s.php:223
|
5610 |
msgid "Start day of range"
|
5611 |
msgstr ""
|
5612 |
|
5613 |
+
#: core/lib/wpbc_all_translations1.php:60 inc/_bs/admin/api-settings-s.php:119
|
5614 |
#: inc/_bs/admin/api-settings-s.php:252
|
5615 |
msgid "Select your start day of range selection at week"
|
5616 |
msgstr ""
|
5617 |
|
5618 |
+
#: core/lib/wpbc_all_translations1.php:61 inc/_bs/admin/api-settings-s.php:152
|
5619 |
#: inc/_bs/admin/api-settings-s.php:157
|
5620 |
msgid "Min"
|
5621 |
msgstr ""
|
5622 |
|
5623 |
+
#: core/lib/wpbc_all_translations1.php:62 inc/_bs/admin/api-settings-s.php:170
|
5624 |
#: inc/_bs/admin/api-settings-s.php:175
|
5625 |
msgid "Max"
|
5626 |
msgstr ""
|
5627 |
|
5628 |
+
#: core/lib/wpbc_all_translations1.php:63 inc/_bs/admin/api-settings-s.php:187
|
5629 |
#, php-format
|
5630 |
msgid "Select your %sminimum and maximum number of days for range selection%s"
|
5631 |
msgstr ""
|
5632 |
|
5633 |
+
#: core/lib/wpbc_all_translations1.php:64 inc/_bs/admin/api-settings-s.php:198
|
5634 |
msgid "Specific days selections"
|
5635 |
msgstr ""
|
5636 |
|
5637 |
+
#: core/lib/wpbc_all_translations1.php:65 inc/_bs/admin/api-settings-s.php:200
|
5638 |
#, php-format
|
5639 |
msgid ""
|
5640 |
"Type your %sspecific%s days, which can be selected by visitors, or leave this value empty. It "
|
5642 |
"this: %s) or combination (example:%s, its the same like this: %s)"
|
5643 |
msgstr ""
|
5644 |
|
5645 |
+
#: core/lib/wpbc_all_translations1.php:66 inc/_bs/admin/api-settings-s.php:281
|
5646 |
msgid "Use time selections as recurrent time slots"
|
5647 |
msgstr ""
|
5648 |
|
5649 |
+
#: core/lib/wpbc_all_translations1.php:67 inc/_bs/admin/api-settings-s.php:282
|
5650 |
msgid ""
|
5651 |
"Check this box if you want to use recurrent time to reserve several days. This means that middle "
|
5652 |
"days will be partially booked by actual times, otherwise the time in the booking form will be "
|
5653 |
"used as check-in/check-out time for the first and last day of the reservation."
|
5654 |
msgstr ""
|
5655 |
|
5656 |
+
#: core/lib/wpbc_all_translations1.php:68 inc/_bs/admin/api-settings-s.php:315
|
5657 |
msgid "Check this option, to use check in/out time during booking process. "
|
5658 |
msgstr ""
|
5659 |
|
5660 |
+
#: core/lib/wpbc_all_translations1.php:69 inc/_bs/admin/api-settings-s.php:316
|
5661 |
#, php-format
|
5662 |
msgid "%s Important!%s This will overwrite any times selection in your booking form."
|
5663 |
msgstr ""
|
5664 |
|
5665 |
+
#: core/lib/wpbc_all_translations1.php:70 inc/_bs/admin/api-settings-s.php:323
|
5666 |
msgid "Check-in time"
|
5667 |
msgstr ""
|
5668 |
|
5669 |
+
#: core/lib/wpbc_all_translations1.php:71 inc/_bs/admin/api-settings-s.php:324
|
5670 |
#, php-format
|
5671 |
msgid "Type your %sCheck-in%s time of booking"
|
5672 |
msgstr ""
|
5673 |
|
5674 |
+
#: core/lib/wpbc_all_translations1.php:72 inc/_bs/admin/api-settings-s.php:336
|
5675 |
msgid "Check-Out time"
|
5676 |
msgstr ""
|
5677 |
|
5678 |
+
#: core/lib/wpbc_all_translations1.php:73 inc/_bs/admin/api-settings-s.php:337
|
5679 |
#, php-format
|
5680 |
msgid "Type your %sCheck-Out%s time of booking"
|
5681 |
msgstr ""
|
5682 |
|
5683 |
+
#: core/lib/wpbc_all_translations1.php:74 inc/_bs/admin/api-settings-s.php:351
|
5684 |
msgid "Change over days as triangles"
|
5685 |
msgstr ""
|
5686 |
|
5687 |
+
#: core/lib/wpbc_all_translations1.php:75 inc/_bs/admin/api-settings-s.php:352
|
5688 |
msgid "Check this option, to show change over days as triangles. "
|
5689 |
msgstr ""
|
5690 |
|
5691 |
+
#: core/lib/wpbc_all_translations1.php:76 inc/_bs/admin/api-settings-s.php:377
|
5692 |
msgid "Title of booked timeslot(s)"
|
5693 |
msgstr ""
|
5694 |
|
5695 |
+
#: core/lib/wpbc_all_translations1.php:77 inc/_bs/admin/api-settings-s.php:378
|
5696 |
#, php-format
|
5697 |
msgid "Type your %stitle%s, what will show in mouseover tooltip near booked timeslot(s)"
|
5698 |
msgstr ""
|
5699 |
|
5700 |
+
#: core/lib/wpbc_all_translations1.php:78 inc/_bs/admin/api-settings-s.php:418
|
5701 |
msgid "Time Format"
|
5702 |
msgstr ""
|
5703 |
|
5704 |
+
#: core/lib/wpbc_all_translations1.php:79 inc/_bs/admin/api-settings-s.php:452
|
5705 |
#, php-format
|
5706 |
msgid ""
|
5707 |
"Type your time format for emails and the booking table. %sDocumentation on time formatting%s"
|
5708 |
msgstr ""
|
5709 |
|
5710 |
+
#: core/lib/wpbc_all_translations1.php:80 inc/_bs/admin/api-settings-s.php:478
|
5711 |
msgid "Auto approve all new bookings"
|
5712 |
msgstr ""
|
5713 |
|
5714 |
+
#: core/lib/wpbc_all_translations1.php:81 inc/_bs/admin/api-settings-s.php:479
|
5715 |
#, php-format
|
5716 |
msgid "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
|
5717 |
msgstr ""
|
5718 |
|
5719 |
+
#: core/lib/wpbc_all_translations1.php:82 inc/_bs/admin/api-settings-s.php:517
|
5720 |
#, php-format
|
5721 |
msgid "Check this box to %sactivate%s auto-cancellation for pending, unpaid bookings."
|
5722 |
msgstr ""
|
5723 |
|
5724 |
+
#: core/lib/wpbc_all_translations1.php:83 inc/_bs/admin/api-settings-s.php:541
|
5725 |
msgid "Cancel bookings older"
|
5726 |
msgstr ""
|
5727 |
|
5728 |
+
#: core/lib/wpbc_all_translations1.php:84 inc/_bs/admin/api-settings-s.php:542
|
5729 |
msgid "Cancel only pending, unpaid bookings, which are older than this selection."
|
5730 |
msgstr ""
|
5731 |
|
5732 |
+
#: core/lib/wpbc_all_translations1.php:85 inc/_bs/admin/api-settings-s.php:550
|
5733 |
msgid "Cancellation email sent"
|
5734 |
msgstr ""
|
5735 |
|
5736 |
+
#: core/lib/wpbc_all_translations1.php:86 inc/_bs/admin/api-settings-s.php:551
|
5737 |
#, php-format
|
5738 |
msgid "Check this box to %ssend%s cancellation email for this resource."
|
5739 |
msgstr ""
|
5740 |
|
5741 |
+
#: core/lib/wpbc_all_translations1.php:87 inc/_bs/admin/api-settings-s.php:559
|
5742 |
#: inc/_bs/admin/api-settings-s.php:560
|
5743 |
msgid "Reason for cancellation"
|
5744 |
msgstr ""
|
5745 |
|
5746 |
+
#: core/lib/wpbc_all_translations1.php:88 inc/_bs/admin/api-settings-s.php:561
|
5747 |
#, php-format
|
5748 |
msgid "Type the reason for %scancellation%s for the email template."
|
5749 |
msgstr ""
|
5750 |
|
5751 |
+
#: core/lib/wpbc_all_translations1.php:89 inc/_bs/admin/page-email-payment.php:560
|
5752 |
msgid "Payment request"
|
5753 |
msgstr ""
|
5754 |
|
5755 |
+
#: core/lib/wpbc_all_translations1.php:90 inc/_bs/admin/page-email-payment.php:562
|
5756 |
msgid "Customization of email template, which is sending to Visitor after payment request"
|
5757 |
msgstr ""
|
5758 |
|
5759 |
+
#: core/lib/wpbc_all_translations1.php:91
|
5760 |
msgid "Email with Payment Request which is sending to Visitor."
|
5761 |
msgstr ""
|
5762 |
|
5763 |
+
#: core/lib/wpbc_all_translations1.php:92 core/wpbc-js.php:136
|
5764 |
msgid "Error! Please reset your check-in/check-out dates above."
|
5765 |
msgstr ""
|
5766 |
|
5767 |
+
#: core/lib/wpbc_all_translations1.php:93 core/wpbc-js.php:137
|
5768 |
msgid ""
|
5769 |
"Start Time is invalid. The date or time may be booked, or already in the past! Please choose "
|
5770 |
"another date or time."
|
5771 |
msgstr ""
|
5772 |
|
5773 |
+
#: core/lib/wpbc_all_translations1.php:94 core/wpbc-js.php:138
|
5774 |
msgid ""
|
5775 |
"End Time is invalid. The date or time may be booked, or already in the past. The End Time may "
|
5776 |
"also be earlier that the start time, if only 1 day was selected! Please choose another date or "
|
5777 |
"time."
|
5778 |
msgstr ""
|
5779 |
|
5780 |
+
#: core/lib/wpbc_all_translations1.php:95 core/wpbc-js.php:139 core/wpbc-js.php:140
|
5781 |
msgid "The time(s) may be booked, or already in the past!"
|
5782 |
msgstr ""
|
5783 |
|
5784 |
+
#: core/lib/wpbc_all_translations1.php:96 inc/_bs/biz_s.php:435
|
5785 |
msgid "Cost saved successfully"
|
5786 |
msgstr ""
|
5787 |
|
5788 |
+
#: core/lib/wpbc_all_translations1.php:97 inc/_bs/biz_s.php:442
|
5789 |
msgid "Cost is not correct. It must be greater than 0"
|
5790 |
msgstr ""
|
5791 |
|
5792 |
+
#: core/lib/wpbc_all_translations1.php:98 inc/_bs/biz_s.php:627
|
5793 |
msgid "Request has been sent"
|
5794 |
msgstr ""
|
5795 |
|
5796 |
+
#: core/lib/wpbc_all_translations1.php:99 inc/_bs/biz_s.php:634
|
5797 |
msgid "Request has failed"
|
5798 |
msgstr ""
|
5799 |
|
5800 |
+
#: core/lib/wpbc_all_translations1.php:100 inc/_bs/biz_s.php:665
|
5801 |
msgid "The payment status is changed successfully"
|
5802 |
msgstr ""
|
5803 |
|
5804 |
+
#: core/lib/wpbc_all_translations1.php:101 inc/_bs/biz_s.php:672
|
5805 |
msgid "The changing of payment status is failed"
|
5806 |
msgstr ""
|
5807 |
|
5808 |
+
#: core/lib/wpbc_all_translations1.php:102 inc/_bs/biz_s.php:1077
|
5809 |
msgid "deposit"
|
5810 |
msgstr ""
|
5811 |
|
5812 |
+
#: core/lib/wpbc_all_translations1.php:103 inc/_bs/biz_s.php:1078
|
5813 |
msgid "Total cost"
|
5814 |
msgstr ""
|
5815 |
|
5816 |
+
#: core/lib/wpbc_all_translations1.php:104 inc/_bs/biz_s.php:1079
|
5817 |
msgid "balance"
|
5818 |
msgstr ""
|
5819 |
|
5820 |
+
#: core/lib/wpbc_all_translations1.php:105 inc/_bs/lib_s.php:41 inc/_bs/lib_s.php:72
|
5821 |
#: inc/_bs/s-toolbar.php:94
|
5822 |
msgid "Payment status"
|
5823 |
msgstr ""
|
5824 |
|
5825 |
+
#: core/lib/wpbc_all_translations1.php:106 inc/_bs/lib_s.php:45
|
5826 |
msgid "Any Status"
|
5827 |
msgstr ""
|
5828 |
|
5829 |
+
#: core/lib/wpbc_all_translations1.php:107 inc/_bs/lib_s.php:48
|
5830 |
msgid "Unknown Status"
|
5831 |
msgstr ""
|
5832 |
|
5833 |
+
#: core/lib/wpbc_all_translations1.php:108 inc/_bs/lib_s.php:49 inc/_bs/lib_s.php:325
|
5834 |
msgid "Not Completed"
|
5835 |
msgstr ""
|
5836 |
|
5837 |
+
#: core/lib/wpbc_all_translations1.php:109 inc/_bs/lib_s.php:50 inc/_bs/lib_s.php:314
|
5838 |
#: inc/_bs/lib_s.php:334
|
5839 |
msgid "Failed"
|
5840 |
msgstr ""
|
5841 |
|
5842 |
+
#: core/lib/wpbc_all_translations1.php:110 inc/_bs/lib_s.php:140
|
5843 |
msgid "min"
|
5844 |
msgstr ""
|
5845 |
|
5846 |
+
#: core/lib/wpbc_all_translations1.php:111 inc/_bs/lib_s.php:140
|
5847 |
msgid "max"
|
5848 |
msgstr ""
|
5849 |
|
5850 |
+
#: core/lib/wpbc_all_translations1.php:112 inc/_bs/lib_s.php:269 inc/_bs/lib_s.php:309
|
5851 |
#: inc/_bs/lib_s.php:327
|
5852 |
msgid "Completed"
|
5853 |
msgstr ""
|
5854 |
|
5855 |
+
#: core/lib/wpbc_all_translations1.php:113 inc/_bs/lib_s.php:310 inc/_bs/lib_s.php:330
|
5856 |
msgid "In-Progress"
|
5857 |
msgstr ""
|
5858 |
|
5859 |
+
#: core/lib/wpbc_all_translations1.php:114 inc/_bs/lib_s.php:312 inc/_bs/lib_s.php:347
|
5860 |
msgid "Partially paid"
|
5861 |
msgstr ""
|
5862 |
|
5863 |
+
#: core/lib/wpbc_all_translations1.php:115 inc/_bs/lib_s.php:313 inc/_bs/lib_s.php:348
|
5864 |
msgid "Cancelled"
|
5865 |
msgstr ""
|
5866 |
|
5867 |
+
#: core/lib/wpbc_all_translations1.php:116 inc/_bs/lib_s.php:315 inc/_bs/lib_s.php:336
|
5868 |
msgid "Refunded"
|
5869 |
msgstr ""
|
5870 |
|
5871 |
+
#: core/lib/wpbc_all_translations1.php:117 inc/_bs/lib_s.php:316 inc/_bs/lib_s.php:349
|
5872 |
msgid "Fraud"
|
5873 |
msgstr ""
|
5874 |
|
5875 |
+
#: core/lib/wpbc_all_translations1.php:118 inc/_bs/lib_s.php:323
|
5876 |
msgid "!Paid OK"
|
5877 |
msgstr ""
|
5878 |
|
5879 |
+
#: core/lib/wpbc_all_translations1.php:119 inc/_bs/lib_s.php:324
|
5880 |
msgid "Unknown status"
|
5881 |
msgstr ""
|
5882 |
|
5883 |
+
#: core/lib/wpbc_all_translations1.php:120 inc/_bs/lib_s.php:329
|
5884 |
msgid "Processed"
|
5885 |
msgstr ""
|
5886 |
|
5887 |
+
#: core/lib/wpbc_all_translations1.php:121 inc/_bs/lib_s.php:331
|
5888 |
msgid "Canceled_Reversal"
|
5889 |
msgstr ""
|
5890 |
|
5891 |
+
#: core/lib/wpbc_all_translations1.php:122 inc/_bs/lib_s.php:332
|
5892 |
msgid "Denied"
|
5893 |
msgstr ""
|
5894 |
|
5895 |
+
#: core/lib/wpbc_all_translations1.php:123 inc/_bs/lib_s.php:333
|
5896 |
msgid "Expired"
|
5897 |
msgstr ""
|
5898 |
|
5899 |
+
#: core/lib/wpbc_all_translations1.php:124 inc/_bs/lib_s.php:335
|
5900 |
msgid "Partially_Refunded"
|
5901 |
msgstr ""
|
5902 |
|
5903 |
+
#: core/lib/wpbc_all_translations1.php:125 inc/_bs/lib_s.php:337
|
5904 |
msgid "Reversed"
|
5905 |
msgstr ""
|
5906 |
|
5907 |
+
#: core/lib/wpbc_all_translations1.php:126 inc/_bs/lib_s.php:338
|
5908 |
msgid "Voided"
|
5909 |
msgstr ""
|
5910 |
|
5911 |
+
#: core/lib/wpbc_all_translations1.php:127 inc/_bs/lib_s.php:341
|
5912 |
msgid "Not authed"
|
5913 |
msgstr ""
|
5914 |
|
5915 |
+
#: core/lib/wpbc_all_translations1.php:128 inc/_bs/lib_s.php:342
|
5916 |
msgid "Malformed"
|
5917 |
msgstr ""
|
5918 |
|
5919 |
+
#: core/lib/wpbc_all_translations1.php:129 inc/_bs/lib_s.php:343
|
5920 |
msgid "Invalid"
|
5921 |
msgstr ""
|
5922 |
|
5923 |
+
#: core/lib/wpbc_all_translations1.php:130 inc/_bs/lib_s.php:344
|
5924 |
msgid "Abort"
|
5925 |
msgstr ""
|
5926 |
|
5927 |
+
#: core/lib/wpbc_all_translations1.php:131 inc/_bs/lib_s.php:345
|
5928 |
msgid "Rejected"
|
5929 |
msgstr ""
|
5930 |
|
5931 |
+
#: core/lib/wpbc_all_translations1.php:132 inc/_bs/lib_s.php:350
|
5932 |
msgid "Suspended"
|
5933 |
msgstr ""
|
5934 |
|
5935 |
+
#: core/lib/wpbc_all_translations1.php:133 inc/_bs/s-toolbar.php:68
|
5936 |
msgid "Send payment request to visitor"
|
5937 |
msgstr ""
|
5938 |
|
5939 |
+
#: core/lib/wpbc_all_translations1.php:134 core/timeline/v2/wpbc-class-timeline_v2.php:2650
|
5940 |
#: inc/_bs/s-toolbar.php:110 inc/_ps/p-toolbar.php:131 inc/_ps/p-toolbar.php:507
|
5941 |
msgid "Print"
|
5942 |
msgstr ""
|
5943 |
|
5944 |
+
#: core/lib/wpbc_all_translations1.php:135 inc/_bs/s-toolbar.php:136
|
5945 |
msgid "Save cost"
|
5946 |
msgstr ""
|
5947 |
|
5948 |
+
#: core/lib/wpbc_all_translations1.php:136 inc/_bs/s-toolbar.php:173
|
5949 |
msgid "Change status"
|
5950 |
msgstr ""
|
5951 |
|
5952 |
+
#: core/lib/wpbc_all_translations1.php:137 inc/_bs/s-toolbar.php:196
|
5953 |
msgid "Send payment request to customer"
|
5954 |
msgstr ""
|
5955 |
|
5956 |
+
#: core/lib/wpbc_all_translations1.php:138 inc/_bs/s-toolbar.php:200
|
5957 |
#, php-format
|
5958 |
msgid "Type your %sreason for payment%s request"
|
5959 |
msgstr ""
|
5960 |
|
5961 |
+
#: core/lib/wpbc_all_translations1.php:139 inc/_bs/s-toolbar.php:208
|
5962 |
msgid "Send Request"
|
5963 |
msgstr ""
|
5964 |
|
5965 |
+
#: core/lib/wpbc_all_translations1.php:140 inc/_bs/s-toolbar.php:230
|
5966 |
msgid "Auto-fill form"
|
5967 |
msgstr ""
|
5968 |
|
5969 |
+
#: core/lib/wpbc_all_translations1.php:141 inc/_mu/admin/activation-u.php:84
|
5970 |
msgid "Suite"
|
5971 |
msgstr ""
|
5972 |
|
5973 |
+
#: core/lib/wpbc_all_translations1.php:142 inc/_mu/admin/api-settings-u.php:91
|
5974 |
#: inc/_ps/admin/br-table-export-feeds.php:89 inc/_ps/admin/br-table-import-gcal-p.php:73
|
5975 |
msgid "User"
|
5976 |
msgstr ""
|
5977 |
|
5978 |
+
#: core/lib/wpbc_all_translations1.php:143 inc/_mu/admin/api-settings-u.php:437
|
5979 |
#: inc/_mu/admin/page-users.php:254 inc/_mu/admin/page-users.php:595
|
5980 |
#: inc/_mu/admin/page-users.php:599
|
5981 |
msgid "Super Admin"
|
5982 |
msgstr ""
|
5983 |
|
5984 |
+
#: core/lib/wpbc_all_translations1.php:144 inc/_mu/admin/api-settings-u.php:441
|
5985 |
#: inc/_mu/admin/page-users.php:289 inc/_mu/admin/page-users.php:603
|
5986 |
#: inc/_mu/admin/page-users.php:607
|
5987 |
msgid "Regular User"
|
5988 |
msgstr ""
|
5989 |
|
5990 |
+
#: core/lib/wpbc_all_translations1.php:145 inc/_mu/admin/api-settings-u.php:446
|
5991 |
msgid "Inactive User"
|
5992 |
msgstr ""
|
5993 |
|
5994 |
+
#: core/lib/wpbc_all_translations1.php:146 inc/_mu/admin/page-users.php:43
|
5995 |
#: inc/_mu/admin/page-users.php:433
|
5996 |
msgid "Users"
|
5997 |
msgstr ""
|
5998 |
|
5999 |
+
#: core/lib/wpbc_all_translations1.php:147 inc/_mu/admin/page-users.php:44
|
6000 |
msgid "Manage Users"
|
6001 |
msgstr ""
|
6002 |
|
6003 |
+
#: core/lib/wpbc_all_translations1.php:148 inc/_mu/admin/page-users.php:45
|
6004 |
msgid "Users Settings"
|
6005 |
msgstr ""
|
6006 |
|
6007 |
+
#: core/lib/wpbc_all_translations1.php:149 inc/_mu/admin/page-users.php:209
|
6008 |
#: inc/_mu/multiuser.php:649
|
6009 |
msgid "User is Activated"
|
6010 |
msgstr ""
|
6011 |
|
6012 |
+
#: core/lib/wpbc_all_translations1.php:150 inc/_mu/admin/page-users.php:237
|
6013 |
#: inc/_mu/multiuser.php:699
|
6014 |
msgid "User is Deactivated"
|
6015 |
msgstr ""
|
6016 |
|
6017 |
+
#: core/lib/wpbc_all_translations1.php:151 inc/_mu/admin/page-users.php:441
|
6018 |
msgid "User Role"
|
6019 |
msgstr ""
|
6020 |
|
6021 |
+
#: core/lib/wpbc_all_translations1.php:152 inc/_mu/admin/page-users.php:452
|
6022 |
#: inc/_mu/admin/page-users.php:595 inc/_mu/admin/page-users.php:603
|
6023 |
msgid "Set user as"
|
6024 |
msgstr ""
|
6025 |
|
6026 |
+
#: core/lib/wpbc_all_translations1.php:153 inc/_mu/admin/page-users.php:548
|
6027 |
msgid "Unlimited"
|
6028 |
msgstr ""
|
6029 |
|
6030 |
+
#: core/lib/wpbc_all_translations1.php:154 inc/_mu/admin/page-users.php:560
|
6031 |
#: inc/_mu/admin/page-users.php:568 inc/_mu/admin/page-users.php:574
|
6032 |
#: inc/_mu/admin/page-users.php:581 inc/_mu/admin/page-users.php:594
|
6033 |
#: inc/_mu/admin/page-users.php:602
|
6034 |
msgid "Do you really want"
|
6035 |
msgstr ""
|
6036 |
|
6037 |
+
#: core/lib/wpbc_all_translations1.php:155 inc/_mu/admin/page-users.php:561
|
6038 |
msgid "make user active"
|
6039 |
msgstr ""
|
6040 |
|
6041 |
+
#: core/lib/wpbc_all_translations1.php:156 inc/_mu/admin/page-users.php:565
|
6042 |
msgid "Activate"
|
6043 |
msgstr ""
|
6044 |
|
6045 |
+
#: core/lib/wpbc_all_translations1.php:157 inc/_mu/admin/page-users.php:569
|
6046 |
msgid "make user inactive"
|
6047 |
msgstr ""
|
6048 |
|
6049 |
+
#: core/lib/wpbc_all_translations1.php:158 inc/_mu/admin/page-users.php:572
|
6050 |
msgid "Deactivate"
|
6051 |
msgstr ""
|
6052 |
|
6053 |
+
#: core/lib/wpbc_all_translations1.php:159 inc/_mu/admin/page-users.php:575
|
6054 |
msgid "delete configuration"
|
6055 |
msgstr ""
|
6056 |
|
6057 |
+
#: core/lib/wpbc_all_translations1.php:160 inc/_mu/admin/page-users.php:579
|
6058 |
msgid "Delete settings"
|
6059 |
msgstr ""
|
6060 |
|
6061 |
+
#: core/lib/wpbc_all_translations1.php:161 inc/_mu/admin/page-users.php:582
|
6062 |
msgid "delete all booking data"
|
6063 |
msgstr ""
|
6064 |
|
6065 |
+
#: core/lib/wpbc_all_translations1.php:162 inc/_mu/admin/page-users.php:586
|
6066 |
msgid "Delete data"
|
6067 |
msgstr ""
|
6068 |
|
6069 |
+
#: core/lib/wpbc_all_translations1.php:163 inc/_mu/multiuser.php:635
|
6070 |
msgid "Work days"
|
6071 |
msgstr ""
|
6072 |
|
6073 |
+
#: core/lib/wpbc_all_translations1.php:164 inc/_mu/multiuser.php:768
|
6074 |
#, php-format
|
6075 |
msgid ""
|
6076 |
"%sYou do not have permissions for this page.%s Your account is not active, please contact "
|
6077 |
"administrator.%s"
|
6078 |
msgstr ""
|
6079 |
|
6080 |
+
#: core/lib/wpbc_all_translations1.php:165 inc/_mu/multiuser.php:807
|
6081 |
#, php-format
|
6082 |
msgid "%sYou do not have permissions for this booking resources.%s"
|
6083 |
msgstr ""
|
6084 |
|
6085 |
+
#: core/lib/wpbc_all_translations1.php:166 inc/_mu/multiuser.php:813
|
6086 |
#, php-format
|
6087 |
msgid "%sNo this booking resources.%s"
|
6088 |
msgstr ""
|
6089 |
|
6090 |
+
#: core/lib/wpbc_all_translations1.php:167 inc/_ps/admin/activation-p.php:52
|
6091 |
msgid "Please, reserve an apartment with fresh flowers."
|
6092 |
msgstr ""
|
6093 |
|
6094 |
+
#: core/lib/wpbc_all_translations1.php:168 inc/_ps/admin/api-settings-p.php:56
|
6095 |
msgid "Default booking resource"
|
6096 |
msgstr ""
|
6097 |
|
6098 |
+
#: core/lib/wpbc_all_translations1.php:169 inc/_ps/admin/api-settings-p.php:57
|
6099 |
msgid "Select your default booking resource."
|
6100 |
msgstr ""
|
6101 |
|
6102 |
+
#: core/lib/wpbc_all_translations1.php:170 inc/_ps/admin/api-settings-p.php:70
|
6103 |
msgid "Resources number per page"
|
6104 |
msgstr ""
|
6105 |
|
6106 |
+
#: core/lib/wpbc_all_translations1.php:171 inc/_ps/admin/api-settings-p.php:71
|
6107 |
msgid "Select number of booking resources (single or parent) per page at Resource menu page"
|
6108 |
msgstr ""
|
6109 |
|
6110 |
+
#: core/lib/wpbc_all_translations1.php:172 inc/_ps/admin/api-settings-p.php:183
|
6111 |
#: inc/_ps/admin/api-settings-p.php:197
|
6112 |
msgid "Booking title"
|
6113 |
msgstr ""
|
6114 |
|
6115 |
+
#: core/lib/wpbc_all_translations1.php:173 inc/_ps/admin/api-settings-p.php:183
|
6116 |
msgid "admin panel"
|
6117 |
msgstr ""
|
6118 |
|
6119 |
+
#: core/lib/wpbc_all_translations1.php:174 inc/_ps/admin/api-settings-p.php:184
|
6120 |
#, php-format
|
6121 |
msgid ""
|
6122 |
"Type %sdefault title of bookings%s in calendar view mode at Booking Listing page (You can use "
|
6123 |
"the shortcodes from the bottom form of Settings Fields page)."
|
6124 |
msgstr ""
|
6125 |
|
6126 |
+
#: core/lib/wpbc_all_translations1.php:175
|
6127 |
msgid "front panel"
|
6128 |
msgstr ""
|
6129 |
|
6130 |
+
#: core/lib/wpbc_all_translations1.php:176 inc/_ps/admin/api-settings-p.php:198
|
6131 |
#, php-format
|
6132 |
msgid ""
|
6133 |
"Type %sdefault title of bookings%s in %stimeline at front-end side%s. You can use the shortcodes "
|
6134 |
"from the bottom form of Settings Fields page."
|
6135 |
msgstr ""
|
6136 |
|
6137 |
+
#: core/lib/wpbc_all_translations1.php:177 inc/_ps/admin/api-settings-p.php:206
|
6138 |
msgid "Booking details in popover"
|
6139 |
msgstr ""
|
6140 |
|
6141 |
+
#: core/lib/wpbc_all_translations1.php:178 inc/_ps/admin/api-settings-p.php:207
|
6142 |
#, php-format
|
6143 |
msgid ""
|
6144 |
"Check this box if you want to %sshow popover with booking details%s in timeline at %sfront-end%s "
|
6145 |
"side."
|
6146 |
msgstr ""
|
6147 |
|
6148 |
+
#: core/lib/wpbc_all_translations1.php:179 inc/_ps/admin/api-settings-p.php:228
|
6149 |
msgid "semicolon"
|
6150 |
msgstr ""
|
6151 |
|
6152 |
+
#: core/lib/wpbc_all_translations1.php:180 inc/_ps/admin/api-settings-p.php:229
|
6153 |
msgid "comma"
|
6154 |
msgstr ""
|
6155 |
|
6156 |
+
#: core/lib/wpbc_all_translations1.php:181 inc/_ps/admin/api-settings-p.php:234
|
6157 |
msgid "CSV data separator"
|
6158 |
msgstr ""
|
6159 |
|
6160 |
+
#: core/lib/wpbc_all_translations1.php:182 inc/_ps/admin/api-settings-p.php:235
|
6161 |
msgid "Select separator of data for export bookings to CSV."
|
6162 |
msgstr ""
|
6163 |
|
6164 |
+
#: core/lib/wpbc_all_translations1.php:183 inc/_ps/admin/api-settings-p.php:327
|
6165 |
+
#: js/wpbc-gutenberg.js:1170
|
6166 |
msgid "URL to edit bookings"
|
6167 |
msgstr ""
|
6168 |
|
6169 |
+
#: core/lib/wpbc_all_translations1.php:184 inc/_ps/admin/api-settings-p.php:328
|
6170 |
#, php-format
|
6171 |
msgid "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode into this page."
|
6172 |
msgstr ""
|
6173 |
|
6174 |
+
#: core/lib/wpbc_all_translations1.php:185 inc/_ps/admin/api-settings-p.php:352
|
6175 |
msgid "Change hash after the booking is approved"
|
6176 |
msgstr ""
|
6177 |
|
6178 |
+
#: core/lib/wpbc_all_translations1.php:186 inc/_ps/admin/api-settings-p.php:353
|
6179 |
msgid ""
|
6180 |
"Check this box if you want to change the booking hash after approval. When checked, visitor will "
|
6181 |
"not be able to edit or cancel the booking."
|
6182 |
msgstr ""
|
6183 |
|
6184 |
+
#: core/lib/wpbc_all_translations1.php:187 inc/_ps/admin/page-email-edit.php:556
|
6185 |
msgid "Modified"
|
6186 |
msgstr ""
|
6187 |
|
6188 |
+
#: core/lib/wpbc_all_translations1.php:188
|
6189 |
msgid "Customization of email template, which is sending after modification of booking"
|
6190 |
msgstr ""
|
6191 |
|
6192 |
+
#: core/lib/wpbc_all_translations1.php:189
|
6193 |
msgid "Email is sending to Visitor after Editing of booking."
|
6194 |
msgstr ""
|
6195 |
|
6196 |
+
#: core/lib/wpbc_all_translations1.php:190 inc/_ps/admin/page-resources.php:39
|
6197 |
msgid "Customizaton of booking resources"
|
6198 |
msgstr ""
|
6199 |
|
6200 |
+
#: core/lib/wpbc_all_translations1.php:191 inc/_ps/admin/page-settings-form.php:137
|
6201 |
#: inc/_ps/admin/page-settings-form.php:157
|
6202 |
msgid "Form fields"
|
6203 |
msgstr ""
|
6204 |
|
6205 |
+
#: core/lib/wpbc_all_translations1.php:192 inc/_ps/admin/page-settings-form.php:138
|
6206 |
msgid "Content of Booking Fields"
|
6207 |
msgstr ""
|
6208 |
|
6209 |
+
#: core/lib/wpbc_all_translations1.php:193 inc/_ps/admin/page-settings-form.php:164
|
6210 |
msgid "Generate tag"
|
6211 |
msgstr ""
|
6212 |
|
6213 |
+
#: core/lib/wpbc_all_translations1.php:194 inc/_ps/admin/page-settings-form.php:173
|
6214 |
#, php-format
|
6215 |
msgid "Content of booking fields data for email templates (%s-shortcode) and booking listing page"
|
6216 |
msgstr ""
|
6217 |
|
6218 |
+
#: core/lib/wpbc_all_translations1.php:195 inc/_ps/admin/page-settings-form.php:313
|
6219 |
msgid "Form Template"
|
6220 |
msgstr ""
|
6221 |
|
6222 |
+
#: core/lib/wpbc_all_translations1.php:196 inc/_ps/admin/page-settings-form.php:326
|
6223 |
msgid "Standard Templates"
|
6224 |
msgstr ""
|
6225 |
|
6226 |
+
#: core/lib/wpbc_all_translations1.php:197 inc/_ps/form/class-wpbc-field-help-textarea.php:111
|
6227 |
msgid "Columns"
|
6228 |
msgstr ""
|
6229 |
|
6230 |
+
#: core/lib/wpbc_all_translations1.php:198 inc/_ps/admin/page-settings-form.php:446
|
6231 |
msgid "Advanced Templates"
|
6232 |
msgstr ""
|
6233 |
|
6234 |
+
#: core/lib/wpbc_all_translations1.php:199 inc/_ps/admin/page-settings-form.php:449
|
6235 |
msgid "Wizard (several steps)"
|
6236 |
msgstr ""
|
6237 |
|
6238 |
+
#: core/lib/wpbc_all_translations1.php:200 inc/_ps/admin/page-settings-form.php:462
|
6239 |
msgid "Time slots for different weekdays"
|
6240 |
msgstr ""
|
6241 |
|
6242 |
+
#: core/lib/wpbc_all_translations1.php:201 inc/_ps/admin/page-settings-form.php:472
|
6243 |
+
#: inc/_ps/admin/page-settings-form.php:483
|
6244 |
msgid "Hints"
|
6245 |
msgstr ""
|
6246 |
|
6247 |
+
#: core/lib/wpbc_all_translations1.php:202 inc/_ps/admin/page-settings-form.php:505
|
6248 |
msgid "Reset Form"
|
6249 |
msgstr ""
|
6250 |
|
6251 |
+
#: core/lib/wpbc_all_translations1.php:203 inc/_ps/admin/page-settings-form.php:558
|
6252 |
msgid "Both"
|
6253 |
msgstr ""
|
6254 |
|
6255 |
+
#: core/lib/wpbc_all_translations1.php:204 inc/_ps/admin/page-settings-form.php:559
|
6256 |
msgid "Reset Booking Form and Content of Booking Fields Form"
|
6257 |
msgstr ""
|
6258 |
|
6259 |
+
#: core/lib/wpbc_all_translations1.php:205 inc/_ps/admin/page-settings-form.php:710
|
6260 |
#: inc/gateways/page-gateways.php:1069
|
6261 |
#, php-format
|
6262 |
msgid "%s - inserting data from fields of booking form"
|
6263 |
msgstr ""
|
6264 |
|
6265 |
+
#: core/lib/wpbc_all_translations1.php:206 inc/_ps/admin/page-settings-form.php:711
|
6266 |
#, php-format
|
6267 |
msgid "%s - inserting new line"
|
6268 |
msgstr ""
|
6269 |
|
6270 |
+
#: core/lib/wpbc_all_translations1.php:207 inc/_ps/admin/page-settings-form.php:715
|
6271 |
#: inc/_ps/form/class-wpbc-form-help.php:93 inc/gateways/page-gateways.php:1124
|
6272 |
#, php-format
|
6273 |
msgid ""
|
6275 |
"that all \"open\" tags (like %s) are closed (like this %s)."
|
6276 |
msgstr ""
|
6277 |
|
6278 |
+
#: core/lib/wpbc_all_translations1.php:208 inc/_ps/admin/page-settings-up.php:39
|
6279 |
msgid "Upgrade to higher version"
|
6280 |
msgstr ""
|
6281 |
|
6282 |
+
#: core/lib/wpbc_all_translations1.php:209 inc/_ps/class/wpbc-settings-table.php:260
|
6283 |
msgid "No results found."
|
6284 |
msgstr ""
|
6285 |
|
6286 |
+
#: core/lib/wpbc_all_translations1.php:210 inc/_ps/form/class-wpbc-field-help-checkbox.php:90
|
6287 |
#, php-format
|
6288 |
msgid "Wrap each item with %s tag"
|
6289 |
msgstr ""
|
6290 |
|
6291 |
+
#: core/lib/wpbc_all_translations1.php:211 inc/_ps/form/class-wpbc-field-help-checkbox.php:104
|
6292 |
msgid "Put a label before field"
|
6293 |
msgstr ""
|
6294 |
|
6295 |
+
#: core/lib/wpbc_all_translations1.php:212 inc/_ps/form/class-wpbc-field-help-checkbox.php:118
|
6296 |
#, php-format
|
6297 |
msgid "Make it %sexclusive%s"
|
6298 |
msgstr ""
|
6299 |
|
6300 |
+
#: core/lib/wpbc_all_translations1.php:213 inc/_ps/form/class-wpbc-field-help-checkbox.php:128
|
6301 |
#: inc/_ps/form/class-wpbc-field-help-radio.php:85 inc/_ps/form/class-wpbc-field-help-select.php:78
|
6302 |
#: inc/_ps/form/class-wpbc-field-help-text.php:194
|
6303 |
msgid "Default value"
|
6304 |
msgstr ""
|
6305 |
|
6306 |
+
#: core/lib/wpbc_all_translations1.php:214 inc/_ps/form/class-wpbc-field-help-checkbox.php:136
|
6307 |
#, php-format
|
6308 |
msgid "One Value from %sOptions%s list or term %s for selection of all checkboxes"
|
6309 |
msgstr ""
|
6310 |
|
6311 |
+
#: core/lib/wpbc_all_translations1.php:215 inc/_ps/form/class-wpbc-field-help-checkbox.php:146
|
6312 |
#: inc/_ps/form/class-wpbc-field-help-select.php:111
|
6313 |
#: inc/_ps/form/class-wpbc-field-help-text.php:177
|
6314 |
msgid "required"
|
6315 |
msgstr ""
|
6316 |
|
6317 |
+
#: core/lib/wpbc_all_translations1.php:216 inc/_ps/form/class-wpbc-field-help-checkbox.php:164
|
6318 |
#: inc/_ps/form/class-wpbc-field-help-select.php:129
|
6319 |
msgid "Titles of options"
|
6320 |
msgstr ""
|
6321 |
|
6322 |
+
#: core/lib/wpbc_all_translations1.php:217 inc/_ps/form/class-wpbc-field-help-radio.php:93
|
6323 |
#: inc/_ps/form/class-wpbc-field-help-select.php:86
|
6324 |
#, php-format
|
6325 |
msgid "One Value from %sOptions%s list"
|
6326 |
msgstr ""
|
6327 |
|
6328 |
+
#: core/lib/wpbc_all_translations1.php:218 inc/_ps/form/class-wpbc-field-help-select.php:101
|
6329 |
#, php-format
|
6330 |
msgid "Allow %smultiple%s selections"
|
6331 |
msgstr ""
|
6332 |
|
6333 |
+
#: core/lib/wpbc_all_translations1.php:219 inc/_ps/form/class-wpbc-field-help-text.php:167
|
6334 |
#, php-format
|
6335 |
msgid "Set as %srequired%s"
|
6336 |
msgstr ""
|
6337 |
|
6338 |
+
#: core/lib/wpbc_all_translations1.php:220 inc/_ps/form/class-wpbc-field-help-text.php:228
|
6339 |
msgid "Placeholder"
|
6340 |
msgstr ""
|
6341 |
|
6342 |
+
#: core/lib/wpbc_all_translations1.php:221 inc/_ps/form/class-wpbc-field-help-text.php:247
|
6343 |
msgid "Class"
|
6344 |
msgstr ""
|
6345 |
|
6346 |
+
#: core/lib/wpbc_all_translations1.php:222 inc/_ps/form/class-wpbc-field-help-text.php:264
|
6347 |
msgid "Size"
|
6348 |
msgstr ""
|
6349 |
|
6350 |
+
#: core/lib/wpbc_all_translations1.php:223 inc/_ps/form/class-wpbc-field-help-text.php:281
|
6351 |
msgid "Maxlength"
|
6352 |
msgstr ""
|
6353 |
|
6354 |
+
#: core/lib/wpbc_all_translations1.php:224 inc/_ps/form/class-wpbc-field-help-text.php:298
|
6355 |
msgid "Copy and paste this shortcode into the form at left side"
|
6356 |
msgstr ""
|
6357 |
|
6358 |
+
#: core/lib/wpbc_all_translations1.php:225 inc/_ps/form/class-wpbc-field-help-text.php:313
|
6359 |
#, php-format
|
6360 |
msgid "Put this code in %sContent of Booking Fields%s and in %sEmail Templates%s"
|
6361 |
msgstr ""
|
6362 |
|
6363 |
+
#: core/lib/wpbc_all_translations1.php:226 inc/_ps/form/class-wpbc-field-help-textarea.php:94
|
6364 |
msgid "Rows"
|
6365 |
msgstr ""
|
6366 |
|
6367 |
+
#: core/lib/wpbc_all_translations1.php:227 inc/_ps/form/class-wpbc-form-help.php:86
|
6368 |
msgid "General Information"
|
6369 |
msgstr ""
|
6370 |
|
6371 |
+
#: core/lib/wpbc_all_translations1.php:228 inc/_ps/form/class-wpbc-form-help.php:109
|
6372 |
msgid "Required Fields in Booking Form"
|
6373 |
msgstr ""
|
6374 |
|
6375 |
+
#: core/lib/wpbc_all_translations1.php:229 inc/_ps/form/class-wpbc-form-help.php:117
|
6376 |
#, php-format
|
6377 |
msgid "You must to have this shortcode:%s in the form."
|
6378 |
msgstr ""
|
6379 |
|
6380 |
+
#: core/lib/wpbc_all_translations1.php:230 inc/_ps/form/class-wpbc-form-help.php:119
|
6381 |
msgid ""
|
6382 |
"You can insert several calendars of different resources into the form allowing you to book "
|
6383 |
"several resources during one booking process."
|
6384 |
msgstr ""
|
6385 |
|
6386 |
+
#: core/lib/wpbc_all_translations1.php:231 inc/_ps/form/class-wpbc-form-help.php:120
|
6387 |
#, php-format
|
6388 |
msgid "Example: %s."
|
6389 |
msgstr ""
|
6390 |
|
6391 |
+
#: core/lib/wpbc_all_translations1.php:232 inc/_ps/form/class-wpbc-form-help.php:121
|
6392 |
#, php-format
|
6393 |
msgid ""
|
6394 |
"where %s – default calendar %s (you can select desired resource of calendar by inserting "
|
6395 |
"shortcode into page)%s"
|
6396 |
msgstr ""
|
6397 |
|
6398 |
+
#: core/lib/wpbc_all_translations1.php:233 inc/_ps/form/class-wpbc-form-help.php:122
|
6399 |
#: inc/_ps/form/class-wpbc-form-help.php:123
|
6400 |
#, php-format
|
6401 |
msgid "%s – calendar of booking resource with %s"
|
6402 |
msgstr ""
|
6403 |
|
6404 |
+
#: core/lib/wpbc_all_translations1.php:234 inc/_ps/form/class-wpbc-form-help.php:124
|
6405 |
#, php-format
|
6406 |
msgid "Please check more about this feature %shere%s."
|
6407 |
msgstr ""
|
6408 |
|
6409 |
+
#: core/lib/wpbc_all_translations1.php:235 inc/_ps/form/class-wpbc-form-help.php:126
|
6410 |
#: inc/_ps/form/class-wpbc-form-help.php:197 inc/_ps/form/class-wpbc-form-help.php:230
|
6411 |
#: inc/_ps/form/class-wpbc-form-help.php:278 inc/_ps/form/class-wpbc-form-help.php:291
|
6412 |
#: inc/_ps/form/class-wpbc-form-help.php:305 inc/_ps/form/class-wpbc-form-help.php:343
|
6416 |
msgid "You can %suse this shortcode only once%s in the form."
|
6417 |
msgstr ""
|
6418 |
|
6419 |
+
#: core/lib/wpbc_all_translations1.php:236 inc/_ps/form/class-wpbc-form-help.php:135
|
6420 |
msgid "Email Field"
|
6421 |
msgstr ""
|
6422 |
|
6423 |
+
#: core/lib/wpbc_all_translations1.php:237 inc/_ps/form/class-wpbc-form-help.php:136
|
6424 |
#, php-format
|
6425 |
msgid "You must have this shortcode:%s in the booking form."
|
6426 |
msgstr ""
|
6427 |
|
6428 |
+
#: core/lib/wpbc_all_translations1.php:238 inc/_ps/form/class-wpbc-form-help.php:136
|
6429 |
msgid "This is the primary email field, which is used for sending emails to visitors."
|
6430 |
msgstr ""
|
6431 |
|
6432 |
+
#: core/lib/wpbc_all_translations1.php:239 inc/_ps/form/class-wpbc-form-help.php:163
|
6433 |
msgid "Drop Down"
|
6434 |
msgstr ""
|
6435 |
|
6436 |
+
#: core/lib/wpbc_all_translations1.php:240 inc/_ps/form/class-wpbc-form-help.php:175
|
6437 |
msgid "Checkbox(es)"
|
6438 |
msgstr ""
|
6439 |
|
6440 |
+
#: core/lib/wpbc_all_translations1.php:241 inc/_ps/form/class-wpbc-form-help.php:182
|
6441 |
msgid "Radio Button(s)"
|
6442 |
msgstr ""
|
6443 |
|
6444 |
+
#: core/lib/wpbc_all_translations1.php:242 inc/_ps/form/class-wpbc-form-help.php:196
|
6445 |
#, php-format
|
6446 |
msgid "Insert %s shortcode to prevent SPAM bookings."
|
6447 |
msgstr ""
|
6448 |
|
6449 |
+
#: core/lib/wpbc_all_translations1.php:243 inc/_ps/form/class-wpbc-form-help.php:206
|
6450 |
msgid "Submit Button"
|
6451 |
msgstr ""
|
6452 |
|
6453 |
+
#: core/lib/wpbc_all_translations1.php:244 inc/_ps/form/class-wpbc-form-help.php:214
|
6454 |
msgid "Times Fields"
|
6455 |
msgstr ""
|
6456 |
|
6457 |
+
#: core/lib/wpbc_all_translations1.php:245 inc/_ps/form/class-wpbc-form-help.php:220
|
6458 |
msgid "Time Slot List"
|
6459 |
msgstr ""
|
6460 |
|
6461 |
+
#: core/lib/wpbc_all_translations1.php:246 inc/_ps/form/class-wpbc-form-help.php:222
|
6462 |
#: inc/_ps/form/class-wpbc-form-help.php:302 inc/_ps/form/class-wpbc-form-help.php:340
|
6463 |
#: inc/_ps/form/class-wpbc-form-help.php:379
|
6464 |
#, php-format
|
6465 |
msgid "Select the %s using the predefined %sTime List%s."
|
6466 |
msgstr ""
|
6467 |
|
6468 |
+
#: core/lib/wpbc_all_translations1.php:247 inc/_ps/form/class-wpbc-form-help.php:222
|
6469 |
msgid "Time Slot"
|
6470 |
msgstr ""
|
6471 |
|
6472 |
+
#: core/lib/wpbc_all_translations1.php:248 inc/_ps/form/class-wpbc-form-help.php:223
|
6473 |
#, php-format
|
6474 |
msgid ""
|
6475 |
"Please note, %sthe use of the time shortcode%s. If you select a date with some booked time "
|
6476 |
"slots, this time field will %sdisable booked times slots%s (set them as grayed)."
|
6477 |
msgstr ""
|
6478 |
|
6479 |
+
#: core/lib/wpbc_all_translations1.php:249 inc/_ps/form/class-wpbc-form-help.php:224
|
6480 |
#, php-format
|
6481 |
msgid "It works only in %ssingle day selection%s mode."
|
6482 |
msgstr ""
|
6483 |
|
6484 |
+
#: core/lib/wpbc_all_translations1.php:250 inc/_ps/form/class-wpbc-form-help.php:225
|
6485 |
msgid ""
|
6486 |
"Also some early versions of the IE do not support disabling of the options in the selectboxes."
|
6487 |
msgstr ""
|
6488 |
|
6489 |
+
#: core/lib/wpbc_all_translations1.php:251 inc/_ps/form/class-wpbc-form-help.php:226
|
6490 |
msgid ""
|
6491 |
"Even if visitor selects the booked timeslot, system will not allow them to make the booking."
|
6492 |
msgstr ""
|
6493 |
|
6494 |
+
#: core/lib/wpbc_all_translations1.php:252 inc/_ps/form/class-wpbc-form-help.php:229
|
6495 |
#: inc/_ps/form/class-wpbc-form-help.php:342 inc/_ps/form/class-wpbc-form-help.php:381
|
6496 |
#, php-format
|
6497 |
msgid ""
|
6499 |
"Time)%s only."
|
6500 |
msgstr ""
|
6501 |
|
6502 |
+
#: core/lib/wpbc_all_translations1.php:253 inc/_ps/form/class-wpbc-form-help.php:231
|
6503 |
#, php-format
|
6504 |
msgid "If you use this shortcode, %syou can not use any other time shortcodes%s in the form."
|
6505 |
msgstr ""
|
6506 |
|
6507 |
+
#: core/lib/wpbc_all_translations1.php:254 inc/_ps/form/class-wpbc-form-help.php:273
|
6508 |
msgid "Start Time - Text field"
|
6509 |
msgstr ""
|
6510 |
|
6511 |
+
#: core/lib/wpbc_all_translations1.php:255 inc/_ps/form/class-wpbc-form-help.php:275
|
6512 |
#: inc/_ps/form/class-wpbc-form-help.php:288
|
6513 |
#, php-format
|
6514 |
msgid "Enter %s in text field."
|
6515 |
msgstr ""
|
6516 |
|
6517 |
+
#: core/lib/wpbc_all_translations1.php:256 inc/_ps/admin/api-settings-p.php:109
|
6518 |
#: inc/_ps/admin/api-settings-p.php:115 inc/_ps/form/class-wpbc-form-help.php:275
|
6519 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:302
|
6520 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
|
6521 |
msgid "Start Time"
|
6522 |
msgstr ""
|
6523 |
|
6524 |
+
#: core/lib/wpbc_all_translations1.php:257 inc/_ps/form/class-wpbc-form-help.php:277
|
6525 |
#: inc/_ps/form/class-wpbc-form-help.php:290 inc/_ps/form/class-wpbc-form-help.php:496
|
6526 |
#, php-format
|
6527 |
msgid "Please note: this field only supports military time format %s(24 Hour Time)%s."
|
6528 |
msgstr ""
|
6529 |
|
6530 |
+
#: core/lib/wpbc_all_translations1.php:258 inc/_ps/form/class-wpbc-form-help.php:279
|
6531 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
6532 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:383
|
6533 |
#, php-format
|
6534 |
msgid "You can also use the %s in the form."
|
6535 |
msgstr ""
|
6536 |
|
6537 |
+
#: core/lib/wpbc_all_translations1.php:259 inc/_ps/admin/api-settings-p.php:128
|
6538 |
#: inc/_ps/admin/api-settings-p.php:134 inc/_ps/form/class-wpbc-form-help.php:279
|
6539 |
#: inc/_ps/form/class-wpbc-form-help.php:288 inc/_ps/form/class-wpbc-form-help.php:306
|
6540 |
#: inc/_ps/form/class-wpbc-form-help.php:340
|
6541 |
msgid "End Time"
|
6542 |
msgstr ""
|
6543 |
|
6544 |
+
#: core/lib/wpbc_all_translations1.php:260 inc/_ps/form/class-wpbc-form-help.php:279
|
6545 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
6546 |
#: inc/_ps/form/class-wpbc-form-help.php:344 inc/_ps/form/class-wpbc-form-help.php:379
|
6547 |
msgid "Duration Time"
|
6548 |
msgstr ""
|
6549 |
|
6550 |
+
#: core/lib/wpbc_all_translations1.php:261 inc/_ps/form/class-wpbc-form-help.php:279
|
6551 |
#: inc/_ps/form/class-wpbc-form-help.php:292 inc/_ps/form/class-wpbc-form-help.php:306
|
6552 |
#: inc/_ps/form/class-wpbc-form-help.php:344
|
6553 |
msgid "fields"
|
6554 |
msgstr ""
|
6555 |
|
6556 |
+
#: core/lib/wpbc_all_translations1.php:262 inc/_ps/form/class-wpbc-form-help.php:286
|
6557 |
msgid "End Time - Text field"
|
6558 |
msgstr ""
|
6559 |
|
6560 |
+
#: core/lib/wpbc_all_translations1.php:263 inc/_ps/form/class-wpbc-form-help.php:300
|
6561 |
msgid "Start Time - Drop Down list"
|
6562 |
msgstr ""
|
6563 |
|
6564 |
+
#: core/lib/wpbc_all_translations1.php:264 inc/_ps/form/class-wpbc-form-help.php:304
|
6565 |
#, php-format
|
6566 |
msgid ""
|
6567 |
"Please note, in the %sOptions list%s you can use times in military time format %s(24 Hour "
|
6568 |
"Time)%s only."
|
6569 |
msgstr ""
|
6570 |
|
6571 |
+
#: core/lib/wpbc_all_translations1.php:265 inc/_ps/form/class-wpbc-form-help.php:338
|
6572 |
msgid "End Time - Drop Down list"
|
6573 |
msgstr ""
|
6574 |
|
6575 |
+
#: core/lib/wpbc_all_translations1.php:266 inc/_ps/form/class-wpbc-form-help.php:377
|
6576 |
msgid "Duration Time - Drop Down list"
|
6577 |
msgstr ""
|
6578 |
|
6579 |
+
#: core/lib/wpbc_all_translations1.php:267 inc/_ps/form/class-wpbc-form-help.php:383
|
6580 |
msgid "field"
|
6581 |
msgstr ""
|
6582 |
|
6583 |
+
#: core/lib/wpbc_all_translations1.php:268 inc/_ps/form/class-wpbc-form-help.php:416
|
6584 |
msgid "Different time slots, for the different week days"
|
6585 |
msgstr ""
|
6586 |
|
6587 |
+
#: core/lib/wpbc_all_translations1.php:269 inc/_ps/form/class-wpbc-form-help.php:419
|
6588 |
msgid ""
|
6589 |
"This feature provides the possibility to use the different time slot selections in the booking "
|
6590 |
"form for the different week days or different days - which are assigned to the specific season "
|
6591 |
"filters. So each week day (day of specific season filter) can have a different time slots list."
|
6592 |
msgstr ""
|
6593 |
|
6594 |
+
#: core/lib/wpbc_all_translations1.php:270 inc/_ps/form/class-wpbc-form-help.php:421
|
6595 |
#: inc/_ps/form/class-wpbc-form-help.php:568
|
6596 |
msgid "Configuration"
|
6597 |
msgstr ""
|
6598 |
|
6599 |
+
#: core/lib/wpbc_all_translations1.php:271 inc/_ps/form/class-wpbc-form-help.php:422
|
6600 |
#: inc/_ps/form/class-wpbc-form-help.php:569
|
6601 |
#, php-format
|
6602 |
msgid "The general structure of the configuration %scondition rule%s is as follows"
|
6603 |
msgstr ""
|
6604 |
|
6605 |
+
#: core/lib/wpbc_all_translations1.php:272 inc/_ps/form/class-wpbc-form-help.php:428
|
6606 |
#: inc/_ps/form/class-wpbc-form-help.php:449 inc/_ps/form/class-wpbc-form-help.php:472
|
6607 |
#: inc/_ps/form/class-wpbc-form-help.php:575 inc/_ps/form/class-wpbc-form-help.php:596
|
6608 |
#: inc/_ps/form/class-wpbc-form-help.php:619
|
6609 |
msgid "Parameters"
|
6610 |
msgstr ""
|
6611 |
|
6612 |
+
#: core/lib/wpbc_all_translations1.php:273 inc/_ps/form/class-wpbc-form-help.php:429
|
6613 |
#: inc/_ps/form/class-wpbc-form-help.php:576
|
6614 |
#, php-format
|
6615 |
msgid ""
|
6619 |
"conditions. Please check more about it, in the examples."
|
6620 |
msgstr ""
|
6621 |
|
6622 |
+
#: core/lib/wpbc_all_translations1.php:274 inc/_ps/form/class-wpbc-form-help.php:430
|
6623 |
#: inc/_ps/form/class-wpbc-form-help.php:577
|
6624 |
#, php-format
|
6625 |
msgid ""
|
6630 |
"filter in the Season Filters page."
|
6631 |
msgstr ""
|
6632 |
|
6633 |
+
#: core/lib/wpbc_all_translations1.php:275 inc/_ps/form/class-wpbc-form-help.php:431
|
6634 |
#, php-format
|
6635 |
msgid ""
|
6636 |
"%svalue%s – value of the specific conditions. If the value is true, the content of the "
|
6639 |
"at initial stage, when the date in calendar is not yet selected."
|
6640 |
msgstr ""
|
6641 |
|
6642 |
+
#: core/lib/wpbc_all_translations1.php:276 inc/_ps/form/class-wpbc-form-help.php:433
|
6643 |
#: inc/_ps/form/class-wpbc-form-help.php:580
|
6644 |
msgid "Examples"
|
6645 |
msgstr ""
|
6646 |
|
6647 |
+
#: core/lib/wpbc_all_translations1.php:277 inc/_ps/form/class-wpbc-form-help.php:434
|
6648 |
#: inc/_ps/form/class-wpbc-form-help.php:581
|
6649 |
msgid "Week days conditions."
|
6650 |
msgstr ""
|
6651 |
|
6652 |
+
#: core/lib/wpbc_all_translations1.php:278 inc/_ps/form/class-wpbc-form-help.php:450
|
6653 |
#: inc/_ps/form/class-wpbc-form-help.php:597
|
6654 |
msgid "default value, if no dates are selected, or none exist conditions are true."
|
6655 |
msgstr ""
|
6656 |
|
6657 |
+
#: core/lib/wpbc_all_translations1.php:279 inc/_ps/form/class-wpbc-form-help.php:458
|
6658 |
#: inc/_ps/form/class-wpbc-form-help.php:475
|
6659 |
msgid "You can use the several values, separated by comma."
|
6660 |
msgstr ""
|
6661 |
|
6662 |
+
#: core/lib/wpbc_all_translations1.php:280 inc/_ps/form/class-wpbc-form-help.php:460
|
6663 |
#: inc/_ps/form/class-wpbc-form-help.php:607
|
6664 |
msgid "Season filters conditions."
|
6665 |
msgstr ""
|
6666 |
|
6667 |
+
#: core/lib/wpbc_all_translations1.php:281 inc/_ps/form/class-wpbc-form-help.php:473
|
6668 |
#: inc/_ps/form/class-wpbc-form-help.php:620
|
6669 |
msgid "Season filter on the Season Filters page,"
|
6670 |
msgstr ""
|
6671 |
|
6672 |
+
#: core/lib/wpbc_all_translations1.php:282 inc/_ps/form/class-wpbc-form-help.php:474
|
6673 |
#: inc/_ps/form/class-wpbc-form-help.php:621
|
6674 |
msgid "Season filter on the Season Filters page"
|
6675 |
msgstr ""
|
6676 |
|
6677 |
+
#: core/lib/wpbc_all_translations1.php:283 inc/_ps/form/class-wpbc-form-help.php:477
|
6678 |
#: inc/_ps/form/class-wpbc-form-help.php:624
|
6679 |
msgid "Additional info"
|
6680 |
msgstr ""
|
6681 |
|
6682 |
+
#: core/lib/wpbc_all_translations1.php:284 inc/_ps/form/class-wpbc-form-help.php:478
|
6683 |
#: inc/_ps/form/class-wpbc-form-help.php:625
|
6684 |
#, php-format
|
6685 |
msgid ""
|
6687 |
"section."
|
6688 |
msgstr ""
|
6689 |
|
6690 |
+
#: core/lib/wpbc_all_translations1.php:285 inc/_ps/form/class-wpbc-form-help.php:479
|
6691 |
#: inc/_ps/form/class-wpbc-form-help.php:626
|
6692 |
#, php-format
|
6693 |
msgid "Please check more about this feature at %sthis page%s"
|
6694 |
msgstr ""
|
6695 |
|
6696 |
+
#: core/lib/wpbc_all_translations1.php:286 inc/_ps/form/class-wpbc-form-help.php:493
|
6697 |
msgid "Time Field"
|
6698 |
msgstr ""
|
6699 |
|
6700 |
+
#: core/lib/wpbc_all_translations1.php:287 inc/_ps/form/class-wpbc-form-help.php:495
|
6701 |
#, php-format
|
6702 |
msgid "Enter the %sTime%s using the text field."
|
6703 |
msgstr ""
|
6704 |
|
6705 |
+
#: core/lib/wpbc_all_translations1.php:288 inc/_ps/form/class-wpbc-form-help.php:498
|
6706 |
msgid "This field does not impact to availability (booking for the specific time) ."
|
6707 |
msgstr ""
|
6708 |
|
6709 |
+
#: core/lib/wpbc_all_translations1.php:289 inc/_ps/form/class-wpbc-form-help.php:499
|
6710 |
msgid "The value of this field is just saved into DB."
|
6711 |
msgstr ""
|
6712 |
|
6713 |
+
#: core/lib/wpbc_all_translations1.php:290 inc/_ps/form/class-wpbc-form-help.php:509
|
6714 |
msgid "Country List"
|
6715 |
msgstr ""
|
6716 |
|
6717 |
+
#: core/lib/wpbc_all_translations1.php:291 inc/_ps/form/class-wpbc-form-help.php:511
|
6718 |
msgid "Select the country from the predefined country list."
|
6719 |
msgstr ""
|
6720 |
|
6721 |
+
#: core/lib/wpbc_all_translations1.php:292 inc/_ps/form/class-wpbc-form-help.php:512
|
6722 |
#, php-format
|
6723 |
msgid "You can customize the country list at this file: %s"
|
6724 |
msgstr ""
|
6725 |
|
6726 |
+
#: core/lib/wpbc_all_translations1.php:293 inc/_ps/form/class-wpbc-form-help.php:513
|
6727 |
msgid "You can insert this field with default selected value."
|
6728 |
msgstr ""
|
6729 |
|
6730 |
+
#: core/lib/wpbc_all_translations1.php:294 inc/_ps/form/class-wpbc-form-help.php:514
|
6731 |
#, php-format
|
6732 |
msgid "Example: %s - %s\"United States\"%s is selected by default."
|
6733 |
msgstr ""
|
6734 |
|
6735 |
+
#: core/lib/wpbc_all_translations1.php:295 inc/_ps/form/class-wpbc-form-help.php:523
|
6736 |
msgid "Language Sections"
|
6737 |
msgstr ""
|
6738 |
|
6739 |
+
#: core/lib/wpbc_all_translations1.php:296 inc/_ps/form/class-wpbc-form-help.php:525
|
6740 |
msgid "Plugin support configurations of the booking form are available in different languages."
|
6741 |
msgstr ""
|
6742 |
|
6743 |
+
#: core/lib/wpbc_all_translations1.php:297 inc/_ps/form/class-wpbc-form-help.php:526
|
6744 |
msgid "The active language of the booking form depends on the active locale of the site."
|
6745 |
msgstr ""
|
6746 |
|
6747 |
+
#: core/lib/wpbc_all_translations1.php:298 inc/_ps/form/class-wpbc-form-help.php:527
|
6748 |
msgid ""
|
6749 |
"Booking Calendar supports WPML and qTranslate plugins for dynamic changing of website locale."
|
6750 |
msgstr ""
|
6751 |
|
6752 |
+
#: core/lib/wpbc_all_translations1.php:299 inc/_ps/form/class-wpbc-form-help.php:529
|
6753 |
msgid "Usage"
|
6754 |
msgstr ""
|
6755 |
|
6756 |
+
#: core/lib/wpbc_all_translations1.php:300 inc/_ps/form/class-wpbc-form-help.php:530
|
6757 |
#, php-format
|
6758 |
msgid "start new translation section in specific language, where %s - locale of the translation."
|
6759 |
msgstr ""
|
6760 |
|
6761 |
+
#: core/lib/wpbc_all_translations1.php:301 inc/_ps/form/class-wpbc-form-help.php:533
|
6762 |
msgid "English and French translation"
|
6763 |
msgstr ""
|
6764 |
|
6765 |
+
#: core/lib/wpbc_all_translations1.php:302 inc/_ps/form/class-wpbc-form-help.php:536
|
6766 |
msgid "of configuration booking form in English and French languages"
|
6767 |
msgstr ""
|
6768 |
|
6769 |
+
#: core/lib/wpbc_all_translations1.php:303 inc/_ps/form/class-wpbc-form-help.php:555
|
6770 |
msgid ""
|
6771 |
"Register and Translate everything in WPML plugin. Translation can be done at the WPML > \"String "
|
6772 |
"translation\" page. Required WPML 3.2 with String Translation plugin."
|
6773 |
msgstr ""
|
6774 |
|
6775 |
+
#: core/lib/wpbc_all_translations1.php:304 inc/_ps/form/class-wpbc-form-help.php:563
|
6776 |
msgid "Different form fields, for the different week days"
|
6777 |
msgstr ""
|
6778 |
|
6779 |
+
#: core/lib/wpbc_all_translations1.php:305 inc/_ps/form/class-wpbc-form-help.php:566
|
6780 |
msgid ""
|
6781 |
"This feature provides the possibility to show the different form fields or any other HTML "
|
6782 |
"content in the booking form, depending on the selection of specific week day in calendar or "
|
6783 |
"different days, which are assigned to the specific season filters"
|
6784 |
msgstr ""
|
6785 |
|
6786 |
+
#: core/lib/wpbc_all_translations1.php:306 inc/_ps/form/class-wpbc-form-help.php:578
|
6787 |
#, php-format
|
6788 |
msgid ""
|
6789 |
"%svalue%s – value of the specific conditions. If the value is true, so then the content of the "
|
6792 |
"at initial stage, when the date in calendar is not yet selected."
|
6793 |
msgstr ""
|
6794 |
|
6795 |
+
#: core/lib/wpbc_all_translations1.php:307 inc/_ps/form/class-wpbc-form-help.php:605
|
6796 |
msgid "You can use several values, separated by comma."
|
6797 |
msgstr ""
|
6798 |
|
6799 |
+
#: core/lib/wpbc_all_translations1.php:308 inc/_ps/form/class-wpbc-form-help.php:622
|
6800 |
msgid "You can use several values, separated by a comma."
|
6801 |
msgstr ""
|
6802 |
|
6803 |
+
#: core/lib/wpbc_all_translations1.php:309 inc/_ps/form/class-wpbc-form-help.php:635
|
6804 |
msgid "Cost Fields"
|
6805 |
msgstr ""
|
6806 |
|
6807 |
+
#: core/lib/wpbc_all_translations1.php:310 inc/_ps/form/class-wpbc-form-help.php:641
|
6808 |
msgid "Cost Correction Field"
|
6809 |
msgstr ""
|
6810 |
|
6811 |
+
#: core/lib/wpbc_all_translations1.php:311 inc/_ps/form/class-wpbc-form-help.php:643
|
6812 |
#, php-format
|
6813 |
msgid "This field is visible only in Admin Panel at %sAdd booking page%s."
|
6814 |
msgstr ""
|
6815 |
|
6816 |
+
#: core/lib/wpbc_all_translations1.php:312 inc/_ps/form/class-wpbc-form-help.php:644
|
6817 |
#, php-format
|
6818 |
msgid "Use this field for %scorrecting the cost%s during adding new booking."
|
6819 |
msgstr ""
|
6820 |
|
6821 |
+
#: core/lib/wpbc_all_translations1.php:313 inc/_ps/form/class-wpbc-form-help.php:655
|
6822 |
msgid "Discount Coupon field"
|
6823 |
msgstr ""
|
6824 |
|
6825 |
+
#: core/lib/wpbc_all_translations1.php:314 inc/_ps/form/class-wpbc-form-help.php:657
|
6826 |
msgid "Please use this field for possibility to use coupon discounts by your visitors."
|
6827 |
msgstr ""
|
6828 |
|
6829 |
+
#: core/lib/wpbc_all_translations1.php:315 inc/_ps/form/class-wpbc-form-help.php:658
|
6830 |
#, php-format
|
6831 |
msgid "You can configure the discount coupon codes at this %spage%s."
|
6832 |
msgstr ""
|
6833 |
|
6834 |
+
#: core/lib/wpbc_all_translations1.php:316 inc/_ps/form/class-wpbc-form-help.php:667
|
6835 |
msgid "Hints for your form"
|
6836 |
msgstr ""
|
6837 |
|
6838 |
+
#: core/lib/wpbc_all_translations1.php:317 inc/_ps/form/class-wpbc-form-help.php:673
|
6839 |
msgid "Cost Hints"
|
6840 |
msgstr ""
|
6841 |
|
6842 |
+
#: core/lib/wpbc_all_translations1.php:318 inc/_ps/form/class-wpbc-form-help.php:675
|
6843 |
#: inc/_ps/form/class-wpbc-form-help.php:697
|
6844 |
#, php-format
|
6845 |
msgid ""
|
6847 |
"calendar or options in checkboxes or selectboxes)%s."
|
6848 |
msgstr ""
|
6849 |
|
6850 |
+
#: core/lib/wpbc_all_translations1.php:319 inc/_ps/form/class-wpbc-form-help.php:695
|
6851 |
msgid "Dates and Times Hints"
|
6852 |
msgstr ""
|
6853 |
|
6854 |
+
#: core/lib/wpbc_all_translations1.php:320 inc/_ps/form/class-wpbc-form-help.php:699
|
6855 |
#: inc/gateways/page-gateways.php:1094
|
6856 |
msgid "Selected Check In date."
|
6857 |
msgstr ""
|
6858 |
|
6859 |
+
#: core/lib/wpbc_all_translations1.php:321 inc/_bm/admin/page-cost-advanced.php:695
|
6860 |
#: inc/_bm/admin/page-cost-advanced.php:698 inc/_ps/form/class-wpbc-form-help.php:700
|
6861 |
#: inc/_ps/form/class-wpbc-form-help.php:703 inc/_ps/form/class-wpbc-form-help.php:706
|
6862 |
#: inc/_ps/form/class-wpbc-form-help.php:709 inc/_ps/form/class-wpbc-form-help.php:712
|
6871 |
msgid "Example:"
|
6872 |
msgstr ""
|
6873 |
|
6874 |
+
#: core/lib/wpbc_all_translations1.php:322 inc/_ps/form/class-wpbc-form-help.php:702
|
6875 |
#: inc/_ps/form/class-wpbc-form-help.php:705 inc/gateways/page-gateways.php:1097
|
6876 |
msgid "Selected Check Out date."
|
6877 |
msgstr ""
|
6878 |
|
6879 |
+
#: core/lib/wpbc_all_translations1.php:323 inc/_ps/form/class-wpbc-form-help.php:708
|
6880 |
#: inc/gateways/page-gateways.php:1100
|
6881 |
msgid "Selected Start Time."
|
6882 |
msgstr ""
|
6883 |
|
6884 |
+
#: core/lib/wpbc_all_translations1.php:324 inc/_ps/form/class-wpbc-form-help.php:711
|
6885 |
#: inc/gateways/page-gateways.php:1103
|
6886 |
msgid "Selected End Time."
|
6887 |
msgstr ""
|
6888 |
|
6889 |
+
#: core/lib/wpbc_all_translations1.php:325 inc/_ps/form/class-wpbc-form-help.php:714
|
6890 |
#: inc/gateways/page-gateways.php:1106
|
6891 |
msgid "All selected dates."
|
6892 |
msgstr ""
|
6893 |
|
6894 |
+
#: core/lib/wpbc_all_translations1.php:326 inc/_ps/form/class-wpbc-form-help.php:717
|
6895 |
#: inc/gateways/page-gateways.php:1109
|
6896 |
msgid "All selected dates with times."
|
6897 |
msgstr ""
|
6898 |
|
6899 |
+
#: core/lib/wpbc_all_translations1.php:327 inc/_ps/form/class-wpbc-form-help.php:720
|
6900 |
#: inc/gateways/page-gateways.php:1112
|
6901 |
msgid "All selected dates in \"short\" format."
|
6902 |
msgstr ""
|
6903 |
|
6904 |
+
#: core/lib/wpbc_all_translations1.php:328 inc/_ps/form/class-wpbc-form-help.php:723
|
6905 |
#: inc/gateways/page-gateways.php:1115
|
6906 |
msgid "All selected dates with times in \"short\" format.."
|
6907 |
msgstr ""
|
6908 |
|
6909 |
+
#: core/lib/wpbc_all_translations1.php:329 inc/_bm/admin/page-cost-advanced.php:695
|
6910 |
#: inc/_ps/form/class-wpbc-form-help.php:726 inc/gateways/page-gateways.php:1118
|
6911 |
msgid "Number of selected days."
|
6912 |
msgstr ""
|
6913 |
|
6914 |
+
#: core/lib/wpbc_all_translations1.php:330 inc/_bm/admin/page-cost-advanced.php:698
|
6915 |
#: inc/_ps/form/class-wpbc-form-help.php:729 inc/gateways/page-gateways.php:1121
|
6916 |
msgid "Number of selected nights."
|
6917 |
msgstr ""
|
6918 |
|
6919 |
+
#: core/lib/wpbc_all_translations1.php:331 inc/_ps/form/class-wpbc-form-help.php:739
|
6920 |
msgid "Other Hints"
|
6921 |
msgstr ""
|
6922 |
|
6923 |
+
#: core/lib/wpbc_all_translations1.php:332 inc/_ps/form/class-wpbc-form-help.php:741
|
6924 |
#: inc/_ps/form/class-wpbc-form-help.php:743 inc/gateways/page-gateways.php:1072
|
6925 |
msgid "title of booking resource"
|
6926 |
msgstr ""
|
6927 |
|
6928 |
+
#: core/lib/wpbc_all_translations1.php:333 inc/_ps/form/class-wpbc-form-help.php:742
|
6929 |
msgid "ID of booking resource."
|
6930 |
msgstr ""
|
6931 |
|
6932 |
+
#: core/lib/wpbc_all_translations1.php:334 inc/_ps/form/class-wpbc-form-help.php:744
|
6933 |
msgid "cost of booking resource."
|
6934 |
msgstr ""
|
6935 |
|
6936 |
+
#: core/lib/wpbc_all_translations1.php:335 inc/_ps/form/class-wpbc-form-help.php:745
|
6937 |
msgid "capacity of booking resource."
|
6938 |
msgstr ""
|
6939 |
|
6940 |
+
#: core/lib/wpbc_all_translations1.php:336 inc/_ps/form/class-wpbc-form-help.php:746
|
6941 |
msgid "maximum number of visitors per booking resource."
|
6942 |
msgstr ""
|
6943 |
|
6944 |
+
#: core/lib/wpbc_all_translations1.php:337 inc/_ps/form/class-wpbc-form-help.php:760
|
6945 |
msgid "Tips and Tricks"
|
6946 |
msgstr ""
|
6947 |
|
6948 |
+
#: core/lib/wpbc_all_translations1.php:338 inc/_ps/form/class-wpbc-form-help.php:762
|
6949 |
#, php-format
|
6950 |
msgid "%sEmail verification field%s."
|
6951 |
msgstr ""
|
6952 |
|
6953 |
+
#: core/lib/wpbc_all_translations1.php:339 inc/_ps/form/class-wpbc-form-help.php:764
|
6954 |
#, php-format
|
6955 |
msgid "%sDescription of usage%s."
|
6956 |
msgstr ""
|
6957 |
|
6958 |
+
#: core/lib/wpbc_all_translations1.php:340 inc/_ps/form/class-wpbc-form-help.php:765
|
6959 |
#, php-format
|
6960 |
msgid ""
|
6961 |
"To create verification email, you need to use special CSS class in other email field. This CSS "
|
6963 |
"field: %s"
|
6964 |
msgstr ""
|
6965 |
|
6966 |
+
#: core/lib/wpbc_all_translations1.php:341 inc/_ps/form/class-wpbc-form-help.php:766
|
6967 |
#, php-format
|
6968 |
msgid "%sExample%s."
|
6969 |
msgstr ""
|
6970 |
|
6971 |
+
#: core/lib/wpbc_all_translations1.php:342 inc/_ps/form/class-wpbc-form-help.php:767
|
6972 |
msgid "confirmation email field of the primary email field"
|
6973 |
msgstr ""
|
6974 |
|
6975 |
+
#: core/lib/wpbc_all_translations1.php:343 inc/_ps/form/class-wpbc-form-help.php:791
|
6976 |
msgid "Generate Tag"
|
6977 |
msgstr ""
|
6978 |
|
6979 |
+
#: core/lib/wpbc_all_translations1.php:344 inc/_ps/form/class-wpbc-form-help.php:807
|
6980 |
msgid "Select option to configure or show help info about tags"
|
6981 |
msgstr ""
|
6982 |
|
6983 |
+
#: core/lib/wpbc_all_translations1.php:345 inc/_ps/p-toolbar.php:34
|
6984 |
msgid "Keyword"
|
6985 |
msgstr ""
|
6986 |
|
6987 |
+
#: core/lib/wpbc_all_translations1.php:346 inc/_ps/p-toolbar.php:42
|
6988 |
msgid "Enter Keyword here"
|
6989 |
msgstr ""
|
6990 |
|
6991 |
+
#: core/lib/wpbc_all_translations1.php:347 inc/_ps/p-toolbar.php:96
|
6992 |
msgid ""
|
6993 |
"Save filter settings as default template (Please, click Apply filter button, before saving!)"
|
6994 |
msgstr ""
|
6995 |
|
6996 |
+
#: core/lib/wpbc_all_translations1.php:348 inc/_ps/p-toolbar.php:100
|
6997 |
msgid "Save as Default"
|
6998 |
msgstr ""
|
6999 |
|
7000 |
+
#: core/lib/wpbc_all_translations1.php:349 inc/_ps/p-toolbar.php:106
|
7001 |
msgid "Delete your previously saved default filer template!"
|
7002 |
msgstr ""
|
7003 |
|
7004 |
+
#: core/lib/wpbc_all_translations1.php:350 inc/_ps/p-toolbar.php:110
|
7005 |
msgid "Delete template"
|
7006 |
msgstr ""
|
7007 |
|
7008 |
+
#: core/lib/wpbc_all_translations1.php:351 inc/_ps/p-toolbar.php:132
|
7009 |
msgid "Print bookings listing"
|
7010 |
msgstr ""
|
7011 |
|
7012 |
+
#: core/lib/wpbc_all_translations1.php:352 inc/_ps/p-toolbar.php:174
|
7013 |
msgid "Export only current page of bookings to CSV format"
|
7014 |
msgstr ""
|
7015 |
|
7016 |
+
#: core/lib/wpbc_all_translations1.php:353 inc/_ps/p-toolbar.php:187
|
7017 |
msgid "Export All"
|
7018 |
msgstr ""
|
7019 |
|
7020 |
+
#: core/lib/wpbc_all_translations1.php:354 inc/_ps/p-toolbar.php:188
|
7021 |
msgid "Export All bookings to CSV format"
|
7022 |
msgstr ""
|
7023 |
|
7024 |
+
#: core/lib/wpbc_all_translations1.php:355 inc/_ps/p-toolbar.php:255
|
7025 |
msgid "Edit Note"
|
7026 |
msgstr ""
|
7027 |
|
7028 |
+
#: core/lib/wpbc_all_translations1.php:356 inc/_ps/p-toolbar.php:278
|
7029 |
msgid "Change Language"
|
7030 |
msgstr ""
|
7031 |
|
7032 |
+
#: core/lib/wpbc_all_translations1.php:357 inc/_ps/p-toolbar.php:290
|
7033 |
msgid "Default Locale"
|
7034 |
msgstr ""
|
7035 |
|
7036 |
+
#: core/lib/wpbc_all_translations1.php:358 inc/_ps/p-toolbar.php:326
|
7037 |
msgid "Change Resource"
|
7038 |
msgstr ""
|
7039 |
|
7040 |
+
#: core/lib/wpbc_all_translations1.php:359 inc/_ps/p-toolbar.php:351 inc/_ps/p-toolbar.php:464
|
7041 |
#: inc/_ps/personal.php:2150
|
7042 |
msgid "Duplicate Booking"
|
7043 |
msgstr ""
|
7044 |
|
7045 |
+
#: core/lib/wpbc_all_translations1.php:360 inc/_ps/p-toolbar.php:382
|
7046 |
msgid "Save"
|
7047 |
msgstr ""
|
7048 |
|
7049 |
+
#: core/lib/wpbc_all_translations1.php:361 inc/_ps/p-toolbar.php:431
|
7050 |
msgid "Change"
|
7051 |
msgstr ""
|
7052 |
|
7053 |
+
#: core/lib/wpbc_all_translations1.php:362 inc/_ps/p-toolbar.php:501
|
7054 |
msgid "Print bookings"
|
7055 |
msgstr ""
|
7056 |
|
7057 |
+
#: core/lib/wpbc_all_translations1.php:363 inc/_ps/p-toolbar.php:540
|
7058 |
msgid "Export bookings"
|
7059 |
msgstr ""
|
7060 |
|
7061 |
+
#: core/lib/wpbc_all_translations1.php:364 inc/_ps/p-toolbar.php:543
|
7062 |
msgid "Download the CSV file of exported booking data"
|
7063 |
msgstr ""
|
7064 |
|
7065 |
+
#: core/lib/wpbc_all_translations1.php:365 inc/_ps/p-toolbar.php:551
|
7066 |
msgid "Download"
|
7067 |
msgstr ""
|
7068 |
|
7069 |
+
#: core/lib/wpbc_all_translations1.php:366 inc/_ps/p-toolbar.php:788
|
7070 |
msgid "Clear booking resources selection"
|
7071 |
msgstr ""
|
7072 |
|
7073 |
+
#: core/lib/wpbc_all_translations1.php:367 inc/_ps/p-toolbar.php:792
|
7074 |
msgid "Apply booking resources selection"
|
7075 |
msgstr ""
|
7076 |
|
7077 |
+
#: core/lib/wpbc_all_translations1.php:368 inc/_ps/p-toolbar.php:822
|
7078 |
msgid ""
|
7079 |
"Please note, its not possible to add new resources, if \"All resources\" option is selected. "
|
7080 |
"Please clear the selection, then add new resources."
|
7081 |
msgstr ""
|
7082 |
|
7083 |
+
#: core/lib/wpbc_all_translations1.php:369 inc/_ps/p-toolbar.php:1110 inc/_ps/p-toolbar.php:1158
|
7084 |
msgid "Add New Booking Resource(s)"
|
7085 |
msgstr ""
|
7086 |
|
7087 |
+
#: core/lib/wpbc_all_translations1.php:370 inc/_ps/p-toolbar.php:1150
|
7088 |
msgid "Enter name of booking resource"
|
7089 |
msgstr ""
|
7090 |
|
7091 |
+
#: core/lib/wpbc_all_translations1.php:371 inc/_ps/p-toolbar.php:1174
|
7092 |
msgid "Resources count"
|
7093 |
msgstr ""
|
7094 |
|
7095 |
+
#: core/lib/wpbc_all_translations1.php:372 inc/_ps/personal.php:249
|
7096 |
msgid "This booking resources does not exist"
|
7097 |
msgstr ""
|
7098 |
|
7099 |
+
#: core/lib/wpbc_all_translations1.php:373 inc/_ps/personal.php:294
|
7100 |
msgid "Generating columns"
|
7101 |
msgstr ""
|
7102 |
|
7103 |
+
#: core/lib/wpbc_all_translations1.php:374 inc/_ps/personal.php:335
|
7104 |
msgid "Exporting booking data"
|
7105 |
msgstr ""
|
7106 |
|
7107 |
+
#: core/lib/wpbc_all_translations1.php:375 inc/_ps/personal.php:380
|
7108 |
msgid "Generating content of file"
|
7109 |
msgstr ""
|
7110 |
|
7111 |
+
#: core/lib/wpbc_all_translations1.php:376 inc/_ps/personal.php:422
|
7112 |
msgid "Saving to file"
|
7113 |
msgstr ""
|
7114 |
|
7115 |
+
#: core/lib/wpbc_all_translations1.php:377 inc/_ps/personal.php:882
|
7116 |
msgid "The booking was canceled by the visitor."
|
7117 |
msgstr ""
|
7118 |
|
7119 |
+
#: core/lib/wpbc_all_translations1.php:378 inc/_ps/personal.php:943
|
7120 |
msgid "The booking has been canceled successfully"
|
7121 |
msgstr ""
|
7122 |
|
7123 |
+
#: core/lib/wpbc_all_translations1.php:379 inc/_ps/personal.php:964
|
7124 |
msgid "Incorrect date format"
|
7125 |
msgstr ""
|
7126 |
|
7127 |
+
#: core/lib/wpbc_all_translations1.php:380 inc/_ps/personal.php:2129
|
7128 |
msgid "Change your Booking"
|
7129 |
msgstr ""
|
7130 |
|
7131 |
+
#: core/lib/wpbc_all_translations1.php:381 inc/_ps/personal.php:2131
|
7132 |
msgid "Cancel Booking"
|
7133 |
msgstr ""
|
7134 |
|
7135 |
+
#: core/lib/wpbc_all_translations1.php:382 inc/_ps/personal.php:2409
|
7136 |
msgid "Warning! The resource was not changed. Current dates are already booked there."
|
7137 |
msgstr ""
|
7138 |
|
7139 |
+
#: core/lib/wpbc_all_translations1.php:383 inc/_ps/personal.php:2546
|
7140 |
msgid "The booking has been duplicated successfully"
|
7141 |
msgstr ""
|
7142 |
|
7143 |
+
#: core/lib/wpbc_all_translations1.php:384 inc/_ps/personal.php:2555
|
7144 |
msgid "Warning! Operation failed. Current dates are already booked there."
|
7145 |
msgstr ""
|
7146 |
|
7147 |
+
#: core/lib/wpbc_all_translations1.php:385 inc/_ps/personal.php:2642
|
7148 |
msgid "Sending request..."
|
7149 |
msgstr ""
|
7150 |
|
7151 |
+
#: core/lib/wpbc_all_translations1.php:386 inc/_ps/personal.php:2671
|
7152 |
msgid "Order number"
|
7153 |
msgstr ""
|
7154 |
|
7155 |
+
#: core/lib/wpbc_all_translations1.php:387 inc/_ps/personal.php:2673
|
7156 |
msgid "Register"
|
7157 |
msgstr ""
|
7158 |
|
7159 |
+
#: core/lib/wpbc_all_translations1.php:388 inc/_ps/personal.php:2675
|
7160 |
msgid ""
|
7161 |
"Please, enter order number of your purchased version, which you received to your billing email."
|
7162 |
msgstr ""
|
7163 |
|
7164 |
+
#: core/lib/wpbc_all_translations1.php:389 inc/_ps/personal.php:2677
|
7165 |
#, php-format
|
7166 |
msgid "If you will get any difficulties or have a questions, please contact by email %s"
|
7167 |
msgstr ""
|
7168 |
|
7169 |
+
#: core/lib/wpbc_all_translations1.php:390 inc/_ps/wpbc-booking-select-widget.php:226
|
7170 |
msgid "Default form"
|
7171 |
msgstr ""
|
7172 |
|
7173 |
+
#: core/lib/wpbc_all_translations1.php:391 inc/_ps/wpbc-check-updates.php:122
|
7174 |
#: inc/_ps/wpbc-check-updates.php:230
|
7175 |
#, php-format
|
7176 |
msgid ""
|
7178 |
"version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>"
|
7179 |
msgstr ""
|
7180 |
|
7181 |
+
#: core/lib/wpbc_all_translations1.php:392 inc/_ps/wpbc-check-updates.php:115
|
7182 |
#: inc/_ps/wpbc-check-updates.php:128 inc/_ps/wpbc-check-updates.php:236
|
7183 |
#, php-format
|
7184 |
msgid "You can request the new update of plugin on %1$sthis page%2$s."
|
7185 |
msgstr ""
|
7186 |
|
7187 |
+
#: core/lib/wpbc_all_translations1.php:393 inc/_ps/wpbc-check-updates.php:243
|
7188 |
msgid "Upgrade Notice"
|
7189 |
msgstr ""
|
7190 |
|
7191 |
+
#: core/lib/wpbc_all_translations1.php:394 inc/_ps/wpbc-check-updates.php:283
|
7192 |
#, php-format
|
7193 |
msgid "Version %s By %s"
|
7194 |
msgstr ""
|
7195 |
|
7196 |
+
#: core/lib/wpbc_all_translations1.php:395 inc/_ps/wpbc-check-updates.php:287
|
7197 |
msgid "View details"
|
7198 |
msgstr ""
|
7199 |
|
7200 |
+
#: core/lib/wpbc_all_translations1.php:396 inc/_ps/wpbc-form-templates.php:34
|
7201 |
#: inc/_ps/wpbc-form-templates.php:49 inc/_ps/wpbc-form-templates.php:69
|
7202 |
#: inc/_ps/wpbc-form-templates.php:92 inc/_ps/wpbc-form-templates.php:114
|
7203 |
msgid "First Name (required)"
|
7204 |
msgstr ""
|
7205 |
|
7206 |
+
#: core/lib/wpbc_all_translations1.php:397 inc/_ps/wpbc-form-templates.php:35
|
7207 |
#: inc/_ps/wpbc-form-templates.php:50 inc/_ps/wpbc-form-templates.php:70
|
7208 |
#: inc/_ps/wpbc-form-templates.php:93 inc/_ps/wpbc-form-templates.php:115
|
7209 |
msgid "Last Name (required)"
|
7210 |
msgstr ""
|
7211 |
|
7212 |
+
#: core/lib/wpbc_all_translations1.php:398 inc/_ps/wpbc-form-templates.php:36
|
7213 |
#: inc/_ps/wpbc-form-templates.php:51 inc/_ps/wpbc-form-templates.php:71
|
7214 |
#: inc/_ps/wpbc-form-templates.php:94 inc/_ps/wpbc-form-templates.php:116
|
7215 |
msgid "Email (required)"
|
7216 |
msgstr ""
|
7217 |
|
7218 |
+
#: core/lib/wpbc_all_translations1.php:399 inc/_ps/wpbc-form-templates.php:37
|
7219 |
#: inc/_ps/wpbc-form-templates.php:52 inc/_ps/wpbc-form-templates.php:72
|
7220 |
#: inc/_ps/wpbc-form-templates.php:95 inc/_ps/wpbc-form-templates.php:117
|
7221 |
#: inc/_ps/wpbc-form-templates.php:147 inc/_ps/wpbc-form-templates.php:159
|
7224 |
msgid "Phone"
|
7225 |
msgstr ""
|
7226 |
|
7227 |
+
#: core/lib/wpbc_all_translations1.php:400 inc/_ps/wpbc-form-templates.php:38
|
7228 |
#: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
|
7229 |
#: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:148
|
7230 |
#: inc/_ps/wpbc-form-templates.php:164 inc/_ps/wpbc-form-templates.php:179
|
7231 |
msgid "Adults"
|
7232 |
msgstr ""
|
7233 |
|
7234 |
+
#: core/lib/wpbc_all_translations1.php:401 inc/_ps/wpbc-form-templates.php:38
|
7235 |
#: inc/_ps/wpbc-form-templates.php:57 inc/_ps/wpbc-form-templates.php:77
|
7236 |
#: inc/_ps/wpbc-form-templates.php:100 inc/_ps/wpbc-form-templates.php:149
|
7237 |
#: inc/_ps/wpbc-form-templates.php:165 inc/_ps/wpbc-form-templates.php:180
|
7238 |
msgid "Children"
|
7239 |
msgstr ""
|
7240 |
|
7241 |
+
#: core/lib/wpbc_all_translations1.php:402 inc/_ps/wpbc-form-templates.php:39
|
7242 |
#: inc/_ps/wpbc-form-templates.php:58 inc/_ps/wpbc-form-templates.php:78
|
7243 |
#: inc/_ps/wpbc-form-templates.php:101 inc/_ps/wpbc-form-templates.php:123
|
7244 |
#: inc/_ps/wpbc-form-templates.php:150 inc/_ps/wpbc-form-templates.php:166
|
7246 |
msgid "Details"
|
7247 |
msgstr ""
|
7248 |
|
7249 |
+
#: core/lib/wpbc_all_translations1.php:403 inc/_ps/wpbc-form-templates.php:40
|
7250 |
#: inc/_ps/wpbc-form-templates.php:59 inc/_ps/wpbc-form-templates.php:79
|
7251 |
#: inc/_ps/wpbc-form-templates.php:102 inc/_ps/wpbc-form-templates.php:125
|
7252 |
msgid "I Accept term and conditions"
|
7253 |
msgstr ""
|
7254 |
|
7255 |
+
#: core/lib/wpbc_all_translations1.php:404 inc/_ps/wpbc-form-templates.php:48
|
7256 |
#: inc/_ps/wpbc-form-templates.php:68
|
7257 |
msgid "Select Times"
|
7258 |
msgstr ""
|
7259 |
|
7260 |
+
#: core/lib/wpbc_all_translations1.php:405 inc/_ps/wpbc-form-templates.php:53
|
7261 |
#: inc/_ps/wpbc-form-templates.php:73 inc/_ps/wpbc-form-templates.php:96
|
7262 |
#: inc/_ps/wpbc-form-templates.php:118
|
7263 |
msgid "Address (required)"
|
7264 |
msgstr ""
|
7265 |
|
7266 |
+
#: core/lib/wpbc_all_translations1.php:406 inc/_ps/wpbc-form-templates.php:54
|
7267 |
#: inc/_ps/wpbc-form-templates.php:74 inc/_ps/wpbc-form-templates.php:97
|
7268 |
#: inc/_ps/wpbc-form-templates.php:119
|
7269 |
msgid "City (required)"
|
7270 |
msgstr ""
|
7271 |
|
7272 |
+
#: core/lib/wpbc_all_translations1.php:407 inc/_ps/wpbc-form-templates.php:55
|
7273 |
#: inc/_ps/wpbc-form-templates.php:75 inc/_ps/wpbc-form-templates.php:98
|
7274 |
#: inc/_ps/wpbc-form-templates.php:120
|
7275 |
msgid "Post code (required)"
|
7276 |
msgstr ""
|
7277 |
|
7278 |
+
#: core/lib/wpbc_all_translations1.php:408 inc/_ps/wpbc-form-templates.php:56
|
7279 |
#: inc/_ps/wpbc-form-templates.php:76 inc/_ps/wpbc-form-templates.php:99
|
7280 |
#: inc/_ps/wpbc-form-templates.php:121
|
7281 |
msgid "Country (required)"
|
7282 |
msgstr ""
|
7283 |
|
7284 |
+
#: core/lib/wpbc_all_translations1.php:409 inc/_ps/wpbc-form-templates.php:89
|
7285 |
msgid "night(s)"
|
7286 |
msgstr ""
|
7287 |
|
7288 |
+
#: core/lib/wpbc_all_translations1.php:410 inc/_ps/wpbc-form-templates.php:90
|
7289 |
#: inc/_ps/wpbc-form-templates.php:112
|
7290 |
msgid "Full cost of the booking"
|
7291 |
msgstr ""
|
7292 |
|
7293 |
+
#: core/lib/wpbc_all_translations1.php:411 inc/_ps/wpbc-form-templates.php:122
|
7294 |
#: inc/_ps/wpbc-form-templates.php:194
|
7295 |
msgid "Visitors"
|
7296 |
msgstr ""
|
7297 |
|
7298 |
+
#: core/lib/wpbc_all_translations1.php:412 inc/_ps/wpbc-form-templates.php:145
|
7299 |
#: inc/_ps/wpbc-form-templates.php:157 inc/_ps/wpbc-form-templates.php:172
|
7300 |
#: inc/_ps/wpbc-form-templates.php:187
|
7301 |
msgid "Last Name"
|
7302 |
msgstr ""
|
7303 |
|
7304 |
+
#: core/lib/wpbc_all_translations1.php:413 inc/_ps/wpbc-form-templates.php:146
|
7305 |
#: inc/_ps/wpbc-form-templates.php:158 inc/_ps/wpbc-form-templates.php:173
|
7306 |
#: inc/_ps/wpbc-form-templates.php:188
|
7307 |
msgid "Email"
|
7308 |
msgstr ""
|
7309 |
|
7310 |
+
#: core/lib/wpbc_all_translations1.php:414 inc/_ps/wpbc-form-templates.php:160
|
7311 |
#: inc/_ps/wpbc-form-templates.php:175 inc/_ps/wpbc-form-templates.php:190
|
7312 |
msgid "Address"
|
7313 |
msgstr ""
|
7314 |
|
7315 |
+
#: core/lib/wpbc_all_translations1.php:415 inc/_ps/wpbc-form-templates.php:161
|
7316 |
#: inc/_ps/wpbc-form-templates.php:176 inc/_ps/wpbc-form-templates.php:191
|
7317 |
msgid "City"
|
7318 |
msgstr ""
|
7319 |
|
7320 |
+
#: core/lib/wpbc_all_translations1.php:416 inc/_ps/wpbc-form-templates.php:162
|
7321 |
#: inc/_ps/wpbc-form-templates.php:177 inc/_ps/wpbc-form-templates.php:192
|
7322 |
msgid "Post code"
|
7323 |
msgstr ""
|
7324 |
|
7325 |
+
#: core/lib/wpbc_all_translations1.php:417 inc/_ps/wpbc-form-templates.php:163
|
7326 |
#: inc/_ps/wpbc-form-templates.php:178 inc/_ps/wpbc-form-templates.php:193
|
7327 |
#: inc/gateways/page-gateways.php:361
|
7328 |
msgid "Country"
|
7329 |
msgstr ""
|
7330 |
|
7331 |
+
#: core/lib/wpbc_all_translations1.php:418 inc/_ps/wpbc-form-templates.php:222
|
7332 |
#: inc/_ps/wpbc-form-templates.php:242 inc/_ps/wpbc-form-templates.php:252
|
7333 |
#: inc/_ps/wpbc-form-templates.php:262 inc/_ps/wpbc-form-templates.php:272
|
7334 |
msgid "Check in"
|
7335 |
msgstr ""
|
7336 |
|
7337 |
+
#: core/lib/wpbc_all_translations1.php:419 inc/_ps/wpbc-form-templates.php:225
|
7338 |
#: inc/_ps/wpbc-form-templates.php:243 inc/_ps/wpbc-form-templates.php:253
|
7339 |
#: inc/_ps/wpbc-form-templates.php:263 inc/_ps/wpbc-form-templates.php:273
|
7340 |
msgid "Check out"
|
7341 |
msgstr ""
|
7342 |
|
7343 |
+
#: core/lib/wpbc_all_translations1.php:420 inc/_ps/wpbc-form-templates.php:228
|
7344 |
#: inc/_ps/wpbc-form-templates.php:244 inc/_ps/wpbc-form-templates.php:254
|
7345 |
#: inc/_ps/wpbc-form-templates.php:264 inc/_ps/wpbc-form-templates.php:274
|
7346 |
msgid "Guests"
|
7347 |
msgstr ""
|
7348 |
|
7349 |
+
#: core/lib/wpbc_all_translations1.php:421 inc/_ps/wpbc-form-templates.php:308
|
7350 |
#: inc/_ps/wpbc-form-templates.php:334 inc/_ps/wpbc-form-templates.php:351
|
7351 |
msgid "Max. persons"
|
7352 |
msgstr ""
|
7353 |
|
7354 |
+
#: core/lib/wpbc_all_translations1.php:422 inc/_ps/wpbc-print.php:84
|
7355 |
msgid "Data"
|
7356 |
msgstr ""
|
7357 |
|
7358 |
+
#: core/lib/wpbc_all_translations1.php:423 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:298
|
7359 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:219
|
7360 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:379 inc/gateways/ipay88/wpbc-gw-ipay88.php:318
|
7361 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:147 inc/gateways/paypal/wpbc-gw-paypal.php:365
|
7363 |
msgid "Enable this payment gateway"
|
7364 |
msgstr ""
|
7365 |
|
7366 |
+
#: core/lib/wpbc_all_translations1.php:424 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:308
|
7367 |
msgid "API Login ID"
|
7368 |
msgstr ""
|
7369 |
|
7370 |
+
#: core/lib/wpbc_all_translations1.php:425 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:310
|
7371 |
#, php-format
|
7372 |
msgid "The merchant API Login ID is provided in the Merchant Interface of %s"
|
7373 |
msgstr ""
|
7374 |
|
7375 |
+
#: core/lib/wpbc_all_translations1.php:426
|
7376 |
msgid "Transaction Key"
|
7377 |
msgstr ""
|
7378 |
|
7379 |
+
#: core/lib/wpbc_all_translations1.php:427 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:546
|
7380 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:561
|
7381 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:578
|
7382 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:593
|
7384 |
msgid "This parameter have to assigned to you by %s"
|
7385 |
msgstr ""
|
7386 |
|
7387 |
+
#: core/lib/wpbc_all_translations1.php:428 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:366
|
7388 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:420 inc/gateways/paypal/wpbc-gw-paypal.php:444
|
7389 |
#: inc/gateways/sage/wpbc-gw-sage.php:424
|
7390 |
msgid "Chose payment mode"
|
7391 |
msgstr ""
|
7392 |
|
7393 |
+
#: core/lib/wpbc_all_translations1.php:429 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:367
|
7394 |
msgid ""
|
7395 |
"Select \"Live test\" or \"Live\" environment for using Merchant account or \"Developer Test\" "
|
7396 |
"for using Developer account."
|
7397 |
msgstr ""
|
7398 |
|
7399 |
+
#: core/lib/wpbc_all_translations1.php:430 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:370
|
7400 |
msgid ""
|
7401 |
"Transactions posted against live merchant accounts using either of the above testing methods are "
|
7402 |
"not submitted to financial institutions for authorization and are not stored in the Merchant "
|
7403 |
"Interface."
|
7404 |
msgstr ""
|
7405 |
|
7406 |
+
#: core/lib/wpbc_all_translations1.php:431 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:375
|
7407 |
msgid "Developer Test"
|
7408 |
msgstr ""
|
7409 |
|
7410 |
+
#: core/lib/wpbc_all_translations1.php:432 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:376
|
7411 |
msgid "Live Test"
|
7412 |
msgstr ""
|
7413 |
|
7414 |
+
#: core/lib/wpbc_all_translations1.php:433 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:377
|
7415 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:450
|
7416 |
msgid "Live"
|
7417 |
msgstr ""
|
7418 |
|
7419 |
+
#: core/lib/wpbc_all_translations1.php:434 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:385
|
7420 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:428 inc/gateways/sage/wpbc-gw-sage.php:438
|
7421 |
msgid "Transaction type"
|
7422 |
msgstr ""
|
7423 |
|
7424 |
+
#: core/lib/wpbc_all_translations1.php:435 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:386
|
7425 |
msgid "Select transaction type, which supported by the payment gateway."
|
7426 |
msgstr ""
|
7427 |
|
7428 |
+
#: core/lib/wpbc_all_translations1.php:436 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:389
|
7429 |
msgid "Authorization and Capture"
|
7430 |
msgstr ""
|
7431 |
|
7432 |
+
#: core/lib/wpbc_all_translations1.php:437 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:390
|
7433 |
msgid "Authorization Only"
|
7434 |
msgstr ""
|
7435 |
|
7436 |
+
#: core/lib/wpbc_all_translations1.php:438 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:396
|
7437 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:459 inc/gateways/sage/wpbc-gw-sage.php:453
|
7438 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:614
|
7439 |
msgid "U.S. Dollars"
|
7440 |
msgstr ""
|
7441 |
|
7442 |
+
#: core/lib/wpbc_all_translations1.php:439 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:397
|
7443 |
#: inc/gateways/sage/wpbc-gw-sage.php:451 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:615
|
7444 |
msgid "Pounds Sterling"
|
7445 |
msgstr ""
|
7446 |
|
7447 |
+
#: core/lib/wpbc_all_translations1.php:440 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:398
|
7448 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:460 inc/gateways/sage/wpbc-gw-sage.php:452
|
7449 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:616
|
7450 |
msgid "Euros"
|
7451 |
msgstr ""
|
7452 |
|
7453 |
+
#: core/lib/wpbc_all_translations1.php:441 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:399
|
7454 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:464 inc/gateways/sage/wpbc-gw-sage.php:456
|
7455 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:617
|
7456 |
msgid "Canadian Dollars"
|
7457 |
msgstr ""
|
7458 |
|
7459 |
+
#: core/lib/wpbc_all_translations1.php:442 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:404
|
7460 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:369 inc/gateways/paypal/wpbc-gw-paypal.php:487
|
7461 |
#: inc/gateways/sage/wpbc-gw-sage.php:478 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:758
|
7462 |
msgid "Accepted Currency"
|
7463 |
msgstr ""
|
7464 |
|
7465 |
+
#: core/lib/wpbc_all_translations1.php:443 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:405
|
7466 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:370 inc/gateways/paypal/wpbc-gw-paypal.php:488
|
7467 |
#: inc/gateways/sage/wpbc-gw-sage.php:479 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:759
|
7468 |
msgid "The currency code that gateway will process the payment in."
|
7469 |
msgstr ""
|
7470 |
|
7471 |
+
#: core/lib/wpbc_all_translations1.php:444 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:408
|
7472 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:762
|
7473 |
msgid ""
|
7474 |
"Setting the currency that is not supported by the payment processor will result in an error."
|
7475 |
msgstr ""
|
7476 |
|
7477 |
+
#: core/lib/wpbc_all_translations1.php:445 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:418
|
7478 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:419
|
7479 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1052 inc/gateways/ideal/wpbc-gw-ideal.php:310
|
7480 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:458 inc/gateways/ideal/wpbc-gw-ideal.php:459
|
7489 |
msgid "Pay via"
|
7490 |
msgstr ""
|
7491 |
|
7492 |
+
#: core/lib/wpbc_all_translations1.php:446 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:420
|
7493 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:460 inc/gateways/ipay88/wpbc-gw-ipay88.php:381
|
7494 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:518 inc/gateways/sage/wpbc-gw-sage.php:490
|
7495 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:834
|
7496 |
msgid "Payment button title"
|
7497 |
msgstr ""
|
7498 |
|
7499 |
+
#: core/lib/wpbc_all_translations1.php:447 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:421
|
7500 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:461 inc/gateways/ipay88/wpbc-gw-ipay88.php:382
|
7501 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:519 inc/gateways/sage/wpbc-gw-sage.php:491
|
7502 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:835
|
7503 |
msgid "Enter the title of the payment button"
|
7504 |
msgstr ""
|
7505 |
|
7506 |
+
#: core/lib/wpbc_all_translations1.php:448 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:432
|
7507 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:433
|
7508 |
#: inc/gateways/authorizenet/wpbc-gw-authorizenet.php:1048 inc/gateways/ideal/wpbc-gw-ideal.php:472
|
7509 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:473 inc/gateways/ideal/wpbc-gw-ideal.php:1044
|
7518 |
msgid "Payment for booking %s on these day(s): %s"
|
7519 |
msgstr ""
|
7520 |
|
7521 |
+
#: core/lib/wpbc_all_translations1.php:449 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:434
|
7522 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:474 inc/gateways/ipay88/wpbc-gw-ipay88.php:395
|
7523 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:546 inc/gateways/sage/wpbc-gw-sage.php:504
|
7524 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:848
|
7525 |
msgid "Payment description at gateway website"
|
7526 |
msgstr ""
|
7527 |
|
7528 |
+
#: core/lib/wpbc_all_translations1.php:450 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:435
|
7529 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:475 inc/gateways/ipay88/wpbc-gw-ipay88.php:396
|
7530 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:547 inc/gateways/sage/wpbc-gw-sage.php:505
|
7531 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:849
|
7532 |
msgid "Enter the service name or the reason for the payment here."
|
7533 |
msgstr ""
|
7534 |
|
7535 |
+
#: core/lib/wpbc_all_translations1.php:451 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:436
|
7536 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:476 inc/gateways/ipay88/wpbc-gw-ipay88.php:397
|
7537 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:548 inc/gateways/sage/wpbc-gw-sage.php:506
|
7538 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:850
|
7539 |
msgid "You can use any shortcodes, which you have used in content of booking fields data form."
|
7540 |
msgstr ""
|
7541 |
|
7542 |
+
#: core/lib/wpbc_all_translations1.php:452 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:439
|
7543 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:479 inc/gateways/ipay88/wpbc-gw-ipay88.php:400
|
7544 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:551 inc/gateways/sage/wpbc-gw-sage.php:509
|
7545 |
#, php-format
|
7546 |
msgid "This field support only up to %s characters by payment system."
|
7547 |
msgstr ""
|
7548 |
|
7549 |
+
#: core/lib/wpbc_all_translations1.php:453 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:457
|
7550 |
msgid "Activate Relay Response"
|
7551 |
msgstr ""
|
7552 |
|
7553 |
+
#: core/lib/wpbc_all_translations1.php:454 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:458
|
7554 |
msgid ""
|
7555 |
"Indicate to the payment gateway that you would like to receive the transaction response to your "
|
7556 |
"site."
|
7557 |
msgstr ""
|
7558 |
|
7559 |
+
#: core/lib/wpbc_all_translations1.php:455 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:461
|
7560 |
msgid ""
|
7561 |
"You should leave empty the Relay Response URL and Receipt Link URL/Text in the Merchant "
|
7562 |
"Interface, if a Relay Response is activated here."
|
7563 |
msgstr ""
|
7564 |
|
7565 |
+
#: core/lib/wpbc_all_translations1.php:456
|
7566 |
msgid "MD5 Hash value"
|
7567 |
msgstr ""
|
7568 |
|
7569 |
+
#: core/lib/wpbc_all_translations1.php:457
|
7570 |
msgid ""
|
7571 |
"Please enter the MD5 Hash value, which you configured in the settings of Merchant Interface."
|
7572 |
msgstr ""
|
7573 |
|
7574 |
+
#: core/lib/wpbc_all_translations1.php:458
|
7575 |
msgid "To configure MD5 Hash value in Relay Response for your transactions"
|
7576 |
msgstr ""
|
7577 |
|
7578 |
+
#: core/lib/wpbc_all_translations1.php:459
|
7579 |
msgid "Log on to the Merchant Interface"
|
7580 |
msgstr ""
|
7581 |
|
7582 |
+
#: core/lib/wpbc_all_translations1.php:460
|
7583 |
msgid "Click Settings under Account in the main menu on the left"
|
7584 |
msgstr ""
|
7585 |
|
7586 |
+
#: core/lib/wpbc_all_translations1.php:461
|
7587 |
msgid "Click MD5-Hash in the Security Settings section"
|
7588 |
msgstr ""
|
7589 |
|
7590 |
+
#: core/lib/wpbc_all_translations1.php:462
|
7591 |
msgid "Enter this value"
|
7592 |
msgstr ""
|
7593 |
|
7594 |
+
#: core/lib/wpbc_all_translations1.php:463
|
7595 |
msgid "Click Submit"
|
7596 |
msgstr ""
|
7597 |
|
7598 |
+
#: core/lib/wpbc_all_translations1.php:464
|
7599 |
#, php-format
|
7600 |
msgid ""
|
7601 |
"For more information about configuring Relay Response in the Merchant Interface, please see the "
|
7602 |
"%sMerchant Integration Guide%s"
|
7603 |
msgstr ""
|
7604 |
|
7605 |
+
#: core/lib/wpbc_all_translations1.php:465 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:497
|
7606 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:507 inc/gateways/ipay88/wpbc-gw-ipay88.php:421
|
7607 |
#: inc/gateways/sage/wpbc-gw-sage.php:530 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:874
|
7608 |
msgid "Return URL after Successful order"
|
7609 |
msgstr ""
|
7610 |
|
7611 |
+
#: core/lib/wpbc_all_translations1.php:466 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:515
|
7612 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:523 inc/gateways/ipay88/wpbc-gw-ipay88.php:437
|
7613 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:612 inc/gateways/sage/wpbc-gw-sage.php:546
|
7614 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:892
|
7615 |
msgid "The URL where visitor will be redirected after completing payment."
|
7616 |
msgstr ""
|
7617 |
|
7618 |
+
#: core/lib/wpbc_all_translations1.php:467 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:516
|
7619 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:524 inc/gateways/ipay88/wpbc-gw-ipay88.php:438
|
7620 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:613 inc/gateways/sage/wpbc-gw-sage.php:547
|
7621 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:893
|
7623 |
msgid "For example, a URL to your site that displays a %s\"Thank you for the payment\"%s."
|
7624 |
msgstr ""
|
7625 |
|
7626 |
+
#: core/lib/wpbc_all_translations1.php:468 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:531
|
7627 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:538 inc/gateways/ipay88/wpbc-gw-ipay88.php:452
|
7628 |
#: inc/gateways/sage/wpbc-gw-sage.php:561 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:908
|
7629 |
msgid "Return URL after Failed order"
|
7630 |
msgstr ""
|
7631 |
|
7632 |
+
#: core/lib/wpbc_all_translations1.php:469 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:549
|
7633 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:554 inc/gateways/ipay88/wpbc-gw-ipay88.php:468
|
7634 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:643 inc/gateways/sage/wpbc-gw-sage.php:577
|
7635 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:926
|
7636 |
msgid "The URL where the visitor will be redirected after completing payment."
|
7637 |
msgstr ""
|
7638 |
|
7639 |
+
#: core/lib/wpbc_all_translations1.php:470 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:550
|
7640 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:555 inc/gateways/ipay88/wpbc-gw-ipay88.php:469
|
7641 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:644 inc/gateways/sage/wpbc-gw-sage.php:578
|
7642 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:927
|
7644 |
msgid "For example, the URL to your website that displays a %s\"Payment Canceled\"%s page."
|
7645 |
msgstr ""
|
7646 |
|
7647 |
+
#: core/lib/wpbc_all_translations1.php:471 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:561
|
7648 |
msgid "Automatically approve booking"
|
7649 |
msgstr ""
|
7650 |
|
7651 |
+
#: core/lib/wpbc_all_translations1.php:472 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:562
|
7652 |
msgid "Check this box to automatically approve booking, when visitor makes a successful payment."
|
7653 |
msgstr ""
|
7654 |
|
7655 |
+
#: core/lib/wpbc_all_translations1.php:473 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:564
|
7656 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:482 inc/gateways/paypal/wpbc-gw-paypal.php:661
|
7657 |
#: inc/gateways/sage/wpbc-gw-sage.php:591 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:941
|
7658 |
msgid "This will not work, if the visitor leaves the payment page."
|
7659 |
msgstr ""
|
7660 |
|
7661 |
+
#: core/lib/wpbc_all_translations1.php:474 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:784
|
7662 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
|
7663 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
|
7664 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:447
|
7672 |
msgid "%s Settings"
|
7673 |
msgstr ""
|
7674 |
|
7675 |
+
#: core/lib/wpbc_all_translations1.php:475 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:785
|
7676 |
msgid "Integration of authorizenet payment system"
|
7677 |
msgstr ""
|
7678 |
|
7679 |
+
#: core/lib/wpbc_all_translations1.php:476
|
7680 |
#, php-format
|
7681 |
msgid ""
|
7682 |
"If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
|
7684 |
"gateway."
|
7685 |
msgstr ""
|
7686 |
|
7687 |
+
#: core/lib/wpbc_all_translations1.php:477
|
7688 |
msgid ""
|
7689 |
"Please configure all fields inside the Billing form fields tab at this page, when using a "
|
7690 |
"European payment processor"
|
7691 |
msgstr ""
|
7692 |
|
7693 |
+
#: core/lib/wpbc_all_translations1.php:478 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:901
|
7694 |
msgid "Be sure that the merchant server system clock is set to the proper time and time zone."
|
7695 |
msgstr ""
|
7696 |
|
7697 |
+
#: core/lib/wpbc_all_translations1.php:479 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:911
|
7698 |
#, php-format
|
7699 |
msgid "%s - Server Integration Method (SIM)"
|
7700 |
msgstr ""
|
7701 |
|
7702 |
+
#: core/lib/wpbc_all_translations1.php:480 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:231
|
7703 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:159
|
7704 |
msgid "Payment method description that the customer will see on your payment page."
|
7705 |
msgstr ""
|
7706 |
|
7707 |
+
#: core/lib/wpbc_all_translations1.php:481 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:264
|
7708 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:343
|
7709 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:344
|
7710 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:425
|
7711 |
msgid "Bank Transfer"
|
7712 |
msgstr ""
|
7713 |
|
7714 |
+
#: core/lib/wpbc_all_translations1.php:482 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:345
|
7715 |
msgid "Integration of Bank Transfer payment system"
|
7716 |
msgstr ""
|
7717 |
|
7718 |
+
#: core/lib/wpbc_all_translations1.php:483 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:426
|
7719 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:466
|
7720 |
msgid "Account details"
|
7721 |
msgstr ""
|
7722 |
|
7723 |
+
#: core/lib/wpbc_all_translations1.php:484 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:480
|
7724 |
#, php-format
|
7725 |
msgid "Allow payments by %sdirect bank / wire transfer%s"
|
7726 |
msgstr ""
|
7727 |
|
7728 |
+
#: core/lib/wpbc_all_translations1.php:485 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:482
|
7729 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:364
|
7730 |
msgid "Its only show fixed payment details."
|
7731 |
msgstr ""
|
7732 |
|
7733 |
+
#: core/lib/wpbc_all_translations1.php:486 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:717
|
7734 |
msgid "Sort Code"
|
7735 |
msgstr ""
|
7736 |
|
7737 |
+
#: core/lib/wpbc_all_translations1.php:487 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:725
|
7738 |
#, php-format
|
7739 |
msgid ""
|
7740 |
"Dear %sMake your payment %s directly into our bank account. %sPlease use your Booking ID %s as "
|
7741 |
"the payment reference! %s %s: %s %s: %s %s: %s %s: %s"
|
7742 |
msgstr ""
|
7743 |
|
7744 |
+
#: core/lib/wpbc_all_translations1.php:488 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:731
|
7745 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:738
|
7746 |
msgid "Account Number"
|
7747 |
msgstr ""
|
7748 |
|
7749 |
+
#: core/lib/wpbc_all_translations1.php:489 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:733
|
7750 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:741
|
7751 |
msgid "IBAN"
|
7752 |
msgstr ""
|
7753 |
|
7754 |
+
#: core/lib/wpbc_all_translations1.php:490 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:734
|
7755 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:742
|
7756 |
msgid "BIC / Swift"
|
7757 |
msgstr ""
|
7758 |
|
7759 |
+
#: core/lib/wpbc_all_translations1.php:491 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:737
|
7760 |
msgid "Account Name"
|
7761 |
msgstr ""
|
7762 |
|
7763 |
+
#: core/lib/wpbc_all_translations1.php:492 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:739
|
7764 |
#: inc/gateways/ideal/wpbc-gw-ideal.php:325
|
7765 |
msgid "Bank Name"
|
7766 |
msgstr ""
|
7767 |
|
7768 |
+
#: core/lib/wpbc_all_translations1.php:493 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:787
|
7769 |
msgid "BSB"
|
7770 |
msgstr ""
|
7771 |
|
7772 |
+
#: core/lib/wpbc_all_translations1.php:494 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:788
|
7773 |
msgid "Bank Transit Number"
|
7774 |
msgstr ""
|
7775 |
|
7776 |
+
#: core/lib/wpbc_all_translations1.php:495 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:789
|
7777 |
msgid "IFSC"
|
7778 |
msgstr ""
|
7779 |
|
7780 |
+
#: core/lib/wpbc_all_translations1.php:496 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:790
|
7781 |
msgid "Branch Sort"
|
7782 |
msgstr ""
|
7783 |
|
7784 |
+
#: core/lib/wpbc_all_translations1.php:497 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:791
|
7785 |
#: inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:792
|
7786 |
msgid "Bank Code"
|
7787 |
msgstr ""
|
7788 |
|
7789 |
+
#: core/lib/wpbc_all_translations1.php:498 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:793
|
7790 |
msgid "Routing Number"
|
7791 |
msgstr ""
|
7792 |
|
7793 |
+
#: core/lib/wpbc_all_translations1.php:499 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:794
|
7794 |
msgid "Branch Code"
|
7795 |
msgstr ""
|
7796 |
|
7797 |
+
#: core/lib/wpbc_all_translations1.php:500 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:804
|
7798 |
#, php-format
|
7799 |
msgid "%s - inserting all bank accounts details"
|
7800 |
msgstr ""
|
7801 |
|
7802 |
+
#: core/lib/wpbc_all_translations1.php:501 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:805
|
7803 |
#, php-format
|
7804 |
msgid "%s - inserting account name"
|
7805 |
msgstr ""
|
7806 |
|
7807 |
+
#: core/lib/wpbc_all_translations1.php:502 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:806
|
7808 |
#, php-format
|
7809 |
msgid "%s - inserting account number"
|
7810 |
msgstr ""
|
7811 |
|
7812 |
+
#: core/lib/wpbc_all_translations1.php:503 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:807
|
7813 |
#, php-format
|
7814 |
msgid "%s - inserting bank name "
|
7815 |
msgstr ""
|
7816 |
|
7817 |
+
#: core/lib/wpbc_all_translations1.php:504 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:808
|
7818 |
#, php-format
|
7819 |
msgid "%s - inserting sort code "
|
7820 |
msgstr ""
|
7821 |
|
7822 |
+
#: core/lib/wpbc_all_translations1.php:505 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:809
|
7823 |
#, php-format
|
7824 |
msgid "%s - inserting IBAN "
|
7825 |
msgstr ""
|
7826 |
|
7827 |
+
#: core/lib/wpbc_all_translations1.php:506 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:810
|
7828 |
#, php-format
|
7829 |
msgid "%s - inserting BIC "
|
7830 |
msgstr ""
|
7831 |
|
7832 |
+
#: core/lib/wpbc_all_translations1.php:507 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:815
|
7833 |
msgid ""
|
7834 |
"You can use any shortcodes, that you can use in payment description form at Settings Payment "
|
7835 |
"General page"
|
7836 |
msgstr ""
|
7837 |
|
7838 |
+
#: core/lib/wpbc_all_translations1.php:508 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:888
|
7839 |
msgid "+ Add Account"
|
7840 |
msgstr ""
|
7841 |
|
7842 |
+
#: core/lib/wpbc_all_translations1.php:509 inc/gateways/bank_transfer/wpbc-gw-bank_transfer.php:888
|
7843 |
msgid "Remove selected account(s)"
|
7844 |
msgstr ""
|
7845 |
|
7846 |
+
#: core/lib/wpbc_all_translations1.php:510 inc/gateways/ipay88/ipay88-backend.php:92
|
7847 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:570
|
7848 |
msgid "Successful payment"
|
7849 |
msgstr ""
|
7850 |
|
7851 |
+
#: core/lib/wpbc_all_translations1.php:511 inc/gateways/ipay88/ipay88-backend.php:94
|
7852 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:573
|
7853 |
msgid " Parameters are incorrect,"
|
7854 |
msgstr ""
|
7855 |
|
7856 |
+
#: core/lib/wpbc_all_translations1.php:512 inc/gateways/ipay88/ipay88-backend.php:95
|
7857 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:575
|
7858 |
msgid "Cannot find the record"
|
7859 |
msgstr ""
|
7860 |
|
7861 |
+
#: core/lib/wpbc_all_translations1.php:513 inc/gateways/ipay88/ipay88-backend.php:96
|
7862 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:577
|
7863 |
msgid "Amount different"
|
7864 |
msgstr ""
|
7865 |
|
7866 |
+
#: core/lib/wpbc_all_translations1.php:514 inc/gateways/ipay88/ipay88-backend.php:97
|
7867 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:579
|
7868 |
msgid "Payment failed"
|
7869 |
msgstr ""
|
7870 |
|
7871 |
+
#: core/lib/wpbc_all_translations1.php:515 inc/gateways/ipay88/ipay88-backend.php:98
|
7872 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:581
|
7873 |
msgid "Payment status updated by Mobile88 Admin(Fail)"
|
7874 |
msgstr ""
|
7875 |
|
7876 |
+
#: core/lib/wpbc_all_translations1.php:516 inc/gateways/ipay88/ipay88-backend.php:99
|
7877 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:583
|
7878 |
msgid "Connection Error"
|
7879 |
msgstr ""
|
7880 |
|
7881 |
+
#: core/lib/wpbc_all_translations1.php:517 inc/gateways/ipay88/wpbc-gw-ipay88.php:328
|
7882 |
msgid "Merchant Code"
|
7883 |
msgstr ""
|
7884 |
|
7885 |
+
#: core/lib/wpbc_all_translations1.php:518 inc/gateways/ipay88/wpbc-gw-ipay88.php:330
|
7886 |
msgid "Enter your iPay88 Merchant Code."
|
7887 |
msgstr ""
|
7888 |
|
7889 |
+
#: core/lib/wpbc_all_translations1.php:519 inc/gateways/ideal/wpbc-gw-ideal.php:404
|
7890 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:343
|
7891 |
msgid "Merchant Key"
|
7892 |
msgstr ""
|
7893 |
|
7894 |
+
#: core/lib/wpbc_all_translations1.php:520 inc/gateways/ipay88/wpbc-gw-ipay88.php:345
|
7895 |
msgid "Enter your iPay88 Merchant Key."
|
7896 |
msgstr ""
|
7897 |
|
7898 |
+
#: core/lib/wpbc_all_translations1.php:521 inc/gateways/ipay88/wpbc-gw-ipay88.php:355
|
7899 |
msgid "Malaysian Ringgit"
|
7900 |
msgstr ""
|
7901 |
|
7902 |
+
#: core/lib/wpbc_all_translations1.php:522 inc/gateways/paypal/wpbc-gw-paypal.php:479
|
7903 |
#: inc/gateways/sage/wpbc-gw-sage.php:471
|
7904 |
msgid "Philippine Pesos"
|
7905 |
msgstr ""
|
7906 |
|
7907 |
+
#: core/lib/wpbc_all_translations1.php:523 inc/gateways/ideal/wpbc-gw-ideal.php:565
|
7908 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:479 inc/gateways/paypal/wpbc-gw-paypal.php:658
|
7909 |
#: inc/gateways/sage/wpbc-gw-sage.php:588 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:938
|
7910 |
msgid "Automatically approve/cancel booking"
|
7911 |
msgstr ""
|
7912 |
|
7913 |
+
#: core/lib/wpbc_all_translations1.php:524 inc/gateways/ideal/wpbc-gw-ideal.php:566
|
7914 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:480 inc/gateways/paypal/wpbc-gw-paypal.php:659
|
7915 |
#: inc/gateways/sage/wpbc-gw-sage.php:589 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:939
|
7916 |
msgid ""
|
7918 |
"automatically cancel the booking, when visitor makes a payment cancellation."
|
7919 |
msgstr ""
|
7920 |
|
7921 |
+
#: core/lib/wpbc_all_translations1.php:525 inc/gateways/ipay88/wpbc-gw-ipay88.php:730
|
7922 |
msgid "Integration of iPay88 payment system"
|
7923 |
msgstr ""
|
7924 |
|
7925 |
+
#: core/lib/wpbc_all_translations1.php:526 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:893
|
7926 |
#: inc/gateways/ipay88/wpbc-gw-ipay88.php:832 inc/gateways/sage/wpbc-gw-sage.php:883
|
7927 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1197
|
7928 |
#, php-format
|
7931 |
"tab."
|
7932 |
msgstr ""
|
7933 |
|
7934 |
+
#: core/lib/wpbc_all_translations1.php:527 inc/gateways/page-gateways.php:65
|
7935 |
msgid "for 1 day"
|
7936 |
msgstr ""
|
7937 |
|
7938 |
+
#: core/lib/wpbc_all_translations1.php:528 inc/gateways/page-gateways.php:66
|
7939 |
msgid "for 1 night"
|
7940 |
msgstr ""
|
7941 |
|
7942 |
+
#: core/lib/wpbc_all_translations1.php:529 inc/gateways/page-gateways.php:67
|
7943 |
msgid "fixed sum"
|
7944 |
msgstr ""
|
7945 |
|
7946 |
+
#: core/lib/wpbc_all_translations1.php:530 inc/gateways/page-gateways.php:68
|
7947 |
msgid "for 1 hour"
|
7948 |
msgstr ""
|
7949 |
|
7950 |
+
#: core/lib/wpbc_all_translations1.php:531 inc/gateways/page-gateways.php:73
|
7951 |
msgid "Set the cost"
|
7952 |
msgstr ""
|
7953 |
|
7954 |
+
#: core/lib/wpbc_all_translations1.php:532 inc/gateways/page-gateways.php:74
|
7955 |
msgid " Select your cost configuration."
|
7956 |
msgstr ""
|
7957 |
|
7958 |
+
#: core/lib/wpbc_all_translations1.php:533 inc/gateways/page-gateways.php:82
|
7959 |
msgid "Time impact to cost"
|
7960 |
msgstr ""
|
7961 |
|
7962 |
+
#: core/lib/wpbc_all_translations1.php:534 inc/gateways/page-gateways.php:83
|
7963 |
#, php-format
|
7964 |
msgid ""
|
7965 |
"Check this box if you want the %stime selection%s on the booking form %sapplied to the cost "
|
7966 |
"calculation%s."
|
7967 |
msgstr ""
|
7968 |
|
7969 |
+
#: core/lib/wpbc_all_translations1.php:535 inc/gateways/page-gateways.php:93
|
7970 |
msgid ""
|
7971 |
"Check this box if you want that specific additional cost, which configured as percentage for "
|
7972 |
"some option, apply to other additional fixed costs and not only to original booking cost."
|
7973 |
msgstr ""
|
7974 |
|
7975 |
+
#: core/lib/wpbc_all_translations1.php:536 inc/gateways/page-gateways.php:195
|
7976 |
#: inc/gateways/page-gateways.php:869
|
7977 |
msgid "Currency"
|
7978 |
msgstr ""
|
7979 |
|
7980 |
+
#: core/lib/wpbc_all_translations1.php:537 inc/gateways/page-gateways.php:198
|
7981 |
msgid ""
|
7982 |
"This is default currency that showing at your website. Specific payment gateway(s) can support "
|
7983 |
"or does not suport it."
|
7984 |
msgstr ""
|
7985 |
|
7986 |
+
#: core/lib/wpbc_all_translations1.php:538 inc/gateways/page-gateways.php:152
|
7987 |
#: inc/gateways/page-gateways.php:201 inc/gateways/page-gateways.php:921
|
7988 |
msgid "Important"
|
7989 |
msgstr ""
|
7990 |
|
7991 |
+
#: core/lib/wpbc_all_translations1.php:539 inc/gateways/page-gateways.php:201
|
7992 |
msgid "Check and configure currency at each activated payment gateway."
|
7993 |
msgstr ""
|
7994 |
|
7995 |
+
#: core/lib/wpbc_all_translations1.php:540 inc/gateways/page-gateways.php:211
|
7996 |
msgid "Currency Position"
|
7997 |
msgstr ""
|
7998 |
|
7999 |
+
#: core/lib/wpbc_all_translations1.php:541 inc/gateways/page-gateways.php:212
|
8000 |
msgid "Set position of the currency symbol."
|
8001 |
msgstr ""
|
8002 |
|
8003 |
+
#: core/lib/wpbc_all_translations1.php:542 inc/gateways/page-gateways.php:215
|
8004 |
msgid "Left"
|
8005 |
msgstr ""
|
8006 |
|
8007 |
+
#: core/lib/wpbc_all_translations1.php:543 inc/gateways/page-gateways.php:219
|
8008 |
msgid "Right"
|
8009 |
msgstr ""
|
8010 |
|
8011 |
+
#: core/lib/wpbc_all_translations1.php:544 inc/gateways/page-gateways.php:223
|
8012 |
msgid "Left with space"
|
8013 |
msgstr ""
|
8014 |
|
8015 |
+
#: core/lib/wpbc_all_translations1.php:545 inc/gateways/page-gateways.php:227
|
8016 |
msgid "Right with space"
|
8017 |
msgstr ""
|
8018 |
|
8019 |
+
#: core/lib/wpbc_all_translations1.php:546 inc/gateways/page-gateways.php:246
|
8020 |
msgid "Currency format"
|
8021 |
msgstr ""
|
8022 |
|
8023 |
+
#: core/lib/wpbc_all_translations1.php:547 inc/gateways/page-gateways.php:247
|
8024 |
msgid "Number of decimal points"
|
8025 |
msgstr ""
|
8026 |
|
8027 |
+
#: core/lib/wpbc_all_translations1.php:548 inc/gateways/page-gateways.php:254
|
8028 |
#: inc/gateways/page-gateways.php:269
|
8029 |
msgid "No separator"
|
8030 |
msgstr ""
|
8031 |
|
8032 |
+
#: core/lib/wpbc_all_translations1.php:549 inc/gateways/page-gateways.php:255
|
8033 |
#: inc/gateways/page-gateways.php:270
|
8034 |
msgid "Space"
|
8035 |
msgstr ""
|
8036 |
|
8037 |
+
#: core/lib/wpbc_all_translations1.php:550 inc/gateways/page-gateways.php:256
|
8038 |
#: inc/gateways/page-gateways.php:271
|
8039 |
msgid "Dot"
|
8040 |
msgstr ""
|
8041 |
|
8042 |
+
#: core/lib/wpbc_all_translations1.php:551 inc/gateways/page-gateways.php:257
|
8043 |
#: inc/gateways/page-gateways.php:272
|
8044 |
msgid "Comma"
|
8045 |
msgstr ""
|
8046 |
|
8047 |
+
#: core/lib/wpbc_all_translations1.php:552 inc/gateways/page-gateways.php:262
|
8048 |
msgid "Separator for the decimal point"
|
8049 |
msgstr ""
|
8050 |
|
8051 |
+
#: core/lib/wpbc_all_translations1.php:553 inc/gateways/page-gateways.php:277
|
8052 |
msgid "Thousands separator"
|
8053 |
msgstr ""
|
8054 |
|
8055 |
+
#: core/lib/wpbc_all_translations1.php:554 inc/gateways/page-gateways.php:290
|
8056 |
msgid "Please select"
|
8057 |
msgstr ""
|
8058 |
|
8059 |
+
#: core/lib/wpbc_all_translations1.php:555 inc/gateways/page-gateways.php:301
|
8060 |
msgid ""
|
8061 |
"Please select a field from your booking form. This field will be automatically assigned to the "
|
8062 |
"current field in the billing form."
|
8063 |
msgstr ""
|
8064 |
|
8065 |
+
#: core/lib/wpbc_all_translations1.php:556 inc/gateways/page-gateways.php:313
|
8066 |
msgid "Customer Email"
|
8067 |
msgstr ""
|
8068 |
|
8069 |
+
#: core/lib/wpbc_all_translations1.php:557 inc/gateways/page-gateways.php:321
|
8070 |
msgid "First Name(s)"
|
8071 |
msgstr ""
|
8072 |
|
8073 |
+
#: core/lib/wpbc_all_translations1.php:558 inc/gateways/page-gateways.php:329
|
8074 |
msgid "Last name"
|
8075 |
msgstr ""
|
8076 |
|
8077 |
+
#: core/lib/wpbc_all_translations1.php:559 inc/gateways/page-gateways.php:345
|
8078 |
msgid "Billing Address"
|
8079 |
msgstr ""
|
8080 |
|
8081 |
+
#: core/lib/wpbc_all_translations1.php:560 inc/gateways/page-gateways.php:353
|
8082 |
msgid "Billing City"
|
8083 |
msgstr ""
|
8084 |
|
8085 |
+
#: core/lib/wpbc_all_translations1.php:561 inc/gateways/page-gateways.php:370
|
8086 |
msgid "Post Code"
|
8087 |
msgstr ""
|
8088 |
|
8089 |
+
#: core/lib/wpbc_all_translations1.php:562 inc/gateways/page-gateways.php:378
|
8090 |
msgid "State"
|
8091 |
msgstr ""
|
8092 |
|
8093 |
+
#: core/lib/wpbc_all_translations1.php:563 inc/gateways/page-gateways.php:390
|
8094 |
msgid "Show booking details in payment form"
|
8095 |
msgstr ""
|
8096 |
|
8097 |
+
#: core/lib/wpbc_all_translations1.php:564 inc/gateways/page-gateways.php:391
|
8098 |
#, php-format
|
8099 |
msgid ""
|
8100 |
" Check this checkbox if you want to show the %sbooking details summary%s above the payment form"
|
8101 |
msgstr ""
|
8102 |
|
8103 |
+
#: core/lib/wpbc_all_translations1.php:565 inc/gateways/page-gateways.php:402
|
8104 |
msgid "Configure booking details summary above the payment form"
|
8105 |
msgstr ""
|
8106 |
|
8107 |
+
#: core/lib/wpbc_all_translations1.php:566 inc/gateways/page-gateways.php:521
|
8108 |
msgid "Payments"
|
8109 |
msgstr ""
|
8110 |
|
8111 |
+
#: core/lib/wpbc_all_translations1.php:567 inc/gateways/page-gateways.php:522
|
8112 |
msgid "Customizaton of Payment"
|
8113 |
msgstr ""
|
8114 |
|
8115 |
+
#: core/lib/wpbc_all_translations1.php:568 inc/gateways/page-gateways.php:523
|
8116 |
msgid "Payment Gateways"
|
8117 |
msgstr ""
|
8118 |
|
8119 |
+
#: core/lib/wpbc_all_translations1.php:569 inc/gateways/page-gateways.php:539
|
8120 |
#: inc/gateways/page-gateways.php:609 inc/gateways/page-gateways.php:636
|
8121 |
msgid "Payment Settings"
|
8122 |
msgstr ""
|
8123 |
|
8124 |
+
#: core/lib/wpbc_all_translations1.php:570 inc/gateways/page-gateways.php:540
|
8125 |
msgid "Payment Gateways - General Settings"
|
8126 |
msgstr ""
|
8127 |
|
8128 |
+
#: core/lib/wpbc_all_translations1.php:571 inc/gateways/page-gateways.php:607
|
8129 |
#: inc/gateways/page-gateways.php:631
|
8130 |
msgid "Active Payment Gateways"
|
8131 |
msgstr ""
|
8132 |
|
8133 |
+
#: core/lib/wpbc_all_translations1.php:572 inc/gateways/page-gateways.php:608
|
8134 |
#: inc/gateways/page-gateways.php:652
|
8135 |
msgid "Billing form fields"
|
8136 |
msgstr ""
|
8137 |
|
8138 |
+
#: core/lib/wpbc_all_translations1.php:573 inc/gateways/page-gateways.php:611
|
8139 |
#: inc/gateways/page-gateways.php:666
|
8140 |
msgid "Payment Description"
|
8141 |
msgstr ""
|
8142 |
|
8143 |
+
#: core/lib/wpbc_all_translations1.php:574 inc/gateways/page-gateways.php:867
|
8144 |
msgid "Gateway"
|
8145 |
msgstr ""
|
8146 |
|
8147 |
+
#: core/lib/wpbc_all_translations1.php:575 inc/gateways/page-gateways.php:917
|
8148 |
#, php-format
|
8149 |
msgid "Some currencies at payment gateways are different from main currency %s"
|
8150 |
msgstr ""
|
8151 |
|
8152 |
+
#: core/lib/wpbc_all_translations1.php:576 inc/gateways/page-gateways.php:921
|
8153 |
#, php-format
|
8154 |
msgid ""
|
8155 |
"Interface of plugin is using %s currency. Specific payment gateway will use own currency in "
|
8156 |
"payment form without currency exchange! Its can be reason of wrong cost."
|
8157 |
msgstr ""
|
8158 |
|
8159 |
+
#: core/lib/wpbc_all_translations1.php:577 inc/gateways/page-gateways.php:1070
|
8160 |
msgid "ID of booking"
|
8161 |
msgstr ""
|
8162 |
|
8163 |
+
#: core/lib/wpbc_all_translations1.php:578 inc/gateways/page-gateways.php:1071
|
8164 |
msgid "ID of booking resources"
|
8165 |
msgstr ""
|
8166 |
|
8167 |
+
#: core/lib/wpbc_all_translations1.php:579 inc/gateways/page-gateways.php:1077
|
8168 |
msgid "current date"
|
8169 |
msgstr ""
|
8170 |
|
8171 |
+
#: core/lib/wpbc_all_translations1.php:580 inc/gateways/page-gateways.php:1078
|
8172 |
msgid "current time"
|
8173 |
msgstr ""
|
8174 |
|
8175 |
+
#: core/lib/wpbc_all_translations1.php:581 inc/gateways/page-gateways.php:1084
|
8176 |
msgid "content data of this booking"
|
8177 |
msgstr ""
|
8178 |
|
8179 |
+
#: core/lib/wpbc_all_translations1.php:582 inc/gateways/page-gateways.php:1085
|
8180 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:181
|
8181 |
msgid "show amount to pay"
|
8182 |
msgstr ""
|
8183 |
|
8184 |
+
#: core/lib/wpbc_all_translations1.php:583 inc/gateways/page-gateways.php:1087
|
8185 |
msgid "total booking cost"
|
8186 |
msgstr ""
|
8187 |
|
8188 |
+
#: core/lib/wpbc_all_translations1.php:584 inc/gateways/page-gateways.php:1088
|
8189 |
msgid "deposit cost"
|
8190 |
msgstr ""
|
8191 |
|
8192 |
+
#: core/lib/wpbc_all_translations1.php:585 inc/gateways/page-gateways.php:1089
|
8193 |
msgid "balance cost"
|
8194 |
msgstr ""
|
8195 |
|
8196 |
+
#: core/lib/wpbc_all_translations1.php:586 inc/gateways/page-gateways.php:1090
|
8197 |
msgid "original booking cost"
|
8198 |
msgstr ""
|
8199 |
|
8200 |
+
#: core/lib/wpbc_all_translations1.php:587 inc/gateways/page-gateways.php:1091
|
8201 |
msgid "additional booking cost"
|
8202 |
msgstr ""
|
8203 |
|
8204 |
+
#: core/lib/wpbc_all_translations1.php:588 inc/gateways/page-gateways.php:1440
|
8205 |
msgid "Amount to pay"
|
8206 |
msgstr ""
|
8207 |
|
8208 |
+
#: core/lib/wpbc_all_translations1.php:589 inc/gateways/page-gateways.php:1534
|
8209 |
#, php-format
|
8210 |
msgid "Please make payment for your booking %s on %s For reference your booking ID: %s"
|
8211 |
msgstr ""
|
8212 |
|
8213 |
+
#: core/lib/wpbc_all_translations1.php:590 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:204
|
8214 |
#: inc/gateways/pay_cash/wpbc-gw-pay_cash.php:282 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:283
|
8215 |
msgid "Pay in Cash"
|
8216 |
msgstr ""
|
8217 |
|
8218 |
+
#: core/lib/wpbc_all_translations1.php:591 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:284
|
8219 |
msgid "Integration of Pay in Cash payment system"
|
8220 |
msgstr ""
|
8221 |
|
8222 |
+
#: core/lib/wpbc_all_translations1.php:592 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:362
|
8223 |
#, php-format
|
8224 |
msgid "If you accept %scash payment%s, you can write details about it here"
|
8225 |
msgstr ""
|
8226 |
|
8227 |
+
#: core/lib/wpbc_all_translations1.php:593 inc/gateways/pay_cash/wpbc-gw-pay_cash.php:523
|
8228 |
#, php-format
|
8229 |
msgid "Dear %sPay in cash %s for your booking %s on check in %sFor reference your booking ID: %s"
|
8230 |
msgstr ""
|
8231 |
|
8232 |
+
#: core/lib/wpbc_all_translations1.php:594 inc/gateways/paypal/ipn.php:120
|
8233 |
msgid "Error IPN"
|
8234 |
msgstr ""
|
8235 |
|
8236 |
+
#: core/lib/wpbc_all_translations1.php:595 inc/gateways/paypal/ipn.php:250
|
8237 |
msgid "Verified IPN"
|
8238 |
msgstr ""
|
8239 |
|
8240 |
+
#: core/lib/wpbc_all_translations1.php:596 inc/gateways/paypal/ipn.php:273
|
8241 |
msgid "Invalid IPN"
|
8242 |
msgstr ""
|
8243 |
|
8244 |
+
#: core/lib/wpbc_all_translations1.php:597 inc/gateways/paypal/wpbc-gw-paypal.php:334
|
8245 |
msgid "Make payments with payPal - its fast, free and secure!"
|
8246 |
msgstr ""
|
8247 |
|
8248 |
+
#: core/lib/wpbc_all_translations1.php:598 inc/gateways/paypal/wpbc-gw-paypal.php:373
|
8249 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:861
|
8250 |
msgid "Paypal Standard"
|
8251 |
msgstr ""
|
8252 |
|
8253 |
+
#: core/lib/wpbc_all_translations1.php:599 inc/gateways/paypal/wpbc-gw-paypal.php:377
|
8254 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:861
|
8255 |
msgid "Paypal Pro Hosted Solution"
|
8256 |
msgstr ""
|
8257 |
|
8258 |
+
#: core/lib/wpbc_all_translations1.php:600 inc/gateways/paypal/wpbc-gw-paypal.php:384
|
8259 |
msgid "Account Type"
|
8260 |
msgstr ""
|
8261 |
|
8262 |
+
#: core/lib/wpbc_all_translations1.php:601 inc/gateways/paypal/wpbc-gw-paypal.php:396
|
8263 |
msgid "Paypal Email address to receive payments"
|
8264 |
msgstr ""
|
8265 |
|
8266 |
+
#: core/lib/wpbc_all_translations1.php:602 inc/gateways/paypal/wpbc-gw-paypal.php:398
|
8267 |
msgid "This is the Paypal Email address where payments will be sent"
|
8268 |
msgstr ""
|
8269 |
|
8270 |
+
#: core/lib/wpbc_all_translations1.php:603 inc/gateways/paypal/wpbc-gw-paypal.php:412
|
8271 |
msgid "Secure Merchant ID"
|
8272 |
msgstr ""
|
8273 |
|
8274 |
+
#: core/lib/wpbc_all_translations1.php:604 inc/gateways/paypal/wpbc-gw-paypal.php:414
|
8275 |
msgid "This is the Secure Merchant ID, which can be found on the profile page"
|
8276 |
msgstr ""
|
8277 |
|
8278 |
+
#: core/lib/wpbc_all_translations1.php:605 inc/gateways/paypal/wpbc-gw-paypal.php:429
|
8279 |
msgid ""
|
8280 |
" Indicates whether the transaction is payment on a final sale or an authorization for a final "
|
8281 |
"sale, to be captured later. "
|
8282 |
msgstr ""
|
8283 |
|
8284 |
+
#: core/lib/wpbc_all_translations1.php:606 inc/gateways/paypal/wpbc-gw-paypal.php:433
|
8285 |
msgid "Sale"
|
8286 |
msgstr ""
|
8287 |
|
8288 |
+
#: core/lib/wpbc_all_translations1.php:607 inc/gateways/paypal/wpbc-gw-paypal.php:434
|
8289 |
msgid "Authorization"
|
8290 |
msgstr ""
|
8291 |
|
8292 |
+
#: core/lib/wpbc_all_translations1.php:608 inc/gateways/paypal/wpbc-gw-paypal.php:445
|
8293 |
msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
|
8294 |
msgstr ""
|
8295 |
|
8296 |
+
#: core/lib/wpbc_all_translations1.php:609 inc/gateways/paypal/wpbc-gw-paypal.php:451
|
8297 |
msgid "Sandbox"
|
8298 |
msgstr ""
|
8299 |
|
8300 |
+
#: core/lib/wpbc_all_translations1.php:610 inc/gateways/paypal/wpbc-gw-paypal.php:461
|
8301 |
msgid "British Pound"
|
8302 |
msgstr ""
|
8303 |
|
8304 |
+
#: core/lib/wpbc_all_translations1.php:611 inc/gateways/paypal/wpbc-gw-paypal.php:462
|
8305 |
msgid "Japanese Yen"
|
8306 |
msgstr ""
|
8307 |
|
8308 |
+
#: core/lib/wpbc_all_translations1.php:612 inc/gateways/paypal/wpbc-gw-paypal.php:463
|
8309 |
#: inc/gateways/sage/wpbc-gw-sage.php:455
|
8310 |
msgid "Australian Dollars"
|
8311 |
msgstr ""
|
8312 |
|
8313 |
+
#: core/lib/wpbc_all_translations1.php:613 inc/gateways/paypal/wpbc-gw-paypal.php:465
|
8314 |
#: inc/gateways/sage/wpbc-gw-sage.php:457
|
8315 |
msgid "New Zealand Dollar"
|
8316 |
msgstr ""
|
8317 |
|
8318 |
+
#: core/lib/wpbc_all_translations1.php:614 inc/gateways/paypal/wpbc-gw-paypal.php:466
|
8319 |
#: inc/gateways/sage/wpbc-gw-sage.php:458
|
8320 |
msgid "Swiss Franc"
|
8321 |
msgstr ""
|
8322 |
|
8323 |
+
#: core/lib/wpbc_all_translations1.php:615 inc/gateways/paypal/wpbc-gw-paypal.php:467
|
8324 |
#: inc/gateways/sage/wpbc-gw-sage.php:459
|
8325 |
msgid "Hong Kong Dollar"
|
8326 |
msgstr ""
|
8327 |
|
8328 |
+
#: core/lib/wpbc_all_translations1.php:616 inc/gateways/paypal/wpbc-gw-paypal.php:468
|
8329 |
#: inc/gateways/sage/wpbc-gw-sage.php:460
|
8330 |
msgid "Singapore Dollar"
|
8331 |
msgstr ""
|
8332 |
|
8333 |
+
#: core/lib/wpbc_all_translations1.php:617 inc/gateways/paypal/wpbc-gw-paypal.php:469
|
8334 |
#: inc/gateways/sage/wpbc-gw-sage.php:461
|
8335 |
msgid "Swedish Krona"
|
8336 |
msgstr ""
|
8337 |
|
8338 |
+
#: core/lib/wpbc_all_translations1.php:618 inc/gateways/paypal/wpbc-gw-paypal.php:470
|
8339 |
#: inc/gateways/sage/wpbc-gw-sage.php:462
|
8340 |
msgid "Danish Krone"
|
8341 |
msgstr ""
|
8342 |
|
8343 |
+
#: core/lib/wpbc_all_translations1.php:619 inc/gateways/paypal/wpbc-gw-paypal.php:471
|
8344 |
#: inc/gateways/sage/wpbc-gw-sage.php:463
|
8345 |
msgid "Polish Zloty"
|
8346 |
msgstr ""
|
8347 |
|
8348 |
+
#: core/lib/wpbc_all_translations1.php:620 inc/gateways/paypal/wpbc-gw-paypal.php:472
|
8349 |
#: inc/gateways/sage/wpbc-gw-sage.php:464
|
8350 |
msgid "Norwegian Krone"
|
8351 |
msgstr ""
|
8352 |
|
8353 |
+
#: core/lib/wpbc_all_translations1.php:621 inc/gateways/paypal/wpbc-gw-paypal.php:473
|
8354 |
#: inc/gateways/sage/wpbc-gw-sage.php:465
|
8355 |
msgid "Hungarian Forint"
|
8356 |
msgstr ""
|
8357 |
|
8358 |
+
#: core/lib/wpbc_all_translations1.php:622 inc/gateways/paypal/wpbc-gw-paypal.php:474
|
8359 |
#: inc/gateways/sage/wpbc-gw-sage.php:466
|
8360 |
msgid "Czech Koruna"
|
8361 |
msgstr ""
|
8362 |
|
8363 |
+
#: core/lib/wpbc_all_translations1.php:623 inc/gateways/paypal/wpbc-gw-paypal.php:475
|
8364 |
msgid "Israeli New Shekel"
|
8365 |
msgstr ""
|
8366 |
|
8367 |
+
#: core/lib/wpbc_all_translations1.php:624 inc/gateways/paypal/wpbc-gw-paypal.php:476
|
8368 |
#: inc/gateways/sage/wpbc-gw-sage.php:468
|
8369 |
msgid "Mexican Peso"
|
8370 |
msgstr ""
|
8371 |
|
8372 |
+
#: core/lib/wpbc_all_translations1.php:625 inc/gateways/paypal/wpbc-gw-paypal.php:477
|
8373 |
#: inc/gateways/sage/wpbc-gw-sage.php:469
|
8374 |
msgid "Brazilian Real (only for Brazilian users)"
|
8375 |
msgstr ""
|
8376 |
|
8377 |
+
#: core/lib/wpbc_all_translations1.php:626 inc/gateways/paypal/wpbc-gw-paypal.php:478
|
8378 |
#: inc/gateways/sage/wpbc-gw-sage.php:470
|
8379 |
msgid "Malaysian Ringgits (only for Malaysian users)"
|
8380 |
msgstr ""
|
8381 |
|
8382 |
+
#: core/lib/wpbc_all_translations1.php:627 inc/gateways/paypal/wpbc-gw-paypal.php:480
|
8383 |
#: inc/gateways/sage/wpbc-gw-sage.php:472
|
8384 |
msgid "Taiwan New Dollars"
|
8385 |
msgstr ""
|
8386 |
|
8387 |
+
#: core/lib/wpbc_all_translations1.php:628 inc/gateways/paypal/wpbc-gw-paypal.php:481
|
8388 |
#: inc/gateways/sage/wpbc-gw-sage.php:473
|
8389 |
msgid "Thai Baht"
|
8390 |
msgstr ""
|
8391 |
|
8392 |
+
#: core/lib/wpbc_all_translations1.php:629 inc/gateways/paypal/wpbc-gw-paypal.php:482
|
8393 |
msgid "Turkish Lira (only for Turkish members)"
|
8394 |
msgstr ""
|
8395 |
|
8396 |
+
#: core/lib/wpbc_all_translations1.php:630 inc/gateways/paypal/wpbc-gw-paypal.php:501
|
8397 |
msgid "Custom button title"
|
8398 |
msgstr ""
|
8399 |
|
8400 |
+
#: core/lib/wpbc_all_translations1.php:631 inc/gateways/paypal/wpbc-gw-paypal.php:508
|
8401 |
msgid "Payment Button type"
|
8402 |
msgstr ""
|
8403 |
|
8404 |
+
#: core/lib/wpbc_all_translations1.php:632 inc/gateways/paypal/wpbc-gw-paypal.php:563
|
8405 |
msgid "Show Reference Text Box"
|
8406 |
msgstr ""
|
8407 |
|
8408 |
+
#: core/lib/wpbc_all_translations1.php:633 inc/gateways/paypal/wpbc-gw-paypal.php:564
|
8409 |
msgid "Check this box to show Reference Text Box"
|
8410 |
msgstr ""
|
8411 |
|
8412 |
+
#: core/lib/wpbc_all_translations1.php:634 inc/gateways/paypal/wpbc-gw-paypal.php:572
|
8413 |
#: inc/gateways/paypal/wpbc-gw-paypal.php:573 inc/gateways/paypal/wpbc-gw-paypal.php:1370
|
8414 |
msgid "Enter your phone number"
|
8415 |
msgstr ""
|
8416 |
|
8417 |
+
#: core/lib/wpbc_all_translations1.php:635 inc/gateways/paypal/wpbc-gw-paypal.php:574
|
8418 |
msgid "Reference Text Box Title"
|
8419 |
msgstr ""
|
8420 |
|
8421 |
+
#: core/lib/wpbc_all_translations1.php:636 inc/gateways/paypal/wpbc-gw-paypal.php:575
|
8422 |
msgid ""
|
8423 |
"Enter a title for the Reference text box (i.e. Your email address). Visitors will see this text."
|
8424 |
msgstr ""
|
8425 |
|
8426 |
+
#: core/lib/wpbc_all_translations1.php:637 inc/gateways/paypal/wpbc-gw-paypal.php:596
|
8427 |
msgid "Return URL from PayPal"
|
8428 |
msgstr ""
|
8429 |
|
8430 |
+
#: core/lib/wpbc_all_translations1.php:638 inc/gateways/paypal/wpbc-gw-paypal.php:627
|
8431 |
msgid "Cancel Return URL from PayPal"
|
8432 |
msgstr ""
|
8433 |
|
8434 |
+
#: core/lib/wpbc_all_translations1.php:639 inc/gateways/paypal/wpbc-gw-paypal.php:696
|
8435 |
#, php-format
|
8436 |
msgid "To use this feature you %smust activate auto-return link%s at your Paypal account."
|
8437 |
msgstr ""
|
8438 |
|
8439 |
+
#: core/lib/wpbc_all_translations1.php:640 inc/gateways/paypal/wpbc-gw-paypal.php:697
|
8440 |
msgid "Follow these steps to configure it:"
|
8441 |
msgstr ""
|
8442 |
|
8443 |
+
#: core/lib/wpbc_all_translations1.php:641 inc/gateways/paypal/wpbc-gw-paypal.php:699
|
8444 |
msgid "Log in to your PayPal account."
|
8445 |
msgstr ""
|
8446 |
|
8447 |
+
#: core/lib/wpbc_all_translations1.php:642 inc/gateways/paypal/wpbc-gw-paypal.php:700
|
8448 |
msgid "Click the Profile subtab."
|
8449 |
msgstr ""
|
8450 |
|
8451 |
+
#: core/lib/wpbc_all_translations1.php:643 inc/gateways/paypal/wpbc-gw-paypal.php:701
|
8452 |
msgid "Click Website Payment Preferences in the Seller Preferences column."
|
8453 |
msgstr ""
|
8454 |
|
8455 |
+
#: core/lib/wpbc_all_translations1.php:644 inc/gateways/paypal/wpbc-gw-paypal.php:702
|
8456 |
msgid "Under Auto Return for Website Payments, click the On radio button."
|
8457 |
msgstr ""
|
8458 |
|
8459 |
+
#: core/lib/wpbc_all_translations1.php:645 inc/gateways/paypal/wpbc-gw-paypal.php:703
|
8460 |
msgid "For the Return URL, enter the Return URL from PayPal on your site for successfull payment."
|
8461 |
msgstr ""
|
8462 |
|
8463 |
+
#: core/lib/wpbc_all_translations1.php:646 inc/gateways/paypal/wpbc-gw-paypal.php:712
|
8464 |
msgid ""
|
8465 |
"Instant Payment Notification (IPN) is a message service that notifies you of events related to "
|
8466 |
"PayPal transactions"
|
8467 |
msgstr ""
|
8468 |
|
8469 |
+
#: core/lib/wpbc_all_translations1.php:647 inc/gateways/paypal/wpbc-gw-paypal.php:721
|
8470 |
msgid "Sending email for verified transaction"
|
8471 |
msgstr ""
|
8472 |
|
8473 |
+
#: core/lib/wpbc_all_translations1.php:648 inc/gateways/paypal/wpbc-gw-paypal.php:731
|
8474 |
#, php-format
|
8475 |
msgid "Email for getting report for %sverified%s transactions."
|
8476 |
msgstr ""
|
8477 |
|
8478 |
+
#: core/lib/wpbc_all_translations1.php:649 inc/gateways/paypal/wpbc-gw-paypal.php:744
|
8479 |
msgid "Sending email for invalid transaction"
|
8480 |
msgstr ""
|
8481 |
|
8482 |
+
#: core/lib/wpbc_all_translations1.php:650 inc/gateways/paypal/wpbc-gw-paypal.php:754
|
8483 |
#, php-format
|
8484 |
msgid "Email for getting report for %sinvalid%s transactions."
|
8485 |
msgstr ""
|
8486 |
|
8487 |
+
#: core/lib/wpbc_all_translations1.php:651 inc/gateways/paypal/wpbc-gw-paypal.php:767
|
8488 |
msgid "Sending email if error occur during verification"
|
8489 |
msgstr ""
|
8490 |
|
8491 |
+
#: core/lib/wpbc_all_translations1.php:652 inc/gateways/paypal/wpbc-gw-paypal.php:777
|
8492 |
#, php-format
|
8493 |
msgid "Email for getting report for %ssome errors in verification process%s."
|
8494 |
msgstr ""
|
8495 |
|
8496 |
+
#: core/lib/wpbc_all_translations1.php:653 inc/gateways/paypal/wpbc-gw-paypal.php:789
|
8497 |
msgid "Use SSL connection"
|
8498 |
msgstr ""
|
8499 |
|
8500 |
+
#: core/lib/wpbc_all_translations1.php:654 inc/gateways/paypal/wpbc-gw-paypal.php:790
|
8501 |
msgid "Use the SSL connection for posting data, instead of standard HTTP connection"
|
8502 |
msgstr ""
|
8503 |
|
8504 |
+
#: core/lib/wpbc_all_translations1.php:655 inc/gateways/paypal/wpbc-gw-paypal.php:797
|
8505 |
msgid "Use cURL posting"
|
8506 |
msgstr ""
|
8507 |
|
8508 |
+
#: core/lib/wpbc_all_translations1.php:656 inc/gateways/paypal/wpbc-gw-paypal.php:798
|
8509 |
msgid "Use the cURL for posting data, instead of fsockopen() function"
|
8510 |
msgstr ""
|
8511 |
|
8512 |
+
#: core/lib/wpbc_all_translations1.php:657 inc/gateways/paypal/wpbc-gw-paypal.php:814
|
8513 |
msgid " Follow these instructions to set up your listener at your PayPal account:"
|
8514 |
msgstr ""
|
8515 |
|
8516 |
+
#: core/lib/wpbc_all_translations1.php:658 inc/gateways/paypal/wpbc-gw-paypal.php:816
|
8517 |
msgid "Click Profile on the My Account tab."
|
8518 |
msgstr ""
|
8519 |
|
8520 |
+
#: core/lib/wpbc_all_translations1.php:659 inc/gateways/paypal/wpbc-gw-paypal.php:817
|
8521 |
msgid "Click Instant Payment Notification Preferences in the Selling Preferences column."
|
8522 |
msgstr ""
|
8523 |
|
8524 |
+
#: core/lib/wpbc_all_translations1.php:660 inc/gateways/paypal/wpbc-gw-paypal.php:818
|
8525 |
msgid "Click Choose IPN Settings to specify your listeners URL and activate the listener."
|
8526 |
msgstr ""
|
8527 |
|
8528 |
+
#: core/lib/wpbc_all_translations1.php:661 inc/gateways/paypal/wpbc-gw-paypal.php:819
|
8529 |
msgid "Specify the URL for your listener in the Notification URL field as:"
|
8530 |
msgstr ""
|
8531 |
|
8532 |
+
#: core/lib/wpbc_all_translations1.php:662 inc/gateways/paypal/wpbc-gw-paypal.php:821
|
8533 |
msgid "Click Receive IPN messages (Enabled) to enable your listener."
|
8534 |
msgstr ""
|
8535 |
|
8536 |
+
#: core/lib/wpbc_all_translations1.php:663 inc/gateways/paypal/wpbc-gw-paypal.php:822
|
8537 |
msgid "Click Save."
|
8538 |
msgstr ""
|
8539 |
|
8540 |
+
#: core/lib/wpbc_all_translations1.php:664 inc/gateways/paypal/wpbc-gw-paypal.php:823
|
8541 |
msgid "Click Back to Profile Summary to return to the Profile after activating your listener."
|
8542 |
msgstr ""
|
8543 |
|
8544 |
+
#: core/lib/wpbc_all_translations1.php:665 inc/gateways/paypal/wpbc-gw-paypal.php:985
|
8545 |
msgid "PayPal"
|
8546 |
msgstr ""
|
8547 |
|
8548 |
+
#: core/lib/wpbc_all_translations1.php:666 inc/gateways/paypal/wpbc-gw-paypal.php:987
|
8549 |
msgid "Integration of Paypal payment system"
|
8550 |
msgstr ""
|
8551 |
|
8552 |
+
#: core/lib/wpbc_all_translations1.php:667 inc/gateways/paypal/wpbc-gw-paypal.php:1108
|
8553 |
msgid "PayPal IPN"
|
8554 |
msgstr ""
|
8555 |
|
8556 |
+
#: core/lib/wpbc_all_translations1.php:668 inc/gateways/sage/wpbc-gw-sage.php:355
|
8557 |
#, php-format
|
8558 |
msgid "Pay using %s payment service"
|
8559 |
msgstr ""
|
8560 |
|
8561 |
+
#: core/lib/wpbc_all_translations1.php:669 inc/gateways/sage/wpbc-gw-sage.php:395
|
8562 |
msgid "Vendor Name"
|
8563 |
msgstr ""
|
8564 |
|
8565 |
+
#: core/lib/wpbc_all_translations1.php:670 inc/gateways/sage/wpbc-gw-sage.php:397
|
8566 |
msgid "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when you applied."
|
8567 |
msgstr ""
|
8568 |
|
8569 |
+
#: core/lib/wpbc_all_translations1.php:671 inc/gateways/sage/wpbc-gw-sage.php:410
|
8570 |
msgid "XOR Encryption password"
|
8571 |
msgstr ""
|
8572 |
|
8573 |
+
#: core/lib/wpbc_all_translations1.php:672 inc/gateways/sage/wpbc-gw-sage.php:412
|
8574 |
msgid "Set this value to the XOR Encryption password assigned to you by Sage Pay"
|
8575 |
msgstr ""
|
8576 |
|
8577 |
+
#: core/lib/wpbc_all_translations1.php:673 inc/gateways/ideal/wpbc-gw-ideal.php:421
|
8578 |
#: inc/gateways/sage/wpbc-gw-sage.php:425
|
8579 |
msgid "Select TEST for the Test Server and LIVE in the live environment"
|
8580 |
msgstr ""
|
8581 |
|
8582 |
+
#: core/lib/wpbc_all_translations1.php:674 inc/gateways/ideal/wpbc-gw-ideal.php:433
|
8583 |
#: inc/gateways/sage/wpbc-gw-sage.php:429 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:533
|
8584 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:576
|
8585 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:591
|
8586 |
msgid "TEST"
|
8587 |
msgstr ""
|
8588 |
|
8589 |
+
#: core/lib/wpbc_all_translations1.php:675 inc/gateways/ideal/wpbc-gw-ideal.php:434
|
8590 |
#: inc/gateways/sage/wpbc-gw-sage.php:430 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:534
|
8591 |
msgid "LIVE"
|
8592 |
msgstr ""
|
8593 |
|
8594 |
+
#: core/lib/wpbc_all_translations1.php:676 inc/gateways/sage/wpbc-gw-sage.php:439
|
8595 |
msgid "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports those payment types"
|
8596 |
msgstr ""
|
8597 |
|
8598 |
+
#: core/lib/wpbc_all_translations1.php:677 inc/gateways/sage/wpbc-gw-sage.php:443
|
8599 |
msgid "PAYMENT"
|
8600 |
msgstr ""
|
8601 |
|
8602 |
+
#: core/lib/wpbc_all_translations1.php:678 inc/gateways/sage/wpbc-gw-sage.php:444
|
8603 |
msgid "DEFERRED"
|
8604 |
msgstr ""
|
8605 |
|
8606 |
+
#: core/lib/wpbc_all_translations1.php:679 inc/gateways/sage/wpbc-gw-sage.php:445
|
8607 |
msgid "AUTHENTICATE"
|
8608 |
msgstr ""
|
8609 |
|
8610 |
+
#: core/lib/wpbc_all_translations1.php:680 inc/gateways/sage/wpbc-gw-sage.php:454
|
8611 |
msgid "Yen"
|
8612 |
msgstr ""
|
8613 |
|
8614 |
+
#: core/lib/wpbc_all_translations1.php:681 inc/gateways/sage/wpbc-gw-sage.php:467
|
8615 |
msgid "Israeli Shekel"
|
8616 |
msgstr ""
|
8617 |
|
8618 |
+
#: core/lib/wpbc_all_translations1.php:682 inc/gateways/sage/wpbc-gw-sage.php:782
|
8619 |
msgid "Sage"
|
8620 |
msgstr ""
|
8621 |
|
8622 |
+
#: core/lib/wpbc_all_translations1.php:683 inc/gateways/sage/wpbc-gw-sage.php:784
|
8623 |
msgid "Integration of Sage payment system"
|
8624 |
msgstr ""
|
8625 |
|
8626 |
+
#: core/lib/wpbc_all_translations1.php:684 inc/gateways/sage/wpbc-gw-sage.php:876
|
8627 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1143
|
8628 |
#, php-format
|
8629 |
msgid "If you have no account on this system, please visit %s to create one."
|
8630 |
msgstr ""
|
8631 |
|
8632 |
+
#: core/lib/wpbc_all_translations1.php:685 core/wpbc-functions.php:3515
|
8633 |
msgid "Payment rejected"
|
8634 |
msgstr ""
|
8635 |
|
8636 |
+
#: core/lib/wpbc_all_translations1.php:686 inc/gateways/ideal/wpbc-gw-ideal.php:389
|
8637 |
msgid "Merchant ID"
|
8638 |
msgstr ""
|
8639 |
|
8640 |
+
#: core/lib/wpbc_all_translations1.php:687 inc/gateways/ideal/wpbc-gw-ideal.php:391
|
8641 |
msgid "Enter your iDEAL Merchant ID"
|
8642 |
msgstr ""
|
8643 |
|
8644 |
+
#: core/lib/wpbc_all_translations1.php:688 inc/gateways/ideal/wpbc-gw-ideal.php:406
|
8645 |
msgid "Enter your iDEAL Merchant Key."
|
8646 |
msgstr ""
|
8647 |
|
8648 |
+
#: core/lib/wpbc_all_translations1.php:689 inc/gateways/ideal/wpbc-gw-ideal.php:424
|
8649 |
#, php-format
|
8650 |
msgid "Test mode requires the option %s to be selected in the %s account configuration section %s"
|
8651 |
msgstr ""
|
8652 |
|
8653 |
+
#: core/lib/wpbc_all_translations1.php:690 inc/gateways/ideal/wpbc-gw-ideal.php:425
|
8654 |
msgid "Test with Simulator"
|
8655 |
msgstr ""
|
8656 |
|
8657 |
+
#: core/lib/wpbc_all_translations1.php:691 inc/gateways/ideal/wpbc-gw-ideal.php:427
|
8658 |
msgid "My Profile – Connection"
|
8659 |
msgstr ""
|
8660 |
|
8661 |
+
#: core/lib/wpbc_all_translations1.php:692 inc/gateways/ideal/wpbc-gw-ideal.php:483
|
8662 |
#, php-format
|
8663 |
msgid ""
|
8664 |
"If not supplied then the description as configured in the administration/management portal "
|
8666 |
"be applied."
|
8667 |
msgstr ""
|
8668 |
|
8669 |
+
#: core/lib/wpbc_all_translations1.php:693 inc/gateways/ideal/wpbc-gw-ideal.php:484
|
8670 |
msgid "Always use Description"
|
8671 |
msgstr ""
|
8672 |
|
8673 |
+
#: core/lib/wpbc_all_translations1.php:694 inc/gateways/ideal/wpbc-gw-ideal.php:803
|
8674 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1050
|
8675 |
#, php-format
|
8676 |
msgid "Integration of %s payment system"
|
8677 |
msgstr ""
|
8678 |
|
8679 |
+
#: core/lib/wpbc_all_translations1.php:695 inc/gateways/ideal/wpbc-gw-ideal.php:894
|
8680 |
#, php-format
|
8681 |
msgid "Processing your %s payments through %s"
|
8682 |
msgstr ""
|
8683 |
|
8684 |
+
#: core/lib/wpbc_all_translations1.php:696 core/wpbc-emails.php:266
|
8685 |
#, php-format
|
8686 |
msgid "%s - inserting link for export booking to"
|
8687 |
msgstr ""
|
8688 |
|
8689 |
+
#: core/lib/wpbc_all_translations1.php:697 inc/_ps/admin/br-table-export-feeds.php:176
|
8690 |
msgid ".ics Feed URL"
|
8691 |
msgstr ""
|
8692 |
|
8693 |
+
#: core/lib/wpbc_all_translations1.php:698 core/wpbc-emails.php:247 core/wpbc-emails.php:248
|
8694 |
#: core/wpbc-emails.php:249 core/wpbc-emails.php:250 core/wpbc-emails.php:251
|
8695 |
#: core/wpbc-emails.php:252 core/wpbc-emails.php:253
|
8696 |
#, php-format
|
8697 |
msgid "%s - inserting modification date of booking "
|
8698 |
msgstr ""
|
8699 |
|
8700 |
+
#: core/lib/wpbc_all_translations1.php:699 inc/_ps/form/class-wpbc-form-help.php:687
|
8701 |
msgid "Coupon discount value of the booking."
|
8702 |
msgstr ""
|
8703 |
|
8704 |
+
#: core/lib/wpbc_all_translations1.php:700
|
8705 |
msgid "Stripe. Ouch, something went wrong!"
|
8706 |
msgstr ""
|
8707 |
|
8708 |
+
#: core/lib/wpbc_all_translations1.php:701
|
8709 |
#, php-format
|
8710 |
msgid "Please pay %s"
|
8711 |
msgstr ""
|
8712 |
|
8713 |
+
#: core/lib/wpbc_all_translations1.php:702 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:528
|
8714 |
msgid "Chose payment account"
|
8715 |
msgstr ""
|
8716 |
|
8717 |
+
#: core/lib/wpbc_all_translations1.php:703 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:544
|
8718 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:576
|
8719 |
msgid "Publishable key"
|
8720 |
msgstr ""
|
8721 |
|
8722 |
+
#: core/lib/wpbc_all_translations1.php:704 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:559
|
8723 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:591
|
8724 |
msgid "Secret key"
|
8725 |
msgstr ""
|
8726 |
|
8727 |
+
#: core/lib/wpbc_all_translations1.php:705 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:763
|
8728 |
#: inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:812
|
8729 |
msgid "For more information:"
|
8730 |
msgstr ""
|
8731 |
|
8732 |
+
#: core/lib/wpbc_all_translations1.php:706 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1176
|
8733 |
#, php-format
|
8734 |
msgid "require PHP version %s or newer!"
|
8735 |
msgstr ""
|
8736 |
|
8737 |
+
#: core/lib/wpbc_all_translations1.php:707 inc/_bl/admin/page-search.php:145
|
8738 |
#, php-format
|
8739 |
msgid "%s - ID of booking resource, "
|
8740 |
msgstr ""
|
8741 |
|
8742 |
+
#: core/lib/wpbc_all_translations1.php:708 inc/_bl/admin/page-search.php:146
|
8743 |
#, php-format
|
8744 |
msgid "%s - ID of page with booking form, "
|
8745 |
msgstr ""
|
8746 |
|
8747 |
+
#: core/lib/wpbc_all_translations1.php:709 inc/_bs/admin/page-email-payment.php:698
|
8748 |
msgid "Email with Payment Request which is sent to Visitor."
|
8749 |
msgstr ""
|
8750 |
|
8751 |
+
#: core/lib/wpbc_all_translations1.php:710 inc/_ps/admin/page-email-edit.php:558
|
8752 |
msgid "Customization of email template, which is sent after modification of booking"
|
8753 |
msgstr ""
|
8754 |
|
8755 |
+
#: core/lib/wpbc_all_translations1.php:711 inc/_ps/admin/page-email-edit.php:694
|
8756 |
msgid "Email is sent to Visitor after Editing of booking."
|
8757 |
msgstr ""
|
8758 |
|
8759 |
+
#: core/lib/wpbc_all_translations1.php:712 core/lib/wpdev-booking-class.php:693
|
8760 |
msgid "Booking resource type is not defined. This can be, when at the URL is wrong booking hash."
|
8761 |
msgstr ""
|
8762 |
|
8763 |
+
#: core/lib/wpbc_all_translations1.php:713 core/lib/wpdev-booking-class.php:1050
|
8764 |
msgid "My bookings"
|
8765 |
msgstr ""
|
8766 |
|
8767 |
+
#: core/lib/wpbc_all_translations1.php:714 core/wpbc-emails.php:273
|
8768 |
#, php-format
|
8769 |
msgid ""
|
8770 |
"%s - inserting link to the page where visitor can see listing of own bookings, (possible to use "
|
8771 |
"the %s parameter for setting different %s of this page. Example: %s )"
|
8772 |
msgstr ""
|
8773 |
|
8774 |
+
#: core/lib/wpbc_all_translations1.php:715 inc/_bl/admin/page-search.php:718
|
8775 |
msgid "Inline Search Form Template"
|
8776 |
msgstr ""
|
8777 |
|
8778 |
+
#: core/lib/wpbc_all_translations1.php:716 inc/_bm/admin/api-settings-m.php:275
|
8779 |
msgid "Show booking details in tooltip"
|
8780 |
msgstr ""
|
8781 |
|
8782 |
+
#: core/lib/wpbc_all_translations1.php:717 inc/_bm/admin/api-settings-m.php:276
|
8783 |
#, php-format
|
8784 |
msgid ""
|
8785 |
"Check this box to display booking details with a tooltip, when mouse hovers over each day on the "
|
8786 |
"calendar(s). %sIts works only for bookings for specific timeslot(s)!%s"
|
8787 |
msgstr ""
|
8788 |
|
8789 |
+
#: core/lib/wpbc_all_translations1.php:718 inc/_bm/admin/api-settings-m.php:284
|
8790 |
msgid "Booking details"
|
8791 |
msgstr ""
|
8792 |
|
8793 |
+
#: core/lib/wpbc_all_translations1.php:719 inc/_bm/admin/api-settings-m.php:285
|
8794 |
msgid "You can use the shortcodes from the bottom form of Settings Fields page."
|
8795 |
msgstr ""
|
8796 |
|
8797 |
+
#: core/lib/wpbc_all_translations1.php:720 inc/_bm/admin/api-settings-m.php:299
|
8798 |
msgid "This option can impact to speed of page loading."
|
8799 |
msgstr ""
|
8800 |
|
8801 |
+
#: core/lib/wpbc_all_translations1.php:721 inc/_bm/admin/page-cost-advanced.php:680
|
8802 |
msgid ""
|
8803 |
"Use arithmetic expressions in cost configurations, including fields shortcodes and simple "
|
8804 |
"mathematics operations"
|
8805 |
msgstr ""
|
8806 |
|
8807 |
+
#: core/lib/wpbc_all_translations1.php:722 inc/_bm/admin/page-cost-advanced.php:682
|
8808 |
#, php-format
|
8809 |
msgid "if selected %s"
|
8810 |
msgstr ""
|
8811 |
|
8812 |
+
#: core/lib/wpbc_all_translations1.php:723 inc/_bs/admin/api-settings-s.php:304
|
8813 |
msgid "Set check out date as available"
|
8814 |
msgstr ""
|
8815 |
|
8816 |
+
#: core/lib/wpbc_all_translations1.php:724 inc/_bs/admin/api-settings-s.php:305
|
8817 |
msgid "Check this option, to remove last selected day of saving to booking."
|
8818 |
msgstr ""
|
8819 |
|
8820 |
+
#: core/lib/wpbc_all_translations1.php:725 inc/_bs/admin/api-settings-s.php:489
|
8821 |
msgid "Auto approve bookings during import"
|
8822 |
msgstr ""
|
8823 |
|
8824 |
+
#: core/lib/wpbc_all_translations1.php:726 inc/_bs/admin/api-settings-s.php:490
|
8825 |
#, php-format
|
8826 |
msgid ""
|
8827 |
"Check this checkbox to activate auto approve of all bookings %sduring import from external "
|
8828 |
"source(s)%s."
|
8829 |
msgstr ""
|
8830 |
|
8831 |
+
#: core/lib/wpbc_all_translations1.php:727 inc/_bs/admin/api-settings-s.php:497
|
8832 |
msgid "Auto approve booking, if booking cost is zero"
|
8833 |
msgstr ""
|
8834 |
|
8835 |
+
#: core/lib/wpbc_all_translations1.php:728 inc/_bs/admin/api-settings-s.php:498
|
8836 |
#, php-format
|
8837 |
msgid "Check this checkbox to activate auto approve of booking, %swhen cost of booking is zero%s."
|
8838 |
msgstr ""
|
8839 |
|
8840 |
+
#: core/lib/wpbc_all_translations1.php:729 inc/_bs/admin/api-settings-s.php:505
|
8841 |
msgid "Auto approve bookings after creation booking in admin panel"
|
8842 |
msgstr ""
|
8843 |
|
8844 |
+
#: core/lib/wpbc_all_translations1.php:730 inc/_bs/admin/api-settings-s.php:506
|
8845 |
#, php-format
|
8846 |
msgid ""
|
8847 |
"Check this checkbox to activate auto approve of booking, %sif booking was made in admin panel%s."
|
8848 |
msgstr ""
|
8849 |
|
8850 |
+
#: core/lib/wpbc_all_translations1.php:731 inc/_mu/admin/api-settings-u.php:62
|
8851 |
msgid "Activate custom booking forms for regular users"
|
8852 |
msgstr ""
|
8853 |
|
8854 |
+
#: core/lib/wpbc_all_translations1.php:732 inc/_mu/admin/api-settings-u.php:63
|
8855 |
msgid "Check this box if you want to use multiple custom booking forms for activated regular users"
|
8856 |
msgstr ""
|
8857 |
|
8858 |
+
#: core/lib/wpbc_all_translations1.php:733 inc/_ps/admin/api-settings-p.php:98
|
8859 |
msgid "Start / End time for Calendar Overview"
|
8860 |
msgstr ""
|
8861 |
|
8862 |
+
#: core/lib/wpbc_all_translations1.php:734 inc/_ps/admin/api-settings-p.php:146
|
8863 |
#, php-format
|
8864 |
msgid "Select start and end time showing for Calendar Overview in %sDay%s view mode"
|
8865 |
msgstr ""
|
8866 |
|
8867 |
+
#: core/lib/wpbc_all_translations1.php:735 inc/_ps/admin/api-settings-p.php:279
|
8868 |
msgid "Show / hide notes"
|
8869 |
msgstr ""
|
8870 |
|
8871 |
+
#: core/lib/wpbc_all_translations1.php:736 inc/_ps/admin/api-settings-p.php:280
|
8872 |
msgid "Check this box if you want to open notes section by default in Booking Listing page."
|
8873 |
msgstr ""
|
8874 |
|
8875 |
+
#: core/lib/wpbc_all_translations1.php:737 inc/_ps/admin/api-settings-p.php:340
|
8876 |
+
#: js/wpbc-gutenberg.js:1256
|
8877 |
msgid "URL of page for customer bookings listing"
|
8878 |
msgstr ""
|
8879 |
|
8880 |
+
#: core/lib/wpbc_all_translations1.php:738 inc/_ps/admin/api-settings-p.php:341
|
8881 |
#, php-format
|
8882 |
msgid ""
|
8883 |
"Type URL for %svisitors%s to view own bookings. You must insert %s shortcode into this page."
|
8884 |
msgstr ""
|
8885 |
|
8886 |
+
#: core/lib/wpbc_all_translations1.php:739 inc/gateways/page-gateways.php:105
|
8887 |
msgid "Do not show payment form, after submit booking form"
|
8888 |
msgstr ""
|
8889 |
|
8890 |
+
#: core/lib/wpbc_all_translations1.php:740 inc/gateways/page-gateways.php:106
|
8891 |
msgid "Check this box if you want to show payment form only after sending payment request by email"
|
8892 |
msgstr ""
|
8893 |
|
8894 |
+
#: core/lib/wpbc_all_translations1.php:741 inc/gateways/page-gateways.php:115
|
8895 |
msgid "Auto send payment request after creation booking in admin panel"
|
8896 |
msgstr ""
|
8897 |
|
8898 |
+
#: core/lib/wpbc_all_translations1.php:742 inc/gateways/page-gateways.php:116
|
8899 |
msgid ""
|
8900 |
"Check this box if you want automatically send payment request to visitor, if booking was made in "
|
8901 |
"admin panel"
|
8902 |
msgstr ""
|
8903 |
|
8904 |
+
#: core/lib/wpbc_all_translations1.php:743 inc/gateways/page-gateways.php:139
|
8905 |
msgid "Show deposit and total booking cost together"
|
8906 |
msgstr ""
|
8907 |
|
8908 |
+
#: core/lib/wpbc_all_translations1.php:744 inc/gateways/page-gateways.php:140
|
8909 |
msgid ""
|
8910 |
"Check this box if you want to show deposit amount and total booking cost, after submit of "
|
8911 |
"booking."
|
8912 |
msgstr ""
|
8913 |
|
8914 |
+
#: core/lib/wpbc_all_translations1.php:745 inc/gateways/page-gateways.php:152
|
8915 |
msgid ""
|
8916 |
"Please note, at admin panel for booking will be saved deposit cost and notes about deposit, do "
|
8917 |
"not depend from the visitor choice of this payment. You need to check each such payment manually!"
|
8918 |
msgstr ""
|
8919 |
|
8920 |
+
#: core/lib/wpbc_all_translations1.php:746 inc/gateways/page-gateways.php:163
|
8921 |
msgid "Send email on cost changes"
|
8922 |
msgstr ""
|
8923 |
|
8924 |
+
#: core/lib/wpbc_all_translations1.php:747 inc/gateways/page-gateways.php:164
|
8925 |
msgid ""
|
8926 |
"Check this box if you want to send booking modification email, if cost of booking was edited in "
|
8927 |
"booking listing page."
|
8928 |
msgstr ""
|
8929 |
|
8930 |
+
#: core/lib/wpbc_all_translations1.php:748 inc/gateways/page-gateways.php:610
|
8931 |
#: inc/gateways/page-gateways.php:656
|
8932 |
msgid "Payment Options"
|
8933 |
msgstr ""
|
8934 |
|
8935 |
+
#: core/lib/wpbc_all_translations1.php:749 core/wpbc-js.php:141
|
8936 |
msgid "Times:"
|
8937 |
msgstr ""
|
8938 |
|
8939 |
+
#: core/lib/wpbc_all_translations1.php:750 inc/_bm/admin/page-cost-early-late-booking.php:74
|
8940 |
msgid "Set Early / Late Booking"
|
8941 |
msgstr ""
|
8942 |
|
8943 |
+
#: core/lib/wpbc_all_translations1.php:751 inc/_bm/admin/page-cost-early-late-booking.php:139
|
8944 |
#, php-format
|
8945 |
msgid "%sEarly booking discount%s for booking resource"
|
8946 |
msgstr ""
|
8947 |
|
8948 |
+
#: core/lib/wpbc_all_translations1.php:752 inc/_bm/admin/page-cost-early-late-booking.php:157
|
8949 |
#: inc/_bm/admin/page-cost-early-late-booking.php:166
|
8950 |
#: inc/_bm/admin/page-cost-early-late-booking.php:185
|
8951 |
#: inc/_bm/admin/page-cost-early-late-booking.php:358
|
8954 |
msgid "Discount"
|
8955 |
msgstr ""
|
8956 |
|
8957 |
+
#: core/lib/wpbc_all_translations1.php:753 inc/_bm/admin/page-cost-early-late-booking.php:223
|
8958 |
#, php-format
|
8959 |
msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %smore%s than"
|
8960 |
msgstr ""
|
8961 |
|
8962 |
+
#: core/lib/wpbc_all_translations1.php:754 inc/_bm/admin/page-cost-early-late-booking.php:276
|
8963 |
#: inc/_bm/admin/page-cost-early-late-booking.php:476
|
8964 |
#, php-format
|
8965 |
msgid "Apply discount, only if %scheck in%s day inside of this %sseason filter%s"
|
8966 |
msgstr ""
|
8967 |
|
8968 |
+
#: core/lib/wpbc_all_translations1.php:755 inc/_bm/admin/page-cost-early-late-booking.php:340
|
8969 |
#, php-format
|
8970 |
msgid "%sLast minute booking discount%s for booking resource"
|
8971 |
msgstr ""
|
8972 |
|
8973 |
+
#: core/lib/wpbc_all_translations1.php:756 inc/_bm/admin/page-cost-early-late-booking.php:424
|
8974 |
#, php-format
|
8975 |
msgid "Apply discount, only if difference between %stoday%s and %scheck in%s day %sless%s than"
|
8976 |
msgstr ""
|
8977 |
|
8978 |
+
#: core/lib/wpbc_all_translations1.php:757 inc/_bm/admin/page-cost.php:222
|
8979 |
msgid "Early / Late Booking"
|
8980 |
msgstr ""
|
8981 |
|
8982 |
+
#: core/lib/wpbc_all_translations1.php:758 inc/_bm/admin/page-cost.php:231
|
8983 |
msgid "Set Early / Late Booking Amount"
|
8984 |
msgstr ""
|
8985 |
|
8986 |
+
#: core/lib/wpbc_all_translations1.php:759 inc/_bm/admin/page-cost.php:697
|
8987 |
msgid "Set Early / Late booking discount"
|
8988 |
msgstr ""
|
8989 |
|
8990 |
+
#: core/lib/wpbc_all_translations1.php:760 inc/_bm/admin/page-cost.php:698
|
8991 |
msgid "Early / Late"
|
8992 |
msgstr ""
|
8993 |
|
8994 |
+
#: core/lib/wpbc_all_translations1.php:761 js/wpbc-gutenberg.js:55
|
8995 |
msgid "Show a booking form, availability calendar or other elements from Booking Calendar plugin."
|
8996 |
msgstr ""
|
8997 |
|
8998 |
+
#: core/lib/wpbc_all_translations1.php:762 js/wpbc-gutenberg.js:142
|
8999 |
msgid "Configure Booking Calendar Block"
|
9000 |
msgstr ""
|
9001 |
|
9002 |
+
#: core/lib/wpbc_all_translations1.php:763
|
9003 |
msgid "Click to Preview Block"
|
9004 |
msgstr ""
|
9005 |
|
9006 |
+
#: core/lib/wpbc_all_translations1.php:764 js/wpbc-gutenberg.js:615 js/wpbc-gutenberg.js:705
|
9007 |
+
#: js/wpbc-gutenberg.js:898
|
9008 |
msgid "Visible months number"
|
9009 |
msgstr ""
|
9010 |
|
9011 |
+
#: core/lib/wpbc_all_translations1.php:765 js/wpbc-gutenberg.js:618 js/wpbc-gutenberg.js:708
|
9012 |
+
#: js/wpbc-gutenberg.js:901
|
9013 |
msgid "Start month"
|
9014 |
msgstr ""
|
9015 |
|
9016 |
+
#: core/lib/wpbc_all_translations1.php:766 js/wpbc-gutenberg.js:621 js/wpbc-gutenberg.js:975
|
9017 |
msgid "Custom booking form"
|
9018 |
msgstr ""
|
9019 |
|
9020 |
+
#: core/lib/wpbc_all_translations1.php:767 js/wpbc-gutenberg.js:624 js/wpbc-gutenberg.js:711
|
9021 |
+
#: js/wpbc-gutenberg.js:907
|
9022 |
msgid "Unavailable dates from other booking resources"
|
9023 |
msgstr ""
|
9024 |
|
9025 |
+
#: core/lib/wpbc_all_translations1.php:768 js/wpbc-gutenberg.js:660
|
9026 |
msgid "Availability Calendar"
|
9027 |
msgstr ""
|
9028 |
|
9029 |
+
#: core/lib/wpbc_all_translations1.php:769 js/wpbc-gutenberg.js:784 js/wpbc-gutenberg.js:886
|
9030 |
msgid "Booking resource(s)"
|
9031 |
msgstr ""
|
9032 |
|
9033 |
+
#: core/lib/wpbc_all_translations1.php:770 js/wpbc-gutenberg.js:821
|
9034 |
msgid "Show from/to"
|
9035 |
msgstr ""
|
9036 |
|
9037 |
+
#: core/lib/wpbc_all_translations1.php:771 js/wpbc-gutenberg.js:838
|
9038 |
msgid "All booking resources"
|
9039 |
msgstr ""
|
9040 |
|
9041 |
+
#: core/lib/wpbc_all_translations1.php:772 js/wpbc-gutenberg.js:855
|
9042 |
msgid "Selection of Resources"
|
9043 |
msgstr ""
|
9044 |
|
9045 |
+
#: core/lib/wpbc_all_translations1.php:773 js/wpbc-gutenberg.js:892
|
9046 |
msgid "Selected booking resource (by default)"
|
9047 |
msgstr ""
|
9048 |
|
9049 |
+
#: core/lib/wpbc_all_translations1.php:774 js/wpbc-gutenberg.js:895
|
9050 |
msgid "Title of first option in list"
|
9051 |
msgstr ""
|
9052 |
|
9053 |
+
#: core/lib/wpbc_all_translations1.php:775 js/wpbc-gutenberg.js:904
|
9054 |
msgid "Custom booking form for all booking resources"
|
9055 |
msgstr ""
|
9056 |
|
9057 |
+
#: core/lib/wpbc_all_translations1.php:776 js/wpbc-gutenberg.js:939
|
9058 |
msgid "Booking Form (without calendar)"
|
9059 |
msgstr ""
|
9060 |
|
9061 |
+
#: core/lib/wpbc_all_translations1.php:777 js/wpbc-gutenberg.js:972
|
9062 |
msgid "Date for submit booking"
|
9063 |
msgstr ""
|
9064 |
|
9065 |
+
#: core/lib/wpbc_all_translations1.php:778 js/wpbc-gutenberg.js:1004
|
9066 |
msgid "Search Availability form"
|
9067 |
msgstr ""
|
9068 |
|
9069 |
+
#: core/lib/wpbc_all_translations1.php:779 js/wpbc-gutenberg.js:1035
|
9070 |
msgid "Show search results on other page"
|
9071 |
msgstr ""
|
9072 |
|
9073 |
+
#: core/lib/wpbc_all_translations1.php:780 js/wpbc-gutenberg.js:1038
|
9074 |
msgid "Search results page must have this shortcode"
|
9075 |
msgstr ""
|
9076 |
|
9077 |
+
#: core/lib/wpbc_all_translations1.php:781 js/wpbc-gutenberg.js:1041
|
9078 |
msgid "Show search results in the same page"
|
9079 |
msgstr ""
|
9080 |
|
9081 |
+
#: core/lib/wpbc_all_translations1.php:782 js/wpbc-gutenberg.js:1044
|
9082 |
msgid "Search Results Title"
|
9083 |
msgstr ""
|
9084 |
|
9085 |
+
#: core/lib/wpbc_all_translations1.php:783 js/wpbc-gutenberg.js:1047
|
9086 |
msgid "Title, if no search results"
|
9087 |
msgstr ""
|
9088 |
|
9089 |
+
#: core/lib/wpbc_all_translations1.php:784 js/wpbc-gutenberg.js:1050
|
9090 |
msgid "Search in booking resources of WP users"
|
9091 |
msgstr ""
|
9092 |
|
9093 |
+
#: core/lib/wpbc_all_translations1.php:785 js/wpbc-gutenberg.js:1104
|
9094 |
msgid "Show search results on this page, after redirection from search form at other page."
|
9095 |
msgstr ""
|
9096 |
|
9097 |
+
#: core/lib/wpbc_all_translations1.php:786 js/wpbc-gutenberg.js:1128
|
9098 |
msgid "System Block"
|
9099 |
msgstr ""
|
9100 |
|
9101 |
+
#: core/lib/wpbc_all_translations1.php:787 js/wpbc-gutenberg.js:1128
|
9102 |
msgid "Booking Calendar Editing"
|
9103 |
msgstr ""
|
9104 |
|
9105 |
+
#: core/lib/wpbc_all_translations1.php:788 js/wpbc-gutenberg.js:1159
|
9106 |
msgid ""
|
9107 |
"This block required for ability to edit, cancel the booking by visitor, who made the booking, or "
|
9108 |
"for ability to show payment form, after sending payment request."
|
9109 |
msgstr ""
|
9110 |
|
9111 |
+
#: core/lib/wpbc_all_translations1.php:789 js/wpbc-gutenberg.js:1164 js/wpbc-gutenberg.js:1250
|
9112 |
msgid "Link to this page must be defined"
|
9113 |
msgstr ""
|
9114 |
|
9115 |
+
#: core/lib/wpbc_all_translations1.php:790 js/wpbc-gutenberg.js:1168 js/wpbc-gutenberg.js:1254
|
9116 |
msgid "at this option"
|
9117 |
msgstr ""
|
9118 |
|
9119 |
+
#: core/lib/wpbc_all_translations1.php:791 js/wpbc-gutenberg.js:1178 js/wpbc-gutenberg.js:1264
|
9120 |
msgid "You can not open this page directly. Please, use links in "
|
9121 |
msgstr ""
|
9122 |
|
9123 |
+
#: core/lib/wpbc_all_translations1.php:792 js/wpbc-gutenberg.js:1186 js/wpbc-gutenberg.js:1272
|
9124 |
msgid "If you open this page directly, then you will see this error"
|
9125 |
msgstr ""
|
9126 |
|
9127 |
+
#: core/lib/wpbc_all_translations1.php:793 js/wpbc-gutenberg.js:1214
|
9128 |
msgid "Customer Bookings Listing"
|
9129 |
msgstr ""
|
9130 |
|
9131 |
+
#: core/lib/wpbc_all_translations1.php:794 js/wpbc-gutenberg.js:1245
|
9132 |
msgid ""
|
9133 |
"Visitors of your website, can view previous (own) bookings, by clicking on secret link in email, "
|
9134 |
"which is sending after booking created."
|
9135 |
msgstr ""
|
9136 |
|
9137 |
+
#: core/lib/wpbc_all_translations1.php:795 js/wpbc-gutenberg.js:1305
|
9138 |
msgid "Show Info of Booking Resource"
|
9139 |
msgstr ""
|
9140 |
|
9141 |
+
#: core/lib/wpbc_all_translations1.php:796 js/wpbc-gutenberg.js:1371
|
9142 |
msgid "Click to edit"
|
9143 |
msgstr ""
|
9144 |
|
9145 |
+
#: core/lib/wpbc_all_translations1.php:797 js/wpbc-gutenberg.js:1373
|
9146 |
msgid "This is not real preview. Its configuration block of \"Booking Calendar\"."
|
9147 |
msgstr ""
|
9148 |
|
9149 |
+
#: core/lib/wpbc_all_translations1.php:798 inc/_bl/admin/page-search.php:175
|
9150 |
msgid "Sort search results by"
|
9151 |
msgstr ""
|
9152 |
|
9153 |
+
#: core/lib/wpbc_all_translations1.php:799 inc/_bl/admin/page-search.php:176
|
9154 |
msgid "Select type of sorting search results"
|
9155 |
msgstr ""
|
9156 |
|
9157 |
+
#: core/lib/wpbc_all_translations1.php:800 inc/_bl/admin/page-search.php:180
|
9158 |
#: inc/_bl/admin/page-search.php:181
|
9159 |
msgid "ID of booking resource"
|
9160 |
msgstr ""
|
9161 |
|
9162 |
+
#: core/lib/wpbc_all_translations1.php:801 inc/_bl/admin/page-search.php:182
|
9163 |
#: inc/_bl/admin/page-search.php:183
|
9164 |
msgid "Title of booking resource"
|
9165 |
msgstr ""
|
9166 |
|
9167 |
+
#: core/lib/wpbc_all_translations1.php:802 inc/_bl/admin/page-search.php:184
|
9168 |
#: inc/_bl/admin/page-search.php:185
|
9169 |
msgid "Priority field of booking resource"
|
9170 |
msgstr ""
|
9171 |
|
9172 |
+
#: core/lib/wpbc_all_translations1.php:803 inc/_bl/admin/page-search.php:186
|
9173 |
#: inc/_bl/admin/page-search.php:187
|
9174 |
msgid "Cost of booking resource"
|
9175 |
msgstr ""
|
9176 |
|
9177 |
+
#: core/lib/wpbc_all_translations1.php:804 inc/_bl/admin/page-search.php:188
|
9178 |
#: inc/_bl/admin/page-search.php:189
|
9179 |
msgid "Cost of booking"
|
9180 |
msgstr ""
|
9181 |
|
9182 |
+
#: core/lib/wpbc_all_translations1.php:805 inc/_ps/admin/api-settings-p.php:260
|
9183 |
msgid "Deactivate send email option at Add Booking page"
|
9184 |
msgstr ""
|
9185 |
|
9186 |
+
#: core/lib/wpbc_all_translations1.php:806 inc/_ps/admin/api-settings-p.php:261
|
9187 |
msgid ""
|
9188 |
"Check this box if you want to deactivate by default option \"Send email\" at Add Booking page."
|
9189 |
msgstr ""
|
9190 |
|
9191 |
+
#: core/lib/wpbc_all_translations1.php:807 inc/_ps/admin/api-settings-p.php:269
|
9192 |
msgid "Deactivate send email option at Booking Listing page"
|
9193 |
msgstr ""
|
9194 |
|
9195 |
+
#: core/lib/wpbc_all_translations1.php:808 inc/_ps/admin/api-settings-p.php:270
|
9196 |
msgid ""
|
9197 |
"Check this box if you want to deactivate by default option \"Send email\" at Booking Listing "
|
9198 |
"page."
|
9199 |
msgstr ""
|
9200 |
|
9201 |
+
#: core/lib/wpbc_all_translations1.php:809 inc/_ps/admin/api-settings-p.php:291
|
9202 |
msgid "Force change booking resource for exist booking"
|
9203 |
msgstr ""
|
9204 |
|
9205 |
+
#: core/lib/wpbc_all_translations1.php:810 inc/_ps/admin/api-settings-p.php:292
|
9206 |
msgid ""
|
9207 |
"Check this box if you want to skip checking availability of new booking resource during changing "
|
9208 |
"booking resource of exist booking at Booking Listing page."
|
9209 |
msgstr ""
|
9210 |
|
9211 |
+
#: core/lib/wpbc_all_translations1.php:811 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:342
|
9212 |
msgid "Signature Key"
|
9213 |
msgstr ""
|
9214 |
|
9215 |
+
#: core/lib/wpbc_all_translations1.php:812 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:344
|
9216 |
msgid "Please enter the Signature Key, which you generated in the settings of Merchant Interface."
|
9217 |
msgstr ""
|
9218 |
|
9219 |
+
#: core/lib/wpbc_all_translations1.php:813 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:346
|
9220 |
msgid "To generate new Signature Key"
|
9221 |
msgstr ""
|
9222 |
|
9223 |
+
#: core/lib/wpbc_all_translations1.php:814 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:347
|
9224 |
#, php-format
|
9225 |
msgid "Log on to the %sMerchant Interface%s"
|
9226 |
msgstr ""
|
9227 |
|
9228 |
+
#: core/lib/wpbc_all_translations1.php:815 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:348
|
9229 |
msgid ""
|
9230 |
"In the merchant interface, go to Account > Settings > Security Settings > General Security "
|
9231 |
"Settings > API Credential & Keys"
|
9232 |
msgstr ""
|
9233 |
|
9234 |
+
#: core/lib/wpbc_all_translations1.php:816 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:349
|
9235 |
msgid "Answer the secret question."
|
9236 |
msgstr ""
|
9237 |
|
9238 |
+
#: core/lib/wpbc_all_translations1.php:817 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:350
|
9239 |
msgid "Select New Signature Key. Your signature key is displayed as a string."
|
9240 |
msgstr ""
|
9241 |
|
9242 |
+
#: core/lib/wpbc_all_translations1.php:818 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:351
|
9243 |
msgid "Click Copy to Clipboard."
|
9244 |
msgstr ""
|
9245 |
|
9246 |
+
#: core/lib/wpbc_all_translations1.php:819 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:352
|
9247 |
#, php-format
|
9248 |
msgid "For more information, please check %shere%s"
|
9249 |
msgstr ""
|
9250 |
|
9251 |
+
#: core/lib/wpbc_all_translations1.php:820 inc/gateways/authorizenet/wpbc-gw-authorizenet.php:886
|
9252 |
#, php-format
|
9253 |
msgid ""
|
9254 |
"If you have no account on this system, please sign up for a %sdeveloper test account%s to obtain "
|
9255 |
"an API Login ID and Signature Key. These keys will authenticate requests to the payment gateway."
|
9256 |
msgstr ""
|
9257 |
|
9258 |
+
#: core/lib/wpbc_all_translations1.php:821 core/timeline/v2/wpbc-class-timeline_v2.php:2570
|
9259 |
msgid "Loading"
|
9260 |
msgstr ""
|
9261 |
|
9262 |
+
#: core/lib/wpbc_all_translations1.php:822 core/wpbc-emails.php:262
|
9263 |
#, php-format
|
9264 |
msgid "%s - inserting link to approve booking in 1 mouse click "
|
9265 |
msgstr ""
|
9266 |
|
9267 |
+
#: core/lib/wpbc_all_translations1.php:823 core/wpbc-emails.php:263
|
9268 |
#, php-format
|
9269 |
msgid "%s - inserting link to set booking as pending in 1 mouse click "
|
9270 |
msgstr ""
|
9271 |
|
9272 |
+
#: core/lib/wpbc_all_translations1.php:824 core/wpbc-emails.php:264
|
9273 |
#, php-format
|
9274 |
msgid "%s - inserting link for move booking to trash in 1 mouse click "
|
9275 |
msgstr ""
|
9276 |
|
9277 |
+
#: core/lib/wpbc_all_translations1.php:825 inc/_bl/admin/page-search.php:708
|
9278 |
msgid "Flex Search Form Template"
|
9279 |
msgstr ""
|
9280 |
|
9281 |
+
#: core/lib/wpbc_all_translations1.php:826 inc/_bl/admin/page-search.php:772
|
9282 |
msgid "Flex"
|
9283 |
msgstr ""
|
9284 |
|
9285 |
+
#: core/lib/wpbc_all_translations1.php:827 inc/_ps/hash/wpbc-hash-functions.php:101
|
9286 |
#, php-format
|
9287 |
msgid "Booking %s have been approved."
|
9288 |
msgstr ""
|
9289 |
|
9290 |
+
#: core/lib/wpbc_all_translations1.php:828 inc/_ps/hash/wpbc-hash-functions.php:129
|
9291 |
#, php-format
|
9292 |
msgid "Booking %s have been set as pending."
|
9293 |
msgstr ""
|
9294 |
|
9295 |
+
#: core/lib/wpbc_all_translations1.php:829 inc/_ps/hash/wpbc-hash-functions.php:157
|
9296 |
#, php-format
|
9297 |
msgid "Booking %s have been moved to trash."
|
9298 |
msgstr ""
|
9299 |
|
9300 |
+
#: core/lib/wpbc_all_translations1.php:830 inc/_ps/p-toolbar.php:70 inc/_ps/p-toolbar.php:71
|
9301 |
msgid "Find lost bookings"
|
9302 |
msgstr ""
|
9303 |
|
9304 |
+
#: core/lib/wpbc_all_translations1.php:831 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1162
|
9305 |
#, php-format
|
9306 |
msgid "require correct configuration of this option: %sURL to edit bookings%s"
|
9307 |
msgstr ""
|
9308 |
|
9309 |
+
#: core/lib/wpbc_all_translations1.php:832 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:1204
|
9310 |
msgid "You may test your integration over HTTP. However, live integrations must use HTTPS."
|
9311 |
msgstr ""
|
9312 |
|
9313 |
+
#: core/lib/wpbc_all_translations1.php:833 inc/_bl/admin/page-search.php:224
|
9314 |
msgid "Select date format for search form"
|
9315 |
msgstr ""
|
9316 |
|
9317 |
+
#: core/lib/wpbc_all_translations1.php:834 inc/_ps/admin/api-settings-p.php:301
|
9318 |
msgid "Logging of booking approving or rejection"
|
9319 |
msgstr ""
|
9320 |
|
9321 |
+
#: core/lib/wpbc_all_translations1.php:835 inc/_ps/admin/api-settings-p.php:302
|
9322 |
msgid ""
|
9323 |
"Check this box if you want to log approving or rejection of bookings and add it to your booking "
|
9324 |
"notes."
|
9325 |
msgstr ""
|
9326 |
|
9327 |
+
#: core/lib/wpbc_all_translations1.php:836 inc/gateways/ipay88/wpbc-gw-ipay88.php:821
|
9328 |
#, php-format
|
9329 |
msgid "%sFor Malaysia Only%s. iPay88 - Payment Switching Gateway integration %s"
|
9330 |
msgstr ""
|
9331 |
|
9332 |
+
#: core/lib/wpbc_all_translations1.php:837 inc/gateways/page-gateways.php:125
|
9333 |
msgid "Update cost, after booking editing in admin panel"
|
9334 |
msgstr ""
|
9335 |
|
9336 |
+
#: core/lib/wpbc_all_translations1.php:838 inc/gateways/page-gateways.php:126
|
9337 |
msgid ""
|
9338 |
"Check this box if you want to update cost after editing booking in admin panel, based on new "
|
9339 |
"booking data"
|
9340 |
msgstr ""
|
9341 |
|
9342 |
+
#: core/lib/wpbc_all_translations1.php:839 core/wpbc-emails.php:202
|
9343 |
#, php-format
|
9344 |
msgid "%s - inserting check-in date (only date without time) (first day of reservation),"
|
9345 |
msgstr ""
|
9346 |
|
9347 |
+
#: core/lib/wpbc_all_translations1.php:840 core/wpbc-emails.php:207
|
9348 |
#, php-format
|
9349 |
msgid "%s - inserting check-out date (only date without time) (last day of reservation),"
|
9350 |
msgstr ""
|
9351 |
|
9352 |
+
#: core/lib/wpbc_all_translations1.php:841 inc/_bl/admin/page-search.php:190
|
9353 |
msgid "Shuffle"
|
9354 |
msgstr ""
|
9355 |
|
9356 |
+
#: core/lib/wpbc_all_translations1.php:842 inc/gateways/page-gateways.php:175
|
9357 |
msgid "Apply discount coupon code directly to days cost"
|
9358 |
msgstr ""
|
9359 |
|
9360 |
+
#: core/lib/wpbc_all_translations1.php:843 inc/gateways/page-gateways.php:176
|
9361 |
msgid ""
|
9362 |
"Check this box if you want apply discount coupon codes directly to days cost, without additional "
|
9363 |
"costs."
|
9364 |
msgstr ""
|
9365 |
|
9366 |
+
#: core/lib/wpbc_all_translations1.php:844 inc/_ps/admin/page-settings-form.php:339
|
9367 |
msgid "Calendar next to form"
|
9368 |
msgstr ""
|
9369 |
|
9370 |
+
#: core/lib/wpbc_all_translations1.php:845 inc/gateways/paypal/wpbc-gw-paypal.php:227
|
9371 |
msgid "PayPal fee"
|
9372 |
msgstr ""
|
9373 |
|
9374 |
+
#: core/lib/wpbc_all_translations1.php:846 inc/gateways/paypal/wpbc-gw-paypal.php:671
|
9375 |
msgid "PayPal Fee"
|
9376 |
msgstr ""
|
9377 |
|
9378 |
+
#: core/lib/wpbc_all_translations1.php:847 inc/gateways/paypal/wpbc-gw-paypal.php:674
|
9379 |
#, php-format
|
9380 |
msgid ""
|
9381 |
"If you need to add %sPayPal tax fee%s payment (only for PayPal payment system), then enter "
|
9382 |
"amount of tax fee in percents"
|
9383 |
msgstr ""
|
9384 |
|
9385 |
+
#: core/lib/wpbc_all_translations1.php:848 inc/_ps/wpbc-check-updates.php:114
|
9386 |
msgid "Auto-updates are not available for this plugin."
|
9387 |
msgstr ""
|
9388 |
|
9389 |
+
#: core/lib/wpbc_all_translations1.php:849 inc/_ps/admin/page-settings-form.php:350
|
9390 |
+
#: inc/_ps/admin/page-settings-form.php:362
|
9391 |
msgid "columns"
|
9392 |
msgstr ""
|
9393 |
|
9394 |
+
#: core/lib/wpbc_all_translations1.php:850 inc/_ps/admin/page-settings-form.php:374
|
9395 |
msgid "2 columns with times"
|
9396 |
msgstr ""
|
9397 |
|
9398 |
+
#: core/lib/wpbc_all_translations1.php:851 inc/_ps/admin/page-settings-form.php:409
|
9399 |
+
#: inc/_ps/admin/page-settings-form.php:419 inc/_ps/admin/page-settings-form.php:429
|
9400 |
msgid "Time slots"
|
9401 |
msgstr ""
|
9402 |
|
9403 |
+
#: core/lib/wpbc_all_translations1.php:852 inc/_ps/personal.php:1362
|
9404 |
msgid "The booked dates already in the past"
|
9405 |
msgstr ""
|
9406 |
|
9407 |
+
#: core/lib/wpbc_all_translations1.php:853 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:780
|
9408 |
msgid "Card"
|
9409 |
msgstr ""
|
9410 |
|
9411 |
+
#: core/lib/wpbc_all_translations1.php:854 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:807
|
9412 |
msgid "Payment Methods"
|
9413 |
msgstr ""
|
9414 |
|
9415 |
+
#: core/lib/wpbc_all_translations1.php:855 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:808
|
9416 |
msgid "Select one or several payment methods."
|
9417 |
msgstr ""
|
9418 |
|
9419 |
+
#: core/lib/wpbc_all_translations1.php:856 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:808
|
9420 |
msgid "Use Ctrl button to select multiple options."
|
9421 |
msgstr ""
|
9422 |
|
9423 |
+
#: core/lib/wpbc_all_translations1.php:857 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:811
|
9424 |
msgid ""
|
9425 |
"Different payment methods require different conditions. Some payment methods require selection "
|
9426 |
"of EUR currency, other available only in specific countries."
|
9427 |
msgstr ""
|
9428 |
|
9429 |
+
#: core/lib/wpbc_all_translations1.php:858 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:815
|
9430 |
msgid "can only be charged in"
|
9431 |
msgstr ""
|
9432 |
|
9433 |
+
#: core/lib/wpbc_all_translations1.php:859 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:816
|
9434 |
msgid "available only for countries"
|
9435 |
msgstr ""
|
9436 |
|
9437 |
+
#: core/lib/wpbc_all_translations1.php:860 inc/gateways/stripe_v3/wpbc-gw-stripe_v3.php:817
|
9438 |
msgid "require activation in your Stripe dashboard"
|
9439 |
msgstr ""
|
9440 |
+
|
9441 |
+
#: inc/_bl/admin/page-search.php:235
|
9442 |
+
msgid "Disable days selection"
|
9443 |
+
msgstr ""
|
9444 |
+
|
9445 |
+
#: inc/_bl/admin/page-search.php:236
|
9446 |
+
#, php-format
|
9447 |
+
msgid ""
|
9448 |
+
"Check this box to %sdisable days selection in calendar%s after redirection from search results"
|
9449 |
+
msgstr ""
|
9450 |
+
|
9451 |
+
#: inc/_bl/admin/page-search.php:237
|
9452 |
+
msgid ""
|
9453 |
+
"Use it to prevent bookings that are not allowed with such days selection in different booking "
|
9454 |
+
"resources."
|
9455 |
+
msgstr ""
|
languages/wpdev-country-list-de_DE.php
ADDED
@@ -0,0 +1,433 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
// Here you can translate countries into your languages, which is non English
|
3 |
+
|
4 |
+
// ISO 3166-1 country names and codes from http://opencountrycodes.appspot.com/javascript
|
5 |
+
global $wpdev_booking_country_list;
|
6 |
+
$wpdev_booking_country_list = array(
|
7 |
+
"CH" => "Schweiz",
|
8 |
+
"AF" => "Afghanistan"
|
9 |
+
);
|
10 |
+
|
11 |
+
global $wpbc_booking_region_cities_list;
|
12 |
+
$wpbc_booking_region_cities_list = array(
|
13 |
+
'Africa' => array()
|
14 |
+
, 'America' => array()
|
15 |
+
, 'Antarctica' => array()
|
16 |
+
, 'Arctic' => array()
|
17 |
+
, 'Asia' => array()
|
18 |
+
, 'Atlantic' => array()
|
19 |
+
, 'Australia' => array()
|
20 |
+
, 'Europe' => array()
|
21 |
+
, 'Indian' => array()
|
22 |
+
, 'Pacific' => array()
|
23 |
+
);
|
24 |
+
$wpbc_booking_region_cities_list["Africa"]["Abidjan"] = "Abidjan";
|
25 |
+
$wpbc_booking_region_cities_list["Africa"]["Accra"] = "Accra";
|
26 |
+
$wpbc_booking_region_cities_list["Africa"]["Addis_Ababa"] = "Addis Ababa";
|
27 |
+
$wpbc_booking_region_cities_list["Africa"]["Algiers"] = "Algiers";
|
28 |
+
$wpbc_booking_region_cities_list["Africa"]["Asmara"] = "Asmara";
|
29 |
+
$wpbc_booking_region_cities_list["Africa"]["Bamako"] = "Bamako";
|
30 |
+
$wpbc_booking_region_cities_list["Africa"]["Bangui"] = "Bangui";
|
31 |
+
$wpbc_booking_region_cities_list["Africa"]["Banjul"] = "Banjul";
|
32 |
+
$wpbc_booking_region_cities_list["Africa"]["Bissau"] = "Bissau";
|
33 |
+
$wpbc_booking_region_cities_list["Africa"]["Blantyre"] = "Blantyre";
|
34 |
+
$wpbc_booking_region_cities_list["Africa"]["Brazzaville"] = "Brazzaville";
|
35 |
+
$wpbc_booking_region_cities_list["Africa"]["Bujumbura"] = "Bujumbura";
|
36 |
+
$wpbc_booking_region_cities_list["Africa"]["Cairo"] = "Cairo";
|
37 |
+
$wpbc_booking_region_cities_list["Africa"]["Casablanca"] = "Casablanca";
|
38 |
+
$wpbc_booking_region_cities_list["Africa"]["Ceuta"] = "Ceuta";
|
39 |
+
$wpbc_booking_region_cities_list["Africa"]["Conakry"] = "Conakry";
|
40 |
+
$wpbc_booking_region_cities_list["Africa"]["Dakar"] = "Dakar";
|
41 |
+
$wpbc_booking_region_cities_list["Africa"]["Dar_es_Salaam"] = "Dar es Salaam";
|
42 |
+
$wpbc_booking_region_cities_list["Africa"]["Djibouti"] = "Djibouti";
|
43 |
+
$wpbc_booking_region_cities_list["Africa"]["Douala"] = "Douala";
|
44 |
+
$wpbc_booking_region_cities_list["Africa"]["El_Aaiun"] = "El Aaiun";
|
45 |
+
$wpbc_booking_region_cities_list["Africa"]["Freetown"] = "Freetown";
|
46 |
+
$wpbc_booking_region_cities_list["Africa"]["Gaborone"] = "Gaborone";
|
47 |
+
$wpbc_booking_region_cities_list["Africa"]["Harare"] = "Harare";
|
48 |
+
$wpbc_booking_region_cities_list["Africa"]["Johannesburg"] = "Johannesburg";
|
49 |
+
$wpbc_booking_region_cities_list["Africa"]["Kampala"] = "Kampala";
|
50 |
+
$wpbc_booking_region_cities_list["Africa"]["Khartoum"] = "Khartoum";
|
51 |
+
$wpbc_booking_region_cities_list["Africa"]["Kigali"] = "Kigali";
|
52 |
+
$wpbc_booking_region_cities_list["Africa"]["Kinshasa"] = "Kinshasa";
|
53 |
+
$wpbc_booking_region_cities_list["Africa"]["Lagos"] = "Lagos";
|
54 |
+
$wpbc_booking_region_cities_list["Africa"]["Libreville"] = "Libreville";
|
55 |
+
$wpbc_booking_region_cities_list["Africa"]["Lome"] = "Lome";
|
56 |
+
$wpbc_booking_region_cities_list["Africa"]["Luanda"] = "Luanda";
|
57 |
+
$wpbc_booking_region_cities_list["Africa"]["Lubumbashi"] = "Lubumbashi";
|
58 |
+
$wpbc_booking_region_cities_list["Africa"]["Lusaka"] = "Lusaka";
|
59 |
+
$wpbc_booking_region_cities_list["Africa"]["Malabo"] = "Malabo";
|
60 |
+
$wpbc_booking_region_cities_list["Africa"]["Maputo"] = "Maputo";
|
61 |
+
$wpbc_booking_region_cities_list["Africa"]["Maseru"] = "Maseru";
|
62 |
+
$wpbc_booking_region_cities_list["Africa"]["Mbabane"] = "Mbabane";
|
63 |
+
$wpbc_booking_region_cities_list["Africa"]["Mogadishu"] = "Mogadishu";
|
64 |
+
$wpbc_booking_region_cities_list["Africa"]["Monrovia"] = "Monrovia";
|
65 |
+
$wpbc_booking_region_cities_list["Africa"]["Nairobi"] = "Nairobi";
|
66 |
+
$wpbc_booking_region_cities_list["Africa"]["Ndjamena"] = "Ndjamena";
|
67 |
+
$wpbc_booking_region_cities_list["Africa"]["Niamey"] = "Niamey";
|
68 |
+
$wpbc_booking_region_cities_list["Africa"]["Nouakchott"] = "Nouakchott";
|
69 |
+
$wpbc_booking_region_cities_list["Africa"]["Ouagadougou"] = "Ouagadougou";
|
70 |
+
$wpbc_booking_region_cities_list["Africa"]["Porto-Novo"] = "Porto-Novo";
|
71 |
+
$wpbc_booking_region_cities_list["Africa"]["Sao_Tome"] = "Sao Tome";
|
72 |
+
$wpbc_booking_region_cities_list["Africa"]["Tripoli"] = "Tripoli";
|
73 |
+
$wpbc_booking_region_cities_list["Africa"]["Tunis"] = "Tunis";
|
74 |
+
$wpbc_booking_region_cities_list["Africa"]["Windhoek"] = "Windhoek";
|
75 |
+
|
76 |
+
$wpbc_booking_region_cities_list["America"]["Adak"] = "Adak";
|
77 |
+
$wpbc_booking_region_cities_list["America"]["Anchorage"] = "Anchorage";
|
78 |
+
$wpbc_booking_region_cities_list["America"]["Anguilla"] = "Anguilla";
|
79 |
+
$wpbc_booking_region_cities_list["America"]["Antigua"] = "Antigua";
|
80 |
+
$wpbc_booking_region_cities_list["America"]["Araguaina"] = "Araguaina";
|
81 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/Buenos_Aires"] = "Argentina - Buenos Aires";
|
82 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/Catamarca"] = "Argentina - Catamarca";
|
83 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/Cordoba"] = "Argentina - Cordoba";
|
84 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/Jujuy"] = "Argentina - Jujuy";
|
85 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/La_Rioja"] = "Argentina - La Rioja";
|
86 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/Mendoza"] = "Argentina - Mendoza";
|
87 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/Rio_Gallegos"] = "Argentina - Rio Gallegos";
|
88 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/Salta"] = "Argentina - Salta";
|
89 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/San_Juan"] = "Argentina - San Juan";
|
90 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/San_Luis"] = "Argentina - San Luis";
|
91 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/Tucuman"] = "Argentina - Tucuman";
|
92 |
+
$wpbc_booking_region_cities_list["America"]["Argentina/Ushuaia"] = "Argentina - Ushuaia";
|
93 |
+
$wpbc_booking_region_cities_list["America"]["Aruba"] = "Aruba";
|
94 |
+
$wpbc_booking_region_cities_list["America"]["Asuncion"] = "Asuncion";
|
95 |
+
$wpbc_booking_region_cities_list["America"]["Atikokan"] = "Atikokan";
|
96 |
+
$wpbc_booking_region_cities_list["America"]["Bahia"] = "Bahia";
|
97 |
+
$wpbc_booking_region_cities_list["America"]["Barbados"] = "Barbados";
|
98 |
+
$wpbc_booking_region_cities_list["America"]["Belem"] = "Belem";
|
99 |
+
$wpbc_booking_region_cities_list["America"]["Belize"] = "Belize";
|
100 |
+
$wpbc_booking_region_cities_list["America"]["Blanc-Sablon"] = "Blanc-Sablon";
|
101 |
+
$wpbc_booking_region_cities_list["America"]["Boa_Vista"] = "Boa Vista";
|
102 |
+
$wpbc_booking_region_cities_list["America"]["Bogota"] = "Bogota";
|
103 |
+
$wpbc_booking_region_cities_list["America"]["Boise"] = "Boise";
|
104 |
+
$wpbc_booking_region_cities_list["America"]["Cambridge_Bay"] = "Cambridge Bay";
|
105 |
+
$wpbc_booking_region_cities_list["America"]["Campo_Grande"] = "Campo Grande";
|
106 |
+
$wpbc_booking_region_cities_list["America"]["Cancun"] = "Cancun";
|
107 |
+
$wpbc_booking_region_cities_list["America"]["Caracas"] = "Caracas";
|
108 |
+
$wpbc_booking_region_cities_list["America"]["Cayenne"] = "Cayenne";
|
109 |
+
$wpbc_booking_region_cities_list["America"]["Cayman"] = "Cayman";
|
110 |
+
$wpbc_booking_region_cities_list["America"]["Chicago"] = "Chicago";
|
111 |
+
$wpbc_booking_region_cities_list["America"]["Chihuahua"] = "Chihuahua";
|
112 |
+
$wpbc_booking_region_cities_list["America"]["Costa_Rica"] = "Costa Rica";
|
113 |
+
$wpbc_booking_region_cities_list["America"]["Cuiaba"] = "Cuiaba";
|
114 |
+
$wpbc_booking_region_cities_list["America"]["Curacao"] = "Curacao";
|
115 |
+
$wpbc_booking_region_cities_list["America"]["Danmarkshavn"] = "Danmarkshavn";
|
116 |
+
$wpbc_booking_region_cities_list["America"]["Dawson"] = "Dawson";
|
117 |
+
$wpbc_booking_region_cities_list["America"]["Dawson_Creek"] = "Dawson Creek";
|
118 |
+
$wpbc_booking_region_cities_list["America"]["Denver"] = "Denver";
|
119 |
+
$wpbc_booking_region_cities_list["America"]["Detroit"] = "Detroit";
|
120 |
+
$wpbc_booking_region_cities_list["America"]["Dominica"] = "Dominica";
|
121 |
+
$wpbc_booking_region_cities_list["America"]["Edmonton"] = "Edmonton";
|
122 |
+
$wpbc_booking_region_cities_list["America"]["Eirunepe"] = "Eirunepe";
|
123 |
+
$wpbc_booking_region_cities_list["America"]["El_Salvador"] = "El Salvador";
|
124 |
+
$wpbc_booking_region_cities_list["America"]["Fortaleza"] = "Fortaleza";
|
125 |
+
$wpbc_booking_region_cities_list["America"]["Glace_Bay"] = "Glace Bay";
|
126 |
+
$wpbc_booking_region_cities_list["America"]["Godthab"] = "Godthab";
|
127 |
+
$wpbc_booking_region_cities_list["America"]["Goose_Bay"] = "Goose Bay";
|
128 |
+
$wpbc_booking_region_cities_list["America"]["Grand_Turk"] = "Grand Turk";
|
129 |
+
$wpbc_booking_region_cities_list["America"]["Grenada"] = "Grenada";
|
130 |
+
$wpbc_booking_region_cities_list["America"]["Guadeloupe"] = "Guadeloupe";
|
131 |
+
$wpbc_booking_region_cities_list["America"]["Guatemala"] = "Guatemala";
|
132 |
+
$wpbc_booking_region_cities_list["America"]["Guayaquil"] = "Guayaquil";
|
133 |
+
$wpbc_booking_region_cities_list["America"]["Guyana"] = "Guyana";
|
134 |
+
$wpbc_booking_region_cities_list["America"]["Halifax"] = "Halifax";
|
135 |
+
$wpbc_booking_region_cities_list["America"]["Havana"] = "Havana";
|
136 |
+
$wpbc_booking_region_cities_list["America"]["Hermosillo"] = "Hermosillo";
|
137 |
+
$wpbc_booking_region_cities_list["America"]["Indiana/Indianapolis"] = "Indiana - Indianapolis";
|
138 |
+
$wpbc_booking_region_cities_list["America"]["Indiana/Knox"] = "Indiana - Knox";
|
139 |
+
$wpbc_booking_region_cities_list["America"]["Indiana/Marengo"] = "Indiana - Marengo";
|
140 |
+
$wpbc_booking_region_cities_list["America"]["Indiana/Petersburg"] = "Indiana - Petersburg";
|
141 |
+
$wpbc_booking_region_cities_list["America"]["Indiana/Tell_City"] = "Indiana - Tell City";
|
142 |
+
$wpbc_booking_region_cities_list["America"]["Indiana/Vevay"] = "Indiana - Vevay";
|
143 |
+
$wpbc_booking_region_cities_list["America"]["Indiana/Vincennes"] = "Indiana - Vincennes";
|
144 |
+
$wpbc_booking_region_cities_list["America"]["Indiana/Winamac"] = "Indiana - Winamac";
|
145 |
+
$wpbc_booking_region_cities_list["America"]["Inuvik"] = "Inuvik";
|
146 |
+
$wpbc_booking_region_cities_list["America"]["Iqaluit"] = "Iqaluit";
|
147 |
+
$wpbc_booking_region_cities_list["America"]["Jamaica"] = "Jamaica";
|
148 |
+
$wpbc_booking_region_cities_list["America"]["Juneau"] = "Juneau";
|
149 |
+
$wpbc_booking_region_cities_list["America"]["Kentucky/Louisville"] = "Kentucky - Louisville";
|
150 |
+
$wpbc_booking_region_cities_list["America"]["Kentucky/Monticello"] = "Kentucky - Monticello";
|
151 |
+
$wpbc_booking_region_cities_list["America"]["La_Paz"] = "La Paz";
|
152 |
+
$wpbc_booking_region_cities_list["America"]["Lima"] = "Lima";
|
153 |
+
$wpbc_booking_region_cities_list["America"]["Los_Angeles"] = "Los Angeles";
|
154 |
+
$wpbc_booking_region_cities_list["America"]["Maceio"] = "Maceio";
|
155 |
+
$wpbc_booking_region_cities_list["America"]["Managua"] = "Managua";
|
156 |
+
$wpbc_booking_region_cities_list["America"]["Manaus"] = "Manaus";
|
157 |
+
$wpbc_booking_region_cities_list["America"]["Marigot"] = "Marigot";
|
158 |
+
$wpbc_booking_region_cities_list["America"]["Martinique"] = "Martinique";
|
159 |
+
$wpbc_booking_region_cities_list["America"]["Mazatlan"] = "Mazatlan";
|
160 |
+
$wpbc_booking_region_cities_list["America"]["Menominee"] = "Menominee";
|
161 |
+
$wpbc_booking_region_cities_list["America"]["Merida"] = "Merida";
|
162 |
+
$wpbc_booking_region_cities_list["America"]["Mexico_City"] = "Mexico City";
|
163 |
+
$wpbc_booking_region_cities_list["America"]["Miquelon"] = "Miquelon";
|
164 |
+
$wpbc_booking_region_cities_list["America"]["Moncton"] = "Moncton";
|
165 |
+
$wpbc_booking_region_cities_list["America"]["Monterrey"] = "Monterrey";
|
166 |
+
$wpbc_booking_region_cities_list["America"]["Montevideo"] = "Montevideo";
|
167 |
+
$wpbc_booking_region_cities_list["America"]["Montreal"] = "Montreal";
|
168 |
+
$wpbc_booking_region_cities_list["America"]["Montserrat"] = "Montserrat";
|
169 |
+
$wpbc_booking_region_cities_list["America"]["Nassau"] = "Nassau";
|
170 |
+
$wpbc_booking_region_cities_list["America"]["New_York"] = "New York";
|
171 |
+
$wpbc_booking_region_cities_list["America"]["Nipigon"] = "Nipigon";
|
172 |
+
$wpbc_booking_region_cities_list["America"]["Nome"] = "Nome";
|
173 |
+
$wpbc_booking_region_cities_list["America"]["Noronha"] = "Noronha";
|
174 |
+
$wpbc_booking_region_cities_list["America"]["North_Dakota/Center"] = "North Dakota - Center";
|
175 |
+
$wpbc_booking_region_cities_list["America"]["North_Dakota/New_Salem"] = "North Dakota - New Salem";
|
176 |
+
$wpbc_booking_region_cities_list["America"]["Panama"] = "Panama";
|
177 |
+
$wpbc_booking_region_cities_list["America"]["Pangnirtung"] = "Pangnirtung";
|
178 |
+
$wpbc_booking_region_cities_list["America"]["Paramaribo"] = "Paramaribo";
|
179 |
+
$wpbc_booking_region_cities_list["America"]["Phoenix"] = "Phoenix";
|
180 |
+
$wpbc_booking_region_cities_list["America"]["Port-au-Prince"] = "Port-au-Prince";
|
181 |
+
$wpbc_booking_region_cities_list["America"]["Port_of_Spain"] = "Port of Spain";
|
182 |
+
$wpbc_booking_region_cities_list["America"]["Porto_Velho"] = "Porto Velho";
|
183 |
+
$wpbc_booking_region_cities_list["America"]["Puerto_Rico"] = "Puerto Rico";
|
184 |
+
$wpbc_booking_region_cities_list["America"]["Rainy_River"] = "Rainy River";
|
185 |
+
$wpbc_booking_region_cities_list["America"]["Rankin_Inlet"] = "Rankin Inlet";
|
186 |
+
$wpbc_booking_region_cities_list["America"]["Recife"] = "Recife";
|
187 |
+
$wpbc_booking_region_cities_list["America"]["Regina"] = "Regina";
|
188 |
+
$wpbc_booking_region_cities_list["America"]["Resolute"] = "Resolute";
|
189 |
+
$wpbc_booking_region_cities_list["America"]["Rio_Branco"] = "Rio Branco";
|
190 |
+
$wpbc_booking_region_cities_list["America"]["Santarem"] = "Santarem";
|
191 |
+
$wpbc_booking_region_cities_list["America"]["Santiago"] = "Santiago";
|
192 |
+
$wpbc_booking_region_cities_list["America"]["Santo_Domingo"] = "Santo Domingo";
|
193 |
+
$wpbc_booking_region_cities_list["America"]["Sao_Paulo"] = "Sao Paulo";
|
194 |
+
$wpbc_booking_region_cities_list["America"]["Scoresbysund"] = "Scoresbysund";
|
195 |
+
$wpbc_booking_region_cities_list["America"]["Shiprock"] = "Shiprock";
|
196 |
+
$wpbc_booking_region_cities_list["America"]["St_Barthelemy"] = "St Barthelemy";
|
197 |
+
$wpbc_booking_region_cities_list["America"]["St_Johns"] = "St Johns";
|
198 |
+
$wpbc_booking_region_cities_list["America"]["St_Kitts"] = "St Kitts";
|
199 |
+
$wpbc_booking_region_cities_list["America"]["St_Lucia"] = "St Lucia";
|
200 |
+
$wpbc_booking_region_cities_list["America"]["St_Thomas"] = "St Thomas";
|
201 |
+
$wpbc_booking_region_cities_list["America"]["St_Vincent"] = "St Vincent";
|
202 |
+
$wpbc_booking_region_cities_list["America"]["Swift_Current"] = "Swift Current";
|
203 |
+
$wpbc_booking_region_cities_list["America"]["Tegucigalpa"] = "Tegucigalpa";
|
204 |
+
$wpbc_booking_region_cities_list["America"]["Thule"] = "Thule";
|
205 |
+
$wpbc_booking_region_cities_list["America"]["Thunder_Bay"] = "Thunder Bay";
|
206 |
+
$wpbc_booking_region_cities_list["America"]["Tijuana"] = "Tijuana";
|
207 |
+
$wpbc_booking_region_cities_list["America"]["Toronto"] = "Toronto";
|
208 |
+
$wpbc_booking_region_cities_list["America"]["Tortola"] = "Tortola";
|
209 |
+
$wpbc_booking_region_cities_list["America"]["Vancouver"] = "Vancouver";
|
210 |
+
$wpbc_booking_region_cities_list["America"]["Whitehorse"] = "Whitehorse";
|
211 |
+
$wpbc_booking_region_cities_list["America"]["Winnipeg"] = "Winnipeg";
|
212 |
+
$wpbc_booking_region_cities_list["America"]["Yakutat"] = "Yakutat";
|
213 |
+
$wpbc_booking_region_cities_list["America"]["Yellowknife"] = "Yellowknife";
|
214 |
+
|
215 |
+
$wpbc_booking_region_cities_list["Antarctica"]["Casey"] = "Casey";
|
216 |
+
$wpbc_booking_region_cities_list["Antarctica"]["Davis"] = "Davis";
|
217 |
+
$wpbc_booking_region_cities_list["Antarctica"]["DumontDUrville"] = "DumontDUrville";
|
218 |
+
$wpbc_booking_region_cities_list["Antarctica"]["Mawson"] = "Mawson";
|
219 |
+
$wpbc_booking_region_cities_list["Antarctica"]["McMurdo"] = "McMurdo";
|
220 |
+
$wpbc_booking_region_cities_list["Antarctica"]["Palmer"] = "Palmer";
|
221 |
+
$wpbc_booking_region_cities_list["Antarctica"]["Rothera"] = "Rothera";
|
222 |
+
$wpbc_booking_region_cities_list["Antarctica"]["South_Pole"] = "South Pole";
|
223 |
+
$wpbc_booking_region_cities_list["Antarctica"]["Syowa"] = "Syowa";
|
224 |
+
$wpbc_booking_region_cities_list["Antarctica"]["Vostok"] = "Vostok";
|
225 |
+
|
226 |
+
$wpbc_booking_region_cities_list["Arctic"]["Longyearbyen"] = "Longyearbyen";
|
227 |
+
|
228 |
+
$wpbc_booking_region_cities_list["Asia"]["Aden"] = "Aden";
|
229 |
+
$wpbc_booking_region_cities_list["Asia"]["Almaty"] = "Almaty";
|
230 |
+
$wpbc_booking_region_cities_list["Asia"]["Amman"] = "Amman";
|
231 |
+
$wpbc_booking_region_cities_list["Asia"]["Anadyr"] = "Anadyr";
|
232 |
+
$wpbc_booking_region_cities_list["Asia"]["Aqtau"] = "Aqtau";
|
233 |
+
$wpbc_booking_region_cities_list["Asia"]["Aqtobe"] = "Aqtobe";
|
234 |
+
$wpbc_booking_region_cities_list["Asia"]["Ashgabat"] = "Ashgabat";
|
235 |
+
$wpbc_booking_region_cities_list["Asia"]["Baghdad"] = "Baghdad";
|
236 |
+
$wpbc_booking_region_cities_list["Asia"]["Bahrain"] = "Bahrain";
|
237 |
+
$wpbc_booking_region_cities_list["Asia"]["Baku"] = "Baku";
|
238 |
+
$wpbc_booking_region_cities_list["Asia"]["Bangkok"] = "Bangkok";
|
239 |
+
$wpbc_booking_region_cities_list["Asia"]["Beirut"] = "Beirut";
|
240 |
+
$wpbc_booking_region_cities_list["Asia"]["Bishkek"] = "Bishkek";
|
241 |
+
$wpbc_booking_region_cities_list["Asia"]["Brunei"] = "Brunei";
|
242 |
+
$wpbc_booking_region_cities_list["Asia"]["Choibalsan"] = "Choibalsan";
|
243 |
+
$wpbc_booking_region_cities_list["Asia"]["Chongqing"] = "Chongqing";
|
244 |
+
$wpbc_booking_region_cities_list["Asia"]["Colombo"] = "Colombo";
|
245 |
+
$wpbc_booking_region_cities_list["Asia"]["Damascus"] = "Damascus";
|
246 |
+
$wpbc_booking_region_cities_list["Asia"]["Dhaka"] = "Dhaka";
|
247 |
+
$wpbc_booking_region_cities_list["Asia"]["Dili"] = "Dili";
|
248 |
+
$wpbc_booking_region_cities_list["Asia"]["Dubai"] = "Dubai";
|
249 |
+
$wpbc_booking_region_cities_list["Asia"]["Dushanbe"] = "Dushanbe";
|
250 |
+
$wpbc_booking_region_cities_list["Asia"]["Gaza"] = "Gaza";
|
251 |
+
$wpbc_booking_region_cities_list["Asia"]["Harbin"] = "Harbin";
|
252 |
+
$wpbc_booking_region_cities_list["Asia"]["Ho_Chi_Minh"] = "Ho Chi Minh";
|
253 |
+
$wpbc_booking_region_cities_list["Asia"]["Hong_Kong"] = "Hong Kong";
|
254 |
+
$wpbc_booking_region_cities_list["Asia"]["Hovd"] = "Hovd";
|
255 |
+
$wpbc_booking_region_cities_list["Asia"]["Irkutsk"] = "Irkutsk";
|
256 |
+
$wpbc_booking_region_cities_list["Asia"]["Jakarta"] = "Jakarta";
|
257 |
+
$wpbc_booking_region_cities_list["Asia"]["Jayapura"] = "Jayapura";
|
258 |
+
$wpbc_booking_region_cities_list["Asia"]["Jerusalem"] = "Jerusalem";
|
259 |
+
$wpbc_booking_region_cities_list["Asia"]["Kabul"] = "Kabul";
|
260 |
+
$wpbc_booking_region_cities_list["Asia"]["Kamchatka"] = "Kamchatka";
|
261 |
+
$wpbc_booking_region_cities_list["Asia"]["Karachi"] = "Karachi";
|
262 |
+
$wpbc_booking_region_cities_list["Asia"]["Kashgar"] = "Kashgar";
|
263 |
+
$wpbc_booking_region_cities_list["Asia"]["Kathmandu"] = "Kathmandu";
|
264 |
+
$wpbc_booking_region_cities_list["Asia"]["Kolkata"] = "Kolkata";
|
265 |
+
$wpbc_booking_region_cities_list["Asia"]["Krasnoyarsk"] = "Krasnoyarsk";
|
266 |
+
$wpbc_booking_region_cities_list["Asia"]["Kuala_Lumpur"] = "Kuala Lumpur";
|
267 |
+
$wpbc_booking_region_cities_list["Asia"]["Kuching"] = "Kuching";
|
268 |
+
$wpbc_booking_region_cities_list["Asia"]["Kuwait"] = "Kuwait";
|
269 |
+
$wpbc_booking_region_cities_list["Asia"]["Macau"] = "Macau";
|
270 |
+
$wpbc_booking_region_cities_list["Asia"]["Magadan"] = "Magadan";
|
271 |
+
$wpbc_booking_region_cities_list["Asia"]["Makassar"] = "Makassar";
|
272 |
+
$wpbc_booking_region_cities_list["Asia"]["Manila"] = "Manila";
|
273 |
+
$wpbc_booking_region_cities_list["Asia"]["Muscat"] = "Muscat";
|
274 |
+
$wpbc_booking_region_cities_list["Asia"]["Nicosia"] = "Nicosia";
|
275 |
+
$wpbc_booking_region_cities_list["Asia"]["Novosibirsk"] = "Novosibirsk";
|
276 |
+
$wpbc_booking_region_cities_list["Asia"]["Omsk"] = "Omsk";
|
277 |
+
$wpbc_booking_region_cities_list["Asia"]["Oral"] = "Oral";
|
278 |
+
$wpbc_booking_region_cities_list["Asia"]["Phnom_Penh"] = "Phnom Penh";
|
279 |
+
$wpbc_booking_region_cities_list["Asia"]["Pontianak"] = "Pontianak";
|
280 |
+
$wpbc_booking_region_cities_list["Asia"]["Pyongyang"] = "Pyongyang";
|
281 |
+
$wpbc_booking_region_cities_list["Asia"]["Qatar"] = "Qatar";
|
282 |
+
$wpbc_booking_region_cities_list["Asia"]["Qyzylorda"] = "Qyzylorda";
|
283 |
+
$wpbc_booking_region_cities_list["Asia"]["Rangoon"] = "Rangoon";
|
284 |
+
$wpbc_booking_region_cities_list["Asia"]["Riyadh"] = "Riyadh";
|
285 |
+
$wpbc_booking_region_cities_list["Asia"]["Sakhalin"] = "Sakhalin";
|
286 |
+
$wpbc_booking_region_cities_list["Asia"]["Samarkand"] = "Samarkand";
|
287 |
+
$wpbc_booking_region_cities_list["Asia"]["Seoul"] = "Seoul";
|
288 |
+
$wpbc_booking_region_cities_list["Asia"]["Shanghai"] = "Shanghai";
|
289 |
+
$wpbc_booking_region_cities_list["Asia"]["Singapore"] = "Singapore";
|
290 |
+
$wpbc_booking_region_cities_list["Asia"]["Taipei"] = "Taipei";
|
291 |
+
$wpbc_booking_region_cities_list["Asia"]["Tashkent"] = "Tashkent";
|
292 |
+
$wpbc_booking_region_cities_list["Asia"]["Tbilisi"] = "Tbilisi";
|
293 |
+
$wpbc_booking_region_cities_list["Asia"]["Tehran"] = "Tehran";
|
294 |
+
$wpbc_booking_region_cities_list["Asia"]["Thimphu"] = "Thimphu";
|
295 |
+
$wpbc_booking_region_cities_list["Asia"]["Tokyo"] = "Tokyo";
|
296 |
+
$wpbc_booking_region_cities_list["Asia"]["Ulaanbaatar"] = "Ulaanbaatar";
|
297 |
+
$wpbc_booking_region_cities_list["Asia"]["Urumqi"] = "Urumqi";
|
298 |
+
$wpbc_booking_region_cities_list["Asia"]["Vientiane"] = "Vientiane";
|
299 |
+
$wpbc_booking_region_cities_list["Asia"]["Vladivostok"] = "Vladivostok";
|
300 |
+
$wpbc_booking_region_cities_list["Asia"]["Yakutsk"] = "Yakutsk";
|
301 |
+
$wpbc_booking_region_cities_list["Asia"]["Yekaterinburg"] = "Yekaterinburg";
|
302 |
+
$wpbc_booking_region_cities_list["Asia"]["Yerevan"] = "Yerevan";
|
303 |
+
|
304 |
+
$wpbc_booking_region_cities_list["Atlantic"]["Azores"] = "Azores";
|
305 |
+
$wpbc_booking_region_cities_list["Atlantic"]["Bermuda"] = "Bermuda";
|
306 |
+
$wpbc_booking_region_cities_list["Atlantic"]["Canary"] = "Canary";
|
307 |
+
$wpbc_booking_region_cities_list["Atlantic"]["Cape_Verde"] = "Cape Verde";
|
308 |
+
$wpbc_booking_region_cities_list["Atlantic"]["Faroe"] = "Faroe";
|
309 |
+
$wpbc_booking_region_cities_list["Atlantic"]["Madeira"] = "Madeira";
|
310 |
+
$wpbc_booking_region_cities_list["Atlantic"]["Reykjavik"] = "Reykjavik";
|
311 |
+
$wpbc_booking_region_cities_list["Atlantic"]["South_Georgia"] = "South Georgia";
|
312 |
+
$wpbc_booking_region_cities_list["Atlantic"]["Stanley"] = "Stanley";
|
313 |
+
$wpbc_booking_region_cities_list["Atlantic"]["St_Helena"] = "St Helena";
|
314 |
+
|
315 |
+
$wpbc_booking_region_cities_list["Australia"]["Adelaide"] = "Adelaide";
|
316 |
+
$wpbc_booking_region_cities_list["Australia"]["Brisbane"] = "Brisbane";
|
317 |
+
$wpbc_booking_region_cities_list["Australia"]["Broken_Hill"] = "Broken Hill";
|
318 |
+
$wpbc_booking_region_cities_list["Australia"]["Currie"] = "Currie";
|
319 |
+
$wpbc_booking_region_cities_list["Australia"]["Darwin"] = "Darwin";
|
320 |
+
$wpbc_booking_region_cities_list["Australia"]["Eucla"] = "Eucla";
|
321 |
+
$wpbc_booking_region_cities_list["Australia"]["Hobart"] = "Hobart";
|
322 |
+
$wpbc_booking_region_cities_list["Australia"]["Lindeman"] = "Lindeman";
|
323 |
+
$wpbc_booking_region_cities_list["Australia"]["Lord_Howe"] = "Lord Howe";
|
324 |
+
$wpbc_booking_region_cities_list["Australia"]["Melbourne"] = "Melbourne";
|
325 |
+
$wpbc_booking_region_cities_list["Australia"]["Perth"] = "Perth";
|
326 |
+
$wpbc_booking_region_cities_list["Australia"]["Sydney"] = "Sydney";
|
327 |
+
|
328 |
+
$wpbc_booking_region_cities_list["Europe"]["Amsterdam"] = "Amsterdam";
|
329 |
+
$wpbc_booking_region_cities_list["Europe"]["Andorra"] = "Andorra";
|
330 |
+
$wpbc_booking_region_cities_list["Europe"]["Athens"] = "Athens";
|
331 |
+
$wpbc_booking_region_cities_list["Europe"]["Belgrade"] = "Belgrade";
|
332 |
+
$wpbc_booking_region_cities_list["Europe"]["Berlin"] = "Berlin";
|
333 |
+
$wpbc_booking_region_cities_list["Europe"]["Bratislava"] = "Bratislava";
|
334 |
+
$wpbc_booking_region_cities_list["Europe"]["Brussels"] = "Brussels";
|
335 |
+
$wpbc_booking_region_cities_list["Europe"]["Bucharest"] = "Bucharest";
|
336 |
+
$wpbc_booking_region_cities_list["Europe"]["Budapest"] = "Budapest";
|
337 |
+
$wpbc_booking_region_cities_list["Europe"]["Chisinau"] = "Chisinau";
|
338 |
+
$wpbc_booking_region_cities_list["Europe"]["Copenhagen"] = "Copenhagen";
|
339 |
+
$wpbc_booking_region_cities_list["Europe"]["Dublin"] = "Dublin";
|
340 |
+
$wpbc_booking_region_cities_list["Europe"]["Gibraltar"] = "Gibraltar";
|
341 |
+
$wpbc_booking_region_cities_list["Europe"]["Guernsey"] = "Guernsey";
|
342 |
+
$wpbc_booking_region_cities_list["Europe"]["Helsinki"] = "Helsinki";
|
343 |
+
$wpbc_booking_region_cities_list["Europe"]["Isle_of_Man"] = "Isle of Man";
|
344 |
+
$wpbc_booking_region_cities_list["Europe"]["Istanbul"] = "Istanbul";
|
345 |
+
$wpbc_booking_region_cities_list["Europe"]["Jersey"] = "Jersey";
|
346 |
+
$wpbc_booking_region_cities_list["Europe"]["Kaliningrad"] = "Kaliningrad";
|
347 |
+
$wpbc_booking_region_cities_list["Europe"]["Kiev"] = "Kiev";
|
348 |
+
$wpbc_booking_region_cities_list["Europe"]["Lisbon"] = "Lisbon";
|
349 |
+
$wpbc_booking_region_cities_list["Europe"]["Ljubljana"] = "Ljubljana";
|
350 |
+
$wpbc_booking_region_cities_list["Europe"]["London"] = "London";
|
351 |
+
$wpbc_booking_region_cities_list["Europe"]["Luxembourg"] = "Luxembourg";
|
352 |
+
$wpbc_booking_region_cities_list["Europe"]["Madrid"] = "Madrid";
|
353 |
+
$wpbc_booking_region_cities_list["Europe"]["Malta"] = "Malta";
|
354 |
+
$wpbc_booking_region_cities_list["Europe"]["Mariehamn"] = "Mariehamn";
|
355 |
+
$wpbc_booking_region_cities_list["Europe"]["Minsk"] = "Minsk";
|
356 |
+
$wpbc_booking_region_cities_list["Europe"]["Monaco"] = "Monaco";
|
357 |
+
$wpbc_booking_region_cities_list["Europe"]["Moscow"] = "Moscow";
|
358 |
+
$wpbc_booking_region_cities_list["Europe"]["Oslo"] = "Oslo";
|
359 |
+
$wpbc_booking_region_cities_list["Europe"]["Paris"] = "Paris";
|
360 |
+
$wpbc_booking_region_cities_list["Europe"]["Podgorica"] = "Podgorica";
|
361 |
+
$wpbc_booking_region_cities_list["Europe"]["Prague"] = "Prague";
|
362 |
+
$wpbc_booking_region_cities_list["Europe"]["Riga"] = "Riga";
|
363 |
+
$wpbc_booking_region_cities_list["Europe"]["Rome"] = "Rome";
|
364 |
+
$wpbc_booking_region_cities_list["Europe"]["Samara"] = "Samara";
|
365 |
+
$wpbc_booking_region_cities_list["Europe"]["San_Marino"] = "San Marino";
|
366 |
+
$wpbc_booking_region_cities_list["Europe"]["Sarajevo"] = "Sarajevo";
|
367 |
+
$wpbc_booking_region_cities_list["Europe"]["Simferopol"] = "Simferopol";
|
368 |
+
$wpbc_booking_region_cities_list["Europe"]["Skopje"] = "Skopje";
|
369 |
+
$wpbc_booking_region_cities_list["Europe"]["Sofia"] = "Sofia";
|
370 |
+
$wpbc_booking_region_cities_list["Europe"]["Stockholm"] = "Stockholm";
|
371 |
+
$wpbc_booking_region_cities_list["Europe"]["Tallinn"] = "Tallinn";
|
372 |
+
$wpbc_booking_region_cities_list["Europe"]["Tirane"] = "Tirane";
|
373 |
+
$wpbc_booking_region_cities_list["Europe"]["Uzhgorod"] = "Uzhgorod";
|
374 |
+
$wpbc_booking_region_cities_list["Europe"]["Vaduz"] = "Vaduz";
|
375 |
+
$wpbc_booking_region_cities_list["Europe"]["Vatican"] = "Vatican";
|
376 |
+
$wpbc_booking_region_cities_list["Europe"]["Vienna"] = "Vienna";
|
377 |
+
$wpbc_booking_region_cities_list["Europe"]["Vilnius"] = "Vilnius";
|
378 |
+
$wpbc_booking_region_cities_list["Europe"]["Volgograd"] = "Volgograd";
|
379 |
+
$wpbc_booking_region_cities_list["Europe"]["Warsaw"] = "Warsaw";
|
380 |
+
$wpbc_booking_region_cities_list["Europe"]["Zagreb"] = "Zagreb";
|
381 |
+
$wpbc_booking_region_cities_list["Europe"]["Zaporozhye"] = "Zaporozhye";
|
382 |
+
$wpbc_booking_region_cities_list["Europe"]["Zurich"] = "Zurich";
|
383 |
+
|
384 |
+
$wpbc_booking_region_cities_list["Indian"]["Antananarivo"] = "Antananarivo";
|
385 |
+
$wpbc_booking_region_cities_list["Indian"]["Chagos"] = "Chagos";
|
386 |
+
$wpbc_booking_region_cities_list["Indian"]["Christmas"] = "Christmas";
|
387 |
+
$wpbc_booking_region_cities_list["Indian"]["Cocos"] = "Cocos";
|
388 |
+
$wpbc_booking_region_cities_list["Indian"]["Comoro"] = "Comoro";
|
389 |
+
$wpbc_booking_region_cities_list["Indian"]["Kerguelen"] = "Kerguelen";
|
390 |
+
$wpbc_booking_region_cities_list["Indian"]["Mahe"] = "Mahe";
|
391 |
+
$wpbc_booking_region_cities_list["Indian"]["Maldives"] = "Maldives";
|
392 |
+
$wpbc_booking_region_cities_list["Indian"]["Mauritius"] = "Mauritius";
|
393 |
+
$wpbc_booking_region_cities_list["Indian"]["Mayotte"] = "Mayotte";
|
394 |
+
$wpbc_booking_region_cities_list["Indian"]["Reunion"] = "Reunion";
|
395 |
+
|
396 |
+
$wpbc_booking_region_cities_list["Pacific"]["Apia"] = "Apia";
|
397 |
+
$wpbc_booking_region_cities_list["Pacific"]["Auckland"] = "Auckland";
|
398 |
+
$wpbc_booking_region_cities_list["Pacific"]["Chatham"] = "Chatham";
|
399 |
+
$wpbc_booking_region_cities_list["Pacific"]["Easter"] = "Easter";
|
400 |
+
$wpbc_booking_region_cities_list["Pacific"]["Efate"] = "Efate";
|
401 |
+
$wpbc_booking_region_cities_list["Pacific"]["Enderbury"] = "Enderbury";
|
402 |
+
$wpbc_booking_region_cities_list["Pacific"]["Fakaofo"] = "Fakaofo";
|
403 |
+
$wpbc_booking_region_cities_list["Pacific"]["Fiji"] = "Fiji";
|
404 |
+
$wpbc_booking_region_cities_list["Pacific"]["Funafuti"] = "Funafuti";
|
405 |
+
$wpbc_booking_region_cities_list["Pacific"]["Galapagos"] = "Galapagos";
|
406 |
+
$wpbc_booking_region_cities_list["Pacific"]["Gambier"] = "Gambier";
|
407 |
+
$wpbc_booking_region_cities_list["Pacific"]["Guadalcanal"] = "Guadalcanal";
|
408 |
+
$wpbc_booking_region_cities_list["Pacific"]["Guam"] = "Guam";
|
409 |
+
$wpbc_booking_region_cities_list["Pacific"]["Honolulu"] = "Honolulu";
|
410 |
+
$wpbc_booking_region_cities_list["Pacific"]["Johnston"] = "Johnston";
|
411 |
+
$wpbc_booking_region_cities_list["Pacific"]["Kiritimati"] = "Kiritimati";
|
412 |
+
$wpbc_booking_region_cities_list["Pacific"]["Kosrae"] = "Kosrae";
|
413 |
+
$wpbc_booking_region_cities_list["Pacific"]["Kwajalein"] = "Kwajalein";
|
414 |
+
$wpbc_booking_region_cities_list["Pacific"]["Majuro"] = "Majuro";
|
415 |
+
$wpbc_booking_region_cities_list["Pacific"]["Marquesas"] = "Marquesas";
|
416 |
+
$wpbc_booking_region_cities_list["Pacific"]["Midway"] = "Midway";
|
417 |
+
$wpbc_booking_region_cities_list["Pacific"]["Nauru"] = "Nauru";
|
418 |
+
$wpbc_booking_region_cities_list["Pacific"]["Niue"] = "Niue";
|
419 |
+
$wpbc_booking_region_cities_list["Pacific"]["Norfolk"] = "Norfolk";
|
420 |
+
$wpbc_booking_region_cities_list["Pacific"]["Noumea"] = "Noumea";
|
421 |
+
$wpbc_booking_region_cities_list["Pacific"]["Pago_Pago"] = "Pago Pago";
|
422 |
+
$wpbc_booking_region_cities_list["Pacific"]["Palau"] = "Palau";
|
423 |
+
$wpbc_booking_region_cities_list["Pacific"]["Pitcairn"] = "Pitcairn";
|
424 |
+
$wpbc_booking_region_cities_list["Pacific"]["Ponape"] = "Ponape";
|
425 |
+
$wpbc_booking_region_cities_list["Pacific"]["Port_Moresby"] = "Port Moresby";
|
426 |
+
$wpbc_booking_region_cities_list["Pacific"]["Rarotonga"] = "Rarotonga";
|
427 |
+
$wpbc_booking_region_cities_list["Pacific"]["Saipan"] = "Saipan";
|
428 |
+
$wpbc_booking_region_cities_list["Pacific"]["Tahiti"] = "Tahiti";
|
429 |
+
$wpbc_booking_region_cities_list["Pacific"]["Tarawa"] = "Tarawa";
|
430 |
+
$wpbc_booking_region_cities_list["Pacific"]["Tongatapu"] = "Tongatapu";
|
431 |
+
$wpbc_booking_region_cities_list["Pacific"]["Truk"] = "Truk";
|
432 |
+
$wpbc_booking_region_cities_list["Pacific"]["Wake"] = "Wake";
|
433 |
+
$wpbc_booking_region_cities_list["Pacific"]["Wallis"] = "Wallis";
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://wpbookingcalendar.com/buy/
|
|
4 |
Tags: booking calendar, booking system, availability calendar, events calendar, appointments , booking form, reservation, availability, oplugins, calendar, Booking Calendar, ical
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
-
Tested up to: 5.
|
8 |
-
Stable tag: 8.8.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -13,7 +13,7 @@ Booking Calendar - original 1st booking plugin for WordPress. Easily receive res
|
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
-
####The original "**Booking Calendar**" plugin is the 1st booking system for WordPress, **downloaded over 1,
|
17 |
|
18 |
**Booking Calendar** plugin enable awesome **booking system** for your site. Simply show availability and receive bookings for your property or service in easy to use booking system with clean and smooth interface.
|
19 |
|
@@ -169,20 +169,21 @@ Please see [FAQ](https://wpbookingcalendar.com/faq/).
|
|
169 |
= Support Languages =
|
170 |
|
171 |
- English
|
|
|
|
|
172 |
- Swedish [99% Completed]
|
173 |
- Norwegian [98% Completed]
|
174 |
- Spanish [98% Completed]
|
|
|
175 |
- German [98% Completed]
|
176 |
- French [98% Completed]
|
177 |
- Arabic [98% Completed]
|
178 |
-
- Dutch [98% Completed]
|
179 |
- Polish [98% Completed]
|
180 |
- Slovenian [97% Completed]
|
181 |
- Brazilian Portuguese [98% Completed]
|
182 |
- Hungarian [97% Completed]
|
183 |
- Romanian [96% Completed]
|
184 |
- Italian [94% Completed]
|
185 |
-
- Finnish [94% Completed]
|
186 |
- Danish [92% Completed]
|
187 |
- Greek [92% Completed]
|
188 |
- Bulgarian [92% Completed]
|
@@ -192,12 +193,12 @@ Please see [FAQ](https://wpbookingcalendar.com/faq/).
|
|
192 |
- Portugal [87% Completed]
|
193 |
- Galician (Spanish) [87% Completed]
|
194 |
- Thai [87% Completed]
|
195 |
-
- Hebrew [
|
196 |
- Chinese [84% Completed]
|
197 |
- Ukrainian [84% Completed]
|
198 |
-
- Czech [72% Completed]
|
199 |
-
- Slovak [72% Completed]
|
200 |
- Croatian [72% Completed]
|
|
|
|
|
201 |
- Catalan [71% Completed]
|
202 |
- Belorussian [9% Completed]
|
203 |
|
@@ -213,6 +214,7 @@ Please see [Video Guides](https://wpbookingcalendar.com/help/).
|
|
213 |
|
214 |
== Screenshots ==
|
215 |
|
|
|
216 |
1. **Calendar Overview Panel**. Easy to Understand Interface with Buttons for Fast Actions.
|
217 |
2. **Booking Listing Panel**. Set Filter to show desire bookings. Approve, Decline your Bookings.
|
218 |
3. **Add New Bookings**. Create new bookings directly from admin panel.
|
@@ -226,10 +228,29 @@ Please see [Video Guides](https://wpbookingcalendar.com/help/).
|
|
226 |
11. **Calendar Skins**. Select calendar skin for better fitting to your web-site design.
|
227 |
12. **Timeline**. Glance booking checking for a year (3 months or month), at front-end side of your website.
|
228 |
13. **Time Slots**. Simple configuration of **time slots** selection in booking form.
|
229 |
-
14. **Time picker** for **times slots selection** in the booking form.
|
230 |
|
231 |
== Changelog ==
|
232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
= 8.8.1 =
|
234 |
- Changes in **all** versions:
|
235 |
* **New**. Configure **title of submit button** in the booking form. (8.8.1.14)
|
4 |
Tags: booking calendar, booking system, availability calendar, events calendar, appointments , booking form, reservation, availability, oplugins, calendar, Booking Calendar, ical
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
+
Tested up to: 5.8
|
8 |
+
Stable tag: 8.8.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
####The original "**Booking Calendar**" plugin is the 1st booking system for WordPress, **downloaded over 1,900,000** times [since 2009](https://wpbookingcalendar.com/changelog/).
|
17 |
|
18 |
**Booking Calendar** plugin enable awesome **booking system** for your site. Simply show availability and receive bookings for your property or service in easy to use booking system with clean and smooth interface.
|
19 |
|
169 |
= Support Languages =
|
170 |
|
171 |
- English
|
172 |
+
- Finnish [100% Completed]
|
173 |
+
- Dutch [99% Completed]
|
174 |
- Swedish [99% Completed]
|
175 |
- Norwegian [98% Completed]
|
176 |
- Spanish [98% Completed]
|
177 |
+
- Spanish (Mexico) [98% Completed]
|
178 |
- German [98% Completed]
|
179 |
- French [98% Completed]
|
180 |
- Arabic [98% Completed]
|
|
|
181 |
- Polish [98% Completed]
|
182 |
- Slovenian [97% Completed]
|
183 |
- Brazilian Portuguese [98% Completed]
|
184 |
- Hungarian [97% Completed]
|
185 |
- Romanian [96% Completed]
|
186 |
- Italian [94% Completed]
|
|
|
187 |
- Danish [92% Completed]
|
188 |
- Greek [92% Completed]
|
189 |
- Bulgarian [92% Completed]
|
193 |
- Portugal [87% Completed]
|
194 |
- Galician (Spanish) [87% Completed]
|
195 |
- Thai [87% Completed]
|
196 |
+
- Hebrew [84% Completed]
|
197 |
- Chinese [84% Completed]
|
198 |
- Ukrainian [84% Completed]
|
|
|
|
|
199 |
- Croatian [72% Completed]
|
200 |
+
- Slovak [71% Completed]
|
201 |
+
- Czech [71% Completed]
|
202 |
- Catalan [71% Completed]
|
203 |
- Belorussian [9% Completed]
|
204 |
|
214 |
|
215 |
== Screenshots ==
|
216 |
|
217 |
+
0. **Time picker** for **times slots selection** in the booking form.
|
218 |
1. **Calendar Overview Panel**. Easy to Understand Interface with Buttons for Fast Actions.
|
219 |
2. **Booking Listing Panel**. Set Filter to show desire bookings. Approve, Decline your Bookings.
|
220 |
3. **Add New Bookings**. Create new bookings directly from admin panel.
|
228 |
11. **Calendar Skins**. Select calendar skin for better fitting to your web-site design.
|
229 |
12. **Timeline**. Glance booking checking for a year (3 months or month), at front-end side of your website.
|
230 |
13. **Time Slots**. Simple configuration of **time slots** selection in booking form.
|
|
|
231 |
|
232 |
== Changelog ==
|
233 |
|
234 |
+
= 8.8.2 =
|
235 |
+
- Changes in **all** versions:
|
236 |
+
* **Support**. WordPress 5.8 support (8.8.2.10)
|
237 |
+
* **Support**. Booking Calendar blocks in Widgets (8.8.2.11)
|
238 |
+
* **Support**. Booking Calendar blocks in Customizer (8.8.2.12)
|
239 |
+
* **New**. Ability to use [add_to_google_cal_url] shortcode in the "New visitor email" template at the Booking > Settings > Emails page, for adding event to own Google Calendar (8.8.2.4)
|
240 |
+
* **Improvement**. Immediate showing block in Gutenberg editor, after configuration in poup window. No need to click on "Click to Preview Block" button, as previously. (8.8.2.10)
|
241 |
+
* **Translation**. Dutch translation [99% completed] by Wilbert van Diemen
|
242 |
+
* **Translation**. Finnish translation [100% completed] by Riku Kuusisto
|
243 |
+
- Changes in **Personal / Business Small / Business Medium / Business Large / MultiUser** versions:
|
244 |
+
* **New**. Ability to **disable days selection in calendar** after redirection **from search results**. This option useful to prevent bookings that are not allowed with such days selection in different booking resources, that is showing as available in search results. Activate it at the Booking > Settings > Search page. (8.8.2.3) *(Business Large, MultiUser)*
|
245 |
+
* **New**. Form template for showing booking form fields in 3 columns (8.8.2.6) *(Business Small/Medium/Large, MultiUser)*
|
246 |
+
* **Improvement**. Ability to increase the number of selected dates from 180 to 3 years, if using range days selection mode. (8.8.2.7) *(Business Small/Medium/Large, MultiUser)*
|
247 |
+
* **Improvement**. If using [country] shortcode in the booking form, then system load country list depends from the active locale. It's require existing and correct configuration of the files, like wpdev-country-list-it_IT.php in the ../booking/languages folder. (8.8.2.5)
|
248 |
+
* **Improvement**. Show booking cost, if used only additional cost and cost per dates = 0 (8.8.2.9)
|
249 |
+
* **Fix**. Deprecated jQuery( ... ).submit() message.
|
250 |
+
* **Fix**. Error with undefined $milliseconds variable ( 8.8.2.1 )
|
251 |
+
* **Fix**. Incorrectly showing times, while using locale different from EN and activated option "Use localized time format" (8.8.2.2)
|
252 |
+
* **Fix**. 500 Internal server error, during using SagePay on PHP 7.2 or newer. PHP Fatal error: Uncaught Error: Call to undefined function mcrypt_encrypt() in ../inc/gateways/sage/wpbc-gw-sage.php:1219 *(Business Small/Medium/Large, MultiUser)*
|
253 |
+
|
254 |
= 8.8.1 =
|
255 |
- Changes in **all** versions:
|
256 |
* **New**. Configure **title of submit button** in the booking form. (8.8.1.14)
|
wpdev-booking.php
CHANGED
@@ -7,7 +7,7 @@ Author: wpdevelop, oplugins
|
|
7 |
Author URI: https://wpbookingcalendar.com/
|
8 |
Text Domain: booking
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 8.8.
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2021 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
|
@@ -29,7 +29,7 @@ Version: 8.8.1
|
|
29 |
if ( ! defined( 'ABSPATH' ) ) die( '<h3>Direct access to this file do not allow!</h3>' ); // Exit if accessed directly
|
30 |
|
31 |
|
32 |
-
if ( ! defined( 'WP_BK_VERSION_NUM' ) ) { define( 'WP_BK_VERSION_NUM', '8.8.
|
33 |
|
34 |
////////////////////////////////////////////////////////////////////////////////
|
35 |
// PRIMARY URL CONSTANTS
|
7 |
Author URI: https://wpbookingcalendar.com/
|
8 |
Text Domain: booking
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 8.8.2
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2009 - 2021 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
|
29 |
if ( ! defined( 'ABSPATH' ) ) die( '<h3>Direct access to this file do not allow!</h3>' ); // Exit if accessed directly
|
30 |
|
31 |
|
32 |
+
if ( ! defined( 'WP_BK_VERSION_NUM' ) ) { define( 'WP_BK_VERSION_NUM', '8.8.2' ); }
|
33 |
|
34 |
////////////////////////////////////////////////////////////////////////////////
|
35 |
// PRIMARY URL CONSTANTS
|