Booking Calendar - Version 5.1.4

Version Description

  • Features and issue fixings in All versions:
    • Improvement. Huge source code refactoring.
    • Improvement. New way of JS and CSS loading.
    • Improvement. New way of JavaScript variables definition.
    • Improvement. New way of sending all Ajax requests.
    • Updates Polish translation, by Danek Szczepan
  • Personal / Business Small / Business Medium / Business Large / MultiUser versions features:
    • Improvement. Ability to pass check of "required checkbox", if only one options was checking, and not all as it was previously. Exmaple: checkbox* MyOption "Option 1 " "Option 2" "Option 3"
    • Improvement. Move the "Save chnages" button and actions selection at the Booking > Resources page to the top of resource listing table. (Personal, Business Small/Medium/Large, MultiUser)
    • Trick. Ability to use in the URL at Booking > Resources ... pages this parameter "&hide=child" to do not show any child resources in the list (Business Large, MultiUser)
    • Decreese the number of booking resources from 500 to 100 at the Add Resources page, which possible to create during 1 process (Business Large, MultiUser)
    • Fix of JavaScript error, during range days selection mode using 1 mouse click, if we was using the "options" parameter in the booking shortcode and condition for the start-day selection. (Business Medium/Large, MultiUser)
    • Fix. Adding recehcking of the cost of parent resource during creation of new child resource. Previously if the parent resource cost have just empty space "" (not the 0), its can generate error during creation of the child resource. (Business Large, MultiUser)
    • Fix issue of showing paypal payment form during payment request, if was active authorize.net payment system and paypal was disabling at the settings page.(Business Small/Medium/Large, MultiUser)
    • Fix issue of days selections, when using the "options" parameter for the custom days selections for specific week days (Business Medium/Large, MultiUser)
Download this release

Release Info

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

Code changes from version 5.1.3 to 5.1.4

css/admin-mobile.css CHANGED
@@ -216,6 +216,7 @@
216
  #listing_visible_bookings .wpbc_column_1 span.wpbc_mobile_legend {
217
  margin-left: 10px;
218
  vertical-align: middle;
 
219
  }
220
  #listing_visible_bookings .wpbc_column_1 .field-date,
221
  #listing_visible_bookings .wpbc_column_1 .field-time{
@@ -228,7 +229,7 @@
228
  text-align: right !important;
229
  }
230
  #listing_visible_bookings .booking-listing-collumn .field-booking-cost {
231
- height: 39px !important;
232
  }
233
  /* Calendar Overview */
234
  .bookings_overview_in_calendar_frame table td:first-child,
216
  #listing_visible_bookings .wpbc_column_1 span.wpbc_mobile_legend {
217
  margin-left: 10px;
218
  vertical-align: middle;
219
+ display:inline;
220
  }
221
  #listing_visible_bookings .wpbc_column_1 .field-date,
222
  #listing_visible_bookings .wpbc_column_1 .field-time{
229
  text-align: right !important;
230
  }
231
  #listing_visible_bookings .booking-listing-collumn .field-booking-cost {
232
+ height: 34px !important;
233
  }
234
  /* Calendar Overview */
235
  .bookings_overview_in_calendar_frame table td:first-child,
css/admin.css CHANGED
@@ -1106,20 +1106,20 @@ html[xmlns] .clearfix-height.hidden_items {
1106
  text-decoration: underline;
1107
  }
1108
  .error_message {
1109
- border: 1px solid red;
1110
- background: #FEE url('../img/remove-32x32.png') no-repeat 10px 50%;
1111
  }
1112
  .info_message {
1113
  border: 1px solid #EAEFFF;
1114
- background: #FDFFFD url('../img/info-32x32.png') no-repeat 10px 50%;
1115
  }
1116
  .accept_message {
1117
  border: 1px solid #B0EF55;
1118
- background: #F7FFF7 url('../img/accept-32x32.png') no-repeat 10px 50%;
1119
  }
1120
  .warning_message {
1121
  border: 1px solid #FEDAB9;
1122
- background: #FFFAE5 url('../img/warning-32x32.png') no-repeat 10px 50%;
1123
  }
1124
  .bookingpage .updated {
1125
  padding:10px;
1106
  text-decoration: underline;
1107
  }
1108
  .error_message {
1109
+ border: 1px solid #d00;
1110
+ border-left-color: #d00 !important;
1111
  }
1112
  .info_message {
1113
  border: 1px solid #EAEFFF;
1114
+ border-left-color: #EAEFFF !important;
1115
  }
1116
  .accept_message {
1117
  border: 1px solid #B0EF55;
1118
+ border-left-color: #B0EF55 !important;
1119
  }
1120
  .warning_message {
1121
  border: 1px solid #FEDAB9;
1122
+ border-left-color: #FEDAB9 !important;
1123
  }
1124
  .bookingpage .updated {
1125
  padding:10px;
img/accept-32x32.png DELETED
Binary file
img/info-32x32.png DELETED
Binary file
img/remove-32x32.png DELETED
Binary file
img/warning-32x32.png DELETED
Binary file
js/wpbc_vars.js ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @version 1.0
3
+ * @package Booking Calendar
4
+ * @subpackage JS Variables
5
+ * @category Scripts
6
+ *
7
+ * @author wpdevelop
8
+ * @link http://wpbookingcalendar.com/
9
+ * @email info@wpbookingcalendar.com
10
+ *
11
+ * @modified 2014.05.20
12
+ */
13
+
14
+ ////////////////////////////////////////////////////////////////////////////////
15
+ // Eval specific variable value (integer, bool, arrays, etc...)
16
+ ////////////////////////////////////////////////////////////////////////////////
17
+
18
+ function wpbc_define_var( wpbc_global_var ) {
19
+ if (wpbc_global_var === undefined) { return null; }
20
+ else { return eval(wpbc_global_var); }
21
+ }
22
+
23
+ ////////////////////////////////////////////////////////////////////////////////
24
+ // Define global Booking Calendar Varibales based on Localization
25
+ ////////////////////////////////////////////////////////////////////////////////
26
+ var wpbc_ajaxurl = wpbc_global1.wpbc_ajaxurl;
27
+ var wpdev_bk_plugin_url = wpbc_global1.wpdev_bk_plugin_url;
28
+ var wpdev_bk_today = wpbc_define_var( wpbc_global1.wpdev_bk_today );
29
+ var visible_booking_id_on_page = wpbc_define_var( wpbc_global1.visible_booking_id_on_page );
30
+ var booking_max_monthes_in_calendar = wpbc_global1.booking_max_monthes_in_calendar;
31
+ var user_unavilable_days = wpbc_define_var( wpbc_global1.user_unavilable_days );
32
+ var wpdev_bk_edit_id_hash = wpbc_global1.wpdev_bk_edit_id_hash;
33
+ var wpdev_bk_plugin_filename = wpbc_global1.wpdev_bk_plugin_filename;
34
+ var bk_days_selection_mode = wpbc_global1.bk_days_selection_mode;
35
+ var wpdev_bk_personal = wpbc_define_var( wpbc_global1.wpdev_bk_personal );
36
+ var block_some_dates_from_today = wpbc_define_var( wpbc_global1.block_some_dates_from_today );
37
+ var message_verif_requred = wpbc_global1.message_verif_requred;
38
+ var message_verif_requred_for_check_box = wpbc_global1.message_verif_requred_for_check_box;
39
+ var message_verif_emeil = wpbc_global1.message_verif_emeil;
40
+ var message_verif_same_emeil = wpbc_global1.message_verif_same_emeil;
41
+ var message_verif_selectdts = wpbc_global1.message_verif_selectdts;
42
+ var parent_booking_resources = wpbc_define_var( wpbc_global1.parent_booking_resources );
43
+ var new_booking_title = wpbc_global1.new_booking_title;
44
+ var new_booking_title_time = wpbc_define_var( wpbc_global1.new_booking_title_time);
45
+ var type_of_thank_you_message = wpbc_global1.type_of_thank_you_message;
46
+ var thank_you_page_URL = wpbc_global1.thank_you_page_URL;
47
+ var is_am_pm_inside_time = wpbc_define_var( wpbc_global1.is_am_pm_inside_time );
48
+ var is_booking_used_check_in_out_time = wpbc_define_var( wpbc_global1.is_booking_used_check_in_out_time );
49
+ var wpbc_active_locale = wpbc_global1.wpbc_active_locale;
50
+
51
+ if (typeof wpbc_global2 !== 'undefined') {
52
+ var message_time_error = wpbc_global2.message_time_error;
53
+ }
54
+ if (typeof wpbc_global3 !== 'undefined') {
55
+ var bk_1click_mode_days_num = wpbc_define_var( wpbc_global3.bk_1click_mode_days_num );
56
+ var bk_1click_mode_days_start = wpbc_define_var( wpbc_global3.bk_1click_mode_days_start );
57
+ var bk_2clicks_mode_days_min = wpbc_define_var( wpbc_global3.bk_2clicks_mode_days_min );
58
+ var bk_2clicks_mode_days_max = wpbc_define_var( wpbc_global3.bk_2clicks_mode_days_max );
59
+ var bk_2clicks_mode_days_specific = wpbc_define_var( wpbc_global3.bk_2clicks_mode_days_specific );
60
+ var bk_2clicks_mode_days_start = wpbc_define_var( wpbc_global3.bk_2clicks_mode_days_start );
61
+ var message_starttime_error = wpbc_global3.message_starttime_error;
62
+ var message_endtime_error = wpbc_global3.message_endtime_error;
63
+ var message_rangetime_error = wpbc_global3.message_rangetime_error;
64
+ var message_durationtime_error = wpbc_global3.message_durationtime_error;
65
+ var bk_highlight_timeslot_word = wpbc_global3.bk_highlight_timeslot_word;
66
+ var is_booking_recurrent_time = wpbc_define_var( wpbc_global3.is_booking_recurrent_time );
67
+ is_booking_used_check_in_out_time = wpbc_define_var( wpbc_global3.is_booking_used_check_in_out_time );
68
+ var bk_show_info_in_form = wpbc_define_var( wpbc_global3.bk_show_info_in_form );
69
+ }
70
+ if (typeof wpbc_global4 !== 'undefined') {
71
+ var bk_cost_depends_from_selection_line1 = wpbc_global4.bk_cost_depends_from_selection_line1;
72
+ var bk_cost_depends_from_selection_line2 = wpbc_global4.bk_cost_depends_from_selection_line2;
73
+ var bk_cost_depends_from_selection_line3 = wpbc_global4.bk_cost_depends_from_selection_line3;
74
+ var bk_cost_depends_from_selection_line14summ = wpbc_global4.bk_cost_depends_from_selection_line14summ;
75
+ var bk_cost_depends_from_selection_line24summ = wpbc_global4.bk_cost_depends_from_selection_line24summ;
76
+ var wpdev_bk_season_filter = wpbc_define_var( wpbc_global4.wpdev_bk_season_filter );
77
+ wpbc_define_var( wpbc_global4.wpdev_bk_season_filter_action );
78
+ }
79
+ if (typeof wpbc_global5 !== 'undefined') {
80
+ var max_visitors_4_bk_res = wpbc_define_var( wpbc_global5.max_visitors_4_bk_res );
81
+ var message_verif_visitors_more_then_available = wpbc_global5.message_verif_visitors_more_then_available;
82
+ var is_use_visitors_number_for_availability = wpbc_define_var( wpbc_global5.is_use_visitors_number_for_availability );
83
+ var availability_based_on = wpbc_global5.availability_based_on;
84
+ parent_booking_resources = wpbc_define_var( wpbc_global5.parent_booking_resources );
85
+ }
js/wpdev.bk.js CHANGED
@@ -547,10 +547,13 @@
547
  //var is_send_emeils = 1;
548
  var denyreason = '';
549
  if (is_send_emeils == 1) {
550
- is_send_emeils = jQuery('#is_send_email_for_pending').attr('checked');
551
- if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
552
- else {is_send_emeils = 1 ;}
553
- denyreason = jQuery('#denyreason').val();
 
 
 
554
  } else {
555
  is_send_emeils = 0;
556
  }
@@ -565,13 +568,15 @@
565
  </div>';
566
 
567
  jQuery.ajax({ // Start Ajax Sending
568
- url: wpdev_ajax_path,
 
569
  type:'POST',
570
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
571
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
572
  // beforeSend: someFunction,
573
  data:{
574
- ajax_action : ajax_type_action, // Action
 
575
  booking_id : booking_id, // ID of Booking - separator |
576
  is_approve_or_pending : is_approve_or_pending, // Approve: 1, Reject: 0
577
  is_send_emeils : is_send_emeils,
@@ -598,10 +603,13 @@
598
  //var is_send_emeils = 1;
599
  var denyreason = '';
600
  if (is_send_emeils == 1) {
601
- is_send_emeils = jQuery('#is_send_email_for_pending').attr('checked');
602
- if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
603
- else {is_send_emeils = 1 ;}
604
- denyreason = jQuery('#denyreason').val();
 
 
 
605
  } else {
606
  is_send_emeils = 0;
607
  }
@@ -615,13 +623,15 @@
615
  </div>';
616
 
617
  jQuery.ajax({ // Start Ajax Sending
618
- url: wpdev_ajax_path,
 
619
  type:'POST',
620
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
621
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
622
  // beforeSend: someFunction,
623
  data:{
624
- ajax_action : ajax_type_action, // Action
 
625
  booking_id : booking_id, // ID of Booking - separator |
626
  is_send_emeils : is_send_emeils,
627
  denyreason: denyreason,
@@ -655,15 +665,17 @@
655
  </div>';
656
 
657
  jQuery.ajax({ // Start Ajax Sending
658
- url: wpdev_ajax_path,
 
659
  type:'POST',
660
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
661
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
662
  // beforeSend: someFunction,
663
  data:{
664
- ajax_action : ajax_type_action, // Action
665
- booking_id : booking_id, // ID of Booking - separator |
666
- is_read_or_unread : is_read_or_unread, // Read: 1, Unread: 0
 
667
  user_id: user_id,
668
  wpdev_active_locale:wpdev_active_locale,
669
  wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
@@ -710,13 +722,15 @@
710
  var ajax_type_action='DELETE_BY_VISITOR';
711
 
712
  jQuery.ajax({ // Start Ajax Sending
713
- url: wpdev_ajax_path,
 
714
  type:'POST',
715
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
716
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
717
  // beforeSend: someFunction,
718
  data:{
719
- ajax_action : ajax_type_action,
 
720
  booking_hash : booking_hash,
721
  bk_type : bk_type,
722
  wpdev_active_locale:wpdev_active_locale,
@@ -918,8 +932,16 @@
918
 
919
  // Validation Check --- Requred fields
920
  if ( element.className.indexOf('wpdev-validates-as-required') !== -1 ){
921
- if ((element.type =='checkbox') && ( element.checked === false)) {showErrorMessage( element , message_verif_requred_for_check_box);return;}
922
- if ((element.type !='checkbox') && ( inp_value === '')) {showErrorMessage( element , message_verif_requred);return;}
 
 
 
 
 
 
 
 
923
  }
924
 
925
  // Validation Check --- Email correct filling field
@@ -1109,13 +1131,15 @@
1109
  if ( document.getElementById('bk_type' + bk_type) != null ) my_bk_res = document.getElementById('bk_type' + bk_type).value;
1110
 
1111
  jQuery.ajax({ // Start Ajax Sending
1112
- url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
 
1113
  type:'POST',
1114
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
1115
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
1116
  // beforeSend: someFunction,
1117
  data:{
1118
- ajax_action : 'INSERT_INTO_TABLE',
 
1119
  bktype: my_bk_res ,
1120
  dates: document.getElementById('date_booking' + bk_type).value ,
1121
  form: formdata,
@@ -1244,13 +1268,15 @@ function verify_window_opening(us_id, window_id ){
1244
 
1245
 
1246
  jQuery.ajax({ // Start Ajax Sending
1247
- url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
 
1248
  type:'POST',
1249
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1250
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
1251
  // beforeSend: someFunction,
1252
  data:{
1253
- ajax_action : 'USER_SAVE_WINDOW_STATE',
 
1254
  user_id: us_id ,
1255
  window: window_id,
1256
  is_closed: is_closed,
@@ -1351,12 +1377,14 @@ function save_bk_listing_filter(us_id, filter_name, filter_value ){
1351
  </div>';
1352
 
1353
  jQuery.ajax({
1354
- url: wpdev_ajax_path,
 
1355
  type:'POST',
1356
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1357
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
1358
  data:{
1359
- ajax_action : ajax_type_action,
 
1360
  user_id: us_id ,
1361
  filter_name: filter_name ,
1362
  filter_value: filter_value,
@@ -1385,12 +1413,14 @@ function delete_bk_listing_filter(us_id, filter_name ){
1385
  </div>';
1386
 
1387
  jQuery.ajax({
1388
- url: wpdev_ajax_path,
 
1389
  type:'POST',
1390
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1391
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
1392
  data:{
1393
- ajax_action : ajax_type_action,
 
1394
  user_id: us_id ,
1395
  filter_name: filter_name,
1396
  wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
547
  //var is_send_emeils = 1;
548
  var denyreason = '';
549
  if (is_send_emeils == 1) {
550
+ if ( jQuery('#is_send_email_for_pending').length ) {
551
+ is_send_emeils = jQuery('#is_send_email_for_pending').attr('checked');
552
+ if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
553
+ else {is_send_emeils = 1 ;}
554
+ }
555
+ if ( jQuery('#denyreason').length )
556
+ denyreason = jQuery('#denyreason').val();
557
  } else {
558
  is_send_emeils = 0;
559
  }
568
  </div>';
569
 
570
  jQuery.ajax({ // Start Ajax Sending
571
+ // url: wpdev_ajax_path,
572
+ url: wpbc_ajaxurl,
573
  type:'POST',
574
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
575
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
576
  // beforeSend: someFunction,
577
  data:{
578
+ // ajax_action : ajax_type_action, // Action
579
+ action : ajax_type_action, // Action
580
  booking_id : booking_id, // ID of Booking - separator |
581
  is_approve_or_pending : is_approve_or_pending, // Approve: 1, Reject: 0
582
  is_send_emeils : is_send_emeils,
603
  //var is_send_emeils = 1;
604
  var denyreason = '';
605
  if (is_send_emeils == 1) {
606
+ if ( jQuery('#is_send_email_for_pending').length ) {
607
+ is_send_emeils = jQuery('#is_send_email_for_pending').attr('checked');
608
+ if (is_send_emeils == undefined) {is_send_emeils = 0 ;}
609
+ else {is_send_emeils = 1 ;}
610
+ }
611
+ if ( jQuery('#denyreason').length )
612
+ denyreason = jQuery('#denyreason').val();
613
  } else {
614
  is_send_emeils = 0;
615
  }
623
  </div>';
624
 
625
  jQuery.ajax({ // Start Ajax Sending
626
+ // url: wpdev_ajax_path,
627
+ url: wpbc_ajaxurl,
628
  type:'POST',
629
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
630
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
631
  // beforeSend: someFunction,
632
  data:{
633
+ //ajax_action : ajax_type_action, // Action
634
+ action : ajax_type_action, // Action
635
  booking_id : booking_id, // ID of Booking - separator |
636
  is_send_emeils : is_send_emeils,
637
  denyreason: denyreason,
665
  </div>';
666
 
667
  jQuery.ajax({ // Start Ajax Sending
668
+ //url: wpdev_ajax_path,
669
+ url: wpbc_ajaxurl,
670
  type:'POST',
671
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
672
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
673
  // beforeSend: someFunction,
674
  data:{
675
+ //ajax_action : ajax_type_action, // Action
676
+ action : ajax_type_action, // Action
677
+ booking_id : booking_id, // ID of Booking - separator |
678
+ is_read_or_unread : is_read_or_unread, // Read: 1, Unread: 0
679
  user_id: user_id,
680
  wpdev_active_locale:wpdev_active_locale,
681
  wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
722
  var ajax_type_action='DELETE_BY_VISITOR';
723
 
724
  jQuery.ajax({ // Start Ajax Sending
725
+ // url: wpdev_ajax_path,
726
+ url: wpbc_ajaxurl,
727
  type:'POST',
728
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
729
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
730
  // beforeSend: someFunction,
731
  data:{
732
+ // ajax_action : ajax_type_action,
733
+ action : ajax_type_action,
734
  booking_hash : booking_hash,
735
  bk_type : bk_type,
736
  wpdev_active_locale:wpdev_active_locale,
932
 
933
  // Validation Check --- Requred fields
934
  if ( element.className.indexOf('wpdev-validates-as-required') !== -1 ){
935
+ if ((element.type =='checkbox') && ( element.checked === false)) {
936
+ if ( ! jQuery(':checkbox[name="'+element.name+'"]', submit_form).is(":checked") ) {
937
+ showErrorMessage( element , message_verif_requred_for_check_box);
938
+ return;
939
+ }
940
+ }
941
+ if ((element.type !='checkbox') && ( inp_value === '')) {
942
+ showErrorMessage( element , message_verif_requred);
943
+ return;
944
+ }
945
  }
946
 
947
  // Validation Check --- Email correct filling field
1131
  if ( document.getElementById('bk_type' + bk_type) != null ) my_bk_res = document.getElementById('bk_type' + bk_type).value;
1132
 
1133
  jQuery.ajax({ // Start Ajax Sending
1134
+ // url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
1135
+ url: wpbc_ajaxurl,
1136
  type:'POST',
1137
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond_insert' + bk_type).html( data ) ;},
1138
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
1139
  // beforeSend: someFunction,
1140
  data:{
1141
+ // ajax_action : 'INSERT_INTO_TABLE',
1142
+ action : 'INSERT_INTO_TABLE',
1143
  bktype: my_bk_res ,
1144
  dates: document.getElementById('date_booking' + bk_type).value ,
1145
  form: formdata,
1268
 
1269
 
1270
  jQuery.ajax({ // Start Ajax Sending
1271
+ // url: wpdev_bk_plugin_url+ '/' + wpdev_bk_plugin_filename,
1272
+ url: wpbc_ajaxurl,
1273
  type:'POST',
1274
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1275
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
1276
  // beforeSend: someFunction,
1277
  data:{
1278
+ //ajax_action : 'USER_SAVE_WINDOW_STATE',
1279
+ action : 'USER_SAVE_WINDOW_STATE',
1280
  user_id: us_id ,
1281
  window: window_id,
1282
  is_closed: is_closed,
1377
  </div>';
1378
 
1379
  jQuery.ajax({
1380
+ // url: wpdev_ajax_path,
1381
+ url: wpbc_ajaxurl,
1382
  type:'POST',
1383
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1384
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
1385
  data:{
1386
+ // ajax_action : ajax_type_action,
1387
+ action : ajax_type_action,
1388
  user_id: us_id ,
1389
  filter_name: filter_name ,
1390
  filter_value: filter_value,
1413
  </div>';
1414
 
1415
  jQuery.ajax({
1416
+ // url: wpdev_ajax_path,
1417
+ url: wpbc_ajaxurl,
1418
  type:'POST',
1419
  success: function (data, textStatus){if( textStatus == 'success') jQuery('#ajax_respond').html( data );},
1420
  error:function (XMLHttpRequest, textStatus, errorThrown){window.status = 'Ajax sending Error status:'+ textStatus;alert(XMLHttpRequest.status + ' ' + XMLHttpRequest.statusText);if (XMLHttpRequest.status == 500) {alert('Please check at this page according this error:' + ' http://wpbookingcalendar.com/faq/#ajax-sending-error');}},
1421
  data:{
1422
+ // ajax_action : ajax_type_action,
1423
+ action : ajax_type_action,
1424
  user_id: us_id ,
1425
  filter_name: filter_name,
1426
  wpbc_nonce: document.getElementById('wpbc_admin_panel_nonce').value
languages/wpdev-booking-be_BY.mo CHANGED
Binary file
languages/wpdev-booking-be_BY.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-03-16 13:37+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: Marcis G. <by.marcis@gmail.com>\n"
@@ -18,183 +18,183 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
19
  "\\.\n"
20
 
21
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:119
22
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
23
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
24
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
25
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:501
26
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
27
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
28
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
29
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
30
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
31
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
32
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
33
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
34
  msgid "Dates"
35
  msgstr "Даты"
36
 
37
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
38
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
39
  #, fuzzy
40
  msgid "Full cost of the booking"
41
  msgstr "Кошт"
42
 
43
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:122
44
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
45
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
46
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
47
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
48
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
49
  msgid "First Name (required)"
50
  msgstr "Імя (абавязковае поле)"
51
 
52
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
53
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
54
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
55
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3803
56
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
57
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
58
  msgid "Last Name (required)"
59
  msgstr "Прозвішча (абавязковае поле)"
60
 
61
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
62
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
63
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
64
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
65
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
66
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
67
  msgid "Email (required)"
68
  msgstr "Емейл (абавязковае поле)"
69
 
70
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
71
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
72
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
73
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
74
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
75
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3805
76
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
77
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
78
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
79
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3868
80
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
81
  msgid "Phone"
82
  msgstr "Тэлефон"
83
 
84
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
85
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
86
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
87
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
88
  #, fuzzy
89
  msgid "Address (required)"
90
  msgstr "Емейл (абавязковае поле)"
91
 
92
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
93
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
94
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
95
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
96
  #, fuzzy
97
  msgid "City (required)"
98
  msgstr "Емейл (абавязковае поле)"
99
 
100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
101
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
104
  #, fuzzy
105
  msgid "Post code (required)"
106
  msgstr "Емейл (абавязковае поле)"
107
 
108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
109
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
111
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
112
  #, fuzzy
113
  msgid "Country (required)"
114
  msgstr "Емейл (абавязковае поле)"
115
 
116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
117
  msgid "Visitors"
118
  msgstr "Наведвальнікі"
119
 
120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
121
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
123
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3807
124
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
125
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3843
126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
127
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3871
128
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3890
129
  msgid "Details"
130
  msgstr "Апісанне"
131
 
132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
133
  #, fuzzy
134
  msgid "Coupon"
135
  msgstr "Лік дзён"
136
 
137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
138
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
140
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3808
141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
142
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
143
  msgid "I Accept term and conditions"
144
  msgstr ""
145
 
146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:135
147
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
148
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2763
150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
152
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
153
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1807
154
  msgid "Send"
155
  msgstr "Адправіць"
156
 
157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:143
158
  msgid ""
159
  "Try selecting fewer visitors. The number of visitors may be more than the "
160
  "number of available units on selected day(s)!"
161
  msgstr ""
162
 
163
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:342
164
  msgid "coupon"
165
  msgstr ""
166
 
167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:344
168
  msgid "discount"
169
  msgstr ""
170
 
171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:700
172
  msgid "Nothing found"
173
  msgstr ""
174
 
175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:215
177
  msgid "Search results"
178
  msgstr ""
179
 
180
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:815
181
  #, fuzzy
182
  msgid "Book now"
183
  msgstr "Купіць цяпер"
184
 
185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:901
186
  msgid "Please select check-in and check-out days!"
187
  msgstr ""
188
 
189
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1090
190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1104
191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:136
192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1217
193
  #, fuzzy
194
  msgid "Search"
195
  msgstr "Сакавік"
196
 
197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2002
198
  #, php-format
199
  msgid ""
200
  "Sorry, the reservation was not made because these days are already booked!!! "
@@ -202,192 +202,192 @@ msgid ""
202
  "resource.) %s Please %srefresh%s the page and try other days."
203
  msgstr ""
204
 
205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2515
206
  #, php-format
207
  msgid "The folowing pending booking(s): %s deleted."
208
  msgstr ""
209
 
210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2555
211
  #, fuzzy
212
  msgid "Maximum available booking resource items"
213
  msgstr "максімальная колькасць аб'ектаў усярэдзіне рэсурсу бранявання "
214
 
215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2794
216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
219
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3613
220
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3734
222
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4301
223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
225
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
226
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2062
227
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
228
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
230
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1219
232
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3285
233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3352
234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3412
235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3562
237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3720
238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3749
239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3084
240
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
241
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:685
244
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:902
245
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:912
246
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:932
247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1002
248
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1233
249
  msgid "Click to toggle"
250
  msgstr ""
251
 
252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2795
253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:751
254
  #, fuzzy
255
  msgid "Booking resources management"
256
  msgstr "Браняванне"
257
 
258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2800
259
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3504
260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3544
261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4078
262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4545
264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4561
265
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
266
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:379
267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:383
268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:498
269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
271
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1224
272
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1257
273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1579
275
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1582
276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1952
277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
279
  msgid "ID"
280
  msgstr "ID"
281
 
282
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2802
283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3875
284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4546
285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1258
286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
287
  msgid "Resource name"
288
  msgstr "Імя рэсурсу"
289
 
290
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
291
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
292
  #, fuzzy
293
  msgid "Number of resource items inside of parent resource"
294
  msgstr "Імя аб'ектаў з рэсурсу"
295
 
296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
298
  msgid "Capacity"
299
  msgstr ""
300
 
301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2805
302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2909
303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3824
304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3966
305
  #, fuzzy
306
  msgid "Parent"
307
  msgstr "Аплата"
308
 
309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2806
310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2916
311
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3825
312
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3976
313
  msgid "Priority"
314
  msgstr ""
315
 
316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
318
  #, fuzzy
319
  msgid "Maximum number of visitors for resource"
320
  msgstr "Лік наведвальнікаў"
321
 
322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
325
  #, fuzzy
326
  msgid "Max"
327
  msgstr "Сакавік"
328
 
329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
330
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
331
  #, fuzzy
332
  msgid "visitors"
333
  msgstr "Наведвальнікі"
334
 
335
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2810
336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3829
338
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4081
339
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1228
340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1381
341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
342
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1777
343
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2125
344
  msgid "Actions"
345
  msgstr "Функцыі "
346
 
347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2888
348
  msgid "Add"
349
  msgstr "Дадаць"
350
 
351
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2897
352
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:878
353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4108
354
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
356
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1307
357
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1702
358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1996
359
  msgid "Delete"
360
  msgstr "Выдаліць"
361
 
362
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2907
363
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
364
  msgid "Title"
365
  msgstr "Загаловак"
366
 
367
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2924
368
  #, fuzzy
369
  msgid "Add new resource"
370
  msgstr "Дадаць новае браняванне"
371
 
372
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2931
373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3522
375
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3771
376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:574
377
  msgid "Save"
378
  msgstr "Захаваць"
379
 
380
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
381
  msgid "Advanced Settings"
382
  msgstr "Пашыраныя налады"
383
 
384
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
385
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3112
386
  #, fuzzy
387
  msgid "Set capacity based on number of visitors"
388
  msgstr "Лік наведвальнікаў"
389
 
390
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2994
391
  #, fuzzy, php-format
392
  msgid ""
393
  "Check this box if you want total availability (daily capacity) to depend on "
@@ -396,14 +396,14 @@ msgstr ""
396
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
397
  "сплывае падказцы"
398
 
399
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2995
400
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1463
402
  #, php-format
403
  msgid "Please read more info about configuration of this parameter %shere%s"
404
  msgstr ""
405
 
406
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
407
  #, php-format
408
  msgid ""
409
  "Add tooltip on calendar(s) to show availability based on the number of "
@@ -412,7 +412,7 @@ msgid ""
412
  "number of visitors specified on the booking form."
413
  msgstr ""
414
 
415
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
416
  #, php-format
417
  msgid ""
418
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -421,13 +421,13 @@ msgid ""
421
  "resources%s with the number of visitors specified on the booking form."
422
  msgstr ""
423
 
424
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3032
425
  #, fuzzy
426
  msgid "Show availability"
427
  msgstr "Даступнасць"
428
 
429
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3039
430
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3261
431
  #, fuzzy
432
  msgid ""
433
  "Check this box to display the available number of booking resources with a "
@@ -436,35 +436,35 @@ msgstr ""
436
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
437
  "сплывае падказцы"
438
 
439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
440
  msgid "Availability description"
441
  msgstr "Апісанне даступнасць"
442
 
443
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3049
444
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3272
445
  #, php-format
446
  msgid "Type your %savailability%s description"
447
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
448
 
449
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3059
450
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3159
451
  #, fuzzy
452
  msgid "Disable bookings in different booking resources"
453
  msgstr "Памылка пры абнаўленні БД "
454
 
455
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
456
  msgid ""
457
  "Check this box to dissable reservations, which can be stored in different "
458
  "booking resources. When checked, all reserved days must be at same booking "
459
  "resource otherwise error message will show."
460
  msgstr ""
461
 
462
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3105
463
  #, fuzzy
464
  msgid "Advanced"
465
  msgstr "Пашыраныя налады"
466
 
467
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
468
  #, fuzzy
469
  msgid ""
470
  "Check this box if you want total availability (daily capacity) to depend on "
@@ -473,7 +473,7 @@ msgstr ""
473
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
474
  "сплывае падказцы"
475
 
476
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
@@ -493,80 +493,80 @@ msgstr ""
493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:646
494
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
495
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:313
496
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
497
  msgid "Important!"
498
  msgstr ""
499
 
500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3133
501
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
502
  #, fuzzy
503
  msgid "Type of days selection"
504
  msgstr "Вылучэнне некалькіх дзён"
505
 
506
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
507
  msgid ""
508
  "Add tooltip on calendar(s) to show availability based on the number of "
509
  "available booking resource items remaining for each day."
510
  msgstr ""
511
 
512
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
513
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
514
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2807
515
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4418
516
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
517
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
518
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
519
  #, fuzzy
520
  msgid "Note"
521
  msgstr ""
522
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
523
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
524
 
525
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
526
  #, php-format
527
  msgid ""
528
  "Be sure to match the maximum number of visitors for the %sone booking "
529
  "resource%s with the number of visitors specified on the booking form."
530
  msgstr ""
531
 
532
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3147
533
  msgid ""
534
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
535
  "number of visitors for the resource, which can be at free booking resource "
536
  "items."
537
  msgstr ""
538
 
539
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
540
  #, php-format
541
  msgid ""
542
  "Be sure to match the maximum number of visitors for %sall booking resources"
543
  "%s with the number of visitors specified on the booking form."
544
  msgstr ""
545
 
546
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3164
547
  #, fuzzy
548
  msgid ""
549
  "Check this box to dissable reservations, which can be stored in different "
550
  "booking resources."
551
  msgstr "Памылка пры абнаўленні БД "
552
 
553
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3167
554
  msgid ""
555
  "When checked, all reserved days must be at same booking resource otherwise "
556
  "error message will show."
557
  msgstr ""
558
 
559
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3196
560
  msgid "Use pending days as available"
561
  msgstr ""
562
 
563
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3205
564
  #, fuzzy
565
  msgid ""
566
  "Check this box if you want to show the pending days as available in calendars"
567
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
568
 
569
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
570
  msgid ""
571
  "Warning!!! After you approved the specific booking(s), all your pending "
572
  "bookings of the same booking resource as an approved booking for the dates, "
@@ -574,488 +574,516 @@ msgid ""
574
  "canceled!"
575
  msgstr ""
576
 
577
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
578
  msgid ""
579
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
580
  "is approved for these date(s)"
581
  msgstr ""
582
 
583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3254
584
  #, fuzzy
585
  msgid "Show availability in tooltip"
586
  msgstr "Даступнасць"
587
 
588
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3270
589
  #, fuzzy
590
  msgid "Availability Title"
591
  msgstr "Даступнасць"
592
 
593
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3307
594
  msgid ""
595
  "Use \"Check In\" date as available in calendar for booking resources with "
596
  "capacity higher then 1 for search results"
597
  msgstr ""
598
 
599
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3314
600
  msgid ""
601
  "Use \"Check Out\" date as available in calendar for booking resources with "
602
  "capacity higher then 1 search results"
603
  msgstr ""
604
 
605
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3340
606
  #, fuzzy
607
  msgid "Coupon Deleted"
608
  msgstr "Выдалена"
609
 
610
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3386
611
  #, fuzzy
612
  msgid "Coupon created"
613
  msgstr "Лік дзён"
614
 
615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3394
616
  #, fuzzy
617
  msgid "Add New Discount Coupon"
618
  msgstr "Дадаць новае браняванне"
619
 
620
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
621
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
622
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3546
623
  msgid "Coupon Code"
624
  msgstr ""
625
 
626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3404
627
  #, fuzzy
628
  msgid "Enter coupon code."
629
  msgstr "Увядзіце ваш тэлефон"
630
 
631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3409
632
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3549
634
  #, fuzzy
635
  msgid "Savings"
636
  msgstr "Захаванне..."
637
 
638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3413
639
  #, fuzzy
640
  msgid "Fixed Amount"
641
  msgstr "фіксаваны ўнёсак"
642
 
643
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3414
644
  msgid "Percentage Off"
645
  msgstr ""
646
 
647
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3417
648
  msgid "Enter number of fixed or percentage savings."
649
  msgstr ""
650
 
651
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3422
652
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3560
654
  #, fuzzy
655
  msgid "Expiration Date"
656
  msgstr "Фармат даты"
657
 
658
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3430
659
  msgid "Select Expiration Date of the coupon."
660
  msgstr ""
661
 
662
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3436
663
  #, fuzzy
664
  msgid "Minimum Booking Cost"
665
  msgstr "Кошт"
666
 
667
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3439
668
  msgid "Enter minimum booking cost, when coupon is applicable."
669
  msgstr ""
670
 
671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
672
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
673
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
674
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4662
675
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
676
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
677
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:711
678
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
679
  #, fuzzy
680
  msgid "Resources"
681
  msgstr "Кошт рэсурсу"
682
 
683
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3453
684
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:322
686
  msgid "All"
687
  msgstr ""
688
 
689
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
690
  msgid "Select booking resources, where is possible to apply this coupon code."
691
  msgstr ""
692
 
693
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3473
694
  #, fuzzy
695
  msgid "Add New Coupon"
696
  msgstr "Дадаць новае браняванне"
697
 
698
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
699
  msgid "The coupon code your customers will be using to receive the discount."
700
  msgstr ""
701
 
702
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
703
  #, fuzzy
704
  msgid "The amount which will be saved. Enter only digits."
705
  msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
706
 
707
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
708
  msgid "The minimum total cost required to use the coupon"
709
  msgstr ""
710
 
711
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
712
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3555
713
  #, fuzzy
714
  msgid "Minimum Purchase"
715
  msgstr "Купля"
716
 
717
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
718
  msgid "The date your coupon will expire"
719
  msgstr ""
720
 
721
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
722
  msgid "Resource list, which supports this coupon"
723
  msgstr ""
724
 
725
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
726
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
727
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
728
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
729
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:581
730
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:274
731
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:313
732
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
733
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1012
 
734
  msgid "Warning"
735
  msgstr ""
736
 
737
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
738
  #, fuzzy
739
  msgid "Do you really want to delete this item?"
740
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
741
 
742
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
743
  #, fuzzy, php-format
744
  msgid "%s - coupon field, "
745
  msgstr "Гэта поле неабходна"
746
 
747
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
748
  #, php-format
749
  msgid "Example: %s "
750
  msgstr "Прыклад: %s "
751
 
752
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3614
753
  #, fuzzy
754
  msgid "Search form customization"
755
  msgstr "Форма"
756
 
757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3622
758
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3658
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
759
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
760
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
761
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3757
763
  msgid "Use these shortcodes for customization: "
764
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
765
 
766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
767
  #, php-format
768
  msgid "%s - search inside posts/pages which are part of this category, "
769
  msgstr ""
770
 
771
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
772
  #, php-format
773
  msgid "%s - search inside posts/pages which have this tag, "
774
  msgstr ""
775
 
776
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3625
777
  #, fuzzy, php-format
778
  msgid "%s - check-in date, "
779
  msgstr "Фармат даты"
780
 
781
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3626
782
  #, fuzzy, php-format
783
  msgid "%s - check-out date, "
784
  msgstr "%s - поле з пазнакай"
785
 
786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3627
787
  #, fuzzy, php-format
788
  msgid "%s - default selection number of visitors, "
789
  msgstr "Лік наведвальнікаў"
790
 
791
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3628
792
  #, fuzzy, php-format
793
  msgid "Example: %s - custom number of visitor selections\""
794
  msgstr "Лік наведвальнікаў"
795
 
796
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
797
  #, fuzzy, php-format
798
  msgid "%s - search button, "
799
  msgstr "Прыклад: %s "
800
 
801
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
802
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3667
803
  #, fuzzy, php-format
804
  msgid "%s - new line "
805
  msgstr "%s - дадаць новы радок"
806
 
807
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3668
809
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3760
810
  #, fuzzy
811
  msgid "Use any other HTML tags (carefully)."
812
  msgstr "выкарыстоўвайце любыя іншыя HTML тэгі акуратна."
813
 
814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
815
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3674
816
  msgid ""
817
  "Additional customization style of this element you can make at this file"
818
  msgstr ""
819
 
820
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3640
821
  #, fuzzy
822
  msgid "Reset to default search form content"
823
  msgstr "Абнавіць да значэння па змаўчанні"
824
 
825
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
826
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3678
827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
828
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
829
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
830
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4295
831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4453
832
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
833
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
834
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
835
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1325
 
836
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
837
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
838
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
839
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
840
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1309
841
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1569
842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1664
843
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
844
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3770
845
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
846
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
 
847
  msgid "Save Changes"
848
  msgstr "Захаваць змены"
849
 
850
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3650
851
  #, fuzzy
852
  msgid "Customization of found booking resource items"
853
  msgstr "Кошты бранявання"
854
 
855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3659
856
  #, fuzzy, php-format
857
  msgid "%s - resource title, "
858
  msgstr "Загаловак"
859
 
860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
861
  #, fuzzy, php-format
862
  msgid "%s - link to the page with booking form, "
863
  msgstr "%s - уставіць тып бранявання"
864
 
865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3661
866
  #, fuzzy, php-format
867
  msgid "%s - availability of booking resource, "
868
  msgstr "%s - уставіць тып бранявання"
869
 
870
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
871
  #, fuzzy, php-format
872
  msgid "%s - maximum number of visitors for the booking resource, "
873
  msgstr "%s - уставіць тып бранявання"
874
 
875
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3663
876
  #, fuzzy, php-format
877
  msgid "%s - cost of booking the resource, "
878
  msgstr "%s - уставіць тып бранявання"
879
 
880
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
881
  #, php-format
882
  msgid ""
883
  "%s - featured image, taken from the featured image associated with the post, "
884
  msgstr ""
885
 
886
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3665
887
  #, php-format
888
  msgid "%s - booking info, taken from the excerpt associated with the post, "
889
  msgstr ""
890
 
891
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3677
892
  #, fuzzy
893
  msgid "Reset to default form"
894
  msgstr "Па змаўчанні"
895
 
896
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3689
897
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:209
898
- #, fuzzy
899
- msgid "Search form"
900
- msgstr "Форма"
901
-
902
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3691
903
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:471
904
  #, fuzzy
905
- msgid "Check-in"
906
  msgstr "Дзеці"
907
 
908
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:481
 
910
  #, fuzzy
911
- msgid "Check-out"
912
  msgstr "Дзеці"
913
 
914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3695
915
- msgid "Number of visitors"
916
- msgstr "Лік наведвальнікаў"
 
 
917
 
918
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
919
  #, fuzzy
920
  msgid "Search Cache Settings"
921
  msgstr "Усталёўкі"
922
 
923
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
924
  msgid "Cache expiration"
925
  msgstr ""
926
 
927
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3747
928
  #, fuzzy
929
  msgid "hour(s)"
930
  msgstr "за 1 гадзіна"
931
 
932
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3051
934
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3220
935
  #, fuzzy
936
  msgid "day(s)"
937
  msgstr "за 1 дзень"
938
 
939
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
940
  msgid "Select time of cache expiration"
941
  msgstr ""
942
 
943
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
944
  msgid "Cache will expire:"
945
  msgstr ""
946
 
947
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
948
  #, php-format
949
  msgid "Found: %s booking forms inside of posts or pages "
950
  msgstr ""
951
 
952
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3799
953
  msgid "Reset cache"
954
  msgstr ""
955
 
956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
957
  #, fuzzy
958
  msgid "Parent Resource"
959
  msgstr "Імя рэсурсу"
960
 
961
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3887
962
  #, fuzzy
963
  msgid "Max visitors"
964
  msgstr "Наведвальнікі"
965
 
966
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3951
967
  msgid "Capacity: "
968
  msgstr ""
969
 
970
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
971
  msgid ""
972
  "Select parent resource, if you want that parent resource is increase "
973
  "capacity."
974
  msgstr ""
975
 
976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3983
977
  msgid ""
978
  "Set priority of resource - resource with higher priority will be reserved "
979
  "firstly."
980
  msgstr ""
981
 
982
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3994
983
  #, fuzzy
984
  msgid "Resources count"
985
  msgstr "Кошт рэсурсу"
986
 
987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4001
988
  #, fuzzy
989
  msgid "Create several booking resources for one time"
990
  msgstr "Тып бранявання"
991
 
992
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4015
993
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2218
994
  #, fuzzy
995
  msgid "Default form"
996
  msgstr "Па змаўчанні"
997
 
998
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4020
999
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1000
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4225
1001
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4273
1002
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:852
1003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1056
1004
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
1005
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
1006
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4271
1007
  msgid "Standard"
1008
  msgstr "Стандарт "
1009
 
1010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4025
1011
  #, fuzzy
1012
  msgid "Select default custom booking form"
1013
  msgstr "Выдаленне дадзеных па браняванні"
1014
 
1015
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
1016
  msgid "Available: "
1017
  msgstr "Доступа: "
1018
 
1019
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:642
1021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3933
1022
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1807
1023
  msgid "Default"
1024
  msgstr "Па змаўчанні"
1025
 
1026
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1027
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4226
1028
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4261
1029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4262
1030
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4274
1031
  msgid "Superior"
1032
  msgstr "Супериор "
1033
 
1034
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
1036
  #, fuzzy
1037
  msgid "Resource #1"
1038
  msgstr "за 1 дзень"
1039
 
1040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4227
1042
  msgid "Presidential Suite"
1043
  msgstr "Президенский нумар "
1044
 
1045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1046
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
1047
  #, fuzzy
1048
  msgid "Resource #2"
1049
  msgstr "Імя рэсурсу"
1050
 
1051
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1052
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4228
1053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1405
1054
  msgid "Royal Villa"
1055
  msgstr "Віла "
1056
 
1057
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
1059
  #, fuzzy
1060
  msgid "Resource #3"
1061
  msgstr "Імя рэсурсу"
@@ -1066,374 +1094,384 @@ msgid "night(s)"
1066
  msgstr "за 1 ноч"
1067
 
1068
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1069
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1070
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1072
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1073
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
1074
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3869
1075
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
1076
  msgid "Adults"
1077
  msgstr ""
1078
 
1079
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1080
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1082
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1083
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1084
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3870
1086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3889
1087
  msgid "Children"
1088
  msgstr "Дзеці"
1089
 
1090
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:265
1091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1092
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1093
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2955
 
1094
  #, fuzzy
1095
  msgid "per 1 day"
1096
  msgstr "за 1 дзень"
1097
 
1098
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2954
 
1101
  #, fuzzy
1102
  msgid "from the cost of 1 day "
1103
  msgstr "за 1 дзень"
1104
 
1105
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
 
1108
  #, fuzzy, php-format
1109
  msgid "Additional cost in %s per 1 day"
1110
  msgstr "Дадатковы кошт для "
1111
 
1112
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1113
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1114
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2920
1116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1117
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
 
1118
  #, fuzzy
1119
  msgid " for all days!"
1120
  msgstr "днеи"
1121
 
1122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:849
1123
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4267
 
 
 
 
 
 
 
1124
  #, fuzzy
1125
  msgid "Custom Form"
1126
  msgstr "Наладжвальны"
1127
 
1128
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:864
1129
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4288
1130
  #, fuzzy
1131
  msgid "Load selected booking form"
1132
  msgstr "Форма бранявання"
1133
 
1134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:866
1135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4290
1136
  msgid "Load"
1137
  msgstr ""
1138
 
1139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:872
1140
  #, fuzzy
1141
  msgid "Delete selected booking form"
1142
  msgstr "Форма бранявання"
1143
 
1144
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:875
1145
  #, fuzzy
1146
  msgid "Do you really want to delete selected booking form ?"
1147
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
1148
 
1149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:882
1150
  #, fuzzy
1151
  msgid "Add new custom form"
1152
  msgstr "Дадаць новае браняванне"
1153
 
1154
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:883
1155
  #, fuzzy
1156
  msgid "Add New Custom Form"
1157
  msgstr "Дадаць новае браняванне"
1158
 
1159
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:888
1160
  #, fuzzy
1161
  msgid "Type the name of booking form"
1162
  msgstr "Форма бранявання"
1163
 
1164
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:891
1165
  #, fuzzy
1166
  msgid "Create new form"
1167
  msgstr "Форма"
1168
 
1169
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:894
1170
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3520
1171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3769
1172
  msgid "Create"
1173
  msgstr ""
1174
 
1175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:896
1176
  #, fuzzy
1177
  msgid "Delete form"
1178
  msgstr "Выдаліць"
1179
 
1180
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:900
1181
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:577
1182
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
1183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2775
1184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1185
  msgid "Cancel"
1186
  msgstr "Адмена"
1187
 
1188
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1189
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:261
1190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:441
1191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:200
1192
  msgid "Deleted"
1193
  msgstr "Выдалена"
1194
 
1195
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
1196
  #, fuzzy
1197
  msgid "There are no extended booking forms"
1198
  msgstr "Браняванне"
1199
 
1200
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1054
1201
  #, fuzzy
1202
  msgid "Booking form type:"
1203
  msgstr "Форма бранявання"
1204
 
1205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1061
1206
  #, fuzzy
1207
  msgid "Select type of booking form"
1208
  msgstr "Форма бранявання"
1209
 
1210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1673
1212
  #, fuzzy
1213
  msgid "Booking Form"
1214
  msgstr "Форма бранявання"
1215
 
1216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1174
1217
  #, fuzzy
1218
  msgid "Standard booking resource cost"
1219
  msgstr "Тып бранявання"
1220
 
1221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1175
1222
  #, fuzzy
1223
  msgid "Total booking resource cost"
1224
  msgstr "Тып бранявання"
1225
 
1226
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1487
1227
  #, php-format
1228
  msgid ""
1229
  "%s - show cost hint for full booking in real time, depending on number of "
1230
  "days selected and form elements."
1231
  msgstr ""
1232
 
1233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1488
1234
  #, fuzzy, php-format
1235
  msgid "Example: %sThe full cost of payment: %s"
1236
  msgstr "%s - уставіць даты бранявання"
1237
 
1238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1489
1239
  #, php-format
1240
  msgid ""
1241
  "%s - show hint of original booking cost without additional costs for full "
1242
  "booking in real time, depends only from days selection."
1243
  msgstr ""
1244
 
1245
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1490
1246
  #, fuzzy, php-format
1247
  msgid "Example: %sThe original cost for payment: %s "
1248
  msgstr "%s - уставіць даты бранявання"
1249
 
1250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1491
1251
  #, php-format
1252
  msgid ""
1253
  "%s - show cost hint of additional booking cost, which depends from selection "
1254
  "of form elements."
1255
  msgstr ""
1256
 
1257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1492
1258
  #, php-format
1259
  msgid "Example: %sThe additional cost for payment: %s "
1260
  msgstr ""
1261
 
1262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1263
  #, php-format
1264
  msgid "%s - enter direct cost at admin panel at page: "
1265
  msgstr ""
1266
 
1267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:700
1269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:739
1270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
1271
  msgid "Add booking"
1272
  msgstr "Дадаць рэзерв"
1273
 
1274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1494
1275
  #, fuzzy, php-format
1276
  msgid "Example: %s"
1277
  msgstr "Прыклад: %s "
1278
 
1279
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2031
1280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:295
1281
  msgid "yes"
1282
  msgstr "так"
1283
 
1284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2140
1285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2144
1286
  #, fuzzy
1287
  msgid ""
1288
  "Setting rate or cost, which is depend from number of selected days for the "
1289
  "resource"
1290
  msgstr "Лік дзён"
1291
 
1292
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2487
1295
  msgid "Rates"
1296
  msgstr "Рэйты "
1297
 
1298
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1300
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1301
  #, fuzzy
1302
  msgid "Valuation days"
1303
  msgstr "днеи"
1304
 
1305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1306
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
1307
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1308
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:758
1309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1310
  #, fuzzy
1311
  msgid "Deposit"
1312
  msgstr "фіксаваны ўнёсак"
1313
 
1314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2145
1315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2206
1316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4684
1317
  msgid "Availability"
1318
  msgstr "Даступнасць"
1319
 
1320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2149
1321
  msgid "Setting the default form for the specific resource"
1322
  msgstr ""
1323
 
1324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2150
1325
  #, fuzzy
1326
  msgid "Default Form"
1327
  msgstr "Па змаўчанні"
1328
 
1329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1330
  #, fuzzy
1331
  msgid "Set the cost based on the number of days selected for the reservation"
1332
  msgstr "Лік дзён"
1333
 
1334
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1335
  msgid ""
1336
  "Activation of this feature is require setting cost per day or cost per night"
1337
  msgstr ""
1338
 
1339
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2194
1340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3193
1342
  #, fuzzy
1343
  msgid "Deposit amount"
1344
  msgstr "фіксаваны ўнёсак"
1345
 
1346
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2197
1347
  #, fuzzy
1348
  msgid "Set the deposit payment required for the payment form"
1349
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
1350
 
1351
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1352
  msgid ""
1353
  "Activate this feature at the cost section of general booking settings page, "
1354
  "firstly."
1355
  msgstr ""
1356
 
1357
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2328
1358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2339
1359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2344
1360
  msgid "unavailable"
1361
  msgstr "Недаступныя дні "
1362
 
1363
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2329
1364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2340
1365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2343
1366
  msgid "available"
1367
  msgstr "даступныя дні "
1368
 
1369
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2331
1370
  #, fuzzy
1371
  msgid "Availability booking type"
1372
  msgstr "Даступнасць"
1373
 
1374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2336
1375
  #, fuzzy, php-format
1376
  msgid "All days for %s"
1377
  msgstr "Усе дні для %s "
1378
 
1379
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2346
1380
  #, fuzzy, php-format
1381
  msgid ""
1382
  "Select %s days by activating specific season filter below or %sadd new "
1383
  "season filter%s"
1384
  msgstr "Абярыце %s дні ўнізе ці %sдобавьте новы фільтр дат%s"
1385
 
1386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2357
1387
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2379
1388
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4079
1389
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4100
1390
  #, fuzzy
1391
  msgid "Season Filter Name"
1392
  msgstr "Фільтр "
1393
 
1394
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2358
1395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2490
1397
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1398
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4101
1399
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1400
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
1402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:460
1403
  #, fuzzy
1404
  msgid "Description"
1405
  msgstr "Апісанне даступнасць"
1406
 
1407
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2376
1408
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
1409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1410
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1411
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3024
1412
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3186
1413
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1414
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1415
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1418
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
1419
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
1420
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3427
1421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3501
1422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3578
1423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1424
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1425
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
1426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1397
1427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1440
1428
  msgid "Active"
1429
  msgstr "Актыўна"
1430
 
1431
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2467
1432
  #, fuzzy
1433
  msgid "Seasonal rates of booking resource"
1434
  msgstr "Тып бранявання"
1435
 
1436
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2473
1437
  #, fuzzy, php-format
1438
  msgid ""
1439
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
@@ -1442,54 +1480,54 @@ msgstr ""
1442
  "Веедите сезонныя змены коштаў (рознасць кошту ў %s) ад стандартнага кошту %s "
1443
  "ці фіксаваны кошт рэсурсу бранявання %s ці %sдобавьте новы фільтр дат%s"
1444
 
1445
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2488
1446
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2539
1447
  msgid "Final cost"
1448
  msgstr "Фінальны кошт"
1449
 
1450
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2489
1451
  #, fuzzy
1452
  msgid "Season Filter"
1453
  msgstr "Фільтр "
1454
 
1455
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2520
1456
  #, fuzzy
1457
  msgid "Rate"
1458
  msgstr "Рэйты "
1459
 
1460
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2529
1461
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2549
1462
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
1463
  msgid "for 1 day"
1464
  msgstr "за 1 дзень"
1465
 
1466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2530
1467
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2550
1468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1469
  msgid "for 1 night"
1470
  msgstr "за 1 ноч"
1471
 
1472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1473
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2551
1474
  msgid "fixed deposit"
1475
  msgstr "фіксаваны ўнёсак"
1476
 
1477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2552
1479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1480
  msgid "for 1 hour"
1481
  msgstr "за 1 гадзіна"
1482
 
1483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1484
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3510
1485
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3759
1486
  #, fuzzy
1487
  msgid "Filter Name"
1488
  msgstr "Фільтр "
1489
 
1490
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1491
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1492
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1494
  #, fuzzy
1495
  msgid "Note!"
@@ -1497,893 +1535,916 @@ msgstr ""
1497
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
1498
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
1499
 
1500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1501
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1502
  msgstr ""
1503
 
1504
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1505
  #, fuzzy
1506
  msgid "Update Rates"
1507
  msgstr "Рэйты "
1508
 
1509
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2805
1510
  msgid "Set cost of booking resource based on the number of days selected"
1511
  msgstr ""
1512
 
1513
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1514
  #, php-format
1515
  msgid ""
1516
  "If you add costs here, %srates%s for this booking resource will not take "
1517
  "effect !!!"
1518
  msgstr ""
1519
 
1520
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2810
1521
  #, php-format
1522
  msgid ""
1523
  "Cost setings at %stop have higher priority%s than other costs of same type "
1524
  "at the %sbottom%s of the list."
1525
  msgstr ""
1526
 
1527
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2811
1528
  #, php-format
1529
  msgid ""
1530
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1531
  "terms %s and after terms %s"
1532
  msgstr ""
1533
 
1534
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2813
1535
  #, php-format
1536
  msgid "%s and %s terms have higher priority than a range %s days."
1537
  msgstr ""
1538
 
1539
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2816
1540
  msgid "Warning!"
1541
  msgstr ""
1542
 
1543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2817
1544
  msgid ""
1545
  "Specific cost will take affect, only if it active (the box at the left side "
1546
  "is checked) and if \"Check In\" (start) date belong to selected season "
1547
  "filter or if set \"Any days\"."
1548
  msgstr ""
1549
 
1550
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2826
1551
  #, fuzzy
1552
  msgid "Number of Days"
1553
  msgstr "днеи"
1554
 
1555
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2827
1556
  #, fuzzy
1557
  msgid "Cost Settings"
1558
  msgstr "Усталёўкі"
1559
 
1560
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2828
1561
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2875
1562
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1563
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1564
  #, fuzzy
1565
  msgid "Season Filter of Check In date"
1566
  msgstr "Фільтр дат"
1567
 
1568
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1569
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1570
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1571
  #, fuzzy
1572
  msgid "For"
1573
  msgstr "Форма"
1574
 
1575
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2852
1576
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2928
1577
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3040
1578
  #, fuzzy
1579
  msgid "Day Number(s)"
1580
  msgstr "Лік наведвальнікаў"
1581
 
1582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2858
1583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2934
1584
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3046
1585
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1586
  msgid "to"
1587
  msgstr "да"
1588
 
1589
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2862
1590
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2940
1591
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:291
1593
  #, fuzzy
1594
  msgid "day"
1595
  msgstr "за 1 дзень"
1596
 
1597
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1598
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1599
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3056
1600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1601
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1602
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:502
1603
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1604
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1605
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
1606
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:428
1607
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1608
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:759
1609
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:528
1610
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
1611
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
1612
  msgid "Cost"
1613
  msgstr "Кошт"
1614
 
1615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2877
1616
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2974
1617
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
1618
  #, fuzzy
1619
  msgid "Any days"
1620
- msgstr "Любы дзень тыдня"
1621
 
1622
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2925
1623
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1624
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1625
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3313
1627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3374
1628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3447
1629
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3522
1630
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
1631
  msgid "From"
1632
  msgstr "Ад каго"
1633
 
1634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2926
1635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1636
  msgid "Together"
1637
  msgstr ""
1638
 
1639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2941
1640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1641
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1642
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1643
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1644
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1645
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
 
1646
  msgid "days"
1647
  msgstr "днеи"
1648
 
1649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1650
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1651
  msgid "Remove"
1652
  msgstr ""
1653
 
1654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
1655
  #, fuzzy
1656
  msgid "Add new cost"
1657
  msgstr "Дадаць новае браняванне"
1658
 
1659
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3034
1660
  #, fuzzy
1661
  msgid "for all days"
1662
  msgstr "днеи"
1663
 
1664
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3159
1665
  #, fuzzy
1666
  msgid "Set amount of deposit payment"
1667
  msgstr "%s - уставіць даты бранявання"
1668
 
1669
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3168
1670
  #, fuzzy
1671
  msgid "Deposit payment total"
1672
  msgstr "фіксаваны ўнёсак"
1673
 
1674
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3171
1675
  #, fuzzy
1676
  msgid "Deposit payment is not active for booking resource"
1677
  msgstr "Сезонныя змены коштаў"
1678
 
1679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3178
1680
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3291
1682
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3359
1683
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3418
1684
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3569
1686
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1514
1687
  msgid "Status"
1688
  msgstr ""
1689
 
1690
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3187
1691
  #, fuzzy
1692
  msgid "deposit payment for booking resource"
1693
  msgstr "Тып бранявання"
1694
 
1695
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3202
1696
  #, fuzzy
1697
  msgid "fixed total in"
1698
  msgstr "фіксаваны ўнёсак"
1699
 
1700
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
1701
  #, fuzzy
1702
  msgid "of payment"
1703
  msgstr "Аплата"
1704
 
1705
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1706
  #, fuzzy
1707
  msgid "Condition"
1708
  msgstr "Выдаленне дадзеных па браняванні"
1709
 
1710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1711
  #, php-format
1712
  msgid ""
1713
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1714
  "In%s days more than"
1715
  msgstr ""
1716
 
1717
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1718
  #, fuzzy
1719
  msgid "Update Deposit"
1720
  msgstr "фіксаваны ўнёсак"
1721
 
1722
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1723
  #, fuzzy
1724
  msgid "Deposit payment"
1725
  msgstr "фіксаваны ўнёсак"
1726
 
1727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
1728
  #, fuzzy, php-format
1729
  msgid ""
1730
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1731
  "payment form, instead of the full total of the booking."
1732
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
1733
 
1734
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1735
  #, fuzzy, php-format
1736
  msgid ""
1737
  " You can configure the deposit payment for your booking resources %shere%s."
1738
  msgstr "Сезонныя змены коштаў"
1739
 
1740
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1741
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1742
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1745
  msgid "Su"
1746
  msgstr "Вс"
1747
 
1748
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1750
  msgid "Mo"
1751
  msgstr "Пн"
1752
 
1753
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1754
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1755
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1756
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1758
  msgid "Tu"
1759
  msgstr "Вт"
1760
 
1761
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1763
  msgid "We"
1764
  msgstr "Ср"
1765
 
1766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1767
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1768
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1769
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1770
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1771
  msgid "Th"
1772
  msgstr "Чт"
1773
 
1774
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1775
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1776
  msgid "Fr"
1777
  msgstr "Пт"
1778
 
1779
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1780
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1781
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1784
  msgid "Sa"
1785
  msgstr "Сб"
1786
 
1787
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1788
  msgid "Jan"
1789
  msgstr "Янв"
1790
 
1791
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1792
  msgid "Feb"
1793
  msgstr "Фев"
1794
 
1795
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1796
  msgid "Mar"
1797
  msgstr "Сакавік"
1798
 
1799
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1800
  msgid "Apr"
1801
  msgstr "Апр"
1802
 
1803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1804
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3934
1805
  msgid "May"
1806
  msgstr "Травень"
1807
 
1808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1809
  msgid "Jun"
1810
  msgstr "Чэрвень"
1811
 
1812
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1813
  msgid "Jul"
1814
  msgstr "Ліпень"
1815
 
1816
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1817
  msgid "Aug"
1818
  msgstr "Авг"
1819
 
1820
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1821
  msgid "Sep"
1822
  msgstr "Сен"
1823
 
1824
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1825
  msgid "Oct"
1826
  msgstr "Окт"
1827
 
1828
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1829
  msgid "Nov"
1830
  msgstr "Ныючы"
1831
 
1832
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1833
  msgid "Dec"
1834
  msgstr "Дэк"
1835
 
1836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1837
  msgid "time"
1838
  msgstr "час"
1839
 
1840
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3356
1841
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3376
1842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3397
1843
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
 
 
1844
  msgid "No days"
1845
  msgstr "Няма дзён"
1846
 
1847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1848
  msgid "Every"
1849
  msgstr "Кожны "
1850
 
1851
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3399
1852
- msgid "of"
1853
- msgstr "з "
 
1854
 
1855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3468
1856
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3710
1857
- msgid "Filter saved"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1858
  msgstr "Фільтр захаваны"
1859
 
1860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3504
1861
  #, fuzzy
1862
  msgid "Specific Dates Filter"
1863
  msgstr "Фільтр "
1864
 
1865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3513
1866
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3762
1867
  #, fuzzy
1868
  msgid "Type filter name"
1869
  msgstr "Фільтр "
1870
 
1871
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3518
1872
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3767
1874
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1875
  #, fuzzy
1876
  msgid "Create new season filter"
1877
  msgstr "Фільтр Дат"
1878
 
1879
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3526
1880
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3775
1881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
1882
- msgid "Reset"
1883
- msgstr ""
1884
-
1885
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1886
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1887
  #, fuzzy
1888
  msgid "Create New Season Filter"
1889
  msgstr "Фільтр Дат"
1890
 
1891
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1892
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1893
  msgid "Save changes"
1894
  msgstr "Захаваць змены "
1895
 
1896
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3753
1897
  #, fuzzy
1898
  msgid "Conditional Dates Filter"
1899
  msgstr "Фільтр "
1900
 
1901
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3787
1902
  msgid "Days of week"
1903
  msgstr "Дні тыдня "
1904
 
1905
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3795
1906
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
1907
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
1908
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1909
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:599
1910
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1911
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1912
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1913
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1915
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1916
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1917
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:436
1918
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:468
1919
  msgid "Sunday"
1920
  msgstr "Нядзеля"
1921
 
1922
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3801
1923
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1924
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
1925
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1926
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:600
1927
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1928
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1929
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1930
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1931
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1932
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1934
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:437
1935
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:472
1936
  msgid "Monday"
1937
  msgstr "Панядзелак"
1938
 
1939
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
1940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
1942
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
1943
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:601
1944
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1946
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1947
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1948
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1951
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:438
1952
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:476
1953
  #, fuzzy
1954
  msgid "Tuesday"
1955
  msgstr "Аўторак"
1956
 
1957
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
1958
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1959
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
1960
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
1961
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:602
1962
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1963
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1964
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1965
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1966
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1967
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1968
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1969
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:439
1970
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:480
1971
  msgid "Wednesday"
1972
  msgstr "Асяроддзе"
1973
 
1974
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
1975
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
1976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
1977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
1978
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:603
1979
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1980
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1981
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1982
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1983
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1984
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1985
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1986
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:440
1987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:484
1988
  msgid "Thursday"
1989
  msgstr "Чацвер"
1990
 
1991
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
1992
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
1993
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
1994
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
1995
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:604
1996
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1997
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1998
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1999
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
2000
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
2001
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
2002
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
2003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:441
2004
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:488
2005
  msgid "Friday"
2006
  msgstr "Пятніца"
2007
 
2008
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
2009
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
2011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
2012
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:605
2013
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
2014
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
2015
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2016
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
2017
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
2018
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
2019
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
2020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:442
2021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:492
2022
  msgid "Saturday"
2023
  msgstr "Субота"
2024
 
2025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3843
2026
  msgid "Days of month"
2027
  msgstr "Дні месяца"
2028
 
2029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3923
2030
  #, fuzzy
2031
  msgid "Months"
2032
  msgstr "Месяцы"
2033
 
2034
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3930
2035
  msgid "January"
2036
  msgstr "Студзень"
2037
 
2038
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3931
2039
  msgid "February"
2040
  msgstr "Люты"
2041
 
2042
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3932
2043
  msgid "March"
2044
  msgstr "Сакавік"
2045
 
2046
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3933
2047
  msgid "April"
2048
  msgstr "Красавік"
2049
 
2050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3935
2051
  msgid "June"
2052
  msgstr "Чэрвень"
2053
 
2054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3954
2055
  msgid "July"
2056
  msgstr "Ліпень"
2057
 
2058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3955
2059
  msgid "August"
2060
  msgstr "Жнівень"
2061
 
2062
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3956
2063
  msgid "September"
2064
  msgstr "Верасень"
2065
 
2066
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3957
2067
  msgid "October"
2068
  msgstr "Кастрычнік"
2069
 
2070
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3958
2071
  msgid "November"
2072
  msgstr "Лістапад"
2073
 
2074
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3959
2075
  msgid "December"
2076
  msgstr "Снежань"
2077
 
2078
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3983
2079
  msgid "Years"
2080
  msgstr "Гады"
2081
 
2082
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4053
2083
  msgid "Filter deleted successfully"
2084
  msgstr "Фільтр выдалены паспяхова"
2085
 
2086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
2087
  #, fuzzy
2088
  msgid "Create dates filter"
2089
  msgstr "Фільтр "
2090
 
2091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
2092
  #, fuzzy
2093
  msgid "Create conditional days filter"
2094
  msgstr "Фільтр для часу ці дзён"
2095
 
2096
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4073
2097
  #, fuzzy
2098
  msgid "Listing of season filters"
2099
  msgstr "Фільтры "
2100
 
2101
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4080
2102
  msgid "Filters"
2103
  msgstr "Фільтры "
2104
 
2105
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
2106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4106
2107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4597
2108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1306
2109
  msgid "Edit"
2110
  msgstr "рэдагаваць "
2111
 
2112
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4109
2113
  msgid "Do you really want to delete?"
2114
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
2115
 
2116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4141
2117
  #, fuzzy
2118
  msgid "Showing cost in tooltip"
2119
  msgstr "Кошт"
2120
 
2121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4148
2122
  #, fuzzy
2123
  msgid ""
2124
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2125
  "over each day on the calendar(s)."
2126
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2127
 
2128
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
2129
  #, fuzzy
2130
  msgid "Cost Title"
2131
  msgstr "Загаловак"
2132
 
2133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
2134
  #, php-format
2135
  msgid "Type your %scost%s description"
2136
  msgstr "Увядзіце Ваш надпіс для %sстоимости%s "
2137
 
2138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4302
2139
  #, fuzzy
2140
  msgid "Advanced cost management"
2141
- msgstr "Кошт"
2142
 
2143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4321
2144
  #, fuzzy
2145
  msgid "Configure Additional cost for the form"
2146
  msgstr "Дадатковы кошт для "
2147
 
2148
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4364
2149
  #, fuzzy
2150
  msgid "Additional cost for"
2151
  msgstr "Кошт"
2152
 
2153
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4414
2154
  msgid ""
2155
  "Check this box if you want that specific additional cost, which configured "
2156
  "as percentage for some option, apply to other additional fixed costs and not "
2157
  "only to original booking cost."
2158
  msgstr ""
2159
 
2160
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4420
2161
  #, fuzzy
2162
  msgid ""
2163
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2164
  "checkbox(es)."
2165
  msgstr "Лік дзён"
2166
 
2167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4423
2168
  #, php-format
2169
  msgid ""
2170
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2171
  "they exist in the %sbooking form%s."
2172
  msgstr ""
2173
 
2174
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4430
2175
  #, fuzzy
2176
  msgid "Enter additional cost in formats:"
2177
  msgstr "Дадатковы кошт для "
2178
 
2179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4431
2180
  #, php-format
2181
  msgid ""
2182
  "For example, if the original cost of the booking is %s, then after applying "
2183
  "additional costs the total cost will be folowing"
2184
  msgstr ""
2185
 
2186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2187
  #, fuzzy
2188
  msgid "Enter fixed cost"
2189
  msgstr "фіксаваны ўнёсак"
2190
 
2191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2193
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2194
  #, fuzzy, php-format
2195
  msgid "%s, then total cost will be %s"
2196
  msgstr "Прыклад: %s "
2197
 
2198
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2199
  #, fuzzy
2200
  msgid "Enter percentage of the entire booking"
2201
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
2202
 
2203
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2204
  #, fuzzy
2205
  msgid "Enter fixed amount for each selected day"
2206
  msgstr "Лік дзён"
2207
 
2208
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2209
  #, php-format
2210
  msgid "%s, then total cost will be (if selected 3 days) %s"
2211
  msgstr ""
2212
 
2213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2214
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2215
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2216
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2217
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
2219
  #, fuzzy
2220
  msgid "or"
2221
  msgstr "Форма"
2222
 
2223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2224
  msgid ""
2225
  "Enter percentage as additional sum, which is based only on original cost and "
2226
  "not full sum"
2227
  msgstr ""
2228
 
2229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4447
2230
  #, php-format
2231
  msgid ""
2232
  "Please check more info about configuration of this cost settings on this "
2233
  "%spage%s."
2234
  msgstr ""
2235
 
2236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4520
2237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1201
2238
  #, fuzzy
2239
  msgid "Resource ID or Title"
2240
  msgstr "ID"
2241
 
2242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4522
2243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1203
2244
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
2245
  msgid "Go"
2246
  msgstr ""
2247
 
2248
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4548
2249
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4574
2250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1260
2251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
 
 
 
 
 
 
2252
  msgid "Info"
2253
  msgstr "Інфа"
2254
 
2255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
2257
  #, fuzzy
2258
  msgid "Selection"
2259
  msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2260
 
2261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4563
2262
  #, fuzzy
2263
  msgid "Resource Name"
2264
  msgstr "Імя рэсурсу"
2265
 
2266
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4596
2267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1305
2268
  #, fuzzy
2269
- msgid "Bulk Actions"
2270
- msgstr "Функцыі "
2271
 
2272
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4665
2273
  #, fuzzy
2274
- msgid "management"
2275
- msgstr "Пашыраная налада коштаў"
2276
 
2277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4667
2278
  #, fuzzy
2279
  msgid "Costs and Rates"
2280
  msgstr "Рэйты "
2281
 
2282
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2286
  #, fuzzy
2287
- msgid "Customization of"
2288
- msgstr "Налада Paypal"
2289
 
2290
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2291
- msgid "rates, valuation days cost and deposit amount "
2292
  msgstr ""
2293
 
2294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4672
2295
  #, fuzzy
2296
  msgid "Advanced Cost"
2297
- msgstr "Кошт"
2298
 
2299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2300
- msgid "additional cost, which depend from form fields"
2301
- msgstr ""
 
 
 
 
 
 
2302
 
2303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4678
2304
  #, fuzzy
2305
  msgid "Coupons"
2306
  msgstr "Лік дзён"
2307
 
2308
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4692
2310
  #, fuzzy
2311
- msgid "Setting"
2312
  msgstr "Усталёўкі"
2313
 
2314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2315
- msgid "for discount"
2316
- msgstr ""
 
2317
 
2318
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2319
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4700
2320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
2321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
2322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
2323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
2324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2325
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
2326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1263
2327
  #, fuzzy
2328
- msgid "settings"
2329
- msgstr "Усталёўкі"
2330
 
2331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4689
 
 
 
 
 
2332
  #, fuzzy
2333
  msgid "Season Filters"
2334
  msgstr "Фільтры "
2335
 
2336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4736
 
 
 
 
 
 
 
 
 
 
2337
  msgid "Cost: "
2338
  msgstr "Кошт:"
2339
 
2340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4766
2341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:648
2342
  msgid "Weekend"
2343
  msgstr "Выходныя"
2344
 
2345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4767
2346
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:649
2347
  msgid "Work days"
2348
  msgstr "Працоўныя дні"
2349
 
2350
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4768
2351
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:650
2352
  msgid "High season"
2353
  msgstr "Высокі сазон"
2354
 
2355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
2356
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
2357
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
2358
  msgid "Select Times"
2359
  msgstr ""
2360
 
2361
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:359
2362
  #, fuzzy
2363
  msgid "Setting cost for the resource"
2364
  msgstr "Кошт"
2365
 
2366
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:362
2367
  #, fuzzy
2368
  msgid "/ day"
2369
  msgstr "за 1 дзень"
2370
 
2371
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:363
2372
  #, fuzzy
2373
  msgid "/ night"
2374
  msgstr "за 1 ноч"
2375
 
2376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:364
2377
  #, fuzzy
2378
  msgid "fixed"
2379
  msgstr "фіксаваны ўнёсак"
2380
 
2381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:365
2382
  #, fuzzy
2383
  msgid "/ hour"
2384
  msgstr "за 1 гадзіна"
2385
 
2386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:430
2387
  #, fuzzy
2388
  msgid ""
2389
  "Start Time is invalid. The date or time may be booked, or already in the "
@@ -2391,7 +2452,7 @@ msgid ""
2391
  msgstr ""
2392
  "Час пачатку некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
2393
 
2394
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:431
2395
  #, fuzzy
2396
  msgid ""
2397
  "End Time is invalid. The date or time may be booked, or already in the past. "
@@ -2401,120 +2462,120 @@ msgstr ""
2401
  "Час канчатка некоректно. Магчыма час для вылучаных дзён ужо зарэзервавана, "
2402
  "ці час канчатка раней чым час пачатку бранявання для 1-го вылучанага дня."
2403
 
2404
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:432
2405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:433
2406
  #, fuzzy
2407
  msgid "The time(s) may be booked, or already in the past!"
2408
  msgstr "Час некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
2409
 
2410
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:593
2411
  #, fuzzy
2412
  msgid "Cost saved successfully"
2413
  msgstr "Захавана"
2414
 
2415
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:600
2416
  msgid "Cost is not correct. It must be greater than 0"
2417
  msgstr ""
2418
 
2419
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:618
2420
  msgid "Send payment request to customer"
2421
  msgstr ""
2422
 
2423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:622
2424
  #, fuzzy, php-format
2425
  msgid "Type your %sreason for payment%s request"
2426
  msgstr "Увядзіце %sаремя канчаткі%s"
2427
 
2428
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:631
2429
  #, fuzzy
2430
  msgid "Send Request"
2431
  msgstr "Адправіць"
2432
 
2433
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:632
2434
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:720
2435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1005
2436
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:507
2437
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:570
2438
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:626
2439
  #, fuzzy
2440
  msgid "Close"
2441
  msgstr "Кошт"
2442
 
2443
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:763
2444
  msgid "Request has been sent"
2445
  msgstr ""
2446
 
2447
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:769
2448
  msgid "Request has failed"
2449
  msgstr ""
2450
 
2451
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:794
2452
  msgid "The payment status is changed successfully"
2453
  msgstr ""
2454
 
2455
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:801
2456
  msgid "The changing of payment status is failed"
2457
  msgstr ""
2458
 
2459
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:845
2460
  msgid "Email to \"Person\" with payment request"
2461
  msgstr ""
2462
 
2463
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
2464
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3433
2465
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3507
2466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3584
2467
  #, fuzzy
2468
  msgid "Send to Admin"
2469
  msgstr "Адправіць"
2470
 
2471
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
2472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3441
2473
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3515
2474
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3592
2475
  #, fuzzy
2476
  msgid "Check this box to send copy of this email to Admin"
2477
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2478
 
2479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
2480
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
2481
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3449
2482
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3524
2483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3601
2484
  #, fuzzy, php-format
2485
  msgid "Type the default %sadmin email%s sending the booking confimation"
2486
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
2487
 
2488
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
2489
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3320
2490
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3381
2491
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3454
2492
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3529
2493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3606
2494
  msgid "Subject"
2495
  msgstr "Тэма ліста"
2496
 
2497
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:889
2498
  #, fuzzy, php-format
2499
  msgid "Type email subject for %spayment request%s."
2500
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
2501
 
2502
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2503
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3327
2504
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3390
2505
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3461
2506
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3536
2507
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3613
2508
  #, fuzzy
2509
  msgid "Content"
2510
  msgstr "Панядзелак"
2511
 
2512
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:897
2513
  #, fuzzy, php-format
2514
  msgid "Type your %semail message for payment request%s"
2515
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
2516
 
2517
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:905
2518
  #, fuzzy, php-format
2519
  msgid ""
2520
  "You need to make payment %s for booking %s at %s. %s You can make payment at "
@@ -2523,112 +2584,112 @@ msgstr ""
2523
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
2524
  "карыстанне сэрвісам бранявання.\""
2525
 
2526
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:905
2527
  #, fuzzy
2528
  msgid "page"
2529
  msgstr ""
2530
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
2531
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
2532
 
2533
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1146
2534
  #, fuzzy
2535
  msgid "deposit"
2536
  msgstr "фіксаваны ўнёсак"
2537
 
2538
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1147
2539
  #, fuzzy
2540
  msgid "Total cost"
2541
  msgstr "Кошт"
2542
 
2543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1148
2544
  #, fuzzy
2545
  msgid "balance"
2546
  msgstr "Адмена"
2547
 
2548
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1200
2549
  #, fuzzy
2550
  msgid "Auto-fill form"
2551
  msgstr "Форма"
2552
 
2553
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1302
2554
  #, fuzzy
2555
  msgid "Billing form fields customization"
2556
  msgstr "Палі формы"
2557
 
2558
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1314
2559
  msgid ""
2560
  "Please select a field from your booking form. This field will be "
2561
  "automatically assigned to the current field in the billing form."
2562
  msgstr ""
2563
 
2564
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1320
2565
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2566
  #, fuzzy
2567
  msgid "Customer Email"
2568
  msgstr "Емейл"
2569
 
2570
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1333
2571
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2572
  #, fuzzy
2573
  msgid "First Name(s)"
2574
  msgstr "Імя"
2575
 
2576
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1346
2577
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2578
  #, fuzzy
2579
  msgid "Last name"
2580
  msgstr "Прозвішча"
2581
 
2582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1380
2583
  msgid "Billing Address"
2584
  msgstr ""
2585
 
2586
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1393
2587
  msgid "Billing City"
2588
  msgstr ""
2589
 
2590
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1406
2591
  msgid "Post Code"
2592
  msgstr ""
2593
 
2594
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1419
2595
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3887
2596
  #, fuzzy
2597
  msgid "Country"
2598
  msgstr "Лік дзён"
2599
 
2600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1438
2601
  msgid "State"
2602
  msgstr ""
2603
 
2604
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1455
2605
  #, php-format
2606
  msgid "Configuring these %sfields is required for the some payment%s systems!"
2607
  msgstr ""
2608
 
2609
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1510
2610
  msgid "Title of booked timeslot(s)"
2611
  msgstr ""
2612
 
2613
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1514
2614
  #, php-format
2615
  msgid ""
2616
  "Type your %stitle%s, what will show in mouseover tooltip near booked "
2617
  "timeslot(s)"
2618
  msgstr ""
2619
 
2620
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1532
2621
  msgid "Time Format"
2622
  msgstr "Фармат даты"
2623
 
2624
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
2625
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:546
2626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:596
2627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:856
2628
  msgid "Custom"
2629
  msgstr "Наладжвальны"
2630
 
2631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1555
2632
  #, fuzzy, php-format
2633
  msgid ""
2634
  "Type your time format for emails and the booking table. %sDocumentation on "
@@ -2637,64 +2698,64 @@ msgstr ""
2637
  "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s "
2638
  "Дакументацыя па фармаце для дат%s "
2639
 
2640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1643
2641
  #, fuzzy, php-format
2642
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
2643
  msgstr "Вылучэнне фиксированого колькасці дзён 1-ім клікам мышкі"
2644
 
2645
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1651
2646
  #, fuzzy, php-format
2647
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
2648
  msgstr "Вылучэнне дынамічнай колькасці дзён у 2 зграя мышкі"
2649
 
2650
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1659
2651
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1725
2652
  #, fuzzy
2653
  msgid "Days selection number"
2654
  msgstr "Выбар дыяпазону"
2655
 
2656
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1666
2657
  #, php-format
2658
  msgid "Type your %snumber of days for range selection%s"
2659
  msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2660
 
2661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1673
2662
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1761
2663
  msgid "Start day of range"
2664
  msgstr "Дзень пачатку дыяпазону"
2665
 
2666
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1682
2667
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1770
2668
  msgid "Any day of week"
2669
  msgstr "Любы дзень тыдня"
2670
 
2671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1693
2672
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1781
2673
  #, fuzzy
2674
  msgid "Specific day(s) of week"
2675
  msgstr "Любы дзень тыдня"
2676
 
2677
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1715
2678
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1817
2679
  msgid "Select your start day of range selection at week"
2680
  msgstr "Абярыце дзень тыдня, які будзе пачаткам вылучэння дыяпазону дат"
2681
 
2682
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1727
2683
  #, fuzzy
2684
  msgid "Min"
2685
  msgstr "Пн"
2686
 
2687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1741
2688
  #, fuzzy, php-format
2689
  msgid "Select your %sminimum and maximum number of days for range selection%s"
2690
  msgstr "Увядзіце %sминимальное колькасць дзён для вылучэння%s"
2691
 
2692
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1747
2693
  #, fuzzy
2694
  msgid "Specific days selections"
2695
  msgstr "днеи"
2696
 
2697
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1751
2698
  #, php-format
2699
  msgid ""
2700
  "Type your %sspecific%s days, which can be selected by visitors, or leave "
@@ -2703,11 +2764,11 @@ msgid ""
2703
  "%s, its the same like this: %s)"
2704
  msgstr ""
2705
 
2706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1860
2707
  msgid "Use time selections as recurrent time slots"
2708
  msgstr ""
2709
 
2710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1871
2711
  msgid ""
2712
  "Check this box if you want to use recurrent time to reserve several days. "
2713
  "This means that middle days will be partially booked by actual times, "
@@ -2715,213 +2776,234 @@ msgid ""
2715
  "time for the first and last day of the reservation."
2716
  msgstr ""
2717
 
2718
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1878
2719
  #, fuzzy
2720
  msgid "Use check in/out time"
2721
  msgstr "Выкарыстоўваць фиксированое час"
2722
 
2723
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
2724
  msgid "This option will overwrite any times selection in your booking form."
2725
  msgstr ""
2726
 
2727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1890
2728
  msgid "Check this option, to use check in/out time during booking process. "
2729
  msgstr ""
2730
 
2731
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1893
2732
  #, php-format
2733
  msgid ""
2734
  "%s Important!%s This will overwrite any times selection in your booking form."
2735
  msgstr ""
2736
 
2737
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1902
2738
  #, fuzzy
2739
  msgid "Check-in time"
2740
  msgstr "час"
2741
 
2742
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1902
2743
  #, php-format
2744
  msgid "%sstart booking time%s"
2745
  msgstr "%sвведите час пачатку бранявання%s"
2746
 
2747
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1904
2748
  #, fuzzy, php-format
2749
  msgid "Type your %sCheck-in%s time of booking"
2750
  msgstr "Увядзіце %sвремя%s для апошняга дня з некалькіх дзён бранявання"
2751
 
2752
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1909
2753
  #, fuzzy
2754
  msgid "Check-Out time"
2755
  msgstr "час"
2756
 
2757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1909
2758
  #, php-format
2759
  msgid "%send booking time%s"
2760
  msgstr "%sвремя канчаткі бранявання%s"
2761
 
2762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1911
2763
  #, fuzzy, php-format
2764
  msgid "Type your %sCheck-Out%s time of booking"
2765
  msgstr "Увядзіце %sвремя%s для апошняга дня з некалькіх дзён бранявання"
2766
 
2767
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1945
2768
  #, fuzzy
2769
  msgid "Costs"
2770
  msgstr "Кошт"
2771
 
2772
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1950
2773
  #, fuzzy
2774
  msgid "Set the cost"
2775
  msgstr "Кошт"
2776
 
2777
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1955
2778
  #, fuzzy
2779
  msgid "fixed sum"
2780
  msgstr "фіксаваны ўнёсак"
2781
 
2782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1958
2783
  #, fuzzy
2784
  msgid " Select your cost configuration."
2785
  msgstr "Абярыце дзень пачатку тыдня"
2786
 
2787
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1963
2788
  #, fuzzy
2789
  msgid "Currency format"
2790
  msgstr "Фармат даты"
2791
 
2792
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1966
2793
  #, fuzzy
2794
  msgid "Number of decimal points"
2795
  msgstr "Лік наведвальнікаў"
2796
 
2797
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1973
2798
  msgid "Separator for the decimal point"
2799
  msgstr ""
2800
 
2801
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2802
  msgid "Thousands separator"
2803
  msgstr ""
2804
 
2805
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1998
2806
  #, fuzzy
2807
  msgid "Time impact to cost"
2808
  msgstr "час"
2809
 
2810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2003
2811
  #, fuzzy, php-format
2812
  msgid ""
2813
  "Check this box if you want the %stime selection%s on the booking form "
2814
  "%sapplied to the cost calculation%s."
2815
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2816
 
2817
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2012
2818
  #, fuzzy
2819
  msgid "Show booking details in payment form"
2820
  msgstr "Апісанне плацяжоў"
2821
 
2822
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2018
2823
  #, fuzzy, php-format
2824
  msgid ""
2825
  " Check this checkbox if you want to show the %sbooking details summary%s "
2826
  "above the payment form"
2827
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2828
 
2829
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2063
2830
  #, fuzzy
2831
- msgid "Auto cancelation / auto approval of bookings"
2832
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2833
 
2834
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2069
2835
  #, fuzzy
2836
  msgid "Auto approve all new bookings"
2837
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2838
 
2839
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2078
2840
  #, fuzzy, php-format
2841
  msgid ""
2842
  "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
2843
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2844
 
2845
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2085
2846
  #, fuzzy
2847
  msgid "Auto-cancel bookings"
2848
  msgstr "Адмена"
2849
 
2850
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2095
2851
  #, fuzzy, php-format
2852
  msgid ""
2853
  "Check this box to %sactivate%s auto-cancellation for pending, unpaid "
2854
  "bookings."
2855
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2856
 
2857
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2106
2858
  #, fuzzy
2859
  msgid "Cancel bookings older"
2860
  msgstr "Адмена"
2861
 
2862
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2111
2863
  #, fuzzy
2864
  msgid "hour"
2865
  msgstr "за 1 гадзіна"
2866
 
2867
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2114
2868
  #, fuzzy
2869
  msgid "hours"
2870
  msgstr "Чацвер"
2871
 
2872
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2124
2873
  msgid ""
2874
  "Cancel only pending, unpaid bookings, which are older than this selection."
2875
  msgstr ""
2876
 
2877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2129
2878
  #, fuzzy
2879
  msgid "Cancellation email sent"
2880
  msgstr "Чыннік адмовы"
2881
 
2882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2134
2883
  #, php-format
2884
  msgid "Check this box to %ssend%s cancellation email for this resource."
2885
  msgstr ""
2886
 
2887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2146
2888
  #, fuzzy
2889
  msgid "Reason for cancellation"
2890
  msgstr "Чыннік адмовы"
2891
 
2892
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2148
2893
  #, php-format
2894
  msgid "Type the reason for %scancellation%s for the email template."
2895
  msgstr ""
2896
 
2897
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2190
2898
  msgid ""
2899
  "Customization of billing fields, which automatically assign from booking "
2900
  "form to billing form"
2901
  msgstr ""
2902
 
2903
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2191
2904
  #, fuzzy
2905
  msgid "Billing form fields"
2906
  msgstr "Палі формы"
2907
 
2908
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2217
2909
  #, fuzzy
2910
  msgid "Booked Times:"
2911
  msgstr "Забранявана "
2912
 
2913
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2240
2914
  msgid ""
2915
  "This reservation is cancelled because we did not receive payment and the "
2916
  "administrator did not approve it."
2917
  msgstr ""
2918
 
2919
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2259
2920
  #, fuzzy
2921
  msgid "You need to make payment for this reservation"
2922
  msgstr "Сезонныя змены коштаў"
2923
 
2924
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2261
2925
  #, fuzzy, php-format
2926
  msgid ""
2927
  "You need to make payment %s for reservation %s at %s. %s Please make payment "
@@ -2930,22 +3012,22 @@ msgstr ""
2930
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
2931
  "карыстанне сэрвісам бранявання.\""
2932
 
2933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
2934
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1407
2935
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3934
2936
  #, fuzzy
2937
  msgid "Apartment#1"
2938
  msgstr "за 1 дзень"
2939
 
2940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
2941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1408
2942
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3935
2943
  #, fuzzy
2944
  msgid "Apartment#2"
2945
  msgstr "Апартаменты №2"
2946
 
2947
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
2948
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3936
2949
  #, fuzzy
2950
  msgid "Apartment#3"
2951
  msgstr "Апартаменты №3"
@@ -3135,7 +3217,7 @@ msgid "Required Fields in Booking Form"
3135
  msgstr "Палі формы"
3136
 
3137
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:117
3138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:395
3139
  #, fuzzy
3140
  msgid "Calendar"
3141
  msgstr "Каляндар бранявання"
@@ -3233,7 +3315,7 @@ msgid "Radio Button(s)"
3233
  msgstr "Прыклад: %s "
3234
 
3235
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:196
3236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:575
3237
  msgid "CAPTCHA"
3238
  msgstr "CAPTCHA"
3239
 
@@ -3811,76 +3893,70 @@ msgstr "Чэрвень"
3811
  msgid "Select option to configure or show help info about tags"
3812
  msgstr ""
3813
 
3814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:220
3815
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:245
3816
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:428
3817
- msgid "Saved"
3818
- msgstr "Захавана"
3819
-
3820
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:320
3821
  msgid ""
3822
  "You can use (in subject and content of email template) any shortcodes, which "
3823
  "you used in the booking form. Use the shortcodes in the same way as you used "
3824
  "them in the content form at Settings Fields page."
3825
  msgstr ""
3826
 
3827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:322
3828
  msgid "In addition you can use these shortcodes"
3829
  msgstr ""
3830
 
3831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:323
3832
  #, php-format
3833
  msgid ""
3834
  "%s - inserting data info about the booking, which you configured in the "
3835
  "content form at Settings Fields page"
3836
  msgstr ""
3837
 
3838
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:324
3839
  #, fuzzy, php-format
3840
  msgid "%s - inserting ID of booking "
3841
  msgstr "%s - уставіць даты бранявання"
3842
 
3843
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:325
3844
  #, fuzzy, php-format
3845
  msgid "%s or %s - inserting the title of the booking resource "
3846
  msgstr "%s[bookingname]%s - дадаць назву бранявання,"
3847
 
3848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:327
3849
  #, fuzzy, php-format
3850
  msgid "%s - inserting the cost of booking "
3851
  msgstr "%s - уставіць даты бранявання"
3852
 
3853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:330
3854
  #, fuzzy, php-format
3855
  msgid "%s - inserting the dates of booking"
3856
  msgstr "%s - уставіць даты бранявання"
3857
 
3858
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:331
3859
  #, fuzzy, php-format
3860
  msgid "%s - inserting check-in date (first day of reservation),"
3861
  msgstr "%s - уставіць даты бранявання"
3862
 
3863
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:332
3864
  #, fuzzy, php-format
3865
  msgid "%s - inserting check-out date (last day of reservation),"
3866
  msgstr "%s - уставіць даты бранявання"
3867
 
3868
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:333
3869
  #, fuzzy, php-format
3870
  msgid "%s - inserting the number of booking dates "
3871
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
3872
 
3873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:335
3874
  #, fuzzy, php-format
3875
  msgid "%s - inserting your site URL "
3876
  msgstr "%s - дадаць новы радок"
3877
 
3878
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:337
3879
  #, fuzzy, php-format
3880
  msgid "%s - inserting moderate link of new booking "
3881
  msgstr "%s - уставіць даты бранявання"
3882
 
3883
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:339
3884
  #, php-format
3885
  msgid ""
3886
  "%s - inserting link to the page where visitor can edit the reservation, "
@@ -3888,7 +3964,7 @@ msgid ""
3888
  "Example: %s )"
3889
  msgstr ""
3890
 
3891
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:341
3892
  #, php-format
3893
  msgid ""
3894
  "%s - inserting link to the page where visitor can cancel the reservation, "
@@ -3896,7 +3972,7 @@ msgid ""
3896
  "Example: %s )"
3897
  msgstr ""
3898
 
3899
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:343
3900
  #, php-format
3901
  msgid ""
3902
  "%s - inserting link to payment page where visitor can pay for the "
@@ -3904,532 +3980,501 @@ msgid ""
3904
  "this page. Example: %s )"
3905
  msgstr ""
3906
 
3907
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:347
3908
  #, fuzzy, php-format
3909
  msgid ""
3910
  "%s - add the reason for booking payment, you can enter it before sending "
3911
  "email, "
3912
  msgstr "%s - уставіць чыннік адмовы"
3913
 
3914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:349
3915
  #, fuzzy, php-format
3916
  msgid ""
3917
  "%s - add the reason booking was cancelled, you can enter it before sending "
3918
  "email, "
3919
  msgstr "%s - уставіць чыннік адмовы"
3920
 
3921
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:352
3922
  #, php-format
3923
  msgid "Also you can use any HTML tags like this %s - to insert new line "
3924
  msgstr ""
3925
 
3926
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:370
3927
  #, fuzzy
3928
  msgid "Enter Keyword here"
3929
  msgstr "Увядзіце ваш тэлефон"
3930
 
3931
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:371
3932
  msgid "Keyword"
3933
  msgstr ""
3934
 
3935
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:381
3936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:385
3937
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:750
3938
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:755
3939
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
3940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:818
3941
  #, fuzzy
3942
  msgid "Resource"
3943
  msgstr "Імя рэсурсу"
3944
 
3945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:400
3946
  #, fuzzy
3947
  msgid "Print bookings listing"
3948
  msgstr "Браняванне"
3949
 
3950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:402
3951
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1003
3952
  #, fuzzy
3953
  msgid "Print"
3954
  msgstr "Аплата"
3955
 
3956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:403
3957
  msgid "Export only current page of bookings to CSV format"
3958
  msgstr ""
3959
 
3960
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:405
3961
  #, fuzzy
3962
  msgid "Export"
3963
  msgstr "Супериор "
3964
 
3965
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:406
3966
  msgid "Export All bookings to CSV format"
3967
  msgstr ""
3968
 
3969
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:408
3970
  msgid "Export All"
3971
  msgstr ""
3972
 
3973
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:499
3974
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
3975
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
3976
  msgid "Labels"
3977
  msgstr ""
3978
 
3979
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:500
3980
  #, fuzzy
3981
  msgid "Data"
3982
  msgstr "Даты"
3983
 
3984
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:517
3985
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:634
3986
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1534
3987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1510
3988
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1959
3989
  msgid "Approved"
3990
  msgstr "Пацверджана"
3991
 
3992
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:518
3993
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:629
3994
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:635
3995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1509
3996
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1958
3997
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2366
3998
  msgid "Pending"
3999
  msgstr "Якія чакаюць сцвярджэнні"
4000
 
4001
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:540
4002
  #, fuzzy
4003
  msgid "Edit Booking"
4004
  msgstr "рэдагаваць "
4005
 
4006
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:545
4007
  #, fuzzy
4008
  msgid "Edit Note"
4009
  msgstr "рэдагаваць "
4010
 
4011
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:549
4012
  #, fuzzy
4013
  msgid "Change Resource"
4014
  msgstr "Імя рэсурсу"
4015
 
4016
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:609
4017
  #, fuzzy
4018
  msgid "Change"
4019
  msgstr "Змены "
4020
 
4021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:715
4022
  #, fuzzy
4023
  msgid "Clear booking resources selection"
4024
  msgstr "Тып бранявання"
4025
 
4026
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:719
4027
  #, fuzzy
4028
  msgid "Apply booking resources selection"
4029
  msgstr "Тып бранявання"
4030
 
4031
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:750
4032
  msgid ""
4033
  "Please note, its not possible to add new resources, if \"All resources\" "
4034
  "option is selected. Please clear the selection, then add new resources."
4035
  msgstr ""
4036
 
4037
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:826
4038
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1424
4039
  #, fuzzy
4040
  msgid "All resources"
4041
  msgstr "Кошт рэсурсу"
4042
 
4043
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:840
4044
  #, fuzzy
4045
  msgid "Booking resources"
4046
  msgstr "Браняванне"
4047
 
4048
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:249
4049
- #, fuzzy
4050
- msgid "Successful payment"
4051
- msgstr "Аплата"
4052
-
4053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:251
4054
- #, fuzzy
4055
- msgid " Parameters are incorrect,"
4056
- msgstr "Некоректно ўведзены емейл"
4057
-
4058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:252
4059
- msgid "Cannot find the record"
4060
- msgstr ""
4061
-
4062
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:253
4063
- msgid "Amount different"
4064
- msgstr ""
4065
-
4066
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:254
4067
- #, fuzzy
4068
- msgid "Payment failed"
4069
- msgstr "Аплата"
4070
-
4071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:255
4072
- msgid "Payment status updated by Mobile88 Admin(Fail)"
4073
- msgstr ""
4074
-
4075
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:256
4076
- msgid "Connection Error"
4077
- msgstr ""
4078
-
4079
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:604
4080
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:627
4081
  #, fuzzy
4082
  msgid "Completed"
4083
  msgstr "Выдалена"
4084
 
4085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:606
4086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:631
4087
  msgid "In-Progress"
4088
  msgstr ""
4089
 
4090
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:608
4091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:942
4092
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1908
4093
  msgid "Unknown"
4094
  msgstr ""
4095
 
4096
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:610
4097
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:653
4098
  #, fuzzy
4099
  msgid "Partially paid"
4100
  msgstr "Часткова забраняваныя"
4101
 
4102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:611
4103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:654
4104
  #, fuzzy
4105
  msgid "Cancelled"
4106
  msgstr "Адмена"
4107
 
4108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:612
4109
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:637
4110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:678
4111
  #, fuzzy
4112
  msgid "Failed"
4113
  msgstr "Палі формы"
4114
 
4115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:613
4116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:640
4117
  msgid "Refunded"
4118
  msgstr ""
4119
 
4120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:615
4121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:655
4122
  msgid "Fraud"
4123
  msgstr ""
4124
 
4125
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:622
4126
  #, fuzzy
4127
  msgid "!Paid OK"
4128
  msgstr "Ок"
4129
 
4130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:623
4131
  msgid "Unknown status"
4132
  msgstr ""
4133
 
4134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:624
4135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:677
4136
  msgid "Not Completed"
4137
  msgstr ""
4138
 
4139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:630
4140
  msgid "Processed"
4141
  msgstr ""
4142
 
4143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:633
4144
  msgid "Canceled_Reversal"
4145
  msgstr ""
4146
 
4147
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:635
4148
  #, fuzzy
4149
  msgid "Denied"
4150
  msgstr "Выдалена"
4151
 
4152
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:636
4153
  msgid "Expired"
4154
  msgstr ""
4155
 
4156
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:639
4157
  #, fuzzy
4158
  msgid "Partially_Refunded"
4159
  msgstr "Часткова забраняваныя"
4160
 
4161
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:641
4162
  #, fuzzy
4163
  msgid "Reversed"
4164
  msgstr "Забранявана"
4165
 
4166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:642
4167
  msgid "Voided"
4168
  msgstr ""
4169
 
4170
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:643
4171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
4172
  msgid "Created"
4173
  msgstr ""
4174
 
4175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:646
4176
  msgid "Not authed"
4177
  msgstr ""
4178
 
4179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:647
4180
  msgid "Malformed"
4181
  msgstr ""
4182
 
4183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:648
4184
  msgid "Invalid"
4185
  msgstr ""
4186
 
4187
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:649
4188
  msgid "Abort"
4189
  msgstr ""
4190
 
4191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:650
4192
  #, fuzzy
4193
  msgid "Rejected"
4194
  msgstr "Выдалена"
4195
 
4196
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:651
4197
  #, fuzzy
4198
  msgid "Error"
4199
  msgstr "Еўра"
4200
 
4201
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:656
4202
  #, fuzzy
4203
  msgid "Suspended"
4204
  msgstr "Адправіць"
4205
 
4206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:673
4207
  #, fuzzy
4208
  msgid "Any Status"
4209
  msgstr "Любы дзень тыдня"
4210
 
4211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:675
4212
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:939
4213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1905
4214
  #, fuzzy
4215
  msgid "Paid OK"
4216
  msgstr "Ок"
4217
 
4218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:676
4219
  #, fuzzy
4220
  msgid "Unknown Status"
4221
  msgstr "Усталёўкі для бранявання"
4222
 
4223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:718
4224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:918
4225
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:920
4226
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:937
4227
  msgid "Payment"
4228
  msgstr "Аплата"
4229
 
4230
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:731
4231
  #, fuzzy
4232
  msgid "Min. cost"
4233
  msgstr "Кошт"
4234
 
4235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:736
4236
  #, fuzzy
4237
  msgid "Max. cost"
4238
  msgstr "Кошт"
4239
 
4240
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:739
4241
  #, fuzzy
4242
  msgid "min"
4243
  msgstr "Пн"
4244
 
4245
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:740
4246
  #, fuzzy
4247
  msgid "max"
4248
  msgstr "Сакавік"
4249
 
4250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:849
4251
  #, fuzzy
4252
  msgid "Send payment request to visitor"
4253
  msgstr "налада емейла"
4254
 
4255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:862
4256
  #, fuzzy
4257
  msgid "Payment status"
4258
  msgstr "Аплата"
4259
 
4260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:884
4261
  #, fuzzy
4262
  msgid "Save cost"
4263
  msgstr "Захаваць"
4264
 
4265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:907
4266
  #, fuzzy
4267
  msgid "Change status"
4268
  msgstr "Дадаць новае браняванне"
4269
 
4270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:666
4271
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:724
4272
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:404
4273
  msgid "Updating..."
4274
  msgstr "Захаванне..."
4275
 
4276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:671
4277
  msgid "User is Activated"
4278
  msgstr ""
4279
 
4280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:729
4281
  #, fuzzy
4282
  msgid "User is Deactivated"
4283
  msgstr "калі ўбудова дэактываваны"
4284
 
4285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:841
4286
  #, php-format
4287
  msgid ""
4288
  "%sYou do not have permissions for this page.%s Your account is not active, "
4289
  "please contact administrator.%s"
4290
  msgstr ""
4291
 
4292
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:876
4293
  #, php-format
4294
  msgid "%sYou do not have permissions for this booking resources.%s"
4295
  msgstr ""
4296
 
4297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:882
4298
  #, fuzzy, php-format
4299
  msgid "%sNo this booking resources.%s"
4300
  msgstr "%sвведите час пачатку бранявання%s"
4301
 
4302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1022
4303
  #, fuzzy
4304
  msgid "Show resources of user:"
4305
  msgstr "Паказаць"
4306
 
4307
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1034
4308
  #, fuzzy
4309
  msgid "My"
4310
  msgstr "Травень"
4311
 
4312
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1053
4313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:320
4314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:340
4315
  #, fuzzy
4316
  msgid "Booking resource:"
4317
  msgstr "Тып бранявання"
4318
 
4319
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1085
4320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1124
4321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1226
4322
  #, fuzzy
4323
  msgid "Users"
4324
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
4325
 
4326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1105
4327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1225
4328
  #, fuzzy
4329
  msgid "User"
4330
  msgstr "Гады"
4331
 
4332
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1126
4333
  msgid "Management of"
4334
  msgstr ""
4335
 
4336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1229
4337
  msgid "Set user as"
4338
  msgstr ""
4339
 
4340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1262
4341
  #, fuzzy, php-format
4342
  msgid "Active %sSuper Admin%s"
4343
  msgstr "Супериор "
4344
 
4345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4346
  #, fuzzy, php-format
4347
  msgid "Active %sRegular User%s"
4348
  msgstr "Гады"
4349
 
4350
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
4351
  msgid "Inactive User"
4352
  msgstr ""
4353
 
4354
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1274
4355
  msgid "Unlimited"
4356
  msgstr ""
4357
 
4358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1279
4359
  #, fuzzy
4360
  msgid "Activate"
4361
  msgstr "Актыўна"
4362
 
4363
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4366
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4367
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4368
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4369
  #, fuzzy
4370
  msgid "Do you really want"
4371
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
4372
 
4373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4374
  #, fuzzy
4375
  msgid "make user active"
4376
  msgstr "Актыўна"
4377
 
4378
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1284
4379
  #, fuzzy
4380
  msgid "Deactivate"
4381
  msgstr "Актыўна"
4382
 
4383
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1288
4384
  msgid "Set as inactive"
4385
  msgstr ""
4386
 
4387
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4388
  msgid "make user inactive"
4389
  msgstr ""
4390
 
4391
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
4392
  #, fuzzy
4393
  msgid "Delete settings"
4394
  msgstr "Выдаліць"
4395
 
4396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4397
  #, fuzzy
4398
  msgid "delete configuration"
4399
  msgstr "Выдаліць"
4400
 
4401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
4402
  #, fuzzy
4403
  msgid "Delete data"
4404
  msgstr "Выдаліць"
4405
 
4406
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4407
  #, fuzzy
4408
  msgid "delete all booking data"
4409
  msgstr "Выдаленне дадзеных па браняванні"
4410
 
4411
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4412
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4413
  #, fuzzy
4414
  msgid "Super Admin"
4415
  msgstr "Адміністрацыйны емейл"
4416
 
4417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4418
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4419
  msgid "set user as"
4420
  msgstr ""
4421
 
4422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1309
4423
  #, fuzzy
4424
  msgid "Regular User"
4425
  msgstr "Гады"
4426
 
4427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4428
  #, fuzzy
4429
  msgid "Regular user"
4430
  msgstr "Гады"
4431
 
4432
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1406
4433
  #, fuzzy
4434
  msgid "Suite"
4435
  msgstr "Президенский нумар "
@@ -4471,8 +4516,8 @@ msgid "This parameter have to assigned to you by %s"
4471
  msgstr ""
4472
 
4473
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:140
4474
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:325
4475
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:129
4476
  #, fuzzy
4477
  msgid "Chose payment mode"
4478
  msgstr "Аплата"
@@ -4487,7 +4532,7 @@ msgid "Live Test"
4487
  msgstr "Анлайн дэма "
4488
 
4489
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:146
4490
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:329
4491
  #, fuzzy
4492
  msgid "Live"
4493
  msgstr "Анлайн дэма "
@@ -4500,7 +4545,7 @@ msgstr ""
4500
 
4501
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:150
4502
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:261
4503
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:469
4504
  #, fuzzy
4505
  msgid "Note:"
4506
  msgstr ""
@@ -4515,8 +4560,8 @@ msgid ""
4515
  msgstr ""
4516
 
4517
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:158
4518
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:338
4519
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:142
4520
  msgid "Transaction type"
4521
  msgstr ""
4522
 
@@ -4536,39 +4581,39 @@ msgstr ""
4536
 
4537
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:172
4538
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:174
4539
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:351
4540
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:154
4541
  msgid "Accepted Currency"
4542
  msgstr ""
4543
 
4544
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:176
4545
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:178
4546
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:355
4547
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:157
4548
  msgid "U.S. Dollars"
4549
  msgstr "Даляры ЗША"
4550
 
4551
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:177
4552
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:360
4553
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:162
4554
  msgid "Canadian Dollars"
4555
  msgstr "Канадскія даляры"
4556
 
4557
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:178
4558
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:159
4559
  msgid "Pounds Sterling"
4560
  msgstr "Фунты Стэрлінгаў"
4561
 
4562
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:179
4563
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:356
4564
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:158
4565
  msgid "Euros"
4566
  msgstr "Еўра"
4567
 
4568
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:181
4569
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:206
4570
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:380
4571
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:181
4572
  msgid "The currency code that gateway will process the payment in."
4573
  msgstr ""
4574
 
@@ -4580,40 +4625,40 @@ msgstr ""
4580
 
4581
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:187
4582
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:211
4583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:433
4584
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:186
4585
  #, fuzzy
4586
  msgid "Payment button title"
4587
  msgstr "Загаловак"
4588
 
4589
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:191
4590
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:216
4591
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:436
4592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:189
4593
  #, fuzzy
4594
  msgid "Enter the title of the payment button"
4595
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
4596
 
4597
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:196
4598
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:223
4599
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:445
4600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:196
4601
  #, fuzzy
4602
  msgid "Show Payment description"
4603
  msgstr "Апісанне плацяжоў"
4604
 
4605
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:204
4606
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:231
4607
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:453
4608
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:204
4609
  #, fuzzy
4610
  msgid "Check this box to show payment description in payment form"
4611
  msgstr "Апісанне плацяжоў"
4612
 
4613
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:215
4614
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:242
4615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:464
4616
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:215
4617
  msgid "Payment description"
4618
  msgstr "Апісанне плацяжоў"
4619
 
@@ -4626,24 +4671,24 @@ msgstr ""
4626
 
4627
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:226
4628
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:253
4629
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:479
4630
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:226
4631
  #, php-format
4632
  msgid "%s[bookingname]%s - inserting name of booking resource, "
4633
  msgstr "%s[bookingname]%s - дадаць назву бранявання,"
4634
 
4635
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:227
4636
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:254
4637
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:480
4638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:227
4639
  #, php-format
4640
  msgid "%s[dates]%s - inserting list of reserved dates "
4641
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
4642
 
4643
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:228
4644
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:255
4645
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:481
4646
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:228
4647
  #, fuzzy, php-format
4648
  msgid "%s[datescount]%s - inserting number of reserved dates "
4649
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
@@ -4707,13 +4752,13 @@ msgstr ""
4707
 
4708
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:295
4709
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:271
4710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:242
4711
  msgid "Return URL after Successful order"
4712
  msgstr ""
4713
 
4714
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:300
4715
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:276
4716
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:247
4717
  #, fuzzy, php-format
4718
  msgid ""
4719
  "Enter a return relative Successful URL. %s will redirect visitors to this "
@@ -4726,21 +4771,21 @@ msgstr ""
4726
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:312
4727
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:277
4728
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:288
4729
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:248
4730
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:259
4731
  msgid "Please test this URL, it must be a valid address"
4732
  msgstr ""
4733
 
4734
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:306
4735
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:282
4736
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:253
4737
  #, fuzzy
4738
  msgid "Return URL after Failed order"
4739
  msgstr "Спасылка для вяртання з Paypal-а"
4740
 
4741
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:311
4742
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:287
4743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:258
4744
  #, fuzzy, php-format
4745
  msgid ""
4746
  "Enter a return relative Failed URL. %s will redirect visitors to this page "
@@ -4762,8 +4807,8 @@ msgstr ""
4762
 
4763
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
4764
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
4765
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:581
4766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:274
4767
  msgid "This will not work, if the visitor leaves the payment page."
4768
  msgstr ""
4769
 
@@ -4779,18 +4824,18 @@ msgid ""
4779
  "when using a European payment processor"
4780
  msgstr ""
4781
 
4782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:585
4783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:509
4784
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:877
4785
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:602
4786
  #, fuzzy, php-format
4787
  msgid "Payment for booking %s on these day(s): %s"
4788
- msgstr "%sвведите час пачатку бранявання%s"
4789
 
4790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:587
4791
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:504
4792
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:878
4793
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:606
4794
  msgid "Pay via"
4795
  msgstr ""
4796
 
@@ -4854,20 +4899,20 @@ msgid "Philippines Peso"
4854
  msgstr "Мексіканскі пессо."
4855
 
4856
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:245
4857
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:467
4858
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:218
4859
  msgid "Enter the service name or the reason for the payment here."
4860
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
4861
 
4862
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:293
4863
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:572
4864
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:264
4865
  #, fuzzy
4866
  msgid "Automatically approve/cancel booking"
4867
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
4868
 
4869
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:301
4870
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:272
4871
  msgid ""
4872
  "Check this box to automatically approve bookings when visitor makes a "
4873
  "successful payment, or automatically cancel the booking when visitor makes a "
@@ -4875,22 +4920,53 @@ msgid ""
4875
  msgstr ""
4876
 
4877
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
4878
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:313
4879
  #, php-format
4880
  msgid ""
4881
  "Please configure %s fields inside the %sBilling form fields%s TAB at this "
4882
  "page, this is necessary for the %s."
4883
  msgstr ""
4884
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4885
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:120
4886
  msgid "Error IPN"
4887
  msgstr ""
4888
 
4889
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:231
4890
  msgid "Verified IPN"
4891
  msgstr ""
4892
 
4893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:254
4894
  msgid "Invalid IPN"
4895
  msgstr ""
4896
 
@@ -4903,297 +4979,297 @@ msgstr ""
4903
  msgid "PayPal"
4904
  msgstr "Налада Paypal"
4905
 
4906
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:138
4907
  msgid "PayPal customization"
4908
  msgstr "Налада Paypal"
4909
 
4910
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:148
4911
  #, fuzzy
4912
  msgid "Paypal Standard"
4913
  msgstr "Стандарт "
4914
 
4915
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:161
4916
  msgid "Paypal Pro Hosted Solution"
4917
  msgstr ""
4918
 
4919
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:172
4920
  msgid "IPN"
4921
  msgstr ""
4922
 
4923
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:179
4924
  msgid "Sending email for verified transaction"
4925
  msgstr ""
4926
 
4927
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:193
4928
  #, php-format
4929
  msgid "Email for getting report for %sverified%s transactions."
4930
  msgstr ""
4931
 
4932
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:200
4933
  msgid "Sending email for invalid transaction"
4934
  msgstr ""
4935
 
4936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:213
4937
  #, php-format
4938
  msgid "Email for getting report for %sinvalid%s transactions."
4939
  msgstr ""
4940
 
4941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:221
4942
  msgid "Sending email if error occur during verification"
4943
  msgstr ""
4944
 
4945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:234
4946
  #, php-format
4947
  msgid "Email for getting report for %ssome errors in verification process%s."
4948
  msgstr ""
4949
 
4950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:240
4951
  #, fuzzy
4952
  msgid "Use SSL connection"
4953
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
4954
 
4955
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:245
4956
  msgid ""
4957
  "Use the SSL connection for posting data, instead of standard HTTP connection"
4958
  msgstr ""
4959
 
4960
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:251
4961
  #, fuzzy
4962
  msgid "Use cURL posting"
4963
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
4964
 
4965
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:256
4966
  msgid "Use the cURL for posting data, instead of fsockopen() function"
4967
  msgstr ""
4968
 
4969
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:264
4970
  msgid ""
4971
  " Follow these instructions to set up your listener at your PayPal account:"
4972
  msgstr ""
4973
 
4974
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:266
4975
  msgid "Click Profile on the My Account tab."
4976
  msgstr ""
4977
 
4978
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:267
4979
  msgid ""
4980
  "Click Instant Payment Notification Preferences in the Selling Preferences "
4981
  "column."
4982
  msgstr ""
4983
 
4984
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:268
4985
  msgid ""
4986
  "Click Choose IPN Settings to specify your listeners URL and activate the "
4987
  "listener."
4988
  msgstr ""
4989
 
4990
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:269
4991
  msgid "Specify the URL for your listener in the Notification URL field as:"
4992
  msgstr ""
4993
 
4994
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:270
4995
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
4996
  msgstr ""
4997
 
4998
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:271
4999
  #, fuzzy
5000
  msgid "Click Save."
5001
  msgstr "Захаваць"
5002
 
5003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:272
5004
  msgid ""
5005
  "Click Back to Profile Summary to return to the Profile after activating your "
5006
  "listener."
5007
  msgstr ""
5008
 
5009
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:283
5010
  msgid "PayPal active"
5011
  msgstr "Актывацыя Paypal"
5012
 
5013
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:290
5014
  #, fuzzy
5015
  msgid "Check this box to use PayPal"
5016
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
5017
 
5018
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:298
5019
  #, fuzzy
5020
  msgid "Secure Merchant ID"
5021
  msgstr "ID"
5022
 
5023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:304
5024
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
5025
  msgstr ""
5026
 
5027
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:311
5028
  msgid "Paypal Email address to receive payments"
5029
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
5030
 
5031
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:316
5032
  #, fuzzy
5033
  msgid "This is the Paypal Email address where payments will be sent"
5034
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
5035
 
5036
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:330
5037
  msgid "Sandbox"
5038
  msgstr ""
5039
 
5040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:332
5041
  #, fuzzy
5042
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
5043
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
5044
 
5045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:342
5046
  #, fuzzy
5047
  msgid "Sale"
5048
  msgstr "Захаваць"
5049
 
5050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:343
5051
  #, fuzzy
5052
  msgid "Authorization"
5053
  msgstr "налада емейла"
5054
 
5055
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:345
5056
  msgid ""
5057
  " Indicates whether the transaction is payment on a final sale or an "
5058
  "authorization for a final sale, to be captured later. "
5059
  msgstr ""
5060
 
5061
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:357
5062
  msgid "British Pound"
5063
  msgstr ""
5064
 
5065
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:358
5066
  #, fuzzy
5067
  msgid "Japanese Yen"
5068
  msgstr "Ены"
5069
 
5070
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:359
5071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:161
5072
  msgid "Australian Dollars"
5073
  msgstr "Аўстралійскія даляры"
5074
 
5075
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:361
5076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:163
5077
  msgid "New Zealand Dollar"
5078
  msgstr "Новазеландскія даляры"
5079
 
5080
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:362
5081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:164
5082
  msgid "Swiss Franc"
5083
  msgstr "Швейцарскія франкі"
5084
 
5085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:363
5086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:165
5087
  msgid "Hong Kong Dollar"
5088
  msgstr "Гонгконские даляры"
5089
 
5090
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:364
5091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:166
5092
  msgid "Singapore Dollar"
5093
  msgstr "Сінгапурскія даляры"
5094
 
5095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:365
5096
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:167
5097
  msgid "Swedish Krona"
5098
  msgstr "Швецкая крона"
5099
 
5100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:366
5101
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:168
5102
  msgid "Danish Krone"
5103
  msgstr "Дацкая крона"
5104
 
5105
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:367
5106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:169
5107
  msgid "Polish Zloty"
5108
  msgstr "Польскі злоты"
5109
 
5110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:368
5111
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:170
5112
  msgid "Norwegian Krone"
5113
  msgstr "Нарвежская крона"
5114
 
5115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:369
5116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:171
5117
  msgid "Hungarian Forint"
5118
  msgstr "Вугорскі форынт"
5119
 
5120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:370
5121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:172
5122
  msgid "Czech Koruna"
5123
  msgstr "Чэшская крона"
5124
 
5125
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:371
5126
  #, fuzzy
5127
  msgid "Israeli New Shekel"
5128
  msgstr "Ізраільскі шекель"
5129
 
5130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:372
5131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:174
5132
  msgid "Mexican Peso"
5133
  msgstr "Мексіканскі пессо."
5134
 
5135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:373
5136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:175
5137
  msgid "Brazilian Real (only for Brazilian users)"
5138
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
5139
 
5140
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:374
5141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:176
5142
  msgid "Malaysian Ringgits (only for Malaysian users)"
5143
  msgstr "Малайзійскі ринггит (толькі для карыстачоў Малайзіі)"
5144
 
5145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:375
5146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:177
5147
  msgid "Philippine Pesos"
5148
  msgstr "Филипинский пессо"
5149
 
5150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:376
5151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:178
5152
  msgid "Taiwan New Dollars"
5153
  msgstr "Тайванский новы даляр"
5154
 
5155
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:377
5156
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:179
5157
  msgid "Thai Baht"
5158
  msgstr "Тайландскі бат"
5159
 
5160
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:378
5161
  msgid "Turkish Lira (only for Turkish members)"
5162
  msgstr ""
5163
 
5164
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:387
5165
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:391
5166
  #, fuzzy
5167
  msgid "Payment Button type"
5168
  msgstr "Аплата"
5169
 
5170
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:418
5171
  #, fuzzy
5172
  msgid "Custom button title"
5173
  msgstr "Наладжвальны"
5174
 
5175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:470
5176
  msgid "This field support only up to 70 characters by payment system."
5177
  msgstr ""
5178
 
5179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:477
5180
  msgid " Use these shortcodes for customization: "
5181
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
5182
 
5183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:493
5184
  msgid "Show Reference Text Box"
5185
  msgstr "Паказаць даведкавае поле для ўводу"
5186
 
5187
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:500
5188
  #, fuzzy
5189
  msgid "Check this box to show Reference Text Box"
5190
  msgstr "Паказаць даведкавае поле для ўводу"
5191
 
5192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:510
5193
  msgid "Reference Text Box Title"
5194
  msgstr "Дапаможнае тэкставае поле"
5195
 
5196
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:515
5197
  #, fuzzy
5198
  msgid ""
5199
  "Enter a title for the Reference text box (i.e. Your email address). Visitors "
@@ -5202,101 +5278,101 @@ msgstr ""
5202
  "Увядзіце загаловак для дапаможнага поля (напрыклад: Электронная пошта). "
5203
  "Наведвальнікі ўбачаць гэты тэкст"
5204
 
5205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:528
5206
  #, php-format
5207
  msgid ""
5208
  "To use this feature you %smust activate auto-return link%s at your Paypal "
5209
  "account."
5210
  msgstr ""
5211
 
5212
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:529
5213
  msgid "Follow these steps to configure it:"
5214
  msgstr ""
5215
 
5216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:531
5217
  msgid "Log in to your PayPal account."
5218
  msgstr ""
5219
 
5220
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:532
5221
  msgid "Click the Profile subtab."
5222
  msgstr ""
5223
 
5224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:533
5225
  msgid "Click Website Payment Preferences in the Seller Preferences column."
5226
  msgstr ""
5227
 
5228
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:534
5229
  msgid "Under Auto Return for Website Payments, click the On radio button."
5230
  msgstr ""
5231
 
5232
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:535
5233
  msgid ""
5234
  "For the Return URL, enter the Return URL from PayPal on your site for "
5235
  "successfull payment."
5236
  msgstr ""
5237
 
5238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:543
5239
  msgid "Return URL from PayPal"
5240
  msgstr "Спасылка для вяртання з Paypal-а"
5241
 
5242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:550
5243
  msgid "The URL where visitor will be redirected after completing payment."
5244
  msgstr ""
5245
 
5246
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:551
5247
  #, php-format
5248
  msgid ""
5249
  "For example, a URL to your site that displays a %s\"Thank you for the payment"
5250
  "\"%s."
5251
  msgstr ""
5252
 
5253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:558
5254
  #, fuzzy
5255
  msgid "Cancel Return URL from PayPal"
5256
  msgstr "Спасылка для вяртання з Paypal-а"
5257
 
5258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:565
5259
  msgid "The URL where the visitor will be redirected after completing payment."
5260
  msgstr ""
5261
 
5262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:566
5263
  #, php-format
5264
  msgid ""
5265
  "For example, the URL to your website that displays a %s\"Payment Canceled"
5266
  "\"%s page."
5267
  msgstr ""
5268
 
5269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:579
5270
  msgid ""
5271
  "Check this box to automatically approve bookings, when visitor makes a "
5272
  "successful payment, or automatically cancel the booking, when visitor makes "
5273
  "a payment cancellation."
5274
  msgstr ""
5275
 
5276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:851
5277
  msgid "Make payments with payPal - its fast, free and secure!"
5278
  msgstr "Зрабіце аплату пры дапамозе Paypal - гэта хутка і бяспечна."
5279
 
5280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:883
5281
  #, fuzzy
5282
  msgid "Enter your phone number"
5283
  msgstr "Увядзіце ваш тэлефон"
5284
 
5285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:21
5286
  msgid "Integration of Sage payment system"
5287
  msgstr ""
5288
 
5289
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:22
5290
  #, fuzzy
5291
  msgid "Sage"
5292
  msgstr "Захаваць"
5293
 
5294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:83
5295
  #, fuzzy
5296
  msgid "Sage payment customization"
5297
  msgstr "Аплата"
5298
 
5299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:85
5300
  #, php-format
5301
  msgid ""
5302
  "If you have no account on this system, please visit %s to create one. "
@@ -5304,121 +5380,134 @@ msgid ""
5304
  "account."
5305
  msgstr ""
5306
 
5307
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:89
5308
  #, fuzzy
5309
  msgid "Active Sage Pay"
5310
  msgstr "Актыўна"
5311
 
5312
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:96
5313
  #, fuzzy
5314
  msgid " Check this box to use Sage Pay payment."
5315
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
5316
 
5317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:105
5318
  #, fuzzy
5319
  msgid "Vendor Name"
5320
  msgstr "Імя"
5321
 
5322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:109
5323
  msgid ""
5324
  "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when "
5325
  "you applied."
5326
  msgstr ""
5327
 
5328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:116
5329
  msgid "XOR Encryption password"
5330
  msgstr ""
5331
 
5332
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:120
5333
  msgid ""
5334
  "Set this value to the XOR Encryption password assigned to you by Sage Pay"
5335
  msgstr ""
5336
 
5337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:132
5338
  msgid "SIMULATOR"
5339
  msgstr ""
5340
 
5341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:133
5342
  msgid "TEST"
5343
  msgstr ""
5344
 
5345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:134
5346
  msgid "LIVE"
5347
  msgstr ""
5348
 
5349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:136
5350
  msgid ""
5351
  "Select SIMULATOR for the Simulator expert system, TEST for the Test Server "
5352
  "and LIVE in the live environment"
5353
  msgstr ""
5354
 
5355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:145
5356
  #, fuzzy
5357
  msgid "PAYMENT"
5358
  msgstr "Аплата"
5359
 
5360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:146
5361
  msgid "DEFERRED"
5362
  msgstr ""
5363
 
5364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:147
5365
  msgid "AUTHENTICATE"
5366
  msgstr ""
5367
 
5368
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:149
5369
  msgid ""
5370
  "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports "
5371
  "those payment types"
5372
  msgstr ""
5373
 
5374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:160
5375
  msgid "Yen"
5376
  msgstr "Ены"
5377
 
5378
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:173
5379
  msgid "Israeli Shekel"
5380
  msgstr "Ізраільскі шекель"
5381
 
5382
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:313
5383
  msgid "ALL"
5384
  msgstr ""
5385
 
5386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:543
5387
  #, php-format
5388
  msgid "Pay using %s payment service"
5389
  msgstr ""
5390
 
5391
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:110
 
 
 
 
 
5392
  #, fuzzy
5393
  msgid "Form / Calendar"
5394
  msgstr "Форма"
5395
 
5396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
5397
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
5398
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
5399
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
5400
  #, fuzzy
5401
  msgid "Insertion of"
5402
  msgstr "Інфармацыя"
5403
 
5404
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:123
 
 
 
 
 
 
 
 
5405
  #, fuzzy
5406
  msgid "Selection of form"
5407
  msgstr "Форма"
5408
 
5409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:150
5410
  #, fuzzy
5411
  msgid "Editing of booking"
5412
  msgstr "Браняванне"
5413
 
5414
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:172
5415
  #, php-format
5416
  msgid ""
5417
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5418
  "of the specific shortcodes %shere%s"
5419
  msgstr ""
5420
 
5421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:181
5422
  #, php-format
5423
  msgid ""
5424
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
@@ -5426,421 +5515,418 @@ msgid ""
5426
  "payment request"
5427
  msgstr ""
5428
 
5429
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:182
5430
  #, php-format
5431
  msgid ""
5432
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5433
  "settings page%s must link to this page"
5434
  msgstr ""
5435
 
5436
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:183
5437
  #, php-format
5438
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5439
  msgstr ""
5440
 
5441
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
5442
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:204
 
5443
  #, fuzzy
5444
  msgid "Select shortcode to insert"
5445
  msgstr "Уставіць Каляндар для бранявання"
5446
 
5447
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:224
 
 
 
 
 
5448
  #, php-format
5449
  msgid ""
5450
  "This shortcode %s is using for showing the search results at specific page, "
5451
  "if the search form is submit showing the search results at different page"
5452
  msgstr ""
5453
 
5454
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:234
5455
  #, fuzzy
5456
  msgid "Check this box to show search results on other page"
5457
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
5458
 
5459
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:240
5460
  #, fuzzy
5461
  msgid "URL of search results:"
5462
  msgstr "Спасылка для вяртання з Paypal-а"
5463
 
5464
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:242
5465
  msgid "Type the URL of search results page."
5466
  msgstr ""
5467
 
5468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:248
5469
  #, fuzzy
5470
  msgid "Title of Search results:"
5471
  msgstr "Загаловак"
5472
 
5473
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:251
5474
  msgid "Type the title of Search results."
5475
  msgstr ""
5476
 
5477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:257
5478
  msgid "Nothing Found Message:"
5479
  msgstr ""
5480
 
5481
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:260
5482
  msgid "Type the message, when nothing found."
5483
  msgstr ""
5484
 
5485
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:267
5486
  #, fuzzy
5487
  msgid "Search only for users:"
5488
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
5489
 
5490
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:269
5491
  msgid ""
5492
  "Type IDs of the users (separated by comma \",\") for searching availability "
5493
  "only for these users, or leave it blank for searching for all users."
5494
  msgstr ""
5495
 
5496
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
5497
  #, fuzzy
5498
  msgid "Title:"
5499
  msgstr "Загаловак"
5500
 
5501
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:290
5502
  msgid "Title near your select box."
5503
  msgstr ""
5504
 
5505
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:298
5506
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:360
5507
  msgid "Visible months:"
5508
  msgstr ""
5509
 
5510
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:313
5511
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:375
5512
  msgid "Select number of month to show for calendar."
5513
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
5514
 
5515
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:335
5516
  msgid ""
5517
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5518
  "select multiple booking resources."
5519
  msgstr ""
5520
 
5521
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:342
5522
  #, php-format
5523
  msgid ""
5524
  "This shortcode %s is using for selection of the booking form of specific "
5525
  "booking resources in selectbox"
5526
  msgstr ""
5527
 
5528
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:549
 
 
 
 
5529
  #, fuzzy
5530
  msgid "This booking resources does not exist"
5531
  msgstr "Тып бранявання"
5532
 
5533
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:568
5534
  msgid "Processing..."
5535
  msgstr ""
5536
 
5537
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:589
5538
  msgid "Generating columns..."
5539
  msgstr ""
5540
 
5541
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:620
5542
  #, fuzzy
5543
  msgid "Exporting booking data..."
5544
  msgstr "Браняванне"
5545
 
5546
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:654
5547
  msgid "Generating content of file"
5548
  msgstr ""
5549
 
5550
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:692
5551
  #, fuzzy
5552
  msgid "Saving to file"
5553
  msgstr "у календары"
5554
 
5555
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:709
5556
  #, fuzzy
5557
  msgid "Export bookings"
5558
  msgstr "Браняванне"
5559
 
5560
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:712
5561
  msgid "Download the CSV file of exported booking data"
5562
  msgstr ""
5563
 
5564
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:718
5565
  msgid "Download"
5566
  msgstr ""
5567
 
5568
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:727
5569
  #, fuzzy
5570
  msgid "Done!"
5571
  msgstr "Тэлефон"
5572
 
5573
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:750
5574
  #, fuzzy
5575
  msgid "Please Select"
5576
  msgstr "Калі ласка, увядзіце кошт"
5577
 
5578
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:886
5579
  #, fuzzy
5580
  msgid "link"
5581
  msgstr "Спасылкі"
5582
 
5583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1007
5584
  #, fuzzy
5585
  msgid "Print bookings"
5586
  msgstr "Браняванне"
5587
 
5588
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1028
5589
  #, fuzzy
5590
  msgid "The booking was canceled by the visitor."
5591
  msgstr "Браняванне"
5592
 
5593
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1042
5594
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
5595
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1850
5596
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1897
5597
  msgid "Wrong booking hash in URL (probably expired)"
5598
  msgstr ""
5599
 
5600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1081
5601
  #, fuzzy
5602
  msgid "The booking has been canceled successfully"
5603
  msgstr "Ваша бронь была зменена"
5604
 
5605
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1220
5606
  #, fuzzy
5607
  msgid "Add New Booking Resource(s)"
5608
  msgstr "Дадаць новае браняванне"
5609
 
5610
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1225
5611
  #, fuzzy
5612
  msgid "New Resource"
5613
  msgstr "Дадаць новае браняванне"
5614
 
5615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1229
5616
  msgid "Enter title here"
5617
  msgstr ""
5618
 
5619
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
5620
  #, fuzzy
5621
  msgid "Enter name of booking resource"
5622
  msgstr "Сезонныя змены коштаў"
5623
 
5624
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1240
5625
  #, fuzzy
5626
  msgid "Advanced Options"
5627
  msgstr "Пашыраныя налады"
5628
 
5629
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1241
5630
  #, fuzzy
5631
  msgid "Add new resource(s)"
5632
  msgstr "Дадаць новае браняванне"
5633
 
5634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1350
5635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1437
5636
  #, fuzzy
5637
- msgid "Resources number per page"
5638
  msgstr "Тып бранявання"
5639
 
5640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1359
5641
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1446
5642
  #, fuzzy
5643
- msgid ""
5644
- "Select number of booking resources (single or parent) per page at Resource "
5645
- "menu page"
5646
- msgstr "Імя аб'ектаў з рэсурсу"
5647
 
5648
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1364
5649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1417
5650
  #, fuzzy
5651
- msgid "Default booking resource"
5652
  msgstr "Тып бранявання"
5653
 
5654
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
5655
- msgid "Enter your order number to begin the activation process."
5656
- msgstr ""
5657
-
5658
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1433
5659
  #, fuzzy
5660
- msgid "Select your default booking resource."
5661
- msgstr "Сезонныя змены коштаў"
 
 
5662
 
5663
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1460
5664
  #, fuzzy
5665
  msgid "URL to edit bookings"
5666
  msgstr "рэдагаваць "
5667
 
5668
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1462
5669
  #, fuzzy, php-format
5670
  msgid ""
5671
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5672
  "into this page."
5673
  msgstr "Увядзіце Вашу тэму ліста для %sпроверки браняванні%s"
5674
 
5675
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1480
5676
  #, fuzzy
5677
  msgid "Change hash after the booking is approved"
5678
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
5679
 
5680
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1486
5681
  msgid ""
5682
  "Check this box if you want to change the booking hash after approval. When "
5683
  "checked, visitor will not be able to edit or cancel the booking."
5684
  msgstr ""
5685
 
5686
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1497
5687
  #, php-format
5688
  msgid "%s - start new translation section, where %s - locale of translation"
5689
  msgstr ""
5690
 
5691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1498
5692
  #, fuzzy, php-format
5693
  msgid "Example #1: %s - start French translation section"
5694
  msgstr "Прыклад: %s "
5695
 
5696
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
5697
  #, php-format
5698
  msgid "Example #2: \"%s\" - English and French translation of some message"
5699
  msgstr ""
5700
 
5701
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1515
5702
  msgid ""
5703
  "Customization of email template, which is sending to Admin after new booking"
5704
  msgstr ""
5705
 
5706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1516
5707
  #, fuzzy
5708
  msgid "New for Admin"
5709
  msgstr "Адміністрацыйны емейл"
5710
 
5711
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1524
5712
  msgid ""
5713
  "Customization of email template, which is sending to Visitor after new "
5714
  "booking"
5715
  msgstr ""
5716
 
5717
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1525
5718
  #, fuzzy
5719
  msgid "New for Visitor"
5720
  msgstr "Новазеландскія даляры"
5721
 
5722
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1533
5723
  #, fuzzy
5724
  msgid ""
5725
  "Customization of email template, which is sending to Visitor after approval "
5726
  "of booking"
5727
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5728
 
5729
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1542
5730
  msgid ""
5731
  "Customization of email template, which is sending to Visitor after "
5732
  "Cancellation of booking"
5733
  msgstr ""
5734
 
5735
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1543
5736
  #, fuzzy
5737
  msgid "Declined"
5738
  msgstr "Выдалена"
5739
 
5740
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1551
5741
  #, fuzzy
5742
  msgid ""
5743
  "Customization of email template, which is sending after modification of "
5744
  "booking"
5745
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5746
 
5747
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1552
5748
  msgid "Modified"
5749
  msgstr ""
5750
 
5751
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1561
5752
  msgid ""
5753
  "Customization of email template, which is sending to Visitor after payment "
5754
  "request"
5755
  msgstr ""
5756
 
5757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1562
5758
  #, fuzzy
5759
  msgid "Payment request"
5760
  msgstr "Аплата"
5761
 
5762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1616
5763
  #, fuzzy
5764
  msgid "Standard Form Template"
5765
  msgstr "Стандарт "
5766
 
5767
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1617
5768
  #, fuzzy
5769
  msgid "2 Columns Form Template"
5770
  msgstr "Колькасць календароў"
5771
 
5772
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1618
5773
  msgid "Wizard Form Template(several steps)"
5774
  msgstr ""
5775
 
5776
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1620
5777
  #, fuzzy
5778
  msgid "Payment Form Template"
5779
  msgstr "Аплата"
5780
 
5781
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1621
5782
  #, fuzzy
5783
  msgid "Time Slots Form Template"
5784
  msgstr "Фармат даты"
5785
 
5786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1623
5787
  msgid "Time slots for different weekends Form Template"
5788
  msgstr ""
5789
 
5790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1624
5791
  #, fuzzy
5792
  msgid "Hints Form Template"
5793
  msgstr "Форма"
5794
 
5795
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
5796
- #, fuzzy
5797
- msgid "Reset current Form"
5798
- msgstr "Форма"
5799
-
5800
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1637
5801
  #, fuzzy
5802
  msgid "Reset Booking Form and Content of Booking Fields Form"
5803
  msgstr "Кошты бранявання"
5804
 
5805
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1641
5806
  msgid "Both"
5807
  msgstr ""
5808
 
5809
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1653
5810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3777
5811
  msgid "Please configure the form for content of booking fields data!"
5812
  msgstr ""
5813
 
5814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1661
5815
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3785
5816
  #, fuzzy
5817
  msgid "Please configure the form fields!"
5818
  msgstr "Палі формы"
5819
 
5820
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1670
5821
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1189
5822
  #, fuzzy
5823
  msgid "Customization of booking form fields"
5824
  msgstr "Палі формы"
5825
 
5826
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1675
5827
  #, fuzzy
5828
  msgid ""
5829
  "Customization of fields, which showing in the Booking Listing page for the "
5830
  "specific booking"
5831
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5832
 
5833
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1678
5834
  #, fuzzy
5835
  msgid "Content of Booking Fields"
5836
  msgstr "Палі формы"
5837
 
5838
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1694
5839
  #, fuzzy
5840
  msgid "Default title of bookings"
5841
  msgstr "Загаловак"
5842
 
5843
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1696
5844
  #, php-format
5845
  msgid ""
5846
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
@@ -5848,87 +5934,87 @@ msgid ""
5848
  "page)."
5849
  msgstr ""
5850
 
5851
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1708
5852
  #, fuzzy
5853
  msgid "Incorrect date format"
5854
  msgstr "Фармат даты"
5855
 
5856
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1947
5857
  #, fuzzy
5858
  msgid "Booking Resource"
5859
  msgstr "Тып бранявання"
5860
 
5861
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1957
5862
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1539
5863
  #, fuzzy
5864
  msgid "All bookings"
5865
  msgstr "Браняванне"
5866
 
5867
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1961
5868
  #, fuzzy
5869
  msgid "All incoming bookings"
5870
  msgstr "Браняванне"
5871
 
5872
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1966
5873
  #, fuzzy
5874
  msgid "New reservations made today"
5875
  msgstr "Новае браняванне"
5876
 
5877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1971
5878
  #, fuzzy
5879
  msgid "Reservations for today"
5880
  msgstr "Інфармацыя"
5881
 
5882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1992
5883
  msgid "Add new booking resource"
5884
  msgstr "Дадаць новае браняванне"
5885
 
5886
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3003
5887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3051
5888
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:559
5889
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:561
5890
  msgid "Updated successfully"
5891
  msgstr "Абноўлена паспяхова"
5892
 
5893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3017
5894
  msgid ""
5895
  "Warning! The resource was not changed. Current dates are already booked "
5896
  "there."
5897
  msgstr ""
5898
 
5899
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3286
5900
  #, fuzzy
5901
  msgid "Email to \"Admin\" after a new booking"
5902
  msgstr "Электронная ліст для \"Адміністратара\" пасля бранявання на сайце"
5903
 
5904
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3306
5905
  msgid "To"
5906
  msgstr "Каму"
5907
 
5908
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
5909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:267
5910
  #, fuzzy, php-format
5911
  msgid "Type default %sadmin email%s for booking confirmation"
5912
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
5913
 
5914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3315
5915
  #, fuzzy, php-format
5916
  msgid ""
5917
  "Type the default %sadmin email%s sending the booking confimation. You can "
5918
  "use this %s shortcode."
5919
  msgstr "Увядзіце %s еў. почу адміністратара%s адкуль лісты высылаюцца"
5920
 
5921
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
5922
  #, fuzzy, php-format
5923
  msgid "Type your email %ssubject%s for the booking confimation message."
5924
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
5925
 
5926
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
5927
  #, fuzzy, php-format
5928
  msgid "Type your %semail message content for checking booking%s in. "
5929
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
5930
 
5931
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5932
  #, fuzzy, php-format
5933
  msgid ""
5934
  "For example: \"You have a new reservation %s on the following date(s): %s "
@@ -5939,37 +6025,37 @@ msgstr ""
5939
  "інфармацыя пра твар якое зрабіла браняванне:%s Дзякуй за карыстанне сэрвісам "
5940
  "бранявання.\""
5941
 
5942
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5943
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
5944
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
5945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
5946
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1152
5947
  #, fuzzy
5948
  msgid "here"
5949
  msgstr "Чыннік адмовы"
5950
 
5951
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3353
5952
  #, fuzzy
5953
  msgid "Email to \"Person\" after they make a new reservation"
5954
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5955
 
5956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3383
5957
  #, fuzzy, php-format
5958
  msgid "Type email subject for %svisitor after creating a new reservation%s."
5959
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
5960
 
5961
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3384
5962
  #, fuzzy, php-format
5963
  msgid "Use these %s shortcodes."
5964
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
5965
 
5966
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3393
5967
  #, fuzzy, php-format
5968
  msgid ""
5969
  "Type your %semail message for visitor after creating a new reservation%s"
5970
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
5971
 
5972
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
5973
  #, fuzzy, php-format
5974
  msgid ""
5975
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
@@ -5979,22 +6065,22 @@ msgstr ""
5979
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
5980
  "Дзякуй за карыстанне сэрвісам бранявання.\""
5981
 
5982
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3413
5983
  #, fuzzy
5984
  msgid "Email to \"Person\" after booking is approved"
5985
  msgstr "Ліст наведвальніку пасля адмовы брані."
5986
 
5987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3456
5988
  #, fuzzy, php-format
5989
  msgid "Type your email subject for the %sapproved booking%s."
5990
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
5991
 
5992
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
5993
  #, fuzzy, php-format
5994
  msgid "Type your %semail message for the approved booking%s from the website"
5995
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
5996
 
5997
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
5998
  #, fuzzy, php-format
5999
  msgid ""
6000
  "For example: \"Your reservation %s on these date(s): %s has been approved."
@@ -6004,22 +6090,22 @@ msgstr ""
6004
  "Напрыклад: \"Ваша бронь %s на даты: %s была пацверджана.%s Дзякуй за "
6005
  "карыстанне сэрвісам бранявання .\""
6006
 
6007
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3486
6008
  #, fuzzy
6009
  msgid "Email to \"Person\" after their booking has been denied"
6010
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
6011
 
6012
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3531
6013
  #, fuzzy, php-format
6014
  msgid "Type your email subject for the %sdenied booking%s."
6015
  msgstr "Увядзіце тэму ліста для %sотказа браняванні%s"
6016
 
6017
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3538
6018
  #, fuzzy, php-format
6019
  msgid "Type your %semail message for the denied booking%s from the website"
6020
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
6021
 
6022
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3547
6023
  #, fuzzy, php-format
6024
  msgid ""
6025
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
@@ -6028,22 +6114,22 @@ msgstr ""
6028
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
6029
  "карыстанне сэрвісам бранявання.\""
6030
 
6031
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3563
6032
  #, fuzzy
6033
  msgid "Email to \"Person\" after booking is modified"
6034
  msgstr "Ліст наведвальніку пасля адмовы брані."
6035
 
6036
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3608
6037
  #, fuzzy, php-format
6038
  msgid "Type your email subject for the %smodified booking%s. "
6039
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6040
 
6041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
6042
  #, fuzzy, php-format
6043
  msgid "Type your %semail message for the modified booking%s from the website"
6044
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6045
 
6046
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
6047
  #, fuzzy, php-format
6048
  msgid ""
6049
  "For example: \"The reservation %s on these date(s): %s has been modified. "
@@ -6053,73 +6139,77 @@ msgstr ""
6053
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
6054
  "Дзякуй за карыстанне сэрвісам бранявання.\""
6055
 
6056
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3721
6057
  msgid "Form fields"
6058
  msgstr "Палі формы"
6059
 
6060
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3750
6061
  #, php-format
6062
  msgid ""
6063
  "Content of booking fields data for email templates (%s-shortcode) and "
6064
  "booking listing page"
6065
  msgstr ""
6066
 
6067
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3758
6068
  #, fuzzy, php-format
6069
  msgid "%s - inserting data from fields of booking form"
6070
  msgstr "%s - даданне палёў з дадзенымі формы бранявання,"
6071
 
6072
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3759
6073
  #, php-format
6074
  msgid "%s - inserting new line"
6075
  msgstr "%s - дадаць новы радок"
6076
 
6077
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
6078
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
6079
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3880
6080
  msgid "First Name"
6081
  msgstr "Імя"
6082
 
6083
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
6084
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3866
6085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3881
6086
  msgid "Last Name"
6087
  msgstr "Прозвішча"
6088
 
6089
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
6090
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3867
6091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
6092
  msgid "Email"
6093
  msgstr "Емейл"
6094
 
6095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
6096
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3879
6097
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:219
6098
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:558
6099
  #, fuzzy
6100
  msgid "Times"
6101
  msgstr "Час"
6102
 
6103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
6104
  #, fuzzy
6105
  msgid "Address"
6106
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
6107
 
6108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3885
6109
  msgid "City"
6110
  msgstr ""
6111
 
6112
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3886
6113
  msgid "Post code"
6114
  msgstr ""
6115
 
6116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4034
6117
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2334
 
 
 
 
6118
  #, fuzzy
6119
  msgid "New booking"
6120
  msgstr "Дадаць новае браняванне"
6121
 
6122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4036
6123
  #, fuzzy, php-format
6124
  msgid ""
6125
  "Your reservation %s for: %s is processing now! We will send confirmation by "
@@ -6128,12 +6218,12 @@ msgstr ""
6128
  "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
6129
  "карыстанне сэрвісам бранявання.%s"
6130
 
6131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4040
6132
  #, fuzzy
6133
  msgid "The reservation has been modified"
6134
  msgstr "Ваша бронь была зменена"
6135
 
6136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4042
6137
  #, fuzzy, php-format
6138
  msgid ""
6139
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
@@ -6142,1126 +6232,1256 @@ msgstr ""
6142
  "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
6143
  "карыстанне сэрвісам бранявання.%s"
6144
 
6145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4104
6146
  msgid "Sending request..."
6147
  msgstr ""
6148
 
6149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4129
6150
  #, fuzzy
6151
  msgid "Order number"
6152
  msgstr "Лік наведвальнікаў"
6153
 
6154
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4132
6155
  #, fuzzy
6156
  msgid "Register"
6157
  msgstr "Забранявана"
6158
 
6159
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4134
6160
  msgid ""
6161
- "Please, enter your order number of purchasing this version, which you are "
6162
- "received in email."
6163
  msgstr ""
6164
 
6165
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4138
6166
  #, php-format
6167
  msgid ""
6168
  "If you will get any difficulties or have a questions, please contact by "
6169
  "email %s"
6170
  msgstr ""
6171
 
6172
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:49
6173
  #, fuzzy
6174
  msgid "Search availability"
6175
  msgstr "Даступнасць"
6176
 
6177
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:57
6178
  msgid "Nothing found."
6179
  msgstr ""
6180
 
6181
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:61
6182
- msgid "Search results."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6183
  msgstr ""
6184
 
6185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:67
6186
- #, fuzzy
6187
- msgid "Title of search widget"
6188
- msgstr "Загаловак"
6189
 
6190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:75
6191
  #, fuzzy
6192
- msgid "Title of search results"
6193
- msgstr "Загаловак"
6194
 
6195
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:80
6196
  #, php-format
6197
- msgid "Please type the %sTitle of search results%s."
6198
  msgstr ""
6199
 
6200
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:84
6201
- msgid "Nothing found message"
6202
- msgstr ""
 
6203
 
6204
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:89
6205
  #, php-format
6206
- msgid "Please type the %smessage ,what is showing, when nothing found%s."
6207
  msgstr ""
6208
 
6209
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:93
6210
  #, fuzzy
6211
- msgid "URL of Search Results"
6212
- msgstr "Спасылка для вяртання з Paypal-а"
6213
 
6214
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:98
6215
  #, php-format
6216
- msgid ""
6217
- "Please type the URL of the page %s(with %s shortcode in content)%s, where "
6218
- "search results will show."
6219
  msgstr ""
6220
 
6221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-dismiss.php:78
6222
- msgid "Dismiss"
 
 
 
 
 
 
 
 
 
 
 
6223
  msgstr ""
6224
 
6225
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:15
6226
  msgid "Insert booking calendar"
6227
  msgstr "Уставіць Каляндар для бранявання"
6228
 
6229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:16
6230
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:693
6231
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:89
6232
  msgid "Booking calendar"
6233
  msgstr "Каляндар бранявання"
6234
 
6235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:122
6236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:144
6237
  msgid "Ok"
6238
  msgstr "Ок"
6239
 
6240
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:348
6241
  #, fuzzy
6242
  msgid "Select booking resource"
6243
  msgstr "Тып бранявання"
6244
 
6245
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:381
6246
  #, fuzzy
6247
  msgid "Start month:"
6248
  msgstr "Дні месяца"
6249
 
6250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:391
6251
  #, fuzzy
6252
  msgid "Select start month of calendar"
6253
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
6254
 
6255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:398
6256
  #, fuzzy
6257
  msgid "Show in the page:"
6258
  msgstr "Час паказу подпісу падзякі"
6259
 
6260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:404
6261
  #, fuzzy
6262
  msgid "Booking form with calendar"
6263
  msgstr "Каляндар бранявання"
6264
 
6265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:405
6266
  #, fuzzy
6267
  msgid "Only availability calendar"
6268
  msgstr "Даступнасць"
6269
 
6270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:406
6271
  #, fuzzy
6272
  msgid "Only booking form"
6273
  msgstr "Форма бранявання"
6274
 
6275
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:411
6276
  #, fuzzy
6277
  msgid "for"
6278
  msgstr "Форма"
6279
 
6280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:414
6281
  #, fuzzy
6282
  msgid "date"
6283
  msgstr "Фармат даты"
6284
 
6285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:418
6286
  #, fuzzy
6287
  msgid ""
6288
  "Select to show the entire booking form or the availability calendar only."
6289
  msgstr "Абярыце, што Вы жадаеце паказаць:форму бранявання ці адзін каляндар."
6290
 
6291
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:433
6292
  #, fuzzy
6293
  msgid "Show advanced settings"
6294
  msgstr "Пашыраныя налады"
6295
 
6296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:434
6297
  #, fuzzy
6298
  msgid "Hide advanced settings"
6299
  msgstr "Пашыраныя налады"
6300
 
6301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:438
6302
  #, php-format
6303
  msgid ""
6304
  "Setting advanced parameters of the calendar. %sLike width, height and "
6305
  "structure %s"
6306
  msgstr ""
6307
 
6308
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:440
6309
  #, php-format
6310
  msgid ""
6311
  "%s or minimum and fixed number of days selection for the specific day of "
6312
  "week or season.%s"
6313
  msgstr ""
6314
 
6315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:446
6316
  #, php-format
6317
  msgid ""
6318
  "Please read more about the possible customizations of these %soptions%s "
6319
  "%shere%s"
6320
  msgstr ""
6321
 
6322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:447
6323
  #, fuzzy
6324
  msgid "Options:"
6325
  msgstr "Функцыі "
6326
 
6327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:450
6328
  msgid ""
6329
  "Specify the full width of calendar, height of date cell and number of months "
6330
  "in one row. "
6331
  msgstr ""
6332
 
6333
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:453
6334
  msgid ""
6335
  "Calendar have 2 months in a row, the cell height is 30px and calendar full "
6336
  "width 568px (possible to use percentage for width: 100%)"
6337
  msgstr ""
6338
 
6339
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:454
6340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:462
6341
  #, fuzzy
6342
  msgid "Code Example"
6343
  msgstr "Прыклад: %s "
6344
 
6345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:458
6346
  msgid ""
6347
  "Specify that during certain seasons (or days of week), the specific minimum "
6348
  "number of days must be booked. "
6349
  msgstr ""
6350
 
6351
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:461
6352
  msgid ""
6353
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 "
6354
  "days – Saturday, etc…"
6355
  msgstr ""
6356
 
6357
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
6358
  #, fuzzy
6359
  msgid "week"
6360
  msgstr "Дні тыдня "
6361
 
6362
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
6363
  msgid "weeks"
6364
  msgstr ""
6365
 
6366
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
6367
  #, fuzzy
6368
  msgid "month"
6369
  msgstr "Дні месяца"
6370
 
6371
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
6372
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
6373
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:302
 
6374
  #, fuzzy
6375
  msgid "months"
6376
  msgstr "месяц(ы)"
6377
 
6378
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:303
6379
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2202
6380
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:722
6381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:728
6382
  #, fuzzy
6383
  msgid "Year"
6384
  msgstr "год(а)"
6385
 
6386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:306
6387
  #, fuzzy
6388
  msgid "Current dates"
6389
  msgstr "Даты"
6390
 
6391
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:307
6392
  #, fuzzy
6393
  msgid "Today"
6394
  msgstr "днеи"
6395
 
6396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:308
6397
  #, fuzzy
6398
  msgid "Previous dates"
6399
  msgstr "Даты"
6400
 
6401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:309
6402
  #, fuzzy
6403
  msgid "All dates"
6404
  msgstr "Даты"
6405
 
6406
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:310
6407
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:423
6408
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2060
6409
  msgid "Next"
6410
  msgstr ""
6411
 
6412
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
6413
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:446
6414
  #, fuzzy
6415
  msgid "Prior"
6416
  msgstr "Пра"
6417
 
6418
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:313
6419
  msgid "Check In - Tomorrow"
6420
  msgstr ""
6421
 
6422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:314
6423
  msgid "Check Out - Tomorrow"
6424
  msgstr ""
6425
 
6426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:504
6427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:566
6428
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:622
6429
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1470
 
 
 
 
 
 
 
 
 
 
6430
  #, fuzzy
6431
  msgid "Apply"
6432
  msgstr "Красавік"
6433
 
6434
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:604
6435
  #, fuzzy
6436
  msgid "Start Date"
6437
  msgstr "Фармат даты"
6438
 
6439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:645
6440
  #, fuzzy
6441
  msgid "Booking Listing"
6442
  msgstr "Браняванне"
6443
 
6444
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:649
6445
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:693
6446
  #, fuzzy
6447
  msgid "Calendar Overview"
6448
  msgstr "Каляндар бранявання"
6449
 
6450
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:658
6451
  #, fuzzy
6452
  msgid "Booking Calendar - Overview"
6453
  msgstr "Каляндар бранявання"
6454
 
6455
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:666
6456
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:687
6457
  msgid "Help"
6458
  msgstr ""
6459
 
6460
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:685
6461
  #, fuzzy
6462
  msgid "About Booking Calendar"
6463
  msgstr "Каляндар бранявання"
6464
 
6465
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:688
6466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:469
6467
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
6468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1275
6469
  msgid "FAQ"
6470
  msgstr ""
6471
 
6472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:689
6473
  #, fuzzy
6474
  msgid "Technical Support"
6475
  msgstr "Премиум падтрымка"
6476
 
6477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:692
6478
  msgid "Purchase"
6479
  msgstr "Купля"
6480
 
6481
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:695
6482
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:482
6483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1252
6484
  msgid "Upgrade"
6485
  msgstr ""
6486
 
6487
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1371
6488
  msgid "Filter"
6489
  msgstr "Фільтр "
6490
 
6491
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1416
6492
  #, fuzzy
6493
  msgid "Expand Advanced Filter"
6494
  msgstr "Фільтр "
6495
 
6496
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1417
6497
  #, fuzzy
6498
  msgid "Collapse Advanced Filter"
6499
  msgstr "Фільтр "
6500
 
6501
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1434
6502
  msgid ""
6503
- "Send email notification to customer after approval, cancelation or deletion "
6504
  "of bookings"
6505
  msgstr ""
6506
 
6507
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1435
6508
  #, fuzzy
6509
  msgid "Emails sending"
6510
  msgstr "Емейл "
6511
 
6512
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1458
6513
  #, fuzzy
6514
  msgid "Booking ID"
6515
  msgstr "ID"
6516
 
6517
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1467
6518
  #, fuzzy
6519
  msgid "Refresh booking listing"
6520
  msgstr "Браняванне"
6521
 
6522
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1471
6523
  #, fuzzy
6524
  msgid "Reset filter to default values"
6525
  msgstr "Абнавіць да значэння па змаўчанні"
6526
 
6527
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1512
6528
  #, fuzzy
6529
  msgid "Any"
6530
  msgstr "Любы дзень тыдня"
6531
 
6532
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1540
6533
  #, fuzzy
6534
  msgid "New bookings"
6535
  msgstr "Браняванне"
6536
 
6537
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1543
6538
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:84
6539
  msgid "Show"
6540
  msgstr "Паказаць"
6541
 
6542
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1555
6543
  #, fuzzy
6544
  msgid "Creation"
6545
  msgstr "Выдаленне дадзеных па браняванні"
6546
 
6547
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1589
6548
  msgid "Order by"
6549
  msgstr ""
6550
 
6551
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1603
6552
  msgid ""
6553
  "Save filter settings as default template (Please, click Apply filter button, "
6554
  "before saving!)"
6555
  msgstr ""
6556
 
6557
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1606
6558
  #, fuzzy
6559
  msgid "Save as Default"
6560
  msgstr "Захаваць"
6561
 
6562
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1611
6563
  msgid "Delete your previously saved default filer template!"
6564
  msgstr ""
6565
 
6566
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1614
6567
  #, fuzzy
6568
  msgid "Delete template"
6569
  msgstr "Выдаліць"
6570
 
6571
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1683
6572
  #, fuzzy
6573
  msgid "Approve selected bookings"
6574
  msgstr "Пацвердзіць"
6575
 
6576
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1687
6577
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1986
6578
  msgid "Approve"
6579
  msgstr "Пацвердзіць"
6580
 
6581
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1688
6582
  #, fuzzy
6583
  msgid "Set selected bookings as pending"
6584
  msgstr "увядзіце час бранявання"
6585
 
6586
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1690
6587
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1990
6588
  #, fuzzy
6589
  msgid "Do you really want to set booking as pending ?"
6590
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
6591
 
6592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1693
6593
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1991
6594
  #, fuzzy
6595
  msgid "Reject"
6596
  msgstr "Выдалена"
6597
 
6598
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1696
6599
  #, fuzzy
6600
  msgid "Delete selected bookings"
6601
  msgstr "Выдаліць"
6602
 
6603
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1698
6604
  #, fuzzy
6605
  msgid "Do you really want to delete selected booking(s) ?"
6606
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
6607
 
6608
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1703
6609
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6610
- #, fuzzy
6611
- msgid "Reason for cancellation here"
6612
- msgstr "Чыннік адмовы"
6613
-
6614
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1708
6615
  #, fuzzy
6616
  msgid "Mark as read all bookings"
6617
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
6618
 
6619
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1712
6620
  #, fuzzy
6621
  msgid "Read All"
6622
  msgstr "Нататка"
6623
 
6624
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
6625
  msgid "Mark as read selected bookings"
6626
  msgstr ""
6627
 
6628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1717
6629
  #, fuzzy
6630
  msgid "Read"
6631
  msgstr "Нататка"
6632
 
6633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1718
6634
  msgid "Mark as Unread selected bookings"
6635
  msgstr ""
6636
 
6637
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1722
6638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6639
  msgid "Unread"
6640
  msgstr ""
6641
 
6642
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1763
6643
  #, fuzzy
6644
  msgid "Booking Data"
6645
  msgstr "Браняванне"
6646
 
6647
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1764
6648
  #, fuzzy
6649
  msgid "Booking Dates"
6650
  msgstr "Даты"
6651
 
6652
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1769
6653
  #, fuzzy
6654
  msgid "Show ALL dates of booking"
6655
  msgstr "Сезонныя змены коштаў"
6656
 
6657
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1774
6658
  #, fuzzy
6659
  msgid "Show only check in/out dates"
6660
  msgstr "%s - поле з пазнакай"
6661
 
6662
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1781
6663
  msgid "Nothing found!"
6664
  msgstr ""
6665
 
6666
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1815
6667
  #, fuzzy
6668
  msgid "Resource not exist"
6669
  msgstr "Імя рэсурсу"
6670
 
6671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6672
  msgid "Mark"
6673
  msgstr ""
6674
 
6675
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1995
6676
  #, fuzzy
6677
  msgid "Do you really want to delete this booking ?"
6678
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
6679
 
6680
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2042
6681
  #, fuzzy
6682
  msgid "Prev"
6683
  msgstr "Кошт"
6684
 
6685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2191
6686
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2223
6687
  #, fuzzy
6688
  msgid "Show month"
6689
  msgstr "месяц(ы)"
6690
 
6691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2194
6692
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2226
6693
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:717
6694
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:726
6695
  #, fuzzy
6696
  msgid "Month"
6697
  msgstr "Дні месяца"
6698
 
6699
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2195
6700
  #, fuzzy
6701
  msgid "Show 3 months"
6702
  msgstr "Паказаць"
6703
 
6704
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2198
6705
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:721
6706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:727
6707
  #, fuzzy
6708
  msgid "3 Months"
6709
  msgstr "Месяцы"
6710
 
6711
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2199
6712
  #, fuzzy
6713
  msgid "Show year"
6714
  msgstr "год(а)"
6715
 
6716
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2208
6717
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2242
6718
  #, fuzzy
6719
  msgid "Calendar view mode"
6720
  msgstr "Выгляд дат"
6721
 
6722
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2215
6723
  #, fuzzy
6724
  msgid "Show day"
6725
  msgstr "Паказаць"
6726
 
6727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2218
6728
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:714
6729
  #, fuzzy
6730
  msgid "Day"
6731
  msgstr "за 1 дзень"
6732
 
6733
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2219
6734
  #, fuzzy
6735
  msgid "Show week"
6736
  msgstr "Паказаць"
6737
 
6738
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2222
6739
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:715
6740
  #, fuzzy
6741
  msgid "Week"
6742
  msgstr "Дні тыдня "
6743
 
6744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2227
6745
  #, fuzzy
6746
  msgid "Show 2 months"
6747
  msgstr "Паказаць"
6748
 
6749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2230
6750
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:719
6751
  #, fuzzy
6752
  msgid "2 Months"
6753
  msgstr "Месяцы"
6754
 
6755
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2268
6756
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2282
6757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2329
6758
  msgid "Previous 4 weeks"
6759
  msgstr ""
6760
 
6761
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2269
6762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2283
6763
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2330
6764
  #, fuzzy
6765
  msgid "Previous week"
6766
  msgstr "Дні тыдня "
6767
 
6768
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2270
6769
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2284
6770
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2331
6771
  #, fuzzy
6772
  msgid "Current week"
6773
  msgstr "Дні тыдня "
6774
 
6775
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2271
6776
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2285
6777
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2332
6778
  #, fuzzy
6779
  msgid "Next week"
6780
  msgstr "Дні тыдня "
6781
 
6782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2272
6783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2286
6784
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2333
6785
  msgid "Next 4 weeks"
6786
  msgstr ""
6787
 
6788
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2296
6789
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2346
6790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2361
6791
  msgid "Previous 3 months"
6792
  msgstr ""
6793
 
6794
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2297
6795
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2347
6796
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2362
6797
  #, fuzzy
6798
  msgid "Previous month"
6799
  msgstr "Дні месяца"
6800
 
6801
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2298
6802
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2348
6803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2363
6804
  #, fuzzy
6805
  msgid "Current month"
6806
  msgstr "Дні месяца"
6807
 
6808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2299
6809
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2349
6810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2364
6811
  #, fuzzy
6812
  msgid "Next month"
6813
  msgstr "Дні месяца"
6814
 
6815
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2300
6816
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2350
6817
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2365
6818
  #, fuzzy
6819
  msgid "Next 3 months"
6820
  msgstr "Месяцы"
6821
 
6822
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2314
6823
  #, fuzzy
6824
  msgid "Previous 7 days"
6825
  msgstr "днеи"
6826
 
6827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2315
6828
  #, fuzzy
6829
  msgid "Previous day"
6830
  msgstr "за 1 дзень"
6831
 
6832
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2316
6833
  #, fuzzy
6834
  msgid "Current day"
6835
  msgstr "за 1 дзень"
6836
 
6837
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2317
6838
  #, fuzzy
6839
  msgid "Next day"
6840
  msgstr "за 1 дзень"
6841
 
6842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2318
6843
  #, fuzzy
6844
  msgid "Next 7 days"
6845
  msgstr "днеи"
6846
 
6847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2389
6848
  #, fuzzy
6849
  msgid "Calendar Navigation"
6850
  msgstr "Каляндар бранявання"
6851
 
6852
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
6853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6854
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
6855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6856
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
6857
  #, fuzzy
6858
  msgid "M"
6859
  msgstr "Пн"
6860
 
6861
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
6862
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6863
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
6864
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
6866
  #, fuzzy
6867
  msgid "W"
6868
  msgstr "Ср"
6869
 
6870
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
6871
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6872
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
6873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6874
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
6875
  #, fuzzy
6876
  msgid "F"
6877
  msgstr "F j, Y"
6878
 
6879
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6880
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6883
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6884
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6885
  #, fuzzy
6886
  msgid "Mon"
6887
  msgstr "Пн"
6888
 
6889
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6890
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6891
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6892
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6894
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6895
  #, fuzzy
6896
  msgid "Tue"
6897
  msgstr "Вт"
6898
 
6899
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6900
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6901
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6902
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6903
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6904
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6905
  #, fuzzy
6906
  msgid "Wed"
6907
  msgstr "Ср"
6908
 
6909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6910
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6911
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6912
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6913
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6915
  #, fuzzy
6916
  msgid "Thu"
6917
  msgstr "Вт"
6918
 
6919
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6920
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6921
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6922
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6923
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6924
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6925
  #, fuzzy
6926
  msgid "Fri"
6927
  msgstr "Пт"
6928
 
6929
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6930
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6931
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6932
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6934
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6935
  #, fuzzy
6936
  msgid "Sat"
6937
  msgstr "Сб"
6938
 
6939
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6942
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6943
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6944
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6945
  #, fuzzy
6946
  msgid "Sun"
6947
  msgstr "Вс"
6948
 
6949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6951
  #, fuzzy
6952
  msgid "T"
6953
  msgstr "Вт"
6954
 
6955
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6957
  #, fuzzy
6958
  msgid "S"
6959
  msgstr "Прыклад: %s "
6960
 
6961
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:38
6962
- #, php-format
6963
- msgid ""
6964
- "%sError!%s Request do not pass security check! Please refresh the page and "
6965
- "try one more time."
6966
- msgstr ""
6967
-
6968
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:105
6969
- msgid "Set as Read"
6970
- msgstr ""
6971
-
6972
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:105
6973
- msgid "Set as Unread"
6974
- msgstr ""
6975
-
6976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6977
- #, fuzzy
6978
- msgid "Set as Approved"
6979
- msgstr "Пацверджана"
6980
-
6981
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6982
- #, fuzzy
6983
- msgid "Set as Pending"
6984
- msgstr "Якія чакаюць сцвярджэнні"
6985
-
6986
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6987
- msgid "Reason of cancellation here"
6988
- msgstr "Чыннік адмовы"
6989
-
6990
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:373
6991
- #, fuzzy
6992
- msgid "The code you entered is incorrect"
6993
- msgstr "Ваш уведзены код няправільны"
6994
-
6995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:171
6996
  #, fuzzy
6997
  msgid "Booking Calendar"
6998
  msgstr "Каляндар бранявання"
6999
 
7000
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:371
7001
  #, fuzzy
7002
  msgid "Statistic"
7003
  msgstr "Час пачатку"
7004
 
7005
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:375
7006
  #, fuzzy
7007
  msgid "New (unverified) booking(s)"
7008
  msgstr "%s - дадаць новы радок"
7009
 
7010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
7011
  #, fuzzy
7012
  msgid "Pending booking(s)"
7013
  msgstr "Якія чакаюць сцвярджэнні"
7014
 
7015
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:385
7016
  #, fuzzy
7017
  msgid "Agenda"
7018
  msgstr "Адправіць"
7019
 
7020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:389
7021
  #, fuzzy
7022
  msgid "New booking(s) made today"
7023
  msgstr "Новае браняванне"
7024
 
7025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:393
7026
  #, fuzzy
7027
  msgid "Bookings for today"
7028
  msgstr "Браняванне"
7029
 
7030
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
7031
  msgid "Upgrade to higher versions"
7032
  msgstr ""
7033
 
7034
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
7035
  #, fuzzy
7036
  msgid "Commercial versions"
7037
  msgstr "купіць Прафесійную версію"
7038
 
7039
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:419
7040
  #, fuzzy
7041
  msgid "Upgrade now"
7042
  msgstr "Купіць цяпер"
7043
 
7044
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
7045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1244
7046
  msgid "Buy now"
7047
  msgstr "Купіць цяпер"
7048
 
7049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:423
7050
  msgid "Test online Demo of each version"
7051
  msgstr ""
7052
 
7053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:439
7054
  #, fuzzy
7055
  msgid "Current version"
7056
  msgstr "Версія"
7057
 
7058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:442
7059
  msgid "Version"
7060
  msgstr "Версія"
7061
 
7062
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:447
7063
  #, fuzzy
7064
  msgid "Type"
7065
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
7066
 
7067
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:451
7068
  msgid "Used for"
7069
  msgstr ""
7070
 
7071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:456
7072
  #, fuzzy
7073
  msgid "Release date"
7074
  msgstr "Фармат даты"
7075
 
7076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:463
7077
  #, fuzzy
7078
  msgid "Support"
7079
  msgstr "Супериор "
7080
 
7081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:466
7082
  #, fuzzy
7083
  msgid "Contact email"
7084
  msgstr "Емейл"
7085
 
7086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:472
7087
  msgid "Have a question"
7088
  msgstr ""
7089
 
7090
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:475
7091
  msgid "Rate this plugin (thanks:)"
7092
  msgstr ""
7093
 
7094
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:480
7095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:484
7096
  #, fuzzy
7097
  msgid "Explore Premium Features"
7098
  msgstr "Магчымасці"
7099
 
7100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:546
7101
  msgid "Warning !!!"
7102
  msgstr ""
7103
 
7104
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:547
7105
  msgid "All booking data will be deleted when the plugin is deactivated."
7106
  msgstr ""
7107
 
7108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:548
7109
  #, php-format
7110
  msgid ""
7111
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
7112
  "data\"%s at the"
7113
  msgstr ""
7114
 
7115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:549
7116
  #, fuzzy
7117
  msgid "settings page"
7118
  msgstr "Усталёўкі"
7119
 
7120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:648
7121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
7122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1805
7123
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:978
7124
  msgid "Settings"
7125
  msgstr "Усталёўкі"
7126
 
7127
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:683
7128
  msgid "Booking"
7129
  msgstr "Браняванне"
7130
 
7131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
7132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:745
7133
  #, fuzzy
7134
  msgid "Booking settings customization"
7135
  msgstr "Усталёўкі"
7136
 
7137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:727
7138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1773
7139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:937
7140
  msgid "Bookings"
7141
  msgstr "Браняванне"
7142
 
7143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:733
7144
  #, fuzzy
7145
  msgid "Bookings listing"
7146
  msgstr "Браняванне"
7147
 
7148
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1100
7149
  msgid "Send email notification to customer about this operation"
7150
  msgstr ""
7151
 
7152
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1176
7153
  #, fuzzy
7154
  msgid "General"
7155
  msgstr "Чэрвень"
7156
 
7157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1186
 
 
 
 
 
 
 
 
 
 
7158
  #, fuzzy
7159
  msgid "Fields"
7160
  msgstr "Палі формы"
7161
 
7162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1195
 
 
 
 
 
7163
  msgid "Emails"
7164
  msgstr "Емейл "
7165
 
7166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1198
 
 
 
 
 
7167
  #, fuzzy
7168
  msgid "Customization of email templates"
7169
  msgstr "Емейл"
7170
 
7171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1204
7172
  #, fuzzy
7173
  msgid "Payments"
7174
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
7175
 
7176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1207
 
 
 
 
 
7177
  #, fuzzy
7178
  msgid "Integration of payment systems"
7179
  msgstr "Аплата"
7180
 
7181
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1220
 
 
 
 
 
7182
  #, fuzzy
7183
  msgid "Customization of search form"
7184
  msgstr "Форма"
7185
 
7186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
7187
- msgid "Manage users"
7188
- msgstr ""
 
7189
 
7190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1255
 
 
 
 
 
7191
  #, fuzzy
7192
  msgid "Upgrade to higher versions."
7193
  msgstr "купіць Прафесійную версію"
7194
 
7195
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1267
7196
  msgid "Features"
7197
  msgstr "Магчымасці"
7198
 
7199
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
7200
  #, fuzzy
7201
  msgid "Live Demos"
7202
  msgstr "Анлайн дэма "
7203
 
7204
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1269
7205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1276
7206
  #, fuzzy
7207
  msgid "Contact"
7208
  msgstr "Панядзелак"
7209
 
7210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1270
7211
  msgid "Buy"
7212
  msgstr "Купіць "
7213
 
7214
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1430
7215
- msgid "This field is required"
7216
- msgstr "Гэта поле неабходна"
7217
-
7218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1431
7219
- msgid "This checkbox must be checked"
7220
- msgstr ""
7221
-
7222
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1432
7223
- msgid "Incorrect email field"
7224
- msgstr "Некоректно ўведзены емейл"
7225
-
7226
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1433
7227
- #, fuzzy
7228
- msgid "Please, select booking date(s) at Calendar."
7229
- msgstr "Калі ласка, вылучыце даты для рэзервавання"
7230
-
7231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1717
7232
  #, fuzzy
7233
  msgid "Calendar is loading..."
7234
  msgstr "Каляндар бранявання"
7235
 
7236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1858
7237
  msgid ""
7238
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
7239
  "booking hash."
7240
  msgstr ""
7241
 
7242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1987
7243
  #, fuzzy, php-format
7244
  msgid ""
7245
  "%sWarning! Booking calendar for this booking resource are already at the "
7246
  "page, please check more about this issue at %sthis page%s"
7247
  msgstr "Каляндар бранявання для гэтага рэсурсу ўжо існуе на гэтай старонцы"
7248
 
7249
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2075
7250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:444
7251
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
7252
  msgid "You need to use special shortcode [bookingedit] for booking editing."
7253
  msgstr ""
7254
 
7255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2166
7256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2168
7257
  msgid "Wrong booking hash in URL. Probably hash is expired."
7258
  msgstr ""
7259
 
7260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2172
7261
  msgid "You do not set any parameters for booking editing"
7262
  msgstr ""
7263
 
7264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2264
7265
  #, fuzzy, php-format
7266
  msgid ""
7267
  "Thank you for your online booking. %s We will send confirmation of your "
@@ -7270,7 +7490,7 @@ msgstr ""
7270
  "Дзякуй за браняванне. %sМы адразу ж звяжамся з Вамі для пацверджання "
7271
  "бранявання."
7272
 
7273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2335
7274
  #, fuzzy, php-format
7275
  msgid ""
7276
  "You need to approve a new booking %s for: %s Person detail information:%s "
@@ -7280,12 +7500,12 @@ msgstr ""
7280
  "Вы павінны пацвердзіць новую бронь %sна даты: %sИнформация пра твар якое "
7281
  "зрабіла рэзерв: %sСпасибо, за карыстанне сэрвісам бранявання.%s"
7282
 
7283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2338
7284
  #, fuzzy
7285
  msgid "Your booking has been approved"
7286
  msgstr "Ваш рэзерв пацверджаны"
7287
 
7288
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2340
7289
  #, fuzzy, php-format
7290
  msgid ""
7291
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
@@ -7294,99 +7514,100 @@ msgstr ""
7294
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
7295
  "бранявання.%s"
7296
 
7297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2341
7298
  #, fuzzy, php-format
7299
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
7300
  msgstr ""
7301
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
7302
  "бранявання.%s"
7303
 
7304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2344
7305
  #, fuzzy
7306
  msgid "Your booking has been declined"
7307
  msgstr "Ваша бронь была адхілена"
7308
 
7309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2345
7310
  #, fuzzy, php-format
7311
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
7312
  msgstr ""
7313
  "Ваша бронь %sна даты: %s была адхілена. %sСпасибо за карыстанне сэрвісам "
7314
  "бранявання.%s"
7315
 
7316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2353
7317
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:88
7318
  msgid "Booking form"
7319
  msgstr "Форма бранявання"
7320
 
7321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2364
7322
  #, fuzzy
7323
  msgid "Available"
7324
  msgstr "Доступа: "
7325
 
7326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2368
7327
  msgid "Booked"
7328
  msgstr "Забранявана "
7329
 
7330
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2371
7331
  #, fuzzy
7332
  msgid "Partially booked"
7333
  msgstr "Забранявана "
7334
 
7335
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3085
7336
  #, fuzzy
7337
  msgid "Technical support section"
7338
  msgstr "Премиум падтрымка"
7339
 
7340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3089
7341
  #, fuzzy
7342
  msgid "Reindex booking data"
7343
  msgstr "Браняванне"
7344
 
7345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3091
7346
  msgid "Reindex"
7347
  msgstr ""
7348
 
7349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3097
7350
  msgid ""
7351
  " Click, if you want to reindex booking data by booking dates sort field "
7352
  "(Your installation/update of the plugin must be successful)."
7353
  msgstr ""
7354
 
7355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3142
7356
  #, php-format
7357
  msgid "%s Found %s not indexed bookings %s"
7358
  msgstr ""
7359
 
7360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3157
7361
  #, php-format
7362
  msgid "%s Finish getting sort dates. %s"
7363
  msgstr ""
7364
 
7365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3166
7366
  #, fuzzy, php-format
7367
  msgid "Updated booking: %s"
7368
  msgstr "Абноўлена паспяхова"
7369
 
7370
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:299
7371
  msgid "no"
7372
  msgstr "не"
7373
 
7374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1906
7375
- msgid "Warning!!! Some error is occur. "
7376
  msgstr ""
7377
 
7378
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1910
7379
  msgid ""
7380
- "Please contact by email (with info about order number and used site) for "
7381
- "finishing the registrations"
 
7382
  msgstr ""
7383
 
7384
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1966
7385
  #, fuzzy
7386
  msgid "version"
7387
  msgstr "Версія"
7388
 
7389
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1968
7390
  #, php-format
7391
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
7392
  msgstr ""
@@ -7423,334 +7644,334 @@ msgstr ""
7423
  msgid "%sSeveral widgets are supported at %spaid versions%s."
7424
  msgstr ""
7425
 
7426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:258
7427
  msgid "Main"
7428
  msgstr ""
7429
 
7430
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:265
7431
  msgid "Admin email"
7432
  msgstr "Адміністрацыйны емейл"
7433
 
7434
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:277
7435
  #, fuzzy
7436
  msgid "Show / hide hints"
7437
  msgstr "Паказаць"
7438
 
7439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:283
7440
  #, fuzzy
7441
  msgid "Check this box if you want to show help hints on the admin panel."
7442
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
7443
 
7444
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:296
7445
  msgid "Show advanced settings of JavaScript loading"
7446
  msgstr ""
7447
 
7448
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:297
7449
  msgid "Hide advanced settings of JavaScript loading"
7450
  msgstr ""
7451
 
7452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:307
7453
  msgid "Disable Bootstrap loading on Front-End"
7454
  msgstr ""
7455
 
7456
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:313
7457
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
 
7458
  msgid ""
7459
  "You are need to be sure what you are doing. You are disable of loading some "
7460
  "JavaScripts Do you really want to do this?"
7461
  msgstr ""
7462
 
7463
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:315
7464
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:330
 
7465
  msgid ""
7466
  " If your theme or some other plugin is load the BootStrap JavaScripts, you "
7467
  "can disable loading of this script by this plugin."
7468
  msgstr ""
7469
 
7470
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:322
7471
  msgid "Disable Bootstrap loading on Back-End"
7472
  msgstr ""
7473
 
7474
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:348
7475
  #, fuzzy
7476
  msgid "Show settings of powered by notice"
7477
  msgstr "Паказаць усталёўкі па недаступных длянм тыдні"
7478
 
7479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:349
7480
  #, fuzzy
7481
  msgid "Hide settings of powered by notice"
7482
  msgstr "Паказаць усталёўкі па недаступных длянм тыдні"
7483
 
7484
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:357
7485
  #, fuzzy
7486
  msgid "Powered by notice"
7487
  msgstr "Капірайт"
7488
 
7489
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:362
7490
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
7491
  msgstr ""
7492
 
7493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:372
7494
  msgid "Copyright notice"
7495
  msgstr "Капірайт"
7496
 
7497
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:378
7498
  #, fuzzy
7499
  msgid " Turn On/Off version notice at footer of booking admin panel."
7500
  msgstr "Уключыць/Выключыць %s капірайт унізе сайта"
7501
 
7502
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:399
7503
  #, fuzzy
7504
  msgid "Calendar Skin"
7505
  msgstr "Каляндар бранявання"
7506
 
7507
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:410
7508
  #, fuzzy
7509
  msgid "Select the skin of the booking calendar"
7510
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
7511
 
7512
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:415
7513
  #, fuzzy
7514
  msgid "Number of months"
7515
  msgstr "Лік наведвальнікаў"
7516
 
7517
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:420
7518
  msgid "month(s)"
7519
  msgstr "месяц(ы)"
7520
 
7521
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:425
7522
  msgid "year(s)"
7523
  msgstr "год(а)"
7524
 
7525
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:428
7526
  #, fuzzy
7527
  msgid "Select the maximum number of months to show (scroll)"
7528
  msgstr "Абярыце максімальную колькасць месяцаў у календары"
7529
 
7530
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:433
7531
  #, fuzzy
7532
  msgid "Start Day of the week"
7533
  msgstr "Абярыце дзень пачатку тыдня"
7534
 
7535
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:444
7536
  msgid "Select your start day of the week"
7537
  msgstr "Абярыце дзень пачатку тыдня"
7538
 
7539
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:451
7540
  #, fuzzy
7541
  msgid "Unavailable days from today"
7542
  msgstr "Недаступныя дні"
7543
 
7544
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:458
7545
  msgid "Select number of unavailable days in calendar start from today."
7546
  msgstr ""
7547
 
7548
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:464
7549
  #, fuzzy
7550
  msgid "Unavailable week days"
7551
  msgstr "Дні тыдня "
7552
 
7553
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:494
7554
  msgid ""
7555
  "Check unavailable days in calendars. This option will overwrite all other "
7556
  "settings."
7557
  msgstr ""
7558
 
7559
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:501
7560
  #, fuzzy
7561
  msgid "Type of days selection in calendar"
7562
  msgstr "Абярыце, калі Вы жадаеце выбіраць некалькі дзён у календары"
7563
 
7564
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:517
7565
  #, fuzzy
7566
  msgid "Single day"
7567
  msgstr "за 1 дзень"
7568
 
7569
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:527
7570
  #, fuzzy
7571
  msgid "Multiple days"
7572
  msgstr "днеи"
7573
 
7574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:538
7575
  #, fuzzy
7576
  msgid "Range days"
7577
  msgstr "Выбар дыяпазону"
7578
 
7579
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:563
7580
  msgid "Form"
7581
  msgstr "Форма"
7582
 
7583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:578
7584
  #, fuzzy
7585
  msgid "Check the box to activate CAPTCHA inside the booking form."
7586
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
7587
 
7588
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:585
7589
  #, fuzzy
7590
  msgid "Auto-fill fields"
7591
  msgstr "Палі формы"
7592
 
7593
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:588
7594
  #, fuzzy
7595
  msgid "Check the box to activate auto-fill form fields for logged in users."
7596
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
7597
 
7598
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:595
7599
  #, fuzzy
7600
  msgid "Use CSS BootStrap"
7601
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
7602
 
7603
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:600
7604
  msgid "Using BootStrap CSS for the form fields"
7605
  msgstr ""
7606
 
7607
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
7608
  msgid ""
7609
  "You must not deactivate loading BootStrap files at main section of these "
7610
  "settings!"
7611
  msgstr ""
7612
 
7613
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:620
7614
  #, fuzzy
7615
  msgid "Action after booking is done"
7616
  msgstr "Паказаць уласцівасці паведамлення падзякі"
7617
 
7618
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:628
7619
  #, fuzzy
7620
  msgid "Show \"Thank You\" message"
7621
  msgstr "Паказаць уласцівасці паведамлення падзякі"
7622
 
7623
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:635
7624
  msgid "Redirect visitor to a new \"Thank You\" page"
7625
  msgstr ""
7626
 
7627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
7628
  msgid "This action will have no effect, if the payment form(s) is active!"
7629
  msgstr ""
7630
 
7631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:648
7632
  #, fuzzy
7633
  msgid "Message title"
7634
  msgstr "Загаловак"
7635
 
7636
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:651
7637
  #, fuzzy, php-format
7638
  msgid "Type title of message %safter booking has done by user%s"
7639
  msgstr ""
7640
  "Увядзіце загаловак новага бранявання %s пасля таго як браняванне зроблена "
7641
  "карыстачом%s "
7642
 
7643
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:656
7644
  #, fuzzy
7645
  msgid "Time of message showing"
7646
  msgstr "час"
7647
 
7648
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:659
7649
  msgid "Set duration of time (milliseconds) to show this message"
7650
  msgstr ""
7651
 
7652
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:666
7653
  msgid "URL of \"thank you\" page"
7654
  msgstr ""
7655
 
7656
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:671
7657
  #, php-format
7658
  msgid "Type URL of %s\"Thank You\" page%s"
7659
  msgstr ""
7660
 
7661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:686
7662
  #, fuzzy
7663
  msgid "Listing of bookings"
7664
  msgstr "Браняванне"
7665
 
7666
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:689
7667
  #, fuzzy
7668
  msgid "Default booking admin page"
7669
  msgstr "Тып бранявання"
7670
 
7671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:692
7672
  #, fuzzy
7673
  msgid "Bookings Listing"
7674
  msgstr "Браняванне"
7675
 
7676
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:700
7677
  #, fuzzy
7678
  msgid "Select your default view mode of bookings at the booking listing page"
7679
  msgstr "Сезонныя змены коштаў"
7680
 
7681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:710
7682
  msgid "Default calendar view mode"
7683
  msgstr ""
7684
 
7685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:762
7686
  #, fuzzy
7687
  msgid ""
7688
  "Select your default calendar view mode at booking calendar overview page"
7689
  msgstr "Сезонныя змены коштаў"
7690
 
7691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:772
7692
  #, fuzzy
7693
  msgid "Default toolbar tab"
7694
  msgstr "Па змаўчанні"
7695
 
7696
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:774
7697
  #, fuzzy
7698
  msgid "Filter tab"
7699
  msgstr "Фільтр "
7700
 
7701
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:775
7702
  #, fuzzy
7703
  msgid "Actions tab"
7704
  msgstr "Функцыі "
7705
 
7706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:782
7707
  #, fuzzy
7708
  msgid "Select your default opened tab in toolbar at booking listing page"
7709
  msgstr "Сезонныя змены коштаў"
7710
 
7711
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:787
7712
  #, fuzzy
7713
  msgid "Bookings number per page"
7714
  msgstr "Тып бранявання"
7715
 
7716
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:796
7717
  #, fuzzy
7718
  msgid "Select number of bookings per page in booking listing"
7719
  msgstr "Абярыце максімальную колькасць месяцаў у календары"
7720
 
7721
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:802
7722
  #, fuzzy
7723
  msgid "Bookings default order"
7724
  msgstr "Па змаўчанні"
7725
 
7726
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
7727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
7728
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
7729
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
 
 
7730
  msgid "ASC"
7731
  msgstr ""
7732
 
7733
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
7734
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
7735
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:818
7736
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
 
 
7737
  msgid "DESC"
7738
  msgstr ""
7739
 
7740
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:831
7741
  #, fuzzy
7742
  msgid "Select your default order of bookings in the booking listing"
7743
  msgstr "Сезонныя змены коштаў"
7744
 
7745
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:838
7746
  msgid "Date Format"
7747
  msgstr "Фармат даты"
7748
 
7749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:842
7750
  msgid "F j, Y"
7751
  msgstr "F j, Y"
7752
 
7753
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:864
7754
  #, fuzzy, php-format
7755
  msgid ""
7756
  "Type your date format for emails and the booking table. %sDocumentation on "
@@ -7759,36 +7980,36 @@ msgstr ""
7759
  "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s "
7760
  "Дакументацыя па фармаце для дат%s "
7761
 
7762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:872
7763
  msgid "Dates view"
7764
  msgstr "Выгляд дат"
7765
 
7766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:875
7767
  msgid "Short days view"
7768
  msgstr "Скарочаны выгляд дат"
7769
 
7770
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:876
7771
  msgid "Wide days view"
7772
  msgstr "Пашыраны выгляд дат"
7773
 
7774
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:878
7775
  #, fuzzy
7776
  msgid "Select the default view for dates on the booking tables"
7777
  msgstr "Абярыце тып паказу дат па змаўчанні ў табліцы рэзервавання і емейле"
7778
 
7779
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:903
7780
  msgid "Information"
7781
  msgstr "Інфармацыя"
7782
 
7783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:913
7784
  msgid "Recommended WordPress Plugins"
7785
  msgstr ""
7786
 
7787
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:915
7788
  msgid "Booking Manager - show all old bookings"
7789
  msgstr ""
7790
 
7791
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:919
7792
  #, php-format
7793
  msgid ""
7794
  "This wordpress plugin is %sshow all approved and pending bookings from past"
@@ -7796,31 +8017,31 @@ msgid ""
7796
  "%sexport to CSV, print layout, advanced filter%s. "
7797
  msgstr ""
7798
 
7799
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:933
7800
  msgid "User permissions for plugin menu pages"
7801
  msgstr ""
7802
 
7803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:993
7804
  #, fuzzy
7805
  msgid "Select user access level for the menu pages of plugin"
7806
  msgstr "Абярыце ўзровень доступу карыстача для адміністрацыйнай старонкі"
7807
 
7808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1003
7809
  msgid "Uninstall / deactivation"
7810
  msgstr ""
7811
 
7812
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1007
7813
  #, fuzzy
7814
  msgid "Delete booking data, when plugin deactivated"
7815
  msgstr "калі ўбудова дэактываваны"
7816
 
7817
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1012
7818
  msgid ""
7819
  "If you check this option, all booking data will be deleted when you "
7820
  "uninstall this plugin. Do you really want to do this?"
7821
  msgstr ""
7822
 
7823
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1014
7824
  #, fuzzy
7825
  msgid ""
7826
  "Check this box to delete all booking data when you uninstal this plugin."
@@ -7828,104 +8049,119 @@ msgstr ""
7828
  "Праверце, калі Вы жадаеце выдаліць дадзеныя па браняванні пры выдаленні "
7829
  "ўбудовы"
7830
 
7831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1149
7832
  #, fuzzy
7833
  msgid "Show legend below calendar"
7834
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
7835
 
7836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1157
7837
  #, fuzzy
7838
  msgid "Check this box to display a legend of dates below the booking calendar."
7839
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
7840
 
7841
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1167
7842
  #, fuzzy
7843
  msgid "Available item"
7844
  msgstr "Доступа: "
7845
 
7846
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1173
7847
  #, php-format
7848
  msgid "Activate and type your %stitle of available%s item in legend"
7849
  msgstr ""
7850
 
7851
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1179
7852
  #, fuzzy
7853
  msgid "Pending item"
7854
  msgstr "Якія чакаюць сцвярджэнні"
7855
 
7856
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1185
7857
  #, php-format
7858
  msgid "Activate and type your %stitle of pending%s item in legend"
7859
  msgstr ""
7860
 
7861
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1191
7862
  #, fuzzy
7863
  msgid "Approved item"
7864
  msgstr "Пацверджана"
7865
 
7866
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1197
7867
  #, php-format
7868
  msgid "Activate and type your %stitle of approved%s item in legend"
7869
  msgstr ""
7870
 
7871
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1203
7872
  #, fuzzy
7873
  msgid "Partially booked item"
7874
  msgstr "Забранявана "
7875
 
7876
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1209
7877
  #, php-format
7878
  msgid "Activate and type your %stitle of partially booked%s item in legend"
7879
  msgstr ""
7880
 
7881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
7882
  msgid ""
7883
  "Partially booked item - day, which is booked for the specific time-slot(s)."
7884
  msgstr ""
7885
 
7886
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1234
7887
  #, fuzzy
7888
  msgid "Form fields labels"
7889
  msgstr "Палі формы"
7890
 
7891
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1256
7892
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1299
7893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1387
7894
  #, fuzzy
7895
  msgid "Field Label"
7896
  msgstr "Гэта поле неабходна"
7897
 
7898
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1273
7899
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1316
7900
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1361
7901
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1404
7902
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1447
7903
  #, fuzzy
7904
  msgid "Required"
7905
  msgstr "Емейл (абавязковае поле)"
7906
 
7907
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1276
7908
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1319
7909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1407
7910
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1450
7911
  msgid "Activate or deactivate field and change the label title"
7912
  msgstr ""
7913
 
7914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1344
7915
  #, fuzzy
7916
  msgid "Email Label"
7917
  msgstr "Емейл"
7918
 
7919
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1364
7920
  msgid ""
7921
  "Change the label title of this field. Email is obligatory field in booking "
7922
  "form."
7923
  msgstr ""
7924
 
7925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1430
7926
  msgid "Textarea Label"
7927
  msgstr ""
7928
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7929
  #, fuzzy
7930
  #~ msgid "Creation Date"
7931
  #~ msgstr "Фармат даты"
@@ -8038,14 +8274,6 @@ msgstr ""
8038
  #~ msgid "Use 'Unavailable days from today' settings in Search Form"
8039
  #~ msgstr "Недаступныя дні"
8040
 
8041
- #, fuzzy
8042
- #~ msgid "Next Steps"
8043
- #~ msgstr "Адправіць"
8044
-
8045
- #, fuzzy
8046
- #~ msgid "Have a questions?"
8047
- #~ msgstr "Усталёўкі"
8048
-
8049
  #, fuzzy
8050
  #~ msgid "Child booking resources"
8051
  #~ msgstr "Тып бранявання"
@@ -8695,10 +8923,6 @@ msgstr ""
8695
  #~ msgid "Cost and availability"
8696
  #~ msgstr "Даступнасць"
8697
 
8698
- #, fuzzy
8699
- #~ msgid "Calendar settings"
8700
- #~ msgstr "Стыль календара"
8701
-
8702
  #~ msgid " Check unavailable days for your visitors."
8703
  #~ msgstr "Вылучыце дні, якія стануць недаступнымі"
8704
 
@@ -9069,9 +9293,6 @@ msgstr ""
9069
  #~ msgid "Show Short Days view"
9070
  #~ msgstr "Скараціць выгляд дат"
9071
 
9072
- #~ msgid "General settings"
9073
- #~ msgstr "Налады"
9074
-
9075
  #, fuzzy
9076
  #~ msgid "Type new %sform%s name here"
9077
  #~ msgstr "Увядзіце %sназвание фільтра%s"
@@ -9221,9 +9442,6 @@ msgstr ""
9221
  #~ msgid "filters"
9222
  #~ msgstr "фільтры"
9223
 
9224
- #~ msgid "on each"
9225
- #~ msgstr "на кожны "
9226
-
9227
  #~ msgid "demo of professional version"
9228
  #~ msgstr "дэма прафесійнай версіі"
9229
 
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-06-13 23:20+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: Marcis G. <by.marcis@gmail.com>\n"
18
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
19
  "\\.\n"
20
 
21
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
22
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
23
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:283
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:287
25
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:404
26
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:302
27
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:307
28
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1524
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1581
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1584
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:756
32
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
33
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
34
  msgid "Dates"
35
  msgstr "Даты"
36
 
37
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:121
38
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
39
  #, fuzzy
40
  msgid "Full cost of the booking"
41
  msgstr "Кошт"
42
 
43
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
44
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
45
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
46
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3778
47
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3792
48
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
49
  msgid "First Name (required)"
50
  msgstr "Імя (абавязковае поле)"
51
 
52
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
53
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
54
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
55
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3779
56
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3793
57
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3811
58
  msgid "Last Name (required)"
59
  msgstr "Прозвішча (абавязковае поле)"
60
 
61
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
62
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
63
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
64
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3780
65
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3794
66
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3812
67
  msgid "Email (required)"
68
  msgstr "Емейл (абавязковае поле)"
69
 
70
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
71
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
72
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
73
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1362
74
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
75
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3781
76
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3795
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3813
78
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
79
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
80
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
81
  msgid "Phone"
82
  msgstr "Тэлефон"
83
 
84
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
85
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
86
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
87
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3814
88
  #, fuzzy
89
  msgid "Address (required)"
90
  msgstr "Емейл (абавязковае поле)"
91
 
92
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
93
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
94
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
95
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
96
  #, fuzzy
97
  msgid "City (required)"
98
  msgstr "Емейл (абавязковае поле)"
99
 
100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
101
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
104
  #, fuzzy
105
  msgid "Post code (required)"
106
  msgstr "Емейл (абавязковае поле)"
107
 
108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
109
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
112
  #, fuzzy
113
  msgid "Country (required)"
114
  msgstr "Емейл (абавязковае поле)"
115
 
116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
117
  msgid "Visitors"
118
  msgstr "Наведвальнікі"
119
 
120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
121
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3783
124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3797
125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3847
128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3866
129
  msgid "Details"
130
  msgstr "Апісанне"
131
 
132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
133
  #, fuzzy
134
  msgid "Coupon"
135
  msgstr "Лік дзён"
136
 
137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:134
138
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3784
141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3798
142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
143
  msgid "I Accept term and conditions"
144
  msgstr ""
145
 
146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:136
147
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:118
149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2737
150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3786
151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3800
152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1621
154
  msgid "Send"
155
  msgstr "Адправіць"
156
 
157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:170
158
  msgid ""
159
  "Try selecting fewer visitors. The number of visitors may be more than the "
160
  "number of available units on selected day(s)!"
161
  msgstr ""
162
 
163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:355
164
  msgid "coupon"
165
  msgstr ""
166
 
167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:357
168
  msgid "discount"
169
  msgstr ""
170
 
171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:717
172
  msgid "Nothing found"
173
  msgstr ""
174
 
175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:718
176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:217
177
  msgid "Search results"
178
  msgstr ""
179
 
180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:842
181
  #, fuzzy
182
  msgid "Book now"
183
  msgstr "Купіць цяпер"
184
 
185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:940
186
  msgid "Please select check-in and check-out days!"
187
  msgstr ""
188
 
189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1140
190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1153
191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1206
193
  #, fuzzy
194
  msgid "Search"
195
  msgstr "Сакавік"
196
 
197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2061
198
  #, php-format
199
  msgid ""
200
  "Sorry, the reservation was not made because these days are already booked!!! "
202
  "resource.) %s Please %srefresh%s the page and try other days."
203
  msgstr ""
204
 
205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2572
206
  #, php-format
207
  msgid "The folowing pending booking(s): %s deleted."
208
  msgstr ""
209
 
210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2612
211
  #, fuzzy
212
  msgid "Maximum available booking resource items"
213
  msgstr "максімальная колькасць аб'ектаў усярэдзіне рэсурсу бранявання "
214
 
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2851
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3029
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3161
218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3675
220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3727
221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3831
222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4339
223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:846
224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1303
225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1946
226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2072
227
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
228
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:140
230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:81
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3259
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3326
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3386
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3459
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3536
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3696
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3725
239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2898
240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:275
241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:409
242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:577
243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:700
244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:917
245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:927
246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:947
247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1017
248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1248
249
  msgid "Click to toggle"
250
  msgstr ""
251
 
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2852
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:735
254
  #, fuzzy
255
  msgid "Booking resources management"
256
  msgstr "Браняванне"
257
 
258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2857
259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3561
260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3601
261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4116
262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4137
263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4601
264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4617
265
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:282
267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:286
268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:401
269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:301
270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:306
271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1287
273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1302
274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1956
277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:820
278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:821
279
  msgid "ID"
280
  msgstr "ID"
281
 
282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2859
283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4602
285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1288
286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1304
287
  msgid "Resource name"
288
  msgstr "Імя рэсурсу"
289
 
290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2861
291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3920
292
  #, fuzzy
293
  msgid "Number of resource items inside of parent resource"
294
  msgstr "Імя аб'ектаў з рэсурсу"
295
 
296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2861
297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3920
298
  msgid "Capacity"
299
  msgstr ""
300
 
301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2862
302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2966
303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3921
304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4063
305
  #, fuzzy
306
  msgid "Parent"
307
  msgstr "Аплата"
308
 
309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2863
310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3922
312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4073
313
  msgid "Priority"
314
  msgstr ""
315
 
316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2865
317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3924
318
  #, fuzzy
319
  msgid "Maximum number of visitors for resource"
320
  msgstr "Лік наведвальнікаў"
321
 
322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2865
323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3924
324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1737
325
  #, fuzzy
326
  msgid "Max"
327
  msgstr "Сакавік"
328
 
329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2865
330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3924
331
  #, fuzzy
332
  msgid "visitors"
333
  msgstr "Наведвальнікі"
334
 
335
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2867
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3567
337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3926
338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4119
339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1230
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1382
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1766
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1781
343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2138
344
  msgid "Actions"
345
  msgstr "Функцыі "
346
 
347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2945
348
  msgid "Add"
349
  msgstr "Дадаць"
350
 
351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2954
352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:916
353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4146
354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4149
355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4585
356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1705
358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
359
  msgid "Delete"
360
  msgstr "Выдаліць"
361
 
362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2964
363
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
364
  msgid "Title"
365
  msgstr "Загаловак"
366
 
367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2981
368
  #, fuzzy
369
  msgid "Add new resource"
370
  msgstr "Дадаць новае браняванне"
371
 
372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3127
374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3560
375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3809
376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:477
377
  msgid "Save"
378
  msgstr "Захаваць"
379
 
380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3030
381
  msgid "Advanced Settings"
382
  msgstr "Пашыраныя налады"
383
 
384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3045
385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3169
386
  #, fuzzy
387
  msgid "Set capacity based on number of visitors"
388
  msgstr "Лік наведвальнікаў"
389
 
390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3051
391
  #, fuzzy, php-format
392
  msgid ""
393
  "Check this box if you want total availability (daily capacity) to depend on "
396
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
397
  "сплывае падказцы"
398
 
399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3052
400
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3179
401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1415
402
  #, php-format
403
  msgid "Please read more info about configuration of this parameter %shere%s"
404
  msgstr ""
405
 
406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3066
407
  #, php-format
408
  msgid ""
409
  "Add tooltip on calendar(s) to show availability based on the number of "
412
  "number of visitors specified on the booking form."
413
  msgstr ""
414
 
415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3074
416
  #, php-format
417
  msgid ""
418
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
421
  "resources%s with the number of visitors specified on the booking form."
422
  msgstr ""
423
 
424
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3089
425
  #, fuzzy
426
  msgid "Show availability"
427
  msgstr "Даступнасць"
428
 
429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3096
430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3318
431
  #, fuzzy
432
  msgid ""
433
  "Check this box to display the available number of booking resources with a "
436
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
437
  "сплывае падказцы"
438
 
439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
440
  msgid "Availability description"
441
  msgstr "Апісанне даступнасць"
442
 
443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3106
444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3329
445
  #, php-format
446
  msgid "Type your %savailability%s description"
447
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
448
 
449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3116
450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3216
451
  #, fuzzy
452
  msgid "Disable bookings in different booking resources"
453
  msgstr "Памылка пры абнаўленні БД "
454
 
455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3120
456
  msgid ""
457
  "Check this box to dissable reservations, which can be stored in different "
458
  "booking resources. When checked, all reserved days must be at same booking "
459
  "resource otherwise error message will show."
460
  msgstr ""
461
 
462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3162
463
  #, fuzzy
464
  msgid "Advanced"
465
  msgstr "Пашыраныя налады"
466
 
467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3176
468
  #, fuzzy
469
  msgid ""
470
  "Check this box if you want total availability (daily capacity) to depend on "
473
  "Вылучыце гэты чекбокс для паказу даступнасці аб'ектаў бранявання ў якая "
474
  "сплывае падказцы"
475
 
476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3179
477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
479
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:646
494
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
495
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:313
496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:311
497
  msgid "Important!"
498
  msgstr ""
499
 
500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3190
501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:519
502
  #, fuzzy
503
  msgid "Type of days selection"
504
  msgstr "Вылучэнне некалькіх дзён"
505
 
506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3195
507
  msgid ""
508
  "Add tooltip on calendar(s) to show availability based on the number of "
509
  "available booking resource items remaining for each day."
510
  msgstr ""
511
 
512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3206
514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2845
515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4456
516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:618
517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:654
518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1225
519
  #, fuzzy
520
  msgid "Note"
521
  msgstr ""
522
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
523
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
524
 
525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
526
  #, php-format
527
  msgid ""
528
  "Be sure to match the maximum number of visitors for the %sone booking "
529
  "resource%s with the number of visitors specified on the booking form."
530
  msgstr ""
531
 
532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3204
533
  msgid ""
534
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
535
  "number of visitors for the resource, which can be at free booking resource "
536
  "items."
537
  msgstr ""
538
 
539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3206
540
  #, php-format
541
  msgid ""
542
  "Be sure to match the maximum number of visitors for %sall booking resources"
543
  "%s with the number of visitors specified on the booking form."
544
  msgstr ""
545
 
546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3221
547
  #, fuzzy
548
  msgid ""
549
  "Check this box to dissable reservations, which can be stored in different "
550
  "booking resources."
551
  msgstr "Памылка пры абнаўленні БД "
552
 
553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
554
  msgid ""
555
  "When checked, all reserved days must be at same booking resource otherwise "
556
  "error message will show."
557
  msgstr ""
558
 
559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3253
560
  msgid "Use pending days as available"
561
  msgstr ""
562
 
563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3262
564
  #, fuzzy
565
  msgid ""
566
  "Check this box if you want to show the pending days as available in calendars"
567
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
568
 
569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3279
570
  msgid ""
571
  "Warning!!! After you approved the specific booking(s), all your pending "
572
  "bookings of the same booking resource as an approved booking for the dates, "
574
  "canceled!"
575
  msgstr ""
576
 
577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3281
578
  msgid ""
579
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
580
  "is approved for these date(s)"
581
  msgstr ""
582
 
583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3311
584
  #, fuzzy
585
  msgid "Show availability in tooltip"
586
  msgstr "Даступнасць"
587
 
588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3327
589
  #, fuzzy
590
  msgid "Availability Title"
591
  msgstr "Даступнасць"
592
 
593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3364
594
  msgid ""
595
  "Use \"Check In\" date as available in calendar for booking resources with "
596
  "capacity higher then 1 for search results"
597
  msgstr ""
598
 
599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3371
600
  msgid ""
601
  "Use \"Check Out\" date as available in calendar for booking resources with "
602
  "capacity higher then 1 search results"
603
  msgstr ""
604
 
605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3397
606
  #, fuzzy
607
  msgid "Coupon Deleted"
608
  msgstr "Выдалена"
609
 
610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3443
611
  #, fuzzy
612
  msgid "Coupon created"
613
  msgstr "Лік дзён"
614
 
615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3451
616
  #, fuzzy
617
  msgid "Add New Discount Coupon"
618
  msgstr "Дадаць новае браняванне"
619
 
620
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3458
621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3603
623
  msgid "Coupon Code"
624
  msgstr ""
625
 
626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3461
627
  #, fuzzy
628
  msgid "Enter coupon code."
629
  msgstr "Увядзіце ваш тэлефон"
630
 
631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3563
633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3606
634
  #, fuzzy
635
  msgid "Savings"
636
  msgstr "Захаванне..."
637
 
638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3470
639
  #, fuzzy
640
  msgid "Fixed Amount"
641
  msgstr "фіксаваны ўнёсак"
642
 
643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3471
644
  msgid "Percentage Off"
645
  msgstr ""
646
 
647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3474
648
  msgid "Enter number of fixed or percentage savings."
649
  msgstr ""
650
 
651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3565
653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3617
654
  #, fuzzy
655
  msgid "Expiration Date"
656
  msgstr "Фармат даты"
657
 
658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3487
659
  msgid "Select Expiration Date of the coupon."
660
  msgstr ""
661
 
662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3493
663
  #, fuzzy
664
  msgid "Minimum Booking Cost"
665
  msgstr "Кошт"
666
 
667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3496
668
  msgid "Enter minimum booking cost, when coupon is applicable."
669
  msgstr ""
670
 
671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3619
674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4705
675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1229
676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:671
678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:979
679
  #, fuzzy
680
  msgid "Resources"
681
  msgstr "Кошт рэсурсу"
682
 
683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3587
685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:324
686
  msgid "All"
687
  msgstr ""
688
 
689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3523
690
  msgid "Select booking resources, where is possible to apply this coupon code."
691
  msgstr ""
692
 
693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
694
  #, fuzzy
695
  msgid "Add New Coupon"
696
  msgstr "Дадаць новае браняванне"
697
 
698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
699
  msgid "The coupon code your customers will be using to receive the discount."
700
  msgstr ""
701
 
702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3563
703
  #, fuzzy
704
  msgid "The amount which will be saved. Enter only digits."
705
  msgstr "для кожнага тыпу бранявання. Увядзіце толькі лічбы."
706
 
707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3564
708
  msgid "The minimum total cost required to use the coupon"
709
  msgstr ""
710
 
711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3564
712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3612
713
  #, fuzzy
714
  msgid "Minimum Purchase"
715
  msgstr "Купля"
716
 
717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3565
718
  msgid "The date your coupon will expire"
719
  msgstr ""
720
 
721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
722
  msgid "Resource list, which supports this coupon"
723
  msgstr ""
724
 
725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1887
727
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
728
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
 
731
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:343
733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1027
734
  msgid "Warning"
735
  msgstr ""
736
 
737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
738
  #, fuzzy
739
  msgid "Do you really want to delete this item?"
740
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
741
 
742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3638
743
  #, fuzzy, php-format
744
  msgid "%s - coupon field, "
745
  msgstr "Гэта поле неабходна"
746
 
747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3639
748
  #, php-format
749
  msgid "Example: %s "
750
  msgstr "Прыклад: %s "
751
 
752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3676
753
  #, fuzzy
754
  msgid "Search form customization"
755
  msgstr "Форма"
756
 
757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3681
758
+ #, fuzzy
759
+ msgid "Inlinee Search Form Template"
760
+ msgstr "Фармат даты"
761
+
762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3682
763
+ #, fuzzy
764
+ msgid "Horizontal Search Form Template"
765
+ msgstr "Форма"
766
+
767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3683
768
+ #, fuzzy
769
+ msgid "Standard Search Form Template"
770
+ msgstr "Стандарт "
771
+
772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3685
773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1581
774
+ #, fuzzy
775
+ msgid "Reset current Form"
776
+ msgstr "Форма"
777
+
778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3690
779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3564
780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1588
782
+ msgid "Reset"
783
+ msgstr ""
784
+
785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3698
786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3736
787
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
788
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:224
790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3733
791
  msgid "Use these shortcodes for customization: "
792
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
793
 
794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3699
795
  #, php-format
796
  msgid "%s - search inside posts/pages which are part of this category, "
797
  msgstr ""
798
 
799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3700
800
  #, php-format
801
  msgid "%s - search inside posts/pages which have this tag, "
802
  msgstr ""
803
 
804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3701
805
  #, fuzzy, php-format
806
  msgid "%s - check-in date, "
807
  msgstr "Фармат даты"
808
 
809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3702
810
  #, fuzzy, php-format
811
  msgid "%s - check-out date, "
812
  msgstr "%s - поле з пазнакай"
813
 
814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3703
815
  #, fuzzy, php-format
816
  msgid "%s - default selection number of visitors, "
817
  msgstr "Лік наведвальнікаў"
818
 
819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3704
820
  #, fuzzy, php-format
821
  msgid "Example: %s - custom number of visitor selections\""
822
  msgstr "Лік наведвальнікаў"
823
 
824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3705
825
  #, fuzzy, php-format
826
  msgid "%s - search button, "
827
  msgstr "Прыклад: %s "
828
 
829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3706
830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3745
831
  #, fuzzy, php-format
832
  msgid "%s - new line "
833
  msgstr "%s - дадаць новы радок"
834
 
835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3707
836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3746
837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3736
838
  #, fuzzy
839
  msgid "Use any other HTML tags (carefully)."
840
  msgstr "выкарыстоўвайце любыя іншыя HTML тэгі акуратна."
841
 
842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3713
843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
844
  msgid ""
845
  "Additional customization style of this element you can make at this file"
846
  msgstr ""
847
 
848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3718
849
  #, fuzzy
850
  msgid "Reset to default search form content"
851
  msgstr "Абнавіць да значэння па змаўчанні"
852
 
853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3719
854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3897
856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2425
857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4333
859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4491
860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4587
861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4650
862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1464
863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2203
864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1327
865
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
866
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:595
868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:316
869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1333
871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1521
872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1616
873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3746
875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1043
876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1484
877
  msgid "Save Changes"
878
  msgstr "Захаваць змены"
879
 
880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3728
881
  #, fuzzy
882
  msgid "Customization of found booking resource items"
883
  msgstr "Кошты бранявання"
884
 
885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3737
886
  #, fuzzy, php-format
887
  msgid "%s - resource title, "
888
  msgstr "Загаловак"
889
 
890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3738
891
  #, fuzzy, php-format
892
  msgid "%s - link to the page with booking form, "
893
  msgstr "%s - уставіць тып бранявання"
894
 
895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3739
896
  #, fuzzy, php-format
897
  msgid "%s - availability of booking resource, "
898
  msgstr "%s - уставіць тып бранявання"
899
 
900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3740
901
  #, fuzzy, php-format
902
  msgid "%s - maximum number of visitors for the booking resource, "
903
  msgstr "%s - уставіць тып бранявання"
904
 
905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
906
  #, fuzzy, php-format
907
  msgid "%s - cost of booking the resource, "
908
  msgstr "%s - уставіць тып бранявання"
909
 
910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3742
911
  #, php-format
912
  msgid ""
913
  "%s - featured image, taken from the featured image associated with the post, "
914
  msgstr ""
915
 
916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3743
917
  #, php-format
918
  msgid "%s - booking info, taken from the excerpt associated with the post, "
919
  msgstr ""
920
 
921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3755
922
  #, fuzzy
923
  msgid "Reset to default form"
924
  msgstr "Па змаўчанні"
925
 
926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3773
927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3783
928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3791
 
 
 
 
 
929
  #, fuzzy
930
+ msgid "Check in"
931
  msgstr "Дзеці"
932
 
933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3774
934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3784
935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
936
  #, fuzzy
937
+ msgid "Check out"
938
  msgstr "Дзеці"
939
 
940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3775
941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3785
942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3793
943
+ msgid "Guests"
944
+ msgstr ""
945
 
946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3832
947
  #, fuzzy
948
  msgid "Search Cache Settings"
949
  msgstr "Усталёўкі"
950
 
951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3838
952
  msgid "Cache expiration"
953
  msgstr ""
954
 
955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3844
956
  #, fuzzy
957
  msgid "hour(s)"
958
  msgstr "за 1 гадзіна"
959
 
960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3849
961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3089
962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
963
  #, fuzzy
964
  msgid "day(s)"
965
  msgstr "за 1 дзень"
966
 
967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3853
968
  msgid "Select time of cache expiration"
969
  msgstr ""
970
 
971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3861
972
  msgid "Cache will expire:"
973
  msgstr ""
974
 
975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3889
976
  #, php-format
977
  msgid "Found: %s booking forms inside of posts or pages "
978
  msgstr ""
979
 
980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3896
981
  msgid "Reset cache"
982
  msgstr ""
983
 
984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3959
985
  #, fuzzy
986
  msgid "Parent Resource"
987
  msgstr "Імя рэсурсу"
988
 
989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3984
990
  #, fuzzy
991
  msgid "Max visitors"
992
  msgstr "Наведвальнікі"
993
 
994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4048
995
  msgid "Capacity: "
996
  msgstr ""
997
 
998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4069
999
  msgid ""
1000
  "Select parent resource, if you want that parent resource is increase "
1001
  "capacity."
1002
  msgstr ""
1003
 
1004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4080
1005
  msgid ""
1006
  "Set priority of resource - resource with higher priority will be reserved "
1007
  "firstly."
1008
  msgstr ""
1009
 
1010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4091
1011
  #, fuzzy
1012
  msgid "Resources count"
1013
  msgstr "Кошт рэсурсу"
1014
 
1015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4098
1016
  #, fuzzy
1017
  msgid "Create several booking resources for one time"
1018
  msgstr "Тып бранявання"
1019
 
1020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4112
1021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2256
1022
  #, fuzzy
1023
  msgid "Default form"
1024
  msgstr "Па змаўчанні"
1025
 
1026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
1027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4316
1028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4322
1029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4370
1030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:890
1031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1137
1033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2258
1034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4309
1035
  msgid "Standard"
1036
  msgstr "Стандарт "
1037
 
1038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4122
1039
  #, fuzzy
1040
  msgid "Select default custom booking form"
1041
  msgstr "Выдаленне дадзеных па браняванні"
1042
 
1043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4214
1044
  msgid "Available: "
1045
  msgstr "Доступа: "
1046
 
1047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4316
1048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:644
1049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3909
1050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1811
1051
  msgid "Default"
1052
  msgstr "Па змаўчанні"
1053
 
1054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4317
1055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4323
1056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4358
1057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4359
1058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4371
1059
  msgid "Superior"
1060
  msgstr "Супериор "
1061
 
1062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4317
1063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2376
1064
  #, fuzzy
1065
  msgid "Resource #1"
1066
  msgstr "за 1 дзень"
1067
 
1068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4324
1070
  msgid "Presidential Suite"
1071
  msgstr "Президенский нумар "
1072
 
1073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2377
1075
  #, fuzzy
1076
  msgid "Resource #2"
1077
  msgstr "Імя рэсурсу"
1078
 
1079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4325
1081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1407
1082
  msgid "Royal Villa"
1083
  msgstr "Віла "
1084
 
1085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2378
1087
  #, fuzzy
1088
  msgid "Resource #3"
1089
  msgstr "Імя рэсурсу"
1094
  msgstr "за 1 ноч"
1095
 
1096
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
1098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3782
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3796
1100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
1101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
1102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3845
1103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
1104
  msgid "Adults"
1105
  msgstr ""
1106
 
1107
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
1109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3782
1110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3796
1111
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
1112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
1113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
1114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
1115
  msgid "Children"
1116
  msgstr "Дзеці"
1117
 
1118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:281
1119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:310
1120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2908
1121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2951
1122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2993
1123
  #, fuzzy
1124
  msgid "per 1 day"
1125
  msgstr "за 1 дзень"
1126
 
1127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:282
1128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:311
1129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2952
1130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2992
1131
  #, fuzzy
1132
  msgid "from the cost of 1 day "
1133
  msgstr "за 1 дзень"
1134
 
1135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:283
1136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:312
1137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2953
1138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2994
1139
  #, fuzzy, php-format
1140
  msgid "Additional cost in %s per 1 day"
1141
  msgstr "Дадатковы кошт для "
1142
 
1143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:284
1144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:313
1145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:314
1146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2957
1147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2958
1148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3001
1150
  #, fuzzy
1151
  msgid " for all days!"
1152
  msgstr "днеи"
1153
 
1154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:285
1155
+ #, fuzzy
1156
+ msgid "for all days!"
1157
+ msgstr "днеи"
1158
+
1159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:887
1160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:892
1161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4305
1162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4311
1163
  #, fuzzy
1164
  msgid "Custom Form"
1165
  msgstr "Наладжвальны"
1166
 
1167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:902
1168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4326
1169
  #, fuzzy
1170
  msgid "Load selected booking form"
1171
  msgstr "Форма бранявання"
1172
 
1173
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:904
1174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4328
1175
  msgid "Load"
1176
  msgstr ""
1177
 
1178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:910
1179
  #, fuzzy
1180
  msgid "Delete selected booking form"
1181
  msgstr "Форма бранявання"
1182
 
1183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:913
1184
  #, fuzzy
1185
  msgid "Do you really want to delete selected booking form ?"
1186
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
1187
 
1188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:920
1189
  #, fuzzy
1190
  msgid "Add new custom form"
1191
  msgstr "Дадаць новае браняванне"
1192
 
1193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:921
1194
  #, fuzzy
1195
  msgid "Add New Custom Form"
1196
  msgstr "Дадаць новае браняванне"
1197
 
1198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:926
1199
  #, fuzzy
1200
  msgid "Type the name of booking form"
1201
  msgstr "Форма бранявання"
1202
 
1203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1204
  #, fuzzy
1205
  msgid "Create new form"
1206
  msgstr "Форма"
1207
 
1208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:932
1209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3558
1210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
1211
  msgid "Create"
1212
  msgstr ""
1213
 
1214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:934
1215
  #, fuzzy
1216
  msgid "Delete form"
1217
  msgstr "Выдаліць"
1218
 
1219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:938
1220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:480
1221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:520
1222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2749
1223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:144
1224
  msgid "Cancel"
1225
  msgstr "Адмена"
1226
 
1227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:967
1228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:443
1229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:206
 
1230
  msgid "Deleted"
1231
  msgstr "Выдалена"
1232
 
1233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:974
1234
  #, fuzzy
1235
  msgid "There are no extended booking forms"
1236
  msgstr "Браняванне"
1237
 
1238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1092
1239
  #, fuzzy
1240
  msgid "Booking form type:"
1241
  msgstr "Форма бранявання"
1242
 
1243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
1244
  #, fuzzy
1245
  msgid "Select type of booking form"
1246
  msgstr "Форма бранявання"
1247
 
1248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1132
1249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1625
1250
  #, fuzzy
1251
  msgid "Booking Form"
1252
  msgstr "Форма бранявання"
1253
 
1254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1212
1255
  #, fuzzy
1256
  msgid "Standard booking resource cost"
1257
  msgstr "Тып бранявання"
1258
 
1259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1213
1260
  #, fuzzy
1261
  msgid "Total booking resource cost"
1262
  msgstr "Тып бранявання"
1263
 
1264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1525
1265
  #, php-format
1266
  msgid ""
1267
  "%s - show cost hint for full booking in real time, depending on number of "
1268
  "days selected and form elements."
1269
  msgstr ""
1270
 
1271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1526
1272
  #, fuzzy, php-format
1273
  msgid "Example: %sThe full cost of payment: %s"
1274
  msgstr "%s - уставіць даты бранявання"
1275
 
1276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1527
1277
  #, php-format
1278
  msgid ""
1279
  "%s - show hint of original booking cost without additional costs for full "
1280
  "booking in real time, depends only from days selection."
1281
  msgstr ""
1282
 
1283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1528
1284
  #, fuzzy, php-format
1285
  msgid "Example: %sThe original cost for payment: %s "
1286
  msgstr "%s - уставіць даты бранявання"
1287
 
1288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1529
1289
  #, php-format
1290
  msgid ""
1291
  "%s - show cost hint of additional booking cost, which depends from selection "
1292
  "of form elements."
1293
  msgstr ""
1294
 
1295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1530
1296
  #, php-format
1297
  msgid "Example: %sThe additional cost for payment: %s "
1298
  msgstr ""
1299
 
1300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1531
1301
  #, php-format
1302
  msgid "%s - enter direct cost at admin panel at page: "
1303
  msgstr ""
1304
 
1305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1531
1306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:660
1307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:723
1308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:965
1309
  msgid "Add booking"
1310
  msgstr "Дадаць рэзерв"
1311
 
1312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1532
1313
  #, fuzzy, php-format
1314
  msgid "Example: %s"
1315
  msgstr "Прыклад: %s "
1316
 
1317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2069
1318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:297
1319
  msgid "yes"
1320
  msgstr "так"
1321
 
1322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2182
1324
  #, fuzzy
1325
  msgid ""
1326
  "Setting rate or cost, which is depend from number of selected days for the "
1327
  "resource"
1328
  msgstr "Лік дзён"
1329
 
1330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2179
1331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2216
1332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2525
1333
  msgid "Rates"
1334
  msgstr "Рэйты "
1335
 
1336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2179
1337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2221
1338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2225
1339
  #, fuzzy
1340
  msgid "Valuation days"
1341
  msgstr "днеи"
1342
 
1343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2179
1344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:444
1345
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:763
1347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:526
1348
  #, fuzzy
1349
  msgid "Deposit"
1350
  msgstr "фіксаваны ўнёсак"
1351
 
1352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2244
1354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4727
1355
  msgid "Availability"
1356
  msgstr "Даступнасць"
1357
 
1358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1359
  msgid "Setting the default form for the specific resource"
1360
  msgstr ""
1361
 
1362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2188
1363
  #, fuzzy
1364
  msgid "Default Form"
1365
  msgstr "Па змаўчанні"
1366
 
1367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2224
1368
  #, fuzzy
1369
  msgid "Set the cost based on the number of days selected for the reservation"
1370
  msgstr "Лік дзён"
1371
 
1372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2225
1373
  msgid ""
1374
  "Activation of this feature is require setting cost per day or cost per night"
1375
  msgstr ""
1376
 
1377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2232
1378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2236
1379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3231
1380
  #, fuzzy
1381
  msgid "Deposit amount"
1382
  msgstr "фіксаваны ўнёсак"
1383
 
1384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2235
1385
  #, fuzzy
1386
  msgid "Set the deposit payment required for the payment form"
1387
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
1388
 
1389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2236
1390
  msgid ""
1391
  "Activate this feature at the cost section of general booking settings page, "
1392
  "firstly."
1393
  msgstr ""
1394
 
1395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2366
1396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2377
1397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2382
1398
  msgid "unavailable"
1399
  msgstr "Недаступныя дні "
1400
 
1401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2367
1402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2378
1403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2381
1404
  msgid "available"
1405
  msgstr "даступныя дні "
1406
 
1407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2369
1408
  #, fuzzy
1409
  msgid "Availability booking type"
1410
  msgstr "Даступнасць"
1411
 
1412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2374
1413
  #, fuzzy, php-format
1414
  msgid "All days for %s"
1415
  msgstr "Усе дні для %s "
1416
 
1417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2384
1418
  #, fuzzy, php-format
1419
  msgid ""
1420
  "Select %s days by activating specific season filter below or %sadd new "
1421
  "season filter%s"
1422
  msgstr "Абярыце %s дні ўнізе ці %sдобавьте новы фільтр дат%s"
1423
 
1424
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2395
1425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2417
1426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4117
1427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4138
1428
  #, fuzzy
1429
  msgid "Season Filter Name"
1430
  msgstr "Фільтр "
1431
 
1432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2396
1433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2418
1434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2528
1435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2597
1436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4139
1437
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1438
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:473
1440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:481
1441
  #, fuzzy
1442
  msgid "Description"
1443
  msgstr "Апісанне даступнасць"
1444
 
1445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2414
1446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2553
1447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2881
1448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2932
1449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3062
1450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3224
1451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:861
1452
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:191
1454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:211
1455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:232
1456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3274
1457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3342
1458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3401
1459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3475
1460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3552
1461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1281
1462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1324
1463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1369
1464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1412
1465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1455
1466
  msgid "Active"
1467
  msgstr "Актыўна"
1468
 
1469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2505
1470
  #, fuzzy
1471
  msgid "Seasonal rates of booking resource"
1472
  msgstr "Тып бранявання"
1473
 
1474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2511
1475
  #, fuzzy, php-format
1476
  msgid ""
1477
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1480
  "Веедите сезонныя змены коштаў (рознасць кошту ў %s) ад стандартнага кошту %s "
1481
  "ці фіксаваны кошт рэсурсу бранявання %s ці %sдобавьте новы фільтр дат%s"
1482
 
1483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2526
1484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2577
1485
  msgid "Final cost"
1486
  msgstr "Фінальны кошт"
1487
 
1488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2527
1489
  #, fuzzy
1490
  msgid "Season Filter"
1491
  msgstr "Фільтр "
1492
 
1493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1494
  #, fuzzy
1495
  msgid "Rate"
1496
  msgstr "Рэйты "
1497
 
1498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2567
1499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2587
1500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1955
1501
  msgid "for 1 day"
1502
  msgstr "за 1 дзень"
1503
 
1504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2568
1505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2588
1506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1507
  msgid "for 1 night"
1508
  msgstr "за 1 ноч"
1509
 
1510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2569
1511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2589
1512
  msgid "fixed deposit"
1513
  msgstr "фіксаваны ўнёсак"
1514
 
1515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2590
1517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1958
1518
  msgid "for 1 hour"
1519
  msgstr "за 1 гадзіна"
1520
 
1521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2596
1522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3548
1523
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3797
1524
  #, fuzzy
1525
  msgid "Filter Name"
1526
  msgstr "Фільтр "
1527
 
1528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2604
1529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2844
1530
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3297
1531
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1532
  #, fuzzy
1533
  msgid "Note!"
1535
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
1536
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
1537
 
1538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2604
1539
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1540
  msgstr ""
1541
 
1542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2608
1543
  #, fuzzy
1544
  msgid "Update Rates"
1545
  msgstr "Рэйты "
1546
 
1547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1548
  msgid "Set cost of booking resource based on the number of days selected"
1549
  msgstr ""
1550
 
1551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2844
1552
  #, php-format
1553
  msgid ""
1554
  "If you add costs here, %srates%s for this booking resource will not take "
1555
  "effect !!!"
1556
  msgstr ""
1557
 
1558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2848
1559
  #, php-format
1560
  msgid ""
1561
  "Cost setings at %stop have higher priority%s than other costs of same type "
1562
  "at the %sbottom%s of the list."
1563
  msgstr ""
1564
 
1565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2849
1566
  #, php-format
1567
  msgid ""
1568
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1569
  "terms %s and after terms %s"
1570
  msgstr ""
1571
 
1572
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2851
1573
  #, php-format
1574
  msgid "%s and %s terms have higher priority than a range %s days."
1575
  msgstr ""
1576
 
1577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2854
1578
  msgid "Warning!"
1579
  msgstr ""
1580
 
1581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2855
1582
  msgid ""
1583
  "Specific cost will take affect, only if it active (the box at the left side "
1584
  "is checked) and if \"Check In\" (start) date belong to selected season "
1585
  "filter or if set \"Any days\"."
1586
  msgstr ""
1587
 
1588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2864
1589
  #, fuzzy
1590
  msgid "Number of Days"
1591
  msgstr "днеи"
1592
 
1593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2865
1594
  #, fuzzy
1595
  msgid "Cost Settings"
1596
  msgstr "Усталёўкі"
1597
 
1598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3010
1601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3104
1602
  #, fuzzy
1603
  msgid "Season Filter of Check In date"
1604
  msgstr "Фільтр дат"
1605
 
1606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2888
1607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3073
1609
  #, fuzzy
1610
  msgid "For"
1611
  msgstr "Форма"
1612
 
1613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2890
1614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2966
1615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3078
1616
  #, fuzzy
1617
  msgid "Day Number(s)"
1618
  msgstr "Лік наведвальнікаў"
1619
 
1620
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2896
1621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3084
1623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3378
1624
  msgid "to"
1625
  msgstr "да"
1626
 
1627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2900
1628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2978
1629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2127
1630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1631
  #, fuzzy
1632
  msgid "day"
1633
  msgstr "за 1 дзень"
1634
 
1635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2904
1636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3094
1638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:361
1639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:395
1640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:405
1641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:282
1642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:304
1643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:309
1644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:445
1645
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:764
1647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:837
1649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:838
1650
  msgid "Cost"
1651
  msgstr "Кошт"
1652
 
1653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3012
1655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3106
1656
  #, fuzzy
1657
  msgid "Any days"
1658
+ msgstr "днеи"
1659
 
1660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
1661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3074
1662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3378
1663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
1664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3287
1665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3348
1666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3421
1667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3496
1668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3573
1669
  msgid "From"
1670
  msgstr "Ад каго"
1671
 
1672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2964
1673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3075
1674
  msgid "Together"
1675
  msgstr ""
1676
 
1677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2979
1678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2130
 
1679
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1680
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1681
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1682
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
1684
  msgid "days"
1685
  msgstr "днеи"
1686
 
1687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3023
1688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3117
1689
  msgid "Remove"
1690
  msgstr ""
1691
 
1692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1693
  #, fuzzy
1694
  msgid "Add new cost"
1695
  msgstr "Дадаць новае браняванне"
1696
 
1697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3072
1698
  #, fuzzy
1699
  msgid "for all days"
1700
  msgstr "днеи"
1701
 
1702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3197
1703
  #, fuzzy
1704
  msgid "Set amount of deposit payment"
1705
  msgstr "%s - уставіць даты бранявання"
1706
 
1707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3206
1708
  #, fuzzy
1709
  msgid "Deposit payment total"
1710
  msgstr "фіксаваны ўнёсак"
1711
 
1712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1713
  #, fuzzy
1714
  msgid "Deposit payment is not active for booking resource"
1715
  msgstr "Сезонныя змены коштаў"
1716
 
1717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3216
1718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:852
1719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3265
1720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3333
1721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3392
1722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3467
1723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3543
1724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1515
1725
  msgid "Status"
1726
  msgstr ""
1727
 
1728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3225
1729
  #, fuzzy
1730
  msgid "deposit payment for booking resource"
1731
  msgstr "Тып бранявання"
1732
 
1733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3240
1734
  #, fuzzy
1735
  msgid "fixed total in"
1736
  msgstr "фіксаваны ўнёсак"
1737
 
1738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3241
1739
  #, fuzzy
1740
  msgid "of payment"
1741
  msgstr "Аплата"
1742
 
1743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3247
1744
  #, fuzzy
1745
  msgid "Condition"
1746
  msgstr "Выдаленне дадзеных па браняванні"
1747
 
1748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3250
1749
  #, php-format
1750
  msgid ""
1751
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1752
  "In%s days more than"
1753
  msgstr ""
1754
 
1755
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3268
1756
  #, fuzzy
1757
  msgid "Update Deposit"
1758
  msgstr "фіксаваны ўнёсак"
1759
 
1760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3291
1761
  #, fuzzy
1762
  msgid "Deposit payment"
1763
  msgstr "фіксаваны ўнёсак"
1764
 
1765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3296
1766
  #, fuzzy, php-format
1767
  msgid ""
1768
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1769
  "payment form, instead of the full total of the booking."
1770
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
1771
 
1772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3297
1773
  #, fuzzy, php-format
1774
  msgid ""
1775
  " You can configure the deposit payment for your booking resources %shere%s."
1776
  msgstr "Сезонныя змены коштаў"
1777
 
1778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1782
  msgid "Su"
1783
  msgstr "Вс"
1784
 
1785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1787
  msgid "Mo"
1788
  msgstr "Пн"
1789
 
1790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1794
  msgid "Tu"
1795
  msgstr "Вт"
1796
 
1797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1799
  msgid "We"
1800
  msgstr "Ср"
1801
 
1802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1806
  msgid "Th"
1807
  msgstr "Чт"
1808
 
1809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1811
  msgid "Fr"
1812
  msgstr "Пт"
1813
 
1814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1818
  msgid "Sa"
1819
  msgstr "Сб"
1820
 
1821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1822
  msgid "Jan"
1823
  msgstr "Янв"
1824
 
1825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1826
  msgid "Feb"
1827
  msgstr "Фев"
1828
 
1829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1830
  msgid "Mar"
1831
  msgstr "Сакавік"
1832
 
1833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1834
  msgid "Apr"
1835
  msgstr "Апр"
1836
 
1837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3972
1839
  msgid "May"
1840
  msgstr "Травень"
1841
 
1842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1843
  msgid "Jun"
1844
  msgstr "Чэрвень"
1845
 
1846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1847
  msgid "Jul"
1848
  msgstr "Ліпень"
1849
 
1850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1851
  msgid "Aug"
1852
  msgstr "Авг"
1853
 
1854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1855
  msgid "Sep"
1856
  msgstr "Сен"
1857
 
1858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1859
  msgid "Oct"
1860
  msgstr "Окт"
1861
 
1862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1863
  msgid "Nov"
1864
  msgstr "Ныючы"
1865
 
1866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1867
  msgid "Dec"
1868
  msgstr "Дэк"
1869
 
1870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3378
1871
  msgid "time"
1872
  msgstr "час"
1873
 
1874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3394
 
 
1875
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
1876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3435
1877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3452
1878
  msgid "No days"
1879
  msgstr "Няма дзён"
1880
 
1881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3396
1882
  msgid "Every"
1883
  msgstr "Кожны "
1884
 
1885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3411
1886
+ #, fuzzy
1887
+ msgid "Each day "
1888
+ msgstr "за 1 дзень"
1889
 
1890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3412
1891
+ #, fuzzy
1892
+ msgid "on each day "
1893
+ msgstr "за 1 дзень"
1894
+
1895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3416
1896
+ #, fuzzy
1897
+ msgid "On each "
1898
+ msgstr "на кожны "
1899
+
1900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3417
1901
+ #, fuzzy
1902
+ msgid "on each "
1903
+ msgstr "на кожны "
1904
+
1905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3433
1906
+ #, fuzzy
1907
+ msgid "of every month "
1908
+ msgstr "Кожны "
1909
+
1910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3437
1911
+ msgid "of"
1912
+ msgstr "з "
1913
+
1914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3506
1915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3748
1916
+ msgid "Filter saved"
1917
  msgstr "Фільтр захаваны"
1918
 
1919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3542
1920
  #, fuzzy
1921
  msgid "Specific Dates Filter"
1922
  msgstr "Фільтр "
1923
 
1924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3551
1925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3800
1926
  #, fuzzy
1927
  msgid "Type filter name"
1928
  msgstr "Фільтр "
1929
 
1930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3556
1931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3662
1932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3805
1933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
1934
  #, fuzzy
1935
  msgid "Create new season filter"
1936
  msgstr "Фільтр Дат"
1937
 
1938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3662
1939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
 
 
 
 
 
 
1940
  #, fuzzy
1941
  msgid "Create New Season Filter"
1942
  msgstr "Фільтр Дат"
1943
 
1944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3662
1945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
1946
  msgid "Save changes"
1947
  msgstr "Захаваць змены "
1948
 
1949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3791
1950
  #, fuzzy
1951
  msgid "Conditional Dates Filter"
1952
  msgstr "Фільтр "
1953
 
1954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
1955
  msgid "Days of week"
1956
  msgstr "Дні тыдня "
1957
 
1958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3833
1959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1792
1961
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1962
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:599
1963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1964
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:451
1970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:483
1971
  msgid "Sunday"
1972
  msgstr "Нядзеля"
1973
 
1974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3839
1975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1796
1977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1978
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:600
1979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1980
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:452
1986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:487
1987
  msgid "Monday"
1988
  msgstr "Панядзелак"
1989
 
1990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3845
1991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1800
1993
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
1994
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:601
1995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1996
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:453
2002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:491
2003
  #, fuzzy
2004
  msgid "Tuesday"
2005
  msgstr "Аўторак"
2006
 
2007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3851
2008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
2009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1804
2010
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
2011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:602
2012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
2013
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
2015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:454
2019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:495
2020
  msgid "Wednesday"
2021
  msgstr "Асяроддзе"
2022
 
2023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3857
2024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
2025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1808
2026
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
2027
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:603
2028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
2029
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
2031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:455
2035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:499
2036
  msgid "Thursday"
2037
  msgstr "Чацвер"
2038
 
2039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3863
2040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1812
2042
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
2043
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:604
2044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
2045
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
2047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:456
2051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:503
2052
  msgid "Friday"
2053
  msgstr "Пятніца"
2054
 
2055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3869
2056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1715
2057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1816
2058
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
2059
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:605
2060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
2061
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
2063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:457
2067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:507
2068
  msgid "Saturday"
2069
  msgstr "Субота"
2070
 
2071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3881
2072
  msgid "Days of month"
2073
  msgstr "Дні месяца"
2074
 
2075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3961
2076
  #, fuzzy
2077
  msgid "Months"
2078
  msgstr "Месяцы"
2079
 
2080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3968
2081
  msgid "January"
2082
  msgstr "Студзень"
2083
 
2084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3969
2085
  msgid "February"
2086
  msgstr "Люты"
2087
 
2088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3970
2089
  msgid "March"
2090
  msgstr "Сакавік"
2091
 
2092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3971
2093
  msgid "April"
2094
  msgstr "Красавік"
2095
 
2096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3973
2097
  msgid "June"
2098
  msgstr "Чэрвень"
2099
 
2100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3992
2101
  msgid "July"
2102
  msgstr "Ліпень"
2103
 
2104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3993
2105
  msgid "August"
2106
  msgstr "Жнівень"
2107
 
2108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3994
2109
  msgid "September"
2110
  msgstr "Верасень"
2111
 
2112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3995
2113
  msgid "October"
2114
  msgstr "Кастрычнік"
2115
 
2116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3996
2117
  msgid "November"
2118
  msgstr "Лістапад"
2119
 
2120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3997
2121
  msgid "December"
2122
  msgstr "Снежань"
2123
 
2124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4021
2125
  msgid "Years"
2126
  msgstr "Гады"
2127
 
2128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4091
2129
  msgid "Filter deleted successfully"
2130
  msgstr "Фільтр выдалены паспяхова"
2131
 
2132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
2133
  #, fuzzy
2134
  msgid "Create dates filter"
2135
  msgstr "Фільтр "
2136
 
2137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4102
2138
  #, fuzzy
2139
  msgid "Create conditional days filter"
2140
  msgstr "Фільтр для часу ці дзён"
2141
 
2142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
2143
  #, fuzzy
2144
  msgid "Listing of season filters"
2145
  msgstr "Фільтры "
2146
 
2147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4118
2148
  msgid "Filters"
2149
  msgstr "Фільтры "
2150
 
2151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4142
2152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4144
2153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4584
2154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
2155
  msgid "Edit"
2156
  msgstr "рэдагаваць "
2157
 
2158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4147
2159
  msgid "Do you really want to delete?"
2160
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
2161
 
2162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4179
2163
  #, fuzzy
2164
  msgid "Showing cost in tooltip"
2165
  msgstr "Кошт"
2166
 
2167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4186
2168
  #, fuzzy
2169
  msgid ""
2170
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2171
  "over each day on the calendar(s)."
2172
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2173
 
2174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4194
2175
  #, fuzzy
2176
  msgid "Cost Title"
2177
  msgstr "Загаловак"
2178
 
2179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4196
2180
  #, php-format
2181
  msgid "Type your %scost%s description"
2182
  msgstr "Увядзіце Ваш надпіс для %sстоимости%s "
2183
 
2184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4340
2185
  #, fuzzy
2186
  msgid "Advanced cost management"
2187
+ msgstr "Пашыраныя налады"
2188
 
2189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4359
2190
  #, fuzzy
2191
  msgid "Configure Additional cost for the form"
2192
  msgstr "Дадатковы кошт для "
2193
 
2194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4402
2195
  #, fuzzy
2196
  msgid "Additional cost for"
2197
  msgstr "Кошт"
2198
 
2199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4452
2200
  msgid ""
2201
  "Check this box if you want that specific additional cost, which configured "
2202
  "as percentage for some option, apply to other additional fixed costs and not "
2203
  "only to original booking cost."
2204
  msgstr ""
2205
 
2206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4458
2207
  #, fuzzy
2208
  msgid ""
2209
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2210
  "checkbox(es)."
2211
  msgstr "Лік дзён"
2212
 
2213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4461
2214
  #, php-format
2215
  msgid ""
2216
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2217
  "they exist in the %sbooking form%s."
2218
  msgstr ""
2219
 
2220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4468
2221
  #, fuzzy
2222
  msgid "Enter additional cost in formats:"
2223
  msgstr "Дадатковы кошт для "
2224
 
2225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4469
2226
  #, php-format
2227
  msgid ""
2228
  "For example, if the original cost of the booking is %s, then after applying "
2229
  "additional costs the total cost will be folowing"
2230
  msgstr ""
2231
 
2232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4472
2233
  #, fuzzy
2234
  msgid "Enter fixed cost"
2235
  msgstr "фіксаваны ўнёсак"
2236
 
2237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4472
2238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4475
2239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2240
  #, fuzzy, php-format
2241
  msgid "%s, then total cost will be %s"
2242
  msgstr "Прыклад: %s "
2243
 
2244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4475
2245
  #, fuzzy
2246
  msgid "Enter percentage of the entire booking"
2247
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
2248
 
2249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2250
  #, fuzzy
2251
  msgid "Enter fixed amount for each selected day"
2252
  msgstr "Лік дзён"
2253
 
2254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2255
  #, php-format
2256
  msgid "%s, then total cost will be (if selected 3 days) %s"
2257
  msgstr ""
2258
 
2259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2260
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2261
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2262
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2263
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
2265
  #, fuzzy
2266
  msgid "or"
2267
  msgstr "Форма"
2268
 
2269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2270
  msgid ""
2271
  "Enter percentage as additional sum, which is based only on original cost and "
2272
  "not full sum"
2273
  msgstr ""
2274
 
2275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4485
2276
  #, php-format
2277
  msgid ""
2278
  "Please check more info about configuration of this cost settings on this "
2279
  "%spage%s."
2280
  msgstr ""
2281
 
2282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4558
2283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1213
2284
  #, fuzzy
2285
  msgid "Resource ID or Title"
2286
  msgstr "ID"
2287
 
2288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1215
2290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1460
2291
  msgid "Go"
2292
  msgstr ""
2293
 
2294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4583
2295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1270
2296
+ #, fuzzy
2297
+ msgid "Bulk Actions"
2298
+ msgstr "Функцыі "
2299
+
2300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4604
2301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4630
2302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1290
2303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1315
2304
  msgid "Info"
2305
  msgstr "Інфа"
2306
 
2307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4616
2308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1301
2309
  #, fuzzy
2310
  msgid "Selection"
2311
  msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2312
 
2313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4619
2314
  #, fuzzy
2315
  msgid "Resource Name"
2316
  msgstr "Імя рэсурсу"
2317
 
2318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4708
 
2319
  #, fuzzy
2320
+ msgid "Resources Settings"
2321
+ msgstr "Усталёўкі"
2322
 
2323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4708
2324
  #, fuzzy
2325
+ msgid "Resources management"
2326
+ msgstr "Браняванне"
2327
 
2328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4710
2329
  #, fuzzy
2330
  msgid "Costs and Rates"
2331
  msgstr "Рэйты "
2332
 
2333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4713
 
 
 
2334
  #, fuzzy
2335
+ msgid "Costs and Rates Settings"
2336
+ msgstr "Рэйты "
2337
 
2338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4713
2339
+ msgid "Customization of rates, valuation days cost and deposit amount "
2340
  msgstr ""
2341
 
2342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4715
2343
  #, fuzzy
2344
  msgid "Advanced Cost"
2345
+ msgstr "Пашыраныя налады"
2346
 
2347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4718
2348
+ #, fuzzy
2349
+ msgid "Advanced Cost Settings"
2350
+ msgstr "Пашыраныя налады"
2351
+
2352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4718
2353
+ #, fuzzy
2354
+ msgid "Customization of additional cost, which depend from form fields"
2355
+ msgstr "Палі формы"
2356
 
2357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4721
2358
  #, fuzzy
2359
  msgid "Coupons"
2360
  msgstr "Лік дзён"
2361
 
2362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4724
 
2363
  #, fuzzy
2364
+ msgid "Coupons Settings"
2365
  msgstr "Усталёўкі"
2366
 
2367
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4724
2368
+ #, fuzzy
2369
+ msgid "Setting coupons for discount"
2370
+ msgstr "Кошт"
2371
 
2372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4730
 
 
 
 
 
 
 
 
2373
  #, fuzzy
2374
+ msgid "Availability Settings"
2375
+ msgstr "Даступнасць"
2376
 
2377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4730
2378
+ #, fuzzy
2379
+ msgid "Customization of availability settings"
2380
+ msgstr "Даступнасць"
2381
+
2382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4732
2383
  #, fuzzy
2384
  msgid "Season Filters"
2385
  msgstr "Фільтры "
2386
 
2387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4735
2388
+ #, fuzzy
2389
+ msgid "Season Filters Settings"
2390
+ msgstr "Фільтры "
2391
+
2392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4735
2393
+ #, fuzzy
2394
+ msgid "Customization of season filters settings"
2395
+ msgstr "Емейл"
2396
+
2397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4779
2398
  msgid "Cost: "
2399
  msgstr "Кошт:"
2400
 
2401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4809
2402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:650
2403
  msgid "Weekend"
2404
  msgstr "Выходныя"
2405
 
2406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4810
2407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:651
2408
  msgid "Work days"
2409
  msgstr "Працоўныя дні"
2410
 
2411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4811
2412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:652
2413
  msgid "High season"
2414
  msgstr "Высокі сазон"
2415
 
2416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:105
2417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3791
2418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3809
2419
  msgid "Select Times"
2420
  msgstr ""
2421
 
2422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
2423
  #, fuzzy
2424
  msgid "Setting cost for the resource"
2425
  msgstr "Кошт"
2426
 
2427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:363
2428
  #, fuzzy
2429
  msgid "/ day"
2430
  msgstr "за 1 дзень"
2431
 
2432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:364
2433
  #, fuzzy
2434
  msgid "/ night"
2435
  msgstr "за 1 ноч"
2436
 
2437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:365
2438
  #, fuzzy
2439
  msgid "fixed"
2440
  msgstr "фіксаваны ўнёсак"
2441
 
2442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:366
2443
  #, fuzzy
2444
  msgid "/ hour"
2445
  msgstr "за 1 гадзіна"
2446
 
2447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:433
2448
  #, fuzzy
2449
  msgid ""
2450
  "Start Time is invalid. The date or time may be booked, or already in the "
2452
  msgstr ""
2453
  "Час пачатку некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
2454
 
2455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:434
2456
  #, fuzzy
2457
  msgid ""
2458
  "End Time is invalid. The date or time may be booked, or already in the past. "
2462
  "Час канчатка некоректно. Магчыма час для вылучаных дзён ужо зарэзервавана, "
2463
  "ці час канчатка раней чым час пачатку бранявання для 1-го вылучанага дня."
2464
 
2465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:435
2466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:436
2467
  #, fuzzy
2468
  msgid "The time(s) may be booked, or already in the past!"
2469
  msgstr "Час некоректно, магчыма гэты час ужо зарэзервавана ці ўжо прайшло."
2470
 
2471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:597
2472
  #, fuzzy
2473
  msgid "Cost saved successfully"
2474
  msgstr "Захавана"
2475
 
2476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:604
2477
  msgid "Cost is not correct. It must be greater than 0"
2478
  msgstr ""
2479
 
2480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:620
2481
  msgid "Send payment request to customer"
2482
  msgstr ""
2483
 
2484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:624
2485
  #, fuzzy, php-format
2486
  msgid "Type your %sreason for payment%s request"
2487
  msgstr "Увядзіце %sаремя канчаткі%s"
2488
 
2489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:633
2490
  #, fuzzy
2491
  msgid "Send Request"
2492
  msgstr "Адправіць"
2493
 
2494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:634
2495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:722
2496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1017
2497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:508
2498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:571
2499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:627
2500
  #, fuzzy
2501
  msgid "Close"
2502
  msgstr "Кошт"
2503
 
2504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:765
2505
  msgid "Request has been sent"
2506
  msgstr ""
2507
 
2508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:771
2509
  msgid "Request has failed"
2510
  msgstr ""
2511
 
2512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:796
2513
  msgid "The payment status is changed successfully"
2514
  msgstr ""
2515
 
2516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:803
2517
  msgid "The changing of payment status is failed"
2518
  msgstr ""
2519
 
2520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:847
2521
  msgid "Email to \"Person\" with payment request"
2522
  msgstr ""
2523
 
2524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:867
2525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3407
2526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3481
2527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3558
2528
  #, fuzzy
2529
  msgid "Send to Admin"
2530
  msgstr "Адправіць"
2531
 
2532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:875
2533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3415
2534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3489
2535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3566
2536
  #, fuzzy
2537
  msgid "Check this box to send copy of this email to Admin"
2538
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2539
 
2540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:884
2541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3350
2542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3423
2543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3498
2544
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3575
2545
  #, fuzzy, php-format
2546
  msgid "Type the default %sadmin email%s sending the booking confimation"
2547
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
2548
 
2549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:889
2550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3294
2551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3355
2552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3428
2553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3503
2554
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3580
2555
  msgid "Subject"
2556
  msgstr "Тэма ліста"
2557
 
2558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:891
2559
  #, fuzzy, php-format
2560
  msgid "Type email subject for %spayment request%s."
2561
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
2562
 
2563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:896
2564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3301
2565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3364
2566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3435
2567
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3510
2568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3587
2569
  #, fuzzy
2570
  msgid "Content"
2571
  msgstr "Панядзелак"
2572
 
2573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:899
2574
  #, fuzzy, php-format
2575
  msgid "Type your %semail message for payment request%s"
2576
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
2577
 
2578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:907
2579
  #, fuzzy, php-format
2580
  msgid ""
2581
  "You need to make payment %s for booking %s at %s. %s You can make payment at "
2584
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
2585
  "карыстанне сэрвісам бранявання.\""
2586
 
2587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:907
2588
  #, fuzzy
2589
  msgid "page"
2590
  msgstr ""
2591
  "%sВажно!!!%s Калі ласка майце на ўвазе, калі каляндар показываеться ў пасце "
2592
  "ці на старонцы сумесна з виджетом, то каляндар у виджете не будзе намаляваны"
2593
 
2594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1148
2595
  #, fuzzy
2596
  msgid "deposit"
2597
  msgstr "фіксаваны ўнёсак"
2598
 
2599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1149
2600
  #, fuzzy
2601
  msgid "Total cost"
2602
  msgstr "Кошт"
2603
 
2604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1150
2605
  #, fuzzy
2606
  msgid "balance"
2607
  msgstr "Адмена"
2608
 
2609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1202
2610
  #, fuzzy
2611
  msgid "Auto-fill form"
2612
  msgstr "Форма"
2613
 
2614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1304
2615
  #, fuzzy
2616
  msgid "Billing form fields customization"
2617
  msgstr "Палі формы"
2618
 
2619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1316
2620
  msgid ""
2621
  "Please select a field from your booking form. This field will be "
2622
  "automatically assigned to the current field in the billing form."
2623
  msgstr ""
2624
 
2625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1322
2626
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2627
  #, fuzzy
2628
  msgid "Customer Email"
2629
  msgstr "Емейл"
2630
 
2631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1335
2632
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2633
  #, fuzzy
2634
  msgid "First Name(s)"
2635
  msgstr "Імя"
2636
 
2637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1348
2638
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2639
  #, fuzzy
2640
  msgid "Last name"
2641
  msgstr "Прозвішча"
2642
 
2643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1382
2644
  msgid "Billing Address"
2645
  msgstr ""
2646
 
2647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1395
2648
  msgid "Billing City"
2649
  msgstr ""
2650
 
2651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1408
2652
  msgid "Post Code"
2653
  msgstr ""
2654
 
2655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1421
2656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3863
2657
  #, fuzzy
2658
  msgid "Country"
2659
  msgstr "Лік дзён"
2660
 
2661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1440
2662
  msgid "State"
2663
  msgstr ""
2664
 
2665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1457
2666
  #, php-format
2667
  msgid "Configuring these %sfields is required for the some payment%s systems!"
2668
  msgstr ""
2669
 
2670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1512
2671
  msgid "Title of booked timeslot(s)"
2672
  msgstr ""
2673
 
2674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1516
2675
  #, php-format
2676
  msgid ""
2677
  "Type your %stitle%s, what will show in mouseover tooltip near booked "
2678
  "timeslot(s)"
2679
  msgstr ""
2680
 
2681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1534
2682
  msgid "Time Format"
2683
  msgstr "Фармат даты"
2684
 
2685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1549
2686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:547
2687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:597
2688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:871
2689
  msgid "Custom"
2690
  msgstr "Наладжвальны"
2691
 
2692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1557
2693
  #, fuzzy, php-format
2694
  msgid ""
2695
  "Type your time format for emails and the booking table. %sDocumentation on "
2698
  "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s "
2699
  "Дакументацыя па фармаце для дат%s "
2700
 
2701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1645
2702
  #, fuzzy, php-format
2703
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
2704
  msgstr "Вылучэнне фиксированого колькасці дзён 1-ім клікам мышкі"
2705
 
2706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1653
2707
  #, fuzzy, php-format
2708
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
2709
  msgstr "Вылучэнне дынамічнай колькасці дзён у 2 зграя мышкі"
2710
 
2711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1661
2712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1727
2713
  #, fuzzy
2714
  msgid "Days selection number"
2715
  msgstr "Выбар дыяпазону"
2716
 
2717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1668
2718
  #, php-format
2719
  msgid "Type your %snumber of days for range selection%s"
2720
  msgstr "Увядзіце Ваш %sфиксированый дыяпазон дзён для вылучэння%s"
2721
 
2722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1675
2723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1763
2724
  msgid "Start day of range"
2725
  msgstr "Дзень пачатку дыяпазону"
2726
 
2727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1684
2728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1772
2729
  msgid "Any day of week"
2730
  msgstr "Любы дзень тыдня"
2731
 
2732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1695
2733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1783
2734
  #, fuzzy
2735
  msgid "Specific day(s) of week"
2736
  msgstr "Любы дзень тыдня"
2737
 
2738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1717
2739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1819
2740
  msgid "Select your start day of range selection at week"
2741
  msgstr "Абярыце дзень тыдня, які будзе пачаткам вылучэння дыяпазону дат"
2742
 
2743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1729
2744
  #, fuzzy
2745
  msgid "Min"
2746
  msgstr "Пн"
2747
 
2748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1743
2749
  #, fuzzy, php-format
2750
  msgid "Select your %sminimum and maximum number of days for range selection%s"
2751
  msgstr "Увядзіце %sминимальное колькасць дзён для вылучэння%s"
2752
 
2753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1749
2754
  #, fuzzy
2755
  msgid "Specific days selections"
2756
  msgstr "днеи"
2757
 
2758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1753
2759
  #, php-format
2760
  msgid ""
2761
  "Type your %sspecific%s days, which can be selected by visitors, or leave "
2764
  "%s, its the same like this: %s)"
2765
  msgstr ""
2766
 
2767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1862
2768
  msgid "Use time selections as recurrent time slots"
2769
  msgstr ""
2770
 
2771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1873
2772
  msgid ""
2773
  "Check this box if you want to use recurrent time to reserve several days. "
2774
  "This means that middle days will be partially booked by actual times, "
2776
  "time for the first and last day of the reservation."
2777
  msgstr ""
2778
 
2779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1880
2780
  #, fuzzy
2781
  msgid "Use check in/out time"
2782
  msgstr "Выкарыстоўваць фиксированое час"
2783
 
2784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1887
2785
  msgid "This option will overwrite any times selection in your booking form."
2786
  msgstr ""
2787
 
2788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1892
2789
  msgid "Check this option, to use check in/out time during booking process. "
2790
  msgstr ""
2791
 
2792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1895
2793
  #, php-format
2794
  msgid ""
2795
  "%s Important!%s This will overwrite any times selection in your booking form."
2796
  msgstr ""
2797
 
2798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1904
2799
  #, fuzzy
2800
  msgid "Check-in time"
2801
  msgstr "час"
2802
 
2803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1904
2804
  #, php-format
2805
  msgid "%sstart booking time%s"
2806
  msgstr "%sвведите час пачатку бранявання%s"
2807
 
2808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1906
2809
  #, fuzzy, php-format
2810
  msgid "Type your %sCheck-in%s time of booking"
2811
  msgstr "Увядзіце %sвремя%s для апошняга дня з некалькіх дзён бранявання"
2812
 
2813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1911
2814
  #, fuzzy
2815
  msgid "Check-Out time"
2816
  msgstr "час"
2817
 
2818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1911
2819
  #, php-format
2820
  msgid "%send booking time%s"
2821
  msgstr "%sвремя канчаткі бранявання%s"
2822
 
2823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1913
2824
  #, fuzzy, php-format
2825
  msgid "Type your %sCheck-Out%s time of booking"
2826
  msgstr "Увядзіце %sвремя%s для апошняга дня з некалькіх дзён бранявання"
2827
 
2828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1947
2829
  #, fuzzy
2830
  msgid "Costs"
2831
  msgstr "Кошт"
2832
 
2833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1952
2834
  #, fuzzy
2835
  msgid "Set the cost"
2836
  msgstr "Кошт"
2837
 
2838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1957
2839
  #, fuzzy
2840
  msgid "fixed sum"
2841
  msgstr "фіксаваны ўнёсак"
2842
 
2843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1960
2844
  #, fuzzy
2845
  msgid " Select your cost configuration."
2846
  msgstr "Абярыце дзень пачатку тыдня"
2847
 
2848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1965
2849
  #, fuzzy
2850
  msgid "Currency format"
2851
  msgstr "Фармат даты"
2852
 
2853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1968
2854
  #, fuzzy
2855
  msgid "Number of decimal points"
2856
  msgstr "Лік наведвальнікаў"
2857
 
2858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1975
2859
  msgid "Separator for the decimal point"
2860
  msgstr ""
2861
 
2862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1979
2863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1994
2864
+ msgid "No separator"
2865
+ msgstr ""
2866
+
2867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1980
2868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1995
2869
+ msgid "Space"
2870
+ msgstr ""
2871
+
2872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1981
2873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1996
2874
+ #, fuzzy
2875
+ msgid "Dot"
2876
+ msgstr "фіксаваны ўнёсак"
2877
+
2878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1982
2879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1997
2880
+ msgid "Comma"
2881
+ msgstr ""
2882
+
2883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1990
2884
  msgid "Thousands separator"
2885
  msgstr ""
2886
 
2887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2008
2888
  #, fuzzy
2889
  msgid "Time impact to cost"
2890
  msgstr "час"
2891
 
2892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2013
2893
  #, fuzzy, php-format
2894
  msgid ""
2895
  "Check this box if you want the %stime selection%s on the booking form "
2896
  "%sapplied to the cost calculation%s."
2897
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2898
 
2899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2022
2900
  #, fuzzy
2901
  msgid "Show booking details in payment form"
2902
  msgstr "Апісанне плацяжоў"
2903
 
2904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2028
2905
  #, fuzzy, php-format
2906
  msgid ""
2907
  " Check this checkbox if you want to show the %sbooking details summary%s "
2908
  "above the payment form"
2909
  msgstr "Вылучыце гэты чекбокс для паказу кошту дня ў якая сплывае падказцы"
2910
 
2911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2073
2912
  #, fuzzy
2913
+ msgid "Auto cancellation / auto approval of bookings"
2914
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2915
 
2916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2079
2917
  #, fuzzy
2918
  msgid "Auto approve all new bookings"
2919
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
2920
 
2921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2088
2922
  #, fuzzy, php-format
2923
  msgid ""
2924
  "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
2925
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2926
 
2927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2095
2928
  #, fuzzy
2929
  msgid "Auto-cancel bookings"
2930
  msgstr "Адмена"
2931
 
2932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2105
2933
  #, fuzzy, php-format
2934
  msgid ""
2935
  "Check this box to %sactivate%s auto-cancellation for pending, unpaid "
2936
  "bookings."
2937
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
2938
 
2939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2116
2940
  #, fuzzy
2941
  msgid "Cancel bookings older"
2942
  msgstr "Адмена"
2943
 
2944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2121
2945
  #, fuzzy
2946
  msgid "hour"
2947
  msgstr "за 1 гадзіна"
2948
 
2949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2124
2950
  #, fuzzy
2951
  msgid "hours"
2952
  msgstr "Чацвер"
2953
 
2954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2134
2955
  msgid ""
2956
  "Cancel only pending, unpaid bookings, which are older than this selection."
2957
  msgstr ""
2958
 
2959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2139
2960
  #, fuzzy
2961
  msgid "Cancellation email sent"
2962
  msgstr "Чыннік адмовы"
2963
 
2964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2144
2965
  #, php-format
2966
  msgid "Check this box to %ssend%s cancellation email for this resource."
2967
  msgstr ""
2968
 
2969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2156
2970
  #, fuzzy
2971
  msgid "Reason for cancellation"
2972
  msgstr "Чыннік адмовы"
2973
 
2974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2158
2975
  #, php-format
2976
  msgid "Type the reason for %scancellation%s for the email template."
2977
  msgstr ""
2978
 
2979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2200
2980
  msgid ""
2981
  "Customization of billing fields, which automatically assign from booking "
2982
  "form to billing form"
2983
  msgstr ""
2984
 
2985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2201
2986
  #, fuzzy
2987
  msgid "Billing form fields"
2988
  msgstr "Палі формы"
2989
 
2990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2227
2991
  #, fuzzy
2992
  msgid "Booked Times:"
2993
  msgstr "Забранявана "
2994
 
2995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2250
2996
  msgid ""
2997
  "This reservation is cancelled because we did not receive payment and the "
2998
  "administrator did not approve it."
2999
  msgstr ""
3000
 
3001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2269
3002
  #, fuzzy
3003
  msgid "You need to make payment for this reservation"
3004
  msgstr "Сезонныя змены коштаў"
3005
 
3006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2271
3007
  #, fuzzy, php-format
3008
  msgid ""
3009
  "You need to make payment %s for reservation %s at %s. %s Please make payment "
3012
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
3013
  "карыстанне сэрвісам бранявання.\""
3014
 
3015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2376
3016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1409
3017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3910
3018
  #, fuzzy
3019
  msgid "Apartment#1"
3020
  msgstr "за 1 дзень"
3021
 
3022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2377
3023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1410
3024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3911
3025
  #, fuzzy
3026
  msgid "Apartment#2"
3027
  msgstr "Апартаменты №2"
3028
 
3029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2378
3030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3912
3031
  #, fuzzy
3032
  msgid "Apartment#3"
3033
  msgstr "Апартаменты №3"
3217
  msgstr "Палі формы"
3218
 
3219
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:117
3220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:410
3221
  #, fuzzy
3222
  msgid "Calendar"
3223
  msgstr "Каляндар бранявання"
3315
  msgstr "Прыклад: %s "
3316
 
3317
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:196
3318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:590
3319
  msgid "CAPTCHA"
3320
  msgstr "CAPTCHA"
3321
 
3893
  msgid "Select option to configure or show help info about tags"
3894
  msgstr ""
3895
 
3896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:223
 
 
 
 
 
 
3897
  msgid ""
3898
  "You can use (in subject and content of email template) any shortcodes, which "
3899
  "you used in the booking form. Use the shortcodes in the same way as you used "
3900
  "them in the content form at Settings Fields page."
3901
  msgstr ""
3902
 
3903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:225
3904
  msgid "In addition you can use these shortcodes"
3905
  msgstr ""
3906
 
3907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:226
3908
  #, php-format
3909
  msgid ""
3910
  "%s - inserting data info about the booking, which you configured in the "
3911
  "content form at Settings Fields page"
3912
  msgstr ""
3913
 
3914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:227
3915
  #, fuzzy, php-format
3916
  msgid "%s - inserting ID of booking "
3917
  msgstr "%s - уставіць даты бранявання"
3918
 
3919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:228
3920
  #, fuzzy, php-format
3921
  msgid "%s or %s - inserting the title of the booking resource "
3922
  msgstr "%s[bookingname]%s - дадаць назву бранявання,"
3923
 
3924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:230
3925
  #, fuzzy, php-format
3926
  msgid "%s - inserting the cost of booking "
3927
  msgstr "%s - уставіць даты бранявання"
3928
 
3929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:233
3930
  #, fuzzy, php-format
3931
  msgid "%s - inserting the dates of booking"
3932
  msgstr "%s - уставіць даты бранявання"
3933
 
3934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:234
3935
  #, fuzzy, php-format
3936
  msgid "%s - inserting check-in date (first day of reservation),"
3937
  msgstr "%s - уставіць даты бранявання"
3938
 
3939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:235
3940
  #, fuzzy, php-format
3941
  msgid "%s - inserting check-out date (last day of reservation),"
3942
  msgstr "%s - уставіць даты бранявання"
3943
 
3944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:236
3945
  #, fuzzy, php-format
3946
  msgid "%s - inserting the number of booking dates "
3947
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
3948
 
3949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:238
3950
  #, fuzzy, php-format
3951
  msgid "%s - inserting your site URL "
3952
  msgstr "%s - дадаць новы радок"
3953
 
3954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:240
3955
  #, fuzzy, php-format
3956
  msgid "%s - inserting moderate link of new booking "
3957
  msgstr "%s - уставіць даты бранявання"
3958
 
3959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:242
3960
  #, php-format
3961
  msgid ""
3962
  "%s - inserting link to the page where visitor can edit the reservation, "
3964
  "Example: %s )"
3965
  msgstr ""
3966
 
3967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:244
3968
  #, php-format
3969
  msgid ""
3970
  "%s - inserting link to the page where visitor can cancel the reservation, "
3972
  "Example: %s )"
3973
  msgstr ""
3974
 
3975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:246
3976
  #, php-format
3977
  msgid ""
3978
  "%s - inserting link to payment page where visitor can pay for the "
3980
  "this page. Example: %s )"
3981
  msgstr ""
3982
 
3983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:250
3984
  #, fuzzy, php-format
3985
  msgid ""
3986
  "%s - add the reason for booking payment, you can enter it before sending "
3987
  "email, "
3988
  msgstr "%s - уставіць чыннік адмовы"
3989
 
3990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:252
3991
  #, fuzzy, php-format
3992
  msgid ""
3993
  "%s - add the reason booking was cancelled, you can enter it before sending "
3994
  "email, "
3995
  msgstr "%s - уставіць чыннік адмовы"
3996
 
3997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:255
3998
  #, php-format
3999
  msgid "Also you can use any HTML tags like this %s - to insert new line "
4000
  msgstr ""
4001
 
4002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:273
4003
  #, fuzzy
4004
  msgid "Enter Keyword here"
4005
  msgstr "Увядзіце ваш тэлефон"
4006
 
4007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:274
4008
  msgid "Keyword"
4009
  msgstr ""
4010
 
4011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:284
4012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:288
4013
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:303
4014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:308
4015
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:832
4016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:833
4017
  #, fuzzy
4018
  msgid "Resource"
4019
  msgstr "Імя рэсурсу"
4020
 
4021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:303
4022
  #, fuzzy
4023
  msgid "Print bookings listing"
4024
  msgstr "Браняванне"
4025
 
4026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:305
4027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1015
4028
  #, fuzzy
4029
  msgid "Print"
4030
  msgstr "Аплата"
4031
 
4032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:306
4033
  msgid "Export only current page of bookings to CSV format"
4034
  msgstr ""
4035
 
4036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:308
4037
  #, fuzzy
4038
  msgid "Export"
4039
  msgstr "Супериор "
4040
 
4041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:309
4042
  msgid "Export All bookings to CSV format"
4043
  msgstr ""
4044
 
4045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:311
4046
  msgid "Export All"
4047
  msgstr ""
4048
 
4049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:402
4050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1228
4051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1766
4052
  msgid "Labels"
4053
  msgstr ""
4054
 
4055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:403
4056
  #, fuzzy
4057
  msgid "Data"
4058
  msgstr "Даты"
4059
 
4060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:420
4061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:636
4062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1486
4063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1511
4064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1963
4065
  msgid "Approved"
4066
  msgstr "Пацверджана"
4067
 
4068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:421
4069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:147
4070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:637
4071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1510
4072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1962
4073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2180
4074
  msgid "Pending"
4075
  msgstr "Якія чакаюць сцвярджэнні"
4076
 
4077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:443
4078
  #, fuzzy
4079
  msgid "Edit Booking"
4080
  msgstr "рэдагаваць "
4081
 
4082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:448
4083
  #, fuzzy
4084
  msgid "Edit Note"
4085
  msgstr "рэдагаваць "
4086
 
4087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:452
4088
  #, fuzzy
4089
  msgid "Change Resource"
4090
  msgstr "Імя рэсурсу"
4091
 
4092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:512
4093
  #, fuzzy
4094
  msgid "Change"
4095
  msgstr "Змены "
4096
 
4097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:618
4098
  #, fuzzy
4099
  msgid "Clear booking resources selection"
4100
  msgstr "Тып бранявання"
4101
 
4102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:622
4103
  #, fuzzy
4104
  msgid "Apply booking resources selection"
4105
  msgstr "Тып бранявання"
4106
 
4107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:653
4108
  msgid ""
4109
  "Please note, its not possible to add new resources, if \"All resources\" "
4110
  "option is selected. Please clear the selection, then add new resources."
4111
  msgstr ""
4112
 
4113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:729
4114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1376
4115
  #, fuzzy
4116
  msgid "All resources"
4117
  msgstr "Кошт рэсурсу"
4118
 
4119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:743
4120
  #, fuzzy
4121
  msgid "Booking resources"
4122
  msgstr "Браняванне"
4123
 
4124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:122
4125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4126
  #, fuzzy
4127
  msgid "Completed"
4128
  msgstr "Выдалена"
4129
 
4130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:124
4131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:149
4132
  msgid "In-Progress"
4133
  msgstr ""
4134
 
4135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:126
4136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:495
4137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1912
4138
  msgid "Unknown"
4139
  msgstr ""
4140
 
4141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:128
4142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:171
4143
  #, fuzzy
4144
  msgid "Partially paid"
4145
  msgstr "Часткова забраняваныя"
4146
 
4147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:129
4148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:172
4149
  #, fuzzy
4150
  msgid "Cancelled"
4151
  msgstr "Адмена"
4152
 
4153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:130
4154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:155
4155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:231
4156
  #, fuzzy
4157
  msgid "Failed"
4158
  msgstr "Палі формы"
4159
 
4160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:131
4161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:158
4162
  msgid "Refunded"
4163
  msgstr ""
4164
 
4165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:133
4166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:173
4167
  msgid "Fraud"
4168
  msgstr ""
4169
 
4170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:140
4171
  #, fuzzy
4172
  msgid "!Paid OK"
4173
  msgstr "Ок"
4174
 
4175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:141
4176
  msgid "Unknown status"
4177
  msgstr ""
4178
 
4179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:142
4180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:230
4181
  msgid "Not Completed"
4182
  msgstr ""
4183
 
4184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:148
4185
  msgid "Processed"
4186
  msgstr ""
4187
 
4188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:151
4189
  msgid "Canceled_Reversal"
4190
  msgstr ""
4191
 
4192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:153
4193
  #, fuzzy
4194
  msgid "Denied"
4195
  msgstr "Выдалена"
4196
 
4197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:154
4198
  msgid "Expired"
4199
  msgstr ""
4200
 
4201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:157
4202
  #, fuzzy
4203
  msgid "Partially_Refunded"
4204
  msgstr "Часткова забраняваныя"
4205
 
4206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:159
4207
  #, fuzzy
4208
  msgid "Reversed"
4209
  msgstr "Забранявана"
4210
 
4211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:160
4212
  msgid "Voided"
4213
  msgstr ""
4214
 
4215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:161
4216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2010
4217
  msgid "Created"
4218
  msgstr ""
4219
 
4220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:164
4221
  msgid "Not authed"
4222
  msgstr ""
4223
 
4224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:165
4225
  msgid "Malformed"
4226
  msgstr ""
4227
 
4228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:166
4229
  msgid "Invalid"
4230
  msgstr ""
4231
 
4232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:167
4233
  msgid "Abort"
4234
  msgstr ""
4235
 
4236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:168
4237
  #, fuzzy
4238
  msgid "Rejected"
4239
  msgstr "Выдалена"
4240
 
4241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:169
4242
  #, fuzzy
4243
  msgid "Error"
4244
  msgstr "Еўра"
4245
 
4246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:174
4247
  #, fuzzy
4248
  msgid "Suspended"
4249
  msgstr "Адправіць"
4250
 
4251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:226
4252
  #, fuzzy
4253
  msgid "Any Status"
4254
  msgstr "Любы дзень тыдня"
4255
 
4256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:228
4257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:492
4258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1909
4259
  #, fuzzy
4260
  msgid "Paid OK"
4261
  msgstr "Ок"
4262
 
4263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:229
4264
  #, fuzzy
4265
  msgid "Unknown Status"
4266
  msgstr "Усталёўкі для бранявання"
4267
 
4268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:271
4269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:471
4270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:473
4271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:938
4272
  msgid "Payment"
4273
  msgstr "Аплата"
4274
 
4275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:284
4276
  #, fuzzy
4277
  msgid "Min. cost"
4278
  msgstr "Кошт"
4279
 
4280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:289
4281
  #, fuzzy
4282
  msgid "Max. cost"
4283
  msgstr "Кошт"
4284
 
4285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:292
4286
  #, fuzzy
4287
  msgid "min"
4288
  msgstr "Пн"
4289
 
4290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:293
4291
  #, fuzzy
4292
  msgid "max"
4293
  msgstr "Сакавік"
4294
 
4295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:402
4296
  #, fuzzy
4297
  msgid "Send payment request to visitor"
4298
  msgstr "налада емейла"
4299
 
4300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:415
4301
  #, fuzzy
4302
  msgid "Payment status"
4303
  msgstr "Аплата"
4304
 
4305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:437
4306
  #, fuzzy
4307
  msgid "Save cost"
4308
  msgstr "Захаваць"
4309
 
4310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:460
4311
  #, fuzzy
4312
  msgid "Change status"
4313
  msgstr "Дадаць новае браняванне"
4314
 
4315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:668
4316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:726
4317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:78
4318
  msgid "Updating..."
4319
  msgstr "Захаванне..."
4320
 
4321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:673
4322
  msgid "User is Activated"
4323
  msgstr ""
4324
 
4325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:731
4326
  #, fuzzy
4327
  msgid "User is Deactivated"
4328
  msgstr "калі ўбудова дэактываваны"
4329
 
4330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:843
4331
  #, php-format
4332
  msgid ""
4333
  "%sYou do not have permissions for this page.%s Your account is not active, "
4334
  "please contact administrator.%s"
4335
  msgstr ""
4336
 
4337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:878
4338
  #, php-format
4339
  msgid "%sYou do not have permissions for this booking resources.%s"
4340
  msgstr ""
4341
 
4342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:884
4343
  #, fuzzy, php-format
4344
  msgid "%sNo this booking resources.%s"
4345
  msgstr "%sвведите час пачатку бранявання%s"
4346
 
4347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1024
4348
  #, fuzzy
4349
  msgid "Show resources of user:"
4350
  msgstr "Паказаць"
4351
 
4352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1036
4353
  #, fuzzy
4354
  msgid "My"
4355
  msgstr "Травень"
4356
 
4357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1055
4358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:322
4359
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:361
4360
  #, fuzzy
4361
  msgid "Booking resource:"
4362
  msgstr "Тып бранявання"
4363
 
4364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1087
4365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1126
4366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1215
4367
  #, fuzzy
4368
  msgid "Users"
4369
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
4370
 
4371
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1107
4372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
4373
  #, fuzzy
4374
  msgid "User"
4375
  msgstr "Гады"
4376
 
4377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1128
4378
  msgid "Management of"
4379
  msgstr ""
4380
 
4381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1231
4382
  msgid "Set user as"
4383
  msgstr ""
4384
 
4385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4386
  #, fuzzy, php-format
4387
  msgid "Active %sSuper Admin%s"
4388
  msgstr "Супериор "
4389
 
4390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1266
4391
  #, fuzzy, php-format
4392
  msgid "Active %sRegular User%s"
4393
  msgstr "Гады"
4394
 
4395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1269
4396
  msgid "Inactive User"
4397
  msgstr ""
4398
 
4399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1276
4400
  msgid "Unlimited"
4401
  msgstr ""
4402
 
4403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1281
4404
  #, fuzzy
4405
  msgid "Activate"
4406
  msgstr "Актыўна"
4407
 
4408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1282
4409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
4410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
4411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1297
4412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1312
4414
  #, fuzzy
4415
  msgid "Do you really want"
4416
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
4417
 
4418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1282
4419
  #, fuzzy
4420
  msgid "make user active"
4421
  msgstr "Актыўна"
4422
 
4423
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1286
4424
  #, fuzzy
4425
  msgid "Deactivate"
4426
  msgstr "Актыўна"
4427
 
4428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1290
4429
  msgid "Set as inactive"
4430
  msgstr ""
4431
 
4432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
4433
  msgid "make user inactive"
4434
  msgstr ""
4435
 
4436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1293
4437
  #, fuzzy
4438
  msgid "Delete settings"
4439
  msgstr "Выдаліць"
4440
 
4441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
4442
  #, fuzzy
4443
  msgid "delete configuration"
4444
  msgstr "Выдаліць"
4445
 
4446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1296
4447
  #, fuzzy
4448
  msgid "Delete data"
4449
  msgstr "Выдаліць"
4450
 
4451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1297
4452
  #, fuzzy
4453
  msgid "delete all booking data"
4454
  msgstr "Выдаленне дадзеных па браняванні"
4455
 
4456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1307
4457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4458
  #, fuzzy
4459
  msgid "Super Admin"
4460
  msgstr "Адміністрацыйны емейл"
4461
 
4462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1312
4464
  msgid "set user as"
4465
  msgstr ""
4466
 
4467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1311
4468
  #, fuzzy
4469
  msgid "Regular User"
4470
  msgstr "Гады"
4471
 
4472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1312
4473
  #, fuzzy
4474
  msgid "Regular user"
4475
  msgstr "Гады"
4476
 
4477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1408
4478
  #, fuzzy
4479
  msgid "Suite"
4480
  msgstr "Президенский нумар "
4516
  msgstr ""
4517
 
4518
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:140
4519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:328
4520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:128
4521
  #, fuzzy
4522
  msgid "Chose payment mode"
4523
  msgstr "Аплата"
4532
  msgstr "Анлайн дэма "
4533
 
4534
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:146
4535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:332
4536
  #, fuzzy
4537
  msgid "Live"
4538
  msgstr "Анлайн дэма "
4545
 
4546
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:150
4547
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:261
4548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:472
4549
  #, fuzzy
4550
  msgid "Note:"
4551
  msgstr ""
4560
  msgstr ""
4561
 
4562
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:158
4563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:341
4564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:141
4565
  msgid "Transaction type"
4566
  msgstr ""
4567
 
4581
 
4582
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:172
4583
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:174
4584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:354
4585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:153
4586
  msgid "Accepted Currency"
4587
  msgstr ""
4588
 
4589
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:176
4590
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:178
4591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:358
4592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:156
4593
  msgid "U.S. Dollars"
4594
  msgstr "Даляры ЗША"
4595
 
4596
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:177
4597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:363
4598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:161
4599
  msgid "Canadian Dollars"
4600
  msgstr "Канадскія даляры"
4601
 
4602
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:178
4603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:158
4604
  msgid "Pounds Sterling"
4605
  msgstr "Фунты Стэрлінгаў"
4606
 
4607
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:179
4608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:359
4609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:157
4610
  msgid "Euros"
4611
  msgstr "Еўра"
4612
 
4613
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:181
4614
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:206
4615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:383
4616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:180
4617
  msgid "The currency code that gateway will process the payment in."
4618
  msgstr ""
4619
 
4625
 
4626
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:187
4627
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:211
4628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:436
4629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:185
4630
  #, fuzzy
4631
  msgid "Payment button title"
4632
  msgstr "Загаловак"
4633
 
4634
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:191
4635
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:216
4636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:439
4637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:188
4638
  #, fuzzy
4639
  msgid "Enter the title of the payment button"
4640
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
4641
 
4642
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:196
4643
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:223
4644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:448
4645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:195
4646
  #, fuzzy
4647
  msgid "Show Payment description"
4648
  msgstr "Апісанне плацяжоў"
4649
 
4650
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:204
4651
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:231
4652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:456
4653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:203
4654
  #, fuzzy
4655
  msgid "Check this box to show payment description in payment form"
4656
  msgstr "Апісанне плацяжоў"
4657
 
4658
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:215
4659
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:242
4660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:467
4661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:214
4662
  msgid "Payment description"
4663
  msgstr "Апісанне плацяжоў"
4664
 
4671
 
4672
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:226
4673
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:253
4674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:482
4675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
4676
  #, php-format
4677
  msgid "%s[bookingname]%s - inserting name of booking resource, "
4678
  msgstr "%s[bookingname]%s - дадаць назву бранявання,"
4679
 
4680
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:227
4681
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:254
4682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:483
4683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:226
4684
  #, php-format
4685
  msgid "%s[dates]%s - inserting list of reserved dates "
4686
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
4687
 
4688
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:228
4689
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:255
4690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:484
4691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:227
4692
  #, fuzzy, php-format
4693
  msgid "%s[datescount]%s - inserting number of reserved dates "
4694
  msgstr "%s[dates]%s - дадаць спіс забраняваных дат "
4752
 
4753
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:295
4754
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:271
4755
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:241
4756
  msgid "Return URL after Successful order"
4757
  msgstr ""
4758
 
4759
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:300
4760
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:276
4761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:246
4762
  #, fuzzy, php-format
4763
  msgid ""
4764
  "Enter a return relative Successful URL. %s will redirect visitors to this "
4771
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:312
4772
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:277
4773
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:288
4774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:247
4775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:258
4776
  msgid "Please test this URL, it must be a valid address"
4777
  msgstr ""
4778
 
4779
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:306
4780
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:282
4781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:252
4782
  #, fuzzy
4783
  msgid "Return URL after Failed order"
4784
  msgstr "Спасылка для вяртання з Paypal-а"
4785
 
4786
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:311
4787
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:287
4788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:257
4789
  #, fuzzy, php-format
4790
  msgid ""
4791
  "Enter a return relative Failed URL. %s will redirect visitors to this page "
4807
 
4808
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
4809
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
4810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
4811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
4812
  msgid "This will not work, if the visitor leaves the payment page."
4813
  msgstr ""
4814
 
4824
  "when using a European payment processor"
4825
  msgstr ""
4826
 
4827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:706
4828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:725
4829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:965
4830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:803
4831
  #, fuzzy, php-format
4832
  msgid "Payment for booking %s on these day(s): %s"
4833
+ msgstr "%sвремя канчаткі бранявання%s"
4834
 
4835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:708
4836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:720
4837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:966
4838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:807
4839
  msgid "Pay via"
4840
  msgstr ""
4841
 
4899
  msgstr "Мексіканскі пессо."
4900
 
4901
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:245
4902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:470
4903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:217
4904
  msgid "Enter the service name or the reason for the payment here."
4905
  msgstr "Увядзіце назву сэрвісу ці чыннік для плацяжоў тут."
4906
 
4907
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:293
4908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:575
4909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:263
4910
  #, fuzzy
4911
  msgid "Automatically approve/cancel booking"
4912
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
4913
 
4914
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:301
4915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:271
4916
  msgid ""
4917
  "Check this box to automatically approve bookings when visitor makes a "
4918
  "successful payment, or automatically cancel the booking when visitor makes a "
4920
  msgstr ""
4921
 
4922
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
4923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
4924
  #, php-format
4925
  msgid ""
4926
  "Please configure %s fields inside the %sBilling form fields%s TAB at this "
4927
  "page, this is necessary for the %s."
4928
  msgstr ""
4929
 
4930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:573
4931
+ #, fuzzy
4932
+ msgid "Successful payment"
4933
+ msgstr "Аплата"
4934
+
4935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:575
4936
+ #, fuzzy
4937
+ msgid " Parameters are incorrect,"
4938
+ msgstr "Некоректно ўведзены емейл"
4939
+
4940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:576
4941
+ msgid "Cannot find the record"
4942
+ msgstr ""
4943
+
4944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:577
4945
+ msgid "Amount different"
4946
+ msgstr ""
4947
+
4948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:578
4949
+ #, fuzzy
4950
+ msgid "Payment failed"
4951
+ msgstr "Аплата"
4952
+
4953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:579
4954
+ msgid "Payment status updated by Mobile88 Admin(Fail)"
4955
+ msgstr ""
4956
+
4957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:580
4958
+ msgid "Connection Error"
4959
+ msgstr ""
4960
+
4961
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:120
4962
  msgid "Error IPN"
4963
  msgstr ""
4964
 
4965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:234
4966
  msgid "Verified IPN"
4967
  msgstr ""
4968
 
4969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:257
4970
  msgid "Invalid IPN"
4971
  msgstr ""
4972
 
4979
  msgid "PayPal"
4980
  msgstr "Налада Paypal"
4981
 
4982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:141
4983
  msgid "PayPal customization"
4984
  msgstr "Налада Paypal"
4985
 
4986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:151
4987
  #, fuzzy
4988
  msgid "Paypal Standard"
4989
  msgstr "Стандарт "
4990
 
4991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:164
4992
  msgid "Paypal Pro Hosted Solution"
4993
  msgstr ""
4994
 
4995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:175
4996
  msgid "IPN"
4997
  msgstr ""
4998
 
4999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:182
5000
  msgid "Sending email for verified transaction"
5001
  msgstr ""
5002
 
5003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:196
5004
  #, php-format
5005
  msgid "Email for getting report for %sverified%s transactions."
5006
  msgstr ""
5007
 
5008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:203
5009
  msgid "Sending email for invalid transaction"
5010
  msgstr ""
5011
 
5012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:216
5013
  #, php-format
5014
  msgid "Email for getting report for %sinvalid%s transactions."
5015
  msgstr ""
5016
 
5017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:224
5018
  msgid "Sending email if error occur during verification"
5019
  msgstr ""
5020
 
5021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:237
5022
  #, php-format
5023
  msgid "Email for getting report for %ssome errors in verification process%s."
5024
  msgstr ""
5025
 
5026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:243
5027
  #, fuzzy
5028
  msgid "Use SSL connection"
5029
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
5030
 
5031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:248
5032
  msgid ""
5033
  "Use the SSL connection for posting data, instead of standard HTTP connection"
5034
  msgstr ""
5035
 
5036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:254
5037
  #, fuzzy
5038
  msgid "Use cURL posting"
5039
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
5040
 
5041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:259
5042
  msgid "Use the cURL for posting data, instead of fsockopen() function"
5043
  msgstr ""
5044
 
5045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:267
5046
  msgid ""
5047
  " Follow these instructions to set up your listener at your PayPal account:"
5048
  msgstr ""
5049
 
5050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:269
5051
  msgid "Click Profile on the My Account tab."
5052
  msgstr ""
5053
 
5054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:270
5055
  msgid ""
5056
  "Click Instant Payment Notification Preferences in the Selling Preferences "
5057
  "column."
5058
  msgstr ""
5059
 
5060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:271
5061
  msgid ""
5062
  "Click Choose IPN Settings to specify your listeners URL and activate the "
5063
  "listener."
5064
  msgstr ""
5065
 
5066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:272
5067
  msgid "Specify the URL for your listener in the Notification URL field as:"
5068
  msgstr ""
5069
 
5070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:273
5071
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
5072
  msgstr ""
5073
 
5074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:274
5075
  #, fuzzy
5076
  msgid "Click Save."
5077
  msgstr "Захаваць"
5078
 
5079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:275
5080
  msgid ""
5081
  "Click Back to Profile Summary to return to the Profile after activating your "
5082
  "listener."
5083
  msgstr ""
5084
 
5085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:286
5086
  msgid "PayPal active"
5087
  msgstr "Актывацыя Paypal"
5088
 
5089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:293
5090
  #, fuzzy
5091
  msgid "Check this box to use PayPal"
5092
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
5093
 
5094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:301
5095
  #, fuzzy
5096
  msgid "Secure Merchant ID"
5097
  msgstr "ID"
5098
 
5099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:307
5100
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
5101
  msgstr ""
5102
 
5103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:314
5104
  msgid "Paypal Email address to receive payments"
5105
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
5106
 
5107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:319
5108
  #, fuzzy
5109
  msgid "This is the Paypal Email address where payments will be sent"
5110
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
5111
 
5112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:333
5113
  msgid "Sandbox"
5114
  msgstr ""
5115
 
5116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:335
5117
  #, fuzzy
5118
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
5119
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
5120
 
5121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:345
5122
  #, fuzzy
5123
  msgid "Sale"
5124
  msgstr "Захаваць"
5125
 
5126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:346
5127
  #, fuzzy
5128
  msgid "Authorization"
5129
  msgstr "налада емейла"
5130
 
5131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:348
5132
  msgid ""
5133
  " Indicates whether the transaction is payment on a final sale or an "
5134
  "authorization for a final sale, to be captured later. "
5135
  msgstr ""
5136
 
5137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:360
5138
  msgid "British Pound"
5139
  msgstr ""
5140
 
5141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:361
5142
  #, fuzzy
5143
  msgid "Japanese Yen"
5144
  msgstr "Ены"
5145
 
5146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:362
5147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:160
5148
  msgid "Australian Dollars"
5149
  msgstr "Аўстралійскія даляры"
5150
 
5151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:364
5152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:162
5153
  msgid "New Zealand Dollar"
5154
  msgstr "Новазеландскія даляры"
5155
 
5156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:365
5157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:163
5158
  msgid "Swiss Franc"
5159
  msgstr "Швейцарскія франкі"
5160
 
5161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:366
5162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:164
5163
  msgid "Hong Kong Dollar"
5164
  msgstr "Гонгконские даляры"
5165
 
5166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:367
5167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:165
5168
  msgid "Singapore Dollar"
5169
  msgstr "Сінгапурскія даляры"
5170
 
5171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:368
5172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:166
5173
  msgid "Swedish Krona"
5174
  msgstr "Швецкая крона"
5175
 
5176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:369
5177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:167
5178
  msgid "Danish Krone"
5179
  msgstr "Дацкая крона"
5180
 
5181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:370
5182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:168
5183
  msgid "Polish Zloty"
5184
  msgstr "Польскі злоты"
5185
 
5186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:371
5187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:169
5188
  msgid "Norwegian Krone"
5189
  msgstr "Нарвежская крона"
5190
 
5191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:372
5192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:170
5193
  msgid "Hungarian Forint"
5194
  msgstr "Вугорскі форынт"
5195
 
5196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:373
5197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:171
5198
  msgid "Czech Koruna"
5199
  msgstr "Чэшская крона"
5200
 
5201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:374
5202
  #, fuzzy
5203
  msgid "Israeli New Shekel"
5204
  msgstr "Ізраільскі шекель"
5205
 
5206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:375
5207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:173
5208
  msgid "Mexican Peso"
5209
  msgstr "Мексіканскі пессо."
5210
 
5211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:376
5212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:174
5213
  msgid "Brazilian Real (only for Brazilian users)"
5214
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
5215
 
5216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:377
5217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:175
5218
  msgid "Malaysian Ringgits (only for Malaysian users)"
5219
  msgstr "Малайзійскі ринггит (толькі для карыстачоў Малайзіі)"
5220
 
5221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:378
5222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:176
5223
  msgid "Philippine Pesos"
5224
  msgstr "Филипинский пессо"
5225
 
5226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:379
5227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:177
5228
  msgid "Taiwan New Dollars"
5229
  msgstr "Тайванский новы даляр"
5230
 
5231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:380
5232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:178
5233
  msgid "Thai Baht"
5234
  msgstr "Тайландскі бат"
5235
 
5236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:381
5237
  msgid "Turkish Lira (only for Turkish members)"
5238
  msgstr ""
5239
 
5240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:390
5241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:394
5242
  #, fuzzy
5243
  msgid "Payment Button type"
5244
  msgstr "Аплата"
5245
 
5246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:421
5247
  #, fuzzy
5248
  msgid "Custom button title"
5249
  msgstr "Наладжвальны"
5250
 
5251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:473
5252
  msgid "This field support only up to 70 characters by payment system."
5253
  msgstr ""
5254
 
5255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:480
5256
  msgid " Use these shortcodes for customization: "
5257
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
5258
 
5259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:496
5260
  msgid "Show Reference Text Box"
5261
  msgstr "Паказаць даведкавае поле для ўводу"
5262
 
5263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:503
5264
  #, fuzzy
5265
  msgid "Check this box to show Reference Text Box"
5266
  msgstr "Паказаць даведкавае поле для ўводу"
5267
 
5268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:513
5269
  msgid "Reference Text Box Title"
5270
  msgstr "Дапаможнае тэкставае поле"
5271
 
5272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:518
5273
  #, fuzzy
5274
  msgid ""
5275
  "Enter a title for the Reference text box (i.e. Your email address). Visitors "
5278
  "Увядзіце загаловак для дапаможнага поля (напрыклад: Электронная пошта). "
5279
  "Наведвальнікі ўбачаць гэты тэкст"
5280
 
5281
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:531
5282
  #, php-format
5283
  msgid ""
5284
  "To use this feature you %smust activate auto-return link%s at your Paypal "
5285
  "account."
5286
  msgstr ""
5287
 
5288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:532
5289
  msgid "Follow these steps to configure it:"
5290
  msgstr ""
5291
 
5292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:534
5293
  msgid "Log in to your PayPal account."
5294
  msgstr ""
5295
 
5296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:535
5297
  msgid "Click the Profile subtab."
5298
  msgstr ""
5299
 
5300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:536
5301
  msgid "Click Website Payment Preferences in the Seller Preferences column."
5302
  msgstr ""
5303
 
5304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:537
5305
  msgid "Under Auto Return for Website Payments, click the On radio button."
5306
  msgstr ""
5307
 
5308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:538
5309
  msgid ""
5310
  "For the Return URL, enter the Return URL from PayPal on your site for "
5311
  "successfull payment."
5312
  msgstr ""
5313
 
5314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:546
5315
  msgid "Return URL from PayPal"
5316
  msgstr "Спасылка для вяртання з Paypal-а"
5317
 
5318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:553
5319
  msgid "The URL where visitor will be redirected after completing payment."
5320
  msgstr ""
5321
 
5322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:554
5323
  #, php-format
5324
  msgid ""
5325
  "For example, a URL to your site that displays a %s\"Thank you for the payment"
5326
  "\"%s."
5327
  msgstr ""
5328
 
5329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:561
5330
  #, fuzzy
5331
  msgid "Cancel Return URL from PayPal"
5332
  msgstr "Спасылка для вяртання з Paypal-а"
5333
 
5334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:568
5335
  msgid "The URL where the visitor will be redirected after completing payment."
5336
  msgstr ""
5337
 
5338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:569
5339
  #, php-format
5340
  msgid ""
5341
  "For example, the URL to your website that displays a %s\"Payment Canceled"
5342
  "\"%s page."
5343
  msgstr ""
5344
 
5345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:582
5346
  msgid ""
5347
  "Check this box to automatically approve bookings, when visitor makes a "
5348
  "successful payment, or automatically cancel the booking, when visitor makes "
5349
  "a payment cancellation."
5350
  msgstr ""
5351
 
5352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:856
5353
  msgid "Make payments with payPal - its fast, free and secure!"
5354
  msgstr "Зрабіце аплату пры дапамозе Paypal - гэта хутка і бяспечна."
5355
 
5356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:971
5357
  #, fuzzy
5358
  msgid "Enter your phone number"
5359
  msgstr "Увядзіце ваш тэлефон"
5360
 
5361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:20
5362
  msgid "Integration of Sage payment system"
5363
  msgstr ""
5364
 
5365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:21
5366
  #, fuzzy
5367
  msgid "Sage"
5368
  msgstr "Захаваць"
5369
 
5370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
5371
  #, fuzzy
5372
  msgid "Sage payment customization"
5373
  msgstr "Аплата"
5374
 
5375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:84
5376
  #, php-format
5377
  msgid ""
5378
  "If you have no account on this system, please visit %s to create one. "
5380
  "account."
5381
  msgstr ""
5382
 
5383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:88
5384
  #, fuzzy
5385
  msgid "Active Sage Pay"
5386
  msgstr "Актыўна"
5387
 
5388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:95
5389
  #, fuzzy
5390
  msgid " Check this box to use Sage Pay payment."
5391
  msgstr "Вылучыце, калі Вы жадаеце выкарыстоўваць аплату пры дапамозе Paypal."
5392
 
5393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:104
5394
  #, fuzzy
5395
  msgid "Vendor Name"
5396
  msgstr "Імя"
5397
 
5398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:108
5399
  msgid ""
5400
  "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when "
5401
  "you applied."
5402
  msgstr ""
5403
 
5404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:115
5405
  msgid "XOR Encryption password"
5406
  msgstr ""
5407
 
5408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:119
5409
  msgid ""
5410
  "Set this value to the XOR Encryption password assigned to you by Sage Pay"
5411
  msgstr ""
5412
 
5413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:131
5414
  msgid "SIMULATOR"
5415
  msgstr ""
5416
 
5417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:132
5418
  msgid "TEST"
5419
  msgstr ""
5420
 
5421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:133
5422
  msgid "LIVE"
5423
  msgstr ""
5424
 
5425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:135
5426
  msgid ""
5427
  "Select SIMULATOR for the Simulator expert system, TEST for the Test Server "
5428
  "and LIVE in the live environment"
5429
  msgstr ""
5430
 
5431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:144
5432
  #, fuzzy
5433
  msgid "PAYMENT"
5434
  msgstr "Аплата"
5435
 
5436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:145
5437
  msgid "DEFERRED"
5438
  msgstr ""
5439
 
5440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:146
5441
  msgid "AUTHENTICATE"
5442
  msgstr ""
5443
 
5444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:148
5445
  msgid ""
5446
  "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports "
5447
  "those payment types"
5448
  msgstr ""
5449
 
5450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:159
5451
  msgid "Yen"
5452
  msgstr "Ены"
5453
 
5454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:172
5455
  msgid "Israeli Shekel"
5456
  msgstr "Ізраільскі шекель"
5457
 
5458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
5459
  msgid "ALL"
5460
  msgstr ""
5461
 
5462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:542
5463
  #, php-format
5464
  msgid "Pay using %s payment service"
5465
  msgstr ""
5466
 
5467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/wpbc-response.php:92
5468
+ #, fuzzy
5469
+ msgid "Payment rejected"
5470
+ msgstr "Аплата"
5471
+
5472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
5473
  #, fuzzy
5474
  msgid "Form / Calendar"
5475
  msgstr "Форма"
5476
 
5477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:114
5478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:127
5479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:140
5480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:154
5481
  #, fuzzy
5482
  msgid "Insertion of"
5483
  msgstr "Інфармацыя"
5484
 
5485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:114
5486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:127
5487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:140
5488
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:154
5489
+ #, fuzzy
5490
+ msgid "settings"
5491
+ msgstr "Усталёўкі"
5492
+
5493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
5494
  #, fuzzy
5495
  msgid "Selection of form"
5496
  msgstr "Форма"
5497
 
5498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
5499
  #, fuzzy
5500
  msgid "Editing of booking"
5501
  msgstr "Браняванне"
5502
 
5503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:174
5504
  #, php-format
5505
  msgid ""
5506
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5507
  "of the specific shortcodes %shere%s"
5508
  msgstr ""
5509
 
5510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:183
5511
  #, php-format
5512
  msgid ""
5513
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
5515
  "payment request"
5516
  msgstr ""
5517
 
5518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:184
5519
  #, php-format
5520
  msgid ""
5521
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5522
  "settings page%s must link to this page"
5523
  msgstr ""
5524
 
5525
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:185
5526
  #, php-format
5527
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5528
  msgstr ""
5529
 
 
5530
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:204
5531
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:206
5532
  #, fuzzy
5533
  msgid "Select shortcode to insert"
5534
  msgstr "Уставіць Каляндар для бранявання"
5535
 
5536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:211
5537
+ #, fuzzy
5538
+ msgid "Search form"
5539
+ msgstr "Форма"
5540
+
5541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:226
5542
  #, php-format
5543
  msgid ""
5544
  "This shortcode %s is using for showing the search results at specific page, "
5545
  "if the search form is submit showing the search results at different page"
5546
  msgstr ""
5547
 
5548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:236
5549
  #, fuzzy
5550
  msgid "Check this box to show search results on other page"
5551
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
5552
 
5553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:242
5554
  #, fuzzy
5555
  msgid "URL of search results:"
5556
  msgstr "Спасылка для вяртання з Paypal-а"
5557
 
5558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:244
5559
  msgid "Type the URL of search results page."
5560
  msgstr ""
5561
 
5562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:250
5563
  #, fuzzy
5564
  msgid "Title of Search results:"
5565
  msgstr "Загаловак"
5566
 
5567
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:253
5568
  msgid "Type the title of Search results."
5569
  msgstr ""
5570
 
5571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:259
5572
  msgid "Nothing Found Message:"
5573
  msgstr ""
5574
 
5575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:262
5576
  msgid "Type the message, when nothing found."
5577
  msgstr ""
5578
 
5579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:269
5580
  #, fuzzy
5581
  msgid "Search only for users:"
5582
  msgstr "Бразільскі рэал (толькі для бразільскіх карыстачоў)"
5583
 
5584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:271
5585
  msgid ""
5586
  "Type IDs of the users (separated by comma \",\") for searching availability "
5587
  "only for these users, or leave it blank for searching for all users."
5588
  msgstr ""
5589
 
5590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:290
5591
  #, fuzzy
5592
  msgid "Title:"
5593
  msgstr "Загаловак"
5594
 
5595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:292
5596
  msgid "Title near your select box."
5597
  msgstr ""
5598
 
5599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:300
5600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:381
5601
  msgid "Visible months:"
5602
  msgstr ""
5603
 
5604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:315
5605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:396
5606
  msgid "Select number of month to show for calendar."
5607
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
5608
 
5609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:337
5610
  msgid ""
5611
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5612
  "select multiple booking resources."
5613
  msgstr ""
5614
 
5615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:344
5616
  #, php-format
5617
  msgid ""
5618
  "This shortcode %s is using for selection of the booking form of specific "
5619
  "booking resources in selectbox"
5620
  msgstr ""
5621
 
5622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:430
5623
+ msgid "Saved"
5624
+ msgstr "Захавана"
5625
+
5626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:551
5627
  #, fuzzy
5628
  msgid "This booking resources does not exist"
5629
  msgstr "Тып бранявання"
5630
 
5631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:570
5632
  msgid "Processing..."
5633
  msgstr ""
5634
 
5635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:591
5636
  msgid "Generating columns..."
5637
  msgstr ""
5638
 
5639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:622
5640
  #, fuzzy
5641
  msgid "Exporting booking data..."
5642
  msgstr "Браняванне"
5643
 
5644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:656
5645
  msgid "Generating content of file"
5646
  msgstr ""
5647
 
5648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:694
5649
  #, fuzzy
5650
  msgid "Saving to file"
5651
  msgstr "у календары"
5652
 
5653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:711
5654
  #, fuzzy
5655
  msgid "Export bookings"
5656
  msgstr "Браняванне"
5657
 
5658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:714
5659
  msgid "Download the CSV file of exported booking data"
5660
  msgstr ""
5661
 
5662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:720
5663
  msgid "Download"
5664
  msgstr ""
5665
 
5666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:730
5667
  #, fuzzy
5668
  msgid "Done!"
5669
  msgstr "Тэлефон"
5670
 
5671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:753
5672
  #, fuzzy
5673
  msgid "Please Select"
5674
  msgstr "Калі ласка, увядзіце кошт"
5675
 
5676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:898
5677
  #, fuzzy
5678
  msgid "link"
5679
  msgstr "Спасылкі"
5680
 
5681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1019
5682
  #, fuzzy
5683
  msgid "Print bookings"
5684
  msgstr "Браняванне"
5685
 
5686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1040
5687
  #, fuzzy
5688
  msgid "The booking was canceled by the visitor."
5689
  msgstr "Браняванне"
5690
 
5691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1054
5692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1065
5693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1664
5694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1711
5695
  msgid "Wrong booking hash in URL (probably expired)"
5696
  msgstr ""
5697
 
5698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1093
5699
  #, fuzzy
5700
  msgid "The booking has been canceled successfully"
5701
  msgstr "Ваша бронь была зменена"
5702
 
5703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1232
5704
  #, fuzzy
5705
  msgid "Add New Booking Resource(s)"
5706
  msgstr "Дадаць новае браняванне"
5707
 
5708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1237
5709
  #, fuzzy
5710
  msgid "New Resource"
5711
  msgstr "Дадаць новае браняванне"
5712
 
5713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1241
5714
  msgid "Enter title here"
5715
  msgstr ""
5716
 
5717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1243
5718
  #, fuzzy
5719
  msgid "Enter name of booking resource"
5720
  msgstr "Сезонныя змены коштаў"
5721
 
5722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1252
5723
  #, fuzzy
5724
  msgid "Advanced Options"
5725
  msgstr "Пашыраныя налады"
5726
 
5727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1253
5728
  #, fuzzy
5729
  msgid "Add new resource(s)"
5730
  msgstr "Дадаць новае браняванне"
5731
 
5732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1369
 
5733
  #, fuzzy
5734
+ msgid "Default booking resource"
5735
  msgstr "Тып бранявання"
5736
 
5737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1385
 
5738
  #, fuzzy
5739
+ msgid "Select your default booking resource."
5740
+ msgstr "Сезонныя змены коштаў"
 
 
5741
 
5742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1389
 
5743
  #, fuzzy
5744
+ msgid "Resources number per page"
5745
  msgstr "Тып бранявання"
5746
 
5747
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
 
 
 
 
5748
  #, fuzzy
5749
+ msgid ""
5750
+ "Select number of booking resources (single or parent) per page at Resource "
5751
+ "menu page"
5752
+ msgstr "Імя аб'ектаў з рэсурсу"
5753
 
5754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1412
5755
  #, fuzzy
5756
  msgid "URL to edit bookings"
5757
  msgstr "рэдагаваць "
5758
 
5759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1414
5760
  #, fuzzy, php-format
5761
  msgid ""
5762
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5763
  "into this page."
5764
  msgstr "Увядзіце Вашу тэму ліста для %sпроверки браняванні%s"
5765
 
5766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1432
5767
  #, fuzzy
5768
  msgid "Change hash after the booking is approved"
5769
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
5770
 
5771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1438
5772
  msgid ""
5773
  "Check this box if you want to change the booking hash after approval. When "
5774
  "checked, visitor will not be able to edit or cancel the booking."
5775
  msgstr ""
5776
 
5777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1449
5778
  #, php-format
5779
  msgid "%s - start new translation section, where %s - locale of translation"
5780
  msgstr ""
5781
 
5782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1450
5783
  #, fuzzy, php-format
5784
  msgid "Example #1: %s - start French translation section"
5785
  msgstr "Прыклад: %s "
5786
 
5787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1451
5788
  #, php-format
5789
  msgid "Example #2: \"%s\" - English and French translation of some message"
5790
  msgstr ""
5791
 
5792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1467
5793
  msgid ""
5794
  "Customization of email template, which is sending to Admin after new booking"
5795
  msgstr ""
5796
 
5797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1468
5798
  #, fuzzy
5799
  msgid "New for Admin"
5800
  msgstr "Адміністрацыйны емейл"
5801
 
5802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1476
5803
  msgid ""
5804
  "Customization of email template, which is sending to Visitor after new "
5805
  "booking"
5806
  msgstr ""
5807
 
5808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1477
5809
  #, fuzzy
5810
  msgid "New for Visitor"
5811
  msgstr "Новазеландскія даляры"
5812
 
5813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1485
5814
  #, fuzzy
5815
  msgid ""
5816
  "Customization of email template, which is sending to Visitor after approval "
5817
  "of booking"
5818
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5819
 
5820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1494
5821
  msgid ""
5822
  "Customization of email template, which is sending to Visitor after "
5823
  "Cancellation of booking"
5824
  msgstr ""
5825
 
5826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1495
5827
  #, fuzzy
5828
  msgid "Declined"
5829
  msgstr "Выдалена"
5830
 
5831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1503
5832
  #, fuzzy
5833
  msgid ""
5834
  "Customization of email template, which is sending after modification of "
5835
  "booking"
5836
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5837
 
5838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1504
5839
  msgid "Modified"
5840
  msgstr ""
5841
 
5842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1513
5843
  msgid ""
5844
  "Customization of email template, which is sending to Visitor after payment "
5845
  "request"
5846
  msgstr ""
5847
 
5848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1514
5849
  #, fuzzy
5850
  msgid "Payment request"
5851
  msgstr "Аплата"
5852
 
5853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1568
5854
  #, fuzzy
5855
  msgid "Standard Form Template"
5856
  msgstr "Стандарт "
5857
 
5858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1569
5859
  #, fuzzy
5860
  msgid "2 Columns Form Template"
5861
  msgstr "Колькасць календароў"
5862
 
5863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1570
5864
  msgid "Wizard Form Template(several steps)"
5865
  msgstr ""
5866
 
5867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1572
5868
  #, fuzzy
5869
  msgid "Payment Form Template"
5870
  msgstr "Аплата"
5871
 
5872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1573
5873
  #, fuzzy
5874
  msgid "Time Slots Form Template"
5875
  msgstr "Фармат даты"
5876
 
5877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1575
5878
  msgid "Time slots for different weekends Form Template"
5879
  msgstr ""
5880
 
5881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1576
5882
  #, fuzzy
5883
  msgid "Hints Form Template"
5884
  msgstr "Форма"
5885
 
5886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1589
 
 
 
 
 
5887
  #, fuzzy
5888
  msgid "Reset Booking Form and Content of Booking Fields Form"
5889
  msgstr "Кошты бранявання"
5890
 
5891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1593
5892
  msgid "Both"
5893
  msgstr ""
5894
 
5895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1605
5896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3753
5897
  msgid "Please configure the form for content of booking fields data!"
5898
  msgstr ""
5899
 
5900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1613
5901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3761
5902
  #, fuzzy
5903
  msgid "Please configure the form fields!"
5904
  msgstr "Палі формы"
5905
 
5906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1622
5907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1178
5908
  #, fuzzy
5909
  msgid "Customization of booking form fields"
5910
  msgstr "Палі формы"
5911
 
5912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1627
5913
  #, fuzzy
5914
  msgid ""
5915
  "Customization of fields, which showing in the Booking Listing page for the "
5916
  "specific booking"
5917
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
5918
 
5919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1630
5920
  #, fuzzy
5921
  msgid "Content of Booking Fields"
5922
  msgstr "Палі формы"
5923
 
5924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1646
5925
  #, fuzzy
5926
  msgid "Default title of bookings"
5927
  msgstr "Загаловак"
5928
 
5929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1648
5930
  #, php-format
5931
  msgid ""
5932
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
5934
  "page)."
5935
  msgstr ""
5936
 
5937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1662
5938
  #, fuzzy
5939
  msgid "Incorrect date format"
5940
  msgstr "Фармат даты"
5941
 
5942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1921
5943
  #, fuzzy
5944
  msgid "Booking Resource"
5945
  msgstr "Тып бранявання"
5946
 
5947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1931
5948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1540
5949
  #, fuzzy
5950
  msgid "All bookings"
5951
  msgstr "Браняванне"
5952
 
5953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1935
5954
  #, fuzzy
5955
  msgid "All incoming bookings"
5956
  msgstr "Браняванне"
5957
 
5958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1940
5959
  #, fuzzy
5960
  msgid "New reservations made today"
5961
  msgstr "Новае браняванне"
5962
 
5963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1945
5964
  #, fuzzy
5965
  msgid "Reservations for today"
5966
  msgstr "Інфармацыя"
5967
 
5968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1966
5969
  msgid "Add new booking resource"
5970
  msgstr "Дадаць новае браняванне"
5971
 
5972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2977
5973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3025
5974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:227
5975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:229
5976
  msgid "Updated successfully"
5977
  msgstr "Абноўлена паспяхова"
5978
 
5979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2991
5980
  msgid ""
5981
  "Warning! The resource was not changed. Current dates are already booked "
5982
  "there."
5983
  msgstr ""
5984
 
5985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3260
5986
  #, fuzzy
5987
  msgid "Email to \"Admin\" after a new booking"
5988
  msgstr "Электронная ліст для \"Адміністратара\" пасля бранявання на сайце"
5989
 
5990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3280
5991
  msgid "To"
5992
  msgstr "Каму"
5993
 
5994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3282
5995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:282
5996
  #, fuzzy, php-format
5997
  msgid "Type default %sadmin email%s for booking confirmation"
5998
  msgstr "Увядзіце %s еў. почу адміністратара%s для праверкі бранявання"
5999
 
6000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3289
6001
  #, fuzzy, php-format
6002
  msgid ""
6003
  "Type the default %sadmin email%s sending the booking confimation. You can "
6004
  "use this %s shortcode."
6005
  msgstr "Увядзіце %s еў. почу адміністратара%s адкуль лісты высылаюцца"
6006
 
6007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3296
6008
  #, fuzzy, php-format
6009
  msgid "Type your email %ssubject%s for the booking confimation message."
6010
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
6011
 
6012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3304
6013
  #, fuzzy, php-format
6014
  msgid "Type your %semail message content for checking booking%s in. "
6015
  msgstr "Увядзіце тэкст %sписьма для праверкі бранявання%s на сайце"
6016
 
6017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3312
6018
  #, fuzzy, php-format
6019
  msgid ""
6020
  "For example: \"You have a new reservation %s on the following date(s): %s "
6025
  "інфармацыя пра твар якое зрабіла браняванне:%s Дзякуй за карыстанне сэрвісам "
6026
  "бранявання.\""
6027
 
6028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3312
6029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3373
6030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3446
6031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
6032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1154
6033
  #, fuzzy
6034
  msgid "here"
6035
  msgstr "Чыннік адмовы"
6036
 
6037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3327
6038
  #, fuzzy
6039
  msgid "Email to \"Person\" after they make a new reservation"
6040
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
6041
 
6042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3357
6043
  #, fuzzy, php-format
6044
  msgid "Type email subject for %svisitor after creating a new reservation%s."
6045
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6046
 
6047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3358
6048
  #, fuzzy, php-format
6049
  msgid "Use these %s shortcodes."
6050
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
6051
 
6052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3367
6053
  #, fuzzy, php-format
6054
  msgid ""
6055
  "Type your %semail message for visitor after creating a new reservation%s"
6056
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6057
 
6058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3373
6059
  #, fuzzy, php-format
6060
  msgid ""
6061
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
6065
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
6066
  "Дзякуй за карыстанне сэрвісам бранявання.\""
6067
 
6068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3387
6069
  #, fuzzy
6070
  msgid "Email to \"Person\" after booking is approved"
6071
  msgstr "Ліст наведвальніку пасля адмовы брані."
6072
 
6073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3430
6074
  #, fuzzy, php-format
6075
  msgid "Type your email subject for the %sapproved booking%s."
6076
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
6077
 
6078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3438
6079
  #, fuzzy, php-format
6080
  msgid "Type your %semail message for the approved booking%s from the website"
6081
  msgstr "Увядзіце тэкст ліста %sдля пацверджанні бранявання%s на сайце"
6082
 
6083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3446
6084
  #, fuzzy, php-format
6085
  msgid ""
6086
  "For example: \"Your reservation %s on these date(s): %s has been approved."
6090
  "Напрыклад: \"Ваша бронь %s на даты: %s была пацверджана.%s Дзякуй за "
6091
  "карыстанне сэрвісам бранявання .\""
6092
 
6093
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3460
6094
  #, fuzzy
6095
  msgid "Email to \"Person\" after their booking has been denied"
6096
  msgstr "Ліст наведвальніку пасля рэдагавання брані."
6097
 
6098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3505
6099
  #, fuzzy, php-format
6100
  msgid "Type your email subject for the %sdenied booking%s."
6101
  msgstr "Увядзіце тэму ліста для %sотказа браняванні%s"
6102
 
6103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3512
6104
  #, fuzzy, php-format
6105
  msgid "Type your %semail message for the denied booking%s from the website"
6106
  msgstr "ввдите тэкст ліста для %sотказа браняванні%s на сайце"
6107
 
6108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3521
6109
  #, fuzzy, php-format
6110
  msgid ""
6111
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
6114
  "Напрыклад: \" Ваша бронь %s на даты: %s была адменена. %s Дзякуй за "
6115
  "карыстанне сэрвісам бранявання.\""
6116
 
6117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3537
6118
  #, fuzzy
6119
  msgid "Email to \"Person\" after booking is modified"
6120
  msgstr "Ліст наведвальніку пасля адмовы брані."
6121
 
6122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3582
6123
  #, fuzzy, php-format
6124
  msgid "Type your email subject for the %smodified booking%s. "
6125
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6126
 
6127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3590
6128
  #, fuzzy, php-format
6129
  msgid "Type your %semail message for the modified booking%s from the website"
6130
  msgstr "ввдите тэкст ліста пры %sредактировании браняванні%s на сайце"
6131
 
6132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
6133
  #, fuzzy, php-format
6134
  msgid ""
6135
  "For example: \"The reservation %s on these date(s): %s has been modified. "
6139
  "Напрыклад: \" Ваша бронь %s на даты: %s была зменена адміністратарам. %s "
6140
  "Дзякуй за карыстанне сэрвісам бранявання.\""
6141
 
6142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3697
6143
  msgid "Form fields"
6144
  msgstr "Палі формы"
6145
 
6146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3726
6147
  #, php-format
6148
  msgid ""
6149
  "Content of booking fields data for email templates (%s-shortcode) and "
6150
  "booking listing page"
6151
  msgstr ""
6152
 
6153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3734
6154
  #, fuzzy, php-format
6155
  msgid "%s - inserting data from fields of booking form"
6156
  msgstr "%s - даданне палёў з дадзенымі формы бранявання,"
6157
 
6158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3735
6159
  #, php-format
6160
  msgid "%s - inserting new line"
6161
  msgstr "%s - дадаць новы радок"
6162
 
6163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3830
6164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
6165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
6166
  msgid "First Name"
6167
  msgstr "Імя"
6168
 
6169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3831
6170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
6171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
6172
  msgid "Last Name"
6173
  msgstr "Прозвішча"
6174
 
6175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3832
6176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3843
6177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
6178
  msgid "Email"
6179
  msgstr "Емейл"
6180
 
6181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
6182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
6183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:220
6184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:559
6185
  #, fuzzy
6186
  msgid "Times"
6187
  msgstr "Час"
6188
 
6189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
6190
  #, fuzzy
6191
  msgid "Address"
6192
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
6193
 
6194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3861
6195
  msgid "City"
6196
  msgstr ""
6197
 
6198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3862
6199
  msgid "Post code"
6200
  msgstr ""
6201
 
6202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3915
6203
+ msgid "Please, reserve an apartment with fresh flowers."
6204
+ msgstr ""
6205
+
6206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4013
6207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2148
6208
  #, fuzzy
6209
  msgid "New booking"
6210
  msgstr "Дадаць новае браняванне"
6211
 
6212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4015
6213
  #, fuzzy, php-format
6214
  msgid ""
6215
  "Your reservation %s for: %s is processing now! We will send confirmation by "
6218
  "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
6219
  "карыстанне сэрвісам бранявання.%s"
6220
 
6221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4019
6222
  #, fuzzy
6223
  msgid "The reservation has been modified"
6224
  msgstr "Ваша бронь была зменена"
6225
 
6226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4021
6227
  #, fuzzy, php-format
6228
  msgid ""
6229
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
6232
  "Ваша бронь %sна даты: %s была зменена адміністратарам. %sСпасибо за "
6233
  "карыстанне сэрвісам бранявання.%s"
6234
 
6235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4082
6236
  msgid "Sending request..."
6237
  msgstr ""
6238
 
6239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4109
6240
  #, fuzzy
6241
  msgid "Order number"
6242
  msgstr "Лік наведвальнікаў"
6243
 
6244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4112
6245
  #, fuzzy
6246
  msgid "Register"
6247
  msgstr "Забранявана"
6248
 
6249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4114
6250
  msgid ""
6251
+ "Please, enter order number of your purchased version, which you received to "
6252
+ "your billing email."
6253
  msgstr ""
6254
 
6255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4118
6256
  #, php-format
6257
  msgid ""
6258
  "If you will get any difficulties or have a questions, please contact by "
6259
  "email %s"
6260
  msgstr ""
6261
 
6262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:53
6263
  #, fuzzy
6264
  msgid "Search availability"
6265
  msgstr "Даступнасць"
6266
 
6267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:61
6268
  msgid "Nothing found."
6269
  msgstr ""
6270
 
6271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:65
6272
+ msgid "Search results."
6273
+ msgstr ""
6274
+
6275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:71
6276
+ #, fuzzy
6277
+ msgid "Title of search widget"
6278
+ msgstr "Загаловак"
6279
+
6280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:79
6281
+ #, fuzzy
6282
+ msgid "Title of search results"
6283
+ msgstr "Загаловак"
6284
+
6285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:84
6286
+ #, php-format
6287
+ msgid "Please type the %sTitle of search results%s."
6288
+ msgstr ""
6289
+
6290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:88
6291
+ msgid "Nothing found message"
6292
+ msgstr ""
6293
+
6294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:93
6295
+ #, php-format
6296
+ msgid "Please type the %smessage ,what is showing, when nothing found%s."
6297
+ msgstr ""
6298
+
6299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:97
6300
+ #, fuzzy
6301
+ msgid "URL of Search Results"
6302
+ msgstr "Спасылка для вяртання з Paypal-а"
6303
+
6304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:102
6305
+ #, php-format
6306
+ msgid ""
6307
+ "Please type the URL of the page %s(with %s shortcode in content)%s, where "
6308
+ "search results will show."
6309
+ msgstr ""
6310
+
6311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:27
6312
+ #, php-format
6313
+ msgid ""
6314
+ "%sError!%s Request do not pass security check! Please refresh the page and "
6315
+ "try one more time."
6316
+ msgstr ""
6317
+
6318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:102
6319
+ msgid "Set as Read"
6320
+ msgstr ""
6321
+
6322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:102
6323
+ msgid "Set as Unread"
6324
+ msgstr ""
6325
+
6326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:159
6327
+ #, fuzzy
6328
+ msgid "Set as Approved"
6329
+ msgstr "Пацверджана"
6330
+
6331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:159
6332
+ #, fuzzy
6333
+ msgid "Set as Pending"
6334
+ msgstr "Якія чакаюць сцвярджэнні"
6335
+
6336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:177
6337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1706
6338
+ #, fuzzy
6339
+ msgid "Reason for cancellation here"
6340
+ msgstr "Чыннік адмовы"
6341
+
6342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:178
6343
+ msgid "Reason of cancellation here"
6344
+ msgstr "Чыннік адмовы"
6345
+
6346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:280
6347
+ #, fuzzy
6348
+ msgid "The code you entered is incorrect"
6349
+ msgstr "Ваш уведзены код няправільны"
6350
+
6351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-dismiss.php:80
6352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1003
6353
+ msgid "Dismiss"
6354
+ msgstr ""
6355
+
6356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:56
6357
+ msgid "This field is required"
6358
+ msgstr "Гэта поле неабходна"
6359
+
6360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:57
6361
+ msgid "This checkbox must be checked"
6362
+ msgstr ""
6363
+
6364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:58
6365
+ msgid "Incorrect email field"
6366
+ msgstr "Некоректно ўведзены емейл"
6367
+
6368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:59
6369
+ msgid "Your emails do not the same"
6370
+ msgstr ""
6371
+
6372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:60
6373
+ #, fuzzy
6374
+ msgid "Please, select booking date(s) at Calendar."
6375
+ msgstr "Калі ласка, вылучыце даты для рэзервавання"
6376
+
6377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1018
6378
+ msgid "We&#8217;ve assembled some links to get you started:"
6379
+ msgstr ""
6380
+
6381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1021
6382
+ msgid "Get Started"
6383
+ msgstr ""
6384
+
6385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1023
6386
+ #, php-format
6387
+ msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
6388
+ msgstr ""
6389
+
6390
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1028
6391
+ #, php-format
6392
+ msgid "or add booking calendar %sWidget%s to your sidebar."
6393
+ msgstr ""
6394
+
6395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1031
6396
+ #, php-format
6397
+ msgid "Check %show todo%s that and what %sshortcodes%s are available."
6398
  msgstr ""
6399
 
6400
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1034
6401
+ #, php-format
6402
+ msgid "Add new booking from your post/page or from %sAdmin Panel%s."
6403
+ msgstr ""
6404
 
6405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1039
6406
  #, fuzzy
6407
+ msgid "Next Steps"
6408
+ msgstr "Адправіць"
6409
 
6410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1041
6411
  #, php-format
6412
+ msgid "Check %sBooking Listing%s page for new bookings."
6413
  msgstr ""
6414
 
6415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1044
6416
+ #, fuzzy, php-format
6417
+ msgid "Configure booking %sSettings%s."
6418
+ msgstr "%sвведите час пачатку бранявання%s"
6419
 
6420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1047
6421
  #, php-format
6422
+ msgid "Configure predefined set of your %sForm Fields%s."
6423
  msgstr ""
6424
 
6425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1053
6426
  #, fuzzy
6427
+ msgid "Have a questions?"
6428
+ msgstr "Усталёўкі"
6429
 
6430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1055
6431
  #, php-format
6432
+ msgid "Check out our %sHelp%s"
 
 
6433
  msgstr ""
6434
 
6435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1058
6436
+ #, fuzzy, php-format
6437
+ msgid "See %sFAQ%s."
6438
+ msgstr "Прыклад: %s "
6439
+
6440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1061
6441
+ #, php-format
6442
+ msgid "Still having questions? Contact %sSupport%s."
6443
+ msgstr ""
6444
+
6445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1068
6446
+ #, php-format
6447
+ msgid "Need even more functionality? Check %s higher versions %s"
6448
  msgstr ""
6449
 
6450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:30
6451
  msgid "Insert booking calendar"
6452
  msgstr "Уставіць Каляндар для бранявання"
6453
 
6454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:31
6455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:653
6456
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:89
6457
  msgid "Booking calendar"
6458
  msgstr "Каляндар бранявання"
6459
 
6460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:143
6461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:165
6462
  msgid "Ok"
6463
  msgstr "Ок"
6464
 
6465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:369
6466
  #, fuzzy
6467
  msgid "Select booking resource"
6468
  msgstr "Тып бранявання"
6469
 
6470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:402
6471
  #, fuzzy
6472
  msgid "Start month:"
6473
  msgstr "Дні месяца"
6474
 
6475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:412
6476
  #, fuzzy
6477
  msgid "Select start month of calendar"
6478
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
6479
 
6480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:419
6481
  #, fuzzy
6482
  msgid "Show in the page:"
6483
  msgstr "Час паказу подпісу падзякі"
6484
 
6485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:425
6486
  #, fuzzy
6487
  msgid "Booking form with calendar"
6488
  msgstr "Каляндар бранявання"
6489
 
6490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:426
6491
  #, fuzzy
6492
  msgid "Only availability calendar"
6493
  msgstr "Даступнасць"
6494
 
6495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:427
6496
  #, fuzzy
6497
  msgid "Only booking form"
6498
  msgstr "Форма бранявання"
6499
 
6500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:432
6501
  #, fuzzy
6502
  msgid "for"
6503
  msgstr "Форма"
6504
 
6505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:435
6506
  #, fuzzy
6507
  msgid "date"
6508
  msgstr "Фармат даты"
6509
 
6510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:439
6511
  #, fuzzy
6512
  msgid ""
6513
  "Select to show the entire booking form or the availability calendar only."
6514
  msgstr "Абярыце, што Вы жадаеце паказаць:форму бранявання ці адзін каляндар."
6515
 
6516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:454
6517
  #, fuzzy
6518
  msgid "Show advanced settings"
6519
  msgstr "Пашыраныя налады"
6520
 
6521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:455
6522
  #, fuzzy
6523
  msgid "Hide advanced settings"
6524
  msgstr "Пашыраныя налады"
6525
 
6526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:459
6527
  #, php-format
6528
  msgid ""
6529
  "Setting advanced parameters of the calendar. %sLike width, height and "
6530
  "structure %s"
6531
  msgstr ""
6532
 
6533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:461
6534
  #, php-format
6535
  msgid ""
6536
  "%s or minimum and fixed number of days selection for the specific day of "
6537
  "week or season.%s"
6538
  msgstr ""
6539
 
6540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:467
6541
  #, php-format
6542
  msgid ""
6543
  "Please read more about the possible customizations of these %soptions%s "
6544
  "%shere%s"
6545
  msgstr ""
6546
 
6547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:468
6548
  #, fuzzy
6549
  msgid "Options:"
6550
  msgstr "Функцыі "
6551
 
6552
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:471
6553
  msgid ""
6554
  "Specify the full width of calendar, height of date cell and number of months "
6555
  "in one row. "
6556
  msgstr ""
6557
 
6558
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:474
6559
  msgid ""
6560
  "Calendar have 2 months in a row, the cell height is 30px and calendar full "
6561
  "width 568px (possible to use percentage for width: 100%)"
6562
  msgstr ""
6563
 
6564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:475
6565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:483
6566
  #, fuzzy
6567
  msgid "Code Example"
6568
  msgstr "Прыклад: %s "
6569
 
6570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:479
6571
  msgid ""
6572
  "Specify that during certain seasons (or days of week), the specific minimum "
6573
  "number of days must be booked. "
6574
  msgstr ""
6575
 
6576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:482
6577
  msgid ""
6578
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 "
6579
  "days – Saturday, etc…"
6580
  msgstr ""
6581
 
6582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
6583
  #, fuzzy
6584
  msgid "week"
6585
  msgstr "Дні тыдня "
6586
 
6587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
6588
  msgid "weeks"
6589
  msgstr ""
6590
 
6591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
6592
  #, fuzzy
6593
  msgid "month"
6594
  msgstr "Дні месяца"
6595
 
 
6596
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
6597
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:302
6598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:303
6599
  #, fuzzy
6600
  msgid "months"
6601
  msgstr "месяц(ы)"
6602
 
6603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:304
6604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2215
6605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:737
6606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:743
6607
  #, fuzzy
6608
  msgid "Year"
6609
  msgstr "год(а)"
6610
 
6611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:307
6612
  #, fuzzy
6613
  msgid "Current dates"
6614
  msgstr "Даты"
6615
 
6616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:308
6617
  #, fuzzy
6618
  msgid "Today"
6619
  msgstr "днеи"
6620
 
6621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:309
6622
  #, fuzzy
6623
  msgid "Previous dates"
6624
  msgstr "Даты"
6625
 
6626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:310
6627
  #, fuzzy
6628
  msgid "All dates"
6629
  msgstr "Даты"
6630
 
6631
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
6632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:424
6633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2073
6634
  msgid "Next"
6635
  msgstr ""
6636
 
6637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:312
6638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:447
6639
  #, fuzzy
6640
  msgid "Prior"
6641
  msgstr "Пра"
6642
 
6643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:314
6644
  msgid "Check In - Tomorrow"
6645
  msgstr ""
6646
 
6647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:315
6648
  msgid "Check Out - Tomorrow"
6649
  msgstr ""
6650
 
6651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:472
6652
+ #, fuzzy
6653
+ msgid "Check-in"
6654
+ msgstr "Дзеці"
6655
+
6656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:482
6657
+ #, fuzzy
6658
+ msgid "Check-out"
6659
+ msgstr "Дзеці"
6660
+
6661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:505
6662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:567
6663
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:623
6664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1471
6665
  #, fuzzy
6666
  msgid "Apply"
6667
  msgstr "Красавік"
6668
 
6669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:605
6670
  #, fuzzy
6671
  msgid "Start Date"
6672
  msgstr "Фармат даты"
6673
 
6674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:646
6675
  #, fuzzy
6676
  msgid "Booking Listing"
6677
  msgstr "Браняванне"
6678
 
6679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:650
6680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:708
6681
  #, fuzzy
6682
  msgid "Calendar Overview"
6683
  msgstr "Каляндар бранявання"
6684
 
6685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:659
6686
  #, fuzzy
6687
  msgid "Booking Calendar - Overview"
6688
  msgstr "Каляндар бранявання"
6689
 
6690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:667
6691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:688
6692
  msgid "Help"
6693
  msgstr ""
6694
 
6695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:686
6696
  #, fuzzy
6697
  msgid "About Booking Calendar"
6698
  msgstr "Каляндар бранявання"
6699
 
6700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:689
6701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:427
6702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1256
6703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1263
6704
  msgid "FAQ"
6705
  msgstr ""
6706
 
6707
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:690
6708
  #, fuzzy
6709
  msgid "Technical Support"
6710
  msgstr "Премиум падтрымка"
6711
 
6712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:693
6713
  msgid "Purchase"
6714
  msgstr "Купля"
6715
 
6716
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:696
6717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:440
6718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1241
6719
  msgid "Upgrade"
6720
  msgstr ""
6721
 
6722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1372
6723
  msgid "Filter"
6724
  msgstr "Фільтр "
6725
 
6726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1417
6727
  #, fuzzy
6728
  msgid "Expand Advanced Filter"
6729
  msgstr "Фільтр "
6730
 
6731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1418
6732
  #, fuzzy
6733
  msgid "Collapse Advanced Filter"
6734
  msgstr "Фільтр "
6735
 
6736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1435
6737
  msgid ""
6738
+ "Send email notification to customer after approval, cancellation or deletion "
6739
  "of bookings"
6740
  msgstr ""
6741
 
6742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1436
6743
  #, fuzzy
6744
  msgid "Emails sending"
6745
  msgstr "Емейл "
6746
 
6747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
6748
  #, fuzzy
6749
  msgid "Booking ID"
6750
  msgstr "ID"
6751
 
6752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1468
6753
  #, fuzzy
6754
  msgid "Refresh booking listing"
6755
  msgstr "Браняванне"
6756
 
6757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1472
6758
  #, fuzzy
6759
  msgid "Reset filter to default values"
6760
  msgstr "Абнавіць да значэння па змаўчанні"
6761
 
6762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1513
6763
  #, fuzzy
6764
  msgid "Any"
6765
  msgstr "Любы дзень тыдня"
6766
 
6767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1541
6768
  #, fuzzy
6769
  msgid "New bookings"
6770
  msgstr "Браняванне"
6771
 
6772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1544
6773
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:84
6774
  msgid "Show"
6775
  msgstr "Паказаць"
6776
 
6777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1556
6778
  #, fuzzy
6779
  msgid "Creation"
6780
  msgstr "Выдаленне дадзеных па браняванні"
6781
 
6782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1590
6783
  msgid "Order by"
6784
  msgstr ""
6785
 
6786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1604
6787
  msgid ""
6788
  "Save filter settings as default template (Please, click Apply filter button, "
6789
  "before saving!)"
6790
  msgstr ""
6791
 
6792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1607
6793
  #, fuzzy
6794
  msgid "Save as Default"
6795
  msgstr "Захаваць"
6796
 
6797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1612
6798
  msgid "Delete your previously saved default filer template!"
6799
  msgstr ""
6800
 
6801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1615
6802
  #, fuzzy
6803
  msgid "Delete template"
6804
  msgstr "Выдаліць"
6805
 
6806
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1686
6807
  #, fuzzy
6808
  msgid "Approve selected bookings"
6809
  msgstr "Пацвердзіць"
6810
 
6811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1690
6812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1993
6813
  msgid "Approve"
6814
  msgstr "Пацвердзіць"
6815
 
6816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1691
6817
  #, fuzzy
6818
  msgid "Set selected bookings as pending"
6819
  msgstr "увядзіце час бранявання"
6820
 
6821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1693
6822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1997
6823
  #, fuzzy
6824
  msgid "Do you really want to set booking as pending ?"
6825
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
6826
 
6827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1696
6828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1998
6829
  #, fuzzy
6830
  msgid "Reject"
6831
  msgstr "Выдалена"
6832
 
6833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1699
6834
  #, fuzzy
6835
  msgid "Delete selected bookings"
6836
  msgstr "Выдаліць"
6837
 
6838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
6839
  #, fuzzy
6840
  msgid "Do you really want to delete selected booking(s) ?"
6841
  msgstr "Вы ўпэўнены, што жадаеце выдаліць гэты тып?"
6842
 
6843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1711
 
 
 
 
 
 
6844
  #, fuzzy
6845
  msgid "Mark as read all bookings"
6846
  msgstr "Электронная пошта наведвальніку пасля пацверджання брані"
6847
 
6848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1715
6849
  #, fuzzy
6850
  msgid "Read All"
6851
  msgstr "Нататка"
6852
 
6853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1716
6854
  msgid "Mark as read selected bookings"
6855
  msgstr ""
6856
 
6857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1720
6858
  #, fuzzy
6859
  msgid "Read"
6860
  msgstr "Нататка"
6861
 
6862
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1721
6863
  msgid "Mark as Unread selected bookings"
6864
  msgstr ""
6865
 
6866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1725
6867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1935
6868
  msgid "Unread"
6869
  msgstr ""
6870
 
6871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1767
6872
  #, fuzzy
6873
  msgid "Booking Data"
6874
  msgstr "Браняванне"
6875
 
6876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1768
6877
  #, fuzzy
6878
  msgid "Booking Dates"
6879
  msgstr "Даты"
6880
 
6881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1773
6882
  #, fuzzy
6883
  msgid "Show ALL dates of booking"
6884
  msgstr "Сезонныя змены коштаў"
6885
 
6886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1778
6887
  #, fuzzy
6888
  msgid "Show only check in/out dates"
6889
  msgstr "%s - поле з пазнакай"
6890
 
6891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1785
6892
  msgid "Nothing found!"
6893
  msgstr ""
6894
 
6895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1819
6896
  #, fuzzy
6897
  msgid "Resource not exist"
6898
  msgstr "Імя рэсурсу"
6899
 
6900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1935
6901
  msgid "Mark"
6902
  msgstr ""
6903
 
6904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2002
6905
  #, fuzzy
6906
  msgid "Do you really want to delete this booking ?"
6907
  msgstr "Вы ўпэўнены, што жадаеце выдаліць? "
6908
 
6909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2055
6910
  #, fuzzy
6911
  msgid "Prev"
6912
  msgstr "Кошт"
6913
 
6914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2204
6915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2236
6916
  #, fuzzy
6917
  msgid "Show month"
6918
  msgstr "месяц(ы)"
6919
 
6920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2207
6921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2239
6922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:732
6923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:741
6924
  #, fuzzy
6925
  msgid "Month"
6926
  msgstr "Дні месяца"
6927
 
6928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2208
6929
  #, fuzzy
6930
  msgid "Show 3 months"
6931
  msgstr "Паказаць"
6932
 
6933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2211
6934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:736
6935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:742
6936
  #, fuzzy
6937
  msgid "3 Months"
6938
  msgstr "Месяцы"
6939
 
6940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2212
6941
  #, fuzzy
6942
  msgid "Show year"
6943
  msgstr "год(а)"
6944
 
6945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2221
6946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2255
6947
  #, fuzzy
6948
  msgid "Calendar view mode"
6949
  msgstr "Выгляд дат"
6950
 
6951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2228
6952
  #, fuzzy
6953
  msgid "Show day"
6954
  msgstr "Паказаць"
6955
 
6956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2231
6957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:729
6958
  #, fuzzy
6959
  msgid "Day"
6960
  msgstr "за 1 дзень"
6961
 
6962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2232
6963
  #, fuzzy
6964
  msgid "Show week"
6965
  msgstr "Паказаць"
6966
 
6967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2235
6968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:730
6969
  #, fuzzy
6970
  msgid "Week"
6971
  msgstr "Дні тыдня "
6972
 
6973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2240
6974
  #, fuzzy
6975
  msgid "Show 2 months"
6976
  msgstr "Паказаць"
6977
 
6978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2243
6979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:734
6980
  #, fuzzy
6981
  msgid "2 Months"
6982
  msgstr "Месяцы"
6983
 
6984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2281
6985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2295
6986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2342
6987
  msgid "Previous 4 weeks"
6988
  msgstr ""
6989
 
6990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2282
6991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2296
6992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2343
6993
  #, fuzzy
6994
  msgid "Previous week"
6995
  msgstr "Дні тыдня "
6996
 
6997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2283
6998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2297
6999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2344
7000
  #, fuzzy
7001
  msgid "Current week"
7002
  msgstr "Дні тыдня "
7003
 
7004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2284
7005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2298
7006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2345
7007
  #, fuzzy
7008
  msgid "Next week"
7009
  msgstr "Дні тыдня "
7010
 
7011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2285
7012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2299
7013
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2346
7014
  msgid "Next 4 weeks"
7015
  msgstr ""
7016
 
7017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2309
7018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2359
7019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2374
7020
  msgid "Previous 3 months"
7021
  msgstr ""
7022
 
7023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2310
7024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2360
7025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2375
7026
  #, fuzzy
7027
  msgid "Previous month"
7028
  msgstr "Дні месяца"
7029
 
7030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2311
7031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2361
7032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2376
7033
  #, fuzzy
7034
  msgid "Current month"
7035
  msgstr "Дні месяца"
7036
 
7037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2312
7038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2362
7039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2377
7040
  #, fuzzy
7041
  msgid "Next month"
7042
  msgstr "Дні месяца"
7043
 
7044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2313
7045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2363
7046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2378
7047
  #, fuzzy
7048
  msgid "Next 3 months"
7049
  msgstr "Месяцы"
7050
 
7051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2327
7052
  #, fuzzy
7053
  msgid "Previous 7 days"
7054
  msgstr "днеи"
7055
 
7056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2328
7057
  #, fuzzy
7058
  msgid "Previous day"
7059
  msgstr "за 1 дзень"
7060
 
7061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2329
7062
  #, fuzzy
7063
  msgid "Current day"
7064
  msgstr "за 1 дзень"
7065
 
7066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2330
7067
  #, fuzzy
7068
  msgid "Next day"
7069
  msgstr "за 1 дзень"
7070
 
7071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2331
7072
  #, fuzzy
7073
  msgid "Next 7 days"
7074
  msgstr "днеи"
7075
 
7076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2402
7077
  #, fuzzy
7078
  msgid "Calendar Navigation"
7079
  msgstr "Каляндар бранявання"
7080
 
7081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
7082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
7083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
 
7084
  #, fuzzy
7085
  msgid "M"
7086
  msgstr "Пн"
7087
 
7088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
7089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
7090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
 
7091
  #, fuzzy
7092
  msgid "W"
7093
  msgstr "Ср"
7094
 
7095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
7096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
7097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
 
7098
  #, fuzzy
7099
  msgid "F"
7100
  msgstr "F j, Y"
7101
 
7102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
7103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
7104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
7105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
7106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
7107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
7108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
7109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
7110
  #, fuzzy
7111
  msgid "Mon"
7112
  msgstr "Пн"
7113
 
7114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
7115
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
7116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
7117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
7118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
7119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
7120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
7121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
7122
  #, fuzzy
7123
  msgid "Tue"
7124
  msgstr "Вт"
7125
 
7126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
7127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
7128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
7129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
7130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
7131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
7132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
7133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
7134
  #, fuzzy
7135
  msgid "Wed"
7136
  msgstr "Ср"
7137
 
7138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
7139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
7140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
7141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
7142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
7143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
7144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
7145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
7146
  #, fuzzy
7147
  msgid "Thu"
7148
  msgstr "Вт"
7149
 
7150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
7151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
7152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
7153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
7154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
7155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
7156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
7157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
7158
  #, fuzzy
7159
  msgid "Fri"
7160
  msgstr "Пт"
7161
 
7162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
7163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
7164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
7165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
7166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
7167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
7168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
7169
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
7170
  #, fuzzy
7171
  msgid "Sat"
7172
  msgstr "Сб"
7173
 
7174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
7175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
7176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
7177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
7178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
7179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
7180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
7181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
7182
  #, fuzzy
7183
  msgid "Sun"
7184
  msgstr "Вс"
7185
 
7186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
 
7187
  #, fuzzy
7188
  msgid "T"
7189
  msgstr "Вт"
7190
 
7191
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
 
7192
  #, fuzzy
7193
  msgid "S"
7194
  msgstr "Прыклад: %s "
7195
 
7196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7197
  #, fuzzy
7198
  msgid "Booking Calendar"
7199
  msgstr "Каляндар бранявання"
7200
 
7201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:329
7202
  #, fuzzy
7203
  msgid "Statistic"
7204
  msgstr "Час пачатку"
7205
 
7206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:333
7207
  #, fuzzy
7208
  msgid "New (unverified) booking(s)"
7209
  msgstr "%s - дадаць новы радок"
7210
 
7211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:337
7212
  #, fuzzy
7213
  msgid "Pending booking(s)"
7214
  msgstr "Якія чакаюць сцвярджэнні"
7215
 
7216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:343
7217
  #, fuzzy
7218
  msgid "Agenda"
7219
  msgstr "Адправіць"
7220
 
7221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:347
7222
  #, fuzzy
7223
  msgid "New booking(s) made today"
7224
  msgstr "Новае браняванне"
7225
 
7226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:351
7227
  #, fuzzy
7228
  msgid "Bookings for today"
7229
  msgstr "Браняванне"
7230
 
7231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:373
7232
  msgid "Upgrade to higher versions"
7233
  msgstr ""
7234
 
7235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:373
7236
  #, fuzzy
7237
  msgid "Commercial versions"
7238
  msgstr "купіць Прафесійную версію"
7239
 
7240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:377
7241
  #, fuzzy
7242
  msgid "Upgrade now"
7243
  msgstr "Купіць цяпер"
7244
 
7245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
7246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1233
7247
  msgid "Buy now"
7248
  msgstr "Купіць цяпер"
7249
 
7250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:381
7251
  msgid "Test online Demo of each version"
7252
  msgstr ""
7253
 
7254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:397
7255
  #, fuzzy
7256
  msgid "Current version"
7257
  msgstr "Версія"
7258
 
7259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:400
7260
  msgid "Version"
7261
  msgstr "Версія"
7262
 
7263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:405
7264
  #, fuzzy
7265
  msgid "Type"
7266
  msgstr "Увядзіце Ваш надпіс для %sдоступности%s "
7267
 
7268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:409
7269
  msgid "Used for"
7270
  msgstr ""
7271
 
7272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:414
7273
  #, fuzzy
7274
  msgid "Release date"
7275
  msgstr "Фармат даты"
7276
 
7277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
7278
  #, fuzzy
7279
  msgid "Support"
7280
  msgstr "Супериор "
7281
 
7282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:424
7283
  #, fuzzy
7284
  msgid "Contact email"
7285
  msgstr "Емейл"
7286
 
7287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:430
7288
  msgid "Have a question"
7289
  msgstr ""
7290
 
7291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:433
7292
  msgid "Rate this plugin (thanks:)"
7293
  msgstr ""
7294
 
7295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:438
7296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:442
7297
  #, fuzzy
7298
  msgid "Explore Premium Features"
7299
  msgstr "Магчымасці"
7300
 
7301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:506
7302
  msgid "Warning !!!"
7303
  msgstr ""
7304
 
7305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:507
7306
  msgid "All booking data will be deleted when the plugin is deactivated."
7307
  msgstr ""
7308
 
7309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:508
7310
  #, php-format
7311
  msgid ""
7312
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
7313
  "data\"%s at the"
7314
  msgstr ""
7315
 
7316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:509
7317
  #, fuzzy
7318
  msgid "settings page"
7319
  msgstr "Усталёўкі"
7320
 
7321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:608
7322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:680
7323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1813
7324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:993
7325
  msgid "Settings"
7326
  msgstr "Усталёўкі"
7327
 
7328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:643
7329
  msgid "Booking"
7330
  msgstr "Браняванне"
7331
 
7332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:680
7333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:729
7334
  #, fuzzy
7335
  msgid "Booking settings customization"
7336
  msgstr "Усталёўкі"
7337
 
7338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:690
7339
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1781
7340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:952
7341
  msgid "Bookings"
7342
  msgstr "Браняванне"
7343
 
7344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:717
7345
  #, fuzzy
7346
  msgid "Bookings listing"
7347
  msgstr "Браняванне"
7348
 
7349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1089
7350
  msgid "Send email notification to customer about this operation"
7351
  msgstr ""
7352
 
7353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1165
7354
  #, fuzzy
7355
  msgid "General"
7356
  msgstr "Чэрвень"
7357
 
7358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1168
7359
+ #, fuzzy
7360
+ msgid "General Settings"
7361
+ msgstr "Усталёўкі"
7362
+
7363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1169
7364
+ #, fuzzy
7365
+ msgid "Customization of General Settings"
7366
+ msgstr "Усталёўкі"
7367
+
7368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1175
7369
  #, fuzzy
7370
  msgid "Fields"
7371
  msgstr "Палі формы"
7372
 
7373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1178
7374
+ #, fuzzy
7375
+ msgid "Fields Settings"
7376
+ msgstr "Усталёўкі"
7377
+
7378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1184
7379
  msgid "Emails"
7380
  msgstr "Емейл "
7381
 
7382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
7383
+ #, fuzzy
7384
+ msgid "Emails Settings"
7385
+ msgstr "Емейл "
7386
+
7387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
7388
  #, fuzzy
7389
  msgid "Customization of email templates"
7390
  msgstr "Емейл"
7391
 
7392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1193
7393
  #, fuzzy
7394
  msgid "Payments"
7395
  msgstr "Электронная пошта Paypal для атрымання плацяжоў"
7396
 
7397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1196
7398
+ #, fuzzy
7399
+ msgid "Payments Settings"
7400
+ msgstr "Усталёўкі"
7401
+
7402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1196
7403
  #, fuzzy
7404
  msgid "Integration of payment systems"
7405
  msgstr "Аплата"
7406
 
7407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1209
7408
+ #, fuzzy
7409
+ msgid "Search Settings"
7410
+ msgstr "Усталёўкі"
7411
+
7412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1209
7413
  #, fuzzy
7414
  msgid "Customization of search form"
7415
  msgstr "Форма"
7416
 
7417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1218
7418
+ #, fuzzy
7419
+ msgid "Users Settings"
7420
+ msgstr "Усталёўкі"
7421
 
7422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1218
7423
+ #, fuzzy
7424
+ msgid "Manage users settings"
7425
+ msgstr "Усталёўкі"
7426
+
7427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1244
7428
  #, fuzzy
7429
  msgid "Upgrade to higher versions."
7430
  msgstr "купіць Прафесійную версію"
7431
 
7432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1255
7433
  msgid "Features"
7434
  msgstr "Магчымасці"
7435
 
7436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1256
7437
  #, fuzzy
7438
  msgid "Live Demos"
7439
  msgstr "Анлайн дэма "
7440
 
7441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1257
7442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1264
7443
  #, fuzzy
7444
  msgid "Contact"
7445
  msgstr "Панядзелак"
7446
 
7447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1258
7448
  msgid "Buy"
7449
  msgstr "Купіць "
7450
 
7451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7452
  #, fuzzy
7453
  msgid "Calendar is loading..."
7454
  msgstr "Каляндар бранявання"
7455
 
7456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1672
7457
  msgid ""
7458
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
7459
  "booking hash."
7460
  msgstr ""
7461
 
7462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1801
7463
  #, fuzzy, php-format
7464
  msgid ""
7465
  "%sWarning! Booking calendar for this booking resource are already at the "
7466
  "page, please check more about this issue at %sthis page%s"
7467
  msgstr "Каляндар бранявання для гэтага рэсурсу ўжо існуе на гэтай старонцы"
7468
 
7469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1889
7470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:446
7471
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
7472
  msgid "You need to use special shortcode [bookingedit] for booking editing."
7473
  msgstr ""
7474
 
7475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1980
7476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1982
7477
  msgid "Wrong booking hash in URL. Probably hash is expired."
7478
  msgstr ""
7479
 
7480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1986
7481
  msgid "You do not set any parameters for booking editing"
7482
  msgstr ""
7483
 
7484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2078
7485
  #, fuzzy, php-format
7486
  msgid ""
7487
  "Thank you for your online booking. %s We will send confirmation of your "
7490
  "Дзякуй за браняванне. %sМы адразу ж звяжамся з Вамі для пацверджання "
7491
  "бранявання."
7492
 
7493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2149
7494
  #, fuzzy, php-format
7495
  msgid ""
7496
  "You need to approve a new booking %s for: %s Person detail information:%s "
7500
  "Вы павінны пацвердзіць новую бронь %sна даты: %sИнформация пра твар якое "
7501
  "зрабіла рэзерв: %sСпасибо, за карыстанне сэрвісам бранявання.%s"
7502
 
7503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2152
7504
  #, fuzzy
7505
  msgid "Your booking has been approved"
7506
  msgstr "Ваш рэзерв пацверджаны"
7507
 
7508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2154
7509
  #, fuzzy, php-format
7510
  msgid ""
7511
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
7514
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
7515
  "бранявання.%s"
7516
 
7517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2155
7518
  #, fuzzy, php-format
7519
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
7520
  msgstr ""
7521
  "Ваша бронь %sна даты: %sбыла пацверджана. %sСпасибо за карыстанне сэрвісам "
7522
  "бранявання.%s"
7523
 
7524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2158
7525
  #, fuzzy
7526
  msgid "Your booking has been declined"
7527
  msgstr "Ваша бронь была адхілена"
7528
 
7529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2159
7530
  #, fuzzy, php-format
7531
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
7532
  msgstr ""
7533
  "Ваша бронь %sна даты: %s была адхілена. %sСпасибо за карыстанне сэрвісам "
7534
  "бранявання.%s"
7535
 
7536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2167
7537
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:88
7538
  msgid "Booking form"
7539
  msgstr "Форма бранявання"
7540
 
7541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2178
7542
  #, fuzzy
7543
  msgid "Available"
7544
  msgstr "Доступа: "
7545
 
7546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2182
7547
  msgid "Booked"
7548
  msgstr "Забранявана "
7549
 
7550
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2185
7551
  #, fuzzy
7552
  msgid "Partially booked"
7553
  msgstr "Забранявана "
7554
 
7555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2899
7556
  #, fuzzy
7557
  msgid "Technical support section"
7558
  msgstr "Премиум падтрымка"
7559
 
7560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2903
7561
  #, fuzzy
7562
  msgid "Reindex booking data"
7563
  msgstr "Браняванне"
7564
 
7565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2905
7566
  msgid "Reindex"
7567
  msgstr ""
7568
 
7569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2911
7570
  msgid ""
7571
  " Click, if you want to reindex booking data by booking dates sort field "
7572
  "(Your installation/update of the plugin must be successful)."
7573
  msgstr ""
7574
 
7575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2956
7576
  #, php-format
7577
  msgid "%s Found %s not indexed bookings %s"
7578
  msgstr ""
7579
 
7580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2971
7581
  #, php-format
7582
  msgid "%s Finish getting sort dates. %s"
7583
  msgstr ""
7584
 
7585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2980
7586
  #, fuzzy, php-format
7587
  msgid "Updated booking: %s"
7588
  msgstr "Абноўлена паспяхова"
7589
 
7590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:301
7591
  msgid "no"
7592
  msgstr "не"
7593
 
7594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1921
7595
+ msgid "Warning! Some error occur, during sending registration request."
7596
  msgstr ""
7597
 
7598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1926
7599
  msgid ""
7600
+ "Please refresh this page and if the same error appear again contact support "
7601
+ "by email (with info about order number and website) for finishing the "
7602
+ "registrations"
7603
  msgstr ""
7604
 
7605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1986
7606
  #, fuzzy
7607
  msgid "version"
7608
  msgstr "Версія"
7609
 
7610
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1988
7611
  #, php-format
7612
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
7613
  msgstr ""
7644
  msgid "%sSeveral widgets are supported at %spaid versions%s."
7645
  msgstr ""
7646
 
7647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:276
7648
  msgid "Main"
7649
  msgstr ""
7650
 
7651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:280
7652
  msgid "Admin email"
7653
  msgstr "Адміністрацыйны емейл"
7654
 
7655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:292
7656
  #, fuzzy
7657
  msgid "Show / hide hints"
7658
  msgstr "Паказаць"
7659
 
7660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:298
7661
  #, fuzzy
7662
  msgid "Check this box if you want to show help hints on the admin panel."
7663
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
7664
 
7665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:311
7666
  msgid "Show advanced settings of JavaScript loading"
7667
  msgstr ""
7668
 
7669
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:312
7670
  msgid "Hide advanced settings of JavaScript loading"
7671
  msgstr ""
7672
 
7673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:322
7674
  msgid "Disable Bootstrap loading on Front-End"
7675
  msgstr ""
7676
 
 
7677
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
7678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:343
7679
  msgid ""
7680
  "You are need to be sure what you are doing. You are disable of loading some "
7681
  "JavaScripts Do you really want to do this?"
7682
  msgstr ""
7683
 
 
7684
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:330
7685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:345
7686
  msgid ""
7687
  " If your theme or some other plugin is load the BootStrap JavaScripts, you "
7688
  "can disable loading of this script by this plugin."
7689
  msgstr ""
7690
 
7691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:337
7692
  msgid "Disable Bootstrap loading on Back-End"
7693
  msgstr ""
7694
 
7695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:363
7696
  #, fuzzy
7697
  msgid "Show settings of powered by notice"
7698
  msgstr "Паказаць усталёўкі па недаступных длянм тыдні"
7699
 
7700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:364
7701
  #, fuzzy
7702
  msgid "Hide settings of powered by notice"
7703
  msgstr "Паказаць усталёўкі па недаступных длянм тыдні"
7704
 
7705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:372
7706
  #, fuzzy
7707
  msgid "Powered by notice"
7708
  msgstr "Капірайт"
7709
 
7710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:377
7711
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
7712
  msgstr ""
7713
 
7714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:387
7715
  msgid "Copyright notice"
7716
  msgstr "Капірайт"
7717
 
7718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:393
7719
  #, fuzzy
7720
  msgid " Turn On/Off version notice at footer of booking admin panel."
7721
  msgstr "Уключыць/Выключыць %s капірайт унізе сайта"
7722
 
7723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:414
7724
  #, fuzzy
7725
  msgid "Calendar Skin"
7726
  msgstr "Каляндар бранявання"
7727
 
7728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:425
7729
  #, fuzzy
7730
  msgid "Select the skin of the booking calendar"
7731
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
7732
 
7733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:430
7734
  #, fuzzy
7735
  msgid "Number of months"
7736
  msgstr "Лік наведвальнікаў"
7737
 
7738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:435
7739
  msgid "month(s)"
7740
  msgstr "месяц(ы)"
7741
 
7742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:440
7743
  msgid "year(s)"
7744
  msgstr "год(а)"
7745
 
7746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:443
7747
  #, fuzzy
7748
  msgid "Select the maximum number of months to show (scroll)"
7749
  msgstr "Абярыце максімальную колькасць месяцаў у календары"
7750
 
7751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:448
7752
  #, fuzzy
7753
  msgid "Start Day of the week"
7754
  msgstr "Абярыце дзень пачатку тыдня"
7755
 
7756
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:459
7757
  msgid "Select your start day of the week"
7758
  msgstr "Абярыце дзень пачатку тыдня"
7759
 
7760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:466
7761
  #, fuzzy
7762
  msgid "Unavailable days from today"
7763
  msgstr "Недаступныя дні"
7764
 
7765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:473
7766
  msgid "Select number of unavailable days in calendar start from today."
7767
  msgstr ""
7768
 
7769
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:479
7770
  #, fuzzy
7771
  msgid "Unavailable week days"
7772
  msgstr "Дні тыдня "
7773
 
7774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:509
7775
  msgid ""
7776
  "Check unavailable days in calendars. This option will overwrite all other "
7777
  "settings."
7778
  msgstr ""
7779
 
7780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:516
7781
  #, fuzzy
7782
  msgid "Type of days selection in calendar"
7783
  msgstr "Абярыце, калі Вы жадаеце выбіраць некалькі дзён у календары"
7784
 
7785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:532
7786
  #, fuzzy
7787
  msgid "Single day"
7788
  msgstr "за 1 дзень"
7789
 
7790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:542
7791
  #, fuzzy
7792
  msgid "Multiple days"
7793
  msgstr "днеи"
7794
 
7795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:553
7796
  #, fuzzy
7797
  msgid "Range days"
7798
  msgstr "Выбар дыяпазону"
7799
 
7800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:578
7801
  msgid "Form"
7802
  msgstr "Форма"
7803
 
7804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:593
7805
  #, fuzzy
7806
  msgid "Check the box to activate CAPTCHA inside the booking form."
7807
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
7808
 
7809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:600
7810
  #, fuzzy
7811
  msgid "Auto-fill fields"
7812
  msgstr "Палі формы"
7813
 
7814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
7815
  #, fuzzy
7816
  msgid "Check the box to activate auto-fill form fields for logged in users."
7817
  msgstr "Вылучыце, калі жадаеце актываваць CAPTCHA усярэдзіне формы бранявання"
7818
 
7819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:610
7820
  #, fuzzy
7821
  msgid "Use CSS BootStrap"
7822
  msgstr "Выкарыстоўвайце гэтыя пазнакі для налады"
7823
 
7824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:615
7825
  msgid "Using BootStrap CSS for the form fields"
7826
  msgstr ""
7827
 
7828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:618
7829
  msgid ""
7830
  "You must not deactivate loading BootStrap files at main section of these "
7831
  "settings!"
7832
  msgstr ""
7833
 
7834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:635
7835
  #, fuzzy
7836
  msgid "Action after booking is done"
7837
  msgstr "Паказаць уласцівасці паведамлення падзякі"
7838
 
7839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:643
7840
  #, fuzzy
7841
  msgid "Show \"Thank You\" message"
7842
  msgstr "Паказаць уласцівасці паведамлення падзякі"
7843
 
7844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:650
7845
  msgid "Redirect visitor to a new \"Thank You\" page"
7846
  msgstr ""
7847
 
7848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:654
7849
  msgid "This action will have no effect, if the payment form(s) is active!"
7850
  msgstr ""
7851
 
7852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:663
7853
  #, fuzzy
7854
  msgid "Message title"
7855
  msgstr "Загаловак"
7856
 
7857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:666
7858
  #, fuzzy, php-format
7859
  msgid "Type title of message %safter booking has done by user%s"
7860
  msgstr ""
7861
  "Увядзіце загаловак новага бранявання %s пасля таго як браняванне зроблена "
7862
  "карыстачом%s "
7863
 
7864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:671
7865
  #, fuzzy
7866
  msgid "Time of message showing"
7867
  msgstr "час"
7868
 
7869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:674
7870
  msgid "Set duration of time (milliseconds) to show this message"
7871
  msgstr ""
7872
 
7873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:681
7874
  msgid "URL of \"thank you\" page"
7875
  msgstr ""
7876
 
7877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:686
7878
  #, php-format
7879
  msgid "Type URL of %s\"Thank You\" page%s"
7880
  msgstr ""
7881
 
7882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:701
7883
  #, fuzzy
7884
  msgid "Listing of bookings"
7885
  msgstr "Браняванне"
7886
 
7887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:704
7888
  #, fuzzy
7889
  msgid "Default booking admin page"
7890
  msgstr "Тып бранявання"
7891
 
7892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:707
7893
  #, fuzzy
7894
  msgid "Bookings Listing"
7895
  msgstr "Браняванне"
7896
 
7897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:715
7898
  #, fuzzy
7899
  msgid "Select your default view mode of bookings at the booking listing page"
7900
  msgstr "Сезонныя змены коштаў"
7901
 
7902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:725
7903
  msgid "Default calendar view mode"
7904
  msgstr ""
7905
 
7906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:777
7907
  #, fuzzy
7908
  msgid ""
7909
  "Select your default calendar view mode at booking calendar overview page"
7910
  msgstr "Сезонныя змены коштаў"
7911
 
7912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:787
7913
  #, fuzzy
7914
  msgid "Default toolbar tab"
7915
  msgstr "Па змаўчанні"
7916
 
7917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:789
7918
  #, fuzzy
7919
  msgid "Filter tab"
7920
  msgstr "Фільтр "
7921
 
7922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:790
7923
  #, fuzzy
7924
  msgid "Actions tab"
7925
  msgstr "Функцыі "
7926
 
7927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:797
7928
  #, fuzzy
7929
  msgid "Select your default opened tab in toolbar at booking listing page"
7930
  msgstr "Сезонныя змены коштаў"
7931
 
7932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:802
7933
  #, fuzzy
7934
  msgid "Bookings number per page"
7935
  msgstr "Тып бранявання"
7936
 
7937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:811
7938
  #, fuzzy
7939
  msgid "Select number of bookings per page in booking listing"
7940
  msgstr "Абярыце максімальную колькасць месяцаў у календары"
7941
 
7942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
7943
  #, fuzzy
7944
  msgid "Bookings default order"
7945
  msgstr "Па змаўчанні"
7946
 
7947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:820
 
 
7948
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
7949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:832
7950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:837
7951
  msgid "ASC"
7952
  msgstr ""
7953
 
7954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:821
 
 
7955
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
7956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:833
7957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:838
7958
  msgid "DESC"
7959
  msgstr ""
7960
 
7961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:846
7962
  #, fuzzy
7963
  msgid "Select your default order of bookings in the booking listing"
7964
  msgstr "Сезонныя змены коштаў"
7965
 
7966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:853
7967
  msgid "Date Format"
7968
  msgstr "Фармат даты"
7969
 
7970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:857
7971
  msgid "F j, Y"
7972
  msgstr "F j, Y"
7973
 
7974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:879
7975
  #, fuzzy, php-format
7976
  msgid ""
7977
  "Type your date format for emails and the booking table. %sDocumentation on "
7980
  "Увядзіце Ваш фармат даты для електронной пошты і табліцы бранявання. %s "
7981
  "Дакументацыя па фармаце для дат%s "
7982
 
7983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:887
7984
  msgid "Dates view"
7985
  msgstr "Выгляд дат"
7986
 
7987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:890
7988
  msgid "Short days view"
7989
  msgstr "Скарочаны выгляд дат"
7990
 
7991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:891
7992
  msgid "Wide days view"
7993
  msgstr "Пашыраны выгляд дат"
7994
 
7995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:893
7996
  #, fuzzy
7997
  msgid "Select the default view for dates on the booking tables"
7998
  msgstr "Абярыце тып паказу дат па змаўчанні ў табліцы рэзервавання і емейле"
7999
 
8000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:918
8001
  msgid "Information"
8002
  msgstr "Інфармацыя"
8003
 
8004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:928
8005
  msgid "Recommended WordPress Plugins"
8006
  msgstr ""
8007
 
8008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:930
8009
  msgid "Booking Manager - show all old bookings"
8010
  msgstr ""
8011
 
8012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:934
8013
  #, php-format
8014
  msgid ""
8015
  "This wordpress plugin is %sshow all approved and pending bookings from past"
8017
  "%sexport to CSV, print layout, advanced filter%s. "
8018
  msgstr ""
8019
 
8020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:948
8021
  msgid "User permissions for plugin menu pages"
8022
  msgstr ""
8023
 
8024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1008
8025
  #, fuzzy
8026
  msgid "Select user access level for the menu pages of plugin"
8027
  msgstr "Абярыце ўзровень доступу карыстача для адміністрацыйнай старонкі"
8028
 
8029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1018
8030
  msgid "Uninstall / deactivation"
8031
  msgstr ""
8032
 
8033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1022
8034
  #, fuzzy
8035
  msgid "Delete booking data, when plugin deactivated"
8036
  msgstr "калі ўбудова дэактываваны"
8037
 
8038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1027
8039
  msgid ""
8040
  "If you check this option, all booking data will be deleted when you "
8041
  "uninstall this plugin. Do you really want to do this?"
8042
  msgstr ""
8043
 
8044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1029
8045
  #, fuzzy
8046
  msgid ""
8047
  "Check this box to delete all booking data when you uninstal this plugin."
8049
  "Праверце, калі Вы жадаеце выдаліць дадзеныя па браняванні пры выдаленні "
8050
  "ўбудовы"
8051
 
8052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1164
8053
  #, fuzzy
8054
  msgid "Show legend below calendar"
8055
  msgstr "Увядзіце колькасць месяцаў паказваных у календары."
8056
 
8057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1172
8058
  #, fuzzy
8059
  msgid "Check this box to display a legend of dates below the booking calendar."
8060
  msgstr "Абярыце, калі Вы жадаеце паказаць легенду дзён пад календаром "
8061
 
8062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1182
8063
  #, fuzzy
8064
  msgid "Available item"
8065
  msgstr "Доступа: "
8066
 
8067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1188
8068
  #, php-format
8069
  msgid "Activate and type your %stitle of available%s item in legend"
8070
  msgstr ""
8071
 
8072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1194
8073
  #, fuzzy
8074
  msgid "Pending item"
8075
  msgstr "Якія чакаюць сцвярджэнні"
8076
 
8077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1200
8078
  #, php-format
8079
  msgid "Activate and type your %stitle of pending%s item in legend"
8080
  msgstr ""
8081
 
8082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1206
8083
  #, fuzzy
8084
  msgid "Approved item"
8085
  msgstr "Пацверджана"
8086
 
8087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1212
8088
  #, php-format
8089
  msgid "Activate and type your %stitle of approved%s item in legend"
8090
  msgstr ""
8091
 
8092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1218
8093
  #, fuzzy
8094
  msgid "Partially booked item"
8095
  msgstr "Забранявана "
8096
 
8097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1224
8098
  #, php-format
8099
  msgid "Activate and type your %stitle of partially booked%s item in legend"
8100
  msgstr ""
8101
 
8102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1225
8103
  msgid ""
8104
  "Partially booked item - day, which is booked for the specific time-slot(s)."
8105
  msgstr ""
8106
 
8107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1249
8108
  #, fuzzy
8109
  msgid "Form fields labels"
8110
  msgstr "Палі формы"
8111
 
8112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1271
8113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1314
8114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1402
8115
  #, fuzzy
8116
  msgid "Field Label"
8117
  msgstr "Гэта поле неабходна"
8118
 
8119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1288
8120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1331
8121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1376
8122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1419
8123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1462
8124
  #, fuzzy
8125
  msgid "Required"
8126
  msgstr "Емейл (абавязковае поле)"
8127
 
8128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1291
8129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1334
8130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1422
8131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1465
8132
  msgid "Activate or deactivate field and change the label title"
8133
  msgstr ""
8134
 
8135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1359
8136
  #, fuzzy
8137
  msgid "Email Label"
8138
  msgstr "Емейл"
8139
 
8140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1379
8141
  msgid ""
8142
  "Change the label title of this field. Email is obligatory field in booking "
8143
  "form."
8144
  msgstr ""
8145
 
8146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1445
8147
  msgid "Textarea Label"
8148
  msgstr ""
8149
 
8150
+ #~ msgid "Number of visitors"
8151
+ #~ msgstr "Лік наведвальнікаў"
8152
+
8153
+ #, fuzzy
8154
+ #~ msgid "management"
8155
+ #~ msgstr "Пашыраная налада коштаў"
8156
+
8157
+ #, fuzzy
8158
+ #~ msgid "Customization of"
8159
+ #~ msgstr "Налада Paypal"
8160
+
8161
+ #, fuzzy
8162
+ #~ msgid "Setting"
8163
+ #~ msgstr "Усталёўкі"
8164
+
8165
  #, fuzzy
8166
  #~ msgid "Creation Date"
8167
  #~ msgstr "Фармат даты"
8274
  #~ msgid "Use 'Unavailable days from today' settings in Search Form"
8275
  #~ msgstr "Недаступныя дні"
8276
 
 
 
 
 
 
 
 
 
8277
  #, fuzzy
8278
  #~ msgid "Child booking resources"
8279
  #~ msgstr "Тып бранявання"
8923
  #~ msgid "Cost and availability"
8924
  #~ msgstr "Даступнасць"
8925
 
 
 
 
 
8926
  #~ msgid " Check unavailable days for your visitors."
8927
  #~ msgstr "Вылучыце дні, якія стануць недаступнымі"
8928
 
9293
  #~ msgid "Show Short Days view"
9294
  #~ msgstr "Скараціць выгляд дат"
9295
 
 
 
 
9296
  #, fuzzy
9297
  #~ msgid "Type new %sform%s name here"
9298
  #~ msgstr "Увядзіце %sназвание фільтра%s"
9442
  #~ msgid "filters"
9443
  #~ msgstr "фільтры"
9444
 
 
 
 
9445
  #~ msgid "demo of professional version"
9446
  #~ msgstr "дэма прафесійнай версіі"
9447
 
languages/wpdev-booking-cs_CZ.mo CHANGED
Binary file
languages/wpdev-booking-cs_CZ.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-03-16 13:37+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: ... <...>\n"
@@ -18,175 +18,176 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
19
  "\\.\n"
20
 
21
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:119
22
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
23
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
24
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
25
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:501
26
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
27
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
28
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
29
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
30
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
31
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
32
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
33
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
34
  msgid "Dates"
35
  msgstr "Termín"
36
 
37
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
38
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
 
39
  msgid "Full cost of the booking"
40
- msgstr ""
41
 
42
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:122
43
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
44
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
45
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
46
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
47
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
48
  msgid "First Name (required)"
49
  msgstr "Jméno *"
50
 
51
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
52
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
53
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
54
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3803
55
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
56
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
57
  msgid "Last Name (required)"
58
  msgstr "Příjmení *"
59
 
60
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
61
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
62
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
63
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
64
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
65
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
66
  msgid "Email (required)"
67
  msgstr "Email *"
68
 
69
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
70
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
71
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
72
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
73
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
74
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3805
75
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
76
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
77
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
78
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3868
79
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
80
  msgid "Phone"
81
  msgstr "Telefon"
82
 
83
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
84
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
85
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
86
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
87
  msgid "Address (required)"
88
  msgstr "Adresa *"
89
 
90
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
91
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
92
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
93
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
94
  msgid "City (required)"
95
  msgstr "Město *"
96
 
97
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
98
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
99
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
101
  msgid "Post code (required)"
102
  msgstr "PSČ *"
103
 
104
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
105
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
108
  msgid "Country (required)"
109
  msgstr "Země *"
110
 
111
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
112
  msgid "Visitors"
113
  msgstr "Návštěvníci"
114
 
115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
116
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
117
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3807
119
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3843
121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3871
123
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3890
124
  msgid "Details"
125
  msgstr "Detaily"
126
 
127
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
128
  msgid "Coupon"
129
  msgstr "Poukaz"
130
 
131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
132
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3808
135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
137
  msgid "I Accept term and conditions"
138
  msgstr "Souhlasím s podmínkami"
139
 
140
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:135
141
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
142
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2763
144
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
147
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1807
148
  msgid "Send"
149
  msgstr "Rezervovat"
150
 
151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:143
152
  msgid ""
153
  "Try selecting fewer visitors. The number of visitors may be more than the "
154
  "number of available units on selected day(s)!"
155
  msgstr ""
156
 
157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:342
158
  msgid "coupon"
159
  msgstr "poukaz"
160
 
161
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:344
162
  msgid "discount"
163
  msgstr "sleva"
164
 
165
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:700
166
  msgid "Nothing found"
167
  msgstr "Nenalezeno"
168
 
169
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
170
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:215
171
  msgid "Search results"
172
  msgstr ""
173
 
174
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:815
175
  msgid "Book now"
176
  msgstr ""
177
 
178
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:901
179
  msgid "Please select check-in and check-out days!"
180
  msgstr ""
181
 
182
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1090
183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1104
184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:136
185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1217
186
  msgid "Search"
187
  msgstr ""
188
 
189
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2002
190
  #, php-format
191
  msgid ""
192
  "Sorry, the reservation was not made because these days are already booked!!! "
@@ -194,197 +195,201 @@ msgid ""
194
  "resource.) %s Please %srefresh%s the page and try other days."
195
  msgstr ""
196
 
197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2515
198
  #, php-format
199
  msgid "The folowing pending booking(s): %s deleted."
200
  msgstr ""
201
 
202
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2555
203
  msgid "Maximum available booking resource items"
204
  msgstr ""
205
 
206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2794
207
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
208
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
209
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3613
211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
212
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3734
213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4301
214
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2062
218
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
219
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
220
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
222
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1219
223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3285
224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3352
225
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3412
226
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
227
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3562
228
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3720
229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3749
230
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3084
231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
232
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:685
235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:902
236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:912
237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:932
238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1002
239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1233
240
  msgid "Click to toggle"
241
  msgstr ""
242
 
243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2795
244
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:751
 
245
  msgid "Booking resources management"
246
- msgstr ""
247
 
248
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2800
249
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3504
250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3544
251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4078
252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4545
254
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4561
255
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:379
257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:383
258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:498
259
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1224
262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1257
263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1579
265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1582
266
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1952
267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
269
  msgid "ID"
270
  msgstr ""
271
 
272
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2802
273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3875
274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4546
275
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1258
276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
 
277
  msgid "Resource name"
278
- msgstr ""
279
 
280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
281
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
282
  msgid "Number of resource items inside of parent resource"
283
  msgstr ""
284
 
285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
287
  msgid "Capacity"
288
  msgstr ""
289
 
290
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2805
291
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2909
292
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3824
293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3966
294
  msgid "Parent"
295
  msgstr ""
296
 
297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2806
298
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2916
299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3825
300
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3976
301
  msgid "Priority"
302
  msgstr ""
303
 
304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
 
306
  msgid "Maximum number of visitors for resource"
307
- msgstr ""
308
 
309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
311
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
312
  msgid "Max"
313
  msgstr ""
314
 
315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
317
  msgid "visitors"
318
  msgstr "host"
319
 
320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2810
321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3829
323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4081
324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1228
325
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1381
326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1777
328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2125
329
  msgid "Actions"
330
  msgstr "Akce"
331
 
332
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2888
333
  msgid "Add"
334
  msgstr "Přidat"
335
 
336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2897
337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:878
338
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4108
339
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1307
342
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1702
343
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1996
344
  msgid "Delete"
345
  msgstr "Smazat"
346
 
347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2907
348
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
349
  msgid "Title"
350
  msgstr "Nadpis"
351
 
352
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2924
 
353
  msgid "Add new resource"
354
- msgstr ""
355
 
356
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2931
357
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3522
359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3771
360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:574
361
  msgid "Save"
362
  msgstr "Uložit"
363
 
364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
365
  msgid "Advanced Settings"
366
  msgstr "Pokročilé nastavení"
367
 
368
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
369
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3112
370
  msgid "Set capacity based on number of visitors"
371
  msgstr ""
372
 
373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2994
374
  #, php-format
375
  msgid ""
376
  "Check this box if you want total availability (daily capacity) to depend on "
377
  "the number of selected visitors %s."
378
  msgstr ""
379
 
380
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2995
381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
382
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1463
383
  #, php-format
384
  msgid "Please read more info about configuration of this parameter %shere%s"
385
  msgstr ""
386
 
387
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
388
  #, php-format
389
  msgid ""
390
  "Add tooltip on calendar(s) to show availability based on the number of "
@@ -393,7 +398,7 @@ msgid ""
393
  "number of visitors specified on the booking form."
394
  msgstr ""
395
 
396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
397
  #, php-format
398
  msgid ""
399
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -402,50 +407,52 @@ msgid ""
402
  "resources%s with the number of visitors specified on the booking form."
403
  msgstr ""
404
 
405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3032
 
406
  msgid "Show availability"
407
- msgstr ""
408
 
409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3039
410
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3261
411
  msgid ""
412
  "Check this box to display the available number of booking resources with a "
413
  "tooltip, when mouse hovers over each day on the calendar(s)."
414
  msgstr ""
415
 
416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
417
  msgid "Availability description"
418
  msgstr ""
419
 
420
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3049
421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3272
422
  #, php-format
423
  msgid "Type your %savailability%s description"
424
  msgstr ""
425
 
426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3059
427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3159
428
  msgid "Disable bookings in different booking resources"
429
  msgstr ""
430
 
431
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
432
  msgid ""
433
  "Check this box to dissable reservations, which can be stored in different "
434
  "booking resources. When checked, all reserved days must be at same booking "
435
  "resource otherwise error message will show."
436
  msgstr ""
437
 
438
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3105
 
439
  msgid "Advanced"
440
- msgstr ""
441
 
442
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
443
  msgid ""
444
  "Check this box if you want total availability (daily capacity) to depend on "
445
  "the number of selected visitors."
446
  msgstr ""
447
 
448
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
449
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
450
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
451
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
@@ -465,74 +472,75 @@ msgstr ""
465
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:646
466
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
467
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:313
468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
469
  msgid "Important!"
470
  msgstr ""
471
 
472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3133
473
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
 
474
  msgid "Type of days selection"
475
- msgstr ""
476
 
477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
478
  msgid ""
479
  "Add tooltip on calendar(s) to show availability based on the number of "
480
  "available booking resource items remaining for each day."
481
  msgstr ""
482
 
483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
484
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
485
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2807
486
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4418
487
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
488
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
489
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
490
  msgid "Note"
491
  msgstr ""
492
 
493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
494
  #, php-format
495
  msgid ""
496
  "Be sure to match the maximum number of visitors for the %sone booking "
497
  "resource%s with the number of visitors specified on the booking form."
498
  msgstr ""
499
 
500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3147
501
  msgid ""
502
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
503
  "number of visitors for the resource, which can be at free booking resource "
504
  "items."
505
  msgstr ""
506
 
507
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
508
  #, php-format
509
  msgid ""
510
  "Be sure to match the maximum number of visitors for %sall booking resources"
511
  "%s with the number of visitors specified on the booking form."
512
  msgstr ""
513
 
514
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3164
515
  msgid ""
516
  "Check this box to dissable reservations, which can be stored in different "
517
  "booking resources."
518
  msgstr ""
519
 
520
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3167
521
  msgid ""
522
  "When checked, all reserved days must be at same booking resource otherwise "
523
  "error message will show."
524
  msgstr ""
525
 
526
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3196
527
  msgid "Use pending days as available"
528
  msgstr ""
529
 
530
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3205
531
  msgid ""
532
  "Check this box if you want to show the pending days as available in calendars"
533
  msgstr ""
534
 
535
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
536
  msgid ""
537
  "Warning!!! After you approved the specific booking(s), all your pending "
538
  "bookings of the same booking resource as an approved booking for the dates, "
@@ -540,1964 +548,2126 @@ msgid ""
540
  "canceled!"
541
  msgstr ""
542
 
543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
544
  msgid ""
545
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
546
  "is approved for these date(s)"
547
  msgstr ""
548
 
549
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3254
 
550
  msgid "Show availability in tooltip"
551
- msgstr ""
552
 
553
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3270
 
554
  msgid "Availability Title"
555
- msgstr ""
556
 
557
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3307
558
  msgid ""
559
  "Use \"Check In\" date as available in calendar for booking resources with "
560
  "capacity higher then 1 for search results"
561
  msgstr ""
562
 
563
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3314
564
  msgid ""
565
  "Use \"Check Out\" date as available in calendar for booking resources with "
566
  "capacity higher then 1 search results"
567
  msgstr ""
568
 
569
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3340
 
570
  msgid "Coupon Deleted"
571
- msgstr ""
572
 
573
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3386
 
574
  msgid "Coupon created"
575
- msgstr ""
576
 
577
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3394
578
  msgid "Add New Discount Coupon"
579
  msgstr ""
580
 
581
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3546
 
584
  msgid "Coupon Code"
585
- msgstr ""
586
 
587
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3404
 
588
  msgid "Enter coupon code."
589
- msgstr ""
590
 
591
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3409
592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
593
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3549
594
  msgid "Savings"
595
  msgstr "Ukládání"
596
 
597
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3413
598
  msgid "Fixed Amount"
599
  msgstr ""
600
 
601
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3414
602
  msgid "Percentage Off"
603
  msgstr ""
604
 
605
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3417
606
  msgid "Enter number of fixed or percentage savings."
607
  msgstr ""
608
 
609
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3422
610
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
611
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3560
 
612
  msgid "Expiration Date"
613
- msgstr ""
614
 
615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3430
 
616
  msgid "Select Expiration Date of the coupon."
617
- msgstr ""
618
 
619
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3436
 
620
  msgid "Minimum Booking Cost"
621
- msgstr ""
622
 
623
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3439
624
  msgid "Enter minimum booking cost, when coupon is applicable."
625
  msgstr ""
626
 
627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
629
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
630
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4662
631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
632
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:711
634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
635
  msgid "Resources"
636
  msgstr ""
637
 
638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3453
639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:322
 
641
  msgid "All"
642
- msgstr ""
643
 
644
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
645
  msgid "Select booking resources, where is possible to apply this coupon code."
646
  msgstr ""
647
 
648
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3473
 
649
  msgid "Add New Coupon"
650
- msgstr ""
651
 
652
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
653
  msgid "The coupon code your customers will be using to receive the discount."
654
  msgstr ""
655
 
656
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
657
  msgid "The amount which will be saved. Enter only digits."
658
  msgstr ""
659
 
660
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
661
  msgid "The minimum total cost required to use the coupon"
662
  msgstr ""
663
 
664
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
665
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3555
666
  msgid "Minimum Purchase"
667
  msgstr ""
668
 
669
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
670
  msgid "The date your coupon will expire"
671
  msgstr ""
672
 
673
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
674
  msgid "Resource list, which supports this coupon"
675
  msgstr ""
676
 
677
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
678
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
679
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
680
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:581
682
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:274
683
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:313
684
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1012
 
686
  msgid "Warning"
687
  msgstr "Varování"
688
 
689
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
 
690
  msgid "Do you really want to delete this item?"
691
- msgstr ""
692
 
693
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
694
- #, php-format
695
  msgid "%s - coupon field, "
696
- msgstr ""
697
 
698
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
699
- #, php-format
700
  msgid "Example: %s "
701
- msgstr ""
702
 
703
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3614
 
704
  msgid "Search form customization"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
705
  msgstr ""
706
 
707
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3622
708
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3658
709
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
710
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
711
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
712
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3757
 
713
  msgid "Use these shortcodes for customization: "
714
- msgstr ""
715
 
716
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
717
  #, php-format
718
  msgid "%s - search inside posts/pages which are part of this category, "
719
  msgstr ""
720
 
721
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
722
  #, php-format
723
  msgid "%s - search inside posts/pages which have this tag, "
724
  msgstr ""
725
 
726
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3625
727
  #, php-format
728
  msgid "%s - check-in date, "
729
  msgstr ""
730
 
731
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3626
732
- #, php-format
733
  msgid "%s - check-out date, "
734
- msgstr ""
735
 
736
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3627
737
  #, php-format
738
  msgid "%s - default selection number of visitors, "
739
  msgstr ""
740
 
741
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3628
742
  #, php-format
743
  msgid "Example: %s - custom number of visitor selections\""
744
  msgstr ""
745
 
746
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
747
- #, php-format
748
  msgid "%s - search button, "
749
- msgstr ""
750
 
751
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
752
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3667
753
- #, php-format
754
  msgid "%s - new line "
755
- msgstr ""
756
 
757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
758
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3668
759
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3760
760
  msgid "Use any other HTML tags (carefully)."
761
  msgstr ""
762
 
763
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
764
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3674
765
  msgid ""
766
  "Additional customization style of this element you can make at this file"
767
  msgstr ""
768
 
769
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3640
770
  msgid "Reset to default search form content"
771
  msgstr ""
772
 
773
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
774
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3678
775
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
776
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
777
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
778
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4295
779
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4453
780
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
781
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1325
 
784
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
785
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
787
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
788
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1309
789
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1569
790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1664
791
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
792
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3770
793
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
794
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
 
795
  msgid "Save Changes"
796
  msgstr "Uložit změny"
797
 
798
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3650
799
  msgid "Customization of found booking resource items"
800
  msgstr ""
801
 
802
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3659
803
- #, php-format
804
  msgid "%s - resource title, "
805
- msgstr ""
806
 
807
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
808
  #, php-format
809
  msgid "%s - link to the page with booking form, "
810
  msgstr ""
811
 
812
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3661
813
- #, php-format
814
  msgid "%s - availability of booking resource, "
815
- msgstr ""
816
 
817
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
818
  #, php-format
819
  msgid "%s - maximum number of visitors for the booking resource, "
820
  msgstr ""
821
 
822
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3663
823
- #, php-format
824
  msgid "%s - cost of booking the resource, "
825
- msgstr ""
826
 
827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
828
  #, php-format
829
  msgid ""
830
  "%s - featured image, taken from the featured image associated with the post, "
831
  msgstr ""
832
 
833
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3665
834
  #, php-format
835
  msgid "%s - booking info, taken from the excerpt associated with the post, "
836
  msgstr ""
837
 
838
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3677
 
839
  msgid "Reset to default form"
840
- msgstr ""
841
-
842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3689
843
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:209
844
- msgid "Search form"
845
- msgstr ""
846
 
847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3691
848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:471
849
- msgid "Check-in"
 
 
850
  msgstr "Přihlášení"
851
 
852
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:481
854
- msgid "Check-out"
 
 
855
  msgstr "Odhlášení"
856
 
857
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3695
858
- msgid "Number of visitors"
859
- msgstr "Počet návštěvníků"
 
 
860
 
861
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
 
862
  msgid "Search Cache Settings"
863
- msgstr ""
864
 
865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
866
  msgid "Cache expiration"
867
  msgstr ""
868
 
869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3747
870
  msgid "hour(s)"
871
  msgstr "hodina/y"
872
 
873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
874
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3051
875
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3220
876
  msgid "day(s)"
877
  msgstr "den/y"
878
 
879
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
880
  msgid "Select time of cache expiration"
881
  msgstr ""
882
 
883
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
884
  msgid "Cache will expire:"
885
  msgstr ""
886
 
887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
888
  #, php-format
889
  msgid "Found: %s booking forms inside of posts or pages "
890
  msgstr ""
891
 
892
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3799
893
  msgid "Reset cache"
894
  msgstr ""
895
 
896
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
897
  msgid "Parent Resource"
898
  msgstr ""
899
 
900
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3887
 
901
  msgid "Max visitors"
902
- msgstr ""
903
 
904
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3951
905
  msgid "Capacity: "
906
  msgstr ""
907
 
908
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
909
  msgid ""
910
  "Select parent resource, if you want that parent resource is increase "
911
  "capacity."
912
  msgstr ""
913
 
914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3983
915
  msgid ""
916
  "Set priority of resource - resource with higher priority will be reserved "
917
  "firstly."
918
  msgstr ""
919
 
920
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3994
921
  msgid "Resources count"
922
  msgstr ""
923
 
924
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4001
925
  msgid "Create several booking resources for one time"
926
  msgstr ""
927
 
928
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4015
929
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2218
 
930
  msgid "Default form"
931
- msgstr ""
932
 
933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4020
934
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
935
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4225
936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4273
937
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:852
938
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1056
939
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4271
942
  msgid "Standard"
943
  msgstr ""
944
 
945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4025
 
946
  msgid "Select default custom booking form"
947
- msgstr ""
948
 
949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
 
950
  msgid "Available: "
951
- msgstr ""
952
 
953
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
954
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:642
955
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3933
956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1807
 
957
  msgid "Default"
958
- msgstr ""
959
 
960
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
961
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4226
962
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4261
963
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4262
964
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4274
965
  msgid "Superior"
966
  msgstr ""
967
 
968
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
969
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
970
  msgid "Resource #1"
971
  msgstr ""
972
 
973
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
974
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4227
975
  msgid "Presidential Suite"
976
  msgstr ""
977
 
978
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
979
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
 
980
  msgid "Resource #2"
981
- msgstr ""
982
 
983
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
984
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4228
985
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1405
986
  msgid "Royal Villa"
987
  msgstr ""
988
 
989
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
990
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
 
991
  msgid "Resource #3"
992
- msgstr ""
993
 
994
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
 
995
  msgid "night(s)"
996
- msgstr ""
997
 
998
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
999
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1000
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1001
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1002
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
1004
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3869
1005
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
1006
  msgid "Adults"
1007
  msgstr "Dospělí"
1008
 
1009
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1011
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1012
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1013
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1014
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1015
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3870
1016
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3889
1017
  msgid "Children"
1018
  msgstr "Děti"
1019
 
1020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:265
1021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1022
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2955
 
 
1024
  msgid "per 1 day"
1025
- msgstr ""
1026
 
1027
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1028
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2954
 
1030
  msgid "from the cost of 1 day "
1031
  msgstr ""
1032
 
1033
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1034
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
 
1036
  #, php-format
1037
  msgid "Additional cost in %s per 1 day"
1038
  msgstr ""
1039
 
1040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1042
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1043
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2920
1044
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
 
1046
  msgid " for all days!"
1047
  msgstr ""
1048
 
1049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:849
1050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4267
1051
- msgid "Custom Form"
1052
  msgstr ""
1053
 
1054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:864
1055
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4288
 
 
 
 
 
 
 
 
 
1056
  msgid "Load selected booking form"
1057
- msgstr ""
1058
 
1059
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:866
1060
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4290
1061
  msgid "Load"
1062
  msgstr ""
1063
 
1064
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:872
1065
  msgid "Delete selected booking form"
1066
  msgstr ""
1067
 
1068
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:875
 
1069
  msgid "Do you really want to delete selected booking form ?"
1070
- msgstr ""
1071
 
1072
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:882
 
1073
  msgid "Add new custom form"
1074
- msgstr ""
1075
 
1076
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:883
 
1077
  msgid "Add New Custom Form"
1078
- msgstr ""
1079
 
1080
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:888
 
1081
  msgid "Type the name of booking form"
1082
- msgstr ""
1083
 
1084
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:891
1085
  msgid "Create new form"
1086
  msgstr "Vytvořit nový formulář"
1087
 
1088
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:894
1089
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3520
1090
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3769
1091
  msgid "Create"
1092
  msgstr "Vytvořit"
1093
 
1094
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:896
1095
  msgid "Delete form"
1096
  msgstr "Smazat formulář"
1097
 
1098
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:900
1099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:577
1100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
1101
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2775
1102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1103
  msgid "Cancel"
1104
  msgstr "Zrušit"
1105
 
1106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:261
1108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:441
1109
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:200
1110
  msgid "Deleted"
1111
  msgstr "Smazáno"
1112
 
1113
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
 
1114
  msgid "There are no extended booking forms"
1115
- msgstr ""
1116
 
1117
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1054
 
1118
  msgid "Booking form type:"
1119
- msgstr ""
1120
 
1121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1061
 
1122
  msgid "Select type of booking form"
1123
- msgstr ""
1124
 
1125
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1673
1127
  msgid "Booking Form"
1128
  msgstr "Rezervační formulář"
1129
 
1130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1174
1131
  msgid "Standard booking resource cost"
1132
  msgstr ""
1133
 
1134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1175
1135
  msgid "Total booking resource cost"
1136
  msgstr ""
1137
 
1138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1487
1139
  #, php-format
1140
  msgid ""
1141
  "%s - show cost hint for full booking in real time, depending on number of "
1142
  "days selected and form elements."
1143
  msgstr ""
1144
 
1145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1488
1146
  #, php-format
1147
  msgid "Example: %sThe full cost of payment: %s"
1148
  msgstr ""
1149
 
1150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1489
1151
  #, php-format
1152
  msgid ""
1153
  "%s - show hint of original booking cost without additional costs for full "
1154
  "booking in real time, depends only from days selection."
1155
  msgstr ""
1156
 
1157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1490
1158
  #, php-format
1159
  msgid "Example: %sThe original cost for payment: %s "
1160
  msgstr ""
1161
 
1162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1491
1163
  #, php-format
1164
  msgid ""
1165
  "%s - show cost hint of additional booking cost, which depends from selection "
1166
  "of form elements."
1167
  msgstr ""
1168
 
1169
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1492
1170
  #, php-format
1171
  msgid "Example: %sThe additional cost for payment: %s "
1172
  msgstr ""
1173
 
1174
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1175
  #, php-format
1176
  msgid "%s - enter direct cost at admin panel at page: "
1177
  msgstr ""
1178
 
1179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1180
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:700
1181
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:739
1182
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
1183
  msgid "Add booking"
1184
  msgstr "Přidat rezervaci"
1185
 
1186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1494
1187
- #, php-format
1188
  msgid "Example: %s"
1189
- msgstr ""
1190
 
1191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2031
1192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:295
1193
  msgid "yes"
1194
  msgstr "ano"
1195
 
1196
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2140
1197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2144
1198
  msgid ""
1199
  "Setting rate or cost, which is depend from number of selected days for the "
1200
  "resource"
1201
  msgstr ""
1202
 
1203
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1204
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2487
1206
  msgid "Rates"
1207
  msgstr ""
1208
 
1209
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
 
1212
  msgid "Valuation days"
1213
- msgstr ""
1214
 
1215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
1217
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:758
1219
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1220
  msgid "Deposit"
1221
  msgstr ""
1222
 
1223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2145
1224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2206
1225
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4684
1226
  msgid "Availability"
1227
  msgstr ""
1228
 
1229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2149
1230
  msgid "Setting the default form for the specific resource"
1231
  msgstr ""
1232
 
1233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2150
 
1234
  msgid "Default Form"
1235
- msgstr ""
1236
 
1237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1238
  msgid "Set the cost based on the number of days selected for the reservation"
1239
  msgstr ""
1240
 
1241
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1242
  msgid ""
1243
  "Activation of this feature is require setting cost per day or cost per night"
1244
  msgstr ""
1245
 
1246
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2194
1247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1248
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3193
1249
  msgid "Deposit amount"
1250
  msgstr ""
1251
 
1252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2197
1253
  msgid "Set the deposit payment required for the payment form"
1254
  msgstr ""
1255
 
1256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1257
  msgid ""
1258
  "Activate this feature at the cost section of general booking settings page, "
1259
  "firstly."
1260
  msgstr ""
1261
 
1262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2328
1263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2339
1264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2344
 
1265
  msgid "unavailable"
1266
- msgstr ""
1267
 
1268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2329
1269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2340
1270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2343
 
1271
  msgid "available"
1272
- msgstr ""
1273
 
1274
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2331
1275
  msgid "Availability booking type"
1276
  msgstr ""
1277
 
1278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2336
1279
  #, php-format
1280
  msgid "All days for %s"
1281
  msgstr ""
1282
 
1283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2346
1284
  #, php-format
1285
  msgid ""
1286
  "Select %s days by activating specific season filter below or %sadd new "
1287
  "season filter%s"
1288
  msgstr ""
1289
 
1290
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2357
1291
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2379
1292
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4079
1293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4100
 
1294
  msgid "Season Filter Name"
1295
- msgstr ""
1296
 
1297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2358
1298
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2490
1300
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4101
1302
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1303
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
1305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:460
1306
  msgid "Description"
1307
  msgstr ""
1308
 
1309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2376
1310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
1311
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1312
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3024
1314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3186
1315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1316
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1318
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1319
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
1321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
1322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3427
1323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3501
1324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3578
1325
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
1328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1397
1329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1440
1330
  msgid "Active"
1331
  msgstr "Aktivovat"
1332
 
1333
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2467
1334
  msgid "Seasonal rates of booking resource"
1335
  msgstr ""
1336
 
1337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2473
1338
  #, php-format
1339
  msgid ""
1340
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1341
  "fixed cost) of the booking resource (%s) or %sAdd a new seasonal filter%s"
1342
  msgstr ""
1343
 
1344
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2488
1345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2539
1346
  msgid "Final cost"
1347
  msgstr ""
1348
 
1349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2489
 
1350
  msgid "Season Filter"
1351
- msgstr ""
1352
 
1353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2520
 
1354
  msgid "Rate"
1355
- msgstr ""
1356
 
1357
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2529
1358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2549
1359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
 
1360
  msgid "for 1 day"
1361
- msgstr ""
1362
 
1363
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2530
1364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2550
1365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1366
  msgid "for 1 night"
1367
  msgstr ""
1368
 
1369
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1370
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2551
1371
  msgid "fixed deposit"
1372
  msgstr ""
1373
 
1374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1375
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2552
1376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
 
1377
  msgid "for 1 hour"
1378
- msgstr ""
1379
 
1380
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3510
1382
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3759
 
1383
  msgid "Filter Name"
1384
- msgstr ""
1385
 
1386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1387
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1388
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1389
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1390
  msgid "Note!"
1391
  msgstr ""
1392
 
1393
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1394
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1395
  msgstr ""
1396
 
1397
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1398
  msgid "Update Rates"
1399
  msgstr ""
1400
 
1401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2805
1402
  msgid "Set cost of booking resource based on the number of days selected"
1403
  msgstr ""
1404
 
1405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1406
  #, php-format
1407
  msgid ""
1408
  "If you add costs here, %srates%s for this booking resource will not take "
1409
  "effect !!!"
1410
  msgstr ""
1411
 
1412
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2810
1413
  #, php-format
1414
  msgid ""
1415
  "Cost setings at %stop have higher priority%s than other costs of same type "
1416
  "at the %sbottom%s of the list."
1417
  msgstr ""
1418
 
1419
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2811
1420
  #, php-format
1421
  msgid ""
1422
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1423
  "terms %s and after terms %s"
1424
  msgstr ""
1425
 
1426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2813
1427
  #, php-format
1428
  msgid "%s and %s terms have higher priority than a range %s days."
1429
  msgstr ""
1430
 
1431
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2816
1432
  msgid "Warning!"
1433
  msgstr "Varování!"
1434
 
1435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2817
1436
  msgid ""
1437
  "Specific cost will take affect, only if it active (the box at the left side "
1438
  "is checked) and if \"Check In\" (start) date belong to selected season "
1439
  "filter or if set \"Any days\"."
1440
  msgstr ""
1441
 
1442
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2826
1443
  msgid "Number of Days"
1444
  msgstr ""
1445
 
1446
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2827
 
1447
  msgid "Cost Settings"
1448
- msgstr ""
1449
 
1450
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2828
1451
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2875
1452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1453
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1454
  msgid "Season Filter of Check In date"
1455
  msgstr ""
1456
 
1457
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1458
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1459
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1460
  msgid "For"
1461
  msgstr ""
1462
 
1463
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2852
1464
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2928
1465
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3040
 
1466
  msgid "Day Number(s)"
1467
- msgstr ""
1468
 
1469
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2858
1470
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2934
1471
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3046
1472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1473
  msgid "to"
1474
  msgstr ""
1475
 
1476
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2862
1477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2940
1478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1479
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:291
1480
  msgid "day"
1481
  msgstr "den"
1482
 
1483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1484
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1485
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3056
1486
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1487
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1488
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:502
1489
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1490
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1491
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
1492
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:428
1493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:759
1495
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:528
1496
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
1497
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
1498
  msgid "Cost"
1499
  msgstr ""
1500
 
1501
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2877
1502
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2974
1503
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
 
1504
  msgid "Any days"
1505
- msgstr ""
1506
 
1507
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2925
1508
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1509
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1510
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1511
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3313
1512
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3374
1513
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3447
1514
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3522
1515
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
 
1516
  msgid "From"
1517
- msgstr ""
1518
 
1519
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2926
1520
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1521
  msgid "Together"
1522
  msgstr ""
1523
 
1524
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2941
1525
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1526
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1527
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1528
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1529
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1530
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
 
1531
  msgid "days"
1532
  msgstr "dny"
1533
 
1534
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1535
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1536
  msgid "Remove"
1537
  msgstr "Odstranit"
1538
 
1539
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
 
1540
  msgid "Add new cost"
1541
- msgstr ""
1542
 
1543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3034
1544
  msgid "for all days"
1545
  msgstr ""
1546
 
1547
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3159
1548
  msgid "Set amount of deposit payment"
1549
  msgstr ""
1550
 
1551
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3168
1552
  msgid "Deposit payment total"
1553
  msgstr ""
1554
 
1555
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3171
1556
  msgid "Deposit payment is not active for booking resource"
1557
  msgstr ""
1558
 
1559
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3178
1560
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1561
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3291
1562
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3359
1563
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3418
1564
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1565
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3569
1566
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1514
1567
  msgid "Status"
1568
  msgstr ""
1569
 
1570
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3187
1571
  msgid "deposit payment for booking resource"
1572
  msgstr ""
1573
 
1574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3202
1575
  msgid "fixed total in"
1576
  msgstr ""
1577
 
1578
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
 
1579
  msgid "of payment"
1580
- msgstr ""
1581
 
1582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1583
  msgid "Condition"
1584
  msgstr ""
1585
 
1586
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1587
  #, php-format
1588
  msgid ""
1589
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1590
  "In%s days more than"
1591
  msgstr ""
1592
 
1593
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1594
  msgid "Update Deposit"
1595
  msgstr ""
1596
 
1597
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1598
  msgid "Deposit payment"
1599
  msgstr ""
1600
 
1601
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
1602
  #, php-format
1603
  msgid ""
1604
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1605
  "payment form, instead of the full total of the booking."
1606
  msgstr ""
1607
 
1608
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1609
  #, php-format
1610
  msgid ""
1611
  " You can configure the deposit payment for your booking resources %shere%s."
1612
  msgstr ""
1613
 
1614
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1616
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1617
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1618
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1619
  msgid "Su"
1620
  msgstr ""
1621
 
1622
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1623
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1624
  msgid "Mo"
1625
  msgstr ""
1626
 
1627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1628
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1629
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1630
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1632
  msgid "Tu"
1633
  msgstr ""
1634
 
1635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1636
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
 
1637
  msgid "We"
1638
  msgstr ""
 
1639
 
1640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1641
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1642
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1643
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1644
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1645
  msgid "Th"
1646
  msgstr ""
1647
 
1648
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1650
  msgid "Fr"
1651
  msgstr ""
1652
 
1653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1656
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1657
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1658
  msgid "Sa"
1659
  msgstr ""
1660
 
1661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1662
  msgid "Jan"
1663
  msgstr ""
1664
 
1665
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1666
  msgid "Feb"
1667
  msgstr ""
1668
 
1669
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1670
  msgid "Mar"
1671
  msgstr ""
1672
 
1673
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1674
  msgid "Apr"
1675
  msgstr ""
1676
 
1677
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1678
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3934
1679
  msgid "May"
1680
  msgstr ""
1681
 
1682
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1683
  msgid "Jun"
1684
  msgstr ""
1685
 
1686
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1687
  msgid "Jul"
1688
  msgstr ""
1689
 
1690
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1691
  msgid "Aug"
1692
  msgstr ""
1693
 
1694
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1695
  msgid "Sep"
1696
  msgstr ""
1697
 
1698
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1699
  msgid "Oct"
1700
  msgstr ""
1701
 
1702
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1703
  msgid "Nov"
1704
  msgstr ""
1705
 
1706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1707
  msgid "Dec"
1708
  msgstr ""
1709
 
1710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
 
1711
  msgid "time"
1712
- msgstr ""
1713
 
1714
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3356
1715
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3376
1716
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3397
1717
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
 
 
 
1718
  msgid "No days"
1719
- msgstr ""
1720
 
1721
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1722
  msgid "Every"
1723
  msgstr ""
1724
 
1725
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3399
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1726
  msgid "of"
1727
  msgstr ""
1728
 
1729
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3468
1730
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3710
 
1731
  msgid "Filter saved"
1732
- msgstr ""
1733
 
1734
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3504
 
1735
  msgid "Specific Dates Filter"
1736
- msgstr ""
1737
 
1738
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3513
1739
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3762
 
1740
  msgid "Type filter name"
1741
- msgstr ""
1742
 
1743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3518
1744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1745
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3767
1746
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
 
1747
  msgid "Create new season filter"
1748
- msgstr ""
1749
-
1750
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3526
1751
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3775
1752
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
1753
- msgid "Reset"
1754
- msgstr ""
1755
 
1756
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
 
1758
  msgid "Create New Season Filter"
1759
- msgstr ""
1760
 
1761
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1763
  msgid "Save changes"
1764
  msgstr "Uložit změny"
1765
 
1766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3753
 
1767
  msgid "Conditional Dates Filter"
1768
- msgstr ""
1769
 
1770
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3787
 
1771
  msgid "Days of week"
1772
- msgstr ""
1773
 
1774
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3795
1775
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
1776
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
1777
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1778
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:599
1779
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1780
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1781
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1784
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1785
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:436
1787
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:468
1788
  msgid "Sunday"
1789
  msgstr "Neděle"
1790
 
1791
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3801
1792
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1793
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
1794
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1795
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:600
1796
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1797
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1798
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1799
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1800
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1801
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1802
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:437
1804
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:472
1805
  msgid "Monday"
1806
  msgstr "Pondělí"
1807
 
1808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
1809
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
1811
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
1812
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:601
1813
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1815
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1816
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1817
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1818
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1819
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1820
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:438
1821
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:476
1822
  msgid "Tuesday"
1823
  msgstr "Úterý"
1824
 
1825
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
1826
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
1828
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
1829
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:602
1830
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1832
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1833
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1834
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1835
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1837
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:439
1838
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:480
1839
  msgid "Wednesday"
1840
  msgstr "Středa"
1841
 
1842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
1843
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
1844
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
1845
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
1846
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:603
1847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1849
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1850
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1851
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1852
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1854
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:440
1855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:484
1856
  msgid "Thursday"
1857
  msgstr "Čtvrtek"
1858
 
1859
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
1860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
1861
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
1862
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
1863
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:604
1864
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1866
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1867
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1868
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1870
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1871
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:441
1872
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:488
1873
  msgid "Friday"
1874
  msgstr "Pátek"
1875
 
1876
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
1877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
1878
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
1879
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
1880
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:605
1881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1883
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1884
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1885
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1886
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1888
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:442
1889
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:492
1890
  msgid "Saturday"
1891
  msgstr "Sobota"
1892
 
1893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3843
1894
  msgid "Days of month"
1895
  msgstr "Dny v měsíci"
1896
 
1897
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3923
1898
  msgid "Months"
1899
  msgstr "Měsíce"
1900
 
1901
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3930
1902
  msgid "January"
1903
  msgstr "Leden"
1904
 
1905
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3931
1906
  msgid "February"
1907
  msgstr "Únor"
1908
 
1909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3932
1910
  msgid "March"
1911
  msgstr "Březen"
1912
 
1913
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3933
1914
  msgid "April"
1915
  msgstr "Duben"
1916
 
1917
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3935
1918
  msgid "June"
1919
  msgstr "Červen"
1920
 
1921
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3954
1922
  msgid "July"
1923
  msgstr "Červenec"
1924
 
1925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3955
1926
  msgid "August"
1927
  msgstr "Srpen"
1928
 
1929
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3956
1930
  msgid "September"
1931
  msgstr "Září"
1932
 
1933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3957
1934
  msgid "October"
1935
  msgstr "Říjen"
1936
 
1937
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3958
1938
  msgid "November"
1939
  msgstr "Listopad"
1940
 
1941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3959
1942
  msgid "December"
1943
  msgstr "Prosinec"
1944
 
1945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3983
1946
  msgid "Years"
1947
  msgstr "Roky"
1948
 
1949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4053
 
1950
  msgid "Filter deleted successfully"
1951
- msgstr ""
1952
 
1953
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
 
1954
  msgid "Create dates filter"
1955
- msgstr ""
1956
 
1957
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
1958
  msgid "Create conditional days filter"
1959
  msgstr ""
1960
 
1961
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4073
 
1962
  msgid "Listing of season filters"
1963
- msgstr ""
1964
 
1965
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4080
1966
  msgid "Filters"
1967
  msgstr ""
1968
 
1969
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
1970
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4106
1971
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4597
1972
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1306
1973
  msgid "Edit"
1974
  msgstr ""
1975
 
1976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4109
 
1977
  msgid "Do you really want to delete?"
1978
- msgstr ""
1979
 
1980
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4141
 
1981
  msgid "Showing cost in tooltip"
1982
- msgstr ""
1983
 
1984
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4148
1985
  msgid ""
1986
  " Check this box to display the daily cost with a tooltip when mouse hovers "
1987
  "over each day on the calendar(s)."
1988
  msgstr ""
1989
 
1990
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
 
1991
  msgid "Cost Title"
1992
- msgstr ""
1993
 
1994
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
1995
  #, php-format
1996
  msgid "Type your %scost%s description"
1997
  msgstr ""
1998
 
1999
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4302
 
2000
  msgid "Advanced cost management"
2001
- msgstr ""
2002
 
2003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4321
2004
  msgid "Configure Additional cost for the form"
2005
  msgstr ""
2006
 
2007
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4364
2008
  msgid "Additional cost for"
2009
  msgstr ""
2010
 
2011
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4414
2012
  msgid ""
2013
  "Check this box if you want that specific additional cost, which configured "
2014
  "as percentage for some option, apply to other additional fixed costs and not "
2015
  "only to original booking cost."
2016
  msgstr ""
2017
 
2018
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4420
2019
  msgid ""
2020
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2021
  "checkbox(es)."
2022
  msgstr ""
2023
 
2024
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4423
2025
  #, php-format
2026
  msgid ""
2027
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2028
  "they exist in the %sbooking form%s."
2029
  msgstr ""
2030
 
2031
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4430
2032
  msgid "Enter additional cost in formats:"
2033
  msgstr ""
2034
 
2035
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4431
2036
  #, php-format
2037
  msgid ""
2038
  "For example, if the original cost of the booking is %s, then after applying "
2039
  "additional costs the total cost will be folowing"
2040
  msgstr ""
2041
 
2042
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2043
  msgid "Enter fixed cost"
2044
  msgstr ""
2045
 
2046
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2048
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2049
- #, php-format
2050
  msgid "%s, then total cost will be %s"
2051
- msgstr ""
2052
 
2053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2054
  msgid "Enter percentage of the entire booking"
2055
  msgstr ""
2056
 
2057
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2058
  msgid "Enter fixed amount for each selected day"
2059
  msgstr ""
2060
 
2061
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2062
  #, php-format
2063
  msgid "%s, then total cost will be (if selected 3 days) %s"
2064
  msgstr ""
2065
 
2066
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2067
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2068
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2069
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2070
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2071
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
2072
  msgid "or"
2073
  msgstr ""
2074
 
2075
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2076
  msgid ""
2077
  "Enter percentage as additional sum, which is based only on original cost and "
2078
  "not full sum"
2079
  msgstr ""
2080
 
2081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4447
2082
  #, php-format
2083
  msgid ""
2084
  "Please check more info about configuration of this cost settings on this "
2085
  "%spage%s."
2086
  msgstr ""
2087
 
2088
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4520
2089
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1201
 
2090
  msgid "Resource ID or Title"
2091
- msgstr ""
2092
 
2093
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4522
2094
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1203
2095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
2096
  msgid "Go"
2097
  msgstr ""
2098
 
2099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4548
2100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4574
2101
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1260
2102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
 
 
 
 
 
 
2103
  msgid "Info"
2104
  msgstr ""
2105
 
2106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
 
2108
  msgid "Selection"
2109
- msgstr ""
2110
 
2111
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4563
 
2112
  msgid "Resource Name"
2113
- msgstr ""
2114
 
2115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4596
2116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1305
2117
- msgid "Bulk Actions"
2118
- msgstr ""
2119
 
2120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4665
2121
- msgid "management"
2122
  msgstr ""
2123
 
2124
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4667
2125
  msgid "Costs and Rates"
2126
  msgstr ""
2127
 
2128
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2129
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2132
- msgid "Customization of"
2133
- msgstr ""
2134
 
2135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4670
2136
- msgid "rates, valuation days cost and deposit amount "
2137
  msgstr ""
2138
 
2139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4672
 
2140
  msgid "Advanced Cost"
2141
- msgstr ""
 
 
 
 
 
2142
 
2143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4675
2144
- msgid "additional cost, which depend from form fields"
2145
  msgstr ""
2146
 
2147
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4678
2148
  msgid "Coupons"
2149
  msgstr ""
2150
 
2151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2152
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4692
2153
- msgid "Setting"
2154
- msgstr "Nastavení"
2155
 
2156
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4681
2157
- msgid "for discount"
2158
- msgstr ""
 
2159
 
2160
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4687
2161
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4700
2162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
2163
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
2164
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
2165
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
2166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1180
2167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
2168
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1263
2169
- msgid "settings"
2170
  msgstr "nastavení"
2171
 
2172
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4689
2173
  msgid "Season Filters"
2174
  msgstr ""
2175
 
2176
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4736
 
 
 
 
 
 
 
 
 
2177
  msgid "Cost: "
2178
  msgstr ""
2179
 
2180
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4766
2181
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:648
2182
  msgid "Weekend"
2183
  msgstr ""
2184
 
2185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4767
2186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:649
 
2187
  msgid "Work days"
2188
- msgstr ""
2189
 
2190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4768
2191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:650
2192
  msgid "High season"
2193
  msgstr ""
2194
 
2195
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
2196
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
2197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
 
2198
  msgid "Select Times"
2199
- msgstr ""
2200
 
2201
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:359
 
2202
  msgid "Setting cost for the resource"
2203
- msgstr ""
2204
 
2205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:362
 
2206
  msgid "/ day"
2207
- msgstr ""
2208
 
2209
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:363
2210
  msgid "/ night"
2211
  msgstr ""
2212
 
2213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:364
2214
  msgid "fixed"
2215
  msgstr ""
2216
 
2217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:365
 
2218
  msgid "/ hour"
2219
- msgstr ""
2220
 
2221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:430
2222
  msgid ""
2223
  "Start Time is invalid. The date or time may be booked, or already in the "
2224
  "past! Please choose another date or time."
2225
  msgstr ""
2226
 
2227
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:431
2228
  msgid ""
2229
  "End Time is invalid. The date or time may be booked, or already in the past. "
2230
  "The End Time may also be earlier that the start time, if only 1 day was "
2231
  "selected! Please choose another date or time."
2232
  msgstr ""
2233
 
2234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:432
2235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:433
2236
  msgid "The time(s) may be booked, or already in the past!"
2237
  msgstr ""
2238
 
2239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:593
 
2240
  msgid "Cost saved successfully"
2241
- msgstr ""
2242
 
2243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:600
2244
  msgid "Cost is not correct. It must be greater than 0"
2245
  msgstr ""
2246
 
2247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:618
 
2248
  msgid "Send payment request to customer"
2249
- msgstr ""
2250
 
2251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:622
2252
  #, php-format
2253
  msgid "Type your %sreason for payment%s request"
2254
  msgstr ""
2255
 
2256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:631
 
2257
  msgid "Send Request"
2258
- msgstr ""
2259
 
2260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:632
2261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:720
2262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1005
2263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:507
2264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:570
2265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:626
2266
  msgid "Close"
2267
  msgstr "Zavřít"
2268
 
2269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:763
 
2270
  msgid "Request has been sent"
2271
- msgstr ""
2272
 
2273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:769
 
2274
  msgid "Request has failed"
2275
- msgstr ""
2276
 
2277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:794
2278
  msgid "The payment status is changed successfully"
2279
  msgstr ""
2280
 
2281
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:801
2282
  msgid "The changing of payment status is failed"
2283
  msgstr ""
2284
 
2285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:845
2286
  msgid "Email to \"Person\" with payment request"
2287
  msgstr ""
2288
 
2289
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:865
2290
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3433
2291
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3507
2292
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3584
2293
  msgid "Send to Admin"
2294
  msgstr "Poslat administrátorovi"
2295
 
2296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:873
2297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3441
2298
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3515
2299
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3592
2300
  msgid "Check this box to send copy of this email to Admin"
2301
  msgstr ""
2302
 
2303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
2304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3376
2305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3449
2306
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3524
2307
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3601
2308
- #, php-format
2309
  msgid "Type the default %sadmin email%s sending the booking confimation"
2310
- msgstr ""
2311
 
2312
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:887
2313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3320
2314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3381
2315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3454
2316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3529
2317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3606
2318
  msgid "Subject"
2319
  msgstr "Předmět"
2320
 
2321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:889
2322
  #, php-format
2323
  msgid "Type email subject for %spayment request%s."
2324
  msgstr ""
2325
 
2326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:894
2327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3327
2328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3390
2329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3461
2330
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3536
2331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3613
2332
  msgid "Content"
2333
  msgstr ""
2334
 
2335
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:897
2336
  #, php-format
2337
  msgid "Type your %semail message for payment request%s"
2338
  msgstr ""
2339
 
2340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:905
2341
  #, php-format
2342
  msgid ""
2343
  "You need to make payment %s for booking %s at %s. %s You can make payment at "
2344
  "this %s Thank you, booking service."
2345
  msgstr ""
2346
 
2347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:905
 
2348
  msgid "page"
2349
- msgstr ""
2350
 
2351
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1146
2352
  msgid "deposit"
2353
  msgstr ""
2354
 
2355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1147
2356
  msgid "Total cost"
2357
  msgstr ""
2358
 
2359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1148
2360
  msgid "balance"
2361
  msgstr ""
2362
 
2363
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1200
 
2364
  msgid "Auto-fill form"
2365
  msgstr ""
 
 
2366
 
2367
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1302
 
2368
  msgid "Billing form fields customization"
2369
- msgstr ""
2370
 
2371
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1314
2372
  msgid ""
2373
  "Please select a field from your booking form. This field will be "
2374
  "automatically assigned to the current field in the billing form."
2375
  msgstr ""
2376
 
2377
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1320
2378
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2379
  msgid "Customer Email"
2380
  msgstr ""
2381
 
2382
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1333
2383
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
 
2384
  msgid "First Name(s)"
2385
- msgstr ""
2386
 
2387
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1346
2388
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
 
2389
  msgid "Last name"
2390
- msgstr ""
2391
 
2392
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1380
 
2393
  msgid "Billing Address"
2394
- msgstr ""
2395
 
2396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1393
 
2397
  msgid "Billing City"
2398
- msgstr ""
2399
 
2400
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1406
 
2401
  msgid "Post Code"
2402
- msgstr ""
2403
 
2404
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1419
2405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3887
 
2406
  msgid "Country"
2407
- msgstr ""
2408
 
2409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1438
2410
  msgid "State"
2411
  msgstr ""
2412
 
2413
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1455
2414
  #, php-format
2415
  msgid "Configuring these %sfields is required for the some payment%s systems!"
2416
  msgstr ""
2417
 
2418
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1510
2419
  msgid "Title of booked timeslot(s)"
2420
  msgstr ""
2421
 
2422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1514
2423
  #, php-format
2424
  msgid ""
2425
  "Type your %stitle%s, what will show in mouseover tooltip near booked "
2426
  "timeslot(s)"
2427
  msgstr ""
2428
 
2429
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1532
 
2430
  msgid "Time Format"
2431
- msgstr ""
2432
 
2433
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1547
2434
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:546
2435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:596
2436
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:856
2437
  msgid "Custom"
2438
  msgstr "Vlastní"
2439
 
2440
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1555
2441
- #, php-format
2442
  msgid ""
2443
  "Type your time format for emails and the booking table. %sDocumentation on "
2444
  "time formatting%s"
2445
  msgstr ""
 
 
2446
 
2447
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1643
2448
  #, php-format
2449
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
2450
  msgstr ""
2451
 
2452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1651
2453
  #, php-format
2454
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
2455
  msgstr ""
2456
 
2457
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1659
2458
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1725
 
2459
  msgid "Days selection number"
2460
- msgstr ""
2461
 
2462
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1666
2463
  #, php-format
2464
  msgid "Type your %snumber of days for range selection%s"
2465
  msgstr ""
2466
 
2467
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1673
2468
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1761
 
2469
  msgid "Start day of range"
2470
- msgstr ""
2471
 
2472
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1682
2473
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1770
 
2474
  msgid "Any day of week"
2475
- msgstr ""
2476
 
2477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1693
2478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1781
 
2479
  msgid "Specific day(s) of week"
2480
- msgstr ""
2481
 
2482
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1715
2483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1817
 
2484
  msgid "Select your start day of range selection at week"
2485
- msgstr ""
2486
 
2487
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1727
2488
  msgid "Min"
2489
  msgstr ""
2490
 
2491
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1741
2492
  #, php-format
2493
  msgid "Select your %sminimum and maximum number of days for range selection%s"
2494
  msgstr ""
2495
 
2496
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1747
 
2497
  msgid "Specific days selections"
2498
- msgstr ""
2499
 
2500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1751
2501
  #, php-format
2502
  msgid ""
2503
  "Type your %sspecific%s days, which can be selected by visitors, or leave "
@@ -2506,11 +2676,11 @@ msgid ""
2506
  "%s, its the same like this: %s)"
2507
  msgstr ""
2508
 
2509
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1860
2510
  msgid "Use time selections as recurrent time slots"
2511
  msgstr ""
2512
 
2513
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1871
2514
  msgid ""
2515
  "Check this box if you want to use recurrent time to reserve several days. "
2516
  "This means that middle days will be partially booked by actual times, "
@@ -2518,217 +2688,254 @@ msgid ""
2518
  "time for the first and last day of the reservation."
2519
  msgstr ""
2520
 
2521
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1878
 
2522
  msgid "Use check in/out time"
2523
- msgstr ""
2524
 
2525
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
2526
  msgid "This option will overwrite any times selection in your booking form."
2527
  msgstr ""
2528
 
2529
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1890
2530
  msgid "Check this option, to use check in/out time during booking process. "
2531
  msgstr ""
2532
 
2533
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1893
2534
  #, php-format
2535
  msgid ""
2536
  "%s Important!%s This will overwrite any times selection in your booking form."
2537
  msgstr ""
2538
 
2539
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1902
 
2540
  msgid "Check-in time"
2541
- msgstr ""
2542
 
2543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1902
2544
- #, php-format
2545
  msgid "%sstart booking time%s"
2546
- msgstr ""
2547
 
2548
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1904
2549
  #, php-format
2550
  msgid "Type your %sCheck-in%s time of booking"
2551
  msgstr ""
2552
 
2553
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1909
 
2554
  msgid "Check-Out time"
2555
- msgstr ""
2556
 
2557
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1909
2558
  #, php-format
2559
  msgid "%send booking time%s"
2560
  msgstr ""
2561
 
2562
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1911
2563
  #, php-format
2564
  msgid "Type your %sCheck-Out%s time of booking"
2565
  msgstr ""
2566
 
2567
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1945
2568
  msgid "Costs"
2569
  msgstr ""
2570
 
2571
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1950
 
2572
  msgid "Set the cost"
2573
- msgstr ""
2574
 
2575
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1955
2576
  msgid "fixed sum"
2577
  msgstr ""
2578
 
2579
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1958
 
2580
  msgid " Select your cost configuration."
2581
- msgstr ""
2582
 
2583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1963
 
2584
  msgid "Currency format"
2585
- msgstr ""
2586
 
2587
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1966
 
2588
  msgid "Number of decimal points"
2589
- msgstr ""
2590
 
2591
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1973
2592
  msgid "Separator for the decimal point"
2593
  msgstr ""
2594
 
2595
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2596
  msgid "Thousands separator"
2597
  msgstr ""
2598
 
2599
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1998
 
2600
  msgid "Time impact to cost"
2601
- msgstr ""
2602
 
2603
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2003
2604
  #, php-format
2605
  msgid ""
2606
  "Check this box if you want the %stime selection%s on the booking form "
2607
  "%sapplied to the cost calculation%s."
2608
  msgstr ""
2609
 
2610
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2012
2611
  msgid "Show booking details in payment form"
2612
  msgstr ""
2613
 
2614
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2018
2615
  #, php-format
2616
  msgid ""
2617
  " Check this checkbox if you want to show the %sbooking details summary%s "
2618
  "above the payment form"
2619
  msgstr ""
2620
 
2621
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2063
2622
- msgid "Auto cancelation / auto approval of bookings"
2623
  msgstr ""
2624
 
2625
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2069
2626
  msgid "Auto approve all new bookings"
2627
  msgstr ""
2628
 
2629
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2078
2630
  #, php-format
2631
  msgid ""
2632
  "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
2633
  msgstr ""
2634
 
2635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2085
 
2636
  msgid "Auto-cancel bookings"
2637
- msgstr ""
2638
 
2639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2095
2640
  #, php-format
2641
  msgid ""
2642
  "Check this box to %sactivate%s auto-cancellation for pending, unpaid "
2643
  "bookings."
2644
  msgstr ""
2645
 
2646
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2106
 
2647
  msgid "Cancel bookings older"
2648
- msgstr ""
2649
 
2650
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2111
 
2651
  msgid "hour"
2652
- msgstr ""
2653
 
2654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2114
2655
  msgid "hours"
2656
  msgstr ""
2657
 
2658
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2124
2659
  msgid ""
2660
  "Cancel only pending, unpaid bookings, which are older than this selection."
2661
  msgstr ""
2662
 
2663
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2129
 
2664
  msgid "Cancellation email sent"
2665
- msgstr ""
2666
 
2667
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2134
2668
  #, php-format
2669
  msgid "Check this box to %ssend%s cancellation email for this resource."
2670
  msgstr ""
2671
 
2672
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2146
 
2673
  msgid "Reason for cancellation"
2674
- msgstr ""
2675
 
2676
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2148
2677
  #, php-format
2678
  msgid "Type the reason for %scancellation%s for the email template."
2679
  msgstr ""
2680
 
2681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2190
2682
  msgid ""
2683
  "Customization of billing fields, which automatically assign from booking "
2684
  "form to billing form"
2685
  msgstr ""
2686
 
2687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2191
 
2688
  msgid "Billing form fields"
2689
- msgstr ""
2690
 
2691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2217
2692
  msgid "Booked Times:"
2693
  msgstr ""
2694
 
2695
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2240
2696
  msgid ""
2697
  "This reservation is cancelled because we did not receive payment and the "
2698
  "administrator did not approve it."
2699
  msgstr ""
2700
 
2701
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2259
2702
  msgid "You need to make payment for this reservation"
2703
  msgstr ""
2704
 
2705
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2261
2706
  #, php-format
2707
  msgid ""
2708
  "You need to make payment %s for reservation %s at %s. %s Please make payment "
2709
  "on this page: %s Thank you, %s"
2710
  msgstr ""
2711
 
2712
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
2713
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1407
2714
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3934
2715
  msgid "Apartment#1"
2716
  msgstr ""
2717
 
2718
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
2719
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1408
2720
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3935
 
2721
  msgid "Apartment#2"
2722
- msgstr ""
2723
 
2724
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
2725
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3936
 
2726
  msgid "Apartment#3"
2727
- msgstr ""
2728
 
2729
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-button.php:73
 
2730
  msgid "Label"
2731
- msgstr ""
2732
 
2733
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-button.php:73
2734
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:128
@@ -2752,20 +2959,22 @@ msgid "Wrap each item with %s tag"
2752
  msgstr ""
2753
 
2754
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:104
 
2755
  msgid "Put a label before field"
2756
- msgstr ""
2757
 
2758
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:118
2759
- #, php-format
2760
  msgid "Make it %sexclusive%s"
2761
- msgstr ""
2762
 
2763
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:128
2764
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
2765
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
2766
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:191
 
2767
  msgid "Default value"
2768
- msgstr ""
2769
 
2770
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:136
2771
  #, php-format
@@ -2781,8 +2990,9 @@ msgstr ""
2781
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:146
2782
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:111
2783
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:174
 
2784
  msgid "required"
2785
- msgstr ""
2786
 
2787
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:154
2788
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:119
@@ -2811,13 +3021,14 @@ msgid "Allow %smultiple%s selections"
2811
  msgstr ""
2812
 
2813
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:164
2814
- #, php-format
2815
  msgid "Set as %srequired%s"
2816
- msgstr ""
2817
 
2818
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:174
 
2819
  msgid "Name"
2820
- msgstr ""
2821
 
2822
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:225
2823
  msgid "Class"
@@ -2881,8 +3092,9 @@ msgid ""
2881
  msgstr ""
2882
 
2883
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:99
 
2884
  msgid "Default Form Templates"
2885
- msgstr ""
2886
 
2887
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:100
2888
  #, php-format
@@ -2898,11 +3110,12 @@ msgid ""
2898
  msgstr ""
2899
 
2900
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:111
 
2901
  msgid "Required Fields in Booking Form"
2902
- msgstr ""
2903
 
2904
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:117
2905
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:395
2906
  msgid "Calendar"
2907
  msgstr "Kalendář"
2908
 
@@ -2918,9 +3131,9 @@ msgid ""
2918
  msgstr ""
2919
 
2920
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:122
2921
- #, php-format
2922
  msgid "Example: %s."
2923
- msgstr ""
2924
 
2925
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:123
2926
  #, php-format
@@ -2931,9 +3144,9 @@ msgstr ""
2931
 
2932
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:124
2933
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:125
2934
- #, php-format
2935
  msgid "%s – calendar of booking resource with %s"
2936
- msgstr ""
2937
 
2938
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:126
2939
  #, php-format
@@ -2956,8 +3169,9 @@ msgid "You can %suse this shortcode only once%s in the form."
2956
  msgstr ""
2957
 
2958
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:137
 
2959
  msgid "Email Field"
2960
- msgstr ""
2961
 
2962
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
2963
  #, php-format
@@ -2971,33 +3185,38 @@ msgid ""
2971
  msgstr ""
2972
 
2973
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:143
 
2974
  msgid "Standard Fields"
2975
- msgstr ""
2976
 
2977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:149
2978
  msgid "Text"
2979
  msgstr ""
2980
 
2981
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:158
 
2982
  msgid "Textarea"
2983
- msgstr ""
2984
 
2985
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:165
2986
  msgid "Drop Down"
2987
  msgstr ""
2988
 
2989
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:177
 
2990
  msgid "Checkbox(es)"
2991
- msgstr ""
2992
 
2993
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:184
 
2994
  msgid "Radio Button(s)"
2995
- msgstr ""
2996
 
2997
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:196
2998
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:575
 
2999
  msgid "CAPTCHA"
3000
- msgstr ""
3001
 
3002
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:198
3003
  #, php-format
@@ -3009,12 +3228,14 @@ msgid "Submit Button"
3009
  msgstr ""
3010
 
3011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:216
 
3012
  msgid "Times Fields"
3013
- msgstr ""
3014
 
3015
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:222
 
3016
  msgid "Time Slot List"
3017
- msgstr ""
3018
 
3019
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:224
3020
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:304
@@ -3025,8 +3246,9 @@ msgid "Select the %s using the predefined %sTime List%s."
3025
  msgstr ""
3026
 
3027
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:224
 
3028
  msgid "Time Slot"
3029
- msgstr ""
3030
 
3031
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:225
3032
  #, php-format
@@ -3084,8 +3306,9 @@ msgstr ""
3084
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:304
3085
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
3086
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:385
 
3087
  msgid "Start Time"
3088
- msgstr ""
3089
 
3090
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:279
3091
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:292
@@ -3109,16 +3332,18 @@ msgstr ""
3109
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:290
3110
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
3111
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:342
 
3112
  msgid "End Time"
3113
- msgstr ""
3114
 
3115
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
3116
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
3117
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
3118
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
3119
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:381
 
3120
  msgid "Duration Time"
3121
- msgstr ""
3122
 
3123
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
3124
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
@@ -3151,8 +3376,9 @@ msgid "Duration Time - Drop Down list"
3151
  msgstr ""
3152
 
3153
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:385
 
3154
  msgid "field"
3155
- msgstr ""
3156
 
3157
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:418
3158
  msgid "Different time slots, for the different week days"
@@ -3227,8 +3453,9 @@ msgstr ""
3227
 
3228
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:436
3229
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:582
 
3230
  msgid "Week days conditions."
3231
- msgstr ""
3232
 
3233
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:452
3234
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:598
@@ -3243,8 +3470,9 @@ msgstr ""
3243
 
3244
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:462
3245
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:608
 
3246
  msgid "Season filters conditions."
3247
- msgstr ""
3248
 
3249
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:475
3250
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:621
@@ -3276,12 +3504,14 @@ msgid "Please check more about this feature at %sthis page%s"
3276
  msgstr ""
3277
 
3278
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:488
 
3279
  msgid "Advanced Fields"
3280
- msgstr ""
3281
 
3282
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:495
 
3283
  msgid "Time Field"
3284
- msgstr ""
3285
 
3286
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:497
3287
  #, php-format
@@ -3298,8 +3528,9 @@ msgid "The value of this field is just saved into DB."
3298
  msgstr ""
3299
 
3300
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:511
 
3301
  msgid "Country List"
3302
- msgstr ""
3303
 
3304
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:513
3305
  msgid "Select the country from the predefined country list."
@@ -3396,12 +3627,14 @@ msgid "You can use several values, separated by a comma."
3396
  msgstr ""
3397
 
3398
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:636
 
3399
  msgid "Cost Fields"
3400
- msgstr ""
3401
 
3402
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:642
 
3403
  msgid "Cost Correction Field"
3404
- msgstr ""
3405
 
3406
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:644
3407
  #, php-format
@@ -3414,8 +3647,9 @@ msgid "Use this field for %scorrecting the cost%s during adding new booking."
3414
  msgstr ""
3415
 
3416
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:656
 
3417
  msgid "Discount Coupon field"
3418
- msgstr ""
3419
 
3420
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:658
3421
  msgid ""
@@ -3429,12 +3663,14 @@ msgid "You can configure the discount coupon codes at this %spage%s."
3429
  msgstr ""
3430
 
3431
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:668
 
3432
  msgid "Hints for your form"
3433
- msgstr ""
3434
 
3435
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:674
 
3436
  msgid "Cost Hints"
3437
- msgstr ""
3438
 
3439
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:676
3440
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:697
@@ -3446,8 +3682,9 @@ msgid ""
3446
  msgstr ""
3447
 
3448
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:678
 
3449
  msgid "Full cost of the booking."
3450
- msgstr ""
3451
 
3452
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:680
3453
  msgid "Cost of the booking for the selected dates only."
@@ -3458,20 +3695,23 @@ msgid "Additional cost, which depends on the fields selection in the form."
3458
  msgstr ""
3459
 
3460
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:684
 
3461
  msgid "The deposit cost of the booking."
3462
- msgstr ""
3463
 
3464
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:686
3465
  msgid "Balance cost of the booking - difference between deposit and full cost."
3466
  msgstr ""
3467
 
3468
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:695
 
3469
  msgid "Dates and Times Hints"
3470
- msgstr ""
3471
 
3472
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:699
 
3473
  msgid "Selected Check In date."
3474
- msgstr ""
3475
 
3476
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:700
3477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:703
@@ -3487,24 +3727,29 @@ msgid "Example:"
3487
  msgstr ""
3488
 
3489
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:702
 
3490
  msgid "Selected Check Out date."
3491
- msgstr ""
3492
 
3493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:705
 
3494
  msgid "Selected Start Time."
3495
- msgstr ""
3496
 
3497
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:708
 
3498
  msgid "Selected End Time."
3499
- msgstr ""
3500
 
3501
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:711
 
3502
  msgid "All selected dates."
3503
- msgstr ""
3504
 
3505
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:714
 
3506
  msgid "All selected dates with times."
3507
- msgstr ""
3508
 
3509
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:717
3510
  msgid "All selected dates in \"short\" format."
@@ -3519,8 +3764,9 @@ msgid "Number of selected days."
3519
  msgstr ""
3520
 
3521
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:726
 
3522
  msgid "Number of selected nights."
3523
- msgstr ""
3524
 
3525
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:747
3526
  msgid "Generate Tag"
@@ -3530,76 +3776,70 @@ msgstr ""
3530
  msgid "Select option to configure or show help info about tags"
3531
  msgstr ""
3532
 
3533
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:220
3534
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:245
3535
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:428
3536
- msgid "Saved"
3537
- msgstr "Uloženo"
3538
-
3539
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:320
3540
  msgid ""
3541
  "You can use (in subject and content of email template) any shortcodes, which "
3542
  "you used in the booking form. Use the shortcodes in the same way as you used "
3543
  "them in the content form at Settings Fields page."
3544
  msgstr ""
3545
 
3546
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:322
3547
  msgid "In addition you can use these shortcodes"
3548
  msgstr ""
3549
 
3550
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:323
3551
  #, php-format
3552
  msgid ""
3553
  "%s - inserting data info about the booking, which you configured in the "
3554
  "content form at Settings Fields page"
3555
  msgstr ""
3556
 
3557
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:324
3558
- #, php-format
3559
  msgid "%s - inserting ID of booking "
3560
- msgstr ""
3561
 
3562
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:325
3563
  #, php-format
3564
  msgid "%s or %s - inserting the title of the booking resource "
3565
  msgstr ""
3566
 
3567
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:327
3568
- #, php-format
3569
  msgid "%s - inserting the cost of booking "
3570
- msgstr ""
3571
 
3572
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:330
3573
- #, php-format
3574
  msgid "%s - inserting the dates of booking"
3575
- msgstr ""
3576
 
3577
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:331
3578
  #, php-format
3579
  msgid "%s - inserting check-in date (first day of reservation),"
3580
  msgstr ""
3581
 
3582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:332
3583
  #, php-format
3584
  msgid "%s - inserting check-out date (last day of reservation),"
3585
  msgstr ""
3586
 
3587
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:333
3588
  #, php-format
3589
  msgid "%s - inserting the number of booking dates "
3590
  msgstr ""
3591
 
3592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:335
3593
  #, php-format
3594
  msgid "%s - inserting your site URL "
3595
  msgstr ""
3596
 
3597
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:337
3598
  #, php-format
3599
  msgid "%s - inserting moderate link of new booking "
3600
  msgstr ""
3601
 
3602
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:339
3603
  #, php-format
3604
  msgid ""
3605
  "%s - inserting link to the page where visitor can edit the reservation, "
@@ -3607,7 +3847,7 @@ msgid ""
3607
  "Example: %s )"
3608
  msgstr ""
3609
 
3610
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:341
3611
  #, php-format
3612
  msgid ""
3613
  "%s - inserting link to the page where visitor can cancel the reservation, "
@@ -3615,7 +3855,7 @@ msgid ""
3615
  "Example: %s )"
3616
  msgstr ""
3617
 
3618
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:343
3619
  #, php-format
3620
  msgid ""
3621
  "%s - inserting link to payment page where visitor can pay for the "
@@ -3623,476 +3863,481 @@ msgid ""
3623
  "this page. Example: %s )"
3624
  msgstr ""
3625
 
3626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:347
3627
  #, php-format
3628
  msgid ""
3629
  "%s - add the reason for booking payment, you can enter it before sending "
3630
  "email, "
3631
  msgstr ""
3632
 
3633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:349
3634
  #, php-format
3635
  msgid ""
3636
  "%s - add the reason booking was cancelled, you can enter it before sending "
3637
  "email, "
3638
  msgstr ""
3639
 
3640
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:352
3641
  #, php-format
3642
  msgid "Also you can use any HTML tags like this %s - to insert new line "
3643
  msgstr ""
3644
 
3645
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:370
 
3646
  msgid "Enter Keyword here"
3647
- msgstr ""
3648
 
3649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:371
3650
  msgid "Keyword"
3651
  msgstr ""
3652
 
3653
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:381
3654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:385
3655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:750
3656
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:755
3657
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
3658
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:818
3659
  msgid "Resource"
3660
  msgstr ""
3661
 
3662
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:400
 
3663
  msgid "Print bookings listing"
3664
- msgstr ""
3665
 
3666
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:402
3667
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1003
3668
  msgid "Print"
3669
  msgstr ""
3670
 
3671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:403
3672
  msgid "Export only current page of bookings to CSV format"
3673
  msgstr ""
3674
 
3675
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:405
3676
  msgid "Export"
3677
  msgstr ""
3678
 
3679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:406
3680
  msgid "Export All bookings to CSV format"
3681
  msgstr ""
3682
 
3683
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:408
 
3684
  msgid "Export All"
3685
- msgstr ""
3686
 
3687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:499
3688
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
3689
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
 
3690
  msgid "Labels"
3691
- msgstr ""
3692
 
3693
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:500
 
3694
  msgid "Data"
3695
- msgstr ""
3696
 
3697
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:517
3698
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:634
3699
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1534
3700
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1510
3701
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1959
3702
  msgid "Approved"
3703
  msgstr "Schválený"
3704
 
3705
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:518
3706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:629
3707
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:635
3708
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1509
3709
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1958
3710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2366
3711
  msgid "Pending"
3712
  msgstr "Čekající"
3713
 
3714
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:540
 
3715
  msgid "Edit Booking"
3716
- msgstr ""
3717
 
3718
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:545
3719
  msgid "Edit Note"
3720
  msgstr ""
3721
 
3722
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:549
3723
  msgid "Change Resource"
3724
  msgstr ""
3725
 
3726
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:609
 
3727
  msgid "Change"
3728
- msgstr ""
3729
 
3730
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:715
3731
  msgid "Clear booking resources selection"
3732
  msgstr ""
3733
 
3734
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:719
3735
  msgid "Apply booking resources selection"
3736
  msgstr ""
3737
 
3738
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:750
3739
  msgid ""
3740
  "Please note, its not possible to add new resources, if \"All resources\" "
3741
  "option is selected. Please clear the selection, then add new resources."
3742
  msgstr ""
3743
 
3744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:826
3745
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1424
 
3746
  msgid "All resources"
3747
- msgstr ""
3748
 
3749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:840
 
3750
  msgid "Booking resources"
3751
- msgstr ""
3752
-
3753
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:249
3754
- msgid "Successful payment"
3755
- msgstr ""
3756
-
3757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:251
3758
- msgid " Parameters are incorrect,"
3759
- msgstr ""
3760
-
3761
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:252
3762
- msgid "Cannot find the record"
3763
- msgstr ""
3764
-
3765
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:253
3766
- msgid "Amount different"
3767
- msgstr ""
3768
-
3769
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:254
3770
- msgid "Payment failed"
3771
- msgstr ""
3772
-
3773
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:255
3774
- msgid "Payment status updated by Mobile88 Admin(Fail)"
3775
- msgstr ""
3776
-
3777
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:256
3778
- msgid "Connection Error"
3779
- msgstr ""
3780
 
3781
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:604
3782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:627
3783
  msgid "Completed"
3784
  msgstr ""
3785
 
3786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:606
3787
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:631
3788
  msgid "In-Progress"
3789
  msgstr ""
3790
 
3791
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:608
3792
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:942
3793
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1908
3794
  msgid "Unknown"
3795
  msgstr ""
3796
 
3797
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:610
3798
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:653
3799
  msgid "Partially paid"
3800
  msgstr ""
3801
 
3802
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:611
3803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:654
3804
  msgid "Cancelled"
3805
  msgstr ""
3806
 
3807
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:612
3808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:637
3809
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:678
3810
  msgid "Failed"
3811
  msgstr ""
3812
 
3813
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:613
3814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:640
3815
  msgid "Refunded"
3816
  msgstr ""
3817
 
3818
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:615
3819
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:655
3820
  msgid "Fraud"
3821
  msgstr ""
3822
 
3823
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:622
3824
  msgid "!Paid OK"
3825
  msgstr ""
3826
 
3827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:623
3828
  msgid "Unknown status"
3829
  msgstr ""
3830
 
3831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:624
3832
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:677
3833
  msgid "Not Completed"
3834
  msgstr ""
3835
 
3836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:630
3837
  msgid "Processed"
3838
  msgstr ""
3839
 
3840
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:633
3841
  msgid "Canceled_Reversal"
3842
  msgstr ""
3843
 
3844
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:635
3845
  msgid "Denied"
3846
  msgstr ""
3847
 
3848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:636
3849
  msgid "Expired"
3850
  msgstr ""
3851
 
3852
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:639
3853
  msgid "Partially_Refunded"
3854
  msgstr ""
3855
 
3856
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:641
3857
  msgid "Reversed"
3858
  msgstr ""
3859
 
3860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:642
3861
  msgid "Voided"
3862
  msgstr ""
3863
 
3864
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:643
3865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
3866
  msgid "Created"
3867
  msgstr "Vytvořeno"
3868
 
3869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:646
3870
  msgid "Not authed"
3871
  msgstr ""
3872
 
3873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:647
3874
  msgid "Malformed"
3875
  msgstr ""
3876
 
3877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:648
3878
  msgid "Invalid"
3879
  msgstr ""
3880
 
3881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:649
3882
  msgid "Abort"
3883
  msgstr ""
3884
 
3885
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:650
3886
  msgid "Rejected"
3887
  msgstr "Zamítnuto"
3888
 
3889
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:651
3890
  msgid "Error"
3891
  msgstr ""
3892
 
3893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:656
3894
  msgid "Suspended"
3895
  msgstr ""
3896
 
3897
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:673
 
3898
  msgid "Any Status"
3899
- msgstr ""
3900
 
3901
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:675
3902
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:939
3903
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1905
3904
  msgid "Paid OK"
3905
  msgstr ""
3906
 
3907
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:676
3908
  msgid "Unknown Status"
3909
  msgstr ""
3910
 
3911
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:718
3912
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:918
3913
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:920
3914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:937
 
3915
  msgid "Payment"
3916
- msgstr ""
3917
 
3918
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:731
3919
  msgid "Min. cost"
3920
  msgstr ""
3921
 
3922
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:736
3923
  msgid "Max. cost"
3924
  msgstr ""
3925
 
3926
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:739
3927
  msgid "min"
3928
  msgstr ""
3929
 
3930
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:740
3931
  msgid "max"
3932
  msgstr ""
3933
 
3934
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:849
3935
  msgid "Send payment request to visitor"
3936
  msgstr ""
3937
 
3938
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:862
3939
  msgid "Payment status"
3940
  msgstr ""
3941
 
3942
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:884
 
3943
  msgid "Save cost"
3944
- msgstr ""
3945
 
3946
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:907
3947
  msgid "Change status"
3948
  msgstr ""
3949
 
3950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:666
3951
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:724
3952
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:404
3953
  msgid "Updating..."
3954
  msgstr "Aktualizuji..."
3955
 
3956
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:671
3957
  msgid "User is Activated"
3958
  msgstr ""
3959
 
3960
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:729
3961
  msgid "User is Deactivated"
3962
  msgstr ""
3963
 
3964
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:841
3965
  #, php-format
3966
  msgid ""
3967
  "%sYou do not have permissions for this page.%s Your account is not active, "
3968
  "please contact administrator.%s"
3969
  msgstr ""
3970
 
3971
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:876
3972
  #, php-format
3973
  msgid "%sYou do not have permissions for this booking resources.%s"
3974
  msgstr ""
3975
 
3976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:882
3977
- #, php-format
3978
  msgid "%sNo this booking resources.%s"
3979
- msgstr ""
3980
 
3981
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1022
 
3982
  msgid "Show resources of user:"
3983
- msgstr ""
3984
 
3985
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1034
3986
  msgid "My"
3987
  msgstr ""
3988
 
3989
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1053
3990
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:320
3991
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:340
 
3992
  msgid "Booking resource:"
3993
- msgstr ""
3994
 
3995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1085
3996
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1124
3997
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1226
 
3998
  msgid "Users"
3999
  msgstr ""
 
 
4000
 
4001
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1105
4002
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1225
 
4003
  msgid "User"
4004
- msgstr ""
4005
 
4006
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1126
4007
  msgid "Management of"
4008
  msgstr ""
4009
 
4010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1229
 
4011
  msgid "Set user as"
4012
- msgstr ""
4013
 
4014
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1262
4015
  #, php-format
4016
  msgid "Active %sSuper Admin%s"
4017
  msgstr ""
4018
 
4019
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4020
  #, php-format
4021
  msgid "Active %sRegular User%s"
4022
  msgstr ""
4023
 
4024
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1267
4025
  msgid "Inactive User"
4026
  msgstr ""
4027
 
4028
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1274
4029
  msgid "Unlimited"
4030
  msgstr ""
4031
 
4032
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1279
 
4033
  msgid "Activate"
4034
- msgstr ""
4035
 
4036
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
4037
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
4038
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
4039
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
4040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
 
4042
  msgid "Do you really want"
4043
- msgstr ""
4044
 
4045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1280
 
4046
  msgid "make user active"
4047
- msgstr ""
4048
 
4049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1284
 
4050
  msgid "Deactivate"
4051
- msgstr ""
4052
 
4053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1288
 
4054
  msgid "Set as inactive"
4055
- msgstr ""
4056
 
4057
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1289
 
4058
  msgid "make user inactive"
4059
- msgstr ""
4060
 
4061
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
 
4062
  msgid "Delete settings"
4063
- msgstr ""
4064
 
4065
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1292
 
4066
  msgid "delete configuration"
4067
- msgstr ""
4068
 
4069
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
 
4070
  msgid "Delete data"
4071
- msgstr ""
4072
 
4073
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1295
 
4074
  msgid "delete all booking data"
4075
  msgstr ""
 
 
4076
 
4077
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1305
4078
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
 
4079
  msgid "Super Admin"
4080
- msgstr ""
4081
 
4082
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1306
4083
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
 
4084
  msgid "set user as"
4085
- msgstr ""
4086
 
4087
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1309
4088
  msgid "Regular User"
4089
  msgstr ""
4090
 
4091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1310
4092
  msgid "Regular user"
4093
  msgstr ""
4094
 
4095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1406
4096
  msgid "Suite"
4097
  msgstr ""
4098
 
@@ -4132,10 +4377,11 @@ msgid "This parameter have to assigned to you by %s"
4132
  msgstr ""
4133
 
4134
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:140
4135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:325
4136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:129
 
4137
  msgid "Chose payment mode"
4138
- msgstr ""
4139
 
4140
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:144
4141
  msgid "Developer Test"
@@ -4146,7 +4392,7 @@ msgid "Live Test"
4146
  msgstr ""
4147
 
4148
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:146
4149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:329
4150
  msgid "Live"
4151
  msgstr ""
4152
 
@@ -4158,7 +4404,7 @@ msgstr ""
4158
 
4159
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:150
4160
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:261
4161
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:469
4162
  msgid "Note:"
4163
  msgstr ""
4164
 
@@ -4170,10 +4416,11 @@ msgid ""
4170
  msgstr ""
4171
 
4172
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:158
4173
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:338
4174
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:142
 
4175
  msgid "Transaction type"
4176
- msgstr ""
4177
 
4178
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:162
4179
  msgid "Authorization and Capture"
@@ -4189,39 +4436,39 @@ msgstr ""
4189
 
4190
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:172
4191
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:174
4192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:351
4193
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:154
4194
  msgid "Accepted Currency"
4195
  msgstr ""
4196
 
4197
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:176
4198
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:178
4199
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:355
4200
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:157
4201
  msgid "U.S. Dollars"
4202
  msgstr ""
4203
 
4204
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:177
4205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:360
4206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:162
4207
  msgid "Canadian Dollars"
4208
  msgstr ""
4209
 
4210
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:178
4211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:159
4212
  msgid "Pounds Sterling"
4213
  msgstr ""
4214
 
4215
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:179
4216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:356
4217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:158
4218
  msgid "Euros"
4219
  msgstr ""
4220
 
4221
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:181
4222
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:206
4223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:380
4224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:181
4225
  msgid "The currency code that gateway will process the payment in."
4226
  msgstr ""
4227
 
@@ -4233,36 +4480,38 @@ msgstr ""
4233
 
4234
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:187
4235
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:211
4236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:433
4237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:186
 
4238
  msgid "Payment button title"
4239
- msgstr ""
4240
 
4241
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:191
4242
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:216
4243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:436
4244
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:189
4245
  msgid "Enter the title of the payment button"
4246
  msgstr ""
4247
 
4248
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:196
4249
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:223
4250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:445
4251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:196
 
4252
  msgid "Show Payment description"
4253
- msgstr ""
4254
 
4255
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:204
4256
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:231
4257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:453
4258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:204
4259
  msgid "Check this box to show payment description in payment form"
4260
  msgstr ""
4261
 
4262
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:215
4263
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:242
4264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:464
4265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:215
4266
  msgid "Payment description"
4267
  msgstr ""
4268
 
@@ -4275,24 +4524,24 @@ msgstr ""
4275
 
4276
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:226
4277
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:253
4278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:479
4279
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:226
4280
  #, php-format
4281
  msgid "%s[bookingname]%s - inserting name of booking resource, "
4282
  msgstr ""
4283
 
4284
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:227
4285
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:254
4286
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:480
4287
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:227
4288
  #, php-format
4289
  msgid "%s[dates]%s - inserting list of reserved dates "
4290
  msgstr ""
4291
 
4292
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:228
4293
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:255
4294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:481
4295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:228
4296
  #, php-format
4297
  msgid "%s[datescount]%s - inserting number of reserved dates "
4298
  msgstr ""
@@ -4356,13 +4605,13 @@ msgstr ""
4356
 
4357
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:295
4358
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:271
4359
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:242
4360
  msgid "Return URL after Successful order"
4361
  msgstr ""
4362
 
4363
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:300
4364
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:276
4365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:247
4366
  #, php-format
4367
  msgid ""
4368
  "Enter a return relative Successful URL. %s will redirect visitors to this "
@@ -4373,20 +4622,20 @@ msgstr ""
4373
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:312
4374
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:277
4375
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:288
4376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:248
4377
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:259
4378
  msgid "Please test this URL, it must be a valid address"
4379
  msgstr ""
4380
 
4381
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:306
4382
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:282
4383
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:253
4384
  msgid "Return URL after Failed order"
4385
  msgstr ""
4386
 
4387
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:311
4388
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:287
4389
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:258
4390
  #, php-format
4391
  msgid ""
4392
  "Enter a return relative Failed URL. %s will redirect visitors to this page "
@@ -4394,8 +4643,9 @@ msgid ""
4394
  msgstr ""
4395
 
4396
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:317
 
4397
  msgid "Automatically approve booking"
4398
- msgstr ""
4399
 
4400
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:325
4401
  msgid ""
@@ -4405,8 +4655,8 @@ msgstr ""
4405
 
4406
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
4407
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
4408
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:581
4409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:274
4410
  msgid "This will not work, if the visitor leaves the payment page."
4411
  msgstr ""
4412
 
@@ -4422,28 +4672,30 @@ msgid ""
4422
  "when using a European payment processor"
4423
  msgstr ""
4424
 
4425
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:585
4426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:509
4427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:877
4428
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:602
4429
  #, php-format
4430
  msgid "Payment for booking %s on these day(s): %s"
4431
  msgstr ""
4432
 
4433
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:587
4434
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:504
4435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:878
4436
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:606
4437
  msgid "Pay via"
4438
  msgstr ""
4439
 
4440
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:106
 
4441
  msgid "Dates:"
4442
- msgstr ""
4443
 
4444
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:107
 
4445
  msgid "Booking Details:"
4446
- msgstr ""
4447
 
4448
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:22
4449
  msgid "Integration of iPay88 payment system"
@@ -4458,16 +4710,18 @@ msgid "iPay88 customization"
4458
  msgstr ""
4459
 
4460
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:113
 
4461
  msgid "Active iPay88"
4462
- msgstr ""
4463
 
4464
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:122
4465
  msgid " Check this box to use iPay88 payment system."
4466
  msgstr ""
4467
 
4468
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:130
 
4469
  msgid "Merchant Code"
4470
- msgstr ""
4471
 
4472
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:137
4473
  msgid "Enter your iPay88 Merchant Code."
@@ -4490,19 +4744,19 @@ msgid "Philippines Peso"
4490
  msgstr ""
4491
 
4492
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:245
4493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:467
4494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:218
4495
  msgid "Enter the service name or the reason for the payment here."
4496
  msgstr ""
4497
 
4498
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:293
4499
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:572
4500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:264
4501
  msgid "Automatically approve/cancel booking"
4502
  msgstr ""
4503
 
4504
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:301
4505
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:272
4506
  msgid ""
4507
  "Check this box to automatically approve bookings when visitor makes a "
4508
  "successful payment, or automatically cancel the booking when visitor makes a "
@@ -4510,22 +4764,51 @@ msgid ""
4510
  msgstr ""
4511
 
4512
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
4513
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:313
4514
  #, php-format
4515
  msgid ""
4516
  "Please configure %s fields inside the %sBilling form fields%s TAB at this "
4517
  "page, this is necessary for the %s."
4518
  msgstr ""
4519
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4520
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:120
4521
  msgid "Error IPN"
4522
  msgstr ""
4523
 
4524
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:231
4525
  msgid "Verified IPN"
4526
  msgstr ""
4527
 
4528
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:254
4529
  msgid "Invalid IPN"
4530
  msgstr ""
4531
 
@@ -4537,378 +4820,388 @@ msgstr ""
4537
  msgid "PayPal"
4538
  msgstr ""
4539
 
4540
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:138
4541
  msgid "PayPal customization"
4542
  msgstr ""
4543
 
4544
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:148
4545
  msgid "Paypal Standard"
4546
  msgstr ""
4547
 
4548
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:161
4549
  msgid "Paypal Pro Hosted Solution"
4550
  msgstr ""
4551
 
4552
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:172
4553
  msgid "IPN"
4554
  msgstr ""
4555
 
4556
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:179
4557
  msgid "Sending email for verified transaction"
4558
  msgstr ""
4559
 
4560
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:193
4561
  #, php-format
4562
  msgid "Email for getting report for %sverified%s transactions."
4563
  msgstr ""
4564
 
4565
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:200
4566
  msgid "Sending email for invalid transaction"
4567
  msgstr ""
4568
 
4569
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:213
4570
  #, php-format
4571
  msgid "Email for getting report for %sinvalid%s transactions."
4572
  msgstr ""
4573
 
4574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:221
4575
  msgid "Sending email if error occur during verification"
4576
  msgstr ""
4577
 
4578
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:234
4579
  #, php-format
4580
  msgid "Email for getting report for %ssome errors in verification process%s."
4581
  msgstr ""
4582
 
4583
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:240
 
4584
  msgid "Use SSL connection"
4585
- msgstr ""
4586
 
4587
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:245
4588
  msgid ""
4589
  "Use the SSL connection for posting data, instead of standard HTTP connection"
4590
  msgstr ""
4591
 
4592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:251
 
4593
  msgid "Use cURL posting"
4594
- msgstr ""
4595
 
4596
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:256
4597
  msgid "Use the cURL for posting data, instead of fsockopen() function"
4598
  msgstr ""
4599
 
4600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:264
4601
  msgid ""
4602
  " Follow these instructions to set up your listener at your PayPal account:"
4603
  msgstr ""
4604
 
4605
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:266
4606
  msgid "Click Profile on the My Account tab."
4607
  msgstr ""
4608
 
4609
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:267
4610
  msgid ""
4611
  "Click Instant Payment Notification Preferences in the Selling Preferences "
4612
  "column."
4613
  msgstr ""
4614
 
4615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:268
4616
  msgid ""
4617
  "Click Choose IPN Settings to specify your listeners URL and activate the "
4618
  "listener."
4619
  msgstr ""
4620
 
4621
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:269
4622
  msgid "Specify the URL for your listener in the Notification URL field as:"
4623
  msgstr ""
4624
 
4625
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:270
4626
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
4627
  msgstr ""
4628
 
4629
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:271
 
4630
  msgid "Click Save."
4631
- msgstr ""
4632
 
4633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:272
4634
  msgid ""
4635
  "Click Back to Profile Summary to return to the Profile after activating your "
4636
  "listener."
4637
  msgstr ""
4638
 
4639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:283
 
4640
  msgid "PayPal active"
4641
- msgstr ""
4642
 
4643
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:290
4644
  msgid "Check this box to use PayPal"
4645
  msgstr ""
4646
 
4647
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:298
4648
  msgid "Secure Merchant ID"
4649
  msgstr ""
4650
 
4651
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:304
4652
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
4653
  msgstr ""
4654
 
4655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:311
4656
  msgid "Paypal Email address to receive payments"
4657
  msgstr ""
4658
 
4659
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:316
4660
  msgid "This is the Paypal Email address where payments will be sent"
4661
  msgstr ""
4662
 
4663
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:330
4664
  msgid "Sandbox"
4665
  msgstr ""
4666
 
4667
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:332
4668
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
4669
  msgstr ""
4670
 
4671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:342
4672
  msgid "Sale"
4673
  msgstr ""
4674
 
4675
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:343
4676
  msgid "Authorization"
4677
  msgstr ""
4678
 
4679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:345
4680
  msgid ""
4681
  " Indicates whether the transaction is payment on a final sale or an "
4682
  "authorization for a final sale, to be captured later. "
4683
  msgstr ""
4684
 
4685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:357
4686
  msgid "British Pound"
4687
  msgstr "Britská libra"
4688
 
4689
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:358
4690
  msgid "Japanese Yen"
4691
  msgstr ""
4692
 
4693
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:359
4694
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:161
4695
  msgid "Australian Dollars"
4696
  msgstr ""
4697
 
4698
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:361
4699
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:163
 
4700
  msgid "New Zealand Dollar"
4701
- msgstr ""
4702
 
4703
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:362
4704
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:164
4705
  msgid "Swiss Franc"
4706
  msgstr ""
4707
 
4708
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:363
4709
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:165
4710
  msgid "Hong Kong Dollar"
4711
  msgstr ""
4712
 
4713
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:364
4714
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:166
4715
  msgid "Singapore Dollar"
4716
  msgstr ""
4717
 
4718
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:365
4719
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:167
4720
  msgid "Swedish Krona"
4721
  msgstr ""
4722
 
4723
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:366
4724
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:168
4725
  msgid "Danish Krone"
4726
  msgstr ""
4727
 
4728
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:367
4729
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:169
4730
  msgid "Polish Zloty"
4731
  msgstr ""
4732
 
4733
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:368
4734
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:170
4735
  msgid "Norwegian Krone"
4736
  msgstr ""
4737
 
4738
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:369
4739
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:171
4740
  msgid "Hungarian Forint"
4741
  msgstr ""
4742
 
4743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:370
4744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:172
4745
  msgid "Czech Koruna"
4746
  msgstr "Česká koruna"
4747
 
4748
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:371
 
4749
  msgid "Israeli New Shekel"
4750
- msgstr ""
4751
 
4752
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:372
4753
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:174
4754
  msgid "Mexican Peso"
4755
  msgstr ""
4756
 
4757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:373
4758
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:175
4759
  msgid "Brazilian Real (only for Brazilian users)"
4760
  msgstr ""
4761
 
4762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:374
4763
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:176
4764
  msgid "Malaysian Ringgits (only for Malaysian users)"
4765
  msgstr ""
4766
 
4767
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:375
4768
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:177
4769
  msgid "Philippine Pesos"
4770
  msgstr ""
4771
 
4772
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:376
4773
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:178
 
4774
  msgid "Taiwan New Dollars"
4775
- msgstr ""
4776
 
4777
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:377
4778
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:179
4779
  msgid "Thai Baht"
4780
  msgstr ""
4781
 
4782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:378
4783
  msgid "Turkish Lira (only for Turkish members)"
4784
  msgstr ""
4785
 
4786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:387
4787
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:391
 
4788
  msgid "Payment Button type"
4789
- msgstr ""
4790
 
4791
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:418
 
4792
  msgid "Custom button title"
4793
- msgstr ""
4794
 
4795
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:470
4796
  msgid "This field support only up to 70 characters by payment system."
4797
  msgstr ""
4798
 
4799
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:477
 
4800
  msgid " Use these shortcodes for customization: "
4801
- msgstr ""
4802
 
4803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:493
4804
  msgid "Show Reference Text Box"
4805
  msgstr ""
4806
 
4807
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:500
4808
  msgid "Check this box to show Reference Text Box"
4809
  msgstr ""
4810
 
4811
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:510
4812
  msgid "Reference Text Box Title"
4813
  msgstr ""
4814
 
4815
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:515
4816
  msgid ""
4817
  "Enter a title for the Reference text box (i.e. Your email address). Visitors "
4818
  "will see this text."
4819
  msgstr ""
4820
 
4821
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:528
4822
  #, php-format
4823
  msgid ""
4824
  "To use this feature you %smust activate auto-return link%s at your Paypal "
4825
  "account."
4826
  msgstr ""
4827
 
4828
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:529
4829
  msgid "Follow these steps to configure it:"
4830
  msgstr ""
4831
 
4832
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:531
4833
  msgid "Log in to your PayPal account."
4834
  msgstr ""
4835
 
4836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:532
4837
  msgid "Click the Profile subtab."
4838
  msgstr ""
4839
 
4840
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:533
4841
  msgid "Click Website Payment Preferences in the Seller Preferences column."
4842
  msgstr ""
4843
 
4844
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:534
4845
  msgid "Under Auto Return for Website Payments, click the On radio button."
4846
  msgstr ""
4847
 
4848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:535
4849
  msgid ""
4850
  "For the Return URL, enter the Return URL from PayPal on your site for "
4851
  "successfull payment."
4852
  msgstr ""
4853
 
4854
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:543
4855
  msgid "Return URL from PayPal"
4856
  msgstr ""
4857
 
4858
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:550
4859
  msgid "The URL where visitor will be redirected after completing payment."
4860
  msgstr ""
4861
 
4862
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:551
4863
  #, php-format
4864
  msgid ""
4865
  "For example, a URL to your site that displays a %s\"Thank you for the payment"
4866
  "\"%s."
4867
  msgstr ""
4868
 
4869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:558
4870
  msgid "Cancel Return URL from PayPal"
4871
  msgstr ""
4872
 
4873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:565
4874
  msgid "The URL where the visitor will be redirected after completing payment."
4875
  msgstr ""
4876
 
4877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:566
4878
  #, php-format
4879
  msgid ""
4880
  "For example, the URL to your website that displays a %s\"Payment Canceled"
4881
  "\"%s page."
4882
  msgstr ""
4883
 
4884
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:579
4885
  msgid ""
4886
  "Check this box to automatically approve bookings, when visitor makes a "
4887
  "successful payment, or automatically cancel the booking, when visitor makes "
4888
  "a payment cancellation."
4889
  msgstr ""
4890
 
4891
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:851
4892
  msgid "Make payments with payPal - its fast, free and secure!"
4893
  msgstr ""
4894
 
4895
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:883
4896
  msgid "Enter your phone number"
4897
  msgstr ""
4898
 
4899
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:21
4900
  msgid "Integration of Sage payment system"
4901
  msgstr ""
4902
 
4903
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:22
4904
  msgid "Sage"
4905
  msgstr ""
4906
 
4907
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:83
4908
  msgid "Sage payment customization"
4909
  msgstr ""
4910
 
4911
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:85
4912
  #, php-format
4913
  msgid ""
4914
  "If you have no account on this system, please visit %s to create one. "
@@ -4916,113 +5209,132 @@ msgid ""
4916
  "account."
4917
  msgstr ""
4918
 
4919
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:89
 
4920
  msgid "Active Sage Pay"
4921
- msgstr ""
4922
 
4923
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:96
4924
  msgid " Check this box to use Sage Pay payment."
4925
  msgstr ""
4926
 
4927
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:105
 
4928
  msgid "Vendor Name"
4929
- msgstr ""
4930
 
4931
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:109
4932
  msgid ""
4933
  "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when "
4934
  "you applied."
4935
  msgstr ""
4936
 
4937
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:116
4938
  msgid "XOR Encryption password"
4939
  msgstr ""
4940
 
4941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:120
4942
  msgid ""
4943
  "Set this value to the XOR Encryption password assigned to you by Sage Pay"
4944
  msgstr ""
4945
 
4946
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:132
4947
  msgid "SIMULATOR"
4948
  msgstr ""
4949
 
4950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:133
4951
  msgid "TEST"
4952
  msgstr ""
4953
 
4954
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:134
4955
  msgid "LIVE"
4956
  msgstr ""
4957
 
4958
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:136
4959
  msgid ""
4960
  "Select SIMULATOR for the Simulator expert system, TEST for the Test Server "
4961
  "and LIVE in the live environment"
4962
  msgstr ""
4963
 
4964
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:145
 
4965
  msgid "PAYMENT"
4966
- msgstr ""
4967
 
4968
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:146
4969
  msgid "DEFERRED"
4970
  msgstr ""
4971
 
4972
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:147
4973
  msgid "AUTHENTICATE"
4974
  msgstr ""
4975
 
4976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:149
4977
  msgid ""
4978
  "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports "
4979
  "those payment types"
4980
  msgstr ""
4981
 
4982
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:160
4983
  msgid "Yen"
4984
  msgstr ""
4985
 
4986
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:173
4987
  msgid "Israeli Shekel"
4988
  msgstr ""
4989
 
4990
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:313
 
4991
  msgid "ALL"
4992
- msgstr ""
4993
 
4994
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:543
4995
  #, php-format
4996
  msgid "Pay using %s payment service"
4997
  msgstr ""
4998
 
4999
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:110
5000
- msgid "Form / Calendar"
5001
- msgstr ""
 
5002
 
5003
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
5004
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
5005
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
5006
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
 
 
 
 
 
5007
  msgid "Insertion of"
5008
  msgstr ""
5009
 
5010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:123
 
 
 
 
 
 
 
 
5011
  msgid "Selection of form"
5012
- msgstr ""
5013
 
5014
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:150
 
5015
  msgid "Editing of booking"
5016
- msgstr ""
5017
 
5018
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:172
5019
  #, php-format
5020
  msgid ""
5021
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5022
  "of the specific shortcodes %shere%s"
5023
  msgstr ""
5024
 
5025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:181
5026
  #, php-format
5027
  msgid ""
5028
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
@@ -5030,376 +5342,405 @@ msgid ""
5030
  "payment request"
5031
  msgstr ""
5032
 
5033
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:182
5034
  #, php-format
5035
  msgid ""
5036
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5037
  "settings page%s must link to this page"
5038
  msgstr ""
5039
 
5040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:183
5041
  #, php-format
5042
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5043
  msgstr ""
5044
 
5045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:202
5046
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:204
 
 
5047
  msgid "Select shortcode to insert"
5048
- msgstr ""
5049
 
5050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:224
 
 
 
 
 
5051
  #, php-format
5052
  msgid ""
5053
  "This shortcode %s is using for showing the search results at specific page, "
5054
  "if the search form is submit showing the search results at different page"
5055
  msgstr ""
5056
 
5057
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:234
5058
  msgid "Check this box to show search results on other page"
5059
  msgstr ""
5060
 
5061
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:240
 
5062
  msgid "URL of search results:"
5063
- msgstr ""
5064
 
5065
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:242
 
5066
  msgid "Type the URL of search results page."
5067
- msgstr ""
5068
 
5069
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:248
 
5070
  msgid "Title of Search results:"
5071
- msgstr ""
5072
 
5073
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:251
5074
  msgid "Type the title of Search results."
5075
  msgstr ""
5076
 
5077
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:257
 
5078
  msgid "Nothing Found Message:"
5079
- msgstr ""
5080
 
5081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:260
5082
  msgid "Type the message, when nothing found."
5083
  msgstr ""
5084
 
5085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:267
5086
  msgid "Search only for users:"
5087
  msgstr ""
5088
 
5089
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:269
5090
  msgid ""
5091
  "Type IDs of the users (separated by comma \",\") for searching availability "
5092
  "only for these users, or leave it blank for searching for all users."
5093
  msgstr ""
5094
 
5095
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:288
 
5096
  msgid "Title:"
5097
- msgstr ""
5098
 
5099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:290
5100
  msgid "Title near your select box."
5101
  msgstr ""
5102
 
5103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:298
5104
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:360
 
5105
  msgid "Visible months:"
5106
- msgstr ""
5107
 
5108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:313
5109
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:375
 
5110
  msgid "Select number of month to show for calendar."
5111
- msgstr ""
5112
 
5113
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:335
5114
  msgid ""
5115
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5116
  "select multiple booking resources."
5117
  msgstr ""
5118
 
5119
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:342
5120
  #, php-format
5121
  msgid ""
5122
  "This shortcode %s is using for selection of the booking form of specific "
5123
  "booking resources in selectbox"
5124
  msgstr ""
5125
 
5126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:549
 
 
 
 
5127
  msgid "This booking resources does not exist"
5128
  msgstr ""
5129
 
5130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:568
5131
  msgid "Processing..."
5132
  msgstr ""
5133
 
5134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:589
5135
  msgid "Generating columns..."
5136
  msgstr ""
5137
 
5138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:620
 
5139
  msgid "Exporting booking data..."
5140
- msgstr ""
5141
 
5142
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:654
5143
  msgid "Generating content of file"
5144
  msgstr ""
5145
 
5146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:692
5147
  msgid "Saving to file"
5148
  msgstr ""
5149
 
5150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:709
 
5151
  msgid "Export bookings"
5152
- msgstr ""
5153
 
5154
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:712
5155
  msgid "Download the CSV file of exported booking data"
5156
  msgstr ""
5157
 
5158
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:718
5159
  msgid "Download"
5160
  msgstr ""
5161
 
5162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:727
 
5163
  msgid "Done!"
5164
- msgstr ""
5165
 
5166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:750
 
5167
  msgid "Please Select"
5168
- msgstr ""
5169
 
5170
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:886
5171
  msgid "link"
5172
  msgstr ""
5173
 
5174
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1007
 
5175
  msgid "Print bookings"
5176
- msgstr ""
5177
 
5178
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1028
5179
  msgid "The booking was canceled by the visitor."
5180
  msgstr ""
5181
 
5182
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1042
5183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1053
5184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1850
5185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1897
5186
  msgid "Wrong booking hash in URL (probably expired)"
5187
  msgstr ""
5188
 
5189
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1081
5190
  msgid "The booking has been canceled successfully"
5191
  msgstr ""
5192
 
5193
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1220
 
5194
  msgid "Add New Booking Resource(s)"
5195
- msgstr ""
5196
 
5197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1225
 
5198
  msgid "New Resource"
5199
- msgstr ""
5200
 
5201
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1229
 
5202
  msgid "Enter title here"
5203
- msgstr ""
5204
 
5205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
5206
  msgid "Enter name of booking resource"
5207
  msgstr ""
5208
 
5209
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1240
 
5210
  msgid "Advanced Options"
5211
- msgstr ""
5212
 
5213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1241
 
5214
  msgid "Add new resource(s)"
5215
- msgstr ""
 
 
 
 
 
 
 
 
 
 
5216
 
5217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1350
5218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1437
5219
  msgid "Resources number per page"
5220
- msgstr ""
5221
 
5222
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1359
5223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1446
5224
  msgid ""
5225
  "Select number of booking resources (single or parent) per page at Resource "
5226
  "menu page"
5227
  msgstr ""
5228
 
5229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1364
5230
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1417
5231
- msgid "Default booking resource"
5232
- msgstr ""
5233
-
5234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
5235
- msgid "Enter your order number to begin the activation process."
5236
- msgstr ""
5237
-
5238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1433
5239
- msgid "Select your default booking resource."
5240
- msgstr ""
5241
-
5242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1460
5243
  msgid "URL to edit bookings"
5244
- msgstr ""
5245
 
5246
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1462
5247
  #, php-format
5248
  msgid ""
5249
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5250
  "into this page."
5251
  msgstr ""
5252
 
5253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1480
5254
  msgid "Change hash after the booking is approved"
5255
  msgstr ""
5256
 
5257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1486
5258
  msgid ""
5259
  "Check this box if you want to change the booking hash after approval. When "
5260
  "checked, visitor will not be able to edit or cancel the booking."
5261
  msgstr ""
5262
 
5263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1497
5264
  #, php-format
5265
  msgid "%s - start new translation section, where %s - locale of translation"
5266
  msgstr ""
5267
 
5268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1498
5269
  #, php-format
5270
  msgid "Example #1: %s - start French translation section"
5271
  msgstr ""
5272
 
5273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1499
5274
  #, php-format
5275
  msgid "Example #2: \"%s\" - English and French translation of some message"
5276
  msgstr ""
5277
 
5278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1515
5279
  msgid ""
5280
  "Customization of email template, which is sending to Admin after new booking"
5281
  msgstr ""
5282
 
5283
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1516
 
5284
  msgid "New for Admin"
5285
- msgstr ""
5286
 
5287
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1524
5288
  msgid ""
5289
  "Customization of email template, which is sending to Visitor after new "
5290
  "booking"
5291
  msgstr ""
5292
 
5293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1525
5294
  msgid "New for Visitor"
5295
  msgstr ""
5296
 
5297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1533
5298
  msgid ""
5299
  "Customization of email template, which is sending to Visitor after approval "
5300
  "of booking"
5301
  msgstr ""
5302
 
5303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1542
5304
  msgid ""
5305
  "Customization of email template, which is sending to Visitor after "
5306
  "Cancellation of booking"
5307
  msgstr ""
5308
 
5309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1543
 
5310
  msgid "Declined"
5311
- msgstr ""
5312
 
5313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1551
5314
  msgid ""
5315
  "Customization of email template, which is sending after modification of "
5316
  "booking"
5317
  msgstr ""
5318
 
5319
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1552
5320
  msgid "Modified"
5321
  msgstr ""
5322
 
5323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1561
5324
  msgid ""
5325
  "Customization of email template, which is sending to Visitor after payment "
5326
  "request"
5327
  msgstr ""
5328
 
5329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1562
 
5330
  msgid "Payment request"
5331
- msgstr ""
5332
 
5333
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1616
 
5334
  msgid "Standard Form Template"
5335
- msgstr ""
5336
 
5337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1617
5338
  msgid "2 Columns Form Template"
5339
  msgstr ""
5340
 
5341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1618
5342
  msgid "Wizard Form Template(several steps)"
5343
  msgstr ""
5344
 
5345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1620
5346
  msgid "Payment Form Template"
5347
  msgstr ""
5348
 
5349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1621
5350
  msgid "Time Slots Form Template"
5351
  msgstr ""
5352
 
5353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1623
5354
  msgid "Time slots for different weekends Form Template"
5355
  msgstr ""
5356
 
5357
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1624
 
5358
  msgid "Hints Form Template"
5359
- msgstr ""
5360
-
5361
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1629
5362
- msgid "Reset current Form"
5363
- msgstr ""
5364
 
5365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1637
5366
  msgid "Reset Booking Form and Content of Booking Fields Form"
5367
  msgstr ""
5368
 
5369
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1641
5370
  msgid "Both"
5371
  msgstr ""
5372
 
5373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1653
5374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3777
5375
  msgid "Please configure the form for content of booking fields data!"
5376
  msgstr ""
5377
 
5378
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1661
5379
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3785
 
5380
  msgid "Please configure the form fields!"
5381
- msgstr ""
5382
 
5383
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1670
5384
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1189
 
5385
  msgid "Customization of booking form fields"
5386
- msgstr ""
5387
 
5388
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1675
5389
  msgid ""
5390
  "Customization of fields, which showing in the Booking Listing page for the "
5391
  "specific booking"
5392
  msgstr ""
5393
 
5394
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1678
 
5395
  msgid "Content of Booking Fields"
5396
- msgstr ""
5397
 
5398
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1694
 
5399
  msgid "Default title of bookings"
5400
- msgstr ""
5401
 
5402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1696
5403
  #, php-format
5404
  msgid ""
5405
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
@@ -5407,80 +5748,86 @@ msgid ""
5407
  "page)."
5408
  msgstr ""
5409
 
5410
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1708
 
5411
  msgid "Incorrect date format"
5412
- msgstr ""
5413
 
5414
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1947
 
5415
  msgid "Booking Resource"
5416
- msgstr ""
5417
 
5418
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1957
5419
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1539
5420
  msgid "All bookings"
5421
  msgstr "Všechny rezervace"
5422
 
5423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1961
 
5424
  msgid "All incoming bookings"
5425
- msgstr ""
5426
 
5427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1966
 
5428
  msgid "New reservations made today"
5429
- msgstr ""
5430
 
5431
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1971
 
5432
  msgid "Reservations for today"
5433
- msgstr ""
5434
 
5435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1992
 
5436
  msgid "Add new booking resource"
5437
- msgstr ""
5438
 
5439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3003
5440
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3051
5441
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:559
5442
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:561
5443
  msgid "Updated successfully"
5444
  msgstr ""
5445
 
5446
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3017
5447
  msgid ""
5448
  "Warning! The resource was not changed. Current dates are already booked "
5449
  "there."
5450
  msgstr ""
5451
 
5452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3286
5453
  msgid "Email to \"Admin\" after a new booking"
5454
  msgstr ""
5455
 
5456
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3306
5457
  msgid "To"
5458
  msgstr ""
5459
 
5460
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3308
5461
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:267
5462
  #, php-format
5463
  msgid "Type default %sadmin email%s for booking confirmation"
5464
  msgstr "Defaultní %semail %s pro potvrzení rezervace"
5465
 
5466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3315
5467
  #, php-format
5468
  msgid ""
5469
  "Type the default %sadmin email%s sending the booking confimation. You can "
5470
  "use this %s shortcode."
5471
  msgstr ""
5472
 
5473
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3322
5474
  #, php-format
5475
  msgid "Type your email %ssubject%s for the booking confimation message."
5476
  msgstr ""
5477
 
5478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3330
5479
  #, php-format
5480
  msgid "Type your %semail message content for checking booking%s in. "
5481
  msgstr ""
5482
 
5483
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5484
  #, php-format
5485
  msgid ""
5486
  "For example: \"You have a new reservation %s on the following date(s): %s "
@@ -5488,35 +5835,36 @@ msgid ""
5488
  "you, Reservation service.\""
5489
  msgstr ""
5490
 
5491
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3338
5492
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
5493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
5494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
5495
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1152
 
5496
  msgid "here"
5497
- msgstr ""
5498
 
5499
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3353
5500
  msgid "Email to \"Person\" after they make a new reservation"
5501
  msgstr ""
5502
 
5503
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3383
5504
  #, php-format
5505
  msgid "Type email subject for %svisitor after creating a new reservation%s."
5506
  msgstr ""
5507
 
5508
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3384
5509
- #, php-format
5510
  msgid "Use these %s shortcodes."
5511
- msgstr ""
5512
 
5513
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3393
5514
  #, php-format
5515
  msgid ""
5516
  "Type your %semail message for visitor after creating a new reservation%s"
5517
  msgstr ""
5518
 
5519
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3399
5520
  #, php-format
5521
  msgid ""
5522
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
@@ -5524,21 +5872,21 @@ msgid ""
5524
  "page: %s Thank you, Reservation service.\""
5525
  msgstr ""
5526
 
5527
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3413
5528
  msgid "Email to \"Person\" after booking is approved"
5529
  msgstr ""
5530
 
5531
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3456
5532
  #, php-format
5533
  msgid "Type your email subject for the %sapproved booking%s."
5534
  msgstr ""
5535
 
5536
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3464
5537
  #, php-format
5538
  msgid "Type your %semail message for the approved booking%s from the website"
5539
  msgstr ""
5540
 
5541
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3472
5542
  #, php-format
5543
  msgid ""
5544
  "For example: \"Your reservation %s on these date(s): %s has been approved."
@@ -5546,42 +5894,42 @@ msgid ""
5546
  "service.\""
5547
  msgstr ""
5548
 
5549
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3486
5550
  msgid "Email to \"Person\" after their booking has been denied"
5551
  msgstr ""
5552
 
5553
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3531
5554
  #, php-format
5555
  msgid "Type your email subject for the %sdenied booking%s."
5556
  msgstr ""
5557
 
5558
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3538
5559
  #, php-format
5560
  msgid "Type your %semail message for the denied booking%s from the website"
5561
  msgstr ""
5562
 
5563
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3547
5564
  #, php-format
5565
  msgid ""
5566
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
5567
  "Please contact us for more information. %s Thank you, Reservation service.\""
5568
  msgstr ""
5569
 
5570
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3563
5571
  msgid "Email to \"Person\" after booking is modified"
5572
  msgstr ""
5573
 
5574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3608
5575
  #, php-format
5576
  msgid "Type your email subject for the %smodified booking%s. "
5577
  msgstr ""
5578
 
5579
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
5580
  #, php-format
5581
  msgid "Type your %semail message for the modified booking%s from the website"
5582
  msgstr ""
5583
 
5584
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3625
5585
  #, php-format
5586
  msgid ""
5587
  "For example: \"The reservation %s on these date(s): %s has been modified. "
@@ -5589,934 +5937,1083 @@ msgid ""
5589
  "service.\""
5590
  msgstr ""
5591
 
5592
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3721
5593
  msgid "Form fields"
5594
  msgstr "Formulářové pole"
5595
 
5596
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3750
5597
  #, php-format
5598
  msgid ""
5599
  "Content of booking fields data for email templates (%s-shortcode) and "
5600
  "booking listing page"
5601
  msgstr ""
5602
 
5603
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3758
5604
  #, php-format
5605
  msgid "%s - inserting data from fields of booking form"
5606
  msgstr ""
5607
 
5608
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3759
5609
- #, php-format
5610
  msgid "%s - inserting new line"
5611
- msgstr ""
5612
 
5613
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3854
5614
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
5615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3880
5616
  msgid "First Name"
5617
  msgstr "Jméno"
5618
 
5619
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
5620
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3866
5621
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3881
5622
  msgid "Last Name"
5623
  msgstr "Příjmení"
5624
 
5625
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
5626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3867
5627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3882
5628
  msgid "Email"
5629
  msgstr "E-mail"
5630
 
5631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
5632
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3879
5633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:219
5634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:558
5635
  msgid "Times"
5636
  msgstr ""
5637
 
5638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3884
5639
  msgid "Address"
5640
  msgstr "Adresa"
5641
 
5642
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3885
5643
  msgid "City"
5644
  msgstr "Město"
5645
 
5646
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3886
5647
  msgid "Post code"
5648
  msgstr "PSČ"
5649
 
5650
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4034
5651
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2334
 
 
 
 
5652
  msgid "New booking"
5653
  msgstr "Nová rezervace"
5654
 
5655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4036
5656
  #, php-format
5657
  msgid ""
5658
  "Your reservation %s for: %s is processing now! We will send confirmation by "
5659
  "email. %sYou can edit this booking at this page: %s Thank you, %s"
5660
  msgstr ""
5661
 
5662
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4040
 
5663
  msgid "The reservation has been modified"
5664
- msgstr ""
5665
 
5666
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4042
5667
  #, php-format
5668
  msgid ""
5669
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
5670
  "this page: %s Thank you, %s"
5671
  msgstr ""
5672
 
5673
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4104
5674
  msgid "Sending request..."
5675
  msgstr "Odeslání žádosti..."
5676
 
5677
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4129
 
5678
  msgid "Order number"
5679
- msgstr ""
5680
 
5681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4132
5682
  msgid "Register"
5683
  msgstr ""
5684
 
5685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4134
5686
  msgid ""
5687
- "Please, enter your order number of purchasing this version, which you are "
5688
- "received in email."
5689
  msgstr ""
5690
 
5691
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4138
5692
  #, php-format
5693
  msgid ""
5694
  "If you will get any difficulties or have a questions, please contact by "
5695
  "email %s"
5696
  msgstr ""
5697
 
5698
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:49
5699
  msgid "Search availability"
5700
  msgstr ""
5701
 
5702
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:57
 
5703
  msgid "Nothing found."
5704
- msgstr ""
5705
 
5706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:61
5707
  msgid "Search results."
5708
  msgstr ""
5709
 
5710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:67
 
5711
  msgid "Title of search widget"
5712
- msgstr ""
5713
 
5714
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:75
 
5715
  msgid "Title of search results"
5716
- msgstr ""
5717
 
5718
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:80
5719
  #, php-format
5720
  msgid "Please type the %sTitle of search results%s."
5721
  msgstr ""
5722
 
5723
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:84
 
5724
  msgid "Nothing found message"
5725
- msgstr ""
5726
 
5727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:89
5728
  #, php-format
5729
  msgid "Please type the %smessage ,what is showing, when nothing found%s."
5730
  msgstr ""
5731
 
5732
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:93
 
5733
  msgid "URL of Search Results"
5734
- msgstr ""
5735
 
5736
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:98
5737
  #, php-format
5738
  msgid ""
5739
  "Please type the URL of the page %s(with %s shortcode in content)%s, where "
5740
  "search results will show."
5741
  msgstr ""
5742
 
5743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-dismiss.php:78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5744
  msgid "Dismiss"
5745
  msgstr ""
5746
 
5747
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:15
5748
- msgid "Insert booking calendar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5749
  msgstr ""
5750
 
5751
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:16
5752
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:693
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5753
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:89
5754
  msgid "Booking calendar"
5755
  msgstr "Rezervační kalendář"
5756
 
5757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:122
5758
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:144
5759
  msgid "Ok"
5760
  msgstr ""
5761
 
5762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:348
 
5763
  msgid "Select booking resource"
5764
- msgstr ""
5765
 
5766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:381
 
5767
  msgid "Start month:"
5768
- msgstr ""
5769
 
5770
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:391
5771
  msgid "Select start month of calendar"
5772
  msgstr ""
5773
 
5774
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:398
 
5775
  msgid "Show in the page:"
5776
- msgstr ""
5777
 
5778
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:404
 
5779
  msgid "Booking form with calendar"
5780
- msgstr ""
5781
 
5782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:405
 
5783
  msgid "Only availability calendar"
5784
- msgstr ""
5785
 
5786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:406
 
5787
  msgid "Only booking form"
5788
- msgstr ""
5789
 
5790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:411
5791
  msgid "for"
5792
  msgstr ""
5793
 
5794
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:414
 
5795
  msgid "date"
5796
- msgstr ""
5797
 
5798
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:418
5799
  msgid ""
5800
  "Select to show the entire booking form or the availability calendar only."
5801
  msgstr ""
5802
 
5803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:433
5804
  msgid "Show advanced settings"
5805
  msgstr "Rozbalit pokročilá nastavení"
5806
 
5807
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:434
5808
  msgid "Hide advanced settings"
5809
  msgstr "Skrýt pokročilá nastavení"
5810
 
5811
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:438
5812
  #, php-format
5813
  msgid ""
5814
  "Setting advanced parameters of the calendar. %sLike width, height and "
5815
  "structure %s"
5816
  msgstr ""
5817
 
5818
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:440
5819
  #, php-format
5820
  msgid ""
5821
  "%s or minimum and fixed number of days selection for the specific day of "
5822
  "week or season.%s"
5823
  msgstr ""
5824
 
5825
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:446
5826
  #, php-format
5827
  msgid ""
5828
  "Please read more about the possible customizations of these %soptions%s "
5829
  "%shere%s"
5830
  msgstr ""
5831
 
5832
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:447
5833
  msgid "Options:"
5834
  msgstr ""
5835
 
5836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:450
5837
  msgid ""
5838
  "Specify the full width of calendar, height of date cell and number of months "
5839
  "in one row. "
5840
  msgstr ""
5841
 
5842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:453
5843
  msgid ""
5844
  "Calendar have 2 months in a row, the cell height is 30px and calendar full "
5845
  "width 568px (possible to use percentage for width: 100%)"
5846
  msgstr ""
5847
 
5848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:454
5849
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:462
 
5850
  msgid "Code Example"
5851
- msgstr ""
5852
 
5853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:458
5854
  msgid ""
5855
  "Specify that during certain seasons (or days of week), the specific minimum "
5856
  "number of days must be booked. "
5857
  msgstr ""
5858
 
5859
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:461
5860
  msgid ""
5861
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 "
5862
  "days – Saturday, etc…"
5863
  msgstr ""
5864
 
5865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
5866
  msgid "week"
5867
  msgstr "týden"
5868
 
5869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
5870
  msgid "weeks"
5871
  msgstr "týdnů"
5872
 
5873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
5874
  msgid "month"
5875
  msgstr "měsíc"
5876
 
5877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
5878
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
5879
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:302
 
5880
  msgid "months"
5881
  msgstr "měsíců"
5882
 
5883
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:303
5884
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2202
5885
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:722
5886
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:728
5887
  msgid "Year"
5888
  msgstr "rok"
5889
 
5890
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:306
5891
  msgid "Current dates"
5892
  msgstr "Aktuální termín"
5893
 
5894
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:307
5895
  msgid "Today"
5896
  msgstr "Dnes"
5897
 
5898
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:308
5899
  msgid "Previous dates"
5900
  msgstr "Předchozí termíny"
5901
 
5902
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:309
5903
  msgid "All dates"
5904
  msgstr "Všechny termíny"
5905
 
5906
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:310
5907
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:423
5908
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2060
5909
  msgid "Next"
5910
  msgstr "Příští"
5911
 
5912
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
5913
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:446
5914
  msgid "Prior"
5915
  msgstr "Starší"
5916
 
5917
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:313
 
5918
  msgid "Check In - Tomorrow"
5919
- msgstr ""
5920
 
5921
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:314
 
5922
  msgid "Check Out - Tomorrow"
5923
- msgstr ""
 
 
 
 
 
 
 
 
5924
 
5925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:504
5926
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:566
5927
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:622
5928
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1470
5929
  msgid "Apply"
5930
  msgstr "Použít"
5931
 
5932
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:604
 
5933
  msgid "Start Date"
5934
- msgstr ""
5935
 
5936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:645
 
5937
  msgid "Booking Listing"
5938
- msgstr ""
5939
 
5940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:649
5941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:693
5942
  msgid "Calendar Overview"
5943
  msgstr "Kalendář rezervací"
5944
 
5945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:658
5946
  msgid "Booking Calendar - Overview"
5947
  msgstr "Rezervační kalendář - Přehled"
5948
 
5949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:666
5950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:687
5951
  msgid "Help"
5952
  msgstr "Nápověda"
5953
 
5954
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:685
 
5955
  msgid "About Booking Calendar"
5956
- msgstr ""
5957
 
5958
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:688
5959
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:469
5960
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
5961
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1275
5962
  msgid "FAQ"
5963
  msgstr ""
5964
 
5965
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:689
5966
  msgid "Technical Support"
5967
  msgstr "Technická podpora"
5968
 
5969
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:692
5970
  msgid "Purchase"
5971
  msgstr ""
5972
 
5973
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:695
5974
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:482
5975
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1252
 
5976
  msgid "Upgrade"
5977
- msgstr ""
5978
 
5979
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1371
5980
  msgid "Filter"
5981
  msgstr "Filtr"
5982
 
5983
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1416
 
5984
  msgid "Expand Advanced Filter"
5985
- msgstr ""
5986
 
5987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1417
 
5988
  msgid "Collapse Advanced Filter"
5989
- msgstr ""
5990
 
5991
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1434
 
5992
  msgid ""
5993
- "Send email notification to customer after approval, cancelation or deletion "
5994
  "of bookings"
5995
  msgstr ""
5996
  "Poslat zákazníkovi e-mailem upozornění po schválení, zrušení nebo odstranění "
5997
  "rezervace"
5998
 
5999
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1435
6000
  msgid "Emails sending"
6001
  msgstr "Poslat e-mail"
6002
 
6003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1458
 
6004
  msgid "Booking ID"
6005
- msgstr ""
6006
 
6007
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1467
6008
  msgid "Refresh booking listing"
6009
  msgstr ""
6010
 
6011
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1471
6012
  msgid "Reset filter to default values"
6013
  msgstr ""
6014
 
6015
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1512
6016
  msgid "Any"
6017
  msgstr "Vše"
6018
 
6019
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1540
6020
  msgid "New bookings"
6021
  msgstr "Nové rezervace"
6022
 
6023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1543
6024
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:84
6025
  msgid "Show"
6026
  msgstr "Ukázat"
6027
 
6028
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1555
6029
  msgid "Creation"
6030
  msgstr "Vytvořeno"
6031
 
6032
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1589
6033
  msgid "Order by"
6034
  msgstr "Řadit podle"
6035
 
6036
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1603
6037
  msgid ""
6038
  "Save filter settings as default template (Please, click Apply filter button, "
6039
  "before saving!)"
6040
  msgstr ""
6041
 
6042
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1606
 
6043
  msgid "Save as Default"
6044
- msgstr ""
6045
 
6046
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1611
6047
  msgid "Delete your previously saved default filer template!"
6048
  msgstr ""
6049
 
6050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1614
 
6051
  msgid "Delete template"
6052
- msgstr ""
6053
 
6054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1683
6055
  msgid "Approve selected bookings"
6056
  msgstr "Schválit vybranou rezervaci"
6057
 
6058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1687
6059
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1986
6060
  msgid "Approve"
6061
  msgstr "Schválit"
6062
 
6063
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1688
6064
  msgid "Set selected bookings as pending"
6065
  msgstr "Nastavit vybranou rezervaci jako ČEKAJÍCÍ"
6066
 
6067
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1690
6068
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1990
6069
  msgid "Do you really want to set booking as pending ?"
6070
  msgstr "Opravdu chcete rezervaci nastavit jako ČEKAJÍCÍ?"
6071
 
6072
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1693
6073
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1991
6074
  msgid "Reject"
6075
  msgstr "Odmítnout"
6076
 
6077
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1696
6078
  msgid "Delete selected bookings"
6079
  msgstr "Smazat vybranou rezervaci"
6080
 
6081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1698
6082
  msgid "Do you really want to delete selected booking(s) ?"
6083
  msgstr "Opravdu chcete vybranou rezervaci smazat?"
6084
 
6085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1703
6086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6087
- msgid "Reason for cancellation here"
6088
- msgstr "důvod zamítnutí"
6089
-
6090
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1708
6091
  msgid "Mark as read all bookings"
6092
- msgstr ""
6093
 
6094
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1712
6095
  msgid "Read All"
6096
  msgstr "Označit vše jako přečtené"
6097
 
6098
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1713
 
6099
  msgid "Mark as read selected bookings"
6100
- msgstr ""
6101
 
6102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1717
6103
  msgid "Read"
6104
  msgstr "Označit jako přečtené"
6105
 
6106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1718
 
6107
  msgid "Mark as Unread selected bookings"
6108
- msgstr ""
6109
 
6110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1722
6111
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6112
  msgid "Unread"
6113
  msgstr "Odznačit"
6114
 
6115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1763
6116
  msgid "Booking Data"
6117
  msgstr "Detaily o rezervaci"
6118
 
6119
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1764
6120
  msgid "Booking Dates"
6121
  msgstr "Rezervace od-do"
6122
 
6123
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1769
 
6124
  msgid "Show ALL dates of booking"
6125
- msgstr ""
6126
 
6127
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1774
6128
  msgid "Show only check in/out dates"
6129
  msgstr ""
6130
 
6131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1781
6132
  msgid "Nothing found!"
6133
  msgstr "Nic nenalezeno!"
6134
 
6135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1815
6136
  msgid "Resource not exist"
6137
  msgstr ""
6138
 
6139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1931
6140
  msgid "Mark"
6141
  msgstr ""
6142
 
6143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1995
 
6144
  msgid "Do you really want to delete this booking ?"
6145
- msgstr ""
6146
 
6147
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2042
6148
  msgid "Prev"
6149
  msgstr ""
6150
 
6151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2191
6152
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2223
6153
  msgid "Show month"
6154
  msgstr "Ukázat měsíc"
6155
 
6156
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2194
6157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2226
6158
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:717
6159
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:726
6160
  msgid "Month"
6161
  msgstr "měsíc"
6162
 
6163
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2195
6164
  msgid "Show 3 months"
6165
  msgstr "Ukázat 3 měsíce"
6166
 
6167
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2198
6168
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:721
6169
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:727
6170
  msgid "3 Months"
6171
  msgstr "3 měsíce"
6172
 
6173
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2199
6174
  msgid "Show year"
6175
  msgstr "Ukázat rok"
6176
 
6177
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2208
6178
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2242
6179
  msgid "Calendar view mode"
6180
  msgstr "Režim zobrazení kalendáře"
6181
 
6182
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2215
6183
  msgid "Show day"
6184
  msgstr "Ukázat den"
6185
 
6186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2218
6187
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:714
6188
  msgid "Day"
6189
  msgstr "Den"
6190
 
6191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2219
6192
  msgid "Show week"
6193
  msgstr "Ukázat týden"
6194
 
6195
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2222
6196
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:715
6197
  msgid "Week"
6198
  msgstr "Týden"
6199
 
6200
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2227
6201
  msgid "Show 2 months"
6202
  msgstr "Ukázat 2 měsíce"
6203
 
6204
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2230
6205
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:719
6206
  msgid "2 Months"
6207
  msgstr "2 měsíce"
6208
 
6209
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2268
6210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2282
6211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2329
6212
  msgid "Previous 4 weeks"
6213
  msgstr "Předchozí 4 týdny"
6214
 
6215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2269
6216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2283
6217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2330
6218
  msgid "Previous week"
6219
  msgstr "Předchozí týden"
6220
 
6221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2270
6222
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2284
6223
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2331
6224
  msgid "Current week"
6225
  msgstr "Aktuální týden"
6226
 
6227
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2271
6228
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2285
6229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2332
6230
  msgid "Next week"
6231
  msgstr "Příští týden"
6232
 
6233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2272
6234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2286
6235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2333
6236
  msgid "Next 4 weeks"
6237
  msgstr "Příští 4 týdny"
6238
 
6239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2296
6240
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2346
6241
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2361
6242
  msgid "Previous 3 months"
6243
  msgstr "Předchozí 3 měsíce"
6244
 
6245
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2297
6246
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2347
6247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2362
6248
  msgid "Previous month"
6249
  msgstr "Předchozí měsíc"
6250
 
6251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2298
6252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2348
6253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2363
6254
  msgid "Current month"
6255
  msgstr "Aktuální měsíc"
6256
 
6257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2299
6258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2349
6259
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2364
6260
  msgid "Next month"
6261
  msgstr "Příští měsíc"
6262
 
6263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2300
6264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2350
6265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2365
6266
  msgid "Next 3 months"
6267
  msgstr "Příští 3 měsíce"
6268
 
6269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2314
6270
  msgid "Previous 7 days"
6271
  msgstr "Předchozích 7 dní"
6272
 
6273
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2315
6274
  msgid "Previous day"
6275
  msgstr "Předchozí den"
6276
 
6277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2316
6278
  msgid "Current day"
6279
  msgstr "Aktuální den"
6280
 
6281
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2317
6282
  msgid "Next day"
6283
  msgstr "Příští den"
6284
 
6285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2318
6286
  msgid "Next 7 days"
6287
  msgstr "Příštích 7 dní"
6288
 
6289
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2389
6290
  msgid "Calendar Navigation"
6291
  msgstr "Calendář - navigace"
6292
 
6293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
6294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
6296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
6298
  msgid "M"
6299
  msgstr ""
6300
 
6301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
6302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
6304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6305
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
6306
  msgid "W"
6307
  msgstr ""
6308
 
6309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
6310
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6311
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
6312
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
6314
  msgid "F"
6315
  msgstr ""
6316
 
6317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6318
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6319
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6323
  msgid "Mon"
6324
  msgstr ""
6325
 
6326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6330
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6332
  msgid "Tue"
6333
  msgstr ""
6334
 
6335
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6337
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6338
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6339
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6341
  msgid "Wed"
6342
  msgstr ""
6343
 
6344
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6346
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6348
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6349
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6350
  msgid "Thu"
6351
  msgstr ""
6352
 
6353
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6354
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6355
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6356
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6357
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6358
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6359
  msgid "Fri"
6360
  msgstr ""
6361
 
6362
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6363
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6366
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6367
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6368
  msgid "Sat"
6369
  msgstr ""
6370
 
6371
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:121
6372
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:158
6373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:446
6374
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:452
6375
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:464
6376
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:486
 
 
6377
  msgid "Sun"
6378
  msgstr ""
6379
 
6380
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6382
  msgid "T"
6383
  msgstr ""
6384
 
6385
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:145
6386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:458
6387
  msgid "S"
6388
- msgstr ""
6389
-
6390
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:38
6391
- #, php-format
6392
- msgid ""
6393
- "%sError!%s Request do not pass security check! Please refresh the page and "
6394
- "try one more time."
6395
- msgstr ""
6396
-
6397
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:105
6398
- msgid "Set as Read"
6399
- msgstr "Nastaveno jako přečtené"
6400
-
6401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:105
6402
- msgid "Set as Unread"
6403
- msgstr "Nastaveno jako nepřečtené"
6404
-
6405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6406
- msgid "Set as Approved"
6407
- msgstr "Nastaveno jako schválené"
6408
-
6409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:158
6410
- msgid "Set as Pending"
6411
- msgstr "Nastaveno jako čekající"
6412
-
6413
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:172
6414
- msgid "Reason of cancellation here"
6415
- msgstr ""
6416
-
6417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:373
6418
- msgid "The code you entered is incorrect"
6419
- msgstr ""
6420
 
6421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:171
6422
  msgid "Booking Calendar"
6423
  msgstr "Rezervační kalendář"
6424
 
6425
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:371
6426
  msgid "Statistic"
6427
  msgstr "Statistiky"
6428
 
6429
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:375
6430
  msgid "New (unverified) booking(s)"
6431
  msgstr "Nové (neověřené) rezervace"
6432
 
6433
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
6434
  msgid "Pending booking(s)"
6435
  msgstr "Čeká na rezervaci"
6436
 
6437
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:385
6438
  msgid "Agenda"
6439
  msgstr "K vyřízení"
6440
 
6441
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:389
6442
  msgid "New booking(s) made today"
6443
  msgstr "Nová rezervace (dnes)"
6444
 
6445
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:393
6446
  msgid "Bookings for today"
6447
  msgstr "Rezervace za dnešek"
6448
 
6449
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
6450
  msgid "Upgrade to higher versions"
6451
  msgstr "Upgrade na vyšší verzi"
6452
 
6453
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:415
6454
  msgid "Commercial versions"
6455
  msgstr "Komerční verze"
6456
 
6457
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:419
 
6458
  msgid "Upgrade now"
6459
- msgstr ""
6460
 
6461
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
6462
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1244
6463
  msgid "Buy now"
6464
  msgstr ""
6465
 
6466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:423
6467
  msgid "Test online Demo of each version"
6468
  msgstr ""
6469
 
6470
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:439
6471
  msgid "Current version"
6472
  msgstr "Aktuální verze pluginu"
6473
 
6474
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:442
6475
  msgid "Version"
6476
  msgstr "Verze"
6477
 
6478
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:447
 
6479
  msgid "Type"
6480
- msgstr ""
6481
 
6482
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:451
6483
  msgid "Used for"
6484
  msgstr ""
6485
 
6486
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:456
6487
  msgid "Release date"
6488
  msgstr "Datum vydání"
6489
 
6490
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:463
6491
  msgid "Support"
6492
  msgstr "Podpora"
6493
 
6494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:466
6495
  msgid "Contact email"
6496
  msgstr "Kontaktní e-mail"
6497
 
6498
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:472
6499
  msgid "Have a question"
6500
  msgstr "Máte dotaz"
6501
 
6502
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:475
6503
  msgid "Rate this plugin (thanks:)"
6504
  msgstr "Ohodnoťte tento plugin"
6505
 
6506
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:480
6507
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:484
6508
  msgid "Explore Premium Features"
6509
  msgstr "Prozkoumat Prémiovou verzi"
6510
 
6511
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:546
6512
  msgid "Warning !!!"
6513
  msgstr "Varování !!!"
6514
 
6515
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:547
6516
  msgid "All booking data will be deleted when the plugin is deactivated."
6517
  msgstr "Deaktivujete-li plugin, budou všechny rezervační údaje vymazány."
6518
 
6519
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:548
6520
  #, php-format
6521
  msgid ""
6522
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
@@ -6525,142 +7022,171 @@ msgstr ""
6525
  "Chcete-li uložit vaše data, zrušte zaškrtnutí %s\"Smazat rezervační údaje"
6526
  "\"%s na"
6527
 
6528
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:549
 
6529
  msgid "settings page"
6530
- msgstr ""
6531
 
6532
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:648
6533
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
6534
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1805
6535
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:978
6536
  msgid "Settings"
6537
  msgstr "Nastavení"
6538
 
6539
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:683
6540
  msgid "Booking"
6541
  msgstr "Rezervace"
6542
 
6543
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:719
6544
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:745
 
6545
  msgid "Booking settings customization"
6546
- msgstr ""
6547
 
6548
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:727
6549
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1773
6550
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:937
6551
  msgid "Bookings"
6552
  msgstr "Rezervace"
6553
 
6554
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:733
 
6555
  msgid "Bookings listing"
6556
- msgstr ""
6557
 
6558
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1100
6559
  msgid "Send email notification to customer about this operation"
6560
  msgstr "Poslat zákazníkovi o této operaci upozornění"
6561
 
6562
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1176
6563
  msgid "General"
6564
  msgstr "Základní"
6565
 
6566
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1186
 
 
 
 
 
 
 
 
 
 
6567
  msgid "Fields"
6568
  msgstr "Formulářová pole"
6569
 
6570
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1195
 
 
 
 
 
 
6571
  msgid "Emails"
6572
- msgstr ""
 
 
 
 
 
6573
 
6574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1198
 
6575
  msgid "Customization of email templates"
6576
- msgstr ""
6577
 
6578
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1204
6579
  msgid "Payments"
6580
  msgstr ""
6581
 
6582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1207
 
 
 
 
 
6583
  msgid "Integration of payment systems"
6584
  msgstr ""
6585
 
6586
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1220
 
 
 
 
 
 
6587
  msgid "Customization of search form"
6588
- msgstr ""
6589
 
6590
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1229
6591
- msgid "Manage users"
6592
- msgstr ""
 
6593
 
6594
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1255
 
 
 
 
 
 
6595
  msgid "Upgrade to higher versions."
6596
- msgstr ""
6597
 
6598
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1267
 
6599
  msgid "Features"
6600
- msgstr ""
6601
 
6602
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1268
6603
  msgid "Live Demos"
6604
  msgstr ""
6605
 
6606
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1269
6607
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1276
 
6608
  msgid "Contact"
6609
- msgstr ""
6610
 
6611
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1270
6612
  msgid "Buy"
6613
  msgstr ""
6614
 
6615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1430
6616
- msgid "This field is required"
6617
- msgstr "Povinná položka"
6618
-
6619
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1431
6620
- msgid "This checkbox must be checked"
6621
- msgstr "Pole musí být zaškrtnuto"
6622
-
6623
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1432
6624
- msgid "Incorrect email field"
6625
- msgstr "Špatný formát e-mailu"
6626
-
6627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1433
6628
- msgid "Please, select booking date(s) at Calendar."
6629
- msgstr "Zadejte prosím v kalendáři svou rezervaci."
6630
-
6631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1717
6632
  msgid "Calendar is loading..."
6633
  msgstr "Nahrává se kalendář..."
6634
 
6635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1858
6636
  msgid ""
6637
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
6638
  "booking hash."
6639
  msgstr ""
6640
 
6641
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1987
6642
  #, php-format
6643
  msgid ""
6644
  "%sWarning! Booking calendar for this booking resource are already at the "
6645
  "page, please check more about this issue at %sthis page%s"
6646
  msgstr ""
6647
 
6648
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2075
6649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:444
6650
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
6651
  msgid "You need to use special shortcode [bookingedit] for booking editing."
6652
  msgstr ""
6653
 
6654
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2166
6655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2168
6656
  msgid "Wrong booking hash in URL. Probably hash is expired."
6657
  msgstr ""
6658
 
6659
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2172
6660
  msgid "You do not set any parameters for booking editing"
6661
  msgstr ""
6662
 
6663
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2264
6664
  #, php-format
6665
  msgid ""
6666
  "Thank you for your online booking. %s We will send confirmation of your "
@@ -6668,7 +7194,7 @@ msgid ""
6668
  msgstr ""
6669
  "Děkujeme za vaši rezervaci. %sPotvrzení o rezervaci vám pošleme co nejdříve."
6670
 
6671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2335
6672
  #, php-format
6673
  msgid ""
6674
  "You need to approve a new booking %s for: %s Person detail information:%s "
@@ -6678,61 +7204,64 @@ msgstr ""
6678
  "Je třeba schválit novou rezervaci %s na: %s Nový objednávající:%s Nová "
6679
  "rezervace čeká na schválení. Potvrdit nebo zamítnout ji můžete%s %s"
6680
 
6681
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2338
6682
  msgid "Your booking has been approved"
6683
  msgstr "Vaše rezervace byla potvrzena"
6684
 
6685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2340
6686
  #, php-format
6687
  msgid ""
6688
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
6689
  "this page: %s Thank you, %s"
6690
  msgstr ""
6691
 
6692
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2341
6693
  #, php-format
6694
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
6695
  msgstr "Vaše rezervace %s na %s byla potvrzena.%s Děkujeme, %s"
6696
 
6697
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2344
6698
  msgid "Your booking has been declined"
6699
  msgstr "Vaše rezervace byla zamítnuta"
6700
 
6701
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2345
6702
  #, php-format
6703
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
6704
  msgstr "Vaše rezervace %s na %s byla odmítnuta.%s Děkujeme, %s"
6705
 
6706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2353
6707
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:88
 
6708
  msgid "Booking form"
6709
- msgstr ""
6710
 
6711
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2364
 
6712
  msgid "Available"
6713
- msgstr ""
6714
 
6715
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2368
6716
  msgid "Booked"
6717
  msgstr ""
6718
 
6719
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2371
6720
  msgid "Partially booked"
6721
  msgstr ""
6722
 
6723
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3085
6724
  msgid "Technical support section"
6725
  msgstr "Technická část podpory"
6726
 
6727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3089
6728
  msgid "Reindex booking data"
6729
  msgstr "Reindexace rezervačních údajů"
6730
 
6731
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3091
 
6732
  msgid "Reindex"
6733
- msgstr ""
6734
 
6735
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3097
6736
  msgid ""
6737
  " Click, if you want to reindex booking data by booking dates sort field "
6738
  "(Your installation/update of the plugin must be successful)."
@@ -6740,51 +7269,55 @@ msgstr ""
6740
  "Klepněte na tlačítko, chcete-li Reindexovat rezervační údaje (instalace/"
6741
  "aktualizace pluginu musí být úspěšná)."
6742
 
6743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3142
6744
  #, php-format
6745
  msgid "%s Found %s not indexed bookings %s"
6746
  msgstr ""
6747
 
6748
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3157
6749
  #, php-format
6750
  msgid "%s Finish getting sort dates. %s"
6751
  msgstr ""
6752
 
6753
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3166
6754
- #, php-format
6755
  msgid "Updated booking: %s"
6756
- msgstr ""
6757
 
6758
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:299
6759
  msgid "no"
6760
  msgstr ""
6761
 
6762
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1906
6763
- msgid "Warning!!! Some error is occur. "
6764
  msgstr ""
6765
 
6766
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1910
6767
  msgid ""
6768
- "Please contact by email (with info about order number and used site) for "
6769
- "finishing the registrations"
 
6770
  msgstr ""
6771
 
6772
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1966
 
6773
  msgid "version"
6774
- msgstr ""
6775
 
6776
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1968
6777
  #, php-format
6778
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
6779
  msgstr ""
6780
 
6781
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:98
 
6782
  msgid "Booking resource"
6783
- msgstr ""
6784
 
6785
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:115
 
6786
  msgid "Visible months"
6787
- msgstr ""
6788
 
6789
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:135
6790
  msgid "Footer"
@@ -6807,122 +7340,126 @@ msgstr ""
6807
  msgid "%sSeveral widgets are supported at %spaid versions%s."
6808
  msgstr ""
6809
 
6810
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:258
6811
  msgid "Main"
6812
  msgstr "Hlavní"
6813
 
6814
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:265
6815
  msgid "Admin email"
6816
  msgstr "E-mail/y administrátora"
6817
 
6818
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:277
6819
  msgid "Show / hide hints"
6820
  msgstr "Ukázat/skrýt nápovědu"
6821
 
6822
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:283
6823
  msgid "Check this box if you want to show help hints on the admin panel."
6824
  msgstr ""
6825
  "Zaškrtněte toto políčko, pokud chcete zobrazovat nápovědy v tomto panelu."
6826
 
6827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:296
 
6828
  msgid "Show advanced settings of JavaScript loading"
6829
- msgstr ""
6830
 
6831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:297
 
6832
  msgid "Hide advanced settings of JavaScript loading"
6833
- msgstr ""
6834
 
6835
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:307
6836
  msgid "Disable Bootstrap loading on Front-End"
6837
  msgstr ""
6838
 
6839
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:313
6840
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
 
6841
  msgid ""
6842
  "You are need to be sure what you are doing. You are disable of loading some "
6843
  "JavaScripts Do you really want to do this?"
6844
  msgstr ""
6845
 
6846
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:315
6847
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:330
 
6848
  msgid ""
6849
  " If your theme or some other plugin is load the BootStrap JavaScripts, you "
6850
  "can disable loading of this script by this plugin."
6851
  msgstr ""
6852
 
6853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:322
6854
  msgid "Disable Bootstrap loading on Back-End"
6855
  msgstr ""
6856
 
6857
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:348
 
6858
  msgid "Show settings of powered by notice"
6859
- msgstr ""
6860
 
6861
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:349
 
6862
  msgid "Hide settings of powered by notice"
6863
- msgstr ""
6864
 
6865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:357
6866
  msgid "Powered by notice"
6867
  msgstr ""
6868
 
6869
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:362
6870
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
6871
  msgstr ""
6872
 
6873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:372
6874
  msgid "Copyright notice"
6875
  msgstr ""
6876
 
6877
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:378
6878
  msgid " Turn On/Off version notice at footer of booking admin panel."
6879
  msgstr ""
6880
 
6881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:399
6882
  msgid "Calendar Skin"
6883
  msgstr "Vzhled kalendáře"
6884
 
6885
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:410
6886
  msgid "Select the skin of the booking calendar"
6887
  msgstr "Vyberte vzhled kalendáře"
6888
 
6889
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:415
6890
  msgid "Number of months"
6891
  msgstr "Počet měsíců"
6892
 
6893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:420
6894
  msgid "month(s)"
6895
  msgstr "měsíc(ů)"
6896
 
6897
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:425
6898
  msgid "year(s)"
6899
  msgstr "rok(ů)"
6900
 
6901
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:428
6902
  msgid "Select the maximum number of months to show (scroll)"
6903
  msgstr "Zobrazí počet měsíců / roků v přehledu"
6904
 
6905
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:433
6906
  msgid "Start Day of the week"
6907
  msgstr "První den v týdnu"
6908
 
6909
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:444
6910
  msgid "Select your start day of the week"
6911
  msgstr "Vyberte první pracovní den vašeho týdne"
6912
 
6913
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:451
6914
  msgid "Unavailable days from today"
6915
  msgstr "Nedostupné dny ode dneška"
6916
 
6917
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:458
6918
  msgid "Select number of unavailable days in calendar start from today."
6919
  msgstr "Počet nedostupných dnů v kalendáři ode dneška."
6920
 
6921
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:464
6922
  msgid "Unavailable week days"
6923
  msgstr "Nedostupné dny v týdnu"
6924
 
6925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:494
6926
  msgid ""
6927
  "Check unavailable days in calendars. This option will overwrite all other "
6928
  "settings."
@@ -6930,49 +7467,49 @@ msgstr ""
6930
  "Zaškrtněte nedostupné dny v kalendáři. Tato volba přepíše všechna ostatní "
6931
  "nastavení."
6932
 
6933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:501
6934
  msgid "Type of days selection in calendar"
6935
  msgstr "Možnost rezervace po dnech"
6936
 
6937
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:517
6938
  msgid "Single day"
6939
  msgstr "Vybrat pouze jeden den"
6940
 
6941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:527
6942
  msgid "Multiple days"
6943
  msgstr "Možnost vybírat více dnů"
6944
 
6945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:538
6946
  msgid "Range days"
6947
  msgstr "Rozsah dnů"
6948
 
6949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:563
6950
  msgid "Form"
6951
  msgstr "Formulář"
6952
 
6953
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:578
6954
  msgid "Check the box to activate CAPTCHA inside the booking form."
6955
  msgstr "Aktivuje CAPTCHU (kontrolní pole) u rezervačního formuláře."
6956
 
6957
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:585
6958
  msgid "Auto-fill fields"
6959
  msgstr "Automatické vyplňování"
6960
 
6961
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:588
6962
  msgid "Check the box to activate auto-fill form fields for logged in users."
6963
  msgstr ""
6964
  "Zaškrtněte políčko pro aktivaci automatického vyplňování formulářů pro "
6965
  "přihlášené uživatele."
6966
 
6967
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:595
6968
  msgid "Use CSS BootStrap"
6969
  msgstr "Používejte CSS BootStrap"
6970
 
6971
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:600
6972
  msgid "Using BootStrap CSS for the form fields"
6973
  msgstr ""
6974
 
6975
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
6976
  msgid ""
6977
  "You must not deactivate loading BootStrap files at main section of these "
6978
  "settings!"
@@ -6980,128 +7517,128 @@ msgstr ""
6980
  "Nesmíte deaktivovat načítání Bootstrap souborů v hlavní části těchto "
6981
  "nastavení!"
6982
 
6983
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:620
6984
  msgid "Action after booking is done"
6985
  msgstr "Akce po zarezervování"
6986
 
6987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:628
6988
  msgid "Show \"Thank You\" message"
6989
  msgstr "Zobrazit zprávu"
6990
 
6991
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:635
6992
  msgid "Redirect visitor to a new \"Thank You\" page"
6993
  msgstr "Přesměrovat návštěvníka na novou stránku"
6994
 
6995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
6996
  msgid "This action will have no effect, if the payment form(s) is active!"
6997
  msgstr "Tato akce nebude mít žádný vliv, pokud je aktivní platební formulář!"
6998
 
6999
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:648
7000
  msgid "Message title"
7001
  msgstr "Zobrazit zprávu"
7002
 
7003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:651
7004
  #, php-format
7005
  msgid "Type title of message %safter booking has done by user%s"
7006
  msgstr "Vložte text zprávy %spo úspěšném zarezervování uživatele%s"
7007
 
7008
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:656
7009
  msgid "Time of message showing"
7010
  msgstr "Doba zobrazení zprávy"
7011
 
7012
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:659
7013
  msgid "Set duration of time (milliseconds) to show this message"
7014
  msgstr "Nastavte délku času zobrazení v milisekundách"
7015
 
7016
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:666
7017
  msgid "URL of \"thank you\" page"
7018
  msgstr "Adresa stránky"
7019
 
7020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:671
7021
  #, php-format
7022
  msgid "Type URL of %s\"Thank You\" page%s"
7023
  msgstr "Vložte URL adresy %s\"děkovné\" stránky%s"
7024
 
7025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:686
7026
  msgid "Listing of bookings"
7027
  msgstr "Seznam rezervací"
7028
 
7029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:689
7030
  msgid "Default booking admin page"
7031
  msgstr "Výchozí režim zobrazení"
7032
 
7033
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:692
7034
  msgid "Bookings Listing"
7035
  msgstr "Seznam rezervací"
7036
 
7037
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:700
7038
  msgid "Select your default view mode of bookings at the booking listing page"
7039
  msgstr "Vyberte výchozí režim zobrazení pro rezervace na stránce rezervací"
7040
 
7041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:710
7042
  msgid "Default calendar view mode"
7043
  msgstr "Výchozí režim zobrazení kalendáře"
7044
 
7045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:762
7046
  msgid ""
7047
  "Select your default calendar view mode at booking calendar overview page"
7048
  msgstr "Vyberte výchozí režim zobrazení kalendáře"
7049
 
7050
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:772
7051
  msgid "Default toolbar tab"
7052
  msgstr "Výchozí režim zobrazení karty"
7053
 
7054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:774
7055
  msgid "Filter tab"
7056
  msgstr "filtry"
7057
 
7058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:775
7059
  msgid "Actions tab"
7060
  msgstr "akce"
7061
 
7062
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:782
7063
  msgid "Select your default opened tab in toolbar at booking listing page"
7064
  msgstr "Vyberte výchozí nastavení otevření karty"
7065
 
7066
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:787
7067
  msgid "Bookings number per page"
7068
  msgstr "Počet rezervací na stránce"
7069
 
7070
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:796
7071
  msgid "Select number of bookings per page in booking listing"
7072
  msgstr "Zvolte kolik rezervací se bude zorbazovat na stránce"
7073
 
7074
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:802
7075
  msgid "Bookings default order"
7076
  msgstr "Výchozí řazení rezervací"
7077
 
7078
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
7079
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
7080
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
7081
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
 
 
7082
  msgid "ASC"
7083
  msgstr "vzestupně"
7084
 
7085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
7086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
7087
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:818
7088
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
 
 
7089
  msgid "DESC"
7090
  msgstr "sestupně"
7091
 
7092
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:831
7093
  msgid "Select your default order of bookings in the booking listing"
7094
  msgstr "Vyberte jak se budou rezervace řadit"
7095
 
7096
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:838
7097
  msgid "Date Format"
7098
  msgstr "Formát data"
7099
 
7100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:842
7101
  msgid "F j, Y"
7102
  msgstr ""
7103
 
7104
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:864
7105
  #, php-format
7106
  msgid ""
7107
  "Type your date format for emails and the booking table. %sDocumentation on "
@@ -7110,35 +7647,35 @@ msgstr ""
7110
  "Zadejte vlastní formát data pro e-maily a rezervační tabulky. %sDokumentace "
7111
  "na formátování%s"
7112
 
7113
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:872
7114
  msgid "Dates view"
7115
  msgstr "Zobrazení dní"
7116
 
7117
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:875
7118
  msgid "Short days view"
7119
  msgstr "Krátké názvy dnů"
7120
 
7121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:876
7122
  msgid "Wide days view"
7123
  msgstr "Celé názvy dnů"
7124
 
7125
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:878
7126
  msgid "Select the default view for dates on the booking tables"
7127
  msgstr "Vyberte výchozí zobrazování dnů"
7128
 
7129
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:903
7130
  msgid "Information"
7131
  msgstr "Informace"
7132
 
7133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:913
7134
  msgid "Recommended WordPress Plugins"
7135
  msgstr ""
7136
 
7137
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:915
7138
  msgid "Booking Manager - show all old bookings"
7139
  msgstr ""
7140
 
7141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:919
7142
  #, php-format
7143
  msgid ""
7144
  "This wordpress plugin is %sshow all approved and pending bookings from past"
@@ -7146,23 +7683,23 @@ msgid ""
7146
  "%sexport to CSV, print layout, advanced filter%s. "
7147
  msgstr ""
7148
 
7149
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:933
7150
  msgid "User permissions for plugin menu pages"
7151
  msgstr "Nastavení oprávnění k editaci pluginu"
7152
 
7153
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:993
7154
  msgid "Select user access level for the menu pages of plugin"
7155
  msgstr "Zvolte úroveň přístupu uživatelů k menu pluginu"
7156
 
7157
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1003
7158
  msgid "Uninstall / deactivation"
7159
  msgstr "Odinstalovat / deaktivovat"
7160
 
7161
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1007
7162
  msgid "Delete booking data, when plugin deactivated"
7163
  msgstr "Smazat rezervační údaje, pokud je plugin deaktivován"
7164
 
7165
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1012
7166
  msgid ""
7167
  "If you check this option, all booking data will be deleted when you "
7168
  "uninstall this plugin. Do you really want to do this?"
@@ -7170,97 +7707,104 @@ msgstr ""
7170
  "Pokud zaškrtnete tuto volbu, budou při odinstalaci pluginu všechny "
7171
  "rezervační údaje smazány. Opravdu to chcete udělat?"
7172
 
7173
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1014
7174
  msgid ""
7175
  "Check this box to delete all booking data when you uninstal this plugin."
7176
  msgstr ""
7177
  "Zaškrtněte toto políčko a všechny rezervace budou při odinstalaci tohoto "
7178
  "pluginu odstraněny."
7179
 
7180
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1149
7181
  msgid "Show legend below calendar"
7182
  msgstr "Zobrazit legendu pod kalendářem"
7183
 
7184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1157
7185
  msgid "Check this box to display a legend of dates below the booking calendar."
7186
  msgstr "Zaškrtnutím tohoto políčka zobrazíte legendu rezervací pod kalendáře."
7187
 
7188
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1167
7189
  msgid "Available item"
7190
  msgstr "Volné dny"
7191
 
7192
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1173
7193
  #, php-format
7194
  msgid "Activate and type your %stitle of available%s item in legend"
7195
  msgstr "Aktivujte a pojmenujte %snázev dostupných%s dnů"
7196
 
7197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1179
7198
  msgid "Pending item"
7199
  msgstr "Čekající na potvrzení"
7200
 
7201
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1185
7202
  #, php-format
7203
  msgid "Activate and type your %stitle of pending%s item in legend"
7204
  msgstr "Aktivujte a pojmenujte %snázev nepotvrzených%s dnů"
7205
 
7206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1191
7207
  msgid "Approved item"
7208
  msgstr "Schválené dny"
7209
 
7210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1197
7211
  #, php-format
7212
  msgid "Activate and type your %stitle of approved%s item in legend"
7213
  msgstr "Aktivujte a pojmenujte %snázev schválených%s dnů"
7214
 
7215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1203
 
7216
  msgid "Partially booked item"
7217
- msgstr ""
7218
 
7219
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1209
7220
- #, php-format
7221
  msgid "Activate and type your %stitle of partially booked%s item in legend"
7222
- msgstr ""
7223
 
7224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
7225
  msgid ""
7226
  "Partially booked item - day, which is booked for the specific time-slot(s)."
7227
  msgstr ""
7228
 
7229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1234
7230
  msgid "Form fields labels"
7231
  msgstr "Popisky formulářových polí"
7232
 
7233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1256
7234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1299
7235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1387
7236
  msgid "Field Label"
7237
  msgstr "Formulářové pole"
7238
 
7239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1273
7240
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1316
7241
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1361
7242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1404
7243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1447
7244
  msgid "Required"
7245
  msgstr "Vyžadováno"
7246
 
7247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1276
7248
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1319
7249
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1407
7250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1450
7251
  msgid "Activate or deactivate field and change the label title"
7252
  msgstr "Aktivovat/deaktivovat pole. Změnit název popisku."
7253
 
7254
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1344
7255
  msgid "Email Label"
7256
  msgstr "Pole pro E-mail"
7257
 
7258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1364
7259
  msgid ""
7260
  "Change the label title of this field. Email is obligatory field in booking "
7261
  "form."
7262
  msgstr "Změnit název popisku. E-mail je povinnou položkou."
7263
 
7264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1430
7265
  msgid "Textarea Label"
7266
  msgstr "Pole pro Zprávu"
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-06-13 23:20+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: ... <...>\n"
18
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
19
  "\\.\n"
20
 
21
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
22
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
23
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:283
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:287
25
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:404
26
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:302
27
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:307
28
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1524
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1581
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1584
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:756
32
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
33
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
34
  msgid "Dates"
35
  msgstr "Termín"
36
 
37
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:121
38
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
39
+ #, fuzzy
40
  msgid "Full cost of the booking"
41
+ msgstr "Rezervace"
42
 
43
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
44
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
45
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
46
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3778
47
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3792
48
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
49
  msgid "First Name (required)"
50
  msgstr "Jméno *"
51
 
52
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
53
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
54
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
55
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3779
56
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3793
57
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3811
58
  msgid "Last Name (required)"
59
  msgstr "Příjmení *"
60
 
61
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
62
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
63
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
64
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3780
65
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3794
66
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3812
67
  msgid "Email (required)"
68
  msgstr "Email *"
69
 
70
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
71
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
72
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
73
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1362
74
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
75
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3781
76
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3795
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3813
78
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
79
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
80
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
81
  msgid "Phone"
82
  msgstr "Telefon"
83
 
84
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
85
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
86
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
87
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3814
88
  msgid "Address (required)"
89
  msgstr "Adresa *"
90
 
91
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
92
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
93
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
94
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
95
  msgid "City (required)"
96
  msgstr "Město *"
97
 
98
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
99
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
102
  msgid "Post code (required)"
103
  msgstr "PSČ *"
104
 
105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
106
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
109
  msgid "Country (required)"
110
  msgstr "Země *"
111
 
112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
113
  msgid "Visitors"
114
  msgstr "Návštěvníci"
115
 
116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
117
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3783
120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3797
121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3847
124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3866
125
  msgid "Details"
126
  msgstr "Detaily"
127
 
128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
129
  msgid "Coupon"
130
  msgstr "Poukaz"
131
 
132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:134
133
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3784
136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3798
137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
138
  msgid "I Accept term and conditions"
139
  msgstr "Souhlasím s podmínkami"
140
 
141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:136
142
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:118
144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2737
145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3786
146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3800
147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1621
149
  msgid "Send"
150
  msgstr "Rezervovat"
151
 
152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:170
153
  msgid ""
154
  "Try selecting fewer visitors. The number of visitors may be more than the "
155
  "number of available units on selected day(s)!"
156
  msgstr ""
157
 
158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:355
159
  msgid "coupon"
160
  msgstr "poukaz"
161
 
162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:357
163
  msgid "discount"
164
  msgstr "sleva"
165
 
166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:717
167
  msgid "Nothing found"
168
  msgstr "Nenalezeno"
169
 
170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:718
171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:217
172
  msgid "Search results"
173
  msgstr ""
174
 
175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:842
176
  msgid "Book now"
177
  msgstr ""
178
 
179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:940
180
  msgid "Please select check-in and check-out days!"
181
  msgstr ""
182
 
183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1140
184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1153
185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1206
187
  msgid "Search"
188
  msgstr ""
189
 
190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2061
191
  #, php-format
192
  msgid ""
193
  "Sorry, the reservation was not made because these days are already booked!!! "
195
  "resource.) %s Please %srefresh%s the page and try other days."
196
  msgstr ""
197
 
198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2572
199
  #, php-format
200
  msgid "The folowing pending booking(s): %s deleted."
201
  msgstr ""
202
 
203
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2612
204
  msgid "Maximum available booking resource items"
205
  msgstr ""
206
 
207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2851
208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3029
209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3161
210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3675
212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3727
213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3831
214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4339
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:846
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1303
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1946
218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2072
219
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
220
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:140
222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:81
223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3259
225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3326
226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3386
227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3459
228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3536
229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3696
230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3725
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2898
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:275
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:409
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:577
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:700
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:917
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:927
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:947
239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1017
240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1248
241
  msgid "Click to toggle"
242
  msgstr ""
243
 
244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2852
245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:735
246
+ #, fuzzy
247
  msgid "Booking resources management"
248
+ msgstr "Rezervace"
249
 
250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2857
251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3561
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3601
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4116
254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4137
255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4601
256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4617
257
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:282
259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:286
260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:401
261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:301
262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:306
263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1287
265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1302
266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1956
269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:820
270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:821
271
  msgid "ID"
272
  msgstr ""
273
 
274
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2859
275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4602
277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1288
278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1304
279
+ #, fuzzy
280
  msgid "Resource name"
281
+ msgstr "Jméno"
282
 
283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2861
284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3920
285
  msgid "Number of resource items inside of parent resource"
286
  msgstr ""
287
 
288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2861
289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3920
290
  msgid "Capacity"
291
  msgstr ""
292
 
293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2862
294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2966
295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3921
296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4063
297
  msgid "Parent"
298
  msgstr ""
299
 
300
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2863
301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3922
303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4073
304
  msgid "Priority"
305
  msgstr ""
306
 
307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2865
308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3924
309
+ #, fuzzy
310
  msgid "Maximum number of visitors for resource"
311
+ msgstr "Počet návštěvníků"
312
 
313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2865
314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3924
315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1737
316
  msgid "Max"
317
  msgstr ""
318
 
319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2865
320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3924
321
  msgid "visitors"
322
  msgstr "host"
323
 
324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2867
325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3567
326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3926
327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4119
328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1230
329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1382
330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1766
331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1781
332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2138
333
  msgid "Actions"
334
  msgstr "Akce"
335
 
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2945
337
  msgid "Add"
338
  msgstr "Přidat"
339
 
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2954
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:916
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4146
343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4149
344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4585
345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1705
347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
348
  msgid "Delete"
349
  msgstr "Smazat"
350
 
351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2964
352
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
353
  msgid "Title"
354
  msgstr "Nadpis"
355
 
356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2981
357
+ #, fuzzy
358
  msgid "Add new resource"
359
+ msgstr "Přidat"
360
 
361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3127
363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3560
364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3809
365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:477
366
  msgid "Save"
367
  msgstr "Uložit"
368
 
369
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3030
370
  msgid "Advanced Settings"
371
  msgstr "Pokročilé nastavení"
372
 
373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3045
374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3169
375
  msgid "Set capacity based on number of visitors"
376
  msgstr ""
377
 
378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3051
379
  #, php-format
380
  msgid ""
381
  "Check this box if you want total availability (daily capacity) to depend on "
382
  "the number of selected visitors %s."
383
  msgstr ""
384
 
385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3052
386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3179
387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1415
388
  #, php-format
389
  msgid "Please read more info about configuration of this parameter %shere%s"
390
  msgstr ""
391
 
392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3066
393
  #, php-format
394
  msgid ""
395
  "Add tooltip on calendar(s) to show availability based on the number of "
398
  "number of visitors specified on the booking form."
399
  msgstr ""
400
 
401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3074
402
  #, php-format
403
  msgid ""
404
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
407
  "resources%s with the number of visitors specified on the booking form."
408
  msgstr ""
409
 
410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3089
411
+ #, fuzzy
412
  msgid "Show availability"
413
+ msgstr "Ukázat"
414
 
415
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3096
416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3318
417
  msgid ""
418
  "Check this box to display the available number of booking resources with a "
419
  "tooltip, when mouse hovers over each day on the calendar(s)."
420
  msgstr ""
421
 
422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
423
  msgid "Availability description"
424
  msgstr ""
425
 
426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3106
427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3329
428
  #, php-format
429
  msgid "Type your %savailability%s description"
430
  msgstr ""
431
 
432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3116
433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3216
434
  msgid "Disable bookings in different booking resources"
435
  msgstr ""
436
 
437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3120
438
  msgid ""
439
  "Check this box to dissable reservations, which can be stored in different "
440
  "booking resources. When checked, all reserved days must be at same booking "
441
  "resource otherwise error message will show."
442
  msgstr ""
443
 
444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3162
445
+ #, fuzzy
446
  msgid "Advanced"
447
+ msgstr "Pokročilé nastavení"
448
 
449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3176
450
  msgid ""
451
  "Check this box if you want total availability (daily capacity) to depend on "
452
  "the number of selected visitors."
453
  msgstr ""
454
 
455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3179
456
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
457
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
458
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
472
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:646
473
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
474
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:313
475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:311
476
  msgid "Important!"
477
  msgstr ""
478
 
479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3190
480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:519
481
+ #, fuzzy
482
  msgid "Type of days selection"
483
+ msgstr "Možnost rezervace po dnech"
484
 
485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3195
486
  msgid ""
487
  "Add tooltip on calendar(s) to show availability based on the number of "
488
  "available booking resource items remaining for each day."
489
  msgstr ""
490
 
491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3206
493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2845
494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4456
495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:618
496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:654
497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1225
498
  msgid "Note"
499
  msgstr ""
500
 
501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
502
  #, php-format
503
  msgid ""
504
  "Be sure to match the maximum number of visitors for the %sone booking "
505
  "resource%s with the number of visitors specified on the booking form."
506
  msgstr ""
507
 
508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3204
509
  msgid ""
510
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
511
  "number of visitors for the resource, which can be at free booking resource "
512
  "items."
513
  msgstr ""
514
 
515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3206
516
  #, php-format
517
  msgid ""
518
  "Be sure to match the maximum number of visitors for %sall booking resources"
519
  "%s with the number of visitors specified on the booking form."
520
  msgstr ""
521
 
522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3221
523
  msgid ""
524
  "Check this box to dissable reservations, which can be stored in different "
525
  "booking resources."
526
  msgstr ""
527
 
528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
529
  msgid ""
530
  "When checked, all reserved days must be at same booking resource otherwise "
531
  "error message will show."
532
  msgstr ""
533
 
534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3253
535
  msgid "Use pending days as available"
536
  msgstr ""
537
 
538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3262
539
  msgid ""
540
  "Check this box if you want to show the pending days as available in calendars"
541
  msgstr ""
542
 
543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3279
544
  msgid ""
545
  "Warning!!! After you approved the specific booking(s), all your pending "
546
  "bookings of the same booking resource as an approved booking for the dates, "
548
  "canceled!"
549
  msgstr ""
550
 
551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3281
552
  msgid ""
553
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
554
  "is approved for these date(s)"
555
  msgstr ""
556
 
557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3311
558
+ #, fuzzy
559
  msgid "Show availability in tooltip"
560
+ msgstr "Ukázat"
561
 
562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3327
563
+ #, fuzzy
564
  msgid "Availability Title"
565
+ msgstr "Nadpis"
566
 
567
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3364
568
  msgid ""
569
  "Use \"Check In\" date as available in calendar for booking resources with "
570
  "capacity higher then 1 for search results"
571
  msgstr ""
572
 
573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3371
574
  msgid ""
575
  "Use \"Check Out\" date as available in calendar for booking resources with "
576
  "capacity higher then 1 search results"
577
  msgstr ""
578
 
579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3397
580
+ #, fuzzy
581
  msgid "Coupon Deleted"
582
+ msgstr "Smazáno"
583
 
584
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3443
585
+ #, fuzzy
586
  msgid "Coupon created"
587
+ msgstr "Vytvořeno"
588
 
589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3451
590
  msgid "Add New Discount Coupon"
591
  msgstr ""
592
 
593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3458
594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3603
596
+ #, fuzzy
597
  msgid "Coupon Code"
598
+ msgstr "Poukaz"
599
 
600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3461
601
+ #, fuzzy
602
  msgid "Enter coupon code."
603
+ msgstr "Poukaz"
604
 
605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3563
607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3606
608
  msgid "Savings"
609
  msgstr "Ukládání"
610
 
611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3470
612
  msgid "Fixed Amount"
613
  msgstr ""
614
 
615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3471
616
  msgid "Percentage Off"
617
  msgstr ""
618
 
619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3474
620
  msgid "Enter number of fixed or percentage savings."
621
  msgstr ""
622
 
623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3565
625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3617
626
+ #, fuzzy
627
  msgid "Expiration Date"
628
+ msgstr "Datum vydání"
629
 
630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3487
631
+ #, fuzzy
632
  msgid "Select Expiration Date of the coupon."
633
+ msgstr "Zadejte prosím v kalendáři svou rezervaci."
634
 
635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3493
636
+ #, fuzzy
637
  msgid "Minimum Booking Cost"
638
+ msgstr "Rezervace"
639
 
640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3496
641
  msgid "Enter minimum booking cost, when coupon is applicable."
642
  msgstr ""
643
 
644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3619
647
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4705
648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1229
649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:671
651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:979
652
  msgid "Resources"
653
  msgstr ""
654
 
655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3587
657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:324
658
+ #, fuzzy
659
  msgid "All"
660
+ msgstr "Všechny rezervace"
661
 
662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3523
663
  msgid "Select booking resources, where is possible to apply this coupon code."
664
  msgstr ""
665
 
666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
667
+ #, fuzzy
668
  msgid "Add New Coupon"
669
+ msgstr "Poukaz"
670
 
671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
672
  msgid "The coupon code your customers will be using to receive the discount."
673
  msgstr ""
674
 
675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3563
676
  msgid "The amount which will be saved. Enter only digits."
677
  msgstr ""
678
 
679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3564
680
  msgid "The minimum total cost required to use the coupon"
681
  msgstr ""
682
 
683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3564
684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3612
685
  msgid "Minimum Purchase"
686
  msgstr ""
687
 
688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3565
689
  msgid "The date your coupon will expire"
690
  msgstr ""
691
 
692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
693
  msgid "Resource list, which supports this coupon"
694
  msgstr ""
695
 
696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1887
698
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
699
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
 
702
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:343
704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1027
705
  msgid "Warning"
706
  msgstr "Varování"
707
 
708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
709
+ #, fuzzy
710
  msgid "Do you really want to delete this item?"
711
+ msgstr "Opravdu chcete vybranou rezervaci smazat?"
712
 
713
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3638
714
+ #, fuzzy, php-format
715
  msgid "%s - coupon field, "
716
+ msgstr "Poukaz"
717
 
718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3639
719
+ #, fuzzy, php-format
720
  msgid "Example: %s "
721
+ msgstr "hodina/y"
722
 
723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3676
724
+ #, fuzzy
725
  msgid "Search form customization"
726
+ msgstr "Formulář"
727
+
728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3681
729
+ msgid "Inlinee Search Form Template"
730
+ msgstr ""
731
+
732
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3682
733
+ msgid "Horizontal Search Form Template"
734
+ msgstr ""
735
+
736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3683
737
+ msgid "Standard Search Form Template"
738
+ msgstr ""
739
+
740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3685
741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1581
742
+ #, fuzzy
743
+ msgid "Reset current Form"
744
+ msgstr "Aktuální termín"
745
+
746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3690
747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3564
748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1588
750
+ msgid "Reset"
751
  msgstr ""
752
 
753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3698
754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3736
755
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
756
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:224
758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3733
759
+ #, fuzzy
760
  msgid "Use these shortcodes for customization: "
761
+ msgstr "Používejte CSS BootStrap"
762
 
763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3699
764
  #, php-format
765
  msgid "%s - search inside posts/pages which are part of this category, "
766
  msgstr ""
767
 
768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3700
769
  #, php-format
770
  msgid "%s - search inside posts/pages which have this tag, "
771
  msgstr ""
772
 
773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3701
774
  #, php-format
775
  msgid "%s - check-in date, "
776
  msgstr ""
777
 
778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3702
779
+ #, fuzzy, php-format
780
  msgid "%s - check-out date, "
781
+ msgstr "Odhlášení"
782
 
783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3703
784
  #, php-format
785
  msgid "%s - default selection number of visitors, "
786
  msgstr ""
787
 
788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3704
789
  #, php-format
790
  msgid "Example: %s - custom number of visitor selections\""
791
  msgstr ""
792
 
793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3705
794
+ #, fuzzy, php-format
795
  msgid "%s - search button, "
796
+ msgstr "hodina/y"
797
 
798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3706
799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3745
800
+ #, fuzzy, php-format
801
  msgid "%s - new line "
802
+ msgstr "Nové (neověřené) rezervace"
803
 
804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3707
805
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3746
806
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3736
807
  msgid "Use any other HTML tags (carefully)."
808
  msgstr ""
809
 
810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3713
811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
812
  msgid ""
813
  "Additional customization style of this element you can make at this file"
814
  msgstr ""
815
 
816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3718
817
  msgid "Reset to default search form content"
818
  msgstr ""
819
 
820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3719
821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3897
823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2425
824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4333
826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4491
827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4587
828
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4650
829
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1464
830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2203
831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1327
832
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
833
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:595
835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:316
836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1333
838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1521
839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1616
840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3746
842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1043
843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1484
844
  msgid "Save Changes"
845
  msgstr "Uložit změny"
846
 
847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3728
848
  msgid "Customization of found booking resource items"
849
  msgstr ""
850
 
851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3737
852
+ #, fuzzy, php-format
853
  msgid "%s - resource title, "
854
+ msgstr "Nadpis"
855
 
856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3738
857
  #, php-format
858
  msgid "%s - link to the page with booking form, "
859
  msgstr ""
860
 
861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3739
862
+ #, fuzzy, php-format
863
  msgid "%s - availability of booking resource, "
864
+ msgstr "Nové (neověřené) rezervace"
865
 
866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3740
867
  #, php-format
868
  msgid "%s - maximum number of visitors for the booking resource, "
869
  msgstr ""
870
 
871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
872
+ #, fuzzy, php-format
873
  msgid "%s - cost of booking the resource, "
874
+ msgstr "Nové (neověřené) rezervace"
875
 
876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3742
877
  #, php-format
878
  msgid ""
879
  "%s - featured image, taken from the featured image associated with the post, "
880
  msgstr ""
881
 
882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3743
883
  #, php-format
884
  msgid "%s - booking info, taken from the excerpt associated with the post, "
885
  msgstr ""
886
 
887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3755
888
+ #, fuzzy
889
  msgid "Reset to default form"
890
+ msgstr "Formulář"
 
 
 
 
 
891
 
892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3773
893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3783
894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3791
895
+ #, fuzzy
896
+ msgid "Check in"
897
  msgstr "Přihlášení"
898
 
899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3774
900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3784
901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
902
+ #, fuzzy
903
+ msgid "Check out"
904
  msgstr "Odhlášení"
905
 
906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3775
907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3785
908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3793
909
+ msgid "Guests"
910
+ msgstr ""
911
 
912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3832
913
+ #, fuzzy
914
  msgid "Search Cache Settings"
915
+ msgstr "nastavení"
916
 
917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3838
918
  msgid "Cache expiration"
919
  msgstr ""
920
 
921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3844
922
  msgid "hour(s)"
923
  msgstr "hodina/y"
924
 
925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3849
926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3089
927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
928
  msgid "day(s)"
929
  msgstr "den/y"
930
 
931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3853
932
  msgid "Select time of cache expiration"
933
  msgstr ""
934
 
935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3861
936
  msgid "Cache will expire:"
937
  msgstr ""
938
 
939
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3889
940
  #, php-format
941
  msgid "Found: %s booking forms inside of posts or pages "
942
  msgstr ""
943
 
944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3896
945
  msgid "Reset cache"
946
  msgstr ""
947
 
948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3959
949
  msgid "Parent Resource"
950
  msgstr ""
951
 
952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3984
953
+ #, fuzzy
954
  msgid "Max visitors"
955
+ msgstr "Návštěvníci"
956
 
957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4048
958
  msgid "Capacity: "
959
  msgstr ""
960
 
961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4069
962
  msgid ""
963
  "Select parent resource, if you want that parent resource is increase "
964
  "capacity."
965
  msgstr ""
966
 
967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4080
968
  msgid ""
969
  "Set priority of resource - resource with higher priority will be reserved "
970
  "firstly."
971
  msgstr ""
972
 
973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4091
974
  msgid "Resources count"
975
  msgstr ""
976
 
977
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4098
978
  msgid "Create several booking resources for one time"
979
  msgstr ""
980
 
981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4112
982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2256
983
+ #, fuzzy
984
  msgid "Default form"
985
+ msgstr "Formulář"
986
 
987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
988
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4316
989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4322
990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4370
991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:890
992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1137
994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2258
995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4309
996
  msgid "Standard"
997
  msgstr ""
998
 
999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4122
1000
+ #, fuzzy
1001
  msgid "Select default custom booking form"
1002
+ msgstr "Vyberte jak se budou rezervace řadit"
1003
 
1004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4214
1005
+ #, fuzzy
1006
  msgid "Available: "
1007
+ msgstr "Volné dny"
1008
 
1009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4316
1010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:644
1011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3909
1012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1811
1013
+ #, fuzzy
1014
  msgid "Default"
1015
+ msgstr "Výchozí režim zobrazení"
1016
 
1017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4317
1018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4323
1019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4358
1020
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4359
1021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4371
1022
  msgid "Superior"
1023
  msgstr ""
1024
 
1025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4317
1026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2376
1027
  msgid "Resource #1"
1028
  msgstr ""
1029
 
1030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4324
1032
  msgid "Presidential Suite"
1033
  msgstr ""
1034
 
1035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2377
1037
+ #, fuzzy
1038
  msgid "Resource #2"
1039
+ msgstr "2 měsíce"
1040
 
1041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4325
1043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1407
1044
  msgid "Royal Villa"
1045
  msgstr ""
1046
 
1047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2378
1049
+ #, fuzzy
1050
  msgid "Resource #3"
1051
+ msgstr "3 měsíce"
1052
 
1053
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
1054
+ #, fuzzy
1055
  msgid "night(s)"
1056
+ msgstr "hodina/y"
1057
 
1058
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
1060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3782
1061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3796
1062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
1063
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
1064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3845
1065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
1066
  msgid "Adults"
1067
  msgstr "Dospělí"
1068
 
1069
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
1071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3782
1072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3796
1073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
1074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
1075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
1076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
1077
  msgid "Children"
1078
  msgstr "Děti"
1079
 
1080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:281
1081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:310
1082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2908
1083
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2951
1084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2993
1085
+ #, fuzzy
1086
  msgid "per 1 day"
1087
+ msgstr "den"
1088
 
1089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:282
1090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:311
1091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2952
1092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2992
1093
  msgid "from the cost of 1 day "
1094
  msgstr ""
1095
 
1096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:283
1097
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:312
1098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2953
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2994
1100
  #, php-format
1101
  msgid "Additional cost in %s per 1 day"
1102
  msgstr ""
1103
 
1104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:284
1105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:313
1106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:314
1107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2957
1108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2958
1109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3001
1111
  msgid " for all days!"
1112
  msgstr ""
1113
 
1114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:285
1115
+ msgid "for all days!"
 
1116
  msgstr ""
1117
 
1118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:887
1119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:892
1120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4305
1121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4311
1122
+ #, fuzzy
1123
+ msgid "Custom Form"
1124
+ msgstr "Vlastní"
1125
+
1126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:902
1127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4326
1128
+ #, fuzzy
1129
  msgid "Load selected booking form"
1130
+ msgstr "Rezervační formulář"
1131
 
1132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:904
1133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4328
1134
  msgid "Load"
1135
  msgstr ""
1136
 
1137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:910
1138
  msgid "Delete selected booking form"
1139
  msgstr ""
1140
 
1141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:913
1142
+ #, fuzzy
1143
  msgid "Do you really want to delete selected booking form ?"
1144
+ msgstr "Opravdu chcete vybranou rezervaci smazat?"
1145
 
1146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:920
1147
+ #, fuzzy
1148
  msgid "Add new custom form"
1149
+ msgstr "Vytvořit nový formulář"
1150
 
1151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:921
1152
+ #, fuzzy
1153
  msgid "Add New Custom Form"
1154
+ msgstr "Vytvořit nový formulář"
1155
 
1156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:926
1157
+ #, fuzzy
1158
  msgid "Type the name of booking form"
1159
+ msgstr "Rezervační formulář"
1160
 
1161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1162
  msgid "Create new form"
1163
  msgstr "Vytvořit nový formulář"
1164
 
1165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:932
1166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3558
1167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
1168
  msgid "Create"
1169
  msgstr "Vytvořit"
1170
 
1171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:934
1172
  msgid "Delete form"
1173
  msgstr "Smazat formulář"
1174
 
1175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:938
1176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:480
1177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:520
1178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2749
1179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:144
1180
  msgid "Cancel"
1181
  msgstr "Zrušit"
1182
 
1183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:967
1184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:443
1185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:206
 
1186
  msgid "Deleted"
1187
  msgstr "Smazáno"
1188
 
1189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:974
1190
+ #, fuzzy
1191
  msgid "There are no extended booking forms"
1192
+ msgstr "Rezervace"
1193
 
1194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1092
1195
+ #, fuzzy
1196
  msgid "Booking form type:"
1197
+ msgstr "Rezervační formulář"
1198
 
1199
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
1200
+ #, fuzzy
1201
  msgid "Select type of booking form"
1202
+ msgstr "Rezervační formulář"
1203
 
1204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1132
1205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1625
1206
  msgid "Booking Form"
1207
  msgstr "Rezervační formulář"
1208
 
1209
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1212
1210
  msgid "Standard booking resource cost"
1211
  msgstr ""
1212
 
1213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1213
1214
  msgid "Total booking resource cost"
1215
  msgstr ""
1216
 
1217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1525
1218
  #, php-format
1219
  msgid ""
1220
  "%s - show cost hint for full booking in real time, depending on number of "
1221
  "days selected and form elements."
1222
  msgstr ""
1223
 
1224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1526
1225
  #, php-format
1226
  msgid "Example: %sThe full cost of payment: %s"
1227
  msgstr ""
1228
 
1229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1527
1230
  #, php-format
1231
  msgid ""
1232
  "%s - show hint of original booking cost without additional costs for full "
1233
  "booking in real time, depends only from days selection."
1234
  msgstr ""
1235
 
1236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1528
1237
  #, php-format
1238
  msgid "Example: %sThe original cost for payment: %s "
1239
  msgstr ""
1240
 
1241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1529
1242
  #, php-format
1243
  msgid ""
1244
  "%s - show cost hint of additional booking cost, which depends from selection "
1245
  "of form elements."
1246
  msgstr ""
1247
 
1248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1530
1249
  #, php-format
1250
  msgid "Example: %sThe additional cost for payment: %s "
1251
  msgstr ""
1252
 
1253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1531
1254
  #, php-format
1255
  msgid "%s - enter direct cost at admin panel at page: "
1256
  msgstr ""
1257
 
1258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1531
1259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:660
1260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:723
1261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:965
1262
  msgid "Add booking"
1263
  msgstr "Přidat rezervaci"
1264
 
1265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1532
1266
+ #, fuzzy, php-format
1267
  msgid "Example: %s"
1268
+ msgstr "hodina/y"
1269
 
1270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2069
1271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:297
1272
  msgid "yes"
1273
  msgstr "ano"
1274
 
1275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2182
1277
  msgid ""
1278
  "Setting rate or cost, which is depend from number of selected days for the "
1279
  "resource"
1280
  msgstr ""
1281
 
1282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2179
1283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2216
1284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2525
1285
  msgid "Rates"
1286
  msgstr ""
1287
 
1288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2179
1289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2221
1290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2225
1291
+ #, fuzzy
1292
  msgid "Valuation days"
1293
+ msgstr "dny"
1294
 
1295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2179
1296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:444
1297
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:763
1299
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:526
1300
  msgid "Deposit"
1301
  msgstr ""
1302
 
1303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2244
1305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4727
1306
  msgid "Availability"
1307
  msgstr ""
1308
 
1309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1310
  msgid "Setting the default form for the specific resource"
1311
  msgstr ""
1312
 
1313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2188
1314
+ #, fuzzy
1315
  msgid "Default Form"
1316
+ msgstr "Formulář"
1317
 
1318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2224
1319
  msgid "Set the cost based on the number of days selected for the reservation"
1320
  msgstr ""
1321
 
1322
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2225
1323
  msgid ""
1324
  "Activation of this feature is require setting cost per day or cost per night"
1325
  msgstr ""
1326
 
1327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2232
1328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2236
1329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3231
1330
  msgid "Deposit amount"
1331
  msgstr ""
1332
 
1333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2235
1334
  msgid "Set the deposit payment required for the payment form"
1335
  msgstr ""
1336
 
1337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2236
1338
  msgid ""
1339
  "Activate this feature at the cost section of general booking settings page, "
1340
  "firstly."
1341
  msgstr ""
1342
 
1343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2366
1344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2377
1345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2382
1346
+ #, fuzzy
1347
  msgid "unavailable"
1348
+ msgstr "Nedostupné dny ode dneška"
1349
 
1350
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2367
1351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2378
1352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2381
1353
+ #, fuzzy
1354
  msgid "available"
1355
+ msgstr "Volné dny"
1356
 
1357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2369
1358
  msgid "Availability booking type"
1359
  msgstr ""
1360
 
1361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2374
1362
  #, php-format
1363
  msgid "All days for %s"
1364
  msgstr ""
1365
 
1366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2384
1367
  #, php-format
1368
  msgid ""
1369
  "Select %s days by activating specific season filter below or %sadd new "
1370
  "season filter%s"
1371
  msgstr ""
1372
 
1373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2395
1374
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2417
1375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4117
1376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4138
1377
+ #, fuzzy
1378
  msgid "Season Filter Name"
1379
+ msgstr "Filtr"
1380
 
1381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2396
1382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2418
1383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2528
1384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2597
1385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4139
1386
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1387
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:473
1389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:481
1390
  msgid "Description"
1391
  msgstr ""
1392
 
1393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2414
1394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2553
1395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2881
1396
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2932
1397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3062
1398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3224
1399
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:861
1400
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:191
1402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:211
1403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:232
1404
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3274
1405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3342
1406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3401
1407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3475
1408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3552
1409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1281
1410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1324
1411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1369
1412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1412
1413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1455
1414
  msgid "Active"
1415
  msgstr "Aktivovat"
1416
 
1417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2505
1418
  msgid "Seasonal rates of booking resource"
1419
  msgstr ""
1420
 
1421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2511
1422
  #, php-format
1423
  msgid ""
1424
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1425
  "fixed cost) of the booking resource (%s) or %sAdd a new seasonal filter%s"
1426
  msgstr ""
1427
 
1428
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2526
1429
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2577
1430
  msgid "Final cost"
1431
  msgstr ""
1432
 
1433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2527
1434
+ #, fuzzy
1435
  msgid "Season Filter"
1436
+ msgstr "Filtr"
1437
 
1438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1439
+ #, fuzzy
1440
  msgid "Rate"
1441
+ msgstr "Ohodnoťte tento plugin"
1442
 
1443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2567
1444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2587
1445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1955
1446
+ #, fuzzy
1447
  msgid "for 1 day"
1448
+ msgstr "den"
1449
 
1450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2568
1451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2588
1452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1453
  msgid "for 1 night"
1454
  msgstr ""
1455
 
1456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2569
1457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2589
1458
  msgid "fixed deposit"
1459
  msgstr ""
1460
 
1461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2590
1463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1958
1464
+ #, fuzzy
1465
  msgid "for 1 hour"
1466
+ msgstr "hodina/y"
1467
 
1468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2596
1469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3548
1470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3797
1471
+ #, fuzzy
1472
  msgid "Filter Name"
1473
+ msgstr "Filtr"
1474
 
1475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2604
1476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2844
1477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3297
1478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1479
  msgid "Note!"
1480
  msgstr ""
1481
 
1482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2604
1483
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1484
  msgstr ""
1485
 
1486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2608
1487
  msgid "Update Rates"
1488
  msgstr ""
1489
 
1490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1491
  msgid "Set cost of booking resource based on the number of days selected"
1492
  msgstr ""
1493
 
1494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2844
1495
  #, php-format
1496
  msgid ""
1497
  "If you add costs here, %srates%s for this booking resource will not take "
1498
  "effect !!!"
1499
  msgstr ""
1500
 
1501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2848
1502
  #, php-format
1503
  msgid ""
1504
  "Cost setings at %stop have higher priority%s than other costs of same type "
1505
  "at the %sbottom%s of the list."
1506
  msgstr ""
1507
 
1508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2849
1509
  #, php-format
1510
  msgid ""
1511
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1512
  "terms %s and after terms %s"
1513
  msgstr ""
1514
 
1515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2851
1516
  #, php-format
1517
  msgid "%s and %s terms have higher priority than a range %s days."
1518
  msgstr ""
1519
 
1520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2854
1521
  msgid "Warning!"
1522
  msgstr "Varování!"
1523
 
1524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2855
1525
  msgid ""
1526
  "Specific cost will take affect, only if it active (the box at the left side "
1527
  "is checked) and if \"Check In\" (start) date belong to selected season "
1528
  "filter or if set \"Any days\"."
1529
  msgstr ""
1530
 
1531
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2864
1532
  msgid "Number of Days"
1533
  msgstr ""
1534
 
1535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2865
1536
+ #, fuzzy
1537
  msgid "Cost Settings"
1538
+ msgstr "nastavení"
1539
 
1540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3010
1543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3104
1544
  msgid "Season Filter of Check In date"
1545
  msgstr ""
1546
 
1547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2888
1548
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3073
1550
  msgid "For"
1551
  msgstr ""
1552
 
1553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2890
1554
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2966
1555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3078
1556
+ #, fuzzy
1557
  msgid "Day Number(s)"
1558
+ msgstr "den/y"
1559
 
1560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2896
1561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3084
1563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3378
1564
  msgid "to"
1565
  msgstr ""
1566
 
1567
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2900
1568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2978
1569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2127
1570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1571
  msgid "day"
1572
  msgstr "den"
1573
 
1574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2904
1575
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3094
1577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:361
1578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:395
1579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:405
1580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:282
1581
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:304
1582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:309
1583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:445
1584
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1585
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:764
1586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:837
1588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:838
1589
  msgid "Cost"
1590
  msgstr ""
1591
 
1592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3012
1594
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3106
1595
+ #, fuzzy
1596
  msgid "Any days"
1597
+ msgstr "Vše"
1598
 
1599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
1600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3074
1601
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3378
1602
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
1603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3287
1604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3348
1605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3421
1606
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3496
1607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3573
1608
+ #, fuzzy
1609
  msgid "From"
1610
+ msgstr "Nedostupné dny ode dneška"
1611
 
1612
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2964
1613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3075
1614
  msgid "Together"
1615
  msgstr ""
1616
 
1617
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2979
1618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2130
 
1619
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1620
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1621
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1622
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
1624
  msgid "days"
1625
  msgstr "dny"
1626
 
1627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3023
1628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3117
1629
  msgid "Remove"
1630
  msgstr "Odstranit"
1631
 
1632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1633
+ #, fuzzy
1634
  msgid "Add new cost"
1635
+ msgstr "Přidat"
1636
 
1637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3072
1638
  msgid "for all days"
1639
  msgstr ""
1640
 
1641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3197
1642
  msgid "Set amount of deposit payment"
1643
  msgstr ""
1644
 
1645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3206
1646
  msgid "Deposit payment total"
1647
  msgstr ""
1648
 
1649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1650
  msgid "Deposit payment is not active for booking resource"
1651
  msgstr ""
1652
 
1653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3216
1654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:852
1655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3265
1656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3333
1657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3392
1658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3467
1659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3543
1660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1515
1661
  msgid "Status"
1662
  msgstr ""
1663
 
1664
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3225
1665
  msgid "deposit payment for booking resource"
1666
  msgstr ""
1667
 
1668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3240
1669
  msgid "fixed total in"
1670
  msgstr ""
1671
 
1672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3241
1673
+ #, fuzzy
1674
  msgid "of payment"
1675
+ msgstr "Tato akce nebude mít žádný vliv, pokud je aktivní platební formulář!"
1676
 
1677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3247
1678
  msgid "Condition"
1679
  msgstr ""
1680
 
1681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3250
1682
  #, php-format
1683
  msgid ""
1684
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1685
  "In%s days more than"
1686
  msgstr ""
1687
 
1688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3268
1689
  msgid "Update Deposit"
1690
  msgstr ""
1691
 
1692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3291
1693
  msgid "Deposit payment"
1694
  msgstr ""
1695
 
1696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3296
1697
  #, php-format
1698
  msgid ""
1699
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1700
  "payment form, instead of the full total of the booking."
1701
  msgstr ""
1702
 
1703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3297
1704
  #, php-format
1705
  msgid ""
1706
  " You can configure the deposit payment for your booking resources %shere%s."
1707
  msgstr ""
1708
 
1709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1713
  msgid "Su"
1714
  msgstr ""
1715
 
1716
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1718
  msgid "Mo"
1719
  msgstr ""
1720
 
1721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1725
  msgid "Tu"
1726
  msgstr ""
1727
 
1728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1730
+ #, fuzzy
1731
  msgid "We"
1732
  msgstr ""
1733
+ "Děkujeme za vaši rezervaci. %sPotvrzení o rezervaci vám pošleme co nejdříve."
1734
 
1735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1737
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1739
  msgid "Th"
1740
  msgstr ""
1741
 
1742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1744
  msgid "Fr"
1745
  msgstr ""
1746
 
1747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1750
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1751
  msgid "Sa"
1752
  msgstr ""
1753
 
1754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1755
  msgid "Jan"
1756
  msgstr ""
1757
 
1758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1759
  msgid "Feb"
1760
  msgstr ""
1761
 
1762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1763
  msgid "Mar"
1764
  msgstr ""
1765
 
1766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1767
  msgid "Apr"
1768
  msgstr ""
1769
 
1770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3972
1772
  msgid "May"
1773
  msgstr ""
1774
 
1775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1776
  msgid "Jun"
1777
  msgstr ""
1778
 
1779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1780
  msgid "Jul"
1781
  msgstr ""
1782
 
1783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1784
  msgid "Aug"
1785
  msgstr ""
1786
 
1787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1788
  msgid "Sep"
1789
  msgstr ""
1790
 
1791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1792
  msgid "Oct"
1793
  msgstr ""
1794
 
1795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1796
  msgid "Nov"
1797
  msgstr ""
1798
 
1799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1800
  msgid "Dec"
1801
  msgstr ""
1802
 
1803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3378
1804
+ #, fuzzy
1805
  msgid "time"
1806
+ msgstr "Doba zobrazení zprávy"
1807
 
1808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3394
 
 
1809
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
1810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3435
1811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3452
1812
+ #, fuzzy
1813
  msgid "No days"
1814
+ msgstr "dny"
1815
 
1816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3396
1817
  msgid "Every"
1818
  msgstr ""
1819
 
1820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3411
1821
+ #, fuzzy
1822
+ msgid "Each day "
1823
+ msgstr "den"
1824
+
1825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3412
1826
+ #, fuzzy
1827
+ msgid "on each day "
1828
+ msgstr "den"
1829
+
1830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3416
1831
+ msgid "On each "
1832
+ msgstr ""
1833
+
1834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3417
1835
+ msgid "on each "
1836
+ msgstr ""
1837
+
1838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3433
1839
+ #, fuzzy
1840
+ msgid "of every month "
1841
+ msgstr "měsíc"
1842
+
1843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3437
1844
  msgid "of"
1845
  msgstr ""
1846
 
1847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3506
1848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3748
1849
+ #, fuzzy
1850
  msgid "Filter saved"
1851
+ msgstr "Uloženo"
1852
 
1853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3542
1854
+ #, fuzzy
1855
  msgid "Specific Dates Filter"
1856
+ msgstr "Filtr"
1857
 
1858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3551
1859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3800
1860
+ #, fuzzy
1861
  msgid "Type filter name"
1862
+ msgstr "Filtr"
1863
 
1864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3556
1865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3662
1866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3805
1867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
1868
+ #, fuzzy
1869
  msgid "Create new season filter"
1870
+ msgstr "Vytvořit nový formulář"
 
 
 
 
 
 
1871
 
1872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3662
1873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
1874
+ #, fuzzy
1875
  msgid "Create New Season Filter"
1876
+ msgstr "Vytvořit nový formulář"
1877
 
1878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3662
1879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
1880
  msgid "Save changes"
1881
  msgstr "Uložit změny"
1882
 
1883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3791
1884
+ #, fuzzy
1885
  msgid "Conditional Dates Filter"
1886
+ msgstr "Filtr"
1887
 
1888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
1889
+ #, fuzzy
1890
  msgid "Days of week"
1891
+ msgstr "Nedostupné dny v týdnu"
1892
 
1893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3833
1894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1792
1896
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1897
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:599
1898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1899
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1904
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:451
1905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:483
1906
  msgid "Sunday"
1907
  msgstr "Neděle"
1908
 
1909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3839
1910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1796
1912
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1913
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:600
1914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1915
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:452
1921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:487
1922
  msgid "Monday"
1923
  msgstr "Pondělí"
1924
 
1925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3845
1926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1800
1928
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
1929
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:601
1930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1931
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1933
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:453
1937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:491
1938
  msgid "Tuesday"
1939
  msgstr "Úterý"
1940
 
1941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3851
1942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
1943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1804
1944
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
1945
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:602
1946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1947
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:454
1953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:495
1954
  msgid "Wednesday"
1955
  msgstr "Středa"
1956
 
1957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3857
1958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
1959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1808
1960
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
1961
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:603
1962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1963
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1965
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:455
1969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:499
1970
  msgid "Thursday"
1971
  msgstr "Čtvrtek"
1972
 
1973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3863
1974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
1975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1812
1976
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
1977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:604
1978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1979
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:456
1985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:503
1986
  msgid "Friday"
1987
  msgstr "Pátek"
1988
 
1989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3869
1990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1715
1991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1816
1992
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
1993
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:605
1994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1995
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1996
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:457
2001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:507
2002
  msgid "Saturday"
2003
  msgstr "Sobota"
2004
 
2005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3881
2006
  msgid "Days of month"
2007
  msgstr "Dny v měsíci"
2008
 
2009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3961
2010
  msgid "Months"
2011
  msgstr "Měsíce"
2012
 
2013
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3968
2014
  msgid "January"
2015
  msgstr "Leden"
2016
 
2017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3969
2018
  msgid "February"
2019
  msgstr "Únor"
2020
 
2021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3970
2022
  msgid "March"
2023
  msgstr "Březen"
2024
 
2025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3971
2026
  msgid "April"
2027
  msgstr "Duben"
2028
 
2029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3973
2030
  msgid "June"
2031
  msgstr "Červen"
2032
 
2033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3992
2034
  msgid "July"
2035
  msgstr "Červenec"
2036
 
2037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3993
2038
  msgid "August"
2039
  msgstr "Srpen"
2040
 
2041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3994
2042
  msgid "September"
2043
  msgstr "Září"
2044
 
2045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3995
2046
  msgid "October"
2047
  msgstr "Říjen"
2048
 
2049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3996
2050
  msgid "November"
2051
  msgstr "Listopad"
2052
 
2053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3997
2054
  msgid "December"
2055
  msgstr "Prosinec"
2056
 
2057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4021
2058
  msgid "Years"
2059
  msgstr "Roky"
2060
 
2061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4091
2062
+ #, fuzzy
2063
  msgid "Filter deleted successfully"
2064
+ msgstr "Smazáno"
2065
 
2066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
2067
+ #, fuzzy
2068
  msgid "Create dates filter"
2069
+ msgstr "Vytvořit"
2070
 
2071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4102
2072
  msgid "Create conditional days filter"
2073
  msgstr ""
2074
 
2075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
2076
+ #, fuzzy
2077
  msgid "Listing of season filters"
2078
+ msgstr "Seznam rezervací"
2079
 
2080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4118
2081
  msgid "Filters"
2082
  msgstr ""
2083
 
2084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4142
2085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4144
2086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4584
2087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
2088
  msgid "Edit"
2089
  msgstr ""
2090
 
2091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4147
2092
+ #, fuzzy
2093
  msgid "Do you really want to delete?"
2094
+ msgstr "Opravdu chcete vybranou rezervaci smazat?"
2095
 
2096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4179
2097
+ #, fuzzy
2098
  msgid "Showing cost in tooltip"
2099
+ msgstr "Doba zobrazení zprávy"
2100
 
2101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4186
2102
  msgid ""
2103
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2104
  "over each day on the calendar(s)."
2105
  msgstr ""
2106
 
2107
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4194
2108
+ #, fuzzy
2109
  msgid "Cost Title"
2110
+ msgstr "Nadpis"
2111
 
2112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4196
2113
  #, php-format
2114
  msgid "Type your %scost%s description"
2115
  msgstr ""
2116
 
2117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4340
2118
+ #, fuzzy
2119
  msgid "Advanced cost management"
2120
+ msgstr "Pokročilé nastavení"
2121
 
2122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4359
2123
  msgid "Configure Additional cost for the form"
2124
  msgstr ""
2125
 
2126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4402
2127
  msgid "Additional cost for"
2128
  msgstr ""
2129
 
2130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4452
2131
  msgid ""
2132
  "Check this box if you want that specific additional cost, which configured "
2133
  "as percentage for some option, apply to other additional fixed costs and not "
2134
  "only to original booking cost."
2135
  msgstr ""
2136
 
2137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4458
2138
  msgid ""
2139
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2140
  "checkbox(es)."
2141
  msgstr ""
2142
 
2143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4461
2144
  #, php-format
2145
  msgid ""
2146
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2147
  "they exist in the %sbooking form%s."
2148
  msgstr ""
2149
 
2150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4468
2151
  msgid "Enter additional cost in formats:"
2152
  msgstr ""
2153
 
2154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4469
2155
  #, php-format
2156
  msgid ""
2157
  "For example, if the original cost of the booking is %s, then after applying "
2158
  "additional costs the total cost will be folowing"
2159
  msgstr ""
2160
 
2161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4472
2162
  msgid "Enter fixed cost"
2163
  msgstr ""
2164
 
2165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4472
2166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4475
2167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2168
+ #, fuzzy, php-format
2169
  msgid "%s, then total cost will be %s"
2170
+ msgstr "hodina/y"
2171
 
2172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4475
2173
  msgid "Enter percentage of the entire booking"
2174
  msgstr ""
2175
 
2176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2177
  msgid "Enter fixed amount for each selected day"
2178
  msgstr ""
2179
 
2180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2181
  #, php-format
2182
  msgid "%s, then total cost will be (if selected 3 days) %s"
2183
  msgstr ""
2184
 
2185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2186
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2187
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2188
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2189
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
2191
  msgid "or"
2192
  msgstr ""
2193
 
2194
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2195
  msgid ""
2196
  "Enter percentage as additional sum, which is based only on original cost and "
2197
  "not full sum"
2198
  msgstr ""
2199
 
2200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4485
2201
  #, php-format
2202
  msgid ""
2203
  "Please check more info about configuration of this cost settings on this "
2204
  "%spage%s."
2205
  msgstr ""
2206
 
2207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4558
2208
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1213
2209
+ #, fuzzy
2210
  msgid "Resource ID or Title"
2211
+ msgstr "Nadpis"
2212
 
2213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1215
2215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1460
2216
  msgid "Go"
2217
  msgstr ""
2218
 
2219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4583
2220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1270
2221
+ #, fuzzy
2222
+ msgid "Bulk Actions"
2223
+ msgstr "Akce"
2224
+
2225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4604
2226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4630
2227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1290
2228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1315
2229
  msgid "Info"
2230
  msgstr ""
2231
 
2232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4616
2233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1301
2234
+ #, fuzzy
2235
  msgid "Selection"
2236
+ msgstr "Možnost rezervace po dnech"
2237
 
2238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4619
2239
+ #, fuzzy
2240
  msgid "Resource Name"
2241
+ msgstr "Jméno"
2242
 
2243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4708
2244
+ #, fuzzy
2245
+ msgid "Resources Settings"
2246
+ msgstr "nastavení"
2247
 
2248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4708
2249
+ msgid "Resources management"
2250
  msgstr ""
2251
 
2252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4710
2253
  msgid "Costs and Rates"
2254
  msgstr ""
2255
 
2256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4713
2257
+ #, fuzzy
2258
+ msgid "Costs and Rates Settings"
2259
+ msgstr "nastavení"
 
 
2260
 
2261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4713
2262
+ msgid "Customization of rates, valuation days cost and deposit amount "
2263
  msgstr ""
2264
 
2265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4715
2266
+ #, fuzzy
2267
  msgid "Advanced Cost"
2268
+ msgstr "Pokročilé nastavení"
2269
+
2270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4718
2271
+ #, fuzzy
2272
+ msgid "Advanced Cost Settings"
2273
+ msgstr "Pokročilé nastavení"
2274
 
2275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4718
2276
+ msgid "Customization of additional cost, which depend from form fields"
2277
  msgstr ""
2278
 
2279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4721
2280
  msgid "Coupons"
2281
  msgstr ""
2282
 
2283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4724
2284
+ #, fuzzy
2285
+ msgid "Coupons Settings"
2286
+ msgstr "nastavení"
2287
 
2288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4724
2289
+ #, fuzzy
2290
+ msgid "Setting coupons for discount"
2291
+ msgstr "sleva"
2292
 
2293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4730
2294
+ #, fuzzy
2295
+ msgid "Availability Settings"
2296
+ msgstr "nastavení"
2297
+
2298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4730
2299
+ #, fuzzy
2300
+ msgid "Customization of availability settings"
 
 
2301
  msgstr "nastavení"
2302
 
2303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4732
2304
  msgid "Season Filters"
2305
  msgstr ""
2306
 
2307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4735
2308
+ #, fuzzy
2309
+ msgid "Season Filters Settings"
2310
+ msgstr "nastavení"
2311
+
2312
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4735
2313
+ msgid "Customization of season filters settings"
2314
+ msgstr ""
2315
+
2316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4779
2317
  msgid "Cost: "
2318
  msgstr ""
2319
 
2320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4809
2321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:650
2322
  msgid "Weekend"
2323
  msgstr ""
2324
 
2325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4810
2326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:651
2327
+ #, fuzzy
2328
  msgid "Work days"
2329
+ msgstr "dny"
2330
 
2331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4811
2332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:652
2333
  msgid "High season"
2334
  msgstr ""
2335
 
2336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:105
2337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3791
2338
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3809
2339
+ #, fuzzy
2340
  msgid "Select Times"
2341
+ msgstr "Vyberte vzhled kalendáře"
2342
 
2343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
2344
+ #, fuzzy
2345
  msgid "Setting cost for the resource"
2346
+ msgstr "Nastavení"
2347
 
2348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:363
2349
+ #, fuzzy
2350
  msgid "/ day"
2351
+ msgstr "den"
2352
 
2353
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:364
2354
  msgid "/ night"
2355
  msgstr ""
2356
 
2357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:365
2358
  msgid "fixed"
2359
  msgstr ""
2360
 
2361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:366
2362
+ #, fuzzy
2363
  msgid "/ hour"
2364
+ msgstr "hodina/y"
2365
 
2366
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:433
2367
  msgid ""
2368
  "Start Time is invalid. The date or time may be booked, or already in the "
2369
  "past! Please choose another date or time."
2370
  msgstr ""
2371
 
2372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:434
2373
  msgid ""
2374
  "End Time is invalid. The date or time may be booked, or already in the past. "
2375
  "The End Time may also be earlier that the start time, if only 1 day was "
2376
  "selected! Please choose another date or time."
2377
  msgstr ""
2378
 
2379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:435
2380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:436
2381
  msgid "The time(s) may be booked, or already in the past!"
2382
  msgstr ""
2383
 
2384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:597
2385
+ #, fuzzy
2386
  msgid "Cost saved successfully"
2387
+ msgstr "Uloženo"
2388
 
2389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:604
2390
  msgid "Cost is not correct. It must be greater than 0"
2391
  msgstr ""
2392
 
2393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:620
2394
+ #, fuzzy
2395
  msgid "Send payment request to customer"
2396
+ msgstr "Poslat zákazníkovi o této operaci upozornění"
2397
 
2398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:624
2399
  #, php-format
2400
  msgid "Type your %sreason for payment%s request"
2401
  msgstr ""
2402
 
2403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:633
2404
+ #, fuzzy
2405
  msgid "Send Request"
2406
+ msgstr "Rezervovat"
2407
 
2408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:634
2409
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:722
2410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1017
2411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:508
2412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:571
2413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:627
2414
  msgid "Close"
2415
  msgstr "Zavřít"
2416
 
2417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:765
2418
+ #, fuzzy
2419
  msgid "Request has been sent"
2420
+ msgstr "Vaše rezervace byla potvrzena"
2421
 
2422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:771
2423
+ #, fuzzy
2424
  msgid "Request has failed"
2425
+ msgstr "Odeslání žádosti..."
2426
 
2427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:796
2428
  msgid "The payment status is changed successfully"
2429
  msgstr ""
2430
 
2431
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:803
2432
  msgid "The changing of payment status is failed"
2433
  msgstr ""
2434
 
2435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:847
2436
  msgid "Email to \"Person\" with payment request"
2437
  msgstr ""
2438
 
2439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:867
2440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3407
2441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3481
2442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3558
2443
  msgid "Send to Admin"
2444
  msgstr "Poslat administrátorovi"
2445
 
2446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:875
2447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3415
2448
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3489
2449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3566
2450
  msgid "Check this box to send copy of this email to Admin"
2451
  msgstr ""
2452
 
2453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:884
2454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3350
2455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3423
2456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3498
2457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3575
2458
+ #, fuzzy, php-format
2459
  msgid "Type the default %sadmin email%s sending the booking confimation"
2460
+ msgstr "Defaultní %semail %s pro potvrzení rezervace"
2461
 
2462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:889
2463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3294
2464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3355
2465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3428
2466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3503
2467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3580
2468
  msgid "Subject"
2469
  msgstr "Předmět"
2470
 
2471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:891
2472
  #, php-format
2473
  msgid "Type email subject for %spayment request%s."
2474
  msgstr ""
2475
 
2476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:896
2477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3301
2478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3364
2479
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3435
2480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3510
2481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3587
2482
  msgid "Content"
2483
  msgstr ""
2484
 
2485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:899
2486
  #, php-format
2487
  msgid "Type your %semail message for payment request%s"
2488
  msgstr ""
2489
 
2490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:907
2491
  #, php-format
2492
  msgid ""
2493
  "You need to make payment %s for booking %s at %s. %s You can make payment at "
2494
  "this %s Thank you, booking service."
2495
  msgstr ""
2496
 
2497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:907
2498
+ #, fuzzy
2499
  msgid "page"
2500
+ msgstr "Adresa stránky"
2501
 
2502
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1148
2503
  msgid "deposit"
2504
  msgstr ""
2505
 
2506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1149
2507
  msgid "Total cost"
2508
  msgstr ""
2509
 
2510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1150
2511
  msgid "balance"
2512
  msgstr ""
2513
 
2514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1202
2515
+ #, fuzzy
2516
  msgid "Auto-fill form"
2517
  msgstr ""
2518
+ "Zaškrtněte políčko pro aktivaci automatického vyplňování formulářů pro "
2519
+ "přihlášené uživatele."
2520
 
2521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1304
2522
+ #, fuzzy
2523
  msgid "Billing form fields customization"
2524
+ msgstr "Formulářové pole"
2525
 
2526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1316
2527
  msgid ""
2528
  "Please select a field from your booking form. This field will be "
2529
  "automatically assigned to the current field in the billing form."
2530
  msgstr ""
2531
 
2532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1322
2533
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2534
  msgid "Customer Email"
2535
  msgstr ""
2536
 
2537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1335
2538
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2539
+ #, fuzzy
2540
  msgid "First Name(s)"
2541
+ msgstr "Jméno"
2542
 
2543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1348
2544
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
2545
+ #, fuzzy
2546
  msgid "Last name"
2547
+ msgstr "Příjmení"
2548
 
2549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1382
2550
+ #, fuzzy
2551
  msgid "Billing Address"
2552
+ msgstr "Adresa"
2553
 
2554
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1395
2555
+ #, fuzzy
2556
  msgid "Billing City"
2557
+ msgstr "Město"
2558
 
2559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1408
2560
+ #, fuzzy
2561
  msgid "Post Code"
2562
+ msgstr "PSČ"
2563
 
2564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1421
2565
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3863
2566
+ #, fuzzy
2567
  msgid "Country"
2568
+ msgstr "Země *"
2569
 
2570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1440
2571
  msgid "State"
2572
  msgstr ""
2573
 
2574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1457
2575
  #, php-format
2576
  msgid "Configuring these %sfields is required for the some payment%s systems!"
2577
  msgstr ""
2578
 
2579
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1512
2580
  msgid "Title of booked timeslot(s)"
2581
  msgstr ""
2582
 
2583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1516
2584
  #, php-format
2585
  msgid ""
2586
  "Type your %stitle%s, what will show in mouseover tooltip near booked "
2587
  "timeslot(s)"
2588
  msgstr ""
2589
 
2590
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1534
2591
+ #, fuzzy
2592
  msgid "Time Format"
2593
+ msgstr "Formát data"
2594
 
2595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1549
2596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:547
2597
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:597
2598
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:871
2599
  msgid "Custom"
2600
  msgstr "Vlastní"
2601
 
2602
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1557
2603
+ #, fuzzy, php-format
2604
  msgid ""
2605
  "Type your time format for emails and the booking table. %sDocumentation on "
2606
  "time formatting%s"
2607
  msgstr ""
2608
+ "Zadejte vlastní formát data pro e-maily a rezervační tabulky. %sDokumentace "
2609
+ "na formátování%s"
2610
 
2611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1645
2612
  #, php-format
2613
  msgid "Select a %sFIXED%s number of days with %s1 mouse click%s"
2614
  msgstr ""
2615
 
2616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1653
2617
  #, php-format
2618
  msgid "Select a %sDYNAMIC%s range of days with %s2 mouse clicks%s"
2619
  msgstr ""
2620
 
2621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1661
2622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1727
2623
+ #, fuzzy
2624
  msgid "Days selection number"
2625
+ msgstr "Možnost rezervace po dnech"
2626
 
2627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1668
2628
  #, php-format
2629
  msgid "Type your %snumber of days for range selection%s"
2630
  msgstr ""
2631
 
2632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1675
2633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1763
2634
+ #, fuzzy
2635
  msgid "Start day of range"
2636
+ msgstr "První den v týdnu"
2637
 
2638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1684
2639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1772
2640
+ #, fuzzy
2641
  msgid "Any day of week"
2642
+ msgstr "První den v týdnu"
2643
 
2644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1695
2645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1783
2646
+ #, fuzzy
2647
  msgid "Specific day(s) of week"
2648
+ msgstr "První den v týdnu"
2649
 
2650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1717
2651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1819
2652
+ #, fuzzy
2653
  msgid "Select your start day of range selection at week"
2654
+ msgstr "Vyberte první pracovní den vašeho týdne"
2655
 
2656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1729
2657
  msgid "Min"
2658
  msgstr ""
2659
 
2660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1743
2661
  #, php-format
2662
  msgid "Select your %sminimum and maximum number of days for range selection%s"
2663
  msgstr ""
2664
 
2665
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1749
2666
+ #, fuzzy
2667
  msgid "Specific days selections"
2668
+ msgstr "dny"
2669
 
2670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1753
2671
  #, php-format
2672
  msgid ""
2673
  "Type your %sspecific%s days, which can be selected by visitors, or leave "
2676
  "%s, its the same like this: %s)"
2677
  msgstr ""
2678
 
2679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1862
2680
  msgid "Use time selections as recurrent time slots"
2681
  msgstr ""
2682
 
2683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1873
2684
  msgid ""
2685
  "Check this box if you want to use recurrent time to reserve several days. "
2686
  "This means that middle days will be partially booked by actual times, "
2688
  "time for the first and last day of the reservation."
2689
  msgstr ""
2690
 
2691
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1880
2692
+ #, fuzzy
2693
  msgid "Use check in/out time"
2694
+ msgstr "Odhlášení"
2695
 
2696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1887
2697
  msgid "This option will overwrite any times selection in your booking form."
2698
  msgstr ""
2699
 
2700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1892
2701
  msgid "Check this option, to use check in/out time during booking process. "
2702
  msgstr ""
2703
 
2704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1895
2705
  #, php-format
2706
  msgid ""
2707
  "%s Important!%s This will overwrite any times selection in your booking form."
2708
  msgstr ""
2709
 
2710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1904
2711
+ #, fuzzy
2712
  msgid "Check-in time"
2713
+ msgstr "Přihlášení"
2714
 
2715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1904
2716
+ #, fuzzy, php-format
2717
  msgid "%sstart booking time%s"
2718
+ msgstr "Nové (neověřené) rezervace"
2719
 
2720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1906
2721
  #, php-format
2722
  msgid "Type your %sCheck-in%s time of booking"
2723
  msgstr ""
2724
 
2725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1911
2726
+ #, fuzzy
2727
  msgid "Check-Out time"
2728
+ msgstr "Odhlášení"
2729
 
2730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1911
2731
  #, php-format
2732
  msgid "%send booking time%s"
2733
  msgstr ""
2734
 
2735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1913
2736
  #, php-format
2737
  msgid "Type your %sCheck-Out%s time of booking"
2738
  msgstr ""
2739
 
2740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1947
2741
  msgid "Costs"
2742
  msgstr ""
2743
 
2744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1952
2745
+ #, fuzzy
2746
  msgid "Set the cost"
2747
+ msgstr "Nastaveno jako přečtené"
2748
 
2749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1957
2750
  msgid "fixed sum"
2751
  msgstr ""
2752
 
2753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1960
2754
+ #, fuzzy
2755
  msgid " Select your cost configuration."
2756
+ msgstr "Vyberte první pracovní den vašeho týdne"
2757
 
2758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1965
2759
+ #, fuzzy
2760
  msgid "Currency format"
2761
+ msgstr "Formát data"
2762
 
2763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1968
2764
+ #, fuzzy
2765
  msgid "Number of decimal points"
2766
+ msgstr "Počet návštěvníků"
2767
 
2768
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1975
2769
  msgid "Separator for the decimal point"
2770
  msgstr ""
2771
 
2772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1979
2773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1994
2774
+ msgid "No separator"
2775
+ msgstr ""
2776
+
2777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1980
2778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1995
2779
+ msgid "Space"
2780
+ msgstr ""
2781
+
2782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1981
2783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1996
2784
+ msgid "Dot"
2785
+ msgstr ""
2786
+
2787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1982
2788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1997
2789
+ msgid "Comma"
2790
+ msgstr ""
2791
+
2792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1990
2793
  msgid "Thousands separator"
2794
  msgstr ""
2795
 
2796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2008
2797
+ #, fuzzy
2798
  msgid "Time impact to cost"
2799
+ msgstr "Doba zobrazení zprávy"
2800
 
2801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2013
2802
  #, php-format
2803
  msgid ""
2804
  "Check this box if you want the %stime selection%s on the booking form "
2805
  "%sapplied to the cost calculation%s."
2806
  msgstr ""
2807
 
2808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2022
2809
  msgid "Show booking details in payment form"
2810
  msgstr ""
2811
 
2812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2028
2813
  #, php-format
2814
  msgid ""
2815
  " Check this checkbox if you want to show the %sbooking details summary%s "
2816
  "above the payment form"
2817
  msgstr ""
2818
 
2819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2073
2820
+ msgid "Auto cancellation / auto approval of bookings"
2821
  msgstr ""
2822
 
2823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2079
2824
  msgid "Auto approve all new bookings"
2825
  msgstr ""
2826
 
2827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2088
2828
  #, php-format
2829
  msgid ""
2830
  "Check this checkbox to %sactivate%s auto approve of all new pending bookings."
2831
  msgstr ""
2832
 
2833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2095
2834
+ #, fuzzy
2835
  msgid "Auto-cancel bookings"
2836
+ msgstr "Zrušit"
2837
 
2838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2105
2839
  #, php-format
2840
  msgid ""
2841
  "Check this box to %sactivate%s auto-cancellation for pending, unpaid "
2842
  "bookings."
2843
  msgstr ""
2844
 
2845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2116
2846
+ #, fuzzy
2847
  msgid "Cancel bookings older"
2848
+ msgstr "Zrušit"
2849
 
2850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2121
2851
+ #, fuzzy
2852
  msgid "hour"
2853
+ msgstr "hodina/y"
2854
 
2855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2124
2856
  msgid "hours"
2857
  msgstr ""
2858
 
2859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2134
2860
  msgid ""
2861
  "Cancel only pending, unpaid bookings, which are older than this selection."
2862
  msgstr ""
2863
 
2864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2139
2865
+ #, fuzzy
2866
  msgid "Cancellation email sent"
2867
+ msgstr "důvod zamítnutí"
2868
 
2869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2144
2870
  #, php-format
2871
  msgid "Check this box to %ssend%s cancellation email for this resource."
2872
  msgstr ""
2873
 
2874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2156
2875
+ #, fuzzy
2876
  msgid "Reason for cancellation"
2877
+ msgstr "důvod zamítnutí"
2878
 
2879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2158
2880
  #, php-format
2881
  msgid "Type the reason for %scancellation%s for the email template."
2882
  msgstr ""
2883
 
2884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2200
2885
  msgid ""
2886
  "Customization of billing fields, which automatically assign from booking "
2887
  "form to billing form"
2888
  msgstr ""
2889
 
2890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2201
2891
+ #, fuzzy
2892
  msgid "Billing form fields"
2893
+ msgstr "Formulářové pole"
2894
 
2895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2227
2896
  msgid "Booked Times:"
2897
  msgstr ""
2898
 
2899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2250
2900
  msgid ""
2901
  "This reservation is cancelled because we did not receive payment and the "
2902
  "administrator did not approve it."
2903
  msgstr ""
2904
 
2905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2269
2906
  msgid "You need to make payment for this reservation"
2907
  msgstr ""
2908
 
2909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2271
2910
  #, php-format
2911
  msgid ""
2912
  "You need to make payment %s for reservation %s at %s. %s Please make payment "
2913
  "on this page: %s Thank you, %s"
2914
  msgstr ""
2915
 
2916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2376
2917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1409
2918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3910
2919
  msgid "Apartment#1"
2920
  msgstr ""
2921
 
2922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2377
2923
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1410
2924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3911
2925
+ #, fuzzy
2926
  msgid "Apartment#2"
2927
+ msgstr "2 měsíce"
2928
 
2929
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2378
2930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3912
2931
+ #, fuzzy
2932
  msgid "Apartment#3"
2933
+ msgstr "3 měsíce"
2934
 
2935
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-button.php:73
2936
+ #, fuzzy
2937
  msgid "Label"
2938
+ msgstr "Formulářové pole"
2939
 
2940
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-button.php:73
2941
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:128
2959
  msgstr ""
2960
 
2961
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:104
2962
+ #, fuzzy
2963
  msgid "Put a label before field"
2964
+ msgstr "Formulářové pole"
2965
 
2966
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:118
2967
+ #, fuzzy, php-format
2968
  msgid "Make it %sexclusive%s"
2969
+ msgstr "hodina/y"
2970
 
2971
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:128
2972
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-radio.php:85
2973
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:78
2974
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:191
2975
+ #, fuzzy
2976
  msgid "Default value"
2977
+ msgstr "Výchozí režim zobrazení"
2978
 
2979
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:136
2980
  #, php-format
2990
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:146
2991
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:111
2992
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:174
2993
+ #, fuzzy
2994
  msgid "required"
2995
+ msgstr "Vyžadováno"
2996
 
2997
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-checkbox.php:154
2998
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-select.php:119
3021
  msgstr ""
3022
 
3023
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:164
3024
+ #, fuzzy, php-format
3025
  msgid "Set as %srequired%s"
3026
+ msgstr "Nastaveno jako přečtené"
3027
 
3028
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:174
3029
+ #, fuzzy
3030
  msgid "Name"
3031
+ msgstr "Jméno"
3032
 
3033
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:225
3034
  msgid "Class"
3092
  msgstr ""
3093
 
3094
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:99
3095
+ #, fuzzy
3096
  msgid "Default Form Templates"
3097
+ msgstr "Formulář"
3098
 
3099
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:100
3100
  #, php-format
3110
  msgstr ""
3111
 
3112
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:111
3113
+ #, fuzzy
3114
  msgid "Required Fields in Booking Form"
3115
+ msgstr "Formulářové pole"
3116
 
3117
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:117
3118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:410
3119
  msgid "Calendar"
3120
  msgstr "Kalendář"
3121
 
3131
  msgstr ""
3132
 
3133
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:122
3134
+ #, fuzzy, php-format
3135
  msgid "Example: %s."
3136
+ msgstr "hodina/y"
3137
 
3138
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:123
3139
  #, php-format
3144
 
3145
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:124
3146
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:125
3147
+ #, fuzzy, php-format
3148
  msgid "%s – calendar of booking resource with %s"
3149
+ msgstr "Zadejte prosím v kalendáři svou rezervaci."
3150
 
3151
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:126
3152
  #, php-format
3169
  msgstr ""
3170
 
3171
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:137
3172
+ #, fuzzy
3173
  msgid "Email Field"
3174
+ msgstr "Špatný formát e-mailu"
3175
 
3176
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
3177
  #, php-format
3185
  msgstr ""
3186
 
3187
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:143
3188
+ #, fuzzy
3189
  msgid "Standard Fields"
3190
+ msgstr "pole"
3191
 
3192
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:149
3193
  msgid "Text"
3194
  msgstr ""
3195
 
3196
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:158
3197
+ #, fuzzy
3198
  msgid "Textarea"
3199
+ msgstr "Pole pro Zprávu"
3200
 
3201
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:165
3202
  msgid "Drop Down"
3203
  msgstr ""
3204
 
3205
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:177
3206
+ #, fuzzy
3207
  msgid "Checkbox(es)"
3208
+ msgstr "Pole musí být zaškrtnuto"
3209
 
3210
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:184
3211
+ #, fuzzy
3212
  msgid "Radio Button(s)"
3213
+ msgstr "hodina/y"
3214
 
3215
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:196
3216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:590
3217
+ #, fuzzy
3218
  msgid "CAPTCHA"
3219
+ msgstr "Aktivuje CAPTCHU (kontrolní pole) u rezervačního formuláře."
3220
 
3221
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:198
3222
  #, php-format
3228
  msgstr ""
3229
 
3230
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:216
3231
+ #, fuzzy
3232
  msgid "Times Fields"
3233
+ msgstr "pole"
3234
 
3235
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:222
3236
+ #, fuzzy
3237
  msgid "Time Slot List"
3238
+ msgstr "Doba zobrazení zprávy"
3239
 
3240
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:224
3241
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:304
3246
  msgstr ""
3247
 
3248
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:224
3249
+ #, fuzzy
3250
  msgid "Time Slot"
3251
+ msgstr "Doba zobrazení zprávy"
3252
 
3253
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:225
3254
  #, php-format
3306
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:304
3307
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
3308
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:385
3309
+ #, fuzzy
3310
  msgid "Start Time"
3311
+ msgstr "První den v týdnu"
3312
 
3313
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:279
3314
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:292
3332
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:290
3333
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
3334
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:342
3335
+ #, fuzzy
3336
  msgid "End Time"
3337
+ msgstr "Doba zobrazení zprávy"
3338
 
3339
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
3340
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
3341
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
3342
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
3343
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:381
3344
+ #, fuzzy
3345
  msgid "Duration Time"
3346
+ msgstr "Nastavte délku času zobrazení v milisekundách"
3347
 
3348
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
3349
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
3376
  msgstr ""
3377
 
3378
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:385
3379
+ #, fuzzy
3380
  msgid "field"
3381
+ msgstr "Povinná položka"
3382
 
3383
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:418
3384
  msgid "Different time slots, for the different week days"
3453
 
3454
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:436
3455
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:582
3456
+ #, fuzzy
3457
  msgid "Week days conditions."
3458
+ msgstr "Nedostupné dny v týdnu"
3459
 
3460
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:452
3461
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:598
3470
 
3471
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:462
3472
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:608
3473
+ #, fuzzy
3474
  msgid "Season filters conditions."
3475
+ msgstr "Souhlasím s podmínkami"
3476
 
3477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:475
3478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:621
3504
  msgstr ""
3505
 
3506
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:488
3507
+ #, fuzzy
3508
  msgid "Advanced Fields"
3509
+ msgstr "pole"
3510
 
3511
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:495
3512
+ #, fuzzy
3513
  msgid "Time Field"
3514
+ msgstr "Povinná položka"
3515
 
3516
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:497
3517
  #, php-format
3528
  msgstr ""
3529
 
3530
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:511
3531
+ #, fuzzy
3532
  msgid "Country List"
3533
+ msgstr "Země *"
3534
 
3535
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:513
3536
  msgid "Select the country from the predefined country list."
3627
  msgstr ""
3628
 
3629
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:636
3630
+ #, fuzzy
3631
  msgid "Cost Fields"
3632
+ msgstr "pole"
3633
 
3634
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:642
3635
+ #, fuzzy
3636
  msgid "Cost Correction Field"
3637
+ msgstr "Povinná položka"
3638
 
3639
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:644
3640
  #, php-format
3647
  msgstr ""
3648
 
3649
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:656
3650
+ #, fuzzy
3651
  msgid "Discount Coupon field"
3652
+ msgstr "sleva"
3653
 
3654
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:658
3655
  msgid ""
3663
  msgstr ""
3664
 
3665
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:668
3666
+ #, fuzzy
3667
  msgid "Hints for your form"
3668
+ msgstr "Ukázat/skrýt nápovědu"
3669
 
3670
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:674
3671
+ #, fuzzy
3672
  msgid "Cost Hints"
3673
+ msgstr "Ukázat/skrýt nápovědu"
3674
 
3675
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:676
3676
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:697
3682
  msgstr ""
3683
 
3684
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:678
3685
+ #, fuzzy
3686
  msgid "Full cost of the booking."
3687
+ msgstr "Rezervace"
3688
 
3689
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:680
3690
  msgid "Cost of the booking for the selected dates only."
3695
  msgstr ""
3696
 
3697
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:684
3698
+ #, fuzzy
3699
  msgid "The deposit cost of the booking."
3700
+ msgstr "Rezervace"
3701
 
3702
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:686
3703
  msgid "Balance cost of the booking - difference between deposit and full cost."
3704
  msgstr ""
3705
 
3706
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:695
3707
+ #, fuzzy
3708
  msgid "Dates and Times Hints"
3709
+ msgstr "Termín"
3710
 
3711
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:699
3712
+ #, fuzzy
3713
  msgid "Selected Check In date."
3714
+ msgstr "Přihlášení"
3715
 
3716
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:700
3717
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:703
3727
  msgstr ""
3728
 
3729
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:702
3730
+ #, fuzzy
3731
  msgid "Selected Check Out date."
3732
+ msgstr "Odhlášení"
3733
 
3734
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:705
3735
+ #, fuzzy
3736
  msgid "Selected Start Time."
3737
+ msgstr "První den v týdnu"
3738
 
3739
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:708
3740
+ #, fuzzy
3741
  msgid "Selected End Time."
3742
+ msgstr "Schválit vybranou rezervaci"
3743
 
3744
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:711
3745
+ #, fuzzy
3746
  msgid "All selected dates."
3747
+ msgstr "Všechny termíny"
3748
 
3749
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:714
3750
+ #, fuzzy
3751
  msgid "All selected dates with times."
3752
+ msgstr "Všechny termíny"
3753
 
3754
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:717
3755
  msgid "All selected dates in \"short\" format."
3764
  msgstr ""
3765
 
3766
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:726
3767
+ #, fuzzy
3768
  msgid "Number of selected nights."
3769
+ msgstr "Počet návštěvníků"
3770
 
3771
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:747
3772
  msgid "Generate Tag"
3776
  msgid "Select option to configure or show help info about tags"
3777
  msgstr ""
3778
 
3779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:223
 
 
 
 
 
 
3780
  msgid ""
3781
  "You can use (in subject and content of email template) any shortcodes, which "
3782
  "you used in the booking form. Use the shortcodes in the same way as you used "
3783
  "them in the content form at Settings Fields page."
3784
  msgstr ""
3785
 
3786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:225
3787
  msgid "In addition you can use these shortcodes"
3788
  msgstr ""
3789
 
3790
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:226
3791
  #, php-format
3792
  msgid ""
3793
  "%s - inserting data info about the booking, which you configured in the "
3794
  "content form at Settings Fields page"
3795
  msgstr ""
3796
 
3797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:227
3798
+ #, fuzzy, php-format
3799
  msgid "%s - inserting ID of booking "
3800
+ msgstr "Nové (neověřené) rezervace"
3801
 
3802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:228
3803
  #, php-format
3804
  msgid "%s or %s - inserting the title of the booking resource "
3805
  msgstr ""
3806
 
3807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:230
3808
+ #, fuzzy, php-format
3809
  msgid "%s - inserting the cost of booking "
3810
+ msgstr "Nové (neověřené) rezervace"
3811
 
3812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:233
3813
+ #, fuzzy, php-format
3814
  msgid "%s - inserting the dates of booking"
3815
+ msgstr "Rezervace od-do"
3816
 
3817
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:234
3818
  #, php-format
3819
  msgid "%s - inserting check-in date (first day of reservation),"
3820
  msgstr ""
3821
 
3822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:235
3823
  #, php-format
3824
  msgid "%s - inserting check-out date (last day of reservation),"
3825
  msgstr ""
3826
 
3827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:236
3828
  #, php-format
3829
  msgid "%s - inserting the number of booking dates "
3830
  msgstr ""
3831
 
3832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:238
3833
  #, php-format
3834
  msgid "%s - inserting your site URL "
3835
  msgstr ""
3836
 
3837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:240
3838
  #, php-format
3839
  msgid "%s - inserting moderate link of new booking "
3840
  msgstr ""
3841
 
3842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:242
3843
  #, php-format
3844
  msgid ""
3845
  "%s - inserting link to the page where visitor can edit the reservation, "
3847
  "Example: %s )"
3848
  msgstr ""
3849
 
3850
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:244
3851
  #, php-format
3852
  msgid ""
3853
  "%s - inserting link to the page where visitor can cancel the reservation, "
3855
  "Example: %s )"
3856
  msgstr ""
3857
 
3858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:246
3859
  #, php-format
3860
  msgid ""
3861
  "%s - inserting link to payment page where visitor can pay for the "
3863
  "this page. Example: %s )"
3864
  msgstr ""
3865
 
3866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:250
3867
  #, php-format
3868
  msgid ""
3869
  "%s - add the reason for booking payment, you can enter it before sending "
3870
  "email, "
3871
  msgstr ""
3872
 
3873
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:252
3874
  #, php-format
3875
  msgid ""
3876
  "%s - add the reason booking was cancelled, you can enter it before sending "
3877
  "email, "
3878
  msgstr ""
3879
 
3880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:255
3881
  #, php-format
3882
  msgid "Also you can use any HTML tags like this %s - to insert new line "
3883
  msgstr ""
3884
 
3885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:273
3886
+ #, fuzzy
3887
  msgid "Enter Keyword here"
3888
+ msgstr "důvod zamítnutí"
3889
 
3890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:274
3891
  msgid "Keyword"
3892
  msgstr ""
3893
 
3894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:284
3895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:288
3896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:303
3897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:308
3898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:832
3899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:833
3900
  msgid "Resource"
3901
  msgstr ""
3902
 
3903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:303
3904
+ #, fuzzy
3905
  msgid "Print bookings listing"
3906
+ msgstr "Seznam rezervací"
3907
 
3908
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:305
3909
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1015
3910
  msgid "Print"
3911
  msgstr ""
3912
 
3913
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:306
3914
  msgid "Export only current page of bookings to CSV format"
3915
  msgstr ""
3916
 
3917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:308
3918
  msgid "Export"
3919
  msgstr ""
3920
 
3921
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:309
3922
  msgid "Export All bookings to CSV format"
3923
  msgstr ""
3924
 
3925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:311
3926
+ #, fuzzy
3927
  msgid "Export All"
3928
+ msgstr "Všechny rezervace"
3929
 
3930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:402
3931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1228
3932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1766
3933
+ #, fuzzy
3934
  msgid "Labels"
3935
+ msgstr "Popisky formulářových polí"
3936
 
3937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:403
3938
+ #, fuzzy
3939
  msgid "Data"
3940
+ msgstr "Detaily o rezervaci"
3941
 
3942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:420
3943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:636
3944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1486
3945
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1511
3946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1963
3947
  msgid "Approved"
3948
  msgstr "Schválený"
3949
 
3950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:421
3951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:147
3952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:637
3953
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1510
3954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1962
3955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2180
3956
  msgid "Pending"
3957
  msgstr "Čekající"
3958
 
3959
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:443
3960
+ #, fuzzy
3961
  msgid "Edit Booking"
3962
+ msgstr "Rezervace"
3963
 
3964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:448
3965
  msgid "Edit Note"
3966
  msgstr ""
3967
 
3968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:452
3969
  msgid "Change Resource"
3970
  msgstr ""
3971
 
3972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:512
3973
+ #, fuzzy
3974
  msgid "Change"
3975
+ msgstr "Aktivovat/deaktivovat pole. Změnit název popisku."
3976
 
3977
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:618
3978
  msgid "Clear booking resources selection"
3979
  msgstr ""
3980
 
3981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:622
3982
  msgid "Apply booking resources selection"
3983
  msgstr ""
3984
 
3985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:653
3986
  msgid ""
3987
  "Please note, its not possible to add new resources, if \"All resources\" "
3988
  "option is selected. Please clear the selection, then add new resources."
3989
  msgstr ""
3990
 
3991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:729
3992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1376
3993
+ #, fuzzy
3994
  msgid "All resources"
3995
+ msgstr "Všechny rezervace"
3996
 
3997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:743
3998
+ #, fuzzy
3999
  msgid "Booking resources"
4000
+ msgstr "Rezervace"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4001
 
4002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:122
4003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:145
4004
  msgid "Completed"
4005
  msgstr ""
4006
 
4007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:124
4008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:149
4009
  msgid "In-Progress"
4010
  msgstr ""
4011
 
4012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:126
4013
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:495
4014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1912
4015
  msgid "Unknown"
4016
  msgstr ""
4017
 
4018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:128
4019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:171
4020
  msgid "Partially paid"
4021
  msgstr ""
4022
 
4023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:129
4024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:172
4025
  msgid "Cancelled"
4026
  msgstr ""
4027
 
4028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:130
4029
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:155
4030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:231
4031
  msgid "Failed"
4032
  msgstr ""
4033
 
4034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:131
4035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:158
4036
  msgid "Refunded"
4037
  msgstr ""
4038
 
4039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:133
4040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:173
4041
  msgid "Fraud"
4042
  msgstr ""
4043
 
4044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:140
4045
  msgid "!Paid OK"
4046
  msgstr ""
4047
 
4048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:141
4049
  msgid "Unknown status"
4050
  msgstr ""
4051
 
4052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:142
4053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:230
4054
  msgid "Not Completed"
4055
  msgstr ""
4056
 
4057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:148
4058
  msgid "Processed"
4059
  msgstr ""
4060
 
4061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:151
4062
  msgid "Canceled_Reversal"
4063
  msgstr ""
4064
 
4065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:153
4066
  msgid "Denied"
4067
  msgstr ""
4068
 
4069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:154
4070
  msgid "Expired"
4071
  msgstr ""
4072
 
4073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:157
4074
  msgid "Partially_Refunded"
4075
  msgstr ""
4076
 
4077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:159
4078
  msgid "Reversed"
4079
  msgstr ""
4080
 
4081
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:160
4082
  msgid "Voided"
4083
  msgstr ""
4084
 
4085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:161
4086
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2010
4087
  msgid "Created"
4088
  msgstr "Vytvořeno"
4089
 
4090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:164
4091
  msgid "Not authed"
4092
  msgstr ""
4093
 
4094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:165
4095
  msgid "Malformed"
4096
  msgstr ""
4097
 
4098
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:166
4099
  msgid "Invalid"
4100
  msgstr ""
4101
 
4102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:167
4103
  msgid "Abort"
4104
  msgstr ""
4105
 
4106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:168
4107
  msgid "Rejected"
4108
  msgstr "Zamítnuto"
4109
 
4110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:169
4111
  msgid "Error"
4112
  msgstr ""
4113
 
4114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:174
4115
  msgid "Suspended"
4116
  msgstr ""
4117
 
4118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:226
4119
+ #, fuzzy
4120
  msgid "Any Status"
4121
+ msgstr "Vše"
4122
 
4123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:228
4124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:492
4125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1909
4126
  msgid "Paid OK"
4127
  msgstr ""
4128
 
4129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:229
4130
  msgid "Unknown Status"
4131
  msgstr ""
4132
 
4133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:271
4134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:471
4135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:473
4136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:938
4137
+ #, fuzzy
4138
  msgid "Payment"
4139
+ msgstr "Tato akce nebude mít žádný vliv, pokud je aktivní platební formulář!"
4140
 
4141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:284
4142
  msgid "Min. cost"
4143
  msgstr ""
4144
 
4145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:289
4146
  msgid "Max. cost"
4147
  msgstr ""
4148
 
4149
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:292
4150
  msgid "min"
4151
  msgstr ""
4152
 
4153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:293
4154
  msgid "max"
4155
  msgstr ""
4156
 
4157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:402
4158
  msgid "Send payment request to visitor"
4159
  msgstr ""
4160
 
4161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:415
4162
  msgid "Payment status"
4163
  msgstr ""
4164
 
4165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:437
4166
+ #, fuzzy
4167
  msgid "Save cost"
4168
+ msgstr "Uložit"
4169
 
4170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:460
4171
  msgid "Change status"
4172
  msgstr ""
4173
 
4174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:668
4175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:726
4176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:78
4177
  msgid "Updating..."
4178
  msgstr "Aktualizuji..."
4179
 
4180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:673
4181
  msgid "User is Activated"
4182
  msgstr ""
4183
 
4184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:731
4185
  msgid "User is Deactivated"
4186
  msgstr ""
4187
 
4188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:843
4189
  #, php-format
4190
  msgid ""
4191
  "%sYou do not have permissions for this page.%s Your account is not active, "
4192
  "please contact administrator.%s"
4193
  msgstr ""
4194
 
4195
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:878
4196
  #, php-format
4197
  msgid "%sYou do not have permissions for this booking resources.%s"
4198
  msgstr ""
4199
 
4200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:884
4201
+ #, fuzzy, php-format
4202
  msgid "%sNo this booking resources.%s"
4203
+ msgstr "Nové (neověřené) rezervace"
4204
 
4205
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1024
4206
+ #, fuzzy
4207
  msgid "Show resources of user:"
4208
+ msgstr "Ukázat"
4209
 
4210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1036
4211
  msgid "My"
4212
  msgstr ""
4213
 
4214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1055
4215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:322
4216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:361
4217
+ #, fuzzy
4218
  msgid "Booking resource:"
4219
+ msgstr "Rezervace"
4220
 
4221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1087
4222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1126
4223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1215
4224
+ #, fuzzy
4225
  msgid "Users"
4226
  msgstr ""
4227
+ "Zaškrtněte políčko pro aktivaci automatického vyplňování formulářů pro "
4228
+ "přihlášené uživatele."
4229
 
4230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1107
4231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
4232
+ #, fuzzy
4233
  msgid "User"
4234
+ msgstr "Nastavení oprávnění k editaci pluginu"
4235
 
4236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1128
4237
  msgid "Management of"
4238
  msgstr ""
4239
 
4240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1231
4241
+ #, fuzzy
4242
  msgid "Set user as"
4243
+ msgstr "Nastaveno jako přečtené"
4244
 
4245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1264
4246
  #, php-format
4247
  msgid "Active %sSuper Admin%s"
4248
  msgstr ""
4249
 
4250
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1266
4251
  #, php-format
4252
  msgid "Active %sRegular User%s"
4253
  msgstr ""
4254
 
4255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1269
4256
  msgid "Inactive User"
4257
  msgstr ""
4258
 
4259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1276
4260
  msgid "Unlimited"
4261
  msgstr ""
4262
 
4263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1281
4264
+ #, fuzzy
4265
  msgid "Activate"
4266
+ msgstr "Aktivuje CAPTCHU (kontrolní pole) u rezervačního formuláře."
4267
 
4268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1282
4269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
4270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
4271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1297
4272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4273
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1312
4274
+ #, fuzzy
4275
  msgid "Do you really want"
4276
+ msgstr "Opravdu chcete rezervaci nastavit jako ČEKAJÍCÍ?"
4277
 
4278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1282
4279
+ #, fuzzy
4280
  msgid "make user active"
4281
+ msgstr "Aktivovat"
4282
 
4283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1286
4284
+ #, fuzzy
4285
  msgid "Deactivate"
4286
+ msgstr "Aktivovat/deaktivovat pole. Změnit název popisku."
4287
 
4288
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1290
4289
+ #, fuzzy
4290
  msgid "Set as inactive"
4291
+ msgstr "Nastaveno jako přečtené"
4292
 
4293
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1291
4294
+ #, fuzzy
4295
  msgid "make user inactive"
4296
+ msgstr "Nastavení oprávnění k editaci pluginu"
4297
 
4298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1293
4299
+ #, fuzzy
4300
  msgid "Delete settings"
4301
+ msgstr "Smazat"
4302
 
4303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1294
4304
+ #, fuzzy
4305
  msgid "delete configuration"
4306
+ msgstr "Smazat"
4307
 
4308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1296
4309
+ #, fuzzy
4310
  msgid "Delete data"
4311
+ msgstr "Smazat rezervační údaje, pokud je plugin deaktivován"
4312
 
4313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1297
4314
+ #, fuzzy
4315
  msgid "delete all booking data"
4316
  msgstr ""
4317
+ "Zaškrtněte toto políčko a všechny rezervace budou při odinstalaci tohoto "
4318
+ "pluginu odstraněny."
4319
 
4320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1307
4321
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4322
+ #, fuzzy
4323
  msgid "Super Admin"
4324
+ msgstr "Poslat administrátorovi"
4325
 
4326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1308
4327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1312
4328
+ #, fuzzy
4329
  msgid "set user as"
4330
+ msgstr "Nastaveno jako přečtené"
4331
 
4332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1311
4333
  msgid "Regular User"
4334
  msgstr ""
4335
 
4336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1312
4337
  msgid "Regular user"
4338
  msgstr ""
4339
 
4340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1408
4341
  msgid "Suite"
4342
  msgstr ""
4343
 
4377
  msgstr ""
4378
 
4379
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:140
4380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:328
4381
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:128
4382
+ #, fuzzy
4383
  msgid "Chose payment mode"
4384
+ msgstr "Režim zobrazení kalendáře"
4385
 
4386
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:144
4387
  msgid "Developer Test"
4392
  msgstr ""
4393
 
4394
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:146
4395
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:332
4396
  msgid "Live"
4397
  msgstr ""
4398
 
4404
 
4405
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:150
4406
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:261
4407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:472
4408
  msgid "Note:"
4409
  msgstr ""
4410
 
4416
  msgstr ""
4417
 
4418
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:158
4419
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:341
4420
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:141
4421
+ #, fuzzy
4422
  msgid "Transaction type"
4423
+ msgstr "Možnost rezervace po dnech"
4424
 
4425
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:162
4426
  msgid "Authorization and Capture"
4436
 
4437
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:172
4438
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:174
4439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:354
4440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:153
4441
  msgid "Accepted Currency"
4442
  msgstr ""
4443
 
4444
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:176
4445
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:178
4446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:358
4447
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:156
4448
  msgid "U.S. Dollars"
4449
  msgstr ""
4450
 
4451
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:177
4452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:363
4453
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:161
4454
  msgid "Canadian Dollars"
4455
  msgstr ""
4456
 
4457
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:178
4458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:158
4459
  msgid "Pounds Sterling"
4460
  msgstr ""
4461
 
4462
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:179
4463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:359
4464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:157
4465
  msgid "Euros"
4466
  msgstr ""
4467
 
4468
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:181
4469
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:206
4470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:383
4471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:180
4472
  msgid "The currency code that gateway will process the payment in."
4473
  msgstr ""
4474
 
4480
 
4481
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:187
4482
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:211
4483
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:436
4484
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:185
4485
+ #, fuzzy
4486
  msgid "Payment button title"
4487
+ msgstr "Nadpis"
4488
 
4489
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:191
4490
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:216
4491
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:439
4492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:188
4493
  msgid "Enter the title of the payment button"
4494
  msgstr ""
4495
 
4496
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:196
4497
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:223
4498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:448
4499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:195
4500
+ #, fuzzy
4501
  msgid "Show Payment description"
4502
+ msgstr "Ukázat"
4503
 
4504
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:204
4505
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:231
4506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:456
4507
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:203
4508
  msgid "Check this box to show payment description in payment form"
4509
  msgstr ""
4510
 
4511
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:215
4512
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:242
4513
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:467
4514
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:214
4515
  msgid "Payment description"
4516
  msgstr ""
4517
 
4524
 
4525
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:226
4526
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:253
4527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:482
4528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
4529
  #, php-format
4530
  msgid "%s[bookingname]%s - inserting name of booking resource, "
4531
  msgstr ""
4532
 
4533
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:227
4534
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:254
4535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:483
4536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:226
4537
  #, php-format
4538
  msgid "%s[dates]%s - inserting list of reserved dates "
4539
  msgstr ""
4540
 
4541
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:228
4542
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:255
4543
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:484
4544
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:227
4545
  #, php-format
4546
  msgid "%s[datescount]%s - inserting number of reserved dates "
4547
  msgstr ""
4605
 
4606
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:295
4607
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:271
4608
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:241
4609
  msgid "Return URL after Successful order"
4610
  msgstr ""
4611
 
4612
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:300
4613
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:276
4614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:246
4615
  #, php-format
4616
  msgid ""
4617
  "Enter a return relative Successful URL. %s will redirect visitors to this "
4622
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:312
4623
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:277
4624
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:288
4625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:247
4626
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:258
4627
  msgid "Please test this URL, it must be a valid address"
4628
  msgstr ""
4629
 
4630
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:306
4631
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:282
4632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:252
4633
  msgid "Return URL after Failed order"
4634
  msgstr ""
4635
 
4636
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:311
4637
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:287
4638
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:257
4639
  #, php-format
4640
  msgid ""
4641
  "Enter a return relative Failed URL. %s will redirect visitors to this page "
4643
  msgstr ""
4644
 
4645
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:317
4646
+ #, fuzzy
4647
  msgid "Automatically approve booking"
4648
+ msgstr "Schválit"
4649
 
4650
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:325
4651
  msgid ""
4655
 
4656
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
4657
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
4658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
4659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
4660
  msgid "This will not work, if the visitor leaves the payment page."
4661
  msgstr ""
4662
 
4672
  "when using a European payment processor"
4673
  msgstr ""
4674
 
4675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:706
4676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:725
4677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:965
4678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:803
4679
  #, php-format
4680
  msgid "Payment for booking %s on these day(s): %s"
4681
  msgstr ""
4682
 
4683
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:708
4684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:720
4685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:966
4686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:807
4687
  msgid "Pay via"
4688
  msgstr ""
4689
 
4690
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:106
4691
+ #, fuzzy
4692
  msgid "Dates:"
4693
+ msgstr "Termín"
4694
 
4695
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/index.php:107
4696
+ #, fuzzy
4697
  msgid "Booking Details:"
4698
+ msgstr "Detaily"
4699
 
4700
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:22
4701
  msgid "Integration of iPay88 payment system"
4710
  msgstr ""
4711
 
4712
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:113
4713
+ #, fuzzy
4714
  msgid "Active iPay88"
4715
+ msgstr "Aktivovat"
4716
 
4717
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:122
4718
  msgid " Check this box to use iPay88 payment system."
4719
  msgstr ""
4720
 
4721
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:130
4722
+ #, fuzzy
4723
  msgid "Merchant Code"
4724
+ msgstr "PSČ"
4725
 
4726
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:137
4727
  msgid "Enter your iPay88 Merchant Code."
4744
  msgstr ""
4745
 
4746
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:245
4747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:470
4748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:217
4749
  msgid "Enter the service name or the reason for the payment here."
4750
  msgstr ""
4751
 
4752
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:293
4753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:575
4754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:263
4755
  msgid "Automatically approve/cancel booking"
4756
  msgstr ""
4757
 
4758
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:301
4759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:271
4760
  msgid ""
4761
  "Check this box to automatically approve bookings when visitor makes a "
4762
  "successful payment, or automatically cancel the booking when visitor makes a "
4764
  msgstr ""
4765
 
4766
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
4767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
4768
  #, php-format
4769
  msgid ""
4770
  "Please configure %s fields inside the %sBilling form fields%s TAB at this "
4771
  "page, this is necessary for the %s."
4772
  msgstr ""
4773
 
4774
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:573
4775
+ msgid "Successful payment"
4776
+ msgstr ""
4777
+
4778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:575
4779
+ #, fuzzy
4780
+ msgid " Parameters are incorrect,"
4781
+ msgstr "Špatný formát e-mailu"
4782
+
4783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:576
4784
+ msgid "Cannot find the record"
4785
+ msgstr ""
4786
+
4787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:577
4788
+ msgid "Amount different"
4789
+ msgstr ""
4790
+
4791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:578
4792
+ msgid "Payment failed"
4793
+ msgstr ""
4794
+
4795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:579
4796
+ msgid "Payment status updated by Mobile88 Admin(Fail)"
4797
+ msgstr ""
4798
+
4799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:580
4800
+ msgid "Connection Error"
4801
+ msgstr ""
4802
+
4803
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:120
4804
  msgid "Error IPN"
4805
  msgstr ""
4806
 
4807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:234
4808
  msgid "Verified IPN"
4809
  msgstr ""
4810
 
4811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipn.php:257
4812
  msgid "Invalid IPN"
4813
  msgstr ""
4814
 
4820
  msgid "PayPal"
4821
  msgstr ""
4822
 
4823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:141
4824
  msgid "PayPal customization"
4825
  msgstr ""
4826
 
4827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:151
4828
  msgid "Paypal Standard"
4829
  msgstr ""
4830
 
4831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:164
4832
  msgid "Paypal Pro Hosted Solution"
4833
  msgstr ""
4834
 
4835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:175
4836
  msgid "IPN"
4837
  msgstr ""
4838
 
4839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:182
4840
  msgid "Sending email for verified transaction"
4841
  msgstr ""
4842
 
4843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:196
4844
  #, php-format
4845
  msgid "Email for getting report for %sverified%s transactions."
4846
  msgstr ""
4847
 
4848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:203
4849
  msgid "Sending email for invalid transaction"
4850
  msgstr ""
4851
 
4852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:216
4853
  #, php-format
4854
  msgid "Email for getting report for %sinvalid%s transactions."
4855
  msgstr ""
4856
 
4857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:224
4858
  msgid "Sending email if error occur during verification"
4859
  msgstr ""
4860
 
4861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:237
4862
  #, php-format
4863
  msgid "Email for getting report for %ssome errors in verification process%s."
4864
  msgstr ""
4865
 
4866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:243
4867
+ #, fuzzy
4868
  msgid "Use SSL connection"
4869
+ msgstr "Používejte CSS BootStrap"
4870
 
4871
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:248
4872
  msgid ""
4873
  "Use the SSL connection for posting data, instead of standard HTTP connection"
4874
  msgstr ""
4875
 
4876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:254
4877
+ #, fuzzy
4878
  msgid "Use cURL posting"
4879
+ msgstr "Používejte CSS BootStrap"
4880
 
4881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:259
4882
  msgid "Use the cURL for posting data, instead of fsockopen() function"
4883
  msgstr ""
4884
 
4885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:267
4886
  msgid ""
4887
  " Follow these instructions to set up your listener at your PayPal account:"
4888
  msgstr ""
4889
 
4890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:269
4891
  msgid "Click Profile on the My Account tab."
4892
  msgstr ""
4893
 
4894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:270
4895
  msgid ""
4896
  "Click Instant Payment Notification Preferences in the Selling Preferences "
4897
  "column."
4898
  msgstr ""
4899
 
4900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:271
4901
  msgid ""
4902
  "Click Choose IPN Settings to specify your listeners URL and activate the "
4903
  "listener."
4904
  msgstr ""
4905
 
4906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:272
4907
  msgid "Specify the URL for your listener in the Notification URL field as:"
4908
  msgstr ""
4909
 
4910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:273
4911
  msgid "Click Receive IPN messages (Enabled) to enable your listener."
4912
  msgstr ""
4913
 
4914
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:274
4915
+ #, fuzzy
4916
  msgid "Click Save."
4917
+ msgstr "Uložit"
4918
 
4919
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:275
4920
  msgid ""
4921
  "Click Back to Profile Summary to return to the Profile after activating your "
4922
  "listener."
4923
  msgstr ""
4924
 
4925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:286
4926
+ #, fuzzy
4927
  msgid "PayPal active"
4928
+ msgstr "Aktivovat"
4929
 
4930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:293
4931
  msgid "Check this box to use PayPal"
4932
  msgstr ""
4933
 
4934
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:301
4935
  msgid "Secure Merchant ID"
4936
  msgstr ""
4937
 
4938
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:307
4939
  msgid "This is the Secure Merchant ID, which can be found on the profile page"
4940
  msgstr ""
4941
 
4942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:314
4943
  msgid "Paypal Email address to receive payments"
4944
  msgstr ""
4945
 
4946
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:319
4947
  msgid "This is the Paypal Email address where payments will be sent"
4948
  msgstr ""
4949
 
4950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:333
4951
  msgid "Sandbox"
4952
  msgstr ""
4953
 
4954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:335
4955
  msgid " Select using test (Sandbox Test Environment) or live PayPal payment."
4956
  msgstr ""
4957
 
4958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:345
4959
  msgid "Sale"
4960
  msgstr ""
4961
 
4962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:346
4963
  msgid "Authorization"
4964
  msgstr ""
4965
 
4966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:348
4967
  msgid ""
4968
  " Indicates whether the transaction is payment on a final sale or an "
4969
  "authorization for a final sale, to be captured later. "
4970
  msgstr ""
4971
 
4972
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:360
4973
  msgid "British Pound"
4974
  msgstr "Britská libra"
4975
 
4976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:361
4977
  msgid "Japanese Yen"
4978
  msgstr ""
4979
 
4980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:362
4981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:160
4982
  msgid "Australian Dollars"
4983
  msgstr ""
4984
 
4985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:364
4986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:162
4987
+ #, fuzzy
4988
  msgid "New Zealand Dollar"
4989
+ msgstr "Nová rezervace"
4990
 
4991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:365
4992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:163
4993
  msgid "Swiss Franc"
4994
  msgstr ""
4995
 
4996
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:366
4997
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:164
4998
  msgid "Hong Kong Dollar"
4999
  msgstr ""
5000
 
5001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:367
5002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:165
5003
  msgid "Singapore Dollar"
5004
  msgstr ""
5005
 
5006
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:368
5007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:166
5008
  msgid "Swedish Krona"
5009
  msgstr ""
5010
 
5011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:369
5012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:167
5013
  msgid "Danish Krone"
5014
  msgstr ""
5015
 
5016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:370
5017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:168
5018
  msgid "Polish Zloty"
5019
  msgstr ""
5020
 
5021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:371
5022
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:169
5023
  msgid "Norwegian Krone"
5024
  msgstr ""
5025
 
5026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:372
5027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:170
5028
  msgid "Hungarian Forint"
5029
  msgstr ""
5030
 
5031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:373
5032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:171
5033
  msgid "Czech Koruna"
5034
  msgstr "Česká koruna"
5035
 
5036
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:374
5037
+ #, fuzzy
5038
  msgid "Israeli New Shekel"
5039
+ msgstr "Nová rezervace"
5040
 
5041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:375
5042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:173
5043
  msgid "Mexican Peso"
5044
  msgstr ""
5045
 
5046
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:376
5047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:174
5048
  msgid "Brazilian Real (only for Brazilian users)"
5049
  msgstr ""
5050
 
5051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:377
5052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:175
5053
  msgid "Malaysian Ringgits (only for Malaysian users)"
5054
  msgstr ""
5055
 
5056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:378
5057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:176
5058
  msgid "Philippine Pesos"
5059
  msgstr ""
5060
 
5061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:379
5062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:177
5063
+ #, fuzzy
5064
  msgid "Taiwan New Dollars"
5065
+ msgstr "Nová rezervace"
5066
 
5067
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:380
5068
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:178
5069
  msgid "Thai Baht"
5070
  msgstr ""
5071
 
5072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:381
5073
  msgid "Turkish Lira (only for Turkish members)"
5074
  msgstr ""
5075
 
5076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:390
5077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:394
5078
+ #, fuzzy
5079
  msgid "Payment Button type"
5080
+ msgstr "Možnost rezervace po dnech"
5081
 
5082
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:421
5083
+ #, fuzzy
5084
  msgid "Custom button title"
5085
+ msgstr "Vlastní"
5086
 
5087
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:473
5088
  msgid "This field support only up to 70 characters by payment system."
5089
  msgstr ""
5090
 
5091
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:480
5092
+ #, fuzzy
5093
  msgid " Use these shortcodes for customization: "
5094
+ msgstr "Používejte CSS BootStrap"
5095
 
5096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:496
5097
  msgid "Show Reference Text Box"
5098
  msgstr ""
5099
 
5100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:503
5101
  msgid "Check this box to show Reference Text Box"
5102
  msgstr ""
5103
 
5104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:513
5105
  msgid "Reference Text Box Title"
5106
  msgstr ""
5107
 
5108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:518
5109
  msgid ""
5110
  "Enter a title for the Reference text box (i.e. Your email address). Visitors "
5111
  "will see this text."
5112
  msgstr ""
5113
 
5114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:531
5115
  #, php-format
5116
  msgid ""
5117
  "To use this feature you %smust activate auto-return link%s at your Paypal "
5118
  "account."
5119
  msgstr ""
5120
 
5121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:532
5122
  msgid "Follow these steps to configure it:"
5123
  msgstr ""
5124
 
5125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:534
5126
  msgid "Log in to your PayPal account."
5127
  msgstr ""
5128
 
5129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:535
5130
  msgid "Click the Profile subtab."
5131
  msgstr ""
5132
 
5133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:536
5134
  msgid "Click Website Payment Preferences in the Seller Preferences column."
5135
  msgstr ""
5136
 
5137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:537
5138
  msgid "Under Auto Return for Website Payments, click the On radio button."
5139
  msgstr ""
5140
 
5141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:538
5142
  msgid ""
5143
  "For the Return URL, enter the Return URL from PayPal on your site for "
5144
  "successfull payment."
5145
  msgstr ""
5146
 
5147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:546
5148
  msgid "Return URL from PayPal"
5149
  msgstr ""
5150
 
5151
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:553
5152
  msgid "The URL where visitor will be redirected after completing payment."
5153
  msgstr ""
5154
 
5155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:554
5156
  #, php-format
5157
  msgid ""
5158
  "For example, a URL to your site that displays a %s\"Thank you for the payment"
5159
  "\"%s."
5160
  msgstr ""
5161
 
5162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:561
5163
  msgid "Cancel Return URL from PayPal"
5164
  msgstr ""
5165
 
5166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:568
5167
  msgid "The URL where the visitor will be redirected after completing payment."
5168
  msgstr ""
5169
 
5170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:569
5171
  #, php-format
5172
  msgid ""
5173
  "For example, the URL to your website that displays a %s\"Payment Canceled"
5174
  "\"%s page."
5175
  msgstr ""
5176
 
5177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:582
5178
  msgid ""
5179
  "Check this box to automatically approve bookings, when visitor makes a "
5180
  "successful payment, or automatically cancel the booking, when visitor makes "
5181
  "a payment cancellation."
5182
  msgstr ""
5183
 
5184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:856
5185
  msgid "Make payments with payPal - its fast, free and secure!"
5186
  msgstr ""
5187
 
5188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:971
5189
  msgid "Enter your phone number"
5190
  msgstr ""
5191
 
5192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:20
5193
  msgid "Integration of Sage payment system"
5194
  msgstr ""
5195
 
5196
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:21
5197
  msgid "Sage"
5198
  msgstr ""
5199
 
5200
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
5201
  msgid "Sage payment customization"
5202
  msgstr ""
5203
 
5204
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:84
5205
  #, php-format
5206
  msgid ""
5207
  "If you have no account on this system, please visit %s to create one. "
5209
  "account."
5210
  msgstr ""
5211
 
5212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:88
5213
+ #, fuzzy
5214
  msgid "Active Sage Pay"
5215
+ msgstr "Aktivovat"
5216
 
5217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:95
5218
  msgid " Check this box to use Sage Pay payment."
5219
  msgstr ""
5220
 
5221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:104
5222
+ #, fuzzy
5223
  msgid "Vendor Name"
5224
+ msgstr "Jméno"
5225
 
5226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:108
5227
  msgid ""
5228
  "Set this value to the Vendor Name assigned to you by Sage Pay or chosen when "
5229
  "you applied."
5230
  msgstr ""
5231
 
5232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:115
5233
  msgid "XOR Encryption password"
5234
  msgstr ""
5235
 
5236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:119
5237
  msgid ""
5238
  "Set this value to the XOR Encryption password assigned to you by Sage Pay"
5239
  msgstr ""
5240
 
5241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:131
5242
  msgid "SIMULATOR"
5243
  msgstr ""
5244
 
5245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:132
5246
  msgid "TEST"
5247
  msgstr ""
5248
 
5249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:133
5250
  msgid "LIVE"
5251
  msgstr ""
5252
 
5253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:135
5254
  msgid ""
5255
  "Select SIMULATOR for the Simulator expert system, TEST for the Test Server "
5256
  "and LIVE in the live environment"
5257
  msgstr ""
5258
 
5259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:144
5260
+ #, fuzzy
5261
  msgid "PAYMENT"
5262
+ msgstr "Tato akce nebude mít žádný vliv, pokud je aktivní platební formulář!"
5263
 
5264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:145
5265
  msgid "DEFERRED"
5266
  msgstr ""
5267
 
5268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:146
5269
  msgid "AUTHENTICATE"
5270
  msgstr ""
5271
 
5272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:148
5273
  msgid ""
5274
  "This can be DEFERRED or AUTHENTICATED if your Sage Pay account supports "
5275
  "those payment types"
5276
  msgstr ""
5277
 
5278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:159
5279
  msgid "Yen"
5280
  msgstr ""
5281
 
5282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:172
5283
  msgid "Israeli Shekel"
5284
  msgstr ""
5285
 
5286
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
5287
+ #, fuzzy
5288
  msgid "ALL"
5289
+ msgstr "Všechny rezervace"
5290
 
5291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:542
5292
  #, php-format
5293
  msgid "Pay using %s payment service"
5294
  msgstr ""
5295
 
5296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/wpbc-response.php:92
5297
+ #, fuzzy
5298
+ msgid "Payment rejected"
5299
+ msgstr "Zamítnuto"
5300
 
5301
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:112
5302
+ #, fuzzy
5303
+ msgid "Form / Calendar"
5304
+ msgstr "Kalendář"
5305
+
5306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:114
5307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:127
5308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:140
5309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:154
5310
  msgid "Insertion of"
5311
  msgstr ""
5312
 
5313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:114
5314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:127
5315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:140
5316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:154
5317
+ msgid "settings"
5318
+ msgstr "nastavení"
5319
+
5320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:125
5321
+ #, fuzzy
5322
  msgid "Selection of form"
5323
+ msgstr "Formulář"
5324
 
5325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:152
5326
+ #, fuzzy
5327
  msgid "Editing of booking"
5328
+ msgstr "Rezervace"
5329
 
5330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:174
5331
  #, php-format
5332
  msgid ""
5333
  "Please, read more about the shortcodes %shere%s or JavaScript customization "
5334
  "of the specific shortcodes %shere%s"
5335
  msgstr ""
5336
 
5337
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:183
5338
  #, php-format
5339
  msgid ""
5340
  "This shortcode %s is used on a page, where visitors can %smodify%s their own "
5342
  "payment request"
5343
  msgstr ""
5344
 
5345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:184
5346
  #, php-format
5347
  msgid ""
5348
  "The content of field %sURL to edit bookings%s on the %sgeneral booking "
5349
  "settings page%s must link to this page"
5350
  msgstr ""
5351
 
5352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:185
5353
  #, php-format
5354
  msgid "Email templates, which use shortcodes: %s, will be linked to this page"
5355
  msgstr ""
5356
 
 
5357
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:204
5358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:206
5359
+ #, fuzzy
5360
  msgid "Select shortcode to insert"
5361
+ msgstr "Vyberte vzhled kalendáře"
5362
 
5363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:211
5364
+ #, fuzzy
5365
+ msgid "Search form"
5366
+ msgstr "Formulář"
5367
+
5368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:226
5369
  #, php-format
5370
  msgid ""
5371
  "This shortcode %s is using for showing the search results at specific page, "
5372
  "if the search form is submit showing the search results at different page"
5373
  msgstr ""
5374
 
5375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:236
5376
  msgid "Check this box to show search results on other page"
5377
  msgstr ""
5378
 
5379
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:242
5380
+ #, fuzzy
5381
  msgid "URL of search results:"
5382
+ msgstr "Adresa stránky"
5383
 
5384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:244
5385
+ #, fuzzy
5386
  msgid "Type the URL of search results page."
5387
+ msgstr "Vložte URL adresy %s\"děkovné\" stránky%s"
5388
 
5389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:250
5390
+ #, fuzzy
5391
  msgid "Title of Search results:"
5392
+ msgstr "Nadpis"
5393
 
5394
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:253
5395
  msgid "Type the title of Search results."
5396
  msgstr ""
5397
 
5398
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:259
5399
+ #, fuzzy
5400
  msgid "Nothing Found Message:"
5401
+ msgstr "Nenalezeno"
5402
 
5403
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:262
5404
  msgid "Type the message, when nothing found."
5405
  msgstr ""
5406
 
5407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:269
5408
  msgid "Search only for users:"
5409
  msgstr ""
5410
 
5411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:271
5412
  msgid ""
5413
  "Type IDs of the users (separated by comma \",\") for searching availability "
5414
  "only for these users, or leave it blank for searching for all users."
5415
  msgstr ""
5416
 
5417
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:290
5418
+ #, fuzzy
5419
  msgid "Title:"
5420
+ msgstr "Nadpis"
5421
 
5422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:292
5423
  msgid "Title near your select box."
5424
  msgstr ""
5425
 
5426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:300
5427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:381
5428
+ #, fuzzy
5429
  msgid "Visible months:"
5430
+ msgstr "Měsíce"
5431
 
5432
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:315
5433
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:396
5434
+ #, fuzzy
5435
  msgid "Select number of month to show for calendar."
5436
+ msgstr "Zobrazí počet měsíců / roků v přehledu"
5437
 
5438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:337
5439
  msgid ""
5440
  "Select booking resources, for showing in selectbox. Please use CTRL to "
5441
  "select multiple booking resources."
5442
  msgstr ""
5443
 
5444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:344
5445
  #, php-format
5446
  msgid ""
5447
  "This shortcode %s is using for selection of the booking form of specific "
5448
  "booking resources in selectbox"
5449
  msgstr ""
5450
 
5451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:430
5452
+ msgid "Saved"
5453
+ msgstr "Uloženo"
5454
+
5455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:551
5456
  msgid "This booking resources does not exist"
5457
  msgstr ""
5458
 
5459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:570
5460
  msgid "Processing..."
5461
  msgstr ""
5462
 
5463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:591
5464
  msgid "Generating columns..."
5465
  msgstr ""
5466
 
5467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:622
5468
+ #, fuzzy
5469
  msgid "Exporting booking data..."
5470
+ msgstr "Detaily o rezervaci"
5471
 
5472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:656
5473
  msgid "Generating content of file"
5474
  msgstr ""
5475
 
5476
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:694
5477
  msgid "Saving to file"
5478
  msgstr ""
5479
 
5480
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:711
5481
+ #, fuzzy
5482
  msgid "Export bookings"
5483
+ msgstr "Rezervace"
5484
 
5485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:714
5486
  msgid "Download the CSV file of exported booking data"
5487
  msgstr ""
5488
 
5489
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:720
5490
  msgid "Download"
5491
  msgstr ""
5492
 
5493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:730
5494
+ #, fuzzy
5495
  msgid "Done!"
5496
+ msgstr "Akce po zarezervování"
5497
 
5498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:753
5499
+ #, fuzzy
5500
  msgid "Please Select"
5501
+ msgstr "Zadejte prosím v kalendáři svou rezervaci."
5502
 
5503
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:898
5504
  msgid "link"
5505
  msgstr ""
5506
 
5507
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1019
5508
+ #, fuzzy
5509
  msgid "Print bookings"
5510
+ msgstr "Rezervace"
5511
 
5512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1040
5513
  msgid "The booking was canceled by the visitor."
5514
  msgstr ""
5515
 
5516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1054
5517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1065
5518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1664
5519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1711
5520
  msgid "Wrong booking hash in URL (probably expired)"
5521
  msgstr ""
5522
 
5523
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1093
5524
  msgid "The booking has been canceled successfully"
5525
  msgstr ""
5526
 
5527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1232
5528
+ #, fuzzy
5529
  msgid "Add New Booking Resource(s)"
5530
+ msgstr "Nové (neověřené) rezervace"
5531
 
5532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1237
5533
+ #, fuzzy
5534
  msgid "New Resource"
5535
+ msgstr "Nová rezervace"
5536
 
5537
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1241
5538
+ #, fuzzy
5539
  msgid "Enter title here"
5540
+ msgstr "Nadpis"
5541
 
5542
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1243
5543
  msgid "Enter name of booking resource"
5544
  msgstr ""
5545
 
5546
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1252
5547
+ #, fuzzy
5548
  msgid "Advanced Options"
5549
+ msgstr "Pokročilé nastavení"
5550
 
5551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1253
5552
+ #, fuzzy
5553
  msgid "Add new resource(s)"
5554
+ msgstr "Nové (neověřené) rezervace"
5555
+
5556
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1369
5557
+ #, fuzzy
5558
+ msgid "Default booking resource"
5559
+ msgstr "Výchozí režim zobrazení"
5560
+
5561
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1385
5562
+ #, fuzzy
5563
+ msgid "Select your default booking resource."
5564
+ msgstr "Vyberte jak se budou rezervace řadit"
5565
 
5566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1389
5567
+ #, fuzzy
5568
  msgid "Resources number per page"
5569
+ msgstr "Počet rezervací na stránce"
5570
 
5571
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1398
 
5572
  msgid ""
5573
  "Select number of booking resources (single or parent) per page at Resource "
5574
  "menu page"
5575
  msgstr ""
5576
 
5577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1412
5578
+ #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
5579
  msgid "URL to edit bookings"
5580
+ msgstr "Rezervace"
5581
 
5582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1414
5583
  #, php-format
5584
  msgid ""
5585
  "Type URL for %svisitors%s to edit bookings. You must insert %s shortcode "
5586
  "into this page."
5587
  msgstr ""
5588
 
5589
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1432
5590
  msgid "Change hash after the booking is approved"
5591
  msgstr ""
5592
 
5593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1438
5594
  msgid ""
5595
  "Check this box if you want to change the booking hash after approval. When "
5596
  "checked, visitor will not be able to edit or cancel the booking."
5597
  msgstr ""
5598
 
5599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1449
5600
  #, php-format
5601
  msgid "%s - start new translation section, where %s - locale of translation"
5602
  msgstr ""
5603
 
5604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1450
5605
  #, php-format
5606
  msgid "Example #1: %s - start French translation section"
5607
  msgstr ""
5608
 
5609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1451
5610
  #, php-format
5611
  msgid "Example #2: \"%s\" - English and French translation of some message"
5612
  msgstr ""
5613
 
5614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1467
5615
  msgid ""
5616
  "Customization of email template, which is sending to Admin after new booking"
5617
  msgstr ""
5618
 
5619
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1468
5620
+ #, fuzzy
5621
  msgid "New for Admin"
5622
+ msgstr "Poslat administrátorovi"
5623
 
5624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1476
5625
  msgid ""
5626
  "Customization of email template, which is sending to Visitor after new "
5627
  "booking"
5628
  msgstr ""
5629
 
5630
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1477
5631
  msgid "New for Visitor"
5632
  msgstr ""
5633
 
5634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1485
5635
  msgid ""
5636
  "Customization of email template, which is sending to Visitor after approval "
5637
  "of booking"
5638
  msgstr ""
5639
 
5640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1494
5641
  msgid ""
5642
  "Customization of email template, which is sending to Visitor after "
5643
  "Cancellation of booking"
5644
  msgstr ""
5645
 
5646
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1495
5647
+ #, fuzzy
5648
  msgid "Declined"
5649
+ msgstr "Vaše rezervace byla zamítnuta"
5650
 
5651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1503
5652
  msgid ""
5653
  "Customization of email template, which is sending after modification of "
5654
  "booking"
5655
  msgstr ""
5656
 
5657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1504
5658
  msgid "Modified"
5659
  msgstr ""
5660
 
5661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1513
5662
  msgid ""
5663
  "Customization of email template, which is sending to Visitor after payment "
5664
  "request"
5665
  msgstr ""
5666
 
5667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1514
5668
+ #, fuzzy
5669
  msgid "Payment request"
5670
+ msgstr "Odeslání žádosti..."
5671
 
5672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1568
5673
+ #, fuzzy
5674
  msgid "Standard Form Template"
5675
+ msgstr "Formulář"
5676
 
5677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1569
5678
  msgid "2 Columns Form Template"
5679
  msgstr ""
5680
 
5681
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1570
5682
  msgid "Wizard Form Template(several steps)"
5683
  msgstr ""
5684
 
5685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1572
5686
  msgid "Payment Form Template"
5687
  msgstr ""
5688
 
5689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1573
5690
  msgid "Time Slots Form Template"
5691
  msgstr ""
5692
 
5693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1575
5694
  msgid "Time slots for different weekends Form Template"
5695
  msgstr ""
5696
 
5697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1576
5698
+ #, fuzzy
5699
  msgid "Hints Form Template"
5700
+ msgstr "Ukázat/skrýt nápovědu"
 
 
 
 
5701
 
5702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1589
5703
  msgid "Reset Booking Form and Content of Booking Fields Form"
5704
  msgstr ""
5705
 
5706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1593
5707
  msgid "Both"
5708
  msgstr ""
5709
 
5710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1605
5711
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3753
5712
  msgid "Please configure the form for content of booking fields data!"
5713
  msgstr ""
5714
 
5715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1613
5716
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3761
5717
+ #, fuzzy
5718
  msgid "Please configure the form fields!"
5719
+ msgstr "Formulářové pole"
5720
 
5721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1622
5722
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1178
5723
+ #, fuzzy
5724
  msgid "Customization of booking form fields"
5725
+ msgstr "Formulářové pole"
5726
 
5727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1627
5728
  msgid ""
5729
  "Customization of fields, which showing in the Booking Listing page for the "
5730
  "specific booking"
5731
  msgstr ""
5732
 
5733
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1630
5734
+ #, fuzzy
5735
  msgid "Content of Booking Fields"
5736
+ msgstr "pole"
5737
 
5738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1646
5739
+ #, fuzzy
5740
  msgid "Default title of bookings"
5741
+ msgstr "Výchozí řazení rezervací"
5742
 
5743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1648
5744
  #, php-format
5745
  msgid ""
5746
  "Type %sdefault title of bookings%s in calendar view mode at Booking Listing "
5748
  "page)."
5749
  msgstr ""
5750
 
5751
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1662
5752
+ #, fuzzy
5753
  msgid "Incorrect date format"
5754
+ msgstr "Formát data"
5755
 
5756
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1921
5757
+ #, fuzzy
5758
  msgid "Booking Resource"
5759
+ msgstr "Rezervace"
5760
 
5761
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1931
5762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1540
5763
  msgid "All bookings"
5764
  msgstr "Všechny rezervace"
5765
 
5766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1935
5767
+ #, fuzzy
5768
  msgid "All incoming bookings"
5769
+ msgstr "Všechny rezervace"
5770
 
5771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1940
5772
+ #, fuzzy
5773
  msgid "New reservations made today"
5774
+ msgstr "Nová rezervace (dnes)"
5775
 
5776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1945
5777
+ #, fuzzy
5778
  msgid "Reservations for today"
5779
+ msgstr "Dnes"
5780
 
5781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1966
5782
+ #, fuzzy
5783
  msgid "Add new booking resource"
5784
+ msgstr "Přidat rezervaci"
5785
 
5786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2977
5787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3025
5788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:227
5789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:229
5790
  msgid "Updated successfully"
5791
  msgstr ""
5792
 
5793
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2991
5794
  msgid ""
5795
  "Warning! The resource was not changed. Current dates are already booked "
5796
  "there."
5797
  msgstr ""
5798
 
5799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3260
5800
  msgid "Email to \"Admin\" after a new booking"
5801
  msgstr ""
5802
 
5803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3280
5804
  msgid "To"
5805
  msgstr ""
5806
 
5807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3282
5808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:282
5809
  #, php-format
5810
  msgid "Type default %sadmin email%s for booking confirmation"
5811
  msgstr "Defaultní %semail %s pro potvrzení rezervace"
5812
 
5813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3289
5814
  #, php-format
5815
  msgid ""
5816
  "Type the default %sadmin email%s sending the booking confimation. You can "
5817
  "use this %s shortcode."
5818
  msgstr ""
5819
 
5820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3296
5821
  #, php-format
5822
  msgid "Type your email %ssubject%s for the booking confimation message."
5823
  msgstr ""
5824
 
5825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3304
5826
  #, php-format
5827
  msgid "Type your %semail message content for checking booking%s in. "
5828
  msgstr ""
5829
 
5830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3312
5831
  #, php-format
5832
  msgid ""
5833
  "For example: \"You have a new reservation %s on the following date(s): %s "
5835
  "you, Reservation service.\""
5836
  msgstr ""
5837
 
5838
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3312
5839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3373
5840
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3446
5841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
5842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1154
5843
+ #, fuzzy
5844
  msgid "here"
5845
+ msgstr "důvod zamítnutí"
5846
 
5847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3327
5848
  msgid "Email to \"Person\" after they make a new reservation"
5849
  msgstr ""
5850
 
5851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3357
5852
  #, php-format
5853
  msgid "Type email subject for %svisitor after creating a new reservation%s."
5854
  msgstr ""
5855
 
5856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3358
5857
+ #, fuzzy, php-format
5858
  msgid "Use these %s shortcodes."
5859
+ msgstr "Používejte CSS BootStrap"
5860
 
5861
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3367
5862
  #, php-format
5863
  msgid ""
5864
  "Type your %semail message for visitor after creating a new reservation%s"
5865
  msgstr ""
5866
 
5867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3373
5868
  #, php-format
5869
  msgid ""
5870
  "For example: \"Your reservation %s on these date(s): %s is processing now! "
5872
  "page: %s Thank you, Reservation service.\""
5873
  msgstr ""
5874
 
5875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3387
5876
  msgid "Email to \"Person\" after booking is approved"
5877
  msgstr ""
5878
 
5879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3430
5880
  #, php-format
5881
  msgid "Type your email subject for the %sapproved booking%s."
5882
  msgstr ""
5883
 
5884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3438
5885
  #, php-format
5886
  msgid "Type your %semail message for the approved booking%s from the website"
5887
  msgstr ""
5888
 
5889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3446
5890
  #, php-format
5891
  msgid ""
5892
  "For example: \"Your reservation %s on these date(s): %s has been approved."
5894
  "service.\""
5895
  msgstr ""
5896
 
5897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3460
5898
  msgid "Email to \"Person\" after their booking has been denied"
5899
  msgstr ""
5900
 
5901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3505
5902
  #, php-format
5903
  msgid "Type your email subject for the %sdenied booking%s."
5904
  msgstr ""
5905
 
5906
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3512
5907
  #, php-format
5908
  msgid "Type your %semail message for the denied booking%s from the website"
5909
  msgstr ""
5910
 
5911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3521
5912
  #, php-format
5913
  msgid ""
5914
  "For example: \"Your reservation %s on these date(s): %s has been canceled. "
5915
  "Please contact us for more information. %s Thank you, Reservation service.\""
5916
  msgstr ""
5917
 
5918
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3537
5919
  msgid "Email to \"Person\" after booking is modified"
5920
  msgstr ""
5921
 
5922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3582
5923
  #, php-format
5924
  msgid "Type your email subject for the %smodified booking%s. "
5925
  msgstr ""
5926
 
5927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3590
5928
  #, php-format
5929
  msgid "Type your %semail message for the modified booking%s from the website"
5930
  msgstr ""
5931
 
5932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
5933
  #, php-format
5934
  msgid ""
5935
  "For example: \"The reservation %s on these date(s): %s has been modified. "
5937
  "service.\""
5938
  msgstr ""
5939
 
5940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3697
5941
  msgid "Form fields"
5942
  msgstr "Formulářové pole"
5943
 
5944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3726
5945
  #, php-format
5946
  msgid ""
5947
  "Content of booking fields data for email templates (%s-shortcode) and "
5948
  "booking listing page"
5949
  msgstr ""
5950
 
5951
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3734
5952
  #, php-format
5953
  msgid "%s - inserting data from fields of booking form"
5954
  msgstr ""
5955
 
5956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3735
5957
+ #, fuzzy, php-format
5958
  msgid "%s - inserting new line"
5959
+ msgstr "Nové (neověřené) rezervace"
5960
 
5961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3830
5962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
5963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3856
5964
  msgid "First Name"
5965
  msgstr "Jméno"
5966
 
5967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3831
5968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
5969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
5970
  msgid "Last Name"
5971
  msgstr "Příjmení"
5972
 
5973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3832
5974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3843
5975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
5976
  msgid "Email"
5977
  msgstr "E-mail"
5978
 
5979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
5980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3855
5981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:220
5982
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:559
5983
  msgid "Times"
5984
  msgstr ""
5985
 
5986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
5987
  msgid "Address"
5988
  msgstr "Adresa"
5989
 
5990
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3861
5991
  msgid "City"
5992
  msgstr "Město"
5993
 
5994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3862
5995
  msgid "Post code"
5996
  msgstr "PSČ"
5997
 
5998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3915
5999
+ msgid "Please, reserve an apartment with fresh flowers."
6000
+ msgstr ""
6001
+
6002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4013
6003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2148
6004
  msgid "New booking"
6005
  msgstr "Nová rezervace"
6006
 
6007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4015
6008
  #, php-format
6009
  msgid ""
6010
  "Your reservation %s for: %s is processing now! We will send confirmation by "
6011
  "email. %sYou can edit this booking at this page: %s Thank you, %s"
6012
  msgstr ""
6013
 
6014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4019
6015
+ #, fuzzy
6016
  msgid "The reservation has been modified"
6017
+ msgstr "Vaše rezervace byla potvrzena"
6018
 
6019
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4021
6020
  #, php-format
6021
  msgid ""
6022
  "The reservation %s for: %s has been modified. %sYou can edit this booking on "
6023
  "this page: %s Thank you, %s"
6024
  msgstr ""
6025
 
6026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4082
6027
  msgid "Sending request..."
6028
  msgstr "Odeslání žádosti..."
6029
 
6030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4109
6031
+ #, fuzzy
6032
  msgid "Order number"
6033
+ msgstr "Řadit podle"
6034
 
6035
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4112
6036
  msgid "Register"
6037
  msgstr ""
6038
 
6039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4114
6040
  msgid ""
6041
+ "Please, enter order number of your purchased version, which you received to "
6042
+ "your billing email."
6043
  msgstr ""
6044
 
6045
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:4118
6046
  #, php-format
6047
  msgid ""
6048
  "If you will get any difficulties or have a questions, please contact by "
6049
  "email %s"
6050
  msgstr ""
6051
 
6052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:53
6053
  msgid "Search availability"
6054
  msgstr ""
6055
 
6056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:61
6057
+ #, fuzzy
6058
  msgid "Nothing found."
6059
+ msgstr "Nenalezeno"
6060
 
6061
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:65
6062
  msgid "Search results."
6063
  msgstr ""
6064
 
6065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:71
6066
+ #, fuzzy
6067
  msgid "Title of search widget"
6068
+ msgstr "Nadpis"
6069
 
6070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:79
6071
+ #, fuzzy
6072
  msgid "Title of search results"
6073
+ msgstr "Nadpis"
6074
 
6075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:84
6076
  #, php-format
6077
  msgid "Please type the %sTitle of search results%s."
6078
  msgstr ""
6079
 
6080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:88
6081
+ #, fuzzy
6082
  msgid "Nothing found message"
6083
+ msgstr "Nenalezeno"
6084
 
6085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:93
6086
  #, php-format
6087
  msgid "Please type the %smessage ,what is showing, when nothing found%s."
6088
  msgstr ""
6089
 
6090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:97
6091
+ #, fuzzy
6092
  msgid "URL of Search Results"
6093
+ msgstr "Adresa stránky"
6094
 
6095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/wpdev-booking-search-widget.php:102
6096
  #, php-format
6097
  msgid ""
6098
  "Please type the URL of the page %s(with %s shortcode in content)%s, where "
6099
  "search results will show."
6100
  msgstr ""
6101
 
6102
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:27
6103
+ #, php-format
6104
+ msgid ""
6105
+ "%sError!%s Request do not pass security check! Please refresh the page and "
6106
+ "try one more time."
6107
+ msgstr ""
6108
+
6109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:102
6110
+ msgid "Set as Read"
6111
+ msgstr "Nastaveno jako přečtené"
6112
+
6113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:102
6114
+ msgid "Set as Unread"
6115
+ msgstr "Nastaveno jako nepřečtené"
6116
+
6117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:159
6118
+ msgid "Set as Approved"
6119
+ msgstr "Nastaveno jako schválené"
6120
+
6121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:159
6122
+ msgid "Set as Pending"
6123
+ msgstr "Nastaveno jako čekající"
6124
+
6125
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:177
6126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1706
6127
+ msgid "Reason for cancellation here"
6128
+ msgstr "důvod zamítnutí"
6129
+
6130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:178
6131
+ #, fuzzy
6132
+ msgid "Reason of cancellation here"
6133
+ msgstr "důvod zamítnutí"
6134
+
6135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-booking-new.php:280
6136
+ msgid "The code you entered is incorrect"
6137
+ msgstr ""
6138
+
6139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-class-dismiss.php:80
6140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1003
6141
  msgid "Dismiss"
6142
  msgstr ""
6143
 
6144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:56
6145
+ msgid "This field is required"
6146
+ msgstr "Povinná položka"
6147
+
6148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:57
6149
+ msgid "This checkbox must be checked"
6150
+ msgstr "Pole musí být zaškrtnuto"
6151
+
6152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:58
6153
+ msgid "Incorrect email field"
6154
+ msgstr "Špatný formát e-mailu"
6155
+
6156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:59
6157
+ msgid "Your emails do not the same"
6158
+ msgstr ""
6159
+
6160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-scripts.php:60
6161
+ msgid "Please, select booking date(s) at Calendar."
6162
+ msgstr "Zadejte prosím v kalendáři svou rezervaci."
6163
+
6164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1018
6165
+ msgid "We&#8217;ve assembled some links to get you started:"
6166
+ msgstr ""
6167
+
6168
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1021
6169
+ msgid "Get Started"
6170
+ msgstr ""
6171
+
6172
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1023
6173
+ #, php-format
6174
+ msgid "Insert booking form %sshortcode%s into your %sPost%s or %sPage%s"
6175
+ msgstr ""
6176
+
6177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1028
6178
+ #, php-format
6179
+ msgid "or add booking calendar %sWidget%s to your sidebar."
6180
+ msgstr ""
6181
+
6182
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1031
6183
+ #, php-format
6184
+ msgid "Check %show todo%s that and what %sshortcodes%s are available."
6185
+ msgstr ""
6186
+
6187
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1034
6188
+ #, php-format
6189
+ msgid "Add new booking from your post/page or from %sAdmin Panel%s."
6190
  msgstr ""
6191
 
6192
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1039
6193
+ #, fuzzy
6194
+ msgid "Next Steps"
6195
+ msgstr "Příští"
6196
+
6197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1041
6198
+ #, php-format
6199
+ msgid "Check %sBooking Listing%s page for new bookings."
6200
+ msgstr ""
6201
+
6202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1044
6203
+ #, fuzzy, php-format
6204
+ msgid "Configure booking %sSettings%s."
6205
+ msgstr "Nové (neověřené) rezervace"
6206
+
6207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1047
6208
+ #, php-format
6209
+ msgid "Configure predefined set of your %sForm Fields%s."
6210
+ msgstr ""
6211
+
6212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1053
6213
+ #, fuzzy
6214
+ msgid "Have a questions?"
6215
+ msgstr "Máte dotaz"
6216
+
6217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1055
6218
+ #, php-format
6219
+ msgid "Check out our %sHelp%s"
6220
+ msgstr ""
6221
+
6222
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1058
6223
+ #, fuzzy, php-format
6224
+ msgid "See %sFAQ%s."
6225
+ msgstr "hodina/y"
6226
+
6227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1061
6228
+ #, php-format
6229
+ msgid "Still having questions? Contact %sSupport%s."
6230
+ msgstr ""
6231
+
6232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-welcome.php:1068
6233
+ #, php-format
6234
+ msgid "Need even more functionality? Check %s higher versions %s"
6235
+ msgstr ""
6236
+
6237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:30
6238
+ #, fuzzy
6239
+ msgid "Insert booking calendar"
6240
+ msgstr "Rezervační kalendář"
6241
+
6242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:31
6243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:653
6244
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:89
6245
  msgid "Booking calendar"
6246
  msgstr "Rezervační kalendář"
6247
 
6248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:143
6249
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:165
6250
  msgid "Ok"
6251
  msgstr ""
6252
 
6253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:369
6254
+ #, fuzzy
6255
  msgid "Select booking resource"
6256
+ msgstr "Vyberte vzhled kalendáře"
6257
 
6258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:402
6259
+ #, fuzzy
6260
  msgid "Start month:"
6261
+ msgstr "měsíc"
6262
 
6263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:412
6264
  msgid "Select start month of calendar"
6265
  msgstr ""
6266
 
6267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:419
6268
+ #, fuzzy
6269
  msgid "Show in the page:"
6270
+ msgstr "Ukázat"
6271
 
6272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:425
6273
+ #, fuzzy
6274
  msgid "Booking form with calendar"
6275
+ msgstr "Rezervační kalendář"
6276
 
6277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:426
6278
+ #, fuzzy
6279
  msgid "Only availability calendar"
6280
+ msgstr "Kalendář"
6281
 
6282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:427
6283
+ #, fuzzy
6284
  msgid "Only booking form"
6285
+ msgstr "Rezervační formulář"
6286
 
6287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:432
6288
  msgid "for"
6289
  msgstr ""
6290
 
6291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:435
6292
+ #, fuzzy
6293
  msgid "date"
6294
+ msgstr "Datum vydání"
6295
 
6296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:439
6297
  msgid ""
6298
  "Select to show the entire booking form or the availability calendar only."
6299
  msgstr ""
6300
 
6301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:454
6302
  msgid "Show advanced settings"
6303
  msgstr "Rozbalit pokročilá nastavení"
6304
 
6305
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:455
6306
  msgid "Hide advanced settings"
6307
  msgstr "Skrýt pokročilá nastavení"
6308
 
6309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:459
6310
  #, php-format
6311
  msgid ""
6312
  "Setting advanced parameters of the calendar. %sLike width, height and "
6313
  "structure %s"
6314
  msgstr ""
6315
 
6316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:461
6317
  #, php-format
6318
  msgid ""
6319
  "%s or minimum and fixed number of days selection for the specific day of "
6320
  "week or season.%s"
6321
  msgstr ""
6322
 
6323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:467
6324
  #, php-format
6325
  msgid ""
6326
  "Please read more about the possible customizations of these %soptions%s "
6327
  "%shere%s"
6328
  msgstr ""
6329
 
6330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:468
6331
  msgid "Options:"
6332
  msgstr ""
6333
 
6334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:471
6335
  msgid ""
6336
  "Specify the full width of calendar, height of date cell and number of months "
6337
  "in one row. "
6338
  msgstr ""
6339
 
6340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:474
6341
  msgid ""
6342
  "Calendar have 2 months in a row, the cell height is 30px and calendar full "
6343
  "width 568px (possible to use percentage for width: 100%)"
6344
  msgstr ""
6345
 
6346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:475
6347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:483
6348
+ #, fuzzy
6349
  msgid "Code Example"
6350
+ msgstr "PSČ"
6351
 
6352
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:479
6353
  msgid ""
6354
  "Specify that during certain seasons (or days of week), the specific minimum "
6355
  "number of days must be booked. "
6356
  msgstr ""
6357
 
6358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:482
6359
  msgid ""
6360
  "Visitor can select only 4 days starting at Monday, 3 or 7 days – Friday, 2 "
6361
  "days – Saturday, etc…"
6362
  msgstr ""
6363
 
6364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:298
6365
  msgid "week"
6366
  msgstr "týden"
6367
 
6368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:299
6369
  msgid "weeks"
6370
  msgstr "týdnů"
6371
 
6372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:300
6373
  msgid "month"
6374
  msgstr "měsíc"
6375
 
 
6376
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:301
6377
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:302
6378
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:303
6379
  msgid "months"
6380
  msgstr "měsíců"
6381
 
6382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:304
6383
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2215
6384
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:737
6385
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:743
6386
  msgid "Year"
6387
  msgstr "rok"
6388
 
6389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:307
6390
  msgid "Current dates"
6391
  msgstr "Aktuální termín"
6392
 
6393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:308
6394
  msgid "Today"
6395
  msgstr "Dnes"
6396
 
6397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:309
6398
  msgid "Previous dates"
6399
  msgstr "Předchozí termíny"
6400
 
6401
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:310
6402
  msgid "All dates"
6403
  msgstr "Všechny termíny"
6404
 
6405
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:311
6406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:424
6407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2073
6408
  msgid "Next"
6409
  msgstr "Příští"
6410
 
6411
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:312
6412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:447
6413
  msgid "Prior"
6414
  msgstr "Starší"
6415
 
6416
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:314
6417
+ #, fuzzy
6418
  msgid "Check In - Tomorrow"
6419
+ msgstr "Přihlášení"
6420
 
6421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:315
6422
+ #, fuzzy
6423
  msgid "Check Out - Tomorrow"
6424
+ msgstr "Odhlášení"
6425
+
6426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:472
6427
+ msgid "Check-in"
6428
+ msgstr "Přihlášení"
6429
+
6430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:482
6431
+ msgid "Check-out"
6432
+ msgstr "Odhlášení"
6433
 
6434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:505
6435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:567
6436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:623
6437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1471
6438
  msgid "Apply"
6439
  msgstr "Použít"
6440
 
6441
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:605
6442
+ #, fuzzy
6443
  msgid "Start Date"
6444
+ msgstr "Datum vydání"
6445
 
6446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:646
6447
+ #, fuzzy
6448
  msgid "Booking Listing"
6449
+ msgstr "Zvolte kolik rezervací se bude zorbazovat na stránce"
6450
 
6451
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:650
6452
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:708
6453
  msgid "Calendar Overview"
6454
  msgstr "Kalendář rezervací"
6455
 
6456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:659
6457
  msgid "Booking Calendar - Overview"
6458
  msgstr "Rezervační kalendář - Přehled"
6459
 
6460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:667
6461
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:688
6462
  msgid "Help"
6463
  msgstr "Nápověda"
6464
 
6465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:686
6466
+ #, fuzzy
6467
  msgid "About Booking Calendar"
6468
+ msgstr "Rezervační kalendář"
6469
 
6470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:689
6471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:427
6472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1256
6473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1263
6474
  msgid "FAQ"
6475
  msgstr ""
6476
 
6477
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:690
6478
  msgid "Technical Support"
6479
  msgstr "Technická podpora"
6480
 
6481
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:693
6482
  msgid "Purchase"
6483
  msgstr ""
6484
 
6485
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:696
6486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:440
6487
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1241
6488
+ #, fuzzy
6489
  msgid "Upgrade"
6490
+ msgstr "Upgrade na vyšší verzi"
6491
 
6492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1372
6493
  msgid "Filter"
6494
  msgstr "Filtr"
6495
 
6496
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1417
6497
+ #, fuzzy
6498
  msgid "Expand Advanced Filter"
6499
+ msgstr "Filtr"
6500
 
6501
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1418
6502
+ #, fuzzy
6503
  msgid "Collapse Advanced Filter"
6504
+ msgstr "Filtr"
6505
 
6506
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1435
6507
+ #, fuzzy
6508
  msgid ""
6509
+ "Send email notification to customer after approval, cancellation or deletion "
6510
  "of bookings"
6511
  msgstr ""
6512
  "Poslat zákazníkovi e-mailem upozornění po schválení, zrušení nebo odstranění "
6513
  "rezervace"
6514
 
6515
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1436
6516
  msgid "Emails sending"
6517
  msgstr "Poslat e-mail"
6518
 
6519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
6520
+ #, fuzzy
6521
  msgid "Booking ID"
6522
+ msgstr "Rezervace"
6523
 
6524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1468
6525
  msgid "Refresh booking listing"
6526
  msgstr ""
6527
 
6528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1472
6529
  msgid "Reset filter to default values"
6530
  msgstr ""
6531
 
6532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1513
6533
  msgid "Any"
6534
  msgstr "Vše"
6535
 
6536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1541
6537
  msgid "New bookings"
6538
  msgstr "Nové rezervace"
6539
 
6540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1544
6541
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:84
6542
  msgid "Show"
6543
  msgstr "Ukázat"
6544
 
6545
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1556
6546
  msgid "Creation"
6547
  msgstr "Vytvořeno"
6548
 
6549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1590
6550
  msgid "Order by"
6551
  msgstr "Řadit podle"
6552
 
6553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1604
6554
  msgid ""
6555
  "Save filter settings as default template (Please, click Apply filter button, "
6556
  "before saving!)"
6557
  msgstr ""
6558
 
6559
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1607
6560
+ #, fuzzy
6561
  msgid "Save as Default"
6562
+ msgstr "Uložit"
6563
 
6564
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1612
6565
  msgid "Delete your previously saved default filer template!"
6566
  msgstr ""
6567
 
6568
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1615
6569
+ #, fuzzy
6570
  msgid "Delete template"
6571
+ msgstr "Smazat"
6572
 
6573
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1686
6574
  msgid "Approve selected bookings"
6575
  msgstr "Schválit vybranou rezervaci"
6576
 
6577
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1690
6578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1993
6579
  msgid "Approve"
6580
  msgstr "Schválit"
6581
 
6582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1691
6583
  msgid "Set selected bookings as pending"
6584
  msgstr "Nastavit vybranou rezervaci jako ČEKAJÍCÍ"
6585
 
6586
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1693
6587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1997
6588
  msgid "Do you really want to set booking as pending ?"
6589
  msgstr "Opravdu chcete rezervaci nastavit jako ČEKAJÍCÍ?"
6590
 
6591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1696
6592
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1998
6593
  msgid "Reject"
6594
  msgstr "Odmítnout"
6595
 
6596
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1699
6597
  msgid "Delete selected bookings"
6598
  msgstr "Smazat vybranou rezervaci"
6599
 
6600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1701
6601
  msgid "Do you really want to delete selected booking(s) ?"
6602
  msgstr "Opravdu chcete vybranou rezervaci smazat?"
6603
 
6604
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1711
6605
+ #, fuzzy
 
 
 
 
6606
  msgid "Mark as read all bookings"
6607
+ msgstr "Označit vše jako přečtené"
6608
 
6609
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1715
6610
  msgid "Read All"
6611
  msgstr "Označit vše jako přečtené"
6612
 
6613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1716
6614
+ #, fuzzy
6615
  msgid "Mark as read selected bookings"
6616
+ msgstr "Schválit vybranou rezervaci"
6617
 
6618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1720
6619
  msgid "Read"
6620
  msgstr "Označit jako přečtené"
6621
 
6622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1721
6623
+ #, fuzzy
6624
  msgid "Mark as Unread selected bookings"
6625
+ msgstr "Schválit vybranou rezervaci"
6626
 
6627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1725
6628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1935
6629
  msgid "Unread"
6630
  msgstr "Odznačit"
6631
 
6632
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1767
6633
  msgid "Booking Data"
6634
  msgstr "Detaily o rezervaci"
6635
 
6636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1768
6637
  msgid "Booking Dates"
6638
  msgstr "Rezervace od-do"
6639
 
6640
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1773
6641
+ #, fuzzy
6642
  msgid "Show ALL dates of booking"
6643
+ msgstr "Všechny termíny"
6644
 
6645
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1778
6646
  msgid "Show only check in/out dates"
6647
  msgstr ""
6648
 
6649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1785
6650
  msgid "Nothing found!"
6651
  msgstr "Nic nenalezeno!"
6652
 
6653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1819
6654
  msgid "Resource not exist"
6655
  msgstr ""
6656
 
6657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1935
6658
  msgid "Mark"
6659
  msgstr ""
6660
 
6661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2002
6662
+ #, fuzzy
6663
  msgid "Do you really want to delete this booking ?"
6664
+ msgstr "Opravdu chcete vybranou rezervaci smazat?"
6665
 
6666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2055
6667
  msgid "Prev"
6668
  msgstr ""
6669
 
6670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2204
6671
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2236
6672
  msgid "Show month"
6673
  msgstr "Ukázat měsíc"
6674
 
6675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2207
6676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2239
6677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:732
6678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:741
6679
  msgid "Month"
6680
  msgstr "měsíc"
6681
 
6682
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2208
6683
  msgid "Show 3 months"
6684
  msgstr "Ukázat 3 měsíce"
6685
 
6686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2211
6687
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:736
6688
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:742
6689
  msgid "3 Months"
6690
  msgstr "3 měsíce"
6691
 
6692
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2212
6693
  msgid "Show year"
6694
  msgstr "Ukázat rok"
6695
 
6696
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2221
6697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2255
6698
  msgid "Calendar view mode"
6699
  msgstr "Režim zobrazení kalendáře"
6700
 
6701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2228
6702
  msgid "Show day"
6703
  msgstr "Ukázat den"
6704
 
6705
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2231
6706
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:729
6707
  msgid "Day"
6708
  msgstr "Den"
6709
 
6710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2232
6711
  msgid "Show week"
6712
  msgstr "Ukázat týden"
6713
 
6714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2235
6715
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:730
6716
  msgid "Week"
6717
  msgstr "Týden"
6718
 
6719
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2240
6720
  msgid "Show 2 months"
6721
  msgstr "Ukázat 2 měsíce"
6722
 
6723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2243
6724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:734
6725
  msgid "2 Months"
6726
  msgstr "2 měsíce"
6727
 
6728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2281
6729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2295
6730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2342
6731
  msgid "Previous 4 weeks"
6732
  msgstr "Předchozí 4 týdny"
6733
 
6734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2282
6735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2296
6736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2343
6737
  msgid "Previous week"
6738
  msgstr "Předchozí týden"
6739
 
6740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2283
6741
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2297
6742
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2344
6743
  msgid "Current week"
6744
  msgstr "Aktuální týden"
6745
 
6746
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2284
6747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2298
6748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2345
6749
  msgid "Next week"
6750
  msgstr "Příští týden"
6751
 
6752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2285
6753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2299
6754
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2346
6755
  msgid "Next 4 weeks"
6756
  msgstr "Příští 4 týdny"
6757
 
6758
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2309
6759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2359
6760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2374
6761
  msgid "Previous 3 months"
6762
  msgstr "Předchozí 3 měsíce"
6763
 
6764
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2310
6765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2360
6766
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2375
6767
  msgid "Previous month"
6768
  msgstr "Předchozí měsíc"
6769
 
6770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2311
6771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2361
6772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2376
6773
  msgid "Current month"
6774
  msgstr "Aktuální měsíc"
6775
 
6776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2312
6777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2362
6778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2377
6779
  msgid "Next month"
6780
  msgstr "Příští měsíc"
6781
 
6782
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2313
6783
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2363
6784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2378
6785
  msgid "Next 3 months"
6786
  msgstr "Příští 3 měsíce"
6787
 
6788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2327
6789
  msgid "Previous 7 days"
6790
  msgstr "Předchozích 7 dní"
6791
 
6792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2328
6793
  msgid "Previous day"
6794
  msgstr "Předchozí den"
6795
 
6796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2329
6797
  msgid "Current day"
6798
  msgstr "Aktuální den"
6799
 
6800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2330
6801
  msgid "Next day"
6802
  msgstr "Příští den"
6803
 
6804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2331
6805
  msgid "Next 7 days"
6806
  msgstr "Příštích 7 dní"
6807
 
6808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2402
6809
  msgid "Calendar Navigation"
6810
  msgstr "Calendář - navigace"
6811
 
6812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
6813
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
6814
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
 
6815
  msgid "M"
6816
  msgstr ""
6817
 
6818
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
6819
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
6820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
 
6821
  msgid "W"
6822
  msgstr ""
6823
 
6824
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
6825
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
6826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
 
6827
  msgid "F"
6828
  msgstr ""
6829
 
6830
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
6831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
6832
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
6833
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
6834
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
6835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
6836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
6837
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
6838
  msgid "Mon"
6839
  msgstr ""
6840
 
6841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
6842
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
6843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
6844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
6845
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
6846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
6847
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
6848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
6849
  msgid "Tue"
6850
  msgstr ""
6851
 
6852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
6853
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
6854
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
6855
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
6856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
6857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
6858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
6859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
6860
  msgid "Wed"
6861
  msgstr ""
6862
 
6863
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
6864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
6865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
6866
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
6867
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
6868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
6869
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
6870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
6871
  msgid "Thu"
6872
  msgstr ""
6873
 
6874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
6875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
6876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
6877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
6878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
6879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
6880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
6881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
6882
  msgid "Fri"
6883
  msgstr ""
6884
 
6885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
6886
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
6887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
6888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
6889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
6890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
6891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
6892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
6893
  msgid "Sat"
6894
  msgstr ""
6895
 
6896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:122
6897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:159
6898
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:447
6899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:453
6900
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:459
6901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:465
6902
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:481
6903
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:487
6904
  msgid "Sun"
6905
  msgstr ""
6906
 
6907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
 
6908
  msgid "T"
6909
  msgstr ""
6910
 
6911
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:146
6912
+ #, fuzzy
6913
  msgid "S"
6914
+ msgstr "hodina/y"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6915
 
6916
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:129
6917
  msgid "Booking Calendar"
6918
  msgstr "Rezervační kalendář"
6919
 
6920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:329
6921
  msgid "Statistic"
6922
  msgstr "Statistiky"
6923
 
6924
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:333
6925
  msgid "New (unverified) booking(s)"
6926
  msgstr "Nové (neověřené) rezervace"
6927
 
6928
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:337
6929
  msgid "Pending booking(s)"
6930
  msgstr "Čeká na rezervaci"
6931
 
6932
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:343
6933
  msgid "Agenda"
6934
  msgstr "K vyřízení"
6935
 
6936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:347
6937
  msgid "New booking(s) made today"
6938
  msgstr "Nová rezervace (dnes)"
6939
 
6940
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:351
6941
  msgid "Bookings for today"
6942
  msgstr "Rezervace za dnešek"
6943
 
6944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:373
6945
  msgid "Upgrade to higher versions"
6946
  msgstr "Upgrade na vyšší verzi"
6947
 
6948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:373
6949
  msgid "Commercial versions"
6950
  msgstr "Komerční verze"
6951
 
6952
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:377
6953
+ #, fuzzy
6954
  msgid "Upgrade now"
6955
+ msgstr "Upgrade na vyšší verzi"
6956
 
6957
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
6958
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1233
6959
  msgid "Buy now"
6960
  msgstr ""
6961
 
6962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:381
6963
  msgid "Test online Demo of each version"
6964
  msgstr ""
6965
 
6966
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:397
6967
  msgid "Current version"
6968
  msgstr "Aktuální verze pluginu"
6969
 
6970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:400
6971
  msgid "Version"
6972
  msgstr "Verze"
6973
 
6974
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:405
6975
+ #, fuzzy
6976
  msgid "Type"
6977
+ msgstr "Možnost rezervace po dnech"
6978
 
6979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:409
6980
  msgid "Used for"
6981
  msgstr ""
6982
 
6983
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:414
6984
  msgid "Release date"
6985
  msgstr "Datum vydání"
6986
 
6987
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
6988
  msgid "Support"
6989
  msgstr "Podpora"
6990
 
6991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:424
6992
  msgid "Contact email"
6993
  msgstr "Kontaktní e-mail"
6994
 
6995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:430
6996
  msgid "Have a question"
6997
  msgstr "Máte dotaz"
6998
 
6999
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:433
7000
  msgid "Rate this plugin (thanks:)"
7001
  msgstr "Ohodnoťte tento plugin"
7002
 
7003
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:438
7004
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:442
7005
  msgid "Explore Premium Features"
7006
  msgstr "Prozkoumat Prémiovou verzi"
7007
 
7008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:506
7009
  msgid "Warning !!!"
7010
  msgstr "Varování !!!"
7011
 
7012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:507
7013
  msgid "All booking data will be deleted when the plugin is deactivated."
7014
  msgstr "Deaktivujete-li plugin, budou všechny rezervační údaje vymazány."
7015
 
7016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:508
7017
  #, php-format
7018
  msgid ""
7019
  "If you want to save your booking data, please uncheck the %s\"Delete booking "
7022
  "Chcete-li uložit vaše data, zrušte zaškrtnutí %s\"Smazat rezervační údaje"
7023
  "\"%s na"
7024
 
7025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:509
7026
+ #, fuzzy
7027
  msgid "settings page"
7028
+ msgstr "nastavení"
7029
 
7030
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:608
7031
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:680
7032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1813
7033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:993
7034
  msgid "Settings"
7035
  msgstr "Nastavení"
7036
 
7037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:643
7038
  msgid "Booking"
7039
  msgstr "Rezervace"
7040
 
7041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:680
7042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:729
7043
+ #, fuzzy
7044
  msgid "Booking settings customization"
7045
+ msgstr "nastavení"
7046
 
7047
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:690
7048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1781
7049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:952
7050
  msgid "Bookings"
7051
  msgstr "Rezervace"
7052
 
7053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:717
7054
+ #, fuzzy
7055
  msgid "Bookings listing"
7056
+ msgstr "Seznam rezervací"
7057
 
7058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1089
7059
  msgid "Send email notification to customer about this operation"
7060
  msgstr "Poslat zákazníkovi o této operaci upozornění"
7061
 
7062
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1165
7063
  msgid "General"
7064
  msgstr "Základní"
7065
 
7066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1168
7067
+ #, fuzzy
7068
+ msgid "General Settings"
7069
+ msgstr "Základní"
7070
+
7071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1169
7072
+ #, fuzzy
7073
+ msgid "Customization of General Settings"
7074
+ msgstr "Základní"
7075
+
7076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1175
7077
  msgid "Fields"
7078
  msgstr "Formulářová pole"
7079
 
7080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1178
7081
+ #, fuzzy
7082
+ msgid "Fields Settings"
7083
+ msgstr "nastavení"
7084
+
7085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1184
7086
+ #, fuzzy
7087
  msgid "Emails"
7088
+ msgstr "Poslat e-mail"
7089
+
7090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
7091
+ #, fuzzy
7092
+ msgid "Emails Settings"
7093
+ msgstr "Poslat e-mail"
7094
 
7095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1187
7096
+ #, fuzzy
7097
  msgid "Customization of email templates"
7098
+ msgstr "E-mail"
7099
 
7100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1193
7101
  msgid "Payments"
7102
  msgstr ""
7103
 
7104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1196
7105
+ #, fuzzy
7106
+ msgid "Payments Settings"
7107
+ msgstr "nastavení"
7108
+
7109
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1196
7110
  msgid "Integration of payment systems"
7111
  msgstr ""
7112
 
7113
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1209
7114
+ #, fuzzy
7115
+ msgid "Search Settings"
7116
+ msgstr "nastavení"
7117
+
7118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1209
7119
+ #, fuzzy
7120
  msgid "Customization of search form"
7121
+ msgstr "Formulář"
7122
 
7123
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1218
7124
+ #, fuzzy
7125
+ msgid "Users Settings"
7126
+ msgstr "nastavení"
7127
 
7128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1218
7129
+ #, fuzzy
7130
+ msgid "Manage users settings"
7131
+ msgstr "nastavení"
7132
+
7133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1244
7134
+ #, fuzzy
7135
  msgid "Upgrade to higher versions."
7136
+ msgstr "Upgrade na vyšší verzi"
7137
 
7138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1255
7139
+ #, fuzzy
7140
  msgid "Features"
7141
+ msgstr "Prozkoumat Prémiovou verzi"
7142
 
7143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1256
7144
  msgid "Live Demos"
7145
  msgstr ""
7146
 
7147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1257
7148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1264
7149
+ #, fuzzy
7150
  msgid "Contact"
7151
+ msgstr "Kontaktní e-mail"
7152
 
7153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1258
7154
  msgid "Buy"
7155
  msgstr ""
7156
 
7157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7158
  msgid "Calendar is loading..."
7159
  msgstr "Nahrává se kalendář..."
7160
 
7161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1672
7162
  msgid ""
7163
  "Booking resource type is not defined. Its can be, when at the URL is wrong "
7164
  "booking hash."
7165
  msgstr ""
7166
 
7167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1801
7168
  #, php-format
7169
  msgid ""
7170
  "%sWarning! Booking calendar for this booking resource are already at the "
7171
  "page, please check more about this issue at %sthis page%s"
7172
  msgstr ""
7173
 
7174
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1889
7175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:446
7176
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:23
7177
  msgid "You need to use special shortcode [bookingedit] for booking editing."
7178
  msgstr ""
7179
 
7180
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1980
7181
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1982
7182
  msgid "Wrong booking hash in URL. Probably hash is expired."
7183
  msgstr ""
7184
 
7185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1986
7186
  msgid "You do not set any parameters for booking editing"
7187
  msgstr ""
7188
 
7189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2078
7190
  #, php-format
7191
  msgid ""
7192
  "Thank you for your online booking. %s We will send confirmation of your "
7194
  msgstr ""
7195
  "Děkujeme za vaši rezervaci. %sPotvrzení o rezervaci vám pošleme co nejdříve."
7196
 
7197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2149
7198
  #, php-format
7199
  msgid ""
7200
  "You need to approve a new booking %s for: %s Person detail information:%s "
7204
  "Je třeba schválit novou rezervaci %s na: %s Nový objednávající:%s Nová "
7205
  "rezervace čeká na schválení. Potvrdit nebo zamítnout ji můžete%s %s"
7206
 
7207
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2152
7208
  msgid "Your booking has been approved"
7209
  msgstr "Vaše rezervace byla potvrzena"
7210
 
7211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2154
7212
  #, php-format
7213
  msgid ""
7214
  "Your reservation %s for: %s has been approved.%sYou can edit the booking on "
7215
  "this page: %s Thank you, %s"
7216
  msgstr ""
7217
 
7218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2155
7219
  #, php-format
7220
  msgid "Your booking %s for: %s has been approved.%sThank you, %s"
7221
  msgstr "Vaše rezervace %s na %s byla potvrzena.%s Děkujeme, %s"
7222
 
7223
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2158
7224
  msgid "Your booking has been declined"
7225
  msgstr "Vaše rezervace byla zamítnuta"
7226
 
7227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2159
7228
  #, php-format
7229
  msgid "Your booking %s for: %s has been canceled. %sThank you, %s"
7230
  msgstr "Vaše rezervace %s na %s byla odmítnuta.%s Děkujeme, %s"
7231
 
7232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2167
7233
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:88
7234
+ #, fuzzy
7235
  msgid "Booking form"
7236
+ msgstr "Rezervační formulář"
7237
 
7238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2178
7239
+ #, fuzzy
7240
  msgid "Available"
7241
+ msgstr "Volné dny"
7242
 
7243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2182
7244
  msgid "Booked"
7245
  msgstr ""
7246
 
7247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2185
7248
  msgid "Partially booked"
7249
  msgstr ""
7250
 
7251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2899
7252
  msgid "Technical support section"
7253
  msgstr "Technická část podpory"
7254
 
7255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2903
7256
  msgid "Reindex booking data"
7257
  msgstr "Reindexace rezervačních údajů"
7258
 
7259
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2905
7260
+ #, fuzzy
7261
  msgid "Reindex"
7262
+ msgstr "Reindexace rezervačních údajů"
7263
 
7264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2911
7265
  msgid ""
7266
  " Click, if you want to reindex booking data by booking dates sort field "
7267
  "(Your installation/update of the plugin must be successful)."
7269
  "Klepněte na tlačítko, chcete-li Reindexovat rezervační údaje (instalace/"
7270
  "aktualizace pluginu musí být úspěšná)."
7271
 
7272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2956
7273
  #, php-format
7274
  msgid "%s Found %s not indexed bookings %s"
7275
  msgstr ""
7276
 
7277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2971
7278
  #, php-format
7279
  msgid "%s Finish getting sort dates. %s"
7280
  msgstr ""
7281
 
7282
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2980
7283
+ #, fuzzy, php-format
7284
  msgid "Updated booking: %s"
7285
+ msgstr "Nové (neověřené) rezervace"
7286
 
7287
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:301
7288
  msgid "no"
7289
  msgstr ""
7290
 
7291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1921
7292
+ msgid "Warning! Some error occur, during sending registration request."
7293
  msgstr ""
7294
 
7295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1926
7296
  msgid ""
7297
+ "Please refresh this page and if the same error appear again contact support "
7298
+ "by email (with info about order number and website) for finishing the "
7299
+ "registrations"
7300
  msgstr ""
7301
 
7302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1986
7303
+ #, fuzzy
7304
  msgid "version"
7305
+ msgstr "Verze"
7306
 
7307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:1988
7308
  #, php-format
7309
  msgid "Add your %s on %swordpress.org%s, if you enjoyed by this plugin."
7310
  msgstr ""
7311
 
7312
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:98
7313
+ #, fuzzy
7314
  msgid "Booking resource"
7315
+ msgstr "Rezervace"
7316
 
7317
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:115
7318
+ #, fuzzy
7319
  msgid "Visible months"
7320
+ msgstr "Měsíce"
7321
 
7322
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:135
7323
  msgid "Footer"
7340
  msgid "%sSeveral widgets are supported at %spaid versions%s."
7341
  msgstr ""
7342
 
7343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:276
7344
  msgid "Main"
7345
  msgstr "Hlavní"
7346
 
7347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:280
7348
  msgid "Admin email"
7349
  msgstr "E-mail/y administrátora"
7350
 
7351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:292
7352
  msgid "Show / hide hints"
7353
  msgstr "Ukázat/skrýt nápovědu"
7354
 
7355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:298
7356
  msgid "Check this box if you want to show help hints on the admin panel."
7357
  msgstr ""
7358
  "Zaškrtněte toto políčko, pokud chcete zobrazovat nápovědy v tomto panelu."
7359
 
7360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:311
7361
+ #, fuzzy
7362
  msgid "Show advanced settings of JavaScript loading"
7363
+ msgstr "Rozbalit pokročilá nastavení"
7364
 
7365
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:312
7366
+ #, fuzzy
7367
  msgid "Hide advanced settings of JavaScript loading"
7368
+ msgstr "Skrýt pokročilá nastavení"
7369
 
7370
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:322
7371
  msgid "Disable Bootstrap loading on Front-End"
7372
  msgstr ""
7373
 
 
7374
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
7375
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:343
7376
  msgid ""
7377
  "You are need to be sure what you are doing. You are disable of loading some "
7378
  "JavaScripts Do you really want to do this?"
7379
  msgstr ""
7380
 
 
7381
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:330
7382
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:345
7383
  msgid ""
7384
  " If your theme or some other plugin is load the BootStrap JavaScripts, you "
7385
  "can disable loading of this script by this plugin."
7386
  msgstr ""
7387
 
7388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:337
7389
  msgid "Disable Bootstrap loading on Back-End"
7390
  msgstr ""
7391
 
7392
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:363
7393
+ #, fuzzy
7394
  msgid "Show settings of powered by notice"
7395
+ msgstr "Rozbalit pokročilá nastavení"
7396
 
7397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:364
7398
+ #, fuzzy
7399
  msgid "Hide settings of powered by notice"
7400
+ msgstr "Skrýt pokročilá nastavení"
7401
 
7402
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:372
7403
  msgid "Powered by notice"
7404
  msgstr ""
7405
 
7406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:377
7407
  msgid " Turn On/Off powered by \"Booking Calendar\" notice under the calendar."
7408
  msgstr ""
7409
 
7410
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:387
7411
  msgid "Copyright notice"
7412
  msgstr ""
7413
 
7414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:393
7415
  msgid " Turn On/Off version notice at footer of booking admin panel."
7416
  msgstr ""
7417
 
7418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:414
7419
  msgid "Calendar Skin"
7420
  msgstr "Vzhled kalendáře"
7421
 
7422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:425
7423
  msgid "Select the skin of the booking calendar"
7424
  msgstr "Vyberte vzhled kalendáře"
7425
 
7426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:430
7427
  msgid "Number of months"
7428
  msgstr "Počet měsíců"
7429
 
7430
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:435
7431
  msgid "month(s)"
7432
  msgstr "měsíc(ů)"
7433
 
7434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:440
7435
  msgid "year(s)"
7436
  msgstr "rok(ů)"
7437
 
7438
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:443
7439
  msgid "Select the maximum number of months to show (scroll)"
7440
  msgstr "Zobrazí počet měsíců / roků v přehledu"
7441
 
7442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:448
7443
  msgid "Start Day of the week"
7444
  msgstr "První den v týdnu"
7445
 
7446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:459
7447
  msgid "Select your start day of the week"
7448
  msgstr "Vyberte první pracovní den vašeho týdne"
7449
 
7450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:466
7451
  msgid "Unavailable days from today"
7452
  msgstr "Nedostupné dny ode dneška"
7453
 
7454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:473
7455
  msgid "Select number of unavailable days in calendar start from today."
7456
  msgstr "Počet nedostupných dnů v kalendáři ode dneška."
7457
 
7458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:479
7459
  msgid "Unavailable week days"
7460
  msgstr "Nedostupné dny v týdnu"
7461
 
7462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:509
7463
  msgid ""
7464
  "Check unavailable days in calendars. This option will overwrite all other "
7465
  "settings."
7467
  "Zaškrtněte nedostupné dny v kalendáři. Tato volba přepíše všechna ostatní "
7468
  "nastavení."
7469
 
7470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:516
7471
  msgid "Type of days selection in calendar"
7472
  msgstr "Možnost rezervace po dnech"
7473
 
7474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:532
7475
  msgid "Single day"
7476
  msgstr "Vybrat pouze jeden den"
7477
 
7478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:542
7479
  msgid "Multiple days"
7480
  msgstr "Možnost vybírat více dnů"
7481
 
7482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:553
7483
  msgid "Range days"
7484
  msgstr "Rozsah dnů"
7485
 
7486
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:578
7487
  msgid "Form"
7488
  msgstr "Formulář"
7489
 
7490
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:593
7491
  msgid "Check the box to activate CAPTCHA inside the booking form."
7492
  msgstr "Aktivuje CAPTCHU (kontrolní pole) u rezervačního formuláře."
7493
 
7494
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:600
7495
  msgid "Auto-fill fields"
7496
  msgstr "Automatické vyplňování"
7497
 
7498
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
7499
  msgid "Check the box to activate auto-fill form fields for logged in users."
7500
  msgstr ""
7501
  "Zaškrtněte políčko pro aktivaci automatického vyplňování formulářů pro "
7502
  "přihlášené uživatele."
7503
 
7504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:610
7505
  msgid "Use CSS BootStrap"
7506
  msgstr "Používejte CSS BootStrap"
7507
 
7508
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:615
7509
  msgid "Using BootStrap CSS for the form fields"
7510
  msgstr ""
7511
 
7512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:618
7513
  msgid ""
7514
  "You must not deactivate loading BootStrap files at main section of these "
7515
  "settings!"
7517
  "Nesmíte deaktivovat načítání Bootstrap souborů v hlavní části těchto "
7518
  "nastavení!"
7519
 
7520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:635
7521
  msgid "Action after booking is done"
7522
  msgstr "Akce po zarezervování"
7523
 
7524
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:643
7525
  msgid "Show \"Thank You\" message"
7526
  msgstr "Zobrazit zprávu"
7527
 
7528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:650
7529
  msgid "Redirect visitor to a new \"Thank You\" page"
7530
  msgstr "Přesměrovat návštěvníka na novou stránku"
7531
 
7532
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:654
7533
  msgid "This action will have no effect, if the payment form(s) is active!"
7534
  msgstr "Tato akce nebude mít žádný vliv, pokud je aktivní platební formulář!"
7535
 
7536
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:663
7537
  msgid "Message title"
7538
  msgstr "Zobrazit zprávu"
7539
 
7540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:666
7541
  #, php-format
7542
  msgid "Type title of message %safter booking has done by user%s"
7543
  msgstr "Vložte text zprávy %spo úspěšném zarezervování uživatele%s"
7544
 
7545
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:671
7546
  msgid "Time of message showing"
7547
  msgstr "Doba zobrazení zprávy"
7548
 
7549
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:674
7550
  msgid "Set duration of time (milliseconds) to show this message"
7551
  msgstr "Nastavte délku času zobrazení v milisekundách"
7552
 
7553
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:681
7554
  msgid "URL of \"thank you\" page"
7555
  msgstr "Adresa stránky"
7556
 
7557
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:686
7558
  #, php-format
7559
  msgid "Type URL of %s\"Thank You\" page%s"
7560
  msgstr "Vložte URL adresy %s\"děkovné\" stránky%s"
7561
 
7562
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:701
7563
  msgid "Listing of bookings"
7564
  msgstr "Seznam rezervací"
7565
 
7566
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:704
7567
  msgid "Default booking admin page"
7568
  msgstr "Výchozí režim zobrazení"
7569
 
7570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:707
7571
  msgid "Bookings Listing"
7572
  msgstr "Seznam rezervací"
7573
 
7574
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:715
7575
  msgid "Select your default view mode of bookings at the booking listing page"
7576
  msgstr "Vyberte výchozí režim zobrazení pro rezervace na stránce rezervací"
7577
 
7578
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:725
7579
  msgid "Default calendar view mode"
7580
  msgstr "Výchozí režim zobrazení kalendáře"
7581
 
7582
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:777
7583
  msgid ""
7584
  "Select your default calendar view mode at booking calendar overview page"
7585
  msgstr "Vyberte výchozí režim zobrazení kalendáře"
7586
 
7587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:787
7588
  msgid "Default toolbar tab"
7589
  msgstr "Výchozí režim zobrazení karty"
7590
 
7591
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:789
7592
  msgid "Filter tab"
7593
  msgstr "filtry"
7594
 
7595
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:790
7596
  msgid "Actions tab"
7597
  msgstr "akce"
7598
 
7599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:797
7600
  msgid "Select your default opened tab in toolbar at booking listing page"
7601
  msgstr "Vyberte výchozí nastavení otevření karty"
7602
 
7603
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:802
7604
  msgid "Bookings number per page"
7605
  msgstr "Počet rezervací na stránce"
7606
 
7607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:811
7608
  msgid "Select number of bookings per page in booking listing"
7609
  msgstr "Zvolte kolik rezervací se bude zorbazovat na stránce"
7610
 
7611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:817
7612
  msgid "Bookings default order"
7613
  msgstr "Výchozí řazení rezervací"
7614
 
7615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:820
 
 
7616
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
7617
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:832
7618
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:837
7619
  msgid "ASC"
7620
  msgstr "vzestupně"
7621
 
7622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:821
 
 
7623
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
7624
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:833
7625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:838
7626
  msgid "DESC"
7627
  msgstr "sestupně"
7628
 
7629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:846
7630
  msgid "Select your default order of bookings in the booking listing"
7631
  msgstr "Vyberte jak se budou rezervace řadit"
7632
 
7633
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:853
7634
  msgid "Date Format"
7635
  msgstr "Formát data"
7636
 
7637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:857
7638
  msgid "F j, Y"
7639
  msgstr ""
7640
 
7641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:879
7642
  #, php-format
7643
  msgid ""
7644
  "Type your date format for emails and the booking table. %sDocumentation on "
7647
  "Zadejte vlastní formát data pro e-maily a rezervační tabulky. %sDokumentace "
7648
  "na formátování%s"
7649
 
7650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:887
7651
  msgid "Dates view"
7652
  msgstr "Zobrazení dní"
7653
 
7654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:890
7655
  msgid "Short days view"
7656
  msgstr "Krátké názvy dnů"
7657
 
7658
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:891
7659
  msgid "Wide days view"
7660
  msgstr "Celé názvy dnů"
7661
 
7662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:893
7663
  msgid "Select the default view for dates on the booking tables"
7664
  msgstr "Vyberte výchozí zobrazování dnů"
7665
 
7666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:918
7667
  msgid "Information"
7668
  msgstr "Informace"
7669
 
7670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:928
7671
  msgid "Recommended WordPress Plugins"
7672
  msgstr ""
7673
 
7674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:930
7675
  msgid "Booking Manager - show all old bookings"
7676
  msgstr ""
7677
 
7678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:934
7679
  #, php-format
7680
  msgid ""
7681
  "This wordpress plugin is %sshow all approved and pending bookings from past"
7683
  "%sexport to CSV, print layout, advanced filter%s. "
7684
  msgstr ""
7685
 
7686
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:948
7687
  msgid "User permissions for plugin menu pages"
7688
  msgstr "Nastavení oprávnění k editaci pluginu"
7689
 
7690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1008
7691
  msgid "Select user access level for the menu pages of plugin"
7692
  msgstr "Zvolte úroveň přístupu uživatelů k menu pluginu"
7693
 
7694
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1018
7695
  msgid "Uninstall / deactivation"
7696
  msgstr "Odinstalovat / deaktivovat"
7697
 
7698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1022
7699
  msgid "Delete booking data, when plugin deactivated"
7700
  msgstr "Smazat rezervační údaje, pokud je plugin deaktivován"
7701
 
7702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1027
7703
  msgid ""
7704
  "If you check this option, all booking data will be deleted when you "
7705
  "uninstall this plugin. Do you really want to do this?"
7707
  "Pokud zaškrtnete tuto volbu, budou při odinstalaci pluginu všechny "
7708
  "rezervační údaje smazány. Opravdu to chcete udělat?"
7709
 
7710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1029
7711
  msgid ""
7712
  "Check this box to delete all booking data when you uninstal this plugin."
7713
  msgstr ""
7714
  "Zaškrtněte toto políčko a všechny rezervace budou při odinstalaci tohoto "
7715
  "pluginu odstraněny."
7716
 
7717
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1164
7718
  msgid "Show legend below calendar"
7719
  msgstr "Zobrazit legendu pod kalendářem"
7720
 
7721
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1172
7722
  msgid "Check this box to display a legend of dates below the booking calendar."
7723
  msgstr "Zaškrtnutím tohoto políčka zobrazíte legendu rezervací pod kalendáře."
7724
 
7725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1182
7726
  msgid "Available item"
7727
  msgstr "Volné dny"
7728
 
7729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1188
7730
  #, php-format
7731
  msgid "Activate and type your %stitle of available%s item in legend"
7732
  msgstr "Aktivujte a pojmenujte %snázev dostupných%s dnů"
7733
 
7734
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1194
7735
  msgid "Pending item"
7736
  msgstr "Čekající na potvrzení"
7737
 
7738
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1200
7739
  #, php-format
7740
  msgid "Activate and type your %stitle of pending%s item in legend"
7741
  msgstr "Aktivujte a pojmenujte %snázev nepotvrzených%s dnů"
7742
 
7743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1206
7744
  msgid "Approved item"
7745
  msgstr "Schválené dny"
7746
 
7747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1212
7748
  #, php-format
7749
  msgid "Activate and type your %stitle of approved%s item in legend"
7750
  msgstr "Aktivujte a pojmenujte %snázev schválených%s dnů"
7751
 
7752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1218
7753
+ #, fuzzy
7754
  msgid "Partially booked item"
7755
+ msgstr "Volné dny"
7756
 
7757
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1224
7758
+ #, fuzzy, php-format
7759
  msgid "Activate and type your %stitle of partially booked%s item in legend"
7760
+ msgstr "Aktivujte a pojmenujte %snázev dostupných%s dnů"
7761
 
7762
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1225
7763
  msgid ""
7764
  "Partially booked item - day, which is booked for the specific time-slot(s)."
7765
  msgstr ""
7766
 
7767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1249
7768
  msgid "Form fields labels"
7769
  msgstr "Popisky formulářových polí"
7770
 
7771
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1271
7772
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1314
7773
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1402
7774
  msgid "Field Label"
7775
  msgstr "Formulářové pole"
7776
 
7777
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1288
7778
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1331
7779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1376
7780
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1419
7781
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1462
7782
  msgid "Required"
7783
  msgstr "Vyžadováno"
7784
 
7785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1291
7786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1334
7787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1422
7788
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1465
7789
  msgid "Activate or deactivate field and change the label title"
7790
  msgstr "Aktivovat/deaktivovat pole. Změnit název popisku."
7791
 
7792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1359
7793
  msgid "Email Label"
7794
  msgstr "Pole pro E-mail"
7795
 
7796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1379
7797
  msgid ""
7798
  "Change the label title of this field. Email is obligatory field in booking "
7799
  "form."
7800
  msgstr "Změnit název popisku. E-mail je povinnou položkou."
7801
 
7802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1445
7803
  msgid "Textarea Label"
7804
  msgstr "Pole pro Zprávu"
7805
+
7806
+ #~ msgid "Number of visitors"
7807
+ #~ msgstr "Počet návštěvníků"
7808
+
7809
+ #~ msgid "Setting"
7810
+ #~ msgstr "Nastavení"
languages/wpdev-booking-da_DK.mo CHANGED
Binary file
languages/wpdev-booking-da_DK.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-03-16 13:37+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
@@ -17,137 +17,137 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
18
  "\\.\n"
19
 
20
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:119
21
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
22
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:380
23
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:384
24
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:501
25
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:749
26
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:754
27
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1523
28
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
29
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
30
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
31
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:807
32
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:808
33
  msgid "Dates"
34
  msgstr "Datoer"
35
 
36
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
37
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
38
  msgid "Full cost of the booking"
39
  msgstr "Fuld omkostning af reserveringen"
40
 
41
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:122
42
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
43
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
44
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3802
45
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
46
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
47
  msgid "First Name (required)"
48
  msgstr "Fornavn (skal udfyldes)"
49
 
50
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
51
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
52
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
53
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3803
54
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
55
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
56
  msgid "Last Name (required)"
57
  msgstr "Efternavn (skal udfyldes)"
58
 
59
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
60
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
61
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
62
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3804
63
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
64
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
65
  msgid "Email (required)"
66
  msgstr "Email (skal udfyldes)"
67
 
68
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
69
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
70
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
71
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1360
72
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
73
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3805
74
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
75
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3837
76
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3857
77
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3868
78
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3883
79
  msgid "Phone"
80
  msgstr "Telefon"
81
 
82
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
83
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
84
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
85
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3838
86
  msgid "Address (required)"
87
  msgstr "Adresse (skal udfyldes)"
88
 
89
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
90
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
91
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
92
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3839
93
  msgid "City (required)"
94
  msgstr "By (skal udfyldes)"
95
 
96
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
97
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
98
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
99
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3840
100
  msgid "Post code (required)"
101
  msgstr "Postummer (skal udfyldes)"
102
 
103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
104
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
105
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3841
107
  msgid "Country (required)"
108
  msgstr "Land (skal udfyldes)"
109
 
110
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
111
  msgid "Visitors"
112
  msgstr "Gæster"
113
 
114
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
115
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
117
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3807
118
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3821
119
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3843
120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3860
121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3871
122
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3890
123
  msgid "Details"
124
  msgstr "Detaljer"
125
 
126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
127
  msgid "Coupon"
128
  msgstr "Kupon"
129
 
130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
131
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
132
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:117
133
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3808
134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
136
  msgid "I Accept term and conditions"
137
  msgstr "Jeg Accepterer udtryk og betingelser"
138
 
139
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:135
140
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:119
142
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2763
143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
144
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3824
145
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1807
147
  msgid "Send"
148
  msgstr "Send"
149
 
150
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:143
151
  msgid ""
152
  "Try selecting fewer visitors. The number of visitors may be more than the "
153
  "number of available units on selected day(s)!"
@@ -155,39 +155,39 @@ msgstr ""
155
  "Prøv at vælge færre gæster. Antallet af gæster kan være flere end antallet "
156
  "af disponible enheder på valgt dag(e)!"
157
 
158
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:342
159
  msgid "coupon"
160
  msgstr "kupon"
161
 
162
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:344
163
  msgid "discount"
164
  msgstr "rabat"
165
 
166
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:700
167
  msgid "Nothing found"
168
  msgstr "Ingenting fundet"
169
 
170
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:701
171
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:215
172
  msgid "Search results"
173
  msgstr "Søgeresultater"
174
 
175
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:815
176
  msgid "Book now"
177
  msgstr "Book nu"
178
 
179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:901
180
  msgid "Please select check-in and check-out days!"
181
  msgstr "Vælg venligst indcheckning og checkout dage!"
182
 
183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1090
184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1104
185
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:136
186
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1217
187
  msgid "Search"
188
  msgstr "Søg"
189
 
190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2002
191
  #, php-format
192
  msgid ""
193
  "Sorry, the reservation was not made because these days are already booked!!! "
@@ -198,183 +198,183 @@ msgstr ""
198
  "blevet booket!!! %s (Det er ikke muligt at oplagre denne sekvens af datoerne "
199
  "i den ressource.) %s Venligst %sgenindlæs%s siden og forsøg med andre dage."
200
 
201
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2515
202
  #, php-format
203
  msgid "The folowing pending booking(s): %s deleted."
204
  msgstr "Følgende uafklarrede resevering(er): %s er slettet."
205
 
206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2555
207
  msgid "Maximum available booking resource items"
208
  msgstr "Maksimale disponible reserveringsressourcepunkter"
209
 
210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2794
211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2972
212
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
213
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3393
214
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3613
215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3649
216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3734
217
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4301
218
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:844
219
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1301
220
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1944
221
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2062
222
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
223
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:137
225
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:82
226
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1219
227
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3285
228
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3352
229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3412
230
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3485
231
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3562
232
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3720
233
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3749
234
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:3084
235
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:257
236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:394
237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:562
238
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:685
239
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:902
240
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:912
241
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:932
242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1002
243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1233
244
  msgid "Click to toggle"
245
  msgstr "Klik for at (slå) til/fra"
246
 
247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2795
248
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:751
249
  msgid "Booking resources management"
250
  msgstr "Reserveringsressourcerhåndtering"
251
 
252
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2800
253
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3504
254
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3544
255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4078
256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
257
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4545
258
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4561
259
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:379
261
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:383
262
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:498
263
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:748
264
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:753
265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1224
266
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1257
267
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
268
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1579
269
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1582
270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1952
271
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:805
272
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:806
273
  msgid "ID"
274
  msgstr "ID"
275
 
276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2802
277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3875
278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4546
279
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1258
280
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
281
  msgid "Resource name"
282
  msgstr "Ressourcenavn"
283
 
284
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
285
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
286
  msgid "Number of resource items inside of parent resource"
287
  msgstr "Antal ressourcepunkter indenfor forælderressource"
288
 
289
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2804
290
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3823
291
  msgid "Capacity"
292
  msgstr "Kapacitet"
293
 
294
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2805
295
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2909
296
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3824
297
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3966
298
  msgid "Parent"
299
  msgstr "Forælder"
300
 
301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2806
302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2916
303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3825
304
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3976
305
  msgid "Priority"
306
  msgstr "Prioritet"
307
 
308
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
310
  msgid "Maximum number of visitors for resource"
311
  msgstr "Maksimumtal af gæster for ressource"
312
 
313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
315
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1735
316
  msgid "Max"
317
  msgstr "Max"
318
 
319
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2808
320
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3827
321
  msgid "visitors"
322
  msgstr "gæster"
323
 
324
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2810
325
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
326
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3829
327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4081
328
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1228
329
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1381
330
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1762
331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1777
332
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2125
333
  msgid "Actions"
334
  msgstr "Handlinger"
335
 
336
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2888
337
  msgid "Add"
338
  msgstr "Tilføj"
339
 
340
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2897
341
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:878
342
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4108
343
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
344
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4598
345
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1307
346
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1702
347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1996
348
  msgid "Delete"
349
  msgstr "Slet"
350
 
351
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2907
352
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
353
  msgid "Title"
354
  msgstr "Titel"
355
 
356
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2924
357
  msgid "Add new resource"
358
  msgstr "Tilføj ny ressource"
359
 
360
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2931
361
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3070
362
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3522
363
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3771
364
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:574
365
  msgid "Save"
366
  msgstr "Gem"
367
 
368
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
369
  msgid "Advanced Settings"
370
  msgstr "Avancerede Indstillinger"
371
 
372
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3112
374
  msgid "Set capacity based on number of visitors"
375
  msgstr "Sæt kapacitet baseret på antal gæster"
376
 
377
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2994
378
  #, fuzzy, php-format
379
  msgid ""
380
  "Check this box if you want total availability (daily capacity) to depend on "
@@ -383,14 +383,14 @@ msgstr ""
383
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
384
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
385
 
386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2995
387
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
388
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1463
389
  #, php-format
390
  msgid "Please read more info about configuration of this parameter %shere%s"
391
  msgstr "Læs venligst mere info om konfiguration af denne parameter %sher%s"
392
 
393
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3009
394
  #, php-format
395
  msgid ""
396
  "Add tooltip on calendar(s) to show availability based on the number of "
@@ -404,7 +404,7 @@ msgstr ""
404
  "reserveringsressource%s med antallet af gæster præciseret på booking "
405
  "formularen."
406
 
407
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3017
408
  #, php-format
409
  msgid ""
410
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -418,12 +418,12 @@ msgstr ""
418
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
419
  "på booking formularen."
420
 
421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3032
422
  msgid "Show availability"
423
  msgstr "Vis tilgængelighed"
424
 
425
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3039
426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3261
427
  msgid ""
428
  "Check this box to display the available number of booking resources with a "
429
  "tooltip, when mouse hovers over each day on the calendar(s)."
@@ -432,22 +432,22 @@ msgstr ""
432
  "reservering ressourcer med et tip, når musen bevæges over hver dag på "
433
  "kalender(er)."
434
 
435
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3047
436
  msgid "Availability description"
437
  msgstr "Tilgængelighedsbeskrivelse"
438
 
439
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3049
440
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3272
441
  #, php-format
442
  msgid "Type your %savailability%s description"
443
  msgstr "Indtast din %stilgængeligheds%s beskrivelse"
444
 
445
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3059
446
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3159
447
  msgid "Disable bookings in different booking resources"
448
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
449
 
450
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3063
451
  #, fuzzy
452
  msgid ""
453
  "Check this box to dissable reservations, which can be stored in different "
@@ -459,11 +459,11 @@ msgstr ""
459
  "reservationen kun tilladt, hvis alle dage af reservationer er ved samme "
460
  "bookende ressource, ellers vil fejlbeskeden blive vist."
461
 
462
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3105
463
  msgid "Advanced"
464
  msgstr "Avanceret"
465
 
466
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3119
467
  #, fuzzy
468
  msgid ""
469
  "Check this box if you want total availability (daily capacity) to depend on "
@@ -472,7 +472,7 @@ msgstr ""
472
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
473
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
474
 
475
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3122
476
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
@@ -492,16 +492,16 @@ msgstr ""
492
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:646
493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
494
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:313
495
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:312
496
  msgid "Important!"
497
  msgstr "Vigtigt!"
498
 
499
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3133
500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:504
501
  msgid "Type of days selection"
502
  msgstr "Type af dageudvælgelse"
503
 
504
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3138
505
  #, fuzzy
506
  msgid ""
507
  "Add tooltip on calendar(s) to show availability based on the number of "
@@ -513,17 +513,17 @@ msgstr ""
513
  "reserveringsressource%s med antallet af gæster præciseret på booking "
514
  "formularen."
515
 
516
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
517
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
518
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2807
519
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4418
520
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:603
521
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:639
522
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1210
523
  msgid "Note"
524
  msgstr "Note"
525
 
526
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3140
527
  #, fuzzy, php-format
528
  msgid ""
529
  "Be sure to match the maximum number of visitors for the %sone booking "
@@ -535,7 +535,7 @@ msgstr ""
535
  "reserveringsressource%s med antallet af gæster præciseret på booking "
536
  "formularen."
537
 
538
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3147
539
  #, fuzzy
540
  msgid ""
541
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
@@ -548,7 +548,7 @@ msgstr ""
548
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
549
  "på booking formularen."
550
 
551
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3149
552
  #, fuzzy, php-format
553
  msgid ""
554
  "Be sure to match the maximum number of visitors for %sall booking resources"
@@ -560,31 +560,31 @@ msgstr ""
560
  "reserveringsressource%s med antallet af gæster præciseret på booking "
561
  "formularen."
562
 
563
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3164
564
  #, fuzzy
565
  msgid ""
566
  "Check this box to dissable reservations, which can be stored in different "
567
  "booking resources."
568
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
569
 
570
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3167
571
  msgid ""
572
  "When checked, all reserved days must be at same booking resource otherwise "
573
  "error message will show."
574
  msgstr ""
575
 
576
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3196
577
  msgid "Use pending days as available"
578
  msgstr "Benyt uafklarede dage som disponibel"
579
 
580
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3205
581
  msgid ""
582
  "Check this box if you want to show the pending days as available in calendars"
583
  msgstr ""
584
  "Marker (sæt kryds i denne boks) hvis du vil vise de uafklarede dage som "
585
  "disponibel i kalenderen"
586
 
587
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3222
588
  msgid ""
589
  "Warning!!! After you approved the specific booking(s), all your pending "
590
  "bookings of the same booking resource as an approved booking for the dates, "
@@ -596,7 +596,7 @@ msgstr ""
596
  "godkendt reservering for datoerne, hvilke er skæring med datoer af godkendt "
597
  "reservering, vil automatisk blive annulleret!"
598
 
599
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
600
  msgid ""
601
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
602
  "is approved for these date(s)"
@@ -604,16 +604,16 @@ msgstr ""
604
  "Auto anuller alle uafklarede reserveringer for den specifikke dato(er), hvis "
605
  "en eller anden reservering er godkendt fordi disse dato(er)"
606
 
607
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3254
608
  msgid "Show availability in tooltip"
609
  msgstr "Vis tilgængelighed i tips"
610
 
611
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3270
612
  #, fuzzy
613
  msgid "Availability Title"
614
  msgstr "Tilgængelighed"
615
 
616
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3307
617
  #, fuzzy
618
  msgid ""
619
  "Use \"Check In\" date as available in calendar for booking resources with "
@@ -622,7 +622,7 @@ msgstr ""
622
  "Brug \"Check In\" dato som disponibel i kalender for at booke ressourcer med "
623
  "kapacitet højere end en."
624
 
625
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3314
626
  #, fuzzy
627
  msgid ""
628
  "Use \"Check Out\" date as available in calendar for booking resources with "
@@ -631,360 +631,391 @@ msgstr ""
631
  "Brug \"Check Out\" dato som disponibel i kalender for at booke ressourcer "
632
  "med kapacitet højere end en."
633
 
634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3340
635
  #, fuzzy
636
  msgid "Coupon Deleted"
637
  msgstr "Slettet"
638
 
639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3386
640
  #, fuzzy
641
  msgid "Coupon created"
642
  msgstr "prettet"
643
 
644
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3394
645
  #, fuzzy
646
  msgid "Add New Discount Coupon"
647
  msgstr "Rabatkupon felt"
648
 
649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3401
650
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
651
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3546
652
  msgid "Coupon Code"
653
  msgstr "Kupon Kode"
654
 
655
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3404
656
  #, fuzzy
657
  msgid "Enter coupon code."
658
  msgstr "Kupon Kode"
659
 
660
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3409
661
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
662
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3549
663
  msgid "Savings"
664
  msgstr "Besparelser"
665
 
666
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3413
667
  msgid "Fixed Amount"
668
  msgstr "Fast Beløb"
669
 
670
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3414
671
  msgid "Percentage Off"
672
  msgstr "Procentdel af"
673
 
674
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3417
675
  msgid "Enter number of fixed or percentage savings."
676
  msgstr ""
677
 
678
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3422
679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
680
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3560
681
  msgid "Expiration Date"
682
  msgstr "Udgåelsesdato"
683
 
684
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3430
685
  #, fuzzy
686
  msgid "Select Expiration Date of the coupon."
687
  msgstr "Udgåelsesdato"
688
 
689
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3436
690
  msgid "Minimum Booking Cost"
691
  msgstr ""
692
 
693
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3439
694
  msgid "Enter minimum booking cost, when coupon is applicable."
695
  msgstr ""
696
 
697
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
698
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
699
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
700
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4662
701
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1227
702
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:754
703
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:711
704
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:964
705
  msgid "Resources"
706
  msgstr "Ressourcer"
707
 
708
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3453
709
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
710
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:322
711
  msgid "All"
712
  msgstr "Alle"
713
 
714
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
715
  msgid "Select booking resources, where is possible to apply this coupon code."
716
  msgstr ""
717
 
718
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3473
719
  #, fuzzy
720
  msgid "Add New Coupon"
721
  msgstr "Tilføj ny ressource"
722
 
723
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3505
724
  msgid "The coupon code your customers will be using to receive the discount."
725
  msgstr "Kuponkoden dine kunder skal bruge for at få rabatten."
726
 
727
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3506
728
  msgid "The amount which will be saved. Enter only digits."
729
  msgstr "Beløbet som vil blive sparet. Indtast kun cifre."
730
 
731
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
732
  msgid "The minimum total cost required to use the coupon"
733
  msgstr "Minimum påkrævede totalomkostninger for at bruge kuponen"
734
 
735
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
736
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3555
737
  msgid "Minimum Purchase"
738
  msgstr "Minimumskøb"
739
 
740
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3508
741
  msgid "The date your coupon will expire"
742
  msgstr "Datoen din kupon vil udløbe"
743
 
744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3509
745
  msgid "Resource list, which supports this coupon"
746
  msgstr "Ressourceliste som tildeler denne kupon"
747
 
748
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
749
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1885
750
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
751
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
752
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:581
753
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:274
754
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:313
755
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
756
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1012
 
757
  msgid "Warning"
758
  msgstr "Advarsel"
759
 
760
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
761
  #, fuzzy
762
  msgid "Do you really want to delete this item?"
763
  msgstr "Vil du virkelig slette?"
764
 
765
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3581
766
  #, php-format
767
  msgid "%s - coupon field, "
768
  msgstr "%s - kuponfelt,"
769
 
770
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3582
771
  #, php-format
772
  msgid "Example: %s "
773
  msgstr "Eksempel: %s"
774
 
775
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3614
776
  msgid "Search form customization"
777
  msgstr "Søgeform tilpasning"
778
 
779
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3622
780
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3658
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
781
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
782
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:225
784
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3757
785
  msgid "Use these shortcodes for customization: "
786
  msgstr "Brug disse shortkoder for tilpasning:"
787
 
788
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
789
  #, php-format
790
  msgid "%s - search inside posts/pages which are part of this category, "
791
  msgstr "%s - søg inden for indlæg/sider som er en del af denne kategori,"
792
 
793
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3624
794
  #, php-format
795
  msgid "%s - search inside posts/pages which have this tag, "
796
  msgstr "%s - søg inden for indlæg/sider som har dette tag,"
797
 
798
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3625
799
  #, php-format
800
  msgid "%s - check-in date, "
801
  msgstr "%s - check-ind dato,"
802
 
803
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3626
804
  #, php-format
805
  msgid "%s - check-out date, "
806
  msgstr "%s - check-ud dato,"
807
 
808
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3627
809
  #, php-format
810
  msgid "%s - default selection number of visitors, "
811
  msgstr "%s - standard udvælgelsesantal af gæster,"
812
 
813
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3628
814
  #, php-format
815
  msgid "Example: %s - custom number of visitor selections\""
816
  msgstr "Eksempel: %s - specialtilpasset-antal af gæsteudvælgelser\""
817
 
818
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3629
819
  #, php-format
820
  msgid "%s - search button, "
821
  msgstr "%s - søgeknap,"
822
 
823
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3630
824
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3667
825
  #, fuzzy, php-format
826
  msgid "%s - new line "
827
  msgstr "Tilføj ny ressource(r)"
828
 
829
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3631
830
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3668
831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3760
832
  #, fuzzy
833
  msgid "Use any other HTML tags (carefully)."
834
  msgstr "brug enhver anden HTML tags (vær forsigtig)."
835
 
836
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3637
837
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3674
838
  msgid ""
839
  "Additional customization style of this element you can make at this file"
840
  msgstr "Ekstra tilpasningsstil af dette element du kan lave ved denne fil"
841
 
842
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3640
843
  msgid "Reset to default search form content"
844
  msgstr "Nulstil til standard søgeform indhold"
845
 
846
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3641
847
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3678
848
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3800
849
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2387
850
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2999
851
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4295
852
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4453
853
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4600
854
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1462
855
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2193
856
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1325
 
857
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
858
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
859
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:592
860
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:317
861
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1309
862
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1569
863
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1664
864
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3642
865
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3770
866
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1028
867
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1469
 
868
  msgid "Save Changes"
869
  msgstr "Gem ændringer"
870
 
871
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3650
872
  msgid "Customization of found booking resource items"
873
  msgstr "Tilpasning af fundne reserveringsressourcepunkter"
874
 
875
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3659
876
  #, php-format
877
  msgid "%s - resource title, "
878
  msgstr "%s - ressourcetitel,"
879
 
880
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3660
881
  #, php-format
882
  msgid "%s - link to the page with booking form, "
883
  msgstr "%s - link til siden med booking formularen,"
884
 
885
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3661
886
  #, php-format
887
  msgid "%s - availability of booking resource, "
888
  msgstr "%s - tilgængelighed af booking ressource,"
889
 
890
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3662
891
  #, php-format
892
  msgid "%s - maximum number of visitors for the booking resource, "
893
  msgstr "%s - maksimumantal af gæster for reserveringsressourcen,"
894
 
895
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3663
896
  #, php-format
897
  msgid "%s - cost of booking the resource, "
898
  msgstr "%s - omkostning ved at booke ressourcen,"
899
 
900
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3664
901
  #, php-format
902
  msgid ""
903
  "%s - featured image, taken from the featured image associated with the post, "
904
  msgstr ""
905
  "%s - fremhævet billede, taget fra fremhævet billede associeret med indlæg,"
906
 
907
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3665
908
  #, php-format
909
  msgid "%s - booking info, taken from the excerpt associated with the post, "
910
  msgstr "%s - booking info, taget fra uddraget associeret med indlægget,"
911
 
912
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3677
913
  #, fuzzy
914
  msgid "Reset to default form"
915
  msgstr "Nulstil til standard søgeform indhold"
916
 
917
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3689
918
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:209
919
- msgid "Search form"
920
- msgstr "Søge form"
921
-
922
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3691
923
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:471
924
- msgid "Check-in"
925
  msgstr "Check-ind"
926
 
927
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3693
928
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:481
929
- msgid "Check-out"
 
 
930
  msgstr "Check-ud"
931
 
932
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3695
933
- msgid "Number of visitors"
934
- msgstr "Antal gæster"
 
 
935
 
936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3735
937
  msgid "Search Cache Settings"
938
  msgstr "Søge Cache Indstillinger"
939
 
940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
941
  msgid "Cache expiration"
942
  msgstr "Cache udløb"
943
 
944
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3747
945
  msgid "hour(s)"
946
  msgstr "time(r)"
947
 
948
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3051
950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3220
951
  msgid "day(s)"
952
  msgstr "dag(e)"
953
 
954
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
955
  msgid "Select time of cache expiration"
956
  msgstr "Vælg tid for cache udløb"
957
 
958
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3764
959
  msgid "Cache will expire:"
960
  msgstr "Cache vil udløbe:"
961
 
962
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
963
  #, php-format
964
  msgid "Found: %s booking forms inside of posts or pages "
965
  msgstr "Fundet: %s booking formularer indenfor indlæg eller sider"
966
 
967
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3799
968
  msgid "Reset cache"
969
  msgstr "Nulstil cache"
970
 
971
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3862
972
  #, fuzzy
973
  msgid "Parent Resource"
974
  msgstr ""
975
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
976
  "forhøjelseskapacitet."
977
 
978
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3887
979
  #, fuzzy
980
  msgid "Max visitors"
981
  msgstr "Max"
982
 
983
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3951
984
  msgid "Capacity: "
985
  msgstr "Kapacitet:"
986
 
987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
988
  msgid ""
989
  "Select parent resource, if you want that parent resource is increase "
990
  "capacity."
@@ -992,7 +1023,7 @@ msgstr ""
992
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
993
  "forhøjelseskapacitet."
994
 
995
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3983
996
  msgid ""
997
  "Set priority of resource - resource with higher priority will be reserved "
998
  "firstly."
@@ -1000,79 +1031,79 @@ msgstr ""
1000
  "Sæt prioritet af ressource - ressource med højere prioritet vil blive "
1001
  "reserveret først."
1002
 
1003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3994
1004
  msgid "Resources count"
1005
  msgstr "Ressourcer tælling"
1006
 
1007
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4001
1008
  msgid "Create several booking resources for one time"
1009
  msgstr "Opret flere reserveringsressourcer for en tid"
1010
 
1011
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4015
1012
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2218
1013
  #, fuzzy
1014
  msgid "Default form"
1015
  msgstr "Standard Formular"
1016
 
1017
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4020
1018
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1019
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4225
1020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4273
1021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:852
1022
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1056
1023
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
1024
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2220
1025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4271
1026
  msgid "Standard"
1027
  msgstr "Standard"
1028
 
1029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4025
1030
  #, fuzzy
1031
  msgid "Select default custom booking form"
1032
  msgstr "Vælg din standard reserveringsressource."
1033
 
1034
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
1035
  msgid "Available: "
1036
  msgstr "Disponibel:"
1037
 
1038
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4219
1039
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:642
1040
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3933
1041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1807
1042
  msgid "Default"
1043
  msgstr "Foretrukne"
1044
 
1045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1046
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4226
1047
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4261
1048
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4262
1049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4274
1050
  msgid "Superior"
1051
  msgstr "Standard med udsigt"
1052
 
1053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4220
1054
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2365
1055
  msgid "Resource #1"
1056
  msgstr "Ressource #1"
1057
 
1058
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1059
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4227
1060
  msgid "Presidential Suite"
1061
  msgstr "Præsidentiel Suite"
1062
 
1063
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4221
1064
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2366
1065
  msgid "Resource #2"
1066
  msgstr "Ressource #2"
1067
 
1068
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1069
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4228
1070
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1405
1071
  msgid "Royal Villa"
1072
  msgstr "Kongelig Villa"
1073
 
1074
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4222
1075
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2367
1076
  msgid "Resource #3"
1077
  msgstr "Ressource #3"
1078
 
@@ -1082,150 +1113,160 @@ msgid "night(s)"
1082
  msgstr "/ nat"
1083
 
1084
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1086
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1087
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1088
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1089
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3858
1090
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3869
1091
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3888
1092
  msgid "Adults"
1093
  msgstr "Voksne"
1094
 
1095
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1096
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
1097
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3806
1098
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
1099
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3842
1100
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
1101
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3870
1102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3889
1103
  msgid "Children"
1104
  msgstr "Børn"
1105
 
1106
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:265
1107
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2870
1108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1109
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2955
 
1110
  msgid "per 1 day"
1111
  msgstr "per 1 dag"
1112
 
1113
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:266
1114
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2914
1115
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2954
 
1116
  msgid "from the cost of 1 day "
1117
  msgstr "fra omkostningen på 1 dag"
1118
 
1119
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:267
1120
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1121
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2956
 
1122
  #, php-format
1123
  msgid "Additional cost in %s per 1 day"
1124
  msgstr "Ekstra omkostning i %s per 1 dag"
1125
 
1126
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:268
1127
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:269
1128
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2919
1129
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2920
1130
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1131
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
 
1132
  msgid " for all days!"
1133
  msgstr "for alle dage!"
1134
 
1135
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:849
1136
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4267
 
 
 
 
 
 
 
1137
  #, fuzzy
1138
  msgid "Custom Form"
1139
  msgstr "Tilføj ny tilpasset formular"
1140
 
1141
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:864
1142
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4288
1143
  msgid "Load selected booking form"
1144
  msgstr "Load valgte booking formular"
1145
 
1146
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:866
1147
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4290
1148
  msgid "Load"
1149
  msgstr "Load"
1150
 
1151
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:872
1152
  msgid "Delete selected booking form"
1153
  msgstr "Slet valgte booking formular"
1154
 
1155
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:875
1156
  #, fuzzy
1157
  msgid "Do you really want to delete selected booking form ?"
1158
  msgstr "Ønsker du virkelig at slette valgte booking formular?"
1159
 
1160
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:882
1161
  msgid "Add new custom form"
1162
  msgstr "Tilføj ny tilpasset formular"
1163
 
1164
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:883
1165
  #, fuzzy
1166
  msgid "Add New Custom Form"
1167
  msgstr "Tilføj ny tilpasset formular"
1168
 
1169
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:888
1170
  msgid "Type the name of booking form"
1171
  msgstr "Indtast navnet på booking formularen"
1172
 
1173
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:891
1174
  msgid "Create new form"
1175
  msgstr "Opret ny formular"
1176
 
1177
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:894
1178
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3520
1179
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3769
1180
  msgid "Create"
1181
  msgstr "Opret"
1182
 
1183
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:896
1184
  msgid "Delete form"
1185
  msgstr "Slet formular"
1186
 
1187
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:900
1188
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:577
1189
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:617
1190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2775
1191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:123
1192
  msgid "Cancel"
1193
  msgstr "Annullere"
1194
 
1195
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1196
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:261
1197
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:441
1198
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-ajax.php:200
1199
  msgid "Deleted"
1200
  msgstr "Slettet"
1201
 
1202
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:936
1203
  msgid "There are no extended booking forms"
1204
  msgstr "Der er ingen udvidede booking formularer"
1205
 
1206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1054
1207
  msgid "Booking form type:"
1208
  msgstr "Booking formular type:"
1209
 
1210
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1061
1211
  #, fuzzy
1212
  msgid "Select type of booking form"
1213
- msgstr "Booking formular type:"
1214
 
1215
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1673
1217
  msgid "Booking Form"
1218
  msgstr "Booking Formular"
1219
 
1220
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1174
1221
  msgid "Standard booking resource cost"
1222
  msgstr "Standard booking ressourceomkostning"
1223
 
1224
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1175
1225
  msgid "Total booking resource cost"
1226
  msgstr "Total booking ressourceomkostning"
1227
 
1228
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1487
1229
  #, php-format
1230
  msgid ""
1231
  "%s - show cost hint for full booking in real time, depending on number of "
@@ -1234,12 +1275,12 @@ msgstr ""
1234
  "%s - vis omkostningsbetydning for fuld reservering i realtid, afhængig af "
1235
  "antal dage og udvalgte formelementer."
1236
 
1237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1488
1238
  #, php-format
1239
  msgid "Example: %sThe full cost of payment: %s"
1240
  msgstr "Eksempel: %sDen fulde omkostning ved betaling: %s"
1241
 
1242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1489
1243
  #, php-format
1244
  msgid ""
1245
  "%s - show hint of original booking cost without additional costs for full "
@@ -1248,12 +1289,12 @@ msgstr ""
1248
  "%s - vis betydning af oprindelig reserveringsomkostning uden ekstra "
1249
  "omkostninger for fuld reservering i realtid, afhænger kun af dage udvælgelse."
1250
 
1251
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1490
1252
  #, php-format
1253
  msgid "Example: %sThe original cost for payment: %s "
1254
  msgstr "Eksempel: %sDen oprindelige omkostning for betaling: %s "
1255
 
1256
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1491
1257
  #, php-format
1258
  msgid ""
1259
  "%s - show cost hint of additional booking cost, which depends from selection "
@@ -1262,35 +1303,35 @@ msgstr ""
1262
  "%s - vis omkostningsbetydning for ekstra reserveringsomkostning som afhænger "
1263
  "af udvælgelse af formelementer."
1264
 
1265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1492
1266
  #, php-format
1267
  msgid "Example: %sThe additional cost for payment: %s "
1268
  msgstr "Eksempel: %sDen ekstra omkostning for betaling: %s "
1269
 
1270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1271
  #, php-format
1272
  msgid "%s - enter direct cost at admin panel at page: "
1273
  msgstr "%s - indtast direkte omkostning på admin panel siden:"
1274
 
1275
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1493
1276
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:700
1277
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:739
1278
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:950
1279
  msgid "Add booking"
1280
  msgstr "Tilføj booking"
1281
 
1282
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1494
1283
  #, php-format
1284
  msgid "Example: %s"
1285
  msgstr "Eksempel: %s"
1286
 
1287
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2031
1288
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:295
1289
  msgid "yes"
1290
  msgstr "Ja"
1291
 
1292
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2140
1293
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2144
1294
  msgid ""
1295
  "Setting rate or cost, which is depend from number of selected days for the "
1296
  "resource"
@@ -1298,62 +1339,62 @@ msgstr ""
1298
  "Sætte takst eller omkostning, som er afhængig af antal udvalgte dage for "
1299
  "ressourcen"
1300
 
1301
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1302
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1303
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2487
1304
  msgid "Rates"
1305
  msgstr "Takster"
1306
 
1307
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1308
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1309
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1310
  msgid "Valuation days"
1311
  msgstr "Værdiansættelsesdage"
1312
 
1313
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2141
1314
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:427
1315
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1316
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:758
1317
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1318
  msgid "Deposit"
1319
  msgstr "Depositum"
1320
 
1321
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2145
1322
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2206
1323
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4684
1324
  msgid "Availability"
1325
  msgstr "Tilgængelighed"
1326
 
1327
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2149
1328
  msgid "Setting the default form for the specific resource"
1329
  msgstr "Sætte standard formular for den specifikke ressource"
1330
 
1331
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2150
1332
  msgid "Default Form"
1333
  msgstr "Standard Formular"
1334
 
1335
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2186
1336
  msgid "Set the cost based on the number of days selected for the reservation"
1337
  msgstr "Sæt omkostningen baseret på antallet af dage udvalgt for reservationen"
1338
 
1339
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1340
  #, fuzzy
1341
  msgid ""
1342
  "Activation of this feature is require setting cost per day or cost per night"
1343
  msgstr ""
1344
  "Aktivering af denne egenskab er kræver at der sættes omkostning per dag"
1345
 
1346
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2194
1347
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1348
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3193
1349
  msgid "Deposit amount"
1350
  msgstr "Depositumbeløb"
1351
 
1352
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2197
1353
  msgid "Set the deposit payment required for the payment form"
1354
  msgstr "Sæt depositumbetalingen påkrævet for betalingsformularen"
1355
 
1356
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2198
1357
  #, fuzzy
1358
  msgid ""
1359
  "Activate this feature at the cost section of general booking settings page, "
@@ -1362,83 +1403,83 @@ msgstr ""
1362
  "Lav venligst denne funktion aktiv ved omkostningssektionen af general "
1363
  "booking indstillingsside"
1364
 
1365
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2328
1366
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2339
1367
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2344
1368
  msgid "unavailable"
1369
  msgstr "Ikke ledig"
1370
 
1371
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2329
1372
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2340
1373
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2343
1374
  msgid "available"
1375
  msgstr "Ledig"
1376
 
1377
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2331
1378
  msgid "Availability booking type"
1379
  msgstr "Disponibel booking type"
1380
 
1381
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2336
1382
  #, fuzzy, php-format
1383
  msgid "All days for %s"
1384
  msgstr "for alle dage!"
1385
 
1386
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2346
1387
  #, fuzzy, php-format
1388
  msgid ""
1389
  "Select %s days by activating specific season filter below or %sadd new "
1390
  "season filter%s"
1391
  msgstr "Vælg %s dage nedenfor eller %stilføj ny sæsonfilter%s"
1392
 
1393
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2357
1394
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2379
1395
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4079
1396
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4100
1397
  #, fuzzy
1398
  msgid "Season Filter Name"
1399
  msgstr "Filternavn"
1400
 
1401
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2358
1402
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2380
1403
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2490
1404
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2559
1405
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4101
1406
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1407
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1408
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:452
1409
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:460
1410
  msgid "Description"
1411
  msgstr "Beskrivelse"
1412
 
1413
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2376
1414
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2515
1415
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1416
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2894
1417
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3024
1418
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3186
1419
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:859
1420
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1421
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:188
1422
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:208
1423
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:229
1424
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3300
1425
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3368
1426
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3427
1427
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3501
1428
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3578
1429
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1266
1430
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1309
1431
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1354
1432
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1397
1433
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1440
1434
  msgid "Active"
1435
  msgstr "Aktiv"
1436
 
1437
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2467
1438
  msgid "Seasonal rates of booking resource"
1439
  msgstr "Årstidsbestemte takster for booking ressource"
1440
 
1441
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2473
1442
  #, fuzzy, php-format
1443
  msgid ""
1444
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
@@ -1448,12 +1489,12 @@ msgstr ""
1448
  "omkostning %s, eller en fast omkostning) af reserveringsressourcen %s, eller "
1449
  "%stilføj en ny årstidsbestemt filter%s"
1450
 
1451
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2488
1452
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2539
1453
  msgid "Final cost"
1454
  msgstr "Total omkostning"
1455
 
1456
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2489
1457
  #, fuzzy
1458
  msgid "Season Filter"
1459
  msgstr ""
@@ -1461,62 +1502,62 @@ msgstr ""
1461
  "(ugedag eller dato fra sæsonfilter). Hver uge dag (dags specifikt "
1462
  "sæsonfilter) kan have anderledes tidsrumliste."
1463
 
1464
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2520
1465
  #, fuzzy
1466
  msgid "Rate"
1467
  msgstr "Bedøm dette plugin (tak:)"
1468
 
1469
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2529
1470
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2549
1471
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1953
1472
  msgid "for 1 day"
1473
  msgstr "for 1 dag"
1474
 
1475
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2530
1476
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2550
1477
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1954
1478
  msgid "for 1 night"
1479
  msgstr "for 1 nat"
1480
 
1481
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2531
1482
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2551
1483
  msgid "fixed deposit"
1484
  msgstr "fast depositum"
1485
 
1486
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2532
1487
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2552
1488
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1489
  msgid "for 1 hour"
1490
  msgstr "or 1 time"
1491
 
1492
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1493
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3510
1494
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3759
1495
  msgid "Filter Name"
1496
  msgstr "Filternavn"
1497
 
1498
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1499
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1500
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1501
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1502
  #, fuzzy
1503
  msgid "Note!"
1504
  msgstr "Note"
1505
 
1506
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2566
1507
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1508
  msgstr ""
1509
 
1510
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1511
  msgid "Update Rates"
1512
  msgstr "Opdaterings-Takster"
1513
 
1514
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2805
1515
  msgid "Set cost of booking resource based on the number of days selected"
1516
  msgstr ""
1517
  "Sæt omkostning for booking ressource baseret på antallet af valgte dage"
1518
 
1519
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2806
1520
  #, php-format
1521
  msgid ""
1522
  "If you add costs here, %srates%s for this booking resource will not take "
@@ -1525,43 +1566,43 @@ msgstr ""
1525
  "Hvis du tilføjer omkostninger her, %stakster%s for denne "
1526
  "reserveringsressource vil det ikke træde i kraft !!!"
1527
 
1528
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2810
1529
  #, php-format
1530
  msgid ""
1531
  "Cost setings at %stop have higher priority%s than other costs of same type "
1532
  "at the %sbottom%s of the list."
1533
  msgstr ""
1534
 
1535
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2811
1536
  #, php-format
1537
  msgid ""
1538
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1539
  "terms %s and after terms %s"
1540
  msgstr ""
1541
 
1542
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2813
1543
  #, php-format
1544
  msgid "%s and %s terms have higher priority than a range %s days."
1545
  msgstr ""
1546
 
1547
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2816
1548
  #, fuzzy
1549
  msgid "Warning!"
1550
  msgstr "Advarsel"
1551
 
1552
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2817
1553
  msgid ""
1554
  "Specific cost will take affect, only if it active (the box at the left side "
1555
  "is checked) and if \"Check In\" (start) date belong to selected season "
1556
  "filter or if set \"Any days\"."
1557
  msgstr ""
1558
 
1559
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2826
1560
  #, fuzzy
1561
  msgid "Number of Days"
1562
  msgstr "Konfigurer antal dage udvælgelse"
1563
 
1564
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2827
1565
  #, fuzzy
1566
  msgid "Cost Settings"
1567
  msgstr ""
@@ -1569,161 +1610,161 @@ msgstr ""
1569
  "dagene indstillinger-side for feltet 'For'. Så du kan definere omkostningen "
1570
  "af den sidste udvalgte dato."
1571
 
1572
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2828
1573
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2875
1574
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1575
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3066
1576
  #, fuzzy
1577
  msgid "Season Filter of Check In date"
1578
  msgstr "Udvalgt Indtjeknings-dato."
1579
 
1580
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2850
1581
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2924
1582
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3035
1583
  msgid "For"
1584
  msgstr "For"
1585
 
1586
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2852
1587
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2928
1588
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3040
1589
  #, fuzzy
1590
  msgid "Day Number(s)"
1591
  msgstr "år"
1592
 
1593
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2858
1594
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2934
1595
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3046
1596
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1597
  msgid "to"
1598
  msgstr "til"
1599
 
1600
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2862
1601
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2940
1602
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2117
1603
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:291
1604
  msgid "day"
1605
  msgstr "dag"
1606
 
1607
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1608
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2947
1609
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3056
1610
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:360
1611
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:394
1612
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:502
1613
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:729
1614
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:751
1615
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:756
1616
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:428
1617
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1618
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:759
1619
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:528
1620
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
1621
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
1622
  msgid "Cost"
1623
  msgstr "Omkostning"
1624
 
1625
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2877
1626
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2974
1627
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3068
1628
  msgid "Any days"
1629
  msgstr "Alle dage"
1630
 
1631
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2925
1632
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1633
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1634
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:880
1635
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3313
1636
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3374
1637
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3447
1638
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3522
1639
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3599
1640
  msgid "From"
1641
  msgstr "Fra"
1642
 
1643
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2926
1644
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
1645
  msgid "Together"
1646
  msgstr "Tilsammen"
1647
 
1648
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2941
1649
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2120
1650
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1651
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1652
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1653
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1654
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
 
1655
  msgid "days"
1656
  msgstr "dage"
1657
 
1658
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1659
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3079
1660
  msgid "Remove"
1661
  msgstr "Fjern"
1662
 
1663
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2998
1664
  msgid "Add new cost"
1665
  msgstr "Tilføj ny omkostning"
1666
 
1667
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3034
1668
  msgid "for all days"
1669
  msgstr "for alle dage"
1670
 
1671
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3159
1672
  msgid "Set amount of deposit payment"
1673
  msgstr "Sæt beløbet for depositumbetaling"
1674
 
1675
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3168
1676
  msgid "Deposit payment total"
1677
  msgstr "Depositumbetaling samlet"
1678
 
1679
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3171
1680
  msgid "Deposit payment is not active for booking resource"
1681
  msgstr "Depositumbetaling er ikke aktiv for booking ressource"
1682
 
1683
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3178
1684
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:850
1685
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3291
1686
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3359
1687
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3418
1688
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3493
1689
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3569
1690
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1514
1691
  msgid "Status"
1692
  msgstr "Status"
1693
 
1694
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3187
1695
  msgid "deposit payment for booking resource"
1696
  msgstr "depositumbetaling for booking ressource"
1697
 
1698
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3202
1699
  msgid "fixed total in"
1700
  msgstr "Fast samlet i"
1701
 
1702
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3203
1703
  msgid "of payment"
1704
  msgstr "af betalingen"
1705
 
1706
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1707
  #, fuzzy
1708
  msgid "Condition"
1709
  msgstr "Konfiguration"
1710
 
1711
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3212
1712
  #, php-format
1713
  msgid ""
1714
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1715
  "In%s days more than"
1716
  msgstr ""
1717
 
1718
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3230
1719
  msgid "Update Deposit"
1720
  msgstr "Opdatering-Depositum"
1721
 
1722
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3253
1723
  msgid "Deposit payment"
1724
  msgstr "Depositumbetaling"
1725
 
1726
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
1727
  #, php-format
1728
  msgid ""
1729
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
@@ -1732,7 +1773,7 @@ msgstr ""
1732
  "Maker denne kasse hvis du ønsker at bruge %sdepositum%s total %sbetaling%s "
1733
  "på betalingsformularen, i stedet for det fulde total af reserveringen."
1734
 
1735
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3259
1736
  #, fuzzy, php-format
1737
  msgid ""
1738
  " You can configure the deposit payment for your booking resources %shere%s."
@@ -1740,380 +1781,394 @@ msgstr ""
1740
  "Du kan konfigurere depositumbetalingen påkrævet for dine "
1741
  "reserveringsressourcer %sher%s."
1742
 
1743
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1744
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1745
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1746
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1747
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1748
  msgid "Su"
1749
  msgstr "Sø"
1750
 
1751
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1752
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1753
  msgid "Mo"
1754
  msgstr "Ma"
1755
 
1756
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1757
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1758
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1759
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1760
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1761
  msgid "Tu"
1762
  msgstr "Ti"
1763
 
1764
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1765
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1766
  msgid "We"
1767
  msgstr "ons"
1768
 
1769
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1770
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1771
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1772
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1773
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1774
  msgid "Th"
1775
  msgstr "Tor"
1776
 
1777
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1778
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1779
  msgid "Fr"
1780
  msgstr "Fr"
1781
 
1782
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3277
1783
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3557
1784
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:115
1785
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:152
1786
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:480
1787
  msgid "Sa"
1788
  msgstr "Lør"
1789
 
1790
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1791
  msgid "Jan"
1792
  msgstr "Jan"
1793
 
1794
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1795
  msgid "Feb"
1796
  msgstr "Feb"
1797
 
1798
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1799
  msgid "Mar"
1800
  msgstr "Mar"
1801
 
1802
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1803
  msgid "Apr"
1804
  msgstr "Apr"
1805
 
1806
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1807
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3934
1808
  msgid "May"
1809
  msgstr "Maj"
1810
 
1811
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1812
  msgid "Jun"
1813
  msgstr "Jun"
1814
 
1815
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1816
  msgid "Jul"
1817
  msgstr "Jul"
1818
 
1819
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1820
  msgid "Aug"
1821
  msgstr "Aug"
1822
 
1823
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1824
  msgid "Sep"
1825
  msgstr "Sep"
1826
 
1827
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1828
  msgid "Oct"
1829
  msgstr "Oct"
1830
 
1831
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1832
  msgid "Nov"
1833
  msgstr "Nov"
1834
 
1835
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3278
1836
  msgid "Dec"
1837
  msgstr "Dec"
1838
 
1839
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3340
1840
  msgid "time"
1841
  msgstr "tid"
1842
 
1843
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3356
1844
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3376
1845
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3397
1846
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
 
 
1847
  msgid "No days"
1848
  msgstr "Ingen dage"
1849
 
1850
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3358
1851
  msgid "Every"
1852
  msgstr "Hver"
1853
 
1854
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3399
1855
- msgid "of"
1856
- msgstr "af"
1857
-
1858
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3468
1859
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3710
1860
- msgid "Filter saved"
1861
- msgstr "Filter gemt"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1862
 
1863
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3504
1864
  msgid "Specific Dates Filter"
1865
  msgstr "Specifikke datoer Filter"
1866
 
1867
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3513
1868
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3762
1869
  #, fuzzy
1870
  msgid "Type filter name"
1871
  msgstr "Filternavn"
1872
 
1873
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3518
1874
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1875
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3767
1876
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1877
  #, fuzzy
1878
  msgid "Create new season filter"
1879
  msgstr "Opret datoerfilter"
1880
 
1881
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3526
1882
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3775
1883
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1636
1884
- msgid "Reset"
1885
- msgstr "Nulstil"
1886
-
1887
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1888
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1889
  #, fuzzy
1890
  msgid "Create New Season Filter"
1891
  msgstr "Opret datoerfilter"
1892
 
1893
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3624
1894
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4026
1895
  msgid "Save changes"
1896
  msgstr "Gem ændringer"
1897
 
1898
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3753
1899
  msgid "Conditional Dates Filter"
1900
  msgstr "Betingede datoer Filter"
1901
 
1902
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3787
1903
  msgid "Days of week"
1904
  msgstr "Dage på ugen"
1905
 
1906
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3795
1907
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1701
1908
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1790
1909
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1910
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:599
1911
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1912
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1913
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1914
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1915
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1916
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1917
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1918
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:436
1919
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:468
1920
  msgid "Sunday"
1921
  msgstr "Søndag"
1922
 
1923
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3801
1924
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1925
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1794
1926
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1927
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:600
1928
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1929
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1930
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1931
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1932
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1933
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1934
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1935
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:437
1936
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:472
1937
  msgid "Monday"
1938
  msgstr "Mandag"
1939
 
1940
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
1941
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1942
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1798
1943
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
1944
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:601
1945
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1946
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1947
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1948
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1949
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1950
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1951
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1952
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:438
1953
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:476
1954
  msgid "Tuesday"
1955
  msgstr "Tirsdag"
1956
 
1957
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
1958
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
1959
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1802
1960
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
1961
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:602
1962
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1963
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1964
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1965
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1966
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1967
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1968
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1969
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:439
1970
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:480
1971
  msgid "Wednesday"
1972
  msgstr "Onsdag"
1973
 
1974
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3819
1975
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
1976
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1806
1977
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
1978
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:603
1979
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1980
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1981
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1982
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
1983
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
1984
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
1985
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
1986
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:440
1987
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:484
1988
  msgid "Thursday"
1989
  msgstr "Torsdag"
1990
 
1991
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
1992
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
1993
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1810
1994
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
1995
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:604
1996
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
1997
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
1998
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1999
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
2000
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
2001
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
2002
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
2003
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:441
2004
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:488
2005
  msgid "Friday"
2006
  msgstr "Fredag"
2007
 
2008
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3831
2009
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2010
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1814
2011
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
2012
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:605
2013
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:109
2014
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:133
2015
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2016
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:139
2017
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:439
2018
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:445
2019
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:474
2020
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:442
2021
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:492
2022
  msgid "Saturday"
2023
  msgstr "Lørdag"
2024
 
2025
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3843
2026
  msgid "Days of month"
2027
  msgstr "Dage af måned"
2028
 
2029
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3923
2030
  msgid "Months"
2031
  msgstr "Måneder"
2032
 
2033
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3930
2034
  msgid "January"
2035
  msgstr "Januar"
2036
 
2037
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3931
2038
  msgid "February"
2039
  msgstr "Februar"
2040
 
2041
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3932
2042
  msgid "March"
2043
  msgstr "Marts"
2044
 
2045
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3933
2046
  msgid "April"
2047
  msgstr "April"
2048
 
2049
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3935
2050
  msgid "June"
2051
  msgstr "Juni"
2052
 
2053
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3954
2054
  msgid "July"
2055
  msgstr "Juli"
2056
 
2057
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3955
2058
  msgid "August"
2059
  msgstr "August"
2060
 
2061
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3956
2062
  msgid "September"
2063
  msgstr "September"
2064
 
2065
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3957
2066
  msgid "October"
2067
  msgstr "Oktober"
2068
 
2069
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3958
2070
  msgid "November"
2071
  msgstr "November"
2072
 
2073
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3959
2074
  msgid "December"
2075
  msgstr "December"
2076
 
2077
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3983
2078
  msgid "Years"
2079
  msgstr "År"
2080
 
2081
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4053
2082
  msgid "Filter deleted successfully"
2083
  msgstr "Filter slettet succesfuldt"
2084
 
2085
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4061
2086
  msgid "Create dates filter"
2087
  msgstr "Opret datoerfilter"
2088
 
2089
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
2090
  msgid "Create conditional days filter"
2091
  msgstr "Opret betingede dage filtrere"
2092
 
2093
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4073
2094
  msgid "Listing of season filters"
2095
  msgstr "Liste af sæsonfiltre"
2096
 
2097
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4080
2098
  msgid "Filters"
2099
  msgstr "Filtre"
2100
 
2101
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4104
2102
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4106
2103
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4597
2104
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1306
2105
  msgid "Edit"
2106
  msgstr "Rediger"
2107
 
2108
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4109
2109
  msgid "Do you really want to delete?"
2110
  msgstr "Vil du virkelig slette?"
2111
 
2112
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4141
2113
  msgid "Showing cost in tooltip"
2114
  msgstr "Vise omkostning i tips"
2115
 
2116
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4148
2117
  msgid ""
2118
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2119
  "over each day on the calendar(s)."
@@ -2121,30 +2176,30 @@ msgstr ""
2121
  "Maker denne kasse for at vise den daglige omkostningen med et tip, når musen "
2122
  "føres over dette på hver dag på kalender(e)."
2123
 
2124
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4156
2125
  #, fuzzy
2126
  msgid "Cost Title"
2127
  msgstr "Titel"
2128
 
2129
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4158
2130
  #, php-format
2131
  msgid "Type your %scost%s description"
2132
  msgstr "Indtast din %sOmkostning%s beskrivelse"
2133
 
2134
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4302
2135
  msgid "Advanced cost management"
2136
  msgstr "Avanceret omkostningshåndtering"
2137
 
2138
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4321
2139
  #, fuzzy
2140
  msgid "Configure Additional cost for the form"
2141
- msgstr "Ekstra omkostning for"
2142
 
2143
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4364
2144
  msgid "Additional cost for"
2145
  msgstr "Ekstra omkostning for"
2146
 
2147
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4414
2148
  #, fuzzy
2149
  msgid ""
2150
  "Check this box if you want that specific additional cost, which configured "
@@ -2155,69 +2210,69 @@ msgstr ""
2155
  "% for nogle valgmuligheder, også anvendt på omkostninger præciseret som "
2156
  "faste værdier for nogle valgmuligheder."
2157
 
2158
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4420
2159
  #, fuzzy
2160
  msgid ""
2161
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2162
  "checkbox(es)."
2163
  msgstr "Ekstra omkostning som afhænger fra feltudvælgelsen i formen"
2164
 
2165
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4423
2166
  #, php-format
2167
  msgid ""
2168
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2169
  "they exist in the %sbooking form%s."
2170
  msgstr ""
2171
 
2172
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4430
2173
  #, fuzzy
2174
  msgid "Enter additional cost in formats:"
2175
  msgstr "Ekstra omkostning for"
2176
 
2177
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4431
2178
  #, php-format
2179
  msgid ""
2180
  "For example, if the original cost of the booking is %s, then after applying "
2181
  "additional costs the total cost will be folowing"
2182
  msgstr ""
2183
 
2184
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2185
  #, fuzzy
2186
  msgid "Enter fixed cost"
2187
- msgstr "fast depositum"
2188
 
2189
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4434
2190
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2191
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2192
  #, fuzzy, php-format
2193
  msgid "%s, then total cost will be %s"
2194
  msgstr "Total omkostning"
2195
 
2196
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4437
2197
  #, fuzzy
2198
  msgid "Enter percentage of the entire booking"
2199
  msgstr "Indtast navnet på bookingressource"
2200
 
2201
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2202
  #, fuzzy
2203
  msgid "Enter fixed amount for each selected day"
2204
  msgstr "Omkostning for udvalgte dage"
2205
 
2206
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2207
  #, php-format
2208
  msgid "%s, then total cost will be (if selected 3 days) %s"
2209
  msgstr ""
2210
 
2211
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4440
2212
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2213
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2214
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2215
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2216
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:421
2217
  msgid "or"
2218
  msgstr "eller"
2219
 
2220
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4443
2221
  #, fuzzy
2222
  msgid ""
2223
  "Enter percentage as additional sum, which is based only on original cost and "
@@ -2226,149 +2281,169 @@ msgstr ""
2226
  "eller du kan specifere procent som ekstra sum, som bliver baseret kun på "
2227
  "oprindelig omkostning og ikke fuld sum. Eksempel:%s eler %s "
2228
 
2229
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4447
2230
  #, fuzzy, php-format
2231
  msgid ""
2232
  "Please check more info about configuration of this cost settings on this "
2233
  "%spage%s."
2234
  msgstr "Læs venligst mere info om konfiguration af denne parameter %sher%s"
2235
 
2236
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4520
2237
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1201
2238
  msgid "Resource ID or Title"
2239
  msgstr "Ressource ID eller Titel"
2240
 
2241
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4522
2242
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1203
2243
- #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1459
2244
  msgid "Go"
2245
  msgstr "Søg"
2246
 
2247
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4548
2248
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4574
2249
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1260
2250
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1285
 
 
 
 
 
2251
  msgid "Info"
2252
  msgstr "Info"
2253
 
2254
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2255
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
2256
  #, fuzzy
2257
  msgid "Selection"
2258
  msgstr "Udvælgelse af formular"
2259
 
2260
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4563
2261
  #, fuzzy
2262
  msgid "Resource Name"
2263
  msgstr "Ressourcenavn"
2264
 
2265
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4596
2266
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1305
2267
- msgid "Bulk Actions"
2268
- msgstr "Hoved-Handlinger"
2269
 
2270
- #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4665
2271
- m
2
  msgstr ""
3
  "Project-Id-Version: wpdev-booking\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-06-13 23:20+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: wpdevelop <info@wpdevelop.com>\n"
8
  "Language-Team: wpdevelop <info@wpbookingcalendar.com>\n"
17
  "X-Poedit-SearchPath-0: w:\\www\\home\\dev\\www\\wp-content\\plugins\\booking"
18
  "\\.\n"
19
 
20
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:120
21
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:241
22
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:283
23
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:287
24
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:404
25
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:302
26
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:307
27
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1524
28
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1581
29
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1584
30
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:756
31
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:822
32
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:823
33
  msgid "Dates"
34
  msgstr "Datoer"
35
 
36
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:121
37
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:242
38
  msgid "Full cost of the booking"
39
  msgstr "Fuld omkostning af reserveringen"
40
 
41
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:123
42
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:244
43
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:106
44
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3778
45
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3792
46
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3810
47
  msgid "First Name (required)"
48
  msgstr "Fornavn (skal udfyldes)"
49
 
50
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:124
51
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:245
52
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:107
53
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3779
54
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3793
55
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3811
56
  msgid "Last Name (required)"
57
  msgstr "Efternavn (skal udfyldes)"
58
 
59
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:125
60
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:246
61
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:108
62
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3780
63
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3794
64
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3812
65
  msgid "Email (required)"
66
  msgstr "Email (skal udfyldes)"
67
 
68
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:126
69
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:247
70
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:109
71
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1362
72
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:314
73
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3781
74
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3795
75
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3813
76
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3833
77
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3844
78
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3859
79
  msgid "Phone"
80
  msgstr "Telefon"
81
 
82
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:127
83
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:248
84
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:110
85
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3814
86
  msgid "Address (required)"
87
  msgstr "Adresse (skal udfyldes)"
88
 
89
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:128
90
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:249
91
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:111
92
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3815
93
  msgid "City (required)"
94
  msgstr "By (skal udfyldes)"
95
 
96
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:129
97
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:250
98
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:112
99
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3816
100
  msgid "Post code (required)"
101
  msgstr "Postummer (skal udfyldes)"
102
 
103
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:130
104
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:251
105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:113
106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3817
107
  msgid "Country (required)"
108
  msgstr "Land (skal udfyldes)"
109
 
110
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:131
111
  msgid "Visitors"
112
  msgstr "Gæster"
113
 
114
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:132
115
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:253
116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:115
117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3783
118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3797
119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3819
120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3836
121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3847
122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3866
123
  msgid "Details"
124
  msgstr "Detaljer"
125
 
126
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:133
127
  msgid "Coupon"
128
  msgstr "Kupon"
129
 
130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:134
131
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:254
132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:116
133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3784
134
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3798
135
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3820
136
  msgid "I Accept term and conditions"
137
  msgstr "Jeg Accepterer udtryk og betingelser"
138
 
139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:136
140
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:256
141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:118
142
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2737
143
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3786
144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3800
145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3822
146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1621
147
  msgid "Send"
148
  msgstr "Send"
149
 
150
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:170
151
  msgid ""
152
  "Try selecting fewer visitors. The number of visitors may be more than the "
153
  "number of available units on selected day(s)!"
155
  "Prøv at vælge færre gæster. Antallet af gæster kan være flere end antallet "
156
  "af disponible enheder på valgt dag(e)!"
157
 
158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:355
159
  msgid "coupon"
160
  msgstr "kupon"
161
 
162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:357
163
  msgid "discount"
164
  msgstr "rabat"
165
 
166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:717
167
  msgid "Nothing found"
168
  msgstr "Ingenting fundet"
169
 
170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:718
171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:217
172
  msgid "Search results"
173
  msgstr "Søgeresultater"
174
 
175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:842
176
  msgid "Book now"
177
  msgstr "Book nu"
178
 
179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:940
180
  msgid "Please select check-in and check-out days!"
181
  msgstr "Vælg venligst indcheckning og checkout dage!"
182
 
183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1140
184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:1153
185
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:138
186
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:1206
187
  msgid "Search"
188
  msgstr "Søg"
189
 
190
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2061
191
  #, php-format
192
  msgid ""
193
  "Sorry, the reservation was not made because these days are already booked!!! "
198
  "blevet booket!!! %s (Det er ikke muligt at oplagre denne sekvens af datoerne "
199
  "i den ressource.) %s Venligst %sgenindlæs%s siden og forsøg med andre dage."
200
 
201
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2572
202
  #, php-format
203
  msgid "The folowing pending booking(s): %s deleted."
204
  msgstr "Følgende uafklarrede resevering(er): %s er slettet."
205
 
206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2612
207
  msgid "Maximum available booking resource items"
208
  msgstr "Maksimale disponible reserveringsressourcepunkter"
209
 
210
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2851
211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3029
212
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3161
213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3450
214
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3675
215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3727
216
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3831
217
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4339
218
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:846
219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1303
220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1946
221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2072
222
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:100
223
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:104
224
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:140
225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:81
226
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1231
227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3259
228
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3326
229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3386
230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3459
231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3536
232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3696
233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3725
234
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:2898
235
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:275
236
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:409
237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:577
238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:700
239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:917
240
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:927
241
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:947
242
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1017
243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1248
244
  msgid "Click to toggle"
245
  msgstr "Klik for at (slå) til/fra"
246
 
247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2852
248
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:735
249
  msgid "Booking resources management"
250
  msgstr "Reserveringsressourcerhåndtering"
251
 
252
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2857
253
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3561
254
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3601
255
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4116
256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4137
257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4601
258
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4617
259
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-field-help-text.php:208
260
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:282
261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:286
262
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:401
263
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:301
264
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:306
265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1226
266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1287
267
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1302
268
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1580
269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1583
270
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1956
271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:820
272
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:821
273
  msgid "ID"
274
  msgstr "ID"
275
 
276
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2859
277
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3972
278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4602
279
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1288
280
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1304
281
  msgid "Resource name"
282
  msgstr "Ressourcenavn"
283
 
284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2861
285
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3920
286
  msgid "Number of resource items inside of parent resource"
287
  msgstr "Antal ressourcepunkter indenfor forælderressource"
288
 
289
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2861
290
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3920
291
  msgid "Capacity"
292
  msgstr "Kapacitet"
293
 
294
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2862
295
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2966
296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3921
297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4063
298
  msgid "Parent"
299
  msgstr "Forælder"
300
 
301
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2863
302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2973
303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3922
304
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4073
305
  msgid "Priority"
306
  msgstr "Prioritet"
307
 
308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2865
309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3924
310
  msgid "Maximum number of visitors for resource"
311
  msgstr "Maksimumtal af gæster for ressource"
312
 
313
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2865
314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3924
315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1737
316
  msgid "Max"
317
  msgstr "Max"
318
 
319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2865
320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3924
321
  msgid "visitors"
322
  msgstr "gæster"
323
 
324
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2867
325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3567
326
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3926
327
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4119
328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1230
329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1382
330
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1766
331
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1781
332
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2138
333
  msgid "Actions"
334
  msgstr "Handlinger"
335
 
336
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2945
337
  msgid "Add"
338
  msgstr "Tilføj"
339
 
340
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2954
341
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:916
342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4146
343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4149
344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4585
345
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1272
346
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1705
347
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:2003
348
  msgid "Delete"
349
  msgstr "Slet"
350
 
351
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2964
352
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-widget.php:76
353
  msgid "Title"
354
  msgstr "Titel"
355
 
356
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2981
357
  msgid "Add new resource"
358
  msgstr "Tilføj ny ressource"
359
 
360
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:2988
361
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3127
362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3560
363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3809
364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:477
365
  msgid "Save"
366
  msgstr "Gem"
367
 
368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3030
369
  msgid "Advanced Settings"
370
  msgstr "Avancerede Indstillinger"
371
 
372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3045
373
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3169
374
  msgid "Set capacity based on number of visitors"
375
  msgstr "Sæt kapacitet baseret på antal gæster"
376
 
377
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3051
378
  #, fuzzy, php-format
379
  msgid ""
380
  "Check this box if you want total availability (daily capacity) to depend on "
383
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
384
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
385
 
386
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3052
387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3179
388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1415
389
  #, php-format
390
  msgid "Please read more info about configuration of this parameter %shere%s"
391
  msgstr "Læs venligst mere info om konfiguration af denne parameter %sher%s"
392
 
393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3066
394
  #, php-format
395
  msgid ""
396
  "Add tooltip on calendar(s) to show availability based on the number of "
404
  "reserveringsressource%s med antallet af gæster præciseret på booking "
405
  "formularen."
406
 
407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3074
408
  #, php-format
409
  msgid ""
410
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
418
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
419
  "på booking formularen."
420
 
421
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3089
422
  msgid "Show availability"
423
  msgstr "Vis tilgængelighed"
424
 
425
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3096
426
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3318
427
  msgid ""
428
  "Check this box to display the available number of booking resources with a "
429
  "tooltip, when mouse hovers over each day on the calendar(s)."
432
  "reservering ressourcer med et tip, når musen bevæges over hver dag på "
433
  "kalender(er)."
434
 
435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3104
436
  msgid "Availability description"
437
  msgstr "Tilgængelighedsbeskrivelse"
438
 
439
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3106
440
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3329
441
  #, php-format
442
  msgid "Type your %savailability%s description"
443
  msgstr "Indtast din %stilgængeligheds%s beskrivelse"
444
 
445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3116
446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3216
447
  msgid "Disable bookings in different booking resources"
448
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
449
 
450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3120
451
  #, fuzzy
452
  msgid ""
453
  "Check this box to dissable reservations, which can be stored in different "
459
  "reservationen kun tilladt, hvis alle dage af reservationer er ved samme "
460
  "bookende ressource, ellers vil fejlbeskeden blive vist."
461
 
462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3162
463
  msgid "Advanced"
464
  msgstr "Avanceret"
465
 
466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3176
467
  #, fuzzy
468
  msgid ""
469
  "Check this box if you want total availability (daily capacity) to depend on "
472
  "Marker (sæt kryds i denne boks) hvis du ønsker at samlet tilgængelighed "
473
  "(daglig kapacitet) afhænger af antallet af valgte gæster %s"
474
 
475
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3179
476
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:119
477
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:128
478
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:138
492
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:646
493
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:660
494
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:313
495
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:311
496
  msgid "Important!"
497
  msgstr "Vigtigt!"
498
 
499
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3190
500
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:519
501
  msgid "Type of days selection"
502
  msgstr "Type af dageudvælgelse"
503
 
504
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3195
505
  #, fuzzy
506
  msgid ""
507
  "Add tooltip on calendar(s) to show availability based on the number of "
513
  "reserveringsressource%s med antallet af gæster præciseret på booking "
514
  "formularen."
515
 
516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3206
518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2845
519
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4456
520
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:618
521
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:654
522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1225
523
  msgid "Note"
524
  msgstr "Note"
525
 
526
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3197
527
  #, fuzzy, php-format
528
  msgid ""
529
  "Be sure to match the maximum number of visitors for the %sone booking "
535
  "reserveringsressource%s med antallet af gæster præciseret på booking "
536
  "formularen."
537
 
538
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3204
539
  #, fuzzy
540
  msgid ""
541
  "Display tooltip on calendar(s) to show availability based on total (fixed) "
548
  "gæster for %salg reserveringsressourcer%s med antallet af gæster præciseret "
549
  "på booking formularen."
550
 
551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3206
552
  #, fuzzy, php-format
553
  msgid ""
554
  "Be sure to match the maximum number of visitors for %sall booking resources"
560
  "reserveringsressource%s med antallet af gæster præciseret på booking "
561
  "formularen."
562
 
563
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3221
564
  #, fuzzy
565
  msgid ""
566
  "Check this box to dissable reservations, which can be stored in different "
567
  "booking resources."
568
  msgstr "Inaktiver reserveringer i forskellige reserveringsressourcer"
569
 
570
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3224
571
  msgid ""
572
  "When checked, all reserved days must be at same booking resource otherwise "
573
  "error message will show."
574
  msgstr ""
575
 
576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3253
577
  msgid "Use pending days as available"
578
  msgstr "Benyt uafklarede dage som disponibel"
579
 
580
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3262
581
  msgid ""
582
  "Check this box if you want to show the pending days as available in calendars"
583
  msgstr ""
584
  "Marker (sæt kryds i denne boks) hvis du vil vise de uafklarede dage som "
585
  "disponibel i kalenderen"
586
 
587
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3279
588
  msgid ""
589
  "Warning!!! After you approved the specific booking(s), all your pending "
590
  "bookings of the same booking resource as an approved booking for the dates, "
596
  "godkendt reservering for datoerne, hvilke er skæring med datoer af godkendt "
597
  "reservering, vil automatisk blive annulleret!"
598
 
599
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3281
600
  msgid ""
601
  "Auto Cancel all pending bookings for the specific date(s), if some booking "
602
  "is approved for these date(s)"
604
  "Auto anuller alle uafklarede reserveringer for den specifikke dato(er), hvis "
605
  "en eller anden reservering er godkendt fordi disse dato(er)"
606
 
607
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3311
608
  msgid "Show availability in tooltip"
609
  msgstr "Vis tilgængelighed i tips"
610
 
611
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3327
612
  #, fuzzy
613
  msgid "Availability Title"
614
  msgstr "Tilgængelighed"
615
 
616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3364
617
  #, fuzzy
618
  msgid ""
619
  "Use \"Check In\" date as available in calendar for booking resources with "
622
  "Brug \"Check In\" dato som disponibel i kalender for at booke ressourcer med "
623
  "kapacitet højere end en."
624
 
625
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3371
626
  #, fuzzy
627
  msgid ""
628
  "Use \"Check Out\" date as available in calendar for booking resources with "
631
  "Brug \"Check Out\" dato som disponibel i kalender for at booke ressourcer "
632
  "med kapacitet højere end en."
633
 
634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3397
635
  #, fuzzy
636
  msgid "Coupon Deleted"
637
  msgstr "Slettet"
638
 
639
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3443
640
  #, fuzzy
641
  msgid "Coupon created"
642
  msgstr "prettet"
643
 
644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3451
645
  #, fuzzy
646
  msgid "Add New Discount Coupon"
647
  msgstr "Rabatkupon felt"
648
 
649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3458
650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3603
652
  msgid "Coupon Code"
653
  msgstr "Kupon Kode"
654
 
655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3461
656
  #, fuzzy
657
  msgid "Enter coupon code."
658
  msgstr "Kupon Kode"
659
 
660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3466
661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3563
662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3606
663
  msgid "Savings"
664
  msgstr "Besparelser"
665
 
666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3470
667
  msgid "Fixed Amount"
668
  msgstr "Fast Beløb"
669
 
670
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3471
671
  msgid "Percentage Off"
672
  msgstr "Procentdel af"
673
 
674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3474
675
  msgid "Enter number of fixed or percentage savings."
676
  msgstr ""
677
 
678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3479
679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3565
680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3617
681
  msgid "Expiration Date"
682
  msgstr "Udgåelsesdato"
683
 
684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3487
685
  #, fuzzy
686
  msgid "Select Expiration Date of the coupon."
687
  msgstr "Udgåelsesdato"
688
 
689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3493
690
  msgid "Minimum Booking Cost"
691
  msgstr ""
692
 
693
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3496
694
  msgid "Enter minimum booking cost, when coupon is applicable."
695
  msgstr ""
696
 
697
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3507
698
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3619
700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4705
701
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1229
702
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:755
703
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:671
704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:979
705
  msgid "Resources"
706
  msgstr "Ressourcer"
707
 
708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3510
709
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3587
710
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:324
711
  msgid "All"
712
  msgstr "Alle"
713
 
714
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3523
715
  msgid "Select booking resources, where is possible to apply this coupon code."
716
  msgstr ""
717
 
718
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3530
719
  #, fuzzy
720
  msgid "Add New Coupon"
721
  msgstr "Tilføj ny ressource"
722
 
723
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3562
724
  msgid "The coupon code your customers will be using to receive the discount."
725
  msgstr "Kuponkoden dine kunder skal bruge for at få rabatten."
726
 
727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3563
728
  msgid "The amount which will be saved. Enter only digits."
729
  msgstr "Beløbet som vil blive sparet. Indtast kun cifre."
730
 
731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3564
732
  msgid "The minimum total cost required to use the coupon"
733
  msgstr "Minimum påkrævede totalomkostninger for at bruge kuponen"
734
 
735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3564
736
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3612
737
  msgid "Minimum Purchase"
738
  msgstr "Minimumskøb"
739
 
740
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3565
741
  msgid "The date your coupon will expire"
742
  msgstr "Datoen din kupon vil udløbe"
743
 
744
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3566
745
  msgid "Resource list, which supports this coupon"
746
  msgstr "Ressourceliste som tildeler denne kupon"
747
 
748
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
749
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1887
750
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:327
751
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:303
752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:584
753
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:273
 
754
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:328
755
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:343
756
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1027
757
  msgid "Warning"
758
  msgstr "Advarsel"
759
 
760
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3623
761
  #, fuzzy
762
  msgid "Do you really want to delete this item?"
763
  msgstr "Vil du virkelig slette?"
764
 
765
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3638
766
  #, php-format
767
  msgid "%s - coupon field, "
768
  msgstr "%s - kuponfelt,"
769
 
770
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3639
771
  #, php-format
772
  msgid "Example: %s "
773
  msgstr "Eksempel: %s"
774
 
775
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3676
776
  msgid "Search form customization"
777
  msgstr "Søgeform tilpasning"
778
 
779
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3681
780
+ #, fuzzy
781
+ msgid "Inlinee Search Form Template"
782
+ msgstr "Søge form"
783
+
784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3682
785
+ #, fuzzy
786
+ msgid "Horizontal Search Form Template"
787
+ msgstr "Søge form"
788
+
789
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3683
790
+ #, fuzzy
791
+ msgid "Standard Search Form Template"
792
+ msgstr "Standard Form"
793
+
794
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3685
795
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1581
796
+ #, fuzzy
797
+ msgid "Reset current Form"
798
+ msgstr "Nulstil til standard søgeform indhold"
799
+
800
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3690
801
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3564
802
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3813
803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1588
804
+ msgid "Reset"
805
+ msgstr "Nulstil"
806
+
807
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3698
808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3736
809
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:225
810
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:252
811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:224
812
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3733
813
  msgid "Use these shortcodes for customization: "
814
  msgstr "Brug disse shortkoder for tilpasning:"
815
 
816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3699
817
  #, php-format
818
  msgid "%s - search inside posts/pages which are part of this category, "
819
  msgstr "%s - søg inden for indlæg/sider som er en del af denne kategori,"
820
 
821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3700
822
  #, php-format
823
  msgid "%s - search inside posts/pages which have this tag, "
824
  msgstr "%s - søg inden for indlæg/sider som har dette tag,"
825
 
826
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3701
827
  #, php-format
828
  msgid "%s - check-in date, "
829
  msgstr "%s - check-ind dato,"
830
 
831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3702
832
  #, php-format
833
  msgid "%s - check-out date, "
834
  msgstr "%s - check-ud dato,"
835
 
836
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3703
837
  #, php-format
838
  msgid "%s - default selection number of visitors, "
839
  msgstr "%s - standard udvælgelsesantal af gæster,"
840
 
841
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3704
842
  #, php-format
843
  msgid "Example: %s - custom number of visitor selections\""
844
  msgstr "Eksempel: %s - specialtilpasset-antal af gæsteudvælgelser\""
845
 
846
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3705
847
  #, php-format
848
  msgid "%s - search button, "
849
  msgstr "%s - søgeknap,"
850
 
851
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3706
852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3745
853
  #, fuzzy, php-format
854
  msgid "%s - new line "
855
  msgstr "Tilføj ny ressource(r)"
856
 
857
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3707
858
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3746
859
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3736
860
  #, fuzzy
861
  msgid "Use any other HTML tags (carefully)."
862
  msgstr "brug enhver anden HTML tags (vær forsigtig)."
863
 
864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3713
865
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3752
866
  msgid ""
867
  "Additional customization style of this element you can make at this file"
868
  msgstr "Ekstra tilpasningsstil af dette element du kan lave ved denne fil"
869
 
870
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3718
871
  msgid "Reset to default search form content"
872
  msgstr "Nulstil til standard søgeform indhold"
873
 
874
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3719
875
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3756
876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3897
877
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2425
878
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3037
879
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4333
880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4491
881
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4587
882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4650
883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1464
884
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2203
885
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1327
886
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:346
887
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:318
888
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:595
889
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:316
890
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1274
891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1333
892
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1521
893
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1616
894
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3616
895
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3746
896
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1043
897
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1484
898
  msgid "Save Changes"
899
  msgstr "Gem ændringer"
900
 
901
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3728
902
  msgid "Customization of found booking resource items"
903
  msgstr "Tilpasning af fundne reserveringsressourcepunkter"
904
 
905
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3737
906
  #, php-format
907
  msgid "%s - resource title, "
908
  msgstr "%s - ressourcetitel,"
909
 
910
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3738
911
  #, php-format
912
  msgid "%s - link to the page with booking form, "
913
  msgstr "%s - link til siden med booking formularen,"
914
 
915
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3739
916
  #, php-format
917
  msgid "%s - availability of booking resource, "
918
  msgstr "%s - tilgængelighed af booking ressource,"
919
 
920
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3740
921
  #, php-format
922
  msgid "%s - maximum number of visitors for the booking resource, "
923
  msgstr "%s - maksimumantal af gæster for reserveringsressourcen,"
924
 
925
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3741
926
  #, php-format
927
  msgid "%s - cost of booking the resource, "
928
  msgstr "%s - omkostning ved at booke ressourcen,"
929
 
930
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3742
931
  #, php-format
932
  msgid ""
933
  "%s - featured image, taken from the featured image associated with the post, "
934
  msgstr ""
935
  "%s - fremhævet billede, taget fra fremhævet billede associeret med indlæg,"
936
 
937
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3743
938
  #, php-format
939
  msgid "%s - booking info, taken from the excerpt associated with the post, "
940
  msgstr "%s - booking info, taget fra uddraget associeret med indlægget,"
941
 
942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3755
943
  #, fuzzy
944
  msgid "Reset to default form"
945
  msgstr "Nulstil til standard søgeform indhold"
946
 
947
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3773
948
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3783
949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3791
950
+ #, fuzzy
951
+ msgid "Check in"
 
 
 
952
  msgstr "Check-ind"
953
 
954
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3774
955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3784
956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3792
957
+ #, fuzzy
958
+ msgid "Check out"
959
  msgstr "Check-ud"
960
 
961
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3775
962
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3785
963
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3793
964
+ msgid "Guests"
965
+ msgstr ""
966
 
967
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3832
968
  msgid "Search Cache Settings"
969
  msgstr "Søge Cache Indstillinger"
970
 
971
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3838
972
  msgid "Cache expiration"
973
  msgstr "Cache udløb"
974
 
975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3844
976
  msgid "hour(s)"
977
  msgstr "time(r)"
978
 
979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3849
980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3089
981
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3258
982
  msgid "day(s)"
983
  msgstr "dag(e)"
984
 
985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3853
986
  msgid "Select time of cache expiration"
987
  msgstr "Vælg tid for cache udløb"
988
 
989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3861
990
  msgid "Cache will expire:"
991
  msgstr "Cache vil udløbe:"
992
 
993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3889
994
  #, php-format
995
  msgid "Found: %s booking forms inside of posts or pages "
996
  msgstr "Fundet: %s booking formularer indenfor indlæg eller sider"
997
 
998
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3896
999
  msgid "Reset cache"
1000
  msgstr "Nulstil cache"
1001
 
1002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3959
1003
  #, fuzzy
1004
  msgid "Parent Resource"
1005
  msgstr ""
1006
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
1007
  "forhøjelseskapacitet."
1008
 
1009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:3984
1010
  #, fuzzy
1011
  msgid "Max visitors"
1012
  msgstr "Max"
1013
 
1014
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4048
1015
  msgid "Capacity: "
1016
  msgstr "Kapacitet:"
1017
 
1018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4069
1019
  msgid ""
1020
  "Select parent resource, if you want that parent resource is increase "
1021
  "capacity."
1023
  "Vælg forælderressource, hvis du vil have denne forældreressource er "
1024
  "forhøjelseskapacitet."
1025
 
1026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4080
1027
  msgid ""
1028
  "Set priority of resource - resource with higher priority will be reserved "
1029
  "firstly."
1031
  "Sæt prioritet af ressource - ressource med højere prioritet vil blive "
1032
  "reserveret først."
1033
 
1034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4091
1035
  msgid "Resources count"
1036
  msgstr "Ressourcer tælling"
1037
 
1038
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4098
1039
  msgid "Create several booking resources for one time"
1040
  msgstr "Opret flere reserveringsressourcer for en tid"
1041
 
1042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4112
1043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2256
1044
  #, fuzzy
1045
  msgid "Default form"
1046
  msgstr "Standard Formular"
1047
 
1048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4117
1049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4316
1050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4322
1051
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4370
1052
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:890
1053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1094
1054
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1137
1055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2258
1056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4309
1057
  msgid "Standard"
1058
  msgstr "Standard"
1059
 
1060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4122
1061
  #, fuzzy
1062
  msgid "Select default custom booking form"
1063
  msgstr "Vælg din standard reserveringsressource."
1064
 
1065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4214
1066
  msgid "Available: "
1067
  msgstr "Disponibel:"
1068
 
1069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4316
1070
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:644
1071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3909
1072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1811
1073
  msgid "Default"
1074
  msgstr "Foretrukne"
1075
 
1076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4317
1077
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4323
1078
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4358
1079
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4359
1080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4371
1081
  msgid "Superior"
1082
  msgstr "Standard med udsigt"
1083
 
1084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4317
1085
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2376
1086
  msgid "Resource #1"
1087
  msgstr "Ressource #1"
1088
 
1089
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1090
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4324
1091
  msgid "Presidential Suite"
1092
  msgstr "Præsidentiel Suite"
1093
 
1094
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4318
1095
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2377
1096
  msgid "Resource #2"
1097
  msgstr "Ressource #2"
1098
 
1099
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4325
1101
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/multiuser.php:1407
1102
  msgid "Royal Villa"
1103
  msgstr "Kongelig Villa"
1104
 
1105
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_l.php:4319
1106
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2378
1107
  msgid "Resource #3"
1108
  msgstr "Ressource #3"
1109
 
1113
  msgstr "/ nat"
1114
 
1115
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
1117
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3782
1118
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3796
1119
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
1120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3834
1121
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3845
1122
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3864
1123
  msgid "Adults"
1124
  msgstr "Voksne"
1125
 
1126
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:252
1127
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:114
1128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3782
1129
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3796
1130
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3818
1131
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3835
1132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3846
1133
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3865
1134
  msgid "Children"
1135
  msgstr "Børn"
1136
 
1137
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:281
1138
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:310
1139
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2908
1140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2951
1141
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2993
1142
  msgid "per 1 day"
1143
  msgstr "per 1 dag"
1144
 
1145
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:282
1146
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:311
1147
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2952
1148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2992
1149
  msgid "from the cost of 1 day "
1150
  msgstr "fra omkostningen på 1 dag"
1151
 
1152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:283
1153
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:312
1154
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2953
1155
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2994
1156
  #, php-format
1157
  msgid "Additional cost in %s per 1 day"
1158
  msgstr "Ekstra omkostning i %s per 1 dag"
1159
 
1160
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:284
1161
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:313
1162
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:314
1163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2957
1164
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2958
1165
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3000
1166
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3001
1167
  msgid " for all days!"
1168
  msgstr "for alle dage!"
1169
 
1170
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:285
1171
+ #, fuzzy
1172
+ msgid "for all days!"
1173
+ msgstr "for alle dage!"
1174
+
1175
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:887
1176
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:892
1177
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4305
1178
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4311
1179
  #, fuzzy
1180
  msgid "Custom Form"
1181
  msgstr "Tilføj ny tilpasset formular"
1182
 
1183
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:902
1184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4326
1185
  msgid "Load selected booking form"
1186
  msgstr "Load valgte booking formular"
1187
 
1188
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:904
1189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4328
1190
  msgid "Load"
1191
  msgstr "Load"
1192
 
1193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:910
1194
  msgid "Delete selected booking form"
1195
  msgstr "Slet valgte booking formular"
1196
 
1197
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:913
1198
  #, fuzzy
1199
  msgid "Do you really want to delete selected booking form ?"
1200
  msgstr "Ønsker du virkelig at slette valgte booking formular?"
1201
 
1202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:920
1203
  msgid "Add new custom form"
1204
  msgstr "Tilføj ny tilpasset formular"
1205
 
1206
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:921
1207
  #, fuzzy
1208
  msgid "Add New Custom Form"
1209
  msgstr "Tilføj ny tilpasset formular"
1210
 
1211
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:926
1212
  msgid "Type the name of booking form"
1213
  msgstr "Indtast navnet på booking formularen"
1214
 
1215
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:929
1216
  msgid "Create new form"
1217
  msgstr "Opret ny formular"
1218
 
1219
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:932
1220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3558
1221
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3807
1222
  msgid "Create"
1223
  msgstr "Opret"
1224
 
1225
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:934
1226
  msgid "Delete form"
1227
  msgstr "Slet formular"
1228
 
1229
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:938
1230
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:480
1231
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:520
1232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:2749
1233
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:144
1234
  msgid "Cancel"
1235
  msgstr "Annullere"
1236
 
1237
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:967
1238
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:443
1239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpbc-ajax.php:206
 
1240
  msgid "Deleted"
1241
  msgstr "Slettet"
1242
 
1243
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:974
1244
  msgid "There are no extended booking forms"
1245
  msgstr "Der er ingen udvidede booking formularer"
1246
 
1247
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1092
1248
  msgid "Booking form type:"
1249
  msgstr "Booking formular type:"
1250
 
1251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1099
1252
  #, fuzzy
1253
  msgid "Select type of booking form"
1254
+ msgstr "Indtast navnet på booking formularen"
1255
 
1256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1132
1257
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1625
1258
  msgid "Booking Form"
1259
  msgstr "Booking Formular"
1260
 
1261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1212
1262
  msgid "Standard booking resource cost"
1263
  msgstr "Standard booking ressourceomkostning"
1264
 
1265
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1213
1266
  msgid "Total booking resource cost"
1267
  msgstr "Total booking ressourceomkostning"
1268
 
1269
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1525
1270
  #, php-format
1271
  msgid ""
1272
  "%s - show cost hint for full booking in real time, depending on number of "
1275
  "%s - vis omkostningsbetydning for fuld reservering i realtid, afhængig af "
1276
  "antal dage og udvalgte formelementer."
1277
 
1278
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1526
1279
  #, php-format
1280
  msgid "Example: %sThe full cost of payment: %s"
1281
  msgstr "Eksempel: %sDen fulde omkostning ved betaling: %s"
1282
 
1283
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1527
1284
  #, php-format
1285
  msgid ""
1286
  "%s - show hint of original booking cost without additional costs for full "
1289
  "%s - vis betydning af oprindelig reserveringsomkostning uden ekstra "
1290
  "omkostninger for fuld reservering i realtid, afhænger kun af dage udvælgelse."
1291
 
1292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1528
1293
  #, php-format
1294
  msgid "Example: %sThe original cost for payment: %s "
1295
  msgstr "Eksempel: %sDen oprindelige omkostning for betaling: %s "
1296
 
1297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1529
1298
  #, php-format
1299
  msgid ""
1300
  "%s - show cost hint of additional booking cost, which depends from selection "
1303
  "%s - vis omkostningsbetydning for ekstra reserveringsomkostning som afhænger "
1304
  "af udvælgelse af formelementer."
1305
 
1306
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1530
1307
  #, php-format
1308
  msgid "Example: %sThe additional cost for payment: %s "
1309
  msgstr "Eksempel: %sDen ekstra omkostning for betaling: %s "
1310
 
1311
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1531
1312
  #, php-format
1313
  msgid "%s - enter direct cost at admin panel at page: "
1314
  msgstr "%s - indtast direkte omkostning på admin panel siden:"
1315
 
1316
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1531
1317
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:660
1318
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:723
1319
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:965
1320
  msgid "Add booking"
1321
  msgstr "Tilføj booking"
1322
 
1323
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:1532
1324
  #, php-format
1325
  msgid "Example: %s"
1326
  msgstr "Eksempel: %s"
1327
 
1328
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2069
1329
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-functions.php:297
1330
  msgid "yes"
1331
  msgstr "Ja"
1332
 
1333
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2178
1334
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2182
1335
  msgid ""
1336
  "Setting rate or cost, which is depend from number of selected days for the "
1337
  "resource"
1339
  "Sætte takst eller omkostning, som er afhængig af antal udvalgte dage for "
1340
  "ressourcen"
1341
 
1342
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2179
1343
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2216
1344
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2525
1345
  msgid "Rates"
1346
  msgstr "Takster"
1347
 
1348
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2179
1349
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2221
1350
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2225
1351
  msgid "Valuation days"
1352
  msgstr "Værdiansættelsesdage"
1353
 
1354
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2179
1355
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:444
1356
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:448
1357
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:763
1358
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:526
1359
  msgid "Deposit"
1360
  msgstr "Depositum"
1361
 
1362
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2183
1363
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2244
1364
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4727
1365
  msgid "Availability"
1366
  msgstr "Tilgængelighed"
1367
 
1368
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2187
1369
  msgid "Setting the default form for the specific resource"
1370
  msgstr "Sætte standard formular for den specifikke ressource"
1371
 
1372
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2188
1373
  msgid "Default Form"
1374
  msgstr "Standard Formular"
1375
 
1376
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2224
1377
  msgid "Set the cost based on the number of days selected for the reservation"
1378
  msgstr "Sæt omkostningen baseret på antallet af dage udvalgt for reservationen"
1379
 
1380
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2225
1381
  #, fuzzy
1382
  msgid ""
1383
  "Activation of this feature is require setting cost per day or cost per night"
1384
  msgstr ""
1385
  "Aktivering af denne egenskab er kræver at der sættes omkostning per dag"
1386
 
1387
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2232
1388
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2236
1389
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3231
1390
  msgid "Deposit amount"
1391
  msgstr "Depositumbeløb"
1392
 
1393
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2235
1394
  msgid "Set the deposit payment required for the payment form"
1395
  msgstr "Sæt depositumbetalingen påkrævet for betalingsformularen"
1396
 
1397
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2236
1398
  #, fuzzy
1399
  msgid ""
1400
  "Activate this feature at the cost section of general booking settings page, "
1403
  "Lav venligst denne funktion aktiv ved omkostningssektionen af general "
1404
  "booking indstillingsside"
1405
 
1406
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2366
1407
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2377
1408
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2382
1409
  msgid "unavailable"
1410
  msgstr "Ikke ledig"
1411
 
1412
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2367
1413
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2378
1414
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2381
1415
  msgid "available"
1416
  msgstr "Ledig"
1417
 
1418
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2369
1419
  msgid "Availability booking type"
1420
  msgstr "Disponibel booking type"
1421
 
1422
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2374
1423
  #, fuzzy, php-format
1424
  msgid "All days for %s"
1425
  msgstr "for alle dage!"
1426
 
1427
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2384
1428
  #, fuzzy, php-format
1429
  msgid ""
1430
  "Select %s days by activating specific season filter below or %sadd new "
1431
  "season filter%s"
1432
  msgstr "Vælg %s dage nedenfor eller %stilføj ny sæsonfilter%s"
1433
 
1434
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2395
1435
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2417
1436
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4117
1437
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4138
1438
  #, fuzzy
1439
  msgid "Season Filter Name"
1440
  msgstr "Filternavn"
1441
 
1442
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2396
1443
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2418
1444
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2528
1445
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2597
1446
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4139
1447
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:420
1448
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:566
1449
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:473
1450
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-edit-toolbar-buttons.php:481
1451
  msgid "Description"
1452
  msgstr "Beskrivelse"
1453
 
1454
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2414
1455
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2553
1456
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2881
1457
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2932
1458
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3062
1459
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3224
1460
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:861
1461
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:107
1462
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:191
1463
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:211
1464
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:232
1465
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3274
1466
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3342
1467
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3401
1468
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3475
1469
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3552
1470
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1281
1471
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1324
1472
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1369
1473
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1412
1474
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:1455
1475
  msgid "Active"
1476
  msgstr "Aktiv"
1477
 
1478
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2505
1479
  msgid "Seasonal rates of booking resource"
1480
  msgstr "Årstidsbestemte takster for booking ressource"
1481
 
1482
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2511
1483
  #, fuzzy, php-format
1484
  msgid ""
1485
  "Enter seasonal rate(s) (cost diference in %s from standard cost %s or a "
1489
  "omkostning %s, eller en fast omkostning) af reserveringsressourcen %s, eller "
1490
  "%stilføj en ny årstidsbestemt filter%s"
1491
 
1492
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2526
1493
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2577
1494
  msgid "Final cost"
1495
  msgstr "Total omkostning"
1496
 
1497
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2527
1498
  #, fuzzy
1499
  msgid "Season Filter"
1500
  msgstr ""
1502
  "(ugedag eller dato fra sæsonfilter). Hver uge dag (dags specifikt "
1503
  "sæsonfilter) kan have anderledes tidsrumliste."
1504
 
1505
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2558
1506
  #, fuzzy
1507
  msgid "Rate"
1508
  msgstr "Bedøm dette plugin (tak:)"
1509
 
1510
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2567
1511
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2587
1512
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1955
1513
  msgid "for 1 day"
1514
  msgstr "for 1 dag"
1515
 
1516
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2568
1517
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2588
1518
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1956
1519
  msgid "for 1 night"
1520
  msgstr "for 1 nat"
1521
 
1522
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2569
1523
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2589
1524
  msgid "fixed deposit"
1525
  msgstr "fast depositum"
1526
 
1527
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2570
1528
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2590
1529
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1958
1530
  msgid "for 1 hour"
1531
  msgstr "or 1 time"
1532
 
1533
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2596
1534
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3548
1535
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3797
1536
  msgid "Filter Name"
1537
  msgstr "Filternavn"
1538
 
1539
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2604
1540
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2844
1541
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3297
1542
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:340
1543
  #, fuzzy
1544
  msgid "Note!"
1545
  msgstr "Note"
1546
 
1547
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2604
1548
  msgid "Check boxe(s) at left side if you want to activate specific cost."
1549
  msgstr ""
1550
 
1551
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2608
1552
  msgid "Update Rates"
1553
  msgstr "Opdaterings-Takster"
1554
 
1555
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2843
1556
  msgid "Set cost of booking resource based on the number of days selected"
1557
  msgstr ""
1558
  "Sæt omkostning for booking ressource baseret på antallet af valgte dage"
1559
 
1560
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2844
1561
  #, php-format
1562
  msgid ""
1563
  "If you add costs here, %srates%s for this booking resource will not take "
1566
  "Hvis du tilføjer omkostninger her, %stakster%s for denne "
1567
  "reserveringsressource vil det ikke træde i kraft !!!"
1568
 
1569
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2848
1570
  #, php-format
1571
  msgid ""
1572
  "Cost setings at %stop have higher priority%s than other costs of same type "
1573
  "at the %sbottom%s of the list."
1574
  msgstr ""
1575
 
1576
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2849
1577
  #, php-format
1578
  msgid ""
1579
  "Please create all %s terms firstly %s(from higher priority to lower)%s, then "
1580
  "terms %s and after terms %s"
1581
  msgstr ""
1582
 
1583
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2851
1584
  #, php-format
1585
  msgid "%s and %s terms have higher priority than a range %s days."
1586
  msgstr ""
1587
 
1588
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2854
1589
  #, fuzzy
1590
  msgid "Warning!"
1591
  msgstr "Advarsel"
1592
 
1593
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2855
1594
  msgid ""
1595
  "Specific cost will take affect, only if it active (the box at the left side "
1596
  "is checked) and if \"Check In\" (start) date belong to selected season "
1597
  "filter or if set \"Any days\"."
1598
  msgstr ""
1599
 
1600
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2864
1601
  #, fuzzy
1602
  msgid "Number of Days"
1603
  msgstr "Konfigurer antal dage udvælgelse"
1604
 
1605
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2865
1606
  #, fuzzy
1607
  msgid "Cost Settings"
1608
  msgstr ""
1610
  "dagene indstillinger-side for feltet 'For'. Så du kan definere omkostningen "
1611
  "af den sidste udvalgte dato."
1612
 
1613
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2866
1614
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2913
1615
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3010
1616
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3104
1617
  #, fuzzy
1618
  msgid "Season Filter of Check In date"
1619
  msgstr "Udvalgt Indtjeknings-dato."
1620
 
1621
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2888
1622
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2962
1623
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3073
1624
  msgid "For"
1625
  msgstr "For"
1626
 
1627
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2890
1628
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2966
1629
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3078
1630
  #, fuzzy
1631
  msgid "Day Number(s)"
1632
  msgstr "år"
1633
 
1634
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2896
1635
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2972
1636
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3084
1637
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3378
1638
  msgid "to"
1639
  msgstr "til"
1640
 
1641
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2900
1642
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2978
1643
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2127
1644
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:292
1645
  msgid "day"
1646
  msgstr "dag"
1647
 
1648
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2904
1649
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2985
1650
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3094
1651
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:361
1652
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:395
1653
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_p.php:405
1654
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:282
1655
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:304
1656
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/lib_s.php:309
1657
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/authorizenet.php:445
1658
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/ipay88.php:449
1659
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/paypal.php:764
1660
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/payments/sage.php:527
1661
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:837
1662
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:838
1663
  msgid "Cost"
1664
  msgstr "Omkostning"
1665
 
1666
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2915
1667
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3012
1668
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3106
1669
  msgid "Any days"
1670
  msgstr "Alle dage"
1671
 
1672
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2963
1673
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3074
1674
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3378
1675
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:882
1676
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3287
1677
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3348
1678
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3421
1679
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3496
1680
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3573
1681
  msgid "From"
1682
  msgstr "Fra"
1683
 
1684
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2964
1685
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3075
1686
  msgid "Together"
1687
  msgstr "Tilsammen"
1688
 
1689
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:2979
1690
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:2130
 
1691
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:293
1692
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:294
1693
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:295
1694
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:296
1695
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:297
1696
  msgid "days"
1697
  msgstr "dage"
1698
 
1699
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3023
1700
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3117
1701
  msgid "Remove"
1702
  msgstr "Fjern"
1703
 
1704
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3036
1705
  msgid "Add new cost"
1706
  msgstr "Tilføj ny omkostning"
1707
 
1708
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3072
1709
  msgid "for all days"
1710
  msgstr "for alle dage"
1711
 
1712
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3197
1713
  msgid "Set amount of deposit payment"
1714
  msgstr "Sæt beløbet for depositumbetaling"
1715
 
1716
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3206
1717
  msgid "Deposit payment total"
1718
  msgstr "Depositumbetaling samlet"
1719
 
1720
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3209
1721
  msgid "Deposit payment is not active for booking resource"
1722
  msgstr "Depositumbetaling er ikke aktiv for booking ressource"
1723
 
1724
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3216
1725
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:852
1726
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3265
1727
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3333
1728
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3392
1729
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3467
1730
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:3543
1731
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1515
1732
  msgid "Status"
1733
  msgstr "Status"
1734
 
1735
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3225
1736
  msgid "deposit payment for booking resource"
1737
  msgstr "depositumbetaling for booking ressource"
1738
 
1739
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3240
1740
  msgid "fixed total in"
1741
  msgstr "Fast samlet i"
1742
 
1743
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3241
1744
  msgid "of payment"
1745
  msgstr "af betalingen"
1746
 
1747
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3247
1748
  #, fuzzy
1749
  msgid "Condition"
1750
  msgstr "Konfiguration"
1751
 
1752
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3250
1753
  #, php-format
1754
  msgid ""
1755
  "Show deposit payment form, only if difference between %sToday%s and %sCheck "
1756
  "In%s days more than"
1757
  msgstr ""
1758
 
1759
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3268
1760
  msgid "Update Deposit"
1761
  msgstr "Opdatering-Depositum"
1762
 
1763
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3291
1764
  msgid "Deposit payment"
1765
  msgstr "Depositumbetaling"
1766
 
1767
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3296
1768
  #, php-format
1769
  msgid ""
1770
  "Check this box if you want to use the %sdeposit%s total %spayment%s on the "
1773
  "Maker denne kasse hvis du ønsker at bruge %sdepositum%s total %sbetaling%s "
1774
  "på betalingsformularen, i stedet for det fulde total af reserveringen."
1775
 
1776
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3297
1777
  #, fuzzy, php-format
1778
  msgid ""
1779
  " You can configure the deposit payment for your booking resources %shere%s."
1781
  "Du kan konfigurere depositumbetalingen påkrævet for dine "
1782
  "reserveringsressourcer %sher%s."
1783
 
1784
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1785
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1786
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1787
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1788
  msgid "Su"
1789
  msgstr "Sø"
1790
 
1791
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1792
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1793
  msgid "Mo"
1794
  msgstr "Ma"
1795
 
1796
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1797
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1798
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1799
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1800
  msgid "Tu"
1801
  msgstr "Ti"
1802
 
1803
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1804
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1805
  msgid "We"
1806
  msgstr "ons"
1807
 
1808
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1809
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1810
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1811
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1812
  msgid "Th"
1813
  msgstr "Tor"
1814
 
1815
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1816
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1817
  msgid "Fr"
1818
  msgstr "Fr"
1819
 
1820
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3315
1821
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3595
1822
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:116
1823
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:153
 
1824
  msgid "Sa"
1825
  msgstr "Lør"
1826
 
1827
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1828
  msgid "Jan"
1829
  msgstr "Jan"
1830
 
1831
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1832
  msgid "Feb"
1833
  msgstr "Feb"
1834
 
1835
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1836
  msgid "Mar"
1837
  msgstr "Mar"
1838
 
1839
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1840
  msgid "Apr"
1841
  msgstr "Apr"
1842
 
1843
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1844
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3972
1845
  msgid "May"
1846
  msgstr "Maj"
1847
 
1848
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1849
  msgid "Jun"
1850
  msgstr "Jun"
1851
 
1852
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1853
  msgid "Jul"
1854
  msgstr "Jul"
1855
 
1856
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1857
  msgid "Aug"
1858
  msgstr "Aug"
1859
 
1860
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1861
  msgid "Sep"
1862
  msgstr "Sep"
1863
 
1864
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1865
  msgid "Oct"
1866
  msgstr "Oct"
1867
 
1868
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1869
  msgid "Nov"
1870
  msgstr "Nov"
1871
 
1872
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3316
1873
  msgid "Dec"
1874
  msgstr "Dec"
1875
 
1876
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3378
1877
  msgid "time"
1878
  msgstr "tid"
1879
 
1880
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3394
 
 
1881
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3414
1882
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3435
1883
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3452
1884
  msgid "No days"
1885
  msgstr "Ingen dage"
1886
 
1887
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3396
1888
  msgid "Every"
1889
  msgstr "Hver"
1890
 
1891
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3411
1892
+ #, fuzzy
1893
+ msgid "Each day "
1894
+ msgstr ""
1895
+ "Marker (sæt kryds i denne boks) for at vise det disponible antal af "
1896
+ "reservering ressourcer med et tip, når musen bevæges over hver dag på "
1897
+ "kalender(er)."
1898
+
1899
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3412
1900
+ #, fuzzy
1901
+ msgid "on each day "
1902
+ msgstr ""
1903
+ "Marker (sæt kryds i denne boks) for at vise det disponible antal af "
1904
+ "reservering ressourcer med et tip, når musen bevæges over hver dag på "
1905
+ "kalender(er)."
1906
+
1907
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3416
1908
+ #, fuzzy
1909
+ msgid "On each "
1910
+ msgstr "Ombryd hvert punkt med %s tag"
1911
+
1912
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3417
1913
+ #, fuzzy
1914
+ msgid "on each "
1915
+ msgstr "Ombryd hvert punkt med %s tag"
1916
+
1917
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3433
1918
+ #, fuzzy
1919
+ msgid "of every month "
1920
+ msgstr "Hver"
1921
+
1922
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3437
1923
+ msgid "of"
1924
+ msgstr "af"
1925
+
1926
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3506
1927
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3748
1928
+ msgid "Filter saved"
1929
+ msgstr "Filter gemt"
1930
 
1931
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3542
1932
  msgid "Specific Dates Filter"
1933
  msgstr "Specifikke datoer Filter"
1934
 
1935
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3551
1936
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3800
1937
  #, fuzzy
1938
  msgid "Type filter name"
1939
  msgstr "Filternavn"
1940
 
1941
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3556
1942
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3662
1943
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3805
1944
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
1945
  #, fuzzy
1946
  msgid "Create new season filter"
1947
  msgstr "Opret datoerfilter"
1948
 
1949
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3662
1950
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
 
 
 
 
 
 
1951
  #, fuzzy
1952
  msgid "Create New Season Filter"
1953
  msgstr "Opret datoerfilter"
1954
 
1955
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3662
1956
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4064
1957
  msgid "Save changes"
1958
  msgstr "Gem ændringer"
1959
 
1960
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3791
1961
  msgid "Conditional Dates Filter"
1962
  msgstr "Betingede datoer Filter"
1963
 
1964
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3825
1965
  msgid "Days of week"
1966
  msgstr "Dage på ugen"
1967
 
1968
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3833
1969
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1703
1970
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1792
1971
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:453
1972
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:599
1973
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1974
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1975
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1976
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1977
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1978
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1979
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:451
1980
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:483
1981
  msgid "Sunday"
1982
  msgstr "Søndag"
1983
 
1984
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3839
1985
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1705
1986
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1796
1987
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:454
1988
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:600
1989
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
1990
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
1991
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
1992
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
1993
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
1994
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
1995
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:452
1996
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:487
1997
  msgid "Monday"
1998
  msgstr "Mandag"
1999
 
2000
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3845
2001
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1707
2002
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1800
2003
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:455
2004
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:601
2005
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
2006
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2007
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
2008
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2009
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2010
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2011
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:453
2012
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:491
2013
  msgid "Tuesday"
2014
  msgstr "Tirsdag"
2015
 
2016
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3851
2017
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1709
2018
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1804
2019
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:456
2020
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:602
2021
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
2022
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2023
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
2024
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2025
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2026
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2027
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:454
2028
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:495
2029
  msgid "Wednesday"
2030
  msgstr "Onsdag"
2031
 
2032
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3857
2033
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1711
2034
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1808
2035
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:457
2036
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:603
2037
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
2038
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2039
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
2040
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2041
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2042
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2043
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:455
2044
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:499
2045
  msgid "Thursday"
2046
  msgstr "Torsdag"
2047
 
2048
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3863
2049
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1713
2050
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1812
2051
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:458
2052
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:604
2053
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
2054
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2055
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
2056
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2057
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2058
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2059
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:456
2060
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:503
2061
  msgid "Friday"
2062
  msgstr "Fredag"
2063
 
2064
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3869
2065
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1715
2066
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_s.php:1816
2067
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:459
2068
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:605
2069
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:110
 
2070
  #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:134
2071
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:135
2072
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:140
2073
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:440
2074
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-timeline.php:475
2075
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:457
2076
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-settings-general.php:507
2077
  msgid "Saturday"
2078
  msgstr "Lørdag"
2079
 
2080
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3881
2081
  msgid "Days of month"
2082
  msgstr "Dage af måned"
2083
 
2084
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3961
2085
  msgid "Months"
2086
  msgstr "Måneder"
2087
 
2088
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3968
2089
  msgid "January"
2090
  msgstr "Januar"
2091
 
2092
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3969
2093
  msgid "February"
2094
  msgstr "Februar"
2095
 
2096
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3970
2097
  msgid "March"
2098
  msgstr "Marts"
2099
 
2100
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3971
2101
  msgid "April"
2102
  msgstr "April"
2103
 
2104
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3973
2105
  msgid "June"
2106
  msgstr "Juni"
2107
 
2108
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3992
2109
  msgid "July"
2110
  msgstr "Juli"
2111
 
2112
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3993
2113
  msgid "August"
2114
  msgstr "August"
2115
 
2116
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3994
2117
  msgid "September"
2118
  msgstr "September"
2119
 
2120
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3995
2121
  msgid "October"
2122
  msgstr "Oktober"
2123
 
2124
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3996
2125
  msgid "November"
2126
  msgstr "November"
2127
 
2128
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:3997
2129
  msgid "December"
2130
  msgstr "December"
2131
 
2132
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4021
2133
  msgid "Years"
2134
  msgstr "År"
2135
 
2136
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4091
2137
  msgid "Filter deleted successfully"
2138
  msgstr "Filter slettet succesfuldt"
2139
 
2140
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4099
2141
  msgid "Create dates filter"
2142
  msgstr "Opret datoerfilter"
2143
 
2144
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4102
2145
  msgid "Create conditional days filter"
2146
  msgstr "Opret betingede dage filtrere"
2147
 
2148
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4111
2149
  msgid "Listing of season filters"
2150
  msgstr "Liste af sæsonfiltre"
2151
 
2152
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4118
2153
  msgid "Filters"
2154
  msgstr "Filtre"
2155
 
2156
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4142
2157
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4144
2158
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4584
2159
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1271
2160
  msgid "Edit"
2161
  msgstr "Rediger"
2162
 
2163
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4147
2164
  msgid "Do you really want to delete?"
2165
  msgstr "Vil du virkelig slette?"
2166
 
2167
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4179
2168
  msgid "Showing cost in tooltip"
2169
  msgstr "Vise omkostning i tips"
2170
 
2171
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4186
2172
  msgid ""
2173
  " Check this box to display the daily cost with a tooltip when mouse hovers "
2174
  "over each day on the calendar(s)."
2176
  "Maker denne kasse for at vise den daglige omkostningen med et tip, når musen "
2177
  "føres over dette på hver dag på kalender(e)."
2178
 
2179
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4194
2180
  #, fuzzy
2181
  msgid "Cost Title"
2182
  msgstr "Titel"
2183
 
2184
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4196
2185
  #, php-format
2186
  msgid "Type your %scost%s description"
2187
  msgstr "Indtast din %sOmkostning%s beskrivelse"
2188
 
2189
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4340
2190
  msgid "Advanced cost management"
2191
  msgstr "Avanceret omkostningshåndtering"
2192
 
2193
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4359
2194
  #, fuzzy
2195
  msgid "Configure Additional cost for the form"
2196
+ msgstr "Konfigurere format for at vise omkostningen i betalingsformularen."
2197
 
2198
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4402
2199
  msgid "Additional cost for"
2200
  msgstr "Ekstra omkostning for"
2201
 
2202
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4452
2203
  #, fuzzy
2204
  msgid ""
2205
  "Check this box if you want that specific additional cost, which configured "
2210
  "% for nogle valgmuligheder, også anvendt på omkostninger præciseret som "
2211
  "faste værdier for nogle valgmuligheder."
2212
 
2213
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4458
2214
  #, fuzzy
2215
  msgid ""
2216
  "Configure additinal cost, which depend from selection of selectbox(es) and "
2217
  "checkbox(es)."
2218
  msgstr "Ekstra omkostning som afhænger fra feltudvælgelsen i formen"
2219
 
2220
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4461
2221
  #, php-format
2222
  msgid ""
2223
  "Fields %s(selectbox(es) and checkbox(es))%s are shown here automatically if "
2224
  "they exist in the %sbooking form%s."
2225
  msgstr ""
2226
 
2227
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4468
2228
  #, fuzzy
2229
  msgid "Enter additional cost in formats:"
2230
  msgstr "Ekstra omkostning for"
2231
 
2232
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4469
2233
  #, php-format
2234
  msgid ""
2235
  "For example, if the original cost of the booking is %s, then after applying "
2236
  "additional costs the total cost will be folowing"
2237
  msgstr ""
2238
 
2239
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4472
2240
  #, fuzzy
2241
  msgid "Enter fixed cost"
2242
+ msgstr "Fast"
2243
 
2244
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4472
2245
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4475
2246
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2247
  #, fuzzy, php-format
2248
  msgid "%s, then total cost will be %s"
2249
  msgstr "Total omkostning"
2250
 
2251
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4475
2252
  #, fuzzy
2253
  msgid "Enter percentage of the entire booking"
2254
  msgstr "Indtast navnet på bookingressource"
2255
 
2256
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2257
  #, fuzzy
2258
  msgid "Enter fixed amount for each selected day"
2259
  msgstr "Omkostning for udvalgte dage"
2260
 
2261
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2262
  #, php-format
2263
  msgid "%s, then total cost will be (if selected 3 days) %s"
2264
  msgstr ""
2265
 
2266
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4478
2267
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:281
2268
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:294
2269
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:308
2270
  #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/form/class-wpbc-form-help.php:346
2271
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-booking-class.php:379
2272
  msgid "or"
2273
  msgstr "eller"
2274
 
2275
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4481
2276
  #, fuzzy
2277
  msgid ""
2278
  "Enter percentage as additional sum, which is based only on original cost and "
2281
  "eller du kan specifere procent som ekstra sum, som bliver baseret kun på "
2282
  "oprindelig omkostning og ikke fuld sum. Eksempel:%s eler %s "
2283
 
2284
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4485
2285
  #, fuzzy, php-format
2286
  msgid ""
2287
  "Please check more info about configuration of this cost settings on this "
2288
  "%spage%s."
2289
  msgstr "Læs venligst mere info om konfiguration af denne parameter %sher%s"
2290
 
2291
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4558
2292
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1213
2293
  msgid "Resource ID or Title"
2294
  msgstr "Ressource ID eller Titel"
2295
 
2296
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4560
2297
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1215
2298
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./lib/wpdev-bk-lib.php:1460
2299
  msgid "Go"
2300
  msgstr "Søg"
2301
 
2302
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4583
2303
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1270
2304
+ msgid "Bulk Actions"
2305
+ msgstr "Hoved-Handlinger"
2306
+
2307
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4604
2308
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4630
2309
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1290
2310
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1315
2311
  msgid "Info"
2312
  msgstr "Info"
2313
 
2314
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4616
2315
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/personal.php:1301
2316
  #, fuzzy
2317
  msgid "Selection"
2318
  msgstr "Udvælgelse af formular"
2319
 
2320
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4619
2321
  #, fuzzy
2322
  msgid "Resource Name"
2323
  msgstr "Ressourcenavn"
2324
 
2325
+ #: w:\www\home\dev\www\wp-content\plugins\booking\./inc/biz_m.php:4708
2326
+ #, fuzzy
2327
+ msgid "Resources Settings"
2328
+ msgstr "Ressourcer"
2329